2006-10-05 [colin] 2.5.3cvs9
[claws.git] / ChangeLog
1 2006-10-05 [colin]      2.5.3cvs9
2
3         * src/prefs_gtk.c
4                 Use unlocked_stdio here too
5
6 2006-10-05 [colin]      2.5.3cvs8
7
8         * src/folderview.c
9                 Fix go to next * after preferences apply
10         * src/msgcache.c
11                 Do the fd lock/unlock ourselves instead of
12                 letting the libc do it at each write 
13
14 2006-10-05 [colin]      2.5.3cvs7
15
16         * src/common/utils.c
17                 Faster division, thanks to Jean Diraison
18
19 2006-10-05 [paul]       2.5.3cvs6
20
21         * src/common/utils.c
22                 fix building with --disable-nls
23
24 2006-10-04 [colin]      2.5.3cvs5
25
26         * src/folder.c
27                 Maybe fix a segfault
28
29 2006-10-04 [wwp]        2.5.3cvs4
30
31         * src/prefs_folder_item.c
32                 Fine-tune layouts in folder item prefs. Suggested by
33                 Fabien Vantard <fzzzzz@gmail.com>.
34
35 2006-10-04 [wwp]        2.5.3cvs3
36
37         * src/prefs_folder_item.c
38                 Kill the clandestine passengers. You didn't see anything.
39
40 2006-10-04 [wwp]        2.5.3cvs2
41
42         * src/prefs_folder_item.c
43                 Add a way to test the subject simplify regexp in
44                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
45                 w/ few layout changes.
46
47 2006-20-04 [paul]       2.5.3cvs1
48
49         * NEWS
50         * README
51         * configure.ac
52                 Update version number following
53                 stable release
54
55 2006-10-04 [colin]      2.5.2cvs42
56
57         * src/folder.c
58         * src/folder.h
59         * src/summaryview.c
60                 Provide a way for folder classes to set their sort
61                 type and key
62
63 2006-10-03 [colin]      2.5.2cvs41
64
65         * src/mh.c
66                 Don't use strlen() to know if the
67                 string's empty
68
69 2006-10-03 [colin]      2.5.2cvs40
70
71         * src/mh.c
72                 Fix "check for new folders" with accentued folders
73
74 2006-10-03 [ticho]      2.5.2cvs39
75
76         * src/filtering.c
77         * src/folder.c
78         * src/inc.c
79         * src/mbox.c
80                 Colin's fix for "copy" filtering rules.
81
82 2006-10-02 [colin]      2.5.2cvs38
83
84         * src/folderview.c
85                 Fix for double-click too
86
87 2006-10-02 [colin]      2.5.2cvs37
88
89         * src/folderview.c
90                 correct fix for cvs36
91
92 2006-10-02 [colin]      2.5.2cvs36
93
94         * src/folderview.c
95                 Fix 'goto next unread' after collapsing/expanding 
96                 a node.
97
98 2006-10-02 [colin]      2.5.2cvs35
99
100         * src/summaryview.c
101                 Fix double freeze/thaw
102         * src/common/utils.c
103         * src/common/utils.h
104                 Reimplement strftime
105         * src/procheader.c
106                 Use it
107
108
109 2006-10-02 [colin]      2.5.2cvs34
110
111         * src/mh.c
112                 Time mh_write_sequences() - it's fast
113         * src/summaryview.c
114                 Init a variable to shut up gcc
115
116 2006-10-01 [colin]      2.5.2cvs33
117
118         * src/folder.c
119         * src/mh.c
120         * src/mh.h
121         * src/msgcache.c
122                 Add helper mh_set_mtime(), and set mtime to stat()'s result
123                 Add fsync but disable it, it's slow as hell
124
125 2006-10-01 [colin]      2.5.2cvs32
126
127         * src/mh.c
128         * src/msgcache.c
129                 fflush() caches and mh_sequences before
130                 fclose()ing
131
132 2006-10-01 [colin]      2.5.2cvs31
133
134         * src/msgcache.c
135                 Don't ftruncate when not using mmap
136
137 2006-09-30 [colin]      2.5.2cvs30
138
139         * src/main.c
140                 Write folder list *after* saving caches
141
142 2006-09-30 [colin]      2.5.2cvs29
143
144         * src/folder.c
145         * src/mh.c
146                 Debug forced mtime changes
147
148 2006-09-30 [colin]      2.5.2cvs28
149
150         * src/folder.c
151         * src/main.c
152                 Remove useless debug_print()s (code
153                 well-tested)
154
155 2006-09-30 [colin]      2.5.2cvs27
156
157         * src/mh.c
158                 Do stuff faster when writing mh_sequences
159
160 2006-09-30 [colin]      2.5.2cvs26
161
162         * src/mh.c
163                 Don't let the writing of .mh_sequences, which
164                 can change the folder's mtime, let us think
165                 we need to scan.
166
167 2006-09-30 [colin]      2.5.2cvs25
168
169         * src/folder.c
170                 Move a debug_print where it belongs 
171                 (processing)
172         * src/summaryview.c
173                 Don't mess with a huge slow subject
174                 table if we're not threading by
175                 subject
176
177 2006-09-30 [colin]      2.5.2cvs24
178
179         * src/msgcache.c
180                 Reenable mmaped reads (*not* writes!)
181         * src/procmsg.c
182                 Don't destroy and recreate hashtables just
183                 for fun
184         * src/common/utils.c
185                 Remove useless reply prefixes (it's case
186                 unsensitive)
187
188 2006-09-30 [wwp]        2.5.2cvs23
189
190         * tools/fix_date.sh
191                 Fixed a minor bug in date value extraction, added a switch
192                 to replace non RFC-compliant Date: value, added a switch
193                 to use strict RFC matching patterns for dates.
194
195 2006-09-29 [colin]      2.5.2cvs22
196
197         * src/matcher_parser.h
198         * src/matcher_parser_parse.y
199         * src/prefs_filtering.c
200         * src/statusbar.c
201         * src/summary_search.c
202         * src/summaryview.c
203         * src/gtk/quicksearch.c
204         * src/gtk/quicksearch.h
205                 Optimise searches by setting different
206                 refresh intervals (depending if the 
207                 search is fast or not)
208
209 2006-09-29 [colin]      2.5.2cvs21
210
211         * src/codeconv.c
212                 Optimise by reusing the last iconv converter
213                 if possible
214         * src/textview.c
215                 Optimise a bit (the foldable quotes feature
216                 still has an awful O(n^2) algo
217
218 2006-09-29 [colin]      2.5.2cvs20
219
220         * src/gtk/gtksctree.c
221         * src/gtk/gtksctree.h
222                 Optimise de-selection via up/down or
223                 another key
224
225 2006-09-28 [colin]      2.5.2cvs19
226
227         * src/action.c
228         * src/compose.c
229         * src/folderview.c
230         * src/mainwindow.c
231         * src/messageview.c
232         * src/summary_search.c
233         * src/toolbar.c
234                 Avoid using summaryview->ctree directly
235
236 2006-09-28 [colin]      2.5.2cvs18
237
238         * src/summaryview.c
239         * src/summaryview.h
240                 Add helpers to freeze/thaw/grab_focus
241                 Factorize calls to freeze/thaw/grab_focus
242                 
243
244 2006-09-28 [colin]      2.5.2cvs17
245
246         * src/main.c
247                 More guards for the session management
248
249 2006-09-28 [colin]      2.5.2cvs16
250
251         * src/folderview.c
252         * src/gtk/gtksctree.c
253         * src/gtk/gtksctree.h
254                 Make expanding not recursive in folderview
255
256 2006-09-28 [colin]      2.5.2cvs15
257
258         * src/addressbook.c
259                 If nothing is selected in the list (right part)
260                 and a group is selected in the tree (left part),
261                 mail this group.
262
263 2006-09-28 [colin]      2.5.2cvs14
264
265         * src/Makefile.am
266                 Actually use SM_LIBS
267
268 2006-09-28 [ticho]      2.5.2cvs13
269
270         * src/export.c
271         * src/messageview.c
272         * src/mimeview.c
273         * src/news.c
274         * src/pop.c
275         * src/prefs_themes.c
276         * src/procmsg.c
277                 Small i18n string optimization.
278         * src/send_message.c
279         * src/summaryview.c
280         * src/common/session.c
281         * src/common/smtp.c
282         * src/common/ssl_certificate.c
283         * src/common/utils.c
284                 Use "Couldn't" instead of "Can't" in UI messages,
285                 where appropriate.
286
287 2006-09-28 [colin]      2.5.2cvs12
288
289         * configure.ac
290                 Possibly fix link errors
291
292 2006-09-27 [wwp]        2.5.2cvs11
293
294         * src/gtk/authors.h
295         * doc/man/sylpheed-claws.1
296         * manual/ack.xml
297         * manual/es/ack.xml
298         * manual/fr/ack.xml
299         * manual/pl/ack.xml
300                 Updated authors info (me, myself and I).
301
302 2006-09-27 [colin]      2.5.2cvs10
303
304         * src/addressbook.c
305                 Remove useless printf
306
307 2006-09-27 [wwp]        2.5.2cvs9
308
309         * src/editgroup.c
310         * src/send_message.c
311         * src/inc.c
312         * src/prefs_common.c
313         * src/prefs_common.h
314         * src/gtk/progressdialog.c
315                 remember more windows' sizes (send dialog, received dialog,
316                 edit group in addressbook).
317
318 2006-09-27 [colin]      2.5.2cvs8
319
320         * configure.ac
321         * src/main.c
322         * src/mainwindow.h
323                 Use libSM to communicate with the session
324                 manager, so that we can know when the 
325                 session ends, save our caches, and draft
326                 our compose windows.
327
328 2006-09-27 [colin]      2.5.2cvs7
329
330         * src/addressbook.c
331                 Fix issues:
332                 o Allow Book and Group creation from the tree's
333                   contextual menu
334                 o Do not actually delete the contacts when 
335                   deleting groups from the tree (duh!)
336
337 2006-09-27 [colin]      2.5.2cvs6
338
339         * src/compose.c
340         * src/compose.h
341         * src/mainwindow.c
342         * src/textview.c
343         * src/toolbar.c
344                 o Allow passing an email address to 
345                   compose_new_with_folderitem
346                 o Update callers
347                 o Use current folderitem when clicking
348                   on a TextView mailto: link
349                 o Fix a possible leak in TextView
350
351 2006-09-27 [colin]      2.5.2cvs5
352
353         * src/html.c
354                 Use UTF-8 chars to replace HTML entities
355
356 2006-09-27 [colin]      2.5.2cvs4
357
358         * AUTHORS
359         * src/prefs_account.c
360         * src/gtk/authors.h
361                 Fix bug #1024 (Array index out of
362                 range in sylpheed-claws-2.5.2)
363                 Patch by Ales Nosek <anosek@suse.cz>
364
365 2006-09-27 [colin]      2.5.2cvs3
366
367         * src/addr_compl.c
368                 Actually do the test
369
370 2006-09-27 [colin]      2.5.2cvs2
371
372         * src/addr_compl.c
373         * src/addr_compl.h
374                 Allow completing with comma (in certain cases: vCalendar
375                 for example doesn't support that)
376                 Patch by Fabien Vantard
377
378 2006-09-26 [colin]      2.5.2cvs1
379
380         * src/Makefile.am
381         * src/addr_compl.c
382         * src/addr_compl.h
383         * src/addrbook.c
384         * src/addrbook.h
385         * src/addressbook.c
386         * src/addrindex.c
387         * src/addrindex.h
388         * src/compose.c
389         * src/prefs_common.c
390         * src/prefs_filtering_action.c
391         * src/prefs_folder_item.c
392         * src/prefs_template.c
393         * src/stock_pixmap.c
394         * src/stock_pixmap.h
395         * src/pixmaps/addr_one.xpm
396         * src/pixmaps/addr_two.xpm
397                 Add auto-completion on groups
398
399 2006-09-26 [colin]      2.5.2
400
401         * NEWS
402         * README
403         * RELEASE_NOTES
404                 2.5.2 released
405
406 2006-09-26 [colin]      2.5.1cvs5
407
408         * src/matcher.c
409                 Fix condition
410
411 2006-09-26 [colin]      2.5.1cvs4
412
413         * src/mbox.c
414                 Revert cvs1 (useless as the message is printed 
415                 every 500 mails)
416
417 2006-09-26 [colin]      2.5.1cvs3
418
419         * src/partial_download.c
420                 Fix crasher found by Alexsandar Urosevic
421
422 2006-09-26 [colin]      2.5.1cvs2
423
424         * src/summaryview.c
425                 Fix bug #1023 (Sylpheed deletes too much messages)
426
427 2006-09-26 [ticho]      2.5.1cvs1
428
429         * src/mbox.c
430                 Make use of gettext's multiple plurals for statusbar
431                 progress message.
432
433 2006-09-25 [paul]       2.5.1
434
435         * NEWS
436         * README
437         * RELEASE_NOTES
438                 2.5.1 released
439
440 2006-09-25 [colin]      2.5.0cvs3
441
442         * src/plugins/bogofilter/bogofilter.c
443         * src/plugins/clamav/clamav_plugin.c
444         * src/plugins/spamassassin/spamassassin.c
445                 BogoFilter, Spamassassin: Fix double hook registering after
446                 visiting preferences
447                 Spamassassin, Clamav: Just set the mails to move instead of
448                 doing the move - caller will move the things at once.
449
450 2006-09-25 [colin]      2.5.0cvs2
451
452         * src/imap.c
453         * src/etpan/imap-thread.c
454                 Use UID SEARCH ALL instead of UID 1:*
455                 (braindead servers can't figure out that's
456                 the same...)
457
458 2006-09-25 [wwp]        2.5.0cvs1
459
460         * src/message_search.c
461                 Added the ability to stop a running search (in message body).
462
463 2006-09-25 [paul]       2.5.0
464
465         * NEWS
466         * README
467         * RELEASE_NOTES
468                 2.5.0 released
469
470 2006-09-25 [paul]       2.4.0cvs214
471
472         * po/cs.po
473         * po/de.po
474         * po/fi.po
475         * po/fr.po
476         * po/nl.po
477         * po/pt_BR.po
478         * po/sk.po
479         * po/sr.po
480         * po/zh_CN.po
481                 updated by Tim, Stephan Sachse, Flammie Pirinen,
482                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
483                 Ticho, Aleksander Urosevic, Ralgh Young
484
485 2006-09-24 [mones]      2.4.0cvs213
486
487         * po/es.po
488                 Updated for release
489
490 2006-09-23 [colin]      2.4.0cvs212
491
492         * src/gtk/inputdialog.c
493                 Fix [ ] remember this appearing in normal
494                 input dialogs after it's been used by
495                 mimeview.
496         * src/folder.c
497         * src/folderview.c
498         * src/msgcache.c
499         * src/procmsg.c
500         * src/summaryview.c
501         * src/textview.c
502         * src/common/timing.h
503                 Enable timings in debug mode and make it
504                 look prettier.
505
506 2006-09-22 [colin]      2.4.0cvs211
507
508         * README
509                 Revert test change
510         * commitHelper
511                 ping the correct URI
512
513 2006-09-22 [colin]      2.4.0cvs210
514
515         * README
516                 Let's see if bug #1022 is fixed
517
518 2006-09-21 [colin]      2.4.0cvs209
519
520         * src/wizard.c
521         * src/common/plugin.c
522                 Prepare infra to load predefined plugins when
523                 no configuration existed. Don't actually load
524                 anything yet (feat. freeze)
525
526 2006-09-21 [wwp]        2.4.0cvs208
527
528         * manual/fr/faq.xml
529                 Partial sync w/ 2.4.0cvs72:
530                 wrap file and minor updates.
531
532 2006-09-21 [wwp]        2.4.0cvs207
533
534         * tools/fix_date.sh
535                 several fixes and enhancements. A new --force switch has been
536                 added to prevent overriding by default Date: header when
537                 already existing.
538
539 2006-09-21 [paul]       2.4.0cvs206
540
541         * src/common/utils.c
542                 add Chinese UTF8 Re prefix
543
544 2006-09-21 [wwp]        2.4.0cvs205
545
546         * tools/Makefile.am
547                 Fics alfabettical order.
548
549 2006-09-21 [wwp]        2.4.0cvs204
550
551         * tools/fix_date.sh
552         * tools/Makefile.am
553                 Added an action tool to fix missing Date field in emails.
554                 Updated Makefile.am to reflect those last two additions.
555
556 2006-09-21 [wwp]        2.4.0cvs203
557
558         * tools/uuooffice
559                 Added a action tool to open uuencoded docs w/
560                 OpenOffice (based on uudec method).
561
562 2006-09-21 [colin]      2.4.0cvs202
563
564         * src/compose.c
565         * src/textview.c
566                 Workaround possible GTK crash: remove selection 
567                 clipboard before destroying widget, or GTK+-2.10
568                 dies. Thanks to Hiro.
569
570 2006-09-20 [colin]      2.4.0cvs201
571
572         * src/compose.c
573                 Fix free-after-use in some cases (when 
574                 procmime_encode_content() frees mimeinfo->data.mem
575                 and turns it to a temp file)
576
577 2006-09-20 [colin]      2.4.0cvs200
578
579         * src/folderview.c
580         * src/summaryview.c
581         * src/gtk/gtksctree.c
582         * src/gtk/gtksctree.h
583                 Add tooltips in the folderview and summaryview
584                 (Doesn't break string freeze as they already
585                 exist)
586         * src/toolbar.c
587                 Put the spam button in the default configuration
588                 if compiled with bogo plugin too
589
590 2006-09-19 [colin]      2.4.0cvs199
591
592         * src/summaryview.c
593         * src/summaryview.h
594                 Update folder name label on folder rename
595         * src/prefs_matcher.c
596         * src/gtk/logwindow.h
597                 Fix warnings
598                 Patches by Fabien
599
600 2006-09-19 [wwp]        2.4.0cvs198
601
602         * src/summary_search.c
603                 fix can't click forward/backward buttons in the
604                 search messages.
605
606 2006-09-18 [paul]       2.4.0cvs197
607
608         * src/wizard.c
609                 add missing bracket, capitalise the A of
610                 'SpamAssassin'
611
612 2006-09-18 [paul]       2.4.0cvs196
613
614         * src/compose.c
615                 fix bug 1012 'crashed upon sending mail
616                 from compose window'
617                 Thanks to Colin
618
619 2006-09-16 [colin]      2.4.0cvs195
620
621         * src/folderview.c
622                 Fix "real-time" sorting by freezing/thawing
623
624 2006-09-16 [colin]      2.4.0cvs194
625
626         * manual/faq.xml
627                 Fix the anti-spam entry a bit
628
629 2006-09-16 [colin]      2.4.0cvs193
630
631         * src/wizard.c
632                 Make sure reviewers have no excuse when stating
633                 Sylpheed-Claws doesn't have antispam capabilities.
634
635 2006-09-16 [colin]      2.4.0cvs192
636
637         * src/main.c
638                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
639                 as if the SIGPIPE comes from etpan's thread we could
640                 trigger a GUI update from this thread.
641
642 2006-09-16 [colin]      2.4.0cvs191
643
644         * src/summaryview.c
645                 Init all members of the struct
646
647 2006-09-16 [paul]       2.4.0cvs190
648
649         * src/account.c
650                 improvements to the English
651
652 2006-09-15 [colin]      2.4.0cvs189
653
654         * src/summaryview.c
655                 HIG order on dialog
656
657 2006-09-14 [colin]      2.4.0cvs188
658
659         * src/common/socket.c
660         * src/common/socket.h
661         * src/common/ssl.c
662         * src/common/ssl_certificate.c
663         * src/common/ssl_certificate.h
664         * src/etpan/imap-thread.c
665                 the get_fqdn() call done to get canonical name when
666                 checking an SSL certificate is blocking, which is
667                 sad as we just did a non-blocking lookup to connect.
668                 Fix that by letting the fqdn available to the SockInfo,
669                 and use that in ssl_certificate_check(). For IMAP,
670                 we don't do it as the lookup's done by libetpan, but
671                 it's less annoying as IMAP connections as much more
672                 rare than POP3 connections.
673
674 2006-09-14 [paul]       2.4.0cvs187
675
676         * manual/advanced.xml
677                 improvements to the English,
678                 properly place the new hidden options
679                 within the alphabetical order
680         * src/gtk/pluginwindow.c
681                 improvements to the English
682
683 2006-09-14 [colin]      2.4.0cvs186
684
685         * src/prefs_common.c
686         * src/prefs_common.h
687         * src/gtk/gtksctree.c
688         * manual/advanced.xml
689                 New hidden pref, stripes_color_offset, to change
690                 the value added/substracted to normal bgcolor to
691                 create the stripes in summaries
692
693 2006-09-13 [colin]      2.4.0cvs185
694
695         * src/gedit-print.c
696         * src/messageview.c
697         * src/messageview.h
698         * src/summaryview.c
699         * src/textview.c
700                 Fix misc. printing issues: 
701                 - Bad font for linkified headers
702                 - Different font if the mail was displayed or not
703                 - Factorize the thing
704
705 2006-09-13 [colin]      2.4.0cvs184
706
707         * src/common/ssl_certificate.c
708                 Only get FQDN once when checking certificate
709
710 2006-09-13 [colin]      2.4.0cvs183
711
712         * src/account.c
713         * src/gtk/pluginwindow.c
714                 Misc. GUI fixes by Fabien
715
716 2006-09-13 [wwp]        2.4.0cvs182
717
718         * configure.ac
719         * src/common/utils.h
720         * src/common/utils.c
721                 get rid of unused wide-char functions.
722
723 2006-09-13 [wwp]        2.4.0cvs181
724
725         * src/plugins/pgpinline/sylpheed.def
726         * src/textview.c
727                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
728                 add privacy_reset_error to the .def file,
729                 do not fork for an external textviewer.
730
731 2006-09-13 [wwp]        2.4.0cvs180
732
733         * src/prefs_common.c
734                 fix broken font entry in prefs (patch issued by the gpg4win team,
735                 probably by Marcus Brinkmann <marcus@g10code.de>).
736
737 2006-09-13 [colin]      2.4.0cvs179
738
739         * src/folder.h
740                 Fix a warning in summaryview.c
741         * src/mainwindow.c
742         * src/summaryview.c
743         * src/summaryview.h
744                 Add missing Mark/* elements in the
745                 main menu
746
747 2006-09-12 [colin]      2.4.0cvs178
748
749         * src/prefs_actions.c
750         * src/prefs_filtering_action.c
751         * src/prefs_matcher.c
752                 Use (New) instead of New everywhere
753
754 2006-09-12 [wwp]        2.4.0cvs177
755
756         * manual/fr/addrbook.xml
757         * manual/fr/handling.xml
758                 updated some quotes in the fr manual to match the fr translation.
759
760 2006-09-12 [wwp]        2.4.0cvs176
761
762         * src/prefs_matcher.c
763                 don't store translated string elements in matcher expressions.
764                 Also fixed a misused of Q_().
765
766 2006-09-11 [wwp]        2.4.0cvs175
767
768         * src/plugins//bogofilter/bogofilter.c
769         * src/plugins//clamav/clamav_plugin.c
770         * src/plugins//demo/demo.c
771         * src/plugins//dillo_viewer/dillo_viewer.c
772         * src/plugins//pgpcore/plugin.c
773         * src/plugins//pgpinline/plugin.c
774         * src/plugins//pgpmime/plugin.c
775         * src/plugins//spamassassin/spamassassin.c
776                 gettext-ize more strings (mostly plugin error messages).
777
778 2006-09-11 [colin]      2.4.0cvs174
779
780         * src/alertpanel.c
781                 Make maximum buffer size bigger to avoid
782                 truncating translated messages. Patch by
783                 Fabien
784
785 2006-09-11 [colin]      2.4.0cvs173
786
787         * src/etpan/imap-thread.c
788                 Fix compilation on OpenBSD, thanks to 
789                 Landry
790
791 2006-09-10 [wwp]        2.4.0cvs172
792
793         * manual/account.xml
794         * manual/addrbook.xml
795         * manual/handling.xml
796         * manual/es/handling.xml
797         * manual/fr/account.xml
798         * manual/fr/addrbook.xml
799         * manual/fr/handling.xml
800                 documented addressbook matching (condition configuration):
801                   addrbook.xml, en fr
802                 documented per-account filtering rules (handling/filtering
803                   section, account section):
804                   account.xml, handling.xml, en fr
805                 slightly updated the handling/searching section to tell few
806                   words about the extended search ability:
807                   handling.xml, en fr
808                 added missing <quote></quotes> to Quick Search:
809                   handling.xml, en fr es
810                 fixed a typo (auomatically):
811                   handling.xml, en
812                 changes revisited by Paul.
813
814 2006-09-10 [paul]       2.4.0cvs171
815
816         * src/prefs_actions.c
817         * src/prefs_filtering.c
818         * src/prefs_template.c
819                 adjustments to the gui
820                 Patch by Fabien Vantard (slightly modified)
821
822 2006-09-10 [colin]      2.4.0cvs170
823
824         * src/summaryview.c
825                 Check folderitem/summaryview consistency
826                 (basically automates Update summary). Fixes
827                 #1011 (wrong (negative) count on unread 
828                 messages)
829
830 2006-09-10 [colin]      2.4.0cvs169
831
832         * src/gtk/gtksctree.c
833                 Fix recursive expansion via mouse
834         * src/plugins/bogofilter/bogofilter.c
835                 Use normal filtering way of moving
836                 messages (batching), possibly fixing
837                 bug #1015 (Bogofilter plugin doubles 
838                 new messages)
839
840 2006-09-09 [wwp]        2.4.0cvs168
841
842         * src/prefs_filtering.c
843                 better place for this fix.
844
845 2006-09-09 [wwp]        2.4.0cvs167
846
847         * src/prefs_filtering.c
848                 fix a minor bug when the enabled status of a filtering/processing
849                 rule always got set to TRUE when replacing this rule. That still
850                 make sense when adding a new rule, but now when replacing, we
851                 don't override the value of 'enabled'.
852                 Also renamed the func prefs_filtering_list_view_get_rule_name()
853                 to prefs_filtering_list_view_get_info() as this function not only
854                 returns the name, but also the account_id and the enabled status.
855
856 2006-09-09 [mones]      2.4.0cvs166
857
858         * manual/glossary.xml
859         * manual/plugins.xml
860                 Minor format corrections
861         * manual/gpl.xml
862                 Fix misplaced NO WARRANTY section
863         * manual/es/advanced.xml
864         * manual/es/faq.xml
865         * manual/es/glossary.xml
866         * manual/es/gpl.xml
867         * manual/es/handling.xml
868         * manual/es/plugins.xml
869         * manual/es/starting.xml
870                 Incorporate changes from English version
871         * manual/fr/ack.xml
872         * manual/pl/ack.xml
873         * manual/es/ack.xml
874                 Fix address, (add translation credits in es version)
875         * po/es.po
876                 Updated translation
877
878 2006-09-09 [wwp]        2.4.0cvs165
879
880         * src/prefs_filtering.c
881                 fix a crash when opening filtering prefs, if matcherrc file contains
882                 broken data (non-existing account id, which is theoretically not
883                 possible).
884
885 2006-09-08 [colin]      2.4.0cvs164
886
887         * src/folder.c
888                 Wrong assert, make it an if()
889         * src/gtk/gtksctree.c
890                 Fix bug #1013 (expand selected thread 
891                 tree) - expanding is now recursive
892
893 2006-09-07 [wwp]        2.4.0cvs163
894
895         * src/prefs_matcher.c
896                 make better sentences about addressbook matching in the
897                 matcher prefs. This should make translators' work easier
898                 too.
899
900 2006-09-07 [wwp]        2.4.0cvs162
901
902         * src/prefs_filtering.c
903                 code simplification (get rid of dup var. assignment).
904
905 2006-09-07 [wwp]        2.4.0cvs161
906
907         * src/summaryview.c
908                 use GTK_STOCK icons when possible, patch by Fabien Vantard
909                 <fzzzzz@gmail.com>.
910
911 2006-09-07 [paul]       2.4.0cvs160
912
913         * src/mimeview.c
914                 fix compilation warnings
915                 Thanks to Colin
916
917 2006-09-07 [paul]       2.4.0cvs159
918
919         * src/mimeview.c
920                 select the mimepart icon when
921                 displaying as text
922                 Thanks to Colin
923
924 2006-09-06 [paul]       2.4.0cvs158
925
926         * src/prefs_filtering.c
927                 fix labels and table element spacing
928                 Patch by Fabien Vantard
929
930 2006-09-06 [paul]
931
932         2.5.0-rc3 released
933
934 2006-09-06 [paul]       2.4.0cvs157
935
936         * manual/es/advanced.xml
937                 fix typo
938
939 2006-09-06 [wwp]        2.4.0cvs156
940
941         * src/mainwindow.c
942                 fix an dup launch issue when iconified, thanks to Colin.
943
944 2006-09-06 [wwp]        2.4.0cvs155
945
946         * src/gtk//gtksctree.h
947                 oops, forgot that one!
948
949 2006-09-06 [wwp]        2.4.0cvs154
950
951         * manual/pl/advanced.xml
952         * manual/advanced.xml
953         * manual/es/advanced.xml
954         * manual/fr/advanced.xml
955         * src/prefs_customheader.c
956         * src/prefs_filtering_action.c
957         * src/foldersel.c
958         * src/prefs_summaries.c
959         * src/prefs_filtering.c
960         * src/account.c
961         * src/compose.c
962         * src/prefs_summary_column.c
963         * src/addr_compl.c
964         * src/prefs_actions.c
965         * src/prefs_folder_column.c
966         * src/ssl_manager.c
967         * src/prefs_template.c
968         * src/prefs_display_header.c
969         * src/prefs_common.h
970         * src/prefs_matcher.c
971         * src/prefs_common.c
972         * src/prefs_toolbar.c
973         * src/summaryview.c
974         * src/folderview.c
975         * src/gtk/gtksctree.c
976         * src/gtk/pluginwindow.c
977         * src/gtk/progressdialog.c
978         * src/gtk/prefswindow.c
979                 renamed hidden option enable_rules_hint to use_stripes_everywhere
980                 to make its meaning more obvious (all versions of the manual reflect
981                 the change).
982                 added an extra hidden option use_stripes_in_summary to allow
983                 discarding these stripes in mainwindow's folder and message lists;
984                 en and fr manuals only are OK towards this.
985
986 2006-09-06 [colin]      2.4.0cvs153
987
988         * src/textview.c
989                 Hide Sylpheed-Claws' internal queue headers
990                 when showing all headers. They'll be present
991                 only in Source window.
992
993 2006-09-05 [colin]      2.4.0cvs152
994
995         * src/plugins/trayicon/trayicon.c
996                 Fix crash at exit - we have to disconnect
997                 our handlers
998         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
999                 Update eggtrayicon - patch adapted from a
1000                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
1001                 on Sylpheed's ML
1002
1003 2006-09-05 [colin]      2.4.0cvs151
1004
1005         * src/mainwindow.c
1006         * src/gtk/logwindow.c
1007                 Fix race condition when something writes
1008                 to the log too soon during init. Thanks
1009                 to Fabien Vantard
1010
1011 2006-09-05 [colin]      2.4.0cvs150
1012
1013         * src/mimeview.c
1014                 Don't select part on right-click either
1015
1016 2006-09-05 [paul]       2.4.0cvs149
1017
1018         * src/mimeview.c
1019                 completion of previous commit
1020                 Thanks to Colin
1021
1022 2006-09-05 [colin]      2.4.0cvs148
1023
1024         * src/mimeview.c
1025                 Don't force selection on middle-click, just open
1026
1027 2006-09-04 [colin]      2.4.0cvs147
1028
1029         * src/mimeview.c
1030                 Looks like gtk_notebook_set_current_page()
1031                 sometimes steals focus, and this annoys us
1032                 in MimeViewers as it renders navigation
1033                 keys useless. Take back focus after switching
1034                 pages.
1035
1036 2006-09-04 [colin]      2.4.0cvs146
1037
1038         * src/messageview.c
1039                 Set stop_loading when clicking on Next
1040                 during load. Don't add a callback to 
1041                 avoid over-complicating things.
1042
1043 2006-09-04 [colin]      2.4.0cvs145
1044
1045         * src/mimeview.c
1046         * src/messageview.c
1047                 Fix multiple loads in separate messageview
1048
1049 2006-09-04 [colin]      2.4.0cvs144
1050
1051         * src/summaryview.c
1052                 Let navigation keys be handled during 
1053                 load
1054
1055 2006-09-04 [colin]      2.4.0cvs143
1056
1057         * src/messageview.c
1058         * src/summaryview.c
1059         * src/textview.c
1060         * src/textview.h
1061                 Make loading of huge mails (lots of text and/or
1062                 images) cancellable, so the GUI doesn't block 
1063
1064 2006-09-04 [colin]      2.4.0cvs142
1065
1066         * src/plugins/trayicon/trayicon.c
1067                 Fix annoyance when removing a folder with 
1068                 unread mails: trayicon didn't update
1069
1070 2006-09-04 [paul]       2.4.0cvs141
1071
1072         * src/gtk/icon_legend.c
1073                 straighten up columns
1074                 Patch by Fabien Vantard
1075
1076 2006-09-04 [wwp]        2.4.0cvs140
1077
1078         * src/prefs_filtering.c
1079                 fix new line's account name in filtering prefs:
1080                 was "All", is now "(New)".
1081
1082 2006-09-04 [paul]       2.4.0cvs139
1083
1084         * tools/make.themes.project
1085                 use "AUTOMAKE_OPTIONS = dist-bzip2"
1086                 instead of homebrewed "make release"
1087
1088 2006-09-03 [colin]      2.4.0cvs138
1089
1090         * src/folderview.c
1091                 Fix bug #1007 (Wrong folder highlighted)
1092
1093 2006-09-03 [colin]      2.4.0cvs137
1094
1095         * src/compose.c
1096                 Don't set Newsgroup: header to a mail folder
1097                 path
1098
1099 2006-09-03 [paul]       2.4.0cvs136
1100
1101         * src/prefs_other.c
1102         * src/prefs_spelling.c
1103                 unify the gui
1104
1105 2006-09-03 [paul]       2.4.0cvs135
1106
1107         * src/prefs_summaries.c
1108                 correct menu item text in prefs_keybind_apply_clicked()
1109
1110 2006-09-03 [paul]       2.4.0cvs134
1111
1112         * manual/advanced.xml
1113                 some improvements to the descriptions
1114         * src/mainwindow.c
1115         * src/messageview.c
1116         * src/summaryview.c
1117         * src/gtk/menu.c
1118                 fix menu sensitivity issues
1119         * src/prefs_message.c
1120                 drop the useless word 'short'
1121         * src/prefs_other.c
1122                 add the word 'lines' indicating log length
1123                 is a measure of lines
1124         * src/textview.c
1125                 fix compilation warnings
1126
1127 2006-09-02 [colin]      2.4.0cvs133
1128
1129         * src/messageview.c
1130                 Display a special return-receipt message
1131                 if the message is from the user
1132         * src/summaryview.c
1133                 Fix missing freeze of the list when marking
1134                 all read and unthreading for exec. Thanks
1135                 to Stephan Sachse.
1136
1137 2006-09-02 [paul]       2.4.0cvs132
1138
1139         * src/mainwindow.c
1140         * src/prefs_message.c
1141         * src/summaryview.c
1142                 fix some english
1143
1144 2006-09-02 [wwp]        2.4.0cvs131
1145
1146         * src/prefs_filtering.c
1147                 added an account name column to the filtering rules
1148                 dialog.
1149
1150 2006-09-02 [colin]      2.4.0cvs130
1151
1152         * src/gtk/logwindow.c
1153         * src/gtk/logwindow.h
1154                 Block scrolling if we're not at the end
1155                 of the log
1156
1157 2006-09-02 [colin]      2.4.0cvs129
1158
1159         * src/folder.c
1160                 Make sure account-specific rules can't
1161                 be used in {pre-,post-,}processing
1162         * src/mainwindow.c
1163         * src/gtk/logwindow.c
1164         * src/gtk/logwindow.h
1165                 Jump to last error when clicking on the
1166                 warning icon
1167
1168 2006-09-02 [colin]      2.4.0cvs128
1169
1170         * src/imap.c
1171         * src/import.c
1172         * src/mainwindow.c
1173         * src/mainwindow.h
1174                 Fix warning icon
1175         * src/inc.c
1176         * src/mbox.c
1177         * src/mbox.h
1178                 Let proc_mbox know its account, for
1179                 account-specific rules
1180
1181 2006-09-01 [colin]      2.4.0cvs127
1182
1183         * src/codeconv.c
1184                 Don't uselessly use iconv to convert from
1185                 us-ascii
1186         * src/alertpanel.c
1187         * src/mainwindow.c
1188         * src/mainwindow.h
1189         * src/inc.c
1190                 Fix certain log cases, disable warning icon
1191                 for now, the correct way to display it when
1192                 necessary and only when necessary is probably
1193                 to do it manually rather than use error logs
1194         * src/etpan/imap-thread.c
1195                 Clean up UID logging a bit
1196         * src/gtk/logwindow.c
1197         * src/gtk/logwindow.h
1198                 Make logging faster when the window's closed
1199
1200 2006-09-01 [wwp]        2.4.0cvs126
1201
1202         * manual/fr/account.xml
1203                 reflect changes to the ref. manual (parts of cvs72):
1204                 fix tabnames and quotes.
1205
1206 2006-09-01 [wwp]        2.4.0cvs125
1207
1208         * manual/fr/plugins.xml
1209                 reflect changes to the reference manual (cvs42):
1210                 update IRC channel info.
1211
1212 2006-09-01 [wwp]        2.4.0cvs124
1213
1214         * commitHelper
1215                 use CVSEDITOR env. var. if set, according to `man cvs`.
1216
1217 2006-09-01 [wwp]        2.4.0cvs123
1218
1219         * manual/advanced.xml
1220                 better sentence again (thanks to Paul).
1221
1222 2006-09-01 [wwp]        2.4.0cvs122
1223
1224         * manual/advanced.xml
1225         fix definition of toolbar_detachable and rework a bit the one of
1226         enable_dotted_lines.
1227
1228 2006-09-01 [mones]      2.4.0cvs121
1229
1230         * manual/advanced.xml
1231                 Document enable_dotted_lines
1232
1233 2006-09-01 [paul]       2.4.0cvs120
1234
1235         * src/folderview.c
1236         * src/folderview.h
1237         * src/imap.c
1238         * src/mainwindow.c
1239         * src/summaryview.c
1240                 obey the 'When entering folder...' option
1241                 when using the /View/Go to/... menu items
1242                 Thanks to Colin
1243
1244 2006-08-31 [colin]      2.4.0cvs119
1245
1246         * src/folderview.c
1247                 Revert 2.4.0cvs116, wrong fix.
1248
1249 2006-08-31 [colin]      2.4.0cvs118
1250
1251         * src/gtk/gtksctree.c
1252                 Better state the various copyrights
1253
1254 2006-08-31 [colin]      2.4.0cvs117
1255
1256         * src/prefs_common.c
1257                 fix enable_dotted_lines
1258
1259 2006-08-31 [colin]      2.4.0cvs116
1260
1261         * src/folderview.c
1262                 Use pref "Always open on select" when going
1263                 to next unread folder
1264         * src/gtk/gtksctree.c
1265                 Fix link failure to _gtk_clist_create_cell_layout
1266                 on certain computers. (Why not mine, I wonder)
1267
1268 2006-08-31 [colin]      2.4.0cvs115
1269
1270         * src/procmsg.c
1271         * src/textview.c
1272         * src/plugins/bogofilter/bogofilter.c
1273         * src/plugins/spamassassin/spamassassin.c
1274                 Requalify some "errors" to warnings
1275         * src/mainwindow.c
1276         * src/mainwindow.h
1277         * src/statusbar.c
1278                 Add an icon in the statusbar to notify
1279                 of errors
1280         * src/gtk/gtksctree.c
1281         * src/folderview.c
1282         * src/summaryview.c
1283                 Make the GtkSCTree look more modern by
1284                 alternating background lines
1285         * src/prefs_common.c
1286         * src/prefs_common.h
1287                 Add a pref to let people have the old
1288                 way if they prefer
1289
1290
1291 2006-08-30 [colin]      2.4.0cvs114
1292
1293         * src/procmsg.c
1294         * src/procmsg.h
1295                 Provide a way to filter a list of
1296                 messages in an optimised manner, and
1297                 add a list-filtering hook
1298         * src/folder.c
1299         * src/inc.c
1300         * src/mbox.c
1301                 Use the list filtering
1302         * src/plugins/bogofilter/bogofilter.c
1303                 Use the list-filtering hook
1304                 Use -b (bulk) mode for more speed
1305                 when learning and filtering
1306         * src/etpan/imap-thread.c
1307                 Make log output shorter in UID SEARCH
1308
1309
1310 2006-08-30 [colin]      2.4.0cvs113
1311
1312         * src/plugins/bogofilter/bogofilter.c
1313                 Really fast mass learning - thanks to David
1314                 Relson for the options explanations :)
1315
1316 2006-08-30 [colin]      2.4.0cvs112
1317
1318         * src/msgcache.c
1319                 Fix compilation on FreeBSD. Thanks
1320                 to Michael Hugues
1321
1322 2006-08-29 [colin]      2.4.0cvs111
1323
1324         * src/folderview.c
1325                 Handle "popup_menu" signal (for popping the 
1326                 menu via the keyboard)
1327         * src/mimeview.c
1328         * src/mimeview.h
1329         * src/summaryview.c
1330         * src/textview.c
1331         * src/gtk/gtkutils.c
1332         * src/gtk/gtkutils.h
1333                 Factorize scrolling code, and add an API 
1334                 for MimeViewers to handle scroll orders
1335
1336 2006-08-29 [wwp]        2.4.0cvs110
1337
1338         * src/plugins//bogofilter/bogofilter.c
1339         * src/plugins//spamassassin/spamassassin.c
1340                 make the bogofilter/spamassassin filtering error dialogs at
1341         incorporation obey to the "don't popup error dialog on
1342         receive error" option. If disabled, feed the log window w/
1343         the error message.
1344
1345 2006-08-29 [paul]
1346
1347         2.5.0-rc2 released
1348
1349 2006-08-29 [paul]       2.4.0cvs109
1350
1351         * Makefile.am
1352                 remove 'make release', it's not needed
1353                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
1354
1355 2006-08-29 [paul]       2.4.0cvs108
1356
1357         * src/foldersel.c
1358         * src/summary_search.c
1359         * src/gtk/progressdialog.c
1360         * src/plugins/pgpcore/passphrase.c
1361                 replace deprecated gtk_window_set_policy()
1362
1363 2006-08-29 [colin]      2.4.0cvs107
1364
1365         * src/folder.c
1366                 Fix data loss when copy fails during a move:
1367                 only use fast remove_msgs if everything was
1368                 copied OK; else use slow remove_msg on the
1369                 mails that got copied only.
1370
1371 2006-08-28 [paul]       2.4.0cvs106
1372
1373         * src/mh.c
1374                 revert change in 2.4.0cvs104, it breaks
1375                 stuff
1376
1377 2006-08-28 [paul]       2.4.0cvs105
1378
1379         * src/plugins/spamassassin/spamassassin.c
1380                 english fix
1381
1382 2006-08-28 [paul]       2.4.0cvs104
1383
1384         * src/mh.c
1385                 fix data loss when moving to another
1386                 mailbox fails
1387         * src/prefs_spelling.c
1388                 improve the english
1389         * src/gtk/pluginwindow.c
1390                 improve the layout of the dialog text
1391         All thanks to Colin
1392
1393 2006-08-28 [paul]       2.4.0cvs103
1394
1395         * src/plugins/bogofilter/bogofilter.c
1396         * src/plugins/bogofilter/bogofilter_gtk.c
1397                 fix english up a bit, innit
1398
1399 2006-08-28 [paul]       2.4.0cvs102
1400
1401         * configure.ac
1402         * po/Makefile.in.in
1403         * po/Makevars
1404                 require autoconf 2.60, enabling building
1405                 with gettext 0.15 (gettext 0.14.x build still
1406                 possible). Replace Makefiles with versions
1407                 from gettext 0.15.
1408                 Remove configure options --with-localedir and
1409                 --with-mandir. The options that are provided
1410                 directly by autoconf 2.60 can be used instead:
1411                 --mandir --localedir
1412
1413 2006-08-27 [colin]      2.4.0cvs101
1414
1415         * src/plugins/bogofilter/Makefile.am
1416                 Fix make dist (no README)
1417
1418 2006-08-27 [colin]      2.4.0cvs100
1419
1420         * src/folder.c
1421                 Don't use F_UNKNOWN folders for any default
1422                 outbox/trash/etc
1423         * src/plugins/bogofilter/bogofilter.c
1424         * src/plugins/bogofilter/bogofilter.h
1425         * src/plugins/bogofilter/bogofilter_gtk.c
1426                 Add an option to specify the path to bogofilter
1427                 Use single-quotes to be able to learn in folders
1428                 with spaces in their names
1429                 Verify learning status
1430
1431 2006-08-27 [colin]      2.4.0cvs99
1432
1433         * manual/faq.xml
1434         * manual/plugins.xml
1435                 Document Bogofilter plugin
1436
1437 2006-08-27 [colin]      2.4.0cvs98
1438
1439         * src/compose.c
1440         * src/messageview.c
1441         * src/procmsg.c
1442         * src/procmsg.h
1443                 When possible, copy the queued mail to sent folder
1444                 instead of re-adding. Much faster on IMAP.
1445
1446 2006-08-27 [colin]      2.4.0cvs97
1447
1448         * src/msgcache.c
1449                 Disable mmaped caches - huge metadata loss
1450                 here after a power failure.
1451         * src/summaryview.c
1452                 Add quicksearch timing
1453         * src/common/plugin.c
1454         * src/common/plugin.h
1455                 Implement an interface to tell what plugins
1456                 provide. Prevent loading of similar plugins.
1457         * src/plugins/clamav/clamav_plugin.c
1458         * src/plugins/demo/demo.c
1459         * src/plugins/dillo_viewer/dillo_viewer.c
1460         * src/plugins/pgpcore/plugin.c
1461         * src/plugins/pgpinline/pgpinline.c
1462         * src/plugins/pgpmime/pgpmime.c
1463         * src/plugins/spamassassin/spamassassin.c
1464         * src/plugins/trayicon/trayicon.c
1465                 Implement plugin_provides()
1466
1467 2006-08-27 [colin]      2.4.0cvs96
1468
1469         * configure.ac
1470         * src/plugins/Makefile.am
1471         * src/plugins/bogofilter/.cvsignore
1472         * src/plugins/bogofilter/Makefile.am
1473         * src/plugins/bogofilter/bogofilter.c
1474         * src/plugins/bogofilter/bogofilter.h
1475         * src/plugins/bogofilter/bogofilter_gtk.c
1476                 New Bogofilter plugin, provides filtering and
1477                 learning. Spamassassin will go to extra plugins.
1478
1479 2006-08-26 [mones]      2.4.0cvs95
1480
1481         * manual/handling.xml
1482                 Fix subfolder path in the example (thanks to Paul) 
1483
1484 2006-08-26 [mones]      2.4.0cvs94
1485
1486         * manual/glossary.xml
1487                 2.2. + add ISP to the glossary
1488                 7.5. + Add UIDL to glossary
1489                 7.7. + Add TCP to glossary
1490         * manual/handling.xml
1491                 7.1. + Mentions GNU/Linux distribution, what about the non...
1492                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
1493                 7.3. + Mentions .bashrc, what about the non-bash ones? 
1494                 7.4. = Use appropriate quotation for commands
1495                 7.6. = change "" to <quote></quote>
1496         * manual/plugins.xml
1497                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
1498         * manual/starting.xml
1499                 2.1. + local mbox file: some examples of mbox file locations...
1500                 Also reformatted files requiring it
1501
1502 2006-08-26 [wwp]        2.4.0cvs93
1503
1504         * src/summary_search.c
1505                 disable find buttons while summary search is running.
1506
1507 2006-08-25 [colin]      2.4.0cvs92
1508
1509         * src/folder.c
1510         * src/folderutils.c
1511         * src/mh.c
1512         * src/procmsg.h
1513         * src/summaryview.c
1514                 Speed up MH moving, and add progressbar
1515                 for MH deletion
1516         * src/msgcache.c
1517                 Write cache files using mmap() too
1518
1519 2006-08-25 [wwp]        2.4.0cvs91
1520
1521         * src/summaryview.c
1522                 switch spam<->ham button when a message has been marked as spam or ham
1523                 and is still selected. Thanks to Colin.
1524
1525 2006-08-25 [paul]       2.4.0cvs90
1526
1527         * src/Makefile.am
1528         * src/stock_pixmap.c
1529         * src/stock_pixmap.h
1530         * src/summaryview.c
1531         * src/gtk/icon_legend.c
1532         * src/pixmaps/copied.xpm
1533         * src/pixmaps/moved.xpm
1534                 add icons for delayed execution marked for
1535                 copying, marked for moving
1536
1537 2006-08-25 [mones]      2.4.0cvs89
1538
1539         * manual/glossary.xml
1540                 Fix the other glossary items:
1541                 5.1. = Inmmediate execution -> <quote>immediate execution...
1542                 5.2. = Fix MBOX capitalization -> Mbox
1543                 5.3. + Improve Plugins def. w/ tech. ref.
1544                 5.4. = Quotation -> replace '>' by <quote>></quote>
1545                 5.5. - SMTP Server. -> remove dot
1546         * po/es.po
1547                 Updated translation
1548
1549 2006-08-25 [mones]      2.4.0cvs88
1550
1551         * manual/ack.xml
1552                 Reformatted, changed email address
1553         * manual/glossary.xml
1554                 Reformatted, fixed MANUAL-TODO items:
1555                 8.2. + add ROT-13 to glossary
1556                 8.4. + add URL to glossary
1557         * manual/es/advanced.xml
1558                 Fixed <literal>s
1559
1560 2006-08-25 [paul]       2.4.0cvs87
1561
1562         * src/gtk/icon_legend.c
1563                 add 'marked for deletion' icon
1564                 arrange icons by containing column
1565                 wrap long label text
1566
1567 2006-08-25 [colin]      2.4.0cvs86
1568
1569         * src/common/utils.c
1570         * src/common/utils.h
1571                 Add the sc_g_*list_bigger functions in
1572                 a place everyone can use it
1573         * src/summaryview.c
1574                 Only freeze/thaw the list when working
1575                 on the selection, if it's bigger than 1
1576         * src/gtk/gtksctree.c
1577                 Only freeze/thaw the list when unselec-
1578                 ting 'all' if ('all' != 1)
1579                 This avoids some flickering
1580
1581 2006-08-24 [colin]      2.4.0cvs85
1582
1583         * src/addressbook.c
1584                 Fix strange list selection
1585                 Fix random seg (Invalid read of freed memory)
1586
1587 2006-08-24 [colin]      2.4.0cvs84
1588
1589         * src/alertpanel.c
1590         * src/gtk/inputdialog.c
1591         * src/plugins/pgpcore/passphrase.c
1592                 Revert minimal width patch of 2.4.0cvs67,
1593                 as it is also a maximal width. Use 
1594                 gtk_window_set_default_size instead.
1595
1596 2006-08-24 [colin]      2.4.0cvs83
1597
1598         * src/msgcache.c
1599                 Write cache/mark to temp files before
1600                 overwriting old ones (avoids metadata
1601                 loss if writing the new files fail).
1602                 Use mmap() to read cache/mark file, as
1603                 this makes cache reading faster. Dis-
1604                 abled for big-endian machines until it
1605                 can be tested. (Big-endian users: set
1606                 msgcache_use_mmap = TRUE in the relevant
1607                 #if).
1608         * src/procmsg.h
1609                 Move rarely used fields of MsgInfo in 
1610                 another structure, which will only be
1611                 allocated if needed. Face, X-Face,
1612                 Return receipt headers and List-*
1613                 headers are moved. Mails having none
1614                 of these occupy 52 bytes less with
1615                 this patch, which makes 2.5MB of RAM
1616                 saved on a 50k folder).
1617         * src/headerview.c
1618         * src/mainwindow.c
1619         * src/messageview.c
1620         * src/partial_download.c
1621         * src/procheader.c
1622         * src/procmsg.c
1623         * src/textview.c
1624                 Follow this structure change.
1625
1626 2006-08-24 [wwp]        2.4.0cvs82
1627
1628         * manual/es/.cvsignore
1629         * manual/es/dist/.cvsignore
1630         * manual/es/dist/html/.cvsignore
1631         * manual/es/dist/pdf/.cvsignore
1632         * manual/es/dist/ps/.cvsignore
1633         * manual/es/dist/txt/.cvsignore
1634                 more (generated) files to ignore.
1635
1636 2006-08-24 [colin]      2.4.0cvs81
1637
1638         * src/folder.c
1639         * src/mh.c
1640                 Fix possible problems with local delivery. Check the folder doesn't
1641                 need scan before setting its mtime when saving cache (which can be
1642                 done long after the folder's been modified by an external process);
1643                 Check that the stored item's mtime didn't change in mh functions.
1644
1645 2006-08-24 [mones]      2.4.0cvs80
1646
1647         * manual/advanced.xml
1648                 Rewrapping, some fixes and MANUAL-TODO items:
1649                 8.1. = change "" to <quote></quote>
1650                 8.3. = quote menu items
1651                 8.5. - deploying -> new user ... ideally a new user (redundant)
1652
1653 2006-08-23 [colin]      2.4.0cvs79
1654
1655         * src/gtk/gtksctree.c
1656                 When selecting or deselecting range, only
1657                 freeze/thaw when selection is bigger than 10
1658
1659 2006-08-23 [colin]      2.4.0cvs78
1660
1661         * src/messageview.c
1662         * src/mimeview.c
1663         * src/mimeview.h
1664         * src/plugins/dillo_viewer/dillo_viewer.c
1665                 Provide an API for MimeViewer plugins to
1666                 return a text selection for replying
1667
1668 2006-08-23 [colin]      2.4.0cvs77
1669
1670         * src/image_viewer.c
1671         * src/textview.c
1672                 Use gtk_pixbuf_new_from_file_at_scale(), which
1673                 is faster than getting the pixbuf then resizing
1674                 it.
1675
1676 2006-08-23 [colin]      2.4.0cvs76
1677
1678         * src/procmime.c
1679                 UTF-8 should be sent Quoted-printable
1680
1681 2006-08-22 [colin]      2.4.0cvs75
1682
1683         * src/mh.c
1684                 Check if scan is required before touching
1685                 the folder (or it'll be required every time)
1686
1687 2006-08-22 [colin]      2.4.0cvs74
1688
1689         * configure.ac
1690                 Require libetpan 0.46 (crasher fix when built
1691                 against gnutls)
1692
1693 2006-08-22 [colin]      2.4.0cvs73
1694
1695         * src/folder.c
1696                 Set folder's mtime after writing its
1697                 cache
1698         * src/folderview.c
1699                 Add some timing
1700         * src/procmsg.c
1701                 Don't do useless stuff if we don't 
1702                 thread by subject
1703         * src/summaryview.c
1704                 Add some timing, don't deselect prior
1705                 to selecting (gtksctree does it itself),
1706                 remove crash avoidance hacks as it's been
1707                 properly fixed since a while
1708         * src/common/utils.c
1709                 Optimize to_human_readable(): _() is slow,
1710                 do it only once, and avoid %f format for KB
1711                 (the most common in a summaryview)
1712         * src/gtk/gtksctree.c
1713                 Don't uselessly freeze/thaw (fixes flicker
1714                 on next unread and friends), reduce number
1715                 of g_list_nth/g_list_position where possible
1716         * src/gtk/gtkutils.c
1717         * src/gtk/gtkutils.h
1718                 Reduce number of g_list_nth/g_list_position
1719                 where possible.
1720                 All of this makes loading as 70k folder 2.1
1721                 seconds instead of 3.2 (with hot FS caches).
1722                 (1.3 seconds without Date and Size columns...)
1723
1724 2006-08-22 [paul]       2.4.0cvs72
1725
1726         wrap documents and do some items from mones' MANUAL-TODO:
1727
1728         * manual/account.xml
1729                 4.1. = fix tabname references to <quote>tabname</quote>
1730                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
1731         * manual/faq.xml
1732                 1.1. = mentioned options don't match UI
1733                 Add information about the 'Never send Return Receipts'
1734                 option
1735         * manual/handling.xml
1736                 6.2. = Mentions Extended symbols button, but now is
1737                 named Information
1738                 6.3. = Mentions ... button, which is now Edit
1739
1740 2006-08-22 [colin]      2.4.0cvs71
1741
1742         * src/gtk/pluginwindow.c
1743                 Fix layout in verbose translations (such
1744                 as french)
1745
1746 2006-08-22 [paul]       2.4.0cvs70
1747
1748         * manual/Makefile.am
1749                 build manuals in alphabetical order
1750         * src/addressbook.c
1751         * src/prefs_themes.c
1752                 replace/remove deprecated symbols
1753         * src/gtk/gtkutils.c
1754                 fix a warning
1755         * src/gtk/pluginwindow.c
1756                 replace deprecated symbol
1757                 replace label text and move it
1758         * src/plugins/pgpcore/prefs_gpg.c
1759                 move the 'Generate...' button out of the
1760                 Sign Key frame, replace the English used
1761         * src/plugins/pgpcore/sgpgme.c
1762                 fixes to the English
1763
1764 2006-08-21 [colin]      2.4.0cvs69
1765
1766         * src/plugins/trayicon/trayicon.c
1767                 Add more strings for translation; patch
1768                 by Pawel
1769
1770 2006-08-21 [colin]      2.4.0cvs68
1771
1772         * src/compose.c
1773                 fix replied flag not set after drafting
1774         * src/matcher.c
1775                 fix body quicksearch in non-encoded bodies
1776                 containing '='
1777         * src/msgcache.c
1778                 Get rid of the g_malloc workaround for
1779                 corrupted caches, use g_try_malloc
1780
1781 2006-08-21 [colin]      2.4.0cvs67
1782
1783         * src/alertpanel.c
1784         * src/gtk/inputdialog.c
1785         * src/plugins/pgpcore/passphrase.c
1786                 Set minimal width to 375
1787         * src/mainwindow.c
1788                 Fix switching to offline, asking if it 
1789                 should be overriden for synchronising
1790         * src/mimeview.c
1791                 Don't offer to remember command on Open 
1792                 with for text parts, as the browser or 
1793                 text editor command isn't changed from 
1794                 there
1795
1796 2006-08-20 [paul]       2.4.0cvs66
1797
1798         * po/ko.po
1799         * po/zh_CN.po
1800                 fix plural form errors. revealed by stricter
1801                 checking of gettext 0.15
1802
1803 2006-08-18 [paul]       2.4.0cvs65
1804
1805         * src/stock_pixmap.c
1806                 fix the fix of 2.4.0cvs64
1807                 Thanks to Colin
1808
1809 2006-08-18 [paul]       2.4.0cvs64
1810
1811         * src/stock_pixmap.c
1812                 fix leaks
1813                 Thanks to Colin
1814
1815 2006-08-18 [paul]       2.4.0cvs63
1816
1817         * src/compose.c
1818         * src/procmsg.c
1819                 fix occasional IMAP bug where large msgs
1820                 were left in the queue folder after sending
1821                 Thanks to Colin
1822
1823 2006-08-18 [paul]       2.4.0cvs62
1824
1825         * src/folderview.c
1826                 freeze the summaryview while quicksearch results
1827                 are displayed
1828                 (fixes bug 456 'current message is hidden when the
1829                 view is refreshed and extended search is "unread 
1830                 messages"')
1831                 Thanks to Colin
1832         * src/textview.c
1833                 add missing #include "inputdialog.h"
1834         * src/common/utils.h
1835                 add missing mailcap_update_default() and improve
1836                 readability
1837
1838 2006-08-17 [colin]      2.4.0cvs61
1839
1840         * src/plugins/pgpcore/select-keys.c
1841                 Fix warnings :)
1842
1843 2006-08-17 [colin]      2.4.0cvs60
1844
1845         * src/compose.c
1846                 Don't continue queuing if Cancel is clicked
1847                 in select-keys
1848
1849 2006-08-17 [colin]      2.4.0cvs59
1850
1851         * src/plugins/pgpcore/select-keys.c
1852                 When encrypting, if only one key matches and it 
1853                 matches exactly, automatically use it.
1854
1855 2006-08-17 [colin]      2.4.0cvs58
1856
1857         * src/mimeview.c
1858         * src/prefs_common.c
1859         * src/prefs_common.h
1860         * src/prefs_ext_prog.c
1861         * src/textview.c
1862                 Fix issues with previous patch (text/html)
1863                 Remove outdated prefs
1864
1865 2006-08-17 [colin]      2.4.0cvs57
1866
1867         * src/imap.c
1868                 Add View Log button on auth error
1869         * src/procmsg.c
1870                 Fix encrypted mail marked as new when
1871                 saved in normal folders
1872         * src/plugins/pgpinline/pgpinline.c
1873                 Fix encrypt bug on IMAP
1874         * src/mimeview.c
1875         * src/common/utils.c
1876         * src/common/utils.h
1877         * src/gtk/inputdialog.c
1878         * src/gtk/inputdialog.h
1879                 Get rid of metamail stuff, simplify
1880                 opening, and allow remembering of user's
1881                 choices (by updating ~/.mailcap). There's
1882                 still to drop "Audio player" and "Image
1883                 viewer" preferences.
1884
1885 2006-08-17 [mones]      2.4.0cvs56
1886
1887         * manual/es/sylpheed-claws-manual.xml
1888                 fix DTD path
1889
1890 2006-08-17 [mones]      2.4.0cvs55
1891
1892         * configure.ac
1893         * manual/Makefile.am
1894         * manual/es/Makefile.am
1895         * manual/es/account.xml
1896         * manual/es/ack.xml
1897         * manual/es/addrbook.xml
1898         * manual/es/advanced.xml
1899         * manual/es/faq.xml
1900         * manual/es/glossary.xml
1901         * manual/es/gpl.xml
1902         * manual/es/handling.xml
1903         * manual/es/intro.xml
1904         * manual/es/keyboard.xml
1905         * manual/es/plugins.xml
1906         * manual/es/starting.xml
1907         * manual/es/sylpheed-claws-manual.xml
1908         * manual/es/dist/Makefile.am
1909         * manual/es/dist/html/Makefile.am
1910         * manual/es/dist/pdf/Makefile.am
1911         * manual/es/dist/ps/Makefile.am
1912         * manual/es/dist/txt/Makefile.am
1913                 Spanish translation for the manual
1914
1915 2006-08-16 [colin]      2.4.0cvs54
1916
1917         * src/compose.c
1918         * src/main.c
1919         * src/mainwindow.c
1920                 Fix send button sensitivity at startup
1921                 Set send menu sensitivity (patch by Fabien)
1922         * src/ssl_manager.c
1923                 Enable closing with esc (patch by Fabien)
1924         * src/gtk/foldersort.c
1925                 Enable closing with esc (patch by Fabien)
1926         * src/procmime.c
1927                 Optimisation (no need to copy to tempfile to
1928                 "decode" 7bit and 8bit)
1929         * src/summaryview.c
1930                 Fix cruft in swap_from case
1931         * src/textview.c
1932                 Fix missing last line in some mail cases 
1933                 (Fixes debian #381872)
1934         * src/plugins/pgpcore/prefs_gpg.c
1935         * src/plugins/pgpcore/sgpgme.c
1936         * src/plugins/pgpcore/sgpgme.h
1937                 Don't show "no key found" when user explicitely
1938                 wants to create a key
1939
1940 2006-08-16 [paul]       2.4.0cvs53
1941
1942         * configure.ac
1943         * src/account.c
1944         * src/addressbook.c
1945         * src/headerview.c
1946         * src/prefs_account.c
1947         * src/prefs_message.c
1948         * src/gtk/gtkutils.c
1949                 bump up minimum required versions of GTK+ and
1950                 GLIB to 2.6.0
1951
1952 2006-08-16 [paul]       2.4.0cvs52
1953
1954         * src/toolbar.c
1955                 workaround GTK+ Bug 351600 - 'Can't re-click
1956                 on button after sensitivity update'
1957                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
1958                 Thanks to Colin
1959
1960 2006-08-15 [colin]      2.4.0cvs51
1961
1962         * src/plugins/pgpcore/prefs_gpg.c
1963                 Set options sensitivity according to
1964                 key existence
1965         * src/plugins/pgpcore/sgpgme.c
1966                 Allow to create key with no passphrase
1967
1968 2006-08-14 [cleroy]     2.4.0cvs50
1969
1970         * src/gtk/pluginwindow.c
1971                 New layout (maybe to be changed?)
1972         * src/gtk/gtkutils.c
1973                 Fix a bit label_window
1974         * src/plugins/pgpcore/passphrase.c
1975         * src/plugins/pgpcore/passphrase.h
1976         * src/plugins/pgpcore/plugin.c
1977         * src/plugins/pgpcore/prefs_gpg.c
1978         * src/plugins/pgpcore/prefs_gpg.h
1979         * src/plugins/pgpcore/sgpgme.c
1980         * src/plugins/pgpcore/sgpgme.h
1981                 Allow to create a PGP private key via the GUI
1982
1983 2006-08-14 [wwp]        2.4.0cvs49
1984
1985         * src/addressbook_foldersel.c
1986                 fix strict ISO C90 compliance.
1987
1988 2006-08-14 [paul]       2.4.0cvs48
1989
1990         * src/gtk/prefswindow.c
1991                 re-set scrolled window on opening
1992                 Patch by Ticho
1993
1994 2006-08-14 [paul]
1995
1996         2.5.0-rc1 released
1997
1998 2006-08-14 [paul]       2.4.0cvs47
1999
2000         * src/prefs_display_header.c
2001                 re-enable user-defined Displayed Headers
2002
2003 2006-08-14 [paul]       2.4.0cvs46
2004
2005         * src/prefs_account.c
2006                 use GTK_STOCK_EDIT
2007
2008 2006-08-13 [colin]      2.4.0cvs45
2009
2010         * src/common/utils.c
2011                 Fix "a" in quote when the original message is empty,
2012                 by using \0 instead of 'a' to test writability of
2013                 temp files.
2014
2015 2006-08-13 [wwp]        2.4.0cvs44
2016
2017         * src/plugins/spamassassin/spamassassin.c
2018                 fix capitalization of "SpamAssassin" in some debug, log and
2019                 dialog messages.
2020
2021 2006-08-13 [paul]       2.4.0cvs43
2022
2023         * src/editldap.c
2024                 fix overlapping widgets
2025         * src/prefs_account.c
2026                 fix translation of protocol_names[]
2027                 fix label disappearing off the edge of the
2028                 visible area
2029
2030 2006-08-12 [paul]       2.4.0cvs42
2031
2032         * manual/plugins.xml
2033                 update IRC channel info before it gets forgotten
2034                 about
2035
2036 2006-08-11 [colin]      2.4.0cvs41
2037
2038         * src/compose.c
2039         * src/mainwindow.c
2040         * src/mainwindow.h
2041         * src/procmsg.c
2042         * src/procmsg.h
2043         * src/summaryview.c
2044         * src/toolbar.c
2045                 Grey out the Send button if
2046                 - Queue folders are empty, or
2047                 - We're sending already
2048
2049 2006-08-11 [wwp]        2.4.0cvs40
2050
2051         * src/main.c
2052                 fix a logic issue when quitting while a compose window is
2053                 still open, thanks to Colin.
2054
2055 2006-08-10 [colin]      2.4.0cvs39
2056
2057         * src/main.c
2058                 Fix default font size setting after wizard run
2059         * src/imap.c
2060         * src/etpan/imap-thread.c
2061         * src/etpan/imap-thread.h
2062                 Fix bug #999 (Timing out on TSL cert validation 
2063                 dialog makes ugly things happen). Also, STARTTLS
2064                 unconditionnaly if initial capabilities contain
2065                 LOGINDISABLED and STARTTLS.
2066
2067 2006-08-09 [colin]      2.4.0cvs38
2068
2069         * src/mainwindow.c
2070         * src/mainwindow.h
2071                 Fix Tools/Actions sensitivity when there are
2072                 no actions
2073
2074 2006-08-09 [colin]      2.4.0cvs37
2075
2076         * src/prefs_filtering.c
2077                 Warning fix, patch by Paul
2078         * src/messageview.c
2079         * src/prefs_actions.c
2080         * src/prefs_filtering_action.c
2081         * src/prefs_matcher.c
2082                 Uniformisation of "Info ..." to "Info..." (for
2083                 old gtk), patch by Fabien
2084         * src/plugins/clamav/clamav_plugin_gtk.c
2085                 Sensitivity fix by Fabien
2086
2087 2006-08-09 [colin]      2.4.0cvs36
2088
2089         * src/main.c
2090         * src/main.h
2091                 Add a function to know whether we're exiting
2092         * src/plugins/trayicon/trayicon.c
2093                 If exiting, don't do anything. Faster, and
2094                 avoids gtk_main_iteration reentracy causing
2095                 segfaults at exit
2096
2097 2006-08-09 [colin]      2.4.0cvs35
2098
2099         * src/messageview.c
2100         * src/mimeview.c
2101         * src/mimeview.h
2102                 Fix lack of part selection when automatically 
2103                 jumping to a specific part
2104         * src/msgcache.c
2105                 Little optimisation in cache reading
2106
2107 2006-08-09 [colin]      2.4.0cvs34
2108
2109         * src/compose.c
2110                 Fix crash setting the priority on reedit
2111                 (Accessing compose before creating it!)
2112
2113 2006-08-08 [colin]      2.4.0cvs33
2114
2115         * src/procmime.c
2116                 Fix bug #998 (last attachment is not accessible)
2117                 Bad RFC interpretation on multipart close-delimiters
2118         * src/mimeview.c
2119         * src/mimeview.h
2120         * src/gtk/gtkvscrollbutton.c
2121         * src/gtk/gtkvscrollbutton.h
2122                 Make attachments list wheel-scrollable
2123
2124 2006-08-07 [colin]      2.4.0cvs32
2125
2126         * src/gtk/gtkaspell.c
2127                 Fix bug #973 (Unicode punctation characters 
2128                 are not recognized as separators by the
2129                 spell checker); fix unsigned stuff
2130
2131 2006-08-07 [colin]      2.4.0cvs31
2132
2133         * src/compose.c
2134                 Fix bug #956 (DnD text with accents in compose 
2135                 text entry); fix gccc's signed/unsigned fuss
2136
2137 2006-08-06 [colin]      2.4.0cvs30
2138
2139         * src/main.c
2140                 Fix bug #979 (Plugin crashes when exiting 
2141                 sylpheed-claws) : handle exit request only 
2142                 once
2143
2144 2006-08-05 [colin]      2.4.0cvs29
2145
2146         * src/news.c
2147                 Just make sure we have a msgid.
2148
2149 2006-08-05 [colin]      2.4.0cvs28
2150
2151         * src/news.c
2152         * src/summaryview.c
2153                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
2154                 by reimplementing it
2155         * src/textview.c
2156                 Fix bug when hiding quotes with level > 3 and quote
2157                 colors are recycled
2158
2159 2006-08-04 [colin]      2.4.0cvs27
2160
2161         * src/compose.c
2162         * src/undo.c
2163         * src/undo.h
2164                 Fix a bit replace-by-pasting undo
2165         * src/mainwindow.c
2166         * src/messageview.c
2167                 Fix Fold quotes menu synchro in
2168                 mainwindow when it changes in 
2169                 messageview
2170         * src/textview.c
2171                 Fix right-click on quotes blocks
2172         * src/common/utils.c
2173                 Verify that the file created by
2174                 my_tmpfile() is writable. Fixes
2175                 bug #988 (very specific filesystem
2176                 issue)
2177         * src/plugins/pgpcore/sgpgme.c
2178                 Fix file descriptor leak
2179         * src/plugins/spamassassin/spamassassin.c
2180                 Warn once if spamd isn't reachable
2181
2182 2006-08-04 [colin]      2.4.0cvs26
2183
2184         * src/toolbar.c
2185                 i18n context patch by Fabien
2186
2187 2006-08-03 [colin]      2.4.0cvs25
2188
2189         * src/mainwindow.c
2190         * src/messageview.c
2191                 Rename "Hide quotes" to "Fold quotes"
2192         * src/textview.c
2193                 Don't use hand cursor on quotes. "all 
2194                 the bonuses of the feature and none of 
2195                 unwelcome side-effects"
2196
2197 2006-08-03 [colin]      2.4.0cvs24
2198
2199         * AUTHORS
2200         * sylpheed-claws.desktop
2201         * src/gtk/authors.h
2202                 Bring the desktop file to XDG compliance
2203                 Patch by Charles A. Edwards
2204
2205 2006-08-03 [colin]      2.4.0cvs23
2206
2207         * src/textview.c
2208                 Fix links offset when they are preceded
2209                 by accentued chars (g_utf8_strlen!)
2210         * src/mainwindow.c
2211                 Fix wrong status when starting offline
2212
2213
2214 2006-08-03 [wwp]        2.4.0cvs22
2215
2216         * src/prefs_common.h
2217                 ask what to do w/ filtering rules that belong to an account when
2218                 applying filtering rules manually from the main window (skip,
2219                 apply regardless of the account, use current account). This dialog
2220                 can be skipped and the last reply used.
2221                 (forgot that file)
2222
2223 2006-08-03 [wwp]        2.4.0cvs21
2224
2225         * src/filtering.c
2226         * src/filtering.h
2227         * src/prefs_common.c
2228         * src/summaryview.c
2229         * src/alertpanel.c
2230         * src/alertpanel.h
2231         * src/messageview.c
2232                 ask what to do w/ filtering rules that belong to an account when
2233                 applying filtering rules manually from the main window (skip,
2234                 apply regardless of the account, use current account). This dialog
2235                 can be skipped and the last reply used.
2236
2237
2238 2006-08-03 [colin]      2.4.0cvs20
2239
2240         * src/textview.c
2241                 Optimize previous patch
2242
2243 2006-08-03 [cleroy]     2.4.0cvs19
2244
2245         * src/textview.c
2246                 Fix quotes getting toggled back when the
2247                 mail has an even number of text parts
2248
2249 2006-08-02 [colin]      2.4.0cvs18
2250
2251         * src/messageview.c
2252                 Add Hide quotes menu
2253
2254 2006-08-02 [colin]      2.4.0cvs17
2255
2256         * src/mainwindow.c
2257         * src/prefs_common.c
2258         * src/textview.c
2259         * src/textview.h
2260         * src/gtk/about.c
2261                 Allow per-level quote hiding,
2262                 Allow toggling quotes by double-clicking them
2263                 Rename RemoteURI to ClickableText to reflect
2264                 the fact it's used for a variety of things
2265
2266 2006-08-02 [wwp]        2.4.0cvs16
2267
2268         * src/mainwindow.c
2269                 fix "View/Hide quotes" menu item status initialization.
2270
2271 2006-08-02 [wwp]        2.4.0cvs15
2272
2273         * src/matcher_parser_parse.y
2274                 remove a debug trace.
2275
2276 2006-08-02 [paul]       2.4.0cvs14
2277
2278         * src/plugins/pgpcore/passphrase.c
2279                 don't set initial dialog size
2280                 make it resizable
2281
2282 2006-08-02 [paul]       2.4.0cvs13
2283
2284         * src/noticeview.c
2285                 remove the rogue '/' character
2286
2287 2006-08-02 [paul]       2.4.0cvs12
2288
2289         * src/noticeview.c
2290                 allow buttons to resize as necessary
2291
2292 2006-08-01 [wwp]        2.4.0cvs11
2293
2294         * src/mbox.c
2295                 fix strict ISO C90 compliance.
2296
2297 2006-08-01 [wwp]        2.4.0cvs10
2298
2299         * tools/update-po
2300                 updated update-po tool to work w/ context-dependent translations.
2301                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2302
2303 2006-08-01 [wwp]        2.4.0cvs9
2304
2305         * src/matcher.c
2306         * src/prefs_filtering.c
2307         * src/prefs_matcher.c
2308                 allow context-dependent translations for "All",
2309                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2310
2311 2006-07-31 [colin]      2.4.0cvs8
2312
2313         * AUTHORS
2314         * src/gtk/authors.h
2315                 Add Rafal to authors
2316
2317 2006-07-31 [colin]      2.4.0cvs7
2318
2319         * src/compose.c
2320         * src/mainwindow.c
2321         * src/messageview.h
2322         * src/prefs_common.c
2323         * src/prefs_common.h
2324         * src/textview.c
2325                 Add 'View/Hide quotes'. Patch based on a patch
2326                 by Rafal Weglarz
2327
2328 2006-07-31 [colin]      2.4.0cvs6
2329
2330         * src/action.c
2331                 Fix problem with "> stuff >" actions
2332
2333 2006-07-31 [paul]       2.4.0cvs5
2334
2335         * po/nb.po
2336                 updated by Geir Helland
2337
2338 2006-07-31 [wwp]        2.4.0cvs4
2339
2340         * src/mainwindow.c
2341         * src/summaryview.c
2342         * src/summaryview.h
2343                 add "View/Go to/Parent message" and "View/Go to/Last read message",
2344                 thanks to Colin.
2345
2346 2006-07-31 [wwp]        2.4.0cvs3
2347
2348         * src/Makefile.am
2349         * src/addr_compl.c
2350         * src/addr_compl.h
2351         * src/addressbook.c
2352         * src/addressbook.h
2353         * src/addressbook_foldersel.c
2354         * src/addressbook_foldersel.h
2355         * src/addrindex.c
2356         * src/addrindex.h
2357         * src/matcher.c
2358         * src/matcher.h
2359         * src/matcher_parser_lex.l
2360         * src/matcher_parser_parse.y
2361         * src/prefs_common.c
2362         * src/prefs_common.h
2363         * src/prefs_filtering.c
2364         * src/prefs_matcher.c
2365         * src/prefs_matcher.h
2366         * src/summaryview.c
2367                 introduce filtering against the address book. It's now possible to add
2368                 matched conditions to determine if any email address in a message matches
2369                 or doesn't match any or all books or folders in the address book.
2370
2371 2006-07-31 [wwp]        2.4.0cvs2
2372
2373         * src/account.c
2374         * src/filtering.c
2375         * src/filtering.h
2376         * src/folder.c
2377         * src/folderview.c
2378         * src/inc.c
2379         * src/mainwindow.c
2380         * src/matcher.c
2381         * src/matcher_parser_lex.l
2382         * src/matcher_parser_parse.y
2383         * src/mbox.c
2384         * src/prefs_filtering.c
2385         * src/prefs_filtering.h
2386         * src/procmsg.c
2387         * src/procmsg.h
2388         * src/summaryview.c
2389                 introduce per-account filtering rules. Each filtering rule can now be assigned
2390                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
2391                 when applying filtering rules manually, as all rules will apply - even the ones
2392                 assigned to an account. This issue will be addressed soon.
2393  
2394
2395
2396 2006-07-31 [wwp]        2.4.0cvs1
2397
2398         * src/quote_fmt.c
2399                 make more strings translatable.
2400
2401 2006-07-31 [paul]       2.4.0
2402
2403         2.4.0 released
2404
2405 2006-07-31 [paul]       2.3.1cvs91
2406
2407         * po/ca.po
2408                 updated by Miquel Oliete
2409
2410 2006-07-31 [paul]       2.3.1cvs90
2411
2412         * po/de.po
2413         * po/el.po
2414         * po/fr.po
2415         * po/it.po
2416         * po/pl.po
2417         * po/pt_BR.po
2418         * po/sr.po
2419         * po/zh_CN.po
2420                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
2421                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
2422                 Aleksandar Urosevic, and Ralgh Young
2423
2424 2006-07-31 [paul]       2.3.1cvs89
2425
2426         * src/account.c
2427         * src/main.c
2428         * src/mainwindow.c
2429         * src/mainwindow.h
2430                 Fix a race condition when, after an SC crash, rescanning
2431                 folders took more than 0.5 seconds
2432                 Thanks to Colin
2433
2434 2006-07-31 [paul]       2.3.1cvs88
2435
2436         * src/folderview.c
2437                 don't translate separator strings
2438
2439 2006-07-30 [mones]      2.3.1cvs87
2440
2441         * doc/man/sylpheed-claws.1
2442                 Fixed non-ASCII chars in Hoa's name
2443         * po/es.po
2444                 Updated for release
2445
2446 2006-07-27 [colin]      2.3.1cvs86
2447
2448         * src/textview.c
2449                 Don't include the leading \n in links
2450                 Patch by Fabien
2451
2452 2006-07-25 [colin]      2.3.1cvs85
2453
2454         * src/mainwindow.c
2455         * src/common/socket.h
2456         * src/etpan/imap-thread.c
2457                 Refresh resolvers before connecting
2458                 to IMAP servers, and after switching
2459                 to online. Thanks to Paul.
2460
2461 2006-07-18 [colin]
2462
2463         * 2.4.0-rc4 released
2464
2465 2006-07-17 [colin]      2.3.1cvs84
2466
2467         * src/inc.c
2468                 Show connection attempt in statusbar before
2469                 connecting (previously first message was
2470                 "Retrieving messages from ..." after the
2471                 connection succeeded.
2472
2473 2006-07-16 [wwp]        2.3.1cvs83
2474
2475         * sylpheed-claws.ico
2476                 Added .ico file (windows multi-size icon file, generated).
2477
2478 2006-07-12 [wwp]        2.3.1cvs82
2479
2480         * src/messageview.c
2481                 remove Message/Re-edit menu entry from messageview window,
2482                 as sent/draft/queued messages are opened in compose window when
2483                 re-edited and it's not possible to re-edit other msgs.
2484
2485 2006-07-12 [paul]       2.3.1cvs81
2486
2487         * AUTHORS
2488         * src/mainwindow.c
2489         * src/gtk/authors.h
2490                 check online state before resetting
2491                 mailcheck timer. Useful if some program
2492                 verifies connection state and updates
2493                 Claws.
2494                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
2495
2496 2006-07-12 [paul]       2.3.1cvs80
2497
2498         * sylpheed-claws-128x128.png
2499         * sylpheed-claws-64x64.png
2500         * sylpheed-claws.png
2501         * src/Makefile.am
2502         * src/main.c
2503         * src/prefs_toolbar.c
2504         * src/stock_pixmap.c
2505         * src/stock_pixmap.h
2506         * src/wizard.c
2507         * src/gtk/about.c
2508         * src/gtk/gtkutils.c
2509         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
2510         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
2511         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
2512         * src/pixmaps/sylpheed.xpm              ** REMOVED **
2513         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
2514         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
2515                 updated and renamed logo/icon files and related
2516                 logo by Jesper Schultz
2517
2518 2006-07-11 [paul]       2.3.1cvs79
2519
2520         * src/main.c
2521                 fix the labels a smidgin
2522
2523 2006-07-09 [colin]      2.3.1cvs78
2524
2525         * src/textview.c
2526                 Show errors in textviewer's command
2527                 Patch by H. Merijn Brand
2528
2529 2006-07-09 [colin]      2.3.1cvs77
2530
2531         * src/compose.c
2532                 Save FMID in drafts too
2533
2534 2006-07-08 [colin]      2.3.1cvs76
2535
2536         * src/compose.c
2537                 Svae RMID in drafted mails too
2538                 Save quote_fmt vars for whole mails,
2539                 don't reset at each quote_fmt_init:
2540                 allows to use the same |i{var} in
2541                 various template fields
2542         * src/prefs_template.c
2543         * src/quote_fmt.h
2544         * src/quote_fmt_parse.y
2545                 Same
2546
2547 2006-07-08 [colin]      2.3.1cvs75
2548
2549         * src/textview.c
2550                 Fix highlighting of attached parts URIs
2551
2552 2006-07-08 [colin]      2.3.1cvs74
2553
2554         * src/main.c
2555                 Prevent bug #981 (sc 2.3.1 segfaults with 
2556                 gtk+ 2.10) from being reported again:
2557                 if Sylpheed-Claws has been compiled against
2558                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
2559                 of if Sylpheed-Claws has been compiled against
2560                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
2561                 error out.
2562
2563 2006-07-07 [colin]      2.3.1cvs73
2564
2565         * src/prefs_actions.c
2566                 Fix label
2567
2568 2006-07-07 [colin]      2.3.1cvs72
2569
2570         * src/prefs_actions.c
2571                 Fix compile on gtk < 2.8. argh :)
2572
2573 2006-07-07 [paul]       2.3.1cvs71
2574
2575         * src/common/defs.h
2576                 update DONATE_URI
2577
2578 2006-07-07 [colin]      2.3.1cvs70
2579
2580         * po/POTFILES.in
2581         * src/quote_fmt.c
2582         * src/quote_fmt_lex.l
2583         * src/quote_fmt_parse.y
2584                 Add |i{var}, a way to insert user-entered
2585                 text in a template
2586
2587 2006-07-07 [colin]
2588
2589         * 2.4.0-rc3 released
2590
2591 2006-07-07 [colin]      2.3.1cvs69
2592
2593         * src/folder.c
2594                 Don't consider inboxes of UNKNOWN folder 
2595                 classes to be useable as default inboxes
2596
2597 2006-07-07 [paul]       2.3.1cvs68
2598
2599         * src/textview.c
2600                 add missing #include <errno.h>
2601                 Thanks to René J. Blokland
2602
2603 2006-07-07 [paul]       2.3.1cvs67
2604
2605         * src/action.c
2606                 Return now Closes dialog
2607         * src/mimeview.c
2608         * src/mimeview.h
2609         * src/textview.c
2610                 add contextual menu to mime parts listed
2611                 in the textview
2612                 Thanks to Colin
2613         * src/common/utils.c
2614                 reversal: ' is a valid character in URLs
2615
2616 2006-07-06 [colin]      2.3.1cvs66
2617
2618         * src/remotefolder.h
2619                 Forgotten in previous commit
2620
2621 2006-07-06 [colin]      2.3.1cvs65
2622
2623         * src/folder.c
2624                 Set summary update flag whenever
2625                 totals changed
2626         * src/imap.c
2627         * src/prefs_account.c
2628         * src/common/utils.h
2629         * src/etpan/imap-thread.c
2630                 Fix warnings, thanks to Fabien and
2631                 Ricardo
2632
2633 2006-07-06 [wwp]        2.3.1cvs64
2634
2635         * src/gtk/gtkutils.c
2636                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
2637
2638 2006-07-06 [wwp]        2.3.1cvs63
2639
2640         * src/account.c
2641         * src/addressbook.c
2642         * src/addressitem.h
2643         * src/folderview.c
2644         * src/mainwindow.c
2645         * src/manual.c
2646         * src/manual.h
2647         * src/message_search.c
2648         * src/prefs_actions.c
2649         * src/prefs_filtering.c
2650         * src/prefs_filtering.h
2651         * src/prefs_template.c
2652         * src/summary_search.c
2653         * src/summaryview.c
2654         * src/gtk/gtkutils.c
2655         * src/gtk/gtkutils.h
2656         * src/gtk/pluginwindow.c
2657                 add help buttons to some dialogs. Clicking such buttons opens a
2658                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
2659
2660 2006-07-06 [paul]       2.3.1cvs62
2661
2662         * src/textview.c
2663                 fix attachments contextual menu
2664                 Thanks to Colin
2665
2666 2006-07-05 [colin]      2.3.1cvs61
2667
2668         * src/textview.c
2669         * src/compose.c
2670                 Handle sftp:// links
2671
2672 2006-07-05 [paul]       2.3.1cvs60
2673
2674         * src/gtk/filesel.c
2675                 grab save button by default
2676                 Thanks to Colin
2677
2678 2006-07-05 [wwp]        2.3.1cvs59
2679
2680         * manual/xml2pdf
2681                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
2682
2683 2006-07-04 [colin]      2.3.1cvs58
2684
2685         * src/mimeview.c
2686         * src/textview.c
2687                 Use left click to select, middle click to open
2688                 on mimeparts links
2689         * src/common/utils.c
2690                 Fix segfault
2691
2692 2006-07-04 [colin]      2.3.1cvs57
2693
2694         * src/mainwindow.c
2695         * src/news.c
2696                 Warning fixes, thanks to Fabien
2697
2698 2006-07-04 [colin]      2.3.1cvs56
2699
2700         * src/mimeview.c
2701         * src/mimeview.h
2702         * src/textview.c
2703                 Allow parts to be selected via their text label
2704                 in textview
2705
2706 2006-07-04 [colin]      2.3.1cvs55
2707
2708         * src/folderview.c
2709                 Feedback when closing (for big folders)
2710         * src/prefs_actions.c
2711         * src/prefs_filtering.c
2712         * src/prefs_matcher.c
2713         * src/prefs_template.c
2714                 Fix default button when closing without
2715                 having saved
2716
2717 2006-07-04 [colin]      2.3.1cvs54
2718
2719         * src/news.c
2720                 Delete local file on deletion
2721
2722 2006-07-03 [colin]      2.3.1cvs53
2723
2724         * src/folderview.c
2725         * src/main.c
2726                 Don't freeze when rescanning after crash
2727
2728 2006-07-03 [wwp]        2.3.1cvs52
2729
2730         * src/compose.c
2731         * src/privacy.c
2732         * src/privacy.h
2733         * src/plugins/pgpinline/pgpinline.c
2734         * src/plugins/pgpmime/pgpmime.c
2735                 don't report an error when the user cancels the passphrase dialog.
2736
2737 2006-07-02 [colin]      2.3.1cvs51
2738
2739         * src/folderview.c
2740                 Open message when crossing folders with Space,
2741                 goto next unread and friends
2742
2743 2006-07-01 [colin]      2.3.1cvs50
2744
2745         * src/prefs_account.c
2746                 Typographic rules varying from language
2747                 to language (in french "Protocole :"),
2748                 we have to do that :)
2749
2750 2006-07-01 [ticho]      2.3.1cvs49
2751
2752         * src/prefs_account.c
2753                 Only use one temporary gchar* variable in
2754                 prefs_account_protocol_set_optmenu().
2755
2756 2006-07-01 [ticho]      2.3.1cvs48
2757
2758         * src/prefs_account.c
2759         * src/prefs_account.h
2760                 Use GtkLabel for existing account protocol name.
2761                 Created an array for protocol names and populate the
2762                 combobox from it in a for() cycle.
2763
2764 2006-06-30 [colin]      2.3.1cvs47
2765
2766         * src/compose.c
2767                 Block undo when changing signature (by changing
2768                 account)
2769
2770 2006-06-30 [paul]       2.3.1cvs46
2771
2772         * src/send_message.c
2773                 when editing From in the Compose window, use that address
2774                 in the Return-Path: header
2775                 Thanks to Colin
2776
2777 2006-06-30 [colin]      2.3.1cvs45
2778
2779         * src/compose.c
2780                 Fix signature replacement:
2781                 - when no newline before separator
2782                 - when reediting
2783
2784 2006-06-29 [colin]      2.3.1cvs44
2785
2786         * src/folderview.c
2787         * src/folderview.h
2788         * src/mainwindow.c
2789         * src/summaryview.c
2790                 Let 'View/Go to/Next marked' work like
2791                 Next new & Next unread: across folders
2792                 Change the select_on_entry pref to do
2793                 what we want when changing folder
2794         * src/common/utils.c
2795                 Fix single-quoted links 
2796
2797 2006-06-29 [colin]      2.3.1cvs43
2798
2799         * src/gtk/gtkaspell.c
2800                 "Sylpheed" and "Sylpheed-Claws" do exist !
2801
2802 2006-06-29 [colin]      2.3.1cvs42
2803
2804         * src/imap.c
2805                 Forgot to remove debug
2806
2807 2006-06-29 [colin]      2.3.1cvs41
2808
2809         * src/imap.c
2810         * src/imap.h
2811         * src/mainwindow.c
2812                 Disconnect from IMAP servers when going
2813                 offline. Fixes bug #978 (going to offline-mode 
2814                 won't close connections)
2815
2816 2006-06-29 [colin]      2.3.1cvs40
2817
2818         * src/main.c
2819                 Fix transient setting on failing plugins
2820                 Patch by Fabien
2821         * src/plugins/pgpcore/sgpgme.c
2822                 Only warn for OpenPGP. Most people don't
2823                 have CMS available.
2824
2825 2006-06-29 [colin]      2.3.1cvs39
2826
2827         * src/compose.c
2828                 Fix Spelling menu (discrepancy between context menu
2829                 and top menu when folder's dictionary isn't the 
2830                 default one)
2831         * src/plugins/pgpcore/sgpgme.c
2832                 More error reporting about why gpgme can fail
2833
2834 2006-06-29 [wwp]        2.3.1cvs38
2835
2836         * src/mainwindow.c
2837                 honor the display-header-pane setting even when the message view
2838                 is a separate window.
2839
2840 2006-06-29 [wwp]        2.3.1cvs37
2841
2842         * src/prefs_actions.c
2843                 forgot to commit that one (use of GTK_STOCK_INFO).
2844
2845 2006-06-29 [colin]      2.3.1cvs36
2846
2847         * src/imap.c
2848                 Better handling of login errors (ask the password
2849                 again once), alert in case of error. Fix three
2850                 signedness warnings.
2851
2852 2006-06-28 [wwp]        2.3.1cvs35
2853
2854         * src/prefs_template.c
2855         * src/prefs_matcher.c
2856         * src/prefs_filtering_action.c
2857         * src/prefs_quote.c
2858                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
2859                 patch by Fabien Vantard, slightly modified.
2860
2861 2006-06-28 [paul]
2862
2863         2.4.0-rc2 released
2864
2865 2006-06-28 [colin]      2.3.1cvs34
2866
2867         * src/prefs_account.c
2868                 Fix bug #977 (Can't add or edit imap accounts)
2869
2870 2006-06-28 [colin]      2.3.1cvs33
2871
2872         * src/mimeview.c
2873                 Fix previous
2874
2875 2006-06-28 [colin]      2.3.1cvs32
2876
2877         * src/mimeview.c
2878                 Save named inlined attachments with "Save all"
2879         * src/main.c
2880         * src/mbox.c
2881         * src/common/plugin.c
2882         * src/common/plugin.h
2883         * src/common/sylpheed.c
2884         * src/common/utils.c
2885         * src/plugins/pgpcore/sylpheed.def
2886         * src/plugins/pgpinline/sylpheed.def
2887         * src/plugins/pgpmime/sylpheed.def
2888                 Win32 compatibility patch, by
2889                 Werner Koch
2890
2891 2006-06-28 [wwp]        2.3.1cvs31
2892
2893         * src/imap.c
2894         * src/prefs_folder_item.c
2895                 less compilation warnings (thanks to Fabien Vantard), less typos.
2896
2897 2006-06-28 [paul]       2.3.1cvs30
2898
2899         * src/gtk/gtkutils.c
2900                 gtk_combo_box_set_focus_on_click() is only
2901                 available since gtk 2.6.0
2902
2903 2006-06-28 [paul]       2.3.1cvs29
2904
2905         * src/prefs_ext_prog.c
2906                 fix engrish and add a tooltip for the
2907                 'command for 'Display as text' option
2908
2909 2006-06-28 [paul]
2910
2911         2.4.0-rc1 released
2912
2913 2006-06-28 [paul]       2.3.1cvs28
2914
2915         * ChangeLog
2916         * tools/Makefile.am
2917                 include textviewer.pl in releases
2918
2919 2006-06-28 [paul]       2.3.1cvs27
2920
2921         * src/prefs_ext_prog.c
2922                 hide Print command option if libgnomeprint
2923                 support is present
2924
2925 2006-06-27 [colin]      2.3.1cvs26
2926
2927         * src/compose.c
2928                 Fix Esc handling in insert/attach dialog
2929                 Don't show this dialog if dragging something
2930                 else than text/uri-list
2931                 Thanks to Fabien Vantard
2932         * tools/textviewer.pl
2933                 Filter script to display stuff as text
2934                 by H. Merijn Brand
2935
2936 2006-06-27 [wwp]        2.3.1cvs25
2937
2938         * src/messageview.c
2939                 use the exact product name (message view title), patch
2940                 by Fabien Vantard.
2941
2942 2006-06-27 [ticho]      2.3.1cvs24
2943
2944         * src/prefs_account.c
2945         * src/prefs_common.c
2946         * src/prefs_common.h
2947         * src/prefs_ext_prog.c
2948         * src/textview.c
2949                 Add a preference (Preferences/External programs)
2950                 to allow "Display as text" to be done via a script
2951                 (patch by H.Merijn Brand).
2952                 Use GtkComboBox for protocol selection in account
2953                 preferences.
2954                 Only include current choice for existing accounts, and
2955                 insensitivize the combobox.
2956
2957 2006-06-27 [paul]       2.3.1cvs23
2958
2959         * src/mbox.c
2960                 fix crasher introduced in cvs21.
2961                 Thanks to Colin
2962
2963 2006-06-26 [colin]      2.3.1cvs22
2964
2965         * src/mbox.c
2966                 Fix double-frees when leaving folders
2967                 after exporting to mbox
2968
2969 2006-06-26 [colin]      2.3.1cvs21
2970
2971         * src/mbox.c
2972                 More feedback (and optimisation)
2973                 on import/export
2974         * src/common/utils.c
2975                 Fix case when looking for mail addresses
2976         * src/gtk/gtkutils.c
2977                 Extra check for (X-)Face
2978
2979 2006-06-25 [ticho]      2.3.1cvs20
2980
2981         * src/compose.c
2982         * src/exphtmldlg.c
2983         * src/gtk/gtkutils.c
2984         * src/gtk/gtkutils.h
2985                 Added second argument to gtkut_sc_combobox_create() to
2986                 control focus-on-click for the widget.
2987                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
2988
2989 2006-06-25 [ticho]      2.3.1cvs19
2990
2991         * src/compose.c
2992         * src/gtk/Makefile.am
2993         * src/gtk/combobox.c
2994         * src/gtk/combobox.h
2995         * src/gtk/gtkutils.c
2996         * src/gtk/gtkutils.h
2997                 Use GtkComboBox instead of deprecated GtkOptionMenu
2998                 for account selector in compose window and for encoding
2999                 selector in attachment properties.
3000                 Also factorise working with the new GtkComboBox somewhat.
3001
3002 2006-06-24 [paul]       2.3.1cvs18
3003
3004         * src/prefs_common.c
3005                 use the correct default value
3006
3007 2006-06-24 [paul]       2.3.1cvs17
3008
3009         * src/compose.c
3010         * src/prefs_common.c
3011         * src/prefs_common.h
3012         * src/prefs_compose_writing.c
3013                 enable setting of default action when
3014                 dnd'ing files in the compose window.
3015                 (Collaborative effort with wwp)
3016
3017 2006-06-23 [wwp]        2.3.1cvs16
3018
3019         * src/compose.c
3020                 i18n fix (thanks to Fabien Vantard)
3021
3022 2006-06-22 [colin]      2.3.1cvs15
3023
3024         * src/prefs_customheader.c
3025                 Don't use filters in custom headers' file 
3026                 selector. Remember, extensions mean nothing :)
3027
3028 2006-06-22 [paul]       2.3.1cvs14
3029
3030         * configure.ac
3031                 allow setting of man directory location
3032
3033 2006-06-22 [colin]      2.3.1cvs13
3034
3035         * src/mainwindow.c
3036                 Add 'View/Go to/Next unread folder'.
3037                 I missed that :)
3038
3039 2006-06-22 [colin]      2.3.1cvs12
3040
3041         * src/common/utils.c
3042                 Add some subject prefixes
3043                 Patch by Bjorn T Johansen <btj@havleik.no>
3044
3045 2006-06-22 [colin]      2.3.1cvs11
3046
3047         * manual/advanced.xml
3048                 Forgotten hidden pref
3049
3050 2006-06-21 [paul]       2.3.1cvs10
3051
3052         * src/prefs_account.c
3053                 complete the removal of 'Add date header' option
3054
3055 2006-06-21 [paul]       2.3.1cvs9
3056
3057         * src/account.c
3058         * src/compose.c
3059         * src/prefs_account.c
3060         * src/prefs_account.h
3061                 remove option to add date header - always
3062                 add date header
3063         * src/etpan/imap-thread.c
3064                 fix warnings (Thanks to Colin)
3065
3066 2006-06-21 [wwp]        2.3.1cvs8
3067
3068         * src/folder.c
3069                 set the attachment flag when inline text part are (file)named. This is more convenient
3070                 when receiving (for instance) inline source files or patches sent using thunderbird.
3071
3072 2006-06-21 [paul]       2.3.1cvs7
3073
3074         * src/inc.c
3075                 fix off-by-one count of current msg in
3076                 statusbar filtering progressbar
3077
3078 2006-06-21 [paul]       2.3.1cvs6
3079
3080         * src/folder.c
3081                 Show attachment icon even if the part is 'inline'
3082                 if the following conditions are met:
3083                 - content-type != 'text/plain'
3084                 - content-type != '*/pgp-signature'
3085                 - either 'name' or 'filename' parameter is not NULL
3086                 
3087                 Thanks to Colin
3088
3089 2006-06-21 [paul]       2.3.1cvs5
3090
3091         * src/messageview.c
3092         * src/prefs_common.c
3093         * src/prefs_common.h
3094         * src/prefs_other.c
3095                 add an option to 'Never send Return
3096                 Receipts'
3097                 Thanks to Colin
3098
3099 2006-06-20 [mones]      2.3.1cvs4
3100
3101         * po/es.po
3102                 updated
3103         * src/compose.c
3104                 typo fixed (space after comma)
3105         * tools/make.themes.project
3106                 remove exec mode from tarball files
3107
3108 2006-06-20 [colin]      2.3.1cvs3
3109
3110         * src/news.c
3111         * src/procheader.c
3112         * src/unmime.c
3113                 Better fix for \n's in headers (don't 
3114                 break Received: and others)
3115
3116 2006-06-20 [paul]       2.3.1cvs2
3117
3118         * src/alertpanel.c
3119         * src/textview.c
3120                 improve legibility of phishing attempt
3121                 dialog
3122
3123 2006-06-20 [paul]       2.3.1cvs1
3124
3125         * NEWS
3126         * README
3127         * configure.ac
3128                 Update version number following
3129                 stable release
3130
3131 2006-06-20 [colin]      2.3.0cvs26
3132
3133         * src/compose.c
3134                 When dragging a file to the text of the compose
3135                 window, ask whether we want to insert or attach
3136                 (I know lots of people who do that to attach)
3137
3138 2006-06-20 [colin]      2.3.0cvs25
3139
3140         * src/etpan/imap-thread.c
3141                 Fix threshold (the append command is often > 32 bytes)
3142
3143 2006-06-19 [colin]      2.3.0cvs24
3144
3145         * src/imap.c
3146         * src/etpan/imap-thread.c
3147                 Workaround Rockliffe IMAP server bug: replace
3148                 "x UID SEARCH (ANSWERED UID 1:*)" with
3149                 "x UID SEARCH ANSWERED"
3150                 (Rockliffe doesn't handle the parenthesis)
3151
3152 2006-06-19 [colin]      2.3.0cvs23
3153
3154         * src/compose.c
3155         * src/imap.c
3156         * src/etpan/imap-thread.c
3157                 Probably fix bug #972 (Freezes when adding 
3158                 an attachment to the message)
3159         * src/common/defs.h
3160                 Modernize Firefox cmd
3161
3162
3163 2006-06-18 [colin]      2.3.0cvs22
3164
3165         * src/prefs_customheader.c
3166                 Only allow correct filenames for various
3167                 custom headers
3168
3169 2006-06-18 [colin]      2.3.0cvs21
3170
3171         * src/prefs_customheader.c
3172                 Add a 'From File...' button in custom headers prefs, which
3173                 try to do the right thing: 
3174                 for normal headers, use file as plaintext,
3175                 for X-Face, calls compface,
3176                 for Face, encode to b64.
3177
3178 2006-06-17 [colin]      2.3.0cvs20
3179
3180         * src/mh.c
3181                 Warning fix
3182
3183 2006-06-16 [colin]      2.3.0cvs19
3184
3185         * src/summaryview.c
3186                 Recursive quicksearch: show message list
3187                 in current folder, *then* search children
3188                 in the background.
3189
3190 2006-06-16 [colin]      2.3.0cvs18
3191
3192         * src/main.c
3193                 Instead of ignoring SIGPIPE, save caches
3194                 when getting one. Will fix the fact that
3195                 hot caches are out-of-date when logging 
3196                 out of Xorg.
3197         * src/compose.c
3198         * src/prefs_compose_writing.c
3199                 Only save text (not attachments) when 
3200                 auto-saving to drafts
3201         * src/unmime.c
3202                 Always replace \n, \r and \t with spaces
3203                 in headers
3204         * manual/dist/html/Makefile.am
3205         * manual/dist/pdf/Makefile.am
3206         * manual/dist/ps/Makefile.am
3207         * manual/dist/txt/Makefile.am
3208         * manual/fr/dist/html/Makefile.am
3209         * manual/fr/dist/pdf/Makefile.am
3210         * manual/fr/dist/ps/Makefile.am
3211         * manual/fr/dist/txt/Makefile.am
3212         * manual/pl/dist/html/Makefile.am
3213         * manual/pl/dist/pdf/Makefile.am
3214         * manual/pl/dist/ps/Makefile.am
3215         * manual/pl/dist/txt/Makefile.am
3216                 Fix make clean removing pregenerated manuals
3217
3218
3219 2006-06-16 [colin]      2.3.0cvs17
3220
3221         * src/plugins/pgpcore/sgpgme.c
3222         * src/plugins/pgpmime/pgpmime.c
3223         * src/plugins/pgpinline/pgpinline.c
3224                 Better error reporting in setup_signers.
3225                 Don't fallback to default key if specified
3226                 key isn't found.
3227                 Don't allow signing if more than one secret
3228                 key matches the one specified in prefs.
3229
3230 2006-06-15 [colin]      2.3.0cvs16
3231
3232         * src/folderview.c
3233                 Add "Send queue" in the folder's contextual
3234                 menu
3235         * src/compose.c
3236         * src/messageview.c
3237         * src/privacy.c
3238         * src/privacy.h
3239         * src/procmime.c
3240         * src/procmsg.c
3241         * src/plugins/pgpcore/passphrase.c
3242         * src/plugins/pgpcore/sgpgme.c
3243         * src/plugins/pgpinline/pgpinline.c
3244         * src/plugins/pgpmime/pgpmime.c
3245                 Better error reporting
3246         * src/mbox.c
3247                 Probably fix bug #971 (2.2.3 cannot read mail 
3248                 from local mbox)
3249
3250
3251 2006-06-15 [mones]      2.3.0cvs15
3252
3253         * tools/make.themes.project
3254                 creates the themes project from the web page
3255
3256 2006-06-15 [colin]      2.3.0cvs14
3257
3258         * src/folder.c
3259                 Better fix (avoid losing the folder if scan_tree 
3260                 fails)
3261
3262 2006-06-15 [cleroy]     2.3.0cvs13
3263
3264         * src/folder.c
3265                 Probably fix Bug #969 (crash on rebuilding 
3266                 imap folder)
3267
3268 2006-06-14 [colin]      2.3.0cvs12
3269
3270         * manual/dtd/manual.xsl
3271         * manual/sylpheed-claws-manual.xml
3272         * manual/fr/sylpheed-claws-manual.xml
3273         * manual/pl/sylpheed-claws-manual.xml
3274                 Insert pagebreaks between sections
3275
3276 2006-06-14 [paul]       2.3.0cvs11
3277
3278         * configure.ac
3279                 better fix than 2.3.0cvs10
3280
3281 2006-06-14 [paul]       2.3.0cvs10
3282
3283         * configure.ac
3284                 fix setting of PACKAGE_DATA_DIR with newer autoconf
3285                 (backwards compatible)
3286
3287 2006-06-13 [colin]      2.3.0cvs9
3288
3289         * src/messageview.c
3290                 Fix sending of return receipt with the new queue folders
3291
3292 2006-06-13 [wwp]        2.3.0cvs8
3293
3294         * src/quote_fmt_lex.l
3295                 fix wrong tokens returned in quote_fmt lexer, query not().
3296
3297 2006-06-13 [wwp]        2.3.0cvs7
3298
3299         * src/folder.c
3300         * src/prefs_folder_item.c
3301                 allow changing folder type even when folder is not a top-level one,
3302                 thanks to Colin.
3303
3304 2006-06-12 [colin]      2.3.0cvs6
3305
3306         * src/folderview.c
3307                 Fix double-ask of "Do you want to mark all
3308                 as read"
3309
3310 2006-06-12 [colin]      2.3.0cvs5
3311
3312         * src/compose.c
3313         * src/compose.h
3314         * src/folder.c
3315         * src/folder.h
3316         * src/imap.c
3317         * src/inc.c
3318         * src/main.c
3319         * src/messageview.c
3320         * src/mh.c
3321         * src/prefs_folder_item.c
3322         * src/procheader.c
3323         * src/procmime.c
3324         * src/procmsg.c
3325         * src/procmsg.h
3326         * src/send_message.c
3327         * src/summaryview.c
3328         * src/toolbar.c
3329                 Apply bug #964's patch (Queue and drafts aren't normal)
3330                 The Drafts and Queue folder now contain RFC-822 files,
3331                 allowing to move and copy mails from and to these 
3332                 folders. Moving from Drafts to Queue will prepare the
3333                 mail for sending (PGP signature, encryption, etc).
3334                 This patch also rework sending errors handling to try
3335                 to be more helpful.
3336                 Also, allow redefining folder types via the GUI 
3337                 (Folder type in its Properties)
3338
3339 2006-06-12 [colin]      2.3.0cvs4
3340
3341         * src/summaryview.c
3342         * src/prefs_common.c
3343         * src/prefs_common.h
3344         * src/gedit-print.c
3345                 Allow to define a specific print font - patch
3346                 by Bernhard Walle <bernhard.walle@gmx.de>
3347         * src/prefs_fonts.c
3348         * manual/advanced.xml
3349         * manual/fr/advanced.xml
3350                 Add a hidden pref to allow deletion without
3351                 confirmation
3352
3353 2006-06-12 [wwp]        2.3.0cvs3
3354
3355         * .cvsignore
3356                 more files to ignore.
3357
3358 2006-06-12 [wwp]        2.3.0cvs2
3359
3360         * src/quote_fmt.c
3361         * src/quote_fmt_lex.l
3362         * src/quote_fmt_parse.y
3363                 extend the quote_fmt parser (templates and quotes):
3364                 - allow limited sub-expressions in |p{} and |f{} expressions,
3365                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
3366                 - implemented/fixed missing implementation of query_references and show_references,
3367                 - completed, fixed contents and format of the symbols help dialog,
3368                 - fix some compilation warnings.
3369
3370 2006-06-12 [wwp]        2.3.0cvs1
3371
3372         * manual/advanced.xml
3373         * manual/fr/advanced.xml
3374                 updates in the "templates" section of the manual (eng/fr):
3375                  - be more precise (both versions)
3376                  - completed to match the english reference (fr version)
3377                  - touchups (both versions)
3378
3379 2006-06-12 [paul]       2.3.0
3380
3381         2.3.0 released
3382
3383 2006-06-12 [paul]       2.2.3cvs14
3384
3385         * po/ca.po
3386         * po/cs.po
3387         * po/de.po
3388         * po/el.po
3389         * po/fr.po
3390         * po/it.po
3391         * po/pt_BR.po
3392         * po/sr.po
3393         * po/zh_CN.po
3394                 updated by Miquel Oliete, Tim, Stephan Sachse,
3395                 Stavros Giannouris, Fabien Vantard, Andrea
3396                 Spadaccini, Frederico Goncalves Guimaraes,
3397                 Aleksandar Urosevic, and Ralgh Young
3398
3399 2006-06-12 [colin]      2.2.3cvs13
3400
3401         * src/mbox.c
3402                 Add missing header
3403
3404 2006-06-11 [colin]      2.2.3cvs12
3405
3406         * src/msgcache.c
3407                 Verify that g_malloc() succeeded
3408
3409 2006-06-11 [colin]      2.2.3cvs11
3410
3411         * src/wizard.c
3412                 Add Face header to welcome mail
3413
3414 2006-06-10 [colin]      2.2.3cvs10
3415
3416         * src/textview.c
3417                 Revert previous (Forgot it changes the
3418                 margin on the whole mail)
3419
3420 2006-06-10 [colin]      2.2.3cvs9
3421
3422         * src/textview.c
3423                 Don't overlap long headers under (X-)Face
3424
3425 2006-06-10 [mones]      2.2.3cvs8
3426
3427         * manual/xml2pdf
3428                 allow generation of manual on systems lacking saxon binary
3429                 but with java and the saxon library installed
3430
3431         * po/es.po
3432                 updated for release
3433
3434 2006-06-09 [colin]      2.2.3cvs7
3435
3436         * src/summaryview.c
3437                 Fix leak when using Display Sender using Addressbook
3438
3439 2006-06-09 [colin]      2.2.3cvs6
3440
3441         * src/compose.c
3442         * src/folder.c
3443         * src/folderview.c
3444         * src/mimeview.c
3445         * src/summaryview.c
3446                 More leaks fixes
3447
3448 2006-06-09 [paul]       2.2.3cvs5
3449
3450         * AUTHORS
3451         * src/gtk/authors.h
3452         * tools/claws.i18n.status.pl
3453                 updated with new info
3454
3455 2006-06-09 [paul]       2.2.3cvs4
3456
3457         * README
3458                 updated
3459         * manual/ack.xml
3460                 add wwp to authors list
3461         * src/gtk/authors.h
3462                 update mine and Colin's addresses
3463
3464 2006-06-08 [colin]      2.2.3cvs3
3465
3466         * src/etpan/imap-thread.c
3467                 Fix leak on SSL cert check
3468
3469 2006-06-08 [colin]      2.2.3cvs2
3470
3471         * src/common/utils.c
3472                 Fix leak
3473
3474 2006-06-08 [paul]       2.2.3cvs1
3475
3476         * configure.ac
3477                 Update version number following
3478                 stable release
3479
3480 2006-06-07 [colin]      2.2.2cvs3
3481
3482         * src/msgcache.c
3483                 Fix catching cache read errors (guint instead of gint)
3484                 Prevent malloc'ing more than 8MB (means cache corruption)
3485
3486 2006-06-07 [paul]       2.2.2cvs2
3487
3488         * src/exporthtml.c
3489         * src/exportldif.c
3490         * src/mh.c
3491         * src/mutt.c
3492         * src/pine.c
3493         * src/common/utils.c
3494                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
3495                 obey $HOME'
3496                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
3497                 Thanks to Colin
3498
3499 2006-06-06 [paul]       2.2.2cvs1
3500
3501         * configure.ac
3502                 Update version number following
3503                 stable release
3504
3505 2006-06-06 [paul]       2.2.1cvs6
3506
3507         * src/matcher.c
3508                 fix  implicit declaration of
3509                 sylpheed_do_idle()
3510                 Patch by Fabien Vantard
3511
3512 2006-06-06 [paul]       2.2.1cvs5
3513
3514         * src/matcher.c
3515                 fix age_greater and age_lower so that they
3516                 mean what say and not '...or equal to'
3517                 Thanks to Colin
3518
3519 2006-06-06 [paul]       2.2.1cvs4
3520
3521         * src/textview.c
3522         * src/common/utils.c
3523                 fix URI check
3524                 Thanks to Colin
3525
3526 2006-06-05 [wwp]        2.2.1cvs3
3527
3528         * manual/fr/account.xml
3529                 minor language fixes (thanks to Fabien Vantard).
3530
3531 2006-06-05 [colin]      2.2.1cvs2
3532
3533         * src/prefs_folder_item.c
3534         * src/folderview.c
3535                 Allow recursive setting of properties 
3536                 for whole mailboxes
3537         * src/matcher.c
3538                 Don't freeze on 'test' filtering rule
3539
3540 2006-06-05 [colin]      2.2.1cvs1
3541
3542         * configure.ac
3543                 Update version number following
3544                 stable release
3545
3546 2006-06-04 [wwp]        2.2.0cvs82
3547
3548         * manual/glossary.xml
3549         * manual/account.xml
3550         * manual/fr/glossary.xml
3551         * manual/fr/account.xml
3552                 added glossary section and references/links related to the Face custom header.
3553
3554 2006-06-04 [colin]      2.2.0cvs81
3555
3556         * src/summaryview.c
3557                 Skip to next message on move with no
3558                 immediate execution
3559
3560 2006-06-04 [wwp]        2.2.0cvs80
3561
3562         * manual/xml2pdf
3563                 added sanity checks, exit when needed.
3564
3565 2006-06-03 [paul]       2.2.0cvs79
3566
3567         * src/prefs_receive.c
3568                 page name is now 'Receiving'
3569         * src/prefs_send.c
3570                 page name is now 'Sending'
3571
3572 2006-06-03 [colin]      2.2.0cvs78
3573
3574         * src/plugins/spamassassin/spamassassin_gtk.c
3575                 Autoswitch to Localhost if transport was previously
3576                 disabled. Else people had to check [] Enable, then
3577                 *reselect* transport.
3578
3579 2006-06-03 [colin]      2.2.0cvs77
3580
3581         * src/plugins/pgpinline/pgpinline.c
3582         * src/plugins/pgpmime/pgpmime.c
3583                 Check that gpg_data_release_and_get_mem 
3584                 didn't fail (now, why this happens...)
3585
3586 2006-06-03 [colin]      2.2.0cvs76
3587
3588         * src/mbox.c
3589                 Fix bug #962 (Manual and/or UI should 
3590                 warn about incompatible locking 
3591                 causing dataloss)
3592
3593 2006-06-02 [cleroy]     2.2.0cvs75
3594
3595         * src/filtering.c
3596         * src/folder.c
3597         * src/procmsg.c
3598         * src/summaryview.c
3599                 Fix a few leaks
3600
3601 2006-06-02 [colin]      2.2.0cvs74
3602
3603         * src/main.c
3604                 On exit, free caches after writing them
3605                 Shuts up some valgrind false positives
3606         * src/procmsg.c
3607         * src/send_message.c
3608                 Fix races when reusing existing SMTP connections
3609                 Fix inexistant session timeout
3610         * src/toolbar.c
3611                 Display alertpanel after all queues have
3612                 been processed, not after each
3613
3614 2006-06-02 [wwp]        2.2.0cvs73
3615
3616         * manual/fr/glossary.xml
3617         * manual/fr/ack.xml
3618         * manual/ack.xml
3619                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
3620
3621 2006-06-02 [wwp]        2.2.0cvs72
3622
3623         * manual/xml2pdf
3624         * manual/dist/pdf/Makefile.am
3625         * manual/dtd/manual.xsl
3626         * manual/fr/dist/pdf/Makefile.am
3627         * manual/pl/dist/pdf/Makefile.am
3628                 we changed the procedure to generate the .pdf version of the manual.
3629                 The procedure is more modern and the .pdf we get now has a valid index.
3630                 Here are the new pre-requisites:
3631
3632                 - JRE 1.x (1.4 here): there must be one from your distro
3633                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
3634                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
3635                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
3636
3637                 See my posts for further info about the installation of this toolchain:
3638
3639                 Date: Fri, 19 May 2006 19:40:06 +0200
3640                 From: wwp <subscript@free.fr>
3641                 To: sylpheed-claws-devel@lists.sourceforge.net
3642                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
3643
3644                 and
3645
3646                 Date: Wed, 24 May 2006 12:58:49 +0200
3647                 From: wwp <subscript@free.fr>
3648                 To: sylpheed-claws-devel@lists.sourceforge.net
3649                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
3650
3651 2006-06-01 [colin]      2.2.0cvs71
3652
3653         * src/compose.c
3654                 Better guards against IMAP races
3655         * src/main.c
3656         * src/prefs_common.c
3657         * src/prefs_common.h
3658         * src/common/ssl_certificate.c
3659         * src/etpan/imap-thread.c
3660         * src/etpan/imap-thread.h
3661         * src/gtk/sslcertwindow.c
3662                 New hidden option ssl_skip_cert_check to 
3663                 avoid dups of bug #959 (libetpan linked
3664                 against gnutls and gnutls buggy on 64bit)
3665                 Present expired warning only once per
3666                 session/server.
3667         * manual/advanced.xml
3668         * manual/fr/advanced.xml
3669                 Document new option
3670
3671 2006-06-01 [wwp]        2.2.0cvs70
3672
3673         * src/messageview.c
3674                 fix for bug #961 (return receipt dialog 
3675                 complains incorrectly about return-path 
3676                 email adress being different), thanks 
3677                 to Colin.
3678
3679 2006-05-31 [cleroy]     2.2.0cvs69
3680
3681         * src/common/ssl.c
3682                 Guard against NULLs, although this
3683                 should never be an issue
3684
3685 2006-05-31 [colin]      2.2.0cvs68
3686
3687         * src/filtering.c
3688                 Use g_slist_prepend
3689         * src/imap.c
3690                 Don't remove caches when destroying folder, it
3691                 could (should) be done at exit
3692         * src/inc.c
3693                 free processing cache after incorporation
3694         * src/etpan/imap-thread.c
3695                 Maybe fix bug #959 (Crash on moving to emails 
3696                 to a imap account per ssl with a expired 
3697                 certificate.)
3698
3699 2006-05-30 [colin]      2.2.0cvs67
3700
3701         * src/summaryview.c
3702                 Put back event flush when displaying message
3703                 It avoids reading a bunch of messages just
3704                 by hitting shift-n for too long ;)
3705
3706 2006-05-29 [colin]      2.2.0cvs66
3707
3708         * src/summaryview.c
3709                 Remove useless g_warnings
3710
3711 2006-05-29 [colin]      2.2.0cvs65
3712
3713         * src/imap.c
3714                 Fix g_slist_append()s for performance
3715
3716 2006-05-29 [colin]      2.2.0cvs64
3717
3718         * src/compose.c
3719         * src/common/utils.c
3720                 Fix extraneous tab at start of addresses
3721         * src/mainwindow.c
3722                 Fix warnings (thanks to Fabien)
3723                 Fix crash at exit when composing messages 
3724                 exist
3725         * src/pop.c
3726                 Fix progress bar when deleting expired mails
3727                 Thanks to Hiro
3728         * src/summaryview.c
3729         * src/gtk/gtksctree.c
3730                 Fix re-sorting slowness
3731
3732 2006-05-29 [paul]       2.2.0cvs63
3733
3734         * src/mh.c
3735                 fetch full message when moving mails
3736                 from another mailbox, (fixed data loss
3737                 when filtering from IMAP to MH, introduced
3738                 in 2.2.0cvs57).
3739                 Thanks to Colin
3740
3741 2006-05-29 [mones]      2.2.0cvs62
3742
3743         * src/gtk/gtksctree.c
3744                 Unselect faster (patch by Colin)        
3745
3746 2006-05-26 [colin]      2.2.0cvs61
3747
3748         * src/summaryview.c
3749                 Unplug MSGINFO_UPDATE callback on delete too.
3750
3751 2006-05-26 [colin]      2.2.0cvs60
3752
3753         * src/foldersel.c
3754                 Fix bold in folder selection window with glib2.10
3755                 thanks Hiro
3756
3757 2006-05-26 [colin]      2.2.0cvs59
3758
3759         * src/procheader.c
3760                 Convert date only if necessary (and don't
3761                 try to convert from utf8 to utf8, too)
3762         * src/summaryview.c
3763                 Only set column's text if the column's 
3764                 displayed
3765
3766 2006-05-26 [colin]      2.2.0cvs58
3767
3768         * src/summaryview.c
3769         * src/gtk/gtkutils.c
3770                 Fix useless warning
3771
3772 2006-05-26 [colin]      2.2.0cvs57
3773
3774         * src/mainwindow.c
3775                 Make summaryview selectable as long as 
3776                 no message has focus
3777         * src/mh.c
3778                 Faster deletion (by implementing mh_remove_msgs)
3779                 Faster copy (avoid using mh_fetch_msg just to get
3780                 the filename)
3781                 Faster move (using move_file instead of copy_file
3782                 if MSG_IS_MOVE)
3783                 No progressbar if total number of mails to cp/mv 
3784                 is less than 100
3785         * src/summaryview.c
3786                 Fix removal from subject_table when mail gets moved
3787                 Faster deletion (g_slist_prepend instead of append)
3788         * src/gtk/gtksctree.c
3789                 Remove useless code
3790
3791 2006-05-25 [colin]      2.2.0cvs56
3792
3793         * src/common/ssl_certificate.c
3794                 Fix leak in expired cert check
3795
3796 2006-05-25 [colin]      2.2.0cvs55
3797
3798         * src/mh.c
3799                 Disable flags syncing on .mh_sequences - it
3800                 is buggy and marks mails read under unknown
3801                 conditions.
3802
3803 2006-05-25 [paul]
3804
3805         * 2.3.0-rc4 released
3806
3807 2006-05-24 [colin]      2.2.0cvs54
3808
3809         attention cvs users: if you manage to crash
3810         Sylpheed-Claws while moving, copying or deleting
3811         mails, we *are* interested in stack traces and
3812         valgrind logs. It looks stable, but one never
3813         knows...
3814
3815         * src/folder.c
3816                 Add progressbar for cache updates
3817         * src/folderutils.c
3818                 Optimize Mark all read in the current
3819                 folder
3820         * src/mh.c
3821                 Add progressbar for copy/move
3822         * src/procmsg.c
3823                 Optimize O(n^2) in copy/move
3824         * src/summaryview.c
3825         * src/gtk/gtksctree.c
3826                 Optimize O(n^2) algos
3827         * src/common/timing.h
3828                 Display ms instead of us
3829
3830 2006-05-24 [wwp]        2.2.0cvs53
3831
3832         * manual/fr/advanced.xml
3833                 updates to the French manual.
3834
3835 2006-05-24 [wwp]        2.2.0cvs52
3836
3837         * src/common/utils.c
3838                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
3839
3840 2006-05-24 [wwp]        2.2.0cvs51
3841
3842         * src/folderutils.c
3843                 fixed "mark all read" in MH folders (thanks to Colin).
3844
3845 2006-05-24 [paul]       2.2.0cvs50
3846
3847         * doc/man/sylpheed-claws.1
3848                 updated the man page
3849
3850 2006-05-23 [colin]      2.2.0cvs49
3851
3852         * src/folderview.c
3853         * src/imap.c
3854         * src/inc.c
3855         * src/mbox.c
3856         * src/messageview.c
3857         * src/news.c
3858         * src/send_message.c
3859         * src/summaryview.c
3860         * src/gtk/sslcertwindow.c
3861                 alertpanel fixes, by Fabien
3862
3863 2006-05-23 [colin]      2.2.0cvs48
3864
3865         * src/folder.c
3866         * src/folderview.c
3867         * src/msgcache.c
3868         * src/summaryview.c
3869         * src/gtk/gtksctree.c
3870         * src/gtk/gtksctree.h
3871                 More timings
3872                 Fix slow loading problem, which was caused by the
3873                 use of some gtk_ctree funcs and their use of
3874                 g_list_position while gtk_ctree_(un)link'ing.
3875                 Reap more functions from gtkctree.c to be sure we
3876                 use our (fast) version instead of theirs.
3877         * src/mh.c
3878                 Fix copy of unread mails
3879
3880
3881 2006-05-22 [wwp]        2.2.0cvs47
3882
3883         * manual/fr/advanced.xml
3884                 updated.
3885
3886 2006-05-22 [colin]      2.2.0cvs46
3887
3888         * src/filtering.c
3889                 Fix possible infinite loop. 'copy' is not a 
3890                 final action, so when encountering a 'copy',
3891                 we have to check if a previous one was set
3892                 and do it. In the same way, if we encounter
3893                 a 'move' we have to perform a possibly 
3894                 pending 'copy'. This will slow down filtering
3895                 on IMAP if move+copy or multiple copy actions
3896                 are to be done, but handling it via the batch
3897                 would be really too convoluted.
3898
3899 2006-05-22 [wwp]        2.2.0cvs45
3900
3901         * manual/fr/advanced.xml
3902         * manual/fr/faq.xml
3903         * manual/fr/glossary.xml
3904         * manual/fr/handling.xml
3905         * manual/fr/intro.xml
3906         * manual/fr/plugins.xml
3907         * manual/fr/sylpheed-claws-manual.xml
3908                 sync w/ the english manual: updates URIs, documented mailing-list
3909                 support, better explanation about the enabled/disabled feature
3910                 in filtering/processing rules by Paul.
3911
3912 2006-05-21 [colin]      2.2.0cvs44
3913
3914         * src/summaryview.c
3915                 Don't expand after building threads, but during
3916
3917 2006-05-21 [colin]      2.2.0cvs43
3918
3919         * src/procmsg.c
3920         * src/summaryview.c
3921                 More timing possibilities... For next time I have 
3922                 to find out how the hell some 3GHz computer takes
3923                 one minute to open a 30k folder...
3924
3925 2006-05-21 [colin]      2.2.0cvs42
3926
3927         * manual/pl/advanced.xml
3928         * manual/pl/faq.xml
3929         * manual/pl/glossary.xml
3930         * manual/pl/handling.xml
3931         * manual/pl/intro.xml
3932         * manual/pl/plugins.xml
3933         * manual/pl/sylpheed-claws-manual.xml
3934                 Polish manual updated by Pawel
3935
3936 2006-05-20 [colin]
3937
3938         * 2.3.0-rc3 released
3939
3940 2006-05-20 [colin]      2.2.0cvs41
3941
3942         * src/imap.c
3943                 Fix -rc2 problems:
3944                 - remove cache of moved messages from original folder
3945                 - apply new flags to messages even if they aren't appliable
3946                   via IMAP.
3947
3948 2006-05-20 [colin]
3949
3950         * 2.3.0-rc2 released
3951
3952 2006-05-19 [colin]      2.2.0cvs40
3953
3954         * src/imap.c
3955                 Don't issue SELECT in imap_change_flags
3956                 before having checked that we indeed have
3957                 some flags to change. MSG_POSTFILTERED for
3958                 example can't be used on IMAP.
3959                 Fixes bug #955 (copying messages between 
3960                 imap folders is extremely slow), which was
3961                 a regression.
3962
3963 2006-05-19 [colin]      2.2.0cvs39
3964
3965         * src/folder.c
3966         * src/folder.h
3967         * src/folderview.c
3968                 Try to fix bug #830 (Some unread messages 
3969                 get marked read in IMAP inbox):
3970                 - Prevent scanning a folder if it's being 
3971                   opened via the GUI
3972                 - Postpone opening via the GUI of a folder
3973                   currently scanned.
3974
3975
3976 2006-05-19 [wwp]        2.2.0cvs38
3977
3978         * manual/advanced.xml
3979                 fix English+typo (thanks to Paul).
3980
3981 2006-05-19 [wwp]        2.2.0cvs37
3982
3983         * manual/advanced.xml
3984         * manual/fr/advanced.xml
3985         * src/gtk/logwindow.c
3986         * src/prefs_common.c
3987         * src/prefs_common.h
3988                 added hidden prefs to allow customization of colors used in
3989                 protocol log window (useful for dark gtk+ themes).
3990
3991 2006-05-19 [wwp]        2.2.0cvs36
3992
3993         * ChangeLog
3994                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
3995
3996 2006-05-19 [paul]       2.2.0cvs35
3997
3998         * src/textview.c
3999                 make Reply-To fully clickable
4000         * src/gtk/logwindow.c
4001                 more colouring (SMTP ESMTP)
4002         Both patches by Pawel Pekala
4003
4004 2006-05-19 [cleroy]     2.2.0cvs34
4005
4006         * src/mh.c
4007                 Don't update flags from current folder
4008                 Probably fixes bug #935 (Read Messages 
4009                 Revert to Being Marked as Unread)
4010
4011 2006-05-18 [colin]      2.2.0cvs33
4012
4013         * src/imap.c
4014                 Warning fix
4015         * src/compose.c
4016         * src/mainwindow.c
4017         * src/summaryview.c
4018         * src/toolbar.c
4019                 Allow replying to multiple emails
4020                 in multiple windows
4021         * src/mimeview.c
4022         * src/etpan/imap-thread.c
4023                 Leak fixes
4024
4025 2006-05-18 [paul]       2.2.0cvs32
4026
4027         * src/summaryview.c
4028                 keep Mailing-List menu refreshed
4029                 Thanks to Colin
4030
4031 2006-05-18 [paul]       2.2.0cvs31
4032
4033         * manual/advanced.xml
4034         * manual/faq.xml
4035         * manual/glossary.xml
4036         * manual/handling.xml
4037         * manual/intro.xml
4038         * manual/plugins.xml
4039         * manual/sylpheed-claws-manual.xml
4040                 update URLs
4041                 add info about mailing-list support
4042                 edit filtering info
4043         * src/wizard.c
4044         * src/common/defs.h
4045         * src/gtk/about.c
4046         * src/plugins/dillo_viewer/README
4047                 update URLs
4048
4049 2006-05-17 [wwp]        2.2.0cvs30
4050
4051         * manual/handling.xml
4052         * manual/fr/handling.xml
4053                 documented the ability to enabled/disable filtering/processing rules.
4054
4055 2006-05-17 [colin]      2.2.0cvs29
4056
4057         * src/main.c
4058                 Don't initialize g_thread subsystem if it's 
4059                 already done (thanks to Hiro)
4060         * src/mimeview.c
4061                 Fix saving of parts when there name can't be
4062                 converted from UTF-8.
4063
4064 2006-05-17 [paul]       2.2.0cvs28
4065
4066         * po/Makefile.in.in
4067                 fix config.status warning with autoconf 2.60
4068
4069 2006-05-17 [paul]       2.2.0cvs27
4070
4071         * po/POTFILES.in
4072                 add src/mbox.c
4073
4074 2006-05-17 [wwp]        2.2.0cvs26
4075
4076         * src/mainwindow.c
4077                 fix useless and potentially dangerous buffer walking (thanks to Colin).
4078
4079 2006-05-17 [wwp]        2.2.0cvs25
4080
4081         * src/plugins/demo/demo.c
4082                 updated product name in plugin demo (many plugins need to be
4083                 sync'ed w/ that change).
4084
4085 2006-05-17 [colin]      2.2.0cvs24
4086
4087         * src/mh.c
4088                 Fix leak
4089
4090 2006-05-16 [colin]      2.2.0cvs23
4091
4092         * src/mainwindow.c
4093                 Stupid me hit again. Fix cvs22.
4094
4095 2006-05-16 [colin]      2.2.0cvs22
4096
4097         * src/mainwindow.c
4098                 Fix bug #922 (sylpheed-claws crashed after 
4099                 pushing on Inbox folder)
4100
4101 2006-05-16 [colin]      2.2.0cvs21
4102
4103         * src/compose.c
4104                 Make From header be copy/paste/select-able
4105
4106 2006-05-16 [wwp]        2.2.0cvs20
4107
4108         * src/export.c
4109         * src/matcher.c
4110         * src/summaryview.c
4111         * src/etpan/imap-thread.c
4112                 fix some compiler warnings (thanks to Colin).
4113
4114 2006-05-16 [wwp]        2.2.0cvs19
4115
4116         * src/action.c
4117         * src/gedit-print.c
4118         * src/inc.c
4119         * src/mainwindow.c
4120         * src/mh.c
4121         * src/statusbar.c
4122         * src/send_message.c
4123         * src/summaryview.c
4124                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
4125
4126 2006-05-15 [colin]      2.2.0cvs18
4127
4128         * src/procmsg.c
4129                 Fix automatic rule creation with List-Post
4130
4131 2006-05-15 [paul]       2.2.0cvs17
4132
4133         * tools/filter_conv_new.pl
4134                 updated for rule enabling/disabling
4135                 claws version >= 2.3.x required
4136
4137 2006-05-15 [cleroy]     2.2.0cvs16
4138
4139         * src/main.c
4140                 Revert test
4141
4142 2006-05-15 [cleroy]     2.2.0cvs15
4143
4144         * src/main.c
4145                 test
4146
4147 2006-05-15 [wwp]        2.2.0cvs14
4148
4149         * manual/pl/.cvsignore
4150                 ignore generated files.
4151
4152 2006-05-14 [wwp]        2.3.0-rc1
4153
4154         * 2.3.0-rc1 released
4155
4156 2006-05-13 [wwp]        2.2.0cvs13
4157
4158         * src/filtering.c
4159         * src/filtering.h
4160         * src/matcher.c
4161         * src/matcher_parser_lex.l
4162         * src/matcher_parser_parse.y
4163         * src/prefs_filtering.c
4164                 new feature: provide the ability to disable filtering and processing
4165                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
4166                 adaptations.
4167
4168 2006-05-13 [colin]      2.2.0cvs12
4169
4170         * src/compose.c
4171                 Remove useless if (a) b; else b;
4172                 Thanks to wwp
4173
4174 2006-05-13 [wwp]        2.2.0cvs11
4175
4176         * src/export.c
4177         * src/import.c
4178         * src/mainwindow.c
4179         * src/mbox.c
4180         * src/summaryview.c
4181         * src/summaryview.h
4182                 no more silent failures (or at least less ones) when importing
4183                 or exporting from/to mbox. Also start importing/exporting if
4184                 the necessary info is set.
4185
4186 2006-05-13 [wwp]        2.2.0cvs10
4187
4188         * RELEASE_NOTES
4189                 restored up-to-date release notes.
4190
4191 2006-05-13 [paul]       2.2.0cvs9
4192
4193         * po/nl.po
4194         * po/ru.po
4195                 updated by Tim Dijkstra and Pavlo Bohmat
4196
4197 2006-05-12 [colin]      2.2.0cvs8
4198
4199         * src/gtk/quicksearch.c
4200                 Add "k" as shortcut for "colorlabel". Patch
4201                 by ath42@users.sf.net.
4202
4203 2006-05-12 [paul]       2.2.0cvs7
4204
4205         * src/prefs_common.h
4206         * src/prefs_summaries.c
4207         * src/summaryview.c
4208                 when entering a folder also allow
4209                 going directly to first Marked message
4210
4211 2006-05-12 [paul]       2.2.0cvs6
4212
4213         * src/summaryview.c
4214                 always obey 'confirm before marking all
4215                 mails read' option
4216
4217 2006-05-12 [paul]       2.2.0cvs5
4218
4219         * src/textview.c
4220                 make Sender fully clickable
4221
4222 2006-05-12 [colin]      2.2.0cvs4
4223
4224         * src/compose.c
4225         * src/compose.h
4226                 Let From be editable
4227         * src/main.c
4228         * src/mh.c
4229                 Full support of .mh_sequences' Unseen seq
4230
4231 2006-05-12 [colin]      2.2.0cvs3
4232
4233         * src/folder.c
4234         * src/mainwindow.c
4235         * src/mainwindow.h
4236         * src/messageview.c
4237         * src/prefs_spelling.c
4238         * src/procheader.c
4239         * src/procmsg.c
4240         * src/procmsg.h
4241         * src/summaryview.c
4242         * src/toolbar.c
4243         * src/toolbar.h
4244                 Add contextual menu on Compose toolbar
4245                 button. Fixes bug #944 (Automatic
4246                 addresses not applied when changing account
4247                 from compose window)
4248                 add Mailing List support
4249                 based on the old 0.6.5claws25 patch by
4250                 Melvin Hadasht, with finishing touches
4251                 by Colin
4252                 Fix "ignore thread" when mails are threaded by
4253                 subject (and weren't ignored although appearing
4254                 in the thread).
4255                 GUI rework.
4256                 Both patches by Pawel.
4257
4258 2006-05-08 [paul]       2.2.0cvs2
4259
4260         * src/mainwindow.c
4261         * src/mainwindow.h
4262         * src/messageview.c
4263         * src/procheader.c
4264         * src/procmsg.c
4265         * src/procmsg.h
4266         * src/summaryview.c
4267                 add Mailing List support
4268                 based on the old 0.6.5claws25 patch by 
4269                 Melvin Hadasht, with finishing touches
4270                 by Colin
4271
4272 2006-05-08 [colin]      2.2.0cvs1
4273
4274         * src/mainwindow.c
4275         * src/toolbar.c
4276         * src/toolbar.h
4277                 Add contextual menu on Compose toolbar 
4278                 button. Fixes bug #944 (Automatic 
4279                 addresses not applied when changing account 
4280                 from compose window)
4281
4282 2006-05-08 [paul]       2.2.0
4283
4284         2.2.0 released
4285
4286 2006-05-08 [paul]       2.1.1cvs51
4287
4288         * po/cs.po
4289         * po/de.po
4290         * po/en_GB.po
4291         * po/fi.po
4292         * po/fr.po
4293         * po/pt_BR.po
4294         * po/sr.po
4295         * po/zh_CN.po
4296                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4297                 Fabien Vantard, Frederico Goncalves Guimaraes,
4298                 Aleksandar Urosevic, and Ralgh Young
4299
4300 2006-05-12 [colin]      2.1.1cvs50
4301
4302         * po/cs.po
4303         * po/de.po
4304         * po/en_GB.po
4305         * po/es.po
4306         * po/fi.po
4307         * po/fr.po
4308         * po/pt_BR.po
4309         * po/sr.po
4310         * po/zh_CN.po
4311                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4312                 Fabien Vantard, Frederico Goncalves Guimaraes,
4313                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
4314
4315 2006-05-05 [colin]      2.1.1cvs49
4316
4317         * manual/Makefile.am
4318         * manual/pl/Makefile.am
4319         * manual/pl/account.xml
4320         * manual/pl/ack.xml
4321         * manual/pl/addrbook.xml
4322         * manual/pl/advanced.xml
4323         * manual/pl/faq.xml
4324         * manual/pl/glossary.xml
4325         * manual/pl/gpl.xml
4326         * manual/pl/handling.xml
4327         * manual/pl/intro.xml
4328         * manual/pl/keyboard.xml
4329         * manual/pl/plugins.xml
4330         * manual/pl/starting.xml
4331         * manual/pl/sylpheed-claws-manual.xml
4332         * manual/pl/dist/.cvsignore
4333         * manual/pl/dist/Makefile.am
4334         * manual/pl/dist/html/.cvsignore
4335         * manual/pl/dist/html/Makefile.am
4336         * manual/pl/dist/pdf/.cvsignore
4337         * manual/pl/dist/pdf/Makefile.am
4338         * manual/pl/dist/ps/.cvsignore
4339         * manual/pl/dist/ps/Makefile.am
4340         * manual/pl/dist/txt/.cvsignore
4341         * manual/pl/dist/txt/Makefile.am
4342                 Add the polish translation of the manual,
4343                 Authored by Pawel Pekala.
4344
4345 2006-05-05 [cleroy]     2.1.1cvs48
4346
4347         * src/main.c
4348                 Re-read matcherrc after loading plugins 
4349                 if some of them add folders.
4350
4351 2006-05-03 [colin]      2.1.1cvs47
4352
4353         * src/imap.c
4354                 I'm idiot
4355
4356 2006-05-03 [colin]      2.1.1cvs46
4357
4358         * src/imap.c
4359                 Be sure to have a session when
4360                 getting separator
4361
4362 2006-05-03 [colin]      2.1.1cvs45
4363
4364         * src/imap.c
4365         * src/imap.h
4366         * src/imap_gtk.c
4367                 Fix preventing renaming with namespace 
4368                 separator.
4369
4370 2006-05-01 [colin]      2.1.1cvs44
4371
4372         * src/action.c
4373                 Don't reload messageview when result of
4374                 action is piped.
4375
4376 2006-04-29 [colin]      2.1.1cvs43
4377
4378         * src/prefs_receive.c
4379         * src/plugins/spamassassin/spamassassin_gtk.c
4380         * src/plugins/clamav/clamav_plugin_gtk.c
4381                 GUI fixes by Pawel
4382
4383 2006-04-29 [colin]      2.1.1cvs42
4384
4385         * src/prefs_compose_writing.c
4386         * src/prefs_quote.c
4387                 Cleanups. Patch by Pawel
4388
4389 2006-04-28 [paul]       2.1.1cvs41
4390
4391         * src/matcher.c
4392                 fix returned quick search results when search
4393                 term contains an underscore.
4394                 Thanks to Colin
4395
4396 2006-04-28 [paul]       2.1.1cvs40
4397
4398         * src/prefs_message.c
4399         * src/prefs_receive.c
4400                 GUI cleanups
4401                 Patches by Pawel Pekala
4402
4403 2006-04-27 [colin]      2.1.1cvs39
4404
4405         * src/wizard.c
4406                 Differentiate subject Welcome from
4407                 window's title Welcome
4408
4409 2006-04-27 [paul]
4410
4411         2.2.0-rc1 released
4412
4413 2006-04-27 [paul]       2.1.1cvs38
4414
4415         * manual/advanced.xml
4416         * manual/fr/advanced.xml
4417                 add info about compose_no_markup hidden pref
4418
4419 2006-04-27 [paul]       2.1.1cvs37
4420
4421         * src/prefs_account.c
4422                 improve privacy labels
4423         * src/prefs_msg_colors.c
4424                 change some strings for translators' convenience
4425         * src/gtk/gtkutils.c
4426                 don't underline the link button text
4427
4428 2006-04-25 [colin]      2.1.1cvs36
4429
4430         * src/folder.c
4431                 Complete 2.1.1cvs33 (once more ;)
4432
4433 2006-04-25 [colin]      2.1.1cvs35
4434
4435         * src/editldap.c
4436                 Fix tooltip
4437
4438 2006-04-25 [cleroy]     2.1.1cvs34
4439
4440         * src/compose.c
4441         * src/gtk/gtkaspell.c
4442                 Fix crash on redirect (related to the return 
4443                 of the aspell menu in compose's toolbar)
4444         * src/prefs_msg_colors.c
4445                 Fix sensitivity widgets
4446         * src/image_viewer.c
4447         * src/gtk/pluginwindow.c
4448         * src/gtk/prefswindow.c
4449                 Change released signals to clicked (Fabien)
4450         * po/POTFILES.in
4451         * src/common/socket.c
4452         * src/plugins/spamassassin/spamassassin.c
4453                 Translate strings (Fabien)
4454
4455 2006-04-25 [paul]       2.1.1cvs33
4456
4457         * src/folder.c
4458         * src/folder.h
4459         * src/folderview.c
4460                 complete the fix of bug #912
4461                 Thanks to Colin
4462
4463 2006-04-25 [colin]      2.1.1cvs32
4464
4465         * src/news.c
4466                 Better progress bar
4467         * src/mimeview.c
4468         * src/summaryview.c
4469         * src/summaryview.h
4470                 Fix focus chain
4471                 Patches by Pawel Pekala
4472
4473 2006-04-24 [colin]      2.1.1cvs31
4474
4475         * src/compose.c
4476                 Fix compilation warnings (Fabien)
4477
4478 2006-04-24 [colin]      2.1.1cvs30
4479
4480         * src/addrindex.c
4481         * src/editldap.c
4482         * src/editldap_basedn.c
4483         * src/editldap_basedn.h
4484         * src/ldapctrl.c
4485         * src/ldapctrl.h
4486         * src/ldapquery.c
4487         * src/ldaputil.c
4488         * src/ldaputil.h
4489                 Fix bug #901 (LDAPS support)
4490
4491 2006-04-24 [colin]      2.1.1cvs29
4492
4493         * src/compose.c
4494                 Fix logic on error with send dialog on
4495         * src/imap.c
4496                 Fix compilation without libetpan, thanks
4497                 to Fabien
4498         * src/summaryview.c
4499                 Fix 'context-menu' key
4500
4501 2006-04-23 [colin]      2.1.1cvs28
4502
4503         * src/folder.c
4504                 Never free current's cache to free up 
4505                 memory. Fixes bug #912 (new count 
4506                 randomly set to message count)
4507
4508 2006-04-23 [colin]      2.1.1cvs27
4509
4510         * src/gtk/quicksearch.c
4511                 And remove printf...
4512
4513 2006-04-23 [colin]      2.1.1cvs26
4514
4515         * src/gtk/quicksearch.c
4516                 Fix replacing in quicksearch, and fix inserting
4517                 in the middle of the string. (introduced at 2.1.0cvs22)
4518
4519 2006-04-23 [colin]      2.1.1cvs25
4520
4521         * src/imap.c
4522                 Make sure uidnext is initialized in get_num_list
4523                 (not for stable, related to 2.1.1cvs8 and friends)
4524
4525 2006-04-23 [colin]      2.1.1cvs24
4526
4527         * src/imap.c
4528                 Output something when login is successful
4529                 too
4530
4531 2006-04-23 [colin]      2.1.1cvs23
4532
4533         * src/etpan/imap-thread.c
4534                 Better logging (line-per-line, hide data in fetch)
4535                 Fix a const warning
4536         * src/gtk/logwindow.c
4537         * src/gtk/logwindow.h
4538                 Better logging (color for input/output)
4539
4540 2006-04-21 [colin]      2.1.1cvs22
4541
4542         * src/gtk/quicksearch.c
4543                 On gtk+-2.8, use stock buttons in quicksearch
4544                 Based on a patch by Fabien and a design by Paul
4545
4546 2006-04-21 [colin]      2.1.1cvs21
4547
4548         * src/folderview.c
4549         * src/mainwindow.c
4550                 Fix occasional flicker in folderview
4551         * src/common/utils.c
4552                 Fix bug #943 (Incorrectly parsed email address 
4553                 list in short headers on message view and in 
4554                 printouts)
4555
4556 2006-04-20 [colin]      2.1.1cvs20
4557
4558         * src/imap.c
4559         * src/imap.h
4560         * src/prefs_account.c
4561                 Add ANONYMOUS auth for IMAP
4562
4563 2006-04-20 [paul]       2.1.1cvs19
4564
4565         * src/main.c
4566                 proper fix for 2.1.1cvs18
4567                 Thanks to Colin
4568
4569 2006-04-20 [paul]       2.1.1cvs18
4570
4571         * src/main.c
4572                 fix build warnings
4573
4574 2006-04-20 [paul]       2.1.1cvs17
4575
4576         * src/gtk/quicksearch.c
4577                 fix standard, non-extended Quick search,
4578                 was broken in 2.1.1cvs15.
4579                 Thanks to Colin.
4580
4581 2006-04-20 [colin]      2.1.1cvs16
4582
4583         * src/prefs_matcher.c
4584                 Fix values when reselecting a ~test
4585                 rule
4586
4587 2006-04-19 [colin]      2.1.1cvs15
4588
4589         * src/compose.c
4590         * src/compose.h
4591         * src/gtk/gtkaspell.c
4592         * src/gtk/gtkaspell.h
4593                 Put back Options menu in Spelling/
4594         * src/gtk/quicksearch.c
4595                 Don't search, and show error, if the
4596                 advanced search has a syntax error
4597
4598 2006-04-18 [colin]      2.1.1cvs14
4599
4600         * src/textview.c
4601                 Fix gdk warnings on set_cursor when textview
4602                 isn't visible
4603
4604 2006-04-18 [colin]      2.1.1cvs13
4605
4606         * src/gtk/gtksctree.c
4607                 Remove seemingly useless refresh that causes
4608                 flicker - watch this commit in case of 
4609                 problems before planned backport to stable
4610
4611 2006-04-18 [colin]      2.1.1cvs12
4612
4613         * src/imap.c
4614                 Factorize get/set_xml code
4615         * src/compose.c
4616         * src/prefs_account.c
4617         * src/prefs_account.h
4618         * src/procmsg.c
4619                 Add Encrypt to self option
4620
4621 2006-04-17 [colin]      2.1.1cvs11
4622
4623         * configure.ac
4624                 Fix search on encrpyt function on dragonfly
4625                 Patch by Jonathan Buschmann <jonthn@agmact.com>
4626
4627 2006-04-17 [colin]      2.1.1cvs10
4628
4629         * src/prefs_account.c
4630                 Be safe by default: remove mails from POP3
4631                 after 7 days, not immediately
4632
4633 2006-04-17 [colin]      2.1.1cvs9
4634
4635         * src/etpan/imap-thread.c
4636                 Fix build on DragonFly - patch by 
4637                 Jonathan Buschmann <jonthn@agmact.com>
4638
4639 2006-04-17 [colin]      2.1.1cvs8
4640
4641         * src/imap.c
4642                 Save uidnext between sessions
4643
4644 2006-04-17 [colin]      2.1.1cvs7
4645
4646         * src/imap.c
4647                 scan is required when uid validity changes
4648
4649 2006-04-17 [colin]      2.1.1cvs6
4650
4651         * src/folderview.c
4652                 Don't scan if not necessary, apart in current
4653                 folder and INBOX to fetch flags.
4654         * src/imap.c
4655                 Scan is necessary if unread count changes
4656
4657 2006-04-17 [colin]      2.1.1cvs5
4658
4659         * src/imap.c
4660                 ...But always fetch ANSWERED and DELETED flags for
4661                 INBOX, as filtering can happen on these flags.
4662
4663 2006-04-17 [colin]      2.1.1cvs4
4664
4665         * src/imap.c
4666                 Don't fetch REPLIED and DELETED flags when synchronising
4667                 flags with a closed folder. We only need UNSEEN and FLAGGED
4668                 to update the folderview.
4669
4670 2006-04-17 [colin]      2.1.1cvs3
4671
4672         * src/imap.c
4673                 Faster flag search when there are new mails 
4674                 in a folder. We can do a full search if the 
4675                 folder contains less messages than the new
4676                 list.
4677
4678 2006-04-17 [colin]      2.1.1cvs2
4679
4680         * po/cs.po
4681         * po/de.po
4682         * po/fr.po
4683         * po/nl.po
4684         * po/pt_BR.po
4685                 Update translations from stable branch
4686
4687 2006-04-17 [colin]      2.1.1cvs1
4688
4689         * configure.ac
4690                 Bump version to follow stable release
4691
4692 2006-04-16 [mones]      2.1.0cvs50
4693
4694         * po/es.po
4695                 Updated for release
4696
4697 2006-04-16 [colin]      2.1.0cvs49
4698
4699         * src/textview.c
4700                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
4701                 with gtk < 2.8. Thanks to Fabien Vantard.
4702
4703 2006-04-15 [colin]      2.1.0cvs48
4704
4705         * src/etpan/imap-thread.c
4706                 Fix bug #919 (libetpan: SEGV when connecting 
4707                 using command)
4708
4709 2006-04-14 [colin]      2.1.0cvs47
4710
4711         * src/main.c
4712                 Fix race on --select (should be done better)
4713
4714 2006-04-14 [wwp]        2.1.0cvs46
4715
4716         * src/send_message.c
4717                 enforce a check for domain in account prefs (a sending
4718                 error could be faced if domain was checked but no value set),
4719                 thanks to Colin.
4720
4721 2006-04-14 [colin]      2.1.0cvs45
4722
4723         * src/codeconv.c
4724                 when converting from unknown to unknown, if the
4725                 string is UTF8, don't convert it to the locale
4726                 (which breaks it)
4727
4728 2006-04-14 [colin]      2.1.0cvs44
4729
4730         * src/compose.c
4731                 Don't try to use ASCII for converting headers
4732                 (as done in body)
4733
4734 2006-04-14 [paul]       2.1.0cvs43
4735
4736         * src/crash.c
4737                 add locale/charset info to crash report
4738         * src/gtk/about.c
4739                 add wwp to doc team
4740                 replace 'e-mail' with preferred 'email'
4741         * src/gtk/authors.h
4742                 ensure contributors list is in alphabetical
4743                 order
4744
4745 2006-04-13 [colin]      2.1.0cvs42
4746
4747         * src/textview.c
4748                 Prevent gdk warnings
4749
4750 2006-04-13 [colin]      2.1.0cvs41
4751
4752         * src/common/ssl_certificate.c
4753         * src/common/ssl_certificate.h
4754         * src/gtk/sslcertwindow.c
4755                 Warn on expired certs, and display the expiration date
4756
4757 2006-04-13 [colin]      2.1.0cvs40
4758
4759         * src/plugins/spamassassin/spamassassin_gtk.c
4760                 Fix missing set_text on unix socket
4761
4762 2006-04-13 [wwp]        2.1.0cvs39
4763
4764         * manual/fr/advanced.xml
4765         * manual/fr/glossary.xml
4766                 applied new spam/ham/email lexicon (pourriel, courriel)
4767
4768 2006-04-13 [paul]       2.1.0cvs38
4769
4770         * src/plugins/pgpmime/plugin.c
4771                 remove the mention of S/MIME from the
4772                 description. This is now handled by the
4773                 S/MIME plugin.
4774
4775 2006-04-13 [paul]       2.1.0cvs37
4776
4777         * src/prefs_msg_colors.c
4778                 rework dialog
4779         * src/prefs_folder_item.c
4780         * src/prefs_spelling.c
4781                 add a tooltip to the colour selector buttons
4782
4783 2006-04-13 [wwp]        2.1.0cvs36
4784
4785         * manual/advanced.xml
4786         * manual/glossary.xml
4787         * manual/handling.xml
4788         * manual/keyboard.xml
4789         * manual/plugins.xml
4790         * manual/starting.xml
4791         * manual/fr/account.xml
4792         * manual/fr/ack.xml
4793         * manual/fr/addrbook.xml
4794         * manual/fr/advanced.xml
4795         * manual/fr/faq.xml
4796         * manual/fr/glossary.xml
4797         * manual/fr/gpl.xml
4798         * manual/fr/handling.xml
4799         * manual/fr/intro.xml
4800         * manual/fr/keyboard.xml
4801         * manual/fr/plugins.xml
4802         * manual/fr/starting.xml
4803         * manual/fr/sylpheed-claws-manual.xml
4804                 fixes to the manuals:
4805                  - summaryview -> Message List (same in French)
4806                  - translate key names
4807                  - fix French punctuation, use non-breakable spaces when
4808                    necessary, don't use &thinsp; which is not portable
4809                  - tell what maildir and mbox formats we support
4810
4811 2006-04-12 [wwp]        2.1.0cvs35
4812
4813         * src/prefs_toolbar.c
4814                 unified a replace button more,
4815                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4816
4817 2006-04-12 [wwp]        2.1.0cvs34
4818
4819         * src/prefs_common.c
4820         * src/prefs_msg_colors.c
4821                 make default color labels translatable,
4822                 patch from Fabien Vantard <fzzzzz@gmail.com>,
4823                 thanks to Tim <timbrain@post.cz> for reporting.
4824
4825 2006-04-12 [wwp]        2.1.0cvs33
4826
4827         * manual/glossary.xml
4828         * manual/intro.xml
4829         * manual/plugins.xml
4830         * manual/starting.xml
4831         * manual/sylpheed-claws-manual.xml
4832         * manual/fr/.cvsignore
4833         * manual/fr/account.xml
4834         * manual/fr/ack.xml
4835         * manual/fr/addrbook.xml
4836         * manual/fr/advanced.xml
4837         * manual/fr/faq.xml
4838         * manual/fr/glossary.xml
4839         * manual/fr/handling.xml
4840         * manual/fr/intro.xml
4841         * manual/fr/keyboard.xml
4842         * manual/fr/plugins.xml
4843         * manual/fr/starting.xml
4844         * manual/fr/sylpheed-claws-manual.xml
4845                 various fixes: typos, missing .fr translations, punctuation,
4846                 capitalization, links, accents and some bad French more.
4847
4848 2006-04-12 [wwp]        2.1.0cvs32
4849
4850         * src/prefs_gtk.c
4851                 fix for bug #935: always store prefs files in UTF-8 (thanks
4852                 to Colin).
4853
4854 2006-04-11 [colin]      2.1.0cvs31
4855
4856         * src/compose.c
4857                 Fix inserting files not in utf8 when locale is utf8
4858
4859 2006-04-11 [colin]      2.1.0cvs30
4860
4861         * src/inc.c
4862                 Don't show error dialog when cancelling connection
4863                 Patch by Pawel
4864
4865 2006-04-11 [cleroy]     2.1.0cvs29
4866
4867         * src/compose.c
4868                 Implement multiple quote levels
4869         * src/prefs_common.c
4870                 Change a little bit the quote bgcolor for 2nd level
4871
4872 2006-04-11 [colin]      2.1.0cvs28
4873
4874         * src/gtk/about.c
4875                 Add locale and charset in the label
4876
4877 2006-04-10 [colin]      2.1.0cvs27
4878
4879         * src/compose.c
4880         * src/prefs_common.c
4881         * src/prefs_common.h
4882         * src/prefs_msg_colors.c
4883         * src/textview.c
4884                 Allow optional background color in quotes
4885                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
4886                 GTK+-2.8.x feature
4887
4888 2006-04-10 [colin]      2.1.0cvs26
4889
4890         * src/main.c
4891         * src/mainwindow.c
4892         * src/mainwindow.h
4893                 Implement --select
4894
4895 2006-04-10 [colin]      2.1.0cvs25
4896
4897         * manual/plugins.xml
4898         * manual/fr/plugins.xml
4899                 Document libcurl's proxy variables
4900
4901 2006-04-09 [colin]      2.1.0cvs24
4902
4903         * src/prefs_common.c
4904                 gettext() returns statically allocated stuff. We have
4905                 to strdup it in order to be able to free it.
4906
4907 2006-04-09 [colin]      2.1.0cvs23
4908
4909         * AUTHORS
4910         * src/gtk/authors.h
4911                 Add Alexei
4912
4913 2006-04-09 [colin]      2.1.0cvs22
4914
4915         * src/mainwindow.c
4916         * src/gtk/quicksearch.c
4917                 Fix bug #859 (problems with cyrilic input in 
4918                 search panel) - Patch by Alexey Illarionov 
4919                 <littlesavage@rambler.ru>
4920
4921 2006-04-09 [colin]      2.1.0cvs21
4922
4923         * src/prefs_customheader.c
4924                 I prefer removing then freeing rather than the contrary
4925                 (even if it doesn't change anything ;-)
4926         * src/prefs_account.c
4927                 Fix bug #933 (Crash re-entering the custom headers list 
4928                 dialog in accounts prefs)
4929                 The problem happened when cancelling the Account 
4930                 Preferences' dialogs - in which case we didn't do 
4931                 anything to the PrefsAccount * struct. In case of applying,
4932                 the old ac_prefs was replaced with the tmp_ac_prefs we were
4933                 working with in this dialog. The problem is that 
4934                 prefs_customheader.c, working on this tmp_ac_prefs, always
4935                 changes the ->customhdr_list pointer, even when cancelled. 
4936                 So in case of cancelling the prefs_account dialog, we still
4937                 have to update ->customhdr_list in the real account.
4938
4939 2006-04-08 [colin]      2.1.0cvs20
4940
4941         * manual/fr/glossary.xml
4942         * manual/fr/keyboard.xml
4943                 Forgot some headers :)
4944
4945 2006-04-08 [colin]      2.1.0cvs19
4946
4947         * manual/Makefile.am
4948         * manual/fr/Makefile.am
4949         * manual/fr/account.xml
4950         * manual/fr/ack.xml
4951         * manual/fr/addrbook.xml
4952         * manual/fr/advanced.xml
4953         * manual/fr/faq.xml
4954         * manual/fr/glossary.xml
4955         * manual/fr/gpl.xml
4956         * manual/fr/handling.xml
4957         * manual/fr/intro.xml
4958         * manual/fr/keyboard.xml
4959         * manual/fr/plugins.xml
4960         * manual/fr/starting.xml
4961         * manual/fr/sylpheed-claws-manual.xml
4962         * manual/fr/dist/.cvsignore
4963         * manual/fr/dist/Makefile.am
4964         * manual/fr/dist/html/.cvsignore
4965         * manual/fr/dist/html/Makefile.am
4966         * manual/fr/dist/pdf/.cvsignore
4967         * manual/fr/dist/pdf/Makefile.am
4968         * manual/fr/dist/ps/.cvsignore
4969         * manual/fr/dist/ps/Makefile.am
4970         * manual/fr/dist/txt/.cvsignore
4971         * manual/fr/dist/txt/Makefile.am
4972                 Add the french translation of the manual. Thanks to
4973                 Olivier Delhomme <olivier.delhomme@free.fr> for 
4974                 account.xml, ack.xml, addrbook.xml and advanced.xml
4975
4976 2006-04-08 [colin]      2.1.0cvs18
4977
4978         * manual/plugins.xml
4979         * manual/starting.xml
4980                 More fixes
4981
4982 2006-04-07 [colin]      2.1.0cvs17
4983
4984         * manual/faq.xml
4985         * manual/intro.xml
4986         * manual/keyboard.xml
4987                 Little fixes
4988
4989 2006-04-07 [colin]      2.1.0cvs16
4990
4991         * README
4992         * src/compose.c
4993         * src/prefs_common.c
4994         * src/prefs_common.h
4995                 Add hidden compose_no_markup pref
4996
4997 2006-04-07 [wwp]        2.1.0cvs15
4998
4999         * src/summary_search.c
5000         * .cvsignore
5001                 Bugfix: stop button was sticky when searching in an empty folder.
5002                 Applied curly brackets code style to the whole file (summary_search.c).
5003                 More files to ignore.
5004
5005 2006-04-07 [wwp]        2.1.0cvs14
5006
5007         * src/message_search.c
5008         * src/summary_search.c
5009                 changed default button when search bumps at file/folder
5010                 beginning or end, for convenience (thanks to Colin).
5011
5012 2006-04-07 [paul]       2.1.0cvs13
5013
5014         * src/plugins/dillo_viewer/dillo_prefs.c
5015                 avoid future potential for namespace collision
5016                 Patch by Colin
5017
5018 2006-04-06 [wwp]        2.1.0cvs12
5019
5020         * src/summary_search.c
5021                 Unify extended/advanced searches names (and thus factorize labels),
5022                 patch by Fabien Vantard <fzzzzz@gmail.com>.
5023
5024 2006-04-06 [wwp]        2.1.0cvs11
5025
5026         * src/folderview.c
5027         * src/prefs_themes.c
5028         * src/summaryview.c
5029                 Fixed some compilation warnings.
5030
5031 2006-04-06 [colin]      2.1.0cvs10
5032
5033         * manual/advanced.xml
5034                 Document the wizard template and how to deploy
5035                 Sylpheed-Claws effectively
5036
5037 2006-04-06 [colin]      2.1.0cvs9
5038
5039         * src/folderview.c
5040                 gettext patch to tell translators about _("#"),
5041                 by Maxim Britov
5042
5043 2006-04-06 [colin]      2.1.0cvs8
5044
5045         * src/textview.c
5046                 Fix invalid GtkTextBIter after clicking "Display as text"
5047
5048 2006-04-06 [mones]      2.1.0cvs7
5049
5050         * src/addr_compl.c
5051         * src/addrindex.c
5052         * src/addritem.c
5053         * src/codeconv.c
5054         * src/compose.c
5055         * src/filtering.c
5056         * src/folder.c
5057         * src/folder_item_prefs.c
5058         * src/folderview.c
5059         * src/localfolder.c
5060         * src/matcher.c
5061         * src/mimeview.c
5062         * src/prefs_msg_colors.c
5063         * src/prefs_spelling.c
5064         * src/prefs_themes.c
5065         * src/procmime.c
5066         * src/procmsg.c
5067         * src/stock_pixmap.c
5068         * src/summaryview.c
5069         * src/textview.c
5070         * src/toolbar.c
5071         * src/common/mgutils.c
5072         * src/common/prefs.c
5073         * src/common/ssl_certificate.c
5074         * src/gtk/colorlabel.c
5075         * src/gtk/quicksearch.c
5076         * src/plugins/pgpmime/pgpmime.c
5077         * src/plugins/spamassassin/spamassassin.c
5078                 Removed redundant NULL checks for g_free() calls.
5079                 Patch by Pawel Pekala.
5080
5081 2006-04-06 [mones]      2.1.0cvs6
5082
5083         * src/prefs_actions.c
5084         * src/prefs_filtering.c
5085         * src/prefs_filtering_action.c
5086         * src/prefs_matcher.c
5087         * src/prefs_template.c
5088         * src/gtk/gtkutils.c
5089         * src/gtk/gtkutils.h
5090                 Have a nice replace button. Patch by Pawel Pekala
5091
5092 2006-04-06 [colin]      2.1.0cvs5
5093
5094         * src/addressbook.c
5095                 Fix crash with empty columns
5096
5097 2006-04-05 [colin]      2.1.0cvs4
5098
5099         * src/wizard.c
5100         * src/prefs_gtk.c
5101                 Allow wizard customization with pre-filled values
5102
5103 2006-04-05 [colin]      2.1.0cvs3
5104
5105         * src/textview.c
5106         * src/mimeview.c
5107         * src/mimeview.h
5108                 Nicer messages in mimeview
5109
5110 2006-04-05 [colin]      2.1.0cvs2
5111
5112         * src/addressbook.c
5113         * src/prefs_summaries.c
5114                 i18n fix
5115
5116 2006-04-05 [colin]      2.1.0cvs1
5117
5118         * src/plugins/pgpcore/plugin.c
5119         * src/plugins/pgpcore/select-keys.c
5120         * src/plugins/pgpcore/select-keys.h
5121         * src/plugins/pgpcore/sgpgme.c
5122         * src/plugins/pgpcore/sgpgme.h
5123         * src/plugins/pgpinline/pgpinline.c
5124         * src/plugins/pgpinline/plugin.c
5125         * src/plugins/pgpmime/pgpmime.c
5126         * src/plugins/pgpmime/plugin.c
5127                 Factorize and generalize a bit 
5128                 Drop S/MIME signature verification from PGP/MIME
5129                 (adding it as another, more complete plugin)
5130
5131 2006-04-05 [paul]       2.1.0
5132
5133         2.1.0 released
5134
5135 2006-04-05 [paul]       2.0.0cvs186
5136
5137         * manual/advanced.xml
5138                 add info on colour labels
5139
5140 2006-04-05 [paul]       2.0.0cvs185
5141
5142         * po/bg.po
5143         * po/cs.po
5144         * po/de.po
5145         * po/el.po
5146         * po/en_GB.po
5147         * po/fi.po
5148         * po/fr.po
5149         * po/it.po
5150         * po/nl.po
5151         * po/pl.po
5152         * po/pt_BR.po
5153         * po/sr.po
5154         * po/zh_CN.po
5155                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
5156                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
5157                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
5158                 Guimaraes, Aleksandar Urosevic, Ralgh Young
5159         * src/gtk/authors.h
5160         * tools/claws.i18n.status.pl
5161                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
5162                 and new Czech translator, Tim <timbrain@post.cz>
5163
5164 2006-04-05 [mones]      2.0.0cvs184
5165
5166         * po/es.po
5167                 Updated translation
5168
5169 2006-04-05 [colin]      2.0.0cvs183
5170
5171         * src/gtk/quicksearch.c
5172                 Fix bug #929 (unnecessary reload in quick search bar)
5173
5174 2006-04-05 [colin]      2.0.0cvs182
5175
5176         * src/compose.c
5177                 Fix crash on Reply with no From:
5178                 Show signature and conversion error on queuing 
5179                 (but not sending)
5180         * src/mainwindow.c
5181         * src/summaryview.c
5182         * src/summaryview.h
5183                 Factorize threading code and make sure msginfo 
5184                 is not null when it comes from a GtkCTreeRow's 
5185                 data
5186         * src/gtk/gtkaspell.c
5187                 Check for necessary things
5188         * src/gtk/gtksctree.c
5189         * src/gtk/gtksctree.h
5190                 Reset anchor if necessary when removing node
5191
5192 2006-03-29 [colin]      2.0.0cvs181
5193
5194         * src/folderview.c
5195                 Warn for disabled IMAP accounts (due to lack of
5196                 libetpan). Breaks string-freeze - sorry - but it
5197                 is kind of important ;)
5198
5199 2006-03-28 [colin]      2.0.0cvs180
5200
5201         * src/gtk/gtkutils.c
5202         * src/gtk/gtkutils.h
5203                 Add a gtkut_get_link_btn() function that
5204                 creates a button which acts like an URI
5205         * src/prefs_themes.c
5206         * src/gtk/about.c
5207                 Use this function (factorizes codes)
5208         * src/common/defs.h
5209         * src/gtk/pluginwindow.c
5210                 Add a "Get more..." in the plugins window
5211
5212 2006-03-28 [colin]      2.0.0cvs179
5213
5214         * src/common/smtp.c
5215         * src/common/passcrypt.c
5216         * src/undo.c
5217                 Warning fixes. Patch by Pawel Pekala
5218
5219 2006-03-27 [colin]      2.0.0cvs178
5220
5221         * src/undo.c
5222                 Fix undoing by blocks with spaces
5223
5224 2006-03-27 [colin]      2.0.0cvs177
5225
5226         * src/textview.c
5227                 Set margin to 3px for headers
5228
5229 2006-03-27 [paul]
5230
5231         2.1.0-rc2 released
5232
5233 2006-03-27 [wwp]        2.0.0cvs176
5234
5235         * src/summaryview.c
5236                 don't reset quicksearch when updating the message list.
5237                 Thanks to Colin.
5238
5239 2006-03-26 [wwp]        2.0.0cvs175
5240
5241         * src/compose.c
5242                 use a unified border width ('other' tab in the compose window,
5243                 patch by Pawel Pekala).
5244
5245
5246 2006-03-26 [wwp]        2.0.0cvs174
5247
5248         * src/common/quoted-printable.c
5249         * src/addressbook.c
5250                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
5251
5252 2006-03-26 [colin]      2.0.0cvs173
5253
5254         * src/quote_fmt_parse.y
5255                 Fix non-UTF8 date formats messing up the whole quote a 
5256                 little bit
5257
5258 2006-03-26 [colin]      2.0.0cvs172
5259
5260         * src/procheader.c
5261                 Make sure the date is UTF8 valid, or try to make it
5262                 so. IncrediMail is really IncrediStupid.
5263         * src/compose.c
5264                 Fix possible conversions. 
5265                 
5266
5267 2006-03-26 [colin]      2.0.0cvs171
5268
5269         * src/matcher.c
5270                 Fix corner cases in body search. This is still a
5271                 hack... It seems impossible to make it good and 
5272                 reasonably fast at the same time.
5273
5274 2006-03-26 [colin]      2.0.0cvs170
5275
5276         * src/summaryview.c
5277                 I think I killed the twilight zone bug!
5278                 summary_select_node() flushes GTK events in order
5279                 to be able to center the view. But this also 
5280                 flushes keypresses like Ctrl-Alt-U, so this can
5281                 call summary_show from summary_select_node (itself
5282                 called from summary_show, etc.). And the summaryview
5283                 has to be unlocked in this function. So just locking
5284                 while processing GTK events, and bailing if locked, 
5285                 should fix it.
5286                 Fixes bug #927 (SIGSEGV during Update Summary)
5287
5288 2006-03-25 [colin]      2.0.0cvs169
5289
5290         * src/matcher.c
5291                 Fix search in QP-encoded bodies
5292                 Fix utf-8 searches in bodies encoded in the
5293                 locale's encoding
5294         * src/common/quoted-printable.c
5295         * src/common/quoted-printable.h
5296                 Add a decode function that doesn't overwrite
5297                 the original pointer
5298                 
5299
5300 2006-03-24 [colin]      2.0.0cvs168
5301
5302         * src/action.c
5303         * src/summaryview.c
5304         * src/summaryview.h
5305                 Update message cache after action
5306                 Patch by H. Merijn Brand
5307         * src/prefs_msg_colors.c
5308                 Factorize label 
5309                 Patch by Fabien Vantard
5310         * src/plugins/spamassassin/spamassassin_gtk.c
5311                 Remove useless translation
5312                 Patch by Fabien Vantard
5313
5314 2006-03-23 [colin]      2.0.0cvs167
5315
5316         * src/common/ssl.c
5317                 Let 30 seconds to SSL_connect
5318
5319 2006-03-23 [wwp]        2.0.0cvs166
5320
5321         * src/summaryview.c
5322         * src/gtk/description_window.c
5323                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
5324                 and headers are translated; adjust description windows' width to fit their
5325                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
5326
5327 2006-03-23 [paul]       2.0.0cvs165
5328
5329         * src/common/utils.c
5330                 fix highlighting of URIs containing "()"
5331                 (2.0.0cvs164's reversal fixed)
5332                 Thanks to Colin.
5333
5334 2006-03-23 [paul]       2.0.0cvs164
5335
5336         * src/common/utils.c
5337                 revert patch, (postponing a fix), at 2.0.0cvs120
5338                 as it breaks more URIs than it fixes.
5339                 Allow '-' to be a terminating character in a URI
5340
5341 2006-03-22 [colin]      2.0.0cvs163
5342
5343         * configure.ac
5344                 Require libetpan 0.45
5345                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
5346
5347 2006-03-22 [paul]       2.0.0cvs162
5348
5349         * src/editgroup.c
5350                 replace '<-' and '->' buttons with GTK_STOCK graphical
5351                 buttons
5352         * src/summary_search.c
5353                 don't offer '...' for translation
5354                 add a tooltip to advanced search '...' button
5355         * src/gtk/quicksearch.c
5356                 don't offer '...' for translation
5357
5358 2006-03-21 [colin]      2.0.0cvs161
5359
5360         * src/compose.c
5361                 Fix middle-click pasting (insert at click
5362                 position instead of cursor position, don't
5363                 remove existing selection and allow pasting
5364                 our own selection)
5365         * src/addressbook.c
5366                 "LDAP Server" -> "LDAP servers"
5367
5368 2006-03-21 [wwp]        2.0.0cvs160
5369
5370         * src/etpan/imap-thread.c
5371                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
5372
5373 2006-03-20 [colin]      2.0.0cvs159
5374
5375         * src/summaryview.c
5376                 Don't reload summaryview after an execute with no
5377                 move action
5378
5379 2006-03-19 [colin]      2.0.0cvs158
5380
5381         * src/addressbook.c
5382                 and put groups at the top, always
5383
5384 2006-03-19 [colin]      2.0.0cvs157
5385
5386         * src/addressbook.c
5387                 Order groups before names, as previously
5388
5389 2006-03-19 [colin]      2.0.0cvs156
5390
5391         * src/addressbook.c
5392                 - Sort case-unsensitive
5393                 - Put the sort arrow at opening too
5394
5395 2006-03-19 [wwp]        2.0.0cvs155
5396
5397         * src/addressbook.c
5398                 allow sorting by name/email/remarks, ensure that right-pane's contents
5399                 matches the left-pane selection (cleared when appropriate).
5400                 Patch by Pawel Pekala <c0rn@o2.pl>.
5401
5402 2006-03-18 [colin]      2.0.0cvs154
5403
5404         * src/textview.c
5405                 Fix text cursor ;)
5406
5407 2006-03-18 [colin]      2.0.0cvs153
5408
5409         * src/gtk/filesel.c
5410                 Make sure we hide the preview if we didn't get
5411                 a filename
5412
5413 2006-03-18 [colin]      2.0.0cvs152
5414
5415         * src/summaryview.c
5416                 Set cursor to watch for execution (fixes lack
5417                 of watch-cursor when dnd'ing hundreds of mails)
5418         * src/gtk/filesel.c
5419                 Check that mime type is 'image/*' before updating
5420                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
5421
5422 2006-03-18 [colin]      2.0.0cvs151
5423
5424         * src/mainwindow.c
5425         * src/textview.c
5426         * src/textview.h
5427                 Put a watch cursor in textview too when the mainwindow's
5428                 cursor in a watch
5429
5430 2006-03-18 [colin]      2.0.0cvs150
5431
5432         * src/folder.c
5433                 Change wrong asserts to simple tests
5434
5435 2006-03-17 [colin]      2.0.0cvs149
5436
5437         * src/mainwindow.c
5438         * src/mainwindow.h
5439         * src/prefs_msg_colors.c
5440         * src/summaryview.c
5441         * src/summaryview.h
5442         * src/gtk/colorlabel.c
5443         * src/gtk/colorlabel.h
5444                 Add a color label menu in the main menubar
5445                 Add (fixed) accels Ctrl-{0-7} to change the color
5446                 They have to be fixed because the menu's dynamic,
5447                 the items are complex widgets, hence we can't use
5448                 a GtkItemFactory.
5449
5450
5451 2006-03-17 [wwp]        2.0.0cvs148
5452
5453         * src/compose.c
5454                 rollback few lines from my previous commit (those lines come from
5455                 a pending patch, accidentally commited, even if neutral as they are
5456                 commented out).
5457
5458 2006-03-17 [wwp]        2.0.0cvs147
5459
5460         * src/compose.c
5461                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
5462                 applied code style/indentation to the modified function.
5463
5464 2006-03-17 [wwp]        2.0.0cvs146
5465
5466         * src/procmsg.c
5467         * src/compose.c
5468                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
5469
5470 2006-03-17 [paul]
5471
5472         2.1.0-rc1 released
5473
5474 2006-03-17 [paul]       2.0.0cvs145
5475
5476         * src/main.c
5477                 addressbook_read_file() was called twice
5478         * src/textview.c
5479                 X-Mailer highlighting
5480
5481 2006-03-16 [colin]      2.0.0cvs144
5482
5483         * src/sourcewindow.c
5484         * src/sourcewindow.h
5485                 And the last one, in source window.
5486
5487 2006-03-16 [colin]      2.0.0cvs143
5488
5489         * src/compose.c
5490         * src/compose.h
5491                 Fix the same stuff in compose
5492
5493 2006-03-16 [colin]      2.0.0cvs142
5494
5495         * src/messageview.c
5496                 Complete the previous messageview crash fix
5497
5498 2006-03-16 [colin]      2.0.0cvs141
5499
5500         * src/procmsg.h
5501         * src/procmsg.c
5502         * src/folder.c
5503                 Fix POSTPROCESSING hook
5504                 Patch by H. Merijn Brand
5505
5506         * src/procmime.c
5507         * src/procmime.h
5508                 Parse Content-Location
5509
5510         * src/toolbar.c
5511         * src/messageview.c
5512         * src/messageview.h
5513                 Don't crash when a top-level MessageView has
5514                 been closed on us. Same problematic than
5515                 yesterday's quicksearch issue.
5516
5517 2006-03-15 [colin]      2.0.0cvs140
5518
5519         * src/gtk/quicksearch.c
5520                 Fix a bitchy race we didn't think about when we
5521                 added quicksearch cancellation:
5522                 If the search is not on cached fields, for example
5523                 body_part matchcase "stuff"
5524                 the matcher code has to get the whole message. If
5525                 we're on IMAP, that can be slow, and in order to
5526                 be non-blocking, the IMAP code idle loop processes
5527                 gtk events too. So it is possible to cancel a
5528                 quicksearch while the matcher is getting the mail's
5529                 body. After matcher got its body, it will start to
5530                 iterate over the matcher list that the Quicksearch's
5531                 clear_search_cb() just freed via prepare_matcher().
5532                 SIGSEGV ensues.
5533                 The fix consists of guarding the matcherlist_match()
5534                 call with a boolean 'matching'. If we reset the
5535                 quicksearch while matching is TRUE, we don't free
5536                 the matcherlist anymore like we did, but we set
5537                 another new flag, deferred_free, to TRUE. Then,
5538                 in quicksearch_match(), just after returning from
5539                 matcherlist_match() and unsetting the matching flag,
5540                 we check the deferred_free flag and do the
5541                 prepare_matcher() (which does the matcherlist_free)
5542                 for real, so we free the matcherlist once it's not
5543                 used anymore.
5544                 As all of this runs via the glib main loop, we
5545                 luckily don't need a mutex.
5546         * src/summaryview.c
5547                 Also, show progress while searching.
5548
5549
5550 2006-03-14 [colin]      2.0.0cvs139
5551
5552         * src/alertpanel.c
5553                 Make alertpanel_is_open non-static
5554
5555 2006-03-14 [colin]      2.0.0cvs138
5556
5557         * src/prefs_spelling.c
5558                 Cleanups - Fabien Vantard
5559
5560 2006-03-14 [wwp]        2.0.0cvs137
5561
5562         * src/main.c
5563                 code style normalization (curly braces, indentation).
5564
5565 2006-03-14 [wwp]        2.0.0cvs137
5566
5567         * src/main.c
5568                 code style (braces, indentation)
5569
5570 2006-03-12 [paul]       2.0.0cvs136
5571
5572         * src/prefs_common.c
5573                 trans_hdr defaults to FALSE to be RFC-savvy
5574         * src/prefs_summaries.c
5575                 add a tooltip to the trans_hdr option
5576                 
5577
5578 2006-03-12 [paul]       2.0.0cvs135
5579
5580         * src/prefs_matcher.c
5581                 give a little more width to the combos
5582         * src/prefs_display_header.c
5583         * src/textview.c
5584                 translate headers if prefs_common.trans_hdr
5585                 is TRUE
5586
5587         Patches by Pawel Pekala
5588
5589 2006-03-12 [paul]       2.0.0cvs134
5590
5591         * src/plugins/clamav/clamav_plugin.c
5592         * src/plugins/dillo_viewer/dillo_viewer.c
5593         * src/plugins/pgpcore/plugin.c
5594         * src/plugins/pgpinline/plugin.c
5595         * src/plugins/pgpmime/plugin.c
5596         * src/plugins/spamassassin/spamassassin.c
5597                 update/add to descriptions
5598         * src/plugins/spamassassin/spamassassin_gtk.c
5599                 fixes to the english, remove superfluous
5600                 tooltips, clean up a little
5601
5602 2006-03-12 [paul]       2.0.0cvs133
5603
5604         * src/compose.c
5605                 fix Bug 924, 'Account combo box shows up wrong 
5606                 if & is in account name'
5607
5608 2006-03-11 [colin]      2.0.0cvs132
5609
5610         * src/summaryview.c
5611                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
5612                 messed up shift-selection because is slows down
5613                 moving around summaryview. thanks -users
5614
5615 2006-03-10 [colin]      2.0.0cvs131
5616
5617         * src/plugins/spamassassin/spamassassin_gtk.c
5618                 Put back Paul's engrish fixes
5619
5620 2006-03-10 [colin]      2.0.0cvs130
5621
5622         * src/plugins/spamassassin/spamassassin.c
5623         * src/plugins/spamassassin/spamassassin.h
5624         * src/plugins/spamassassin/spamassassin_gtk.c
5625                 Cleanup SA prefs page (more)
5626                 Patch by Fabien Vantard
5627
5628 2006-03-10 [paul]       2.0.0cvs129
5629
5630         * src/prefs_msg_colors.c
5631         * src/prefs_spelling.c
5632                 widget sensitivity
5633
5634 2006-03-09 [mones]      2.0.0cvs128
5635
5636         * po/es.po
5637                 Update for next RC
5638
5639 2006-03-09 [wwp]        2.0.0cvs127
5640
5641         * configure.ac
5642                 revert accidental commit (requirement for libetpan 0.43), this time
5643                 not in HEAD.
5644
5645 2006-03-09 [wwp]        2.0.0cvs125
5646
5647         * configure.ac
5648                 revert accidental commit (requirement for libetpan 0.43)
5649
5650 2006-03-09 [paul]       2.0.0cvs126
5651
5652         * src/prefs_receive.c
5653                 remove useless frame
5654                 replace 'incorporation' with 'receiving'
5655         * src/plugins/clamav/clamav_plugin_gtk.c
5656         * src/plugins/spamassassin/spamassassin_gtk.c
5657                 improve widget sensitivity
5658                 fix a bit his engrish
5659
5660 2006-03-09 [wwp]        2.0.0cvs125
5661
5662         * src/addressadd.c
5663         * src/foldersel.c
5664         * src/prefs_common.c
5665         * src/prefs_common.h
5666                 remember some more windows' sizes (add to addressbook and
5667                 select folder).
5668
5669 2006-03-09 [paul]       2.0.0cvs124
5670
5671         * src/plugins/pgpcore/prefs_gpg.c
5672                 normalise construction of dialogue
5673
5674 2006-03-09 [paul]       2.0.0cvs123
5675
5676         * src/plugins/trayicon/Makefile.am
5677                 add missing slash
5678
5679 2006-03-08 [colin]      2.0.0cvs122
5680
5681         * src/plugins/trayicon/Makefile.am
5682                 Fix build in separate dir 
5683                 Patch by Bamanzi <bamanzi@gmail.com>
5684
5685 2006-03-08 [colin]      2.0.0cvs121
5686
5687         * src/procmsg.c
5688                 Batch move and copies from summaryview with delayed execution
5689                 too
5690
5691 2006-03-07 [paul]       2.0.0cvs120
5692
5693         * src/common/utils.c
5694                 fix highlighting of URIs containing "()"
5695                 Patch by Pawel Pekala
5696
5697 2006-03-07 [paul]       2.0.0cvs119
5698
5699         * src/folder.c
5700         * src/folder.h
5701         * src/folderview.c
5702                 immediately do alphabetical resort when
5703                 changing a folder's name
5704                 Patch by Pawel Pekala
5705
5706 2006-03-07 [paul]       2.0.0cvs118
5707
5708         * src/news.c
5709         * src/news_gtk.c
5710                 when unsubscribing a newsgroup, remove the
5711                 folder and msgs in .sylpheed-claws/newscache
5712                 Patch by Pawel Pekala <c0rn@gazeta.pl>
5713
5714 2006-03-07 [paul]       2.0.0cvs117
5715
5716         * src/textview.c
5717                 fix wrong Fake URL Warning
5718                 Thanks to Hiro
5719
5720 2006-03-07 [colin]      2.0.0cvs116
5721
5722         * src/imap.c
5723                 Return immediately when password dialog was
5724                 cancelled
5725         * src/gtk/inputdialog.c
5726                 Allow empty strings for passwords
5727
5728
5729 2006-03-06 [colin]      2.0.0cvs115
5730
5731         * src/imap.c
5732                 Prevent double-timeouts when connection fails
5733
5734 2006-03-06 [colin]
5735
5736         2.0.1-rc1 released
5737
5738 2006-03-06 [colin]      2.0.0cvs114
5739
5740         * src/imap.c
5741                 Refresh session during potentially long
5742                 operations
5743
5744 2006-03-06 [wwp]        2.0.0cvs113
5745
5746         * src/prefs_msg_colors.h
5747                 forgot that one (custom color labels).
5748
5749 2006-03-06 [wwp]        2.0.0cvs112
5750
5751         * src/prefs_common.c
5752         * src/prefs_common.h
5753         * src/prefs_msg_colors.c
5754         * src/summaryview.c
5755         * src/summaryview.h
5756         * src/gtk/colorlabel.c
5757         * src/gtk/colorlabel.h
5758                 colors in messages list are now customizable. Color values and names can
5759                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
5760                 Thanks to Paul and Colin for their help with this longstanding patch!
5761
5762 2006-03-06 [wwp]        2.0.0cvs111
5763
5764         * src/textview.c
5765                 don't crash if (x)face is bad.
5766
5767 2006-03-05 [paul]       2.0.0cvs110
5768
5769         * AUTHORS
5770         * configure.ac
5771         * src/Makefile.am
5772         * src/common/Makefile.am
5773         * src/common/utils.h
5774         * src/etpan/imap-thread.c
5775         * src/gtk/authors.h
5776         * src/plugins/clamav/Makefile.am
5777         * src/plugins/demo/Makefile.am
5778         * src/plugins/dillo_viewer/Makefile.am
5779         * src/plugins/pgpcore/Makefile.am
5780         * src/plugins/pgpcore/passphrase.c
5781         * src/plugins/pgpinline/Makefile.am
5782         * src/plugins/pgpmime/Makefile.am
5783         * src/plugins/spamassassin/Makefile.am
5784         * src/plugins/trayicon/Makefile.am
5785                 fix builiding on cygwin
5786                 Patch by Ralgh Young <bamanzi@gmail.com>
5787
5788 2006-03-04 [wwp]        2.0.0cvs109
5789
5790         * manual/keyboard.xml
5791                 fix mixed up/down keys.
5792
5793 2006-03-04 [wwp]        2.0.0cvs108
5794
5795         * README
5796         * INSTALL
5797                 updated links to SpamAssassin.
5798
5799 2006-03-04 [wwp]        2.0.0cvs107
5800
5801         * manual/plugins.xml
5802         * src/plugins/spamassassin/README
5803                 updated SpamAssassin plugin docs to reflect new functional additions
5804                 (also fix/update/documents few technical stuff more, see the README).
5805
5806 2006-03-04 [wwp]        2.0.0cvs106
5807
5808         * src/prefs_message.c
5809                 normalized capitalization of message-prefs paths.
5810
5811 2006-03-04 [wwp]        2.0.0cvs105
5812
5813         * manual/advanced.xml
5814                 typo.
5815
5816 2006-03-03 [colin]      2.0.0cvs104
5817
5818         * src/plugins/clamav/clamav_plugin_gtk.c
5819                 Rework prefs page, patch by Fabien 
5820
5821 2006-03-03 [colin]      2.0.0cvs103
5822
5823         * src/plugins/clamav/clamav_plugin.c
5824                 Set error on all errors
5825
5826 2006-03-03 [colin]      2.0.0cvs102
5827
5828         * src/common/plugin.c
5829                 Initialize error to avoid crashing when a plugin fails
5830                 without setting error
5831
5832 2006-03-02 [wwp]        2.0.0cvs101
5833
5834         * configure.ac
5835                 fixed linker flags for libetpan support on Cygwin
5836                 (thanks to H.Merijn Brand).
5837
5838 2006-03-02 [wwp]        2.0.0cvs100
5839
5840         * src/addressbook.c
5841                 fix some AB error messages: one for punctuation and
5842                 one wrongly duplicate (thanks, maxbritov).
5843
5844 2006-03-02 [wwp]        2.0.0cvs99
5845
5846         * src/plugins/spamassassin/spamassassin.c
5847                 make sync calls to sa-learn/spamc to prevent
5848                 system (whatever local or client/server) overload.
5849
5850 2006-03-02 [colin]      2.0.0cvs98
5851
5852         * src/summaryview.c
5853                 Put the spam icon in the status column instead of the
5854                 mark one
5855
5856 2006-03-01 [colin]      2.0.0cvs97
5857
5858         * src/plugins/spamassassin/spamassassin.c
5859                 Fix segfault (g_file_set_contents fails for some 
5860                 reason and err==0x2f. Can't find out why with
5861                 valgrind, using working function :-)
5862
5863 2006-03-01 [colin]      2.0.0cvs96
5864
5865         * src/inc.c
5866                 Offline overriding: let 'No' be cached only 3 seconds
5867
5868 2006-03-01 [colin]      2.0.0cvs95
5869
5870         * src/addr_compl.c
5871         * src/addrbook.c
5872         * src/addressbook.c
5873         * src/addrindex.c
5874         * src/folder_item_prefs.c
5875         * src/headerview.c
5876         * src/imap.c
5877         * src/inc.c
5878         * src/ldif.c
5879         * src/mainwindow.c
5880         * src/mh.c
5881         * src/msgcache.c
5882         * src/prefs_common.h
5883         * src/prefs_msg_colors.c
5884         * src/procheader.c
5885         * src/procheader.h
5886         * src/procmime.c
5887         * src/procmsg.c
5888         * src/procmsg.h
5889         * src/send_message.h
5890         * src/simple-gettext.c
5891         * src/summaryview.c
5892         * src/summaryview.h
5893         * src/syldap.c
5894         * src/textview.c
5895         * src/undo.c
5896         * src/common/ssl_certificate.c
5897         * src/common/utils.c
5898         * src/gtk/colorsel.c
5899         * src/gtk/gtksctree.c
5900         * src/gtk/gtkshruler.c
5901         * src/plugins/trayicon/trayicon.c
5902                 #if 0 goes to /dev/null
5903
5904 2006-03-01 [colin]      2.0.0cvs94
5905
5906         * src/compose.c
5907         * src/imap.c
5908         * src/inc.c
5909         * src/inc.h
5910         * src/messageview.c
5911         * src/news.c
5912         * src/plugins/spamassassin/spamassassin.c
5913                 Allow to add information in the "working offline"
5914                 window
5915
5916 2006-03-01 [wwp]        2.0.0cvs93
5917
5918         * src/plugins/spamassassin/spamassassin.c
5919                 fixed spamc invocation: use a tricky temporary mini shell wrapper
5920                 'cause it seems that calling `spamc ... < inputfile` with
5921                 g_spawn_(a)sync simply.. erm doesn't work :-).
5922
5923 2006-03-01 [wwp]        2.0.0cvs92
5924
5925         * src/toolbar.c
5926         * src/toolbar.h
5927                 simplify the adding of spam/ham button to the messageview toolbar
5928                 (it gets more clear now that the same button will be "Mark as spam"
5929                 or "Mark as ham" according to the current message status,
5930                 thanks to Colin).
5931
5932 2006-03-01 [wwp]        2.0.0cvs91
5933
5934         * src/messageview.c
5935         * src/procmsg.c
5936         * src/procmsg.h
5937         * src/summaryview.c
5938         * src/plugins/spamassassin/spamassassin.c
5939         * src/plugins/spamassassin/spamassassin.h
5940                 make learner callbacks return a status (0 for ok),
5941                 handle it in main code to avoid setting flags when learning failed,
5942                 don't learn on TCP if offline in spamassassin,
5943                 thanks to Colin.
5944
5945                 
5946
5947 2006-03-01 [wwp]        2.0.0cvs90
5948
5949         * src/compose.c
5950                 some work around the compose window's account menu,
5951                 patch by Fabien Vantard.
5952
5953 2006-03-01 [wwp]        2.0.0cvs89
5954
5955         * src/plugins/spamassassin/spamassassin.c
5956                 fixed bad logics, was using spamc in local mode and sa-learn
5957                 in remote mode (thanks, Colin).
5958
5959 2006-03-01 [wwp]        2.0.0cvs88
5960
5961         * src/plugins/spamassassin/spamassassin.c
5962         * src/plugins/spamassassin/spamassassin.h
5963         * src/plugins/spamassassin/spamassassin_gtk.c
5964                 made processing of emails w/ sa-plugin an option (default is TRUE),
5965                 fixed Engrish some tooltips, capitalization of some debug messages
5966                 and warnings. The spamassassin plugin now provides two separate
5967                 services: process emails upon incorporation and spamd training.
5968                 Both services (un)register independently but use some common
5969                 plugin settings (transport settings, spam storage location).
5970
5971 2006-02-28 [wwp]        2.0.0cvs87
5972
5973         * src/plugins/spamassassin/spamassassin.c
5974                 fix async flag to spamc cmdline execution (batch exec should
5975                 be asynchronous).
5976
5977 2006-02-27 [wwp]        2.0.0cvs86
5978
5979         * src/plugins/spamassassin/spamassassin.c
5980         * src/plugins/spamassassin/spamassassin.h
5981         * src/plugins/spamassassin/spamassassin_gtk.c
5982                 - added the ability to learn a remote spamassassin server (spamd),
5983                 using spamc.
5984                 - added the spamassassin option 'username', that applies to all
5985                 spamassassin operations (filtering, learning, local or remote).
5986                 The default username is the current unix user (if left blank
5987                 from gtk prefs or config file).
5988                 - commented out some unused code (notebook widget), removed unused
5989                 layout (hbox1).
5990                 - make more widgets sensitive to the transport type.
5991
5992 2006-02-27 [colin]      2.0.0cvs85
5993
5994         * src/plugins/spamassassin/spamassassin.c
5995                 Fix sa-learn call when offline
5996
5997 2006-02-27 [colin]      2.0.0cvs84
5998
5999         * configure.ac
6000         * src/Makefile.am
6001         * src/mainwindow.c
6002         * src/mainwindow.h
6003         * src/messageview.c
6004         * src/messageview.h
6005         * src/prefs_toolbar.c
6006         * src/procmsg.c
6007         * src/stock_pixmap.c
6008         * src/stock_pixmap.h
6009         * src/summaryview.c
6010         * src/toolbar.c
6011         * src/toolbar.h
6012         * src/pixmaps/ham_btn.xpm
6013         * src/pixmaps/spam.xpm
6014         * src/pixmaps/spam_btn.xpm
6015         * src/plugins/spamassassin/spamassassin.c
6016                 Add button in toolbar for spam learning
6017                 Fix a few bugs from the last related commit
6018                 Revert 1.9.6cvs23 which messed up shift-selection
6019
6020 2006-02-24 [colin]      2.0.0cvs83
6021
6022         * src/procmsg.c
6023         * src/summaryview.c
6024         * src/summaryview.h
6025         * src/plugins/spamassassin/spamassassin.c
6026         * src/plugins/spamassassin/spamassassin.h
6027         * src/plugins/spamassassin/spamassassin_gtk.c
6028                 Unregister learner when spamassassin is either
6029                 disabled or over tcp
6030
6031 2006-02-24 [colin]      2.0.0cvs82
6032
6033         * src/Makefile.am
6034         * src/mainwindow.c
6035         * src/mainwindow.h
6036         * src/procmsg.c
6037         * src/procmsg.h
6038         * src/stock_pixmap.c
6039         * src/stock_pixmap.h
6040         * src/summaryview.c
6041         * src/summaryview.h
6042         * src/gtk/icon_legend.c
6043         * src/pixmaps/spam.xpm  ** NEW FILE **
6044         * src/plugins/spamassassin/spamassassin.c
6045         * src/plugins/spamassassin/spamassassin_gtk.c
6046                 Add spam learning interface (Mark/Mark as 
6047                 (spam|ham) menus)
6048
6049 2006-02-24 [wwp]        2.0.0cvs81
6050
6051         * src/compose.c
6052         * src/compose.h
6053         * src/filtering.c
6054                 hide compose window when sending message in batch mode
6055                 (filtering: forward and redirect). Also fixed a wrong
6056                 value returned when sending failed, neutral anyway.
6057                 (Colin, me) 
6058
6059 2006-02-24 [wwp]        2.0.0cvs80
6060
6061         * src/mainwindow.c
6062                 use GTK+'s stock quit button. Patch by Fabien Vantard.
6063
6064 2006-02-24 [paul]       2.0.0cvs79
6065
6066         * src/news.c
6067         * src/news.h
6068         * src/news_gtk.c
6069                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
6070                 Thanks to Colin
6071
6072 2006-02-23 [colin]      2.0.0cvs78
6073
6074         * src/alertpanel.c
6075                 Change OK to Close in alertpanel with View log
6076                 button; add accel to View log. Patch by Fabien
6077                 Vantard
6078
6079 2006-02-23 [wwp]        2.0.0cvs77
6080
6081         * src/compose.c
6082                 silly me, there were much more tests to perform, since toolbars can
6083                 really have down to 1 element only.
6084
6085 2006-02-23 [wwp]        2.0.0cvs76
6086
6087         * commitHelper
6088                 fixed indentation from my previous commit. Fallback to VISUAL if
6089                 EDITOR is not set (and to vi, at last resort).
6090
6091 2006-02-23 [wwp]        2.0.0cvs75
6092
6093         * commitHelper
6094                 improved error detection (Colin, me).
6095
6096 2006-02-23 [wwp]        2.0.0cvs74
6097
6098         * src/prefs_toolbar.c
6099                 simplify and fix prefs/toolbars layouting. Combos' contents can
6100                 now be really displayed.
6101
6102 2006-02-23 [wwp]        2.0.0cvs73
6103         simplifies and fix prefs/toolbars layouting. Combos' contents can now
6104         be really displayed.
6105
6106 2006-02-22 [wwp]        2.0.0cvs72
6107
6108         * src/compose.c
6109                 fix a typo in my previous commit (sorry!).
6110
6111 2006-02-22 [wwp]        2.0.0cvs71
6112
6113         * src/prefs_toolbar.c
6114                 fix a crash when adding separators to toolbars,
6115                 also fix some separator item information.
6116
6117 2006-02-22 [wwp]        2.0.0cvs70
6118
6119         * src/compose.c
6120                 fix a crash when redirecting (for instance) when compose window's
6121                 toolbar contents has been customized (when some buttons have been
6122                 removed in fact).
6123
6124 2006-02-21 [wwp]        2.0.0cvs69
6125
6126         * src/summaryview.c
6127         * src/gtk/pluginwindow.c
6128         * src/plugins/pgpcore/prefs_gpg.c
6129                 fix some compilation warnings (feat. remains of removed code).
6130
6131 2006-02-21 [wwp]        2.0.0cvs68
6132
6133         * src/gtk/gtkutils.c
6134                 fix two compilation issues, thanks to Stephan Sachse.
6135
6136 2006-02-20 [colin]      2.0.0cvs67
6137
6138         * src/mainwindow.c
6139                 Don't reselect displayed mail on refocus
6140                 This fixes actions misbehaving 
6141
6142 2006-02-20 [wwp]        2.0.0cvs66
6143
6144         * src/summaryview.c
6145         * src/gtk/gtksctree.c
6146         * src/gtk/gtkshruler.c
6147                 changed more runtime typecast checks.
6148
6149 2006-02-20 [wwp]        2.0.0cvs65
6150
6151         * src/summary_search.c
6152                 find all - summaryview refresh issue fixed, thanks to Colin.
6153
6154 2006-02-20 [wwp]        2.0.0cvs64
6155
6156         * src/gtk/gtkutils.c
6157                 better runtime typecast checks.
6158
6159 2006-02-20 [wwp]        2.0.0cvs63
6160
6161         * src/summary_search.c
6162                 enhancements to the summary search:
6163                         - add the ability to stop the running search
6164                           (upon ESC-key press, new Stop button or when Clear button is pressed)
6165                         - don't search if no criteria (From/To/Subject/Body) is set
6166                         - ensure that a busy mouse pointer is always shown when searching,
6167                           show it even a bit earlier
6168
6169 2006-02-19 [colin]      2.0.0cvs62
6170
6171         * src/compose.c
6172         * src/imap.c
6173         * src/etpan/imap-thread.c
6174         * src/etpan/imap-thread.h
6175                 (Future) IMAP speed improvement on sending
6176                 Will require a libetpan update
6177         * src/summaryview.c
6178         * src/gtk/quicksearch.c
6179                 Make quicksearch clearable while running.
6180
6181 2006-02-17 [colin]      2.0.0cvs61
6182
6183         * src/imap.c
6184         * src/etpan/imap-thread.c
6185         * src/etpan/imap-thread.h
6186                 Check for IMAP certificates
6187                 ** Requires libetpan-0.42-cvs4 
6188                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
6189
6190 2006-02-17 [colin]      2.0.0cvs60
6191
6192         * src/messageview.c
6193         * src/prefs_common.c
6194         * src/prefs_common.h
6195         * src/prefs_message.c
6196                 Add pref to display HTML-only mails with plugin, 
6197                 if possible (defaulting to FALSE of course).
6198
6199 2006-02-16 [colin]      2.0.0cvs59
6200
6201         * src/main.c
6202         * src/common/plugin.c
6203         * src/common/plugin.h
6204         * src/gtk/pluginwindow.c
6205                 Keep track of requested (but unloaded) plugins
6206                 in some error cases.
6207
6208 2006-02-16 [wwp]        2.0.0cvs58
6209
6210         * src/gtk/gtkaspell.c
6211         * src/gtk/gtkaspell.h
6212         * src/prefs_spelling.c
6213         * src/compose.c
6214         * src/prefs_common.c
6215         * src/prefs_common.h
6216                 implemented new optional spellchecker behaviour: re-check message when
6217                 dictionary got changed (from compose-window/context-menu/Change dictionary).
6218
6219 2006-02-16 [wwp]        2.0.0cvs57
6220
6221         * src/quote_fmt_parse.y
6222                 pclose popen'ed pipe.
6223
6224 2006-02-15 [colin]      2.0.0cvs56
6225
6226         * src/mimeview.c
6227         * src/mimeview.h
6228                 Let MimeViewers know which MimeView they
6229                 depend of.
6230         * src/summaryview.c
6231                 Swap From/To columns in Sent/Queue/Drafts
6232                 folders
6233         * src/etpan/imap-thread.c
6234                 Use mailstream_low_tls_open() for STARTTLS
6235                 instead of mailstream_low_ssl_open()
6236                 ** REQUIRES libetpan 0.42cvs3 **
6237
6238 2006-02-15 [wwp]        2.0.0cvs55
6239
6240         * src/compose.c
6241         * src/compose.h
6242         * src/message_search.c
6243         * src/message_search.h
6244         * src/textview.c
6245         * src/gtk/gtkutils.c
6246         * src/gtk/gtkutils.h
6247                 added the ability to Find text in the compose window (and a bit
6248                 of code factorization).
6249
6250 2006-02-15 [wwp]        2.0.0cvs54
6251
6252         * src/prefs_gtk.c
6253                 yet another one file was missing (fix for some widgets' sensitivity).
6254                 Thanks Colin!
6255
6256 2006-02-15 [wwp]        2.0.0cvs53
6257
6258         * src/prefs_gtk.h
6259                 oops forgot that file (fix for some widgets' sensitivity).
6260
6261 2006-02-15 [wwp]        2.0.0cvs52
6262
6263         * src/summary_search.c
6264                 implemented advanced summary search options (added the ability
6265                 to use matcher conditions in an advanced search mode).
6266
6267 2006-02-15 [wwp]        2.0.0cvs51
6268
6269         * src/plugins/pgpcore/prefs_gpg.c
6270         * src/prefs_account.c
6271                 fix some widget sensitivity, mostly around some labels in
6272                 account prefs.
6273
6274 2006-02-15 [paul]       2.0.0cvs50
6275
6276         * manual/advanced.xml
6277                 improve Templates info
6278                 written by wwp
6279
6280 2006-02-14 [colin]      2.0.0cvs49
6281
6282         * src/pixmaps/address_book.xpm
6283         * src/pixmaps/preferences.xpm
6284         * src/pixmaps/properties.xpm
6285                 Fix pixmap size - patch by Fabien Vantard
6286
6287 2006-02-13 [colin]      2.0.0cvs48
6288
6289         * src/procmime.c
6290                 Add missing fclose()s on error
6291         * src/textview.c
6292                 Remove unused code
6293         * src/common/utils.c
6294                 Fix temp files not being deleted on windows
6295         Patches by Thomas Gilgin
6296
6297 2006-02-13 [colin]      2.0.0cvs47
6298
6299         * src/mainwindow.c
6300                 Fix exit crash
6301
6302 2006-02-13 [wwp]        2.0.0cvs46
6303
6304         * src/plugins/pgpcore/prefs_gpg.c
6305                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
6306
6307 2006-02-12 [colin]      2.0.0cvs45
6308
6309         * src/folderview.c
6310         * src/main.c
6311         * src/mainwindow.c
6312                 Fix "stuff" when quitting
6313
6314 2006-02-12 [wwp]        2.0.0cvs44
6315
6316         * src/prefs_themes.c
6317                 fix typos in debug messages.
6318
6319 2006-02-11 [colin]      2.0.0cvs43
6320
6321         * src/summaryview.c
6322                 don't allow drag/drop from ourself
6323
6324 2006-02-10 [wwp]        2.0.0cvs42
6325
6326         * src/exporthtml.c
6327         * src/html.c
6328         * src/html.h
6329         * src/procmime.c
6330         * src/textview.c
6331                 renamed html_ prefixed functions and data structures to avoid
6332                 namespace clashes w/ other software (gtkhtml2 for instance).
6333                 Closes bug #907.
6334
6335
6336 2006-02-09 [colin]      2.0.0cvs41
6337
6338         * src/summaryview.c
6339                 Fix shitty logic messed up. Thanks Ticho for the hint!
6340
6341 2006-02-09 [wwp]        2.0.0cvs40
6342
6343         * src/gtk/about.c
6344         * src/compose.c
6345         * src/prefs_account.c
6346         * src/prefs_gtk.h
6347         * src/editaddress.c
6348                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
6349                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
6350                 Browse buttons in accounts prefs.
6351
6352 2006-02-09 [colin]      2.0.0cvs39
6353
6354         * src/matcher.c
6355                 Check for pointer before using its members
6356         * src/gtk/gtksourceprintjob.c
6357                 Fix a wrong warning
6358
6359 2006-02-09 [wwp]        2.0.0cvs38
6360
6361         * src/gtk/filesel.c
6362                 fix few compiler warnings (type mismatch).
6363
6364 2006-02-09 [paul]       2.0.0cvs37
6365
6366         * po/fr.po
6367                 updated by Fabien Vantard
6368
6369 2006-02-08 [colin]      2.0.0cvs36
6370
6371         * src/prefs_common.c
6372         * src/common/defs.h
6373         * src/common/plugin.c
6374                 allow windows and linux configurations to coexist
6375                 patch by Thomas Gilgin
6376
6377 2006-02-08 [colin]      2.0.0cvs35
6378
6379         * src/filtering.c
6380         * src/matcher.c
6381         * src/matcher.h
6382         * src/matcher_parser_parse.y
6383         * src/prefs_filtering_action.c
6384         * src/prefs_matcher.c
6385                 Add the "Ignore thread" filtering
6386                 action
6387
6388 2006-02-08 [colin]      2.0.0cvs34
6389
6390         * src/compose.c
6391         * src/procmime.c
6392         * src/procmime.h
6393                 Fix bug #905 (damaged attachment)
6394                 text files with raw \0's aren't really text files
6395         FOR_STABLE
6396
6397 2006-02-08 [colin]      2.0.0cvs33
6398
6399         * src/summaryview.c
6400                 Fix crasher introduced yesterday
6401
6402 2006-02-08 [wwp]        2.0.0cvs32
6403
6404         * src/compose.c
6405         * src/compose.h
6406                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
6407
6408 2006-02-08 [wwp]        2.0.0cvs31
6409
6410         * src/prefs_template.c
6411                 templates enhancement: allow address completion for Cc and Bcc fields
6412                 (it was currently possible for the To field only)
6413
6414 2006-02-08 [colin]      2.0.0cvs30
6415
6416         * src/compose.c
6417                 Don't unblock if not blocked
6418         FOR_STABLE
6419
6420 2006-02-07 [colin]      2.0.0cvs29
6421
6422         * src/action.c
6423                 Forgot to refresh summaryview
6424
6425 2006-02-07 [colin]      2.0.0cvs28
6426
6427         * src/action.c
6428                 Freeze/thaw message list and folder list while
6429                 processing %as{} actions 
6430         * src/compose.c
6431                 Fix auto-wrap disabling after a middle-click
6432                 paste - FOR_STABLE
6433
6434 2006-02-07 [paul]       2.0.0cvs27
6435
6436         * src/folder.c
6437                 fix freeing of uninitialised pointers
6438                 Thanks to Colin
6439
6440 2006-02-06 [colin]      2.0.0cvs26
6441
6442         * src/folder.c
6443                 Use g_slist_prepend in potentially big list
6444
6445 2006-02-06 [colin]      2.0.0cvs25
6446
6447         * src/folder.c
6448                 Completely skip processing if it doesn't 
6449                 exist (faster!)
6450
6451 2006-02-06 [colin]      2.0.0cvs24
6452
6453         * src/folder.c
6454         * src/summaryview.c
6455                 Batch filtering in summaryview (from Tools menu)
6456                 and pre/post//-processing too
6457
6458 2006-02-06 [colin]      2.0.0cvs23
6459
6460         * src/procmsg.h
6461         * src/filtering.c
6462                 Use a special field for batch filtering instead
6463                 of stepping on deferred execution's toes
6464
6465 2006-02-06 [colin]      2.0.0cvs22
6466
6467         * src/action.c
6468         * src/filtering.c
6469         * src/filtering.h
6470         * src/folder.c
6471         * src/summaryview.c
6472                 Fix filtering via menus and actions
6473
6474 2006-02-06 [colin]      2.0.0cvs21
6475
6476         * src/imap.c
6477                 Put the added file directly to cache if possible (will work
6478                 with next libetpan)
6479         * src/filtering.c
6480         * src/filtering.h
6481         * src/inc.c
6482         * src/folder.c
6483         * src/mbox.c
6484         * src/procmsg.h
6485                 Move and copy filtered messages by batches instead of one
6486                 by one - faster on IMAP
6487         * src/procmsg.c
6488                 Add a function that'll possibly be useful later
6489
6490 2006-02-06 [colin]      2.0.0cvs20
6491
6492         * src/addressbook.c
6493                 Use internal mime-type instead of text/plain for d'n'd
6494         * src/compose.c
6495                 Allow attaching files from mimeview's icon list via d'n'd
6496         * src/folderview.c
6497         * src/folderview.h
6498                 Use internal mime-type instead of text/plain for d'n'd
6499                 Don't try to selected opened folder if none is
6500                 Factorize d'n'd from other apps code
6501         * src/headerview.c
6502         * src/textview.c
6503         * src/gtk/gtkutils.c
6504         * src/gtk/gtkutils.h
6505                 Factorize Face/X-Face stuff
6506         * src/mimeview.c
6507                 Fix d'n'd to other apps
6508         * src/prefs_message.c
6509                 Let the XFace pref be usable without libcompface as it also
6510                 applies to Face
6511         * src/summaryview.c
6512                 Fix d'n'd to other apps
6513                 Factorize d'n'd from other apps code
6514
6515 2006-02-06 [wwp]        2.0.0cvs19
6516
6517         * po/it.po
6518                 Italian translation fixes by Andrea Spadaccini (no more confusion
6519                 between filtering and processing, and few changes in the About
6520                 dialog).
6521
6522
6523 2006-02-06 [mones]      2.0.0cvs18
6524
6525         * src/gtk/icon_legend.c
6526                 Improved descriptions allowing better translations
6527
6528 2006-02-05 [colin]      2.0.0cvs17
6529
6530         * src/imap.c
6531                 Add the f*cking missing expunge that caused imap_fetch_env
6532                 to fail after an add_msgs ! :-///
6533         * src/etpan/imap-thread.c
6534                 Add a bit of debug
6535         FOR_STABLE
6536
6537 2006-02-05 [colin]      2.0.0cvs16
6538
6539         * src/common/utils.c
6540                 Don't check for return-path (or we can't put
6541                 back non-sent mails)
6542
6543 2006-02-05 [colin]      2.0.0cvs15
6544
6545         * src/textview.c
6546                 Don't try to display Face header in textview
6547                 when teh headerview's active
6548
6549 2006-02-05 [colin]      2.0.0cvs14
6550
6551         * tools/tbird2syl.py
6552         * tools/Makefile.am
6553                 Add script to import Thunderbird mails
6554
6555 2006-02-05 [colin]      2.0.0cvs13
6556
6557         * src/headerview.c
6558         * src/procheader.c
6559         * src/procmsg.c
6560         * src/procmsg.h
6561         * src/textview.c
6562                 Show Face headers - patch partially by Klaus Flittner
6563
6564 2006-02-05 [colin]      2.0.0cvs12
6565
6566         * src/folderview.c
6567         * src/summaryview.c
6568         * src/common/utils.c
6569         * src/common/utils.h
6570                 Let dnd work from mime icons to summaryview
6571                 and to folderview too
6572                 Add a crude test to avoid trying to add files
6573                 drag'n'dropped when they're not mails
6574
6575 2006-02-04 [colin]      2.0.0cvs11
6576
6577         * src/summaryview.c
6578         * src/mimeview.c
6579                 Fix utf8 conversion
6580
6581 2006-02-04 [colin]      2.0.0cvs10
6582
6583         * src/compose.c
6584         * src/folderview.c
6585         * src/mimeview.c
6586         * src/summaryview.c
6587         * src/summaryview.h
6588                 Added various drag and drop capas:
6589                 From                    To
6590                 summaryview             other apps
6591                 mimeview icons          other apps
6592                 other apps              summaryview
6593                 other apps              folderview
6594
6595                 This shouldn't have broken the existing:
6596                 From                    To
6597                 summaryview             folderview
6598                 folderview              folderview
6599                 summaryview             compose's attachments
6600
6601         Tests welcomed.
6602
6603 2006-02-02 [paul]       2.0.0cvs9
6604
6605         * src/mainwindow.c
6606                 move global option 'Set displayed columns...' out
6607                 of folder option grouping.
6608                 fix sensitivity of 'harvest addresses'
6609         FOR_STABLE
6610
6611 2006-02-01 [colin]      2.0.0cvs8
6612
6613         * src/mimeview.c
6614                 Revert the alertpanel patch, it sucks (intrusive
6615                 and gets in the way of "open")
6616
6617 2006-02-01 [colin]      2.0.0cvs7
6618
6619         * src/compose.c
6620         * src/prefs_account.c
6621         * src/prefs_common.c
6622         * src/common/defs.h
6623         * src/common/utils.c
6624         * src/common/utils.h
6625                 Add ability to edit the signature file
6626                 from the account preferences, and use
6627                 a default for the text editor.
6628                 Patch by Fabien Vantard
6629
6630 2006-02-01 [colin]      2.0.0cvs6
6631
6632         * src/mimeview.c
6633                 Try to get mime type by extension if it is
6634                 application/octet-stream
6635                 Display a window with possible choices when
6636                 encountering unknown mime types
6637         * src/gtk/filesel.c
6638         * src/gtk/filesel.h
6639                 Add preview
6640                 Allow multiple selection in filtered filesel
6641                 (patch by Fabien Vantard)
6642         * src/gtk/pluginwindow.c
6643                 Use it (patch by Fabien Vantard)
6644
6645 2006-02-01 [paul]       2.0.0cvs5
6646
6647         * src/jpilot.c
6648                 fix crash on creating jpilot address book
6649                 Thanks to Colin - FOR_STABLE
6650         * src/prefs_summaries.c
6651         * src/prefs_wrapping.c
6652         * src/gtk/icon_legend.c
6653         * src/gtk/quicksearch.c
6654                 string fixes and additions
6655
6656 2006-02-01 [paul]       2.0.0cvs4
6657
6658         * src/compose.c
6659         * src/mainwindow.c
6660         * src/messageview.c
6661         * src/prefs_send.c
6662                 add Arabic encoding option
6663                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
6664
6665 2006-01-31 [colin]      2.0.0cvs3
6666
6667         * src/plugins/pgpcore/passphrase.c
6668                 Convert passphrase to locale encoding
6669         * src/compose.c
6670                 Fix drafting on IMAP. Crappy bug sneaked in
6671                 the release :-/
6672         FOR_STABLE
6673
6674 2006-01-30 [paul]       2.0.0cvs2
6675
6676         * src/gtk/icon_legend.c
6677                 show the new entries
6678
6679 2006-01-30 [colin]      2.0.0cvs1
6680
6681         * src/manual.c
6682                 Check for the file to be present before 
6683                 enabling the menu - FOR_STABLE
6684         * src/gtk/icon_legend.c
6685                 Add folders icons (not all of them, there
6686                 are too much, but the most intriguing ones)
6687
6688 2006-01-30 [paul]       2.0.0
6689
6690         version 2.0.0 released
6691
6692 2006-01-30 [paul]       1.9.100cvs200
6693
6694         * manual/faq.xml
6695         * manual/gpl.xml
6696         * manual/intro.xml
6697         * manual/starting.xml
6698         * manual/sylpheed-claws-manual.xml
6699                 fixes, additions
6700
6701 2006-01-29 [mones]      1.9.100cvs199
6702
6703         * manual/account.xml
6704         * manual/advanced.xml
6705         * manual/glossary.xml
6706                 Some typos fixed, added LDIF term to glossary
6707         * po/es.po
6708                 Fixed leading plus symbol
6709
6710 2006-01-29 [paul]       1.9.100cvs198
6711
6712         * po/fi.po
6713         * po/sk.po
6714                 updated by Tommi Pirinen and Andrej Kacian
6715
6716 2006-01-29 [paul]       1.9.100cvs197
6717
6718         * src/gtk/authors.h
6719                 remove duplicates
6720
6721 2006-01-29 [paul]       1.9.100cvs196
6722
6723         * AUTHORS
6724         * po/nl.po
6725         * src/gtk/authors.h
6726         * tools/claws.i18n.status.pl
6727                 nl translation updated by Tim Dijkstra
6728
6729 2006-01-29 [paul]       1.9.100cvs195
6730
6731         * po/sr.po
6732         * po/sv.po
6733                 updated by Aleksandar Urosevic and Anders Troback
6734
6735 2006-01-28 [colin]      1.9.100cvs194
6736
6737         * src/gtk/gtksourceprintjob.c
6738                 Don't fiddle with PangoLayout when we
6739                 have an image
6740
6741 2006-01-28 [paul]       1.9.100cvs193
6742
6743         * AUTHORS
6744         * po/el.po
6745         * po/zh_CN.po
6746         * src/gtk/authors.h
6747         * tools/claws.i18n.status.pl
6748                 updated translations submitted by Stavros Giannouris
6749                 and Ralgh Young
6750
6751 2006-01-27 [colin]      1.9.100cvs192
6752
6753         * src/summaryview.c
6754         * src/gtk/gtksourceprintjob.c
6755                 Add image printing 
6756                 (libgnomeprint only, of course)
6757
6758 2006-01-27 [paul]       1.9.100cvs191
6759
6760         * po/fr.po
6761         * po/it.po
6762                 updated by Fabien Vantard and Andrea Spadaccini
6763
6764 2006-01-26 [colin]      1.9.100cvs190
6765
6766         * manual/Makefile.am
6767         * configure.ac
6768                 Make building the manual optional 
6769                 (--disable-manual)
6770
6771 2006-01-26 [paul]       1.9.100cvs189
6772
6773         * manual/glossary.xml
6774         * manual/plugins.xml
6775                 edited
6776         * po/en_GB.po
6777                 updated
6778
6779 2006-01-26 [paul]       1.9.100cvs188
6780
6781         * src/prefs_display_header.c
6782         * src/prefs_folder_column.c
6783         * src/prefs_msg_colors.c
6784         * src/prefs_summaries.c
6785         * src/prefs_summary_column.c
6786                 HIGify
6787
6788 2006-01-25 [colin]      1.9.100cvs187
6789
6790         * src/imap.c
6791                 Don't allow moving/copying mails between
6792                 queue/drafts and non-queue/drafts folders
6793                 Fixes bug #897 (message header is resetted 
6794                 if one is copied to Drafts)
6795
6796 2006-01-25 [colin]      1.9.100cvs186
6797
6798         * src/folder.c
6799         * src/mainwindow.c
6800                 Fix subscribed folders not found
6801         * src/compose.c
6802                 Don't try to encode as original mail's charset
6803                 if it's ascii 
6804
6805 2006-01-25 [paul]       1.9.100cvs185
6806
6807         * AUTHORS
6808         * po/Makevars
6809                 updated
6810         * po/de.po
6811         * po/pl.po
6812         * po/pt_BR.po
6813         * po/sr.po
6814                 updates submitted by Stephan Sachse, Emilian Nowak
6815                 and Quar, Frederico Goncalves Guimaraes, and
6816                 Aleksandar Urosevic
6817                 Fix Bug 896, 'PT_BR locale broken'.
6818         * src/gtk/authors.h
6819                 updated
6820
6821 2006-01-24 [mones]      1.9.100cvs184
6822
6823         * manual/glossary.xml
6824                 All current terms finished. Reviewers welcome ;-)
6825         * manual/keyboard.xml
6826                 Fixed column width for pdf output.
6827         * po/es.po
6828                 Updated
6829
6830 2006-01-24 [paul]       1.9.100cvs183
6831
6832         * manual/glossary.xml
6833                 fix id name
6834         * manual/dist/html/Makefile.am
6835         * manual/dist/pdf/Makefile.am
6836         * manual/dist/ps/Makefile.am
6837         * manual/dist/txt/Makefile.am
6838                 fix make deps
6839                 Thanks to Colin
6840
6841 2006-01-24 [mones]      1.9.100cvs182
6842
6843         * manual/glossary.xml
6844                 Nearly finished, some terms missing.
6845
6846 2006-01-23 [paul]       1.9.100cvs181
6847
6848         * manual/dist/html/Makefile.am
6849         * manual/dist/pdf/Makefile.am
6850         * manual/dist/ps/Makefile.am
6851         * manual/dist/txt/Makefile.am
6852         * src/mainwindow.c
6853                 re-enable manual
6854                 Thanks to Colin
6855
6856 2006-01-22 [colin]      1.9.100cvs180
6857
6858         * src/compose.c
6859         * src/gtk/gtkaspell.c
6860                 Don't deselect stuff before right-clicking, with aspell.
6861                 (This prevented right-click Copy, for example).
6862                 Thanks to Clo!
6863
6864 2006-01-22 [paul]       1.9.100cvs179
6865
6866         * src/summary_search.c
6867                 don't fix the widget size as it causes problems
6868                 under localisation.
6869                 Thanks to Emilian Nowak
6870
6871 2006-01-21 [paul]       1.9.100cvs178
6872
6873         * src/prefs_themes.c
6874                 fix broken underlining of label text
6875                 with some translations
6876
6877 2006-01-21 [colin]      1.9.100cvs177
6878
6879         * po/fr.po
6880                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
6881
6882 2006-01-20 [colin]      1.9.100cvs176
6883
6884         * configure.ac
6885         * Makefile.am
6886         * manual/Makefile
6887         * manual/dist/html/.cvsignore
6888         * manual/dist/html/Makefile.am
6889         * manual/dist/pdf/.cvsignore
6890         * manual/dist/pdf/Makefile.am
6891         * manual/dist/ps/.cvsignore
6892         * manual/dist/ps/Makefile.am
6893         * manual/dist/txt/.cvsignore
6894         * manual/dist/txt/Makefile.am
6895                 Autotool-ize manual
6896
6897 2006-01-20 [paul]       1.9.100cvs175
6898
6899         * manual/handling.xml
6900                 make Filtering and Searching entries easier to find
6901         * manual/keyboard.xml
6902                 add the remaining default keybinds
6903         * src/prefs_summaries.c
6904                 update the default keybinds
6905
6906 2006-01-20 [paul]       1.9.100cvs174
6907
6908         * src/addressbook.c
6909         * src/addrgather.c
6910         * src/addrharvest.c
6911         * src/editaddress.c
6912         * src/editgroup.c
6913         * src/exphtmldlg.c
6914         * src/expldifdlg.c
6915         * src/exporthtml.c
6916         * src/exportldif.c
6917         * src/ldif.c
6918                 replace 'e-mail' with 'email'
6919         * src/summary_search.c
6920                 add mnemonic to "Find all" button
6921
6922 2006-01-20 [wwp]        1.9.100cvs173
6923
6924         * src/export.c
6925         * src/import.c
6926                 touched mbox import/export buttons for HIG-compliance
6927
6928 2006-01-19 [paul]       1.9.100cvs172
6929
6930         * manual/account.xml
6931         * manual/addrbook.xml
6932         * manual/advanced.xml
6933         * manual/faq.xml
6934         * manual/handling.xml
6935         * manual/intro.xml
6936         * manual/plugins.xml
6937         * manual/starting.xml
6938                 more editing
6939
6940 2006-01-19 [paul]       1.9.100cvs171
6941
6942         * src/toolbar.c
6943                 allow use of trash button while receiving
6944                 Thanks to Colin
6945
6946 2006-01-19 [wwp]        1.9.100cvs170
6947
6948         * src/gtk/quicksearch.c
6949         * src/compose.c
6950                 force text color to black when yellow background is set
6951
6952 2006-01-19 [colin]      1.9.100cvs169
6953
6954         * src/plugins/trayicon/trayicon.c
6955                 Gray out Get Mail when already getting mail
6956
6957 2006-01-18 [paul]       1.9.100cvs168
6958
6959         * src/compose.c
6960                 give widget yellow background was To is
6961                 set via folder prefs
6962         * src/gtk/quicksearch.c
6963                 give widget yellow background when quick
6964                 search is active.
6965                 Thanks to Colin
6966
6967 2006-01-18 [paul]       1.9.100cvs167
6968
6969         * doc/man/sylpheed-claws.1
6970                 add --subscribe option
6971
6972 2006-01-18 [paul]       1.9.100cvs166
6973
6974         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6975         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6976                 use %U instead of %F (%F is broken for user installed
6977                 files in kde 3.5)
6978
6979 2006-01-18 [colin]      1.9.100cvs165
6980
6981         * src/summaryview.c
6982                 Default to Yes in "No more * messages" dialogs
6983
6984 2006-01-17 [colin]      1.9.100cvs164
6985
6986         * src/compose.c
6987                 Possibly fix an invalid iterator causing
6988                 crash
6989
6990 2006-01-17 [colin]      1.9.100cvs163
6991
6992         * src/mimeview.c
6993                 Fix crash when the image disappears under the
6994                 image viewer
6995
6996 2006-01-16 [colin]      1.9.100cvs162
6997
6998         * src/compose.c
6999                 Fix reenabling autowrap
7000
7001 2006-01-16 [colin]      1.9.100cvs161
7002
7003         * src/compose.c
7004                 reset quote_len before getting quote_str
7005
7006 2006-01-16 [colin]      1.9.100cvs160
7007
7008         * src/account.c
7009         * src/account.h
7010         * src/folder.c
7011         * src/imap_gtk.c
7012         * src/mh_gtk.c
7013                 Fix bug #883 (default inbox does not track folder move)
7014
7015 2006-01-16 [colin]      1.9.100cvs159
7016
7017         * src/compose.c
7018         * src/plugins/pgpcore/passphrase.c
7019                 More buttons fixes
7020
7021 2006-01-16 [paul]       1.9.100cvs158
7022
7023         * src/prefs_actions.c
7024         * src/prefs_filtering_action.c
7025         * src/prefs_matcher.c
7026         * src/quote_fmt.c
7027         * src/gtk/description_window.c
7028         * src/gtk/description_window.h
7029         * src/gtk/quicksearch.c
7030                 description window cleanups
7031
7032 2006-01-15 [colin]      1.9.100cvs157
7033
7034         * src/addressbook.c
7035         * src/prefs_filtering.c
7036                 Same here
7037
7038 2006-01-15 [colin]      1.9.100cvs156
7039
7040         * src/folderview.c
7041         * src/mainwindow.c
7042                 Same for "Empty trash"
7043
7044 2006-01-15 [colin]      1.9.100cvs155
7045
7046         * src/inc.c
7047                 Override offline dialog had Yes by default
7048
7049 2006-01-15 [colin]      1.9.100cvs154
7050
7051         * src/summaryview.c
7052                 Delete selected messages? previously had Yes the default
7053
7054 2006-01-15 [colin]      1.9.100cvs153
7055
7056         * src/folder.c
7057         * src/folder.h
7058         * src/main.c
7059                 Check if a mailbox is loaded after all
7060                 plugins are loaded.
7061
7062 2006-01-15 [colin]      1.9.100cvs152
7063
7064         * src/folder.c
7065                 Don't start wizard when there are unloaded folders (will help
7066                 people with only mbox or maildir mailboxes)
7067
7068 2006-01-14 [colin]      1.9.100cvs151
7069
7070         * src/addressbook.c
7071         * src/expldifdlg.c
7072         * src/importldif.c
7073         * src/importmutt.c
7074         * src/importpine.c
7075         * src/mh_gtk.c
7076                 More HIG compliance and fixes
7077
7078 2006-01-14 [colin]      1.9.100cvs150
7079
7080         * src/prefs_filtering_action.c
7081         * src/foldersel.c
7082                 Two forgotten button order changes
7083
7084 2006-01-14 [colin]      1.9.100cvs149
7085
7086         * src/account.c
7087         * src/addressbook.c
7088         * src/compose.c
7089         * src/folderview.c
7090         * src/imap_gtk.c
7091         * src/mainwindow.c
7092         * src/mh_gtk.c
7093         * src/news_gtk.c
7094         * src/prefs_actions.c
7095         * src/prefs_customheader.c
7096         * src/prefs_filtering.c
7097         * src/prefs_matcher.c
7098         * src/prefs_template.c
7099         * src/ssl_manager.c
7100         * src/summaryview.c
7101         * src/textview.c
7102         * src/toolbar.c
7103                 All deletion confirmations are now "Cancel, Delete" 
7104                 instead of "No, Yes"
7105                 Clarified most of the other "No, Yes" to 
7106                 "Cancel, Descriptive_action"
7107                 Rechanged the "Entry not saved" alerts to have 
7108                 "Close, Continue editing"
7109
7110
7111 2006-01-14 [paul]
7112
7113         * 2.0.0-rc4 released
7114
7115 2006-01-14 [paul]       1.9.100cvs148
7116
7117         * src/account.c
7118         * src/addressadd.c
7119         * src/addressbook.c
7120         * src/compose.c
7121         * src/editaddress.c
7122         * src/editbook.c
7123         * src/editgroup.c
7124         * src/editjpilot.c
7125         * src/editldap.c
7126         * src/editvcard.c
7127         * src/exphtmldlg.c
7128         * src/expldifdlg.c
7129         * src/folderview.c
7130         * src/grouplistdialog.c
7131         * src/imap_gtk.c
7132         * src/importmutt.c
7133         * src/importpine.c
7134         * src/inc.c
7135         * src/main.c
7136         * src/mainwindow.c
7137         * src/message_search.c
7138         * src/messageview.c
7139         * src/mh_gtk.c
7140         * src/mimeview.c
7141         * src/news_gtk.c
7142         * src/prefs_actions.c
7143         * src/prefs_customheader.c
7144         * src/prefs_filtering.c
7145         * src/prefs_matcher.c
7146         * src/prefs_template.c
7147         * src/prefs_themes.c
7148         * src/ssl_manager.c
7149         * src/summary_search.c
7150         * src/summaryview.c
7151         * src/textview.c
7152         * src/toolbar.c
7153         * src/gtk/foldersort.c
7154         * src/gtk/gtkaspell.c
7155         * src/gtk/inputdialog.c
7156         * src/gtk/prefswindow.c
7157         * src/plugins/pgpcore/select-keys.c
7158         * src/plugins/trayicon/trayicon.c
7159                 HIG compliant button order
7160
7161 2006-01-14 [mones]      1.9.100cvs147
7162
7163         * po/es.po
7164                 Updated translation
7165
7166 2006-01-13 [paul]       1.9.100cvs146
7167
7168         * AUTHORS
7169         * ChangeLog
7170         * src/gtk/authors.h
7171                 add Joshua M. Kwan to contributors list
7172
7173 2006-01-13 [colin]      1.9.100cvs145
7174
7175         * src/gtk/quicksearch.c
7176                 Don't refocus quick search after executing (Esc or Enter)
7177                 Allows to '/'search something then move up/down in 
7178                 summaryview, and to Esc a search and be back in the 
7179                 summaryview
7180
7181 2006-01-13 [paul]       1.9.100cvs144
7182
7183         * src/plugins/pgpinline/pgpinline.c
7184                 support Content-Type 'application/pgp'
7185                 patch by Joshua M. Kwan <joshuak@users.sf.net>
7186
7187 2006-01-13 [paul]       1.9.100cvs143
7188
7189         * manual/account.xml
7190                 make mention of partial retrieval
7191                 thanks to Colin
7192
7193 2006-01-13 [paul]       1.9.100cvs142
7194
7195         * src/account.c
7196         * src/account.h
7197         * src/action.c
7198         * src/action.h
7199         * src/adbookbase.h
7200         * src/addr_compl.c
7201         * src/addr_compl.h
7202         * src/addrbook.c
7203         * src/addrcache.c
7204         * src/addrcache.h
7205         * src/addrcindex.c
7206         * src/addrcindex.h
7207         * src/addrclip.c
7208         * src/addrclip.h
7209         * src/addrdefs.h
7210         * src/addressadd.c
7211         * src/addressadd.h
7212         * src/addressbook.c
7213         * src/addressbook.h
7214         * src/addrgather.c
7215         * src/addrgather.h
7216         * src/addrharvest.c
7217         * src/addrharvest.h
7218         * src/addrindex.c
7219         * src/addrindex.h
7220         * src/addritem.c
7221         * src/addritem.h
7222         * src/addrquery.c
7223         * src/addrquery.h
7224         * src/addrselect.c
7225         * src/addrselect.h
7226         * src/alertpanel.c
7227         * src/alertpanel.h
7228         * src/browseldap.c
7229         * src/browseldap.h
7230         * src/codeconv.c
7231         * src/codeconv.h
7232         * src/compose.c
7233         * src/compose.h
7234         * src/customheader.c
7235         * src/customheader.h
7236         * src/displayheader.c
7237         * src/displayheader.h
7238         * src/editaddress.c
7239         * src/editaddress.h
7240         * src/editbook.c
7241         * src/editbook.h
7242         * src/editgroup.c
7243         * src/editgroup.h
7244         * src/editjpilot.c
7245         * src/editjpilot.h
7246         * src/editldap.c
7247         * src/editldap.h
7248         * src/editldap_basedn.c
7249         * src/editldap_basedn.h
7250         * src/editvcard.c
7251         * src/editvcard.h
7252         * src/exphtmldlg.c
7253         * src/exphtmldlg.h
7254         * src/expldifdlg.c
7255         * src/expldifdlg.h
7256         * src/export.h
7257         * src/exporthtml.c
7258         * src/exporthtml.h
7259         * src/exportldif.c
7260         * src/exportldif.h
7261         * src/filtering.c
7262         * src/filtering.h
7263         * src/folder.c
7264         * src/folder.h
7265         * src/folder_item_prefs.c
7266         * src/folder_item_prefs.h
7267         * src/foldersel.c
7268         * src/foldersel.h
7269         * src/folderutils.c
7270         * src/folderutils.h
7271         * src/folderview.c
7272         * src/folderview.h
7273         * src/grouplistdialog.c
7274         * src/grouplistdialog.h
7275         * src/headerview.c
7276         * src/html.c
7277         * src/html.h
7278         * src/image_viewer.c
7279         * src/image_viewer.h
7280         * src/imap.c
7281         * src/imap.h
7282         * src/imap_gtk.c
7283         * src/imap_gtk.h
7284         * src/import.h
7285         * src/importldif.c
7286         * src/importldif.h
7287         * src/importmutt.c
7288         * src/importmutt.h
7289         * src/importpine.c
7290         * src/importpine.h
7291         * src/inc.c
7292         * src/inc.h
7293         * src/jpilot.c
7294         * src/jpilot.h
7295         * src/ldapctrl.c
7296         * src/ldapctrl.h
7297         * src/ldaplocate.c
7298         * src/ldaplocate.h
7299         * src/ldapquery.c
7300         * src/ldapquery.h
7301         * src/ldapserver.c
7302         * src/ldapserver.h
7303         * src/ldaputil.c
7304         * src/ldaputil.h
7305         * src/ldif.c
7306         * src/ldif.h
7307         * src/main.c
7308         * src/main.h
7309         * src/mainwindow.c
7310         * src/mainwindow.h
7311         * src/manual.c
7312         * src/manual.h
7313         * src/mbox.c
7314         * src/mbox.h
7315         * src/message_search.c
7316         * src/message_search.h
7317         * src/messageview.c
7318         * src/messageview.h
7319         * src/mh.c
7320         * src/mh.h
7321         * src/mh_gtk.c
7322         * src/mh_gtk.h
7323         * src/mimeview.c
7324         * src/mimeview.h
7325         * src/msgcache.c
7326         * src/msgcache.h
7327         * src/mutt.c
7328         * src/mutt.h
7329         * src/news.c
7330         * src/news.h
7331         * src/news_gtk.c
7332         * src/news_gtk.h
7333         * src/partial_download.c
7334         * src/partial_download.h
7335         * src/pine.c
7336         * src/pine.h
7337         * src/pop.c
7338         * src/pop.h
7339         * src/prefs_account.c
7340         * src/prefs_account.h
7341         * src/prefs_actions.c
7342         * src/prefs_actions.h
7343         * src/prefs_common.c
7344         * src/prefs_common.h
7345         * src/prefs_compose_writing.c
7346         * src/prefs_compose_writing.h
7347         * src/prefs_customheader.c
7348         * src/prefs_customheader.h
7349         * src/prefs_display_header.c
7350         * src/prefs_display_header.h
7351         * src/prefs_filtering.c
7352         * src/prefs_filtering.h
7353         * src/prefs_filtering_action.c
7354         * src/prefs_filtering_action.h
7355         * src/prefs_folder_column.c
7356         * src/prefs_folder_column.h
7357         * src/prefs_folder_item.c
7358         * src/prefs_folder_item.h
7359         * src/prefs_fonts.c
7360         * src/prefs_fonts.h
7361         * src/prefs_gtk.c
7362         * src/prefs_gtk.h
7363         * src/prefs_image_viewer.c
7364         * src/prefs_image_viewer.h
7365         * src/prefs_matcher.c
7366         * src/prefs_matcher.h
7367         * src/prefs_message.c
7368         * src/prefs_msg_colors.c
7369         * src/prefs_msg_colors.h
7370         * src/prefs_other.c
7371         * src/prefs_quote.c
7372         * src/prefs_receive.c
7373         * src/prefs_send.c
7374         * src/prefs_spelling.c
7375         * src/prefs_spelling.h
7376         * src/prefs_summaries.c
7377         * src/prefs_summaries.h
7378         * src/prefs_summary_column.c
7379         * src/prefs_summary_column.h
7380         * src/prefs_template.c
7381         * src/prefs_template.h
7382         * src/prefs_themes.c
7383         * src/prefs_themes.h
7384         * src/prefs_toolbar.c
7385         * src/prefs_toolbar.h
7386         * src/prefs_wrapping.c
7387         * src/prefs_wrapping.h
7388         * src/privacy.c
7389         * src/privacy.h
7390         * src/procheader.c
7391         * src/procheader.h
7392         * src/procmime.c
7393         * src/procmime.h
7394         * src/procmsg.c
7395         * src/procmsg.h
7396         * src/quote_fmt.c
7397         * src/quote_fmt_parse.y
7398         * src/recv.c
7399         * src/recv.h
7400         * src/remotefolder.c
7401         * src/remotefolder.h
7402         * src/send_message.c
7403         * src/send_message.h
7404         * src/setup.c
7405         * src/setup.h
7406         * src/sourcewindow.c
7407         * src/sourcewindow.h
7408         * src/ssl_manager.c
7409         * src/ssl_manager.h
7410         * src/statusbar.c
7411         * src/statusbar.h
7412         * src/stock_pixmap.c
7413         * src/stock_pixmap.h
7414         * src/summary_search.c
7415         * src/summary_search.h
7416         * src/summaryview.c
7417         * src/summaryview.h
7418         * src/syldap.c
7419         * src/syldap.h
7420         * src/textview.c
7421         * src/textview.h
7422         * src/toolbar.c
7423         * src/toolbar.h
7424         * src/undo.c
7425         * src/undo.h
7426         * src/unmime.c
7427         * src/unmime.h
7428         * src/vcard.c
7429         * src/vcard.h
7430         * src/wizard.c
7431         * src/wizard.h
7432         * src/common/base64.c
7433         * src/common/base64.h
7434         * src/common/defs.h
7435         * src/common/hooks.c
7436         * src/common/hooks.h
7437         * src/common/log.c
7438         * src/common/log.h
7439         * src/common/mgutils.c
7440         * src/common/mgutils.h
7441         * src/common/nntp.c
7442         * src/common/nntp.h
7443         * src/common/passcrypt.c
7444         * src/common/passcrypt.h.in
7445         * src/common/plugin.c
7446         * src/common/plugin.h
7447         * src/common/prefs.c
7448         * src/common/prefs.h
7449         * src/common/progressindicator.c
7450         * src/common/progressindicator.h
7451         * src/common/quoted-printable.c
7452         * src/common/quoted-printable.h
7453         * src/common/session.c
7454         * src/common/session.h
7455         * src/common/smtp.c
7456         * src/common/smtp.h
7457         * src/common/socket.c
7458         * src/common/socket.h
7459         * src/common/ssl.c
7460         * src/common/ssl.h
7461         * src/common/ssl_certificate.c
7462         * src/common/ssl_certificate.h
7463         * src/common/stringtable.c
7464         * src/common/stringtable.h
7465         * src/common/sylpheed.c
7466         * src/common/sylpheed.h
7467         * src/common/template.c
7468         * src/common/template.h
7469         * src/common/timing.h
7470         * src/common/utils.c
7471         * src/common/utils.h
7472         * src/common/version.h.in
7473         * src/common/xml.c
7474         * src/common/xml.h
7475         * src/common/xmlprops.c
7476         * src/common/xmlprops.h
7477         * src/gtk/colorlabel.c
7478         * src/gtk/colorsel.c
7479         * src/gtk/colorsel.h
7480         * src/gtk/description_window.c
7481         * src/gtk/description_window.h
7482         * src/gtk/filesel.c
7483         * src/gtk/filesel.h
7484         * src/gtk/foldersort.c
7485         * src/gtk/foldersort.h
7486         * src/gtk/gtkutils.c
7487         * src/gtk/gtkutils.h
7488         * src/gtk/inputdialog.c
7489         * src/gtk/inputdialog.h
7490         * src/gtk/logwindow.c
7491         * src/gtk/logwindow.h
7492         * src/gtk/manage_window.c
7493         * src/gtk/manage_window.h
7494         * src/gtk/menu.c
7495         * src/gtk/menu.h
7496         * src/gtk/pluginwindow.c
7497         * src/gtk/pluginwindow.h
7498         * src/gtk/prefswindow.c
7499         * src/gtk/prefswindow.h
7500         * src/gtk/progressdialog.c
7501         * src/gtk/progressdialog.h
7502         * src/gtk/sslcertwindow.c
7503         * src/gtk/sslcertwindow.h
7504         * src/plugins/clamav/clamav_plugin.c
7505         * src/plugins/clamav/clamav_plugin.h
7506         * src/plugins/clamav/clamav_plugin_gtk.c
7507         * src/plugins/demo/demo.c
7508         * src/plugins/dillo_viewer/dillo_prefs.c
7509         * src/plugins/dillo_viewer/dillo_prefs.h
7510         * src/plugins/dillo_viewer/dillo_viewer.c
7511         * src/plugins/pgpcore/passphrase.c
7512         * src/plugins/pgpcore/passphrase.h
7513         * src/plugins/pgpcore/plugin.c
7514         * src/plugins/pgpcore/select-keys.c
7515         * src/plugins/pgpcore/select-keys.h
7516         * src/plugins/pgpcore/sgpgme.c
7517         * src/plugins/pgpcore/sgpgme.h
7518         * src/plugins/pgpinline/pgpinline.c
7519         * src/plugins/pgpinline/pgpinline.h
7520         * src/plugins/pgpinline/plugin.c
7521         * src/plugins/pgpmime/pgpmime.c
7522         * src/plugins/pgpmime/pgpmime.h
7523         * src/plugins/pgpmime/plugin.c
7524         * src/plugins/spamassassin/spamassassin.c
7525         * src/plugins/spamassassin/spamassassin.h
7526         * src/plugins/spamassassin/spamassassin_gtk.c
7527         * src/plugins/trayicon/trayicon.c
7528                 update copyright header
7529
7530 2006-01-13 [paul]       1.9.100cvs141
7531
7532         * src/account.c
7533         * src/export.c
7534         * src/import.c
7535         * src/mainwindow.c
7536         * src/prefs_account.c
7537         * src/prefs_display_header.c
7538         * src/prefs_receive.c
7539         * src/prefs_send.c
7540         * src/prefs_summaries.c
7541         * src/prefs_themes.c
7542         * src/prefs_toolbar.c
7543         * src/gtk/about.c
7544                 various cleanups
7545
7546 2006-01-12 [colin]      1.9.100cvs140
7547
7548         * src/folder.c
7549         * src/folder.h
7550         * src/main.c
7551                 Add --subscribe option
7552                 Let sylpheed-claws email@domain.com equivalent to --compose
7553                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
7554
7555 2006-01-12 [paul]       1.9.100cvs139
7556
7557         * src/mainwindow.c
7558                 append 'Change folder order' label with '...'
7559         * src/prefs_actions.c
7560                 allow reordering of actions list by dnd
7561         * src/gtk/foldersort.c
7562                 make the dialog nicer
7563
7564 2006-01-11 [colin]      1.9.100cvs138
7565
7566         * src/compose.c
7567                 Allow templates without text
7568
7569 2006-01-11 [paul]       1.9.100cvs137
7570
7571         * tools/README
7572         * tools/filter_conv_new.pl
7573                 add info to README
7574                 also check .sylpheed for filter.xml
7575                 be a bit informative to the user
7576
7577 2006-01-11 [colin]      1.9.100cvs136
7578
7579         * src/textview.c
7580                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
7581
7582 2006-01-10 [paul]       1.9.100cvs135
7583
7584         * tools/Makefile.am
7585         * tools/filter_conv_new.pl
7586                 add script to convert new style Sylpheed
7587                 filter rules (Sylpheed >= 0.9.99) to
7588                 Claws filtering rules
7589
7590 2006-01-10 [colin]      1.9.100cvs134
7591
7592         * src/compose.c
7593                 Fix broken line joins in certain conditions
7594                 (between two quoted lines: <enter><enter><up>
7595                  <type a wrapped sentence><go in the first line>
7596                  <insert more text><watch as line joining failed>)
7597
7598 2006-01-10 [paul]       1.9.100cvs133
7599
7600         * src/compose.c
7601                 don't report success in error dialog
7602                 thanks to Colin
7603         * src/common/utils.c
7604                 include some trailing punctuations as URI
7605                 thanks to Hiro
7606
7607 2006-01-10 [paul]       1.9.100cvs132
7608
7609         * src/mimeview.c
7610                 fix incompatible pointer type
7611                 warning
7612
7613 2006-01-10 [paul]       1.9.100cvs131
7614
7615         * src/compose.c
7616                 change Subject in window title
7617                 instantaneously
7618
7619 2006-01-09 [colin]      1.9.100cvs130
7620
7621         * src/addressbook.c
7622         * src/headerview.c
7623         * src/mainwindow.c
7624         * src/messageview.c
7625         * src/mimeview.c
7626         * src/noticeview.c
7627         * src/summaryview.c
7628                 Fix possible crashes on exit and in addressbook
7629
7630 2006-01-09 [paul]       1.9.100cvs129
7631
7632         * src/prefs_msg_colors.c
7633                 some cleanups that I forgot last time
7634
7635 2006-01-09 [paul]       1.9.100cvs128
7636
7637         * README
7638         * src/folderview.c
7639         * src/prefs_msg_colors.c
7640                 add previously hidden option, color_new, to
7641                 the gui
7642                 move the page to Display/
7643                 rework the gui
7644
7645 2006-01-09 [wwp]        1.9.100cvs127
7646
7647         * src/prefs_themes.c
7648                 made the prefs/display/themes layouts spacing less condensed
7649                 (and so they match other prefs/pages' look).
7650
7651 2006-01-09 [paul]       1.9.100cvs126
7652
7653         * src/compose.c
7654         * src/prefs_common.c
7655         * src/prefs_common.h
7656         * src/prefs_wrapping.c
7657                 remove 'wrap at send' option
7658
7659 2006-01-06 [colin]      1.9.100cvs125
7660
7661         * src/compose.c
7662                 Just make completely sure we don't insert "manual line breaks" 
7663                 when wrapping... 
7664
7665 2006-01-04 [paul]
7666
7667         * 2.0.0-rc3 released
7668
7669 2006-01-04 [paul]       1.9.100cvs124
7670
7671         * src/folderview.c
7672                 fix bug 882, 'quick scroll in folder list
7673                 displays wrong folder contents'
7674
7675 2006-01-04 [paul]       1.9.100cvs123
7676
7677         * src/plugins/pgpmime/pgpmime.c
7678                 better debug information when signing
7679                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
7680
7681 2006-01-03 [colin]      1.9.100cvs122
7682
7683         * configure.ac
7684                 We need to recheck for gpgme 1.0.0 after checking
7685                 for 1.1.1, because if 1.1.1 isn't available, 
7686                 GPGME_LIBS and friends are blanked out by the 
7687                 second check.
7688
7689 2006-01-03 [colin]      1.9.100cvs121
7690
7691         * src/common/prefs.c
7692                 Windows unlink-before rename fix
7693         * src/plugins/pgpcore/sgpgme.c
7694                 Add support for PKA info if available
7695                 Both patches by Werner Koch
7696
7697 2006-01-03 [paul]       1.9.100cvs120
7698
7699         * src/messageview.c
7700                 fix bug 884, 'Send receipt' button visible in queue
7701                 Thanks to Colin
7702
7703 2006-01-02 [colin]      1.9.100cvs119
7704
7705         * src/compose.c
7706         * src/imap.c
7707                 Fix autosave on IMAP and more generally try to
7708                 return the correct ID on a newly added IMAP message
7709
7710 2006-01-02 [paul]       1.9.100cvs118
7711
7712         * manual/keyboard.xml
7713                 edited
7714
7715 2006-01-01 [paul]       1.9.100cvs117
7716
7717         * src/gtk/authors.h
7718                 alphabetical order
7719
7720 2005-12-30 [colin]      1.9.100cvs116
7721
7722         * manual/advanced.xml
7723                 Explain Pre/Post-processing differences.
7724
7725 2005-12-30 [colin]      1.9.100cvs115
7726
7727         * src/mh.c
7728                 Implement copy_msgs for a little optimization
7729         * src/imap.c
7730                 Finish yesterday's fix
7731
7732 2005-12-29 [colin]      1.9.100cvs114
7733
7734         * src/imap.c
7735                 Fix occasional failure in fetching a mail over
7736                 IMAP
7737
7738 2005-12-29 [colin]      1.9.100cvs113
7739
7740         * src/compose.c
7741                 Don't remove a draft when sending it, if it is 
7742                 locked.
7743
7744 2005-12-28 [colin]      1.9.100cvs112
7745
7746         * src/summaryview.c
7747                 Fix leak for real
7748
7749 2005-12-28 [wwp]        1.9.100cvs111
7750
7751         * doc/faq/.cvsignore
7752         * doc/faq/de/.cvsignore
7753         * doc/faq/en/.cvsignore
7754         * doc/faq/es/.cvsignore
7755         * doc/faq/fr/.cvsignore
7756         * doc/faq/it/.cvsignore
7757         * doc/manual/.cvsignore
7758         * doc/manual/de/.cvsignore
7759         * doc/manual/en/.cvsignore
7760         * doc/manual/es/.cvsignore
7761         * doc/manual/fr/.cvsignore
7762         * doc/manual/ja/.cvsignore
7763         * src/plugins/mathml_viewer/.cvsignore
7764                 rollback revival of those files (my bad, sorry for the noise).
7765
7766 2005-12-28 [wwp]        1.9.100cvs110
7767
7768         * src/compose.c
7769                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
7770
7771 2005-12-28 [wwp]        1.9.100cvs109
7772
7773         * doc/faq/.cvsignore
7774         * doc/faq/de/.cvsignore
7775         * doc/faq/en/.cvsignore
7776         * doc/faq/es/.cvsignore
7777         * doc/faq/fr/.cvsignore
7778         * doc/faq/it/.cvsignore
7779         * doc/manual/.cvsignore
7780         * doc/manual/de/.cvsignore
7781         * doc/manual/en/.cvsignore
7782         * doc/manual/es/.cvsignore
7783         * doc/manual/fr/.cvsignore
7784         * doc/manual/ja/.cvsignore
7785         * src/plugins/mathml_viewer/.cvsignore
7786         * po/.cvsignore
7787                 more files to ignore.
7788
7789 2005-12-24 [colin]      1.9.100cvs108
7790
7791         * AUTHORS
7792         * src/gtk/authors.h
7793                 Update for Werner
7794
7795 2005-12-24 [colin]      1.9.100cvs107
7796
7797         * src/procmsg.c
7798                 Allow NULL src_msginfo in 
7799                 procmsg_msginfo_new_from_mimeinfo
7800
7801 2005-12-23 [paul]       1.9.100cvs106
7802
7803         * src/plugins/pgpinline/mypgpcore.def
7804                 add this forgotten file
7805
7806 2005-12-23 [colin]      1.9.100cvs105
7807
7808         * src/mainwindow.c
7809                 Fix missing break
7810
7811 2005-12-23 [colin]      1.9.100cvs104
7812
7813         * autogen.sh
7814         * src/folder.c
7815         * src/mh.c
7816         * src/common/plugin.c
7817         * src/common/socket.c
7818         * src/common/socket.h
7819         * src/common/utils.c
7820         * src/common/utils.h
7821         * src/gtk/pluginwindow.c
7822         * src/plugins/pgpcore/plugin.def
7823         * src/plugins/pgpcore/sylpheed.def
7824         * src/plugins/pgpinline/Makefile.am
7825         * src/plugins/pgpinline/plugin.def
7826         * src/plugins/pgpinline/sylpheed.def
7827         * src/plugins/pgpmime/plugin.def
7828         * src/plugins/pgpmime/sylpheed.def
7829                 Various w32 fixes by Werner Koch
7830
7831 2005-12-22 [paul]       1.9.100cvs103
7832
7833         * src/wizard.c
7834                 don't offer IMAP as 'server type' if
7835                 libetpan isn't built in
7836
7837 2005-12-22 [paul]       1.9.100cvs102
7838
7839         * AUTHORS
7840         * src/mainwindow.c
7841         * src/mainwindow.h
7842         * src/toolbar.c
7843         * src/gtk/authors.h
7844                 support GTK_TOOLBAR_BOTH_HORIZ (text
7845                 next to icon) Patch by Marien Zwart
7846                 marienz@users.sf.net
7847                 Also reword the text
7848
7849 2005-12-21 [colin]      1.9.100cvs101
7850
7851         * configure.ac
7852                 Fix DATADIRNAME
7853         * COPYING
7854                 Fix missing section and explicit the exception better
7855         * src/compose.c
7856                 Prevent mail from being lost without notice when an
7857                 SMTP error happens on trying to send an unmodified
7858                 drafted mail.
7859         * src/send_message.c
7860         * src/common/smtp.c
7861                 Fix password remembering when wrong, and add return
7862                 value checks where they should have been
7863         * src/plugins/pgpcore/sylpheed.def
7864         * src/plugins/pgpinline/sylpheed.def
7865         * src/plugins/pgpmime/sylpheed.def
7866                 Add a few symbols needed
7867
7868 2005-12-21 [paul]       1.9.100cvs100
7869
7870         * m4/codeset.m4
7871         * m4/glibc21.m4
7872         * m4/intdiv0.m4
7873         * m4/inttypes-pri.m4
7874         * m4/inttypes.m4
7875         * m4/inttypes_h.m4
7876         * m4/isc-posix.m4
7877         * m4/lcmessage.m4
7878         * m4/stdint_h.m4
7879         * m4/uintmax_t.m4
7880                 gettextization
7881                 thanks to Colin
7882
7883 2005-12-21 [paul]       1.9.100cvs99
7884
7885         * po/sv.po
7886                 fixed by Colin
7887
7888 2005-12-20 [paul]       1.9.100cvs98
7889
7890         * po/sv.po
7891                 updated by Anders Trobäck
7892
7893 2005-12-20 [colin]      1.9.100cvs97
7894
7895         * ABOUT-NLS
7896         * Makefile.am
7897         * autogen.sh
7898         * configure.ac
7899         * config/config.rpath
7900         * config/mkinstalldirs
7901         * m4/Makefile.am
7902         * m4/glibc2.m4
7903         * m4/gnupg.m4
7904         * m4/gpgme.m4
7905         * m4/intmax.m4
7906         * m4/longdouble.m4
7907         * m4/longlong.m4
7908         * m4/printf-posix.m4
7909         * m4/signed.m4
7910         * m4/size_max.m4
7911         * m4/ulonglong.m4
7912         * m4/wchar_t.m4
7913         * m4/wint_t.m4
7914         * m4/xsize.m4
7915         * po/Makefile.in.in
7916         * po/Makevars
7917         * po/bg.po
7918         * po/ca.po
7919         * po/cs.po
7920         * po/de.po
7921         * po/el.po
7922         * po/en_GB.po
7923         * po/es.po
7924         * po/fi.po
7925         * po/fr.po
7926         * po/hr.po
7927         * po/hu.po
7928         * po/it.po
7929         * po/ja.po
7930         * po/ko.po
7931         * po/nb.po
7932         * po/nl.po
7933         * po/pl.po
7934         * po/pt_BR.po
7935         * po/ru.po
7936         * po/sk.po
7937         * po/sr.po
7938         * po/stamp-po
7939         * po/sv.po
7940         * po/zh_CN.po
7941         * po/zh_TW.po
7942         * src/Makefile.am
7943         * src/codeconv.c
7944         * src/compose.c
7945         * src/exporthtml.c
7946         * src/exportldif.c
7947         * src/folder.c
7948         * src/main.c
7949         * src/manual.c
7950         * src/mh.c
7951         * src/mimeview.c
7952         * src/send_message.c
7953         * src/common/Makefile.am
7954         * src/common/fnmatch.c
7955         * src/common/fnmatch.h
7956         * src/common/fnmatch_loop.c
7957         * src/common/nntp.c
7958         * src/common/plugin.c
7959         * src/common/smtp.c
7960         * src/common/socket.c
7961         * src/common/string_match.c
7962         * src/common/sylpheed.c
7963         * src/common/utils.c
7964         * src/common/utils.h
7965         * src/common/w32_dirent.c
7966         * src/common/w32_reg.c
7967         * src/common/w32_signal.c
7968         * src/common/w32_stat.c
7969         * src/common/w32_stdio.c
7970         * src/common/w32_stdlib.c
7971         * src/common/w32_string.c
7972         * src/common/w32_time.c
7973         * src/common/w32_unistd.c
7974         * src/common/w32_wait.c
7975         * src/common/w32lib.h
7976         * src/etpan/Makefile.am
7977         * src/gtk/Makefile.am
7978         * src/plugins/clamav/Makefile.am
7979         * src/plugins/demo/Makefile.am
7980         * src/plugins/dillo_viewer/Makefile.am
7981         * src/plugins/pgpcore/Makefile.am
7982         * src/plugins/pgpcore/passphrase.c
7983         * src/plugins/pgpcore/plugin.def
7984         * src/plugins/pgpcore/sgpgme.c
7985         * src/plugins/pgpcore/sylpheed.def
7986         * src/plugins/pgpcore/version.rc
7987         * src/plugins/pgpinline/Makefile.am
7988         * src/plugins/pgpinline/plugin.def
7989         * src/plugins/pgpinline/sylpheed.def
7990         * src/plugins/pgpinline/version.rc
7991         * src/plugins/pgpmime/Makefile.am
7992         * src/plugins/pgpmime/mypgpcore.def
7993         * src/plugins/pgpmime/plugin.def
7994         * src/plugins/pgpmime/sylpheed.def
7995         * src/plugins/pgpmime/version.rc
7996         * src/plugins/spamassassin/Makefile.am
7997                 Very little ;-) patch from Werner Koch, providing
7998                 infrastructure for cross-compiling to Win32
7999
8000 2005-12-20 [paul]       1.9.100cvs96
8001
8002         * src/account.c
8003         * src/account.h
8004         * src/mainwindow.c
8005         * src/mainwindow.h
8006         * src/toolbar.c
8007         * src/toolbar.h
8008                 add a combo to the Get All button, allowing
8009                 quick retrieval from any account
8010                 Patch by Fabien Vantard, slightly modified
8011                 by Colin
8012         * src/gtk/about.c
8013                 i18n fix. Patch by Fabien Vantard
8014
8015 2005-12-19 [colin]      1.9.100cvs95
8016
8017         * src/compose.c
8018         * src/compose.h
8019                 Don't automatically join lines when they've 
8020                 been separated by the user and not automatically
8021
8022 2005-12-19 [paul]       1.9.100cvs94
8023
8024         * src/gtk/pluginwindow.c
8025                 i18n fix.
8026                 Patch by Fabien Vantard
8027
8028 2005-12-15 [paul]       1.9.100cvs93
8029
8030         * src/common/plugin.c
8031         * src/common/plugin.h
8032         * src/gtk/pluginwindow.c
8033         * src/plugins/clamav/clamav_plugin.c
8034         * src/plugins/demo/demo.c
8035         * src/plugins/dillo_viewer/dillo_viewer.c
8036         * src/plugins/pgpcore/plugin.c
8037         * src/plugins/pgpinline/plugin.c
8038         * src/plugins/pgpmime/plugin.c
8039         * src/plugins/spamassassin/spamassassin.c
8040         * src/plugins/trayicon/trayicon.c
8041                 add plugin_version()
8042
8043 2005-12-15 [colin]      1.9.100cvs92
8044
8045         * src/compose.c
8046                 Further fix bug #875
8047
8048 2005-12-15 [paul]       1.9.100cvs91
8049
8050         * src/gtk/filesel.c
8051                 fix attach_load_dir getting set to
8052                 PLUGINDIR on plugin load
8053
8054 2005-12-14 [mones]      1.9.100cvs90
8055
8056         * manual/ack.xml
8057         * manual/keyboard.xml
8058                 Initial draft and some shortcuts added
8059                 
8060         * po/es.po
8061                 Updated translation
8062
8063 2005-12-14 [colin]      1.9.100cvs89
8064
8065         * src/compose.c
8066         * src/imap.c
8067         * src/summaryview.c
8068         * src/gtk/gtkaspell.c
8069                 More leaks fixed
8070         * src/prefs_folder_item.c
8071                 Fix recursive prefs apply
8072
8073
8074 2005-12-14 [colin]      1.9.100cvs88
8075
8076         * src/compose.c
8077                 Fix bug #875 (Freeze On Inline Forward of 
8078                 Large Message)
8079
8080 2005-12-13 [colin]      1.9.100cvs87
8081
8082         * src/compose.c
8083                 Uniq-ify and sort the mimetypes list
8084                 Patch by Fabien Vantard
8085
8086 2005-12-13 [colin]      1.9.100cvs86
8087
8088         * src/imap.c
8089         * src/etpan/imap-thread.c
8090                 Fix leaks (patch by Hoa)
8091         * src/news.c
8092         * src/common/plugin.c
8093                 Fix leaks
8094
8095 2005-12-12 [colin]
8096
8097         * 2.0.0-rc2 released
8098
8099 2005-12-12 [colin]      1.9.100cvs85
8100
8101         * src/matcher.c
8102                 Fix a leak
8103
8104 2005-12-12 [wwp]        1.9.100cvs84
8105
8106         * src/gtk/icon_legend.c
8107                 fix misbehaviour and crash when closing the legend window
8108         using the Esc key (patch by Fabien Vantard).
8109
8110 2005-12-12 [paul]       1.9.100cvs83
8111
8112         * src/browseldap.c
8113         * src/foldersel.c
8114         * src/prefs_actions.c
8115         * src/prefs_filtering.c
8116         * src/prefs_matcher.c
8117         * src/prefs_spelling.glade      ** REMOVED **
8118         * src/prefs_template.c
8119         * src/gtk/foldersort.glade      ** REMOVED **
8120         * src/gtk/pluginwindow.c
8121         * src/gtk/pluginwindow.glade    ** REMOVED **
8122         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
8123                 cleanups
8124
8125 2005-12-11 [paul]       1.9.100cvs82
8126
8127         * src/gtk/filesel.c
8128                 fix attach_load_dir crasher (double free)
8129
8130 2005-12-09 [paul]       1.9.100cvs81
8131
8132         * po/POTFILES.in
8133         * src/mainwindow.c
8134         * src/gtk/Makefile.am
8135         * src/gtk/icon_legend.c
8136         * src/gtk/icon_legend.h
8137                 add icon legend
8138         * src/manual.c
8139                 cleanup
8140
8141 2005-12-09 [paul]       1.9.100cvs80
8142
8143         * src/plugins/pgpcore/passphrase.c
8144                 wrap the label in the dialog
8145
8146 2005-12-09 [colin]      1.9.100cvs79
8147
8148         * src/plugins/pgpcore/sgpgme.c
8149                 Display (untrusted) on not trusted signatures
8150                 Patch by Michal Èihaø <michal@cihar.com>
8151                 Closes bug #867 (Report also key trust)
8152
8153 2005-12-09 [colin]      1.9.100cvs78
8154
8155         * src/common/plugin.c
8156                 Update licence check, following Eben Moglen's advice
8157
8158 2005-12-08 [colin]      1.9.100cvs77
8159
8160         * src/folder.c
8161                 Fix the occasionnal item->cache != NULL 
8162                 assertion failure. 
8163
8164 2005-12-08 [colin]      1.9.100cvs76
8165
8166         * src/mimeview.c
8167         * src/plugins/pgpcore/sgpgme.c
8168                 Print key id when unable to check it
8169                 Closes bug #866 (Show key id when missing)
8170
8171 2005-12-08 [paul]       1.9.100cvs75
8172
8173         * src/prefs_common.c
8174         * src/prefs_common.h
8175         * src/gtk/filesel.c
8176                 remember load attachment dir
8177
8178 2005-12-07 [colin]      1.9.100cvs74
8179
8180         * src/prefs_toolbar.c
8181                 Gtk fixes, patch by Fabien Vantard
8182
8183 2005-12-07 [colin]      1.9.100cvs73
8184
8185         * src/action.c
8186         * src/compose.c
8187         * src/compose.h
8188                 Fix bug #839 (Quoted text isn't colored after 
8189                 executing an action)
8190         * src/common/plugin.c
8191                 Require plugins to declare their licence in plugin_licence()
8192                 Refuse to load non-GPL plugins as they'd be illegal (as 
8193                 derived works of Sylpheed-Claws, they must be GPL).
8194         * src/plugins/clamav/clamav_plugin.c
8195         * src/plugins/demo/demo.c
8196         * src/plugins/dillo_viewer/dillo_viewer.c
8197         * src/plugins/pgpcore/plugin.c
8198         * src/plugins/pgpinline/plugin.c
8199         * src/plugins/pgpmime/plugin.c
8200         * src/plugins/spamassassin/spamassassin.c
8201         * src/plugins/trayicon/trayicon.c
8202                 Add plugin_licence()
8203
8204 2005-12-07 [paul]       1.9.100cvs72
8205
8206         * configure.ac
8207         * src/mainwindow.c
8208         * src/manual.c
8209         * src/manual.h
8210         * src/common/defs.h
8211                 clean up after local FAQ removal and
8212                 temporary manual removal
8213
8214 2005-12-06 [colin]      1.9.100cvs71
8215
8216         * configure.ac
8217         * doc/Makefile.am
8218         * doc/faq/.cvsignore
8219         * doc/faq/Makefile.am
8220         * doc/faq/de/.cvsignore
8221         * doc/faq/de/Makefile.am
8222         * doc/faq/de/sylpheed-faq-1.html
8223         * doc/faq/de/sylpheed-faq-2.html
8224         * doc/faq/de/sylpheed-faq-3.html
8225         * doc/faq/de/sylpheed-faq.html
8226         * doc/faq/en/.cvsignore
8227         * doc/faq/en/Makefile.am
8228         * doc/faq/en/sylpheed-faq-1.html
8229         * doc/faq/en/sylpheed-faq-2.html
8230         * doc/faq/en/sylpheed-faq-3.html
8231         * doc/faq/en/sylpheed-faq-4.html
8232         * doc/faq/en/sylpheed-faq.html
8233         * doc/faq/es/.cvsignore
8234         * doc/faq/es/Makefile.am
8235         * doc/faq/es/sylpheed-faq-1.html
8236         * doc/faq/es/sylpheed-faq-2.html
8237         * doc/faq/es/sylpheed-faq-3.html
8238         * doc/faq/es/sylpheed-faq-4.html
8239         * doc/faq/es/sylpheed-faq.html
8240         * doc/faq/fr/.cvsignore
8241         * doc/faq/fr/Makefile.am
8242         * doc/faq/fr/sylpheed-faq-1.html
8243         * doc/faq/fr/sylpheed-faq-2.html
8244         * doc/faq/fr/sylpheed-faq-3.html
8245         * doc/faq/fr/sylpheed-faq.html
8246         * doc/faq/it/.cvsignore
8247         * doc/faq/it/Makefile.am
8248         * doc/faq/it/sylpheed-faq-1.html
8249         * doc/faq/it/sylpheed-faq-2.html
8250         * doc/faq/it/sylpheed-faq-3.html
8251         * doc/faq/it/sylpheed-faq.html
8252         * doc/manual/.cvsignore
8253         * doc/manual/Makefile.am
8254         * doc/manual/de/.cvsignore
8255         * doc/manual/de/Makefile.am
8256         * doc/manual/de/sylpheed-1.html
8257         * doc/manual/de/sylpheed-10.html
8258         * doc/manual/de/sylpheed-11.html
8259         * doc/manual/de/sylpheed-12.html
8260         * doc/manual/de/sylpheed-13.html
8261         * doc/manual/de/sylpheed-14.html
8262         * doc/manual/de/sylpheed-15.html
8263         * doc/manual/de/sylpheed-16.html
8264         * doc/manual/de/sylpheed-17.html
8265         * doc/manual/de/sylpheed-18.html
8266         * doc/manual/de/sylpheed-19.html
8267         * doc/manual/de/sylpheed-2.html
8268         * doc/manual/de/sylpheed-20.html
8269         * doc/manual/de/sylpheed-3.html
8270         * doc/manual/de/sylpheed-4.html
8271         * doc/manual/de/sylpheed-5.html
8272         * doc/manual/de/sylpheed-6.html
8273         * doc/manual/de/sylpheed-7.html
8274         * doc/manual/de/sylpheed-8.html
8275         * doc/manual/de/sylpheed-9.html
8276         * doc/manual/de/sylpheed.html
8277         * doc/manual/en/.cvsignore
8278         * doc/manual/en/Makefile.am
8279         * doc/manual/en/sylpheed-1.html
8280         * doc/manual/en/sylpheed-10.html
8281         * doc/manual/en/sylpheed-11.html
8282         * doc/manual/en/sylpheed-12.html
8283         * doc/manual/en/sylpheed-13.html
8284         * doc/manual/en/sylpheed-14.html
8285         * doc/manual/en/sylpheed-15.html
8286         * doc/manual/en/sylpheed-16.html
8287         * doc/manual/en/sylpheed-17.html
8288         * doc/manual/en/sylpheed-18.html
8289         * doc/manual/en/sylpheed-19.html
8290         * doc/manual/en/sylpheed-2.html
8291         * doc/manual/en/sylpheed-20.html
8292         * doc/manual/en/sylpheed-21.html
8293         * doc/manual/en/sylpheed-22.html
8294         * doc/manual/en/sylpheed-3.html
8295         * doc/manual/en/sylpheed-4.html
8296         * doc/manual/en/sylpheed-5.html
8297         * doc/manual/en/sylpheed-6.html
8298         * doc/manual/en/sylpheed-7.html
8299         * doc/manual/en/sylpheed-8.html
8300         * doc/manual/en/sylpheed-9.html
8301         * doc/manual/en/sylpheed.html
8302         * doc/manual/es/.cvsignore
8303         * doc/manual/es/Makefile.am
8304         * doc/manual/es/sylpheed-1.html
8305         * doc/manual/es/sylpheed-10.html
8306         * doc/manual/es/sylpheed-11.html
8307         * doc/manual/es/sylpheed-12.html
8308         * doc/manual/es/sylpheed-13.html
8309         * doc/manual/es/sylpheed-14.html
8310         * doc/manual/es/sylpheed-15.html
8311         * doc/manual/es/sylpheed-16.html
8312         * doc/manual/es/sylpheed-17.html
8313         * doc/manual/es/sylpheed-18.html
8314         * doc/manual/es/sylpheed-19.html
8315         * doc/manual/es/sylpheed-2.html
8316         * doc/manual/es/sylpheed-20.html
8317         * doc/manual/es/sylpheed-3.html
8318         * doc/manual/es/sylpheed-4.html
8319         * doc/manual/es/sylpheed-5.html
8320         * doc/manual/es/sylpheed-6.html
8321         * doc/manual/es/sylpheed-7.html
8322         * doc/manual/es/sylpheed-8.html
8323         * doc/manual/es/sylpheed-9.html
8324         * doc/manual/es/sylpheed.html
8325         * doc/manual/fr/.cvsignore
8326         * doc/manual/fr/Makefile.am
8327         * doc/manual/fr/sylpheed-1.html
8328         * doc/manual/fr/sylpheed-10.html
8329         * doc/manual/fr/sylpheed-11.html
8330         * doc/manual/fr/sylpheed-12.html
8331         * doc/manual/fr/sylpheed-13.html
8332         * doc/manual/fr/sylpheed-14.html
8333         * doc/manual/fr/sylpheed-15.html
8334         * doc/manual/fr/sylpheed-16.html
8335         * doc/manual/fr/sylpheed-17.html
8336         * doc/manual/fr/sylpheed-18.html
8337         * doc/manual/fr/sylpheed-19.html
8338         * doc/manual/fr/sylpheed-2.html
8339         * doc/manual/fr/sylpheed-20.html
8340         * doc/manual/fr/sylpheed-3.html
8341         * doc/manual/fr/sylpheed-4.html
8342         * doc/manual/fr/sylpheed-5.html
8343         * doc/manual/fr/sylpheed-6.html
8344         * doc/manual/fr/sylpheed-7.html
8345         * doc/manual/fr/sylpheed-8.html
8346         * doc/manual/fr/sylpheed-9.html
8347         * doc/manual/fr/sylpheed.html
8348         * doc/manual/ja/.cvsignore
8349         * doc/manual/ja/Makefile.am
8350         * doc/manual/ja/sylpheed-1.html
8351         * doc/manual/ja/sylpheed-10.html
8352         * doc/manual/ja/sylpheed-11.html
8353         * doc/manual/ja/sylpheed-12.html
8354         * doc/manual/ja/sylpheed-13.html
8355         * doc/manual/ja/sylpheed-14.html
8356         * doc/manual/ja/sylpheed-15.html
8357         * doc/manual/ja/sylpheed-16.html
8358         * doc/manual/ja/sylpheed-17.html
8359         * doc/manual/ja/sylpheed-18.html
8360         * doc/manual/ja/sylpheed-19.html
8361         * doc/manual/ja/sylpheed-2.html
8362         * doc/manual/ja/sylpheed-20.html
8363         * doc/manual/ja/sylpheed-3.html
8364         * doc/manual/ja/sylpheed-4.html
8365         * doc/manual/ja/sylpheed-5.html
8366         * doc/manual/ja/sylpheed-6.html
8367         * doc/manual/ja/sylpheed-7.html
8368         * doc/manual/ja/sylpheed-8.html
8369         * doc/manual/ja/sylpheed-9.html
8370         * doc/manual/ja/sylpheed.html
8371         * doc/manual/ja/sylpheed.sgml
8372         * src/mainwindow.c
8373                 Remove outdated manual and faq. Noisy, eh?
8374
8375 2005-12-06 [colin]      1.9.100cvs70
8376
8377         * src/compose.c
8378         * src/quote_fmt_parse.y
8379         * src/undo.c
8380         * src/undo.h
8381                 Allow %X to position cursor at 0 
8382                 (no %X = before signature)
8383                 Fix paste as quotation putting the cursor at 0
8384                 Fix undo offsets when pasting
8385                 Insert the quote_fmt at once instead of line 
8386                 by line
8387                 Fix [Edited] when starting to reply/forward
8388
8389 2005-12-06 [paul]       1.9.100cvs69
8390
8391         * src/plugins/clamav/clamav_plugin_gtk.c
8392                 add another tooltip
8393         * src/plugins/spamassassin/spamassassin_gtk.c
8394                 rework spamassassin_create_widget_func()
8395
8396 2005-12-05 [colin]      1.9.100cvs68
8397
8398         * po/POTFILES.in
8399                 Fix make release ;-)
8400
8401 2005-12-05 [colin]      1.9.100cvs67
8402
8403         * src/compose.c
8404         * src/compose.h
8405                 Fix cursor positioning (not obeying %X)
8406
8407 2005-12-05 [paul]       1.9.100cvs66
8408
8409         * src/plugins/dillo_viewer/dillo_prefs.c
8410                 fix compilation warning
8411
8412 2005-12-05 [paul]       1.9.100cvs65
8413
8414         * src/prefs_spelling.c
8415         * src/plugins/trayicon/trayicon.c
8416                 cleanups - remove unused stuff
8417
8418 2005-12-05 [paul]       1.9.100cvs64
8419
8420         * README
8421         * manual/plugins.xml
8422                 remove info about removed mathml_viewer plugin
8423
8424 2005-12-05 [paul]       1.9.100cvs63
8425
8426         * configure.ac
8427         * src/plugins/Makefile.am
8428         * src/plugins/mathml_viewer/.cvsignore
8429         * src/plugins/mathml_viewer/Makefile.am
8430         * src/plugins/mathml_viewer/mathml_viewer.c
8431                 remove unmaintained mathml_viewer plugin
8432
8433 2005-12-05 [paul]       1.9.100cvs62
8434
8435         * src/summaryview.c
8436                 obey prefs_common.always_show_msg when
8437                 moving a msg
8438                 Thanks to Colin
8439
8440 2005-12-05 [paul]       1.9.100cvs61
8441
8442         * src/compose.c
8443         * src/prefs_account.c
8444         * src/prefs_filtering.c
8445         * src/prefs_quote.c
8446         * src/prefs_spelling.c
8447         * src/prefs_toolbar.c
8448         * src/summaryview.c
8449         * src/gtk/gtkutils.c
8450         * src/gtk/quicksearch.c
8451         * src/plugins/dillo_viewer/dillo_prefs.c
8452                 dialog cleanups
8453
8454 2005-12-04 [paul]       1.9.100cvs60
8455
8456         * src/inc.c
8457         * src/prefs_account.c
8458         * src/prefs_account.h
8459                 allow a Local account to specify a
8460                 default inbox
8461                 (closes bug 843 'Inbox cannot be changed for local
8462                  mailboxes')
8463
8464 2005-12-04 [colin]      1.9.100cvs59
8465
8466         * src/plugins/trayicon/trayicon.c
8467                 Remove Get, rename Get All to Get Mail in order to
8468                 be consistent with the default main toolbar
8469
8470 2005-12-03 [colin]      1.9.100cvs58
8471
8472         * manual/gpl.xml
8473         * manual/sylpheed-claws-manual.xml
8474                 Add GPL appendix
8475
8476 2005-12-03 [paul]       1.9.100cvs57
8477
8478         * AUTHORS
8479         * po/sv.po
8480         * src/gtk/authors.h
8481                 new (partially complete) Swedish translation
8482                 by Anders Troback <sylpheed@troback.com>
8483
8484 2005-12-02 [paul]       1.9.100cvs56
8485
8486         * configure.ac
8487                 libetpan 0.41 required
8488
8489 2005-12-02 [paul]       1.9.100cvs55
8490
8491         * src/plugins/clamav/clamav_plugin.c
8492         * src/plugins/clamav/clamav_plugin.h
8493         * src/plugins/clamav/clamav_plugin_gtk.c
8494         * src/plugins/spamassassin/spamassassin.c
8495         * src/plugins/spamassassin/spamassassin.h
8496         * src/plugins/spamassassin/spamassassin_gtk.c
8497                 unregister prefs pages on unloading, thus
8498                 preventing a crash
8499                 (thanks to Colin for the hint)
8500
8501 2005-12-02 [wwp]        1.9.100cvs54
8502
8503         * src/quote_fmt.h
8504         * src/quote_fmt_parse.y
8505                 fix misuse of gboolean*, use gboolean instead
8506                 (thanks to Paul, Colin, for pointing out that scaring one)
8507
8508 2005-12-02 [paul]       1.9.100cvs53
8509
8510         * src/plugins/clamav/clamav_plugin.c
8511                 int no --> unsigned int no
8512         * src/plugins/clamav/clamav_plugin_gtk.c
8513                 rework config page
8514
8515 2005-12-02 [wwp]        1.9.100cvs52
8516
8517         * src/compose.c
8518         * src/prefs_template.c
8519         * src/quote_fmt.h
8520         * src/quote_fmt_parse.y
8521                 prevent from executing |f and |p templates commands when
8522                 adding or replacing templates in prefs (avoids annoying and
8523                 potentially dangerous behaviours)
8524
8525 2005-12-02 [paul]       1.9.100cvs51
8526
8527         * src/prefs_common.c
8528                 allow translation of some default values
8529                 Patch by Fabien Vantard
8530
8531 2005-12-02 [paul]       1.9.100cvs50
8532
8533         * src/codeconv.c
8534         * src/codeconv.h
8535         * src/prefs_common.c
8536         * src/prefs_common.h
8537         * src/prefs_message.c
8538         * src/textview.c
8539                 remove obsolete 'convert_mb_alnum' option
8540                 and related stuff
8541         * src/gtk/about.c
8542                 remove unused 'about_textview_visibility_notify'
8543
8544 2005-12-02 [paul]       1.9.100cvs49
8545
8546         * src/prefs_account.c
8547         * src/prefs_compose_writing.c
8548         * src/prefs_fonts.c
8549         * src/prefs_gtk.h
8550         * src/prefs_image_viewer.c
8551         * src/prefs_message.c
8552         * src/prefs_other.c
8553         * src/prefs_receive.c
8554         * src/prefs_send.c
8555         * src/prefs_spelling.c
8556         * src/prefs_summaries.c
8557         * src/prefs_wrapping.c
8558         * src/plugins/dillo_viewer/dillo_prefs.c
8559         * src/plugins/pgpcore/prefs_gpg.c
8560                 several cleanups to the prefs dialogs
8561                 (slightly modified) patch by Fabien Vantard
8562
8563 2005-12-02 [paul]       1.9.100cvs48
8564
8565         * src/main.c
8566                 --exit means exit
8567         * src/send_message.c
8568                 fix crash on send when connection fails
8569
8570         Thanks to Colin
8571
8572 2005-12-01 [colin]      1.9.100cvs47
8573
8574         * src/html.c
8575                 Translate &hellip; to "..."
8576
8577 2005-11-30 [colin]      1.9.100cvs46
8578
8579         * src/matcher.c
8580         * src/matcher.h
8581                 Optimize back yesterday's fix.
8582
8583 2005-11-30 [paul]       1.9.100cvs45
8584
8585         * manual/faq.xml
8586                 standardised
8587         * manual/intro.xml
8588                 written by Colin, edited by me
8589
8590 2005-11-29 [colin]      1.9.100cvs44
8591
8592         * src/matcher.c
8593                 Skip headers unconditionnaly in match_body if the
8594                 rule is not message or ~message
8595
8596 2005-11-29 [colin]      1.9.100cvs43
8597
8598         * src/matcher.c
8599                 Fix body_part and such, not skipping headers 
8600                 if the matchcriteria wasn't the first in the rule
8601
8602 2005-11-29 [colin]      1.9.100cvs42
8603
8604         * src/compose.c
8605                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
8606                 option missing from message view window)
8607                 Fix double text D'n'D with gtk-2.8
8608         * src/matcher.c
8609                 Fix ~message, ~headers_part, ~body_part rules
8610         * src/messageview.c
8611                 Add Windows-1252 (Closes bug #863)
8612                 Fix accels
8613         * src/gtk/gtkaspell.c
8614                 Properly destroy accels in all menus
8615
8616 2005-11-29 [mones]      1.9.100cvs41
8617
8618         * po/es.po
8619                 Updated.
8620
8621 2005-11-27 [colin]      1.9.100cvs40
8622
8623         * src/mh_gtk.c
8624                 "/Remove mailbox" -> "/Remove mailbox..."
8625
8626 2005-11-27 [paul]       1.9.100cvs39
8627
8628         * AUTHORS
8629         * po/de.po
8630         * src/gtk/authors.h
8631                 updated by new maintainer, Stephan Sachse
8632
8633 2005-11-27 [paul]       1.9.100cvs38
8634
8635         * manual/faq.xml
8636                 written by Colin, edited by me
8637
8638 2005-11-27 [paul]       1.9.100cvs37
8639
8640         * src/prefs_common.c
8641         * src/prefs_common.h
8642         * src/prefs_receive.c
8643         * src/prefs_summaries.c
8644                 move 'go to inbox after receiving new mail'
8645                 option from display/sumamaries to mail
8646                 handling/receive, and rework prefs_summaries
8647                 dialog a little
8648
8649 2005-11-25 [martin]     1.9.100cvs36
8650
8651         * po/de.po
8652             fixed windows-1252 translation;
8653             translated some new and fuzzy strings
8654
8655 2005-11-25 [paul]       1.9.100cvs35
8656
8657         * src/plugins/clamav/clamav_plugin.c
8658                 complete the update done in cvs34
8659
8660 2005-11-25 [paul]       1.9.100cvs34
8661
8662         * src/plugins/clamav/clamav_plugin.c
8663                 reflect upstream changes
8664
8665 2005-11-25 [paul]       1.9.100cvs33
8666
8667         * manual/ack.xml
8668         * manual/plugins.xml
8669         * manual/sylpheed-claws-manual.xml
8670                 written/updated by Colin, edited by me
8671         * tools/acroread2sylpheed.pl
8672                 update binary name
8673
8674 2005-11-24 [colin]      1.9.100cvs32
8675
8676         * src/compose.c
8677                 Fix bug #856 (reediting messages forgets Request
8678                 Return Receipt)
8679
8680 2005-11-24 [paul]       1.9.100cvs31
8681
8682         * manual/addrbook.xml
8683         * manual/starting.xml
8684                 written by Colin, proofread, edited, adapted by me
8685         * manual/advanced.xml
8686                 add some Actions examples
8687         * src/importldif.c
8688                 use a Save button instead of a Close button
8689         * src/wizard.c
8690                 indicate mandatory fields
8691                 fix page display
8692                 Thanks to Colin
8693
8694 2005-11-23 [colin]      1.9.100cvs30
8695
8696         * src/addressbook.c
8697                 Rename menu item, fix possible crash after
8698                 deletion of books
8699         * src/addrindex.c
8700                 Allow searching for '*' in ldap
8701         * src/browseldap.c
8702                 Fix "Browse Entry" (did anyone use it?)
8703         * src/wizard.c
8704                 Add guards for mandatory information
8705
8706 2005-11-23 [paul]       1.9.100cvs29
8707
8708         * manual/advanced.xml
8709                 corrections to the English
8710
8711 2005-11-23 [colin]      1.9.100cvs28
8712
8713         * src/mimeview.c
8714                 Fix possible crash at exit. After the call to
8715                 gtk_container_remove(), the Viewer's widget has no
8716                 more parent so gtk+ automatically frees it and its
8717                 sons. If destroy_viewer() then try to access it,
8718                 problems ensue.
8719
8720 2005-11-22 [colin]      1.9.100cvs27
8721
8722         * src/compose.c
8723         * src/gtk/gtkaspell.c
8724                 Fix right-clicking on a misspelled word
8725                 Fix More... in suggestions menu
8726
8727 2005-11-22 [wwp]        1.9.100cvs26
8728
8729         * src/prefs_template.c
8730                 templates works: re-sort templates list when adding or replacing,
8731                 prevent from adding or replacing when the template name is empty
8732
8733 2005-11-21 [colin]      1.9.100cvs25
8734
8735         * src/addressbook.c
8736                 Fix some addressbook suckage (dnd, select all)
8737         * src/compose.c
8738         * src/gtk/gtkaspell.c
8739         * src/gtk/gtkaspell.h
8740                 Make the spellchecker menu work with the 
8741                 GtkTextView one instead of overriding it
8742
8743 2005-11-20 [paul]       1.9.100cvs24
8744
8745         * manual/handling.xml
8746                 proofread and corrected
8747
8748 2005-11-20 [paul]       1.9.100cvs23
8749
8750         * manual/Makefile
8751                 generate html as one file
8752         * manual/advanced.xml
8753                 fix output generation
8754                 reformat hidden options list
8755         * manual/manual.xml     ** REMOVED **
8756         * manual/sylpheed-claws-manual.xml      ** ADDED **
8757                 renamed
8758
8759 2005-11-18 [colin]      1.9.100cvs22
8760
8761         * src/prefs_account.c
8762                 Fix layout in news and mbox accounts
8763         * manual/account.xml
8764         * manual/advanced.xml
8765                 New contents for Paul to check :)
8766
8767 2005-11-18 [wwp]        1.9.100cvs21
8768
8769         * src/gtk/quicksearch.c
8770                 don't update extended quicksearch buttons twice
8771
8772 2005-11-18 [paul]       1.9.100cvs20
8773
8774         * src/textview.c
8775                 complete 1.9.100cvs19
8776
8777 2005-11-18 [paul]       1.9.100cvs19
8778
8779         * src/compose.c
8780                 cosmetic improvements
8781         * src/textview.c
8782                 also list text/* attachments
8783
8784 2005-11-18 [colin]      1.9.100cvs18
8785
8786         * src/summaryview.c
8787                 Use column 0 instead of -1 in 
8788                 gtk_ctree_node_moveto, in a naive
8789                 hope it'll fix the gtk-related crashes
8790
8791 2005-11-18 [colin]      1.9.100cvs17
8792
8793         * src/gtk/inputdialog.c
8794                 Fix icon staying the first one
8795
8796 2005-11-17 [wwp]        1.9.100cvs16
8797                 fix possible problem showing some quicksearch buttons, and a bad
8798                 call to g_return_if_fail in a function that returns a value (both
8799                 fixes by Fabien Vantard)
8800
8801 2005-11-15 [wwp]        1.9.100cvs15
8802
8803         * src/gtk/quicksearch.c
8804                 added a tooltip to that obscure ... quicksearch button
8805
8806 2005-11-15 [wwp]        1.9.100cvs14
8807
8808         * src/gtk/quicksearch.c
8809                 add a quicksearch helper to filtering expression users: the ... button
8810                 raises the condition expr window. condition expressions set up w/ this
8811                 window are used by the quicksearch if the user closes it pressing OK.
8812
8813 2005-11-14 [paul]       1.9.100cvs13
8814
8815         * src/plugins/clamav/clamav_plugin.c
8816         * src/plugins/spamassassin/spamassassin.c
8817                 change plugin type following recent merging
8818
8819 2005-11-14 [wwp]        1.9.100cvs12
8820
8821         * src/folder.c
8822                 prevent from crashing when copying/moving message(s) from and
8823                 to the same folder
8824
8825 2005-11-14 [paul]       1.9.100cvs11
8826
8827         * src/plugins/clamav/Makefile.am
8828         * src/plugins/clamav/clamav_plugin.c
8829         * src/plugins/clamav/clamav_plugin.h
8830         * src/plugins/clamav/clamav_plugin_gtk.c
8831                 also merge clamav and clamav_gtk plugins
8832
8833 2005-11-13 [colin]      1.9.100cvs10
8834
8835         * configure.ac
8836         * src/plugins/spamassassin/Makefile.am
8837         * src/plugins/spamassassin/spamassassin.c
8838         * src/plugins/spamassassin/spamassassin.h
8839         * src/plugins/spamassassin/spamassassin_gtk.c
8840                 Merge spamassassin and spamassassin_gtk plugins,
8841                 and build it by default.
8842
8843 2005-11-12 [colin]      1.9.100cvs9
8844
8845         * src/etpan/imap-thread.c
8846                 Fix gcc warning
8847
8848 2005-11-12 [colin]      1.9.100cvs8
8849
8850         * src/procmime.c
8851                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
8852
8853 2005-11-10 [colin]      1.9.100cvs7
8854
8855         * src/main.c
8856                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
8857                 minimised state)
8858
8859 2005-11-10 [wwp]        1.9.100cvs6
8860
8861         * src/gtk/description_window.c
8862                 fix a crash when closing description windows using the WM's [X] button
8863
8864 2005-11-09 [colin]      1.9.100cvs5
8865
8866         * src/common/ssl.c
8867                 Update libetpan call to follow upstream
8868                 (yes, this requires libetpan-0.40cvs3)
8869
8870 2005-11-08 [colin]      1.9.100cvs4
8871
8872         * src/compose.c
8873         * src/textview.c
8874         * src/common/utils.c
8875         * src/common/utils.h
8876                 Enhance the email parser
8877
8878 2005-11-08 [colin]      1.9.100cvs3
8879
8880         * src/procmime.c
8881                 Fix what looks like an off-by-one (fixes 
8882                 attachments from the Bat)
8883
8884 2005-11-08 [wwp]        1.9.100cvs2
8885
8886         * src/main.c
8887                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
8888
8889 2005-11-08 [wwp]        1.9.100cvs1
8890
8891         * src/main.c
8892                 allow exiting Sylpheed-Claws from command-line
8893
8894 2005-11-08 [paul]       1.9.100
8895
8896         1.9.100 released
8897
8898 2005-11-07 [colin]      1.9.99cvs17
8899
8900         * src/addritem.c
8901         * src/ldif.c
8902                 Fix import of base-64 encoded items
8903
8904 2005-11-07 [colin]      1.9.99cvs16
8905
8906         * src/send_message.c
8907                 Fix bug #314 (Queue does not empty under certain 
8908                 circumstances)
8909
8910 2005-11-07 [paul]       1.9.99cvs15
8911
8912         * src/mutt.c
8913         * src/pine.c
8914                 fix buffer overflows
8915                 Thanks to Colin
8916
8917 2005-11-07 [paul]       1.9.99cvs14
8918
8919         * doc/man/Makefile.am
8920         * doc/man/sylpheed-claws.1      ** ADDED **
8921         * doc/man/sylpheed.1            ** DELETED **
8922                 rename and update the man file
8923
8924 2005-11-06 [colin]      1.9.99cvs13
8925
8926         * src/ldif.c
8927                 Fix ldif_get_line() that returned empty strings
8928                 (Didn't understand why). Also fix a possible
8929                 buffer overflow.
8930
8931 2005-11-06 [wwp]        1.9.99cvs12
8932
8933         * src/textview.c
8934         * src/gtk/about.c
8935         * src/gtk/gtkutils.c
8936         * src/gtk/gtkutils.h
8937                 fix a compilation warning,
8938                 make links sensitive in the about dialog
8939
8940 2005-11-04 [wwp]        1.9.99cvs11
8941
8942         * src/gtk/about.c
8943                 don't wrap or translate URIs, and a bit text format cleanup
8944
8945 2005-11-04 [wwp]        1.9.99cvs10
8946
8947         * src/gtk/about.c
8948                 better textview tagging implementation (no more use of marks for
8949                 postponed tagging)
8950
8951 2005-11-02 [colin]      1.9.99cvs9
8952
8953         * src/common/ssl.c
8954                 Forgot an ifdef
8955
8956 2005-11-02 [colin]      1.9.99cvs8
8957
8958         * configure.ac
8959                 Require libetpan-0.40 due to upstream fix
8960         * src/common/ssl.c
8961                 Tell libetpan not to call SSL_Library_Init,
8962                 as we do it ourselves.
8963
8964 2005-11-02 [colin]      1.9.99cvs7
8965
8966         * po/POTFILES.in
8967                 Add missing files (thanks to Fabien Vantard)
8968
8969 2005-11-02 [colin]      1.9.99cvs6
8970
8971         * src/summaryview.c
8972                 Fix totals when read messages are hidden or quicksearch
8973                 is on
8974         * src/ssl_manager.c
8975         * src/ssl_manager.h
8976         * src/common/ssl_certificate.c
8977         * src/common/ssl_certificate.h
8978         * src/gtk/sslcertwindow.c
8979         * src/gtk/sslcertwindow.h
8980                 Fix copyright on my stuff
8981
8982 2005-11-02 [wwp]        1.9.99cvs5
8983
8984         * src/prefs_themes.c
8985                 fix directory name checking (theme installation/removal),
8986                 made related error a bit more verbose
8987
8988 2005-11-02 [colin]      1.9.99cvs4
8989
8990         * src/summaryview.c
8991                 Fix typo (probably fixes bug #841 (Sort by the From 
8992                 field doesn't work)
8993
8994 2005-11-02 [paul]       1.9.99cvs3
8995
8996         * po/ko.po
8997         * po/nb.po
8998                 updated by SungHyun Nam, Geir Helland
8999         * src/wizard.c
9000                 fix typo in welcome message. spotted by
9001                 Andrea Spadaccini
9002
9003 2005-11-01 [colin]      1.9.99cvs2
9004
9005         * src/compose.c
9006                 Fix replying to ml wen confirming subscription
9007         * src/messageview.c
9008         * src/mimeview.c
9009         * src/mimeview.h
9010         * src/privacy.h
9011         * src/summaryview.c
9012                 Make key check non blocking
9013
9014 2005-10-31 [paul]       1.9.99cvs1
9015
9016         * tools/claws.i18n.status.pl
9017                 updated for ChangeLog
9018
9019 2005-10-31 [paul]       1.9.99
9020
9021         1.9.99 released
9022
9023 2005-10-31 [paul]       1.9.15cvs131
9024
9025         * .cvsignore
9026         * ChangeLog
9027         * ChangeLog.claws       ** REMOVED **
9028         * ChangeLog-gtk2.claws  ** REMOVED **
9029         * ChangeLog.gtk1        ** ADDED **
9030         * INSTALL
9031         * Makefile.am
9032         * NEWS
9033         * README
9034         * README.claws          ** REMOVED **
9035         * README.jp             ** REMOVED **
9036         * RELEASE_NOTES         ** ADDED **
9037         * RELEASE_NOTES.claws   ** REMOVED **
9038         * commitHelper
9039         * configure.ac
9040         * sylpheed.spec.in      ** REMOVED **
9041                 tidy up and update the default docs:
9042                 ChangeLog.claws is renamed ChangeLog.gtk1
9043                 ChangeLog-gtk2.claws is renamed ChangeLog
9044                 README.claws is renamed README
9045                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
9046
9047 2005-10-31 [paul]       1.9.15cvs130
9048
9049         * po/it.po
9050                 fix errors
9051
9052 2005-10-31 [paul]       1.9.15cvs129
9053
9054         * po/ca.po
9055         * po/de.po
9056         * po/en_GB.po
9057         * po/fr.po
9058         * po/it.po
9059         * po/pt_BR.po
9060         * po/sk.po
9061         * po/sr.po
9062         * po/zh_CN.po
9063                 updated by Miquel Oliete, Stephan Sachse and
9064                 Thomas Gilgin, me, Fabien Vantard, Andrea
9065                 Spadaccini, Frederico Goncalves Guimaraes,
9066                 Andrej Kacian, Aleksandar Urosevic, and
9067                 Ralgh Young.
9068
9069 2005-10-31 [mones]      1.9.15cvs128
9070
9071         * manual/faq.xml
9072                 More questions.
9073         
9074         * po/es.po
9075                 Updated for release.
9076
9077 2005-10-30 [colin]      1.9.15cvs127
9078
9079         * src/compose.c
9080                 Place cursor before rewrapping (fixes cursor
9081                 pos if quotation gets rewrapped)
9082
9083 2005-10-29 [paul]       1.9.15cvs126
9084
9085         * src/crash.c
9086         * src/foldersel.c
9087         * src/main.c
9088         * src/messageview.c
9089         * src/toolbar.c
9090         * src/gtk/authors.h
9091                 corrections to text items
9092
9093 2005-10-28 [colin]      1.9.15cvs125
9094
9095         * src/messageview.c
9096                 Make "hit 'C' to check sig" work from extern 
9097                 messageviews
9098
9099 2005-10-27 [colin]      1.9.15cvs124
9100
9101         * src/summaryview.c
9102                 Add a hack to avoid segfaulting when hammering 
9103                 on gtk's events
9104
9105 2005-10-27 [wwp]        1.9.15cvs123
9106
9107         * src/prefs_themes.c
9108                 sort list of themes names in themes prefs
9109
9110 2005-10-27 [paul]       1.9.15cvs122
9111
9112         * src/folder.c
9113         * src/prefs_account.c
9114                 fix building on Solaris
9115                 Patch by Alex Moore
9116
9117 2005-10-27 [wwp]        1.9.15cvs121
9118
9119         * src/summaryview.c
9120         * src/gtk/gtksctree.c
9121                 speed up unselecting messages in summary view (thanks to Colin)
9122
9123 2005-10-27 [paul]       1.9.15cvs120
9124
9125         * src/mainwindow.c
9126                 fix a compilation warning
9127         * src/summaryview.c
9128                 fix updating of 'n items selected' count
9129                 when deselecting
9130
9131 2005-10-27 [martin]     1.9.15cvs119
9132
9133         * src/action.c
9134                 ignore actions with a leading '/' in the action menu name
9135                 fixes a crash on menu creation
9136         * src/prefs_actions.c
9137                 do not allow a leading '/' in the action menu name
9138
9139 2005-10-27 [paul]       1.9.15cvs118
9140
9141         * src/main.c
9142                 fix compilation warning
9143
9144 2005-10-27 [paul]       1.9.15cvs117
9145
9146         * src/procmime.c
9147                 add #if HAVE_LOCALE_H
9148
9149 2005-10-27 [paul]       1.9.15cvs116
9150
9151         * src/plugins/clamav/clamav_plugin.c
9152         * src/plugins/dillo_viewer/dillo_viewer.c
9153         * src/plugins/mathml_viewer/mathml_viewer.c
9154         * src/plugins/pgpcore/plugin.c
9155         * src/plugins/pgpinline/plugin.c
9156         * src/plugins/pgpmime/plugin.c
9157         * src/plugins/spamassassin/spamassassin.c
9158         * src/plugins/trayicon/trayicon.c
9159                 plugin_init() : make error messages more
9160                 informative
9161
9162 2005-10-26 [wwp]        1.9.15cvs115
9163
9164         * src/prefs_matcher.c
9165                 enlarge boolean op widget width a bit (wasn't always showing text contents)
9166
9167 2005-10-26 [wwp]        1.9.15cvs114
9168
9169         * src/procmime.c
9170         * src/gtk/gtksctree.c
9171         * src/plugins/spamassassin/libspamc.c
9172         * src/plugins/spamassassin/spamassassin.c
9173                 fix some compilation warnings more
9174
9175 2005-10-26 [mones]      1.9.15cvs113
9176
9177         * po/es.po
9178                 Updated translation
9179
9180 2005-10-26 [paul]       1.9.15cvs112
9181
9182         * src/prefs_message.c
9183                 give all display_xface stuff the
9184                 #if HAVE_LIBCOMPFACE treatment, thus
9185                 preventing a crash
9186                 (Thanks to Wolfgang Enderlein)
9187
9188 2005-10-26 [colin]      1.9.15cvs111
9189
9190         * src/gedit-print.c
9191                 Fix date format
9192         * src/imap_gtk.c
9193         * src/news_gtk.c
9194                 Remove context menu items that should not be there
9195         * src/jpilot.c
9196                 Fix encoding
9197         * src/main.c
9198         * src/mainwindow.c
9199                 Don't show the mainwindow too soon
9200
9201 2005-10-26 [wwp]        1.9.15cvs110
9202
9203         * src/folder.c
9204         * src/manual.c
9205         * src/summaryview.c
9206                 fix uninitialized pointers in the folder updating hook
9207                 (thanks to Colin)
9208
9209 2005-10-25 [mones]      1.9.15cvs109
9210
9211         * manual/faq.xml
9212                 General information subsection completed. 
9213                 Removed archaic references.
9214                 
9215         * manual/Makefile
9216         * manual/dtd/manual.dsl
9217                 Added customization stylesheet for getting paragraphs
9218                 fully justified in PDF output (as suggested by Colin).
9219
9220 2005-10-25 [colin]      1.9.15cvs108
9221
9222         * src/compose.c
9223                 Fix a second leak
9224
9225 2005-10-25 [colin]      1.9.15cvs107
9226
9227         * src/addrbook.c
9228         * src/addrindex.c
9229                 Fix leak (xml_get_element() allocates memory)
9230         * src/compose.c
9231                 Fix leak + dead code (shame!)
9232         * src/procmime.c
9233                 Fix leak
9234
9235 2005-10-25 [colin]      1.9.15cvs106
9236
9237         * src/mimeview.c
9238                 Fix encoding issue in Save all and in 
9239                 overwrite-confirmation alertpanel
9240
9241 2005-10-25 [colin]      1.9.15cvs105
9242
9243         * src/common/socket.c
9244                 Fix a leak - Thanks to Christopher Aillon
9245                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
9246
9247 2005-10-25 [paul]       1.9.15cvs104
9248
9249         * src/wizard.c
9250                 Always guess servers from the right-hand
9251                 email part and guess username from the
9252                 left-hand part. (Thanks to Colin)
9253                 add an X-Face to the welcome message
9254
9255 2005-10-25 [paul]       1.9.15cvs103
9256
9257         * manual/handling.xml
9258                 written by Colin, edited by me
9259
9260 2005-10-25 [wwp]        1.9.15cvs102
9261
9262         * src/folderview.c
9263         * src/grouplistdialog.c
9264         * src/imap.c
9265         * src/noticeview.c
9266                 fix some compilation warnings
9267
9268 2005-10-24 [paul]
9269
9270         1.9.99-rc3 released
9271
9272 2005-10-24 [paul]       1.9.15cvs101
9273
9274         * src/gtk/about.c
9275                 fix window sizing
9276
9277 2005-10-24 [paul]       1.9.15cvs100
9278
9279         * src/pixmaps/offline.xpm
9280         * src/pixmaps/online.xpm
9281                 replace with last default versions
9282
9283 2005-10-24 [colin]      1.9.15cvs99
9284
9285         * src/imap.c
9286                 Fix bug when moving a folder
9287         * src/imap_gtk.c
9288         * src/mh_gtk.c
9289                 "Delete folder" pops up a window, so it 
9290                 should be suffixed with "..."
9291         * src/plugins/pgpcore/sgpgme.c
9292                 Include locale.h
9293
9294 2005-10-24 [mones]      1.9.15cvs98
9295
9296         * manual/Makefile
9297         * manual/account.xml
9298         * manual/ack.xml
9299         * manual/addrbook.xml
9300         * manual/advanced.xml
9301         * manual/faq.xml
9302         * manual/glossary.xml
9303         * manual/gpl.xml
9304         * manual/handling.xml
9305         * manual/intro.xml
9306         * manual/keyboard.xml
9307         * manual/manual.xml
9308         * manual/plugins.xml
9309         * manual/starting.xml
9310         * manual/dtd/sdocbook.dtd
9311                 Initial manual structure and some content.
9312
9313 2005-10-23 [wwp]        1.9.15cvs97
9314
9315         * src/gtk/about.c
9316                 fix a typo
9317
9318 2005-10-23 [wwp]        1.9.15cvs96
9319
9320         * src/gtk/about.c
9321         * src/gtk/authors.h
9322                 rework of the about window (main work by Paul), also featuring a few
9323                 fixes for typos and duplicate names
9324
9325 2005-10-23 [wwp]        1.9.15cvs95
9326
9327         * src/.cvsignore
9328                 Ignore the right binary name (sylpheed-claws now)
9329
9330 2005-10-23 [paul]       1.9.15cvs94
9331
9332         * src/compose.c
9333                 when using Folder Pref 'Default To for
9334                 replies' make the entry in the Compose
9335                 window bold
9336                 Patch by Fabien Vantard
9337
9338 2005-10-22 [colin]      1.9.15cvs93
9339
9340         * src/codeconv.c
9341                 Fix leak
9342
9343 2005-10-22 [colin]      1.9.15cvs92
9344
9345         * src/codeconv.c
9346                 try to convert using locale (apart utf8) if necessary
9347
9348 2005-10-22 [colin]      1.9.15cvs91
9349
9350         * src/pixmaps/new.xpm
9351         * src/pixmaps/unread.xpm
9352                 Make the unread envelope blue again and
9353                 saturate the new one a bit more.
9354
9355 2005-10-22 [colin]      1.9.15cvs90
9356
9357         * src/compose.c
9358                 When replying to a mail sent by one of our accounts,
9359                 use the original list of recipients. Let 'Reply All'
9360                 and 'Reply to sender' work like previously.
9361
9362 2005-10-21 [colin]      1.9.15cvs89
9363
9364         * src/prefs_filtering.c
9365                 Clear fields after add and replace
9366         * src/textview.c
9367                 Display xface differently (better)
9368         * src/plugins/pgpinline/pgpinline.c
9369                 Fix crappy encodings/recodings
9370
9371 2005-10-21 [paul]       1.9.15cvs88
9372
9373         * src/compose.c
9374         * src/prefs_folder_item.c
9375         * src/toolbar.c
9376                 fix news folder Folder Properties
9377                 (thanks to Colin)
9378         * src/folderview.c
9379                 update folderview after Themes change
9380                 keep selected folder selected
9381                 (thanks to Colin)
9382
9383 2005-10-21 [paul]       1.9.15cvs87
9384
9385         * tools/Makefile.am
9386         * tools/OOo2sylpheed.pl
9387         * tools/README
9388         * tools/README.sylprint
9389         * tools/asus_mailled.sh         ** REMOVED **
9390         * tools/filter_conv.pl
9391         * tools/freshmeat_search.pl
9392         * tools/google_search.pl
9393         * tools/gpg-sign-syl            ** REMOVED **
9394         * tools/kmail2sylpheed.pl
9395         * tools/kmail2sylpheed_v2.pl
9396         * tools/multiwebsearch.pl
9397         * tools/nautilus2sylpheed.sh
9398         * tools/newscache_clean.pl
9399         * tools/outlook2sylpheed.pl
9400         * tools/sylpheed-switcher       ** REMOVED **
9401         * tools/sylprint.pl
9402         * tools/sylprint.rc
9403         * tools/tb2sylpheed
9404         * tools/vcard2xml.py
9405         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9406                 update default config dir
9407                 update binary name (thanks to Fabien Vantard)
9408                 remove obsolete scripts
9409
9410 2005-10-21 [colin]      1.9.15cvs86
9411
9412         * src/inc.c
9413                 Fix possible leak and units. Based on a patch by
9414                 Fabien Vantard.
9415
9416 2005-10-20 [colin]      1.9.15cvs85
9417
9418         * src/textview.c
9419                 Clear xface when clearing textview
9420
9421 2005-10-20 [colin]      1.9.15cvs84
9422
9423         * configure.ac
9424         * src/folderview.c
9425         * src/headerview.c
9426         * src/main.c
9427         * src/prefs_common.c
9428         * src/prefs_common.h
9429         * src/prefs_message.c
9430         * src/textview.c
9431         * src/textview.h
9432         * src/common/defs.h
9433         * src/common/utils.c
9434         * src/common/utils.h
9435         * src/gtk/gtkutils.c
9436         * src/gtk/gtkutils.h
9437                 Migrate config to .sylpheed-claws (Automatically)
9438                 Add a way to get the Xface in the TextView
9439
9440 2005-10-20 [colin]      1.9.15cvs83
9441
9442         * src/gtk/Makefile.am
9443         * src/gtk/about.c
9444         * src/gtk/authors.h
9445                 Make the about dialog *grooovy*
9446
9447 2005-10-20 [colin]      1.9.15cvs82
9448
9449         * src/mimeview.c
9450                 Use "Open with" on double click if no command
9451                 was found
9452
9453 2005-10-20 [colin]      1.9.15cvs81
9454
9455         * src/imap.c
9456         * src/etpan/imap-thread.c
9457                 Fix possible crash.
9458
9459 2005-10-20 [paul]       1.9.15cvs80
9460
9461         * src/folder.c
9462                 don't show clipkey icon if the only
9463                 attachment is the signature
9464                 Patch by Colin
9465
9466 2005-10-20 [paul]       1.9.15cvs79
9467
9468         * AUTHORS
9469         * src/plugins/pgpmime/pgpmime.c
9470                 name the PGP/MIME signature 'signature.asc'
9471                 Patch by Andrew Nelson <freeandy@gmail.com>
9472
9473 2005-10-19 [colin]      1.9.15cvs78
9474
9475         * src/plugins/pgpmime/pgpmime.c
9476                 Oops, no need to double-check though
9477
9478 2005-10-19 [colin]      1.9.15cvs77
9479
9480         * src/plugins/pgpinline/pgpinline.c
9481         * src/plugins/pgpmime/pgpmime.c
9482                 Check that my_tmpfile() doesn't 
9483                 return NULL
9484
9485 2005-10-19 [colin]      1.9.15cvs76
9486
9487         * src/common/utils.c
9488                 Use shorter mime boundaries to avoid having
9489                 MTAs rewrapping our headers, breaking the
9490                 PGP signature in the process 
9491         * src/compose.c
9492         * src/plugins/pgpmime/pgpmime.c
9493                 Check for boundary uniqueness to be sure
9494                 it won't happen, instead of hoping for the
9495                 best
9496
9497 2005-10-19 [colin]      1.9.15cvs75
9498
9499         * sylpheed-claws.desktop
9500         * src/Makefile.am
9501         * src/main.c
9502                 Ship a sylpheed-claws binary instead
9503                 of a sylpheed one. Change the socket
9504                 name, too
9505         * src/folderview.c
9506                 Update folder only if it changed
9507         * src/wizard.c
9508                 Fix i18n in welcome mail, patch by
9509                 Fabien Vantard
9510
9511 2005-10-19 [paul]
9512
9513         1.9.99-rc2 released
9514
9515 2005-10-19 [paul]       1.9.15cvs74
9516
9517         * src/folder.c
9518         * src/folderview.c
9519                 fix summaryview update
9520                 Patch by Colin
9521
9522 2005-10-18 [colin]      1.9.15cvs73
9523
9524         * src/plugins/pgpcore/passphrase.c
9525                 Don't XGrabServer, and try a bit more to 
9526                 sync everything before grabbing mouse/keyboard
9527
9528 2005-10-18 [colin]      1.9.15cvs72
9529
9530         * src/Makefile.am
9531         * src/addressadd.c
9532         * src/addressbook.c
9533         * src/folderview.c
9534         * src/grouplistdialog.c
9535         * src/mimeview.c
9536         * src/stock_pixmap.c
9537         * src/stock_pixmap.h
9538         * src/summaryview.c
9539         * src/gtk/gtksctree.c
9540         * src/gtk/gtksctree.h
9541         * src/pixmaps/empty.xpm
9542                 Implement a wrapper call for gtk_ctree_set_node_info
9543                 and gtk_ctree_insert_node, that uses a 1x1 transparent
9544                 pixmap instead of a NULL one. This works around some
9545                 memory problems deep inside gtk, revealed by valgrind,
9546                 and fixes bug #834 (Pressing CTRl-D on a message marked 
9547                 as locked crashes sylpheed.), as well as, probably, 
9548                 wwp's 4th dimension problems that happen in gtk_ctree_*.
9549
9550 2005-10-17 [colin]      1.9.15cvs71
9551
9552         * src/mimeview.c
9553                 Provide visual feedback when checking
9554                 signature
9555
9556 2005-10-17 [colin]      1.9.15cvs70
9557
9558         * src/main.c
9559                 Keep the folder list frozen while checking caches...
9560
9561 2005-10-17 [colin]      1.9.15cvs69
9562
9563         * src/addr_compl.c
9564                 Fi bug #833 (Autocompleting from addressbook 
9565                 fails with extended chars)
9566         * src/imap.c
9567                 Fix 'adding messages' staying in statusbar
9568                 after an error
9569
9570 2005-10-17 [wwp]        1.9.15cvs68
9571
9572         * src/ssl_manager.c
9573                 Fix buttons' layout resizing when window size changes
9574
9575 2005-10-17 [wwp]        1.9.15cvs67
9576
9577         * src/account.c
9578         * src/prefs_account.c
9579         * src/prefs_common.c
9580         * src/prefs_common.h
9581         * src/prefs_folder_item.c
9582         * src/prefs_gtk.c
9583         * src/gtk/logwindow.c
9584         * src/gtk/pluginwindow.c
9585         * src/gtk/prefswindow.c
9586         * src/gtk/prefswindow.h
9587                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
9588
9589 2005-10-17 [paul]       1.9.15cvs66
9590
9591         * configure.ac
9592                 fix missing libetpan message
9593         * po/en_GB.po
9594                 updated
9595         * src/crash.c
9596         * src/manual.c
9597         * src/prefs_themes.c
9598         * src/common/defs.h
9599                 add some new URI defines, change some
9600                 others
9601         * src/wizard.c
9602                 make welcome message translatable
9603                 small improvements to english
9604                 other tweaks
9605         * src/gtk/menu.c
9606                 fix warnings
9607
9608 2005-10-17 [paul]       1.9.15cvs65
9609
9610         * src/summaryview.c
9611                 fix column titles
9612
9613 2005-10-16 [mones]      1.9.15cvs64
9614
9615         * po/es.po
9616                 Updated translation
9617
9618 2005-10-16 [colin]
9619
9620         1.9.99-rc1 released
9621
9622 2005-10-16 [colin]      1.9.15cvs63
9623
9624         * src/wizard.c
9625                 Fix whitespace
9626
9627 2005-10-16 [colin]      1.9.15cvs62
9628
9629         * src/toolbar.c
9630                 s/Get All/Get Mail/
9631         * src/wizard.c
9632                 Real welcome mail text, thanks Paul
9633
9634 2005-10-16 [colin]      1.9.15cvs61
9635
9636         * src/editldap.c
9637         * src/exporthtml.c
9638         * src/main.c
9639         * src/mainwindow.c
9640         * src/prefs_themes.c
9641         * src/prefs_toolbar.c
9642         * src/plugins/demo/demo.c
9643         * src/plugins/trayicon/trayicon.c
9644                 s/Sylpheed/Sylpheed-Claws/
9645
9646 2005-10-16 [colin]      1.9.15cvs60
9647
9648         * src/wizard.c
9649                 Add a welcome email in the first empty mailbox
9650         * src/prefs_common.c
9651                 Change one more default
9652
9653 2005-10-16 [colin]      1.9.15cvs59
9654
9655         * src/wizard.c
9656                 Remove printf
9657
9658 2005-10-16 [colin]      1.9.15cvs58
9659
9660         * src/toolbar.c
9661         * src/prefs_common.c
9662                 Change some defaults
9663
9664 2005-10-16 [colin]      1.9.15cvs57
9665
9666         * src/toolbar.c
9667         * src/prefs_common.c
9668                 Change some defaults
9669
9670 2005-10-16 [colin]      1.9.15cvs56
9671
9672         * src/wizard.c
9673                 By default, initialize fonts to have
9674                 the same size as normal GtkWidgets
9675
9676 2005-10-16 [colin]      1.9.15cvs55
9677
9678         * src/mimeview.c
9679                 Fix message a bit more
9680
9681 2005-10-16 [colin]      1.9.15cvs54
9682
9683         * src/addressbook.c
9684                 Second attempt at flicker fixing
9685
9686 2005-10-16 [colin]      1.9.15cvs53
9687
9688         * src/addressbook.c
9689                 Fix flicker
9690
9691 2005-10-16 [wwp]        1.9.15cvs52
9692
9693         * src/addressbook.c
9694         * src/editaddress.c
9695         * src/prefs_common.c
9696         * src/prefs_common.h
9697                 Remember window sizes (address book)
9698
9699 2005-10-16 [wwp]        1.9.15cvs51
9700
9701         * src/plugins/clamav/clamav_plugin_gtk.c
9702         * src/plugins/spamassassin/spamassassin_gtk.c
9703                 Fix compilation warnings (missing #include).
9704
9705 2005-10-16 [colin]      1.9.15cvs50
9706
9707         * src/mimeview.c
9708         * src/summaryview.c
9709         * src/textview.c
9710                 Make 'c' check signature, and forward
9711                 c, l, y, t from summaryview to mimeview
9712
9713 2005-10-16 [colin]      1.9.15cvs49
9714
9715         * src/addressbook.c
9716                 Put border around buttons
9717         * src/mainwindow.c
9718         * src/summaryview.c
9719                 Rework menus (Patch based on a patch
9720                 by Paul)
9721
9722 2005-10-15 [wwp]        1.9.15cvs48
9723
9724         * src/editjpilot.c
9725         * src/editldap.c
9726         * src/editvcard.c
9727         * src/exphtmldlg.c
9728         * src/expldifdlg.c
9729         * src/export.c
9730         * src/import.c
9731         * src/importldif.c
9732         * src/importmutt.c
9733         * src/importpine.c
9734         * src/prefs_account.c
9735         * src/prefs_spelling.c
9736         * src/gtk/gtkutils.c
9737         * src/gtk/gtkutils.h
9738         * src/plugins/clamav/clamav_plugin_gtk.c
9739         * src/plugins/spamassassin/spamassassin_gtk.c
9740                 use nicer browse-for-file/dir buttons than the "..." ones,
9741                 code factorizing more.
9742
9743 2005-10-14 [colin]      1.9.15cvs47
9744
9745         * src/mainwindow.c
9746                 set relief on the account switcher so that people see it
9747                 grey out Create processing rules when no message is selected
9748         * src/prefs_filtering.c
9749                 ask before closing if the rule has not been modified, even if
9750                 it's not valid
9751         * src/prefs_matcher.c
9752                 fix sensitivity when entering the dialog
9753         * src/gtk/inputdialog.c
9754                 display a better icon on password ask
9755         * src/plugins/pgpcore/passphrase.c
9756                 make the dialog look better
9757
9758 2005-10-14 [paul]       1.9.15cvs46
9759
9760         * src/folderview.c
9761                 indicate presense of marked msgs in
9762                 unexpanded subfolders
9763
9764 2005-10-14 [paul]       1.9.15cvs45
9765
9766         * src/prefs_actions.c
9767         * src/prefs_common.c
9768         * src/prefs_common.h
9769         * src/prefs_filtering_action.c
9770         * src/prefs_matcher.c
9771         * src/prefs_template.c
9772                 remember window sizes
9773                 fix Info button size
9774
9775         Patches by wwp
9776
9777 2005-10-13 [colin]      1.9.15cvs44
9778
9779         * src/mimeview.c
9780         * src/noticeview.c
9781         * src/noticeview.h
9782                 Add a tooltip on the icon (optional) 
9783                 Get rid of the signature buttons and only
9784                 use the icon+tooltip
9785
9786 2005-10-13 [colin]      1.9.15cvs43
9787
9788         * src/noticeview.c
9789         * src/noticeview.h
9790                 Add hand cursor for hovering over icon
9791
9792 2005-10-13 [colin]      1.9.15cvs42
9793
9794         * src/summaryview.c
9795                 Fix crash when quicksearch's hidden 
9796                 at startup
9797
9798 2005-10-13 [colin]      1.9.15cvs41
9799
9800         * src/compose.c
9801                 Set subject when forwarding multiple mails
9802                 Check that other recipient than the default Cc or Bcc
9803                 have been set before sending.
9804
9805 2005-10-13 [colin]      1.9.15cvs40
9806
9807         * src/imap.c
9808                 Batch per-folder
9809                 Introduce locking, but don't use it yet
9810
9811 2005-10-13 [colin]      1.9.15cvs39
9812
9813         * src/gtk/quicksearch.c
9814                 Reset quicksearch when hiding it
9815                 Make sticky a real pref
9816
9817 2005-10-13 [colin]      1.9.15cvs38
9818
9819         * src/summaryview.c
9820                 Faster prefs apply
9821
9822 2005-10-13 [colin]      1.9.15cvs37
9823
9824         * src/mimeview.c
9825         * src/noticeview.c
9826         * src/noticeview.h
9827         * src/plugins/pgpcore/sgpgme.c
9828                 Make privacy icon clickable
9829                 Move Trust field in Full info
9830                 When trust is less than full, don't display
9831                 a warning icon
9832
9833 2005-10-13 [colin]      1.9.15cvs36
9834
9835         * src/folder.c
9836                 Batch on flags sync
9837         * src/folderview.c
9838                 Revert speed hack which is dangerous in fact
9839                 Apply prefs faster
9840
9841 2005-10-13 [colin]      1.9.15cvs35
9842
9843         * src/folder_item_prefs.c
9844                 Fix pref corruption on folder move. Patch
9845                 by wwp
9846
9847 2005-10-13 [paul]       1.9.15cvs34
9848
9849         * src/export.c
9850         * src/import.c
9851                 fix typos in g_warnings
9852         * src/prefs_account.c
9853                 add a file selector for Signature file
9854
9855         Patches by wwp
9856
9857 2005-10-12 [colin]      1.9.15cvs33
9858
9859         * src/mimeview.c
9860                 Provide a quick way to go back from a
9861                 signature's full info to the email part
9862
9863 2005-10-12 [colin]      1.9.15cvs32
9864
9865         * src/compose.c
9866                 Remove old hack of encoding signed mails with base64.
9867                 QP works equally well.
9868
9869 2005-10-12 [colin]      1.9.15cvs31
9870
9871         * src/crash.c
9872                 Replace deprecated GtkText with GtkTextView
9873         * src/imap.c
9874                 Fix a logic bug about counts in imap_select
9875                 (previously un-triggered)
9876         * src/mainwindow.c
9877         * src/summaryview.c
9878         * src/news.c
9879                 Allow local deletion of news posts
9880         * src/mimeview.c
9881                 Show GPG noticeview on the message/rfc822 part
9882                 in addition to the text/plain one
9883         * src/prefs_image_viewer.c
9884           src/plugins/pgpcore/prefs_gpg.c
9885                 Polish (set the label as part of the checkbox)
9886         * src/wizard.c
9887                 Don't sit there doing nothing after destroying
9888                 the window - return err
9889
9890 2005-10-11 [colin]      1.9.15cvs30
9891
9892         * src/folderview.c
9893                 Apply processing rules before showing folders.
9894                 Early folder show (before flags sync) will only
9895                 be done when there are no processing rules (nor
9896                 pre- or post- ones)
9897         * src/imap.c
9898                 Fix stuff related to mail subdir, creation and 
9899                 deletion of folders 
9900         * src/imap_gtk.c
9901                 Don't allow creation of folders in NoInferior
9902                 folders, as it won't work
9903
9904 2005-10-10 [colin]      1.9.15cvs29
9905
9906         * src/compose.c
9907                 Reselect "None" Privacy system when selecting an
9908                 account with no privacy system defined
9909
9910 2005-10-10 [colin]      1.9.15cvs28
9911
9912         * src/mainwindow.c
9913                 Add Windows-1252 encoding
9914         * src/prefs_common.c
9915                 Rework some defaults:
9916                 - autosave to draft by default
9917                 - don't show header pane (it's already in the textview)
9918                 - Select first new or unread mail on entry
9919                 - Assume 'Yes' to change folder when there's no more
9920                   unread message
9921         * src/prefs_matcher.c
9922                 Fix a gtk assertion failure
9923         * src/gtk/colorlabel.c
9924                 Workaround bad repainting on selection
9925         * src/main.c
9926                 Freeze/thaw (a bit faster on ssh -X)
9927         * src/msgcache.c
9928                 Get rid of StrdupConverter that just adds an
9929                 extra strdup/free 
9930         * src/etpan/imap_thread.c
9931                 memset buf to 0
9932
9933 2005-10-10 [colin]      1.9.15cvs27
9934
9935         * src/export.c
9936         * src/import.c
9937                 Fix compile on gtk 2.4. Patch by wwp
9938
9939 2005-10-09 [colin]      1.9.15cvs26
9940
9941         * src/mainwindow.c
9942         * src/messageview.c
9943         * src/summaryview.c
9944                 Clarify forward menus. Patch by wwp
9945
9946 2005-10-09 [colin]      1.9.15cvs25
9947
9948         * src/compose.c
9949         * src/compose.h
9950                 Fix bug #829 (Non-working "Encrypt message by 
9951                 default when replying to an encrypted message")
9952
9953 2005-10-08 [colin]      1.9.15cvs24
9954
9955         * src/wizard.c
9956                 Fix bug #827 ("Welcome" setup wizard after a 
9957                 permission error gives up & forgets itself.)
9958
9959 2005-10-08 [colin]      1.9.15cvs23
9960
9961         * src/procmime.c
9962                 Fix bug #828 (Ignoring headers with spaces around = sign)
9963
9964 2005-10-08 [colin]      1.9.15cvs22
9965
9966         * src/export.c
9967                 Warning fix by wwp
9968
9969 2005-10-08 [colin]      1.9.15cvs21
9970
9971         * src/folder.c
9972         * src/folder.h
9973                 Add a processing_pending indicator, set on 
9974                 folder_item_open and cleared after 
9975                 folder_item_process_open
9976         * src/folderview.c
9977         * src/summaryview.c
9978                 wrap procmsg_msginfo_*_flags, and in the
9979                 wrapper check that there's no folder processing 
9980                 pending. If there is, defer the flags change until 
9981                 processing is done to avoid stepping over each
9982                 other's toes.
9983                 Freeze during processing, but not during scanning.
9984
9985 2005-10-07 [colin]      1.9.15cvs20
9986
9987         * src/plugins/pgpcore/passphrase.c
9988                 Fix bug #826 (X-Server hangs when 
9989                 right-clicking a PGP encrypted message)
9990
9991 2005-10-07 [paul]       1.9.15cvs19
9992
9993         * src/compose.c
9994                 fix compose_entries[]
9995                 patch by Fabien Vantard
9996
9997 2005-10-06 [colin]      1.9.15cvs18
9998
9999         * src/pixmaps/address.xpm
10000         * src/pixmaps/address_book.xpm
10001         * src/pixmaps/book.xpm
10002         * src/pixmaps/check_spelling.xpm
10003         * src/pixmaps/checkbox_off.xpm
10004         * src/pixmaps/checkbox_on.xpm
10005         * src/pixmaps/close.xpm
10006         * src/pixmaps/complete.xpm
10007         * src/pixmaps/continue.xpm
10008         * src/pixmaps/deleted.xpm
10009         * src/pixmaps/down_arrow.xpm
10010         * src/pixmaps/exec.xpm
10011         * src/pixmaps/forwarded.xpm
10012         * src/pixmaps/group.xpm
10013         * src/pixmaps/ignorethread.xpm
10014         * src/pixmaps/interface.xpm
10015         * src/pixmaps/jpilot.xpm
10016         * src/pixmaps/ldap.xpm
10017         * src/pixmaps/linewrap.xpm
10018         * src/pixmaps/linewrapcurrent.xpm
10019         * src/pixmaps/mail.xpm
10020         * src/pixmaps/mail_attach.xpm
10021         * src/pixmaps/mail_compose.xpm
10022         * src/pixmaps/mail_forward.xpm
10023         * src/pixmaps/mail_receive.xpm
10024         * src/pixmaps/mail_receive_all.xpm
10025         * src/pixmaps/mail_reply.xpm
10026         * src/pixmaps/mail_reply_to_all.xpm
10027         * src/pixmaps/mail_reply_to_author.xpm
10028         * src/pixmaps/mail_send.xpm
10029         * src/pixmaps/mail_send_queue.xpm
10030         * src/pixmaps/mime_application.xpm
10031         * src/pixmaps/mime_audio.xpm
10032         * src/pixmaps/mime_image.xpm
10033         * src/pixmaps/mime_message.xpm
10034         * src/pixmaps/mime_text_enriched.xpm
10035         * src/pixmaps/mime_text_html.xpm
10036         * src/pixmaps/mime_text_plain.xpm
10037         * src/pixmaps/mime_unknown.xpm
10038         * src/pixmaps/new.xpm
10039         * src/pixmaps/news_compose.xpm
10040         * src/pixmaps/offline.xpm
10041         * src/pixmaps/online.xpm
10042         * src/pixmaps/paste.xpm
10043         * src/pixmaps/preferences.xpm
10044         * src/pixmaps/privacy_emblem_encrypted.xpm
10045         * src/pixmaps/privacy_expired.xpm
10046         * src/pixmaps/privacy_failed.xpm
10047         * src/pixmaps/privacy_passed.xpm
10048         * src/pixmaps/privacy_signed.xpm
10049         * src/pixmaps/privacy_unknown.xpm
10050         * src/pixmaps/privacy_warn.xpm
10051         * src/pixmaps/properties.xpm
10052         * src/pixmaps/replied.xpm
10053         * src/pixmaps/search.xpm
10054         * src/pixmaps/unread.xpm
10055         * src/pixmaps/up_arrow.xpm
10056         * src/pixmaps/vcard.xpm
10057                 Modernize internal theme, with icons from the 
10058                 Gnomaws theme. Keep some of the old ones where
10059                 they were better.
10060
10061 2005-10-06 [colin]      1.9.15cvs17
10062
10063         * src/summaryview.c
10064                 Little optimisations + bugfix
10065         * src/toolbar.c
10066                 Remove default useless items - useless being defined
10067                 by the default relevant prefs
10068         * src/wizard.c
10069                 include config.h to make gettext work
10070         * src/prefs_themes.c
10071                 Fix selection of current theme in prefs
10072
10073 2005-10-06 [colin]      1.9.15cvs16
10074
10075         * src/prefs_common.c
10076         * src/prefs_common.h
10077         * src/prefs_summaries.c
10078         * src/folderview.c
10079                 Add a warning dialog on Mark all read 
10080                 (with pref to get rid of it)
10081
10082 2005-10-06 [paul]       1.9.15cvs15
10083
10084         * po/nb.po
10085         * po/pt_BR.po
10086                 updated by Geir Helland and Frederico
10087                 Goncalves Guimaraes
10088
10089 2005-10-05 [colin]      1.9.15cvs14
10090
10091         * src/folder.c
10092         * src/folder.h
10093         * src/folderview.c
10094         * src/folderview.h
10095         * src/imap_gtk.c
10096         * src/mh_gtk.c
10097         * src/mainwindow.c
10098         * src/setup.c
10099                 add a way to rescan without rebuilding
10100                 make moving a bit faster (less folders changes)
10101                 don't lock the tree on Get 
10102         * src/imap.c
10103                 Don't re-delete deleted messages before expunging
10104         * src/summaryview.c
10105                 Set batch mode when deleting mails
10106
10107 2005-10-05 [paul]       1.9.15cvs13
10108
10109         * src/mainwindow.c
10110         * src/mainwindow.h
10111                 fix disabled Execute menu item
10112         * src/toolbar.c
10113                 match the change in 1.9.15cvs10: use Compose
10114                 instead of News by default
10115
10116 2005-10-04 [colin]      1.9.15cvs12
10117
10118         * src/compose.c
10119                 When replying to an ML post with Reply-To set
10120                 to the poster's email, honor it (as before),
10121                 but also honor our user's request to reply to
10122                 the mailing list: set the ML address in the To
10123                 field and the Reply-To address in the Cc: 
10124                 field.
10125
10126 2005-10-04 [colin]      1.9.15cvs11
10127
10128         * src/plugins/trayicon/trayicon.c
10129                 Finish cosmetic change - thanks to wwp
10130
10131 2005-10-04 [colin]      1.9.15cvs10
10132
10133         * src/toolbar.c
10134                 Use Compose instead of Email by default.
10135                 Spotted by wwp.
10136
10137 2005-10-04 [colin]      1.9.15cvs9
10138
10139         * src/folder.c
10140         * src/folder.h
10141         * src/folderview.c
10142         * src/imap.c
10143         * src/etpan/imap-thread.c
10144         * src/etpan/imap-thread.h
10145                 Try to make IMAP faster, by simplifying SEARCH
10146                 commands, avoiding sending two STATUS in a row,
10147                 and deferring flags sync and processing just
10148                 after displaying the folder. 
10149                 This will update the SummaryView in certain
10150                 cases (new mails not already fetched, flags
10151                 changed from another client) but in a non-
10152                 blocking manner.
10153
10154 2005-10-04 [colin]      1.9.15cvs8
10155
10156         * src/plugins/trayicon/trayicon.c
10157                 Relabel "Offline" to "Work offline"
10158
10159 2005-10-04 [colin]      1.9.15cvs7
10160
10161         * src/export.c
10162         * src/import.c
10163         * src/mbox.c
10164                 Fix mbox import/export buglets
10165                 Patch by wwp
10166         * src/plugins/trayicon/trayicon.c
10167                 Add offline swithc
10168                 Patch by wwp
10169
10170 2005-10-04 [colin]      1.9.15cvs6
10171
10172         * src/folder.c
10173         * src/folderview.c
10174         * src/summaryview.c
10175                 Better fix (don't break mark all read) for cvs2
10176
10177 2005-10-03 [colin]      1.9.15cvs5
10178
10179         * src/folder.c
10180                 Use a sane sort by default
10181
10182 2005-10-03 [colin]      1.9.15cvs4
10183
10184         * src/inc.c
10185                 Add a 'Only once' button for overriding offline mode
10186         * src/prefs_account.c
10187         * src/wizard.c
10188                 Add Local mbox to the wizard
10189                 Add IMAP subdir to the wizard (or the wizard is useless
10190                 for such accounts, or even worse than useless)
10191                 Move IMAP subdir from Advanced to Receive tab, as it's
10192                 not that uncommon
10193
10194 2005-10-03 [colin]      1.9.15cvs3
10195
10196         * src/send_message.c
10197                 Forgot this one in cvs1
10198
10199 2005-10-03 [colin]      1.9.15cvs2
10200
10201         * src/folder.c
10202                 Faster close when leaving a folder with lots
10203                 of new mails. Idea by David Relson.
10204
10205 2005-10-03 [colin]      1.9.15cvs1
10206
10207         * src/compose.c
10208         * src/imap.c
10209         * src/inc.c
10210         * src/main.c
10211         * src/messageview.c
10212         * src/news.c
10213         * src/summaryview.c
10214         * src/gtk/sslcertwindow.c
10215         * src/plugins/trayicon/trayicon.c
10216                 Add accels to every AlertPanel. Patch by Fabien 
10217                 Vantard
10218
10219 2005-10-03 [paul]       1.9.15
10220
10221         1.9.15 released
10222
10223 2005-10-03 [paul]       1.9.14cvs68
10224
10225         * po/ca.po
10226         * po/de.po
10227         * po/es.po
10228         * po/fi.po
10229         * po/fr.po
10230         * po/sk.po
10231         * po/sr.po
10232         * po/zh_CN.po
10233                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10234                 Mones Lastra, Tommi Pirinen, Fabien vantard,
10235                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
10236
10237 2005-10-03 [paul]       1.9.14cvs67
10238
10239         * src/send_message.c
10240                 prevent hang on Cancel
10241                 patch by Colin
10242
10243 2005-10-03 [paul]       1.9.14cvs66
10244
10245         * src/main.c
10246                 fix crash in IMAP caused by discrepancy
10247                 between check_at_startup and offline mode
10248                 Patch by Colin
10249
10250 2005-10-01 [paul]       1.9.14cvs65
10251
10252         * src/inc.c
10253                 fix engrish
10254
10255 2005-10-01 [paul]       1.9.14cvs64
10256         * src/export.c
10257         * src/import.c
10258                 synchronise import_mbox() and export_mbox()
10259         * src/mbox.c
10260                 proc_mbox(): add alert if file cannot be opened
10261                 export_list_to_mbox(): test if dest file exists,
10262                 prompt user to overwrite if it does. add alert
10263                 if file cannot be created
10264                                                                 
10265         Patch by wwp
10266                                                                                                                 
10267
10268 2005-09-30 [paul]       1.9.14cvs63
10269
10270         * src/addressbook.c
10271                 Fix sensitivity of a menu
10272         * src/codeconv.c
10273                 Respect hidden pref for mails with no encoding
10274         * src/common/xml.c
10275                 Fix memory corruption
10276         * src/plugins/pgpcore/sgpgme.c
10277                 Fix segfault on incomplete sigs, and display
10278                 of S/Mime UIDs
10279
10280         Patches by Colin
10281
10282 2005-09-30 [colin]      1.9.14cvs62
10283
10284         * src/partial_download.c
10285                 Little logic fix in almost-dead code
10286         * src/pop.c
10287                 Fix partial download when there's no new mail
10288
10289 2005-09-29 [paul]       1.9.14cvs61
10290
10291         * src/plugins/pgpinline/pgpinline.c
10292                 fix bug 819, 'crash accessing sign message'
10293                 Patch by Colin
10294
10295 2005-09-28 [martin]     1.9.14cvs60
10296
10297         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10298                 fix bug #790 (Crash when restarting window manager (fluxbox))
10299
10300 2005-09-28 [paul]       1.9.14cvs59
10301
10302         * src/gtk/gtkaspell.c
10303                 fix off-by-one typo
10304
10305 2005-09-27 [colin]      1.9.14cvs58
10306
10307         * src/plugins/pgpcore/sgpgme.c
10308                 Report error when there's one, instead of
10309                 "Signature unchecked" 
10310
10311 2005-09-27 [colin]      1.9.14cvs57
10312
10313         * src/prefs_quote.c
10314                 Fix bug #816 (Weird quotation with spaces)
10315
10316 2005-09-27 [colin]      1.9.14cvs56
10317
10318         * src/codeconv.c
10319         * src/compose.c
10320         * src/compose.h
10321                 Put subject in compose's title
10322                 Fix Automatic encoding so that it's really automatic:
10323                 first try default locale's charset, then charset of the replied mail, 
10324                 then utf-8
10325                 Fix encoding of headers (must be in strict mode too)
10326
10327 2005-09-26 [colin]      1.9.14cvs55
10328
10329         * src/gtk/gtkaspell.c
10330                 Fix previous patch - don't color the space,
10331                 just uncolor it :)
10332
10333 2005-09-26 [colin]      1.9.14cvs54
10334
10335         * src/gtk/gtkaspell.c
10336                 Unmark space if possible
10337
10338 2005-09-26 [colin]      1.9.14cvs53
10339
10340         * src/imap.c
10341                 log_error instead of alertpanel according to the pref
10342         * src/etpan/imap-thread.c
10343                 Print connect status, copy only necessary size to 
10344                 logger
10345         * src/plugins/pgpmime/pgpmime.c
10346                 Handle S/Mime signatures (verification only). Patch based
10347                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
10348
10349 2005-09-26 [paul]       1.9.14cvs52
10350
10351         * src/common/passcrypt.c
10352                 this 'workaround' not necessary on NetBSD.
10353                 Thanks to Daniel Gustafson
10354
10355 2005-09-26 [paul]
10356
10357         1.9.15-rc4 released
10358
10359 2005-09-26 [paul]       1.9.14cvs51
10360
10361         * src/summaryview.c
10362                 Skip currently selected message when
10363                 looking for next new or unread message
10364                 in current folder. Patch by Colin
10365         * src/common/passcrypt.c
10366                 eliminate warnings on *BSD. Patch by
10367                 Daniel Gustafson
10368
10369 2005-09-26 [colin]      1.9.14cvs50
10370
10371         * src/procmsg.c
10372                 Call postfiltering hook anyway
10373
10374 2005-09-22 [colin]      1.9.14cvs49
10375
10376         * src/codeconv.c
10377         * src/codeconv.h
10378                 Add a strict mode that doesn't replace with _
10379         * src/compose.c
10380         * src/compose.h
10381                 Use strict conversion while sending
10382                 Fix race when drafting while sending (happens
10383                 on IMAP)
10384                 Fix d'n'd of messages from summaryview
10385         * src/prefs_common.c
10386         * src/prefs_common.h
10387                 add hidden utf8_instead_of_locale_for_broken_mail 
10388                 pref for people that preferred the default charset 
10389                 to be utf8 for broken mails
10390         * src/quote_fmt_parse.y
10391                 fix bug #815 (No quote insert if "From:" fied 
10392                 contained Russian letters)
10393         * src/summaryview.c
10394                 Fix d'n'd of messages to compose
10395
10396 2005-09-22 [paul]       1.9.14cvs48
10397
10398         * src/compose.c
10399                 fix bug where attachments Name entry
10400                 would display Path instead
10401
10402 2005-09-21 [paul]       1.9.14cvs47
10403
10404         * README
10405         * README.jp
10406         * configure.ac
10407         * config/config.rpath
10408         * doc/manual/en/sylpheed-20.html
10409         * doc/manual/es/sylpheed-20.html
10410         * po/bg.po
10411         * po/ca.po
10412         * po/de.po
10413         * po/es.po
10414         * po/fr.po
10415         * po/it.po
10416         * po/pt_BR.po
10417         * po/sk.po
10418         * po/zh_TW.po
10419         * src/account.c
10420         * src/account.h
10421         * src/action.c
10422         * src/action.h
10423         * src/adbookbase.h
10424         * src/addr_compl.c
10425         * src/addr_compl.h
10426         * src/addrbook.c
10427         * src/addrbook.h
10428         * src/addrcache.c
10429         * src/addrcache.h
10430         * src/addrcindex.c
10431         * src/addrcindex.h
10432         * src/addrclip.c
10433         * src/addrclip.h
10434         * src/addrdefs.h
10435         * src/addressadd.c
10436         * src/addressadd.h
10437         * src/addressbook.c
10438         * src/addressbook.h
10439         * src/addressitem.h
10440         * src/addrgather.c
10441         * src/addrgather.h
10442         * src/addrharvest.c
10443         * src/addrharvest.h
10444         * src/addrindex.c
10445         * src/addrindex.h
10446         * src/addritem.c
10447         * src/addritem.h
10448         * src/addrquery.c
10449         * src/addrquery.h
10450         * src/addrselect.c
10451         * src/addrselect.h
10452         * src/alertpanel.c
10453         * src/alertpanel.h
10454         * src/browseldap.c
10455         * src/browseldap.h
10456         * src/codeconv.c
10457         * src/codeconv.h
10458         * src/compose.c
10459         * src/compose.h
10460         * src/crash.c
10461         * src/crash.h
10462         * src/customheader.c
10463         * src/customheader.h
10464         * src/displayheader.c
10465         * src/displayheader.h
10466         * src/editaddress.c
10467         * src/editaddress.h
10468         * src/editbook.c
10469         * src/editbook.h
10470         * src/editgroup.c
10471         * src/editgroup.h
10472         * src/editjpilot.c
10473         * src/editjpilot.h
10474         * src/editldap.c
10475         * src/editldap.h
10476         * src/editldap_basedn.c
10477         * src/editldap_basedn.h
10478         * src/editvcard.c
10479         * src/editvcard.h
10480         * src/enriched.c
10481         * src/enriched.h
10482         * src/exphtmldlg.c
10483         * src/exphtmldlg.h
10484         * src/expldifdlg.c
10485         * src/expldifdlg.h
10486         * src/export.c
10487         * src/export.h
10488         * src/exporthtml.c
10489         * src/exporthtml.h
10490         * src/exportldif.c
10491         * src/exportldif.h
10492         * src/filtering.c
10493         * src/filtering.h
10494         * src/folder.c
10495         * src/folder.h
10496         * src/folder_item_prefs.c
10497         * src/folder_item_prefs.h
10498         * src/foldersel.c
10499         * src/foldersel.h
10500         * src/folderutils.c
10501         * src/folderutils.h
10502         * src/folderview.c
10503         * src/folderview.h
10504         * src/grouplistdialog.c
10505         * src/grouplistdialog.h
10506         * src/headerview.c
10507         * src/headerview.h
10508         * src/html.c
10509         * src/html.h
10510         * src/image_viewer.c
10511         * src/image_viewer.h
10512         * src/imap.c
10513         * src/imap.h
10514         * src/imap_gtk.c
10515         * src/imap_gtk.h
10516         * src/import.c
10517         * src/import.h
10518         * src/importldif.c
10519         * src/importldif.h
10520         * src/importmutt.c
10521         * src/importmutt.h
10522         * src/importpine.c
10523         * src/importpine.h
10524         * src/inc.c
10525         * src/inc.h
10526         * src/jpilot.c
10527         * src/jpilot.h
10528         * src/ldapctrl.c
10529         * src/ldapctrl.h
10530         * src/ldaplocate.c
10531         * src/ldaplocate.h
10532         * src/ldapquery.c
10533         * src/ldapquery.h
10534         * src/ldapserver.c
10535         * src/ldapserver.h
10536         * src/ldaputil.c
10537         * src/ldaputil.h
10538         * src/ldif.c
10539         * src/ldif.h
10540         * src/localfolder.c
10541         * src/localfolder.h
10542         * src/main.c
10543         * src/main.h
10544         * src/mainwindow.c
10545         * src/mainwindow.h
10546         * src/manual.c
10547         * src/manual.h
10548         * src/matcher.c
10549         * src/matcher.h
10550         * src/matcher_parser.h
10551         * src/matcher_parser_lex.l
10552         * src/matcher_parser_parse.y
10553         * src/mbox.c
10554         * src/mbox.h
10555         * src/message_search.c
10556         * src/message_search.h
10557         * src/messageview.c
10558         * src/messageview.h
10559         * src/mh.c
10560         * src/mh.h
10561         * src/mh_gtk.c
10562         * src/mh_gtk.h
10563         * src/mimeview.c
10564         * src/mimeview.h
10565         * src/msgcache.c
10566         * src/msgcache.h
10567         * src/mutt.c
10568         * src/mutt.h
10569         * src/news.c
10570         * src/news.h
10571         * src/news_gtk.c
10572         * src/news_gtk.h
10573         * src/noticeview.c
10574         * src/noticeview.h
10575         * src/partial_download.c
10576         * src/partial_download.h
10577         * src/pine.c
10578         * src/pine.h
10579         * src/pop.c
10580         * src/pop.h
10581         * src/prefs_account.c
10582         * src/prefs_account.h
10583         * src/prefs_actions.c
10584         * src/prefs_actions.h
10585         * src/prefs_common.c
10586         * src/prefs_common.h
10587         * src/prefs_compose_writing.c
10588         * src/prefs_compose_writing.h
10589         * src/prefs_customheader.c
10590         * src/prefs_customheader.h
10591         * src/prefs_display_header.c
10592         * src/prefs_display_header.h
10593         * src/prefs_ext_prog.c
10594         * src/prefs_ext_prog.h
10595         * src/prefs_filtering.c
10596         * src/prefs_filtering.h
10597         * src/prefs_filtering_action.c
10598         * src/prefs_filtering_action.h
10599         * src/prefs_folder_column.c
10600         * src/prefs_folder_column.h
10601         * src/prefs_folder_item.c
10602         * src/prefs_folder_item.h
10603         * src/prefs_fonts.c
10604         * src/prefs_fonts.h
10605         * src/prefs_gtk.c
10606         * src/prefs_gtk.h
10607         * src/prefs_image_viewer.c
10608         * src/prefs_image_viewer.h
10609         * src/prefs_matcher.c
10610         * src/prefs_matcher.h
10611         * src/prefs_message.c
10612         * src/prefs_message.h
10613         * src/prefs_msg_colors.c
10614         * src/prefs_msg_colors.h
10615         * src/prefs_other.c
10616         * src/prefs_other.h
10617         * src/prefs_quote.c
10618         * src/prefs_quote.h
10619         * src/prefs_receive.c
10620         * src/prefs_receive.h
10621         * src/prefs_send.c
10622         * src/prefs_send.h
10623         * src/prefs_spelling.c
10624         * src/prefs_spelling.h
10625         * src/prefs_summaries.c
10626         * src/prefs_summaries.h
10627         * src/prefs_summary_column.c
10628         * src/prefs_summary_column.h
10629         * src/prefs_template.c
10630         * src/prefs_template.h
10631         * src/prefs_themes.c
10632         * src/prefs_themes.h
10633         * src/prefs_toolbar.c
10634         * src/prefs_toolbar.h
10635         * src/prefs_wrapping.c
10636         * src/prefs_wrapping.h
10637         * src/privacy.c
10638         * src/privacy.h
10639         * src/procheader.c
10640         * src/procheader.h
10641         * src/procmime.c
10642         * src/procmime.h
10643         * src/procmsg.c
10644         * src/procmsg.h
10645         * src/quote_fmt.c
10646         * src/quote_fmt_parse.y
10647         * src/recv.c
10648         * src/recv.h
10649         * src/remotefolder.c
10650         * src/remotefolder.h
10651         * src/send_message.c
10652         * src/send_message.h
10653         * src/setup.c
10654         * src/setup.h
10655         * src/simple-gettext.c
10656         * src/sourcewindow.c
10657         * src/sourcewindow.h
10658         * src/ssl_manager.c
10659         * src/ssl_manager.h
10660         * src/statusbar.c
10661         * src/statusbar.h
10662         * src/stock_pixmap.c
10663         * src/stock_pixmap.h
10664         * src/summary_search.c
10665         * src/summary_search.h
10666         * src/summaryview.c
10667         * src/summaryview.h
10668         * src/syldap.c
10669         * src/syldap.h
10670         * src/textview.c
10671         * src/textview.h
10672         * src/toolbar.c
10673         * src/toolbar.h
10674         * src/undo.c
10675         * src/undo.h
10676         * src/unmime.c
10677         * src/unmime.h
10678         * src/vcard.c
10679         * src/vcard.h
10680         * src/wizard.c
10681         * src/wizard.h
10682         * src/common/base64.c
10683         * src/common/base64.h
10684         * src/common/defs.h
10685         * src/common/hooks.c
10686         * src/common/hooks.h
10687         * src/common/log.c
10688         * src/common/log.h
10689         * src/common/md5.c
10690         * src/common/md5.h
10691         * src/common/mgutils.c
10692         * src/common/mgutils.h
10693         * src/common/nntp.c
10694         * src/common/nntp.h
10695         * src/common/passcrypt.c
10696         * src/common/passcrypt.h.in
10697         * src/common/plugin.c
10698         * src/common/plugin.h
10699         * src/common/prefs.c
10700         * src/common/prefs.h
10701         * src/common/progressindicator.c
10702         * src/common/progressindicator.h
10703         * src/common/quoted-printable.c
10704         * src/common/quoted-printable.h
10705         * src/common/session.c
10706         * src/common/session.h
10707         * src/common/smtp.c
10708         * src/common/smtp.h
10709         * src/common/socket.c
10710         * src/common/socket.h
10711         * src/common/ssl.c
10712         * src/common/ssl.h
10713         * src/common/ssl_certificate.c
10714         * src/common/ssl_certificate.h
10715         * src/common/string_match.c
10716         * src/common/string_match.h
10717         * src/common/stringtable.c
10718         * src/common/sylpheed.c
10719         * src/common/sylpheed.h
10720         * src/common/template.c
10721         * src/common/template.h
10722         * src/common/timing.h
10723         * src/common/utils.c
10724         * src/common/utils.h
10725         * src/common/uuencode.c
10726         * src/common/uuencode.h
10727         * src/common/version.h.in
10728         * src/common/xml.c
10729         * src/common/xml.h
10730         * src/common/xmlprops.c
10731         * src/common/xmlprops.h
10732         * src/gtk/about.c
10733         * src/gtk/about.h
10734         * src/gtk/colorlabel.c
10735         * src/gtk/colorlabel.h
10736         * src/gtk/colorsel.c
10737         * src/gtk/colorsel.h
10738         * src/gtk/description_window.c
10739         * src/gtk/description_window.h
10740         * src/gtk/filesel.c
10741         * src/gtk/filesel.h
10742         * src/gtk/foldersort.c
10743         * src/gtk/foldersort.h
10744         * src/gtk/gtkutils.c
10745         * src/gtk/gtkutils.h
10746         * src/gtk/inputdialog.c
10747         * src/gtk/inputdialog.h
10748         * src/gtk/logwindow.c
10749         * src/gtk/logwindow.h
10750         * src/gtk/manage_window.c
10751         * src/gtk/manage_window.h
10752         * src/gtk/menu.c
10753         * src/gtk/menu.h
10754         * src/gtk/pluginwindow.c
10755         * src/gtk/pluginwindow.h
10756         * src/gtk/prefswindow.c
10757         * src/gtk/prefswindow.h
10758         * src/gtk/progressdialog.c
10759         * src/gtk/progressdialog.h
10760         * src/gtk/quicksearch.c
10761         * src/gtk/quicksearch.h
10762         * src/gtk/sslcertwindow.c
10763         * src/gtk/sslcertwindow.h
10764         * src/plugins/clamav/clamav_plugin.c
10765         * src/plugins/clamav/clamav_plugin.h
10766         * src/plugins/clamav/clamav_plugin_gtk.c
10767         * src/plugins/demo/demo.c
10768         * src/plugins/dillo_viewer/dillo_prefs.c
10769         * src/plugins/dillo_viewer/dillo_prefs.h
10770         * src/plugins/dillo_viewer/dillo_viewer.c
10771         * src/plugins/mathml_viewer/mathml_viewer.c
10772         * src/plugins/pgpcore/passphrase.c
10773         * src/plugins/pgpcore/passphrase.h
10774         * src/plugins/pgpcore/plugin.c
10775         * src/plugins/pgpcore/prefs_gpg.c
10776         * src/plugins/pgpcore/prefs_gpg.h
10777         * src/plugins/pgpcore/select-keys.c
10778         * src/plugins/pgpcore/select-keys.h
10779         * src/plugins/pgpcore/sgpgme.c
10780         * src/plugins/pgpcore/sgpgme.h
10781         * src/plugins/pgpinline/pgpinline.c
10782         * src/plugins/pgpinline/pgpinline.h
10783         * src/plugins/pgpinline/plugin.c
10784         * src/plugins/pgpmime/pgpmime.c
10785         * src/plugins/pgpmime/pgpmime.h
10786         * src/plugins/pgpmime/plugin.c
10787         * src/plugins/spamassassin/spamassassin.c
10788         * src/plugins/spamassassin/spamassassin.h
10789         * src/plugins/spamassassin/spamassassin_gtk.c
10790         * src/plugins/trayicon/trayicon.c
10791         * tools/OOo2sylpheed.pl
10792         * tools/acroread2sylpheed.pl
10793         * tools/asus_mailled.sh
10794         * tools/filter_conv.pl
10795         * tools/freshmeat_search.pl
10796         * tools/google_search.pl
10797         * tools/kmail2sylpheed.pl
10798         * tools/kmail2sylpheed_v2.pl
10799         * tools/maildir2sylpheed.pl
10800         * tools/multiwebsearch.pl
10801         * tools/newscache_clean.pl
10802         * tools/outlook2sylpheed.pl
10803         * tools/sylpheed-switcher
10804         * tools/update-po
10805         * tools/vcard2xml.py
10806         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
10807                 update FSF address
10808
10809 2005-09-21 [colin]      1.9.14cvs46
10810
10811         * src/gedit-print.c
10812         * src/procmsg.c
10813         * src/procmsg.h
10814         * src/textview.c
10815         * src/summaryview.c
10816                 Remove some printing hacks (deselection/reselection),
10817                 which by the way fix printing the currently 
10818                 displayed mime part (still only text)
10819                 Plus a little optimisation of summary_show
10820
10821
10822 2005-09-20 [colin]      1.9.14cvs45
10823
10824         * src/mainwindow.c
10825         * src/messageview.c
10826                 GUI fixups: add accels, set message
10827                 view title to displayed mail's subject
10828         * src/prefs_spelling.c
10829         * src/gtk/gtkaspell.c
10830                 GUI fixups: allow underlining misspelled
10831                 words instead of coloring them (a11y!)
10832
10833 2005-09-19 [colin]
10834
10835         1.9.15rc3 released
10836
10837 2005-09-19 [colin]      1.9.14cvs44
10838
10839         * src/compose.c
10840                 Fix draft message
10841         * src/gtk/gtkaspell.c
10842                 Fix wrong test ;-)
10843
10844 2005-09-19 [colin]      1.9.14cvs43
10845
10846         * src/addressbook.c
10847                 Fix sensitivity of Delete button
10848         * src/compose.c
10849                 Warn if the requested Privacy system
10850                 is not available
10851         * src/exphtmldlg.c
10852         * src/expldifdlg.c
10853         * src/importldif.c
10854         * src/importmutt.c
10855         * src/importpine.c
10856                 Fix crappy UI
10857         * src/
10858         * src/ssl.h
10859         * src/prefs_account.h
10860         * src/prefs_account.c
10861                 Save SSL prefs even in builds that have
10862                 SSL support disable
10863         * src/imap.c
10864         * src/inc.c
10865         * src/news.c
10866         * src/send_message.c
10867                 Warn if connection should be secure, but
10868                 SSL support isn't compiled in
10869         * src/gtkaspell.c
10870                 Fix word separation on UTF-8 systems
10871                 Fixes bug #812 (Strange inline spellchecking)
10872         * src/compose.c
10873                 Warn if the requested Privacy system
10874                 is not available
10875                 Factorize offline warning
10876         * src/imap.c
10877         * src/imap_gtk.c
10878         * src/imap_gtk.h
10879         * src/inc.h
10880         * src/news_gtk.c
10881         * src/news_gtk.h
10882         * src/messageview.c
10883                 Factorize offline warning
10884
10885 2005-09-19 [paul]
10886
10887         1.9.15-rc2 released
10888
10889 2005-09-18 [colin]      1.9.14cvs42
10890
10891         * src/codeconv.c
10892         * src/codeconv.h
10893         * src/procmime.c
10894                 Add a way to get locale's charset ignoring utf-8,
10895                 and use that as default encoding for broken mails
10896
10897 2005-09-18 [colin]      1.9.14cvs41
10898
10899         * src/gtk/logwindow.c
10900                 Translate string. Patch by Fabien Vantard
10901
10902 2005-09-18 [colin]      1.9.14cvs40
10903
10904         * configure.ac
10905                 Fix bug #803 (IMAP/SSL support breaks with 
10906                 GnuTLS libetpan 0.38)
10907
10908 2005-09-18 [colin]      1.9.14cvs39
10909
10910         * src/codeconv.c
10911         * src/compose.c
10912         * src/procmime.c
10913                 More charsets fixes. Fixes bug #806 (non
10914                 ascii characters in subject line)
10915
10916 2005-09-17 [paul]       1.9.14cvs38
10917
10918         * src/folderview.c
10919         * src/mainwindow.c
10920                 fix gcc-2.95 issues
10921                 Patch by Pawel Pekala
10922
10923 2005-09-17 [colin]      1.9.14cvs37
10924
10925         * src/addrindex.c
10926                 bugfix for NO-USE LDAP compilation, patch 
10927                 by Fabien Vantard
10928
10929 2005-09-17 [colin]      1.9.14cvs36
10930
10931         * src/prefs_actions.c
10932         * src/prefs_customheader.c
10933         * src/prefs_display_header.c
10934         * src/prefs_filtering_action.c
10935         * src/prefs_matcher.c
10936         * src/prefs_toolbar.c
10937                 Fix strange casts (less elegant but
10938                 works better)
10939
10940 2005-09-16 [colin]      1.9.14cvs35
10941
10942         * src/jpilot.c
10943                 Missed that one
10944
10945 2005-09-16 [colin]      1.9.14cvs34
10946
10947         * configure.ac
10948         * src/Makefile.am
10949         * src/addr_compl.c
10950         * src/addrindex.c
10951         * src/browseldap.c
10952         * src/editldap.c
10953         * src/ldaplocate.c
10954         * src/ldapquery.c
10955         * src/ldapquery.h
10956         * src/ldapserver.c
10957         * src/ldapserver.h
10958         * src/main.c
10959         * src/matcher_parser_parse.y
10960         * src/prefs_themes.c
10961         * src/etpan/Makefile.am
10962         * src/gtk/description_window.c
10963         * src/plugins/clamav/Makefile.am
10964         * src/plugins/clamav/clamav_plugin.c
10965         * src/plugins/dillo_viewer/Makefile.am
10966         * src/plugins/pgpcore/Makefile.am
10967         * src/plugins/pgpinline/Makefile.am
10968         * src/plugins/pgpmime/Makefile.am
10969         * src/plugins/trayicon/Makefile.am
10970                 Fix 100% cpu usage in address completion list
10971                 Fix little bugs (return with no values etc)
10972                 Fix all warnings (with common CFLAGS)
10973
10974 2005-09-15 [colin]      1.9.14cvs33
10975
10976         * src/addressbook.c
10977                 Fix bug where sometimes a group's email list is empty,
10978                 force its refresh (probably fixes "Re: how to create a 
10979                 distribution list")
10980         * src/ldapquery.c
10981                 Don't return to the callback in the main thread from the
10982                 fetch thread (or face segs!)
10983
10984 2005-09-15 [paul]       1.9.14cvs32
10985
10986         * src/prefs_matcher.c
10987                 forgotten in last commit
10988
10989 2005-09-15 [paul]       1.9.14cvs31
10990
10991         * src/prefs_actions.c
10992         * src/prefs_filtering_action.c
10993         * src/prefs_quote.c
10994         * src/quote_fmt.c
10995         * src/summaryview.c
10996         * src/gtk/description_window.c
10997         * src/gtk/description_window.h
10998         * src/gtk/quicksearch.c
10999                 allow interaction with the called
11000                 description window
11001                 Patch by Anders Hammar
11002
11003 2005-09-14 [paul]       1.9.14cvs30
11004
11005         * src/compose.c
11006                 fix a little annoyance when pasting with 3rd button 
11007                 with wrap_pastes=0 and wrap_input=1
11008                 Patch by Colin
11009
11010 2005-09-14 [paul]       1.9.14cvs29
11011
11012         * src/prefs_account.c
11013                 disable 'Filter messages on receiving' for
11014                 SMTP-only accounts
11015                 Patch  by Anders Hammar
11016
11017 2005-09-14 [paul]       1.9.14cvs28
11018
11019         * po/sk.po
11020                 fix crash
11021                 updated by Andrej Kacian
11022
11023 2005-09-14 [paul]
11024
11025         1.9.15-rc1 released
11026
11027 2005-09-14 [paul]       1.9.14cvs27
11028
11029         * po/es.po
11030                 updated by Ricardo Mones Lastra
11031         * src/compose.c
11032         * src/compose.h
11033                 associate no_wrap_tags to Compose windows
11034                 instead of using a static one
11035                 Patch by Colin
11036         * src/mbox.c
11037                 fix proc_mbox()
11038                 Patch by wwp
11039         * src/textview.c
11040                 remove unneeded printf()
11041
11042 2005-09-14 [paul]       1.9.14cvs26
11043
11044         * src/addrcache.c
11045         * src/codeconv.h
11046         * src/folder.h
11047         * src/mainwindow.h
11048         * src/mh.c
11049         * src/mimeview.h
11050         * src/partial_download.c
11051         * src/pop.c
11052         * src/prefs_account.c
11053         * src/prefs_account.h
11054         * src/prefs_actions.c
11055         * src/prefs_customheader.c
11056         * src/prefs_display_header.c
11057         * src/prefs_filtering_action.c
11058         * src/prefs_matcher.c
11059         * src/prefs_toolbar.c
11060         * src/privacy.h
11061         * src/procmime.c
11062         * src/procmime.h
11063         * src/procmsg.h
11064         * src/textview.c
11065         * src/undo.h
11066         * src/common/plugin.c
11067         * src/common/session.h
11068         * src/common/socket.c
11069         * src/common/socket.h
11070         * src/common/template.c
11071         * src/gtk/gtkaspell.c
11072         * src/gtk/quicksearch.h
11073         * src/plugins/pgpcore/passphrase.c
11074         * src/plugins/pgpcore/prefs_gpg.h
11075         * src/plugins/pgpcore/select-keys.c
11076         * src/plugins/pgpcore/select-keys.h
11077         * src/plugins/pgpcore/sgpgme.c
11078         * src/plugins/pgpinline/pgpinline.c
11079         * src/plugins/pgpmime/pgpmime.c
11080         * src/plugins/trayicon/trayicon.c
11081                 fix compilation warnings
11082                 Patch by Daniel Gustafson
11083
11084 2005-09-14 [paul]       1.9.14cvs25
11085
11086         * src/addressbook.c
11087                 add missing column header, and other small
11088                 bug fixes
11089                 Patch by Anders Hammar
11090
11091 2005-09-13 [colin]      1.9.14cvs24
11092
11093         * src/gtk/gtkaspell.c
11094                 Fix non-utf8 in menu
11095                 Fix little leaks
11096                 Nullify struct members after free()s
11097
11098 2005-09-13 [colin]      1.9.14cvs23
11099
11100         * src/compose.c
11101                 Test utf8 compliance before inserting to 
11102                 buffer, and try to convert if necessary
11103         * src/procmime.c
11104                 If no charset is present, use the locale 
11105                 one instead of us-ascii
11106         * src/procmsg.c
11107                 Add Sender, List-Post and To in the checked 
11108                 headers for automatic rules creation 
11109                 (thanks to wwp)
11110         * src/prefs_themes.c
11111         * src/gtk/gtkaspell.c
11112                 Remove deprecated functions. 
11113                 patch by Daniel Gustafson
11114
11115 2005-09-12 [colin]      1.9.14cvs22
11116
11117         * src/compose.c
11118                 Fix bug #448 (Scrolling/Redraw issue with 
11119                 address-fields in Header)
11120         * src/mainwindow.c
11121         * src/summaryview.c
11122         * src/summaryview.h
11123                 Fix loss of MSG_MARKED on move/copy
11124                 Fix bug #804 (Quicksearch togglebutton doesn't 
11125                 get depressed after '/' key is pressed)
11126
11127 2005-09-12 [paul]       1.9.14cvs21
11128
11129         * AUTHORS
11130         * src/gtk/logwindow.c
11131                 add 'Clear Log' to popup menu
11132                 Patch by Anders Hammar <anders.hammar@telia.com>
11133
11134 2005-09-12 [paul]       1.9.14cvs20
11135
11136         * src/compose.c
11137                 set correct sensitivity on attachments
11138                 popup menu
11139         * src/folder.c
11140                 fix typo
11141         * src/prefs_spelling.c
11142                 fix crash when no LANG env is set
11143         * src/common/xml.c
11144                 fix crash in wizard
11145                 don't use memeory after free
11146
11147         All patches by Daniel Gustafson
11148
11149 2005-09-12 [paul]       1.9.14cvs19
11150
11151         * src/prefs_themes.c
11152                 make theme info selectable
11153         * src/gtk/description_window.c
11154                 make window non-modal
11155         * tools/README
11156                 add details of asus_mailed.sh
11157         * tools/claws.i18n.status.pl
11158                 update for new zh_TW translator
11159                 widen the output
11160                 create alternate coloured lines
11161                 improve readability
11162
11163 2005-09-10 [colin]      1.9.14cvs18
11164
11165         * src/plugins/pgpcore/select-keys.c
11166                 Better order for the buttons
11167
11168 2005-09-10 [colin]      1.9.14cvs17
11169
11170         * src/compose.c
11171         * src/plugins/pgpcore/select-keys.c
11172         * src/plugins/pgpcore/select-keys.h
11173         * src/plugins/pgpcore/sgpgme.c
11174                 Add a "Don't encrypt" button to the key
11175                 selection dialog. Fixes bug #177 (There should be a 
11176                 'Don't encrypt button in the Select Keys dialog)
11177
11178 2005-09-10 [colin]      1.9.14cvs16
11179
11180         * src/compose.c
11181                 Fix bug #572 (%X option does not work with templates)
11182
11183 2005-09-10 [colin]      1.9.14cvs15
11184
11185         * src/toolbar.c 
11186                 Remove g_print
11187
11188 2005-09-10 [colin]      1.9.14cvs14
11189
11190         * src/imap.c
11191                 Fix a possible crash
11192
11193 2005-09-09 [colin]      1.9.14cvs13
11194
11195         * src/imap.c
11196         * src/etpan/imap-thread.c
11197         * src/etpan/imap-thread.h
11198                 Fix moving from queue or drafts to normal folders
11199                 Fix bug #794 (No way to delete without expunging)
11200                 Take flags unset by other mailers into account
11201                 Take deleted flag set by other mailers into account
11202                 Fix unsetting REPLIED flag
11203                 Fix crash when capabilities can't be retrieved
11204         * src/mainwindow.c
11205         * src/mainwindow.h
11206                 Add M_DELAYED_FLAGS condition, and let the user use
11207                 Execute in order to be able to expunge deleted mails,
11208                 even if he's not in delayed execute mode
11209         * src/prefs_spelling.c
11210                 Use 'en' dictionary by default if LANG is POSIX or C
11211         * src/gtk/prefswindow.c
11212                 Fix bug #767 (Preferences windows expanding) by making
11213                 the window a bit larger when the resolution is greater
11214                 than 640x480, and by putting the prefs in a
11215                 GtkScrolledWindow.
11216
11217 2005-09-09 [paul]       1.9.14cvs12
11218
11219         * AUTHORS
11220         * configure.ac
11221         * po/zh_TW.Big5.po      ** REMOVED **
11222         * po/zh_TW.po           ** ADDED **
11223                 updated by Wei-Lun Chao
11224
11225 2005-09-09 [paul]       1.9.14cvs11
11226
11227         * src/mainwindow.c
11228                 fix asserts
11229         * src/common/xml.c
11230                 delay memory allocation until file is
11231                 opened successfully
11232                 Patch by Daniel Gustafson
11233
11234 2005-09-09 [colin]      1.9.14cvs10
11235
11236         * src/imap.c
11237                 Add guards
11238
11239 2005-09-08 [colin]      1.9.14cvs9
11240
11241         * src/compose.c
11242                 Alert when we can't save draft
11243                 Fix various wrap/color issues
11244                 Add mid-click pasting respecting wrap_paste option
11245         * src/folder.c
11246         * src/folder.h
11247         * src/folder_item_prefs.c
11248         * src/folder_item_prefs.h
11249         * src/imap.c
11250         * src/imap_gtk.c
11251         * src/imap_gtk.h
11252         * src/main.c
11253         * src/mainwindow.c
11254         * src/mainwindow.h
11255         * src/news.c
11256         * src/news_gtk.c
11257         * src/news_gtk.h
11258         * src/prefs_folder_item.c
11259                 Fix the impossibility to synchronise folders for
11260                 offline use (IMAP and NNTP are concerned)
11261
11262 2005-09-08 [colin]      1.9.14cvs8
11263
11264         * configure.ac
11265                 Build LDAP and JPilot by default if available
11266         * src/textview.c
11267                 Fix use after free
11268
11269 2005-09-08 [paul]       1.9.14cvs7
11270
11271         * doc/manual/en/sylpheed-1.html
11272         * doc/manual/en/sylpheed-18.html
11273         * doc/manual/en/sylpheed-19.html
11274         * doc/manual/en/sylpheed-4.html
11275         * doc/manual/en/sylpheed-6.html
11276         * doc/manual/en/sylpheed.html
11277                 a few minor updates, plus include some
11278                 details about plugins and their requirements
11279         * src/mainwindow.c
11280                 minor changes to English in /View/Sort
11281
11282 2005-09-07 [colin]      1.9.14cvs6
11283
11284         * doc/manual/en/sylpheed-1.html
11285         * doc/manual/en/sylpheed-10.html
11286         * doc/manual/en/sylpheed-11.html
11287         * doc/manual/en/sylpheed-12.html
11288         * doc/manual/en/sylpheed-13.html
11289         * doc/manual/en/sylpheed-14.html
11290         * doc/manual/en/sylpheed-15.html
11291         * doc/manual/en/sylpheed-16.html
11292         * doc/manual/en/sylpheed-17.html
11293         * doc/manual/en/sylpheed-18.html
11294         * doc/manual/en/sylpheed-19.html
11295         * doc/manual/en/sylpheed-2.html
11296         * doc/manual/en/sylpheed-20.html
11297         * doc/manual/en/sylpheed-21.html
11298         * doc/manual/en/sylpheed-22.html
11299         * doc/manual/en/sylpheed-3.html
11300         * doc/manual/en/sylpheed-4.html
11301         * doc/manual/en/sylpheed-5.html
11302         * doc/manual/en/sylpheed-6.html
11303         * doc/manual/en/sylpheed-7.html
11304         * doc/manual/en/sylpheed-8.html
11305         * doc/manual/en/sylpheed-9.html
11306         * doc/manual/en/sylpheed.html
11307                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
11308
11309 2005-09-07 [colin]      1.9.14cvs5
11310
11311         * src/mainwindow.c
11312                 Make labels more to-the-point
11313
11314 2005-09-07 [colin]      1.9.14cvs4
11315
11316         * doc/manual/en/sylpheed-1.html
11317         * doc/manual/en/sylpheed-12.html
11318         * doc/manual/en/sylpheed-13.html
11319         * doc/manual/en/sylpheed-14.html
11320         * doc/manual/en/sylpheed-15.html
11321         * doc/manual/en/sylpheed-16.html
11322         * doc/manual/en/sylpheed-17.html
11323         * doc/manual/en/sylpheed-18.html
11324         * doc/manual/en/sylpheed-19.html
11325         * doc/manual/en/sylpheed-2.html
11326         * doc/manual/en/sylpheed-20.html
11327         * doc/manual/en/sylpheed-21.html
11328         * doc/manual/en/sylpheed-22.html
11329         * doc/manual/en/sylpheed-4.html
11330         * doc/manual/en/sylpheed-5.html
11331         * doc/manual/en/sylpheed-6.html
11332         * doc/manual/en/sylpheed-7.html
11333         * doc/manual/en/sylpheed-8.html
11334         * doc/manual/en/sylpheed-9.html
11335         * doc/manual/en/sylpheed.html
11336                 Update manual
11337
11338 2005-09-07 [colin]      1.9.14cvs3
11339
11340         * doc/faq/en/sylpheed-faq-1.html
11341         * doc/faq/en/sylpheed-faq-2.html
11342         * doc/faq/en/sylpheed-faq-3.html
11343         * doc/faq/en/sylpheed-faq.html
11344                 Update FAQ
11345
11346 2005-09-07 [colin]      1.9.14cvs2
11347
11348         * src/folderview.c
11349         * src/procmsg.c
11350         * src/summaryview.c
11351         * src/toolbar.c
11352                 Fix special subfolders:
11353                 - Inherit parent's icon
11354                 - sent contents of queues subfolders
11355                 - empty subfolders of trashes
11356         * src/mainwindow.c
11357                 Remove outdated manual and faq entries
11358         * src/common/utils.c
11359                 Add quotes around %s coming from mailcap
11360
11361 2005-09-07 [colin]      1.9.14cvs1
11362
11363         * src/compose.c
11364                 After saving draft, set modified to FALSE
11365         * src/mimeview.c
11366         * src/common/utils.c
11367         * src/common/utils.h
11368                 Try to open mime parts using what is 
11369                 indicated in ~/.mailcap or /etc/mailcap,
11370                 if possible.
11371
11372 2005-09-05 [paul]       1.9.14
11373
11374         1.9.14 released
11375
11376         * po/sk.po
11377                 updated by Andrej Kacian
11378
11379 2005-09-05 [paul]       1.9.13cvs83
11380
11381         * po/de.po
11382         * po/es.po
11383         * po/fi.po
11384         * po/fr.po
11385         * po/nb.po
11386         * po/pt_BR.po
11387         * po/sr.po
11388                 updated translations by Thomas Gilgin, Ricardo Mones
11389                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
11390                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
11391
11392 2005-09-04 [paul]       1.9.13cvs82
11393
11394         * src/compose.c
11395                 only warn about exceeded line length limit
11396                 on send
11397
11398 2005-09-04 [paul]       1.9.13cvs81
11399
11400         * src/compose.c
11401                 fix crash in 'line length exceeded' dialogue
11402
11403 2005-09-02 [paul]       1.9.13cvs80
11404
11405         * src/imap.c
11406                 fix bug 795, 'Connection lost IMAP'
11407                 and add statusbar prints
11408                 Patch by Colin
11409
11410 2005-09-02 [paul]       1.9.13cvs79
11411
11412         * src/compose.c
11413                 compose_wrap_paragraph() becomes
11414                 compose_beautify_paragraph()
11415                 Patch by Colin
11416
11417 2005-09-02 [colin]      1.9.13cvs78
11418
11419         * src/folderview.c
11420                 Micro-fix
11421
11422 2005-09-01 [colin]      1.9.13cvs77
11423
11424         * src/imap.c
11425                 Maybe fix bug #795 (Connection lost IMAP)
11426                 Don't try to send logout when we're disconnected.
11427         * src/summaryview.c
11428                 Include locked and marked emails in HRM
11429                 view. Fixes bug #800 (Locked messages no longer 
11430                 show up when hide read messages is used)
11431
11432 2005-09-01 [paul]       1.9.13cvs76
11433
11434         * src/prefs_common.c
11435                 fix bad cutting
11436
11437 2005-08-31 [colin]      1.9.13cvs75
11438
11439         * src/folderview.c
11440         * src/folderview.h
11441         * src/prefs_summaries.c
11442         * src/summaryview.c
11443                 Fix "go to next new", fix preference
11444                 (Open unread/next swapped)
11445
11446 2005-08-31 [paul]       1.9.13cvs74
11447
11448         * src/compose.c
11449         * src/folderview.c
11450         * src/headerview.c
11451         * src/headerview.h
11452         * src/mainwindow.c
11453         * src/prefs_common.c
11454         * src/prefs_common.h
11455         * src/prefs_fonts.c
11456         * src/summaryview.c
11457         * src/textview.c
11458         * src/common/defs.h
11459                 remove obsolete BOLD_FONT setting
11460                 fix font update in headerview and textview
11461                 headers after prefs change
11462                 Patch By Colin
11463
11464 2005-08-31 [paul]
11465
11466         1.9.14-rc4 released
11467
11468 2005-08-30 [colin]      1.9.13cvs73
11469
11470         * src/summaryview.c
11471                 When Hide read messages is selected and we
11472                 refresh the summaryview, don't remove the 
11473                 currently displayed message. Fixes bug #797
11474                 (Summary view reloads when new mail is 
11475                 downloaded in 1.9.14 rc)
11476
11477 2005-08-30 [colin]      1.9.13cvs72
11478
11479         * src/folderview.c
11480                 Fix flickering
11481         * src/mainwindow.c
11482                 Remove useless callback
11483         * src/mimeview.c
11484         * src/gtk/filesel.c
11485         * src/gtk/filesel.h
11486                 Add a filesel_select_file_save_folder() - used by Save All
11487
11488 2005-08-29 [paul]       1.9.13cvs71
11489
11490         * AUTHORS
11491         * src/matcher_parser_parse.y
11492         * src/etpan/imap-thread.c
11493                 fix building on FreeBSD
11494                 Patch by Daniel Gustafson <daniel@hobbit.se>
11495
11496 2005-08-29 [paul]       1.9.13cvs70
11497
11498         * src/plugins/pgpinline/pgpinline.c
11499                 only initialise sig result if it's been handled
11500                 Patch by Colin
11501
11502 2005-08-29 [paul]       1.9.13cvs69
11503         
11504         Patches by Colin:
11505
11506         * src/imap.c
11507         * src/common.utils.c
11508         * src/common/utils.h
11509                 optimisation
11510         * src/stock_pixmap.h
11511                 fix wrong icon reference
11512         * src/pixmaps/trash_btn.xpm
11513                 replace with nicer image
11514
11515 2005-08-28 [colin]      1.9.13cvs68
11516
11517         * src/Makefile.am
11518         * src/stock_pixmap.c
11519         * src/stock_pixmap.h
11520         * src/toolbar.c
11521         * src/pixmaps/trash_btn.xpm
11522                 Add a specific trash xpm for the button
11523
11524 2005-08-28 [colin]      1.9.13cvs67
11525
11526         * src/imap.c
11527                 Fix leak
11528
11529 2005-08-27 [colin]      1.9.13cvs66
11530
11531         * src/imap.c
11532         * src/procmime.c
11533                 Correctly fix "Problem with replies", fixes
11534                 pgpmime encryption too. 
11535
11536 2005-08-27 [colin]      1.9.13cvs65
11537
11538         * src/folder.c
11539         * src/procmsg.c
11540         * src/procmsg.h
11541         * src/summaryview.c
11542                 Fix bug #517 (messages removed from summaryview 
11543                 when moving fails)
11544
11545 2005-08-27 [colin]      1.9.13cvs64
11546
11547         * tools/Makefile.am
11548         * tools/asus_mailled.sh
11549                 Add a script to blink ASUS laptops' mail LED where there
11550                 is unread mail.
11551
11552 2005-08-27 [colin]      1.9.13cvs63
11553
11554         * src/imap.c
11555         * src/etpan/imap-thread.c
11556         * src/etpan/imap-thread.h
11557                 Implement automatic choosing of login method
11558                 Fixes bug #791
11559         * src/gtk/.cvsignore
11560                 Add sylpheed-marshal.[ch]
11561
11562 2005-08-27 [colin]      1.9.13cvs62
11563
11564         * src/common/utils.c
11565                 Fix confusing perror
11566
11567 2005-08-27 [colin]      1.9.13cvs61
11568
11569         * src/toolbar.c
11570         * src/toolbar.h
11571                 Remove A_DELETE, replace it with 
11572                 A_TRASH and A_DELETE_REAL. Automatically
11573                 rewrite config files to replace A_DELETE
11574                 with A_TRASH (no functionality change).
11575                 Fixes half of #794
11576
11577 2005-08-26 [colin]      1.9.13cvs60
11578
11579         * src/procmime.c
11580                 Previous "Problem with replies" fix brought other
11581                 problems, fixing them
11582
11583 2005-08-26 [colin]      1.9.13cvs59
11584
11585         * src/procmime.c
11586                 Fix "Problem with replies". This happened only
11587                 on IMAP...
11588         * src/procmsg.c
11589                 Factorize code a bit
11590         * src/compose.c
11591                 Speed improvement on very long messages (wrapping)
11592                 Fix signature color on Reedit and Redirect
11593                 On Reedit, don't attach pgp-signatures parts, but
11594                 set signing to On.
11595
11596 2005-08-24 [paul]       1.9.13cvs58
11597
11598         * src/compose.c
11599                 don't claim success when clicking
11600                 Cancel on the passphrase box.
11601                 Patch by Colin
11602
11603 2005-08-24 [paul]       1.9.13cvs57
11604
11605         * src/main.c
11606                 fix misplaced sylpheed.log
11607         * src/common/defs.h
11608                 define UIDL_DIR
11609
11610 2005-08-24 [paul]       1.9.13cvs56
11611
11612         * src/imap.c
11613         * src/etpan/imap-thread.c
11614         * src/etpan/imap-thread.h
11615                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
11616                 Patch by Colin
11617         * src/gtk/sylpheed-marshal.c    ** REMOVED **
11618         * src/gtk/sylpheed-marshal.h    ** REMOVED **
11619                 remove autogenerated files
11620         * tools/kdeservicemenu/README
11621         * tools/kdeservicemenu/install.sh
11622         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
11623         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
11624                 use Claws icon, use 'Sylpheed-Claws' in menu,
11625                 use kdialog, and other cleanups
11626
11627 2005-08-23 [paul]       1.9.13cvs55
11628
11629         * src/compose.c
11630                 fix paste/wrap crash
11631                 Patch by Colin
11632
11633 2005-08-23 [paul]       1.9.13cvs54
11634
11635         * src/main.c
11636                 fix crash recovery
11637                 Patch by Colin
11638
11639 2005-08-23 [paul]       1.9.13cvs53
11640
11641         * src/addressbook.c
11642         * src/editaddress.c
11643                 view all data of LDAP contacts
11644                 Patch by Colin
11645
11646 2005-08-23 [paul]       1.9.13cvs52
11647
11648         * src/addressbook.c
11649                 fix issues with the Search field
11650                 Patch by Colin
11651
11652 2005-08-22 [paul]       1.9.13cvs51
11653
11654         * src/folderview.c
11655                 put name of folder in processing dialog
11656                 title
11657         * src/prefs_folder_item.c
11658                 improve english usage
11659
11660 2005-08-22 [paul]       1.9.13cvs50
11661
11662         * src/filtering.c
11663         * src/filtering.h
11664         * src/matcher.c
11665         * src/matcher_parser_lex.l
11666         * src/matcher_parser_parse.y
11667         * src/prefs_filtering.c
11668                 add Filtering/Processing rule names feature.
11669                 (the incompatible old matcherrc is saved as
11670                 matcherrc.pre_names).
11671                 Patch by Colin
11672
11673 2005-08-22 [paul]       1.9.13cvs49
11674
11675         * src/procmsg.c
11676                 fix colour labelling
11677                 Patch by Colin
11678
11679 2005-08-22 [paul]       1.9.13cvs48
11680
11681         * src/textview.c
11682                 fix open_image_cb()
11683
11684 2005-08-22 [paul]       1.9.13cvs47
11685
11686         * src/imap.c
11687                 fix bug 789, 'SC crashes with imap (CVS ver)'
11688                 Patch by Colin
11689
11690 2005-08-22 [paul]       1.9.13cvs46
11691
11692         * src/mimeview.c
11693         * src/prefs_common.c
11694         * src/common/defs.h
11695                 define reused defaults in defs.h
11696         * src/textview.c
11697                 add 'Open image' to image popup menu
11698
11699 2005-08-21 [colin]      1.9.13cvs45
11700
11701         * src/summaryview.c
11702                 Fix bug #788 (Bogus "From" address displayed)
11703
11704 2005-08-20 [colin]      1.9.13cvs44
11705
11706         * src/folder.c
11707                 Fix buf #787 (multilevel delete causes SIGSEGV)
11708
11709 2005-08-19 [colin]      1.9.13cvs43
11710
11711         * src/inc.c
11712         * src/prefs_common.c
11713         * src/prefs_common.h
11714                 Add an hidden pref to allow modifying the
11715                 update stepping in incorporation.
11716                 Patch by wwp.
11717
11718 2005-08-19 [colin]      1.9.13cvs42
11719
11720         * src/compose.c
11721         * src/procmime.c
11722                 Workaround for broken MUAs: encode 
11723                 Content-type: name: as ASCII and 
11724                 Content-Disposition: filename: as
11725                 per rfc2231
11726         * src/prefs_account.c
11727                 Fix invisible-ness of SMTP SSL prefs
11728                 in NNTP accounts
11729
11730 2005-08-19 [paul]       1.9.13cvs41
11731
11732         * src/compose.c
11733         * src/prefs_common.c
11734         * src/prefs_common.h
11735         * src/prefs_wrapping.c
11736                 paste with or without wrapping.
11737                 patch by Colin
11738
11739 2005-08-19 [paul]       1.9.13cvs40
11740
11741         * src/prefs_common.c
11742         * src/prefs_common.h
11743         * src/summaryview.c
11744                 reintroduce enable_swap_from as a
11745                 hidden pref. patch by Colin
11746         * src/quote_fmt_parse.y
11747         * src/plugins/clamav/clamav_plugin.c
11748         * src/plugins/dillo_viewer/dillo_viewer.c
11749         * src/plugins/mathml_viewer/mathml_viewer.c
11750         * src/plugins/pgpcore/sgpgme.c
11751         * src/plugins/pgpinline/pgpinline.c
11752         * src/plugins/pgpmime/pgpmime.c
11753                 tidy up. patch by Colin
11754
11755 2005-08-19 [paul]       1.9.13cvs39
11756
11757         * configure.ac
11758                 complete cvs38's sync
11759         * src/editaddress.c
11760         * src/gedit-print.c
11761         * src/mutt.c
11762         * src/etpan/etpan-log.c
11763         * src/etpan/imap-thread.c
11764         * src/gtk/gtksourceprintjob.c
11765                 fix compilation warnings
11766                 (patch by Colin)
11767
11768 2005-08-19 [paul]       1.9.13cvs38
11769
11770         sync with main:
11771
11772         * src/account.c
11773         * src/action.c
11774         * src/addrbook.c
11775         * src/addrcache.c
11776         * src/addrharvest.c
11777         * src/addrindex.c
11778         * src/codeconv.c
11779         * src/compose.c
11780         * src/crash.c
11781         * src/exporthtml.c
11782         * src/exportldif.c
11783         * src/folder.c
11784         * src/image_viewer.c
11785         * src/inc.c
11786         * src/inc.h
11787         * src/jpilot.c
11788         * src/ldif.c
11789         * src/main.c
11790         * src/matcher.c
11791         * src/mbox.c
11792         * src/messageview.c
11793         * src/mh.c
11794         * src/mimeview.c
11795         * src/msgcache.c
11796         * src/mutt.c
11797         * src/news.c
11798         * src/partial_download.c
11799         * src/pine.c
11800         * src/pop.c
11801         * src/prefs_actions.c
11802         * src/prefs_common.c
11803         * src/prefs_customheader.c
11804         * src/prefs_display_header.c
11805         * src/prefs_gtk.c
11806         * src/prefs_themes.c
11807         * src/procheader.c
11808         * src/procmime.c
11809         * src/procmsg.c
11810         * src/recv.c
11811         * src/send_message.c
11812         * src/simple-gettext.c
11813         * src/sourcewindow.c
11814         * src/textview.c
11815         * src/vcard.c
11816         * src/common/defs.h
11817         * src/common/log.c
11818         * src/common/plugin.c
11819         * src/common/prefs.c
11820         * src/common/session.c
11821         * src/common/session.h
11822         * src/common/socket.c
11823         * src/common/socket.h
11824         * src/common/ssl_certificate.c
11825         * src/common/template.c
11826         * src/common/utils.c
11827         * src/common/utils.h
11828         * src/common/xml.c
11829         * src/gtk/about.c
11830         added wrappers for C library function that
11831                 take pathname arguments.
11832                 enabled compilation with MinGW.
11833                 use GDir instead of directly using opendir().
11834                 added rename_force().
11835
11836 2005-08-19 [paul]       1.9.13cvs37
11837         
11838         patches by Colin:
11839         * src/compose.c
11840                 fix privacy settings on re-editing
11841                 a sent message
11842         * src/jpilot.c
11843                 fix encoding bug
11844         * src/folder.c
11845         * src/procmsg.c
11846         * src/procmsg.h
11847         * src/summaryview.c
11848                 flag changing optimisation
11849
11850 2005-08-18 [martin]     1.9.13cvs36
11851
11852         * commitHelper
11853             added my login
11854         * src/addrcache.c
11855         * src/addrharvest.c
11856         * src/addrindex.c
11857         * src/compose.c
11858         * src/grouplistdialog.c
11859         * src/main.c
11860         * src/mainwindow.c
11861         * src/msgcache.c
11862         * src/mutt.c
11863         * src/pine.c
11864         * src/prefs_account.c
11865         * src/prefs_themes.c
11866         * src/stock_pixmap.c
11867         * src/summaryview.c
11868         * src/gtk/about.c
11869         * src/gtk/logwindow.c
11870             removed deprecated glib and gdk stuff
11871         * src/plugins/pgpcore/select-keys.c
11872             convert attributes from locale to utf8
11873
11874 2005-08-17 [paul]       1.9.13cvs35
11875
11876         * src/account.c
11877         * src/addressbook.c
11878                 use new GTK_STOCK_ icons if available
11879         * src/summaryview.c
11880         * src/gtk/gtksctree.c
11881         * src/gtk/gtksctree.h
11882                 faster range select. patch by Colin
11883
11884 2005-08-17 [paul]       1.9.13cvs34
11885
11886         patches by colin:
11887         * src/addressbook.c
11888         * src/addressitem.h
11889                 Add an edit button for contacts, fix selections
11890                 of gtksctree items
11891         * src/editaddress.c
11892                 Change labels, let Save be always possible in the
11893                 email and user atributes tabs
11894         * src/folderview.c
11895                 fix sort issues
11896         * src/summaryview.c
11897                 select next item instead of the displayed one
11898                 after deletion
11899
11900         * src/gtk/progressdialog.c
11901                 use prefs_common.enable_rules_hint
11902
11903 2005-08-13 [hoa]        1.9.13cvs33
11904
11905         * src/etpan/imap-thread.c
11906                 fixed build on Solaris.
11907
11908 2005-08-10 [colin]      1.9.13cvs32
11909
11910         * src/procmsg.c
11911                 Fix cvs31 (missing fclose before reading
11912                 the file)
11913
11914 2005-08-10 [colin]      1.9.13cvs31
11915
11916         * src/procmsg.c
11917                 Fix procmsg_msginfo_new_from_mimeinfo() when
11918                 the MimeInfo isn't stored in memory. This fixes
11919                 replying to an attached message.
11920
11921 2005-08-10 [colin]      1.9.13cvs30
11922
11923         * src/mainwindow.c
11924                 Fix slowness in account changing
11925
11926 2005-08-10 [colin]      1.9.13cvs29
11927
11928         * src/folder.c
11929         * src/folderutils.c
11930         * src/folderview.c
11931         * src/imap_gtk.c
11932         * src/mainwindow.c
11933         * src/mh_gtk.c
11934         * src/procmsg.c
11935         * src/summaryview.c
11936                 Optimize folder_has_parent_of_type
11937                 Prevent moving special sub-folders from contextual menus
11938                 Rework message a bit ("Empty all messages" -> "Delete all
11939                 messages")
11940                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
11941                 and "Deleted Items" folders)
11942
11943 2005-08-08 [colin]      1.9.13cvs28
11944
11945         * src/summaryview.c
11946         * src/prefs_summaries.c
11947                 Make "Select first unread|new" more flexible
11948                 (just prioritize new or unread)
11949
11950 2005-08-08 [colin]      1.9.13cvs27
11951
11952         * src/summaryview.c
11953                 If "select first new" is selected and there only
11954                 are unread messages, fallback to "select first
11955                 unread".
11956
11957 2005-08-08 [colin]      1.9.13cvs26
11958
11959         * src/folder.c
11960                 Fix shameful bugs (and bug #779)
11961
11962 2005-08-08 [colin]      1.9.13cvs25
11963
11964         * src/folder.c
11965         * src/folder.h
11966                 Cache parents' type to make folder_has_parent_of_type
11967                 faster
11968         * src/folderview.c
11969                 Forbid DnD of special sub-folders
11970         * src/procmsg.c
11971         * src/procmsg.h
11972                 Add MAIL_POSTFILTERING_HOOK
11973         * src/summaryview.c
11974                 Revert over-zealous deletion of the use_addr_book 
11975                 code
11976
11977 2005-08-07 [colin]      1.9.13cvs24
11978
11979         * src/folder.c
11980                 Fix big mistake (passing MsgInfo instead 
11981                 of FolderItem)
11982
11983 2005-08-07 [colin]      1.9.13cvs23
11984
11985         * src/compose.c
11986         * src/folder.c
11987         * src/folder.h
11988         * src/foldersel.c
11989         * src/folderutils.c
11990         * src/folderview.c
11991         * src/imap.c
11992         * src/mainwindow.c
11993         * src/messageview.c
11994         * src/mh.c
11995         * src/msgcache.c
11996         * src/procmime.c
11997         * src/summaryview.c
11998                 Make subfolders of Drafts, Queue, Outbox, Trash
11999                 work like their parents. 
12000                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
12001
12002 2005-08-07 [colin]      1.9.13cvs22
12003
12004         * src/addressbook.c
12005                 Fix bug #771 (Dragged contacts not saved)
12006
12007 2005-08-07 [paul]       1.9.13cvs21
12008
12009         * src/summaryview.c
12010                 fix bug 32 'Search Doesn't display results
12011                 if "Hide Read Messages" is chosen'
12012                 be more literal in interpreting 'Hide read
12013                 messages'
12014
12015 2005-08-07 [colin]      1.9.13cvs20
12016
12017         * src/folderview.c
12018                 Add debug
12019         * src/summaryview.c
12020                 Faster 'unthread_for_execution'
12021
12022 2005-08-06 [paul]       1.9.13cvs19
12023
12024         * src/mainwindow.c
12025                 add mnemonics to Set displayed columns
12026                 fix bug where msgview_visible option was
12027                 overwritten as TRUE on startup
12028
12029 2005-08-06 [paul]       1.9.13cvs18
12030
12031         * src/mainwindow.c
12032                 refer to 'displayed columns in folder/message
12033                 list' not 'displayed items in summary/message view'
12034         * src/prefs_display_header.c
12035                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
12036                 be consistent with similar dialogues
12037         * src/prefs_folder_column.c
12038         * src/prefs_summary_column.c
12039                 'columns' not 'items', and folder and message lists,
12040                 instead of folder and summary views;
12041                 Use 'Hidden columns' as list heading not 'Available
12042                 items';
12043                 move the 'Remove' button to the right hand side;
12044                 top-align the buttons;
12045                 remove unneeded vbox
12046         * src/prefs_summaries.c
12047                 put the 2 column prefs buttons in a frame to reduce
12048                 overall width; refer to columns not items &c.
12049
12050 2005-08-05 [colin]      1.9.13cvs17
12051
12052         * src/prefs_common.c
12053         * src/prefs_common.h
12054         * src/mainwindow.c
12055         * src/compose.c
12056         * src/messageview.c
12057                 Add an hidden toolbar_detachable pref, so
12058                 that I can get rid of these painful handles
12059                 in the toolbars. Defaults to TRUE to avoid
12060                 changing the GUI on unsuspecting people...
12061
12062 2005-08-05 [colin]      1.9.13cvs16
12063
12064         * src/Makefile.am
12065         * src/prefs_folder_column.c
12066         * src/prefs_folder_column.h
12067                 Add prefs for folder columns
12068         * src/folderview.c
12069         * src/folderview.h
12070         * src/mainwindow.c
12071         * src/mainwindow.h
12072         * src/prefs_common.c
12073         * src/prefs_common.h
12074         * src/prefs_summaries.c
12075                 Use them
12076         * src/prefs_summary_column.c
12077         * src/summaryview.c
12078         * src/summaryview.h
12079                 Add a To column
12080         * src/textview.c
12081         * src/common/utils.c
12082         * src/common/utils.h
12083                 Move uri colourisation functions
12084                 to utils
12085         * src/compose.c
12086                 Colourise URIs
12087         * src/imap.c
12088                 Fix bug with LIST where we'd try
12089                 to get Folder//////[...]/// 
12090
12091 2005-08-05 [paul]       1.9.13cvs15
12092
12093         * src/prefs_summaries.c
12094                 improve the English usage
12095         * src/summaryview.c
12096                 set font on column change
12097                 thanks to Colin
12098
12099 2005-08-05 [paul]       1.9.13cvs14
12100
12101         * src/prefs_common.c
12102         * src/prefs_common.h
12103         * src/prefs_summaries.c
12104         * src/summaryview.c
12105                 replace 'open_unread_on_enter' option with
12106                 'select_on_entry' option. opening/not opening
12107                 is now exclusively controlled by 'always_show_msg'
12108
12109 2005-08-04 [colin]      1.9.13cvs13
12110
12111         * src/compose.c
12112                 Remove dead code
12113                 Add colourisation of quotes and signatures
12114         * src/folderview.c
12115                 Fix possible crashes
12116         * src/messageview.c
12117                 Change an assert that is no problem
12118         * src/news.c
12119         * src/news_gtk.c
12120         * src/news_gtk.h
12121                 Fix offline mode
12122         * src/gtk/quicksearch.c
12123                 Fix a possible crash
12124
12125 2005-08-03 [colin]      1.9.13cvs12
12126
12127         * src/prefs_account.c
12128                 Fix bug #777 (Sylpheed crash in account configuration)
12129
12130 2005-08-03 [colin]      1.9.13cvs11
12131
12132         * src/addressbook.c
12133         * src/editaddress.c
12134         * src/editgroup.c
12135                 Fixing addressbook, round 2
12136         * src/textview.c
12137                 Fix emphasis color on rechecking 'Colorize messages'
12138
12139 2005-08-03 [paul]       1.9.13cvs10
12140
12141         sync with main
12142
12143         * src/addr_compl.c
12144         * src/compose.c
12145         * src/main.c
12146         * src/pop.c
12147         * src/prefs_account.c
12148         * src/procmime.c
12149         * src/procmsg.c
12150         * src/quote_fmt_parse.y
12151         * src/textview.c
12152         * src/common/quoted-printable.c
12153         * src/common/utils.c
12154         * src/common/utils.h
12155         * src/common/xml.c
12156                 replaced incorrect locale-independent
12157                 ctype functions with GLib's. Corrected
12158                 signedness mismatch.
12159         * src/headerview.c
12160                 headerview_create(): added spacing for vbox.
12161         * src/gtk/about.c
12162                 set focus to the OK button.
12163
12164 2005-08-03 [colin]      1.9.13cvs9
12165
12166         * src/folderview.c
12167                 Fix possible crash
12168
12169 2005-08-02 [colin]      1.9.13cvs8
12170
12171         * src/mainwindow.c
12172                 Fix cast
12173         * src/addressbook.c
12174         * src/addressitem.h
12175                 Fix a cast and more generally, try to make the
12176                 GUI more intuitive and consistent (round 1)
12177
12178 2005-08-02 [paul]       1.9.13cvs7
12179
12180         * src/folder.h
12181                 missing in 1.9.13cvs6
12182
12183 2005-08-02 [colin]      1.9.13cvs6
12184
12185         * src/folder.c
12186                 Fix one more leak
12187
12188 2005-08-02 [colin]      1.9.13cvs5
12189
12190         * src/folder.c
12191         * src/folderview.c
12192         * src/imap.c
12193         * src/main.c
12194         * src/mbox.c
12195         * src/procmsg.c
12196         * src/summaryview.c
12197                 Fix a number of folder_item_get_msg_list()-related
12198                 leaks (missing procmsg_msginfo_free()s)
12199
12200 2005-08-01 [colin]      1.9.13cvs4
12201
12202         * src/folderview.c
12203         * src/folderview.h
12204         * src/mainwindow.c
12205         * src/prefs_fonts.c
12206         * src/prefs_summaries.c
12207         * src/prefs_themes.c
12208         * src/summaryview.c
12209         * src/summaryview.h
12210         * src/textview.c
12211         * src/textview.h
12212                 Fix instant-apply of summary and folderview-related prefs
12213                 Fix erroneous g_free and alertpanels in prefs_theme
12214                 Add instant-apply for fonts
12215                 Defer applying of prefs a little bit so it's done only
12216                 once even if requested by multiples prefs pages
12217
12218 2005-08-01 [paul]       1.9.13cvs3
12219
12220         * src/main.c
12221                 fix bug 776 'S.C. crashes on close'
12222                 thanks to Colin
12223         * src/etpan/etpan-thread-manager-types.h
12224                 add missing include
12225                 thanks to Hoa
12226
12227 2005-07-25 [paul]       1.9.13cvs2
12228
12229         * src/summaryview.c
12230                 fix typos. spotted by Fabien Vantard
12231
12232 2005-07-24 [paul]       1.9.13cvs1
12233
12234         * doc/man/sylpheed.1
12235                 update man page, incorporating fix of
12236                 bug 769 'Typo in manpage'
12237         * src/etpan/imap-thread.c
12238                 fix NetBSD openssl dependencies. patch by
12239                 George Michaelson <ggm@apnic.net>
12240         * po/pt_BR.po
12241                 updated by Frederico Goncalves Guimaraes
12242
12243 2005-07-22 [paul]       1.9.13
12244
12245         1.9.13 release
12246
12247 2005-07-22 [paul]       1.9.12cvs91
12248
12249         * AUTHORS
12250         * INSTALL
12251         * README.claws
12252         * RELEASE_NOTES.claws
12253                 updated for release
12254         * configure.ac
12255         * po/nb.po
12256         * tools/claws.i18n.status.pl
12257                 add Norwegian translation. submiited by
12258                 Geir Helland <pjallabais@users.sourceforge.net>
12259         * po/ca.po
12260         * po/de.po
12261         * po/es.po
12262         * po/fi.po
12263         * po/fr.po
12264         * po/it.po
12265         * po/sk.po
12266         * po/sr.po
12267         * po/zh_CN.po
12268                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12269                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
12270                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
12271                 Yang Guilong
12272         * src/plugins/clamav/clamav_plugin_gtk.c
12273         * src/plugins/spamassassin/spamassassin_gtk.c
12274                 replace outdated description strings
12275
12276 2005-07-21 [colin]      1.9.12cvs90
12277
12278         * src/folder.c
12279                 Set folder to batch mode when scanning it. Makes deletion
12280                 of unread mails on IMAP much faster (due to the UNREAD 
12281                 flag unsetting)
12282
12283 2005-07-21 [darko]      1.9.12cvs89
12284
12285         * configure.ac
12286                 link against libresolv if necessary (patch by Paul)
12287         * src/msgcache.c
12288                 use glib's portable macros to determine endianness
12289
12290 2005-07-21 [paul]       1.9.12cvs88
12291
12292         * src/crash.c
12293         * src/gtk/about.c
12294                 update compiled-in features list
12295
12296 2005-07-20 [colin]      1.9.12cvs87
12297
12298         * src/folder.c
12299         * src/textview.c
12300                 Gcc 2.9x compilation fixes, thanks to Darko
12301         * src/plugins/clamav/clamav_plugin.c
12302                 Little optimisation: load virus database only once
12303         * src/plugins/spamassassin/spamassassin.c
12304                 Big optimisation: filtering one mail took at least 1 second,
12305                 now it takes at least 50ms. Doesn't speed up spamassassin 
12306                 itself, but should already be much more tolerable.
12307
12308 2005-07-20 [colin]      1.9.12cvs86
12309
12310         * src/summaryview.c
12311                 Fix performance issue
12312
12313 2005-07-19 [colin]      1.9.12cvs85
12314
12315         * src/plugins/pgpinline/plugin.c
12316                 Fix warning
12317
12318 2005-07-19 [colin]      1.9.12cvs84
12319
12320         * configure.ac
12321         * src/plugins/Makefile.am
12322         * src/plugins/pgpinline/.cvsignore
12323         * src/plugins/pgpinline/Makefile.am
12324         * src/plugins/pgpinline/pgpinline.c
12325         * src/plugins/pgpinline/pgpinline.deps
12326         * src/plugins/pgpinline/pgpinline.h
12327         * src/plugins/pgpinline/plugin.c
12328                 Put pgpinline in the main tree
12329
12330 2005-07-19 [paul]       1.9.12cvs83
12331
12332         * src/prefs_actions.c
12333                 prevent '//' in menu names, which cause a crash
12334                 thanks to Colin
12335
12336 2005-07-19 [paul]       1.9.12cvs82
12337
12338         * configure.ac
12339                 be generally more informative in configure output.
12340                 OpenSSL: correction: '[ --enable-openssl ...' -> 
12341                 '[ --disable-openssl ...', as --enable-openssl is default
12342                 PGP/MIME: don't check for GPGME again, check for
12343                 pgpcore instead. Therefore prevent the possibility of
12344                 attempting to build pgpmime if pgpcore dependencies are
12345                 not met
12346                 ClamAV: use pkgconfig to check for lib
12347                 libgnomeprint: revert logic on inner test to match
12348                 everything else
12349         * src/plugins/pgpcore/sgpgme.c
12350                 add missing include
12351
12352 2005-07-19 [colin]      1.9.12cvs81
12353
12354         * src/summaryview.c
12355                 Fix slow thread rebuilding in particular
12356                 cases
12357
12358 2005-07-19 [paul]       1.9.12cvs80
12359
12360         * sylpheed-claws.desktop
12361                 fix typo, spotted by Stephan Sachse
12362         * src/account.c
12363                 replace GTK_STOCK_ADD with
12364                 GTK_STOCK_NEW button
12365
12366 2005-07-18 [colin]      1.9.12cvs79
12367
12368         * src/etpan/imap-thread.c
12369                 Fix return value (Thanks Hoa)
12370
12371 2005-07-18 [colin]      1.9.12cvs78
12372
12373         * src/imap.c
12374                 Allow empty passwords
12375                 Create drafts/queue/outbox if necessary
12376         * src/summaryview.c
12377                 Remove old code
12378         * src/etpan/imap-thread.c
12379                 Fix STARTTLS (Thanks to Hoa)
12380
12381 2005-07-18 [paul]       1.9.12cvs77
12382
12383         * ChangeLog-gtk2.jp
12384         * ChangeLog.jp
12385                 removed
12386         * Makefile.am
12387                 updated to reflect additions and removals
12388         * TODO
12389                 updated to be claws-specific
12390         * TODO-gtk2
12391         * TODO-gtk2.jp
12392         * TODO.jp
12393         * sylpheed-128x128.png
12394         * sylpheed-64x64.png
12395                 removed
12396         * sylpheed-claws-128x128.png
12397         * sylpheed-claws-64x64.png
12398         * sylpheed-claws.desktop
12399         * sylpheed-claws.png
12400                 added
12401         * sylpheed.desktop
12402         * sylpheed.png
12403                 removed
12404
12405 2005-07-17 [paul]       1.9.12cvs76
12406
12407         * src/account.c
12408         * src/addressbook.c
12409         * src/alertpanel.c
12410         * src/alertpanel.h
12411         * src/compose.c
12412         * src/exphtmldlg.c
12413         * src/expldifdlg.c
12414         * src/folderview.c
12415         * src/imap_gtk.c
12416         * src/inc.c
12417         * src/message_search.c
12418         * src/messageview.c
12419         * src/mh_gtk.c
12420         * src/news_gtk.c
12421         * src/prefs_actions.c
12422         * src/prefs_filtering.c
12423         * src/prefs_matcher.c
12424         * src/prefs_template.c
12425         * src/prefs_themes.c
12426         * src/ssl_manager.c
12427         * src/summary_search.c
12428         * src/textview.c
12429         * src/toolbar.c
12430         * src/gtk/sslcertwindow.c
12431         * src/plugins/pgpcore/sgpgme.c
12432                 rework alertpanels
12433
12434 2005-07-17 [colin]      1.9.12cvs75
12435
12436         * src/privacy.c
12437                 add a PrivacySystem accessor that checks that
12438                 the system cached in a MimeInfo's privacydata
12439                 is still registered. Use this accessor instead
12440                 of directly using data->system. Fixes crashes
12441                 after unloading pgp plugins.
12442
12443 2005-07-17 [colin]      1.9.12cvs74
12444
12445         * src/alertpanel.c
12446                 Change geometry hints to a simple default size.
12447                 Fixes the certs dialogs.
12448
12449 2005-07-17 [colin]      1.9.12cvs73
12450
12451         * src/gtk/sslcertwindow.c
12452                 Use a gtkExpander
12453
12454 2005-07-17 [colin]      1.9.12cvs72
12455
12456         * src/plugins/pgpcore/Makefile.am
12457         * src/plugins/pgpmime/Makefile.am
12458                 Add gpgme libs
12459
12460 2005-07-17 [paul]       1.9.12cvs71
12461
12462         * configure.ac
12463                 add --disable-gnomeprint option
12464                 modified version of patch by Marius Mauch
12465
12466 2005-07-17 [paul]       1.9.12cvs70
12467
12468         * src/common/defs.h
12469                 update urls
12470         * src/account.c
12471         * src/action.c
12472         * src/addressbook.c
12473         * src/compose.c
12474         * src/foldersel.c
12475         * src/folderview.c
12476         * src/html.c
12477         * src/imap_gtk.c
12478         * src/main.c
12479         * src/mainwindow.c
12480         * src/messageview.c
12481         * src/mh_gtk.c
12482         * src/mimeview.c
12483         * src/news_gtk.c
12484         * src/prefs_account.c
12485         * src/prefs_send.c
12486         * src/prefs_summaries.c
12487         * src/procmsg.c
12488         * src/summaryview.c
12489         * src/common/utils.c
12490         * src/common/xml.c
12491         * src/plugins/pgpcore/passphrase.c
12492         * src/plugins/pgpcore/select-keys.c
12493                 replace inappropriately used backticks
12494                 with single quotes
12495
12496 2005-07-16 [colin]      1.9.12cvs69
12497
12498         * src/image_viewer.c
12499                 Add extra paranoid checks
12500
12501 2005-07-16 [colin]      1.9.12cvs68
12502
12503         * src/plugins/pgpcore/prefs_gpg.c
12504                 Don't auto-check sigs by default, as it
12505                 can be really slow.
12506
12507 2005-07-16 [colin]      1.9.12cvs67
12508
12509         * src/plugins/pgpcore/sgpgme.c
12510                 Make messages a bit better.
12511
12512 2005-07-16 [colin]      1.9.12cvs66
12513
12514         * src/imap.c
12515                 Remove pseudo-log
12516         * src/etpan/imap-thread.c
12517                 Add real log
12518
12519 2005-07-16 [colin]      1.9.12cvs65
12520
12521         * src/main.c
12522         * src/prefs_other.c
12523                 And now, fix build with libetpan :-/
12524
12525 2005-07-15 [colin]      1.9.12cvs64
12526
12527         * src/prefs_other.c
12528                 Continue fixing build without libetpan.
12529
12530 2005-07-15 [colin]      1.9.12cvs63
12531
12532         * src/main.c
12533                 Fix build with --disable-libetpan
12534
12535 2005-07-15 [colin]      1.9.12cvs62
12536
12537         * configure.ac
12538                 Bump libetpan's version
12539
12540 2005-07-15 [colin]      1.9.12cvs61
12541
12542         * src/etpan/imap-thread.c
12543                 Actually stop logging :)
12544
12545 2005-07-15 [colin]      1.9.12cvs60
12546
12547         * src/addressbook.c
12548                 Fix dnd of multiple addresses.
12549
12550 2005-07-15 [hoa]        1.9.12cvs59
12551
12552         * src/etpan/imap-thread.c
12553             disable login of IMAP password in libetpan log file.
12554
12555 2005-07-15 [paul]       1.9.12cvs58
12556
12557         * src/account.c
12558                 don't automatically sort
12559                 do allow drag n drop
12560
12561 2005-07-15 [paul]       1.9.12cvs57
12562
12563         * src/account.c
12564         * src/ssl_manager.c
12565                 alphabetical listing
12566
12567 2005-07-15 [paul]       1.9.12cvs56
12568
12569         * src/gtk/pluginwindow.c
12570                 sort plugin list alphabetically
12571
12572 2005-07-15 [paul]       1.9.12cvs55
12573
12574         * src/prefs_spelling.c
12575         * src/prefs_wrapping.c
12576                 unify English usage
12577
12578 2005-07-15 [colin]      1.9.12cvs54
12579
12580         * src/wizard.c
12581                 Typo fix
12582
12583 2005-07-15 [paul]       1.9.12cvs53
12584
12585         * src/prefs_message.c
12586                 make 'show cursor' a hidden option
12587
12588 2005-07-14 [colin]      1.9.12cvs52
12589
12590         * src/plugins/spamassassin/Makefile.am
12591         * src/plugins/clamav/Makefile.am
12592                 Fix double EXTRA_DISTs
12593
12594 2005-07-14 [colin]      1.9.12cvs51
12595
12596         * src/plugins/clamav/Makefile.am
12597         * src/plugins/clamav/clamav_plugin_gtk.deps
12598         * src/plugins/spamassassin/Makefile.am
12599         * src/plugins/spamassassin/spamassassin_gtk.deps
12600                 Make $plugin_gtk depend on $plugin
12601
12602 2005-07-14 [hoa]        1.9.12cvs50
12603
12604         * src/etpan/imap-thread.c
12605                 enable debug log of libetpan when running with --debug
12606
12607 2005-07-14 [colin]      1.9.12cvs49
12608
12609         * configure.ac
12610         * src/common/Makefile.am
12611         * src/common/plugin.c
12612         * src/common/plugin.h
12613                 Add a little plugin dependancy system.
12614                 Plugins can ship a $plugin_name.deps file
12615                 (near them in PLUGINDIR) so that their
12616                 dependancies are loaded if possible.
12617         * src/plugins/Makefile.am
12618         * src/plugins/pgpcore/Makefile.am
12619         * src/plugins/pgpcore/passphrase.c
12620         * src/plugins/pgpcore/passphrase.h
12621         * src/plugins/pgpcore/plugin.c
12622         * src/plugins/pgpcore/prefs_gpg.c
12623         * src/plugins/pgpcore/prefs_gpg.h
12624         * src/plugins/pgpcore/select-keys.c
12625         * src/plugins/pgpcore/select-keys.h
12626         * src/plugins/pgpcore/sgpgme.c
12627         * src/plugins/pgpcore/sgpgme.h
12628                 Introduce pgpcore, used by pgpmime and
12629                 pgpinline
12630         * src/plugins/pgpmime/Makefile.am
12631         * src/plugins/pgpmime/passphrase.c
12632         * src/plugins/pgpmime/passphrase.h
12633         * src/plugins/pgpmime/pgpmime.c
12634         * src/plugins/pgpmime/pgpmime.deps
12635         * src/plugins/pgpmime/plugin.c
12636         * src/plugins/pgpmime/prefs_gpg.c
12637         * src/plugins/pgpmime/prefs_gpg.h
12638         * src/plugins/pgpmime/select-keys.c
12639         * src/plugins/pgpmime/select-keys.h
12640         * src/plugins/pgpmime/sgpgme.c
12641         * src/plugins/pgpmime/sgpgme.h
12642                 Remove the core from pgpmime and add the
12643                 dependancy to pgpcore.
12644
12645 2005-07-14 [paul]       1.9.12cvs48
12646
12647         * src/stock_pixmap.c
12648                 forgot this in last commit
12649
12650 2005-07-14 [paul]       1.9.12cvs47
12651
12652         * src/account.c
12653         * src/addressbook.c
12654                 add accelerators for the buttons (sync with main)
12655         * src/compose.c
12656         * src/compose.h
12657                 add accelerators for the buttons.
12658                 fix editing with external editor.
12659                 replace gdk_input_*() with GIOChannel;
12660                 (sync with main)
12661         * src/foldersel.c
12662                 display folder names with new/unread
12663                 representation (sync with main)
12664         * src/main.c
12665                 specify default window icon (sync with main)
12666         * src/prefs_common.c
12667                 use_addr_book default to FALSE
12668         * src/summaryview.c
12669         * src/textview.c
12670                 add accelerators for the buttons (sync with main)
12671         * src/gtk/menu.c
12672                 fix typos
12673         * src/pixmaps/sylpheed_icon.xpm
12674                 updated
12675
12676 2005-07-13 [paul]       1.9.12cvs46
12677
12678         * src/plugins/pgpmime/pgpmime.c
12679         * src/plugins/pgpmime/sgpgme.c
12680                 (temporarily) use deprecated gpgme_data_rewind()
12681                 while largefile support is not present
12682                 (as suggested by Colin)
12683
12684 2005-07-13 [paul]       1.9.12cvs45
12685
12686         * configure.ac
12687                 remove large file support (for now):
12688                 it breaks too many things
12689
12690 2005-07-13 [paul]       1.9.12cvs44
12691
12692         * configure.ac
12693                 add large file support
12694         * src/html.c
12695                 fix bug #763 where href attribute was not
12696                 the very first attribute of a link
12697                 patch by Thomas Gilgin
12698
12699 2005-07-13 [colin]      1.9.12cvs43
12700
12701         * src/gtk/pluginwindow.c
12702                 Little portability fix
12703
12704 2005-07-13 [colin]      1.9.12cvs42
12705
12706         * src/plugins/pgpmime/sgpgme.c
12707                 Fix crasher.
12708
12709 2005-07-13 [colin]      1.9.12cvs41
12710
12711         * src/plugins/pgpmime/pgpmime.c
12712         * src/plugins/pgpmime/sgpgme.c
12713                 Use gpgme_data_release_and_get_mem instead
12714                 of gpgme_data_read.
12715
12716 2005-07-13 [colin]      1.9.12cvs40
12717
12718         * configure.ac
12719         * src/plugins/pgpmime/passphrase.c
12720         * src/plugins/pgpmime/passphrase.h
12721         * src/plugins/pgpmime/pgpmime.c
12722         * src/plugins/pgpmime/plugin.c
12723         * src/plugins/pgpmime/select-keys.c
12724         * src/plugins/pgpmime/select-keys.h
12725         * src/plugins/pgpmime/sgpgme.c
12726         * src/plugins/pgpmime/sgpgme.h
12727                 Port pgpmime to gpgme-1.0.
12728
12729 2005-07-12 [paul]       1.9.12cvs39
12730
12731         * AUTHORS
12732         * src/toolbar.c
12733         * src/toolbar.h
12734                 add a 'Go to Prev' button to the toolbar.
12735                 correct tooltip text of go to buttons.
12736                 based on patch by Yang Guilong <bamanzi@gmail.com>
12737
12738 2005-07-12 [colin]      1.9.12cvs38
12739
12740         * src/statusbar.c
12741                 Fix progress bar showing stuff at startup.
12742
12743 2005-07-12 [paul]       1.9.12cvs37
12744
12745         * src/editjpilot.c
12746                 fix building with jpilot support
12747
12748 2005-07-11 [colin]      1.9.12cvs36
12749
12750         * src/inc.c
12751                 Add visual indication that filtering is running
12752         * src/textview.c
12753                 Make {}[] uri delimiters
12754         * src/summaryview.c
12755                 Remove useless (and slow) calls
12756
12757 2005-07-11 [paul]       1.9.12cvs35
12758
12759         * src/plugins/clamav/clamav_plugin_gtk.c
12760         * src/plugins/dillo_viewer/dillo_prefs.c
12761         * src/plugins/pgpmime/prefs_gpg.c
12762         * src/plugins/spamassassin/spamassassin_gtk.c
12763                 gather plugins prefs together under their
12764                 own 'Plugins' heading
12765
12766 2005-07-11 [paul]       1.9.12cvs34
12767
12768         sync with main
12769
12770         * src/account.c
12771                 account_delete(): modified alert dialog
12772         * src/editjpilot.c
12773         * src/editvcard.c
12774                 fixed a crash when cancelling file selection
12775                 dialog by Escape key. Made non-ascii filename
12776                 selectable.
12777         * src/prefs_template.c
12778                 prefs_template_window_create(): make scrolled
12779                 window policy AUTOMATIC
12780
12781 2005-07-10 [hoa]        1.9.12cvs33
12782
12783         * src/etpan/imap-thread.c
12784                 workaround for old Courier IMAP servers.
12785
12786 2005-07-10 [colin]      1.9.12cvs32
12787
12788         * src/folder.c
12789         * src/statusbar.c
12790         * src/statusbar.h
12791                 Add visual progress indicator on filtering/processing
12792                 Factorize the progress bar code
12793         * src/imap.c
12794         * src/imap.h
12795         * src/etpan/imap-thread.c
12796                 Add a reference counter to avoid destroying the Folder
12797                 while it's in use by another callback.
12798
12799 2005-07-09 [hoa]        1.9.12cvs31
12800
12801         * src/imap.c
12802         * src/etpan/imap-thread.c
12803                 fixed deadlock when removing IMAP account.
12804
12805 2005-07-08 [colin]      1.9.12cvs30
12806
12807         * src/textview.c
12808         * src/unmime.c
12809                 Fix again problems decoding broken headers
12810         * src/gtk/inputdialog.c
12811                 Fix local variable shadowing a global one
12812
12813 2005-07-08 [colin]      1.9.12cvs29
12814
12815         * src/msgcache.c
12816                 Make the cache/mark files platform-agnostic by writing
12817                 them in little-endian format. Reading them is also done
12818                 in little-endian format, of course; however, in order
12819                 to avoid trashing mark data on big-endian machines, the
12820                 files are, at first, read from the native format if the
12821                 little-endian one doesn't exist. This is easy to deter-
12822                 mine by trying to open a file with a swapped data_ver
12823                 and seeing if it's the wanted version.
12824                 Little-endian using users should see absolutely no
12825                 difference, Big-endian users may get a very little
12826                 performance drop due to byte-swapping.
12827                 Tested on i386 and ppc32. 
12828                 Fixes bug #159 (The index file, in the mailboxes, is 
12829                 hardware depending).
12830
12831                 To have the cache/mark files updated to the new little-
12832                 endian format, "Check for new messages" or even
12833                 "Rebuild folder tree" aren't enough. Files will be
12834                 updated as soon as a folder has been opened/closed.
12835                 To update everything, just select all folders by
12836                 selecting them one by one.
12837
12838 2005-07-07 [colin]      1.9.12cvs28
12839
12840         * src/imap.c
12841                 Remember the folder separator per IMAPFolder
12842                 instead of globally.
12843                 Revive the Session on noop; fixes bug #761
12844                 (mark a bunch of unread messages as read takes 
12845                 forever)
12846
12847 2005-07-07 [darko]      1.9.12cvs27
12848
12849         * src/common/template.c
12850                 Sort templates alphabetically
12851
12852 2005-07-06 [colin]      1.9.12cvs26
12853
12854         * src/imap.c
12855                 Try to use the correct separator in
12856                 most cases. Possibly fixes bug #759
12857                 (only creates the INBOX folder when 
12858                 setting up new IMAP account) and 
12859                 bug #760 (Can't retrieve messages)
12860
12861 2005-07-06 [colin]      1.9.12cvs25
12862
12863         * src/imap.c
12864                 Use real_path in status command. This will
12865                 help later, when namespaces will be used.
12866
12867 2005-07-06 [colin]      1.9.12cvs24
12868
12869         * configure.ac
12870         * src/account.c
12871         * src/folder.c
12872         * src/imap.c
12873         * src/etpan/etpan-log.c
12874         * src/etpan/etpan-thread-manager.c
12875         * src/etpan/imap-thread.c
12876                 Add a --disable-libetpan parameter. With this,
12877                 users that don't want IMAP4 support can avoid
12878                 the new dependancy (and have no IMAP support).
12879                 Users that have IMAP4 accounts and use this
12880                 parameter won't lose their configuration, their
12881                 IMAP accounts will just be invisible and not
12882                 used.
12883         * src/textview.c
12884                 Make the "Copy ..." contextual menu items 
12885                 copy to both the X clipboard and the gtk 
12886                 clipboard - as most other apps do.
12887         * src/gtk/about.c
12888                 Add a notice about OpenSSL usage, in order to
12889                 comply with OpenSSL's license (point 6):
12890                 http://www.openssl.org/source/license.html
12891
12892 2005-07-06 [colin]      1.9.12cvs23
12893
12894         * src/alertpanel.c
12895                 Fix a minimum size for alertpanels
12896         * src/compose.c
12897                 Show 'No space left on device' type errors
12898                 when queuing/sending
12899         * src/imap_gtk.c
12900         * src/mh_gtk.c
12901                 Rework folder's deletion message (remove 
12902                 extra \n)
12903
12904 2005-07-05 [colin]      1.9.12cvs22
12905
12906         * src/imap.c
12907                 Add an alertpanel on auth error
12908                 Add pseudo-log
12909                 Remove pthread-related stuff
12910
12911 2005-07-05 [colin]      1.9.12cvs21
12912
12913         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12914                 Fix crash on plugin reloading (with a hack)
12915
12916 2005-07-05 [colin]      1.9.12cvs20
12917
12918         * src/prefs_account.c
12919         * src/prefs_account.h
12920                 Fix typo
12921         * src/gtk/filesel.c
12922         * src/gtk/filesel.h
12923                 Add a way to filter the view
12924         * src/gtk/pluginwindow.c
12925                 Filter loadable stuff
12926         * src/plugins/pgpmime/prefs_gpg.c
12927                 Fix missing unregistration
12928         * .cvsignore
12929         * src/etpan/.cvsignore
12930         * src/plugins/spamassassin/.cvsignore
12931                 Add more stuff to cvs ignored files
12932
12933 2005-07-04 [colin]      1.9.12cvs19
12934
12935         * src/imap.c
12936                 Fix scan_required returning FALSE when it
12937                 shouldn't. Maybe fix #760 (Can't retrieve
12938                 messages)
12939
12940 2005-07-04 [colin]      1.9.12cvs18
12941
12942         * src/summaryview.c
12943                 Fix always_show_msg pref
12944
12945 2005-07-04 [paul]       1.9.12cvs17
12946
12947         sync with main (forgotten in last commit)
12948         
12949         * src/common/utils.c
12950         * src/common/utils.h
12951                 check_line_length(): new.
12952                 is_dir_exist()
12953                 is_file_entry_exist()
12954                 dirent_is_regular_file()
12955                 dirent_is_directory(): use g_file_test() instead of stat().
12956
12957 2005-07-04 [paul]       1.9.12cvs16
12958
12959         sync with main:
12960
12961         * src/compose.c
12962                 compose_write_to_file(): check for line
12963                 length limit and display warning if exceeds
12964         * src/jpilot.c
12965                 use get_home_dir() instead of g_get_home_dir()
12966         * src/procheader.c
12967                 removed warning about invalid date
12968         * src/vcard.c
12969                 use get_home_dir() instead of g_get_home_dir()
12970
12971 2005-07-04 [paul]       1.9.12cvs15
12972
12973         * src/stock_pixmap.c
12974                 fix new pixmap naming errors
12975                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
12976
12977 2005-07-04 [colin]      1.9.12cvs14
12978
12979         * src/imap.c
12980                 Fix debugging string with a warning
12981
12982 2005-07-04 [colin]      1.9.12cvs13
12983
12984         * configure.ac
12985                 Add a check for libetpan's version (>= 0.37)
12986
12987 2005-07-04 [hoa]        1.9.12cvs12
12988
12989         * commitHelper
12990         * src/imap.c
12991         * src/etpan/imap-thread.c
12992         * src/etpan/imap-thread.h
12993                 fixed IMAP implementation of check of mails.
12994
12995 2005-07-03 [hoa]        1.9.12cvs11
12996
12997         * src/etpan/Makefile.am
12998         * src/etpan/etpan-errors.h
12999         * src/etpan/etpan-log.[ch]
13000         * src/etpan/etpan-thread-manager-types.h
13001         * src/etpan/etpan-thread-manager.[ch]
13002         * src/etpan/imap-thread.[ch]
13003         * src/Makefile.am
13004         * src/imap.c
13005         * src/main.c
13006         * src/prefs_other.c
13007         * configure.ac
13008             merged imap branch.
13009             dependency on libetpan 0.37 is now added.
13010
13011 2005-07-01 [colin]      1.9.12cvs10
13012
13013         * src/Makefile.am
13014         * src/folder.c
13015         * src/folder.h
13016         * src/folderview.c
13017         * src/stock_pixmap.c
13018         * src/stock_pixmap.h
13019         * src/plugins/trayicon/trayicon.c
13020                 Add marked symbol on folders containing
13021                 marked messages
13022         * src/procmsg.c
13023         * src/procmsg.h
13024         * src/toolbar.c
13025         * src/prefs_common.c
13026         * src/prefs_common.h
13027         * src/prefs_send.c
13028                 Add an optional confirmation dialog on queue
13029                 sending. Patch by wwp.
13030         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
13031         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
13032         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
13033         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
13034         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
13035         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
13036         * src/pixmaps/inbox_mark.xpm            ** ADDED **
13037         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
13038         * src/pixmaps/outbox_mark.xpm           ** ADDED **
13039         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
13040         * src/pixmaps/trash_mark.xpm            ** ADDED **
13041                 New pixmaps
13042
13043 2005-07-01 [colin]      1.9.12cvs9
13044
13045         * src/summaryview.c
13046                 Fix a little threading bug
13047         * src/addrgather.c
13048         * src/mainwindow.c
13049                 A little bit of HIG normality never hurts
13050
13051 2005-07-01 [colin]      1.9.12cvs8
13052
13053         * src/compose.c
13054         * src/msgcache.c
13055         * src/pop.c
13056         * src/procmime.c
13057         * src/recv.c
13058         * src/common/log.c
13059         * src/common/template.c
13060         * src/common/utils.c
13061         * src/common/utils.h
13062                 Reverted the fwrite_atomic stuff. In fact
13063                 it is already atomic.
13064
13065 2005-06-30 [colin]      1.9.12cvs7
13066
13067         * src/common/utils.c
13068         * src/common/utils.h
13069                 Add an fwrite_atomic() function to make
13070                 sure we write everything: fwrite can make
13071                 short writes.
13072         * src/compose.c
13073         * src/msgcache.c
13074         * src/pop.c
13075         * src/procmime.c
13076         * src/recv.c
13077         * src/common/log.c
13078         * src/common/template.c
13079                 Use that (and fix swapping of size and nmemb).
13080                 Thanks to Rich Coe for the heads up.
13081
13082 2005-06-30 [colin]      1.9.12cvs6
13083
13084         * src/addressbook.c
13085                 Optimize addressbook opening 
13086
13087 2005-06-30 [colin]      1.9.12cvs5
13088
13089         * src/summaryview.c
13090                 Remove calls to summary_step after move/copy
13091
13092 2005-06-28 [paul]       1.9.12cvs4
13093
13094         * src/alertpanel.c
13095                 wrap and make the error msg selectable
13096
13097 2005-06-28 [paul]       1.9.12cvs3
13098
13099         * src/ssl_manager.c
13100                 replace the OK button with a Close button
13101         * src/gtk/foldersort.c
13102                 use GTK_STOCK_ icons/buttons
13103
13104 2005-06-28 [colin]      1.9.12cvs2
13105
13106         * src/gedit-print.c             ** ADDED **
13107         * src/gedit-print.h             ** ADDED **
13108         * src/gtk/gtksourceprintjob.c   ** ADDED **
13109         * src/gtk/gtksourceprintjob.h   ** ADDED **
13110                 I can't believe no one had enough time to tell
13111                 me I forgot the `cvs add`
13112
13113 2005-06-27 [colin]      1.9.12cvs1
13114
13115         * src/Makefile.am
13116         * src/gtk/Makefile.am
13117         * src/messageview.c
13118         * src/procmsg.c
13119         * src/summaryview.c
13120         * configure.ac
13121                 Add optional libgnomeprint-based printing
13122         * src/mainwindow.c
13123         * src/gtk/quicksearch.c
13124                 Add an Edit/Quick search menu item to show
13125                 and focus the quicksearch
13126
13127 2005-06-27 [paul]       1.9.12
13128
13129         1.9.12 release
13130
13131         * po/ca.po
13132         * po/de.po
13133         * po/es.po
13134         * po/fr.po
13135         * po/it.po
13136         * po/ko.po
13137         * po/pt_BR.po
13138         * po/sk.po
13139         * po/zh_CN.po
13140                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
13141                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
13142                 SungHyun Nam, Frederico Goncalves Guimaraes,
13143                 Andrej Kacian, and Yang Guilong
13144 2005-06-26 [colin]      1.9.11cvs106
13145
13146         * src/imap_gtk.c
13147                 Forgot one file for previous fix
13148
13149 2005-06-26 [colin]      1.9.11cvs105
13150
13151         * src/folder.c
13152         * src/imap.c
13153                 Fix problems with folder operations in no_select
13154                 imap folders. it applies only to mails, and 
13155                 creation/deletion/move/renaming of folders 
13156                 should be possible
13157
13158 2005-06-26 [paul]       1.9.11cvs104
13159
13160         * src/prefs_filtering.c
13161                 replace one more GTK_STOCK_REMOVE
13162                 with GTK_STOCK_DELETE
13163
13164 2005-06-25 [colin]      1.9.11cvs103
13165
13166         * src/imap.c
13167                 Optimize get_seq_set_from_seq_list
13168                 (Patch by Ricardo) 
13169
13170 2005-06-25 [colin]      1.9.11cvs102
13171
13172         * src/mh.c
13173                 If the directory exists, but not in the
13174                 correct encoding, rename it. This should
13175                 handle old-versions-induced bugs.
13176
13177 2005-06-25 [colin]      1.9.11cvs101
13178
13179         * src/mh.c
13180                 Fix path access with extended dir names
13181                 Fixes bug #589 (SC segfaults with wrong locale
13182                 settings)
13183
13184 2005-06-25 [colin]      1.9.11cvs100
13185
13186         * src/prefs_account.c
13187         * src/prefs_account.h
13188         * src/compose.c
13189                 Add an option to encrypt replies to
13190                 encrypted messages
13191
13192 2005-06-25 [colin]      1.9.11cvs99
13193
13194         * src/compose.c
13195         * src/quote_fmt_parse.y
13196                 ... And make it work with pgpinline.
13197
13198 2005-06-25 [colin]      1.9.11cvs98
13199
13200         * src/compose.c
13201         * src/procmime.c
13202         * src/procmime.h
13203         * src/quote_fmt_parse.y
13204                 o Make reedition of encrypted messages possible
13205                   (as long as it is encrypted to self too, no
13206                    magic there)
13207                 o Make replying with quote (and without selecting
13208                   text) possible for encrypted messages.
13209                 Closes bug #550 (Not possible to "reply with quote"
13210                 to gnupg encrypted messages)
13211
13212 2005-06-24 [paul]       1.9.11cvs97
13213
13214         * src/imap.c
13215                 add missing include
13216
13217 2005-06-24 [paul]       1.9.11cvs96
13218
13219         * src/editldap.c
13220                 made bind password entry invisible
13221                 (sync with main)
13222         * src/send_message.c
13223                 send_message_local(): check exit status
13224                 to detect errors (sync with main)
13225         * src/textview.c
13226                 use main's less ambiguous popup menu
13227                 wording
13228
13229 2005-06-24 [paul]       1.9.11cvs95
13230
13231         * src/prefs_actions.c
13232         * src/prefs_customheader.c
13233         * src/prefs_display_header.c
13234         * src/prefs_filtering_action.c
13235         * src/prefs_matcher.c
13236         * src/prefs_template.c
13237         * src/prefs_toolbar.c
13238                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
13239         * src/gtk/description_window.c
13240                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
13241
13242 2005-06-23 [colin]      1.9.11cvs94
13243
13244         * src/summaryview.c
13245                 Fix rough edges (be sure to call status_show whenever
13246                 necessary).
13247
13248 2005-06-23 [colin]      1.9.11cvs93
13249
13250         * src/summaryview.c
13251                 Optimize Select All
13252                 Before, in a 5K mails folder: 11s
13253                 After, in the same folder: 58000µs
13254                 The joys of locking... gtk_clist_select_all() fires a 
13255                 tree-select-row event for each selected row, which in 
13256                 summaryview, callbacks summary_selected which in turn,
13257                 calls summary_status_show, which walks the selected
13258                 rows. Hence, calling gtk_clist_select_all was 
13259                 exponential. Locking the summaryview makes 
13260                 summary_selected return early.
13261
13262 2005-06-23 [colin]      1.9.11cvs92
13263
13264         * src/imap.c
13265                 Move mutex at the important place to avoid
13266                 deadlocks
13267         * src/summaryview.c
13268                 Fix Del key deleting directly instead of
13269                 moving to trash
13270
13271 2005-06-22 [colin]      1.9.11cvs91
13272
13273         * src/plugins/spamassassin/libspamc.c
13274                 As we do spagetti code with assignations in multiple
13275                 places (see _message_read_raw where out = msg = raw),
13276                 let's be sure we don't free the same pointer twice.
13277                 Should fix bug #683 (Crash in libpam at 
13278                 message_cleanup).
13279
13280 2005-06-22 [colin]      1.9.11cvs90
13281
13282         * src/compose.c
13283         * src/messageview.c
13284         * src/toolbar.c
13285                 Make toolbar's delete use the move to trash stuff;
13286                 Add gtk_widget_realize to be sure pixmaps can get
13287                 created (that may fix an old worksforme bug which
13288                 I can't find back...)
13289
13290 2005-06-22 [colin]      1.9.11cvs89
13291
13292         * src/summaryview.c
13293         * src/summaryview.h
13294         * src/mainwindow.c
13295                 Rename "Message/Delete" to "Message/Move to trash"
13296                 Add "Message/Delete..." that directly destroys the
13297                 selected messages after asking for a confirmation.
13298
13299 2005-06-22 [colin]      1.9.11cvs88
13300
13301         * src/imap.c
13302                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
13303                 o Fix a deadlock (thanks Darko)
13304
13305 2005-06-22 [colin]      1.9.11cvs87
13306
13307         * src/gtk/foldersort.c
13308                 Add missing include for the i18n;
13309                 patch by Fabien Vantard
13310
13311 2005-06-21 [colin]      1.9.11cvs86
13312
13313         * src/folder.c
13314         * src/folderview.c
13315                 Respect the no_select flag
13316         * src/imap.c
13317                 Fix recursive deletion
13318         * src/imap_gtk.c
13319         * src/mh_gtk.c
13320                 Make the folder deletion's warning
13321                 more explicit
13322
13323 2005-06-21 [colin]      1.9.11cvs85
13324
13325         * src/textview.c
13326                 Prevent email addresses from spanning accross
13327                 lines - fixes bug # 646 (newline-chars in 
13328                 email addresses)
13329
13330 2005-06-20 [colin]      1.9.11cvs84
13331
13332         * src/folder.c
13333                 Be sure not to remove source if copy failed
13334
13335 2005-06-20 [colin]      1.9.11cvs83
13336
13337         * src/folderview.c
13338         * src/imap_gtk.c
13339                 remove summaryview's lock
13340         * src/imap.c
13341                 introduce threads to avoid problems when foreground tasks
13342                 interfere with background tasks
13343         * src/mh.c
13344                 prevent moving to drafts/queue
13345         * src/mimeview.c
13346                 fix leak
13347
13348 2005-06-19 [colin]      1.9.11cvs82
13349
13350         * src/imap_gtk.c
13351                 Remember that the user doesn't want to override
13352                 offline mode, for 3 seconds. It avoid presenting
13353                 him with N popups in a really short time.
13354
13355 2005-06-17 [colin]      1.9.11cvs81
13356
13357         * src/imap.c
13358                 Fix IMAP breaking on folders containing '('
13359                 (Probably won't be enough)
13360
13361 2005-06-17 [colin]      1.9.11cvs80
13362
13363         Forgotten files on 1.9.11cvs79
13364         * src/summaryview.c
13365                 Fix stepping when not immediately executing
13366         * src/imap.c
13367                 Really prevent UID FETCH 0
13368         * src/codeconv.c
13369                 Fix outgoing charset never set to utf-8
13370         * src/mh.c
13371                 Fix leak
13372
13373 2005-06-16 [colin]      1.9.11cvs79
13374
13375         * src/compose.c
13376                 Fix bug #707 (Dash splits rows)
13377                 Only wrap if we're on a line break position and
13378                 the previous one was a "white" (space) char.
13379                 Pango stuff is weird.
13380
13381 2005-06-16 [colin]      1.9.11cvs78
13382
13383         * src/imap_gtk.c
13384                 Lock summaryview while downloading messages
13385                 on user demand
13386         * src/procheader.c
13387         * src/unmime.c
13388         * src/common/utils.c
13389         * src/common/utils.h
13390                 Replace \r and \n with spaces in From and
13391                 Subject headers
13392
13393 2005-06-16 [paul]       1.9.11cvs77
13394
13395         * src/procmime.c
13396                 liberalise the mime parser
13397         * src/gtk/about.c
13398                 add text wrapping
13399
13400 2005-06-16 [paul]       1.9.11cvs76
13401
13402         * src/gtk/about.c
13403                 reworked
13404
13405 2005-06-15 [colin]      1.9.11cvs75
13406
13407         * src/compose.c
13408                 Finish header encoding fix
13409         * src/summaryview.c
13410                 Fix segfault
13411         * src/headerview.c
13412                 Fix compilation (Thanks Stephan
13413                 Sachse)
13414
13415 2005-06-15 [colin]      1.9.11cvs74
13416
13417         * Makefile.am
13418                 Install gnome2 stuff rather than gnome1, 
13419                 if both are present
13420         * src/codeconv.c
13421         * src/codeconv.h
13422         * src/compose.c
13423                 Fix headers encoding
13424         * src/folder.c
13425                 Visual progress when fetching all messages
13426         * src/folderview.c
13427         * src/summaryview.c
13428         * src/summaryview.h
13429                 Prevent changing current message while
13430                 incorporating
13431
13432 2005-06-15 [paul]       1.9.11cvs73
13433
13434         * src/gtk/gtkaspell.c
13435         * src/gtk/gtkaspell.h
13436                 fix build warnings
13437
13438 2005-06-15 [paul]       1.9.11cvs72
13439
13440         * src/prefs_filtering.c
13441                 allow reordering of filter rules by
13442                 drag n drop
13443
13444 2005-06-15 [paul]       1.9.11cvs71
13445
13446         * COPYING
13447                 updated
13448         * src/codeconv.c
13449                 replace deprecated function
13450         * src/inc.c
13451         * src/send_message.c
13452         * src/gtk/progressdialog.c
13453         * src/gtk/progressdialog.h
13454                 salvage and reuse parts of reverted sync
13455
13456 2005-06-15 [paul]       1.9.11cvs70
13457
13458         * src/inc.c
13459         * src/send_message.c
13460         * src/gtk/progressdialog.c
13461         * src/gtk/progressdialog.h
13462                 revert yesterday's sync with main
13463                 it contains deprecated functions
13464
13465 2005-06-15 [colin]      1.9.11cvs69
13466
13467         * src/headerview.c
13468                 Fix bug #670 (multi user to: will corrupt message 
13469                 headers display)
13470
13471 2005-06-15 [colin]      1.9.11cvs68
13472
13473         * src/compose.c
13474                 Fix bug #421 (Fix undo on wrapping)
13475
13476 2005-06-15 [colin]      1.9.11cvs67
13477
13478         * src/folder.c
13479                 Provide visual feedback while processing
13480                 folder's rules.
13481         * src/imap.c
13482                 Provide visual feedback while getting
13483                 short headers (for uncached messages)
13484
13485
13486 2005-06-14 [paul]       1.9.11cvs66
13487
13488         * src/account.c
13489                 change a couple stock icons
13490         * src/inc.c
13491         * src/send_message.c
13492         * src/gtk/progressdialog.c
13493         * src/gtk/progressdialog.h
13494                 sync main's GtkTreeView implementation
13495
13496 2005-06-14 [colin]      1.9.11cvs65
13497
13498         * src/imap.c
13499                 Various little fixes, mainly on error paths
13500
13501 2005-06-13 [colin]      1.9.11cvs64
13502
13503         * matcher.c
13504         * procmsg.c
13505         * procmsg.h
13506                 Add a way to fetch only headers. This speeds
13507                 up filtering on headers for IMAP. Fixes:
13508                 bug #481 extraneous imap commands slow down 
13509                         imap filtering
13510                 bug #522 Sylpheed downloads all messages 
13511                         when opening mailbox (IMAP)
13512                 bug #677 IMAP fetch is soooooooooooooo slow
13513         * src/folder.c
13514         * src/folder.h
13515                 Add a folder set_batch method so that
13516                 implementations can speed up flags changes
13517         * src/folderutils.c
13518         * src/summaryview.c
13519                 Use that in mark as (un)read and mark all read
13520                 Refix bug #679
13521         * src/imap.c
13522                 Implement set_batch - brings back deferred
13523                 flags in a less buggy manner. Fixes:
13524                 bug #729 IMAP immediate expunge of deleted messages
13525                 bug #191 remove list of messages with one command
13526                 Fix login with strange chars
13527                 Implement fetch_msg_full
13528                 Fix copy (wrong counts)
13529
13530 2005-06-12 [colin]      1.9.11cvs63
13531
13532         * src/folder.c
13533                 lock incorporation during long operations.
13534                 Avoids fucking up the IMAP socket.
13535
13536 2005-06-12 [colin]      1.9.11cvs62
13537
13538         * src/imap.c
13539                 Fix harmful typo
13540                 Factorize remove_all_msg
13541                 Thread-ize expunge
13542         * src/summaryview.c
13543                 Don't update partial-download status if unnecessary
13544         * src/folder.c
13545                 Use remove_msgs everywhere possible
13546
13547 2005-06-12 [colin]      1.9.11cvs61
13548
13549         * src/folder.c
13550         * src/folder.h
13551                 Add a remove_msgs function to remove a 
13552                 list of messages
13553         * src/imap.c
13554                 Implement that.
13555
13556 2005-06-12 [colin]      1.9.11cvs60
13557
13558         * src/imap.c
13559                 Remove flags-processing deferring... Too hard
13560                 to get it to work in all cases.
13561
13562 2005-06-11 [colin]      1.9.11cvs59
13563
13564         * src/imap.c
13565                 printf -> debug_print
13566
13567 2005-06-11 [colin]      1.9.11cvs58
13568
13569         * src/imap.c
13570                 o Fix build without USE_PTHREAD
13571                 o Factorize imap_open
13572                 o Alertpanel in case of impossible connection
13573                 o Alertpanel in case of impossible login
13574                 o Fix deferred flags processing to force a 
13575                   flush before adding some more flags to process,
13576                   but in another folder.
13577
13578 2005-06-10 [colin]      1.9.11cvs57
13579
13580         * src/imap.c
13581                 o Fix a format string error
13582                 o init ssl socket outside of the thread 
13583                   (it possibly invokes gtk calls)
13584         * src/procmime.c
13585                 o Put back the buffer to its necessary size
13586                 o Fix changing a file pointer without keeping
13587                   track of it (thanks Valgrind)
13588         * src/common/smtp.c
13589                 o Fix automatic STARTTLS if login should be done
13590                   and the server only allows it after starting TLS
13591         * src/gtk/gtkinputdialog.c
13592                 o Eat GDK_Return so that the combo popup doesn't 
13593                   appear when we press Enter to validate the combo
13594                   input dialog (as seen in the Open with... dialog)
13595
13596 2005-06-10 [colin]      1.9.11cvs56
13597
13598         * src/imap.c
13599                 o A bit less debug
13600                 o Fix a crash on deletion
13601                 o Threadize imap_select (it's called outside of 
13602                   threads)
13603                 o Defer treatment of DELETED flags
13604
13605
13606 2005-06-09 [colin]      1.9.11cvs55
13607
13608         * src/imap.c
13609                 Make sure we check imap_gtk_should_override(), which
13610                 potentially calls gtk stuff, before creating thread.
13611                 That way it should't be called via imap_get_session()
13612                 inside a thread.
13613
13614 2005-06-09 [colin]      1.9.11cvs54
13615
13616         * src/imap.c
13617                 o add a bit of status output
13618                 o remove some dead code
13619                 o threadize get_list_of_uids
13620                 o threadize imap_get_flags
13621                 o defer flag changing by 500ms so that they
13622                   can be batched
13623
13624
13625 2005-06-08 [colin]      1.9.11cvs53
13626
13627         * src/imap.c
13628                 Thread-ize imap_cmd_fetch
13629
13630 2005-06-08 [colin]      1.9.11cvs52
13631
13632         * src/main.c
13633                 Mmh, that broke POP3...
13634
13635 2005-06-08 [colin]      1.9.11cvs51
13636
13637         * src/main.c
13638                 Stabilize IMAP patch (thanks to Hoa)
13639
13640 2005-06-08 [colin]      1.9.11cvs50
13641
13642         * src/imap.c
13643                 Test patch to speed up imap. 
13644
13645 2005-06-08 [colin]      1.9.11cvs49
13646
13647         * src/imap_gtk.c
13648                 Warning fix
13649         * src/procmime.c
13650                 Apply patch from gentoo to use /usr/share/mime/globs if 
13651                 available, after un-breaking it
13652         * src/common/log.c
13653         * src/common/log.h
13654                 Use g_timeout for invoking hooks that possibly use gtk
13655                 calls. This should leave gtk calls in the main thread.
13656
13657 2005-06-08 [paul]       1.9.11cvs48
13658
13659         * src/codeconv.c
13660                 conv_get_outgoing_charset_str(): don't
13661                 use prefs_common setting
13662         * src/compose.c
13663         * src/compose.h
13664                 add /Options/Character encoding/... to
13665                 temporarily change the outgoing encoding
13666
13667         (belated sync with main)
13668
13669 2005-06-08 [paul]       1.9.11cvs47
13670
13671         * src/compose.c
13672                 correction to/completion of last
13673                 sync with main
13674
13675 2005-06-08 [paul]       1.9.11cvs46
13676
13677         sync with main:
13678         
13679         * src/codeconv.c
13680         * src/codeconv.h
13681                 always enabled Japanese auto-detection
13682                 if the first letters of locale string
13683                 is "ja"
13684         * src/compose.c
13685                 don't use "destroy" signal to destroy
13686                 Compose object (fix rare crashes on discard?)
13687         * src/mainwindow.c
13688         * src/messageview.c
13689         * src/prefs_send.c
13690                 added Hebrew encodings
13691         * src/sourcewindow.c
13692                 don't use "destroy" signal to destroy
13693                 objects
13694
13695 2005-06-07 [colin]      1.9.11cvs45
13696
13697         * src/summaryview.c
13698                 Add missing unlocks/locks
13699
13700 2005-06-07 [paul]       1.9.11cvs44
13701
13702         * src/summaryview.c
13703                 restore bug #749 fix
13704
13705 2005-06-06 [colin]      1.9.11cvs43
13706
13707         * src/summaryview.c
13708                 Fix selection bug when prefs_common.open_unread 
13709                 is FALSE
13710
13711 2005-06-06 [colin]      1.9.11cvs42
13712
13713         * src/common/md5.c
13714                 Fix a warning
13715         * src/summaryview.c
13716         * src/folderview.c
13717                 Factorize long operations beginning and end
13718                 (locking, freezing/thawing, cursor, ...)
13719                 Check selection->data member in selection-
13720                 related loops; this avoids dying an awful
13721                 death if the selection changes on us while
13722                 we're marking a whole IMAP folder unread, 
13723                 for example.
13724
13725 2005-06-06 [paul]       1.9.11cvs41
13726
13727         * src/textview.c
13728                 don't g_free() a static gchar buffer
13729
13730 2005-06-05 [colin]      1.9.11cvs40
13731
13732         * src/mainwindow.c
13733         * src/messageview.c
13734         * src/summaryview.c
13735                 Fix bug #749 (Show all headers should be
13736                 sticky as the GUI suggests)
13737
13738 2005-06-03 [paul]       1.9.11cvs39
13739
13740         * src/compose.c
13741                 don't allow editing of mail while sending.
13742                 patch by Colin
13743
13744 2005-06-03 [paul]       1.9.11cvs38
13745
13746         * src/folderview.c
13747                 add a freeze/thaw to speed up 'mark all read'
13748
13749 2005-06-03 [paul]       1.9.11cvs37
13750
13751         * src/prefs_message.c
13752                 reflect changes immediately
13753
13754 2005-06-02 [colin]      1.9.11cvs36
13755
13756         * po/POTFILES.in
13757                 Patch by Fabien Vantard.
13758
13759 2005-06-02 [colin]      1.9.11cvs35
13760
13761         * src/imap.c
13762                 Use a non-blocking imap_getline() if possible.
13763                 This should completely prevent the interface
13764                 from freezin on imap operations, although it
13765                 may do strange stuff in case of folder switching
13766                 while a big imap operation is taking place...
13767
13768                 In addition, fix a leak in the case thread
13769                 creation fails on connection.
13770
13771 2005-06-02 [colin]      1.9.11cvs34
13772
13773         * src/crash.c
13774         * src/prefs_common.h
13775                 Fix build (prefs_common_init() doesn't exist
13776                 anymore)
13777
13778 2005-06-02 [colin]      1.9.11cvs33
13779
13780         * src/prefs_account.c
13781                 Fix bug #245 (filtering rules broken when
13782                 renaming a remote account (imap4 or nntp)
13783
13784 2005-06-02 [colin]      1.9.11cvs32
13785
13786         * src/imap.c
13787                 Try to fix IMAP shortcomings: 
13788                 o Multithread imap_open()
13789                 o allow offline-mode overriding instead of
13790                   just returning NULL
13791         * src/imap_gtk.c
13792         * src/imap_gtk.h
13793                 Add a function to ask whether we want to
13794                 override offline-mode for 10 minutes (one-shot
13795                 asking was painful)
13796         * src/procheader.c
13797                 Fix segfault when imap parser isn't happy about
13798                 a missing {
13799
13800 2005-06-01 [colin]      1.9.11cvs31
13801
13802         * src/addrharvest.c
13803         * src/compose.c
13804         * src/mbox.c
13805         * src/mbox.h
13806         * src/mh.c
13807         * src/msgcache.c
13808         * src/send_message.c
13809         * src/setup.c
13810         * src/undo.c
13811         * src/common/hooks.c
13812         * src/common/prefs.c
13813         * src/common/template.c
13814         * src/common/utils.c
13815         * src/gtk/gtkutils.c
13816         * src/gtk/inputdialog.c
13817         * src/gtk/menu.c
13818         * src/gtk/pluginwindow.c
13819         * src/gtk/prefswindow.c
13820         * src/plugins/pgpmime/passphrase.c
13821         * src/plugins/pgpmime/prefs_gpg.c
13822                 More -Wall fixes
13823
13824         * src/common/Makefile.am
13825         * src/common/timing.h
13826                 Add basic timing code
13827
13828         * src/summaryview.c
13829                 Fix a bug with unread messages when 
13830                 re-sorting folders, and by the way
13831                 fix a big performance hit when 
13832                 re-sorting (10k mails: before 5s,
13833                 after .5s)
13834
13835         * src/prefs_compose_writing.c
13836         * src/prefs_compose_writing.h
13837         * src/prefs_message.c
13838         * src/prefs_message.h
13839         * src/prefs_other.c
13840         * src/prefs_other.h
13841         * src/prefs_quote.c
13842         * src/prefs_quote.h
13843         * src/prefs_receive.c
13844         * src/prefs_receive.h
13845         * src/prefs_send.c
13846         * src/prefs_send.h
13847         * src/prefs_summaries.c
13848         * src/prefs_summaries.h
13849                 Fix copyright banner
13850
13851 2005-06-01 [paul]       1.9.11cvs30
13852
13853         * po/fi.po
13854                 updated by Flammie Pirinen
13855         * src/procmime.c
13856                 fix 'Bad BASE64 content' output
13857
13858 2005-05-31 [colin]      1.9.11cvs29
13859
13860         * src/procmime.c
13861                 Oops, where did my hunk go.
13862
13863 2005-05-31 [colin]      1.9.11cvs28
13864
13865         * src/Makefile.am
13866         * src/account.c
13867         * src/action.c
13868         * src/addr_compl.c
13869         * src/addressbook.c
13870         * src/codeconv.c
13871         * src/compose.c
13872         * src/export.c
13873         * src/folder.c
13874         * src/folderview.c
13875         * src/image_viewer.c
13876         * src/main.c
13877         * src/mainwindow.c
13878         * src/messageview.c
13879         * src/mimeview.c
13880         * src/msgcache.c
13881         * src/prefs_account.c
13882         * src/prefs_actions.c
13883         * src/prefs_common.c
13884         * src/prefs_compose_writing.c
13885         * src/prefs_customheader.c
13886         * src/prefs_ext_prog.c
13887         * src/prefs_filtering.c
13888         * src/prefs_filtering_action.c
13889         * src/prefs_fonts.c
13890         * src/prefs_image_viewer.c
13891         * src/prefs_message.c
13892         * src/prefs_message.h
13893         * src/prefs_msg_colors.c
13894         * src/prefs_other.c
13895         * src/prefs_other.h
13896         * src/prefs_quote.c
13897         * src/prefs_receive.c
13898         * src/prefs_receive.h
13899         * src/prefs_send.c
13900         * src/prefs_send.h
13901         * src/prefs_spelling.c
13902         * src/prefs_summaries.c
13903         * src/prefs_summary_column.c
13904         * src/prefs_template.c
13905         * src/prefs_themes.c
13906         * src/prefs_toolbar.c
13907         * src/prefs_wrapping.c
13908         * src/procmime.c
13909         * src/procmsg.c
13910         * src/send_message.h
13911         * src/ssl_manager.c
13912         * src/summary_search.c
13913         * src/summaryview.c
13914         * src/textview.c
13915         * src/wizard.c
13916         * src/common/smtp.c
13917         * src/common/smtp.h
13918         * src/gtk/gtkutils.h
13919                 o Move the rest of Common prefs to new style
13920                 o Lots of -Wall warning fixes
13921                 o fix FIXME in cache memusage calculation
13922                 o Let return receipts be sent from any account
13923                 o Little cache optimisation (read)
13924                 o Fix bug #746 (don't treat commas as separators
13925                   when inside a quoted string)
13926
13927 2005-05-31 [paul]       1.9.11cvs27
13928
13929         * src/prefs_common.c
13930                 fix 'off-by-one' typo
13931
13932 2005-05-31 [paul]       1.9.11cvs26
13933
13934         * src/account.c
13935         * src/addr_compl.c
13936         * src/compose.c
13937         * src/foldersel.c
13938         * src/prefs_actions.c
13939         * src/prefs_common.c
13940         * src/prefs_common.h
13941         * src/prefs_customheader.c
13942         * src/prefs_display_header.c
13943         * src/prefs_filtering.c
13944         * src/prefs_filtering_action.c
13945         * src/prefs_matcher.c
13946         * src/prefs_summaries.c
13947         * src/prefs_summary_column.c
13948         * src/prefs_template.c
13949         * src/prefs_toolbar.c
13950         * src/ssl_manager.c
13951         * src/gtk/pluginwindow.c
13952         * src/gtk/prefswindow.c
13953         * src/gtk/progressdialog.c
13954                 add hidden prefs 'enable_rules_hint'
13955                 for gtk_tree_view_set_rules_hint()
13956                 (sync with main)
13957                 
13958
13959 2005-05-31 [colin]      1.9.11cvs25
13960
13961         * src/Makefile.am
13962         * src/main.c
13963         * src/prefs_common.c
13964         * src/prefs_summaries.c ** ADDED **
13965         * src/prefs_summaries.h ** ADDED **
13966                 Common/Display -> Display/Summaries
13967
13968 2005-05-31 [colin]      1.9.11cvs24
13969
13970         * src/Makefile.am
13971         * src/main.c
13972         * src/prefs_quote.c ** ADDED **
13973         * src/prefs_quote.h ** ADDED **
13974                 Move Common/Quote to Compose/Quoting
13975         * src/prefs_common.c
13976         * src/prefs_common.h
13977                 Remove old quote stuff, add
13978                 convenience functions for GtkTextView prefs
13979         * src/gtk/prefswindow.c
13980                 Set default height higher
13981
13982 2005-05-30 [colin]      1.9.11cvs23
13983
13984         * src/Makefile.am
13985         * src/main.c
13986         * src/prefs_common.c
13987         * src/prefs_compose_writing.c ** ADDED **
13988         * src/prefs_compose_writing.h ** ADDED **
13989                 Move Common/Compose prefs to Compose/Writing
13990
13991 2005-05-30 [colin]      1.9.11cvs22
13992
13993         * src/common/utils.c
13994                 Fix bug #651 (Confused Attract by Subject)
13995                 Patch by M. Benkmann <haferfrost@web.de>
13996         * AUTHORS
13997
13998 2005-05-30 [colin]      1.9.11cvs21
13999
14000         * src/compose.c
14001                 Fix concatenation of different headers of
14002                 the same type (bug #645)
14003         * src/prefs_folder_item.c
14004                 Fix bug #699 (setting color to black doesn't
14005                 work immediately)
14006         * src/procmime.c
14007                 Print out decoding error only once per
14008                 block
14009
14010 2005-05-30 [paul]       1.9.11cvs20
14011
14012         * src/common/template.c
14013                 fix Bcc
14014
14015 2005-05-30 [paul]       1.9.11cvs19
14016
14017         * doc/src/rfc2368.txt   **NEW FILE**
14018         * src/compose.c
14019                 compose_entries_set(): don't interpret Bcc
14020                 header field (conform to RFC 2368)
14021                 (sync with main)
14022
14023 2005-05-29 [colin]      1.9.11cvs18
14024
14025         * src/prefs_common.c
14026                 Let the default reply format respect
14027                 netiquette by cutting the signature.
14028
14029 2005-05-29 [colin]      1.9.11cvs17
14030
14031         * src/summaryview.c
14032                 Don't let always_show_msg override
14033                 open_unread_on_enter when opening a new
14034                 directory.
14035
14036 2005-05-27 [paul]       1.9.11cvs16
14037
14038         sync with main:
14039
14040         * src/main.c
14041                 app_will_exit(): cleanup tmp directory when exit
14042         * src/message_search.c
14043                 improved the interface and made code cleanup.
14044                 removed Clear button
14045         * src/send_message.c
14046                 send_message_local(): use GSpawn, and detect errors
14047         * src/summary_search.c
14048                 improved the interface and made code cleanup
14049         * src/textview.c
14050                 textview_write_link(): also skip non-ascii space
14051                  at the head of link strings (phishing check
14052                  didn't work at the case)
14053         * src/common/utils.c
14054                 get_command_output(): use g_spawn_command_line_sync()
14055                 instead of popen()
14056
14057 2005-05-26 [colin]      1.9.11cvs15
14058
14059         * src/folder.c
14060                 remove printf
14061
14062 2005-05-26 [colin]      1.9.11cvs14
14063
14064         * src/common/nntp.c
14065                 Fix nntp mode reader (bug #611)
14066                 Patch by Florian Mickler <florian@mickler.org>
14067
14068 2005-05-26 [colin]      1.9.11cvs13
14069
14070         * src/plugins/pgpmime/passphrase.c
14071                 Fix mouse grabbing (bug #557)
14072
14073 2005-05-26 [colin]      1.9.11cvs12
14074
14075         * src/prefs_themes.c
14076                 Fix g_warning (bug #541)
14077
14078 2005-05-26 [colin]      1.9.11cvs11
14079
14080         * src/prefs_actions.c
14081         * src/prefs_template.c
14082                 Fix bug #506 (no warning if action/template
14083                 is not saved)
14084         * src/common/template.c
14085                 Fix a possible crash
14086
14087 2005-05-26 [colin]      1.9.11cvs10
14088
14089         * src/folder.c
14090         * src/folderview.c
14091         * src/procmsg.c
14092         * src/summaryview.c
14093                 Forbid locked messages to be moved or
14094                 deleted. Locked messages in trashes 
14095                 still get deleted, for performance
14096                 reason (mh.c::mh_remove_all_msgs)
14097
14098 2005-05-25 [colin]      1.9.11cvs9
14099
14100         * src/procmime.c
14101                 Use correct encoding when sending mails
14102                 with attachments that have accentued 
14103                 chars in their name
14104
14105 2005-05-24 [colin]      1.9.11cvs8
14106
14107         * src/summaryview.c
14108                 Fix bug #688 f) read/unread marker not
14109                 changed on first click
14110                 Also, optimize summary_status_show()
14111                 calls
14112         * src/folder.c
14113         * src/inc.c
14114         * src/procmime.c
14115                 Fix bug #688 b) and c) wrt message
14116                 attachments and signature
14117         * src/stock_pixmap.c
14118         * src/stock_pixmap.h
14119         * src/stock_pixmap.c
14120         * src/stock_pixmap.h
14121         * src/Makefile.am
14122         * src/pixmaps/clip_gpg_signed.xpm
14123                 Add clip/signed icon
14124
14125 2005-05-24 [colin]      1.9.11cvs7
14126
14127         * src/folder_item_prefs.c
14128                 whitespace fix
14129
14130 2005-05-24 [colin]      1.9.11cvs6
14131
14132         * src/folderview.c
14133         * src/prefs_common.c
14134         * src/prefs_common.h
14135                 Add a confirmation to folder drag and drop
14136                 fixes bug #156
14137         * src/alertpanel.c
14138         * src/alertpanel.h
14139                 fix _with_disable parameters so that
14140                 the buttons labels are specifiable too
14141         * src/plugins/pgpmime/sgpgme.c
14142                 reflect said change
14143                 
14144
14145 2005-05-24 [colin]      1.9.11cvs5
14146
14147         * src/folderview.c
14148                 Uncollapse/collapse folders on double-click
14149                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
14150                 closes bug #108
14151
14152 2005-05-23 [colin]      1.9.11cvs4
14153
14154         * src/common/socket.c
14155                 Check another special SSL_peek() error.
14156                 Should help wrt bug #728
14157
14158 2005-05-23 [colin]      1.9.11cvs3
14159
14160         * src/plugins/pgpmime/pgpmime.c
14161                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
14162                 breaking menu accelerators and stuff. Users will have to
14163                 reselect "PGP MIME" instead of "PGP/MIME" in their 
14164                 account's privacy preferences if needed.
14165
14166 2005-05-22 [paul]
14167
14168         * tools/kdeservicemenu/install.sh
14169                 use kdesu to prompt for root password if doing
14170                 global install/uninstall
14171
14172 2005-05-20 [colin]      1.9.11cvs2
14173
14174         * src/procmsg.c
14175                 Fix another compilation error with gcc-2.9x
14176                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
14177         * src/send_message.c
14178                 Don't send QUIT if we aren't connected
14179
14180 2005-05-19 [colin]      1.9.11cvs1
14181
14182         * src/procmsg.c
14183                 Fix compilation with gcc 2.9x
14184
14185 2005-05-19 [paul]       1.9.11
14186
14187         1.9.11 released
14188
14189 2005-05-19 [paul]       1.9.9cvs14
14190
14191         * src/gtk/inputdialog.c
14192                 prevent gettext warning
14193
14194 2005-05-19 [paul]       1.9.9cvs13
14195
14196         * src/mainwindow.c
14197         * src/prefs_common.c
14198         * src/prefs_common.h
14199         * src/textview.c
14200         * src/textview.h
14201                 add an option to toggle cursor in message
14202                 view (sync with main)
14203
14204 2005-05-18 [colin]      1.9.9cvs12
14205
14206         * src/compose.c
14207                 Dereference freed pointer
14208         * src/gtk/gtkaspell.c
14209                 Fix duplication of dictionaries (is it an aspell issue?)
14210
14211 2005-05-18 [colin]      1.9.9cvs11
14212
14213         * src/gtk/inputdialog.c
14214         * src/gtk/gtkaspell.c
14215                 HIGuify dialogs
14216         * src/alertpanel.c
14217                 Remove a double call
14218
14219 2005-05-17 [colin]      1.9.9cvs10
14220
14221         * src/gtk/gtkaspell.c
14222                 Fix dialogs, Ctrl-Enter accel
14223
14224 2005-05-17 [colin]      1.9.9cvs9
14225
14226         * src/gtk/gtkaspell.c
14227                 Fix some accelerators, escape in replace-window
14228
14229 2005-05-16 [colin]      1.9.9cvs8
14230
14231         * src/gtk/gtkaspell.c
14232                 Revert last commit, it was a mistake.
14233
14234 2005-05-16 [colin]      1.9.9cvs7
14235
14236         * src/gtk/gtkaspell.c
14237                 Remove buggy code while we're at it. It's a 
14238                 dead code path anyway.
14239
14240 2005-05-16 [colin]      1.9.9cvs6
14241
14242         * src/gtk/gtkaspell.c
14243                 Missed some gtk_menu_popup where deactivate
14244                 signal should be handled. Should fix bug
14245                 #629 a bit more.
14246
14247 2005-05-16 [colin]      1.9.9cvs5
14248
14249         * src/gtk/gtkaspell.c
14250                 Remove debug printf()s
14251
14252 2005-05-16 [colin]      1.9.9cvs4
14253
14254         * src/gtk/gtkaspell.c
14255                 Fix a bit aspell problems
14256                 (see bug #629)
14257
14258 2005-05-13 [colin]      1.9.9cvs3
14259
14260         * src/folderview.c
14261                 Fix the + appearing even when no subfolders
14262                 have unread messages. Thanks to wwp for the
14263                 bug report.
14264
14265 2005-05-11 [paul]       1.9.9cvs2
14266
14267         * src/folderview.c
14268                 correction to 1.9.9cvs1, only colour folders that
14269                 have new msgs (not unread msgs)
14270
14271 2005-05-10 [colin]      1.9.9cvs1
14272
14273         * src/folderview.c
14274         * src/summaryview.c
14275                 Try to fix bolding bugs again.
14276
14277 2005-05-09 [paul]
14278
14279         * tools/claws.i18n.status.pl
14280                 add Ricardo Mones Lastra's script that has been providing
14281                 the i18n status page for many months
14282
14283 2005-05-09 [paul]       1.9.9
14284
14285         1.9.9 release
14286
14287 2005-05-09 [paul]       1.9.6cvs58
14288
14289         * AUTHORS
14290         * INSTALL
14291         * README.claws
14292                 updated
14293         * Makefile.am 
14294         * RELEASE_NOTES.claws
14295                 add release notes to cvs to simplify release
14296                 procedure
14297         * configure.ac
14298                 add ca and fi to ALL_LINGUAS
14299         * po/Makefile.in.in
14300                 workaround for missing Makevars
14301         * po/ca.po
14302         * po/fi.po
14303                 add new Catalan and Finnish translations
14304                 submitted by Miquel Oliete and Flammie Pirinen
14305         * po/de.po
14306         * po/es.po
14307         * po/fr.po
14308         * po/it.po
14309         * po/pl.po
14310         * po/ru.po
14311         * po/sk.po
14312         * po/sr.po
14313         * po/zh_CN.po
14314                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
14315                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
14316                 Urke MMI, and Hansom Young
14317         * src/main.c
14318                 Fix drafting when quitting. compose_draft() closes the
14319                 compose windows, which modifies the compose_list GSList.
14320                 We have to refresh this list after echo drafting to avoid a
14321                 segfault
14322         * src/partial_download.c
14323                 fix segfault on exit
14324
14325 2005-05-06 [paul]       1.9.6cvs57
14326
14327         * src/grouplistdialog.c
14328                 quick fix/workaround for unresizeable newsgroup
14329                 name column 
14330
14331 2005-05-06 [paul]       1.9.6cvs56
14332
14333         * src/inc.c
14334         * src/mainwindow.c
14335                 use gettext plural forms
14336         * src/imap_gtk.c
14337         * src/mh_gtk.c
14338         * src/toolbar.c
14339                 small improvement to english usage
14340
14341 2005-05-05 [thorsten]   1.9.6cvs55
14342
14343         * src/folder.c
14344                 fix possible crash
14345
14346 2005-05-05 [paul]       1.9.6cvs54
14347         
14348         sync with HEAD
14349
14350         * AUTHORS
14351         * src/compose.c
14352                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
14353                 patch by Tim Mann
14354
14355 2005-05-05 [paul]       1.9.6cvs53
14356
14357         * src/mainwindow.c
14358                 fix resizing of separate message and
14359                 folder views
14360
14361 2005-05-05 [paul]       1.9.6cvs52
14362
14363         * src/account.c
14364         * src/addrgather.c
14365         * src/browseldap.c
14366         * src/exphtmldlg.c
14367         * src/expldifdlg.c
14368         * src/importmutt.c
14369         * src/importpine.c
14370         * src/main.c
14371         * src/mainwindow.c
14372         * src/noticeview.c
14373         * src/prefs_filtering.c
14374         * src/prefs_filtering_action.c
14375         * src/prefs_matcher.c
14376         * src/prefs_spelling.c
14377         * src/prefs_toolbar.c
14378         * src/toolbar.c
14379         * src/wizard.c
14380         * src/gtk/description_window.c
14381         * src/gtk/gtkvscrollbutton.c
14382         * src/gtk/progressdialog.c
14383         * src/gtk/quicksearch.c
14384         * src/plugins/pgpmime/prefs_gpg.c
14385         * src/plugins/spamassassin/spamassassin_gtk.c
14386                 replace deprecated gtk_widget_set_usize
14387
14388 2005-05-04 [colin]      1.9.6cvs51
14389
14390         * src/common/utils.c
14391                 Fix crash when subst_for_filename is called
14392                 with a NULL parameter
14393
14394 2005-05-04 [colin]      1.9.6cvs50
14395
14396         * src/partial_download.c
14397         * src/pop.c
14398                 Escape login when writing uidl file
14399                 fixes bug #736
14400
14401 2005-05-03 [colin]      1.9.6cvs49
14402
14403         * src/procmime.c
14404                 Fix possible DOS in mime parser
14405                 (see bug #634)
14406
14407 2005-05-02 [colin]      1.9.6cvs48
14408
14409         * src/compose.c
14410                 Try to fix the copy/paste mess once again.
14411
14412
14413 2005-04-30 [colin]      1.9.6cvs47
14414
14415         * src/prefs_account.h
14416         * src/procmsg.c
14417         * src/send_message.c
14418         * src/common/smtp.c
14419         * src/common/smtp.h
14420                 Try to batch sending mails (per account) instead of
14421                 reconnecting to server every time.
14422
14423 2005-04-29 [colin]      1.9.6cvs46
14424
14425         * src/messageview.c
14426                 Fix window resizing that refused to size down
14427         * src/prefs_common.c
14428         * src/prefs_common.h
14429         * src/prefs_filtering.c
14430                 Save Filtering's window size
14431
14432 2005-04-21 [paul]       1.9.6cvs45
14433
14434         * ChangeLog-gtk2.claws
14435         * src/setup.c
14436                 correction to sync
14437
14438 2005-04-21 [paul]       1.9.6cvs44
14439
14440         sync with main:
14441
14442         * src/setup.c
14443         * src/statusbar.c
14444         * src/statusbar.h
14445                 use gtkut_widget_draw_now(). Improved performance
14446                 of the update of statusbar
14447         * src/textview.c
14448                 textview_smooth_scroll_do(): redraw it after scroll
14449                 is done (fixed incorrect display when a part of the
14450                 view is hidden).
14451         * src/gtk/gtkutils.c
14452         * src/gtk/gtkutils.h
14453                 gtkut_widget_draw_now(): use gdk_window_process_updates()
14454                 to force update of widgets.
14455                 Removed gtkut_widget_wait_for_draw() which had a big
14456                 overhead  because of waiting for all events processed 
14457
14458 2005-04-20 [paul]       1.9.6cvs43
14459
14460         * src/codeconv.c
14461                 complete 1.9.6cvs42's sync:
14462                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
14463
14464 2005-04-19 [paul]       1.9.6cvs42
14465
14466         sync with main:
14467
14468         * src/action.c
14469                 catch_output(): correctly select the insert text
14470                 (fix invalid iterator warnings).
14471         * src/codeconv.c
14472         * src/codeconv.h
14473         * src/mainwindow.c
14474         * src/messageview.c
14475         * src/prefs_common.c
14476                 support GBK encoding.
14477         * src/common/session.c
14478         * src/common/session.h
14479                 use separate buffer for large data to be sent,
14480                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
14481
14482 2005-04-18 [paul]       1.9.6cvs41
14483
14484         * src/jpilot.c
14485                 convert unsigned long into guint32
14486                 patch by Paul LeoNerd Evans 
14487
14488 2005-04-17 [colin]      1.9.6cvs40
14489
14490         * src/compose.c
14491                 Fix 'Request return receipt' from folder
14492                 properties (bug #708)
14493
14494 2005-04-17 [colin]      1.9.6cvs39
14495
14496         * src/mainwindow.c
14497                 Fix duplicate hotkeys in Mainwindow's menu
14498
14499 2005-04-17 [colin]      1.9.6cvs38
14500
14501         * src/folderview.c
14502                 Fix duplicate hotkeys in Folderview's contextual
14503                 menu
14504
14505 2005-04-15 [colin]      1.9.6cvs37
14506
14507         * src/summaryview.c
14508                 Fix 'Save as...' with non-ascii filenames
14509
14510 2005-04-15 [colin]      1.9.6cvs36
14511
14512         * src/plugins/pgpmime/pgpmime.c
14513                 Fix bus error on 64bit. Spotted by 
14514                 macallan1888@gmail.com
14515
14516 2005-04-15 [colin]      1.9.6cvs35
14517
14518         * src/prefs_account.c
14519                 Fix cvs34.
14520
14521 2005-04-12 [colin]      1.9.6cvs34
14522
14523         * src/prefs_account.c
14524                 Fix smtp auth type off-by-one. We forgot to
14525                 add PLAIN in the prefs-to-gui setter func and
14526                 as a result, the selected auth when opening
14527                 account prefs was not the correct one.
14528
14529 2005-04-12 [paul]       1.9.6cvs33
14530
14531         * src/inc.c
14532                 if the recv dialog is visible, Cancel only
14533                 cancels the current account
14534
14535
14536 2005-04-10 [colin]      1.9.6cvs32
14537
14538         * src/filtering.c
14539                 Copy score when copying FilteringActions
14540                 Fix bug #674
14541
14542 2005-04-10 [colin]      1.9.6cvs31
14543
14544         * src/inc.c
14545                 Make Message -> Receive -> Cancel cancel 
14546                 incorporation on all accounts. Fixes
14547                 bug #693
14548
14549 2005-04-10 [colin]      1.9.6cvs30
14550
14551         * src/prefs_account.c
14552                 Update Privacy checkbuttons status based
14553                 on the selected privacy system
14554         * src/compose.c
14555                 Always connect the "None" privacy system; the
14556                 static boolean was probably there to avoid
14557                 reconnecting twice in the same compose window,
14558                 but as the parent function is only called once
14559                 per compose, it's only a bug - as a static is
14560                 initialized once per application instance.
14561                 Also, don't uncheck Sign and Encrypt when
14562                 selecting None as privacy system; just ignore
14563                 them when sending/queuing.
14564                 Should fix bug #695
14565
14566 2005-04-08 [colin]      1.9.6cvs29
14567
14568         * src/account.c
14569         * src/prefs_account.c
14570         * src/prefs_account.h
14571                 Add account preference to queue message in a certain
14572                 folder.
14573
14574 2005-04-06 [colin]      1.9.6cvs28
14575
14576         * src/prefs_account.c
14577                 Update old inbox path syntax
14578
14579 2005-04-06 [paul]       1.9.6cvs27
14580
14581         sync with main:
14582
14583         * configure.ac
14584                 changed -traditional-cpp to -no-cpp-precomp for newer
14585                 Mac OS X support
14586         * src/foldersel.c
14587                 made column resize automatically
14588         * src/send_message.c
14589                 send_message_smtp(): consider EOF right after QUIT
14590                 successful (workaround for Gmail SMTP server)
14591         * src/common/socket.c
14592                 ssl_read(), ssl_peek(): check EOF which violates the
14593                 SSL protocol
14594         * src/gtk/colorlabel.c
14595                 removed warnings when displaying colorlabel menu
14596                 (don't use GtkAlignment)
14597
14598 2005-04-05 [paul]       1.9.6cvs26
14599
14600         * src/plugins/trayicon/trayicon.c
14601                 fix clipping of icon under KDE3 
14602
14603 2005-04-05 [paul]       1.9.6cvs25
14604
14605         * src/summaryview.c
14606                 hide display of threading
14607                 patch by Alfons
14608
14609 2005-04-04 [thorsten]   1.9.6cvs24
14610
14611         * src/mh.c
14612                 marks lost on filesystems with different stat() results on
14613                 summer-/wintertime
14614
14615 2005-04-03 [colin]      1.9.6cvs23
14616
14617         * src/summaryview.c
14618                 Don't handle up/down. Patch by Alfons
14619
14620 2005-04-02 [colin]      1.9.6cvs22
14621
14622         * src/summaryview.c
14623                 Make scrolling faster. Patch by Alfons.
14624
14625 2005-04-01 [colin]      1.9.6cvs21
14626
14627         * src/Makefile.am
14628         * src/stock_pixmap.c
14629         * src/pixmaps/dir-noselect.xpm ** REMOVED **
14630         * src/pixmaps/dir_noselect.xpm ** ADDED **
14631                 Fix pixmap name mismatch (Thanks Stephan Sachse)
14632
14633 2005-04-01 [colin]      1.9.6cvs20
14634
14635         * src/image_viewer.c
14636         * src/image_viewer.h
14637         * src/procmime.c
14638         * src/procmime.h
14639         * src/textview.c
14640         * src/textview.h
14641                 Implement inline image resizing and right-clicking
14642
14643 2005-04-01 [paul]       1.9.6cvs19
14644
14645         * AUTHORS
14646         * Makefile.am
14647         * configure.ac
14648                 check for gnome2
14649                 patch by Luca Cavalli <loopback<AT>slackit.org>
14650         * po/ru.po
14651                 updated by Pavlo Bohmat
14652
14653 2005-03-31 [colin]      1.9.6cvs18
14654
14655         * src/news.c
14656                 Fix parsing references
14657         * src/msgcache.c
14658                 don't put nulls in the references list
14659         * src/procheader.c
14660                 commit that forgotten file in 1.9.6cvs14
14661
14662 2005-03-31 [colin]      1.9.6cvs17
14663
14664         * src/compose.c
14665                 Fix joining of signature separator again. 
14666                 Maybe Hiro could put it in main too...
14667
14668 2005-03-31 [colin]      1.9.6cvs16
14669
14670         * src/Makefile.am
14671         * src/foldersel.c
14672         * src/stock_pixmap.c
14673         * src/stock_pixmap.h
14674         * src/pixmaps/dir-noselect.xpm
14675                 Update foldersel.c (sync from main, patch by Alfons)
14676
14677 2005-03-30 [colin]      1.9.6cvs15
14678
14679         * src/imap.c
14680                 Fix handling of imap folders containing [] in 
14681                 their name. Thanks to Nahuel Angelinetti for
14682                 the detailed bugreport.
14683
14684 2005-03-30 [colin]      1.9.6cvs14
14685
14686         * src/common/utils.h
14687         * src/common/utils.c
14688         * src/common/defs.h
14689         * src/matcher.c
14690         * src/msgcache.c
14691         * src/news.c
14692         * src/procmsg.c
14693         * src/procmsg.h
14694         * src/quote_fmt_parse.y
14695         * src/summaryview.c
14696                 Update references system. Patch by Alfons
14697
14698 2005-03-30 [colin]      1.9.6cvs13
14699
14700         * src/common/socket.c
14701                 Force the glibc to read resolv.conf again when 
14702                 it has changed. Should fix issues when changing
14703                 networks on a laptop and not restarting sylpheed. 
14704
14705 2005-03-30 [paul]       1.9.6cvs12
14706
14707         partial sync with main:
14708
14709         * src/action.c
14710                 create_io_dialog(): use user-defined text font
14711                 (thanks to Alfons), and modified its appearance.
14712         * src/addrgather.c
14713         * src/addrharvest.c
14714         * src/browseldap.c
14715                 replace old code
14716         * src/compose.c
14717                 don't join (presumably) itemized lines on line-wrapping
14718                 fixed wrapping of quote when auto-wrapping is enabled
14719                 compose_destroy(): destroy paned only if it's not
14720                 attached to window. Fixed memory leak of popup menu.
14721         * src/exphtmldlg.c
14722         * src/expldifdlg.c
14723                 replace old code
14724         * src/html.c
14725         * src/html.h
14726         * src/importmutt.c
14727         * src/importpine.c
14728                 replace old code
14729         * src/main.c
14730                 removed redundant code
14731         * src/mainwindow.c
14732                 changed 'Code set' (which is rather incorrect)
14733                 in the menu to 'Character encoding'
14734                 main_window_set_widgets(): request size first
14735                 to prevent window size becoming wrong
14736                 fixed remembering of the state of the visibility
14737                 of MessageView
14738         * src/messageview.c
14739                 changed 'Code set' (which is rather incorrect)
14740                 in the menu to 'Character encoding'
14741         * src/prefs_common.c
14742         * src/prefs_common.h
14743                 added an option whether to render HTML as text or not
14744                 added separators to outgoing encoding menu
14745         * src/procheader.c
14746                 procheader_scan_date_string(): support header
14747                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
14748         * src/summaryview.c
14749         * src/summaryview.h
14750                 minor code cleanup
14751         * src/textview.c
14752                 textview_show_html(): force output of newline
14753                 added an option whether to render HTML as text or not
14754         * src/common/utils.c
14755                 strncpy2(): optimized based on Alfons' code
14756         * src/gtk/gtkutils.c
14757         * src/gtk/gtkutils.h
14758                 removed non-used code
14759         * src/plugins/pgpmime/passphrase.c
14760                 partially fixed grab input of passphrase dialog
14761                 Confine pointer to window
14762
14763 2005-03-30 [colin]      1.9.6cvs11
14764
14765         * src/msgcache.c
14766         * src/msgcache.h
14767                 Read/write 32bit ints from cache & marks
14768                 From main.
14769
14770 2005-03-29 [paul]       1.9.6cvs10
14771
14772         * AUTHORS
14773         * ChangeLog.claws
14774         * src/compose.c
14775         * src/gtk/gtkaspell.c
14776                 sync with HEAD (don't pass NULL pointers) 
14777
14778 2005-03-24 [paul]
14779
14780         * tools/Makefile.am
14781         * tools/README
14782         * tools/acroread2sylpheed.pl
14783                 sync with HEAD (add script to send pdfs as
14784                 attachments from Adobe Reader 7)
14785
14786 2005-03-21 [paul]       1.9.6cvs9
14787
14788         * configure.ac
14789         * po/POTFILES.in
14790         * src/Makefile.am
14791         * src/crash.c
14792         * src/image_viewer.c ** ADDED **
14793         * src/image_viewer.h ** ADDED **
14794         * src/main.c
14795         * src/prefs_common.c
14796         * src/prefs_common.h
14797         * src/prefs_image_viewer.c ** ADDED **
14798         * src/prefs_image_viewer.h ** ADDED **
14799         * src/textview.c
14800         * src/gtk/about.c
14801         * src/pixmaps/sylpheed_logo.xpm
14802         * src/plugins/Makefile.am
14803         * src/plugins/image_viewer/.cvsignore ** REMOVED **
14804         * src/plugins/image_viewer/Makefile.am ** REMOVED **
14805         * src/plugins/image_viewer/plugin.c ** REMOVED **
14806         * src/plugins/image_viewer/viewer.c ** REMOVED **
14807         * src/plugins/image_viewer/viewer.glade ** REMOVED **
14808         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
14809         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
14810         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
14811         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
14812                 as gdk-pixbuf is now built-in
14813                 remove image_viewer plugin and put code back into
14814                 main codebase
14815                 implement inline image display (sync with main)
14816
14817                 replace logo with newer, nicer, larger version  
14818
14819 2005-03-21 [paul]       1.9.6cvs8
14820
14821         * src/gtk/about.c
14822                 cosmetic improvement
14823
14824 2005-03-21 [holger]     1.9.6cvs7
14825
14826         * src/plugins/spamassassin/spamassassin.c
14827                 Sync with HEAD
14828                 (unregister hook on failed plugin init)
14829
14830 2005-03-20 [colin]      1.9.6cvs6
14831
14832         * src/common/plugin.c
14833                 Check that plugin isn't already loaded
14834                 Patch by Alfons
14835
14836 2005-03-20 [thorsten]   1.9.6cvs5
14837
14838         * src/compose.c
14839                 use a more compatible syntax
14840
14841 2005-03-20 [thorsten]   1.9.6cvs4
14842
14843         * src/prefs_toolbar.c
14844                 fix crash when selecting toolbar item (uninitialized pointer)
14845
14846 2005-03-20 [thorsten]   1.9.6cvs3
14847
14848         * src/procmime.c
14849                 fix mimetype detection (referenced free()d string)
14850
14851 2005-03-20 [paul]       1.9.6cvs2
14852
14853         * src/compose.c
14854                 sync with HEAD (1.0.3cvs5)
14855                 neglect Reply-To header if empty
14856                 Patch by Alfons 
14857
14858 2005-03-19 [holger]     1.9.6cvs1
14859
14860         * src/summaryview.c
14861         * src/summaryview.h
14862                 Sync with HEAD
14863
14864 2005-03-18 [paul]       1.9.6
14865
14866         initial GTK2 release
14867
14868 2005-03-18 [paul]       1.0.3cvs3.1
14869
14870         * AUTHORS
14871         * ChangeLog.claws
14872         * configure.ac
14873         * src/gtk/about.c
14874         * src/pixmaps/sylpheed_logo.xpm
14875                 sync with HEAD
14876
14877 2005-03-18 [colin]      1.0.3cvs2.6
14878
14879         * src/summaryview.c
14880                 Remove call to summary_step in summary_copy_selected_to
14881                 Can't see its purpose, and this causes bug when copying
14882                 a message if the next one is unread: it reads it.
14883
14884 2005-03-18 [paul]       1.0.3cvs2.5
14885
14886         * src/foldersel.c
14887                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
14888
14889 2005-03-18 [paul]       1.0.3cvs2.4
14890
14891         * src/addrharvest.c
14892         * src/codeconv.c
14893         * src/codeconv.h
14894         * src/compose.c
14895         * src/news.c
14896         * src/procheader.c
14897         * src/procmime.c
14898         * src/unmime.c
14899         * src/unmime.h
14900                 fix buffer overflow, CAN-2005-0667, see
14901                 http://secunia.com/advisories/14491/
14902                 Patch by Alfons
14903
14904 2005-03-17 [colin]      1.0.3cvs2.3
14905
14906         * src/prefs_fonts.c
14907         * src/summaryview.c
14908                 Fix font bugs (both lists now officialy share 
14909                 the same font)
14910                 
14911
14912 2005-03-17 [paul]       1.0.3cvs2.2
14913
14914         * src/gtk/pluginwindow.c
14915                 make plugin descriptions uneditable
14916
14917 2005-03-11 [paul]       1.0.3cvs2.1
14918
14919         * ChangeLog.claws
14920         * configure.ac
14921         * po/POTFILES.in
14922         * src/plugins/trayicon/trayicon.c
14923                 sync with HEAD
14924                 add src/wizard.c to POTFILES.in
14925
14926 2005-03-11 [paul]       1.0.3cvs1.1
14927
14928         * ChangeLog
14929         * ChangeLog.claws
14930         * configure.ac
14931         * po/de.po
14932         * po/es.po
14933         * po/fr.po
14934         * po/it.po
14935         * po/pt_BR.po
14936         * po/ru.po
14937         * po/sk.po
14938         * po/sr.po
14939         * po/zh_CN.po
14940                 sync with HEAD
14941
14942 2005-03-04 [colin]      1.0.1cvs22.2
14943
14944         * src/compose.c
14945                 Fix signatures with accentued chars in it
14946
14947 2005-03-04 [colin]      1.0.1cvs22.1
14948
14949         * src/common/smtp.c
14950         * src/common/smtp.h
14951                 Don't use SIZE param in MAIL FROM: if server 
14952                 doesn't support it. Patch by Eugen Freiter
14953                 <eugen_f@users.sf.net>
14954
14955 2005-02-27 [paul]       1.0.1cvs20.1
14956
14957         * ChangeLog.claws
14958         * configure.ac
14959         * src/messageview.c
14960                 sync with HEAD
14961
14962 2005-02-27 [colin]      1.0.1cvs19.4
14963
14964         * src/procheader.c
14965         * src/procheader.h
14966                 Fix prototypes. Patch by Alfons
14967
14968 2005-02-27 [colin]      1.0.1cvs19.3
14969
14970         * src/compose.c
14971                 Don't auto-join the signature separator.
14972
14973 2005-02-26 [colin]      1.0.1cvs19.2
14974
14975         * src/summaryview.c
14976                 Fix 'mark all read' with collapsed threads.
14977                 Patch by Alfons.
14978
14979 2005-02-25 [paul]       1.0.1cvs19.1
14980
14981         * ChangeLog.claws
14982         * configure.ac
14983         * src/prefs_account.c
14984         * src/prefs_folder_item.c
14985         * src/gtk/prefswindow.c
14986         * src/gtk/prefswindow.h
14987                 sync with HEAD
14988
14989 2005-02-25 [paul]       1.0.1cvs15.12
14990
14991         * src/alertpanel.c
14992         * src/codeconv.c
14993         * src/compose.c
14994         * src/textview.c
14995         * src/gtk/gtkutils.c
14996         * src/gtk/gtkutils.h
14997         * src/gtk/logwindow.c
14998         * src/gtk/progressdialog.c
14999                 sync with main (revision 127)
15000                 and fix logwindow clipping
15001
15002 2005-02-24 [colin]      1.0.1cvs15.11
15003
15004         * src/plugins/pgpmime/passphrase.c
15005                 Disable input grabbing; it doesn't work yet.
15006
15007 2005-02-24 [colin]      1.0.1cvs15.10
15008
15009         * src/messageview.c
15010                 Don't send out receipts if offline. Ask.
15011
15012 2005-02-23 [colin]      1.0.1cvs15.9
15013
15014         * src/summaryview.c     
15015                 Fix expanding
15016
15017 2005-02-23 [colin]      1.0.1cvs15.8
15018
15019         * src/summaryview.c
15020                 Really fix Bug 568 by removing useless
15021                 calls. summary_thread_init() now called
15022                 in summary_sort(). This should please
15023                 Alfons as it should be faster than 
15024                 previously.
15025
15026 2005-02-23 [colin]      1.0.1cvs15.7
15027
15028         * src/compose.c
15029                 Encode parts as QP or B64 if signing
15030
15031 2005-02-23 [colin]      1.0.1cvs15.6
15032
15033         * src/compose.c
15034                 Fix Mimeinfo leakage (including tmp files)
15035         * src/procmsg.c
15036                 Fix tmp file leakage (spotted by Ivan Rayner)
15037
15038 2005-02-22 [colin]      1.0.1cvs15.5
15039
15040         * src/expldifdlg.c
15041                 Fix keyboard input. Patch by Alfons.
15042
15043 2005-02-21 [colin]      1.0.1cvs15.4
15044
15045         * src/compose.c
15046                 Fix Sign/Encrypt when unselecting privacy
15047                 system
15048         * src/prefs_common.c
15049                 Change default message font to Monospace
15050         * src/summaryview.c
15051                 More freezing during potentially large operations
15052
15053 2005-02-21 [paul]       1.0.1cvs15.3
15054
15055         * src/main.c
15056                 fix --help output
15057
15058 2005-02-21 [paul]       1.0.1cvs15.2
15059
15060         * po/Makefile.in.in
15061         * src/compose.c
15062         * src/summaryview.c
15063         * src/textview.c
15064         * src/common/utils.c
15065         * src/common/utils.h
15066                 sync with main (revision 117)
15067
15068 2005-02-20 [colin]      1.0.1cvs15.1
15069
15070         * src/common/defs.h
15071                 Change cache file to .sylpheed_claws_cache, as
15072                 suggested by Alfons. Allows people to switch
15073                 between Sylpheed and Sylpheed-Claws. it is
15074                 a good idea to "Check for new messages" at next
15075                 startup.
15076
15077
15078 2005-02-18 [colin]      1.0.1cvs14.1
15079
15080         * src/quote_fmt_lex.l
15081         * src/quote_fmt_parse.y
15082                 Fix parser initialisation. Patch by Ivan.
15083
15084 2005-02-18 [colin]      1.0.1cvs11.6
15085
15086         * src/folderview.c
15087                 Fix scrolldown (bug 662)
15088
15089 2005-02-17 [colin]      1.0.1cvs11.5
15090
15091         * src/codeconv.c
15092                 conv_filename_to_utf8: return clean 7bit instead
15093                 of broken utf8 if needed
15094         * src/mimeview.c
15095                 Fix display of parts with unclean 8bit names
15096
15097 2005-02-17 [paul]       1.0.1cvs11.4
15098
15099         * src/compose.c
15100         * src/exportldif.c
15101         * src/matcher_parser_parse.y
15102         * src/procmime.c
15103         * src/sourcewindow.c
15104         * src/common/Makefile.am
15105         * src/common/intl.h             ** REMOVED **
15106         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15107                 sync with main (revision 109)
15108                 and clean up
15109
15110 2005-02-16 [colin]      1.0.1cvs11.3
15111
15112         * src/summaryview.c
15113                 Fix collapsed thread not highlighting when new
15114                 messages in it (Bug 568) Patch by Stephan Sachse.
15115                 Fix messed up selection when reaching bounds (Bug 632)
15116         * src/prefs_themes.c
15117                 Fix theme installing (Bug 684)
15118
15119 2005-02-16 [colin]      1.0.1cvs11.2
15120
15121         * src/messageview.c
15122                 Fix messageview_select_all
15123
15124 2005-02-16 [colin]      1.0.1cvs11.1
15125
15126         * src/mh.c
15127                 Sync with HEAD (MH scan required function)
15128
15129 2005-02-15 [colin]      1.0.1cvs8.1
15130
15131         * src/mimeview.c
15132         * src/common/utils.c
15133                 Sync with HEAD (filename chars substitution)
15134
15135 2005-02-15 [colin]      1.0.1cvs7.3
15136
15137         * src/gtk/pluginwindow.c
15138                 Fix button spacing
15139
15140 2005-02-15 [colin]      1.0.1cvs7.2
15141
15142         * src/mimeview.c
15143                 Fix mime icons not reset across message when
15144                 scrolled down
15145
15146 2005-02-15 [colin]      1.0.1cvs7.1
15147
15148         * src/compose.c
15149         * src/procmime.c
15150                 Sync with HEAD (optimisation of cvs6)
15151
15152 2005-02-14 [colin]      1.0.1cvs6.1
15153
15154         * src/compose.c
15155         * src/procmime.c
15156                 Sync with HEAD (encode "From " at line beginning)
15157
15158 2005-02-14 [colin]      1.0.1cvs5.3
15159
15160         * src/compose.c
15161                 Fix wrapping with accentued chars.
15162
15163 2005-02-13 [colin]      1.0.1cvs5.2
15164
15165         * src/textview.c
15166                 Fix email informative part parsing with
15167                 accentued chars in it. ispunct() returns
15168                 true for them in utf8...
15169
15170 2005-02-12 [colin]      1.0.1cvs5.1
15171
15172         * src/filtering.c
15173                 Sync with HEAD (remove wrong use of compose after send)
15174
15175 2005-02-12 [paul]       1.0.1cvs4.5
15176
15177         * src/textview.c
15178                 remove unnecessary code (thanks to Alfons)
15179
15180 2005-02-12 [paul]       1.0.1cvs4.4
15181
15182         * src/textview.c
15183                 add 'Copy' to contextual menu on emails
15184
15185 2005-02-11 [colin]      1.0.1cvs4.3
15186
15187         * src/compose.c
15188                 revert 1.0.0cvs28.2, it doesn't work that well.
15189
15190 2005-02-11 [paul]       1.0.1cvs4.2
15191
15192         * po/Makefile.in.in
15193                 fix 'make release'
15194
15195 2005-02-10 [paul]       1.0.1cvs4.1
15196
15197         * ChangeLog
15198         * ChangeLog.claws
15199         * ChangeLog.jp
15200         * configure.ac
15201         * src/compose.c
15202                 sync with HEAD (sync with main)
15203
15204 2005-02-10 [paul]       1.0.1cvs3.2
15205
15206         * AUTHORS
15207         * Makefile.am
15208         * autogen.sh
15209         * configure.ac
15210         * config/mkinstalldirs
15211         * intl/.cvsignore
15212         * intl/ChangeLog
15213         * intl/VERSION
15214         * intl/bindtextdom.c
15215         * intl/config.charset
15216         * intl/dcgettext.c
15217         * intl/dcigettext.c
15218         * intl/dcngettext.c
15219         * intl/dgettext.c
15220         * intl/dngettext.c
15221         * intl/eval-plural.h
15222         * intl/explodename.c
15223         * intl/finddomain.c
15224         * intl/gettext.c
15225         * intl/gettextP.h
15226         * intl/gmo.h
15227         * intl/hash-string.h
15228         * intl/intl-compat.c
15229         * intl/l10nflist.c
15230         * intl/libgnuintl.h.in
15231         * intl/loadinfo.h
15232         * intl/loadmsgcat.c
15233         * intl/localcharset.c
15234         * intl/localcharset.h
15235         * intl/locale.alias
15236         * intl/localealias.c
15237         * intl/localename.c
15238         * intl/log.c
15239         * intl/ngettext.c
15240         * intl/os2compat.c
15241         * intl/os2compat.h
15242         * intl/osdep.c
15243         * intl/plural-exp.c
15244         * intl/plural-exp.h
15245         * intl/plural.c
15246         * intl/plural.y
15247         * intl/ref-add.sin
15248         * intl/ref-del.sin
15249         * intl/relocatable.c
15250         * intl/relocatable.h
15251         * intl/textdomain.c
15252         * m4/Makefile.am
15253         * po/Makefile.in.in
15254         * src/Makefile.am
15255         * src/account.c
15256         * src/action.c
15257         * src/addr_compl.c
15258         * src/addressadd.c
15259         * src/addressbook.c
15260         * src/addrgather.c
15261         * src/addrindex.c
15262         * src/alertpanel.c
15263         * src/browseldap.c
15264         * src/codeconv.c
15265         * src/codeconv.h
15266         * src/compose.c
15267         * src/compose.h
15268         * src/crash.c
15269         * src/editaddress.c
15270         * src/editbook.c
15271         * src/editgroup.c
15272         * src/editjpilot.c
15273         * src/editldap.c
15274         * src/editldap_basedn.c
15275         * src/editvcard.c
15276         * src/exphtmldlg.c
15277         * src/expldifdlg.c
15278         * src/export.c
15279         * src/exporthtml.c
15280         * src/filtering.c
15281         * src/folder.c
15282         * src/folder_item_prefs.c
15283         * src/foldersel.c
15284         * src/folderview.c
15285         * src/grouplistdialog.c
15286         * src/headerview.c
15287         * src/imap.c
15288         * src/imap_gtk.c
15289         * src/import.c
15290         * src/importldif.c
15291         * src/importmutt.c
15292         * src/importpine.c
15293         * src/inc.c
15294         * src/ldif.c
15295         * src/main.c
15296         * src/mainwindow.c
15297         * src/matcher.c
15298         * src/mbox.c
15299         * src/message_search.c
15300         * src/messageview.c
15301         * src/mh.c
15302         * src/mh_gtk.c
15303         * src/mimeview.c
15304         * src/msgcache.c
15305         * src/news.c
15306         * src/news_gtk.c
15307         * src/noticeview.c
15308         * src/partial_download.c
15309         * src/pop.c
15310         * src/prefs_account.c
15311         * src/prefs_actions.c
15312         * src/prefs_common.c
15313         * src/prefs_customheader.c
15314         * src/prefs_display_header.c
15315         * src/prefs_ext_prog.c
15316         * src/prefs_filtering.c
15317         * src/prefs_filtering_action.c
15318         * src/prefs_folder_item.c
15319         * src/prefs_fonts.c
15320         * src/prefs_gtk.c
15321         * src/prefs_matcher.c
15322         * src/prefs_msg_colors.c
15323         * src/prefs_spelling.c
15324         * src/prefs_summary_column.c
15325         * src/prefs_template.c
15326         * src/prefs_themes.c
15327         * src/prefs_toolbar.c
15328         * src/prefs_wrapping.c
15329         * src/privacy.c
15330         * src/procheader.c
15331         * src/procmime.c
15332         * src/procmsg.c
15333         * src/quote_fmt.c
15334         * src/recv.c
15335         * src/send_message.c
15336         * src/setup.c
15337         * src/sourcewindow.c
15338         * src/ssl_manager.c
15339         * src/statusbar.c
15340         * src/summary_search.c
15341         * src/summaryview.c
15342         * src/textview.c
15343         * src/toolbar.c
15344         * src/wizard.c
15345         * src/common/nntp.c
15346         * src/common/plugin.c
15347         * src/common/smtp.c
15348         * src/common/ssl.c
15349         * src/common/ssl_certificate.c
15350         * src/common/string_match.c
15351         * src/common/sylpheed.c
15352         * src/common/template.c
15353         * src/common/utils.c
15354         * src/gtk/about.c
15355         * src/gtk/colorlabel.c
15356         * src/gtk/description_window.c
15357         * src/gtk/filesel.c
15358         * src/gtk/foldersort.c
15359         * src/gtk/gtkaspell.c
15360         * src/gtk/gtkutils.c
15361         * src/gtk/inputdialog.c
15362         * src/gtk/logwindow.c
15363         * src/gtk/menu.c
15364         * src/gtk/pluginwindow.c
15365         * src/gtk/prefswindow.c
15366         * src/gtk/progressdialog.c
15367         * src/gtk/quicksearch.c
15368         * src/gtk/sslcertwindow.c
15369         * src/plugins/clamav/clamav_plugin.c
15370         * src/plugins/clamav/clamav_plugin_gtk.c
15371         * src/plugins/demo/demo.c
15372         * src/plugins/dillo_viewer/dillo_prefs.c
15373         * src/plugins/dillo_viewer/dillo_viewer.c
15374         * src/plugins/image_viewer/plugin.c
15375         * src/plugins/image_viewer/viewer.c
15376         * src/plugins/image_viewer/viewerprefs.c
15377         * src/plugins/mathml_viewer/mathml_viewer.c
15378         * src/plugins/pgpmime/passphrase.c
15379         * src/plugins/pgpmime/plugin.c
15380         * src/plugins/pgpmime/prefs_gpg.c
15381         * src/plugins/pgpmime/select-keys.c
15382         * src/plugins/pgpmime/sgpgme.c
15383         * src/plugins/spamassassin/spamassassin.c
15384         * src/plugins/spamassassin/spamassassin_gtk.c
15385         * src/plugins/trayicon/trayicon.c
15386                 sync with main (revision 104)
15387
15388 2005-02-10 [colin]      1.0.1cvs3.1
15389
15390         * src/mainwindow.c
15391                 Sync with HEAD (fix occasional crasher)
15392
15393 2005-02-10 [colin]      1.0.1cvs2.1
15394
15395         * src/messageview.c
15396                 Synw with HEAD (don't automatically display html)
15397
15398 2005-02-09 [colin]      1.0.1cvs1.3
15399
15400         * src/textview.c
15401         * src/textview.h
15402                 Add contextual menu on emails
15403
15404 2005-02-09 [colin]      1.0.1cvs1.2
15405
15406         * src/codeconv.c
15407                 Fix converting from broken headers and 
15408                 put back the _ in missing places
15409                 (feature broke with cvs24.2 sync, main 
15410                  possibly affected?)
15411
15412 2005-02-09 [colin]      1.0.1cvs1.1
15413
15414         * src/messageview.c
15415         * src/mimeview.c
15416         * src/mimeview.h
15417                 Sync with HEAD (display non text/plain mails with plugin)
15418
15419 2005-02-08 [colin]      1.0.1.1
15420
15421         * ChangeLog.claws
15422         * po/pt_BR.po
15423                 Sync with HEAD
15424         * configure.ac
15425                 Make default configuration directory 
15426                 be .sylpheed-gtk2
15427
15428 2005-02-08 [colin]      1.0.0cvs29.1
15429
15430         * po/de.po
15431         * po/es.po
15432         * po/fr.po
15433         * po/it.po
15434         * po/sk.po
15435         * po/sr.po
15436                 Sync translations with HEAD
15437
15438 2005-02-06 [colin]      1.0.0cvs28.3
15439
15440         * src/compose.c
15441                 Make compose a bit faster - patch by Alfons.
15442
15443 2005-02-06 [colin]      1.0.0cvs28.2
15444
15445         * src/compose.c
15446                 Make pasting via middle-click more reliable
15447
15448 2005-02-05 [paul]       1.0.0cvs28.1
15449
15450         * ChangeLog
15451         * ChangeLog.claws
15452         * ChangeLog.jp
15453         * configure.ac
15454         * src/compose.c
15455                 sync with HEAD
15456                 (fix bug 682 'redirect is broken'
15457
15458 2005-02-05 [torte]      1.0.0cvs27.1
15459
15460         * ChangeLog.claws
15461         * configure.ac
15462         * src/partial_download.c
15463                 Sync with HEAD (fix buf overflow)
15464
15465 2005-02-03 [colin]      1.0.0cvs26.1
15466
15467         * src/common/plugin.c
15468                 Sync with HEAD (avoid plugin mismatches)
15469
15470 2005-02-03 [paul]       1.0.0cvs25.3
15471
15472         * src/folderview.c
15473         * src/headerview.c
15474         * src/summaryview.c
15475         * src/textview.c
15476         * src/gtk/colorlabel.c
15477                 third and final part of initial sync with main-gtk2
15478
15479 2005-02-03 [paul]       1.0.0cvs25.2
15480
15481         * src/jpilot.c
15482                 fix building with jpilot support
15483
15484 2005-02-02 [colin]      1.0.0cvs25.1
15485
15486         * src/messageview.c
15487                 Sync with HEAD (fix dangerous typo)
15488
15489 2005-02-01 [colin]      1.0.0cvs24.3
15490
15491         * src/common/xml.c
15492                 Write file as advertised (UTF-8)
15493
15494 2005-02-01 [paul]       1.0.0cvs24.2
15495
15496         * src/addrbook.c
15497         * src/addrindex.c
15498         * src/alertpanel.h
15499         * src/codeconv.c
15500         * src/codeconv.h
15501         * src/compose.c
15502         * src/export.c
15503         * src/folder_item_prefs.c
15504         * src/html.c
15505         * src/imap.c
15506         * src/import.c
15507         * src/jpilot.c
15508         * src/mainwindow.c
15509         * src/matcher_parser_lex.l
15510         * src/messageview.c
15511         * src/mh.c
15512         * src/prefs_account.c
15513         * src/prefs_actions.c
15514         * src/prefs_common.c
15515         * src/prefs_gtk.c
15516         * src/prefs_gtk.h
15517         * src/prefs_themes.c
15518         * src/procheader.c
15519         * src/procmime.c
15520         * src/sourcewindow.c
15521         * src/statusbar.c
15522         * src/summaryview.c
15523         * src/textview.c
15524         * src/toolbar.c
15525         * src/unmime.c
15526         * src/common/template.c
15527         * src/common/utils.c
15528         * src/common/xml.c
15529         * src/common/xml.h
15530         * src/gtk/gtkaspell.c
15531         * src/plugins/clamav/clamav_plugin.c
15532         * src/plugins/dillo_viewer/dillo_prefs.c
15533         * src/plugins/image_viewer/viewerprefs.c
15534         * src/plugins/pgpmime/passphrase.c
15535         * src/plugins/pgpmime/prefs_gpg.c
15536         * src/plugins/pgpmime/select-keys.c
15537         * src/plugins/spamassassin/spamassassin.c
15538                 second part of initial sync with main-gtk2
15539                 (more to follow)
15540
15541 2005-01-31 [colin]      1.0.0cvs24.1
15542
15543         * src/compose.c
15544                 Sync with HEAD
15545
15546 2005-01-29 [paul]       1.0.0cvs23.2
15547
15548         * src/account.c
15549         * src/action.c
15550         * src/addressadd.c
15551         * src/addressbook.c
15552         * src/alertpanel.c
15553         * src/compose.c
15554         * src/editaddress.c
15555         * src/editbook.c
15556         * src/editgroup.c
15557         * src/editjpilot.c
15558         * src/editldap.c
15559         * src/editldap_basedn.c
15560         * src/editvcard.c
15561         * src/export.c
15562         * src/foldersel.c
15563         * src/grouplistdialog.c
15564         * src/import.c
15565         * src/importldif.c
15566         * src/inc.c
15567         * src/main.c
15568         * src/mainwindow.c
15569         * src/message_search.c
15570         * src/messageview.c
15571         * src/mimeview.c
15572         * src/prefs_actions.c
15573         * src/prefs_common.c
15574         * src/prefs_common.h
15575         * src/prefs_customheader.c
15576         * src/prefs_display_header.c
15577         * src/prefs_filtering.c
15578         * src/prefs_filtering_action.c
15579         * src/prefs_gtk.c
15580         * src/prefs_matcher.c
15581         * src/prefs_summary_column.c
15582         * src/prefs_template.c
15583         * src/sourcewindow.c
15584         * src/summary_search.c
15585         * src/summaryview.c
15586         * src/textview.c
15587         * src/gtk/about.c
15588         * src/gtk/description_window.c
15589         * src/gtk/gtkshruler.c
15590         * src/gtk/gtkutils.c
15591         * src/gtk/gtkutils.h
15592         * src/gtk/inputdialog.c
15593         * src/gtk/logwindow.c
15594         * src/gtk/prefswindow.c
15595         * src/gtk/progressdialog.c
15596         * src/gtk/progressdialog.h
15597                 first part of initial sync with main-gtk2
15598                 (more to follow)
15599
15600 2005-01-28 [colin]      1.0.0cvs23.1
15601
15602         * src/folderview.c
15603                 Sync with HEAD
15604
15605 2005-01-27 [colin]      1.0.0cvs21.1
15606
15607         * src/folder.c
15608         * src/folderview.c
15609                 Sync with HEAD
15610
15611 2005-01-27 [colin]      1.0.0cvs19.1
15612
15613         * src/procmime.c
15614                 Sync with HEAD
15615
15616 2005-01-27 [colin]      1.0.0cvs18.1
15617
15618         * src/messageview.c
15619         * src/summaryview.c
15620         * src/mainwindow.c
15621         * src/compose.c
15622         * src/compose.h
15623         * src/procmsg.c
15624         * src/procmsg.h
15625         * src/toolbar.c
15626                 Sync with HEAD
15627
15628 2005-01-26 [paul]       1.0.0cvs15.2
15629
15630         * src/compose.c
15631                 compose_entries_set(): convert subject and body to
15632                 utf8 if necessary. patch by Felix Eckhofer
15633
15634 2005-01-26 [paul]       1.0.0cvs15.1
15635
15636         * configure.ac
15637         * src/common/template.c
15638                 sync with HEAD (fix memory leak)
15639
15640 2005-01-25 [paul]       1.0.0cvs14.1
15641
15642         * configure.ac
15643         * src/compose.c
15644                 sync with HEAD
15645
15646 2005-01-24 [colin]      1.0.0cvs13.1
15647
15648         * src/summaryview.c
15649                 Sync with HEAD
15650
15651 2005-01-24 [paul]       1.0.0cvs12.1
15652
15653         * configure.ac
15654         * src/messageview.c
15655         * src/mh.c
15656         * src/common/utils.c
15657                 sync with HEAD
15658
15659 2005-01-24 [colin]      1.0.0cvs11.1
15660
15661         * src/procheader.c
15662                 Sync with HEAD
15663
15664 2005-01-24 [colin]      1.0.0cvs10.1
15665
15666         * src/folderview.c
15667                 Sync with HEAD
15668
15669 2005-01-23 [colin]      1.0.0cvs9.1
15670
15671         * src/crash.c
15672                 Sync with HEAD
15673
15674 2005-01-22 [colin]      1.0.0cvs8.1
15675
15676         * src/summaryview.c
15677         * src/gtk/quicksearch.c
15678                 Sync with HEAD
15679
15680 2005-01-21 [colin]      1.0.0cvs7.1
15681
15682         * src/summaryview.c
15683                 Sync with HEAD
15684
15685 2005-01-21 [colin]      1.0.0cvs6.1
15686
15687         * src/summaryview.c
15688                 Sync with HEAD
15689
15690 2005-01-21 [colin]      1.0.0cvs5.1
15691
15692         * src/gtk/quicksearch.c
15693         * src/prefs_common.c
15694         * src/prefs_common.h
15695                 Sync with HEAD (recurse option)
15696
15697 2005-01-21 [colin]      1.0.0cvs4.1
15698
15699         * src/folder.h
15700         * src/folderview.c
15701         * src/folderview.h
15702         * src/summaryview.c
15703         * src/gtk/quicksearch.c
15704         * src/gtk/quicksearch.h
15705                 Sync with HEAD (recursive quicksearch)
15706
15707 2005-01-20 [colin]      1.0.0cvs3.4
15708
15709         * src/ssl_manager.c
15710                 Remove useless code
15711
15712 2005-01-20 [colin]      1.0.0cvs3.3
15713
15714         * src/ssl_manager.c
15715                 Fix leak, thanks to Alfons.
15716
15717 2005-01-20 [colin]      1.0.0cvs3.2
15718
15719         * src/ssl_manager.c
15720                 Port SSL certificate window to GTK2.
15721
15722 2005-01-20 [paul]       1.0.0cvs3.1
15723
15724         * ChangeLog.claws
15725         * configure.ac
15726         * src/addrindex.c
15727         * src/addrindex.h
15728                 sync with HEAD
15729
15730 2005-01-19 [colin]      1.0.0cvs2.2
15731
15732         * src/plugins/trayicon/trayicon.c
15733                 Fix freeze with gtk-2.6, the easy way
15734                 (signal blocking helpless there...)
15735                 Closes bug #668.
15736
15737 2005-01-19 [colin]      1.0.0cvs2.1
15738
15739         * src/mbox.c
15740         * src/mbox.h
15741         * src/mainwindow.c
15742         * src/summaryview.c
15743         * src/summaryview.h
15744                 Sync with HEAD
15745
15746 2005-01-19 [paul]       1.0.0cvs1.1
15747
15748         * configure.ac
15749         * po/de.po
15750         * po/es.po
15751         * po/fr.po
15752         * po/hr.po
15753         * po/it.po
15754         * po/ja.po
15755         * po/ko.po
15756         * po/pt_BR.po
15757         * po/ru.po
15758         * po/sk.po
15759         * po/sr.po
15760                 sync with HEAD (update translations)
15761
15762 2005-01-18 [colin]      1.0.0cvs0.1
15763
15764         * src/foldersel.c
15765                 Specify search column - patch by Alfons
15766
15767 2005-01-18 [colin]      0.9.13cvs36.3
15768
15769         * src/prefs_toolbar.c
15770                 Change Delete to Remove
15771         * src/prefs_fonts.c
15772                 GTK2 version and leak fixes
15773         * src/prefs_actions.c
15774                 Add stock buttons.
15775                 All patches by Alfons
15776
15777 2005-01-17 [colin]      0.9.13cvs36.2
15778
15779         * src/compose.c
15780                 Fix DnD inserting twice. While at it,
15781                 add DnD support for text/plain in the
15782                 body, and add support in the headers.
15783
15784 2005-01-16 [colin]      0.9.13cvs36.1
15785
15786         * ChangeLog
15787         * ChangeLog.jp
15788         * ChangeLog.claws
15789                 Sync with HEAD (nothing applicable)
15790
15791 2005-01-16 [colin]      0.9.13cvs33.2
15792
15793         * src/prefs_toolbar.c
15794                 GTK2ize prefs_toolbar, by Alfons.
15795
15796 2005-01-14 [colin]      0.9.13cvs33.1
15797
15798         * src/html.c
15799         * src/msgcache.c
15800                 Sync with HEAD
15801
15802 2005-01-14 [colin]      0.9.13cvs32.1
15803
15804         * src/html.c
15805         * src/html.h
15806         * src/msgcache.c
15807         * AUTHORS
15808         * tools/calypso_convert.pl
15809                 Sync with HEAD
15810
15811 2005-01-08 [colin]      0.9.13cvs29.2
15812
15813         * src/prefs_filtering_action.c
15814         * src/prefs_filtering.c
15815                 2 more gtk2 patches by Alfons
15816
15817 2005-01-07 [paul]       0.9.13cvs29.1
15818
15819         * ChangeLog
15820         * ChangeLog.claws
15821         * ChangeLog.jp
15822         * configure.ac
15823         * src/pop.c
15824         * src/pop.h
15825                 sync with HEAD
15826
15827 2005-01-07 [colin]      0.9.13cvs28.3
15828
15829         * src/gtk/progressdialog.c
15830         * src/gtk/progressdialog.h
15831         * src/inc.c
15832         * src/send_message.c
15833                 GTK2 for the incorporation dialog. The CList isn't dead
15834                 yet, for a more smooth migration. Patch by Alfons.
15835
15836 2005-01-06 [colin]      0.9.13cvs28.2
15837
15838         * src/prefs_display_header.c
15839                 GTK2 conversion by Alfons
15840         * src/prefs_actions.c
15841         * src/prefs_matcher.c
15842                 Fix 2 leaks - patch by Alfons
15843
15844 2005-01-06 [colin]      0.9.13cvs28.1
15845
15846         * src/prefs_matcher.c
15847                 Sync with HEAD
15848
15849 2005-01-06 [colin]      0.9.13cvs27.4
15850
15851         * src/prefs_matcher.c
15852                 Fix double-free. Patch by Alfons
15853
15854 2005-01-06 [colin]      0.9.13cvs27.3
15855
15856         * src/prefs_matcher.c
15857                 GTK2 widgets + memleak
15858                 Patch by Alfons
15859
15860 2005-01-05 [colin]      0.9.13cvs27.2
15861
15862         * src/account.c
15863         * src/addr_compl.c
15864         * src/foldersel.c
15865         * src/stock_pixmap.c
15866         * src/stock_pixmap.h
15867                 3 more GTK2 patches by Alfons.
15868
15869 2005-01-04 [colin]      0.9.13cvs27.1
15870
15871         * src/folderview.c
15872         * src/imap_gtk.c
15873         * src/news_gtk.c
15874                 Sync with HEAD
15875
15876 2005-01-04 [colin]      0.9.13cvs25.9
15877
15878         * src/compose.c
15879                 Fix Show Ruler menuitem
15880         * src/prefs_template.c
15881                 Convert to GTK2
15882         * src/common/utils.c
15883                 Make auto pointer stuff handles NULLs
15884                 Patches by Alfons.
15885
15886 2005-01-04 [colin]      0.9.13cvs25.8
15887
15888         * src/compose.c
15889                 Move the attachment list to gtk2
15890                 Patch by Alfons.
15891
15892 2005-01-04 [colin]      0.9.13cvs25.7
15893
15894         * src/textview.c
15895                 Make some keys work again
15896                 Patch by SungHyun Nam <namsh@kldp.org>
15897
15898 2005-01-04 [colin]      0.9.13cvs25.6
15899
15900         * src/gtk/gtkshruler.c
15901                 Move the ruler to GTK2
15902                 Patch by Alfons
15903
15904 2005-01-03 [colin]      0.9.13cvs25.5
15905
15906         * src/compose.c
15907                 Fix my broken patch apply 
15908
15909 2005-01-03 [colin]      0.9.13cvs25.4
15910
15911         * src/common/utils.c
15912         * src/common/utils.h
15913         * src/gtk/prefswindow.c
15914                 Move auto pointer stuff to utils.c
15915                 Patch by Alfons again :)
15916
15917 2005-01-03 [colin]      0.9.13cvs25.3
15918
15919         * src/compose.c
15920         * src/prefs_gtk.c
15921         * src/prefs_template.c
15922         * src/textview.c
15923                 Empty text widgets with empty strings, not NULL char
15924                 Patch by SungHyun Nam <namsh@kldp_org>
15925
15926 2005-01-03 [colin]      0.9.13cvs25.2
15927
15928         * src/main.c
15929         * AUTHORS
15930                 Sync with HEAD
15931
15932 2005-01-03 [colin]      0.9.13cvs25.1
15933
15934         * src/pop.c
15935         * src/pop.h
15936                 Sync with HEAD
15937
15938 2005-01-03 [colin]      0.9.13cvs24.3
15939
15940         * src/account.c
15941                 Two patches from Alfons and Alex S Moore:
15942                 fix images, fix return value.
15943
15944 2005-01-01 [colin]      0.9.13cvs24.2
15945
15946         * src/prefs_actions.c
15947                 Fix over-zealous assertion. Patch by Alfons
15948
15949 2005-01-01 [colin]      0.9.13cvs24.1
15950
15951         * src/procmime.c
15952                 Sync with HEAD (leak fix)
15953
15954 2004-12-31 [colin]      0.9.13cvs23.2
15955
15956         * src/prefs_common.c
15957                 GTK2 widgets + stock buttons - patch by Alfons
15958
15959 2004-12-31 [paul]       0.9.13cvs23.1
15960
15961         * configure.ac
15962                 bump up EXTRA_VERSION to match (sync'ed) HEAD
15963         * src/gtk/pluginwindow.c
15964                 use GTK2 widgets and plug memory leaks,
15965                 patches by Alfons
15966
15967 2004-12-30 [colin]      0.9.13cvs22.4
15968
15969         * src/account.c
15970         * src/action.c
15971         * src/export.c
15972         * src/foldersel.c
15973         * src/import.c
15974         * src/message_search.c
15975         * src/prefs_actions.c
15976         * src/prefs_common.c
15977         * src/prefs_customheader.c
15978         * src/prefs_filtering.c
15979         * src/prefs_summary_column.c
15980         * src/summary_search.c
15981         * src/gtk/about.c
15982         * src/gtk/description_window.c
15983         * src/gtk/gtkutils.c
15984         * src/gtk/gtkutils.h
15985         * src/gtk/inputdialog.c
15986         * src/gtk/prefswindow.c
15987                 Use GTK2 stock buttons. Patches by Alfons.
15988
15989 2004-12-30 [colin]      0.9.13cvs22.3
15990
15991         * src/account.c
15992                 Sync with HEAD
15993         * src/prefs_actions.c
15994         * src/prefs_customheader.c
15995         * src/prefs_filtering.c
15996         * src/prefs_msg_colors.c
15997         * src/prefs_summary_column.c
15998         * src/gtk/prefswindow.c
15999                 Use GtkTreeView instead of deprecated 
16000                 widgets. Patches by Alfons.
16001
16002 2004-12-30 [paul]       0.9.13cvs22.2
16003
16004         * src/foldersel.c
16005                 use GTK 2 Tree View
16006                 patch by Alfons, with root folder sorting fix
16007                 by Stephan Sachse
16008
16009 2004-12-30 [paul]       0.9.13cvs22.1
16010
16011         * ChangeLog
16012         * ChangeLog.claws
16013         * ChangeLog.jp
16014         * NEWS
16015         * configure.ac
16016         * src/account.c
16017                 sync with HEAD
16018
16019 2004-12-22 [martin]     0.9.13cvs21.2
16020
16021         * src/action.c
16022                 free the command line after its use
16023
16024 2004-12-18 [paul]       0.9.13cvs21.1
16025
16026         * AUTHORS
16027         * ChangeLog
16028         * ChangeLog.claws
16029         * ChangeLog.jp
16030         * NEWS
16031         * configure.ac
16032         * src/action.c
16033         * src/compose.c
16034         * src/syldap.c
16035                 sync with HEAD
16036
16037 2004-12-17 [martin]     0.9.13cvs17.2
16038
16039         * src/action.c
16040                 convert actions input to locale
16041         * src/inc.c
16042                 convert notification command to locale
16043         * src/plugins/pgpmime/select-keys.c
16044                 convert attributes to utf8
16045
16046 2004-12-14 [colin]      0.9.13cvs17.1
16047
16048         * ChangeLog
16049         * ChangeLog.jp
16050         * ChangeLog.claws
16051         * src/action.c
16052         * src/common/utils.c
16053         * src/gtk/prefswindow.c
16054         * src/gtk/gtkutils.c
16055         * src/gtk/gtkutils.h
16056         * src/plugins/spamassassin/libspamc.c
16057                 Sync with HEAD
16058
16059 2004-12-13 [colin]      0.9.13cvs14.1
16060
16061         * src/quote_fmt_parse.y
16062                 Sync with HEAD
16063
16064 2004-12-10 [colin]      0.9.13cvs12.1
16065
16066         * src/prefs_themes.c
16067         * src/mainwindow.c
16068         * src/messageview.c
16069                 Sync with HEAD
16070
16071 2004-12-09 [colin]      0.9.13cvs10.1
16072
16073         * src/procmime.c
16074                 Sync with HEAD (fix B64 encoding from memory)
16075
16076 2004-12-08 [colin]      0.9.13cvs9.1
16077
16078         * src/gtk/colorlabel.c
16079                 Sync with HEAD
16080
16081 2004-12-08 [paul]       0.9.13cvs8.2
16082
16083         * src/gtk/pluginwindow.c
16084                 fix window resizing oddities
16085
16086 2004-12-08 [colin]      0.9.13cvs8.1
16087
16088         * src/quote_fmt_parse.y
16089                 Sync with HEAD
16090
16091 2004-12-08 [colin]      0.9.13cvs7.1
16092
16093         * src/matcher_parser_parse.y
16094         * src/msgcache.c
16095         * src/prefs_matcher.c
16096         * src/procheader.c
16097         * src/matcher.c
16098         * src/common/defs.h
16099         * po/sr.po
16100                 Sync with HEAD
16101
16102 2004-12-08 [colin]      0.9.13cvs6.1
16103
16104         * src/quote_fmt_parse.y
16105         * src/textview.c
16106                 Sync with HEAD
16107         * src/gtk/prefswindow.c
16108         * src/gtk/pluginwindow.c
16109                 Fix G_CALLBACKS protos (thanks to Alfons)
16110
16111 2004-12-07 [torte]      0.9.13cvs2.2
16112
16113         * src/procmime.c
16114                 [Bug 650] reply button causes crash
16115                 Thanks to David Relson and Christoph
16116
16117 2004-12-07 [colin]      0.9.13cvs2.1
16118
16119         * ChangeLog.claws
16120         * AUTHORS
16121         * po/sk.po
16122         * src/procmime.c
16123         * src/prefs_account.c
16124         * src/common/smtp.c
16125         * src/common/smtp.h
16126                 Sync with HEAD
16127
16128 2004-12-06 [colin]      0.9.12cvs187.1
16129
16130         * ChangeLog.claws
16131         * INSTALL
16132         * Makefile.am
16133         * README.claws
16134         * TODO.claws
16135         * configure.ac
16136         * po/bg.po
16137         * po/cs.po
16138         * po/el.po
16139         * po/en_GB.po
16140         * po/es.po
16141         * po/fr.po
16142         * po/hr.po
16143         * po/hu.po
16144         * po/it.po
16145         * po/ja.po
16146         * po/ko.po
16147         * po/nl.po
16148         * po/pl.po
16149         * po/pt_BR.po
16150         * po/ru.po
16151         * po/sk.po
16152         * po/sr.po
16153         * po/sv.po
16154         * po/zh_CN.po
16155         * po/zh_TW.Big5.po
16156         * src/compose.c
16157         * tools/Makefile.am
16158         * tools/README
16159         * tools/filter_conv.pl
16160         * tools/kdeservicemenu/README
16161         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16162         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16163                 Sync with HEAD
16164
16165 2004-12-04 [colin]      0.9.12cvs183.1
16166
16167         * src/compose.c
16168                 Sync with HEAD (compose window position saving)
16169
16170 2004-12-04 [paul]       0.9.12cvs182.3
16171
16172         * src/messageview.c
16173         * src/mimeview.c
16174         * src/prefs_customheader.c
16175         * src/gtk/quicksearch.c
16176                 replace some forgotten GTK_SIGNAL_FUNCs
16177
16178 2004-12-04 [paul]       0.9.12cvs182.2
16179
16180         * src/Makefile.am
16181                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
16182                 committed in error      
16183
16184 2004-12-04 [paul]       0.9.12cvs182.1
16185
16186         * ChangeLog
16187         * ChangeLog.claws
16188         * ChangeLog.jp
16189         * INSTALL
16190         * NEWS
16191         * README
16192         * README.jp
16193         * configure.ac
16194         * doc/manual/ja/Makefile.am
16195         * doc/manual/ja/sylpheed-1.html
16196         * doc/manual/ja/sylpheed-10.html
16197         * doc/manual/ja/sylpheed-11.html
16198         * doc/manual/ja/sylpheed-12.html
16199         * doc/manual/ja/sylpheed-13.html
16200         * doc/manual/ja/sylpheed-14.html
16201         * doc/manual/ja/sylpheed-15.html
16202         * doc/manual/ja/sylpheed-16.html
16203         * doc/manual/ja/sylpheed-17.html
16204         * doc/manual/ja/sylpheed-18.html
16205         * doc/manual/ja/sylpheed-19.html
16206         * doc/manual/ja/sylpheed-2.html
16207         * doc/manual/ja/sylpheed-20.html
16208         * doc/manual/ja/sylpheed-3.html
16209         * doc/manual/ja/sylpheed-4.html
16210         * doc/manual/ja/sylpheed-5.html
16211         * doc/manual/ja/sylpheed-6.html
16212         * doc/manual/ja/sylpheed-7.html
16213         * doc/manual/ja/sylpheed-8.html
16214         * doc/manual/ja/sylpheed-9.html
16215         * doc/manual/ja/sylpheed.html
16216         * doc/manual/ja/sylpheed.sgml
16217         * po/de.po
16218         * src/Makefile.am
16219         * src/compose.c
16220         * src/procmime.c
16221         * src/pixmaps/regular.xpm **REMOVED**
16222         * src/plugins/pgpmime/pgpmime.c
16223         * src/plugins/pgpmime/plugin.c
16224         * src/plugins/pgpmime/prefs_gpg.c
16225                 sync with HEAD
16226
16227 2004-12-03 [paul]       0.9.12cvs180.1
16228
16229         * ChangeLog
16230         * ChangeLog.claws
16231         * ChangeLog.jp
16232         * configure.ac
16233         * src/Makefile.am
16234         * src/pop.c
16235         * src/common/utils.c
16236         * src/common/utils.h
16237         * src/pixmaps/continue.xpm
16238         * src/pixmaps/dir_close.xpm
16239         * src/pixmaps/dir_open.xpm
16240         * src/pixmaps/drafts_close.xpm
16241         * src/pixmaps/drafts_open.xpm
16242         * src/pixmaps/folder.xpm **REMOVED**
16243         * src/pixmaps/group.xpm
16244         * src/pixmaps/unread.xpm
16245                 sync with HEAD
16246
16247 2004-12-02 [colin]      0.9.12cvs179.1
16248
16249         * src/compose.c
16250                 Sync with HEAD (non-duplicated reedition)
16251
16252 2004-12-02 [colin]      0.9.12cvs178.1
16253
16254         * src/compose.c
16255                 Sync with HEAD (linewrap_quote fix)
16256
16257 2004-12-01 [colin]      0.9.12cvs177.3
16258
16259         * src/addrharvest.c
16260                 Replace sizeof with strlen
16261
16262 2004-12-01 [paul]       0.9.12cvs177.2
16263
16264         * src/addrharvest.c
16265                 fix 'harvest addresses'
16266
16267 2004-11-30 [colin]      0.9.12cvs177.1
16268
16269         * src/gtk/prefswindow.c
16270         * src/gtk/pluginwindow.c
16271                 Sync with HEAD
16272
16273 2004-11-29 [colin]      0.9.12cvs176.1
16274
16275         * src/folderview.c
16276                 sync with HEAD (Fix disappearing separators in folderview's popup)
16277
16278 2004-11-29 [colin]      0.9.12cvs175.1
16279
16280         * src/procmime.c
16281                 Sync with head (another format fix)
16282
16283 2004-11-29 [colin]      0.9.12cvs174.1
16284
16285         * src/pop.c
16286                 Sync with HEAD (format string fix)
16287
16288 2004-11-26 [colin]      0.9.12cvs173.1
16289
16290         * src/common/smtp.c
16291         * src/common/smtp.h
16292                 Sync with HEAD
16293
16294 2004-11-24 [colin]      0.9.12cvs172.1
16295
16296         * src/plugins/pgpmime/pgpmime.c
16297                 Sync with HEAD
16298
16299 2004-11-24 [colin]      0.9.12cvs171.1
16300
16301         * src/plugins/pgpmime/pgpmime.c
16302                 Sync with head (gpgmectx leaks)
16303
16304 2004-11-24 [colin]      0.9.12cvs169.1
16305
16306         * src/plugins/pgpmime/plugin.c
16307         * src/plugins/trayicon/Makefile.am
16308         * src/plugins/trayicon/newmarkedmail.xpm
16309         * src/plugins/trayicon/trayicon.c
16310         * src/plugins/trayicon/unreadmarkedmail.xpm
16311                 Sync with HEAD
16312
16313 2004-11-23 [colin]      0.9.12cvs168.1
16314
16315         * src/partial_download.c
16316         * src/partial_download.h
16317         * src/plugins/pgpmime/plugin.c
16318                 Sync with HEAD
16319
16320 2004-11-23 [colin]      0.9.12cvs166.1
16321
16322         * src/Makefile.am
16323         * src/codeconv.c
16324         * src/compose.c
16325         * src/folderview.c
16326         * src/main.c
16327         * src/partial_download.c
16328         * src/partial_download.h
16329         * src/prefs_account.c
16330         * src/prefs_account.h
16331         * src/privacy.c
16332         * src/privacy.h
16333         * src/procmime.c
16334         * src/common/Makefile.am
16335         * src/common/base64.h
16336         * src/common/partial_download.c
16337         * src/common/partial_download.h
16338         * src/gtk/prefswindow.c
16339         * src/gtk/prefswindow.h
16340         * src/plugins/pgpmime/pgpmime.c
16341         * src/plugins/pgpmime/prefs_gpg.c
16342         * src/plugins/pgpmime/prefs_gpg.h
16343         * src/plugins/pgpmime/sgpgme.c
16344         * src/plugins/pgpmime/sgpgme.h
16345                 Sync with HEAD
16346
16347 2004-11-23 [colin]      0.9.12cvs163.1
16348
16349         * src/main.c
16350                 Sync with HEAD (cursor optimization)
16351
16352 2004-11-23 [colin]      0.9.12cvs162.1
16353
16354         * src/prefs_common.c
16355         * src/prefs_themes.c
16356         * src/procmsg.c
16357                 Sync with HEAD
16358
16359 2004-11-23 [colin]      0.9.12cvs158.9
16360
16361         * src/compose.c
16362                 Fix double-free when forwarding
16363         * src/msgcache.c
16364                 Fix leak on error path
16365                 
16366
16367 2004-11-23 [colin]      0.9.12cvs158.8
16368
16369         * src/compose.c
16370                 Fix possible double-free
16371                 Spotted by Alfons
16372
16373 2004-11-23 [colin]      0.9.12cvs158.7
16374
16375         * src/compose.c
16376                 Fix some signal handlers' prototypes
16377                 Spotted by Alfons
16378
16379 2004-11-22 [colin]      0.9.12cvs158.6
16380
16381         * src/compose.c
16382                 Remove unneeded code and duplicated
16383                 wrapping - patch by Alfons
16384
16385 2004-11-22 [colin]      0.9.12cvs158.5
16386
16387         * src/prefs_themes.c
16388                 Fix oversized selector
16389
16390 2004-11-22 [colin]      0.9.12cvs158.4
16391
16392         * src/compose.c
16393                 fix dump_text()
16394                 patch by Alfons
16395
16396 2004-11-19 [colin]      0.9.12cvs158.3
16397
16398         * src/textview.c
16399                 Add a context menu on links (open, copy)
16400
16401 2004-11-18 [paul]       0.9.12cvs158.2
16402
16403         * src/addrgather.c
16404         * src/exphtmldlg.c
16405         * src/expldifdlg.c
16406         * src/mimeview.c
16407         * src/prefs_common.c
16408         * src/plugins/image_viewer/viewer.c
16409         * src/plugins/spamassassin/spamassassin_gtk.c
16410                 replace deprecated gtk_notebook_set_page
16411                 and gtk_notebook_current_page
16412
16413 2004-11-18 [paul]       0.9.12cvs158.1
16414
16415         * configure.ac
16416         * src/compose.c
16417         * src/mainwindow.c
16418         * src/messageview.c
16419         * src/prefs_common.c
16420         * src/common/utils.c
16421         * src/common/utils.h
16422                 sync with HEAD
16423
16424 2004-11-17 [colin]      0.9.12cvs156.1
16425
16426         * src/prefs_account.c
16427         * src/prefs_account.h
16428         * src/procmsg.c
16429                 Sync with HEAD (add pref to store encrypted mails encrypted)
16430
16431 2004-11-17 [paul]       0.9.12cvs155.1
16432
16433         * ChangeLog
16434         * ChangeLog.claws
16435         * ChangeLog.jp
16436         * NEWS
16437         * configure.ac
16438         * src/compose.c
16439         * src/jpilot.c
16440         * src/privacy.c
16441         * src/procmime.c
16442         * src/procmime.h
16443         * src/procmsg.c
16444         * src/toolbar.c
16445         * src/pixmaps/error.xpm
16446                 sync with HEAD
16447
16448 2004-11-17 [colin]      0.9.12cvs151.1
16449
16450         * src/plugins/pgpmime/pgpmime.c
16451                 Sync with HEAD (remove debug printf)
16452
16453 2004-11-17 [colin]      0.9.12cvs150.1
16454
16455         * src/plugins/pgpmime/pgpmime.c
16456                 Sync with HEAD (off-by-one fix)
16457
16458 2004-11-17 [colin]      0.9.12cvs149.1
16459
16460         * src/procmsg.c
16461                 Sync with HEAD (coding style fixes)
16462
16463 2004-11-16 [colin]      0.9.12cvs148.1
16464
16465         * src/procmsg.c
16466                 Sync with head (Fix the fix)
16467
16468 2004-11-16 [colin]      0.9.12cvs147.1
16469
16470         * src/procmsg.c
16471                 Sync with Main (leak fix)
16472
16473 2004-11-16 [colin]      0.9.12cvs146.14
16474
16475         * src/compose.c
16476                 Remove useless chunk of code
16477                 Patch by Alfons
16478
16479 2004-11-15 [colin]      0.9.12cvs146.13
16480
16481         * src/compose.c
16482                 Fix drafting after insertion
16483                 Patch by Alfons
16484
16485 2004-11-15 [colin]      0.9.12cvs146.12
16486
16487         * src/compose.c
16488         * src/prefs_filtering.c
16489         * src/prefs_filtering_action.c
16490         * src/prefs_toolbar.c
16491                 Fix some const-correctness
16492
16493 2004-11-15 [colin]      0.9.12cvs146.11
16494
16495         * src/summaryview.c
16496         * src/prefs_themes.c
16497         * src/messageview.c
16498                 Fix some leaks
16499
16500 2004-11-15 [colin]      0.9.12cvs146.10
16501
16502         * src/codeconv.c
16503                 More unreadable locale fixes
16504
16505 2004-11-14 [colin]      0.9.12cvs146.9
16506
16507         * src/textview.c
16508                 Fix uri_security_check
16509                 Patch by Alfons
16510
16511 2004-11-13 [paul]       0.9.12cvs146.8
16512
16513         * src/folder.c
16514         * src/procmime.c
16515                 fix 2 bugs introduced in last commit
16516
16517 2004-11-13 [paul]       0.9.12cvs146.7
16518
16519         * src/compose.c
16520         * src/exporthtml.c
16521         * src/exportldif.c
16522         * src/folder.c
16523         * src/imap.c
16524         * src/imap_gtk.c
16525         * src/main.c
16526         * src/mainwindow.c
16527         * src/messageview.c
16528         * src/mh_gtk.c
16529         * src/prefs_themes.c
16530         * src/procmime.c
16531         * src/setup.c
16532         * src/summaryview.c
16533                 replace deprecated g_basename
16534
16535 2004-11-13 [paul]       0.9.12cvs146.6
16536
16537         * src/compose.c
16538         * src/imap.c
16539         * src/matcher_parser.h
16540         * src/matcher_parser_parse.y
16541         * src/prefs_filtering.c
16542         * src/prefs_filtering_action.c
16543         * src/prefs_themes.c
16544         * src/prefs_toolbar.c
16545         * src/common/utils.c
16546                 various small fixes/cleanups
16547
16548 2004-11-12 [colin]      0.9.12cvs146.5
16549
16550         * src/textview.c
16551                 Validate event's origin on visibility notify
16552                 Patch by Alfons.
16553
16554 2004-11-12 [paul]       0.9.12cvs146.4
16555
16556         * src/exporthtml.c
16557         * src/exportldif.c
16558         * src/imap.c
16559         * src/mh.c
16560         * src/mimeview.c
16561         * src/prefs_spelling.c
16562         * src/prefs_themes.c
16563                 replace deprecated g_dirname    
16564
16565 2004-11-12 [colin]      0.9.12cvs146.3
16566
16567         * src/textview.c
16568                 Some coding style fixes
16569
16570 2004-11-12 [colin]      0.9.12cvs146.2
16571
16572         * src/codeconv.c
16573                 We want to replace _all_ extended chars in
16574                 conv_unreadable_*, because any string containing
16575                 extended chars not parsing as UTF8 is 
16576                 undisplayed on gtk2.
16577
16578 2004-11-12 [paul]       0.9.12cvs146.1
16579
16580         * ChangeLog
16581         * ChangeLog.claws
16582         * ChangeLog.jp
16583         * NEWS
16584         * configure.ac
16585         * src/account.c
16586         * src/folderview.c
16587         * src/folderview.h
16588         * src/imap.c
16589         * src/imap_gtk.c
16590         * src/inc.c
16591         * src/mainwindow.c
16592         * src/mh_gtk.c
16593         * src/news_gtk.c
16594         * src/pop.c
16595         * src/prefs_account.c
16596         * src/prefs_account.h
16597         * src/prefs_ext_prog.c
16598         * src/procmime.c
16599         * src/procmime.h
16600         * src/procmsg.c
16601         * src/procmsg.h
16602         * src/summary_search.c
16603         * src/summaryview.c
16604         * src/textview.c
16605         * src/common/defs.h
16606         * src/common/utils.c
16607         * src/common/utils.h
16608         * src/gtk/menu.c
16609         * src/gtk/menu.h
16610                 sync with HEAD
16611
16612 2004-11-11 [colin]      0.9.12cvs144.2
16613
16614         * src/textview.c
16615                 Fix URI range selection (patch by Alfons)
16616
16617 2004-11-09 [colin]      0.9.12cvs144.1
16618
16619         * ChangeLog.claws
16620         * src/compose.c
16621         * src/folder.c
16622         * src/folder_item_prefs.c
16623         * src/prefs_account.c
16624         * src/prefs_account.h
16625         * src/plugins/pgpmime/pgpmime.c
16626                 Sync with HEAD
16627
16628 2004-11-08 [colin]      0.9.12cvs143.1
16629
16630         * src/summaryview.c
16631                 Sync with HEAD (optimize quicksearch)
16632
16633 2004-11-08 [colin]      0.9.12cvs142.2
16634
16635         * src/compose.c
16636                 Don't wrap when Edit/Auto wrapping is disabled
16637
16638 2004-11-08 [colin]      0.9.12cvs142.1
16639
16640         * src/textview.c
16641                 Sync with HEAD
16642
16643 2004-11-08 [colin]      0.9.12cvs141.1
16644
16645         * src/textview.c
16646                 Sync with HEAD (fix some mail URIs)
16647
16648 2004-11-08 [colin]      0.9.12cvs140.3
16649
16650         * src/textview.c
16651                 o Use text cursor instead of arrow when
16652                   not on a link
16653                 o Fix handling of contiguous links (as in
16654                   "colin@colino.net" <colin@colino.net>)
16655                   This one unveils a bug in get_email_part()
16656
16657 2004-11-07 [colin]      0.9.12cvs140.2
16658
16659         * src/textview.c
16660                 Fix memleak. Patch by Alfons.
16661
16662 2004-11-06 [colin]      0.9.12cvs140.1
16663
16664         * src/compose.c
16665                 Sync with HEAD (don't ask passphrase
16666                 when drafting)
16667
16668 2004-11-06 [paul]       0.9.12cvs139.2
16669
16670         * AUTHORS
16671         * src/textview.c
16672         * src/textview.h
16673                 textview URI handling. hovering over a 
16674                 link displays it in the status bar,
16675                 and changes the mouse pointer to a hand 
16676                 cursor. a link is activated with a single 
16677                 click. (Modified from the) patch by Jean-Yves 
16678                 Lefort <jylefort@users.sourceforge.net>
16679                 
16680
16681 2004-11-05 [colin]      0.9.12cvs139.1
16682
16683         * src/compose.c
16684         * src/procmime.c
16685                 Sync with HEAD again ^^
16686
16687 2004-11-05 [colin]      0.9.12cvs139.1
16688
16689         * src/compose.c
16690         * src/procmime.c
16691                 Sync with HEAD
16692
16693 2004-11-03 [paul]       0.9.12cvs138.1
16694
16695         * ChangeLog.claws
16696         * configure.ac
16697         * po/POTFILES.in
16698         * src/prefs_ext_prog.c
16699         * src/procmime.c
16700         * tools/kdeservicemenu/README
16701         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16702         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16703                 sync with HEAD
16704
16705 2004-11-01 [christoph]  0.9.12cvs136.2
16706
16707         * src/procmime.c
16708                 convert MIME parameters to UTF-8
16709
16710 2004-10-29 [colin]      0.9.12cvs136.1
16711
16712         * src/common/utils.c
16713                 Sync with HEAD (don't use '=' in mime boundary)
16714
16715 2004-10-29 [paul]       0.9.12cvs135.1
16716
16717         * configure.ac
16718         * doc/src/rfc2231.txt
16719         * src/procmime.c
16720         * src/common/quoted-printable.c
16721         * src/common/utils.c
16722         * src/common/utils.h
16723                 sync with HEAD
16724
16725 2004-10-27 [paul]       0.9.12cvs134.1
16726
16727         * configure.ac
16728         * src/main.c
16729         * src/procmime.c
16730         * src/plugins/pgpmime/pgpmime.c
16731                 sync with HEAD
16732
16733 2004-10-26 [paul]       0.9.12cvs132.3
16734
16735         * src/account.c
16736         * src/addressbook.c
16737         * src/addrgather.c
16738         * src/addrharvest.c
16739         * src/codeconv.c
16740         * src/compose.c
16741         * src/customheader.c
16742         * src/editaddress.c
16743         * src/editgroup.c
16744         * src/enriched.c
16745         * src/expldifdlg.c
16746         * src/exporthtml.c
16747         * src/exportldif.c
16748         * src/folder.c
16749         * src/foldersel.c
16750         * src/folderview.c
16751         * src/grouplistdialog.c
16752         * src/html.c
16753         * src/imap.c
16754         * src/jpilot.c
16755         * src/ldapserver.c
16756         * src/ldif.c
16757         * src/mimeview.c
16758         * src/news.c
16759         * src/news_gtk.c
16760         * src/pop.c
16761         * src/prefs_display_header.c
16762         * src/prefs_gtk.c
16763         * src/prefs_msg_colors.c
16764         * src/prefs_toolbar.c
16765         * src/procheader.c
16766         * src/procmime.c
16767         * src/summaryview.c
16768         * src/textview.c
16769         * src/toolbar.c
16770         * src/vcard.c
16771         * src/common/mgutils.c
16772         * src/common/nntp.c
16773         * src/common/smtp.c
16774         * src/common/template.c
16775         * src/common/utils.c
16776         * src/common/xmlprops.c
16777         * src/plugins/pgpmime/pgpmime.c
16778         * src/plugins/pgpmime/select-keys.c
16779         * src/plugins/pgpmime/sgpgme.c
16780                 replace deprecated g_strcasecmp(), g_strncasecmp(),
16781                 g_string_sprintfa(), gtk_notebook_current_page()
16782
16783 2004-10-26 [colin]      0.9.12cvs132.2
16784
16785         * src/prefs_folder_item.c
16786                 Fix default-account selection
16787
16788 2004-10-21 [colin]      0.9.12cvs133
16789
16790         * src/compose.c
16791                 Sync with HEAD (Remove extra separator in compose's Options)
16792         * src/textview.c
16793                 Set wrapping to char
16794
16795 2004-10-21 [paul]       0.9.12cvs131.2
16796
16797         * src/compose.c
16798         * src/sourcewindow.c
16799                 fix wrapping
16800                 fix window shrinking 
16801
16802 2004-10-21 [colin]      0.9.12cvs131.1
16803
16804         * ChangeLog.claws
16805         * src/compose.c
16806                 Sync with HEAD
16807
16808 2004-10-21 [paul]       0.9.12cvs130.2
16809
16810         * src/prefs_folder_item.c
16811                 sync with HEAD (Apply to subfolders)
16812
16813 2004-10-19 [colin]      0.9.12cvs130.1
16814
16815         * ChangeLog.claws
16816         * src/compose.c
16817         * src/common/utils.c
16818         * src/gtk/menu.c
16819                 Sync with HEAD
16820
16821 2004-10-19 [colin]      0.9.12cvs128.1
16822
16823         * src/addrbook.c
16824         * src/addrcache.c
16825         * src/addressbook.c
16826         * src/codeconv.c
16827         * src/compose.c
16828         * src/customheader.c
16829         * src/editaddress.c
16830         * src/editgroup.c
16831         * src/exporthtml.c
16832         * src/folder.c
16833         * src/folderview.c
16834         * src/imap.c
16835         * src/jpilot.c
16836         * src/main.c
16837         * src/matcher_parser_parse.y
16838         * src/mbox.c
16839         * src/pop.c
16840         * src/prefs_account.c
16841         * src/prefs_gtk.c
16842         * src/prefs_msg_colors.c
16843         * src/procheader.c
16844         * src/procmime.c
16845         * src/procmime.h
16846         * src/procmsg.c
16847         * src/summaryview.c
16848         * src/textview.c
16849         * src/common/base64.c
16850         * src/common/partial_download.c
16851         * src/common/socket.c
16852         * src/common/sylpheed.c
16853         * src/common/utils.c
16854         * src/common/utils.h
16855         * src/gtk/pluginwindow.c
16856         * src/gtk/quicksearch.c
16857         * src/plugins/clamav/clamav_plugin.c
16858         * src/plugins/clamav/clamav_plugin.h
16859         * src/plugins/clamav/clamav_plugin_gtk.c
16860         * src/plugins/pgpmime/passphrase.c
16861         * src/plugins/pgpmime/pgpmime.c
16862         * src/plugins/pgpmime/plugin.c
16863         * src/plugins/pgpmime/prefs_gpg.c
16864         * src/plugins/pgpmime/prefs_gpg.h
16865         * src/plugins/pgpmime/select-keys.c
16866         * src/plugins/pgpmime/sgpgme.c
16867         * src/plugins/spamassassin/libspamc.c
16868         * src/plugins/spamassassin/spamassassin.c
16869         * src/plugins/spamassassin/spamassassin.h
16870         * src/plugins/spamassassin/spamassassin_gtk.c
16871         * src/plugins/trayicon/trayicon.c
16872         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
16873                 Sync with HEAD
16874
16875 2004-10-14 [colin]      0.9.12cvs126.2
16876
16877         * src/codeconv.c
16878         * src/textview.c
16879                 Fix conv_unreadable_locale
16880
16881 2004-10-13 [colin]      0.9.12cvs126.1
16882
16883         * src/compose.c
16884                 Sync with HEAD (don't convert charset for 
16885                 drafted messages, minor cleanup)
16886
16887 2004-10-13 [colin]      0.9.12cvs125.1
16888
16889         * po/POTFILES.in
16890                 Sync with HEAD (POTFILES fix)
16891
16892 2004-10-12 [colin]      0.9.12cvs124.3
16893
16894         * src/compose.c
16895                 Fix encoding bug from latest sync
16896
16897 2004-10-12 [paul]       0.9.12cvs124.2
16898
16899         * src/plugins/pgpmime/prefs_gpg.c
16900         * src/plugins/pgpmime/prefs_gpg.h
16901                 forgotten in last commit        
16902
16903 2004-10-12 [paul]       0.9.12cvs124.1
16904
16905         * ChangeLog.claws
16906         * configure.ac
16907         * m4/spamassassin.m4
16908         * src/Makefile.am
16909         * src/account.c
16910         * src/compose.c
16911         * src/compose.h
16912         * src/crash.c
16913         * src/main.c
16914         * src/mimeview.c
16915         * src/passphrase.c
16916         * src/passphrase.h
16917         * src/prefs_account.c
16918         * src/prefs_account.h
16919         * src/prefs_common.c
16920         * src/privacy.c
16921         * src/privacy.h
16922         * src/procmime.c
16923         * src/procmime.h
16924         * src/procmsg.c
16925         * src/rfc2015.c
16926         * src/rfc2015.h
16927         * src/select-keys.c
16928         * src/select-keys.h
16929         * src/textview.c
16930         * src/common/utils.c
16931         * src/common/utils.h
16932         * src/gtk/about.c
16933         * src/plugins/pgpmime/Makefile.am
16934         * src/plugins/pgpmime/passphrase.c
16935         * src/plugins/pgpmime/passphrase.h
16936         * src/plugins/pgpmime/pgpmime.c
16937         * src/plugins/pgpmime/plugin.c
16938         * src/plugins/pgpmime/select-keys.c
16939         * src/plugins/pgpmime/select-keys.h
16940         * src/plugins/pgpmime/sgpgme.c
16941         * src/plugins/pgpmime/sgpgme.h
16942                 sync with HEAD
16943
16944 2004-10-04 [colin]      0.9.12cvs122.1
16945
16946         * src/mainwindow.c
16947         * src/messageview.c
16948         * src/messageview.h
16949         * src/textview.c
16950                 Sync with HEAD
16951
16952 2004-10-04 [colin]      0.9.12cvs121.1
16953
16954         * src/summaryview.c
16955                 Sync with HEAD
16956
16957 2004-10-04 [paul]       0.9.12cvs120.1
16958
16959         * configure.ac
16960                 sync with HEAD [don't try to build 
16961                 pgpmime plugin when gpgme is disabled]
16962
16963 2004-10-03 [colin]      0.9.12cvs119.3
16964
16965         * src/gtk/gtksctree.c
16966                 Lots of side effects. Put back as before 117.2.
16967         * src/summaryview.c
16968                 Fix bug #602
16969
16970 2004-10-03 [colin]      0.9.12cvs119.2
16971
16972         * src/gtk/gtksctree.c
16973                 Revert 608 fix that doesn't work that good
16974
16975 2004-10-02 [colin]      0.9.12cvs119.1
16976
16977         * src/mainwindow.c
16978         * src/messageview.c
16979         * src/prefs_common.h
16980         * src/procmime.c
16981         * src/procmime.h
16982         * src/textview.c
16983                 Sync with HEAD
16984         * src/gtk/gtksctree.c
16985                 Close bug #608
16986
16987 2004-10-01 [colin]      0.9.12cvs118.1
16988
16989         * src/mimeview.c
16990                 Sync with HEAD (better Save All fix)
16991
16992 2004-10-01 [colin]      0.9.12cvs117.2
16993
16994         * src/gtk/gtksctree.c
16995                 Faster on selection
16996
16997 2004-10-01 [colin]      0.9.12cvs117.1
16998
16999         * src/mimeview.c
17000                 Sync with HEAD (Save All: only attachments)
17001
17002 2004-10-01 [paul]       0.9.12cvs116.1
17003
17004         * ChangeLog.claws
17005         * configure.ac
17006         * src/account.c
17007         * src/prefs_common.c
17008         * src/gtk/colorlabel.c
17009                 sync with HEAD
17010
17011 2004-09-30 [colin]      0.9.12cvs115.1
17012
17013         * src/stock_pixmap.c
17014         * src/stock_pixmap.h
17015         * src/folderview.c
17016         * src/Makefile.am
17017         * src/pixmaps/read.xpm
17018                 Sync with HEAD (new pixmap)
17019
17020 2004-09-29 [colin]      0.9.12cvs114.1
17021
17022         * src/compose.c
17023                 Sync with HEAD
17024                 Fix focus handling in headers
17025
17026 2004-09-29 [paul]       0.9.12cvs113.1
17027
17028         * src/quote_fmt_parse.y
17029                 sync with HEAD
17030  
17031
17032 2004-09-28 [colin]      0.9.12cvs112.1
17033
17034         * src/folderview.c
17035         * src/mainwindow.c
17036                 Sync with HEAD
17037
17038 2004-09-28 [colin]      0.9.12cvs110.1
17039
17040         * src/folderview.c
17041                 Sync with HEAD (Contextual Empty trash menu)
17042
17043 2004-09-28 [colin]      0.9.12cvs108.1
17044
17045         * src/addressbook.c
17046                 Sync with HEAD (addressbook edit on double-click)
17047
17048 2004-09-28 [colin]      0.9.12cvs106.1
17049
17050         * src/inc.c
17051                 Sync with HEAD (folder_item freeze on inc)
17052
17053 2004-09-27 [colin]      0.9.12cvs105.1
17054
17055         * src/folderview.c
17056                 Sync with HEAD (right-align new and unread column)
17057
17058 2004-09-27 [colin]      0.9.12cvs104.1
17059
17060         * src/main.c
17061                 Sync with HEAD (revert 0.9.12cvs101)
17062
17063 2004-09-24 [colin]      0.9.12cvs103.2
17064
17065         * src/wizard.c
17066                 Fix gtk warnings and use domain part of the email address 
17067                 when domain detection fails (no dot in domain name)
17068
17069 2004-09-23 [colin]      0.9.12cvs103.1
17070
17071         * src/plugins/spamassassin/libspamc.c
17072         * src/plugins/spamassassin/libspamc.h
17073         * src/plugins/spamassassin/utils.c
17074         * src/plugins/spamassassin/utils.h
17075                 Sync with HEAD (Update spamassassin to 3.0)
17076
17077 2004-09-21 [colin]      0.9.12cvs102.3
17078
17079         * src/action.c
17080                 Add horizontal scrollbar in action io dialog as needed
17081                 Patch by Alfons.
17082
17083 2004-09-20 [colin]      0.9.12cvs102.2
17084
17085         * src/plugins/image_viewer/viewer.c
17086                 Remove imlib stuff
17087                 use gtk_pixmap_set when clearing
17088                 (would be better to use gtkImages, but causes size-allocate 
17089                 signals storm)
17090
17091 2004-09-17 [paul]       0.9.12cvs102.1
17092
17093         * ChangeLog
17094         * ChangeLog.claws
17095         * ChangeLog.jp
17096         * configure.ac
17097         * src/inc.c
17098                 sync with HEAD
17099
17100
17101 2004-09-17 [colin]      0.9.12cvs101.1
17102
17103         * ChangeLog.claws
17104         * src/main.c
17105                 Sync with HEAD (fix segs at exit)
17106
17107 2004-09-14 [colin]      0.9.12cvs99.5
17108
17109         * src/common/socket.c
17110         * AUTHORS
17111                 Fix send error on 64bit platforms
17112                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
17113
17114 2004-09-14 [colin]      0.9.12cvs99.4
17115
17116         * src/action.c
17117                 Fix action output with utf8 
17118                 Patch by Alfons.
17119
17120 2004-09-14 [colin]      0.9.12cvs99.3
17121
17122         * ChangeLog.claws
17123         * src/folder.c
17124                 Sync with HEAD
17125
17126 2004-09-09 [colin]      0.9.12cvs99.2
17127
17128         * src/action.c
17129                 Fix progress bar (displaying "Completed %v/%u")
17130                 Patch by Alfons.
17131
17132 2004-09-08 [colin]      0.9.12cvs99.1
17133
17134         * src/account.c
17135         * src/folder.c
17136         * src/procmsg.c
17137         * src/procmsg.h
17138         * src/plugins/pgpmime/pgpmime.c
17139                 Sync with HEAD
17140
17141 2004-09-08 [colin]      0.9.12cvs97.2
17142
17143         * src/summaryview.c
17144                 Don't select mails in collapsed threads 
17145                 when navigating with up/down
17146
17147 2004-09-07 [colin]      0.9.12cvs97.1
17148
17149         * src/inc.c
17150                 Sync with HEAD (meaningful error messages)
17151
17152 2004-09-06 [colin]      0.9.12cvs96.1
17153
17154         * src/toolbar.c
17155                 Sync with HEAD (fix Redirect graying out)
17156
17157 2004-09-06 [colin]      0.9.12cvs95.1
17158
17159         * src/summaryview.c
17160         * src/mimeview.c
17161                 Sync with HEAD (fix dropped URIs)
17162
17163 2004-09-06 [colin]      0.9.12cvs94.1
17164
17165         * src/addressbook.c
17166         * src/addressitem.h
17167         * src/addritem.c
17168         * src/addritem.h
17169                 Sync with HEAD (addressbook DnD)
17170
17171 2004-09-03 [colin]      0.9.12cvs93.1
17172
17173         * src/summaryview.c
17174                 Sync with HEAD (next/prev unread)
17175
17176 2004-09-03 [colin]      0.9.12cvs92.1
17177
17178         * src/prefs_common.c
17179         * src/prefs_common.h
17180         * src/summaryview.c
17181                 Sync with HEAD ('mark_as_read_delay' pref)
17182
17183 2004-09-02 [colin]      0.9.12cvs91.2
17184
17185         * src/common/xml.c
17186                 Fix leak
17187
17188 2004-09-02 [colin]      0.9.12cvs91.1
17189
17190         * src/gtk/menu.c
17191                 Sync with HEAD (menu accel don't work, but whatever)
17192
17193 2004-09-02 [colin]      0.9.12cvs90.1
17194
17195         * src/account.c
17196                 Sync with HEAD (fix bug 582)
17197
17198 2004-09-02 [colin]      0.9.12cvs89.1
17199
17200         * src/addrindex.c
17201                 Sync with HEAD (free deleted queries)
17202
17203 2004-09-02 [colin]      0.9.12cvs88.1
17204
17205         * src/ldapquery.c
17206                 Sync with HEAD (fix LDAP freezes)
17207
17208 2004-09-02 [colin]      0.9.12cvs87.1
17209
17210         * src/prefs_spelling.c
17211                 Sync with HEAD (add default dictionary)
17212
17213 2004-09-01 [colin]      0.9.12cvs86.1
17214
17215         * src/filtering.c
17216         * src/folderview.c
17217         * src/imap.c
17218         * src/prefs_matcher.c
17219         * src/stock_pixmap.c
17220         * src/summary_search.c
17221         * src/summaryview.c
17222         * src/wizard.c
17223         * src/wizard.h
17224                 Sync with HEAD (uninitialized vars fixes)
17225                 + gtk2 specific warning fixes
17226
17227 2004-08-31 [colin]      0.9.12cvs85.1
17228
17229         * src/folder.c
17230                 Sync with HEAD (Fix memory corruption due to 
17231                 uninitialized var)
17232
17233 2004-08-31 [colin]      0.9.12cvs84.4
17234
17235         * src/summary_search.c
17236                 Fix segfaults when searching in folders with broken headers
17237
17238 2004-08-31 [colin]      0.9.12cvs84.3
17239
17240         * src/compose.c
17241         * src/textview.c
17242                 Fix some more encoding/decoding issues
17243
17244 2004-08-30 [colin]      0.9.12cvs84.2
17245
17246         * src/mimeview.c
17247         * src/prefs_themes.c
17248         * src/gtk/filesel.c
17249         * src/gtk/filesel.h
17250                 Add a folder-mode selection (fixes mimeview's "Save all")
17251
17252 2004-08-29 [colin]      0.9.12cvs84.1
17253
17254         * src/mimeview.c
17255                 Sync with HEAD (don't escape saved filenames)
17256
17257 2004-08-27 [colin]      0.9.12cvs83.1
17258
17259         * ChangeLog
17260         * ChangeLog.claws
17261         * ChangeLog.jp
17262         * src/mh.c
17263         * src/procheader.c
17264         * src/procmsg.c
17265         * src/procmsg.h
17266         * src/common/utils.c
17267         * src/gtk/menu.h
17268         * po/
17269                 Sync with HEAD 0.9.12cvs83 (sync with main)
17270
17271 2004-08-26 [colin]      0.9.12cvs82.4
17272
17273         * src/codeconv.c
17274                 Fix strange stack corruption
17275                 Convert to utf8 after unmime, not before
17276
17277 2004-08-26 [colin]      0.9.12cvs82.3
17278
17279         * src/main.c
17280         * src/wizard.c
17281                 Fix account folders duplication
17282
17283 2004-08-25 [colin]      0.9.12cvs82.2
17284
17285         * src/wizard.c
17286                 Remove ports
17287                 Add SSL selection
17288                 Use login@server as account name
17289
17290 2004-08-25 [colin]      0.9.12cvs82.1
17291
17292         * src/plugins/pgpmime/pgpmime.c
17293                 Sync with HEAD (leak fix).
17294
17295 2004-08-25 [colin]      0.9.12cvs81.1
17296
17297         * src/plugins/pgpmime/pgpmime.c
17298         * src/plugins/pgpmime/sgpgme.c
17299         * src/plugins/pgpmime/sgpgme.h
17300                 Sync with HEAD (Handle combined messages).
17301
17302 2004-08-24 [colin]      0.9.12cvs80.3
17303
17304         * src/wizard.c
17305                 Fix full name, ports, and imap
17306
17307 2004-08-24 [colin]      0.9.12cvs80.2
17308
17309         * src/Makefile.am
17310         * src/main.c
17311         * src/setup.c
17312         * src/setup.h
17313         * src/stock_pixmap.c
17314         * src/stock_pixmap.h
17315         * src/wizard.c ** ADDED **
17316         * src/wizard.h ** ADDED ** 
17317         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
17318                 Add a setup wizard 
17319
17320 2004-08-24 [colin]      0.9.12cvs80.1
17321
17322         * src/folder.c
17323                 Sync with HEAD (set mimeflags on all messages)
17324
17325 2004-08-24 [colin]      0.9.12cvs79.3
17326
17327         * src/matcher_parser_lex.l
17328                 Fix 8bits strings not in utf8
17329
17330 2004-08-24 [colin]      0.9.12cvs79.2
17331
17332         * src/compose.c
17333                 Check conversion result before replacing buffer
17334
17335 2004-08-23 [colin]      0.9.12cvs79.1
17336
17337         * src/compose.c
17338                 Sync with HEAD (create message header in memory)
17339
17340 2004-08-23 [colin]      0.9.12cvs78.1
17341
17342         * src/rfc2015.c
17343         * src/rfc2015.h
17344                 Sync with HEAD (fix bug 197 again)
17345
17346 2004-08-23 [colin]      0.9.12cvs77.3
17347
17348         * src/compose.c
17349                 Fix again inline gpg signing (which outputs utf8
17350                 in gtk2). Not syncing this fix to HEAD as this 
17351                 code is meant to die.
17352
17353 2004-08-23 [colin]      0.9.12cvs77.2
17354
17355         * src/prefs_account.h
17356                 Remove useless include
17357
17358 2004-08-23 [colin]      0.9.12cvs77.1
17359
17360         * src/imap.c
17361         * po/es.po
17362         * po/fr.po
17363         * po/it.po
17364         * po/pl.po
17365         * po/pt_BR.po
17366         * po/sk.po
17367         * po/sr.po
17368                 Sync with HEAD (fix bug 577)
17369
17370 2004-08-22 [colin]      0.9.12cvs76.1
17371
17372         * src/plugins/trayicon/trayicon.c
17373                 Sync with HEAD (fix formatting bug)
17374
17375 2004-08-21 [colin]      0.9.12cvs74.2
17376
17377         * src/gtk/colorsel.c
17378                 Fix bug 564 (Folder color selection window exits on any
17379                 keypress)
17380
17381 2004-08-21 [colin]      0.9.12cvs74.1
17382
17383         * ChangeLog.claws
17384         * src/compose.c
17385         * src/summaryview.c
17386         * src/toolbar.c
17387                 Sync with HEAD (fix bug 576)
17388
17389 2004-08-21 [colin]      0.9.12cvs70.1
17390
17391         * src/compose.c
17392         * src/mainwindow.c
17393                 Sync with HEAD
17394                 
17395
17396 2004-08-21 [paul]       0.9.12cvs66.4
17397
17398         * src/mainwindow.c
17399         * src/messageview.c
17400         * src/gtk/menu.c
17401         * src/plugins/spamassassin/spamassassin_gtk.c
17402                 remove some deprecated gtk1 functions
17403
17404
17405 2004-08-21 [colin]      0.9.12cvs66.3
17406
17407         * src/compose.c
17408         * src/codeconv.c
17409                 Fix warnings
17410                 Remove encoding hacks
17411                 Fix bug 575 (Strange character messes up message)
17412                 Don't display conversion error when drafting
17413
17414 2004-08-21 [paul]       0.9.12cvs66.2
17415
17416         * src/prefs_account.c
17417                 fix GnuPG mode bugs
17418
17419
17420 2004-08-20 [colin]      0.9.12cvs66.1
17421
17422         * src/codeconv.c
17423                 Sync with HEAD 0.9.12cvs66
17424
17425 2004-08-20 [paul]
17426
17427         * src/plugins/pgpmime/plugin.c
17428                 modify PGP/MIME plugin's description
17429
17430 2004-08-17 [colin]      0.9.12cvs65.1
17431
17432         * src/common/ssl.c
17433         * src/plugins/pgpmime/plugin.c
17434                 Sync with HEAD
17435
17436 2004-08-14 [colin]      0.9.12cvs60.3
17437
17438         * src/plugins/trayicon/trayicon.c
17439                 Put back resize callback, on size-request signal
17440                 rather than size-allocate to avoid infinite 
17441                 callback loop
17442
17443 2004-08-13 [colin]      0.9.12cvs60.2
17444
17445         * src/common/defs.h
17446                 Cache versions have been fixed
17447
17448 2004-08-13 [colin]      0.9.12cvs60.1
17449
17450         * src/folderutils.c
17451                 Sync with HEAD
17452
17453 2004-08-12 [colin]      0.9.12cvs59.1
17454
17455         * src/plugins/trayicon/trayicon.c
17456                 Sync with HEAD
17457
17458 2004-08-12 [colin]      0.9.12cvs57.5
17459
17460         * sylpheed.desktop
17461         * configure.ac
17462         * src/Makefile.am
17463         * src/main.c
17464                 Add support for Freedesktop.org's startup notification
17465
17466 2004-08-11 [colin]      0.9.12cvs57.4
17467
17468         * src/textview.c
17469                 Fix off-by-one
17470
17471 2004-08-11 [colin]      0.9.12cvs57.3
17472
17473         * src/message_search.c
17474         * src/summary_search.c
17475                 Make searches case insensitive by default
17476         * src/textview.c
17477                 Fix case-insensitive search in message
17478
17479 2004-08-11 [colin]      0.9.12cvs57.2
17480
17481         * src/summary_search.c
17482                 Let case-sensitive be specified
17483
17484 2004-08-10 [colin]      0.9.12cvs55.4
17485
17486         * src/common/socket.c
17487                 Fix the possible race condition
17488
17489 2004-08-09 [paul]       0.9.12cvs55.3
17490
17491         * configure.ac
17492         * src/Makefile.am
17493         * src/common/Makefile.am
17494                 sync with HEAD
17495
17496
17497 2004-08-09 [paul]       0.9.12cvs55.2
17498
17499         * autogen.sh
17500         * po/poconv.sh
17501                 remove unneeded script
17502
17503         * configure.ac
17504                 add forgotten USE_LDAP_TLS (sync with HEAD)
17505
17506
17507 2004-08-09 [colin]      0.9.12cvs55.1
17508
17509         * src/main.c
17510         * src/common/ssl.c
17511         * src/common/sylpheed.c
17512         * src/common/sylpheed.h
17513                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
17514
17515 2004-08-09 [paul]       0.9.12cvs54.1
17516
17517         * ChangeLog
17518         * ChangeLog.claws
17519         * ChangeLog.jp
17520         * configure.ac
17521         * po/POTFILES.in
17522         * src/Makefile.am
17523         * src/folderutils.c
17524         * src/main.c
17525         * src/pgpmime.c
17526         * src/pgpmime.h
17527         * src/sgpgme.c
17528         * src/sgpgme.h
17529         * src/plugins/Makefile.am
17530         * src/plugins/pgpmime/.cvsignore
17531         * src/plugins/pgpmime/Makefile.am
17532         * src/plugins/pgpmime/pgpmime.c
17533         * src/plugins/pgpmime/pgpmime.h
17534         * src/plugins/pgpmime/plugin.c
17535         * src/plugins/pgpmime/sgpgme.c
17536         * src/plugins/pgpmime/sgpgme.h
17537                 sync with HEAD
17538
17539 2004-08-08 [paul]       0.9.12cvs51.1
17540
17541         * configure.ac
17542         * src/folder.c
17543                 sync with HEAD
17544
17545 2004-08-07 [colin]      0.9.12cvs50.1
17546
17547         * src/pop.c
17548         * src/common/partial_download.c
17549                 fix warnings (sync from HEAD)
17550
17551 2004-08-07 [colin]      0.9.12cvs48.1
17552
17553         * src/prefs_folder_item.c
17554                 sync with HEAD 0.9.12cvs48
17555
17556 2004-08-06 [colin]      0.9.12cvs47.1
17557
17558         * src/compose.c
17559                 Sync with HEAD
17560
17561 2004-08-06 [christoph]  0.9.12cvs46.2
17562
17563         * src/main.c
17564         * src/plugins/clamav/clamav_plugin_gtk.c
17565         * src/plugins/dillo_viewer/dillo_viewer.c
17566         * src/plugins/image_viewer/plugin.c
17567         * src/plugins/mathml_viewer/mathml_viewer.c
17568         * src/plugins/spamassassin/spamassassin_gtk.c
17569         * src/plugins/trayicon/trayicon.c
17570                 don't mix GTK1.2 plugin with GTK2 plugins
17571
17572 2004-08-06 [colin]      0.9.12cvs46.1
17573
17574         * ChangeLog
17575         * ChangeLog.claws
17576         * ChangeLog.jp
17577         * configure.ac
17578         * sylpheed-claws.pc.in
17579         * src/folder.c
17580         * src/imap.c
17581         * src/localfolder.c
17582         * src/messageview.c
17583         * src/mimeview.c
17584         * src/mimeview.h
17585         * src/msgcache.c
17586         * src/news.c
17587         * src/prefs_ext_prog.c
17588         * src/prefs_folder_item.c
17589         * src/prefs_fonts.c
17590         * src/prefs_msg_colors.c
17591         * src/prefs_spelling.c
17592         * src/prefs_themes.c
17593         * src/prefs_toolbar.c
17594         * src/prefs_wrapping.c
17595         * src/procmime.h
17596         * src/common/defs.h
17597         * src/common/nntp.c
17598         * src/common/session.c
17599         * src/common/session.h
17600         * src/common/socket.c
17601         * src/common/utils.h
17602         * src/common/xml.c
17603         * src/common/xml.h
17604         * src/gtk/prefswindow.c
17605         * src/gtk/prefswindow.h
17606         * src/plugins/clamav/clamav_plugin_gtk.c
17607         * src/plugins/dillo_viewer/dillo_prefs.c
17608         * src/plugins/image_viewer/viewerprefs.c
17609         * src/plugins/spamassassin/spamassassin_gtk.c
17610         * m4/openssl.m4 *** REMOVED ***
17611                 Sync with HEAD 0.9.12cvs46
17612
17613 2004-08-03 [paul]       0.9.12cvs40.2
17614
17615         * src/action.c
17616         * src/addressadd.c
17617         * src/addressbook.c
17618         * src/addrgather.c
17619         * src/browseldap.c
17620         * src/compose.c
17621         * src/crash.c
17622         * src/editaddress.c
17623         * src/editgroup.c
17624         * src/editldap_basedn.c
17625         * src/foldersel.c
17626         * src/importldif.c
17627         * src/mimeview.c
17628         * src/prefs_common.c
17629         * src/prefs_template.c
17630         * src/sourcewindow.c
17631         * src/summaryview.c
17632         * src/gtk/about.c
17633         * src/gtk/foldersort.c
17634         * src/gtk/logwindow.c
17635         * src/gtk/pluginwindow.c
17636         * src/gtk/prefswindow.c
17637                 change all gtk_scrolled_window_set_policy from 
17638                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
17639
17640 2004-08-02 [paul]       0.9.12cvs40.1
17641
17642         * AUTHORS
17643                 update translation team section
17644         * po/pt_BR.po
17645                 updated by Frederico Goncalves Guimaraes
17646                 <fggdebian@yahoo.com.br>
17647
17648 2004-07-31 [colin]      0.9.12cvs39.9
17649
17650         * src/exphtmldlg.c
17651                 Fix compilation
17652
17653 2004-07-31 [colin]      0.9.12cvs39.8
17654
17655         * src/exphtmldlg.c
17656                 Fix an alertpanel type
17657
17658 2004-07-30 [colin]      0.9.12cvs39.7
17659
17660         * src/alertpanel.c
17661                 Fix alertpanel_error_log's icon
17662
17663 2004-07-30 [colin]      0.9.12cvs39.6
17664
17665         * src/pop.c
17666                 Two of them should still be warnings
17667
17668 2004-07-30 [colin]      0.9.12cvs39.5
17669
17670         * src/pop.c
17671                 More warning -> error
17672 2004-07-29 [colin]      0.9.12cvs39.4
17673
17674         * src/pop.c
17675                 Warning -> error
17676
17677 2004-07-29 [colin]      0.9.12cvs39.3
17678
17679         * src/prefs_matcher.c
17680                 Fix segfault
17681
17682 2004-07-29 [colin]      0.9.12cvs39.2
17683
17684         * src/alertpanel.c
17685                 More nice-looking alertpanels
17686
17687 2004-07-29 [colin]      0.9.12cvs39.1
17688
17689         * src/messageview.c
17690                 sync with head
17691                 (inform user when partial mail is deleted on server)
17692
17693 2004-07-29 [colin]      0.9.12cvs38.1
17694
17695         * src/messageview.c
17696                 sync with head
17697
17698 2004-07-28 [paul]       0.9.12cvs37.7
17699
17700         * src/mainwindow.c
17701                 complete the replacement of deprecated gtk_progress_*
17702
17703 2004-07-28 [paul]       0.9.12cvs37.6
17704
17705         * src/action.c
17706         * src/inc.c
17707         * src/mainwindow.c
17708         * src/send_message.c
17709         * src/gtk/progressdialog.c
17710         * src/gtk/progressdialog.h
17711                 replace deprecated gtk_progress_*
17712
17713 2004-07-28 [paul]       0.9.12cvs37.5
17714
17715         * src/gtk/filesel.c
17716                 remove gtk_window_set_wmclass()
17717 2004-07-28 [paul]       0.9.12cvs37.4
17718
17719         * src/addressbook.c
17720         * src/compose.c
17721         * src/foldersel.c
17722         * src/mainwindow.c
17723         * src/messageview.c
17724         * src/sourcewindow.c
17725         * src/gtk/logwindow.c
17726                 remove gtk_window_set_wmclass()
17727                 
17728         * src/prefs_filtering.c
17729         * src/prefs_filtering_action.c
17730         * src/prefs_fonts.c
17731         * src/prefs_gtk.c
17732         * src/prefs_matcher.c
17733         * src/ssl_manager.c
17734         * src/gtk/prefswindow.c
17735                 replace gtk_window_position()
17736
17737 2004-07-28 [colin]      0.9.12cvs37.3
17738
17739         * src/alertpanel.c
17740         * src/alertpanel.h
17741                 Add a way to specify panel type for specific
17742                 panels (alertpanel())
17743         * src/account.c
17744         * src/addressbook.c
17745         * src/compose.c
17746         * src/expldifdlg.c
17747         * src/main.c
17748         * src/messageview.c
17749         * src/summaryview.c
17750         * src/textview.c
17751         * src/gtk/sslcertwindow.c
17752                 Fix alertpanel()s so that their icon match
17753                 their real type
17754
17755 2004-07-28 [paul]       0.9.12cvs37.2
17756
17757         * src/addr_compl.c
17758         * src/addressbook.c
17759         * src/alertpanel.c
17760         * src/compose.c
17761         * src/export.c
17762         * src/foldersel.c
17763         * src/folderview.c
17764         * src/grouplistdialog.c
17765         * src/import.c
17766         * src/mainwindow.c
17767         * src/message_search.c
17768         * src/messageview.c
17769         * src/passphrase.c
17770         * src/prefs_actions.c
17771         * src/prefs_common.c
17772         * src/prefs_customheader.c
17773         * src/prefs_display_header.c
17774         * src/prefs_filtering.c
17775         * src/prefs_filtering_action.c
17776         * src/prefs_gtk.c
17777         * src/prefs_matcher.c
17778         * src/prefs_msg_colors.c
17779         * src/prefs_summary_column.c
17780         * src/prefs_template.c
17781         * src/sourcewindow.c
17782         * src/ssl_manager.c
17783         * src/summary_search.c
17784         * src/gtk/colorsel.c
17785         * src/gtk/description_window.c
17786         * src/gtk/gtkaspell.c
17787         * src/gtk/inputdialog.c
17788         * src/gtk/logwindow.c
17789         * src/gtk/prefswindow.c
17790         * src/gtk/progressdialog.c
17791                 replace deprecated gtk_window_set_policy
17792
17793 2004-07-27 [colin]      0.9.12cvs37.1
17794
17795         * src/msgcache.c
17796                 More fixes (synced for head again)
17797
17798 2004-07-27 [colin]      0.9.12cvs35.3
17799
17800         * src/msgcache.c
17801                 Fix wrong test
17802
17803 2004-07-27 [colin]      0.9.12cvs35.2
17804
17805         * src/mimeview.c
17806                 Fix width a bit (by Paul)
17807         * src/alertpanel.c
17808         * src/alertpanel.h
17809                 Specialize icons, make alertpanel_message()
17810                 private
17811         * src/message_search.c
17812         * src/sgpgme.c
17813         * src/summary_search.c
17814                 Suit alertpanel changes
17815
17816 2004-07-27 [colin]      0.9.12cvs35.1
17817
17818         * src/alertpanel.c
17819                 Add an icon
17820         * src/passphrase.c
17821                 Add debug output - maybe someone will
17822                 want to look at the problem with Grab
17823                 Input :)
17824         Bump version as we're synced with HEAD
17825
17826 2004-07-26 [colin]      0.9.12cvs33.26
17827
17828         * src/pop.c
17829                 Fix uidl-file parsing when not in new
17830                 format
17831
17832 2004-07-26 [colin]      0.9.12cvs33.25
17833
17834         * src/gtk/menu.c
17835                 Move popup menu up if necessary (fixes 
17836                 account selector)
17837         * src/mainwindow.c
17838                 Set account selector's button height to
17839                 minimum
17840
17841 2004-07-26 [colin]      0.9.12cvs33.24
17842
17843         * src/alertpanel.c
17844                 Maybe fix 551 (Truncated font in alert window)
17845
17846 2004-07-26 [colin]      0.9.12cvs33.23
17847
17848         * po/de.po
17849         * po/es.po
17850         * po/fr.po
17851         * po/it.po
17852         * po/ja.po
17853         * po/pl.po
17854         * po/ru.po
17855         * po/sk.po
17856         * po/sr.po
17857         * po/zh_CN.po
17858                 Sync po files with HEAD
17859
17860 2004-07-26 [paul]       0.9.12cvs33.22
17861
17862         * src/compose.c
17863                 fix Bug 556 'Organisation-header is sent even if empty'
17864
17865 2004-07-24 [colin]      0.9.12cvs33.21
17866
17867         * src/compose.c
17868         * src/gtk/gtkaspell.c
17869         * src/gtk/gtkaspell.h
17870                 Fix speller accelerators (require hack)
17871
17872 2004-07-24 [colin]      0.9.12cvs33.20
17873
17874         * src/gtk/gtkaspell.c
17875                 Fix over-eager code deletion breaking
17876                 Check while typing
17877
17878 2004-07-24 [colin]      0.9.12cvs33.19
17879
17880         * src/browseldap.c
17881         * src/ldapctrl.c
17882         * src/ldapctrl.h
17883         * src/ldapserver.h
17884                 Sync ldap with HEAD
17885         (Fixes 546 LDAP completely broken)
17886
17887 2004-07-24 [colin]      0.9.12cvs33.18
17888
17889         * src/prefs_msg_colors.c
17890                 Fix prototype mismatch
17891         (Fixes 547 void function cannot return value)
17892
17893 2004-07-24 [colin]      0.9.12cvs33.17
17894
17895         * src/mainwindow.c
17896                 Fix sort going back to previous sort key
17897                 when changing sort direction
17898
17899 2004-07-24 [colin]      0.9.12cvs33.16
17900
17901         * src/compose.c
17902                 Fix space insertion when re-wrapping at 
17903                 cursor point
17904
17905 2004-07-24 [colin]      0.9.12cvs33.15
17906
17907         * src/gtk/gtkaspell.c
17908                 Don't change cursor position in insert-text
17909                 callback
17910         (Fixes 539 Word wrapping on input transposes letters)
17911
17912 2004-07-24 [colin]      0.9.12cvs33.14
17913
17914         * src/gtk/gtkaspell.c
17915                 Reencode non-ascii chars to dictionary's
17916                 encoding
17917         (Fixes 544 Spell check broken non english locale)
17918
17919 2004-07-24 [colin]      0.9.12cvs33.13
17920
17921         * src/summaryview.c
17922                 Fix Shift+Down, add Home/End/PgUp/PgDown
17923
17924 2004-07-21 [colin]      0.9.12cvs33.12
17925
17926         * src/prefs_common.c
17927                 Fix a gtk warning (Patch by Andrej Kacian)
17928
17929 2004-07-21 [colin]      0.9.12cvs33.11
17930
17931         * src/gtk/filesel.c
17932                 More check
17933
17934 2004-07-21 [colin]      0.9.12cvs33.10
17935
17936         * src/compose.c
17937         * src/crash.c
17938         * src/export.c
17939         * src/import.c
17940         * src/messageview.c
17941         * src/mimeview.c
17942         * src/prefs_spelling.c
17943         * src/prefs_themes.c
17944         * src/summaryview.c
17945         * src/gtk/filesel.c
17946         * src/gtk/filesel.h
17947         * src/gtk/pluginwindow.c
17948                 Untwist open/save mode guessing logic, make
17949                 it explicit
17950
17951 2004-07-20 [colin]      0.9.12cvs33.9
17952
17953         * src/codeconv.c
17954                 conv_encode_header: src_charset is UTF-8 on
17955                 gtk2
17956         * src/compose.c
17957                 Remove double encoding of the headers
17958
17959 2004-07-20 [colin]      0.9.12cvs33.8
17960
17961         * src/codeconv.c
17962                 Fix typo
17963
17964 2004-07-20 [colin]      0.9.12cvs33.7
17965
17966         * src/mainwindow.c
17967                 Set the separated messageview to the saved
17968                 size of Claws' messageview (Patch by Alfons)
17969                 Fix a callback prototype (me)
17970
17971 2004-07-20 [colin]      0.9.12cvs33.6
17972
17973         * src/codeconv.h
17974                 Forgot one hunk in 0.9.12cvs33.4
17975
17976 2004-07-19 [colin]      0.9.12cvs33.5
17977
17978         * src/action.c
17979                 Action output fix
17980                 Patch by Alfons
17981
17982 2004-07-19 [colin]      0.9.12cvs33.4
17983
17984         * src/compose.c
17985                 Fix outgoing charset bug in headers
17986         * src/codeconv.c
17987                 Clean for glib2 - Patch by Alfons
17988
17989 2004-07-19 [colin]      0.9.12cvs33.3
17990
17991         * src/statusbar.c
17992                 Remove grip from the statusbar
17993                 Patch by Alfons
17994
17995 2004-07-19 [colin]      0.9.12cvs33.2
17996
17997         * src/messageview.c
17998         * src/textview.c
17999                 Fix messageview remembering the previous
18000                 scroll position when loading a new message
18001                 Patch by Alfons
18002
18003 2004-07-19 [colin]      0.9.12cvs33.1
18004
18005         * src/folder.h
18006         * src/folderview.c
18007         * src/summaryview.c
18008                 Sync with HEAD
18009
18010 2004-07-18 [colin]      0.9.12cvs32.7
18011
18012         * configure.ac
18013                 Remove useless check for XIM - noticed
18014                 by Alfons
18015
18016 2004-07-18 [colin]      0.9.12cvs32.6
18017
18018         * src/summaryview.c
18019                 Remove non-modified and shift-modified
18020                 accelerators in summaryview's popup
18021                 menu, as that doesn't get catched by
18022                 the accel-activate signal catcher...
18023
18024 2004-07-18 [colin]      0.9.12cvs32.5
18025
18026         * src/prefs_common.c
18027                 Define sensible default prefs for 
18028                 wrapping
18029
18030 2004-07-18 [colin]      0.9.12cvs32.4
18031
18032         * src/compose.c
18033         * src/prefs_common.c
18034         * src/prefs_common.h
18035         * src/prefs_wrapping.c
18036                 Remove Smart Wrapping pref, which does
18037                 nothing on gtk2 branch
18038
18039 2004-07-18 [colin]      0.9.12cvs32.3
18040
18041         * src/sourcewindow.c
18042                 Proper utf8
18043
18044 2004-07-18 [colin]      0.9.12cvs32.2
18045
18046         * src/compose.c
18047                 Save attachment status when drafting
18048
18049 2004-07-18 [colin]      0.9.12cvs32.1
18050
18051         * src/gtk/filesel.c
18052                 Fix erratic folder selection in open mode
18053
18054 2004-07-18 [colin]      0.9.12cvs31.11
18055
18056         * src/pop.c
18057                 Don't let partial messages get deleted
18058                 even with "dowload all"
18059                 (0.9.12cvs31.8 fix extension)
18060 2004-07-18 [colin]      0.9.12cvs31.10
18061
18062         * src/gtk/logwindow.c
18063                 Fix log scrolling
18064
18065 2004-07-18 [colin]      0.9.12cvs31.9
18066
18067         * src/common/utils.c
18068                 Fix non-utf8 strings coming from commands
18069                 and files
18070
18071 2004-07-18 [colin]      0.9.12cvs31.8
18072
18073         * src/pop.c
18074                 Fix partial download bug with Download all
18075                 messages option
18076
18077 2004-07-18 [colin]      0.9.12cvs31.7
18078
18079         * src/textview.c
18080                 Fix bug introduced in 0.9.12cvs31.2
18081                 (blocked in select mode after double click)
18082
18083 2004-07-18 [colin]      0.9.12cvs31.6
18084
18085         * src/compose.c
18086         * src/gtk/menu.c
18087                 More glib-warning fixes
18088
18089 2004-07-18 [colin]      0.9.12cvs31.5
18090
18091         * src/compose.c
18092                 Fix trashing the primary clipboard when moving 
18093                 around with tab
18094         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
18095
18096 2004-07-18 [colin]      0.9.12cvs31.4
18097
18098         * src/codeconv.c
18099                 convert unencoded iso headers to utf8
18100         (Fix Bug 538 Unencoded local characters in subject make it 
18101          disappear)
18102
18103 2004-07-18 [colin]      0.9.12cvs31.3
18104
18105         * src/compose.c
18106                 Fix tab char handling in wrapping
18107         (Fix Bug 537 Line wrap problem - TAB character treated as 
18108          one character instead of 8)
18109
18110 2004-07-18 [colin]      0.9.12cvs31.2
18111
18112         * src/textview.c
18113                 return FALSE on GDK_MOTION_NOTIFY
18114         (Fix Bug 535 Hyperlinks/addresses are not selectable 
18115          (unable to highlight))
18116
18117 2004-07-18 [colin]      0.9.12cvs31.1
18118
18119         * src/folderview.c
18120                 Sync with 0.9.12cvs31
18121
18122 2004-07-18 [colin]      0.9.12cvs30.4
18123
18124         * src/compose.c
18125                 Also block text_inserted when inserting a file
18126
18127 2004-07-18 [colin]      0.9.12cvs30.3
18128
18129         * src/compose.c
18130                 Fix smart wrapping (block text_inserted handler
18131                 while putting quotation to avoid wrap on input,
18132                 don't join lines if next is sig separator)
18133
18134 2004-07-17 [colin]      0.9.12cvs30.2
18135
18136         * src/folderview.c
18137         * src/mainwindow.c
18138         * src/mimeview.c
18139         * src/summaryview.c
18140         * src/gtk/quicksearch.c
18141         * src/gtk/quicksearch.h
18142                 Block key events handlers *and* accels while
18143                 quicksearch is focused
18144         (Fixes Bug 534 quick-search bar not accepting certain letters)
18145
18146 2004-07-17 [colin]      0.9.12cvs30.1
18147
18148         * src/folder.h
18149         * src/folderview.c
18150         * src/summaryview.c
18151                 Sync with 0.9.12cvs30
18152
18153 2004-07-17 [colin]      0.9.12cvs28.2
18154
18155         * src/mimeview.c
18156         * src/procmime.c
18157         * src/summaryview.c
18158         * src/gtk/menu.c
18159                 Squash some compile and glib warnings
18160
18161 2004-07-17 [paul]       0.9.12cvs28.1
18162
18163         * src/mimeview.c
18164                 sync with 0.9.12cvs28 HEAD
18165
18166 2004-07-16 [paul]       0.9.12cvs26.1
18167         
18168         * src/gtk/quicksearch.c
18169         * src/account.c
18170         * src/account.h
18171         * src/compose.c
18172         * src/customheader.c
18173         * src/folder_item_prefs.c
18174         * src/main.c
18175         * src/mainwindow.c
18176         * src/messageview.c
18177         * src/mimeview.c
18178         * src/news.c
18179         * src/pgpmime.c
18180         * src/pop.c
18181         * src/pop.h
18182         * src/prefs_account.c
18183         * src/prefs_account.h
18184         * src/prefs_common.c
18185         * src/prefs_common.h
18186         * src/prefs_display_header.c
18187         * src/prefs_gtk.c
18188         * src/prefs_gtk.h
18189         * src/procheader.c
18190         * src/procmime.c
18191                 sync with 0.9.12cvs26 HEAD      
18192
18193 2004-07-15 [colin]      0.9.12cvs18.14
18194
18195         * src/folder.c
18196                 Disable GPG signature check during
18197                 folder move and scan
18198         (Closes Bug 521 Signature checking slows down Folder-Move)
18199
18200 2004-07-14 [colin]      0.9.12cvs18.13
18201
18202         * src/common/partial_download.c
18203                 update includes
18204
18205 2004-07-14 [colin]      0.9.12cvs18.12
18206
18207         * src/common/partial_download.c
18208         * src/common/partial_download.h
18209                 Move doc at top, add correct copyright
18210
18211 2004-07-14 [colin]      0.9.12cvs18.11
18212
18213         * src/folder.c
18214         * src/messageview.c
18215         * src/pop.c
18216         * src/pop.h
18217         * src/procmsg.c
18218         * src/summaryview.c
18219         * src/common/Makefile.am
18220         * src/common/partial_download.c ** NEW FILES **
18221         * src/common/partial_download.h ** NEW FILES **
18222                 Move partial-download related stuff to its
18223                 own file
18224
18225 2004-07-14 [colin]      0.9.12cvs18.10
18226
18227         * src/send_message.c
18228                 Fix smtp auth when user is null or empty
18229
18230 2004-07-13 [colin]      0.9.12cvs18.9
18231
18232         * src/gtk/quicksearch.c
18233                 Use alphabetic order
18234
18235 2004-07-13 [colin]      0.9.12cvs18.8
18236
18237         * src/pop.c
18238                 Be paranoid on the checks
18239
18240 2004-07-13 [colin]      0.9.12cvs18.7
18241
18242         * src/gtk/quicksearch.c
18243                 Fix Engrish once again
18244
18245 2004-07-13 [colin]      0.9.12cvs18.6
18246
18247         * src/procmsg.c
18248         * src/summaryview.c
18249                 Mark messages for deletion when they are about to
18250                 be removed from trash
18251
18252 2004-07-13 [colin]      0.9.12cvs18.5
18253
18254         * src/matcher.c
18255         * src/matcher.h
18256         * src/matcher_parser_parse.y
18257         * src/prefs_matcher.c
18258         * src/gtk/quicksearch.c
18259                 Add 'partial' ('p') match string to find partially
18260                 downloaded messages
18261
18262 2004-07-13 [colin]      0.9.12cvs18.4
18263
18264         * src/pop.c
18265                 Fix misplaced block
18266
18267 2004-07-13 [colin]      0.9.12cvs18.3
18268
18269         * src/pop.c
18270         * src/pop.h
18271         * src/messageview.c
18272                 Refactor API (to avoid passing 5+ params and code
18273                 duplication)
18274         * src/folder.c
18275         * src/msgcache.c
18276         * src/procheader.c
18277         * src/common/defs.h
18278                 Add planned_download to cache
18279                 Don't mess uidl file when moving partially downloaded
18280                 mails (they change folder, we should change it in the
18281                 uidl list too or we'll remove an incorrect message)
18282                 (this also helps removing hacks when changing 
18283                 planned_download in messageview.c)
18284
18285 2004-07-12 [colin]      0.9.12cvs18.2
18286
18287         * src/gtk/quicksearch.c
18288                 Fix missing status update in quicksearch
18289
18290 2004-07-12 [paul]       0.9.12cvs18.1
18291
18292         * po/POTFILES.in
18293         * src/Makefile.am
18294         * src/account.c
18295         * src/codeconv.c
18296         * src/compose.c
18297         * src/inc.c
18298         * src/main.c
18299         * src/prefs_common.c
18300         * src/procmsg.h
18301         * src/toolbar.c
18302         * src/prefs_msg_colors.[ch]     ** NEW FILES **
18303         * src/prefs_wrapping.[ch]       ** NEW FILES **
18304         * src/common/intl.h
18305         * src/common/utils.[ch]
18306         * src/gtk/quicksearch.[ch]
18307                 sync with 0.9.12cvs18 HEAD
18308
18309 2004-07-12 [colin]      0.9.11cvs17.25
18310
18311         * src/folder.c
18312         * src/folder.h
18313                 Remove unused function added by me in 0.9.11cvs17.10
18314
18315 2004-07-11 [colin]      0.9.11cvs17.24
18316
18317         * src/inc.c
18318         * src/messageview.c
18319         * src/pop.c
18320         * src/pop.h
18321                 Use folderitem and msgnum instead of filename to
18322                 know which mail to delete
18323                 Move old partial mail deletion to pop.c
18324
18325 2004-07-10 [colin]      0.9.11cvs17.23
18326
18327         * src/inc.c
18328                 Add debug
18329         * src/pop.c
18330         * src/pop.h
18331                 Don't re-use same enums for unrelated stuff: it's 
18332                 completely misleading !
18333                 Document a bit
18334
18335 2004-07-09 [colin]      0.9.11cvs17.22
18336
18337         * src/inc.c
18338                 Remove folder-type check and do
18339                 more tests to be sure everything's
18340                 ok
18341         * src/messageview.c
18342                 Punctuation update, remove useless
18343                 code, fix two warnings
18344         * src/noticeview.c
18345                 Layout cleaning, reset 2nd button
18346                 when specifying one
18347
18348 2004-07-09 [colin]      0.9.11cvs17.21
18349
18350         * src/messageview.c
18351         * src/pop.c
18352         * src/pop.h
18353                 Allow user to change his mind
18354                 and postpone decision (by
18355                 unmarking the mail)
18356
18357 2004-07-09 [colin]      0.9.11cvs17.20
18358
18359         * src/messageview.c
18360                 Fix bug with delete state
18361         * src/pop.c
18362         * src/pop.h
18363                 Fix buffer leak (fread doesn't 
18364                 terminate buffers with \0)
18365                 Refactoring (remove magic 
18366                 numbers)
18367
18368 2004-07-09 [colin]      0.9.11cvs17.19
18369
18370         * src/pop.c
18371                 Don't log "Skipping message" if 
18372                 we're going to TOP it two lines
18373                 later
18374
18375 2004-07-09 [colin]      0.9.11cvs17.18
18376
18377         * src/messageview.c
18378                 Fix Engrish
18379
18380 2004-07-09 [colin]      0.9.11cvs17.17
18381
18382         * src/pop.c
18383                 strlen checking...
18384         * src/messageview.c
18385                 refactoring a bit
18386
18387 2004-07-08 [colin]      0.9.11cvs17.16
18388
18389         * src/noticeview.c
18390         * src/noticeview.h
18391                 Add an optional second button
18392         * src/messageview.c
18393         * src/pop.c
18394         * src/pop.h
18395                 Don't delete partially received mails after a certain
18396                 time; rather, let the user decide.
18397
18398 2004-07-08 [colin]      0.9.11cvs17.15
18399
18400         * src/common/smtp.h
18401                 Sync with HEAD
18402
18403 2004-07-08 [colin]      0.9.11cvs17.14
18404
18405         * src/messageview.c
18406         * src/common/smtp.c
18407                 Use to_human_readable() for sizes
18408
18409 2004-07-08 [colin]      0.9.11cvs17.13
18410
18411         * src/inc.c
18412         * src/messageview.c
18413         * src/pop.c
18414         * src/pop.h
18415         * src/procmsg.c
18416                 Fix partial-downloading issues:
18417                         catch unsupported TOP
18418                         don't delete partially downloaded mails before 5 days
18419                         don't update existing with non-MH folders; that'll
18420                         make dups, but it's better than trashing the folder
18421                         free new msginfo parts
18422                 Fix indentation ;-)
18423
18424 2004-07-08 [colin]      0.9.11cvs17.12
18425
18426         * src/common/smtp.c
18427         * src/common/smtp.h
18428                 Sync smtp size verification with HEAD
18429
18430 2004-07-08 [colin]      0.9.11cvs17.11
18431
18432         * src/summaryview.c
18433         * src/prefs_common.c
18434         * src/prefs_common.h
18435         * src/gtk/quicksearch.c
18436         * src/gtk/quicksearch.h
18437                 Sync sticky pref with HEAD
18438
18439 2004-07-08 [colin]      0.9.11cvs17.10
18440
18441         * src/folder.c [1.213.2.6]
18442         * src/folder.h [1.87.2.6]
18443         * src/inc.c [1.149.2.7]
18444         * src/messageview.c [1.94.2.8]
18445         * src/procheader.c [1.47.2.6]
18446         * src/procmsg.c [1.150.2.4]
18447         * src/procmsg.h [1.60.2.5]
18448         * src/pop.c [1.56.2.4]
18449         * src/pop.h [1.17.2.3]
18450                 Let too big messages get downloaded, but truncated
18451                 Add a button to download them completely
18452                 
18453 2004-07-06 [colin]      0.9.11cvs17.9
18454
18455         * src/gtk/quicksearch.c [1.1.2.3]
18456                 Add a Clear button
18457         * commitHelper
18458         * PATCHSETS
18459                 Add a script to help with cvs
18460
18461 2004-07-03 [colin]      0.9.11cvs17.8
18462
18463         * src/plugins/imageviewer/viewer.c
18464                 fix imageviewer (which was staying on the first
18465                 displayed image)
18466
18467 2004-07-03 [colin]      0.9.11cvs17.7
18468
18469         Removed FIXME_GTK2 warnings
18470         * src/gtk/gtkutils.c
18471                 useless #warnings
18472         * src/gtk/menu.c
18473                 useless #warnings (no need to mess with menu rc)
18474         * src/gtk/menu.h
18475                 unused functions
18476         
18477
18478 2004-07-03 [colin]      0.9.11cvs17.6
18479
18480         Removed FIXME_GTK2 warnings
18481         * src/codeconv.c
18482                 useless #warnings (rewrite needed)
18483         * src/compose.c
18484                 useless #warnings (rewrite needed)
18485                 useless #warnings (gtk2 is like that)
18486                 useless #warnings (previously fixed)
18487         * src/main.c
18488                 useless #warnings (previously fixed)
18489         * src/message_search.c
18490                 useless #warnings (gtk2 is like that)
18491                 Made apparent that search is case-sensitive
18492         * src/mimeview.c
18493                 useless #warnings (rewrite needed)
18494                 useless #warnings (gtk2 is like that)
18495                 reimplemented real warnings
18496         * src/prefs_common.c
18497                 Removed block cursor option (not it gtk2)
18498         * src/prefs_gtk.c
18499                 useless #warnings (rewrite needed)
18500         * src/procheader.c
18501                 useless #warnings (rewrite needed)
18502         * src/sourcewindow.c
18503                 useless #warnings (incorrect placing)
18504         * src/summary_search.c
18505                 useless #warnings (gtk2 is like that)
18506                 Made apparent that search is case-sensitive
18507         * src/action.c
18508                 useless #warnings (gtk2 is like that)
18509         * src/textview.c
18510                 useless #warnings (rewrite needed)
18511         * src/toolbar.c
18512                 useless #warnings (rewrite needed)
18513
18514 2004-07-03 [colin]      0.9.11cvs17.5
18515
18516         * src/textview.c
18517                 Fix mismerge which broke URI opening
18518                 
18519 2004-07-01 [colin]      0.9.11cvs17.4
18520
18521         * src/gtk/filesel.c
18522                 Fill filename when saving
18523                 
18524 2004-06-27 [colin]      0.9.11cvs17.3
18525
18526         * src/gtk/filesel.[ch]
18527                 Use the new GTK file selector
18528                 Update prototype to match the reality: multiple file
18529                 selection is open-only          
18530         * src/compose.c
18531                 Match the new prototypes        
18532         * configure.ac
18533                 Match the new requirements (gtk 2.4.0)
18534                         
18535 2004-06-26 [colin]      0.9.11cvs17.2
18536
18537         * src/plugins/trayicon/trayicon.c
18538                 Remove useless signal handler on resize, which causes
18539                 an infinite "loop"
18540         
18541 2004-06-26 [colin]      0.9.11cvs17.1
18542         
18543         * tools/Makefile.am
18544                 remove launch_firebird and add nautilus2sylpheed.sh
18545         * src/quicksearch.c
18546           src/summaryview.c
18547                 Fix show/hide "Extended symbols" button problem
18548                 Fix apparition at startup
18549                 Fix const warnings
18550         * src/plugins/image_viewer/Makefile.am
18551                 Fix configure 
18552         * common/ssl.c
18553                 Re-enable certificate check, as it doesn't seem to
18554                 cause Xlib errors anymore
18555
18556 2004-06-25 [paul]       0.9.11cvs17
18557
18558         * sync with 0.9.11cvs17 HEAD
18559         
18560         NOTE: QuickSearch is broken
18561
18562 2004-06-07 [colin]      0.9.10claws67.10
18563         * src/plugins/trayicon/trayicon.c
18564           src/plugins/trayicon/libeggtrayicon/Makefile.am
18565           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18566                 Fix gettextization in trayicon plugin
18567
18568 2004-06-07 [colin]      0.9.10claws67.9
18569         
18570         * src/summaryview.c
18571           src/gtk/gtksctree.[ch]
18572                 Let Shift+{Up,Down} work in summaryview
18573                 (well, Down "works" and Up works)
18574                 Let the list scroll when using these keys
18575
18576 2004-06-06 [colin]      0.9.10claws67.8
18577
18578         * src/plugins/trayicon/trayicon.c
18579                 Fix pixmap update
18580
18581 2004-06-06 [colin]      0.9.10claws67.7
18582
18583         * src/addressbook.c
18584                 Fix signal handling causing system-wide focus grab
18585
18586 2004-05-25 [paul]       0.9.10claws67.6
18587
18588         * Makefile.am
18589           src/Makefile.am
18590                 clean up
18591
18592 2004-05-25 [paul]       0.9.10claws67.5
18593
18594         * replace deprecated gtk_signal... functions
18595
18596 2004-05-23 [colin]      0.9.10claws67.4
18597
18598         * src/compose.c
18599                 Fix wrapping
18600
18601 2004-05-22 [colin]      0.9.10claws67.3
18602
18603         * src/compose.c
18604                 Re-fix [Edited] in compose.c::compose_reedit()
18605
18606 2004-05-22 [colin]      0.9.10claws67.2
18607
18608         * src/procmime.c
18609                 Fix parsing of multiparts mails
18610
18611 2004-05-22 [colin]      0.9.10claws67.1
18612
18613         * src/summaryview.c
18614                 Fix quicksearch
18615
18616 2004-05-22 [paul]       0.9.10claws67
18617
18618         * sync with 0.9.10claws67 HEAD
18619
18620 2004-05-14 [alfons]
18621
18622         * src/procmime.h
18623                 add forgotton prototype
18624
18625 2004-05-10 [paul]       0.9.10claws57
18626
18627         * sync with 0.9.10claws57 HEAD
18628
18629 2004-05-05 [paul]       0.9.9.claws1
18630
18631         * ChangeLog-gtk2        ** REMOVED **
18632           ChangeLog-gtk2.claws  ** ADDED **
18633                 rename and adopt the normal claws format
18634                 
18635         * configure.ac
18636                 require gtkmathview >= 0.5
18637
18638         * ac/*                          ** REMOVED **
18639           ac/                           ** REMOVED **
18640           intl/Makefile.in              ** REMOVED **
18641           m4/                           ** ADDED **
18642           m4/missing                    ** ADDED **
18643           m4/missing/gdk-pixbuf.m4      ** ADDED **
18644           m4/missing/gettext.m4         ** ADDED **
18645           m4/missing/gpgme.m4           ** ADDED **
18646           m4/missing/imlib.m4           ** ADDED **
18647           m4/.cvsignore                 ** ADDED **
18648           m4/Makefile.am                ** ADDED **
18649           m4/README                     ** ADDED **
18650           m4/aclocal-include.m4         ** ADDED **
18651           m4/aspell.m4                  ** ADDED **
18652           m4/check-type.m4              ** ADDED **
18653           m4/gnupg-check-typedef.m4     ** ADDED **
18654           m4/openssl.m4                 ** ADDED **
18655           m4/spamassassin.m4            ** ADDED **
18656           po/ChangeLog                  ** REMOVED **
18657           po/Makefile.in.in             ** REMOVED **
18658           po/Rules-quot                 ** REMOVED **
18659           po/boldquot.sed               ** REMOVED **
18660           po/en@boldquot.header         ** REMOVED **
18661           po/en@quot.header             ** REMOVED **
18662           po/insert-header.sin          ** REMOVED **
18663           po/quot.sed                   ** REMOVED **
18664           po/remove-potcdate.sed        ** REMOVED **
18665           po/remove-potcdate.sin        ** REMOVED **
18666           po/stamp-po                   ** REMOVED **
18667           Makefile.am
18668           autogen.sh
18669           configure.ac
18670                 enable building with automake 1.8.x
18671                 add 'autopoint --force' to autogen.sh and remove all
18672                 auto-generated files, remove ac/ directory and use
18673                 m4/ directory instead
18674                 
18675         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18676                 fix gettextization
18677
18678 2004-02-28 Colin Leroy <colin@colino.net>
18679         * src/prefs_matcher.c
18680           src/prefs_filtering.c
18681           src/prefs_filtering_action.c
18682                 Fix non-editable GtkEntries
18683
18684 2004-02-22 Thorsten Maerz <torte@netztorte.de>
18685         * src/prefs_themes.c
18686                 utf8 conversion for theme info
18687
18688 2004-02-21 Thorsten Maerz <torte@netztorte.de>
18689         * sync 0.9.9claws
18690
18691 2004-02-14 Thorsten Maerz <torte@netztorte.de>
18692         * src/grouplistdialog.c
18693                 allow multiple selections without ctrl key
18694
18695 2004-02-09 Thorsten Maerz <torte@netztorte.de>
18696         * src/main.c
18697                 enable customizable accelerators
18698
18699 2004-02-08 Thorsten Maerz <torte@netztorte.de>
18700         * src/prefs_common.c
18701                 re-enable different font settings for gtk1/2
18702         * src/prefs_folder_item.c
18703                 fix folder prefs displayed wrong
18704         * src/textview.c
18705                 set 'sunken' shadow type
18706
18707 2004-02-07 Colin Leroy <colin@colino.net>
18708         * src/compose.c
18709                 Fix message being always [Edited]
18710                 Encode headers correctly (utf8 buf)
18711
18712 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18713         * src/socket.c
18714                 remove double g_source_attach()
18715                 (Thanks to Colin Leroy)
18716
18717 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18718         * src/gtk/gtksctree.c
18719                 Fix SSL certificate list not shown
18720         * src/mimeview.c
18721                 Fix clicks in mime tree
18722
18723 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18724         * src/common/socket.c
18725                 Fix SSL receive
18726         * src/compose.c
18727                 Fix clipboard menu hotkeys
18728
18729 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18730         * src/gtk/gtkaspell.[ch]
18731           src/compose.c
18732                 reimplement spellchecker
18733
18734 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18735         * src/gtk/filesel.c
18736                 crash when inserting file in compose window
18737                 (TODO: keep old selection on clicks)
18738         * src/main.c
18739                 use gtkrc-2.0 instead of gtkrc
18740
18741 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18742         * src/messageview.c
18743                 remove orphaned mimeview unref()
18744
18745 2004-01-20 Thorsten Maerz <torte@netztorte.de>
18746         * src/grouplistdialog.c
18747                 expand nodes containing subscribed groups
18748
18749 2004-01-19 Thorsten Maerz <torte@netztorte.de>
18750         * src/textview.c
18751                 textview: hide cursor, restore old click behaviour
18752
18753 2004-01-18 Thorsten Maerz <torte@netztorte.de>
18754         * src/textview.c
18755                 variable names messed up
18756
18757 2004-01-17 Colin Leroy <colin@colino.net>
18758         * src/addr_compl.c
18759                 Fix completion address too thin
18760         * src/compose.c
18761                 Fix tab-to-subject behaviour
18762         * src/summaryview.c
18763                 Implement key up & down in summaryview
18764
18765 2004-01-12 Thorsten Maerz <torte@netztorte.de>
18766
18767         * sync 098claws
18768
18769 2004-01-08 Thorsten Maerz <torte@netztorte.de>
18770         * configure.ac
18771           Makefile.am
18772           doc/.cvsignore
18773           doc/Makefile.am
18774                 faq, man, manual moved to doc/
18775         * ac/aspell.m4
18776           ac/check-type.m4
18777           ac/gnupg-check-typedef.m4
18778           ac/openssl.m4
18779           ac/spamassassin.m4
18780           ac/missing/gdk-pixbuf.m4
18781           ac/missing/gpgme.m4
18782           ac/missing/imlib.m4
18783                 fix automake warnings
18784
18785 2003-12-06 Colin Leroy <colin@colino.net>
18786         * src/summaryview.c
18787                 Fix quicksearch
18788
18789 2003-12-05 Colin Leroy <colin@colino.net>
18790         * src/summaryview.c
18791                 Fix going to next unread folder
18792
18793 2003-12-05 Colin Leroy <colin@colino.net>
18794         * src/crash.c
18795                 Fix gtk2 compilation
18796         * src/session.c
18797                 Remove iotag source handler at disconnection
18798         * src/socket.[ch] 
18799                 Remove source handler when closing socket 
18800                 (fixes another seg)
18801
18802 2003-12-04 Colin Leroy <colin@colino.net>
18803         * src/compose.c
18804           src/prefs_account.c
18805           src/prefs_common.c
18806                 Fix some dropdown menus
18807
18808 2003-12-04 Colin Leroy <colin@colino.net>
18809         * src/compose.c
18810                 Fix event handlers on header fields
18811         * src/common/socket.c
18812           src/common/session.c
18813                 Fix segfault with callback (SSL)
18814                 Fix end of session 
18815
18816 2003-10-06 Thorsten Maerz <torte@netztorte.de>
18817
18818         * Fix compile bug in src/compose.c
18819         * removed src/gtk/gtkstext.[ch]
18820
18821 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
18822
18823         * Convert character set and escape "text" attributes in toolbar setting
18824         files.
18825         * Fixed bug in button-press-event handling.
18826
18827 2003-09-16 Thorsten Maerz <torte@netztorte.de>
18828
18829         * Fixed bug in key-press-event handling.
18830
18831 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
18832
18833         * Enabled to compile tray-icon plugin (Ad-hoc).
18834         * Avoid hang up bug of icon list in mime view (Ad-hoc).
18835
18836 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
18837
18838         * Enabled to compile on sylpheed-claws.
18839         (tray-icon plugin still cannot compile yet.)
18840
18841 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
18842
18843         * Updated to 0.9.5.
18844
18845 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
18846
18847         * Updated to 0.9.4.
18848         * Ported monitoring SSL mechanism to GSource of GLib2
18849         (I don't confirm it)
18850         * Added _gtk2 suffix to key name of font preference to avoid
18851         ovverwriting preference of Gtk+-1.2 version.
18852
18853 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
18854
18855         * Updated to 0.9.2.
18856
18857 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
18858
18859         * Updated to 0.9.1.
18860         * Translate po files into UTF-8 when execute autogen.sh.
18861
18862 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
18863
18864         * Updated to 0.9.0.
18865
18866 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
18867
18868         * Plugged GError related memory leaks.
18869
18870 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
18871
18872         * Changed default size of fonts.
18873         * Enabled to set titile font size of warning dialog.
18874
18875 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
18876
18877         * Embed a sylpheed icon into executable binary on Windows.
18878
18879 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
18880
18881         * I forgot to traslate character set of element string in src/xml.c.
18882
18883 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
18884
18885         * Fixed detecting bind_textdomain_codeset in configure.in.
18886         * The bug in which "Example" of "Date fromat" preference isn't displayed
18887         correctly has been fixed.
18888
18889 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
18890
18891         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
18892           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
18893           glib-gettextize
18894           Removed intl directory.
18895           Translated po files into UTF-8.
18896           (Thanks! Ryuji Abe)
18897
18898 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
18899
18900         * The bug which doesn't unscape string in xml.c has been fixed.
18901
18902 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
18903
18904         * The bug which is failed to translate encoding of file name thorough
18905         file dialog has been fixed.
18906
18907 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
18908
18909         * Modified to translate file names which is used in inporting/expoting
18910         mbox feature and "Save as" feature into locale encoding.
18911         * Translate file names into locale encoding when "Attache file" and
18912         "Insert file".
18913         * Force set G_BROKEN_FILENAMES environment variable.
18914         * Other minor fixes.
18915
18916 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
18917
18918         * Modified to treat MH folder's name as locale encoding.
18919
18920 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
18921
18922         * The bug which clash on switching candidates of auto completion of
18923         addresses, cannot use auto completion in Japanesse is fixed
18924         (Thanks! Tokunaga-san)¡¥
18925
18926 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18927
18928         * The bug which cannot switch key accelerator preference has been fixed
18929         (Thanks! smbd-san)¡¥
18930
18931 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18932
18933         * version 0.8.11-gtk2-20030314
18934
18935 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18936
18937         * The bug in which character set conversion of filtering messages has
18938         been fixed.(Thanks! COCOA-san).
18939
18940 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
18941
18942         * Revived "Leave space on head" preference in "Message" category.
18943         * A bug which clash when put the cursor to end of buffer and execute
18944         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
18945
18946 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18947
18948         * version 0.8.11-gtk2-20030312
18949
18950 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18951
18952         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
18953         * Modified to use Pango's API directly for font preference.
18954         * Integrated GtkTextView of textview to one widget.
18955         * Set fonts of header title in textview by "header_title" tag.
18956         * Removed some deprecated codes.
18957
18958 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
18959
18960         * Updated to 0.8.11.
18961         * Merged cygwin patch(Thanks! Sakai-san).
18962
18963 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
18964
18965         * version 0.8.10-gtk2-20030309