2006-10-02 [colin] 2.5.2cvs36
[claws.git] / ChangeLog
1 2006-10-02 [colin]      2.5.2cvs36
2
3         * src/folderview.c
4                 Fix 'goto next unread' after collapsing/expanding 
5                 a node.
6
7 2006-10-02 [colin]      2.5.2cvs35
8
9         * src/summaryview.c
10                 Fix double freeze/thaw
11         * src/common/utils.c
12         * src/common/utils.h
13                 Reimplement strftime
14         * src/procheader.c
15                 Use it
16
17
18 2006-10-02 [colin]      2.5.2cvs34
19
20         * src/mh.c
21                 Time mh_write_sequences() - it's fast
22         * src/summaryview.c
23                 Init a variable to shut up gcc
24
25 2006-10-01 [colin]      2.5.2cvs33
26
27         * src/folder.c
28         * src/mh.c
29         * src/mh.h
30         * src/msgcache.c
31                 Add helper mh_set_mtime(), and set mtime to stat()'s result
32                 Add fsync but disable it, it's slow as hell
33
34 2006-10-01 [colin]      2.5.2cvs32
35
36         * src/mh.c
37         * src/msgcache.c
38                 fflush() caches and mh_sequences before
39                 fclose()ing
40
41 2006-10-01 [colin]      2.5.2cvs31
42
43         * src/msgcache.c
44                 Don't ftruncate when not using mmap
45
46 2006-09-30 [colin]      2.5.2cvs30
47
48         * src/main.c
49                 Write folder list *after* saving caches
50
51 2006-09-30 [colin]      2.5.2cvs29
52
53         * src/folder.c
54         * src/mh.c
55                 Debug forced mtime changes
56
57 2006-09-30 [colin]      2.5.2cvs28
58
59         * src/folder.c
60         * src/main.c
61                 Remove useless debug_print()s (code
62                 well-tested)
63
64 2006-09-30 [colin]      2.5.2cvs27
65
66         * src/mh.c
67                 Do stuff faster when writing mh_sequences
68
69 2006-09-30 [colin]      2.5.2cvs26
70
71         * src/mh.c
72                 Don't let the writing of .mh_sequences, which
73                 can change the folder's mtime, let us think
74                 we need to scan.
75
76 2006-09-30 [colin]      2.5.2cvs25
77
78         * src/folder.c
79                 Move a debug_print where it belongs 
80                 (processing)
81         * src/summaryview.c
82                 Don't mess with a huge slow subject
83                 table if we're not threading by
84                 subject
85
86 2006-09-30 [colin]      2.5.2cvs24
87
88         * src/msgcache.c
89                 Reenable mmaped reads (*not* writes!)
90         * src/procmsg.c
91                 Don't destroy and recreate hashtables just
92                 for fun
93         * src/common/utils.c
94                 Remove useless reply prefixes (it's case
95                 unsensitive)
96
97 2006-09-30 [wwp]        2.5.2cvs23
98
99         * tools/fix_date.sh
100                 Fixed a minor bug in date value extraction, added a switch
101                 to replace non RFC-compliant Date: value, added a switch
102                 to use strict RFC matching patterns for dates.
103
104 2006-09-29 [colin]      2.5.2cvs22
105
106         * src/matcher_parser.h
107         * src/matcher_parser_parse.y
108         * src/prefs_filtering.c
109         * src/statusbar.c
110         * src/summary_search.c
111         * src/summaryview.c
112         * src/gtk/quicksearch.c
113         * src/gtk/quicksearch.h
114                 Optimise searches by setting different
115                 refresh intervals (depending if the 
116                 search is fast or not)
117
118 2006-09-29 [colin]      2.5.2cvs21
119
120         * src/codeconv.c
121                 Optimise by reusing the last iconv converter
122                 if possible
123         * src/textview.c
124                 Optimise a bit (the foldable quotes feature
125                 still has an awful O(n^2) algo
126
127 2006-09-29 [colin]      2.5.2cvs20
128
129         * src/gtk/gtksctree.c
130         * src/gtk/gtksctree.h
131                 Optimise de-selection via up/down or
132                 another key
133
134 2006-09-28 [colin]      2.5.2cvs19
135
136         * src/action.c
137         * src/compose.c
138         * src/folderview.c
139         * src/mainwindow.c
140         * src/messageview.c
141         * src/summary_search.c
142         * src/toolbar.c
143                 Avoid using summaryview->ctree directly
144
145 2006-09-28 [colin]      2.5.2cvs18
146
147         * src/summaryview.c
148         * src/summaryview.h
149                 Add helpers to freeze/thaw/grab_focus
150                 Factorize calls to freeze/thaw/grab_focus
151                 
152
153 2006-09-28 [colin]      2.5.2cvs17
154
155         * src/main.c
156                 More guards for the session management
157
158 2006-09-28 [colin]      2.5.2cvs16
159
160         * src/folderview.c
161         * src/gtk/gtksctree.c
162         * src/gtk/gtksctree.h
163                 Make expanding not recursive in folderview
164
165 2006-09-28 [colin]      2.5.2cvs15
166
167         * src/addressbook.c
168                 If nothing is selected in the list (right part)
169                 and a group is selected in the tree (left part),
170                 mail this group.
171
172 2006-09-28 [colin]      2.5.2cvs14
173
174         * src/Makefile.am
175                 Actually use SM_LIBS
176
177 2006-09-28 [ticho]      2.5.2cvs13
178
179         * src/export.c
180         * src/messageview.c
181         * src/mimeview.c
182         * src/news.c
183         * src/pop.c
184         * src/prefs_themes.c
185         * src/procmsg.c
186                 Small i18n string optimization.
187         * src/send_message.c
188         * src/summaryview.c
189         * src/common/session.c
190         * src/common/smtp.c
191         * src/common/ssl_certificate.c
192         * src/common/utils.c
193                 Use "Couldn't" instead of "Can't" in UI messages,
194                 where appropriate.
195
196 2006-09-28 [colin]      2.5.2cvs12
197
198         * configure.ac
199                 Possibly fix link errors
200
201 2006-09-27 [wwp]        2.5.2cvs11
202
203         * src/gtk/authors.h
204         * doc/man/sylpheed-claws.1
205         * manual/ack.xml
206         * manual/es/ack.xml
207         * manual/fr/ack.xml
208         * manual/pl/ack.xml
209                 Updated authors info (me, myself and I).
210
211 2006-09-27 [colin]      2.5.2cvs10
212
213         * src/addressbook.c
214                 Remove useless printf
215
216 2006-09-27 [wwp]        2.5.2cvs9
217
218         * src/editgroup.c
219         * src/send_message.c
220         * src/inc.c
221         * src/prefs_common.c
222         * src/prefs_common.h
223         * src/gtk/progressdialog.c
224                 remember more windows' sizes (send dialog, received dialog,
225                 edit group in addressbook).
226
227 2006-09-27 [colin]      2.5.2cvs8
228
229         * configure.ac
230         * src/main.c
231         * src/mainwindow.h
232                 Use libSM to communicate with the session
233                 manager, so that we can know when the 
234                 session ends, save our caches, and draft
235                 our compose windows.
236
237 2006-09-27 [colin]      2.5.2cvs7
238
239         * src/addressbook.c
240                 Fix issues:
241                 o Allow Book and Group creation from the tree's
242                   contextual menu
243                 o Do not actually delete the contacts when 
244                   deleting groups from the tree (duh!)
245
246 2006-09-27 [colin]      2.5.2cvs6
247
248         * src/compose.c
249         * src/compose.h
250         * src/mainwindow.c
251         * src/textview.c
252         * src/toolbar.c
253                 o Allow passing an email address to 
254                   compose_new_with_folderitem
255                 o Update callers
256                 o Use current folderitem when clicking
257                   on a TextView mailto: link
258                 o Fix a possible leak in TextView
259
260 2006-09-27 [colin]      2.5.2cvs5
261
262         * src/html.c
263                 Use UTF-8 chars to replace HTML entities
264
265 2006-09-27 [colin]      2.5.2cvs4
266
267         * AUTHORS
268         * src/prefs_account.c
269         * src/gtk/authors.h
270                 Fix bug #1024 (Array index out of
271                 range in sylpheed-claws-2.5.2)
272                 Patch by Ales Nosek <anosek@suse.cz>
273
274 2006-09-27 [colin]      2.5.2cvs3
275
276         * src/addr_compl.c
277                 Actually do the test
278
279 2006-09-27 [colin]      2.5.2cvs2
280
281         * src/addr_compl.c
282         * src/addr_compl.h
283                 Allow completing with comma (in certain cases: vCalendar
284                 for example doesn't support that)
285                 Patch by Fabien Vantard
286
287 2006-09-26 [colin]      2.5.2cvs1
288
289         * src/Makefile.am
290         * src/addr_compl.c
291         * src/addr_compl.h
292         * src/addrbook.c
293         * src/addrbook.h
294         * src/addressbook.c
295         * src/addrindex.c
296         * src/addrindex.h
297         * src/compose.c
298         * src/prefs_common.c
299         * src/prefs_filtering_action.c
300         * src/prefs_folder_item.c
301         * src/prefs_template.c
302         * src/stock_pixmap.c
303         * src/stock_pixmap.h
304         * src/pixmaps/addr_one.xpm
305         * src/pixmaps/addr_two.xpm
306                 Add auto-completion on groups
307
308 2006-09-26 [colin]      2.5.2
309
310         * NEWS
311         * README
312         * RELEASE_NOTES
313                 2.5.2 released
314
315 2006-09-26 [colin]      2.5.1cvs5
316
317         * src/matcher.c
318                 Fix condition
319
320 2006-09-26 [colin]      2.5.1cvs4
321
322         * src/mbox.c
323                 Revert cvs1 (useless as the message is printed 
324                 every 500 mails)
325
326 2006-09-26 [colin]      2.5.1cvs3
327
328         * src/partial_download.c
329                 Fix crasher found by Alexsandar Urosevic
330
331 2006-09-26 [colin]      2.5.1cvs2
332
333         * src/summaryview.c
334                 Fix bug #1023 (Sylpheed deletes too much messages)
335
336 2006-09-26 [ticho]      2.5.1cvs1
337
338         * src/mbox.c
339                 Make use of gettext's multiple plurals for statusbar
340                 progress message.
341
342 2006-09-25 [paul]       2.5.1
343
344         * NEWS
345         * README
346         * RELEASE_NOTES
347                 2.5.1 released
348
349 2006-09-25 [colin]      2.5.0cvs3
350
351         * src/plugins/bogofilter/bogofilter.c
352         * src/plugins/clamav/clamav_plugin.c
353         * src/plugins/spamassassin/spamassassin.c
354                 BogoFilter, Spamassassin: Fix double hook registering after
355                 visiting preferences
356                 Spamassassin, Clamav: Just set the mails to move instead of
357                 doing the move - caller will move the things at once.
358
359 2006-09-25 [colin]      2.5.0cvs2
360
361         * src/imap.c
362         * src/etpan/imap-thread.c
363                 Use UID SEARCH ALL instead of UID 1:*
364                 (braindead servers can't figure out that's
365                 the same...)
366
367 2006-09-25 [wwp]        2.5.0cvs1
368
369         * src/message_search.c
370                 Added the ability to stop a running search (in message body).
371
372 2006-09-25 [paul]       2.5.0
373
374         * NEWS
375         * README
376         * RELEASE_NOTES
377                 2.5.0 released
378
379 2006-09-25 [paul]       2.4.0cvs214
380
381         * po/cs.po
382         * po/de.po
383         * po/fi.po
384         * po/fr.po
385         * po/nl.po
386         * po/pt_BR.po
387         * po/sk.po
388         * po/sr.po
389         * po/zh_CN.po
390                 updated by Tim, Stephan Sachse, Flammie Pirinen,
391                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
392                 Ticho, Aleksander Urosevic, Ralgh Young
393
394 2006-09-24 [mones]      2.4.0cvs213
395
396         * po/es.po
397                 Updated for release
398
399 2006-09-23 [colin]      2.4.0cvs212
400
401         * src/gtk/inputdialog.c
402                 Fix [ ] remember this appearing in normal
403                 input dialogs after it's been used by
404                 mimeview.
405         * src/folder.c
406         * src/folderview.c
407         * src/msgcache.c
408         * src/procmsg.c
409         * src/summaryview.c
410         * src/textview.c
411         * src/common/timing.h
412                 Enable timings in debug mode and make it
413                 look prettier.
414
415 2006-09-22 [colin]      2.4.0cvs211
416
417         * README
418                 Revert test change
419         * commitHelper
420                 ping the correct URI
421
422 2006-09-22 [colin]      2.4.0cvs210
423
424         * README
425                 Let's see if bug #1022 is fixed
426
427 2006-09-21 [colin]      2.4.0cvs209
428
429         * src/wizard.c
430         * src/common/plugin.c
431                 Prepare infra to load predefined plugins when
432                 no configuration existed. Don't actually load
433                 anything yet (feat. freeze)
434
435 2006-09-21 [wwp]        2.4.0cvs208
436
437         * manual/fr/faq.xml
438                 Partial sync w/ 2.4.0cvs72:
439                 wrap file and minor updates.
440
441 2006-09-21 [wwp]        2.4.0cvs207
442
443         * tools/fix_date.sh
444                 several fixes and enhancements. A new --force switch has been
445                 added to prevent overriding by default Date: header when
446                 already existing.
447
448 2006-09-21 [paul]       2.4.0cvs206
449
450         * src/common/utils.c
451                 add Chinese UTF8 Re prefix
452
453 2006-09-21 [wwp]        2.4.0cvs205
454
455         * tools/Makefile.am
456                 Fics alfabettical order.
457
458 2006-09-21 [wwp]        2.4.0cvs204
459
460         * tools/fix_date.sh
461         * tools/Makefile.am
462                 Added an action tool to fix missing Date field in emails.
463                 Updated Makefile.am to reflect those last two additions.
464
465 2006-09-21 [wwp]        2.4.0cvs203
466
467         * tools/uuooffice
468                 Added a action tool to open uuencoded docs w/
469                 OpenOffice (based on uudec method).
470
471 2006-09-21 [colin]      2.4.0cvs202
472
473         * src/compose.c
474         * src/textview.c
475                 Workaround possible GTK crash: remove selection 
476                 clipboard before destroying widget, or GTK+-2.10
477                 dies. Thanks to Hiro.
478
479 2006-09-20 [colin]      2.4.0cvs201
480
481         * src/compose.c
482                 Fix free-after-use in some cases (when 
483                 procmime_encode_content() frees mimeinfo->data.mem
484                 and turns it to a temp file)
485
486 2006-09-20 [colin]      2.4.0cvs200
487
488         * src/folderview.c
489         * src/summaryview.c
490         * src/gtk/gtksctree.c
491         * src/gtk/gtksctree.h
492                 Add tooltips in the folderview and summaryview
493                 (Doesn't break string freeze as they already
494                 exist)
495         * src/toolbar.c
496                 Put the spam button in the default configuration
497                 if compiled with bogo plugin too
498
499 2006-09-19 [colin]      2.4.0cvs199
500
501         * src/summaryview.c
502         * src/summaryview.h
503                 Update folder name label on folder rename
504         * src/prefs_matcher.c
505         * src/gtk/logwindow.h
506                 Fix warnings
507                 Patches by Fabien
508
509 2006-09-19 [wwp]        2.4.0cvs198
510
511         * src/summary_search.c
512                 fix can't click forward/backward buttons in the
513                 search messages.
514
515 2006-09-18 [paul]       2.4.0cvs197
516
517         * src/wizard.c
518                 add missing bracket, capitalise the A of
519                 'SpamAssassin'
520
521 2006-09-18 [paul]       2.4.0cvs196
522
523         * src/compose.c
524                 fix bug 1012 'crashed upon sending mail
525                 from compose window'
526                 Thanks to Colin
527
528 2006-09-16 [colin]      2.4.0cvs195
529
530         * src/folderview.c
531                 Fix "real-time" sorting by freezing/thawing
532
533 2006-09-16 [colin]      2.4.0cvs194
534
535         * manual/faq.xml
536                 Fix the anti-spam entry a bit
537
538 2006-09-16 [colin]      2.4.0cvs193
539
540         * src/wizard.c
541                 Make sure reviewers have no excuse when stating
542                 Sylpheed-Claws doesn't have antispam capabilities.
543
544 2006-09-16 [colin]      2.4.0cvs192
545
546         * src/main.c
547                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
548                 as if the SIGPIPE comes from etpan's thread we could
549                 trigger a GUI update from this thread.
550
551 2006-09-16 [colin]      2.4.0cvs191
552
553         * src/summaryview.c
554                 Init all members of the struct
555
556 2006-09-16 [paul]       2.4.0cvs190
557
558         * src/account.c
559                 improvements to the English
560
561 2006-09-15 [colin]      2.4.0cvs189
562
563         * src/summaryview.c
564                 HIG order on dialog
565
566 2006-09-14 [colin]      2.4.0cvs188
567
568         * src/common/socket.c
569         * src/common/socket.h
570         * src/common/ssl.c
571         * src/common/ssl_certificate.c
572         * src/common/ssl_certificate.h
573         * src/etpan/imap-thread.c
574                 the get_fqdn() call done to get canonical name when
575                 checking an SSL certificate is blocking, which is
576                 sad as we just did a non-blocking lookup to connect.
577                 Fix that by letting the fqdn available to the SockInfo,
578                 and use that in ssl_certificate_check(). For IMAP,
579                 we don't do it as the lookup's done by libetpan, but
580                 it's less annoying as IMAP connections as much more
581                 rare than POP3 connections.
582
583 2006-09-14 [paul]       2.4.0cvs187
584
585         * manual/advanced.xml
586                 improvements to the English,
587                 properly place the new hidden options
588                 within the alphabetical order
589         * src/gtk/pluginwindow.c
590                 improvements to the English
591
592 2006-09-14 [colin]      2.4.0cvs186
593
594         * src/prefs_common.c
595         * src/prefs_common.h
596         * src/gtk/gtksctree.c
597         * manual/advanced.xml
598                 New hidden pref, stripes_color_offset, to change
599                 the value added/substracted to normal bgcolor to
600                 create the stripes in summaries
601
602 2006-09-13 [colin]      2.4.0cvs185
603
604         * src/gedit-print.c
605         * src/messageview.c
606         * src/messageview.h
607         * src/summaryview.c
608         * src/textview.c
609                 Fix misc. printing issues: 
610                 - Bad font for linkified headers
611                 - Different font if the mail was displayed or not
612                 - Factorize the thing
613
614 2006-09-13 [colin]      2.4.0cvs184
615
616         * src/common/ssl_certificate.c
617                 Only get FQDN once when checking certificate
618
619 2006-09-13 [colin]      2.4.0cvs183
620
621         * src/account.c
622         * src/gtk/pluginwindow.c
623                 Misc. GUI fixes by Fabien
624
625 2006-09-13 [wwp]        2.4.0cvs182
626
627         * configure.ac
628         * src/common/utils.h
629         * src/common/utils.c
630                 get rid of unused wide-char functions.
631
632 2006-09-13 [wwp]        2.4.0cvs181
633
634         * src/plugins/pgpinline/sylpheed.def
635         * src/textview.c
636                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
637                 add privacy_reset_error to the .def file,
638                 do not fork for an external textviewer.
639
640 2006-09-13 [wwp]        2.4.0cvs180
641
642         * src/prefs_common.c
643                 fix broken font entry in prefs (patch issued by the gpg4win team,
644                 probably by Marcus Brinkmann <marcus@g10code.de>).
645
646 2006-09-13 [colin]      2.4.0cvs179
647
648         * src/folder.h
649                 Fix a warning in summaryview.c
650         * src/mainwindow.c
651         * src/summaryview.c
652         * src/summaryview.h
653                 Add missing Mark/* elements in the
654                 main menu
655
656 2006-09-12 [colin]      2.4.0cvs178
657
658         * src/prefs_actions.c
659         * src/prefs_filtering_action.c
660         * src/prefs_matcher.c
661                 Use (New) instead of New everywhere
662
663 2006-09-12 [wwp]        2.4.0cvs177
664
665         * manual/fr/addrbook.xml
666         * manual/fr/handling.xml
667                 updated some quotes in the fr manual to match the fr translation.
668
669 2006-09-12 [wwp]        2.4.0cvs176
670
671         * src/prefs_matcher.c
672                 don't store translated string elements in matcher expressions.
673                 Also fixed a misused of Q_().
674
675 2006-09-11 [wwp]        2.4.0cvs175
676
677         * src/plugins//bogofilter/bogofilter.c
678         * src/plugins//clamav/clamav_plugin.c
679         * src/plugins//demo/demo.c
680         * src/plugins//dillo_viewer/dillo_viewer.c
681         * src/plugins//pgpcore/plugin.c
682         * src/plugins//pgpinline/plugin.c
683         * src/plugins//pgpmime/plugin.c
684         * src/plugins//spamassassin/spamassassin.c
685                 gettext-ize more strings (mostly plugin error messages).
686
687 2006-09-11 [colin]      2.4.0cvs174
688
689         * src/alertpanel.c
690                 Make maximum buffer size bigger to avoid
691                 truncating translated messages. Patch by
692                 Fabien
693
694 2006-09-11 [colin]      2.4.0cvs173
695
696         * src/etpan/imap-thread.c
697                 Fix compilation on OpenBSD, thanks to 
698                 Landry
699
700 2006-09-10 [wwp]        2.4.0cvs172
701
702         * manual/account.xml
703         * manual/addrbook.xml
704         * manual/handling.xml
705         * manual/es/handling.xml
706         * manual/fr/account.xml
707         * manual/fr/addrbook.xml
708         * manual/fr/handling.xml
709                 documented addressbook matching (condition configuration):
710                   addrbook.xml, en fr
711                 documented per-account filtering rules (handling/filtering
712                   section, account section):
713                   account.xml, handling.xml, en fr
714                 slightly updated the handling/searching section to tell few
715                   words about the extended search ability:
716                   handling.xml, en fr
717                 added missing <quote></quotes> to Quick Search:
718                   handling.xml, en fr es
719                 fixed a typo (auomatically):
720                   handling.xml, en
721                 changes revisited by Paul.
722
723 2006-09-10 [paul]       2.4.0cvs171
724
725         * src/prefs_actions.c
726         * src/prefs_filtering.c
727         * src/prefs_template.c
728                 adjustments to the gui
729                 Patch by Fabien Vantard (slightly modified)
730
731 2006-09-10 [colin]      2.4.0cvs170
732
733         * src/summaryview.c
734                 Check folderitem/summaryview consistency
735                 (basically automates Update summary). Fixes
736                 #1011 (wrong (negative) count on unread 
737                 messages)
738
739 2006-09-10 [colin]      2.4.0cvs169
740
741         * src/gtk/gtksctree.c
742                 Fix recursive expansion via mouse
743         * src/plugins/bogofilter/bogofilter.c
744                 Use normal filtering way of moving
745                 messages (batching), possibly fixing
746                 bug #1015 (Bogofilter plugin doubles 
747                 new messages)
748
749 2006-09-09 [wwp]        2.4.0cvs168
750
751         * src/prefs_filtering.c
752                 better place for this fix.
753
754 2006-09-09 [wwp]        2.4.0cvs167
755
756         * src/prefs_filtering.c
757                 fix a minor bug when the enabled status of a filtering/processing
758                 rule always got set to TRUE when replacing this rule. That still
759                 make sense when adding a new rule, but now when replacing, we
760                 don't override the value of 'enabled'.
761                 Also renamed the func prefs_filtering_list_view_get_rule_name()
762                 to prefs_filtering_list_view_get_info() as this function not only
763                 returns the name, but also the account_id and the enabled status.
764
765 2006-09-09 [mones]      2.4.0cvs166
766
767         * manual/glossary.xml
768         * manual/plugins.xml
769                 Minor format corrections
770         * manual/gpl.xml
771                 Fix misplaced NO WARRANTY section
772         * manual/es/advanced.xml
773         * manual/es/faq.xml
774         * manual/es/glossary.xml
775         * manual/es/gpl.xml
776         * manual/es/handling.xml
777         * manual/es/plugins.xml
778         * manual/es/starting.xml
779                 Incorporate changes from English version
780         * manual/fr/ack.xml
781         * manual/pl/ack.xml
782         * manual/es/ack.xml
783                 Fix address, (add translation credits in es version)
784         * po/es.po
785                 Updated translation
786
787 2006-09-09 [wwp]        2.4.0cvs165
788
789         * src/prefs_filtering.c
790                 fix a crash when opening filtering prefs, if matcherrc file contains
791                 broken data (non-existing account id, which is theoretically not
792                 possible).
793
794 2006-09-08 [colin]      2.4.0cvs164
795
796         * src/folder.c
797                 Wrong assert, make it an if()
798         * src/gtk/gtksctree.c
799                 Fix bug #1013 (expand selected thread 
800                 tree) - expanding is now recursive
801
802 2006-09-07 [wwp]        2.4.0cvs163
803
804         * src/prefs_matcher.c
805                 make better sentences about addressbook matching in the
806                 matcher prefs. This should make translators' work easier
807                 too.
808
809 2006-09-07 [wwp]        2.4.0cvs162
810
811         * src/prefs_filtering.c
812                 code simplification (get rid of dup var. assignment).
813
814 2006-09-07 [wwp]        2.4.0cvs161
815
816         * src/summaryview.c
817                 use GTK_STOCK icons when possible, patch by Fabien Vantard
818                 <fzzzzz@gmail.com>.
819
820 2006-09-07 [paul]       2.4.0cvs160
821
822         * src/mimeview.c
823                 fix compilation warnings
824                 Thanks to Colin
825
826 2006-09-07 [paul]       2.4.0cvs159
827
828         * src/mimeview.c
829                 select the mimepart icon when
830                 displaying as text
831                 Thanks to Colin
832
833 2006-09-06 [paul]       2.4.0cvs158
834
835         * src/prefs_filtering.c
836                 fix labels and table element spacing
837                 Patch by Fabien Vantard
838
839 2006-09-06 [paul]
840
841         2.5.0-rc3 released
842
843 2006-09-06 [paul]       2.4.0cvs157
844
845         * manual/es/advanced.xml
846                 fix typo
847
848 2006-09-06 [wwp]        2.4.0cvs156
849
850         * src/mainwindow.c
851                 fix an dup launch issue when iconified, thanks to Colin.
852
853 2006-09-06 [wwp]        2.4.0cvs155
854
855         * src/gtk//gtksctree.h
856                 oops, forgot that one!
857
858 2006-09-06 [wwp]        2.4.0cvs154
859
860         * manual/pl/advanced.xml
861         * manual/advanced.xml
862         * manual/es/advanced.xml
863         * manual/fr/advanced.xml
864         * src/prefs_customheader.c
865         * src/prefs_filtering_action.c
866         * src/foldersel.c
867         * src/prefs_summaries.c
868         * src/prefs_filtering.c
869         * src/account.c
870         * src/compose.c
871         * src/prefs_summary_column.c
872         * src/addr_compl.c
873         * src/prefs_actions.c
874         * src/prefs_folder_column.c
875         * src/ssl_manager.c
876         * src/prefs_template.c
877         * src/prefs_display_header.c
878         * src/prefs_common.h
879         * src/prefs_matcher.c
880         * src/prefs_common.c
881         * src/prefs_toolbar.c
882         * src/summaryview.c
883         * src/folderview.c
884         * src/gtk/gtksctree.c
885         * src/gtk/pluginwindow.c
886         * src/gtk/progressdialog.c
887         * src/gtk/prefswindow.c
888                 renamed hidden option enable_rules_hint to use_stripes_everywhere
889                 to make its meaning more obvious (all versions of the manual reflect
890                 the change).
891                 added an extra hidden option use_stripes_in_summary to allow
892                 discarding these stripes in mainwindow's folder and message lists;
893                 en and fr manuals only are OK towards this.
894
895 2006-09-06 [colin]      2.4.0cvs153
896
897         * src/textview.c
898                 Hide Sylpheed-Claws' internal queue headers
899                 when showing all headers. They'll be present
900                 only in Source window.
901
902 2006-09-05 [colin]      2.4.0cvs152
903
904         * src/plugins/trayicon/trayicon.c
905                 Fix crash at exit - we have to disconnect
906                 our handlers
907         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
908                 Update eggtrayicon - patch adapted from a
909                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
910                 on Sylpheed's ML
911
912 2006-09-05 [colin]      2.4.0cvs151
913
914         * src/mainwindow.c
915         * src/gtk/logwindow.c
916                 Fix race condition when something writes
917                 to the log too soon during init. Thanks
918                 to Fabien Vantard
919
920 2006-09-05 [colin]      2.4.0cvs150
921
922         * src/mimeview.c
923                 Don't select part on right-click either
924
925 2006-09-05 [paul]       2.4.0cvs149
926
927         * src/mimeview.c
928                 completion of previous commit
929                 Thanks to Colin
930
931 2006-09-05 [colin]      2.4.0cvs148
932
933         * src/mimeview.c
934                 Don't force selection on middle-click, just open
935
936 2006-09-04 [colin]      2.4.0cvs147
937
938         * src/mimeview.c
939                 Looks like gtk_notebook_set_current_page()
940                 sometimes steals focus, and this annoys us
941                 in MimeViewers as it renders navigation
942                 keys useless. Take back focus after switching
943                 pages.
944
945 2006-09-04 [colin]      2.4.0cvs146
946
947         * src/messageview.c
948                 Set stop_loading when clicking on Next
949                 during load. Don't add a callback to 
950                 avoid over-complicating things.
951
952 2006-09-04 [colin]      2.4.0cvs145
953
954         * src/mimeview.c
955         * src/messageview.c
956                 Fix multiple loads in separate messageview
957
958 2006-09-04 [colin]      2.4.0cvs144
959
960         * src/summaryview.c
961                 Let navigation keys be handled during 
962                 load
963
964 2006-09-04 [colin]      2.4.0cvs143
965
966         * src/messageview.c
967         * src/summaryview.c
968         * src/textview.c
969         * src/textview.h
970                 Make loading of huge mails (lots of text and/or
971                 images) cancellable, so the GUI doesn't block 
972
973 2006-09-04 [colin]      2.4.0cvs142
974
975         * src/plugins/trayicon/trayicon.c
976                 Fix annoyance when removing a folder with 
977                 unread mails: trayicon didn't update
978
979 2006-09-04 [paul]       2.4.0cvs141
980
981         * src/gtk/icon_legend.c
982                 straighten up columns
983                 Patch by Fabien Vantard
984
985 2006-09-04 [wwp]        2.4.0cvs140
986
987         * src/prefs_filtering.c
988                 fix new line's account name in filtering prefs:
989                 was "All", is now "(New)".
990
991 2006-09-04 [paul]       2.4.0cvs139
992
993         * tools/make.themes.project
994                 use "AUTOMAKE_OPTIONS = dist-bzip2"
995                 instead of homebrewed "make release"
996
997 2006-09-03 [colin]      2.4.0cvs138
998
999         * src/folderview.c
1000                 Fix bug #1007 (Wrong folder highlighted)
1001
1002 2006-09-03 [colin]      2.4.0cvs137
1003
1004         * src/compose.c
1005                 Don't set Newsgroup: header to a mail folder
1006                 path
1007
1008 2006-09-03 [paul]       2.4.0cvs136
1009
1010         * src/prefs_other.c
1011         * src/prefs_spelling.c
1012                 unify the gui
1013
1014 2006-09-03 [paul]       2.4.0cvs135
1015
1016         * src/prefs_summaries.c
1017                 correct menu item text in prefs_keybind_apply_clicked()
1018
1019 2006-09-03 [paul]       2.4.0cvs134
1020
1021         * manual/advanced.xml
1022                 some improvements to the descriptions
1023         * src/mainwindow.c
1024         * src/messageview.c
1025         * src/summaryview.c
1026         * src/gtk/menu.c
1027                 fix menu sensitivity issues
1028         * src/prefs_message.c
1029                 drop the useless word 'short'
1030         * src/prefs_other.c
1031                 add the word 'lines' indicating log length
1032                 is a measure of lines
1033         * src/textview.c
1034                 fix compilation warnings
1035
1036 2006-09-02 [colin]      2.4.0cvs133
1037
1038         * src/messageview.c
1039                 Display a special return-receipt message
1040                 if the message is from the user
1041         * src/summaryview.c
1042                 Fix missing freeze of the list when marking
1043                 all read and unthreading for exec. Thanks
1044                 to Stephan Sachse.
1045
1046 2006-09-02 [paul]       2.4.0cvs132
1047
1048         * src/mainwindow.c
1049         * src/prefs_message.c
1050         * src/summaryview.c
1051                 fix some english
1052
1053 2006-09-02 [wwp]        2.4.0cvs131
1054
1055         * src/prefs_filtering.c
1056                 added an account name column to the filtering rules
1057                 dialog.
1058
1059 2006-09-02 [colin]      2.4.0cvs130
1060
1061         * src/gtk/logwindow.c
1062         * src/gtk/logwindow.h
1063                 Block scrolling if we're not at the end
1064                 of the log
1065
1066 2006-09-02 [colin]      2.4.0cvs129
1067
1068         * src/folder.c
1069                 Make sure account-specific rules can't
1070                 be used in {pre-,post-,}processing
1071         * src/mainwindow.c
1072         * src/gtk/logwindow.c
1073         * src/gtk/logwindow.h
1074                 Jump to last error when clicking on the
1075                 warning icon
1076
1077 2006-09-02 [colin]      2.4.0cvs128
1078
1079         * src/imap.c
1080         * src/import.c
1081         * src/mainwindow.c
1082         * src/mainwindow.h
1083                 Fix warning icon
1084         * src/inc.c
1085         * src/mbox.c
1086         * src/mbox.h
1087                 Let proc_mbox know its account, for
1088                 account-specific rules
1089
1090 2006-09-01 [colin]      2.4.0cvs127
1091
1092         * src/codeconv.c
1093                 Don't uselessly use iconv to convert from
1094                 us-ascii
1095         * src/alertpanel.c
1096         * src/mainwindow.c
1097         * src/mainwindow.h
1098         * src/inc.c
1099                 Fix certain log cases, disable warning icon
1100                 for now, the correct way to display it when
1101                 necessary and only when necessary is probably
1102                 to do it manually rather than use error logs
1103         * src/etpan/imap-thread.c
1104                 Clean up UID logging a bit
1105         * src/gtk/logwindow.c
1106         * src/gtk/logwindow.h
1107                 Make logging faster when the window's closed
1108
1109 2006-09-01 [wwp]        2.4.0cvs126
1110
1111         * manual/fr/account.xml
1112                 reflect changes to the ref. manual (parts of cvs72):
1113                 fix tabnames and quotes.
1114
1115 2006-09-01 [wwp]        2.4.0cvs125
1116
1117         * manual/fr/plugins.xml
1118                 reflect changes to the reference manual (cvs42):
1119                 update IRC channel info.
1120
1121 2006-09-01 [wwp]        2.4.0cvs124
1122
1123         * commitHelper
1124                 use CVSEDITOR env. var. if set, according to `man cvs`.
1125
1126 2006-09-01 [wwp]        2.4.0cvs123
1127
1128         * manual/advanced.xml
1129                 better sentence again (thanks to Paul).
1130
1131 2006-09-01 [wwp]        2.4.0cvs122
1132
1133         * manual/advanced.xml
1134         fix definition of toolbar_detachable and rework a bit the one of
1135         enable_dotted_lines.
1136
1137 2006-09-01 [mones]      2.4.0cvs121
1138
1139         * manual/advanced.xml
1140                 Document enable_dotted_lines
1141
1142 2006-09-01 [paul]       2.4.0cvs120
1143
1144         * src/folderview.c
1145         * src/folderview.h
1146         * src/imap.c
1147         * src/mainwindow.c
1148         * src/summaryview.c
1149                 obey the 'When entering folder...' option
1150                 when using the /View/Go to/... menu items
1151                 Thanks to Colin
1152
1153 2006-08-31 [colin]      2.4.0cvs119
1154
1155         * src/folderview.c
1156                 Revert 2.4.0cvs116, wrong fix.
1157
1158 2006-08-31 [colin]      2.4.0cvs118
1159
1160         * src/gtk/gtksctree.c
1161                 Better state the various copyrights
1162
1163 2006-08-31 [colin]      2.4.0cvs117
1164
1165         * src/prefs_common.c
1166                 fix enable_dotted_lines
1167
1168 2006-08-31 [colin]      2.4.0cvs116
1169
1170         * src/folderview.c
1171                 Use pref "Always open on select" when going
1172                 to next unread folder
1173         * src/gtk/gtksctree.c
1174                 Fix link failure to _gtk_clist_create_cell_layout
1175                 on certain computers. (Why not mine, I wonder)
1176
1177 2006-08-31 [colin]      2.4.0cvs115
1178
1179         * src/procmsg.c
1180         * src/textview.c
1181         * src/plugins/bogofilter/bogofilter.c
1182         * src/plugins/spamassassin/spamassassin.c
1183                 Requalify some "errors" to warnings
1184         * src/mainwindow.c
1185         * src/mainwindow.h
1186         * src/statusbar.c
1187                 Add an icon in the statusbar to notify
1188                 of errors
1189         * src/gtk/gtksctree.c
1190         * src/folderview.c
1191         * src/summaryview.c
1192                 Make the GtkSCTree look more modern by
1193                 alternating background lines
1194         * src/prefs_common.c
1195         * src/prefs_common.h
1196                 Add a pref to let people have the old
1197                 way if they prefer
1198
1199
1200 2006-08-30 [colin]      2.4.0cvs114
1201
1202         * src/procmsg.c
1203         * src/procmsg.h
1204                 Provide a way to filter a list of
1205                 messages in an optimised manner, and
1206                 add a list-filtering hook
1207         * src/folder.c
1208         * src/inc.c
1209         * src/mbox.c
1210                 Use the list filtering
1211         * src/plugins/bogofilter/bogofilter.c
1212                 Use the list-filtering hook
1213                 Use -b (bulk) mode for more speed
1214                 when learning and filtering
1215         * src/etpan/imap-thread.c
1216                 Make log output shorter in UID SEARCH
1217
1218
1219 2006-08-30 [colin]      2.4.0cvs113
1220
1221         * src/plugins/bogofilter/bogofilter.c
1222                 Really fast mass learning - thanks to David
1223                 Relson for the options explanations :)
1224
1225 2006-08-30 [colin]      2.4.0cvs112
1226
1227         * src/msgcache.c
1228                 Fix compilation on FreeBSD. Thanks
1229                 to Michael Hugues
1230
1231 2006-08-29 [colin]      2.4.0cvs111
1232
1233         * src/folderview.c
1234                 Handle "popup_menu" signal (for popping the 
1235                 menu via the keyboard)
1236         * src/mimeview.c
1237         * src/mimeview.h
1238         * src/summaryview.c
1239         * src/textview.c
1240         * src/gtk/gtkutils.c
1241         * src/gtk/gtkutils.h
1242                 Factorize scrolling code, and add an API 
1243                 for MimeViewers to handle scroll orders
1244
1245 2006-08-29 [wwp]        2.4.0cvs110
1246
1247         * src/plugins//bogofilter/bogofilter.c
1248         * src/plugins//spamassassin/spamassassin.c
1249                 make the bogofilter/spamassassin filtering error dialogs at
1250         incorporation obey to the "don't popup error dialog on
1251         receive error" option. If disabled, feed the log window w/
1252         the error message.
1253
1254 2006-08-29 [paul]
1255
1256         2.5.0-rc2 released
1257
1258 2006-08-29 [paul]       2.4.0cvs109
1259
1260         * Makefile.am
1261                 remove 'make release', it's not needed
1262                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
1263
1264 2006-08-29 [paul]       2.4.0cvs108
1265
1266         * src/foldersel.c
1267         * src/summary_search.c
1268         * src/gtk/progressdialog.c
1269         * src/plugins/pgpcore/passphrase.c
1270                 replace deprecated gtk_window_set_policy()
1271
1272 2006-08-29 [colin]      2.4.0cvs107
1273
1274         * src/folder.c
1275                 Fix data loss when copy fails during a move:
1276                 only use fast remove_msgs if everything was
1277                 copied OK; else use slow remove_msg on the
1278                 mails that got copied only.
1279
1280 2006-08-28 [paul]       2.4.0cvs106
1281
1282         * src/mh.c
1283                 revert change in 2.4.0cvs104, it breaks
1284                 stuff
1285
1286 2006-08-28 [paul]       2.4.0cvs105
1287
1288         * src/plugins/spamassassin/spamassassin.c
1289                 english fix
1290
1291 2006-08-28 [paul]       2.4.0cvs104
1292
1293         * src/mh.c
1294                 fix data loss when moving to another
1295                 mailbox fails
1296         * src/prefs_spelling.c
1297                 improve the english
1298         * src/gtk/pluginwindow.c
1299                 improve the layout of the dialog text
1300         All thanks to Colin
1301
1302 2006-08-28 [paul]       2.4.0cvs103
1303
1304         * src/plugins/bogofilter/bogofilter.c
1305         * src/plugins/bogofilter/bogofilter_gtk.c
1306                 fix english up a bit, innit
1307
1308 2006-08-28 [paul]       2.4.0cvs102
1309
1310         * configure.ac
1311         * po/Makefile.in.in
1312         * po/Makevars
1313                 require autoconf 2.60, enabling building
1314                 with gettext 0.15 (gettext 0.14.x build still
1315                 possible). Replace Makefiles with versions
1316                 from gettext 0.15.
1317                 Remove configure options --with-localedir and
1318                 --with-mandir. The options that are provided
1319                 directly by autoconf 2.60 can be used instead:
1320                 --mandir --localedir
1321
1322 2006-08-27 [colin]      2.4.0cvs101
1323
1324         * src/plugins/bogofilter/Makefile.am
1325                 Fix make dist (no README)
1326
1327 2006-08-27 [colin]      2.4.0cvs100
1328
1329         * src/folder.c
1330                 Don't use F_UNKNOWN folders for any default
1331                 outbox/trash/etc
1332         * src/plugins/bogofilter/bogofilter.c
1333         * src/plugins/bogofilter/bogofilter.h
1334         * src/plugins/bogofilter/bogofilter_gtk.c
1335                 Add an option to specify the path to bogofilter
1336                 Use single-quotes to be able to learn in folders
1337                 with spaces in their names
1338                 Verify learning status
1339
1340 2006-08-27 [colin]      2.4.0cvs99
1341
1342         * manual/faq.xml
1343         * manual/plugins.xml
1344                 Document Bogofilter plugin
1345
1346 2006-08-27 [colin]      2.4.0cvs98
1347
1348         * src/compose.c
1349         * src/messageview.c
1350         * src/procmsg.c
1351         * src/procmsg.h
1352                 When possible, copy the queued mail to sent folder
1353                 instead of re-adding. Much faster on IMAP.
1354
1355 2006-08-27 [colin]      2.4.0cvs97
1356
1357         * src/msgcache.c
1358                 Disable mmaped caches - huge metadata loss
1359                 here after a power failure.
1360         * src/summaryview.c
1361                 Add quicksearch timing
1362         * src/common/plugin.c
1363         * src/common/plugin.h
1364                 Implement an interface to tell what plugins
1365                 provide. Prevent loading of similar plugins.
1366         * src/plugins/clamav/clamav_plugin.c
1367         * src/plugins/demo/demo.c
1368         * src/plugins/dillo_viewer/dillo_viewer.c
1369         * src/plugins/pgpcore/plugin.c
1370         * src/plugins/pgpinline/pgpinline.c
1371         * src/plugins/pgpmime/pgpmime.c
1372         * src/plugins/spamassassin/spamassassin.c
1373         * src/plugins/trayicon/trayicon.c
1374                 Implement plugin_provides()
1375
1376 2006-08-27 [colin]      2.4.0cvs96
1377
1378         * configure.ac
1379         * src/plugins/Makefile.am
1380         * src/plugins/bogofilter/.cvsignore
1381         * src/plugins/bogofilter/Makefile.am
1382         * src/plugins/bogofilter/bogofilter.c
1383         * src/plugins/bogofilter/bogofilter.h
1384         * src/plugins/bogofilter/bogofilter_gtk.c
1385                 New Bogofilter plugin, provides filtering and
1386                 learning. Spamassassin will go to extra plugins.
1387
1388 2006-08-26 [mones]      2.4.0cvs95
1389
1390         * manual/handling.xml
1391                 Fix subfolder path in the example (thanks to Paul) 
1392
1393 2006-08-26 [mones]      2.4.0cvs94
1394
1395         * manual/glossary.xml
1396                 2.2. + add ISP to the glossary
1397                 7.5. + Add UIDL to glossary
1398                 7.7. + Add TCP to glossary
1399         * manual/handling.xml
1400                 7.1. + Mentions GNU/Linux distribution, what about the non...
1401                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
1402                 7.3. + Mentions .bashrc, what about the non-bash ones? 
1403                 7.4. = Use appropriate quotation for commands
1404                 7.6. = change "" to <quote></quote>
1405         * manual/plugins.xml
1406                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
1407         * manual/starting.xml
1408                 2.1. + local mbox file: some examples of mbox file locations...
1409                 Also reformatted files requiring it
1410
1411 2006-08-26 [wwp]        2.4.0cvs93
1412
1413         * src/summary_search.c
1414                 disable find buttons while summary search is running.
1415
1416 2006-08-25 [colin]      2.4.0cvs92
1417
1418         * src/folder.c
1419         * src/folderutils.c
1420         * src/mh.c
1421         * src/procmsg.h
1422         * src/summaryview.c
1423                 Speed up MH moving, and add progressbar
1424                 for MH deletion
1425         * src/msgcache.c
1426                 Write cache files using mmap() too
1427
1428 2006-08-25 [wwp]        2.4.0cvs91
1429
1430         * src/summaryview.c
1431                 switch spam<->ham button when a message has been marked as spam or ham
1432                 and is still selected. Thanks to Colin.
1433
1434 2006-08-25 [paul]       2.4.0cvs90
1435
1436         * src/Makefile.am
1437         * src/stock_pixmap.c
1438         * src/stock_pixmap.h
1439         * src/summaryview.c
1440         * src/gtk/icon_legend.c
1441         * src/pixmaps/copied.xpm
1442         * src/pixmaps/moved.xpm
1443                 add icons for delayed execution marked for
1444                 copying, marked for moving
1445
1446 2006-08-25 [mones]      2.4.0cvs89
1447
1448         * manual/glossary.xml
1449                 Fix the other glossary items:
1450                 5.1. = Inmmediate execution -> <quote>immediate execution...
1451                 5.2. = Fix MBOX capitalization -> Mbox
1452                 5.3. + Improve Plugins def. w/ tech. ref.
1453                 5.4. = Quotation -> replace '>' by <quote>></quote>
1454                 5.5. - SMTP Server. -> remove dot
1455         * po/es.po
1456                 Updated translation
1457
1458 2006-08-25 [mones]      2.4.0cvs88
1459
1460         * manual/ack.xml
1461                 Reformatted, changed email address
1462         * manual/glossary.xml
1463                 Reformatted, fixed MANUAL-TODO items:
1464                 8.2. + add ROT-13 to glossary
1465                 8.4. + add URL to glossary
1466         * manual/es/advanced.xml
1467                 Fixed <literal>s
1468
1469 2006-08-25 [paul]       2.4.0cvs87
1470
1471         * src/gtk/icon_legend.c
1472                 add 'marked for deletion' icon
1473                 arrange icons by containing column
1474                 wrap long label text
1475
1476 2006-08-25 [colin]      2.4.0cvs86
1477
1478         * src/common/utils.c
1479         * src/common/utils.h
1480                 Add the sc_g_*list_bigger functions in
1481                 a place everyone can use it
1482         * src/summaryview.c
1483                 Only freeze/thaw the list when working
1484                 on the selection, if it's bigger than 1
1485         * src/gtk/gtksctree.c
1486                 Only freeze/thaw the list when unselec-
1487                 ting 'all' if ('all' != 1)
1488                 This avoids some flickering
1489
1490 2006-08-24 [colin]      2.4.0cvs85
1491
1492         * src/addressbook.c
1493                 Fix strange list selection
1494                 Fix random seg (Invalid read of freed memory)
1495
1496 2006-08-24 [colin]      2.4.0cvs84
1497
1498         * src/alertpanel.c
1499         * src/gtk/inputdialog.c
1500         * src/plugins/pgpcore/passphrase.c
1501                 Revert minimal width patch of 2.4.0cvs67,
1502                 as it is also a maximal width. Use 
1503                 gtk_window_set_default_size instead.
1504
1505 2006-08-24 [colin]      2.4.0cvs83
1506
1507         * src/msgcache.c
1508                 Write cache/mark to temp files before
1509                 overwriting old ones (avoids metadata
1510                 loss if writing the new files fail).
1511                 Use mmap() to read cache/mark file, as
1512                 this makes cache reading faster. Dis-
1513                 abled for big-endian machines until it
1514                 can be tested. (Big-endian users: set
1515                 msgcache_use_mmap = TRUE in the relevant
1516                 #if).
1517         * src/procmsg.h
1518                 Move rarely used fields of MsgInfo in 
1519                 another structure, which will only be
1520                 allocated if needed. Face, X-Face,
1521                 Return receipt headers and List-*
1522                 headers are moved. Mails having none
1523                 of these occupy 52 bytes less with
1524                 this patch, which makes 2.5MB of RAM
1525                 saved on a 50k folder).
1526         * src/headerview.c
1527         * src/mainwindow.c
1528         * src/messageview.c
1529         * src/partial_download.c
1530         * src/procheader.c
1531         * src/procmsg.c
1532         * src/textview.c
1533                 Follow this structure change.
1534
1535 2006-08-24 [wwp]        2.4.0cvs82
1536
1537         * manual/es/.cvsignore
1538         * manual/es/dist/.cvsignore
1539         * manual/es/dist/html/.cvsignore
1540         * manual/es/dist/pdf/.cvsignore
1541         * manual/es/dist/ps/.cvsignore
1542         * manual/es/dist/txt/.cvsignore
1543                 more (generated) files to ignore.
1544
1545 2006-08-24 [colin]      2.4.0cvs81
1546
1547         * src/folder.c
1548         * src/mh.c
1549                 Fix possible problems with local delivery. Check the folder doesn't
1550                 need scan before setting its mtime when saving cache (which can be
1551                 done long after the folder's been modified by an external process);
1552                 Check that the stored item's mtime didn't change in mh functions.
1553
1554 2006-08-24 [mones]      2.4.0cvs80
1555
1556         * manual/advanced.xml
1557                 Rewrapping, some fixes and MANUAL-TODO items:
1558                 8.1. = change "" to <quote></quote>
1559                 8.3. = quote menu items
1560                 8.5. - deploying -> new user ... ideally a new user (redundant)
1561
1562 2006-08-23 [colin]      2.4.0cvs79
1563
1564         * src/gtk/gtksctree.c
1565                 When selecting or deselecting range, only
1566                 freeze/thaw when selection is bigger than 10
1567
1568 2006-08-23 [colin]      2.4.0cvs78
1569
1570         * src/messageview.c
1571         * src/mimeview.c
1572         * src/mimeview.h
1573         * src/plugins/dillo_viewer/dillo_viewer.c
1574                 Provide an API for MimeViewer plugins to
1575                 return a text selection for replying
1576
1577 2006-08-23 [colin]      2.4.0cvs77
1578
1579         * src/image_viewer.c
1580         * src/textview.c
1581                 Use gtk_pixbuf_new_from_file_at_scale(), which
1582                 is faster than getting the pixbuf then resizing
1583                 it.
1584
1585 2006-08-23 [colin]      2.4.0cvs76
1586
1587         * src/procmime.c
1588                 UTF-8 should be sent Quoted-printable
1589
1590 2006-08-22 [colin]      2.4.0cvs75
1591
1592         * src/mh.c
1593                 Check if scan is required before touching
1594                 the folder (or it'll be required every time)
1595
1596 2006-08-22 [colin]      2.4.0cvs74
1597
1598         * configure.ac
1599                 Require libetpan 0.46 (crasher fix when built
1600                 against gnutls)
1601
1602 2006-08-22 [colin]      2.4.0cvs73
1603
1604         * src/folder.c
1605                 Set folder's mtime after writing its
1606                 cache
1607         * src/folderview.c
1608                 Add some timing
1609         * src/procmsg.c
1610                 Don't do useless stuff if we don't 
1611                 thread by subject
1612         * src/summaryview.c
1613                 Add some timing, don't deselect prior
1614                 to selecting (gtksctree does it itself),
1615                 remove crash avoidance hacks as it's been
1616                 properly fixed since a while
1617         * src/common/utils.c
1618                 Optimize to_human_readable(): _() is slow,
1619                 do it only once, and avoid %f format for KB
1620                 (the most common in a summaryview)
1621         * src/gtk/gtksctree.c
1622                 Don't uselessly freeze/thaw (fixes flicker
1623                 on next unread and friends), reduce number
1624                 of g_list_nth/g_list_position where possible
1625         * src/gtk/gtkutils.c
1626         * src/gtk/gtkutils.h
1627                 Reduce number of g_list_nth/g_list_position
1628                 where possible.
1629                 All of this makes loading as 70k folder 2.1
1630                 seconds instead of 3.2 (with hot FS caches).
1631                 (1.3 seconds without Date and Size columns...)
1632
1633 2006-08-22 [paul]       2.4.0cvs72
1634
1635         wrap documents and do some items from mones' MANUAL-TODO:
1636
1637         * manual/account.xml
1638                 4.1. = fix tabname references to <quote>tabname</quote>
1639                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
1640         * manual/faq.xml
1641                 1.1. = mentioned options don't match UI
1642                 Add information about the 'Never send Return Receipts'
1643                 option
1644         * manual/handling.xml
1645                 6.2. = Mentions Extended symbols button, but now is
1646                 named Information
1647                 6.3. = Mentions ... button, which is now Edit
1648
1649 2006-08-22 [colin]      2.4.0cvs71
1650
1651         * src/gtk/pluginwindow.c
1652                 Fix layout in verbose translations (such
1653                 as french)
1654
1655 2006-08-22 [paul]       2.4.0cvs70
1656
1657         * manual/Makefile.am
1658                 build manuals in alphabetical order
1659         * src/addressbook.c
1660         * src/prefs_themes.c
1661                 replace/remove deprecated symbols
1662         * src/gtk/gtkutils.c
1663                 fix a warning
1664         * src/gtk/pluginwindow.c
1665                 replace deprecated symbol
1666                 replace label text and move it
1667         * src/plugins/pgpcore/prefs_gpg.c
1668                 move the 'Generate...' button out of the
1669                 Sign Key frame, replace the English used
1670         * src/plugins/pgpcore/sgpgme.c
1671                 fixes to the English
1672
1673 2006-08-21 [colin]      2.4.0cvs69
1674
1675         * src/plugins/trayicon/trayicon.c
1676                 Add more strings for translation; patch
1677                 by Pawel
1678
1679 2006-08-21 [colin]      2.4.0cvs68
1680
1681         * src/compose.c
1682                 fix replied flag not set after drafting
1683         * src/matcher.c
1684                 fix body quicksearch in non-encoded bodies
1685                 containing '='
1686         * src/msgcache.c
1687                 Get rid of the g_malloc workaround for
1688                 corrupted caches, use g_try_malloc
1689
1690 2006-08-21 [colin]      2.4.0cvs67
1691
1692         * src/alertpanel.c
1693         * src/gtk/inputdialog.c
1694         * src/plugins/pgpcore/passphrase.c
1695                 Set minimal width to 375
1696         * src/mainwindow.c
1697                 Fix switching to offline, asking if it 
1698                 should be overriden for synchronising
1699         * src/mimeview.c
1700                 Don't offer to remember command on Open 
1701                 with for text parts, as the browser or 
1702                 text editor command isn't changed from 
1703                 there
1704
1705 2006-08-20 [paul]       2.4.0cvs66
1706
1707         * po/ko.po
1708         * po/zh_CN.po
1709                 fix plural form errors. revealed by stricter
1710                 checking of gettext 0.15
1711
1712 2006-08-18 [paul]       2.4.0cvs65
1713
1714         * src/stock_pixmap.c
1715                 fix the fix of 2.4.0cvs64
1716                 Thanks to Colin
1717
1718 2006-08-18 [paul]       2.4.0cvs64
1719
1720         * src/stock_pixmap.c
1721                 fix leaks
1722                 Thanks to Colin
1723
1724 2006-08-18 [paul]       2.4.0cvs63
1725
1726         * src/compose.c
1727         * src/procmsg.c
1728                 fix occasional IMAP bug where large msgs
1729                 were left in the queue folder after sending
1730                 Thanks to Colin
1731
1732 2006-08-18 [paul]       2.4.0cvs62
1733
1734         * src/folderview.c
1735                 freeze the summaryview while quicksearch results
1736                 are displayed
1737                 (fixes bug 456 'current message is hidden when the
1738                 view is refreshed and extended search is "unread 
1739                 messages"')
1740                 Thanks to Colin
1741         * src/textview.c
1742                 add missing #include "inputdialog.h"
1743         * src/common/utils.h
1744                 add missing mailcap_update_default() and improve
1745                 readability
1746
1747 2006-08-17 [colin]      2.4.0cvs61
1748
1749         * src/plugins/pgpcore/select-keys.c
1750                 Fix warnings :)
1751
1752 2006-08-17 [colin]      2.4.0cvs60
1753
1754         * src/compose.c
1755                 Don't continue queuing if Cancel is clicked
1756                 in select-keys
1757
1758 2006-08-17 [colin]      2.4.0cvs59
1759
1760         * src/plugins/pgpcore/select-keys.c
1761                 When encrypting, if only one key matches and it 
1762                 matches exactly, automatically use it.
1763
1764 2006-08-17 [colin]      2.4.0cvs58
1765
1766         * src/mimeview.c
1767         * src/prefs_common.c
1768         * src/prefs_common.h
1769         * src/prefs_ext_prog.c
1770         * src/textview.c
1771                 Fix issues with previous patch (text/html)
1772                 Remove outdated prefs
1773
1774 2006-08-17 [colin]      2.4.0cvs57
1775
1776         * src/imap.c
1777                 Add View Log button on auth error
1778         * src/procmsg.c
1779                 Fix encrypted mail marked as new when
1780                 saved in normal folders
1781         * src/plugins/pgpinline/pgpinline.c
1782                 Fix encrypt bug on IMAP
1783         * src/mimeview.c
1784         * src/common/utils.c
1785         * src/common/utils.h
1786         * src/gtk/inputdialog.c
1787         * src/gtk/inputdialog.h
1788                 Get rid of metamail stuff, simplify
1789                 opening, and allow remembering of user's
1790                 choices (by updating ~/.mailcap). There's
1791                 still to drop "Audio player" and "Image
1792                 viewer" preferences.
1793
1794 2006-08-17 [mones]      2.4.0cvs56
1795
1796         * manual/es/sylpheed-claws-manual.xml
1797                 fix DTD path
1798
1799 2006-08-17 [mones]      2.4.0cvs55
1800
1801         * configure.ac
1802         * manual/Makefile.am
1803         * manual/es/Makefile.am
1804         * manual/es/account.xml
1805         * manual/es/ack.xml
1806         * manual/es/addrbook.xml
1807         * manual/es/advanced.xml
1808         * manual/es/faq.xml
1809         * manual/es/glossary.xml
1810         * manual/es/gpl.xml
1811         * manual/es/handling.xml
1812         * manual/es/intro.xml
1813         * manual/es/keyboard.xml
1814         * manual/es/plugins.xml
1815         * manual/es/starting.xml
1816         * manual/es/sylpheed-claws-manual.xml
1817         * manual/es/dist/Makefile.am
1818         * manual/es/dist/html/Makefile.am
1819         * manual/es/dist/pdf/Makefile.am
1820         * manual/es/dist/ps/Makefile.am
1821         * manual/es/dist/txt/Makefile.am
1822                 Spanish translation for the manual
1823
1824 2006-08-16 [colin]      2.4.0cvs54
1825
1826         * src/compose.c
1827         * src/main.c
1828         * src/mainwindow.c
1829                 Fix send button sensitivity at startup
1830                 Set send menu sensitivity (patch by Fabien)
1831         * src/ssl_manager.c
1832                 Enable closing with esc (patch by Fabien)
1833         * src/gtk/foldersort.c
1834                 Enable closing with esc (patch by Fabien)
1835         * src/procmime.c
1836                 Optimisation (no need to copy to tempfile to
1837                 "decode" 7bit and 8bit)
1838         * src/summaryview.c
1839                 Fix cruft in swap_from case
1840         * src/textview.c
1841                 Fix missing last line in some mail cases 
1842                 (Fixes debian #381872)
1843         * src/plugins/pgpcore/prefs_gpg.c
1844         * src/plugins/pgpcore/sgpgme.c
1845         * src/plugins/pgpcore/sgpgme.h
1846                 Don't show "no key found" when user explicitely
1847                 wants to create a key
1848
1849 2006-08-16 [paul]       2.4.0cvs53
1850
1851         * configure.ac
1852         * src/account.c
1853         * src/addressbook.c
1854         * src/headerview.c
1855         * src/prefs_account.c
1856         * src/prefs_message.c
1857         * src/gtk/gtkutils.c
1858                 bump up minimum required versions of GTK+ and
1859                 GLIB to 2.6.0
1860
1861 2006-08-16 [paul]       2.4.0cvs52
1862
1863         * src/toolbar.c
1864                 workaround GTK+ Bug 351600 - 'Can't re-click
1865                 on button after sensitivity update'
1866                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
1867                 Thanks to Colin
1868
1869 2006-08-15 [colin]      2.4.0cvs51
1870
1871         * src/plugins/pgpcore/prefs_gpg.c
1872                 Set options sensitivity according to
1873                 key existence
1874         * src/plugins/pgpcore/sgpgme.c
1875                 Allow to create key with no passphrase
1876
1877 2006-08-14 [cleroy]     2.4.0cvs50
1878
1879         * src/gtk/pluginwindow.c
1880                 New layout (maybe to be changed?)
1881         * src/gtk/gtkutils.c
1882                 Fix a bit label_window
1883         * src/plugins/pgpcore/passphrase.c
1884         * src/plugins/pgpcore/passphrase.h
1885         * src/plugins/pgpcore/plugin.c
1886         * src/plugins/pgpcore/prefs_gpg.c
1887         * src/plugins/pgpcore/prefs_gpg.h
1888         * src/plugins/pgpcore/sgpgme.c
1889         * src/plugins/pgpcore/sgpgme.h
1890                 Allow to create a PGP private key via the GUI
1891
1892 2006-08-14 [wwp]        2.4.0cvs49
1893
1894         * src/addressbook_foldersel.c
1895                 fix strict ISO C90 compliance.
1896
1897 2006-08-14 [paul]       2.4.0cvs48
1898
1899         * src/gtk/prefswindow.c
1900                 re-set scrolled window on opening
1901                 Patch by Ticho
1902
1903 2006-08-14 [paul]
1904
1905         2.5.0-rc1 released
1906
1907 2006-08-14 [paul]       2.4.0cvs47
1908
1909         * src/prefs_display_header.c
1910                 re-enable user-defined Displayed Headers
1911
1912 2006-08-14 [paul]       2.4.0cvs46
1913
1914         * src/prefs_account.c
1915                 use GTK_STOCK_EDIT
1916
1917 2006-08-13 [colin]      2.4.0cvs45
1918
1919         * src/common/utils.c
1920                 Fix "a" in quote when the original message is empty,
1921                 by using \0 instead of 'a' to test writability of
1922                 temp files.
1923
1924 2006-08-13 [wwp]        2.4.0cvs44
1925
1926         * src/plugins/spamassassin/spamassassin.c
1927                 fix capitalization of "SpamAssassin" in some debug, log and
1928                 dialog messages.
1929
1930 2006-08-13 [paul]       2.4.0cvs43
1931
1932         * src/editldap.c
1933                 fix overlapping widgets
1934         * src/prefs_account.c
1935                 fix translation of protocol_names[]
1936                 fix label disappearing off the edge of the
1937                 visible area
1938
1939 2006-08-12 [paul]       2.4.0cvs42
1940
1941         * manual/plugins.xml
1942                 update IRC channel info before it gets forgotten
1943                 about
1944
1945 2006-08-11 [colin]      2.4.0cvs41
1946
1947         * src/compose.c
1948         * src/mainwindow.c
1949         * src/mainwindow.h
1950         * src/procmsg.c
1951         * src/procmsg.h
1952         * src/summaryview.c
1953         * src/toolbar.c
1954                 Grey out the Send button if
1955                 - Queue folders are empty, or
1956                 - We're sending already
1957
1958 2006-08-11 [wwp]        2.4.0cvs40
1959
1960         * src/main.c
1961                 fix a logic issue when quitting while a compose window is
1962                 still open, thanks to Colin.
1963
1964 2006-08-10 [colin]      2.4.0cvs39
1965
1966         * src/main.c
1967                 Fix default font size setting after wizard run
1968         * src/imap.c
1969         * src/etpan/imap-thread.c
1970         * src/etpan/imap-thread.h
1971                 Fix bug #999 (Timing out on TSL cert validation 
1972                 dialog makes ugly things happen). Also, STARTTLS
1973                 unconditionnaly if initial capabilities contain
1974                 LOGINDISABLED and STARTTLS.
1975
1976 2006-08-09 [colin]      2.4.0cvs38
1977
1978         * src/mainwindow.c
1979         * src/mainwindow.h
1980                 Fix Tools/Actions sensitivity when there are
1981                 no actions
1982
1983 2006-08-09 [colin]      2.4.0cvs37
1984
1985         * src/prefs_filtering.c
1986                 Warning fix, patch by Paul
1987         * src/messageview.c
1988         * src/prefs_actions.c
1989         * src/prefs_filtering_action.c
1990         * src/prefs_matcher.c
1991                 Uniformisation of "Info ..." to "Info..." (for
1992                 old gtk), patch by Fabien
1993         * src/plugins/clamav/clamav_plugin_gtk.c
1994                 Sensitivity fix by Fabien
1995
1996 2006-08-09 [colin]      2.4.0cvs36
1997
1998         * src/main.c
1999         * src/main.h
2000                 Add a function to know whether we're exiting
2001         * src/plugins/trayicon/trayicon.c
2002                 If exiting, don't do anything. Faster, and
2003                 avoids gtk_main_iteration reentracy causing
2004                 segfaults at exit
2005
2006 2006-08-09 [colin]      2.4.0cvs35
2007
2008         * src/messageview.c
2009         * src/mimeview.c
2010         * src/mimeview.h
2011                 Fix lack of part selection when automatically 
2012                 jumping to a specific part
2013         * src/msgcache.c
2014                 Little optimisation in cache reading
2015
2016 2006-08-09 [colin]      2.4.0cvs34
2017
2018         * src/compose.c
2019                 Fix crash setting the priority on reedit
2020                 (Accessing compose before creating it!)
2021
2022 2006-08-08 [colin]      2.4.0cvs33
2023
2024         * src/procmime.c
2025                 Fix bug #998 (last attachment is not accessible)
2026                 Bad RFC interpretation on multipart close-delimiters
2027         * src/mimeview.c
2028         * src/mimeview.h
2029         * src/gtk/gtkvscrollbutton.c
2030         * src/gtk/gtkvscrollbutton.h
2031                 Make attachments list wheel-scrollable
2032
2033 2006-08-07 [colin]      2.4.0cvs32
2034
2035         * src/gtk/gtkaspell.c
2036                 Fix bug #973 (Unicode punctation characters 
2037                 are not recognized as separators by the
2038                 spell checker); fix unsigned stuff
2039
2040 2006-08-07 [colin]      2.4.0cvs31
2041
2042         * src/compose.c
2043                 Fix bug #956 (DnD text with accents in compose 
2044                 text entry); fix gccc's signed/unsigned fuss
2045
2046 2006-08-06 [colin]      2.4.0cvs30
2047
2048         * src/main.c
2049                 Fix bug #979 (Plugin crashes when exiting 
2050                 sylpheed-claws) : handle exit request only 
2051                 once
2052
2053 2006-08-05 [colin]      2.4.0cvs29
2054
2055         * src/news.c
2056                 Just make sure we have a msgid.
2057
2058 2006-08-05 [colin]      2.4.0cvs28
2059
2060         * src/news.c
2061         * src/summaryview.c
2062                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
2063                 by reimplementing it
2064         * src/textview.c
2065                 Fix bug when hiding quotes with level > 3 and quote
2066                 colors are recycled
2067
2068 2006-08-04 [colin]      2.4.0cvs27
2069
2070         * src/compose.c
2071         * src/undo.c
2072         * src/undo.h
2073                 Fix a bit replace-by-pasting undo
2074         * src/mainwindow.c
2075         * src/messageview.c
2076                 Fix Fold quotes menu synchro in
2077                 mainwindow when it changes in 
2078                 messageview
2079         * src/textview.c
2080                 Fix right-click on quotes blocks
2081         * src/common/utils.c
2082                 Verify that the file created by
2083                 my_tmpfile() is writable. Fixes
2084                 bug #988 (very specific filesystem
2085                 issue)
2086         * src/plugins/pgpcore/sgpgme.c
2087                 Fix file descriptor leak
2088         * src/plugins/spamassassin/spamassassin.c
2089                 Warn once if spamd isn't reachable
2090
2091 2006-08-04 [colin]      2.4.0cvs26
2092
2093         * src/toolbar.c
2094                 i18n context patch by Fabien
2095
2096 2006-08-03 [colin]      2.4.0cvs25
2097
2098         * src/mainwindow.c
2099         * src/messageview.c
2100                 Rename "Hide quotes" to "Fold quotes"
2101         * src/textview.c
2102                 Don't use hand cursor on quotes. "all 
2103                 the bonuses of the feature and none of 
2104                 unwelcome side-effects"
2105
2106 2006-08-03 [colin]      2.4.0cvs24
2107
2108         * AUTHORS
2109         * sylpheed-claws.desktop
2110         * src/gtk/authors.h
2111                 Bring the desktop file to XDG compliance
2112                 Patch by Charles A. Edwards
2113
2114 2006-08-03 [colin]      2.4.0cvs23
2115
2116         * src/textview.c
2117                 Fix links offset when they are preceded
2118                 by accentued chars (g_utf8_strlen!)
2119         * src/mainwindow.c
2120                 Fix wrong status when starting offline
2121
2122
2123 2006-08-03 [wwp]        2.4.0cvs22
2124
2125         * src/prefs_common.h
2126                 ask what to do w/ filtering rules that belong to an account when
2127                 applying filtering rules manually from the main window (skip,
2128                 apply regardless of the account, use current account). This dialog
2129                 can be skipped and the last reply used.
2130                 (forgot that file)
2131
2132 2006-08-03 [wwp]        2.4.0cvs21
2133
2134         * src/filtering.c
2135         * src/filtering.h
2136         * src/prefs_common.c
2137         * src/summaryview.c
2138         * src/alertpanel.c
2139         * src/alertpanel.h
2140         * src/messageview.c
2141                 ask what to do w/ filtering rules that belong to an account when
2142                 applying filtering rules manually from the main window (skip,
2143                 apply regardless of the account, use current account). This dialog
2144                 can be skipped and the last reply used.
2145
2146
2147 2006-08-03 [colin]      2.4.0cvs20
2148
2149         * src/textview.c
2150                 Optimize previous patch
2151
2152 2006-08-03 [cleroy]     2.4.0cvs19
2153
2154         * src/textview.c
2155                 Fix quotes getting toggled back when the
2156                 mail has an even number of text parts
2157
2158 2006-08-02 [colin]      2.4.0cvs18
2159
2160         * src/messageview.c
2161                 Add Hide quotes menu
2162
2163 2006-08-02 [colin]      2.4.0cvs17
2164
2165         * src/mainwindow.c
2166         * src/prefs_common.c
2167         * src/textview.c
2168         * src/textview.h
2169         * src/gtk/about.c
2170                 Allow per-level quote hiding,
2171                 Allow toggling quotes by double-clicking them
2172                 Rename RemoteURI to ClickableText to reflect
2173                 the fact it's used for a variety of things
2174
2175 2006-08-02 [wwp]        2.4.0cvs16
2176
2177         * src/mainwindow.c
2178                 fix "View/Hide quotes" menu item status initialization.
2179
2180 2006-08-02 [wwp]        2.4.0cvs15
2181
2182         * src/matcher_parser_parse.y
2183                 remove a debug trace.
2184
2185 2006-08-02 [paul]       2.4.0cvs14
2186
2187         * src/plugins/pgpcore/passphrase.c
2188                 don't set initial dialog size
2189                 make it resizable
2190
2191 2006-08-02 [paul]       2.4.0cvs13
2192
2193         * src/noticeview.c
2194                 remove the rogue '/' character
2195
2196 2006-08-02 [paul]       2.4.0cvs12
2197
2198         * src/noticeview.c
2199                 allow buttons to resize as necessary
2200
2201 2006-08-01 [wwp]        2.4.0cvs11
2202
2203         * src/mbox.c
2204                 fix strict ISO C90 compliance.
2205
2206 2006-08-01 [wwp]        2.4.0cvs10
2207
2208         * tools/update-po
2209                 updated update-po tool to work w/ context-dependent translations.
2210                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2211
2212 2006-08-01 [wwp]        2.4.0cvs9
2213
2214         * src/matcher.c
2215         * src/prefs_filtering.c
2216         * src/prefs_matcher.c
2217                 allow context-dependent translations for "All",
2218                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2219
2220 2006-07-31 [colin]      2.4.0cvs8
2221
2222         * AUTHORS
2223         * src/gtk/authors.h
2224                 Add Rafal to authors
2225
2226 2006-07-31 [colin]      2.4.0cvs7
2227
2228         * src/compose.c
2229         * src/mainwindow.c
2230         * src/messageview.h
2231         * src/prefs_common.c
2232         * src/prefs_common.h
2233         * src/textview.c
2234                 Add 'View/Hide quotes'. Patch based on a patch
2235                 by Rafal Weglarz
2236
2237 2006-07-31 [colin]      2.4.0cvs6
2238
2239         * src/action.c
2240                 Fix problem with "> stuff >" actions
2241
2242 2006-07-31 [paul]       2.4.0cvs5
2243
2244         * po/nb.po
2245                 updated by Geir Helland
2246
2247 2006-07-31 [wwp]        2.4.0cvs4
2248
2249         * src/mainwindow.c
2250         * src/summaryview.c
2251         * src/summaryview.h
2252                 add "View/Go to/Parent message" and "View/Go to/Last read message",
2253                 thanks to Colin.
2254
2255 2006-07-31 [wwp]        2.4.0cvs3
2256
2257         * src/Makefile.am
2258         * src/addr_compl.c
2259         * src/addr_compl.h
2260         * src/addressbook.c
2261         * src/addressbook.h
2262         * src/addressbook_foldersel.c
2263         * src/addressbook_foldersel.h
2264         * src/addrindex.c
2265         * src/addrindex.h
2266         * src/matcher.c
2267         * src/matcher.h
2268         * src/matcher_parser_lex.l
2269         * src/matcher_parser_parse.y
2270         * src/prefs_common.c
2271         * src/prefs_common.h
2272         * src/prefs_filtering.c
2273         * src/prefs_matcher.c
2274         * src/prefs_matcher.h
2275         * src/summaryview.c
2276                 introduce filtering against the address book. It's now possible to add
2277                 matched conditions to determine if any email address in a message matches
2278                 or doesn't match any or all books or folders in the address book.
2279
2280 2006-07-31 [wwp]        2.4.0cvs2
2281
2282         * src/account.c
2283         * src/filtering.c
2284         * src/filtering.h
2285         * src/folder.c
2286         * src/folderview.c
2287         * src/inc.c
2288         * src/mainwindow.c
2289         * src/matcher.c
2290         * src/matcher_parser_lex.l
2291         * src/matcher_parser_parse.y
2292         * src/mbox.c
2293         * src/prefs_filtering.c
2294         * src/prefs_filtering.h
2295         * src/procmsg.c
2296         * src/procmsg.h
2297         * src/summaryview.c
2298                 introduce per-account filtering rules. Each filtering rule can now be assigned
2299                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
2300                 when applying filtering rules manually, as all rules will apply - even the ones
2301                 assigned to an account. This issue will be addressed soon.
2302  
2303
2304
2305 2006-07-31 [wwp]        2.4.0cvs1
2306
2307         * src/quote_fmt.c
2308                 make more strings translatable.
2309
2310 2006-07-31 [paul]       2.4.0
2311
2312         2.4.0 released
2313
2314 2006-07-31 [paul]       2.3.1cvs91
2315
2316         * po/ca.po
2317                 updated by Miquel Oliete
2318
2319 2006-07-31 [paul]       2.3.1cvs90
2320
2321         * po/de.po
2322         * po/el.po
2323         * po/fr.po
2324         * po/it.po
2325         * po/pl.po
2326         * po/pt_BR.po
2327         * po/sr.po
2328         * po/zh_CN.po
2329                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
2330                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
2331                 Aleksandar Urosevic, and Ralgh Young
2332
2333 2006-07-31 [paul]       2.3.1cvs89
2334
2335         * src/account.c
2336         * src/main.c
2337         * src/mainwindow.c
2338         * src/mainwindow.h
2339                 Fix a race condition when, after an SC crash, rescanning
2340                 folders took more than 0.5 seconds
2341                 Thanks to Colin
2342
2343 2006-07-31 [paul]       2.3.1cvs88
2344
2345         * src/folderview.c
2346                 don't translate separator strings
2347
2348 2006-07-30 [mones]      2.3.1cvs87
2349
2350         * doc/man/sylpheed-claws.1
2351                 Fixed non-ASCII chars in Hoa's name
2352         * po/es.po
2353                 Updated for release
2354
2355 2006-07-27 [colin]      2.3.1cvs86
2356
2357         * src/textview.c
2358                 Don't include the leading \n in links
2359                 Patch by Fabien
2360
2361 2006-07-25 [colin]      2.3.1cvs85
2362
2363         * src/mainwindow.c
2364         * src/common/socket.h
2365         * src/etpan/imap-thread.c
2366                 Refresh resolvers before connecting
2367                 to IMAP servers, and after switching
2368                 to online. Thanks to Paul.
2369
2370 2006-07-18 [colin]
2371
2372         * 2.4.0-rc4 released
2373
2374 2006-07-17 [colin]      2.3.1cvs84
2375
2376         * src/inc.c
2377                 Show connection attempt in statusbar before
2378                 connecting (previously first message was
2379                 "Retrieving messages from ..." after the
2380                 connection succeeded.
2381
2382 2006-07-16 [wwp]        2.3.1cvs83
2383
2384         * sylpheed-claws.ico
2385                 Added .ico file (windows multi-size icon file, generated).
2386
2387 2006-07-12 [wwp]        2.3.1cvs82
2388
2389         * src/messageview.c
2390                 remove Message/Re-edit menu entry from messageview window,
2391                 as sent/draft/queued messages are opened in compose window when
2392                 re-edited and it's not possible to re-edit other msgs.
2393
2394 2006-07-12 [paul]       2.3.1cvs81
2395
2396         * AUTHORS
2397         * src/mainwindow.c
2398         * src/gtk/authors.h
2399                 check online state before resetting
2400                 mailcheck timer. Useful if some program
2401                 verifies connection state and updates
2402                 Claws.
2403                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
2404
2405 2006-07-12 [paul]       2.3.1cvs80
2406
2407         * sylpheed-claws-128x128.png
2408         * sylpheed-claws-64x64.png
2409         * sylpheed-claws.png
2410         * src/Makefile.am
2411         * src/main.c
2412         * src/prefs_toolbar.c
2413         * src/stock_pixmap.c
2414         * src/stock_pixmap.h
2415         * src/wizard.c
2416         * src/gtk/about.c
2417         * src/gtk/gtkutils.c
2418         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
2419         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
2420         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
2421         * src/pixmaps/sylpheed.xpm              ** REMOVED **
2422         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
2423         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
2424                 updated and renamed logo/icon files and related
2425                 logo by Jesper Schultz
2426
2427 2006-07-11 [paul]       2.3.1cvs79
2428
2429         * src/main.c
2430                 fix the labels a smidgin
2431
2432 2006-07-09 [colin]      2.3.1cvs78
2433
2434         * src/textview.c
2435                 Show errors in textviewer's command
2436                 Patch by H. Merijn Brand
2437
2438 2006-07-09 [colin]      2.3.1cvs77
2439
2440         * src/compose.c
2441                 Save FMID in drafts too
2442
2443 2006-07-08 [colin]      2.3.1cvs76
2444
2445         * src/compose.c
2446                 Svae RMID in drafted mails too
2447                 Save quote_fmt vars for whole mails,
2448                 don't reset at each quote_fmt_init:
2449                 allows to use the same |i{var} in
2450                 various template fields
2451         * src/prefs_template.c
2452         * src/quote_fmt.h
2453         * src/quote_fmt_parse.y
2454                 Same
2455
2456 2006-07-08 [colin]      2.3.1cvs75
2457
2458         * src/textview.c
2459                 Fix highlighting of attached parts URIs
2460
2461 2006-07-08 [colin]      2.3.1cvs74
2462
2463         * src/main.c
2464                 Prevent bug #981 (sc 2.3.1 segfaults with 
2465                 gtk+ 2.10) from being reported again:
2466                 if Sylpheed-Claws has been compiled against
2467                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
2468                 of if Sylpheed-Claws has been compiled against
2469                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
2470                 error out.
2471
2472 2006-07-07 [colin]      2.3.1cvs73
2473
2474         * src/prefs_actions.c
2475                 Fix label
2476
2477 2006-07-07 [colin]      2.3.1cvs72
2478
2479         * src/prefs_actions.c
2480                 Fix compile on gtk < 2.8. argh :)
2481
2482 2006-07-07 [paul]       2.3.1cvs71
2483
2484         * src/common/defs.h
2485                 update DONATE_URI
2486
2487 2006-07-07 [colin]      2.3.1cvs70
2488
2489         * po/POTFILES.in
2490         * src/quote_fmt.c
2491         * src/quote_fmt_lex.l
2492         * src/quote_fmt_parse.y
2493                 Add |i{var}, a way to insert user-entered
2494                 text in a template
2495
2496 2006-07-07 [colin]
2497
2498         * 2.4.0-rc3 released
2499
2500 2006-07-07 [colin]      2.3.1cvs69
2501
2502         * src/folder.c
2503                 Don't consider inboxes of UNKNOWN folder 
2504                 classes to be useable as default inboxes
2505
2506 2006-07-07 [paul]       2.3.1cvs68
2507
2508         * src/textview.c
2509                 add missing #include <errno.h>
2510                 Thanks to René J. Blokland
2511
2512 2006-07-07 [paul]       2.3.1cvs67
2513
2514         * src/action.c
2515                 Return now Closes dialog
2516         * src/mimeview.c
2517         * src/mimeview.h
2518         * src/textview.c
2519                 add contextual menu to mime parts listed
2520                 in the textview
2521                 Thanks to Colin
2522         * src/common/utils.c
2523                 reversal: ' is a valid character in URLs
2524
2525 2006-07-06 [colin]      2.3.1cvs66
2526
2527         * src/remotefolder.h
2528                 Forgotten in previous commit
2529
2530 2006-07-06 [colin]      2.3.1cvs65
2531
2532         * src/folder.c
2533                 Set summary update flag whenever
2534                 totals changed
2535         * src/imap.c
2536         * src/prefs_account.c
2537         * src/common/utils.h
2538         * src/etpan/imap-thread.c
2539                 Fix warnings, thanks to Fabien and
2540                 Ricardo
2541
2542 2006-07-06 [wwp]        2.3.1cvs64
2543
2544         * src/gtk/gtkutils.c
2545                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
2546
2547 2006-07-06 [wwp]        2.3.1cvs63
2548
2549         * src/account.c
2550         * src/addressbook.c
2551         * src/addressitem.h
2552         * src/folderview.c
2553         * src/mainwindow.c
2554         * src/manual.c
2555         * src/manual.h
2556         * src/message_search.c
2557         * src/prefs_actions.c
2558         * src/prefs_filtering.c
2559         * src/prefs_filtering.h
2560         * src/prefs_template.c
2561         * src/summary_search.c
2562         * src/summaryview.c
2563         * src/gtk/gtkutils.c
2564         * src/gtk/gtkutils.h
2565         * src/gtk/pluginwindow.c
2566                 add help buttons to some dialogs. Clicking such buttons opens a
2567                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
2568
2569 2006-07-06 [paul]       2.3.1cvs62
2570
2571         * src/textview.c
2572                 fix attachments contextual menu
2573                 Thanks to Colin
2574
2575 2006-07-05 [colin]      2.3.1cvs61
2576
2577         * src/textview.c
2578         * src/compose.c
2579                 Handle sftp:// links
2580
2581 2006-07-05 [paul]       2.3.1cvs60
2582
2583         * src/gtk/filesel.c
2584                 grab save button by default
2585                 Thanks to Colin
2586
2587 2006-07-05 [wwp]        2.3.1cvs59
2588
2589         * manual/xml2pdf
2590                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
2591
2592 2006-07-04 [colin]      2.3.1cvs58
2593
2594         * src/mimeview.c
2595         * src/textview.c
2596                 Use left click to select, middle click to open
2597                 on mimeparts links
2598         * src/common/utils.c
2599                 Fix segfault
2600
2601 2006-07-04 [colin]      2.3.1cvs57
2602
2603         * src/mainwindow.c
2604         * src/news.c
2605                 Warning fixes, thanks to Fabien
2606
2607 2006-07-04 [colin]      2.3.1cvs56
2608
2609         * src/mimeview.c
2610         * src/mimeview.h
2611         * src/textview.c
2612                 Allow parts to be selected via their text label
2613                 in textview
2614
2615 2006-07-04 [colin]      2.3.1cvs55
2616
2617         * src/folderview.c
2618                 Feedback when closing (for big folders)
2619         * src/prefs_actions.c
2620         * src/prefs_filtering.c
2621         * src/prefs_matcher.c
2622         * src/prefs_template.c
2623                 Fix default button when closing without
2624                 having saved
2625
2626 2006-07-04 [colin]      2.3.1cvs54
2627
2628         * src/news.c
2629                 Delete local file on deletion
2630
2631 2006-07-03 [colin]      2.3.1cvs53
2632
2633         * src/folderview.c
2634         * src/main.c
2635                 Don't freeze when rescanning after crash
2636
2637 2006-07-03 [wwp]        2.3.1cvs52
2638
2639         * src/compose.c
2640         * src/privacy.c
2641         * src/privacy.h
2642         * src/plugins/pgpinline/pgpinline.c
2643         * src/plugins/pgpmime/pgpmime.c
2644                 don't report an error when the user cancels the passphrase dialog.
2645
2646 2006-07-02 [colin]      2.3.1cvs51
2647
2648         * src/folderview.c
2649                 Open message when crossing folders with Space,
2650                 goto next unread and friends
2651
2652 2006-07-01 [colin]      2.3.1cvs50
2653
2654         * src/prefs_account.c
2655                 Typographic rules varying from language
2656                 to language (in french "Protocole :"),
2657                 we have to do that :)
2658
2659 2006-07-01 [ticho]      2.3.1cvs49
2660
2661         * src/prefs_account.c
2662                 Only use one temporary gchar* variable in
2663                 prefs_account_protocol_set_optmenu().
2664
2665 2006-07-01 [ticho]      2.3.1cvs48
2666
2667         * src/prefs_account.c
2668         * src/prefs_account.h
2669                 Use GtkLabel for existing account protocol name.
2670                 Created an array for protocol names and populate the
2671                 combobox from it in a for() cycle.
2672
2673 2006-06-30 [colin]      2.3.1cvs47
2674
2675         * src/compose.c
2676                 Block undo when changing signature (by changing
2677                 account)
2678
2679 2006-06-30 [paul]       2.3.1cvs46
2680
2681         * src/send_message.c
2682                 when editing From in the Compose window, use that address
2683                 in the Return-Path: header
2684                 Thanks to Colin
2685
2686 2006-06-30 [colin]      2.3.1cvs45
2687
2688         * src/compose.c
2689                 Fix signature replacement:
2690                 - when no newline before separator
2691                 - when reediting
2692
2693 2006-06-29 [colin]      2.3.1cvs44
2694
2695         * src/folderview.c
2696         * src/folderview.h
2697         * src/mainwindow.c
2698         * src/summaryview.c
2699                 Let 'View/Go to/Next marked' work like
2700                 Next new & Next unread: across folders
2701                 Change the select_on_entry pref to do
2702                 what we want when changing folder
2703         * src/common/utils.c
2704                 Fix single-quoted links 
2705
2706 2006-06-29 [colin]      2.3.1cvs43
2707
2708         * src/gtk/gtkaspell.c
2709                 "Sylpheed" and "Sylpheed-Claws" do exist !
2710
2711 2006-06-29 [colin]      2.3.1cvs42
2712
2713         * src/imap.c
2714                 Forgot to remove debug
2715
2716 2006-06-29 [colin]      2.3.1cvs41
2717
2718         * src/imap.c
2719         * src/imap.h
2720         * src/mainwindow.c
2721                 Disconnect from IMAP servers when going
2722                 offline. Fixes bug #978 (going to offline-mode 
2723                 won't close connections)
2724
2725 2006-06-29 [colin]      2.3.1cvs40
2726
2727         * src/main.c
2728                 Fix transient setting on failing plugins
2729                 Patch by Fabien
2730         * src/plugins/pgpcore/sgpgme.c
2731                 Only warn for OpenPGP. Most people don't
2732                 have CMS available.
2733
2734 2006-06-29 [colin]      2.3.1cvs39
2735
2736         * src/compose.c
2737                 Fix Spelling menu (discrepancy between context menu
2738                 and top menu when folder's dictionary isn't the 
2739                 default one)
2740         * src/plugins/pgpcore/sgpgme.c
2741                 More error reporting about why gpgme can fail
2742
2743 2006-06-29 [wwp]        2.3.1cvs38
2744
2745         * src/mainwindow.c
2746                 honor the display-header-pane setting even when the message view
2747                 is a separate window.
2748
2749 2006-06-29 [wwp]        2.3.1cvs37
2750
2751         * src/prefs_actions.c
2752                 forgot to commit that one (use of GTK_STOCK_INFO).
2753
2754 2006-06-29 [colin]      2.3.1cvs36
2755
2756         * src/imap.c
2757                 Better handling of login errors (ask the password
2758                 again once), alert in case of error. Fix three
2759                 signedness warnings.
2760
2761 2006-06-28 [wwp]        2.3.1cvs35
2762
2763         * src/prefs_template.c
2764         * src/prefs_matcher.c
2765         * src/prefs_filtering_action.c
2766         * src/prefs_quote.c
2767                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
2768                 patch by Fabien Vantard, slightly modified.
2769
2770 2006-06-28 [paul]
2771
2772         2.4.0-rc2 released
2773
2774 2006-06-28 [colin]      2.3.1cvs34
2775
2776         * src/prefs_account.c
2777                 Fix bug #977 (Can't add or edit imap accounts)
2778
2779 2006-06-28 [colin]      2.3.1cvs33
2780
2781         * src/mimeview.c
2782                 Fix previous
2783
2784 2006-06-28 [colin]      2.3.1cvs32
2785
2786         * src/mimeview.c
2787                 Save named inlined attachments with "Save all"
2788         * src/main.c
2789         * src/mbox.c
2790         * src/common/plugin.c
2791         * src/common/plugin.h
2792         * src/common/sylpheed.c
2793         * src/common/utils.c
2794         * src/plugins/pgpcore/sylpheed.def
2795         * src/plugins/pgpinline/sylpheed.def
2796         * src/plugins/pgpmime/sylpheed.def
2797                 Win32 compatibility patch, by
2798                 Werner Koch
2799
2800 2006-06-28 [wwp]        2.3.1cvs31
2801
2802         * src/imap.c
2803         * src/prefs_folder_item.c
2804                 less compilation warnings (thanks to Fabien Vantard), less typos.
2805
2806 2006-06-28 [paul]       2.3.1cvs30
2807
2808         * src/gtk/gtkutils.c
2809                 gtk_combo_box_set_focus_on_click() is only
2810                 available since gtk 2.6.0
2811
2812 2006-06-28 [paul]       2.3.1cvs29
2813
2814         * src/prefs_ext_prog.c
2815                 fix engrish and add a tooltip for the
2816                 'command for 'Display as text' option
2817
2818 2006-06-28 [paul]
2819
2820         2.4.0-rc1 released
2821
2822 2006-06-28 [paul]       2.3.1cvs28
2823
2824         * ChangeLog
2825         * tools/Makefile.am
2826                 include textviewer.pl in releases
2827
2828 2006-06-28 [paul]       2.3.1cvs27
2829
2830         * src/prefs_ext_prog.c
2831                 hide Print command option if libgnomeprint
2832                 support is present
2833
2834 2006-06-27 [colin]      2.3.1cvs26
2835
2836         * src/compose.c
2837                 Fix Esc handling in insert/attach dialog
2838                 Don't show this dialog if dragging something
2839                 else than text/uri-list
2840                 Thanks to Fabien Vantard
2841         * tools/textviewer.pl
2842                 Filter script to display stuff as text
2843                 by H. Merijn Brand
2844
2845 2006-06-27 [wwp]        2.3.1cvs25
2846
2847         * src/messageview.c
2848                 use the exact product name (message view title), patch
2849                 by Fabien Vantard.
2850
2851 2006-06-27 [ticho]      2.3.1cvs24
2852
2853         * src/prefs_account.c
2854         * src/prefs_common.c
2855         * src/prefs_common.h
2856         * src/prefs_ext_prog.c
2857         * src/textview.c
2858                 Add a preference (Preferences/External programs)
2859                 to allow "Display as text" to be done via a script
2860                 (patch by H.Merijn Brand).
2861                 Use GtkComboBox for protocol selection in account
2862                 preferences.
2863                 Only include current choice for existing accounts, and
2864                 insensitivize the combobox.
2865
2866 2006-06-27 [paul]       2.3.1cvs23
2867
2868         * src/mbox.c
2869                 fix crasher introduced in cvs21.
2870                 Thanks to Colin
2871
2872 2006-06-26 [colin]      2.3.1cvs22
2873
2874         * src/mbox.c
2875                 Fix double-frees when leaving folders
2876                 after exporting to mbox
2877
2878 2006-06-26 [colin]      2.3.1cvs21
2879
2880         * src/mbox.c
2881                 More feedback (and optimisation)
2882                 on import/export
2883         * src/common/utils.c
2884                 Fix case when looking for mail addresses
2885         * src/gtk/gtkutils.c
2886                 Extra check for (X-)Face
2887
2888 2006-06-25 [ticho]      2.3.1cvs20
2889
2890         * src/compose.c
2891         * src/exphtmldlg.c
2892         * src/gtk/gtkutils.c
2893         * src/gtk/gtkutils.h
2894                 Added second argument to gtkut_sc_combobox_create() to
2895                 control focus-on-click for the widget.
2896                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
2897
2898 2006-06-25 [ticho]      2.3.1cvs19
2899
2900         * src/compose.c
2901         * src/gtk/Makefile.am
2902         * src/gtk/combobox.c
2903         * src/gtk/combobox.h
2904         * src/gtk/gtkutils.c
2905         * src/gtk/gtkutils.h
2906                 Use GtkComboBox instead of deprecated GtkOptionMenu
2907                 for account selector in compose window and for encoding
2908                 selector in attachment properties.
2909                 Also factorise working with the new GtkComboBox somewhat.
2910
2911 2006-06-24 [paul]       2.3.1cvs18
2912
2913         * src/prefs_common.c
2914                 use the correct default value
2915
2916 2006-06-24 [paul]       2.3.1cvs17
2917
2918         * src/compose.c
2919         * src/prefs_common.c
2920         * src/prefs_common.h
2921         * src/prefs_compose_writing.c
2922                 enable setting of default action when
2923                 dnd'ing files in the compose window.
2924                 (Collaborative effort with wwp)
2925
2926 2006-06-23 [wwp]        2.3.1cvs16
2927
2928         * src/compose.c
2929                 i18n fix (thanks to Fabien Vantard)
2930
2931 2006-06-22 [colin]      2.3.1cvs15
2932
2933         * src/prefs_customheader.c
2934                 Don't use filters in custom headers' file 
2935                 selector. Remember, extensions mean nothing :)
2936
2937 2006-06-22 [paul]       2.3.1cvs14
2938
2939         * configure.ac
2940                 allow setting of man directory location
2941
2942 2006-06-22 [colin]      2.3.1cvs13
2943
2944         * src/mainwindow.c
2945                 Add 'View/Go to/Next unread folder'.
2946                 I missed that :)
2947
2948 2006-06-22 [colin]      2.3.1cvs12
2949
2950         * src/common/utils.c
2951                 Add some subject prefixes
2952                 Patch by Bjorn T Johansen <btj@havleik.no>
2953
2954 2006-06-22 [colin]      2.3.1cvs11
2955
2956         * manual/advanced.xml
2957                 Forgotten hidden pref
2958
2959 2006-06-21 [paul]       2.3.1cvs10
2960
2961         * src/prefs_account.c
2962                 complete the removal of 'Add date header' option
2963
2964 2006-06-21 [paul]       2.3.1cvs9
2965
2966         * src/account.c
2967         * src/compose.c
2968         * src/prefs_account.c
2969         * src/prefs_account.h
2970                 remove option to add date header - always
2971                 add date header
2972         * src/etpan/imap-thread.c
2973                 fix warnings (Thanks to Colin)
2974
2975 2006-06-21 [wwp]        2.3.1cvs8
2976
2977         * src/folder.c
2978                 set the attachment flag when inline text part are (file)named. This is more convenient
2979                 when receiving (for instance) inline source files or patches sent using thunderbird.
2980
2981 2006-06-21 [paul]       2.3.1cvs7
2982
2983         * src/inc.c
2984                 fix off-by-one count of current msg in
2985                 statusbar filtering progressbar
2986
2987 2006-06-21 [paul]       2.3.1cvs6
2988
2989         * src/folder.c
2990                 Show attachment icon even if the part is 'inline'
2991                 if the following conditions are met:
2992                 - content-type != 'text/plain'
2993                 - content-type != '*/pgp-signature'
2994                 - either 'name' or 'filename' parameter is not NULL
2995                 
2996                 Thanks to Colin
2997
2998 2006-06-21 [paul]       2.3.1cvs5
2999
3000         * src/messageview.c
3001         * src/prefs_common.c
3002         * src/prefs_common.h
3003         * src/prefs_other.c
3004                 add an option to 'Never send Return
3005                 Receipts'
3006                 Thanks to Colin
3007
3008 2006-06-20 [mones]      2.3.1cvs4
3009
3010         * po/es.po
3011                 updated
3012         * src/compose.c
3013                 typo fixed (space after comma)
3014         * tools/make.themes.project
3015                 remove exec mode from tarball files
3016
3017 2006-06-20 [colin]      2.3.1cvs3
3018
3019         * src/news.c
3020         * src/procheader.c
3021         * src/unmime.c
3022                 Better fix for \n's in headers (don't 
3023                 break Received: and others)
3024
3025 2006-06-20 [paul]       2.3.1cvs2
3026
3027         * src/alertpanel.c
3028         * src/textview.c
3029                 improve legibility of phishing attempt
3030                 dialog
3031
3032 2006-06-20 [paul]       2.3.1cvs1
3033
3034         * NEWS
3035         * README
3036         * configure.ac
3037                 Update version number following
3038                 stable release
3039
3040 2006-06-20 [colin]      2.3.0cvs26
3041
3042         * src/compose.c
3043                 When dragging a file to the text of the compose
3044                 window, ask whether we want to insert or attach
3045                 (I know lots of people who do that to attach)
3046
3047 2006-06-20 [colin]      2.3.0cvs25
3048
3049         * src/etpan/imap-thread.c
3050                 Fix threshold (the append command is often > 32 bytes)
3051
3052 2006-06-19 [colin]      2.3.0cvs24
3053
3054         * src/imap.c
3055         * src/etpan/imap-thread.c
3056                 Workaround Rockliffe IMAP server bug: replace
3057                 "x UID SEARCH (ANSWERED UID 1:*)" with
3058                 "x UID SEARCH ANSWERED"
3059                 (Rockliffe doesn't handle the parenthesis)
3060
3061 2006-06-19 [colin]      2.3.0cvs23
3062
3063         * src/compose.c
3064         * src/imap.c
3065         * src/etpan/imap-thread.c
3066                 Probably fix bug #972 (Freezes when adding 
3067                 an attachment to the message)
3068         * src/common/defs.h
3069                 Modernize Firefox cmd
3070
3071
3072 2006-06-18 [colin]      2.3.0cvs22
3073
3074         * src/prefs_customheader.c
3075                 Only allow correct filenames for various
3076                 custom headers
3077
3078 2006-06-18 [colin]      2.3.0cvs21
3079
3080         * src/prefs_customheader.c
3081                 Add a 'From File...' button in custom headers prefs, which
3082                 try to do the right thing: 
3083                 for normal headers, use file as plaintext,
3084                 for X-Face, calls compface,
3085                 for Face, encode to b64.
3086
3087 2006-06-17 [colin]      2.3.0cvs20
3088
3089         * src/mh.c
3090                 Warning fix
3091
3092 2006-06-16 [colin]      2.3.0cvs19
3093
3094         * src/summaryview.c
3095                 Recursive quicksearch: show message list
3096                 in current folder, *then* search children
3097                 in the background.
3098
3099 2006-06-16 [colin]      2.3.0cvs18
3100
3101         * src/main.c
3102                 Instead of ignoring SIGPIPE, save caches
3103                 when getting one. Will fix the fact that
3104                 hot caches are out-of-date when logging 
3105                 out of Xorg.
3106         * src/compose.c
3107         * src/prefs_compose_writing.c
3108                 Only save text (not attachments) when 
3109                 auto-saving to drafts
3110         * src/unmime.c
3111                 Always replace \n, \r and \t with spaces
3112                 in headers
3113         * manual/dist/html/Makefile.am
3114         * manual/dist/pdf/Makefile.am
3115         * manual/dist/ps/Makefile.am
3116         * manual/dist/txt/Makefile.am
3117         * manual/fr/dist/html/Makefile.am
3118         * manual/fr/dist/pdf/Makefile.am
3119         * manual/fr/dist/ps/Makefile.am
3120         * manual/fr/dist/txt/Makefile.am
3121         * manual/pl/dist/html/Makefile.am
3122         * manual/pl/dist/pdf/Makefile.am
3123         * manual/pl/dist/ps/Makefile.am
3124         * manual/pl/dist/txt/Makefile.am
3125                 Fix make clean removing pregenerated manuals
3126
3127
3128 2006-06-16 [colin]      2.3.0cvs17
3129
3130         * src/plugins/pgpcore/sgpgme.c
3131         * src/plugins/pgpmime/pgpmime.c
3132         * src/plugins/pgpinline/pgpinline.c
3133                 Better error reporting in setup_signers.
3134                 Don't fallback to default key if specified
3135                 key isn't found.
3136                 Don't allow signing if more than one secret
3137                 key matches the one specified in prefs.
3138
3139 2006-06-15 [colin]      2.3.0cvs16
3140
3141         * src/folderview.c
3142                 Add "Send queue" in the folder's contextual
3143                 menu
3144         * src/compose.c
3145         * src/messageview.c
3146         * src/privacy.c
3147         * src/privacy.h
3148         * src/procmime.c
3149         * src/procmsg.c
3150         * src/plugins/pgpcore/passphrase.c
3151         * src/plugins/pgpcore/sgpgme.c
3152         * src/plugins/pgpinline/pgpinline.c
3153         * src/plugins/pgpmime/pgpmime.c
3154                 Better error reporting
3155         * src/mbox.c
3156                 Probably fix bug #971 (2.2.3 cannot read mail 
3157                 from local mbox)
3158
3159
3160 2006-06-15 [mones]      2.3.0cvs15
3161
3162         * tools/make.themes.project
3163                 creates the themes project from the web page
3164
3165 2006-06-15 [colin]      2.3.0cvs14
3166
3167         * src/folder.c
3168                 Better fix (avoid losing the folder if scan_tree 
3169                 fails)
3170
3171 2006-06-15 [cleroy]     2.3.0cvs13
3172
3173         * src/folder.c
3174                 Probably fix Bug #969 (crash on rebuilding 
3175                 imap folder)
3176
3177 2006-06-14 [colin]      2.3.0cvs12
3178
3179         * manual/dtd/manual.xsl
3180         * manual/sylpheed-claws-manual.xml
3181         * manual/fr/sylpheed-claws-manual.xml
3182         * manual/pl/sylpheed-claws-manual.xml
3183                 Insert pagebreaks between sections
3184
3185 2006-06-14 [paul]       2.3.0cvs11
3186
3187         * configure.ac
3188                 better fix than 2.3.0cvs10
3189
3190 2006-06-14 [paul]       2.3.0cvs10
3191
3192         * configure.ac
3193                 fix setting of PACKAGE_DATA_DIR with newer autoconf
3194                 (backwards compatible)
3195
3196 2006-06-13 [colin]      2.3.0cvs9
3197
3198         * src/messageview.c
3199                 Fix sending of return receipt with the new queue folders
3200
3201 2006-06-13 [wwp]        2.3.0cvs8
3202
3203         * src/quote_fmt_lex.l
3204                 fix wrong tokens returned in quote_fmt lexer, query not().
3205
3206 2006-06-13 [wwp]        2.3.0cvs7
3207
3208         * src/folder.c
3209         * src/prefs_folder_item.c
3210                 allow changing folder type even when folder is not a top-level one,
3211                 thanks to Colin.
3212
3213 2006-06-12 [colin]      2.3.0cvs6
3214
3215         * src/folderview.c
3216                 Fix double-ask of "Do you want to mark all
3217                 as read"
3218
3219 2006-06-12 [colin]      2.3.0cvs5
3220
3221         * src/compose.c
3222         * src/compose.h
3223         * src/folder.c
3224         * src/folder.h
3225         * src/imap.c
3226         * src/inc.c
3227         * src/main.c
3228         * src/messageview.c
3229         * src/mh.c
3230         * src/prefs_folder_item.c
3231         * src/procheader.c
3232         * src/procmime.c
3233         * src/procmsg.c
3234         * src/procmsg.h
3235         * src/send_message.c
3236         * src/summaryview.c
3237         * src/toolbar.c
3238                 Apply bug #964's patch (Queue and drafts aren't normal)
3239                 The Drafts and Queue folder now contain RFC-822 files,
3240                 allowing to move and copy mails from and to these 
3241                 folders. Moving from Drafts to Queue will prepare the
3242                 mail for sending (PGP signature, encryption, etc).
3243                 This patch also rework sending errors handling to try
3244                 to be more helpful.
3245                 Also, allow redefining folder types via the GUI 
3246                 (Folder type in its Properties)
3247
3248 2006-06-12 [colin]      2.3.0cvs4
3249
3250         * src/summaryview.c
3251         * src/prefs_common.c
3252         * src/prefs_common.h
3253         * src/gedit-print.c
3254                 Allow to define a specific print font - patch
3255                 by Bernhard Walle <bernhard.walle@gmx.de>
3256         * src/prefs_fonts.c
3257         * manual/advanced.xml
3258         * manual/fr/advanced.xml
3259                 Add a hidden pref to allow deletion without
3260                 confirmation
3261
3262 2006-06-12 [wwp]        2.3.0cvs3
3263
3264         * .cvsignore
3265                 more files to ignore.
3266
3267 2006-06-12 [wwp]        2.3.0cvs2
3268
3269         * src/quote_fmt.c
3270         * src/quote_fmt_lex.l
3271         * src/quote_fmt_parse.y
3272                 extend the quote_fmt parser (templates and quotes):
3273                 - allow limited sub-expressions in |p{} and |f{} expressions,
3274                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
3275                 - implemented/fixed missing implementation of query_references and show_references,
3276                 - completed, fixed contents and format of the symbols help dialog,
3277                 - fix some compilation warnings.
3278
3279 2006-06-12 [wwp]        2.3.0cvs1
3280
3281         * manual/advanced.xml
3282         * manual/fr/advanced.xml
3283                 updates in the "templates" section of the manual (eng/fr):
3284                  - be more precise (both versions)
3285                  - completed to match the english reference (fr version)
3286                  - touchups (both versions)
3287
3288 2006-06-12 [paul]       2.3.0
3289
3290         2.3.0 released
3291
3292 2006-06-12 [paul]       2.2.3cvs14
3293
3294         * po/ca.po
3295         * po/cs.po
3296         * po/de.po
3297         * po/el.po
3298         * po/fr.po
3299         * po/it.po
3300         * po/pt_BR.po
3301         * po/sr.po
3302         * po/zh_CN.po
3303                 updated by Miquel Oliete, Tim, Stephan Sachse,
3304                 Stavros Giannouris, Fabien Vantard, Andrea
3305                 Spadaccini, Frederico Goncalves Guimaraes,
3306                 Aleksandar Urosevic, and Ralgh Young
3307
3308 2006-06-12 [colin]      2.2.3cvs13
3309
3310         * src/mbox.c
3311                 Add missing header
3312
3313 2006-06-11 [colin]      2.2.3cvs12
3314
3315         * src/msgcache.c
3316                 Verify that g_malloc() succeeded
3317
3318 2006-06-11 [colin]      2.2.3cvs11
3319
3320         * src/wizard.c
3321                 Add Face header to welcome mail
3322
3323 2006-06-10 [colin]      2.2.3cvs10
3324
3325         * src/textview.c
3326                 Revert previous (Forgot it changes the
3327                 margin on the whole mail)
3328
3329 2006-06-10 [colin]      2.2.3cvs9
3330
3331         * src/textview.c
3332                 Don't overlap long headers under (X-)Face
3333
3334 2006-06-10 [mones]      2.2.3cvs8
3335
3336         * manual/xml2pdf
3337                 allow generation of manual on systems lacking saxon binary
3338                 but with java and the saxon library installed
3339
3340         * po/es.po
3341                 updated for release
3342
3343 2006-06-09 [colin]      2.2.3cvs7
3344
3345         * src/summaryview.c
3346                 Fix leak when using Display Sender using Addressbook
3347
3348 2006-06-09 [colin]      2.2.3cvs6
3349
3350         * src/compose.c
3351         * src/folder.c
3352         * src/folderview.c
3353         * src/mimeview.c
3354         * src/summaryview.c
3355                 More leaks fixes
3356
3357 2006-06-09 [paul]       2.2.3cvs5
3358
3359         * AUTHORS
3360         * src/gtk/authors.h
3361         * tools/claws.i18n.status.pl
3362                 updated with new info
3363
3364 2006-06-09 [paul]       2.2.3cvs4
3365
3366         * README
3367                 updated
3368         * manual/ack.xml
3369                 add wwp to authors list
3370         * src/gtk/authors.h
3371                 update mine and Colin's addresses
3372
3373 2006-06-08 [colin]      2.2.3cvs3
3374
3375         * src/etpan/imap-thread.c
3376                 Fix leak on SSL cert check
3377
3378 2006-06-08 [colin]      2.2.3cvs2
3379
3380         * src/common/utils.c
3381                 Fix leak
3382
3383 2006-06-08 [paul]       2.2.3cvs1
3384
3385         * configure.ac
3386                 Update version number following
3387                 stable release
3388
3389 2006-06-07 [colin]      2.2.2cvs3
3390
3391         * src/msgcache.c
3392                 Fix catching cache read errors (guint instead of gint)
3393                 Prevent malloc'ing more than 8MB (means cache corruption)
3394
3395 2006-06-07 [paul]       2.2.2cvs2
3396
3397         * src/exporthtml.c
3398         * src/exportldif.c
3399         * src/mh.c
3400         * src/mutt.c
3401         * src/pine.c
3402         * src/common/utils.c
3403                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
3404                 obey $HOME'
3405                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
3406                 Thanks to Colin
3407
3408 2006-06-06 [paul]       2.2.2cvs1
3409
3410         * configure.ac
3411                 Update version number following
3412                 stable release
3413
3414 2006-06-06 [paul]       2.2.1cvs6
3415
3416         * src/matcher.c
3417                 fix  implicit declaration of
3418                 sylpheed_do_idle()
3419                 Patch by Fabien Vantard
3420
3421 2006-06-06 [paul]       2.2.1cvs5
3422
3423         * src/matcher.c
3424                 fix age_greater and age_lower so that they
3425                 mean what say and not '...or equal to'
3426                 Thanks to Colin
3427
3428 2006-06-06 [paul]       2.2.1cvs4
3429
3430         * src/textview.c
3431         * src/common/utils.c
3432                 fix URI check
3433                 Thanks to Colin
3434
3435 2006-06-05 [wwp]        2.2.1cvs3
3436
3437         * manual/fr/account.xml
3438                 minor language fixes (thanks to Fabien Vantard).
3439
3440 2006-06-05 [colin]      2.2.1cvs2
3441
3442         * src/prefs_folder_item.c
3443         * src/folderview.c
3444                 Allow recursive setting of properties 
3445                 for whole mailboxes
3446         * src/matcher.c
3447                 Don't freeze on 'test' filtering rule
3448
3449 2006-06-05 [colin]      2.2.1cvs1
3450
3451         * configure.ac
3452                 Update version number following
3453                 stable release
3454
3455 2006-06-04 [wwp]        2.2.0cvs82
3456
3457         * manual/glossary.xml
3458         * manual/account.xml
3459         * manual/fr/glossary.xml
3460         * manual/fr/account.xml
3461                 added glossary section and references/links related to the Face custom header.
3462
3463 2006-06-04 [colin]      2.2.0cvs81
3464
3465         * src/summaryview.c
3466                 Skip to next message on move with no
3467                 immediate execution
3468
3469 2006-06-04 [wwp]        2.2.0cvs80
3470
3471         * manual/xml2pdf
3472                 added sanity checks, exit when needed.
3473
3474 2006-06-03 [paul]       2.2.0cvs79
3475
3476         * src/prefs_receive.c
3477                 page name is now 'Receiving'
3478         * src/prefs_send.c
3479                 page name is now 'Sending'
3480
3481 2006-06-03 [colin]      2.2.0cvs78
3482
3483         * src/plugins/spamassassin/spamassassin_gtk.c
3484                 Autoswitch to Localhost if transport was previously
3485                 disabled. Else people had to check [] Enable, then
3486                 *reselect* transport.
3487
3488 2006-06-03 [colin]      2.2.0cvs77
3489
3490         * src/plugins/pgpinline/pgpinline.c
3491         * src/plugins/pgpmime/pgpmime.c
3492                 Check that gpg_data_release_and_get_mem 
3493                 didn't fail (now, why this happens...)
3494
3495 2006-06-03 [colin]      2.2.0cvs76
3496
3497         * src/mbox.c
3498                 Fix bug #962 (Manual and/or UI should 
3499                 warn about incompatible locking 
3500                 causing dataloss)
3501
3502 2006-06-02 [cleroy]     2.2.0cvs75
3503
3504         * src/filtering.c
3505         * src/folder.c
3506         * src/procmsg.c
3507         * src/summaryview.c
3508                 Fix a few leaks
3509
3510 2006-06-02 [colin]      2.2.0cvs74
3511
3512         * src/main.c
3513                 On exit, free caches after writing them
3514                 Shuts up some valgrind false positives
3515         * src/procmsg.c
3516         * src/send_message.c
3517                 Fix races when reusing existing SMTP connections
3518                 Fix inexistant session timeout
3519         * src/toolbar.c
3520                 Display alertpanel after all queues have
3521                 been processed, not after each
3522
3523 2006-06-02 [wwp]        2.2.0cvs73
3524
3525         * manual/fr/glossary.xml
3526         * manual/fr/ack.xml
3527         * manual/ack.xml
3528                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
3529
3530 2006-06-02 [wwp]        2.2.0cvs72
3531
3532         * manual/xml2pdf
3533         * manual/dist/pdf/Makefile.am
3534         * manual/dtd/manual.xsl
3535         * manual/fr/dist/pdf/Makefile.am
3536         * manual/pl/dist/pdf/Makefile.am
3537                 we changed the procedure to generate the .pdf version of the manual.
3538                 The procedure is more modern and the .pdf we get now has a valid index.
3539                 Here are the new pre-requisites:
3540
3541                 - JRE 1.x (1.4 here): there must be one from your distro
3542                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
3543                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
3544                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
3545
3546                 See my posts for further info about the installation of this toolchain:
3547
3548                 Date: Fri, 19 May 2006 19:40:06 +0200
3549                 From: wwp <subscript@free.fr>
3550                 To: sylpheed-claws-devel@lists.sourceforge.net
3551                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
3552
3553                 and
3554
3555                 Date: Wed, 24 May 2006 12:58:49 +0200
3556                 From: wwp <subscript@free.fr>
3557                 To: sylpheed-claws-devel@lists.sourceforge.net
3558                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
3559
3560 2006-06-01 [colin]      2.2.0cvs71
3561
3562         * src/compose.c
3563                 Better guards against IMAP races
3564         * src/main.c
3565         * src/prefs_common.c
3566         * src/prefs_common.h
3567         * src/common/ssl_certificate.c
3568         * src/etpan/imap-thread.c
3569         * src/etpan/imap-thread.h
3570         * src/gtk/sslcertwindow.c
3571                 New hidden option ssl_skip_cert_check to 
3572                 avoid dups of bug #959 (libetpan linked
3573                 against gnutls and gnutls buggy on 64bit)
3574                 Present expired warning only once per
3575                 session/server.
3576         * manual/advanced.xml
3577         * manual/fr/advanced.xml
3578                 Document new option
3579
3580 2006-06-01 [wwp]        2.2.0cvs70
3581
3582         * src/messageview.c
3583                 fix for bug #961 (return receipt dialog 
3584                 complains incorrectly about return-path 
3585                 email adress being different), thanks 
3586                 to Colin.
3587
3588 2006-05-31 [cleroy]     2.2.0cvs69
3589
3590         * src/common/ssl.c
3591                 Guard against NULLs, although this
3592                 should never be an issue
3593
3594 2006-05-31 [colin]      2.2.0cvs68
3595
3596         * src/filtering.c
3597                 Use g_slist_prepend
3598         * src/imap.c
3599                 Don't remove caches when destroying folder, it
3600                 could (should) be done at exit
3601         * src/inc.c
3602                 free processing cache after incorporation
3603         * src/etpan/imap-thread.c
3604                 Maybe fix bug #959 (Crash on moving to emails 
3605                 to a imap account per ssl with a expired 
3606                 certificate.)
3607
3608 2006-05-30 [colin]      2.2.0cvs67
3609
3610         * src/summaryview.c
3611                 Put back event flush when displaying message
3612                 It avoids reading a bunch of messages just
3613                 by hitting shift-n for too long ;)
3614
3615 2006-05-29 [colin]      2.2.0cvs66
3616
3617         * src/summaryview.c
3618                 Remove useless g_warnings
3619
3620 2006-05-29 [colin]      2.2.0cvs65
3621
3622         * src/imap.c
3623                 Fix g_slist_append()s for performance
3624
3625 2006-05-29 [colin]      2.2.0cvs64
3626
3627         * src/compose.c
3628         * src/common/utils.c
3629                 Fix extraneous tab at start of addresses
3630         * src/mainwindow.c
3631                 Fix warnings (thanks to Fabien)
3632                 Fix crash at exit when composing messages 
3633                 exist
3634         * src/pop.c
3635                 Fix progress bar when deleting expired mails
3636                 Thanks to Hiro
3637         * src/summaryview.c
3638         * src/gtk/gtksctree.c
3639                 Fix re-sorting slowness
3640
3641 2006-05-29 [paul]       2.2.0cvs63
3642
3643         * src/mh.c
3644                 fetch full message when moving mails
3645                 from another mailbox, (fixed data loss
3646                 when filtering from IMAP to MH, introduced
3647                 in 2.2.0cvs57).
3648                 Thanks to Colin
3649
3650 2006-05-29 [mones]      2.2.0cvs62
3651
3652         * src/gtk/gtksctree.c
3653                 Unselect faster (patch by Colin)        
3654
3655 2006-05-26 [colin]      2.2.0cvs61
3656
3657         * src/summaryview.c
3658                 Unplug MSGINFO_UPDATE callback on delete too.
3659
3660 2006-05-26 [colin]      2.2.0cvs60
3661
3662         * src/foldersel.c
3663                 Fix bold in folder selection window with glib2.10
3664                 thanks Hiro
3665
3666 2006-05-26 [colin]      2.2.0cvs59
3667
3668         * src/procheader.c
3669                 Convert date only if necessary (and don't
3670                 try to convert from utf8 to utf8, too)
3671         * src/summaryview.c
3672                 Only set column's text if the column's 
3673                 displayed
3674
3675 2006-05-26 [colin]      2.2.0cvs58
3676
3677         * src/summaryview.c
3678         * src/gtk/gtkutils.c
3679                 Fix useless warning
3680
3681 2006-05-26 [colin]      2.2.0cvs57
3682
3683         * src/mainwindow.c
3684                 Make summaryview selectable as long as 
3685                 no message has focus
3686         * src/mh.c
3687                 Faster deletion (by implementing mh_remove_msgs)
3688                 Faster copy (avoid using mh_fetch_msg just to get
3689                 the filename)
3690                 Faster move (using move_file instead of copy_file
3691                 if MSG_IS_MOVE)
3692                 No progressbar if total number of mails to cp/mv 
3693                 is less than 100
3694         * src/summaryview.c
3695                 Fix removal from subject_table when mail gets moved
3696                 Faster deletion (g_slist_prepend instead of append)
3697         * src/gtk/gtksctree.c
3698                 Remove useless code
3699
3700 2006-05-25 [colin]      2.2.0cvs56
3701
3702         * src/common/ssl_certificate.c
3703                 Fix leak in expired cert check
3704
3705 2006-05-25 [colin]      2.2.0cvs55
3706
3707         * src/mh.c
3708                 Disable flags syncing on .mh_sequences - it
3709                 is buggy and marks mails read under unknown
3710                 conditions.
3711
3712 2006-05-25 [paul]
3713
3714         * 2.3.0-rc4 released
3715
3716 2006-05-24 [colin]      2.2.0cvs54
3717
3718         attention cvs users: if you manage to crash
3719         Sylpheed-Claws while moving, copying or deleting
3720         mails, we *are* interested in stack traces and
3721         valgrind logs. It looks stable, but one never
3722         knows...
3723
3724         * src/folder.c
3725                 Add progressbar for cache updates
3726         * src/folderutils.c
3727                 Optimize Mark all read in the current
3728                 folder
3729         * src/mh.c
3730                 Add progressbar for copy/move
3731         * src/procmsg.c
3732                 Optimize O(n^2) in copy/move
3733         * src/summaryview.c
3734         * src/gtk/gtksctree.c
3735                 Optimize O(n^2) algos
3736         * src/common/timing.h
3737                 Display ms instead of us
3738
3739 2006-05-24 [wwp]        2.2.0cvs53
3740
3741         * manual/fr/advanced.xml
3742                 updates to the French manual.
3743
3744 2006-05-24 [wwp]        2.2.0cvs52
3745
3746         * src/common/utils.c
3747                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
3748
3749 2006-05-24 [wwp]        2.2.0cvs51
3750
3751         * src/folderutils.c
3752                 fixed "mark all read" in MH folders (thanks to Colin).
3753
3754 2006-05-24 [paul]       2.2.0cvs50
3755
3756         * doc/man/sylpheed-claws.1
3757                 updated the man page
3758
3759 2006-05-23 [colin]      2.2.0cvs49
3760
3761         * src/folderview.c
3762         * src/imap.c
3763         * src/inc.c
3764         * src/mbox.c
3765         * src/messageview.c
3766         * src/news.c
3767         * src/send_message.c
3768         * src/summaryview.c
3769         * src/gtk/sslcertwindow.c
3770                 alertpanel fixes, by Fabien
3771
3772 2006-05-23 [colin]      2.2.0cvs48
3773
3774         * src/folder.c
3775         * src/folderview.c
3776         * src/msgcache.c
3777         * src/summaryview.c
3778         * src/gtk/gtksctree.c
3779         * src/gtk/gtksctree.h
3780                 More timings
3781                 Fix slow loading problem, which was caused by the
3782                 use of some gtk_ctree funcs and their use of
3783                 g_list_position while gtk_ctree_(un)link'ing.
3784                 Reap more functions from gtkctree.c to be sure we
3785                 use our (fast) version instead of theirs.
3786         * src/mh.c
3787                 Fix copy of unread mails
3788
3789
3790 2006-05-22 [wwp]        2.2.0cvs47
3791
3792         * manual/fr/advanced.xml
3793                 updated.
3794
3795 2006-05-22 [colin]      2.2.0cvs46
3796
3797         * src/filtering.c
3798                 Fix possible infinite loop. 'copy' is not a 
3799                 final action, so when encountering a 'copy',
3800                 we have to check if a previous one was set
3801                 and do it. In the same way, if we encounter
3802                 a 'move' we have to perform a possibly 
3803                 pending 'copy'. This will slow down filtering
3804                 on IMAP if move+copy or multiple copy actions
3805                 are to be done, but handling it via the batch
3806                 would be really too convoluted.
3807
3808 2006-05-22 [wwp]        2.2.0cvs45
3809
3810         * manual/fr/advanced.xml
3811         * manual/fr/faq.xml
3812         * manual/fr/glossary.xml
3813         * manual/fr/handling.xml
3814         * manual/fr/intro.xml
3815         * manual/fr/plugins.xml
3816         * manual/fr/sylpheed-claws-manual.xml
3817                 sync w/ the english manual: updates URIs, documented mailing-list
3818                 support, better explanation about the enabled/disabled feature
3819                 in filtering/processing rules by Paul.
3820
3821 2006-05-21 [colin]      2.2.0cvs44
3822
3823         * src/summaryview.c
3824                 Don't expand after building threads, but during
3825
3826 2006-05-21 [colin]      2.2.0cvs43
3827
3828         * src/procmsg.c
3829         * src/summaryview.c
3830                 More timing possibilities... For next time I have 
3831                 to find out how the hell some 3GHz computer takes
3832                 one minute to open a 30k folder...
3833
3834 2006-05-21 [colin]      2.2.0cvs42
3835
3836         * manual/pl/advanced.xml
3837         * manual/pl/faq.xml
3838         * manual/pl/glossary.xml
3839         * manual/pl/handling.xml
3840         * manual/pl/intro.xml
3841         * manual/pl/plugins.xml
3842         * manual/pl/sylpheed-claws-manual.xml
3843                 Polish manual updated by Pawel
3844
3845 2006-05-20 [colin]
3846
3847         * 2.3.0-rc3 released
3848
3849 2006-05-20 [colin]      2.2.0cvs41
3850
3851         * src/imap.c
3852                 Fix -rc2 problems:
3853                 - remove cache of moved messages from original folder
3854                 - apply new flags to messages even if they aren't appliable
3855                   via IMAP.
3856
3857 2006-05-20 [colin]
3858
3859         * 2.3.0-rc2 released
3860
3861 2006-05-19 [colin]      2.2.0cvs40
3862
3863         * src/imap.c
3864                 Don't issue SELECT in imap_change_flags
3865                 before having checked that we indeed have
3866                 some flags to change. MSG_POSTFILTERED for
3867                 example can't be used on IMAP.
3868                 Fixes bug #955 (copying messages between 
3869                 imap folders is extremely slow), which was
3870                 a regression.
3871
3872 2006-05-19 [colin]      2.2.0cvs39
3873
3874         * src/folder.c
3875         * src/folder.h
3876         * src/folderview.c
3877                 Try to fix bug #830 (Some unread messages 
3878                 get marked read in IMAP inbox):
3879                 - Prevent scanning a folder if it's being 
3880                   opened via the GUI
3881                 - Postpone opening via the GUI of a folder
3882                   currently scanned.
3883
3884
3885 2006-05-19 [wwp]        2.2.0cvs38
3886
3887         * manual/advanced.xml
3888                 fix English+typo (thanks to Paul).
3889
3890 2006-05-19 [wwp]        2.2.0cvs37
3891
3892         * manual/advanced.xml
3893         * manual/fr/advanced.xml
3894         * src/gtk/logwindow.c
3895         * src/prefs_common.c
3896         * src/prefs_common.h
3897                 added hidden prefs to allow customization of colors used in
3898                 protocol log window (useful for dark gtk+ themes).
3899
3900 2006-05-19 [wwp]        2.2.0cvs36
3901
3902         * ChangeLog
3903                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
3904
3905 2006-05-19 [paul]       2.2.0cvs35
3906
3907         * src/textview.c
3908                 make Reply-To fully clickable
3909         * src/gtk/logwindow.c
3910                 more colouring (SMTP ESMTP)
3911         Both patches by Pawel Pekala
3912
3913 2006-05-19 [cleroy]     2.2.0cvs34
3914
3915         * src/mh.c
3916                 Don't update flags from current folder
3917                 Probably fixes bug #935 (Read Messages 
3918                 Revert to Being Marked as Unread)
3919
3920 2006-05-18 [colin]      2.2.0cvs33
3921
3922         * src/imap.c
3923                 Warning fix
3924         * src/compose.c
3925         * src/mainwindow.c
3926         * src/summaryview.c
3927         * src/toolbar.c
3928                 Allow replying to multiple emails
3929                 in multiple windows
3930         * src/mimeview.c
3931         * src/etpan/imap-thread.c
3932                 Leak fixes
3933
3934 2006-05-18 [paul]       2.2.0cvs32
3935
3936         * src/summaryview.c
3937                 keep Mailing-List menu refreshed
3938                 Thanks to Colin
3939
3940 2006-05-18 [paul]       2.2.0cvs31
3941
3942         * manual/advanced.xml
3943         * manual/faq.xml
3944         * manual/glossary.xml
3945         * manual/handling.xml
3946         * manual/intro.xml
3947         * manual/plugins.xml
3948         * manual/sylpheed-claws-manual.xml
3949                 update URLs
3950                 add info about mailing-list support
3951                 edit filtering info
3952         * src/wizard.c
3953         * src/common/defs.h
3954         * src/gtk/about.c
3955         * src/plugins/dillo_viewer/README
3956                 update URLs
3957
3958 2006-05-17 [wwp]        2.2.0cvs30
3959
3960         * manual/handling.xml
3961         * manual/fr/handling.xml
3962                 documented the ability to enabled/disable filtering/processing rules.
3963
3964 2006-05-17 [colin]      2.2.0cvs29
3965
3966         * src/main.c
3967                 Don't initialize g_thread subsystem if it's 
3968                 already done (thanks to Hiro)
3969         * src/mimeview.c
3970                 Fix saving of parts when there name can't be
3971                 converted from UTF-8.
3972
3973 2006-05-17 [paul]       2.2.0cvs28
3974
3975         * po/Makefile.in.in
3976                 fix config.status warning with autoconf 2.60
3977
3978 2006-05-17 [paul]       2.2.0cvs27
3979
3980         * po/POTFILES.in
3981                 add src/mbox.c
3982
3983 2006-05-17 [wwp]        2.2.0cvs26
3984
3985         * src/mainwindow.c
3986                 fix useless and potentially dangerous buffer walking (thanks to Colin).
3987
3988 2006-05-17 [wwp]        2.2.0cvs25
3989
3990         * src/plugins/demo/demo.c
3991                 updated product name in plugin demo (many plugins need to be
3992                 sync'ed w/ that change).
3993
3994 2006-05-17 [colin]      2.2.0cvs24
3995
3996         * src/mh.c
3997                 Fix leak
3998
3999 2006-05-16 [colin]      2.2.0cvs23
4000
4001         * src/mainwindow.c
4002                 Stupid me hit again. Fix cvs22.
4003
4004 2006-05-16 [colin]      2.2.0cvs22
4005
4006         * src/mainwindow.c
4007                 Fix bug #922 (sylpheed-claws crashed after 
4008                 pushing on Inbox folder)
4009
4010 2006-05-16 [colin]      2.2.0cvs21
4011
4012         * src/compose.c
4013                 Make From header be copy/paste/select-able
4014
4015 2006-05-16 [wwp]        2.2.0cvs20
4016
4017         * src/export.c
4018         * src/matcher.c
4019         * src/summaryview.c
4020         * src/etpan/imap-thread.c
4021                 fix some compiler warnings (thanks to Colin).
4022
4023 2006-05-16 [wwp]        2.2.0cvs19
4024
4025         * src/action.c
4026         * src/gedit-print.c
4027         * src/inc.c
4028         * src/mainwindow.c
4029         * src/mh.c
4030         * src/statusbar.c
4031         * src/send_message.c
4032         * src/summaryview.c
4033                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
4034
4035 2006-05-15 [colin]      2.2.0cvs18
4036
4037         * src/procmsg.c
4038                 Fix automatic rule creation with List-Post
4039
4040 2006-05-15 [paul]       2.2.0cvs17
4041
4042         * tools/filter_conv_new.pl
4043                 updated for rule enabling/disabling
4044                 claws version >= 2.3.x required
4045
4046 2006-05-15 [cleroy]     2.2.0cvs16
4047
4048         * src/main.c
4049                 Revert test
4050
4051 2006-05-15 [cleroy]     2.2.0cvs15
4052
4053         * src/main.c
4054                 test
4055
4056 2006-05-15 [wwp]        2.2.0cvs14
4057
4058         * manual/pl/.cvsignore
4059                 ignore generated files.
4060
4061 2006-05-14 [wwp]        2.3.0-rc1
4062
4063         * 2.3.0-rc1 released
4064
4065 2006-05-13 [wwp]        2.2.0cvs13
4066
4067         * src/filtering.c
4068         * src/filtering.h
4069         * src/matcher.c
4070         * src/matcher_parser_lex.l
4071         * src/matcher_parser_parse.y
4072         * src/prefs_filtering.c
4073                 new feature: provide the ability to disable filtering and processing
4074                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
4075                 adaptations.
4076
4077 2006-05-13 [colin]      2.2.0cvs12
4078
4079         * src/compose.c
4080                 Remove useless if (a) b; else b;
4081                 Thanks to wwp
4082
4083 2006-05-13 [wwp]        2.2.0cvs11
4084
4085         * src/export.c
4086         * src/import.c
4087         * src/mainwindow.c
4088         * src/mbox.c
4089         * src/summaryview.c
4090         * src/summaryview.h
4091                 no more silent failures (or at least less ones) when importing
4092                 or exporting from/to mbox. Also start importing/exporting if
4093                 the necessary info is set.
4094
4095 2006-05-13 [wwp]        2.2.0cvs10
4096
4097         * RELEASE_NOTES
4098                 restored up-to-date release notes.
4099
4100 2006-05-13 [paul]       2.2.0cvs9
4101
4102         * po/nl.po
4103         * po/ru.po
4104                 updated by Tim Dijkstra and Pavlo Bohmat
4105
4106 2006-05-12 [colin]      2.2.0cvs8
4107
4108         * src/gtk/quicksearch.c
4109                 Add "k" as shortcut for "colorlabel". Patch
4110                 by ath42@users.sf.net.
4111
4112 2006-05-12 [paul]       2.2.0cvs7
4113
4114         * src/prefs_common.h
4115         * src/prefs_summaries.c
4116         * src/summaryview.c
4117                 when entering a folder also allow
4118                 going directly to first Marked message
4119
4120 2006-05-12 [paul]       2.2.0cvs6
4121
4122         * src/summaryview.c
4123                 always obey 'confirm before marking all
4124                 mails read' option
4125
4126 2006-05-12 [paul]       2.2.0cvs5
4127
4128         * src/textview.c
4129                 make Sender fully clickable
4130
4131 2006-05-12 [colin]      2.2.0cvs4
4132
4133         * src/compose.c
4134         * src/compose.h
4135                 Let From be editable
4136         * src/main.c
4137         * src/mh.c
4138                 Full support of .mh_sequences' Unseen seq
4139
4140 2006-05-12 [colin]      2.2.0cvs3
4141
4142         * src/folder.c
4143         * src/mainwindow.c
4144         * src/mainwindow.h
4145         * src/messageview.c
4146         * src/prefs_spelling.c
4147         * src/procheader.c
4148         * src/procmsg.c
4149         * src/procmsg.h
4150         * src/summaryview.c
4151         * src/toolbar.c
4152         * src/toolbar.h
4153                 Add contextual menu on Compose toolbar
4154                 button. Fixes bug #944 (Automatic
4155                 addresses not applied when changing account
4156                 from compose window)
4157                 add Mailing List support
4158                 based on the old 0.6.5claws25 patch by
4159                 Melvin Hadasht, with finishing touches
4160                 by Colin
4161                 Fix "ignore thread" when mails are threaded by
4162                 subject (and weren't ignored although appearing
4163                 in the thread).
4164                 GUI rework.
4165                 Both patches by Pawel.
4166
4167 2006-05-08 [paul]       2.2.0cvs2
4168
4169         * src/mainwindow.c
4170         * src/mainwindow.h
4171         * src/messageview.c
4172         * src/procheader.c
4173         * src/procmsg.c
4174         * src/procmsg.h
4175         * src/summaryview.c
4176                 add Mailing List support
4177                 based on the old 0.6.5claws25 patch by 
4178                 Melvin Hadasht, with finishing touches
4179                 by Colin
4180
4181 2006-05-08 [colin]      2.2.0cvs1
4182
4183         * src/mainwindow.c
4184         * src/toolbar.c
4185         * src/toolbar.h
4186                 Add contextual menu on Compose toolbar 
4187                 button. Fixes bug #944 (Automatic 
4188                 addresses not applied when changing account 
4189                 from compose window)
4190
4191 2006-05-08 [paul]       2.2.0
4192
4193         2.2.0 released
4194
4195 2006-05-08 [paul]       2.1.1cvs51
4196
4197         * po/cs.po
4198         * po/de.po
4199         * po/en_GB.po
4200         * po/fi.po
4201         * po/fr.po
4202         * po/pt_BR.po
4203         * po/sr.po
4204         * po/zh_CN.po
4205                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4206                 Fabien Vantard, Frederico Goncalves Guimaraes,
4207                 Aleksandar Urosevic, and Ralgh Young
4208
4209 2006-05-12 [colin]      2.1.1cvs50
4210
4211         * po/cs.po
4212         * po/de.po
4213         * po/en_GB.po
4214         * po/es.po
4215         * po/fi.po
4216         * po/fr.po
4217         * po/pt_BR.po
4218         * po/sr.po
4219         * po/zh_CN.po
4220                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4221                 Fabien Vantard, Frederico Goncalves Guimaraes,
4222                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
4223
4224 2006-05-05 [colin]      2.1.1cvs49
4225
4226         * manual/Makefile.am
4227         * manual/pl/Makefile.am
4228         * manual/pl/account.xml
4229         * manual/pl/ack.xml
4230         * manual/pl/addrbook.xml
4231         * manual/pl/advanced.xml
4232         * manual/pl/faq.xml
4233         * manual/pl/glossary.xml
4234         * manual/pl/gpl.xml
4235         * manual/pl/handling.xml
4236         * manual/pl/intro.xml
4237         * manual/pl/keyboard.xml
4238         * manual/pl/plugins.xml
4239         * manual/pl/starting.xml
4240         * manual/pl/sylpheed-claws-manual.xml
4241         * manual/pl/dist/.cvsignore
4242         * manual/pl/dist/Makefile.am
4243         * manual/pl/dist/html/.cvsignore
4244         * manual/pl/dist/html/Makefile.am
4245         * manual/pl/dist/pdf/.cvsignore
4246         * manual/pl/dist/pdf/Makefile.am
4247         * manual/pl/dist/ps/.cvsignore
4248         * manual/pl/dist/ps/Makefile.am
4249         * manual/pl/dist/txt/.cvsignore
4250         * manual/pl/dist/txt/Makefile.am
4251                 Add the polish translation of the manual,
4252                 Authored by Pawel Pekala.
4253
4254 2006-05-05 [cleroy]     2.1.1cvs48
4255
4256         * src/main.c
4257                 Re-read matcherrc after loading plugins 
4258                 if some of them add folders.
4259
4260 2006-05-03 [colin]      2.1.1cvs47
4261
4262         * src/imap.c
4263                 I'm idiot
4264
4265 2006-05-03 [colin]      2.1.1cvs46
4266
4267         * src/imap.c
4268                 Be sure to have a session when
4269                 getting separator
4270
4271 2006-05-03 [colin]      2.1.1cvs45
4272
4273         * src/imap.c
4274         * src/imap.h
4275         * src/imap_gtk.c
4276                 Fix preventing renaming with namespace 
4277                 separator.
4278
4279 2006-05-01 [colin]      2.1.1cvs44
4280
4281         * src/action.c
4282                 Don't reload messageview when result of
4283                 action is piped.
4284
4285 2006-04-29 [colin]      2.1.1cvs43
4286
4287         * src/prefs_receive.c
4288         * src/plugins/spamassassin/spamassassin_gtk.c
4289         * src/plugins/clamav/clamav_plugin_gtk.c
4290                 GUI fixes by Pawel
4291
4292 2006-04-29 [colin]      2.1.1cvs42
4293
4294         * src/prefs_compose_writing.c
4295         * src/prefs_quote.c
4296                 Cleanups. Patch by Pawel
4297
4298 2006-04-28 [paul]       2.1.1cvs41
4299
4300         * src/matcher.c
4301                 fix returned quick search results when search
4302                 term contains an underscore.
4303                 Thanks to Colin
4304
4305 2006-04-28 [paul]       2.1.1cvs40
4306
4307         * src/prefs_message.c
4308         * src/prefs_receive.c
4309                 GUI cleanups
4310                 Patches by Pawel Pekala
4311
4312 2006-04-27 [colin]      2.1.1cvs39
4313
4314         * src/wizard.c
4315                 Differentiate subject Welcome from
4316                 window's title Welcome
4317
4318 2006-04-27 [paul]
4319
4320         2.2.0-rc1 released
4321
4322 2006-04-27 [paul]       2.1.1cvs38
4323
4324         * manual/advanced.xml
4325         * manual/fr/advanced.xml
4326                 add info about compose_no_markup hidden pref
4327
4328 2006-04-27 [paul]       2.1.1cvs37
4329
4330         * src/prefs_account.c
4331                 improve privacy labels
4332         * src/prefs_msg_colors.c
4333                 change some strings for translators' convenience
4334         * src/gtk/gtkutils.c
4335                 don't underline the link button text
4336
4337 2006-04-25 [colin]      2.1.1cvs36
4338
4339         * src/folder.c
4340                 Complete 2.1.1cvs33 (once more ;)
4341
4342 2006-04-25 [colin]      2.1.1cvs35
4343
4344         * src/editldap.c
4345                 Fix tooltip
4346
4347 2006-04-25 [cleroy]     2.1.1cvs34
4348
4349         * src/compose.c
4350         * src/gtk/gtkaspell.c
4351                 Fix crash on redirect (related to the return 
4352                 of the aspell menu in compose's toolbar)
4353         * src/prefs_msg_colors.c
4354                 Fix sensitivity widgets
4355         * src/image_viewer.c
4356         * src/gtk/pluginwindow.c
4357         * src/gtk/prefswindow.c
4358                 Change released signals to clicked (Fabien)
4359         * po/POTFILES.in
4360         * src/common/socket.c
4361         * src/plugins/spamassassin/spamassassin.c
4362                 Translate strings (Fabien)
4363
4364 2006-04-25 [paul]       2.1.1cvs33
4365
4366         * src/folder.c
4367         * src/folder.h
4368         * src/folderview.c
4369                 complete the fix of bug #912
4370                 Thanks to Colin
4371
4372 2006-04-25 [colin]      2.1.1cvs32
4373
4374         * src/news.c
4375                 Better progress bar
4376         * src/mimeview.c
4377         * src/summaryview.c
4378         * src/summaryview.h
4379                 Fix focus chain
4380                 Patches by Pawel Pekala
4381
4382 2006-04-24 [colin]      2.1.1cvs31
4383
4384         * src/compose.c
4385                 Fix compilation warnings (Fabien)
4386
4387 2006-04-24 [colin]      2.1.1cvs30
4388
4389         * src/addrindex.c
4390         * src/editldap.c
4391         * src/editldap_basedn.c
4392         * src/editldap_basedn.h
4393         * src/ldapctrl.c
4394         * src/ldapctrl.h
4395         * src/ldapquery.c
4396         * src/ldaputil.c
4397         * src/ldaputil.h
4398                 Fix bug #901 (LDAPS support)
4399
4400 2006-04-24 [colin]      2.1.1cvs29
4401
4402         * src/compose.c
4403                 Fix logic on error with send dialog on
4404         * src/imap.c
4405                 Fix compilation without libetpan, thanks
4406                 to Fabien
4407         * src/summaryview.c
4408                 Fix 'context-menu' key
4409
4410 2006-04-23 [colin]      2.1.1cvs28
4411
4412         * src/folder.c
4413                 Never free current's cache to free up 
4414                 memory. Fixes bug #912 (new count 
4415                 randomly set to message count)
4416
4417 2006-04-23 [colin]      2.1.1cvs27
4418
4419         * src/gtk/quicksearch.c
4420                 And remove printf...
4421
4422 2006-04-23 [colin]      2.1.1cvs26
4423
4424         * src/gtk/quicksearch.c
4425                 Fix replacing in quicksearch, and fix inserting
4426                 in the middle of the string. (introduced at 2.1.0cvs22)
4427
4428 2006-04-23 [colin]      2.1.1cvs25
4429
4430         * src/imap.c
4431                 Make sure uidnext is initialized in get_num_list
4432                 (not for stable, related to 2.1.1cvs8 and friends)
4433
4434 2006-04-23 [colin]      2.1.1cvs24
4435
4436         * src/imap.c
4437                 Output something when login is successful
4438                 too
4439
4440 2006-04-23 [colin]      2.1.1cvs23
4441
4442         * src/etpan/imap-thread.c
4443                 Better logging (line-per-line, hide data in fetch)
4444                 Fix a const warning
4445         * src/gtk/logwindow.c
4446         * src/gtk/logwindow.h
4447                 Better logging (color for input/output)
4448
4449 2006-04-21 [colin]      2.1.1cvs22
4450
4451         * src/gtk/quicksearch.c
4452                 On gtk+-2.8, use stock buttons in quicksearch
4453                 Based on a patch by Fabien and a design by Paul
4454
4455 2006-04-21 [colin]      2.1.1cvs21
4456
4457         * src/folderview.c
4458         * src/mainwindow.c
4459                 Fix occasional flicker in folderview
4460         * src/common/utils.c
4461                 Fix bug #943 (Incorrectly parsed email address 
4462                 list in short headers on message view and in 
4463                 printouts)
4464
4465 2006-04-20 [colin]      2.1.1cvs20
4466
4467         * src/imap.c
4468         * src/imap.h
4469         * src/prefs_account.c
4470                 Add ANONYMOUS auth for IMAP
4471
4472 2006-04-20 [paul]       2.1.1cvs19
4473
4474         * src/main.c
4475                 proper fix for 2.1.1cvs18
4476                 Thanks to Colin
4477
4478 2006-04-20 [paul]       2.1.1cvs18
4479
4480         * src/main.c
4481                 fix build warnings
4482
4483 2006-04-20 [paul]       2.1.1cvs17
4484
4485         * src/gtk/quicksearch.c
4486                 fix standard, non-extended Quick search,
4487                 was broken in 2.1.1cvs15.
4488                 Thanks to Colin.
4489
4490 2006-04-20 [colin]      2.1.1cvs16
4491
4492         * src/prefs_matcher.c
4493                 Fix values when reselecting a ~test
4494                 rule
4495
4496 2006-04-19 [colin]      2.1.1cvs15
4497
4498         * src/compose.c
4499         * src/compose.h
4500         * src/gtk/gtkaspell.c
4501         * src/gtk/gtkaspell.h
4502                 Put back Options menu in Spelling/
4503         * src/gtk/quicksearch.c
4504                 Don't search, and show error, if the
4505                 advanced search has a syntax error
4506
4507 2006-04-18 [colin]      2.1.1cvs14
4508
4509         * src/textview.c
4510                 Fix gdk warnings on set_cursor when textview
4511                 isn't visible
4512
4513 2006-04-18 [colin]      2.1.1cvs13
4514
4515         * src/gtk/gtksctree.c
4516                 Remove seemingly useless refresh that causes
4517                 flicker - watch this commit in case of 
4518                 problems before planned backport to stable
4519
4520 2006-04-18 [colin]      2.1.1cvs12
4521
4522         * src/imap.c
4523                 Factorize get/set_xml code
4524         * src/compose.c
4525         * src/prefs_account.c
4526         * src/prefs_account.h
4527         * src/procmsg.c
4528                 Add Encrypt to self option
4529
4530 2006-04-17 [colin]      2.1.1cvs11
4531
4532         * configure.ac
4533                 Fix search on encrpyt function on dragonfly
4534                 Patch by Jonathan Buschmann <jonthn@agmact.com>
4535
4536 2006-04-17 [colin]      2.1.1cvs10
4537
4538         * src/prefs_account.c
4539                 Be safe by default: remove mails from POP3
4540                 after 7 days, not immediately
4541
4542 2006-04-17 [colin]      2.1.1cvs9
4543
4544         * src/etpan/imap-thread.c
4545                 Fix build on DragonFly - patch by 
4546                 Jonathan Buschmann <jonthn@agmact.com>
4547
4548 2006-04-17 [colin]      2.1.1cvs8
4549
4550         * src/imap.c
4551                 Save uidnext between sessions
4552
4553 2006-04-17 [colin]      2.1.1cvs7
4554
4555         * src/imap.c
4556                 scan is required when uid validity changes
4557
4558 2006-04-17 [colin]      2.1.1cvs6
4559
4560         * src/folderview.c
4561                 Don't scan if not necessary, apart in current
4562                 folder and INBOX to fetch flags.
4563         * src/imap.c
4564                 Scan is necessary if unread count changes
4565
4566 2006-04-17 [colin]      2.1.1cvs5
4567
4568         * src/imap.c
4569                 ...But always fetch ANSWERED and DELETED flags for
4570                 INBOX, as filtering can happen on these flags.
4571
4572 2006-04-17 [colin]      2.1.1cvs4
4573
4574         * src/imap.c
4575                 Don't fetch REPLIED and DELETED flags when synchronising
4576                 flags with a closed folder. We only need UNSEEN and FLAGGED
4577                 to update the folderview.
4578
4579 2006-04-17 [colin]      2.1.1cvs3
4580
4581         * src/imap.c
4582                 Faster flag search when there are new mails 
4583                 in a folder. We can do a full search if the 
4584                 folder contains less messages than the new
4585                 list.
4586
4587 2006-04-17 [colin]      2.1.1cvs2
4588
4589         * po/cs.po
4590         * po/de.po
4591         * po/fr.po
4592         * po/nl.po
4593         * po/pt_BR.po
4594                 Update translations from stable branch
4595
4596 2006-04-17 [colin]      2.1.1cvs1
4597
4598         * configure.ac
4599                 Bump version to follow stable release
4600
4601 2006-04-16 [mones]      2.1.0cvs50
4602
4603         * po/es.po
4604                 Updated for release
4605
4606 2006-04-16 [colin]      2.1.0cvs49
4607
4608         * src/textview.c
4609                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
4610                 with gtk < 2.8. Thanks to Fabien Vantard.
4611
4612 2006-04-15 [colin]      2.1.0cvs48
4613
4614         * src/etpan/imap-thread.c
4615                 Fix bug #919 (libetpan: SEGV when connecting 
4616                 using command)
4617
4618 2006-04-14 [colin]      2.1.0cvs47
4619
4620         * src/main.c
4621                 Fix race on --select (should be done better)
4622
4623 2006-04-14 [wwp]        2.1.0cvs46
4624
4625         * src/send_message.c
4626                 enforce a check for domain in account prefs (a sending
4627                 error could be faced if domain was checked but no value set),
4628                 thanks to Colin.
4629
4630 2006-04-14 [colin]      2.1.0cvs45
4631
4632         * src/codeconv.c
4633                 when converting from unknown to unknown, if the
4634                 string is UTF8, don't convert it to the locale
4635                 (which breaks it)
4636
4637 2006-04-14 [colin]      2.1.0cvs44
4638
4639         * src/compose.c
4640                 Don't try to use ASCII for converting headers
4641                 (as done in body)
4642
4643 2006-04-14 [paul]       2.1.0cvs43
4644
4645         * src/crash.c
4646                 add locale/charset info to crash report
4647         * src/gtk/about.c
4648                 add wwp to doc team
4649                 replace 'e-mail' with preferred 'email'
4650         * src/gtk/authors.h
4651                 ensure contributors list is in alphabetical
4652                 order
4653
4654 2006-04-13 [colin]      2.1.0cvs42
4655
4656         * src/textview.c
4657                 Prevent gdk warnings
4658
4659 2006-04-13 [colin]      2.1.0cvs41
4660
4661         * src/common/ssl_certificate.c
4662         * src/common/ssl_certificate.h
4663         * src/gtk/sslcertwindow.c
4664                 Warn on expired certs, and display the expiration date
4665
4666 2006-04-13 [colin]      2.1.0cvs40
4667
4668         * src/plugins/spamassassin/spamassassin_gtk.c
4669                 Fix missing set_text on unix socket
4670
4671 2006-04-13 [wwp]        2.1.0cvs39
4672
4673         * manual/fr/advanced.xml
4674         * manual/fr/glossary.xml
4675                 applied new spam/ham/email lexicon (pourriel, courriel)
4676
4677 2006-04-13 [paul]       2.1.0cvs38
4678
4679         * src/plugins/pgpmime/plugin.c
4680                 remove the mention of S/MIME from the
4681                 description. This is now handled by the
4682                 S/MIME plugin.
4683
4684 2006-04-13 [paul]       2.1.0cvs37
4685
4686         * src/prefs_msg_colors.c
4687                 rework dialog
4688         * src/prefs_folder_item.c
4689         * src/prefs_spelling.c
4690                 add a tooltip to the colour selector buttons
4691
4692 2006-04-13 [wwp]        2.1.0cvs36
4693
4694         * manual/advanced.xml
4695         * manual/glossary.xml
4696         * manual/handling.xml
4697         * manual/keyboard.xml
4698         * manual/plugins.xml
4699         * manual/starting.xml
4700         * manual/fr/account.xml
4701         * manual/fr/ack.xml
4702         * manual/fr/addrbook.xml
4703         * manual/fr/advanced.xml
4704         * manual/fr/faq.xml
4705         * manual/fr/glossary.xml
4706         * manual/fr/gpl.xml
4707         * manual/fr/handling.xml
4708         * manual/fr/intro.xml
4709         * manual/fr/keyboard.xml
4710         * manual/fr/plugins.xml
4711         * manual/fr/starting.xml
4712         * manual/fr/sylpheed-claws-manual.xml
4713                 fixes to the manuals:
4714                  - summaryview -> Message List (same in French)
4715                  - translate key names
4716                  - fix French punctuation, use non-breakable spaces when
4717                    necessary, don't use &thinsp; which is not portable
4718                  - tell what maildir and mbox formats we support
4719
4720 2006-04-12 [wwp]        2.1.0cvs35
4721
4722         * src/prefs_toolbar.c
4723                 unified a replace button more,
4724                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4725
4726 2006-04-12 [wwp]        2.1.0cvs34
4727
4728         * src/prefs_common.c
4729         * src/prefs_msg_colors.c
4730                 make default color labels translatable,
4731                 patch from Fabien Vantard <fzzzzz@gmail.com>,
4732                 thanks to Tim <timbrain@post.cz> for reporting.
4733
4734 2006-04-12 [wwp]        2.1.0cvs33
4735
4736         * manual/glossary.xml
4737         * manual/intro.xml
4738         * manual/plugins.xml
4739         * manual/starting.xml
4740         * manual/sylpheed-claws-manual.xml
4741         * manual/fr/.cvsignore
4742         * manual/fr/account.xml
4743         * manual/fr/ack.xml
4744         * manual/fr/addrbook.xml
4745         * manual/fr/advanced.xml
4746         * manual/fr/faq.xml
4747         * manual/fr/glossary.xml
4748         * manual/fr/handling.xml
4749         * manual/fr/intro.xml
4750         * manual/fr/keyboard.xml
4751         * manual/fr/plugins.xml
4752         * manual/fr/starting.xml
4753         * manual/fr/sylpheed-claws-manual.xml
4754                 various fixes: typos, missing .fr translations, punctuation,
4755                 capitalization, links, accents and some bad French more.
4756
4757 2006-04-12 [wwp]        2.1.0cvs32
4758
4759         * src/prefs_gtk.c
4760                 fix for bug #935: always store prefs files in UTF-8 (thanks
4761                 to Colin).
4762
4763 2006-04-11 [colin]      2.1.0cvs31
4764
4765         * src/compose.c
4766                 Fix inserting files not in utf8 when locale is utf8
4767
4768 2006-04-11 [colin]      2.1.0cvs30
4769
4770         * src/inc.c
4771                 Don't show error dialog when cancelling connection
4772                 Patch by Pawel
4773
4774 2006-04-11 [cleroy]     2.1.0cvs29
4775
4776         * src/compose.c
4777                 Implement multiple quote levels
4778         * src/prefs_common.c
4779                 Change a little bit the quote bgcolor for 2nd level
4780
4781 2006-04-11 [colin]      2.1.0cvs28
4782
4783         * src/gtk/about.c
4784                 Add locale and charset in the label
4785
4786 2006-04-10 [colin]      2.1.0cvs27
4787
4788         * src/compose.c
4789         * src/prefs_common.c
4790         * src/prefs_common.h
4791         * src/prefs_msg_colors.c
4792         * src/textview.c
4793                 Allow optional background color in quotes
4794                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
4795                 GTK+-2.8.x feature
4796
4797 2006-04-10 [colin]      2.1.0cvs26
4798
4799         * src/main.c
4800         * src/mainwindow.c
4801         * src/mainwindow.h
4802                 Implement --select
4803
4804 2006-04-10 [colin]      2.1.0cvs25
4805
4806         * manual/plugins.xml
4807         * manual/fr/plugins.xml
4808                 Document libcurl's proxy variables
4809
4810 2006-04-09 [colin]      2.1.0cvs24
4811
4812         * src/prefs_common.c
4813                 gettext() returns statically allocated stuff. We have
4814                 to strdup it in order to be able to free it.
4815
4816 2006-04-09 [colin]      2.1.0cvs23
4817
4818         * AUTHORS
4819         * src/gtk/authors.h
4820                 Add Alexei
4821
4822 2006-04-09 [colin]      2.1.0cvs22
4823
4824         * src/mainwindow.c
4825         * src/gtk/quicksearch.c
4826                 Fix bug #859 (problems with cyrilic input in 
4827                 search panel) - Patch by Alexey Illarionov 
4828                 <littlesavage@rambler.ru>
4829
4830 2006-04-09 [colin]      2.1.0cvs21
4831
4832         * src/prefs_customheader.c
4833                 I prefer removing then freeing rather than the contrary
4834                 (even if it doesn't change anything ;-)
4835         * src/prefs_account.c
4836                 Fix bug #933 (Crash re-entering the custom headers list 
4837                 dialog in accounts prefs)
4838                 The problem happened when cancelling the Account 
4839                 Preferences' dialogs - in which case we didn't do 
4840                 anything to the PrefsAccount * struct. In case of applying,
4841                 the old ac_prefs was replaced with the tmp_ac_prefs we were
4842                 working with in this dialog. The problem is that 
4843                 prefs_customheader.c, working on this tmp_ac_prefs, always
4844                 changes the ->customhdr_list pointer, even when cancelled. 
4845                 So in case of cancelling the prefs_account dialog, we still
4846                 have to update ->customhdr_list in the real account.
4847
4848 2006-04-08 [colin]      2.1.0cvs20
4849
4850         * manual/fr/glossary.xml
4851         * manual/fr/keyboard.xml
4852                 Forgot some headers :)
4853
4854 2006-04-08 [colin]      2.1.0cvs19
4855
4856         * manual/Makefile.am
4857         * manual/fr/Makefile.am
4858         * manual/fr/account.xml
4859         * manual/fr/ack.xml
4860         * manual/fr/addrbook.xml
4861         * manual/fr/advanced.xml
4862         * manual/fr/faq.xml
4863         * manual/fr/glossary.xml
4864         * manual/fr/gpl.xml
4865         * manual/fr/handling.xml
4866         * manual/fr/intro.xml
4867         * manual/fr/keyboard.xml
4868         * manual/fr/plugins.xml
4869         * manual/fr/starting.xml
4870         * manual/fr/sylpheed-claws-manual.xml
4871         * manual/fr/dist/.cvsignore
4872         * manual/fr/dist/Makefile.am
4873         * manual/fr/dist/html/.cvsignore
4874         * manual/fr/dist/html/Makefile.am
4875         * manual/fr/dist/pdf/.cvsignore
4876         * manual/fr/dist/pdf/Makefile.am
4877         * manual/fr/dist/ps/.cvsignore
4878         * manual/fr/dist/ps/Makefile.am
4879         * manual/fr/dist/txt/.cvsignore
4880         * manual/fr/dist/txt/Makefile.am
4881                 Add the french translation of the manual. Thanks to
4882                 Olivier Delhomme <olivier.delhomme@free.fr> for 
4883                 account.xml, ack.xml, addrbook.xml and advanced.xml
4884
4885 2006-04-08 [colin]      2.1.0cvs18
4886
4887         * manual/plugins.xml
4888         * manual/starting.xml
4889                 More fixes
4890
4891 2006-04-07 [colin]      2.1.0cvs17
4892
4893         * manual/faq.xml
4894         * manual/intro.xml
4895         * manual/keyboard.xml
4896                 Little fixes
4897
4898 2006-04-07 [colin]      2.1.0cvs16
4899
4900         * README
4901         * src/compose.c
4902         * src/prefs_common.c
4903         * src/prefs_common.h
4904                 Add hidden compose_no_markup pref
4905
4906 2006-04-07 [wwp]        2.1.0cvs15
4907
4908         * src/summary_search.c
4909         * .cvsignore
4910                 Bugfix: stop button was sticky when searching in an empty folder.
4911                 Applied curly brackets code style to the whole file (summary_search.c).
4912                 More files to ignore.
4913
4914 2006-04-07 [wwp]        2.1.0cvs14
4915
4916         * src/message_search.c
4917         * src/summary_search.c
4918                 changed default button when search bumps at file/folder
4919                 beginning or end, for convenience (thanks to Colin).
4920
4921 2006-04-07 [paul]       2.1.0cvs13
4922
4923         * src/plugins/dillo_viewer/dillo_prefs.c
4924                 avoid future potential for namespace collision
4925                 Patch by Colin
4926
4927 2006-04-06 [wwp]        2.1.0cvs12
4928
4929         * src/summary_search.c
4930                 Unify extended/advanced searches names (and thus factorize labels),
4931                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4932
4933 2006-04-06 [wwp]        2.1.0cvs11
4934
4935         * src/folderview.c
4936         * src/prefs_themes.c
4937         * src/summaryview.c
4938                 Fixed some compilation warnings.
4939
4940 2006-04-06 [colin]      2.1.0cvs10
4941
4942         * manual/advanced.xml
4943                 Document the wizard template and how to deploy
4944                 Sylpheed-Claws effectively
4945
4946 2006-04-06 [colin]      2.1.0cvs9
4947
4948         * src/folderview.c
4949                 gettext patch to tell translators about _("#"),
4950                 by Maxim Britov
4951
4952 2006-04-06 [colin]      2.1.0cvs8
4953
4954         * src/textview.c
4955                 Fix invalid GtkTextBIter after clicking "Display as text"
4956
4957 2006-04-06 [mones]      2.1.0cvs7
4958
4959         * src/addr_compl.c
4960         * src/addrindex.c
4961         * src/addritem.c
4962         * src/codeconv.c
4963         * src/compose.c
4964         * src/filtering.c
4965         * src/folder.c
4966         * src/folder_item_prefs.c
4967         * src/folderview.c
4968         * src/localfolder.c
4969         * src/matcher.c
4970         * src/mimeview.c
4971         * src/prefs_msg_colors.c
4972         * src/prefs_spelling.c
4973         * src/prefs_themes.c
4974         * src/procmime.c
4975         * src/procmsg.c
4976         * src/stock_pixmap.c
4977         * src/summaryview.c
4978         * src/textview.c
4979         * src/toolbar.c
4980         * src/common/mgutils.c
4981         * src/common/prefs.c
4982         * src/common/ssl_certificate.c
4983         * src/gtk/colorlabel.c
4984         * src/gtk/quicksearch.c
4985         * src/plugins/pgpmime/pgpmime.c
4986         * src/plugins/spamassassin/spamassassin.c
4987                 Removed redundant NULL checks for g_free() calls.
4988                 Patch by Pawel Pekala.
4989
4990 2006-04-06 [mones]      2.1.0cvs6
4991
4992         * src/prefs_actions.c
4993         * src/prefs_filtering.c
4994         * src/prefs_filtering_action.c
4995         * src/prefs_matcher.c
4996         * src/prefs_template.c
4997         * src/gtk/gtkutils.c
4998         * src/gtk/gtkutils.h
4999                 Have a nice replace button. Patch by Pawel Pekala
5000
5001 2006-04-06 [colin]      2.1.0cvs5
5002
5003         * src/addressbook.c
5004                 Fix crash with empty columns
5005
5006 2006-04-05 [colin]      2.1.0cvs4
5007
5008         * src/wizard.c
5009         * src/prefs_gtk.c
5010                 Allow wizard customization with pre-filled values
5011
5012 2006-04-05 [colin]      2.1.0cvs3
5013
5014         * src/textview.c
5015         * src/mimeview.c
5016         * src/mimeview.h
5017                 Nicer messages in mimeview
5018
5019 2006-04-05 [colin]      2.1.0cvs2
5020
5021         * src/addressbook.c
5022         * src/prefs_summaries.c
5023                 i18n fix
5024
5025 2006-04-05 [colin]      2.1.0cvs1
5026
5027         * src/plugins/pgpcore/plugin.c
5028         * src/plugins/pgpcore/select-keys.c
5029         * src/plugins/pgpcore/select-keys.h
5030         * src/plugins/pgpcore/sgpgme.c
5031         * src/plugins/pgpcore/sgpgme.h
5032         * src/plugins/pgpinline/pgpinline.c
5033         * src/plugins/pgpinline/plugin.c
5034         * src/plugins/pgpmime/pgpmime.c
5035         * src/plugins/pgpmime/plugin.c
5036                 Factorize and generalize a bit 
5037                 Drop S/MIME signature verification from PGP/MIME
5038                 (adding it as another, more complete plugin)
5039
5040 2006-04-05 [paul]       2.1.0
5041
5042         2.1.0 released
5043
5044 2006-04-05 [paul]       2.0.0cvs186
5045
5046         * manual/advanced.xml
5047                 add info on colour labels
5048
5049 2006-04-05 [paul]       2.0.0cvs185
5050
5051         * po/bg.po
5052         * po/cs.po
5053         * po/de.po
5054         * po/el.po
5055         * po/en_GB.po
5056         * po/fi.po
5057         * po/fr.po
5058         * po/it.po
5059         * po/nl.po
5060         * po/pl.po
5061         * po/pt_BR.po
5062         * po/sr.po
5063         * po/zh_CN.po
5064                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
5065                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
5066                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
5067                 Guimaraes, Aleksandar Urosevic, Ralgh Young
5068         * src/gtk/authors.h
5069         * tools/claws.i18n.status.pl
5070                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
5071                 and new Czech translator, Tim <timbrain@post.cz>
5072
5073 2006-04-05 [mones]      2.0.0cvs184
5074
5075         * po/es.po
5076                 Updated translation
5077
5078 2006-04-05 [colin]      2.0.0cvs183
5079
5080         * src/gtk/quicksearch.c
5081                 Fix bug #929 (unnecessary reload in quick search bar)
5082
5083 2006-04-05 [colin]      2.0.0cvs182
5084
5085         * src/compose.c
5086                 Fix crash on Reply with no From:
5087                 Show signature and conversion error on queuing 
5088                 (but not sending)
5089         * src/mainwindow.c
5090         * src/summaryview.c
5091         * src/summaryview.h
5092                 Factorize threading code and make sure msginfo 
5093                 is not null when it comes from a GtkCTreeRow's 
5094                 data
5095         * src/gtk/gtkaspell.c
5096                 Check for necessary things
5097         * src/gtk/gtksctree.c
5098         * src/gtk/gtksctree.h
5099                 Reset anchor if necessary when removing node
5100
5101 2006-03-29 [colin]      2.0.0cvs181
5102
5103         * src/folderview.c
5104                 Warn for disabled IMAP accounts (due to lack of
5105                 libetpan). Breaks string-freeze - sorry - but it
5106                 is kind of important ;)
5107
5108 2006-03-28 [colin]      2.0.0cvs180
5109
5110         * src/gtk/gtkutils.c
5111         * src/gtk/gtkutils.h
5112                 Add a gtkut_get_link_btn() function that
5113                 creates a button which acts like an URI
5114         * src/prefs_themes.c
5115         * src/gtk/about.c
5116                 Use this function (factorizes codes)
5117         * src/common/defs.h
5118         * src/gtk/pluginwindow.c
5119                 Add a "Get more..." in the plugins window
5120
5121 2006-03-28 [colin]      2.0.0cvs179
5122
5123         * src/common/smtp.c
5124         * src/common/passcrypt.c
5125         * src/undo.c
5126                 Warning fixes. Patch by Pawel Pekala
5127
5128 2006-03-27 [colin]      2.0.0cvs178
5129
5130         * src/undo.c
5131                 Fix undoing by blocks with spaces
5132
5133 2006-03-27 [colin]      2.0.0cvs177
5134
5135         * src/textview.c
5136                 Set margin to 3px for headers
5137
5138 2006-03-27 [paul]
5139
5140         2.1.0-rc2 released
5141
5142 2006-03-27 [wwp]        2.0.0cvs176
5143
5144         * src/summaryview.c
5145                 don't reset quicksearch when updating the message list.
5146                 Thanks to Colin.
5147
5148 2006-03-26 [wwp]        2.0.0cvs175
5149
5150         * src/compose.c
5151                 use a unified border width ('other' tab in the compose window,
5152                 patch by Pawel Pekala).
5153
5154
5155 2006-03-26 [wwp]        2.0.0cvs174
5156
5157         * src/common/quoted-printable.c
5158         * src/addressbook.c
5159                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
5160
5161 2006-03-26 [colin]      2.0.0cvs173
5162
5163         * src/quote_fmt_parse.y
5164                 Fix non-UTF8 date formats messing up the whole quote a 
5165                 little bit
5166
5167 2006-03-26 [colin]      2.0.0cvs172
5168
5169         * src/procheader.c
5170                 Make sure the date is UTF8 valid, or try to make it
5171                 so. IncrediMail is really IncrediStupid.
5172         * src/compose.c
5173                 Fix possible conversions. 
5174                 
5175
5176 2006-03-26 [colin]      2.0.0cvs171
5177
5178         * src/matcher.c
5179                 Fix corner cases in body search. This is still a
5180                 hack... It seems impossible to make it good and 
5181                 reasonably fast at the same time.
5182
5183 2006-03-26 [colin]      2.0.0cvs170
5184
5185         * src/summaryview.c
5186                 I think I killed the twilight zone bug!
5187                 summary_select_node() flushes GTK events in order
5188                 to be able to center the view. But this also 
5189                 flushes keypresses like Ctrl-Alt-U, so this can
5190                 call summary_show from summary_select_node (itself
5191                 called from summary_show, etc.). And the summaryview
5192                 has to be unlocked in this function. So just locking
5193                 while processing GTK events, and bailing if locked, 
5194                 should fix it.
5195                 Fixes bug #927 (SIGSEGV during Update Summary)
5196
5197 2006-03-25 [colin]      2.0.0cvs169
5198
5199         * src/matcher.c
5200                 Fix search in QP-encoded bodies
5201                 Fix utf-8 searches in bodies encoded in the
5202                 locale's encoding
5203         * src/common/quoted-printable.c
5204         * src/common/quoted-printable.h
5205                 Add a decode function that doesn't overwrite
5206                 the original pointer
5207                 
5208
5209 2006-03-24 [colin]      2.0.0cvs168
5210
5211         * src/action.c
5212         * src/summaryview.c
5213         * src/summaryview.h
5214                 Update message cache after action
5215                 Patch by H. Merijn Brand
5216         * src/prefs_msg_colors.c
5217                 Factorize label 
5218                 Patch by Fabien Vantard
5219         * src/plugins/spamassassin/spamassassin_gtk.c
5220                 Remove useless translation
5221                 Patch by Fabien Vantard
5222
5223 2006-03-23 [colin]      2.0.0cvs167
5224
5225         * src/common/ssl.c
5226                 Let 30 seconds to SSL_connect
5227
5228 2006-03-23 [wwp]        2.0.0cvs166
5229
5230         * src/summaryview.c
5231         * src/gtk/description_window.c
5232                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
5233                 and headers are translated; adjust description windows' width to fit their
5234                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
5235
5236 2006-03-23 [paul]       2.0.0cvs165
5237
5238         * src/common/utils.c
5239                 fix highlighting of URIs containing "()"
5240                 (2.0.0cvs164's reversal fixed)
5241                 Thanks to Colin.
5242
5243 2006-03-23 [paul]       2.0.0cvs164
5244
5245         * src/common/utils.c
5246                 revert patch, (postponing a fix), at 2.0.0cvs120
5247                 as it breaks more URIs than it fixes.
5248                 Allow '-' to be a terminating character in a URI
5249
5250 2006-03-22 [colin]      2.0.0cvs163
5251
5252         * configure.ac
5253                 Require libetpan 0.45
5254                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
5255
5256 2006-03-22 [paul]       2.0.0cvs162
5257
5258         * src/editgroup.c
5259                 replace '<-' and '->' buttons with GTK_STOCK graphical
5260                 buttons
5261         * src/summary_search.c
5262                 don't offer '...' for translation
5263                 add a tooltip to advanced search '...' button
5264         * src/gtk/quicksearch.c
5265                 don't offer '...' for translation
5266
5267 2006-03-21 [colin]      2.0.0cvs161
5268
5269         * src/compose.c
5270                 Fix middle-click pasting (insert at click
5271                 position instead of cursor position, don't
5272                 remove existing selection and allow pasting
5273                 our own selection)
5274         * src/addressbook.c
5275                 "LDAP Server" -> "LDAP servers"
5276
5277 2006-03-21 [wwp]        2.0.0cvs160
5278
5279         * src/etpan/imap-thread.c
5280                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
5281
5282 2006-03-20 [colin]      2.0.0cvs159
5283
5284         * src/summaryview.c
5285                 Don't reload summaryview after an execute with no
5286                 move action
5287
5288 2006-03-19 [colin]      2.0.0cvs158
5289
5290         * src/addressbook.c
5291                 and put groups at the top, always
5292
5293 2006-03-19 [colin]      2.0.0cvs157
5294
5295         * src/addressbook.c
5296                 Order groups before names, as previously
5297
5298 2006-03-19 [colin]      2.0.0cvs156
5299
5300         * src/addressbook.c
5301                 - Sort case-unsensitive
5302                 - Put the sort arrow at opening too
5303
5304 2006-03-19 [wwp]        2.0.0cvs155
5305
5306         * src/addressbook.c
5307                 allow sorting by name/email/remarks, ensure that right-pane's contents
5308                 matches the left-pane selection (cleared when appropriate).
5309                 Patch by Pawel Pekala <c0rn@o2.pl>.
5310
5311 2006-03-18 [colin]      2.0.0cvs154
5312
5313         * src/textview.c
5314                 Fix text cursor ;)
5315
5316 2006-03-18 [colin]      2.0.0cvs153
5317
5318         * src/gtk/filesel.c
5319                 Make sure we hide the preview if we didn't get
5320                 a filename
5321
5322 2006-03-18 [colin]      2.0.0cvs152
5323
5324         * src/summaryview.c
5325                 Set cursor to watch for execution (fixes lack
5326                 of watch-cursor when dnd'ing hundreds of mails)
5327         * src/gtk/filesel.c
5328                 Check that mime type is 'image/*' before updating
5329                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
5330
5331 2006-03-18 [colin]      2.0.0cvs151
5332
5333         * src/mainwindow.c
5334         * src/textview.c
5335         * src/textview.h
5336                 Put a watch cursor in textview too when the mainwindow's
5337                 cursor in a watch
5338
5339 2006-03-18 [colin]      2.0.0cvs150
5340
5341         * src/folder.c
5342                 Change wrong asserts to simple tests
5343
5344 2006-03-17 [colin]      2.0.0cvs149
5345
5346         * src/mainwindow.c
5347         * src/mainwindow.h
5348         * src/prefs_msg_colors.c
5349         * src/summaryview.c
5350         * src/summaryview.h
5351         * src/gtk/colorlabel.c
5352         * src/gtk/colorlabel.h
5353                 Add a color label menu in the main menubar
5354                 Add (fixed) accels Ctrl-{0-7} to change the color
5355                 They have to be fixed because the menu's dynamic,
5356                 the items are complex widgets, hence we can't use
5357                 a GtkItemFactory.
5358
5359
5360 2006-03-17 [wwp]        2.0.0cvs148
5361
5362         * src/compose.c
5363                 rollback few lines from my previous commit (those lines come from
5364                 a pending patch, accidentally commited, even if neutral as they are
5365                 commented out).
5366
5367 2006-03-17 [wwp]        2.0.0cvs147
5368
5369         * src/compose.c
5370                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
5371                 applied code style/indentation to the modified function.
5372
5373 2006-03-17 [wwp]        2.0.0cvs146
5374
5375         * src/procmsg.c
5376         * src/compose.c
5377                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
5378
5379 2006-03-17 [paul]
5380
5381         2.1.0-rc1 released
5382
5383 2006-03-17 [paul]       2.0.0cvs145
5384
5385         * src/main.c
5386                 addressbook_read_file() was called twice
5387         * src/textview.c
5388                 X-Mailer highlighting
5389
5390 2006-03-16 [colin]      2.0.0cvs144
5391
5392         * src/sourcewindow.c
5393         * src/sourcewindow.h
5394                 And the last one, in source window.
5395
5396 2006-03-16 [colin]      2.0.0cvs143
5397
5398         * src/compose.c
5399         * src/compose.h
5400                 Fix the same stuff in compose
5401
5402 2006-03-16 [colin]      2.0.0cvs142
5403
5404         * src/messageview.c
5405                 Complete the previous messageview crash fix
5406
5407 2006-03-16 [colin]      2.0.0cvs141
5408
5409         * src/procmsg.h
5410         * src/procmsg.c
5411         * src/folder.c
5412                 Fix POSTPROCESSING hook
5413                 Patch by H. Merijn Brand
5414
5415         * src/procmime.c
5416         * src/procmime.h
5417                 Parse Content-Location
5418
5419         * src/toolbar.c
5420         * src/messageview.c
5421         * src/messageview.h
5422                 Don't crash when a top-level MessageView has
5423                 been closed on us. Same problematic than
5424                 yesterday's quicksearch issue.
5425
5426 2006-03-15 [colin]      2.0.0cvs140
5427
5428         * src/gtk/quicksearch.c
5429                 Fix a bitchy race we didn't think about when we
5430                 added quicksearch cancellation:
5431                 If the search is not on cached fields, for example
5432                 body_part matchcase "stuff"
5433                 the matcher code has to get the whole message. If
5434                 we're on IMAP, that can be slow, and in order to
5435                 be non-blocking, the IMAP code idle loop processes
5436                 gtk events too. So it is possible to cancel a
5437                 quicksearch while the matcher is getting the mail's
5438                 body. After matcher got its body, it will start to
5439                 iterate over the matcher list that the Quicksearch's
5440                 clear_search_cb() just freed via prepare_matcher().
5441                 SIGSEGV ensues.
5442                 The fix consists of guarding the matcherlist_match()
5443                 call with a boolean 'matching'. If we reset the
5444                 quicksearch while matching is TRUE, we don't free
5445                 the matcherlist anymore like we did, but we set
5446                 another new flag, deferred_free, to TRUE. Then,
5447                 in quicksearch_match(), just after returning from
5448                 matcherlist_match() and unsetting the matching flag,
5449                 we check the deferred_free flag and do the
5450                 prepare_matcher() (which does the matcherlist_free)
5451                 for real, so we free the matcherlist once it's not
5452                 used anymore.
5453                 As all of this runs via the glib main loop, we
5454                 luckily don't need a mutex.
5455         * src/summaryview.c
5456                 Also, show progress while searching.
5457
5458
5459 2006-03-14 [colin]      2.0.0cvs139
5460
5461         * src/alertpanel.c
5462                 Make alertpanel_is_open non-static
5463
5464 2006-03-14 [colin]      2.0.0cvs138
5465
5466         * src/prefs_spelling.c
5467                 Cleanups - Fabien Vantard
5468
5469 2006-03-14 [wwp]        2.0.0cvs137
5470
5471         * src/main.c
5472                 code style normalization (curly braces, indentation).
5473
5474 2006-03-14 [wwp]        2.0.0cvs137
5475
5476         * src/main.c
5477                 code style (braces, indentation)
5478
5479 2006-03-12 [paul]       2.0.0cvs136
5480
5481         * src/prefs_common.c
5482                 trans_hdr defaults to FALSE to be RFC-savvy
5483         * src/prefs_summaries.c
5484                 add a tooltip to the trans_hdr option
5485                 
5486
5487 2006-03-12 [paul]       2.0.0cvs135
5488
5489         * src/prefs_matcher.c
5490                 give a little more width to the combos
5491         * src/prefs_display_header.c
5492         * src/textview.c
5493                 translate headers if prefs_common.trans_hdr
5494                 is TRUE
5495
5496         Patches by Pawel Pekala
5497
5498 2006-03-12 [paul]       2.0.0cvs134
5499
5500         * src/plugins/clamav/clamav_plugin.c
5501         * src/plugins/dillo_viewer/dillo_viewer.c
5502         * src/plugins/pgpcore/plugin.c
5503         * src/plugins/pgpinline/plugin.c
5504         * src/plugins/pgpmime/plugin.c
5505         * src/plugins/spamassassin/spamassassin.c
5506                 update/add to descriptions
5507         * src/plugins/spamassassin/spamassassin_gtk.c
5508                 fixes to the english, remove superfluous
5509                 tooltips, clean up a little
5510
5511 2006-03-12 [paul]       2.0.0cvs133
5512
5513         * src/compose.c
5514                 fix Bug 924, 'Account combo box shows up wrong 
5515                 if & is in account name'
5516
5517 2006-03-11 [colin]      2.0.0cvs132
5518
5519         * src/summaryview.c
5520                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
5521                 messed up shift-selection because is slows down
5522                 moving around summaryview. thanks -users
5523
5524 2006-03-10 [colin]      2.0.0cvs131
5525
5526         * src/plugins/spamassassin/spamassassin_gtk.c
5527                 Put back Paul's engrish fixes
5528
5529 2006-03-10 [colin]      2.0.0cvs130
5530
5531         * src/plugins/spamassassin/spamassassin.c
5532         * src/plugins/spamassassin/spamassassin.h
5533         * src/plugins/spamassassin/spamassassin_gtk.c
5534                 Cleanup SA prefs page (more)
5535                 Patch by Fabien Vantard
5536
5537 2006-03-10 [paul]       2.0.0cvs129
5538
5539         * src/prefs_msg_colors.c
5540         * src/prefs_spelling.c
5541                 widget sensitivity
5542
5543 2006-03-09 [mones]      2.0.0cvs128
5544
5545         * po/es.po
5546                 Update for next RC
5547
5548 2006-03-09 [wwp]        2.0.0cvs127
5549
5550         * configure.ac
5551                 revert accidental commit (requirement for libetpan 0.43), this time
5552                 not in HEAD.
5553
5554 2006-03-09 [wwp]        2.0.0cvs125
5555
5556         * configure.ac
5557                 revert accidental commit (requirement for libetpan 0.43)
5558
5559 2006-03-09 [paul]       2.0.0cvs126
5560
5561         * src/prefs_receive.c
5562                 remove useless frame
5563                 replace 'incorporation' with 'receiving'
5564         * src/plugins/clamav/clamav_plugin_gtk.c
5565         * src/plugins/spamassassin/spamassassin_gtk.c
5566                 improve widget sensitivity
5567                 fix a bit his engrish
5568
5569 2006-03-09 [wwp]        2.0.0cvs125
5570
5571         * src/addressadd.c
5572         * src/foldersel.c
5573         * src/prefs_common.c
5574         * src/prefs_common.h
5575                 remember some more windows' sizes (add to addressbook and
5576                 select folder).
5577
5578 2006-03-09 [paul]       2.0.0cvs124
5579
5580         * src/plugins/pgpcore/prefs_gpg.c
5581                 normalise construction of dialogue
5582
5583 2006-03-09 [paul]       2.0.0cvs123
5584
5585         * src/plugins/trayicon/Makefile.am
5586                 add missing slash
5587
5588 2006-03-08 [colin]      2.0.0cvs122
5589
5590         * src/plugins/trayicon/Makefile.am
5591                 Fix build in separate dir 
5592                 Patch by Bamanzi <bamanzi@gmail.com>
5593
5594 2006-03-08 [colin]      2.0.0cvs121
5595
5596         * src/procmsg.c
5597                 Batch move and copies from summaryview with delayed execution
5598                 too
5599
5600 2006-03-07 [paul]       2.0.0cvs120
5601
5602         * src/common/utils.c
5603                 fix highlighting of URIs containing "()"
5604                 Patch by Pawel Pekala
5605
5606 2006-03-07 [paul]       2.0.0cvs119
5607
5608         * src/folder.c
5609         * src/folder.h
5610         * src/folderview.c
5611                 immediately do alphabetical resort when
5612                 changing a folder's name
5613                 Patch by Pawel Pekala
5614
5615 2006-03-07 [paul]       2.0.0cvs118
5616
5617         * src/news.c
5618         * src/news_gtk.c
5619                 when unsubscribing a newsgroup, remove the
5620                 folder and msgs in .sylpheed-claws/newscache
5621                 Patch by Pawel Pekala <c0rn@gazeta.pl>
5622
5623 2006-03-07 [paul]       2.0.0cvs117
5624
5625         * src/textview.c
5626                 fix wrong Fake URL Warning
5627                 Thanks to Hiro
5628
5629 2006-03-07 [colin]      2.0.0cvs116
5630
5631         * src/imap.c
5632                 Return immediately when password dialog was
5633                 cancelled
5634         * src/gtk/inputdialog.c
5635                 Allow empty strings for passwords
5636
5637
5638 2006-03-06 [colin]      2.0.0cvs115
5639
5640         * src/imap.c
5641                 Prevent double-timeouts when connection fails
5642
5643 2006-03-06 [colin]
5644
5645         2.0.1-rc1 released
5646
5647 2006-03-06 [colin]      2.0.0cvs114
5648
5649         * src/imap.c
5650                 Refresh session during potentially long
5651                 operations
5652
5653 2006-03-06 [wwp]        2.0.0cvs113
5654
5655         * src/prefs_msg_colors.h
5656                 forgot that one (custom color labels).
5657
5658 2006-03-06 [wwp]        2.0.0cvs112
5659
5660         * src/prefs_common.c
5661         * src/prefs_common.h
5662         * src/prefs_msg_colors.c
5663         * src/summaryview.c
5664         * src/summaryview.h
5665         * src/gtk/colorlabel.c
5666         * src/gtk/colorlabel.h
5667                 colors in messages list are now customizable. Color values and names can
5668                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
5669                 Thanks to Paul and Colin for their help with this longstanding patch!
5670
5671 2006-03-06 [wwp]        2.0.0cvs111
5672
5673         * src/textview.c
5674                 don't crash if (x)face is bad.
5675
5676 2006-03-05 [paul]       2.0.0cvs110
5677
5678         * AUTHORS
5679         * configure.ac
5680         * src/Makefile.am
5681         * src/common/Makefile.am
5682         * src/common/utils.h
5683         * src/etpan/imap-thread.c
5684         * src/gtk/authors.h
5685         * src/plugins/clamav/Makefile.am
5686         * src/plugins/demo/Makefile.am
5687         * src/plugins/dillo_viewer/Makefile.am
5688         * src/plugins/pgpcore/Makefile.am
5689         * src/plugins/pgpcore/passphrase.c
5690         * src/plugins/pgpinline/Makefile.am
5691         * src/plugins/pgpmime/Makefile.am
5692         * src/plugins/spamassassin/Makefile.am
5693         * src/plugins/trayicon/Makefile.am
5694                 fix builiding on cygwin
5695                 Patch by Ralgh Young <bamanzi@gmail.com>
5696
5697 2006-03-04 [wwp]        2.0.0cvs109
5698
5699         * manual/keyboard.xml
5700                 fix mixed up/down keys.
5701
5702 2006-03-04 [wwp]        2.0.0cvs108
5703
5704         * README
5705         * INSTALL
5706                 updated links to SpamAssassin.
5707
5708 2006-03-04 [wwp]        2.0.0cvs107
5709
5710         * manual/plugins.xml
5711         * src/plugins/spamassassin/README
5712                 updated SpamAssassin plugin docs to reflect new functional additions
5713                 (also fix/update/documents few technical stuff more, see the README).
5714
5715 2006-03-04 [wwp]        2.0.0cvs106
5716
5717         * src/prefs_message.c
5718                 normalized capitalization of message-prefs paths.
5719
5720 2006-03-04 [wwp]        2.0.0cvs105
5721
5722         * manual/advanced.xml
5723                 typo.
5724
5725 2006-03-03 [colin]      2.0.0cvs104
5726
5727         * src/plugins/clamav/clamav_plugin_gtk.c
5728                 Rework prefs page, patch by Fabien 
5729
5730 2006-03-03 [colin]      2.0.0cvs103
5731
5732         * src/plugins/clamav/clamav_plugin.c
5733                 Set error on all errors
5734
5735 2006-03-03 [colin]      2.0.0cvs102
5736
5737         * src/common/plugin.c
5738                 Initialize error to avoid crashing when a plugin fails
5739                 without setting error
5740
5741 2006-03-02 [wwp]        2.0.0cvs101
5742
5743         * configure.ac
5744                 fixed linker flags for libetpan support on Cygwin
5745                 (thanks to H.Merijn Brand).
5746
5747 2006-03-02 [wwp]        2.0.0cvs100
5748
5749         * src/addressbook.c
5750                 fix some AB error messages: one for punctuation and
5751                 one wrongly duplicate (thanks, maxbritov).
5752
5753 2006-03-02 [wwp]        2.0.0cvs99
5754
5755         * src/plugins/spamassassin/spamassassin.c
5756                 make sync calls to sa-learn/spamc to prevent
5757                 system (whatever local or client/server) overload.
5758
5759 2006-03-02 [colin]      2.0.0cvs98
5760
5761         * src/summaryview.c
5762                 Put the spam icon in the status column instead of the
5763                 mark one
5764
5765 2006-03-01 [colin]      2.0.0cvs97
5766
5767         * src/plugins/spamassassin/spamassassin.c
5768                 Fix segfault (g_file_set_contents fails for some 
5769                 reason and err==0x2f. Can't find out why with
5770                 valgrind, using working function :-)
5771
5772 2006-03-01 [colin]      2.0.0cvs96
5773
5774         * src/inc.c
5775                 Offline overriding: let 'No' be cached only 3 seconds
5776
5777 2006-03-01 [colin]      2.0.0cvs95
5778
5779         * src/addr_compl.c
5780         * src/addrbook.c
5781         * src/addressbook.c
5782         * src/addrindex.c
5783         * src/folder_item_prefs.c
5784         * src/headerview.c
5785         * src/imap.c
5786         * src/inc.c
5787         * src/ldif.c
5788         * src/mainwindow.c
5789         * src/mh.c
5790         * src/msgcache.c
5791         * src/prefs_common.h
5792         * src/prefs_msg_colors.c
5793         * src/procheader.c
5794         * src/procheader.h
5795         * src/procmime.c
5796         * src/procmsg.c
5797         * src/procmsg.h
5798         * src/send_message.h
5799         * src/simple-gettext.c
5800         * src/summaryview.c
5801         * src/summaryview.h
5802         * src/syldap.c
5803         * src/textview.c
5804         * src/undo.c
5805         * src/common/ssl_certificate.c
5806         * src/common/utils.c
5807         * src/gtk/colorsel.c
5808         * src/gtk/gtksctree.c
5809         * src/gtk/gtkshruler.c
5810         * src/plugins/trayicon/trayicon.c
5811                 #if 0 goes to /dev/null
5812
5813 2006-03-01 [colin]      2.0.0cvs94
5814
5815         * src/compose.c
5816         * src/imap.c
5817         * src/inc.c
5818         * src/inc.h
5819         * src/messageview.c
5820         * src/news.c
5821         * src/plugins/spamassassin/spamassassin.c
5822                 Allow to add information in the "working offline"
5823                 window
5824
5825 2006-03-01 [wwp]        2.0.0cvs93
5826
5827         * src/plugins/spamassassin/spamassassin.c
5828                 fixed spamc invocation: use a tricky temporary mini shell wrapper
5829                 'cause it seems that calling `spamc ... < inputfile` with
5830                 g_spawn_(a)sync simply.. erm doesn't work :-).
5831
5832 2006-03-01 [wwp]        2.0.0cvs92
5833
5834         * src/toolbar.c
5835         * src/toolbar.h
5836                 simplify the adding of spam/ham button to the messageview toolbar
5837                 (it gets more clear now that the same button will be "Mark as spam"
5838                 or "Mark as ham" according to the current message status,
5839                 thanks to Colin).
5840
5841 2006-03-01 [wwp]        2.0.0cvs91
5842
5843         * src/messageview.c
5844         * src/procmsg.c
5845         * src/procmsg.h
5846         * src/summaryview.c
5847         * src/plugins/spamassassin/spamassassin.c
5848         * src/plugins/spamassassin/spamassassin.h
5849                 make learner callbacks return a status (0 for ok),
5850                 handle it in main code to avoid setting flags when learning failed,
5851                 don't learn on TCP if offline in spamassassin,
5852                 thanks to Colin.
5853
5854                 
5855
5856 2006-03-01 [wwp]        2.0.0cvs90
5857
5858         * src/compose.c
5859                 some work around the compose window's account menu,
5860                 patch by Fabien Vantard.
5861
5862 2006-03-01 [wwp]        2.0.0cvs89
5863
5864         * src/plugins/spamassassin/spamassassin.c
5865                 fixed bad logics, was using spamc in local mode and sa-learn
5866                 in remote mode (thanks, Colin).
5867
5868 2006-03-01 [wwp]        2.0.0cvs88
5869
5870         * src/plugins/spamassassin/spamassassin.c
5871         * src/plugins/spamassassin/spamassassin.h
5872         * src/plugins/spamassassin/spamassassin_gtk.c
5873                 made processing of emails w/ sa-plugin an option (default is TRUE),
5874                 fixed Engrish some tooltips, capitalization of some debug messages
5875                 and warnings. The spamassassin plugin now provides two separate
5876                 services: process emails upon incorporation and spamd training.
5877                 Both services (un)register independently but use some common
5878                 plugin settings (transport settings, spam storage location).
5879
5880 2006-02-28 [wwp]        2.0.0cvs87
5881
5882         * src/plugins/spamassassin/spamassassin.c
5883                 fix async flag to spamc cmdline execution (batch exec should
5884                 be asynchronous).
5885
5886 2006-02-27 [wwp]        2.0.0cvs86
5887
5888         * src/plugins/spamassassin/spamassassin.c
5889         * src/plugins/spamassassin/spamassassin.h
5890         * src/plugins/spamassassin/spamassassin_gtk.c
5891                 - added the ability to learn a remote spamassassin server (spamd),
5892                 using spamc.
5893                 - added the spamassassin option 'username', that applies to all
5894                 spamassassin operations (filtering, learning, local or remote).
5895                 The default username is the current unix user (if left blank
5896                 from gtk prefs or config file).
5897                 - commented out some unused code (notebook widget), removed unused
5898                 layout (hbox1).
5899                 - make more widgets sensitive to the transport type.
5900
5901 2006-02-27 [colin]      2.0.0cvs85
5902
5903         * src/plugins/spamassassin/spamassassin.c
5904                 Fix sa-learn call when offline
5905
5906 2006-02-27 [colin]      2.0.0cvs84
5907
5908         * configure.ac
5909         * src/Makefile.am
5910         * src/mainwindow.c
5911         * src/mainwindow.h
5912         * src/messageview.c
5913         * src/messageview.h
5914         * src/prefs_toolbar.c
5915         * src/procmsg.c
5916         * src/stock_pixmap.c
5917         * src/stock_pixmap.h
5918         * src/summaryview.c
5919         * src/toolbar.c
5920         * src/toolbar.h
5921         * src/pixmaps/ham_btn.xpm
5922         * src/pixmaps/spam.xpm
5923         * src/pixmaps/spam_btn.xpm
5924         * src/plugins/spamassassin/spamassassin.c
5925                 Add button in toolbar for spam learning
5926                 Fix a few bugs from the last related commit
5927                 Revert 1.9.6cvs23 which messed up shift-selection
5928
5929 2006-02-24 [colin]      2.0.0cvs83
5930
5931         * src/procmsg.c
5932         * src/summaryview.c
5933         * src/summaryview.h
5934         * src/plugins/spamassassin/spamassassin.c
5935         * src/plugins/spamassassin/spamassassin.h
5936         * src/plugins/spamassassin/spamassassin_gtk.c
5937                 Unregister learner when spamassassin is either
5938                 disabled or over tcp
5939
5940 2006-02-24 [colin]      2.0.0cvs82
5941
5942         * src/Makefile.am
5943         * src/mainwindow.c
5944         * src/mainwindow.h
5945         * src/procmsg.c
5946         * src/procmsg.h
5947         * src/stock_pixmap.c
5948         * src/stock_pixmap.h
5949         * src/summaryview.c
5950         * src/summaryview.h
5951         * src/gtk/icon_legend.c
5952         * src/pixmaps/spam.xpm  ** NEW FILE **
5953         * src/plugins/spamassassin/spamassassin.c
5954         * src/plugins/spamassassin/spamassassin_gtk.c
5955                 Add spam learning interface (Mark/Mark as 
5956                 (spam|ham) menus)
5957
5958 2006-02-24 [wwp]        2.0.0cvs81
5959
5960         * src/compose.c
5961         * src/compose.h
5962         * src/filtering.c
5963                 hide compose window when sending message in batch mode
5964                 (filtering: forward and redirect). Also fixed a wrong
5965                 value returned when sending failed, neutral anyway.
5966                 (Colin, me) 
5967
5968 2006-02-24 [wwp]        2.0.0cvs80
5969
5970         * src/mainwindow.c
5971                 use GTK+'s stock quit button. Patch by Fabien Vantard.
5972
5973 2006-02-24 [paul]       2.0.0cvs79
5974
5975         * src/news.c
5976         * src/news.h
5977         * src/news_gtk.c
5978                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
5979                 Thanks to Colin
5980
5981 2006-02-23 [colin]      2.0.0cvs78
5982
5983         * src/alertpanel.c
5984                 Change OK to Close in alertpanel with View log
5985                 button; add accel to View log. Patch by Fabien
5986                 Vantard
5987
5988 2006-02-23 [wwp]        2.0.0cvs77
5989
5990         * src/compose.c
5991                 silly me, there were much more tests to perform, since toolbars can
5992                 really have down to 1 element only.
5993
5994 2006-02-23 [wwp]        2.0.0cvs76
5995
5996         * commitHelper
5997                 fixed indentation from my previous commit. Fallback to VISUAL if
5998                 EDITOR is not set (and to vi, at last resort).
5999
6000 2006-02-23 [wwp]        2.0.0cvs75
6001
6002         * commitHelper
6003                 improved error detection (Colin, me).
6004
6005 2006-02-23 [wwp]        2.0.0cvs74
6006
6007         * src/prefs_toolbar.c
6008                 simplify and fix prefs/toolbars layouting. Combos' contents can
6009                 now be really displayed.
6010
6011 2006-02-23 [wwp]        2.0.0cvs73
6012         simplifies and fix prefs/toolbars layouting. Combos' contents can now
6013         be really displayed.
6014
6015 2006-02-22 [wwp]        2.0.0cvs72
6016
6017         * src/compose.c
6018                 fix a typo in my previous commit (sorry!).
6019
6020 2006-02-22 [wwp]        2.0.0cvs71
6021
6022         * src/prefs_toolbar.c
6023                 fix a crash when adding separators to toolbars,
6024                 also fix some separator item information.
6025
6026 2006-02-22 [wwp]        2.0.0cvs70
6027
6028         * src/compose.c
6029                 fix a crash when redirecting (for instance) when compose window's
6030                 toolbar contents has been customized (when some buttons have been
6031                 removed in fact).
6032
6033 2006-02-21 [wwp]        2.0.0cvs69
6034
6035         * src/summaryview.c
6036         * src/gtk/pluginwindow.c
6037         * src/plugins/pgpcore/prefs_gpg.c
6038                 fix some compilation warnings (feat. remains of removed code).
6039
6040 2006-02-21 [wwp]        2.0.0cvs68
6041
6042         * src/gtk/gtkutils.c
6043                 fix two compilation issues, thanks to Stephan Sachse.
6044
6045 2006-02-20 [colin]      2.0.0cvs67
6046
6047         * src/mainwindow.c
6048                 Don't reselect displayed mail on refocus
6049                 This fixes actions misbehaving 
6050
6051 2006-02-20 [wwp]        2.0.0cvs66
6052
6053         * src/summaryview.c
6054         * src/gtk/gtksctree.c
6055         * src/gtk/gtkshruler.c
6056                 changed more runtime typecast checks.
6057
6058 2006-02-20 [wwp]        2.0.0cvs65
6059
6060         * src/summary_search.c
6061                 find all - summaryview refresh issue fixed, thanks to Colin.
6062
6063 2006-02-20 [wwp]        2.0.0cvs64
6064
6065         * src/gtk/gtkutils.c
6066                 better runtime typecast checks.
6067
6068 2006-02-20 [wwp]        2.0.0cvs63
6069
6070         * src/summary_search.c
6071                 enhancements to the summary search:
6072                         - add the ability to stop the running search
6073                           (upon ESC-key press, new Stop button or when Clear button is pressed)
6074                         - don't search if no criteria (From/To/Subject/Body) is set
6075                         - ensure that a busy mouse pointer is always shown when searching,
6076                           show it even a bit earlier
6077
6078 2006-02-19 [colin]      2.0.0cvs62
6079
6080         * src/compose.c
6081         * src/imap.c
6082         * src/etpan/imap-thread.c
6083         * src/etpan/imap-thread.h
6084                 (Future) IMAP speed improvement on sending
6085                 Will require a libetpan update
6086         * src/summaryview.c
6087         * src/gtk/quicksearch.c
6088                 Make quicksearch clearable while running.
6089
6090 2006-02-17 [colin]      2.0.0cvs61
6091
6092         * src/imap.c
6093         * src/etpan/imap-thread.c
6094         * src/etpan/imap-thread.h
6095                 Check for IMAP certificates
6096                 ** Requires libetpan-0.42-cvs4 
6097                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
6098
6099 2006-02-17 [colin]      2.0.0cvs60
6100
6101         * src/messageview.c
6102         * src/prefs_common.c
6103         * src/prefs_common.h
6104         * src/prefs_message.c
6105                 Add pref to display HTML-only mails with plugin, 
6106                 if possible (defaulting to FALSE of course).
6107
6108 2006-02-16 [colin]      2.0.0cvs59
6109
6110         * src/main.c
6111         * src/common/plugin.c
6112         * src/common/plugin.h
6113         * src/gtk/pluginwindow.c
6114                 Keep track of requested (but unloaded) plugins
6115                 in some error cases.
6116
6117 2006-02-16 [wwp]        2.0.0cvs58
6118
6119         * src/gtk/gtkaspell.c
6120         * src/gtk/gtkaspell.h
6121         * src/prefs_spelling.c
6122         * src/compose.c
6123         * src/prefs_common.c
6124         * src/prefs_common.h
6125                 implemented new optional spellchecker behaviour: re-check message when
6126                 dictionary got changed (from compose-window/context-menu/Change dictionary).
6127
6128 2006-02-16 [wwp]        2.0.0cvs57
6129
6130         * src/quote_fmt_parse.y
6131                 pclose popen'ed pipe.
6132
6133 2006-02-15 [colin]      2.0.0cvs56
6134
6135         * src/mimeview.c
6136         * src/mimeview.h
6137                 Let MimeViewers know which MimeView they
6138                 depend of.
6139         * src/summaryview.c
6140                 Swap From/To columns in Sent/Queue/Drafts
6141                 folders
6142         * src/etpan/imap-thread.c
6143                 Use mailstream_low_tls_open() for STARTTLS
6144                 instead of mailstream_low_ssl_open()
6145                 ** REQUIRES libetpan 0.42cvs3 **
6146
6147 2006-02-15 [wwp]        2.0.0cvs55
6148
6149         * src/compose.c
6150         * src/compose.h
6151         * src/message_search.c
6152         * src/message_search.h
6153         * src/textview.c
6154         * src/gtk/gtkutils.c
6155         * src/gtk/gtkutils.h
6156                 added the ability to Find text in the compose window (and a bit
6157                 of code factorization).
6158
6159 2006-02-15 [wwp]        2.0.0cvs54
6160
6161         * src/prefs_gtk.c
6162                 yet another one file was missing (fix for some widgets' sensitivity).
6163                 Thanks Colin!
6164
6165 2006-02-15 [wwp]        2.0.0cvs53
6166
6167         * src/prefs_gtk.h
6168                 oops forgot that file (fix for some widgets' sensitivity).
6169
6170 2006-02-15 [wwp]        2.0.0cvs52
6171
6172         * src/summary_search.c
6173                 implemented advanced summary search options (added the ability
6174                 to use matcher conditions in an advanced search mode).
6175
6176 2006-02-15 [wwp]        2.0.0cvs51
6177
6178         * src/plugins/pgpcore/prefs_gpg.c
6179         * src/prefs_account.c
6180                 fix some widget sensitivity, mostly around some labels in
6181                 account prefs.
6182
6183 2006-02-15 [paul]       2.0.0cvs50
6184
6185         * manual/advanced.xml
6186                 improve Templates info
6187                 written by wwp
6188
6189 2006-02-14 [colin]      2.0.0cvs49
6190
6191         * src/pixmaps/address_book.xpm
6192         * src/pixmaps/preferences.xpm
6193         * src/pixmaps/properties.xpm
6194                 Fix pixmap size - patch by Fabien Vantard
6195
6196 2006-02-13 [colin]      2.0.0cvs48
6197
6198         * src/procmime.c
6199                 Add missing fclose()s on error
6200         * src/textview.c
6201                 Remove unused code
6202         * src/common/utils.c
6203                 Fix temp files not being deleted on windows
6204         Patches by Thomas Gilgin
6205
6206 2006-02-13 [colin]      2.0.0cvs47
6207
6208         * src/mainwindow.c
6209                 Fix exit crash
6210
6211 2006-02-13 [wwp]        2.0.0cvs46
6212
6213         * src/plugins/pgpcore/prefs_gpg.c
6214                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
6215
6216 2006-02-12 [colin]      2.0.0cvs45
6217
6218         * src/folderview.c
6219         * src/main.c
6220         * src/mainwindow.c
6221                 Fix "stuff" when quitting
6222
6223 2006-02-12 [wwp]        2.0.0cvs44
6224
6225         * src/prefs_themes.c
6226                 fix typos in debug messages.
6227
6228 2006-02-11 [colin]      2.0.0cvs43
6229
6230         * src/summaryview.c
6231                 don't allow drag/drop from ourself
6232
6233 2006-02-10 [wwp]        2.0.0cvs42
6234
6235         * src/exporthtml.c
6236         * src/html.c
6237         * src/html.h
6238         * src/procmime.c
6239         * src/textview.c
6240                 renamed html_ prefixed functions and data structures to avoid
6241                 namespace clashes w/ other software (gtkhtml2 for instance).
6242                 Closes bug #907.
6243
6244
6245 2006-02-09 [colin]      2.0.0cvs41
6246
6247         * src/summaryview.c
6248                 Fix shitty logic messed up. Thanks Ticho for the hint!
6249
6250 2006-02-09 [wwp]        2.0.0cvs40
6251
6252         * src/gtk/about.c
6253         * src/compose.c
6254         * src/prefs_account.c
6255         * src/prefs_gtk.h
6256         * src/editaddress.c
6257                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
6258                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
6259                 Browse buttons in accounts prefs.
6260
6261 2006-02-09 [colin]      2.0.0cvs39
6262
6263         * src/matcher.c
6264                 Check for pointer before using its members
6265         * src/gtk/gtksourceprintjob.c
6266                 Fix a wrong warning
6267
6268 2006-02-09 [wwp]        2.0.0cvs38
6269
6270         * src/gtk/filesel.c
6271                 fix few compiler warnings (type mismatch).
6272
6273 2006-02-09 [paul]       2.0.0cvs37
6274
6275         * po/fr.po
6276                 updated by Fabien Vantard
6277
6278 2006-02-08 [colin]      2.0.0cvs36
6279
6280         * src/prefs_common.c
6281         * src/common/defs.h
6282         * src/common/plugin.c
6283                 allow windows and linux configurations to coexist
6284                 patch by Thomas Gilgin
6285
6286 2006-02-08 [colin]      2.0.0cvs35
6287
6288         * src/filtering.c
6289         * src/matcher.c
6290         * src/matcher.h
6291         * src/matcher_parser_parse.y
6292         * src/prefs_filtering_action.c
6293         * src/prefs_matcher.c
6294                 Add the "Ignore thread" filtering
6295                 action
6296
6297 2006-02-08 [colin]      2.0.0cvs34
6298
6299         * src/compose.c
6300         * src/procmime.c
6301         * src/procmime.h
6302                 Fix bug #905 (damaged attachment)
6303                 text files with raw \0's aren't really text files
6304         FOR_STABLE
6305
6306 2006-02-08 [colin]      2.0.0cvs33
6307
6308         * src/summaryview.c
6309                 Fix crasher introduced yesterday
6310
6311 2006-02-08 [wwp]        2.0.0cvs32
6312
6313         * src/compose.c
6314         * src/compose.h
6315                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
6316
6317 2006-02-08 [wwp]        2.0.0cvs31
6318
6319         * src/prefs_template.c
6320                 templates enhancement: allow address completion for Cc and Bcc fields
6321                 (it was currently possible for the To field only)
6322
6323 2006-02-08 [colin]      2.0.0cvs30
6324
6325         * src/compose.c
6326                 Don't unblock if not blocked
6327         FOR_STABLE
6328
6329 2006-02-07 [colin]      2.0.0cvs29
6330
6331         * src/action.c
6332                 Forgot to refresh summaryview
6333
6334 2006-02-07 [colin]      2.0.0cvs28
6335
6336         * src/action.c
6337                 Freeze/thaw message list and folder list while
6338                 processing %as{} actions 
6339         * src/compose.c
6340                 Fix auto-wrap disabling after a middle-click
6341                 paste - FOR_STABLE
6342
6343 2006-02-07 [paul]       2.0.0cvs27
6344
6345         * src/folder.c
6346                 fix freeing of uninitialised pointers
6347                 Thanks to Colin
6348
6349 2006-02-06 [colin]      2.0.0cvs26
6350
6351         * src/folder.c
6352                 Use g_slist_prepend in potentially big list
6353
6354 2006-02-06 [colin]      2.0.0cvs25
6355
6356         * src/folder.c
6357                 Completely skip processing if it doesn't 
6358                 exist (faster!)
6359
6360 2006-02-06 [colin]      2.0.0cvs24
6361
6362         * src/folder.c
6363         * src/summaryview.c
6364                 Batch filtering in summaryview (from Tools menu)
6365                 and pre/post//-processing too
6366
6367 2006-02-06 [colin]      2.0.0cvs23
6368
6369         * src/procmsg.h
6370         * src/filtering.c
6371                 Use a special field for batch filtering instead
6372                 of stepping on deferred execution's toes
6373
6374 2006-02-06 [colin]      2.0.0cvs22
6375
6376         * src/action.c
6377         * src/filtering.c
6378         * src/filtering.h
6379         * src/folder.c
6380         * src/summaryview.c
6381                 Fix filtering via menus and actions
6382
6383 2006-02-06 [colin]      2.0.0cvs21
6384
6385         * src/imap.c
6386                 Put the added file directly to cache if possible (will work
6387                 with next libetpan)
6388         * src/filtering.c
6389         * src/filtering.h
6390         * src/inc.c
6391         * src/folder.c
6392         * src/mbox.c
6393         * src/procmsg.h
6394                 Move and copy filtered messages by batches instead of one
6395                 by one - faster on IMAP
6396         * src/procmsg.c
6397                 Add a function that'll possibly be useful later
6398
6399 2006-02-06 [colin]      2.0.0cvs20
6400
6401         * src/addressbook.c
6402                 Use internal mime-type instead of text/plain for d'n'd
6403         * src/compose.c
6404                 Allow attaching files from mimeview's icon list via d'n'd
6405         * src/folderview.c
6406         * src/folderview.h
6407                 Use internal mime-type instead of text/plain for d'n'd
6408                 Don't try to selected opened folder if none is
6409                 Factorize d'n'd from other apps code
6410         * src/headerview.c
6411         * src/textview.c
6412         * src/gtk/gtkutils.c
6413         * src/gtk/gtkutils.h
6414                 Factorize Face/X-Face stuff
6415         * src/mimeview.c
6416                 Fix d'n'd to other apps
6417         * src/prefs_message.c
6418                 Let the XFace pref be usable without libcompface as it also
6419                 applies to Face
6420         * src/summaryview.c
6421                 Fix d'n'd to other apps
6422                 Factorize d'n'd from other apps code
6423
6424 2006-02-06 [wwp]        2.0.0cvs19
6425
6426         * po/it.po
6427                 Italian translation fixes by Andrea Spadaccini (no more confusion
6428                 between filtering and processing, and few changes in the About
6429                 dialog).
6430
6431
6432 2006-02-06 [mones]      2.0.0cvs18
6433
6434         * src/gtk/icon_legend.c
6435                 Improved descriptions allowing better translations
6436
6437 2006-02-05 [colin]      2.0.0cvs17
6438
6439         * src/imap.c
6440                 Add the f*cking missing expunge that caused imap_fetch_env
6441                 to fail after an add_msgs ! :-///
6442         * src/etpan/imap-thread.c
6443                 Add a bit of debug
6444         FOR_STABLE
6445
6446 2006-02-05 [colin]      2.0.0cvs16
6447
6448         * src/common/utils.c
6449                 Don't check for return-path (or we can't put
6450                 back non-sent mails)
6451
6452 2006-02-05 [colin]      2.0.0cvs15
6453
6454         * src/textview.c
6455                 Don't try to display Face header in textview
6456                 when teh headerview's active
6457
6458 2006-02-05 [colin]      2.0.0cvs14
6459
6460         * tools/tbird2syl.py
6461         * tools/Makefile.am
6462                 Add script to import Thunderbird mails
6463
6464 2006-02-05 [colin]      2.0.0cvs13
6465
6466         * src/headerview.c
6467         * src/procheader.c
6468         * src/procmsg.c
6469         * src/procmsg.h
6470         * src/textview.c
6471                 Show Face headers - patch partially by Klaus Flittner
6472
6473 2006-02-05 [colin]      2.0.0cvs12
6474
6475         * src/folderview.c
6476         * src/summaryview.c
6477         * src/common/utils.c
6478         * src/common/utils.h
6479                 Let dnd work from mime icons to summaryview
6480                 and to folderview too
6481                 Add a crude test to avoid trying to add files
6482                 drag'n'dropped when they're not mails
6483
6484 2006-02-04 [colin]      2.0.0cvs11
6485
6486         * src/summaryview.c
6487         * src/mimeview.c
6488                 Fix utf8 conversion
6489
6490 2006-02-04 [colin]      2.0.0cvs10
6491
6492         * src/compose.c
6493         * src/folderview.c
6494         * src/mimeview.c
6495         * src/summaryview.c
6496         * src/summaryview.h
6497                 Added various drag and drop capas:
6498                 From                    To
6499                 summaryview             other apps
6500                 mimeview icons          other apps
6501                 other apps              summaryview
6502                 other apps              folderview
6503
6504                 This shouldn't have broken the existing:
6505                 From                    To
6506                 summaryview             folderview
6507                 folderview              folderview
6508                 summaryview             compose's attachments
6509
6510         Tests welcomed.
6511
6512 2006-02-02 [paul]       2.0.0cvs9
6513
6514         * src/mainwindow.c
6515                 move global option 'Set displayed columns...' out
6516                 of folder option grouping.
6517                 fix sensitivity of 'harvest addresses'
6518         FOR_STABLE
6519
6520 2006-02-01 [colin]      2.0.0cvs8
6521
6522         * src/mimeview.c
6523                 Revert the alertpanel patch, it sucks (intrusive
6524                 and gets in the way of "open")
6525
6526 2006-02-01 [colin]      2.0.0cvs7
6527
6528         * src/compose.c
6529         * src/prefs_account.c
6530         * src/prefs_common.c
6531         * src/common/defs.h
6532         * src/common/utils.c
6533         * src/common/utils.h
6534                 Add ability to edit the signature file
6535                 from the account preferences, and use
6536                 a default for the text editor.
6537                 Patch by Fabien Vantard
6538
6539 2006-02-01 [colin]      2.0.0cvs6
6540
6541         * src/mimeview.c
6542                 Try to get mime type by extension if it is
6543                 application/octet-stream
6544                 Display a window with possible choices when
6545                 encountering unknown mime types
6546         * src/gtk/filesel.c
6547         * src/gtk/filesel.h
6548                 Add preview
6549                 Allow multiple selection in filtered filesel
6550                 (patch by Fabien Vantard)
6551         * src/gtk/pluginwindow.c
6552                 Use it (patch by Fabien Vantard)
6553
6554 2006-02-01 [paul]       2.0.0cvs5
6555
6556         * src/jpilot.c
6557                 fix crash on creating jpilot address book
6558                 Thanks to Colin - FOR_STABLE
6559         * src/prefs_summaries.c
6560         * src/prefs_wrapping.c
6561         * src/gtk/icon_legend.c
6562         * src/gtk/quicksearch.c
6563                 string fixes and additions
6564
6565 2006-02-01 [paul]       2.0.0cvs4
6566
6567         * src/compose.c
6568         * src/mainwindow.c
6569         * src/messageview.c
6570         * src/prefs_send.c
6571                 add Arabic encoding option
6572                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
6573
6574 2006-01-31 [colin]      2.0.0cvs3
6575
6576         * src/plugins/pgpcore/passphrase.c
6577                 Convert passphrase to locale encoding
6578         * src/compose.c
6579                 Fix drafting on IMAP. Crappy bug sneaked in
6580                 the release :-/
6581         FOR_STABLE
6582
6583 2006-01-30 [paul]       2.0.0cvs2
6584
6585         * src/gtk/icon_legend.c
6586                 show the new entries
6587
6588 2006-01-30 [colin]      2.0.0cvs1
6589
6590         * src/manual.c
6591                 Check for the file to be present before 
6592                 enabling the menu - FOR_STABLE
6593         * src/gtk/icon_legend.c
6594                 Add folders icons (not all of them, there
6595                 are too much, but the most intriguing ones)
6596
6597 2006-01-30 [paul]       2.0.0
6598
6599         version 2.0.0 released
6600
6601 2006-01-30 [paul]       1.9.100cvs200
6602
6603         * manual/faq.xml
6604         * manual/gpl.xml
6605         * manual/intro.xml
6606         * manual/starting.xml
6607         * manual/sylpheed-claws-manual.xml
6608                 fixes, additions
6609
6610 2006-01-29 [mones]      1.9.100cvs199
6611
6612         * manual/account.xml
6613         * manual/advanced.xml
6614         * manual/glossary.xml
6615                 Some typos fixed, added LDIF term to glossary
6616         * po/es.po
6617                 Fixed leading plus symbol
6618
6619 2006-01-29 [paul]       1.9.100cvs198
6620
6621         * po/fi.po
6622         * po/sk.po
6623                 updated by Tommi Pirinen and Andrej Kacian
6624
6625 2006-01-29 [paul]       1.9.100cvs197
6626
6627         * src/gtk/authors.h
6628                 remove duplicates
6629
6630 2006-01-29 [paul]       1.9.100cvs196
6631
6632         * AUTHORS
6633         * po/nl.po
6634         * src/gtk/authors.h
6635         * tools/claws.i18n.status.pl
6636                 nl translation updated by Tim Dijkstra
6637
6638 2006-01-29 [paul]       1.9.100cvs195
6639
6640         * po/sr.po
6641         * po/sv.po
6642                 updated by Aleksandar Urosevic and Anders Troback
6643
6644 2006-01-28 [colin]      1.9.100cvs194
6645
6646         * src/gtk/gtksourceprintjob.c
6647                 Don't fiddle with PangoLayout when we
6648                 have an image
6649
6650 2006-01-28 [paul]       1.9.100cvs193
6651
6652         * AUTHORS
6653         * po/el.po
6654         * po/zh_CN.po
6655         * src/gtk/authors.h
6656         * tools/claws.i18n.status.pl
6657                 updated translations submitted by Stavros Giannouris
6658                 and Ralgh Young
6659
6660 2006-01-27 [colin]      1.9.100cvs192
6661
6662         * src/summaryview.c
6663         * src/gtk/gtksourceprintjob.c
6664                 Add image printing 
6665                 (libgnomeprint only, of course)
6666
6667 2006-01-27 [paul]       1.9.100cvs191
6668
6669         * po/fr.po
6670         * po/it.po
6671                 updated by Fabien Vantard and Andrea Spadaccini
6672
6673 2006-01-26 [colin]      1.9.100cvs190
6674
6675         * manual/Makefile.am
6676         * configure.ac
6677                 Make building the manual optional 
6678                 (--disable-manual)
6679
6680 2006-01-26 [paul]       1.9.100cvs189
6681
6682         * manual/glossary.xml
6683         * manual/plugins.xml
6684                 edited
6685         * po/en_GB.po
6686                 updated
6687
6688 2006-01-26 [paul]       1.9.100cvs188
6689
6690         * src/prefs_display_header.c
6691         * src/prefs_folder_column.c
6692         * src/prefs_msg_colors.c
6693         * src/prefs_summaries.c
6694         * src/prefs_summary_column.c
6695                 HIGify
6696
6697 2006-01-25 [colin]      1.9.100cvs187
6698
6699         * src/imap.c
6700                 Don't allow moving/copying mails between
6701                 queue/drafts and non-queue/drafts folders
6702                 Fixes bug #897 (message header is resetted 
6703                 if one is copied to Drafts)
6704
6705 2006-01-25 [colin]      1.9.100cvs186
6706
6707         * src/folder.c
6708         * src/mainwindow.c
6709                 Fix subscribed folders not found
6710         * src/compose.c
6711                 Don't try to encode as original mail's charset
6712                 if it's ascii 
6713
6714 2006-01-25 [paul]       1.9.100cvs185
6715
6716         * AUTHORS
6717         * po/Makevars
6718                 updated
6719         * po/de.po
6720         * po/pl.po
6721         * po/pt_BR.po
6722         * po/sr.po
6723                 updates submitted by Stephan Sachse, Emilian Nowak
6724                 and Quar, Frederico Goncalves Guimaraes, and
6725                 Aleksandar Urosevic
6726                 Fix Bug 896, 'PT_BR locale broken'.
6727         * src/gtk/authors.h
6728                 updated
6729
6730 2006-01-24 [mones]      1.9.100cvs184
6731
6732         * manual/glossary.xml
6733                 All current terms finished. Reviewers welcome ;-)
6734         * manual/keyboard.xml
6735                 Fixed column width for pdf output.
6736         * po/es.po
6737                 Updated
6738
6739 2006-01-24 [paul]       1.9.100cvs183
6740
6741         * manual/glossary.xml
6742                 fix id name
6743         * manual/dist/html/Makefile.am
6744         * manual/dist/pdf/Makefile.am
6745         * manual/dist/ps/Makefile.am
6746         * manual/dist/txt/Makefile.am
6747                 fix make deps
6748                 Thanks to Colin
6749
6750 2006-01-24 [mones]      1.9.100cvs182
6751
6752         * manual/glossary.xml
6753                 Nearly finished, some terms missing.
6754
6755 2006-01-23 [paul]       1.9.100cvs181
6756
6757         * manual/dist/html/Makefile.am
6758         * manual/dist/pdf/Makefile.am
6759         * manual/dist/ps/Makefile.am
6760         * manual/dist/txt/Makefile.am
6761         * src/mainwindow.c
6762                 re-enable manual
6763                 Thanks to Colin
6764
6765 2006-01-22 [colin]      1.9.100cvs180
6766
6767         * src/compose.c
6768         * src/gtk/gtkaspell.c
6769                 Don't deselect stuff before right-clicking, with aspell.
6770                 (This prevented right-click Copy, for example).
6771                 Thanks to Clo!
6772
6773 2006-01-22 [paul]       1.9.100cvs179
6774
6775         * src/summary_search.c
6776                 don't fix the widget size as it causes problems
6777                 under localisation.
6778                 Thanks to Emilian Nowak
6779
6780 2006-01-21 [paul]       1.9.100cvs178
6781
6782         * src/prefs_themes.c
6783                 fix broken underlining of label text
6784                 with some translations
6785
6786 2006-01-21 [colin]      1.9.100cvs177
6787
6788         * po/fr.po
6789                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
6790
6791 2006-01-20 [colin]      1.9.100cvs176
6792
6793         * configure.ac
6794         * Makefile.am
6795         * manual/Makefile
6796         * manual/dist/html/.cvsignore
6797         * manual/dist/html/Makefile.am
6798         * manual/dist/pdf/.cvsignore
6799         * manual/dist/pdf/Makefile.am
6800         * manual/dist/ps/.cvsignore
6801         * manual/dist/ps/Makefile.am
6802         * manual/dist/txt/.cvsignore
6803         * manual/dist/txt/Makefile.am
6804                 Autotool-ize manual
6805
6806 2006-01-20 [paul]       1.9.100cvs175
6807
6808         * manual/handling.xml
6809                 make Filtering and Searching entries easier to find
6810         * manual/keyboard.xml
6811                 add the remaining default keybinds
6812         * src/prefs_summaries.c
6813                 update the default keybinds
6814
6815 2006-01-20 [paul]       1.9.100cvs174
6816
6817         * src/addressbook.c
6818         * src/addrgather.c
6819         * src/addrharvest.c
6820         * src/editaddress.c
6821         * src/editgroup.c
6822         * src/exphtmldlg.c
6823         * src/expldifdlg.c
6824         * src/exporthtml.c
6825         * src/exportldif.c
6826         * src/ldif.c
6827                 replace 'e-mail' with 'email'
6828         * src/summary_search.c
6829                 add mnemonic to "Find all" button
6830
6831 2006-01-20 [wwp]        1.9.100cvs173
6832
6833         * src/export.c
6834         * src/import.c
6835                 touched mbox import/export buttons for HIG-compliance
6836
6837 2006-01-19 [paul]       1.9.100cvs172
6838
6839         * manual/account.xml
6840         * manual/addrbook.xml
6841         * manual/advanced.xml
6842         * manual/faq.xml
6843         * manual/handling.xml
6844         * manual/intro.xml
6845         * manual/plugins.xml
6846         * manual/starting.xml
6847                 more editing
6848
6849 2006-01-19 [paul]       1.9.100cvs171
6850
6851         * src/toolbar.c
6852                 allow use of trash button while receiving
6853                 Thanks to Colin
6854
6855 2006-01-19 [wwp]        1.9.100cvs170
6856
6857         * src/gtk/quicksearch.c
6858         * src/compose.c
6859                 force text color to black when yellow background is set
6860
6861 2006-01-19 [colin]      1.9.100cvs169
6862
6863         * src/plugins/trayicon/trayicon.c
6864                 Gray out Get Mail when already getting mail
6865
6866 2006-01-18 [paul]       1.9.100cvs168
6867
6868         * src/compose.c
6869                 give widget yellow background was To is
6870                 set via folder prefs
6871         * src/gtk/quicksearch.c
6872                 give widget yellow background when quick
6873                 search is active.
6874                 Thanks to Colin
6875
6876 2006-01-18 [paul]       1.9.100cvs167
6877
6878         * doc/man/sylpheed-claws.1
6879                 add --subscribe option
6880
6881 2006-01-18 [paul]       1.9.100cvs166
6882
6883         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6884         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6885                 use %U instead of %F (%F is broken for user installed
6886                 files in kde 3.5)
6887
6888 2006-01-18 [colin]      1.9.100cvs165
6889
6890         * src/summaryview.c
6891                 Default to Yes in "No more * messages" dialogs
6892
6893 2006-01-17 [colin]      1.9.100cvs164
6894
6895         * src/compose.c
6896                 Possibly fix an invalid iterator causing
6897                 crash
6898
6899 2006-01-17 [colin]      1.9.100cvs163
6900
6901         * src/mimeview.c
6902                 Fix crash when the image disappears under the
6903                 image viewer
6904
6905 2006-01-16 [colin]      1.9.100cvs162
6906
6907         * src/compose.c
6908                 Fix reenabling autowrap
6909
6910 2006-01-16 [colin]      1.9.100cvs161
6911
6912         * src/compose.c
6913                 reset quote_len before getting quote_str
6914
6915 2006-01-16 [colin]      1.9.100cvs160
6916
6917         * src/account.c
6918         * src/account.h
6919         * src/folder.c
6920         * src/imap_gtk.c
6921         * src/mh_gtk.c
6922                 Fix bug #883 (default inbox does not track folder move)
6923
6924 2006-01-16 [colin]      1.9.100cvs159
6925
6926         * src/compose.c
6927         * src/plugins/pgpcore/passphrase.c
6928                 More buttons fixes
6929
6930 2006-01-16 [paul]       1.9.100cvs158
6931
6932         * src/prefs_actions.c
6933         * src/prefs_filtering_action.c
6934         * src/prefs_matcher.c
6935         * src/quote_fmt.c
6936         * src/gtk/description_window.c
6937         * src/gtk/description_window.h
6938         * src/gtk/quicksearch.c
6939                 description window cleanups
6940
6941 2006-01-15 [colin]      1.9.100cvs157
6942
6943         * src/addressbook.c
6944         * src/prefs_filtering.c
6945                 Same here
6946
6947 2006-01-15 [colin]      1.9.100cvs156
6948
6949         * src/folderview.c
6950         * src/mainwindow.c
6951                 Same for "Empty trash"
6952
6953 2006-01-15 [colin]      1.9.100cvs155
6954
6955         * src/inc.c
6956                 Override offline dialog had Yes by default
6957
6958 2006-01-15 [colin]      1.9.100cvs154
6959
6960         * src/summaryview.c
6961                 Delete selected messages? previously had Yes the default
6962
6963 2006-01-15 [colin]      1.9.100cvs153
6964
6965         * src/folder.c
6966         * src/folder.h
6967         * src/main.c
6968                 Check if a mailbox is loaded after all
6969                 plugins are loaded.
6970
6971 2006-01-15 [colin]      1.9.100cvs152
6972
6973         * src/folder.c
6974                 Don't start wizard when there are unloaded folders (will help
6975                 people with only mbox or maildir mailboxes)
6976
6977 2006-01-14 [colin]      1.9.100cvs151
6978
6979         * src/addressbook.c
6980         * src/expldifdlg.c
6981         * src/importldif.c
6982         * src/importmutt.c
6983         * src/importpine.c
6984         * src/mh_gtk.c
6985                 More HIG compliance and fixes
6986
6987 2006-01-14 [colin]      1.9.100cvs150
6988
6989         * src/prefs_filtering_action.c
6990         * src/foldersel.c
6991                 Two forgotten button order changes
6992
6993 2006-01-14 [colin]      1.9.100cvs149
6994
6995         * src/account.c
6996         * src/addressbook.c
6997         * src/compose.c
6998         * src/folderview.c
6999         * src/imap_gtk.c
7000         * src/mainwindow.c
7001         * src/mh_gtk.c
7002         * src/news_gtk.c
7003         * src/prefs_actions.c
7004         * src/prefs_customheader.c
7005         * src/prefs_filtering.c
7006         * src/prefs_matcher.c
7007         * src/prefs_template.c
7008         * src/ssl_manager.c
7009         * src/summaryview.c
7010         * src/textview.c
7011         * src/toolbar.c
7012                 All deletion confirmations are now "Cancel, Delete" 
7013                 instead of "No, Yes"
7014                 Clarified most of the other "No, Yes" to 
7015                 "Cancel, Descriptive_action"
7016                 Rechanged the "Entry not saved" alerts to have 
7017                 "Close, Continue editing"
7018
7019
7020 2006-01-14 [paul]
7021
7022         * 2.0.0-rc4 released
7023
7024 2006-01-14 [paul]       1.9.100cvs148
7025
7026         * src/account.c
7027         * src/addressadd.c
7028         * src/addressbook.c
7029         * src/compose.c
7030         * src/editaddress.c
7031         * src/editbook.c
7032         * src/editgroup.c
7033         * src/editjpilot.c
7034         * src/editldap.c
7035         * src/editvcard.c
7036         * src/exphtmldlg.c
7037         * src/expldifdlg.c
7038         * src/folderview.c
7039         * src/grouplistdialog.c
7040         * src/imap_gtk.c
7041         * src/importmutt.c
7042         * src/importpine.c
7043         * src/inc.c
7044         * src/main.c
7045         * src/mainwindow.c
7046         * src/message_search.c
7047         * src/messageview.c
7048         * src/mh_gtk.c
7049         * src/mimeview.c
7050         * src/news_gtk.c
7051         * src/prefs_actions.c
7052         * src/prefs_customheader.c
7053         * src/prefs_filtering.c
7054         * src/prefs_matcher.c
7055         * src/prefs_template.c
7056         * src/prefs_themes.c
7057         * src/ssl_manager.c
7058         * src/summary_search.c
7059         * src/summaryview.c
7060         * src/textview.c
7061         * src/toolbar.c
7062         * src/gtk/foldersort.c
7063         * src/gtk/gtkaspell.c
7064         * src/gtk/inputdialog.c
7065         * src/gtk/prefswindow.c
7066         * src/plugins/pgpcore/select-keys.c
7067         * src/plugins/trayicon/trayicon.c
7068                 HIG compliant button order
7069
7070 2006-01-14 [mones]      1.9.100cvs147
7071
7072         * po/es.po
7073                 Updated translation
7074
7075 2006-01-13 [paul]       1.9.100cvs146
7076
7077         * AUTHORS
7078         * ChangeLog
7079         * src/gtk/authors.h
7080                 add Joshua M. Kwan to contributors list
7081
7082 2006-01-13 [colin]      1.9.100cvs145
7083
7084         * src/gtk/quicksearch.c
7085                 Don't refocus quick search after executing (Esc or Enter)
7086                 Allows to '/'search something then move up/down in 
7087                 summaryview, and to Esc a search and be back in the 
7088                 summaryview
7089
7090 2006-01-13 [paul]       1.9.100cvs144
7091
7092         * src/plugins/pgpinline/pgpinline.c
7093                 support Content-Type 'application/pgp'
7094                 patch by Joshua M. Kwan <joshuak@users.sf.net>
7095
7096 2006-01-13 [paul]       1.9.100cvs143
7097
7098         * manual/account.xml
7099                 make mention of partial retrieval
7100                 thanks to Colin
7101
7102 2006-01-13 [paul]       1.9.100cvs142
7103
7104         * src/account.c
7105         * src/account.h
7106         * src/action.c
7107         * src/action.h
7108         * src/adbookbase.h
7109         * src/addr_compl.c
7110         * src/addr_compl.h
7111         * src/addrbook.c
7112         * src/addrcache.c
7113         * src/addrcache.h
7114         * src/addrcindex.c
7115         * src/addrcindex.h
7116         * src/addrclip.c
7117         * src/addrclip.h
7118         * src/addrdefs.h
7119         * src/addressadd.c
7120         * src/addressadd.h
7121         * src/addressbook.c
7122         * src/addressbook.h
7123         * src/addrgather.c
7124         * src/addrgather.h
7125         * src/addrharvest.c
7126         * src/addrharvest.h
7127         * src/addrindex.c
7128         * src/addrindex.h
7129         * src/addritem.c
7130         * src/addritem.h
7131         * src/addrquery.c
7132         * src/addrquery.h
7133         * src/addrselect.c
7134         * src/addrselect.h
7135         * src/alertpanel.c
7136         * src/alertpanel.h
7137         * src/browseldap.c
7138         * src/browseldap.h
7139         * src/codeconv.c
7140         * src/codeconv.h
7141         * src/compose.c
7142         * src/compose.h
7143         * src/customheader.c
7144         * src/customheader.h
7145         * src/displayheader.c
7146         * src/displayheader.h
7147         * src/editaddress.c
7148         * src/editaddress.h
7149         * src/editbook.c
7150         * src/editbook.h
7151         * src/editgroup.c
7152         * src/editgroup.h
7153         * src/editjpilot.c
7154         * src/editjpilot.h
7155         * src/editldap.c
7156         * src/editldap.h
7157         * src/editldap_basedn.c
7158         * src/editldap_basedn.h
7159         * src/editvcard.c
7160         * src/editvcard.h
7161         * src/exphtmldlg.c
7162         * src/exphtmldlg.h
7163         * src/expldifdlg.c
7164         * src/expldifdlg.h
7165         * src/export.h
7166         * src/exporthtml.c
7167         * src/exporthtml.h
7168         * src/exportldif.c
7169         * src/exportldif.h
7170         * src/filtering.c
7171         * src/filtering.h
7172         * src/folder.c
7173         * src/folder.h
7174         * src/folder_item_prefs.c
7175         * src/folder_item_prefs.h
7176         * src/foldersel.c
7177         * src/foldersel.h
7178         * src/folderutils.c
7179         * src/folderutils.h
7180         * src/folderview.c
7181         * src/folderview.h
7182         * src/grouplistdialog.c
7183         * src/grouplistdialog.h
7184         * src/headerview.c
7185         * src/html.c
7186         * src/html.h
7187         * src/image_viewer.c
7188         * src/image_viewer.h
7189         * src/imap.c
7190         * src/imap.h
7191         * src/imap_gtk.c
7192         * src/imap_gtk.h
7193         * src/import.h
7194         * src/importldif.c
7195         * src/importldif.h
7196         * src/importmutt.c
7197         * src/importmutt.h
7198         * src/importpine.c
7199         * src/importpine.h
7200         * src/inc.c
7201         * src/inc.h
7202         * src/jpilot.c
7203         * src/jpilot.h
7204         * src/ldapctrl.c
7205         * src/ldapctrl.h
7206         * src/ldaplocate.c
7207         * src/ldaplocate.h
7208         * src/ldapquery.c
7209         * src/ldapquery.h
7210         * src/ldapserver.c
7211         * src/ldapserver.h
7212         * src/ldaputil.c
7213         * src/ldaputil.h
7214         * src/ldif.c
7215         * src/ldif.h
7216         * src/main.c
7217         * src/main.h
7218         * src/mainwindow.c
7219         * src/mainwindow.h
7220         * src/manual.c
7221         * src/manual.h
7222         * src/mbox.c
7223         * src/mbox.h
7224         * src/message_search.c
7225         * src/message_search.h
7226         * src/messageview.c
7227         * src/messageview.h
7228         * src/mh.c
7229         * src/mh.h
7230         * src/mh_gtk.c
7231         * src/mh_gtk.h
7232         * src/mimeview.c
7233         * src/mimeview.h
7234         * src/msgcache.c
7235         * src/msgcache.h
7236         * src/mutt.c
7237         * src/mutt.h
7238         * src/news.c
7239         * src/news.h
7240         * src/news_gtk.c
7241         * src/news_gtk.h
7242         * src/partial_download.c
7243         * src/partial_download.h
7244         * src/pine.c
7245         * src/pine.h
7246         * src/pop.c
7247         * src/pop.h
7248         * src/prefs_account.c
7249         * src/prefs_account.h
7250         * src/prefs_actions.c
7251         * src/prefs_actions.h
7252         * src/prefs_common.c
7253         * src/prefs_common.h
7254         * src/prefs_compose_writing.c
7255         * src/prefs_compose_writing.h
7256         * src/prefs_customheader.c
7257         * src/prefs_customheader.h
7258         * src/prefs_display_header.c
7259         * src/prefs_display_header.h
7260         * src/prefs_filtering.c
7261         * src/prefs_filtering.h
7262         * src/prefs_filtering_action.c
7263         * src/prefs_filtering_action.h
7264         * src/prefs_folder_column.c
7265         * src/prefs_folder_column.h
7266         * src/prefs_folder_item.c
7267         * src/prefs_folder_item.h
7268         * src/prefs_fonts.c
7269         * src/prefs_fonts.h
7270         * src/prefs_gtk.c
7271         * src/prefs_gtk.h
7272         * src/prefs_image_viewer.c
7273         * src/prefs_image_viewer.h
7274         * src/prefs_matcher.c
7275         * src/prefs_matcher.h
7276         * src/prefs_message.c
7277         * src/prefs_msg_colors.c
7278         * src/prefs_msg_colors.h
7279         * src/prefs_other.c
7280         * src/prefs_quote.c
7281         * src/prefs_receive.c
7282         * src/prefs_send.c
7283         * src/prefs_spelling.c
7284         * src/prefs_spelling.h
7285         * src/prefs_summaries.c
7286         * src/prefs_summaries.h
7287         * src/prefs_summary_column.c
7288         * src/prefs_summary_column.h
7289         * src/prefs_template.c
7290         * src/prefs_template.h
7291         * src/prefs_themes.c
7292         * src/prefs_themes.h
7293         * src/prefs_toolbar.c
7294         * src/prefs_toolbar.h
7295         * src/prefs_wrapping.c
7296         * src/prefs_wrapping.h
7297         * src/privacy.c
7298         * src/privacy.h
7299         * src/procheader.c
7300         * src/procheader.h
7301         * src/procmime.c
7302         * src/procmime.h
7303         * src/procmsg.c
7304         * src/procmsg.h
7305         * src/quote_fmt.c
7306         * src/quote_fmt_parse.y
7307         * src/recv.c
7308         * src/recv.h
7309         * src/remotefolder.c
7310         * src/remotefolder.h
7311         * src/send_message.c
7312         * src/send_message.h
7313         * src/setup.c
7314         * src/setup.h
7315         * src/sourcewindow.c
7316         * src/sourcewindow.h
7317         * src/ssl_manager.c
7318         * src/ssl_manager.h
7319         * src/statusbar.c
7320         * src/statusbar.h
7321         * src/stock_pixmap.c
7322         * src/stock_pixmap.h
7323         * src/summary_search.c
7324         * src/summary_search.h
7325         * src/summaryview.c
7326         * src/summaryview.h
7327         * src/syldap.c
7328         * src/syldap.h
7329         * src/textview.c
7330         * src/textview.h
7331         * src/toolbar.c
7332         * src/toolbar.h
7333         * src/undo.c
7334         * src/undo.h
7335         * src/unmime.c
7336         * src/unmime.h
7337         * src/vcard.c
7338         * src/vcard.h
7339         * src/wizard.c
7340         * src/wizard.h
7341         * src/common/base64.c
7342         * src/common/base64.h
7343         * src/common/defs.h
7344         * src/common/hooks.c
7345         * src/common/hooks.h
7346         * src/common/log.c
7347         * src/common/log.h
7348         * src/common/mgutils.c
7349         * src/common/mgutils.h
7350         * src/common/nntp.c
7351         * src/common/nntp.h
7352         * src/common/passcrypt.c
7353         * src/common/passcrypt.h.in
7354         * src/common/plugin.c
7355         * src/common/plugin.h
7356         * src/common/prefs.c
7357         * src/common/prefs.h
7358         * src/common/progressindicator.c
7359         * src/common/progressindicator.h
7360         * src/common/quoted-printable.c
7361         * src/common/quoted-printable.h
7362         * src/common/session.c
7363         * src/common/session.h
7364         * src/common/smtp.c
7365         * src/common/smtp.h
7366         * src/common/socket.c
7367         * src/common/socket.h
7368         * src/common/ssl.c
7369         * src/common/ssl.h
7370         * src/common/ssl_certificate.c
7371         * src/common/ssl_certificate.h
7372         * src/common/stringtable.c
7373         * src/common/stringtable.h
7374         * src/common/sylpheed.c
7375         * src/common/sylpheed.h
7376         * src/common/template.c
7377         * src/common/template.h
7378         * src/common/timing.h
7379         * src/common/utils.c
7380         * src/common/utils.h
7381         * src/common/version.h.in
7382         * src/common/xml.c
7383         * src/common/xml.h
7384         * src/common/xmlprops.c
7385         * src/common/xmlprops.h
7386         * src/gtk/colorlabel.c
7387         * src/gtk/colorsel.c
7388         * src/gtk/colorsel.h
7389         * src/gtk/description_window.c
7390         * src/gtk/description_window.h
7391         * src/gtk/filesel.c
7392         * src/gtk/filesel.h
7393         * src/gtk/foldersort.c
7394         * src/gtk/foldersort.h
7395         * src/gtk/gtkutils.c
7396         * src/gtk/gtkutils.h
7397         * src/gtk/inputdialog.c
7398         * src/gtk/inputdialog.h
7399         * src/gtk/logwindow.c
7400         * src/gtk/logwindow.h
7401         * src/gtk/manage_window.c
7402         * src/gtk/manage_window.h
7403         * src/gtk/menu.c
7404         * src/gtk/menu.h
7405         * src/gtk/pluginwindow.c
7406         * src/gtk/pluginwindow.h
7407         * src/gtk/prefswindow.c
7408         * src/gtk/prefswindow.h
7409         * src/gtk/progressdialog.c
7410         * src/gtk/progressdialog.h
7411         * src/gtk/sslcertwindow.c
7412         * src/gtk/sslcertwindow.h
7413         * src/plugins/clamav/clamav_plugin.c
7414         * src/plugins/clamav/clamav_plugin.h
7415         * src/plugins/clamav/clamav_plugin_gtk.c
7416         * src/plugins/demo/demo.c
7417         * src/plugins/dillo_viewer/dillo_prefs.c
7418         * src/plugins/dillo_viewer/dillo_prefs.h
7419         * src/plugins/dillo_viewer/dillo_viewer.c
7420         * src/plugins/pgpcore/passphrase.c
7421         * src/plugins/pgpcore/passphrase.h
7422         * src/plugins/pgpcore/plugin.c
7423         * src/plugins/pgpcore/select-keys.c
7424         * src/plugins/pgpcore/select-keys.h
7425         * src/plugins/pgpcore/sgpgme.c
7426         * src/plugins/pgpcore/sgpgme.h
7427         * src/plugins/pgpinline/pgpinline.c
7428         * src/plugins/pgpinline/pgpinline.h
7429         * src/plugins/pgpinline/plugin.c
7430         * src/plugins/pgpmime/pgpmime.c
7431         * src/plugins/pgpmime/pgpmime.h
7432         * src/plugins/pgpmime/plugin.c
7433         * src/plugins/spamassassin/spamassassin.c
7434         * src/plugins/spamassassin/spamassassin.h
7435         * src/plugins/spamassassin/spamassassin_gtk.c
7436         * src/plugins/trayicon/trayicon.c
7437                 update copyright header
7438
7439 2006-01-13 [paul]       1.9.100cvs141
7440
7441         * src/account.c
7442         * src/export.c
7443         * src/import.c
7444         * src/mainwindow.c
7445         * src/prefs_account.c
7446         * src/prefs_display_header.c
7447         * src/prefs_receive.c
7448         * src/prefs_send.c
7449         * src/prefs_summaries.c
7450         * src/prefs_themes.c
7451         * src/prefs_toolbar.c
7452         * src/gtk/about.c
7453                 various cleanups
7454
7455 2006-01-12 [colin]      1.9.100cvs140
7456
7457         * src/folder.c
7458         * src/folder.h
7459         * src/main.c
7460                 Add --subscribe option
7461                 Let sylpheed-claws email@domain.com equivalent to --compose
7462                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
7463
7464 2006-01-12 [paul]       1.9.100cvs139
7465
7466         * src/mainwindow.c
7467                 append 'Change folder order' label with '...'
7468         * src/prefs_actions.c
7469                 allow reordering of actions list by dnd
7470         * src/gtk/foldersort.c
7471                 make the dialog nicer
7472
7473 2006-01-11 [colin]      1.9.100cvs138
7474
7475         * src/compose.c
7476                 Allow templates without text
7477
7478 2006-01-11 [paul]       1.9.100cvs137
7479
7480         * tools/README
7481         * tools/filter_conv_new.pl
7482                 add info to README
7483                 also check .sylpheed for filter.xml
7484                 be a bit informative to the user
7485
7486 2006-01-11 [colin]      1.9.100cvs136
7487
7488         * src/textview.c
7489                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
7490
7491 2006-01-10 [paul]       1.9.100cvs135
7492
7493         * tools/Makefile.am
7494         * tools/filter_conv_new.pl
7495                 add script to convert new style Sylpheed
7496                 filter rules (Sylpheed >= 0.9.99) to
7497                 Claws filtering rules
7498
7499 2006-01-10 [colin]      1.9.100cvs134
7500
7501         * src/compose.c
7502                 Fix broken line joins in certain conditions
7503                 (between two quoted lines: <enter><enter><up>
7504                  <type a wrapped sentence><go in the first line>
7505                  <insert more text><watch as line joining failed>)
7506
7507 2006-01-10 [paul]       1.9.100cvs133
7508
7509         * src/compose.c
7510                 don't report success in error dialog
7511                 thanks to Colin
7512         * src/common/utils.c
7513                 include some trailing punctuations as URI
7514                 thanks to Hiro
7515
7516 2006-01-10 [paul]       1.9.100cvs132
7517
7518         * src/mimeview.c
7519                 fix incompatible pointer type
7520                 warning
7521
7522 2006-01-10 [paul]       1.9.100cvs131
7523
7524         * src/compose.c
7525                 change Subject in window title
7526                 instantaneously
7527
7528 2006-01-09 [colin]      1.9.100cvs130
7529
7530         * src/addressbook.c
7531         * src/headerview.c
7532         * src/mainwindow.c
7533         * src/messageview.c
7534         * src/mimeview.c
7535         * src/noticeview.c
7536         * src/summaryview.c
7537                 Fix possible crashes on exit and in addressbook
7538
7539 2006-01-09 [paul]       1.9.100cvs129
7540
7541         * src/prefs_msg_colors.c
7542                 some cleanups that I forgot last time
7543
7544 2006-01-09 [paul]       1.9.100cvs128
7545
7546         * README
7547         * src/folderview.c
7548         * src/prefs_msg_colors.c
7549                 add previously hidden option, color_new, to
7550                 the gui
7551                 move the page to Display/
7552                 rework the gui
7553
7554 2006-01-09 [wwp]        1.9.100cvs127
7555
7556         * src/prefs_themes.c
7557                 made the prefs/display/themes layouts spacing less condensed
7558                 (and so they match other prefs/pages' look).
7559
7560 2006-01-09 [paul]       1.9.100cvs126
7561
7562         * src/compose.c
7563         * src/prefs_common.c
7564         * src/prefs_common.h
7565         * src/prefs_wrapping.c
7566                 remove 'wrap at send' option
7567
7568 2006-01-06 [colin]      1.9.100cvs125
7569
7570         * src/compose.c
7571                 Just make completely sure we don't insert "manual line breaks" 
7572                 when wrapping... 
7573
7574 2006-01-04 [paul]
7575
7576         * 2.0.0-rc3 released
7577
7578 2006-01-04 [paul]       1.9.100cvs124
7579
7580         * src/folderview.c
7581                 fix bug 882, 'quick scroll in folder list
7582                 displays wrong folder contents'
7583
7584 2006-01-04 [paul]       1.9.100cvs123
7585
7586         * src/plugins/pgpmime/pgpmime.c
7587                 better debug information when signing
7588                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
7589
7590 2006-01-03 [colin]      1.9.100cvs122
7591
7592         * configure.ac
7593                 We need to recheck for gpgme 1.0.0 after checking
7594                 for 1.1.1, because if 1.1.1 isn't available, 
7595                 GPGME_LIBS and friends are blanked out by the 
7596                 second check.
7597
7598 2006-01-03 [colin]      1.9.100cvs121
7599
7600         * src/common/prefs.c
7601                 Windows unlink-before rename fix
7602         * src/plugins/pgpcore/sgpgme.c
7603                 Add support for PKA info if available
7604                 Both patches by Werner Koch
7605
7606 2006-01-03 [paul]       1.9.100cvs120
7607
7608         * src/messageview.c
7609                 fix bug 884, 'Send receipt' button visible in queue
7610                 Thanks to Colin
7611
7612 2006-01-02 [colin]      1.9.100cvs119
7613
7614         * src/compose.c
7615         * src/imap.c
7616                 Fix autosave on IMAP and more generally try to
7617                 return the correct ID on a newly added IMAP message
7618
7619 2006-01-02 [paul]       1.9.100cvs118
7620
7621         * manual/keyboard.xml
7622                 edited
7623
7624 2006-01-01 [paul]       1.9.100cvs117
7625
7626         * src/gtk/authors.h
7627                 alphabetical order
7628
7629 2005-12-30 [colin]      1.9.100cvs116
7630
7631         * manual/advanced.xml
7632                 Explain Pre/Post-processing differences.
7633
7634 2005-12-30 [colin]      1.9.100cvs115
7635
7636         * src/mh.c
7637                 Implement copy_msgs for a little optimization
7638         * src/imap.c
7639                 Finish yesterday's fix
7640
7641 2005-12-29 [colin]      1.9.100cvs114
7642
7643         * src/imap.c
7644                 Fix occasional failure in fetching a mail over
7645                 IMAP
7646
7647 2005-12-29 [colin]      1.9.100cvs113
7648
7649         * src/compose.c
7650                 Don't remove a draft when sending it, if it is 
7651                 locked.
7652
7653 2005-12-28 [colin]      1.9.100cvs112
7654
7655         * src/summaryview.c
7656                 Fix leak for real
7657
7658 2005-12-28 [wwp]        1.9.100cvs111
7659
7660         * doc/faq/.cvsignore
7661         * doc/faq/de/.cvsignore
7662         * doc/faq/en/.cvsignore
7663         * doc/faq/es/.cvsignore
7664         * doc/faq/fr/.cvsignore
7665         * doc/faq/it/.cvsignore
7666         * doc/manual/.cvsignore
7667         * doc/manual/de/.cvsignore
7668         * doc/manual/en/.cvsignore
7669         * doc/manual/es/.cvsignore
7670         * doc/manual/fr/.cvsignore
7671         * doc/manual/ja/.cvsignore
7672         * src/plugins/mathml_viewer/.cvsignore
7673                 rollback revival of those files (my bad, sorry for the noise).
7674
7675 2005-12-28 [wwp]        1.9.100cvs110
7676
7677         * src/compose.c
7678                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
7679
7680 2005-12-28 [wwp]        1.9.100cvs109
7681
7682         * doc/faq/.cvsignore
7683         * doc/faq/de/.cvsignore
7684         * doc/faq/en/.cvsignore
7685         * doc/faq/es/.cvsignore
7686         * doc/faq/fr/.cvsignore
7687         * doc/faq/it/.cvsignore
7688         * doc/manual/.cvsignore
7689         * doc/manual/de/.cvsignore
7690         * doc/manual/en/.cvsignore
7691         * doc/manual/es/.cvsignore
7692         * doc/manual/fr/.cvsignore
7693         * doc/manual/ja/.cvsignore
7694         * src/plugins/mathml_viewer/.cvsignore
7695         * po/.cvsignore
7696                 more files to ignore.
7697
7698 2005-12-24 [colin]      1.9.100cvs108
7699
7700         * AUTHORS
7701         * src/gtk/authors.h
7702                 Update for Werner
7703
7704 2005-12-24 [colin]      1.9.100cvs107
7705
7706         * src/procmsg.c
7707                 Allow NULL src_msginfo in 
7708                 procmsg_msginfo_new_from_mimeinfo
7709
7710 2005-12-23 [paul]       1.9.100cvs106
7711
7712         * src/plugins/pgpinline/mypgpcore.def
7713                 add this forgotten file
7714
7715 2005-12-23 [colin]      1.9.100cvs105
7716
7717         * src/mainwindow.c
7718                 Fix missing break
7719
7720 2005-12-23 [colin]      1.9.100cvs104
7721
7722         * autogen.sh
7723         * src/folder.c
7724         * src/mh.c
7725         * src/common/plugin.c
7726         * src/common/socket.c
7727         * src/common/socket.h
7728         * src/common/utils.c
7729         * src/common/utils.h
7730         * src/gtk/pluginwindow.c
7731         * src/plugins/pgpcore/plugin.def
7732         * src/plugins/pgpcore/sylpheed.def
7733         * src/plugins/pgpinline/Makefile.am
7734         * src/plugins/pgpinline/plugin.def
7735         * src/plugins/pgpinline/sylpheed.def
7736         * src/plugins/pgpmime/plugin.def
7737         * src/plugins/pgpmime/sylpheed.def
7738                 Various w32 fixes by Werner Koch
7739
7740 2005-12-22 [paul]       1.9.100cvs103
7741
7742         * src/wizard.c
7743                 don't offer IMAP as 'server type' if
7744                 libetpan isn't built in
7745
7746 2005-12-22 [paul]       1.9.100cvs102
7747
7748         * AUTHORS
7749         * src/mainwindow.c
7750         * src/mainwindow.h
7751         * src/toolbar.c
7752         * src/gtk/authors.h
7753                 support GTK_TOOLBAR_BOTH_HORIZ (text
7754                 next to icon) Patch by Marien Zwart
7755                 marienz@users.sf.net
7756                 Also reword the text
7757
7758 2005-12-21 [colin]      1.9.100cvs101
7759
7760         * configure.ac
7761                 Fix DATADIRNAME
7762         * COPYING
7763                 Fix missing section and explicit the exception better
7764         * src/compose.c
7765                 Prevent mail from being lost without notice when an
7766                 SMTP error happens on trying to send an unmodified
7767                 drafted mail.
7768         * src/send_message.c
7769         * src/common/smtp.c
7770                 Fix password remembering when wrong, and add return
7771                 value checks where they should have been
7772         * src/plugins/pgpcore/sylpheed.def
7773         * src/plugins/pgpinline/sylpheed.def
7774         * src/plugins/pgpmime/sylpheed.def
7775                 Add a few symbols needed
7776
7777 2005-12-21 [paul]       1.9.100cvs100
7778
7779         * m4/codeset.m4
7780         * m4/glibc21.m4
7781         * m4/intdiv0.m4
7782         * m4/inttypes-pri.m4
7783         * m4/inttypes.m4
7784         * m4/inttypes_h.m4
7785         * m4/isc-posix.m4
7786         * m4/lcmessage.m4
7787         * m4/stdint_h.m4
7788         * m4/uintmax_t.m4
7789                 gettextization
7790                 thanks to Colin
7791
7792 2005-12-21 [paul]       1.9.100cvs99
7793
7794         * po/sv.po
7795                 fixed by Colin
7796
7797 2005-12-20 [paul]       1.9.100cvs98
7798
7799         * po/sv.po
7800                 updated by Anders Trobäck
7801
7802 2005-12-20 [colin]      1.9.100cvs97
7803
7804         * ABOUT-NLS
7805         * Makefile.am
7806         * autogen.sh
7807         * configure.ac
7808         * config/config.rpath
7809         * config/mkinstalldirs
7810         * m4/Makefile.am
7811         * m4/glibc2.m4
7812         * m4/gnupg.m4
7813         * m4/gpgme.m4
7814         * m4/intmax.m4
7815         * m4/longdouble.m4
7816         * m4/longlong.m4
7817         * m4/printf-posix.m4
7818         * m4/signed.m4
7819         * m4/size_max.m4
7820         * m4/ulonglong.m4
7821         * m4/wchar_t.m4
7822         * m4/wint_t.m4
7823         * m4/xsize.m4
7824         * po/Makefile.in.in
7825         * po/Makevars
7826         * po/bg.po
7827         * po/ca.po
7828         * po/cs.po
7829         * po/de.po
7830         * po/el.po
7831         * po/en_GB.po
7832         * po/es.po
7833         * po/fi.po
7834         * po/fr.po
7835         * po/hr.po
7836         * po/hu.po
7837         * po/it.po
7838         * po/ja.po
7839         * po/ko.po
7840         * po/nb.po
7841         * po/nl.po
7842         * po/pl.po
7843         * po/pt_BR.po
7844         * po/ru.po
7845         * po/sk.po
7846         * po/sr.po
7847         * po/stamp-po
7848         * po/sv.po
7849         * po/zh_CN.po
7850         * po/zh_TW.po
7851         * src/Makefile.am
7852         * src/codeconv.c
7853         * src/compose.c
7854         * src/exporthtml.c
7855         * src/exportldif.c
7856         * src/folder.c
7857         * src/main.c
7858         * src/manual.c
7859         * src/mh.c
7860         * src/mimeview.c
7861         * src/send_message.c
7862         * src/common/Makefile.am
7863         * src/common/fnmatch.c
7864         * src/common/fnmatch.h
7865         * src/common/fnmatch_loop.c
7866         * src/common/nntp.c
7867         * src/common/plugin.c
7868         * src/common/smtp.c
7869         * src/common/socket.c
7870         * src/common/string_match.c
7871         * src/common/sylpheed.c
7872         * src/common/utils.c
7873         * src/common/utils.h
7874         * src/common/w32_dirent.c
7875         * src/common/w32_reg.c
7876         * src/common/w32_signal.c
7877         * src/common/w32_stat.c
7878         * src/common/w32_stdio.c
7879         * src/common/w32_stdlib.c
7880         * src/common/w32_string.c
7881         * src/common/w32_time.c
7882         * src/common/w32_unistd.c
7883         * src/common/w32_wait.c
7884         * src/common/w32lib.h
7885         * src/etpan/Makefile.am
7886         * src/gtk/Makefile.am
7887         * src/plugins/clamav/Makefile.am
7888         * src/plugins/demo/Makefile.am
7889         * src/plugins/dillo_viewer/Makefile.am
7890         * src/plugins/pgpcore/Makefile.am
7891         * src/plugins/pgpcore/passphrase.c
7892         * src/plugins/pgpcore/plugin.def
7893         * src/plugins/pgpcore/sgpgme.c
7894         * src/plugins/pgpcore/sylpheed.def
7895         * src/plugins/pgpcore/version.rc
7896         * src/plugins/pgpinline/Makefile.am
7897         * src/plugins/pgpinline/plugin.def
7898         * src/plugins/pgpinline/sylpheed.def
7899         * src/plugins/pgpinline/version.rc
7900         * src/plugins/pgpmime/Makefile.am
7901         * src/plugins/pgpmime/mypgpcore.def
7902         * src/plugins/pgpmime/plugin.def
7903         * src/plugins/pgpmime/sylpheed.def
7904         * src/plugins/pgpmime/version.rc
7905         * src/plugins/spamassassin/Makefile.am
7906                 Very little ;-) patch from Werner Koch, providing
7907                 infrastructure for cross-compiling to Win32
7908
7909 2005-12-20 [paul]       1.9.100cvs96
7910
7911         * src/account.c
7912         * src/account.h
7913         * src/mainwindow.c
7914         * src/mainwindow.h
7915         * src/toolbar.c
7916         * src/toolbar.h
7917                 add a combo to the Get All button, allowing
7918                 quick retrieval from any account
7919                 Patch by Fabien Vantard, slightly modified
7920                 by Colin
7921         * src/gtk/about.c
7922                 i18n fix. Patch by Fabien Vantard
7923
7924 2005-12-19 [colin]      1.9.100cvs95
7925
7926         * src/compose.c
7927         * src/compose.h
7928                 Don't automatically join lines when they've 
7929                 been separated by the user and not automatically
7930
7931 2005-12-19 [paul]       1.9.100cvs94
7932
7933         * src/gtk/pluginwindow.c
7934                 i18n fix.
7935                 Patch by Fabien Vantard
7936
7937 2005-12-15 [paul]       1.9.100cvs93
7938
7939         * src/common/plugin.c
7940         * src/common/plugin.h
7941         * src/gtk/pluginwindow.c
7942         * src/plugins/clamav/clamav_plugin.c
7943         * src/plugins/demo/demo.c
7944         * src/plugins/dillo_viewer/dillo_viewer.c
7945         * src/plugins/pgpcore/plugin.c
7946         * src/plugins/pgpinline/plugin.c
7947         * src/plugins/pgpmime/plugin.c
7948         * src/plugins/spamassassin/spamassassin.c
7949         * src/plugins/trayicon/trayicon.c
7950                 add plugin_version()
7951
7952 2005-12-15 [colin]      1.9.100cvs92
7953
7954         * src/compose.c
7955                 Further fix bug #875
7956
7957 2005-12-15 [paul]       1.9.100cvs91
7958
7959         * src/gtk/filesel.c
7960                 fix attach_load_dir getting set to
7961                 PLUGINDIR on plugin load
7962
7963 2005-12-14 [mones]      1.9.100cvs90
7964
7965         * manual/ack.xml
7966         * manual/keyboard.xml
7967                 Initial draft and some shortcuts added
7968                 
7969         * po/es.po
7970                 Updated translation
7971
7972 2005-12-14 [colin]      1.9.100cvs89
7973
7974         * src/compose.c
7975         * src/imap.c
7976         * src/summaryview.c
7977         * src/gtk/gtkaspell.c
7978                 More leaks fixed
7979         * src/prefs_folder_item.c
7980                 Fix recursive prefs apply
7981
7982
7983 2005-12-14 [colin]      1.9.100cvs88
7984
7985         * src/compose.c
7986                 Fix bug #875 (Freeze On Inline Forward of 
7987                 Large Message)
7988
7989 2005-12-13 [colin]      1.9.100cvs87
7990
7991         * src/compose.c
7992                 Uniq-ify and sort the mimetypes list
7993                 Patch by Fabien Vantard
7994
7995 2005-12-13 [colin]      1.9.100cvs86
7996
7997         * src/imap.c
7998         * src/etpan/imap-thread.c
7999                 Fix leaks (patch by Hoa)
8000         * src/news.c
8001         * src/common/plugin.c
8002                 Fix leaks
8003
8004 2005-12-12 [colin]
8005
8006         * 2.0.0-rc2 released
8007
8008 2005-12-12 [colin]      1.9.100cvs85
8009
8010         * src/matcher.c
8011                 Fix a leak
8012
8013 2005-12-12 [wwp]        1.9.100cvs84
8014
8015         * src/gtk/icon_legend.c
8016                 fix misbehaviour and crash when closing the legend window
8017         using the Esc key (patch by Fabien Vantard).
8018
8019 2005-12-12 [paul]       1.9.100cvs83
8020
8021         * src/browseldap.c
8022         * src/foldersel.c
8023         * src/prefs_actions.c
8024         * src/prefs_filtering.c
8025         * src/prefs_matcher.c
8026         * src/prefs_spelling.glade      ** REMOVED **
8027         * src/prefs_template.c
8028         * src/gtk/foldersort.glade      ** REMOVED **
8029         * src/gtk/pluginwindow.c
8030         * src/gtk/pluginwindow.glade    ** REMOVED **
8031         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
8032                 cleanups
8033
8034 2005-12-11 [paul]       1.9.100cvs82
8035
8036         * src/gtk/filesel.c
8037                 fix attach_load_dir crasher (double free)
8038
8039 2005-12-09 [paul]       1.9.100cvs81
8040
8041         * po/POTFILES.in
8042         * src/mainwindow.c
8043         * src/gtk/Makefile.am
8044         * src/gtk/icon_legend.c
8045         * src/gtk/icon_legend.h
8046                 add icon legend
8047         * src/manual.c
8048                 cleanup
8049
8050 2005-12-09 [paul]       1.9.100cvs80
8051
8052         * src/plugins/pgpcore/passphrase.c
8053                 wrap the label in the dialog
8054
8055 2005-12-09 [colin]      1.9.100cvs79
8056
8057         * src/plugins/pgpcore/sgpgme.c
8058                 Display (untrusted) on not trusted signatures
8059                 Patch by Michal Èihaø <michal@cihar.com>
8060                 Closes bug #867 (Report also key trust)
8061
8062 2005-12-09 [colin]      1.9.100cvs78
8063
8064         * src/common/plugin.c
8065                 Update licence check, following Eben Moglen's advice
8066
8067 2005-12-08 [colin]      1.9.100cvs77
8068
8069         * src/folder.c
8070                 Fix the occasionnal item->cache != NULL 
8071                 assertion failure. 
8072
8073 2005-12-08 [colin]      1.9.100cvs76
8074
8075         * src/mimeview.c
8076         * src/plugins/pgpcore/sgpgme.c
8077                 Print key id when unable to check it
8078                 Closes bug #866 (Show key id when missing)
8079
8080 2005-12-08 [paul]       1.9.100cvs75
8081
8082         * src/prefs_common.c
8083         * src/prefs_common.h
8084         * src/gtk/filesel.c
8085                 remember load attachment dir
8086
8087 2005-12-07 [colin]      1.9.100cvs74
8088
8089         * src/prefs_toolbar.c
8090                 Gtk fixes, patch by Fabien Vantard
8091
8092 2005-12-07 [colin]      1.9.100cvs73
8093
8094         * src/action.c
8095         * src/compose.c
8096         * src/compose.h
8097                 Fix bug #839 (Quoted text isn't colored after 
8098                 executing an action)
8099         * src/common/plugin.c
8100                 Require plugins to declare their licence in plugin_licence()
8101                 Refuse to load non-GPL plugins as they'd be illegal (as 
8102                 derived works of Sylpheed-Claws, they must be GPL).
8103         * src/plugins/clamav/clamav_plugin.c
8104         * src/plugins/demo/demo.c
8105         * src/plugins/dillo_viewer/dillo_viewer.c
8106         * src/plugins/pgpcore/plugin.c
8107         * src/plugins/pgpinline/plugin.c
8108         * src/plugins/pgpmime/plugin.c
8109         * src/plugins/spamassassin/spamassassin.c
8110         * src/plugins/trayicon/trayicon.c
8111                 Add plugin_licence()
8112
8113 2005-12-07 [paul]       1.9.100cvs72
8114
8115         * configure.ac
8116         * src/mainwindow.c
8117         * src/manual.c
8118         * src/manual.h
8119         * src/common/defs.h
8120                 clean up after local FAQ removal and
8121                 temporary manual removal
8122
8123 2005-12-06 [colin]      1.9.100cvs71
8124
8125         * configure.ac
8126         * doc/Makefile.am
8127         * doc/faq/.cvsignore
8128         * doc/faq/Makefile.am
8129         * doc/faq/de/.cvsignore
8130         * doc/faq/de/Makefile.am
8131         * doc/faq/de/sylpheed-faq-1.html
8132         * doc/faq/de/sylpheed-faq-2.html
8133         * doc/faq/de/sylpheed-faq-3.html
8134         * doc/faq/de/sylpheed-faq.html
8135         * doc/faq/en/.cvsignore
8136         * doc/faq/en/Makefile.am
8137         * doc/faq/en/sylpheed-faq-1.html
8138         * doc/faq/en/sylpheed-faq-2.html
8139         * doc/faq/en/sylpheed-faq-3.html
8140         * doc/faq/en/sylpheed-faq-4.html
8141         * doc/faq/en/sylpheed-faq.html
8142         * doc/faq/es/.cvsignore
8143         * doc/faq/es/Makefile.am
8144         * doc/faq/es/sylpheed-faq-1.html
8145         * doc/faq/es/sylpheed-faq-2.html
8146         * doc/faq/es/sylpheed-faq-3.html
8147         * doc/faq/es/sylpheed-faq-4.html
8148         * doc/faq/es/sylpheed-faq.html
8149         * doc/faq/fr/.cvsignore
8150         * doc/faq/fr/Makefile.am
8151         * doc/faq/fr/sylpheed-faq-1.html
8152         * doc/faq/fr/sylpheed-faq-2.html
8153         * doc/faq/fr/sylpheed-faq-3.html
8154         * doc/faq/fr/sylpheed-faq.html
8155         * doc/faq/it/.cvsignore
8156         * doc/faq/it/Makefile.am
8157         * doc/faq/it/sylpheed-faq-1.html
8158         * doc/faq/it/sylpheed-faq-2.html
8159         * doc/faq/it/sylpheed-faq-3.html
8160         * doc/faq/it/sylpheed-faq.html
8161         * doc/manual/.cvsignore
8162         * doc/manual/Makefile.am
8163         * doc/manual/de/.cvsignore
8164         * doc/manual/de/Makefile.am
8165         * doc/manual/de/sylpheed-1.html
8166         * doc/manual/de/sylpheed-10.html
8167         * doc/manual/de/sylpheed-11.html
8168         * doc/manual/de/sylpheed-12.html
8169         * doc/manual/de/sylpheed-13.html
8170         * doc/manual/de/sylpheed-14.html
8171         * doc/manual/de/sylpheed-15.html
8172         * doc/manual/de/sylpheed-16.html
8173         * doc/manual/de/sylpheed-17.html
8174         * doc/manual/de/sylpheed-18.html
8175         * doc/manual/de/sylpheed-19.html
8176         * doc/manual/de/sylpheed-2.html
8177         * doc/manual/de/sylpheed-20.html
8178         * doc/manual/de/sylpheed-3.html
8179         * doc/manual/de/sylpheed-4.html
8180         * doc/manual/de/sylpheed-5.html
8181         * doc/manual/de/sylpheed-6.html
8182         * doc/manual/de/sylpheed-7.html
8183         * doc/manual/de/sylpheed-8.html
8184         * doc/manual/de/sylpheed-9.html
8185         * doc/manual/de/sylpheed.html
8186         * doc/manual/en/.cvsignore
8187         * doc/manual/en/Makefile.am
8188         * doc/manual/en/sylpheed-1.html
8189         * doc/manual/en/sylpheed-10.html
8190         * doc/manual/en/sylpheed-11.html
8191         * doc/manual/en/sylpheed-12.html
8192         * doc/manual/en/sylpheed-13.html
8193         * doc/manual/en/sylpheed-14.html
8194         * doc/manual/en/sylpheed-15.html
8195         * doc/manual/en/sylpheed-16.html
8196         * doc/manual/en/sylpheed-17.html
8197         * doc/manual/en/sylpheed-18.html
8198         * doc/manual/en/sylpheed-19.html
8199         * doc/manual/en/sylpheed-2.html
8200         * doc/manual/en/sylpheed-20.html
8201         * doc/manual/en/sylpheed-21.html
8202         * doc/manual/en/sylpheed-22.html
8203         * doc/manual/en/sylpheed-3.html
8204         * doc/manual/en/sylpheed-4.html
8205         * doc/manual/en/sylpheed-5.html
8206         * doc/manual/en/sylpheed-6.html
8207         * doc/manual/en/sylpheed-7.html
8208         * doc/manual/en/sylpheed-8.html
8209         * doc/manual/en/sylpheed-9.html
8210         * doc/manual/en/sylpheed.html
8211         * doc/manual/es/.cvsignore
8212         * doc/manual/es/Makefile.am
8213         * doc/manual/es/sylpheed-1.html
8214         * doc/manual/es/sylpheed-10.html
8215         * doc/manual/es/sylpheed-11.html
8216         * doc/manual/es/sylpheed-12.html
8217         * doc/manual/es/sylpheed-13.html
8218         * doc/manual/es/sylpheed-14.html
8219         * doc/manual/es/sylpheed-15.html
8220         * doc/manual/es/sylpheed-16.html
8221         * doc/manual/es/sylpheed-17.html
8222         * doc/manual/es/sylpheed-18.html
8223         * doc/manual/es/sylpheed-19.html
8224         * doc/manual/es/sylpheed-2.html
8225         * doc/manual/es/sylpheed-20.html
8226         * doc/manual/es/sylpheed-3.html
8227         * doc/manual/es/sylpheed-4.html
8228         * doc/manual/es/sylpheed-5.html
8229         * doc/manual/es/sylpheed-6.html
8230         * doc/manual/es/sylpheed-7.html
8231         * doc/manual/es/sylpheed-8.html
8232         * doc/manual/es/sylpheed-9.html
8233         * doc/manual/es/sylpheed.html
8234         * doc/manual/fr/.cvsignore
8235         * doc/manual/fr/Makefile.am
8236         * doc/manual/fr/sylpheed-1.html
8237         * doc/manual/fr/sylpheed-10.html
8238         * doc/manual/fr/sylpheed-11.html
8239         * doc/manual/fr/sylpheed-12.html
8240         * doc/manual/fr/sylpheed-13.html
8241         * doc/manual/fr/sylpheed-14.html
8242         * doc/manual/fr/sylpheed-15.html
8243         * doc/manual/fr/sylpheed-16.html
8244         * doc/manual/fr/sylpheed-17.html
8245         * doc/manual/fr/sylpheed-18.html
8246         * doc/manual/fr/sylpheed-19.html
8247         * doc/manual/fr/sylpheed-2.html
8248         * doc/manual/fr/sylpheed-20.html
8249         * doc/manual/fr/sylpheed-3.html
8250         * doc/manual/fr/sylpheed-4.html
8251         * doc/manual/fr/sylpheed-5.html
8252         * doc/manual/fr/sylpheed-6.html
8253         * doc/manual/fr/sylpheed-7.html
8254         * doc/manual/fr/sylpheed-8.html
8255         * doc/manual/fr/sylpheed-9.html
8256         * doc/manual/fr/sylpheed.html
8257         * doc/manual/ja/.cvsignore
8258         * doc/manual/ja/Makefile.am
8259         * doc/manual/ja/sylpheed-1.html
8260         * doc/manual/ja/sylpheed-10.html
8261         * doc/manual/ja/sylpheed-11.html
8262         * doc/manual/ja/sylpheed-12.html
8263         * doc/manual/ja/sylpheed-13.html
8264         * doc/manual/ja/sylpheed-14.html
8265         * doc/manual/ja/sylpheed-15.html
8266         * doc/manual/ja/sylpheed-16.html
8267         * doc/manual/ja/sylpheed-17.html
8268         * doc/manual/ja/sylpheed-18.html
8269         * doc/manual/ja/sylpheed-19.html
8270         * doc/manual/ja/sylpheed-2.html
8271         * doc/manual/ja/sylpheed-20.html
8272         * doc/manual/ja/sylpheed-3.html
8273         * doc/manual/ja/sylpheed-4.html
8274         * doc/manual/ja/sylpheed-5.html
8275         * doc/manual/ja/sylpheed-6.html
8276         * doc/manual/ja/sylpheed-7.html
8277         * doc/manual/ja/sylpheed-8.html
8278         * doc/manual/ja/sylpheed-9.html
8279         * doc/manual/ja/sylpheed.html
8280         * doc/manual/ja/sylpheed.sgml
8281         * src/mainwindow.c
8282                 Remove outdated manual and faq. Noisy, eh?
8283
8284 2005-12-06 [colin]      1.9.100cvs70
8285
8286         * src/compose.c
8287         * src/quote_fmt_parse.y
8288         * src/undo.c
8289         * src/undo.h
8290                 Allow %X to position cursor at 0 
8291                 (no %X = before signature)
8292                 Fix paste as quotation putting the cursor at 0
8293                 Fix undo offsets when pasting
8294                 Insert the quote_fmt at once instead of line 
8295                 by line
8296                 Fix [Edited] when starting to reply/forward
8297
8298 2005-12-06 [paul]       1.9.100cvs69
8299
8300         * src/plugins/clamav/clamav_plugin_gtk.c
8301                 add another tooltip
8302         * src/plugins/spamassassin/spamassassin_gtk.c
8303                 rework spamassassin_create_widget_func()
8304
8305 2005-12-05 [colin]      1.9.100cvs68
8306
8307         * po/POTFILES.in
8308                 Fix make release ;-)
8309
8310 2005-12-05 [colin]      1.9.100cvs67
8311
8312         * src/compose.c
8313         * src/compose.h
8314                 Fix cursor positioning (not obeying %X)
8315
8316 2005-12-05 [paul]       1.9.100cvs66
8317
8318         * src/plugins/dillo_viewer/dillo_prefs.c
8319                 fix compilation warning
8320
8321 2005-12-05 [paul]       1.9.100cvs65
8322
8323         * src/prefs_spelling.c
8324         * src/plugins/trayicon/trayicon.c
8325                 cleanups - remove unused stuff
8326
8327 2005-12-05 [paul]       1.9.100cvs64
8328
8329         * README
8330         * manual/plugins.xml
8331                 remove info about removed mathml_viewer plugin
8332
8333 2005-12-05 [paul]       1.9.100cvs63
8334
8335         * configure.ac
8336         * src/plugins/Makefile.am
8337         * src/plugins/mathml_viewer/.cvsignore
8338         * src/plugins/mathml_viewer/Makefile.am
8339         * src/plugins/mathml_viewer/mathml_viewer.c
8340                 remove unmaintained mathml_viewer plugin
8341
8342 2005-12-05 [paul]       1.9.100cvs62
8343
8344         * src/summaryview.c
8345                 obey prefs_common.always_show_msg when
8346                 moving a msg
8347                 Thanks to Colin
8348
8349 2005-12-05 [paul]       1.9.100cvs61
8350
8351         * src/compose.c
8352         * src/prefs_account.c
8353         * src/prefs_filtering.c
8354         * src/prefs_quote.c
8355         * src/prefs_spelling.c
8356         * src/prefs_toolbar.c
8357         * src/summaryview.c
8358         * src/gtk/gtkutils.c
8359         * src/gtk/quicksearch.c
8360         * src/plugins/dillo_viewer/dillo_prefs.c
8361                 dialog cleanups
8362
8363 2005-12-04 [paul]       1.9.100cvs60
8364
8365         * src/inc.c
8366         * src/prefs_account.c
8367         * src/prefs_account.h
8368                 allow a Local account to specify a
8369                 default inbox
8370                 (closes bug 843 'Inbox cannot be changed for local
8371                  mailboxes')
8372
8373 2005-12-04 [colin]      1.9.100cvs59
8374
8375         * src/plugins/trayicon/trayicon.c
8376                 Remove Get, rename Get All to Get Mail in order to
8377                 be consistent with the default main toolbar
8378
8379 2005-12-03 [colin]      1.9.100cvs58
8380
8381         * manual/gpl.xml
8382         * manual/sylpheed-claws-manual.xml
8383                 Add GPL appendix
8384
8385 2005-12-03 [paul]       1.9.100cvs57
8386
8387         * AUTHORS
8388         * po/sv.po
8389         * src/gtk/authors.h
8390                 new (partially complete) Swedish translation
8391                 by Anders Troback <sylpheed@troback.com>
8392
8393 2005-12-02 [paul]       1.9.100cvs56
8394
8395         * configure.ac
8396                 libetpan 0.41 required
8397
8398 2005-12-02 [paul]       1.9.100cvs55
8399
8400         * src/plugins/clamav/clamav_plugin.c
8401         * src/plugins/clamav/clamav_plugin.h
8402         * src/plugins/clamav/clamav_plugin_gtk.c
8403         * src/plugins/spamassassin/spamassassin.c
8404         * src/plugins/spamassassin/spamassassin.h
8405         * src/plugins/spamassassin/spamassassin_gtk.c
8406                 unregister prefs pages on unloading, thus
8407                 preventing a crash
8408                 (thanks to Colin for the hint)
8409
8410 2005-12-02 [wwp]        1.9.100cvs54
8411
8412         * src/quote_fmt.h
8413         * src/quote_fmt_parse.y
8414                 fix misuse of gboolean*, use gboolean instead
8415                 (thanks to Paul, Colin, for pointing out that scaring one)
8416
8417 2005-12-02 [paul]       1.9.100cvs53
8418
8419         * src/plugins/clamav/clamav_plugin.c
8420                 int no --> unsigned int no
8421         * src/plugins/clamav/clamav_plugin_gtk.c
8422                 rework config page
8423
8424 2005-12-02 [wwp]        1.9.100cvs52
8425
8426         * src/compose.c
8427         * src/prefs_template.c
8428         * src/quote_fmt.h
8429         * src/quote_fmt_parse.y
8430                 prevent from executing |f and |p templates commands when
8431                 adding or replacing templates in prefs (avoids annoying and
8432                 potentially dangerous behaviours)
8433
8434 2005-12-02 [paul]       1.9.100cvs51
8435
8436         * src/prefs_common.c
8437                 allow translation of some default values
8438                 Patch by Fabien Vantard
8439
8440 2005-12-02 [paul]       1.9.100cvs50
8441
8442         * src/codeconv.c
8443         * src/codeconv.h
8444         * src/prefs_common.c
8445         * src/prefs_common.h
8446         * src/prefs_message.c
8447         * src/textview.c
8448                 remove obsolete 'convert_mb_alnum' option
8449                 and related stuff
8450         * src/gtk/about.c
8451                 remove unused 'about_textview_visibility_notify'
8452
8453 2005-12-02 [paul]       1.9.100cvs49
8454
8455         * src/prefs_account.c
8456         * src/prefs_compose_writing.c
8457         * src/prefs_fonts.c
8458         * src/prefs_gtk.h
8459         * src/prefs_image_viewer.c
8460         * src/prefs_message.c
8461         * src/prefs_other.c
8462         * src/prefs_receive.c
8463         * src/prefs_send.c
8464         * src/prefs_spelling.c
8465         * src/prefs_summaries.c
8466         * src/prefs_wrapping.c
8467         * src/plugins/dillo_viewer/dillo_prefs.c
8468         * src/plugins/pgpcore/prefs_gpg.c
8469                 several cleanups to the prefs dialogs
8470                 (slightly modified) patch by Fabien Vantard
8471
8472 2005-12-02 [paul]       1.9.100cvs48
8473
8474         * src/main.c
8475                 --exit means exit
8476         * src/send_message.c
8477                 fix crash on send when connection fails
8478
8479         Thanks to Colin
8480
8481 2005-12-01 [colin]      1.9.100cvs47
8482
8483         * src/html.c
8484                 Translate &hellip; to "..."
8485
8486 2005-11-30 [colin]      1.9.100cvs46
8487
8488         * src/matcher.c
8489         * src/matcher.h
8490                 Optimize back yesterday's fix.
8491
8492 2005-11-30 [paul]       1.9.100cvs45
8493
8494         * manual/faq.xml
8495                 standardised
8496         * manual/intro.xml
8497                 written by Colin, edited by me
8498
8499 2005-11-29 [colin]      1.9.100cvs44
8500
8501         * src/matcher.c
8502                 Skip headers unconditionnaly in match_body if the
8503                 rule is not message or ~message
8504
8505 2005-11-29 [colin]      1.9.100cvs43
8506
8507         * src/matcher.c
8508                 Fix body_part and such, not skipping headers 
8509                 if the matchcriteria wasn't the first in the rule
8510
8511 2005-11-29 [colin]      1.9.100cvs42
8512
8513         * src/compose.c
8514                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
8515                 option missing from message view window)
8516                 Fix double text D'n'D with gtk-2.8
8517         * src/matcher.c
8518                 Fix ~message, ~headers_part, ~body_part rules
8519         * src/messageview.c
8520                 Add Windows-1252 (Closes bug #863)
8521                 Fix accels
8522         * src/gtk/gtkaspell.c
8523                 Properly destroy accels in all menus
8524
8525 2005-11-29 [mones]      1.9.100cvs41
8526
8527         * po/es.po
8528                 Updated.
8529
8530 2005-11-27 [colin]      1.9.100cvs40
8531
8532         * src/mh_gtk.c
8533                 "/Remove mailbox" -> "/Remove mailbox..."
8534
8535 2005-11-27 [paul]       1.9.100cvs39
8536
8537         * AUTHORS
8538         * po/de.po
8539         * src/gtk/authors.h
8540                 updated by new maintainer, Stephan Sachse
8541
8542 2005-11-27 [paul]       1.9.100cvs38
8543
8544         * manual/faq.xml
8545                 written by Colin, edited by me
8546
8547 2005-11-27 [paul]       1.9.100cvs37
8548
8549         * src/prefs_common.c
8550         * src/prefs_common.h
8551         * src/prefs_receive.c
8552         * src/prefs_summaries.c
8553                 move 'go to inbox after receiving new mail'
8554                 option from display/sumamaries to mail
8555                 handling/receive, and rework prefs_summaries
8556                 dialog a little
8557
8558 2005-11-25 [martin]     1.9.100cvs36
8559
8560         * po/de.po
8561             fixed windows-1252 translation;
8562             translated some new and fuzzy strings
8563
8564 2005-11-25 [paul]       1.9.100cvs35
8565
8566         * src/plugins/clamav/clamav_plugin.c
8567                 complete the update done in cvs34
8568
8569 2005-11-25 [paul]       1.9.100cvs34
8570
8571         * src/plugins/clamav/clamav_plugin.c
8572                 reflect upstream changes
8573
8574 2005-11-25 [paul]       1.9.100cvs33
8575
8576         * manual/ack.xml
8577         * manual/plugins.xml
8578         * manual/sylpheed-claws-manual.xml
8579                 written/updated by Colin, edited by me
8580         * tools/acroread2sylpheed.pl
8581                 update binary name
8582
8583 2005-11-24 [colin]      1.9.100cvs32
8584
8585         * src/compose.c
8586                 Fix bug #856 (reediting messages forgets Request
8587                 Return Receipt)
8588
8589 2005-11-24 [paul]       1.9.100cvs31
8590
8591         * manual/addrbook.xml
8592         * manual/starting.xml
8593                 written by Colin, proofread, edited, adapted by me
8594         * manual/advanced.xml
8595                 add some Actions examples
8596         * src/importldif.c
8597                 use a Save button instead of a Close button
8598         * src/wizard.c
8599                 indicate mandatory fields
8600                 fix page display
8601                 Thanks to Colin
8602
8603 2005-11-23 [colin]      1.9.100cvs30
8604
8605         * src/addressbook.c
8606                 Rename menu item, fix possible crash after
8607                 deletion of books
8608         * src/addrindex.c
8609                 Allow searching for '*' in ldap
8610         * src/browseldap.c
8611                 Fix "Browse Entry" (did anyone use it?)
8612         * src/wizard.c
8613                 Add guards for mandatory information
8614
8615 2005-11-23 [paul]       1.9.100cvs29
8616
8617         * manual/advanced.xml
8618                 corrections to the English
8619
8620 2005-11-23 [colin]      1.9.100cvs28
8621
8622         * src/mimeview.c
8623                 Fix possible crash at exit. After the call to
8624                 gtk_container_remove(), the Viewer's widget has no
8625                 more parent so gtk+ automatically frees it and its
8626                 sons. If destroy_viewer() then try to access it,
8627                 problems ensue.
8628
8629 2005-11-22 [colin]      1.9.100cvs27
8630
8631         * src/compose.c
8632         * src/gtk/gtkaspell.c
8633                 Fix right-clicking on a misspelled word
8634                 Fix More... in suggestions menu
8635
8636 2005-11-22 [wwp]        1.9.100cvs26
8637
8638         * src/prefs_template.c
8639                 templates works: re-sort templates list when adding or replacing,
8640                 prevent from adding or replacing when the template name is empty
8641
8642 2005-11-21 [colin]      1.9.100cvs25
8643
8644         * src/addressbook.c
8645                 Fix some addressbook suckage (dnd, select all)
8646         * src/compose.c
8647         * src/gtk/gtkaspell.c
8648         * src/gtk/gtkaspell.h
8649                 Make the spellchecker menu work with the 
8650                 GtkTextView one instead of overriding it
8651
8652 2005-11-20 [paul]       1.9.100cvs24
8653
8654         * manual/handling.xml
8655                 proofread and corrected
8656
8657 2005-11-20 [paul]       1.9.100cvs23
8658
8659         * manual/Makefile
8660                 generate html as one file
8661         * manual/advanced.xml
8662                 fix output generation
8663                 reformat hidden options list
8664         * manual/manual.xml     ** REMOVED **
8665         * manual/sylpheed-claws-manual.xml      ** ADDED **
8666                 renamed
8667
8668 2005-11-18 [colin]      1.9.100cvs22
8669
8670         * src/prefs_account.c
8671                 Fix layout in news and mbox accounts
8672         * manual/account.xml
8673         * manual/advanced.xml
8674                 New contents for Paul to check :)
8675
8676 2005-11-18 [wwp]        1.9.100cvs21
8677
8678         * src/gtk/quicksearch.c
8679                 don't update extended quicksearch buttons twice
8680
8681 2005-11-18 [paul]       1.9.100cvs20
8682
8683         * src/textview.c
8684                 complete 1.9.100cvs19
8685
8686 2005-11-18 [paul]       1.9.100cvs19
8687
8688         * src/compose.c
8689                 cosmetic improvements
8690         * src/textview.c
8691                 also list text/* attachments
8692
8693 2005-11-18 [colin]      1.9.100cvs18
8694
8695         * src/summaryview.c
8696                 Use column 0 instead of -1 in 
8697                 gtk_ctree_node_moveto, in a naive
8698                 hope it'll fix the gtk-related crashes
8699
8700 2005-11-18 [colin]      1.9.100cvs17
8701
8702         * src/gtk/inputdialog.c
8703                 Fix icon staying the first one
8704
8705 2005-11-17 [wwp]        1.9.100cvs16
8706                 fix possible problem showing some quicksearch buttons, and a bad
8707                 call to g_return_if_fail in a function that returns a value (both
8708                 fixes by Fabien Vantard)
8709
8710 2005-11-15 [wwp]        1.9.100cvs15
8711
8712         * src/gtk/quicksearch.c
8713                 added a tooltip to that obscure ... quicksearch button
8714
8715 2005-11-15 [wwp]        1.9.100cvs14
8716
8717         * src/gtk/quicksearch.c
8718                 add a quicksearch helper to filtering expression users: the ... button
8719                 raises the condition expr window. condition expressions set up w/ this
8720                 window are used by the quicksearch if the user closes it pressing OK.
8721
8722 2005-11-14 [paul]       1.9.100cvs13
8723
8724         * src/plugins/clamav/clamav_plugin.c
8725         * src/plugins/spamassassin/spamassassin.c
8726                 change plugin type following recent merging
8727
8728 2005-11-14 [wwp]        1.9.100cvs12
8729
8730         * src/folder.c
8731                 prevent from crashing when copying/moving message(s) from and
8732                 to the same folder
8733
8734 2005-11-14 [paul]       1.9.100cvs11
8735
8736         * src/plugins/clamav/Makefile.am
8737         * src/plugins/clamav/clamav_plugin.c
8738         * src/plugins/clamav/clamav_plugin.h
8739         * src/plugins/clamav/clamav_plugin_gtk.c
8740                 also merge clamav and clamav_gtk plugins
8741
8742 2005-11-13 [colin]      1.9.100cvs10
8743
8744         * configure.ac
8745         * src/plugins/spamassassin/Makefile.am
8746         * src/plugins/spamassassin/spamassassin.c
8747         * src/plugins/spamassassin/spamassassin.h
8748         * src/plugins/spamassassin/spamassassin_gtk.c
8749                 Merge spamassassin and spamassassin_gtk plugins,
8750                 and build it by default.
8751
8752 2005-11-12 [colin]      1.9.100cvs9
8753
8754         * src/etpan/imap-thread.c
8755                 Fix gcc warning
8756
8757 2005-11-12 [colin]      1.9.100cvs8
8758
8759         * src/procmime.c
8760                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
8761
8762 2005-11-10 [colin]      1.9.100cvs7
8763
8764         * src/main.c
8765                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
8766                 minimised state)
8767
8768 2005-11-10 [wwp]        1.9.100cvs6
8769
8770         * src/gtk/description_window.c
8771                 fix a crash when closing description windows using the WM's [X] button
8772
8773 2005-11-09 [colin]      1.9.100cvs5
8774
8775         * src/common/ssl.c
8776                 Update libetpan call to follow upstream
8777                 (yes, this requires libetpan-0.40cvs3)
8778
8779 2005-11-08 [colin]      1.9.100cvs4
8780
8781         * src/compose.c
8782         * src/textview.c
8783         * src/common/utils.c
8784         * src/common/utils.h
8785                 Enhance the email parser
8786
8787 2005-11-08 [colin]      1.9.100cvs3
8788
8789         * src/procmime.c
8790                 Fix what looks like an off-by-one (fixes 
8791                 attachments from the Bat)
8792
8793 2005-11-08 [wwp]        1.9.100cvs2
8794
8795         * src/main.c
8796                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
8797
8798 2005-11-08 [wwp]        1.9.100cvs1
8799
8800         * src/main.c
8801                 allow exiting Sylpheed-Claws from command-line
8802
8803 2005-11-08 [paul]       1.9.100
8804
8805         1.9.100 released
8806
8807 2005-11-07 [colin]      1.9.99cvs17
8808
8809         * src/addritem.c
8810         * src/ldif.c
8811                 Fix import of base-64 encoded items
8812
8813 2005-11-07 [colin]      1.9.99cvs16
8814
8815         * src/send_message.c
8816                 Fix bug #314 (Queue does not empty under certain 
8817                 circumstances)
8818
8819 2005-11-07 [paul]       1.9.99cvs15
8820
8821         * src/mutt.c
8822         * src/pine.c
8823                 fix buffer overflows
8824                 Thanks to Colin
8825
8826 2005-11-07 [paul]       1.9.99cvs14
8827
8828         * doc/man/Makefile.am
8829         * doc/man/sylpheed-claws.1      ** ADDED **
8830         * doc/man/sylpheed.1            ** DELETED **
8831                 rename and update the man file
8832
8833 2005-11-06 [colin]      1.9.99cvs13
8834
8835         * src/ldif.c
8836                 Fix ldif_get_line() that returned empty strings
8837                 (Didn't understand why). Also fix a possible
8838                 buffer overflow.
8839
8840 2005-11-06 [wwp]        1.9.99cvs12
8841
8842         * src/textview.c
8843         * src/gtk/about.c
8844         * src/gtk/gtkutils.c
8845         * src/gtk/gtkutils.h
8846                 fix a compilation warning,
8847                 make links sensitive in the about dialog
8848
8849 2005-11-04 [wwp]        1.9.99cvs11
8850
8851         * src/gtk/about.c
8852                 don't wrap or translate URIs, and a bit text format cleanup
8853
8854 2005-11-04 [wwp]        1.9.99cvs10
8855
8856         * src/gtk/about.c
8857                 better textview tagging implementation (no more use of marks for
8858                 postponed tagging)
8859
8860 2005-11-02 [colin]      1.9.99cvs9
8861
8862         * src/common/ssl.c
8863                 Forgot an ifdef
8864
8865 2005-11-02 [colin]      1.9.99cvs8
8866
8867         * configure.ac
8868                 Require libetpan-0.40 due to upstream fix
8869         * src/common/ssl.c
8870                 Tell libetpan not to call SSL_Library_Init,
8871                 as we do it ourselves.
8872
8873 2005-11-02 [colin]      1.9.99cvs7
8874
8875         * po/POTFILES.in
8876                 Add missing files (thanks to Fabien Vantard)
8877
8878 2005-11-02 [colin]      1.9.99cvs6
8879
8880         * src/summaryview.c
8881                 Fix totals when read messages are hidden or quicksearch
8882                 is on
8883         * src/ssl_manager.c
8884         * src/ssl_manager.h
8885         * src/common/ssl_certificate.c
8886         * src/common/ssl_certificate.h
8887         * src/gtk/sslcertwindow.c
8888         * src/gtk/sslcertwindow.h
8889                 Fix copyright on my stuff
8890
8891 2005-11-02 [wwp]        1.9.99cvs5
8892
8893         * src/prefs_themes.c
8894                 fix directory name checking (theme installation/removal),
8895                 made related error a bit more verbose
8896
8897 2005-11-02 [colin]      1.9.99cvs4
8898
8899         * src/summaryview.c
8900                 Fix typo (probably fixes bug #841 (Sort by the From 
8901                 field doesn't work)
8902
8903 2005-11-02 [paul]       1.9.99cvs3
8904
8905         * po/ko.po
8906         * po/nb.po
8907                 updated by SungHyun Nam, Geir Helland
8908         * src/wizard.c
8909                 fix typo in welcome message. spotted by
8910                 Andrea Spadaccini
8911
8912 2005-11-01 [colin]      1.9.99cvs2
8913
8914         * src/compose.c
8915                 Fix replying to ml wen confirming subscription
8916         * src/messageview.c
8917         * src/mimeview.c
8918         * src/mimeview.h
8919         * src/privacy.h
8920         * src/summaryview.c
8921                 Make key check non blocking
8922
8923 2005-10-31 [paul]       1.9.99cvs1
8924
8925         * tools/claws.i18n.status.pl
8926                 updated for ChangeLog
8927
8928 2005-10-31 [paul]       1.9.99
8929
8930         1.9.99 released
8931
8932 2005-10-31 [paul]       1.9.15cvs131
8933
8934         * .cvsignore
8935         * ChangeLog
8936         * ChangeLog.claws       ** REMOVED **
8937         * ChangeLog-gtk2.claws  ** REMOVED **
8938         * ChangeLog.gtk1        ** ADDED **
8939         * INSTALL
8940         * Makefile.am
8941         * NEWS
8942         * README
8943         * README.claws          ** REMOVED **
8944         * README.jp             ** REMOVED **
8945         * RELEASE_NOTES         ** ADDED **
8946         * RELEASE_NOTES.claws   ** REMOVED **
8947         * commitHelper
8948         * configure.ac
8949         * sylpheed.spec.in      ** REMOVED **
8950                 tidy up and update the default docs:
8951                 ChangeLog.claws is renamed ChangeLog.gtk1
8952                 ChangeLog-gtk2.claws is renamed ChangeLog
8953                 README.claws is renamed README
8954                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
8955
8956 2005-10-31 [paul]       1.9.15cvs130
8957
8958         * po/it.po
8959                 fix errors
8960
8961 2005-10-31 [paul]       1.9.15cvs129
8962
8963         * po/ca.po
8964         * po/de.po
8965         * po/en_GB.po
8966         * po/fr.po
8967         * po/it.po
8968         * po/pt_BR.po
8969         * po/sk.po
8970         * po/sr.po
8971         * po/zh_CN.po
8972                 updated by Miquel Oliete, Stephan Sachse and
8973                 Thomas Gilgin, me, Fabien Vantard, Andrea
8974                 Spadaccini, Frederico Goncalves Guimaraes,
8975                 Andrej Kacian, Aleksandar Urosevic, and
8976                 Ralgh Young.
8977
8978 2005-10-31 [mones]      1.9.15cvs128
8979
8980         * manual/faq.xml
8981                 More questions.
8982         
8983         * po/es.po
8984                 Updated for release.
8985
8986 2005-10-30 [colin]      1.9.15cvs127
8987
8988         * src/compose.c
8989                 Place cursor before rewrapping (fixes cursor
8990                 pos if quotation gets rewrapped)
8991
8992 2005-10-29 [paul]       1.9.15cvs126
8993
8994         * src/crash.c
8995         * src/foldersel.c
8996         * src/main.c
8997         * src/messageview.c
8998         * src/toolbar.c
8999         * src/gtk/authors.h
9000                 corrections to text items
9001
9002 2005-10-28 [colin]      1.9.15cvs125
9003
9004         * src/messageview.c
9005                 Make "hit 'C' to check sig" work from extern 
9006                 messageviews
9007
9008 2005-10-27 [colin]      1.9.15cvs124
9009
9010         * src/summaryview.c
9011                 Add a hack to avoid segfaulting when hammering 
9012                 on gtk's events
9013
9014 2005-10-27 [wwp]        1.9.15cvs123
9015
9016         * src/prefs_themes.c
9017                 sort list of themes names in themes prefs
9018
9019 2005-10-27 [paul]       1.9.15cvs122
9020
9021         * src/folder.c
9022         * src/prefs_account.c
9023                 fix building on Solaris
9024                 Patch by Alex Moore
9025
9026 2005-10-27 [wwp]        1.9.15cvs121
9027
9028         * src/summaryview.c
9029         * src/gtk/gtksctree.c
9030                 speed up unselecting messages in summary view (thanks to Colin)
9031
9032 2005-10-27 [paul]       1.9.15cvs120
9033
9034         * src/mainwindow.c
9035                 fix a compilation warning
9036         * src/summaryview.c
9037                 fix updating of 'n items selected' count
9038                 when deselecting
9039
9040 2005-10-27 [martin]     1.9.15cvs119
9041
9042         * src/action.c
9043                 ignore actions with a leading '/' in the action menu name
9044                 fixes a crash on menu creation
9045         * src/prefs_actions.c
9046                 do not allow a leading '/' in the action menu name
9047
9048 2005-10-27 [paul]       1.9.15cvs118
9049
9050         * src/main.c
9051                 fix compilation warning
9052
9053 2005-10-27 [paul]       1.9.15cvs117
9054
9055         * src/procmime.c
9056                 add #if HAVE_LOCALE_H
9057
9058 2005-10-27 [paul]       1.9.15cvs116
9059
9060         * src/plugins/clamav/clamav_plugin.c
9061         * src/plugins/dillo_viewer/dillo_viewer.c
9062         * src/plugins/mathml_viewer/mathml_viewer.c
9063         * src/plugins/pgpcore/plugin.c
9064         * src/plugins/pgpinline/plugin.c
9065         * src/plugins/pgpmime/plugin.c
9066         * src/plugins/spamassassin/spamassassin.c
9067         * src/plugins/trayicon/trayicon.c
9068                 plugin_init() : make error messages more
9069                 informative
9070
9071 2005-10-26 [wwp]        1.9.15cvs115
9072
9073         * src/prefs_matcher.c
9074                 enlarge boolean op widget width a bit (wasn't always showing text contents)
9075
9076 2005-10-26 [wwp]        1.9.15cvs114
9077
9078         * src/procmime.c
9079         * src/gtk/gtksctree.c
9080         * src/plugins/spamassassin/libspamc.c
9081         * src/plugins/spamassassin/spamassassin.c
9082                 fix some compilation warnings more
9083
9084 2005-10-26 [mones]      1.9.15cvs113
9085
9086         * po/es.po
9087                 Updated translation
9088
9089 2005-10-26 [paul]       1.9.15cvs112
9090
9091         * src/prefs_message.c
9092                 give all display_xface stuff the
9093                 #if HAVE_LIBCOMPFACE treatment, thus
9094                 preventing a crash
9095                 (Thanks to Wolfgang Enderlein)
9096
9097 2005-10-26 [colin]      1.9.15cvs111
9098
9099         * src/gedit-print.c
9100                 Fix date format
9101         * src/imap_gtk.c
9102         * src/news_gtk.c
9103                 Remove context menu items that should not be there
9104         * src/jpilot.c
9105                 Fix encoding
9106         * src/main.c
9107         * src/mainwindow.c
9108                 Don't show the mainwindow too soon
9109
9110 2005-10-26 [wwp]        1.9.15cvs110
9111
9112         * src/folder.c
9113         * src/manual.c
9114         * src/summaryview.c
9115                 fix uninitialized pointers in the folder updating hook
9116                 (thanks to Colin)
9117
9118 2005-10-25 [mones]      1.9.15cvs109
9119
9120         * manual/faq.xml
9121                 General information subsection completed. 
9122                 Removed archaic references.
9123                 
9124         * manual/Makefile
9125         * manual/dtd/manual.dsl
9126                 Added customization stylesheet for getting paragraphs
9127                 fully justified in PDF output (as suggested by Colin).
9128
9129 2005-10-25 [colin]      1.9.15cvs108
9130
9131         * src/compose.c
9132                 Fix a second leak
9133
9134 2005-10-25 [colin]      1.9.15cvs107
9135
9136         * src/addrbook.c
9137         * src/addrindex.c
9138                 Fix leak (xml_get_element() allocates memory)
9139         * src/compose.c
9140                 Fix leak + dead code (shame!)
9141         * src/procmime.c
9142                 Fix leak
9143
9144 2005-10-25 [colin]      1.9.15cvs106
9145
9146         * src/mimeview.c
9147                 Fix encoding issue in Save all and in 
9148                 overwrite-confirmation alertpanel
9149
9150 2005-10-25 [colin]      1.9.15cvs105
9151
9152         * src/common/socket.c
9153                 Fix a leak - Thanks to Christopher Aillon
9154                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
9155
9156 2005-10-25 [paul]       1.9.15cvs104
9157
9158         * src/wizard.c
9159                 Always guess servers from the right-hand
9160                 email part and guess username from the
9161                 left-hand part. (Thanks to Colin)
9162                 add an X-Face to the welcome message
9163
9164 2005-10-25 [paul]       1.9.15cvs103
9165
9166         * manual/handling.xml
9167                 written by Colin, edited by me
9168
9169 2005-10-25 [wwp]        1.9.15cvs102
9170
9171         * src/folderview.c
9172         * src/grouplistdialog.c
9173         * src/imap.c
9174         * src/noticeview.c
9175                 fix some compilation warnings
9176
9177 2005-10-24 [paul]
9178
9179         1.9.99-rc3 released
9180
9181 2005-10-24 [paul]       1.9.15cvs101
9182
9183         * src/gtk/about.c
9184                 fix window sizing
9185
9186 2005-10-24 [paul]       1.9.15cvs100
9187
9188         * src/pixmaps/offline.xpm
9189         * src/pixmaps/online.xpm
9190                 replace with last default versions
9191
9192 2005-10-24 [colin]      1.9.15cvs99
9193
9194         * src/imap.c
9195                 Fix bug when moving a folder
9196         * src/imap_gtk.c
9197         * src/mh_gtk.c
9198                 "Delete folder" pops up a window, so it 
9199                 should be suffixed with "..."
9200         * src/plugins/pgpcore/sgpgme.c
9201                 Include locale.h
9202
9203 2005-10-24 [mones]      1.9.15cvs98
9204
9205         * manual/Makefile
9206         * manual/account.xml
9207         * manual/ack.xml
9208         * manual/addrbook.xml
9209         * manual/advanced.xml
9210         * manual/faq.xml
9211         * manual/glossary.xml
9212         * manual/gpl.xml
9213         * manual/handling.xml
9214         * manual/intro.xml
9215         * manual/keyboard.xml
9216         * manual/manual.xml
9217         * manual/plugins.xml
9218         * manual/starting.xml
9219         * manual/dtd/sdocbook.dtd
9220                 Initial manual structure and some content.
9221
9222 2005-10-23 [wwp]        1.9.15cvs97
9223
9224         * src/gtk/about.c
9225                 fix a typo
9226
9227 2005-10-23 [wwp]        1.9.15cvs96
9228
9229         * src/gtk/about.c
9230         * src/gtk/authors.h
9231                 rework of the about window (main work by Paul), also featuring a few
9232                 fixes for typos and duplicate names
9233
9234 2005-10-23 [wwp]        1.9.15cvs95
9235
9236         * src/.cvsignore
9237                 Ignore the right binary name (sylpheed-claws now)
9238
9239 2005-10-23 [paul]       1.9.15cvs94
9240
9241         * src/compose.c
9242                 when using Folder Pref 'Default To for
9243                 replies' make the entry in the Compose
9244                 window bold
9245                 Patch by Fabien Vantard
9246
9247 2005-10-22 [colin]      1.9.15cvs93
9248
9249         * src/codeconv.c
9250                 Fix leak
9251
9252 2005-10-22 [colin]      1.9.15cvs92
9253
9254         * src/codeconv.c
9255                 try to convert using locale (apart utf8) if necessary
9256
9257 2005-10-22 [colin]      1.9.15cvs91
9258
9259         * src/pixmaps/new.xpm
9260         * src/pixmaps/unread.xpm
9261                 Make the unread envelope blue again and
9262                 saturate the new one a bit more.
9263
9264 2005-10-22 [colin]      1.9.15cvs90
9265
9266         * src/compose.c
9267                 When replying to a mail sent by one of our accounts,
9268                 use the original list of recipients. Let 'Reply All'
9269                 and 'Reply to sender' work like previously.
9270
9271 2005-10-21 [colin]      1.9.15cvs89
9272
9273         * src/prefs_filtering.c
9274                 Clear fields after add and replace
9275         * src/textview.c
9276                 Display xface differently (better)
9277         * src/plugins/pgpinline/pgpinline.c
9278                 Fix crappy encodings/recodings
9279
9280 2005-10-21 [paul]       1.9.15cvs88
9281
9282         * src/compose.c
9283         * src/prefs_folder_item.c
9284         * src/toolbar.c
9285                 fix news folder Folder Properties
9286                 (thanks to Colin)
9287         * src/folderview.c
9288                 update folderview after Themes change
9289                 keep selected folder selected
9290                 (thanks to Colin)
9291
9292 2005-10-21 [paul]       1.9.15cvs87
9293
9294         * tools/Makefile.am
9295         * tools/OOo2sylpheed.pl
9296         * tools/README
9297         * tools/README.sylprint
9298         * tools/asus_mailled.sh         ** REMOVED **
9299         * tools/filter_conv.pl
9300         * tools/freshmeat_search.pl
9301         * tools/google_search.pl
9302         * tools/gpg-sign-syl            ** REMOVED **
9303         * tools/kmail2sylpheed.pl
9304         * tools/kmail2sylpheed_v2.pl
9305         * tools/multiwebsearch.pl
9306         * tools/nautilus2sylpheed.sh
9307         * tools/newscache_clean.pl
9308         * tools/outlook2sylpheed.pl
9309         * tools/sylpheed-switcher       ** REMOVED **
9310         * tools/sylprint.pl
9311         * tools/sylprint.rc
9312         * tools/tb2sylpheed
9313         * tools/vcard2xml.py
9314         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9315                 update default config dir
9316                 update binary name (thanks to Fabien Vantard)
9317                 remove obsolete scripts
9318
9319 2005-10-21 [colin]      1.9.15cvs86
9320
9321         * src/inc.c
9322                 Fix possible leak and units. Based on a patch by
9323                 Fabien Vantard.
9324
9325 2005-10-20 [colin]      1.9.15cvs85
9326
9327         * src/textview.c
9328                 Clear xface when clearing textview
9329
9330 2005-10-20 [colin]      1.9.15cvs84
9331
9332         * configure.ac
9333         * src/folderview.c
9334         * src/headerview.c
9335         * src/main.c
9336         * src/prefs_common.c
9337         * src/prefs_common.h
9338         * src/prefs_message.c
9339         * src/textview.c
9340         * src/textview.h
9341         * src/common/defs.h
9342         * src/common/utils.c
9343         * src/common/utils.h
9344         * src/gtk/gtkutils.c
9345         * src/gtk/gtkutils.h
9346                 Migrate config to .sylpheed-claws (Automatically)
9347                 Add a way to get the Xface in the TextView
9348
9349 2005-10-20 [colin]      1.9.15cvs83
9350
9351         * src/gtk/Makefile.am
9352         * src/gtk/about.c
9353         * src/gtk/authors.h
9354                 Make the about dialog *grooovy*
9355
9356 2005-10-20 [colin]      1.9.15cvs82
9357
9358         * src/mimeview.c
9359                 Use "Open with" on double click if no command
9360                 was found
9361
9362 2005-10-20 [colin]      1.9.15cvs81
9363
9364         * src/imap.c
9365         * src/etpan/imap-thread.c
9366                 Fix possible crash.
9367
9368 2005-10-20 [paul]       1.9.15cvs80
9369
9370         * src/folder.c
9371                 don't show clipkey icon if the only
9372                 attachment is the signature
9373                 Patch by Colin
9374
9375 2005-10-20 [paul]       1.9.15cvs79
9376
9377         * AUTHORS
9378         * src/plugins/pgpmime/pgpmime.c
9379                 name the PGP/MIME signature 'signature.asc'
9380                 Patch by Andrew Nelson <freeandy@gmail.com>
9381
9382 2005-10-19 [colin]      1.9.15cvs78
9383
9384         * src/plugins/pgpmime/pgpmime.c
9385                 Oops, no need to double-check though
9386
9387 2005-10-19 [colin]      1.9.15cvs77
9388
9389         * src/plugins/pgpinline/pgpinline.c
9390         * src/plugins/pgpmime/pgpmime.c
9391                 Check that my_tmpfile() doesn't 
9392                 return NULL
9393
9394 2005-10-19 [colin]      1.9.15cvs76
9395
9396         * src/common/utils.c
9397                 Use shorter mime boundaries to avoid having
9398                 MTAs rewrapping our headers, breaking the
9399                 PGP signature in the process 
9400         * src/compose.c
9401         * src/plugins/pgpmime/pgpmime.c
9402                 Check for boundary uniqueness to be sure
9403                 it won't happen, instead of hoping for the
9404                 best
9405
9406 2005-10-19 [colin]      1.9.15cvs75
9407
9408         * sylpheed-claws.desktop
9409         * src/Makefile.am
9410         * src/main.c
9411                 Ship a sylpheed-claws binary instead
9412                 of a sylpheed one. Change the socket
9413                 name, too
9414         * src/folderview.c
9415                 Update folder only if it changed
9416         * src/wizard.c
9417                 Fix i18n in welcome mail, patch by
9418                 Fabien Vantard
9419
9420 2005-10-19 [paul]
9421
9422         1.9.99-rc2 released
9423
9424 2005-10-19 [paul]       1.9.15cvs74
9425
9426         * src/folder.c
9427         * src/folderview.c
9428                 fix summaryview update
9429                 Patch by Colin
9430
9431 2005-10-18 [colin]      1.9.15cvs73
9432
9433         * src/plugins/pgpcore/passphrase.c
9434                 Don't XGrabServer, and try a bit more to 
9435                 sync everything before grabbing mouse/keyboard
9436
9437 2005-10-18 [colin]      1.9.15cvs72
9438
9439         * src/Makefile.am
9440         * src/addressadd.c
9441         * src/addressbook.c
9442         * src/folderview.c
9443         * src/grouplistdialog.c
9444         * src/mimeview.c
9445         * src/stock_pixmap.c
9446         * src/stock_pixmap.h
9447         * src/summaryview.c
9448         * src/gtk/gtksctree.c
9449         * src/gtk/gtksctree.h
9450         * src/pixmaps/empty.xpm
9451                 Implement a wrapper call for gtk_ctree_set_node_info
9452                 and gtk_ctree_insert_node, that uses a 1x1 transparent
9453                 pixmap instead of a NULL one. This works around some
9454                 memory problems deep inside gtk, revealed by valgrind,
9455                 and fixes bug #834 (Pressing CTRl-D on a message marked 
9456                 as locked crashes sylpheed.), as well as, probably, 
9457                 wwp's 4th dimension problems that happen in gtk_ctree_*.
9458
9459 2005-10-17 [colin]      1.9.15cvs71
9460
9461         * src/mimeview.c
9462                 Provide visual feedback when checking
9463                 signature
9464
9465 2005-10-17 [colin]      1.9.15cvs70
9466
9467         * src/main.c
9468                 Keep the folder list frozen while checking caches...
9469
9470 2005-10-17 [colin]      1.9.15cvs69
9471
9472         * src/addr_compl.c
9473                 Fi bug #833 (Autocompleting from addressbook 
9474                 fails with extended chars)
9475         * src/imap.c
9476                 Fix 'adding messages' staying in statusbar
9477                 after an error
9478
9479 2005-10-17 [wwp]        1.9.15cvs68
9480
9481         * src/ssl_manager.c
9482                 Fix buttons' layout resizing when window size changes
9483
9484 2005-10-17 [wwp]        1.9.15cvs67
9485
9486         * src/account.c
9487         * src/prefs_account.c
9488         * src/prefs_common.c
9489         * src/prefs_common.h
9490         * src/prefs_folder_item.c
9491         * src/prefs_gtk.c
9492         * src/gtk/logwindow.c
9493         * src/gtk/pluginwindow.c
9494         * src/gtk/prefswindow.c
9495         * src/gtk/prefswindow.h
9496                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
9497
9498 2005-10-17 [paul]       1.9.15cvs66
9499
9500         * configure.ac
9501                 fix missing libetpan message
9502         * po/en_GB.po
9503                 updated
9504         * src/crash.c
9505         * src/manual.c
9506         * src/prefs_themes.c
9507         * src/common/defs.h
9508                 add some new URI defines, change some
9509                 others
9510         * src/wizard.c
9511                 make welcome message translatable
9512                 small improvements to english
9513                 other tweaks
9514         * src/gtk/menu.c
9515                 fix warnings
9516
9517 2005-10-17 [paul]       1.9.15cvs65
9518
9519         * src/summaryview.c
9520                 fix column titles
9521
9522 2005-10-16 [mones]      1.9.15cvs64
9523
9524         * po/es.po
9525                 Updated translation
9526
9527 2005-10-16 [colin]
9528
9529         1.9.99-rc1 released
9530
9531 2005-10-16 [colin]      1.9.15cvs63
9532
9533         * src/wizard.c
9534                 Fix whitespace
9535
9536 2005-10-16 [colin]      1.9.15cvs62
9537
9538         * src/toolbar.c
9539                 s/Get All/Get Mail/
9540         * src/wizard.c
9541                 Real welcome mail text, thanks Paul
9542
9543 2005-10-16 [colin]      1.9.15cvs61
9544
9545         * src/editldap.c
9546         * src/exporthtml.c
9547         * src/main.c
9548         * src/mainwindow.c
9549         * src/prefs_themes.c
9550         * src/prefs_toolbar.c
9551         * src/plugins/demo/demo.c
9552         * src/plugins/trayicon/trayicon.c
9553                 s/Sylpheed/Sylpheed-Claws/
9554
9555 2005-10-16 [colin]      1.9.15cvs60
9556
9557         * src/wizard.c
9558                 Add a welcome email in the first empty mailbox
9559         * src/prefs_common.c
9560                 Change one more default
9561
9562 2005-10-16 [colin]      1.9.15cvs59
9563
9564         * src/wizard.c
9565                 Remove printf
9566
9567 2005-10-16 [colin]      1.9.15cvs58
9568
9569         * src/toolbar.c
9570         * src/prefs_common.c
9571                 Change some defaults
9572
9573 2005-10-16 [colin]      1.9.15cvs57
9574
9575         * src/toolbar.c
9576         * src/prefs_common.c
9577                 Change some defaults
9578
9579 2005-10-16 [colin]      1.9.15cvs56
9580
9581         * src/wizard.c
9582                 By default, initialize fonts to have
9583                 the same size as normal GtkWidgets
9584
9585 2005-10-16 [colin]      1.9.15cvs55
9586
9587         * src/mimeview.c
9588                 Fix message a bit more
9589
9590 2005-10-16 [colin]      1.9.15cvs54
9591
9592         * src/addressbook.c
9593                 Second attempt at flicker fixing
9594
9595 2005-10-16 [colin]      1.9.15cvs53
9596
9597         * src/addressbook.c
9598                 Fix flicker
9599
9600 2005-10-16 [wwp]        1.9.15cvs52
9601
9602         * src/addressbook.c
9603         * src/editaddress.c
9604         * src/prefs_common.c
9605         * src/prefs_common.h
9606                 Remember window sizes (address book)
9607
9608 2005-10-16 [wwp]        1.9.15cvs51
9609
9610         * src/plugins/clamav/clamav_plugin_gtk.c
9611         * src/plugins/spamassassin/spamassassin_gtk.c
9612                 Fix compilation warnings (missing #include).
9613
9614 2005-10-16 [colin]      1.9.15cvs50
9615
9616         * src/mimeview.c
9617         * src/summaryview.c
9618         * src/textview.c
9619                 Make 'c' check signature, and forward
9620                 c, l, y, t from summaryview to mimeview
9621
9622 2005-10-16 [colin]      1.9.15cvs49
9623
9624         * src/addressbook.c
9625                 Put border around buttons
9626         * src/mainwindow.c
9627         * src/summaryview.c
9628                 Rework menus (Patch based on a patch
9629                 by Paul)
9630
9631 2005-10-15 [wwp]        1.9.15cvs48
9632
9633         * src/editjpilot.c
9634         * src/editldap.c
9635         * src/editvcard.c
9636         * src/exphtmldlg.c
9637         * src/expldifdlg.c
9638         * src/export.c
9639         * src/import.c
9640         * src/importldif.c
9641         * src/importmutt.c
9642         * src/importpine.c
9643         * src/prefs_account.c
9644         * src/prefs_spelling.c
9645         * src/gtk/gtkutils.c
9646         * src/gtk/gtkutils.h
9647         * src/plugins/clamav/clamav_plugin_gtk.c
9648         * src/plugins/spamassassin/spamassassin_gtk.c
9649                 use nicer browse-for-file/dir buttons than the "..." ones,
9650                 code factorizing more.
9651
9652 2005-10-14 [colin]      1.9.15cvs47
9653
9654         * src/mainwindow.c
9655                 set relief on the account switcher so that people see it
9656                 grey out Create processing rules when no message is selected
9657         * src/prefs_filtering.c
9658                 ask before closing if the rule has not been modified, even if
9659                 it's not valid
9660         * src/prefs_matcher.c
9661                 fix sensitivity when entering the dialog
9662         * src/gtk/inputdialog.c
9663                 display a better icon on password ask
9664         * src/plugins/pgpcore/passphrase.c
9665                 make the dialog look better
9666
9667 2005-10-14 [paul]       1.9.15cvs46
9668
9669         * src/folderview.c
9670                 indicate presense of marked msgs in
9671                 unexpanded subfolders
9672
9673 2005-10-14 [paul]       1.9.15cvs45
9674
9675         * src/prefs_actions.c
9676         * src/prefs_common.c
9677         * src/prefs_common.h
9678         * src/prefs_filtering_action.c
9679         * src/prefs_matcher.c
9680         * src/prefs_template.c
9681                 remember window sizes
9682                 fix Info button size
9683
9684         Patches by wwp
9685
9686 2005-10-13 [colin]      1.9.15cvs44
9687
9688         * src/mimeview.c
9689         * src/noticeview.c
9690         * src/noticeview.h
9691                 Add a tooltip on the icon (optional) 
9692                 Get rid of the signature buttons and only
9693                 use the icon+tooltip
9694
9695 2005-10-13 [colin]      1.9.15cvs43
9696
9697         * src/noticeview.c
9698         * src/noticeview.h
9699                 Add hand cursor for hovering over icon
9700
9701 2005-10-13 [colin]      1.9.15cvs42
9702
9703         * src/summaryview.c
9704                 Fix crash when quicksearch's hidden 
9705                 at startup
9706
9707 2005-10-13 [colin]      1.9.15cvs41
9708
9709         * src/compose.c
9710                 Set subject when forwarding multiple mails
9711                 Check that other recipient than the default Cc or Bcc
9712                 have been set before sending.
9713
9714 2005-10-13 [colin]      1.9.15cvs40
9715
9716         * src/imap.c
9717                 Batch per-folder
9718                 Introduce locking, but don't use it yet
9719
9720 2005-10-13 [colin]      1.9.15cvs39
9721
9722         * src/gtk/quicksearch.c
9723                 Reset quicksearch when hiding it
9724                 Make sticky a real pref
9725
9726 2005-10-13 [colin]      1.9.15cvs38
9727
9728         * src/summaryview.c
9729                 Faster prefs apply
9730
9731 2005-10-13 [colin]      1.9.15cvs37
9732
9733         * src/mimeview.c
9734         * src/noticeview.c
9735         * src/noticeview.h
9736         * src/plugins/pgpcore/sgpgme.c
9737                 Make privacy icon clickable
9738                 Move Trust field in Full info
9739                 When trust is less than full, don't display
9740                 a warning icon
9741
9742 2005-10-13 [colin]      1.9.15cvs36
9743
9744         * src/folder.c
9745                 Batch on flags sync
9746         * src/folderview.c
9747                 Revert speed hack which is dangerous in fact
9748                 Apply prefs faster
9749
9750 2005-10-13 [colin]      1.9.15cvs35
9751
9752         * src/folder_item_prefs.c
9753                 Fix pref corruption on folder move. Patch
9754                 by wwp
9755
9756 2005-10-13 [paul]       1.9.15cvs34
9757
9758         * src/export.c
9759         * src/import.c
9760                 fix typos in g_warnings
9761         * src/prefs_account.c
9762                 add a file selector for Signature file
9763
9764         Patches by wwp
9765
9766 2005-10-12 [colin]      1.9.15cvs33
9767
9768         * src/mimeview.c
9769                 Provide a quick way to go back from a
9770                 signature's full info to the email part
9771
9772 2005-10-12 [colin]      1.9.15cvs32
9773
9774         * src/compose.c
9775                 Remove old hack of encoding signed mails with base64.
9776                 QP works equally well.
9777
9778 2005-10-12 [colin]      1.9.15cvs31
9779
9780         * src/crash.c
9781                 Replace deprecated GtkText with GtkTextView
9782         * src/imap.c
9783                 Fix a logic bug about counts in imap_select
9784                 (previously un-triggered)
9785         * src/mainwindow.c
9786         * src/summaryview.c
9787         * src/news.c
9788                 Allow local deletion of news posts
9789         * src/mimeview.c
9790                 Show GPG noticeview on the message/rfc822 part
9791                 in addition to the text/plain one
9792         * src/prefs_image_viewer.c
9793           src/plugins/pgpcore/prefs_gpg.c
9794                 Polish (set the label as part of the checkbox)
9795         * src/wizard.c
9796                 Don't sit there doing nothing after destroying
9797                 the window - return err
9798
9799 2005-10-11 [colin]      1.9.15cvs30
9800
9801         * src/folderview.c
9802                 Apply processing rules before showing folders.
9803                 Early folder show (before flags sync) will only
9804                 be done when there are no processing rules (nor
9805                 pre- or post- ones)
9806         * src/imap.c
9807                 Fix stuff related to mail subdir, creation and 
9808                 deletion of folders 
9809         * src/imap_gtk.c
9810                 Don't allow creation of folders in NoInferior
9811                 folders, as it won't work
9812
9813 2005-10-10 [colin]      1.9.15cvs29
9814
9815         * src/compose.c
9816                 Reselect "None" Privacy system when selecting an
9817                 account with no privacy system defined
9818
9819 2005-10-10 [colin]      1.9.15cvs28
9820
9821         * src/mainwindow.c
9822                 Add Windows-1252 encoding
9823         * src/prefs_common.c
9824                 Rework some defaults:
9825                 - autosave to draft by default
9826                 - don't show header pane (it's already in the textview)
9827                 - Select first new or unread mail on entry
9828                 - Assume 'Yes' to change folder when there's no more
9829                   unread message
9830         * src/prefs_matcher.c
9831                 Fix a gtk assertion failure
9832         * src/gtk/colorlabel.c
9833                 Workaround bad repainting on selection
9834         * src/main.c
9835                 Freeze/thaw (a bit faster on ssh -X)
9836         * src/msgcache.c
9837                 Get rid of StrdupConverter that just adds an
9838                 extra strdup/free 
9839         * src/etpan/imap_thread.c
9840                 memset buf to 0
9841
9842 2005-10-10 [colin]      1.9.15cvs27
9843
9844         * src/export.c
9845         * src/import.c
9846                 Fix compile on gtk 2.4. Patch by wwp
9847
9848 2005-10-09 [colin]      1.9.15cvs26
9849
9850         * src/mainwindow.c
9851         * src/messageview.c
9852         * src/summaryview.c
9853                 Clarify forward menus. Patch by wwp
9854
9855 2005-10-09 [colin]      1.9.15cvs25
9856
9857         * src/compose.c
9858         * src/compose.h
9859                 Fix bug #829 (Non-working "Encrypt message by 
9860                 default when replying to an encrypted message")
9861
9862 2005-10-08 [colin]      1.9.15cvs24
9863
9864         * src/wizard.c
9865                 Fix bug #827 ("Welcome" setup wizard after a 
9866                 permission error gives up & forgets itself.)
9867
9868 2005-10-08 [colin]      1.9.15cvs23
9869
9870         * src/procmime.c
9871                 Fix bug #828 (Ignoring headers with spaces around = sign)
9872
9873 2005-10-08 [colin]      1.9.15cvs22
9874
9875         * src/export.c
9876                 Warning fix by wwp
9877
9878 2005-10-08 [colin]      1.9.15cvs21
9879
9880         * src/folder.c
9881         * src/folder.h
9882                 Add a processing_pending indicator, set on 
9883                 folder_item_open and cleared after 
9884                 folder_item_process_open
9885         * src/folderview.c
9886         * src/summaryview.c
9887                 wrap procmsg_msginfo_*_flags, and in the
9888                 wrapper check that there's no folder processing 
9889                 pending. If there is, defer the flags change until 
9890                 processing is done to avoid stepping over each
9891                 other's toes.
9892                 Freeze during processing, but not during scanning.
9893
9894 2005-10-07 [colin]      1.9.15cvs20
9895
9896         * src/plugins/pgpcore/passphrase.c
9897                 Fix bug #826 (X-Server hangs when 
9898                 right-clicking a PGP encrypted message)
9899
9900 2005-10-07 [paul]       1.9.15cvs19
9901
9902         * src/compose.c
9903                 fix compose_entries[]
9904                 patch by Fabien Vantard
9905
9906 2005-10-06 [colin]      1.9.15cvs18
9907
9908         * src/pixmaps/address.xpm
9909         * src/pixmaps/address_book.xpm
9910         * src/pixmaps/book.xpm
9911         * src/pixmaps/check_spelling.xpm
9912         * src/pixmaps/checkbox_off.xpm
9913         * src/pixmaps/checkbox_on.xpm
9914         * src/pixmaps/close.xpm
9915         * src/pixmaps/complete.xpm
9916         * src/pixmaps/continue.xpm
9917         * src/pixmaps/deleted.xpm
9918         * src/pixmaps/down_arrow.xpm
9919         * src/pixmaps/exec.xpm
9920         * src/pixmaps/forwarded.xpm
9921         * src/pixmaps/group.xpm
9922         * src/pixmaps/ignorethread.xpm
9923         * src/pixmaps/interface.xpm
9924         * src/pixmaps/jpilot.xpm
9925         * src/pixmaps/ldap.xpm
9926         * src/pixmaps/linewrap.xpm
9927         * src/pixmaps/linewrapcurrent.xpm
9928         * src/pixmaps/mail.xpm
9929         * src/pixmaps/mail_attach.xpm
9930         * src/pixmaps/mail_compose.xpm
9931         * src/pixmaps/mail_forward.xpm
9932         * src/pixmaps/mail_receive.xpm
9933         * src/pixmaps/mail_receive_all.xpm
9934         * src/pixmaps/mail_reply.xpm
9935         * src/pixmaps/mail_reply_to_all.xpm
9936         * src/pixmaps/mail_reply_to_author.xpm
9937         * src/pixmaps/mail_send.xpm
9938         * src/pixmaps/mail_send_queue.xpm
9939         * src/pixmaps/mime_application.xpm
9940         * src/pixmaps/mime_audio.xpm
9941         * src/pixmaps/mime_image.xpm
9942         * src/pixmaps/mime_message.xpm
9943         * src/pixmaps/mime_text_enriched.xpm
9944         * src/pixmaps/mime_text_html.xpm
9945         * src/pixmaps/mime_text_plain.xpm
9946         * src/pixmaps/mime_unknown.xpm
9947         * src/pixmaps/new.xpm
9948         * src/pixmaps/news_compose.xpm
9949         * src/pixmaps/offline.xpm
9950         * src/pixmaps/online.xpm
9951         * src/pixmaps/paste.xpm
9952         * src/pixmaps/preferences.xpm
9953         * src/pixmaps/privacy_emblem_encrypted.xpm
9954         * src/pixmaps/privacy_expired.xpm
9955         * src/pixmaps/privacy_failed.xpm
9956         * src/pixmaps/privacy_passed.xpm
9957         * src/pixmaps/privacy_signed.xpm
9958         * src/pixmaps/privacy_unknown.xpm
9959         * src/pixmaps/privacy_warn.xpm
9960         * src/pixmaps/properties.xpm
9961         * src/pixmaps/replied.xpm
9962         * src/pixmaps/search.xpm
9963         * src/pixmaps/unread.xpm
9964         * src/pixmaps/up_arrow.xpm
9965         * src/pixmaps/vcard.xpm
9966                 Modernize internal theme, with icons from the 
9967                 Gnomaws theme. Keep some of the old ones where
9968                 they were better.
9969
9970 2005-10-06 [colin]      1.9.15cvs17
9971
9972         * src/summaryview.c
9973                 Little optimisations + bugfix
9974         * src/toolbar.c
9975                 Remove default useless items - useless being defined
9976                 by the default relevant prefs
9977         * src/wizard.c
9978                 include config.h to make gettext work
9979         * src/prefs_themes.c
9980                 Fix selection of current theme in prefs
9981
9982 2005-10-06 [colin]      1.9.15cvs16
9983
9984         * src/prefs_common.c
9985         * src/prefs_common.h
9986         * src/prefs_summaries.c
9987         * src/folderview.c
9988                 Add a warning dialog on Mark all read 
9989                 (with pref to get rid of it)
9990
9991 2005-10-06 [paul]       1.9.15cvs15
9992
9993         * po/nb.po
9994         * po/pt_BR.po
9995                 updated by Geir Helland and Frederico
9996                 Goncalves Guimaraes
9997
9998 2005-10-05 [colin]      1.9.15cvs14
9999
10000         * src/folder.c
10001         * src/folder.h
10002         * src/folderview.c
10003         * src/folderview.h
10004         * src/imap_gtk.c
10005         * src/mh_gtk.c
10006         * src/mainwindow.c
10007         * src/setup.c
10008                 add a way to rescan without rebuilding
10009                 make moving a bit faster (less folders changes)
10010                 don't lock the tree on Get 
10011         * src/imap.c
10012                 Don't re-delete deleted messages before expunging
10013         * src/summaryview.c
10014                 Set batch mode when deleting mails
10015
10016 2005-10-05 [paul]       1.9.15cvs13
10017
10018         * src/mainwindow.c
10019         * src/mainwindow.h
10020                 fix disabled Execute menu item
10021         * src/toolbar.c
10022                 match the change in 1.9.15cvs10: use Compose
10023                 instead of News by default
10024
10025 2005-10-04 [colin]      1.9.15cvs12
10026
10027         * src/compose.c
10028                 When replying to an ML post with Reply-To set
10029                 to the poster's email, honor it (as before),
10030                 but also honor our user's request to reply to
10031                 the mailing list: set the ML address in the To
10032                 field and the Reply-To address in the Cc: 
10033                 field.
10034
10035 2005-10-04 [colin]      1.9.15cvs11
10036
10037         * src/plugins/trayicon/trayicon.c
10038                 Finish cosmetic change - thanks to wwp
10039
10040 2005-10-04 [colin]      1.9.15cvs10
10041
10042         * src/toolbar.c
10043                 Use Compose instead of Email by default.
10044                 Spotted by wwp.
10045
10046 2005-10-04 [colin]      1.9.15cvs9
10047
10048         * src/folder.c
10049         * src/folder.h
10050         * src/folderview.c
10051         * src/imap.c
10052         * src/etpan/imap-thread.c
10053         * src/etpan/imap-thread.h
10054                 Try to make IMAP faster, by simplifying SEARCH
10055                 commands, avoiding sending two STATUS in a row,
10056                 and deferring flags sync and processing just
10057                 after displaying the folder. 
10058                 This will update the SummaryView in certain
10059                 cases (new mails not already fetched, flags
10060                 changed from another client) but in a non-
10061                 blocking manner.
10062
10063 2005-10-04 [colin]      1.9.15cvs8
10064
10065         * src/plugins/trayicon/trayicon.c
10066                 Relabel "Offline" to "Work offline"
10067
10068 2005-10-04 [colin]      1.9.15cvs7
10069
10070         * src/export.c
10071         * src/import.c
10072         * src/mbox.c
10073                 Fix mbox import/export buglets
10074                 Patch by wwp
10075         * src/plugins/trayicon/trayicon.c
10076                 Add offline swithc
10077                 Patch by wwp
10078
10079 2005-10-04 [colin]      1.9.15cvs6
10080
10081         * src/folder.c
10082         * src/folderview.c
10083         * src/summaryview.c
10084                 Better fix (don't break mark all read) for cvs2
10085
10086 2005-10-03 [colin]      1.9.15cvs5
10087
10088         * src/folder.c
10089                 Use a sane sort by default
10090
10091 2005-10-03 [colin]      1.9.15cvs4
10092
10093         * src/inc.c
10094                 Add a 'Only once' button for overriding offline mode
10095         * src/prefs_account.c
10096         * src/wizard.c
10097                 Add Local mbox to the wizard
10098                 Add IMAP subdir to the wizard (or the wizard is useless
10099                 for such accounts, or even worse than useless)
10100                 Move IMAP subdir from Advanced to Receive tab, as it's
10101                 not that uncommon
10102
10103 2005-10-03 [colin]      1.9.15cvs3
10104
10105         * src/send_message.c
10106                 Forgot this one in cvs1
10107
10108 2005-10-03 [colin]      1.9.15cvs2
10109
10110         * src/folder.c
10111                 Faster close when leaving a folder with lots
10112                 of new mails. Idea by David Relson.
10113
10114 2005-10-03 [colin]      1.9.15cvs1
10115
10116         * src/compose.c
10117         * src/imap.c
10118         * src/inc.c
10119         * src/main.c
10120         * src/messageview.c
10121         * src/news.c
10122         * src/summaryview.c
10123         * src/gtk/sslcertwindow.c
10124         * src/plugins/trayicon/trayicon.c
10125                 Add accels to every AlertPanel. Patch by Fabien 
10126                 Vantard
10127
10128 2005-10-03 [paul]       1.9.15
10129
10130         1.9.15 released
10131
10132 2005-10-03 [paul]       1.9.14cvs68
10133
10134         * po/ca.po
10135         * po/de.po
10136         * po/es.po
10137         * po/fi.po
10138         * po/fr.po
10139         * po/sk.po
10140         * po/sr.po
10141         * po/zh_CN.po
10142                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10143                 Mones Lastra, Tommi Pirinen, Fabien vantard,
10144                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
10145
10146 2005-10-03 [paul]       1.9.14cvs67
10147
10148         * src/send_message.c
10149                 prevent hang on Cancel
10150                 patch by Colin
10151
10152 2005-10-03 [paul]       1.9.14cvs66
10153
10154         * src/main.c
10155                 fix crash in IMAP caused by discrepancy
10156                 between check_at_startup and offline mode
10157                 Patch by Colin
10158
10159 2005-10-01 [paul]       1.9.14cvs65
10160
10161         * src/inc.c
10162                 fix engrish
10163
10164 2005-10-01 [paul]       1.9.14cvs64
10165         * src/export.c
10166         * src/import.c
10167                 synchronise import_mbox() and export_mbox()
10168         * src/mbox.c
10169                 proc_mbox(): add alert if file cannot be opened
10170                 export_list_to_mbox(): test if dest file exists,
10171                 prompt user to overwrite if it does. add alert
10172                 if file cannot be created
10173                                                                 
10174         Patch by wwp
10175                                                                                                                 
10176
10177 2005-09-30 [paul]       1.9.14cvs63
10178
10179         * src/addressbook.c
10180                 Fix sensitivity of a menu
10181         * src/codeconv.c
10182                 Respect hidden pref for mails with no encoding
10183         * src/common/xml.c
10184                 Fix memory corruption
10185         * src/plugins/pgpcore/sgpgme.c
10186                 Fix segfault on incomplete sigs, and display
10187                 of S/Mime UIDs
10188
10189         Patches by Colin
10190
10191 2005-09-30 [colin]      1.9.14cvs62
10192
10193         * src/partial_download.c
10194                 Little logic fix in almost-dead code
10195         * src/pop.c
10196                 Fix partial download when there's no new mail
10197
10198 2005-09-29 [paul]       1.9.14cvs61
10199
10200         * src/plugins/pgpinline/pgpinline.c
10201                 fix bug 819, 'crash accessing sign message'
10202                 Patch by Colin
10203
10204 2005-09-28 [martin]     1.9.14cvs60
10205
10206         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10207                 fix bug #790 (Crash when restarting window manager (fluxbox))
10208
10209 2005-09-28 [paul]       1.9.14cvs59
10210
10211         * src/gtk/gtkaspell.c
10212                 fix off-by-one typo
10213
10214 2005-09-27 [colin]      1.9.14cvs58
10215
10216         * src/plugins/pgpcore/sgpgme.c
10217                 Report error when there's one, instead of
10218                 "Signature unchecked" 
10219
10220 2005-09-27 [colin]      1.9.14cvs57
10221
10222         * src/prefs_quote.c
10223                 Fix bug #816 (Weird quotation with spaces)
10224
10225 2005-09-27 [colin]      1.9.14cvs56
10226
10227         * src/codeconv.c
10228         * src/compose.c
10229         * src/compose.h
10230                 Put subject in compose's title
10231                 Fix Automatic encoding so that it's really automatic:
10232                 first try default locale's charset, then charset of the replied mail, 
10233                 then utf-8
10234                 Fix encoding of headers (must be in strict mode too)
10235
10236 2005-09-26 [colin]      1.9.14cvs55
10237
10238         * src/gtk/gtkaspell.c
10239                 Fix previous patch - don't color the space,
10240                 just uncolor it :)
10241
10242 2005-09-26 [colin]      1.9.14cvs54
10243
10244         * src/gtk/gtkaspell.c
10245                 Unmark space if possible
10246
10247 2005-09-26 [colin]      1.9.14cvs53
10248
10249         * src/imap.c
10250                 log_error instead of alertpanel according to the pref
10251         * src/etpan/imap-thread.c
10252                 Print connect status, copy only necessary size to 
10253                 logger
10254         * src/plugins/pgpmime/pgpmime.c
10255                 Handle S/Mime signatures (verification only). Patch based
10256                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
10257
10258 2005-09-26 [paul]       1.9.14cvs52
10259
10260         * src/common/passcrypt.c
10261                 this 'workaround' not necessary on NetBSD.
10262                 Thanks to Daniel Gustafson
10263
10264 2005-09-26 [paul]
10265
10266         1.9.15-rc4 released
10267
10268 2005-09-26 [paul]       1.9.14cvs51
10269
10270         * src/summaryview.c
10271                 Skip currently selected message when
10272                 looking for next new or unread message
10273                 in current folder. Patch by Colin
10274         * src/common/passcrypt.c
10275                 eliminate warnings on *BSD. Patch by
10276                 Daniel Gustafson
10277
10278 2005-09-26 [colin]      1.9.14cvs50
10279
10280         * src/procmsg.c
10281                 Call postfiltering hook anyway
10282
10283 2005-09-22 [colin]      1.9.14cvs49
10284
10285         * src/codeconv.c
10286         * src/codeconv.h
10287                 Add a strict mode that doesn't replace with _
10288         * src/compose.c
10289         * src/compose.h
10290                 Use strict conversion while sending
10291                 Fix race when drafting while sending (happens
10292                 on IMAP)
10293                 Fix d'n'd of messages from summaryview
10294         * src/prefs_common.c
10295         * src/prefs_common.h
10296                 add hidden utf8_instead_of_locale_for_broken_mail 
10297                 pref for people that preferred the default charset 
10298                 to be utf8 for broken mails
10299         * src/quote_fmt_parse.y
10300                 fix bug #815 (No quote insert if "From:" fied 
10301                 contained Russian letters)
10302         * src/summaryview.c
10303                 Fix d'n'd of messages to compose
10304
10305 2005-09-22 [paul]       1.9.14cvs48
10306
10307         * src/compose.c
10308                 fix bug where attachments Name entry
10309                 would display Path instead
10310
10311 2005-09-21 [paul]       1.9.14cvs47
10312
10313         * README
10314         * README.jp
10315         * configure.ac
10316         * config/config.rpath
10317         * doc/manual/en/sylpheed-20.html
10318         * doc/manual/es/sylpheed-20.html
10319         * po/bg.po
10320         * po/ca.po
10321         * po/de.po
10322         * po/es.po
10323         * po/fr.po
10324         * po/it.po
10325         * po/pt_BR.po
10326         * po/sk.po
10327         * po/zh_TW.po
10328         * src/account.c
10329         * src/account.h
10330         * src/action.c
10331         * src/action.h
10332         * src/adbookbase.h
10333         * src/addr_compl.c
10334         * src/addr_compl.h
10335         * src/addrbook.c
10336         * src/addrbook.h
10337         * src/addrcache.c
10338         * src/addrcache.h
10339         * src/addrcindex.c
10340         * src/addrcindex.h
10341         * src/addrclip.c
10342         * src/addrclip.h
10343         * src/addrdefs.h
10344         * src/addressadd.c
10345         * src/addressadd.h
10346         * src/addressbook.c
10347         * src/addressbook.h
10348         * src/addressitem.h
10349         * src/addrgather.c
10350         * src/addrgather.h
10351         * src/addrharvest.c
10352         * src/addrharvest.h
10353         * src/addrindex.c
10354         * src/addrindex.h
10355         * src/addritem.c
10356         * src/addritem.h
10357         * src/addrquery.c
10358         * src/addrquery.h
10359         * src/addrselect.c
10360         * src/addrselect.h
10361         * src/alertpanel.c
10362         * src/alertpanel.h
10363         * src/browseldap.c
10364         * src/browseldap.h
10365         * src/codeconv.c
10366         * src/codeconv.h
10367         * src/compose.c
10368         * src/compose.h
10369         * src/crash.c
10370         * src/crash.h
10371         * src/customheader.c
10372         * src/customheader.h
10373         * src/displayheader.c
10374         * src/displayheader.h
10375         * src/editaddress.c
10376         * src/editaddress.h
10377         * src/editbook.c
10378         * src/editbook.h
10379         * src/editgroup.c
10380         * src/editgroup.h
10381         * src/editjpilot.c
10382         * src/editjpilot.h
10383         * src/editldap.c
10384         * src/editldap.h
10385         * src/editldap_basedn.c
10386         * src/editldap_basedn.h
10387         * src/editvcard.c
10388         * src/editvcard.h
10389         * src/enriched.c
10390         * src/enriched.h
10391         * src/exphtmldlg.c
10392         * src/exphtmldlg.h
10393         * src/expldifdlg.c
10394         * src/expldifdlg.h
10395         * src/export.c
10396         * src/export.h
10397         * src/exporthtml.c
10398         * src/exporthtml.h
10399         * src/exportldif.c
10400         * src/exportldif.h
10401         * src/filtering.c
10402         * src/filtering.h
10403         * src/folder.c
10404         * src/folder.h
10405         * src/folder_item_prefs.c
10406         * src/folder_item_prefs.h
10407         * src/foldersel.c
10408         * src/foldersel.h
10409         * src/folderutils.c
10410         * src/folderutils.h
10411         * src/folderview.c
10412         * src/folderview.h
10413         * src/grouplistdialog.c
10414         * src/grouplistdialog.h
10415         * src/headerview.c
10416         * src/headerview.h
10417         * src/html.c
10418         * src/html.h
10419         * src/image_viewer.c
10420         * src/image_viewer.h
10421         * src/imap.c
10422         * src/imap.h
10423         * src/imap_gtk.c
10424         * src/imap_gtk.h
10425         * src/import.c
10426         * src/import.h
10427         * src/importldif.c
10428         * src/importldif.h
10429         * src/importmutt.c
10430         * src/importmutt.h
10431         * src/importpine.c
10432         * src/importpine.h
10433         * src/inc.c
10434         * src/inc.h
10435         * src/jpilot.c
10436         * src/jpilot.h
10437         * src/ldapctrl.c
10438         * src/ldapctrl.h
10439         * src/ldaplocate.c
10440         * src/ldaplocate.h
10441         * src/ldapquery.c
10442         * src/ldapquery.h
10443         * src/ldapserver.c
10444         * src/ldapserver.h
10445         * src/ldaputil.c
10446         * src/ldaputil.h
10447         * src/ldif.c
10448         * src/ldif.h
10449         * src/localfolder.c
10450         * src/localfolder.h
10451         * src/main.c
10452         * src/main.h
10453         * src/mainwindow.c
10454         * src/mainwindow.h
10455         * src/manual.c
10456         * src/manual.h
10457         * src/matcher.c
10458         * src/matcher.h
10459         * src/matcher_parser.h
10460         * src/matcher_parser_lex.l
10461         * src/matcher_parser_parse.y
10462         * src/mbox.c
10463         * src/mbox.h
10464         * src/message_search.c
10465         * src/message_search.h
10466         * src/messageview.c
10467         * src/messageview.h
10468         * src/mh.c
10469         * src/mh.h
10470         * src/mh_gtk.c
10471         * src/mh_gtk.h
10472         * src/mimeview.c
10473         * src/mimeview.h
10474         * src/msgcache.c
10475         * src/msgcache.h
10476         * src/mutt.c
10477         * src/mutt.h
10478         * src/news.c
10479         * src/news.h
10480         * src/news_gtk.c
10481         * src/news_gtk.h
10482         * src/noticeview.c
10483         * src/noticeview.h
10484         * src/partial_download.c
10485         * src/partial_download.h
10486         * src/pine.c
10487         * src/pine.h
10488         * src/pop.c
10489         * src/pop.h
10490         * src/prefs_account.c
10491         * src/prefs_account.h
10492         * src/prefs_actions.c
10493         * src/prefs_actions.h
10494         * src/prefs_common.c
10495         * src/prefs_common.h
10496         * src/prefs_compose_writing.c
10497         * src/prefs_compose_writing.h
10498         * src/prefs_customheader.c
10499         * src/prefs_customheader.h
10500         * src/prefs_display_header.c
10501         * src/prefs_display_header.h
10502         * src/prefs_ext_prog.c
10503         * src/prefs_ext_prog.h
10504         * src/prefs_filtering.c
10505         * src/prefs_filtering.h
10506         * src/prefs_filtering_action.c
10507         * src/prefs_filtering_action.h
10508         * src/prefs_folder_column.c
10509         * src/prefs_folder_column.h
10510         * src/prefs_folder_item.c
10511         * src/prefs_folder_item.h
10512         * src/prefs_fonts.c
10513         * src/prefs_fonts.h
10514         * src/prefs_gtk.c
10515         * src/prefs_gtk.h
10516         * src/prefs_image_viewer.c
10517         * src/prefs_image_viewer.h
10518         * src/prefs_matcher.c
10519         * src/prefs_matcher.h
10520         * src/prefs_message.c
10521         * src/prefs_message.h
10522         * src/prefs_msg_colors.c
10523         * src/prefs_msg_colors.h
10524         * src/prefs_other.c
10525         * src/prefs_other.h
10526         * src/prefs_quote.c
10527         * src/prefs_quote.h
10528         * src/prefs_receive.c
10529         * src/prefs_receive.h
10530         * src/prefs_send.c
10531         * src/prefs_send.h
10532         * src/prefs_spelling.c
10533         * src/prefs_spelling.h
10534         * src/prefs_summaries.c
10535         * src/prefs_summaries.h
10536         * src/prefs_summary_column.c
10537         * src/prefs_summary_column.h
10538         * src/prefs_template.c
10539         * src/prefs_template.h
10540         * src/prefs_themes.c
10541         * src/prefs_themes.h
10542         * src/prefs_toolbar.c
10543         * src/prefs_toolbar.h
10544         * src/prefs_wrapping.c
10545         * src/prefs_wrapping.h
10546         * src/privacy.c
10547         * src/privacy.h
10548         * src/procheader.c
10549         * src/procheader.h
10550         * src/procmime.c
10551         * src/procmime.h
10552         * src/procmsg.c
10553         * src/procmsg.h
10554         * src/quote_fmt.c
10555         * src/quote_fmt_parse.y
10556         * src/recv.c
10557         * src/recv.h
10558         * src/remotefolder.c
10559         * src/remotefolder.h
10560         * src/send_message.c
10561         * src/send_message.h
10562         * src/setup.c
10563         * src/setup.h
10564         * src/simple-gettext.c
10565         * src/sourcewindow.c
10566         * src/sourcewindow.h
10567         * src/ssl_manager.c
10568         * src/ssl_manager.h
10569         * src/statusbar.c
10570         * src/statusbar.h
10571         * src/stock_pixmap.c
10572         * src/stock_pixmap.h
10573         * src/summary_search.c
10574         * src/summary_search.h
10575         * src/summaryview.c
10576         * src/summaryview.h
10577         * src/syldap.c
10578         * src/syldap.h
10579         * src/textview.c
10580         * src/textview.h
10581         * src/toolbar.c
10582         * src/toolbar.h
10583         * src/undo.c
10584         * src/undo.h
10585         * src/unmime.c
10586         * src/unmime.h
10587         * src/vcard.c
10588         * src/vcard.h
10589         * src/wizard.c
10590         * src/wizard.h
10591         * src/common/base64.c
10592         * src/common/base64.h
10593         * src/common/defs.h
10594         * src/common/hooks.c
10595         * src/common/hooks.h
10596         * src/common/log.c
10597         * src/common/log.h
10598         * src/common/md5.c
10599         * src/common/md5.h
10600         * src/common/mgutils.c
10601         * src/common/mgutils.h
10602         * src/common/nntp.c
10603         * src/common/nntp.h
10604         * src/common/passcrypt.c
10605         * src/common/passcrypt.h.in
10606         * src/common/plugin.c
10607         * src/common/plugin.h
10608         * src/common/prefs.c
10609         * src/common/prefs.h
10610         * src/common/progressindicator.c
10611         * src/common/progressindicator.h
10612         * src/common/quoted-printable.c
10613         * src/common/quoted-printable.h
10614         * src/common/session.c
10615         * src/common/session.h
10616         * src/common/smtp.c
10617         * src/common/smtp.h
10618         * src/common/socket.c
10619         * src/common/socket.h
10620         * src/common/ssl.c
10621         * src/common/ssl.h
10622         * src/common/ssl_certificate.c
10623         * src/common/ssl_certificate.h
10624         * src/common/string_match.c
10625         * src/common/string_match.h
10626         * src/common/stringtable.c
10627         * src/common/sylpheed.c
10628         * src/common/sylpheed.h
10629         * src/common/template.c
10630         * src/common/template.h
10631         * src/common/timing.h
10632         * src/common/utils.c
10633         * src/common/utils.h
10634         * src/common/uuencode.c
10635         * src/common/uuencode.h
10636         * src/common/version.h.in
10637         * src/common/xml.c
10638         * src/common/xml.h
10639         * src/common/xmlprops.c
10640         * src/common/xmlprops.h
10641         * src/gtk/about.c
10642         * src/gtk/about.h
10643         * src/gtk/colorlabel.c
10644         * src/gtk/colorlabel.h
10645         * src/gtk/colorsel.c
10646         * src/gtk/colorsel.h
10647         * src/gtk/description_window.c
10648         * src/gtk/description_window.h
10649         * src/gtk/filesel.c
10650         * src/gtk/filesel.h
10651         * src/gtk/foldersort.c
10652         * src/gtk/foldersort.h
10653         * src/gtk/gtkutils.c
10654         * src/gtk/gtkutils.h
10655         * src/gtk/inputdialog.c
10656         * src/gtk/inputdialog.h
10657         * src/gtk/logwindow.c
10658         * src/gtk/logwindow.h
10659         * src/gtk/manage_window.c
10660         * src/gtk/manage_window.h
10661         * src/gtk/menu.c
10662         * src/gtk/menu.h
10663         * src/gtk/pluginwindow.c
10664         * src/gtk/pluginwindow.h
10665         * src/gtk/prefswindow.c
10666         * src/gtk/prefswindow.h
10667         * src/gtk/progressdialog.c
10668         * src/gtk/progressdialog.h
10669         * src/gtk/quicksearch.c
10670         * src/gtk/quicksearch.h
10671         * src/gtk/sslcertwindow.c
10672         * src/gtk/sslcertwindow.h
10673         * src/plugins/clamav/clamav_plugin.c
10674         * src/plugins/clamav/clamav_plugin.h
10675         * src/plugins/clamav/clamav_plugin_gtk.c
10676         * src/plugins/demo/demo.c
10677         * src/plugins/dillo_viewer/dillo_prefs.c
10678         * src/plugins/dillo_viewer/dillo_prefs.h
10679         * src/plugins/dillo_viewer/dillo_viewer.c
10680         * src/plugins/mathml_viewer/mathml_viewer.c
10681         * src/plugins/pgpcore/passphrase.c
10682         * src/plugins/pgpcore/passphrase.h
10683         * src/plugins/pgpcore/plugin.c
10684         * src/plugins/pgpcore/prefs_gpg.c
10685         * src/plugins/pgpcore/prefs_gpg.h
10686         * src/plugins/pgpcore/select-keys.c
10687         * src/plugins/pgpcore/select-keys.h
10688         * src/plugins/pgpcore/sgpgme.c
10689         * src/plugins/pgpcore/sgpgme.h
10690         * src/plugins/pgpinline/pgpinline.c
10691         * src/plugins/pgpinline/pgpinline.h
10692         * src/plugins/pgpinline/plugin.c
10693         * src/plugins/pgpmime/pgpmime.c
10694         * src/plugins/pgpmime/pgpmime.h
10695         * src/plugins/pgpmime/plugin.c
10696         * src/plugins/spamassassin/spamassassin.c
10697         * src/plugins/spamassassin/spamassassin.h
10698         * src/plugins/spamassassin/spamassassin_gtk.c
10699         * src/plugins/trayicon/trayicon.c
10700         * tools/OOo2sylpheed.pl
10701         * tools/acroread2sylpheed.pl
10702         * tools/asus_mailled.sh
10703         * tools/filter_conv.pl
10704         * tools/freshmeat_search.pl
10705         * tools/google_search.pl
10706         * tools/kmail2sylpheed.pl
10707         * tools/kmail2sylpheed_v2.pl
10708         * tools/maildir2sylpheed.pl
10709         * tools/multiwebsearch.pl
10710         * tools/newscache_clean.pl
10711         * tools/outlook2sylpheed.pl
10712         * tools/sylpheed-switcher
10713         * tools/update-po
10714         * tools/vcard2xml.py
10715         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
10716                 update FSF address
10717
10718 2005-09-21 [colin]      1.9.14cvs46
10719
10720         * src/gedit-print.c
10721         * src/procmsg.c
10722         * src/procmsg.h
10723         * src/textview.c
10724         * src/summaryview.c
10725                 Remove some printing hacks (deselection/reselection),
10726                 which by the way fix printing the currently 
10727                 displayed mime part (still only text)
10728                 Plus a little optimisation of summary_show
10729
10730
10731 2005-09-20 [colin]      1.9.14cvs45
10732
10733         * src/mainwindow.c
10734         * src/messageview.c
10735                 GUI fixups: add accels, set message
10736                 view title to displayed mail's subject
10737         * src/prefs_spelling.c
10738         * src/gtk/gtkaspell.c
10739                 GUI fixups: allow underlining misspelled
10740                 words instead of coloring them (a11y!)
10741
10742 2005-09-19 [colin]
10743
10744         1.9.15rc3 released
10745
10746 2005-09-19 [colin]      1.9.14cvs44
10747
10748         * src/compose.c
10749                 Fix draft message
10750         * src/gtk/gtkaspell.c
10751                 Fix wrong test ;-)
10752
10753 2005-09-19 [colin]      1.9.14cvs43
10754
10755         * src/addressbook.c
10756                 Fix sensitivity of Delete button
10757         * src/compose.c
10758                 Warn if the requested Privacy system
10759                 is not available
10760         * src/exphtmldlg.c
10761         * src/expldifdlg.c
10762         * src/importldif.c
10763         * src/importmutt.c
10764         * src/importpine.c
10765                 Fix crappy UI
10766         * src/
10767         * src/ssl.h
10768         * src/prefs_account.h
10769         * src/prefs_account.c
10770                 Save SSL prefs even in builds that have
10771                 SSL support disable
10772         * src/imap.c
10773         * src/inc.c
10774         * src/news.c
10775         * src/send_message.c
10776                 Warn if connection should be secure, but
10777                 SSL support isn't compiled in
10778         * src/gtkaspell.c
10779                 Fix word separation on UTF-8 systems
10780                 Fixes bug #812 (Strange inline spellchecking)
10781         * src/compose.c
10782                 Warn if the requested Privacy system
10783                 is not available
10784                 Factorize offline warning
10785         * src/imap.c
10786         * src/imap_gtk.c
10787         * src/imap_gtk.h
10788         * src/inc.h
10789         * src/news_gtk.c
10790         * src/news_gtk.h
10791         * src/messageview.c
10792                 Factorize offline warning
10793
10794 2005-09-19 [paul]
10795
10796         1.9.15-rc2 released
10797
10798 2005-09-18 [colin]      1.9.14cvs42
10799
10800         * src/codeconv.c
10801         * src/codeconv.h
10802         * src/procmime.c
10803                 Add a way to get locale's charset ignoring utf-8,
10804                 and use that as default encoding for broken mails
10805
10806 2005-09-18 [colin]      1.9.14cvs41
10807
10808         * src/gtk/logwindow.c
10809                 Translate string. Patch by Fabien Vantard
10810
10811 2005-09-18 [colin]      1.9.14cvs40
10812
10813         * configure.ac
10814                 Fix bug #803 (IMAP/SSL support breaks with 
10815                 GnuTLS libetpan 0.38)
10816
10817 2005-09-18 [colin]      1.9.14cvs39
10818
10819         * src/codeconv.c
10820         * src/compose.c
10821         * src/procmime.c
10822                 More charsets fixes. Fixes bug #806 (non
10823                 ascii characters in subject line)
10824
10825 2005-09-17 [paul]       1.9.14cvs38
10826
10827         * src/folderview.c
10828         * src/mainwindow.c
10829                 fix gcc-2.95 issues
10830                 Patch by Pawel Pekala
10831
10832 2005-09-17 [colin]      1.9.14cvs37
10833
10834         * src/addrindex.c
10835                 bugfix for NO-USE LDAP compilation, patch 
10836                 by Fabien Vantard
10837
10838 2005-09-17 [colin]      1.9.14cvs36
10839
10840         * src/prefs_actions.c
10841         * src/prefs_customheader.c
10842         * src/prefs_display_header.c
10843         * src/prefs_filtering_action.c
10844         * src/prefs_matcher.c
10845         * src/prefs_toolbar.c
10846                 Fix strange casts (less elegant but
10847                 works better)
10848
10849 2005-09-16 [colin]      1.9.14cvs35
10850
10851         * src/jpilot.c
10852                 Missed that one
10853
10854 2005-09-16 [colin]      1.9.14cvs34
10855
10856         * configure.ac
10857         * src/Makefile.am
10858         * src/addr_compl.c
10859         * src/addrindex.c
10860         * src/browseldap.c
10861         * src/editldap.c
10862         * src/ldaplocate.c
10863         * src/ldapquery.c
10864         * src/ldapquery.h
10865         * src/ldapserver.c
10866         * src/ldapserver.h
10867         * src/main.c
10868         * src/matcher_parser_parse.y
10869         * src/prefs_themes.c
10870         * src/etpan/Makefile.am
10871         * src/gtk/description_window.c
10872         * src/plugins/clamav/Makefile.am
10873         * src/plugins/clamav/clamav_plugin.c
10874         * src/plugins/dillo_viewer/Makefile.am
10875         * src/plugins/pgpcore/Makefile.am
10876         * src/plugins/pgpinline/Makefile.am
10877         * src/plugins/pgpmime/Makefile.am
10878         * src/plugins/trayicon/Makefile.am
10879                 Fix 100% cpu usage in address completion list
10880                 Fix little bugs (return with no values etc)
10881                 Fix all warnings (with common CFLAGS)
10882
10883 2005-09-15 [colin]      1.9.14cvs33
10884
10885         * src/addressbook.c
10886                 Fix bug where sometimes a group's email list is empty,
10887                 force its refresh (probably fixes "Re: how to create a 
10888                 distribution list")
10889         * src/ldapquery.c
10890                 Don't return to the callback in the main thread from the
10891                 fetch thread (or face segs!)
10892
10893 2005-09-15 [paul]       1.9.14cvs32
10894
10895         * src/prefs_matcher.c
10896                 forgotten in last commit
10897
10898 2005-09-15 [paul]       1.9.14cvs31
10899
10900         * src/prefs_actions.c
10901         * src/prefs_filtering_action.c
10902         * src/prefs_quote.c
10903         * src/quote_fmt.c
10904         * src/summaryview.c
10905         * src/gtk/description_window.c
10906         * src/gtk/description_window.h
10907         * src/gtk/quicksearch.c
10908                 allow interaction with the called
10909                 description window
10910                 Patch by Anders Hammar
10911
10912 2005-09-14 [paul]       1.9.14cvs30
10913
10914         * src/compose.c
10915                 fix a little annoyance when pasting with 3rd button 
10916                 with wrap_pastes=0 and wrap_input=1
10917                 Patch by Colin
10918
10919 2005-09-14 [paul]       1.9.14cvs29
10920
10921         * src/prefs_account.c
10922                 disable 'Filter messages on receiving' for
10923                 SMTP-only accounts
10924                 Patch  by Anders Hammar
10925
10926 2005-09-14 [paul]       1.9.14cvs28
10927
10928         * po/sk.po
10929                 fix crash
10930                 updated by Andrej Kacian
10931
10932 2005-09-14 [paul]
10933
10934         1.9.15-rc1 released
10935
10936 2005-09-14 [paul]       1.9.14cvs27
10937
10938         * po/es.po
10939                 updated by Ricardo Mones Lastra
10940         * src/compose.c
10941         * src/compose.h
10942                 associate no_wrap_tags to Compose windows
10943                 instead of using a static one
10944                 Patch by Colin
10945         * src/mbox.c
10946                 fix proc_mbox()
10947                 Patch by wwp
10948         * src/textview.c
10949                 remove unneeded printf()
10950
10951 2005-09-14 [paul]       1.9.14cvs26
10952
10953         * src/addrcache.c
10954         * src/codeconv.h
10955         * src/folder.h
10956         * src/mainwindow.h
10957         * src/mh.c
10958         * src/mimeview.h
10959         * src/partial_download.c
10960         * src/pop.c
10961         * src/prefs_account.c
10962         * src/prefs_account.h
10963         * src/prefs_actions.c
10964         * src/prefs_customheader.c
10965         * src/prefs_display_header.c
10966         * src/prefs_filtering_action.c
10967         * src/prefs_matcher.c
10968         * src/prefs_toolbar.c
10969         * src/privacy.h
10970         * src/procmime.c
10971         * src/procmime.h
10972         * src/procmsg.h
10973         * src/textview.c
10974         * src/undo.h
10975         * src/common/plugin.c
10976         * src/common/session.h
10977         * src/common/socket.c
10978         * src/common/socket.h
10979         * src/common/template.c
10980         * src/gtk/gtkaspell.c
10981         * src/gtk/quicksearch.h
10982         * src/plugins/pgpcore/passphrase.c
10983         * src/plugins/pgpcore/prefs_gpg.h
10984         * src/plugins/pgpcore/select-keys.c
10985         * src/plugins/pgpcore/select-keys.h
10986         * src/plugins/pgpcore/sgpgme.c
10987         * src/plugins/pgpinline/pgpinline.c
10988         * src/plugins/pgpmime/pgpmime.c
10989         * src/plugins/trayicon/trayicon.c
10990                 fix compilation warnings
10991                 Patch by Daniel Gustafson
10992
10993 2005-09-14 [paul]       1.9.14cvs25
10994
10995         * src/addressbook.c
10996                 add missing column header, and other small
10997                 bug fixes
10998                 Patch by Anders Hammar
10999
11000 2005-09-13 [colin]      1.9.14cvs24
11001
11002         * src/gtk/gtkaspell.c
11003                 Fix non-utf8 in menu
11004                 Fix little leaks
11005                 Nullify struct members after free()s
11006
11007 2005-09-13 [colin]      1.9.14cvs23
11008
11009         * src/compose.c
11010                 Test utf8 compliance before inserting to 
11011                 buffer, and try to convert if necessary
11012         * src/procmime.c
11013                 If no charset is present, use the locale 
11014                 one instead of us-ascii
11015         * src/procmsg.c
11016                 Add Sender, List-Post and To in the checked 
11017                 headers for automatic rules creation 
11018                 (thanks to wwp)
11019         * src/prefs_themes.c
11020         * src/gtk/gtkaspell.c
11021                 Remove deprecated functions. 
11022                 patch by Daniel Gustafson
11023
11024 2005-09-12 [colin]      1.9.14cvs22
11025
11026         * src/compose.c
11027                 Fix bug #448 (Scrolling/Redraw issue with 
11028                 address-fields in Header)
11029         * src/mainwindow.c
11030         * src/summaryview.c
11031         * src/summaryview.h
11032                 Fix loss of MSG_MARKED on move/copy
11033                 Fix bug #804 (Quicksearch togglebutton doesn't 
11034                 get depressed after '/' key is pressed)
11035
11036 2005-09-12 [paul]       1.9.14cvs21
11037
11038         * AUTHORS
11039         * src/gtk/logwindow.c
11040                 add 'Clear Log' to popup menu
11041                 Patch by Anders Hammar <anders.hammar@telia.com>
11042
11043 2005-09-12 [paul]       1.9.14cvs20
11044
11045         * src/compose.c
11046                 set correct sensitivity on attachments
11047                 popup menu
11048         * src/folder.c
11049                 fix typo
11050         * src/prefs_spelling.c
11051                 fix crash when no LANG env is set
11052         * src/common/xml.c
11053                 fix crash in wizard
11054                 don't use memeory after free
11055
11056         All patches by Daniel Gustafson
11057
11058 2005-09-12 [paul]       1.9.14cvs19
11059
11060         * src/prefs_themes.c
11061                 make theme info selectable
11062         * src/gtk/description_window.c
11063                 make window non-modal
11064         * tools/README
11065                 add details of asus_mailed.sh
11066         * tools/claws.i18n.status.pl
11067                 update for new zh_TW translator
11068                 widen the output
11069                 create alternate coloured lines
11070                 improve readability
11071
11072 2005-09-10 [colin]      1.9.14cvs18
11073
11074         * src/plugins/pgpcore/select-keys.c
11075                 Better order for the buttons
11076
11077 2005-09-10 [colin]      1.9.14cvs17
11078
11079         * src/compose.c
11080         * src/plugins/pgpcore/select-keys.c
11081         * src/plugins/pgpcore/select-keys.h
11082         * src/plugins/pgpcore/sgpgme.c
11083                 Add a "Don't encrypt" button to the key
11084                 selection dialog. Fixes bug #177 (There should be a 
11085                 'Don't encrypt button in the Select Keys dialog)
11086
11087 2005-09-10 [colin]      1.9.14cvs16
11088
11089         * src/compose.c
11090                 Fix bug #572 (%X option does not work with templates)
11091
11092 2005-09-10 [colin]      1.9.14cvs15
11093
11094         * src/toolbar.c 
11095                 Remove g_print
11096
11097 2005-09-10 [colin]      1.9.14cvs14
11098
11099         * src/imap.c
11100                 Fix a possible crash
11101
11102 2005-09-09 [colin]      1.9.14cvs13
11103
11104         * src/imap.c
11105         * src/etpan/imap-thread.c
11106         * src/etpan/imap-thread.h
11107                 Fix moving from queue or drafts to normal folders
11108                 Fix bug #794 (No way to delete without expunging)
11109                 Take flags unset by other mailers into account
11110                 Take deleted flag set by other mailers into account
11111                 Fix unsetting REPLIED flag
11112                 Fix crash when capabilities can't be retrieved
11113         * src/mainwindow.c
11114         * src/mainwindow.h
11115                 Add M_DELAYED_FLAGS condition, and let the user use
11116                 Execute in order to be able to expunge deleted mails,
11117                 even if he's not in delayed execute mode
11118         * src/prefs_spelling.c
11119                 Use 'en' dictionary by default if LANG is POSIX or C
11120         * src/gtk/prefswindow.c
11121                 Fix bug #767 (Preferences windows expanding) by making
11122                 the window a bit larger when the resolution is greater
11123                 than 640x480, and by putting the prefs in a
11124                 GtkScrolledWindow.
11125
11126 2005-09-09 [paul]       1.9.14cvs12
11127
11128         * AUTHORS
11129         * configure.ac
11130         * po/zh_TW.Big5.po      ** REMOVED **
11131         * po/zh_TW.po           ** ADDED **
11132                 updated by Wei-Lun Chao
11133
11134 2005-09-09 [paul]       1.9.14cvs11
11135
11136         * src/mainwindow.c
11137                 fix asserts
11138         * src/common/xml.c
11139                 delay memory allocation until file is
11140                 opened successfully
11141                 Patch by Daniel Gustafson
11142
11143 2005-09-09 [colin]      1.9.14cvs10
11144
11145         * src/imap.c
11146                 Add guards
11147
11148 2005-09-08 [colin]      1.9.14cvs9
11149
11150         * src/compose.c
11151                 Alert when we can't save draft
11152                 Fix various wrap/color issues
11153                 Add mid-click pasting respecting wrap_paste option
11154         * src/folder.c
11155         * src/folder.h
11156         * src/folder_item_prefs.c
11157         * src/folder_item_prefs.h
11158         * src/imap.c
11159         * src/imap_gtk.c
11160         * src/imap_gtk.h
11161         * src/main.c
11162         * src/mainwindow.c
11163         * src/mainwindow.h
11164         * src/news.c
11165         * src/news_gtk.c
11166         * src/news_gtk.h
11167         * src/prefs_folder_item.c
11168                 Fix the impossibility to synchronise folders for
11169                 offline use (IMAP and NNTP are concerned)
11170
11171 2005-09-08 [colin]      1.9.14cvs8
11172
11173         * configure.ac
11174                 Build LDAP and JPilot by default if available
11175         * src/textview.c
11176                 Fix use after free
11177
11178 2005-09-08 [paul]       1.9.14cvs7
11179
11180         * doc/manual/en/sylpheed-1.html
11181         * doc/manual/en/sylpheed-18.html
11182         * doc/manual/en/sylpheed-19.html
11183         * doc/manual/en/sylpheed-4.html
11184         * doc/manual/en/sylpheed-6.html
11185         * doc/manual/en/sylpheed.html
11186                 a few minor updates, plus include some
11187                 details about plugins and their requirements
11188         * src/mainwindow.c
11189                 minor changes to English in /View/Sort
11190
11191 2005-09-07 [colin]      1.9.14cvs6
11192
11193         * doc/manual/en/sylpheed-1.html
11194         * doc/manual/en/sylpheed-10.html
11195         * doc/manual/en/sylpheed-11.html
11196         * doc/manual/en/sylpheed-12.html
11197         * doc/manual/en/sylpheed-13.html
11198         * doc/manual/en/sylpheed-14.html
11199         * doc/manual/en/sylpheed-15.html
11200         * doc/manual/en/sylpheed-16.html
11201         * doc/manual/en/sylpheed-17.html
11202         * doc/manual/en/sylpheed-18.html
11203         * doc/manual/en/sylpheed-19.html
11204         * doc/manual/en/sylpheed-2.html
11205         * doc/manual/en/sylpheed-20.html
11206         * doc/manual/en/sylpheed-21.html
11207         * doc/manual/en/sylpheed-22.html
11208         * doc/manual/en/sylpheed-3.html
11209         * doc/manual/en/sylpheed-4.html
11210         * doc/manual/en/sylpheed-5.html
11211         * doc/manual/en/sylpheed-6.html
11212         * doc/manual/en/sylpheed-7.html
11213         * doc/manual/en/sylpheed-8.html
11214         * doc/manual/en/sylpheed-9.html
11215         * doc/manual/en/sylpheed.html
11216                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
11217
11218 2005-09-07 [colin]      1.9.14cvs5
11219
11220         * src/mainwindow.c
11221                 Make labels more to-the-point
11222
11223 2005-09-07 [colin]      1.9.14cvs4
11224
11225         * doc/manual/en/sylpheed-1.html
11226         * doc/manual/en/sylpheed-12.html
11227         * doc/manual/en/sylpheed-13.html
11228         * doc/manual/en/sylpheed-14.html
11229         * doc/manual/en/sylpheed-15.html
11230         * doc/manual/en/sylpheed-16.html
11231         * doc/manual/en/sylpheed-17.html
11232         * doc/manual/en/sylpheed-18.html
11233         * doc/manual/en/sylpheed-19.html
11234         * doc/manual/en/sylpheed-2.html
11235         * doc/manual/en/sylpheed-20.html
11236         * doc/manual/en/sylpheed-21.html
11237         * doc/manual/en/sylpheed-22.html
11238         * doc/manual/en/sylpheed-4.html
11239         * doc/manual/en/sylpheed-5.html
11240         * doc/manual/en/sylpheed-6.html
11241         * doc/manual/en/sylpheed-7.html
11242         * doc/manual/en/sylpheed-8.html
11243         * doc/manual/en/sylpheed-9.html
11244         * doc/manual/en/sylpheed.html
11245                 Update manual
11246
11247 2005-09-07 [colin]      1.9.14cvs3
11248
11249         * doc/faq/en/sylpheed-faq-1.html
11250         * doc/faq/en/sylpheed-faq-2.html
11251         * doc/faq/en/sylpheed-faq-3.html
11252         * doc/faq/en/sylpheed-faq.html
11253                 Update FAQ
11254
11255 2005-09-07 [colin]      1.9.14cvs2
11256
11257         * src/folderview.c
11258         * src/procmsg.c
11259         * src/summaryview.c
11260         * src/toolbar.c
11261                 Fix special subfolders:
11262                 - Inherit parent's icon
11263                 - sent contents of queues subfolders
11264                 - empty subfolders of trashes
11265         * src/mainwindow.c
11266                 Remove outdated manual and faq entries
11267         * src/common/utils.c
11268                 Add quotes around %s coming from mailcap
11269
11270 2005-09-07 [colin]      1.9.14cvs1
11271
11272         * src/compose.c
11273                 After saving draft, set modified to FALSE
11274         * src/mimeview.c
11275         * src/common/utils.c
11276         * src/common/utils.h
11277                 Try to open mime parts using what is 
11278                 indicated in ~/.mailcap or /etc/mailcap,
11279                 if possible.
11280
11281 2005-09-05 [paul]       1.9.14
11282
11283         1.9.14 released
11284
11285         * po/sk.po
11286                 updated by Andrej Kacian
11287
11288 2005-09-05 [paul]       1.9.13cvs83
11289
11290         * po/de.po
11291         * po/es.po
11292         * po/fi.po
11293         * po/fr.po
11294         * po/nb.po
11295         * po/pt_BR.po
11296         * po/sr.po
11297                 updated translations by Thomas Gilgin, Ricardo Mones
11298                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
11299                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
11300
11301 2005-09-04 [paul]       1.9.13cvs82
11302
11303         * src/compose.c
11304                 only warn about exceeded line length limit
11305                 on send
11306
11307 2005-09-04 [paul]       1.9.13cvs81
11308
11309         * src/compose.c
11310                 fix crash in 'line length exceeded' dialogue
11311
11312 2005-09-02 [paul]       1.9.13cvs80
11313
11314         * src/imap.c
11315                 fix bug 795, 'Connection lost IMAP'
11316                 and add statusbar prints
11317                 Patch by Colin
11318
11319 2005-09-02 [paul]       1.9.13cvs79
11320
11321         * src/compose.c
11322                 compose_wrap_paragraph() becomes
11323                 compose_beautify_paragraph()
11324                 Patch by Colin
11325
11326 2005-09-02 [colin]      1.9.13cvs78
11327
11328         * src/folderview.c
11329                 Micro-fix
11330
11331 2005-09-01 [colin]      1.9.13cvs77
11332
11333         * src/imap.c
11334                 Maybe fix bug #795 (Connection lost IMAP)
11335                 Don't try to send logout when we're disconnected.
11336         * src/summaryview.c
11337                 Include locked and marked emails in HRM
11338                 view. Fixes bug #800 (Locked messages no longer 
11339                 show up when hide read messages is used)
11340
11341 2005-09-01 [paul]       1.9.13cvs76
11342
11343         * src/prefs_common.c
11344                 fix bad cutting
11345
11346 2005-08-31 [colin]      1.9.13cvs75
11347
11348         * src/folderview.c
11349         * src/folderview.h
11350         * src/prefs_summaries.c
11351         * src/summaryview.c
11352                 Fix "go to next new", fix preference
11353                 (Open unread/next swapped)
11354
11355 2005-08-31 [paul]       1.9.13cvs74
11356
11357         * src/compose.c
11358         * src/folderview.c
11359         * src/headerview.c
11360         * src/headerview.h
11361         * src/mainwindow.c
11362         * src/prefs_common.c
11363         * src/prefs_common.h
11364         * src/prefs_fonts.c
11365         * src/summaryview.c
11366         * src/textview.c
11367         * src/common/defs.h
11368                 remove obsolete BOLD_FONT setting
11369                 fix font update in headerview and textview
11370                 headers after prefs change
11371                 Patch By Colin
11372
11373 2005-08-31 [paul]
11374
11375         1.9.14-rc4 released
11376
11377 2005-08-30 [colin]      1.9.13cvs73
11378
11379         * src/summaryview.c
11380                 When Hide read messages is selected and we
11381                 refresh the summaryview, don't remove the 
11382                 currently displayed message. Fixes bug #797
11383                 (Summary view reloads when new mail is 
11384                 downloaded in 1.9.14 rc)
11385
11386 2005-08-30 [colin]      1.9.13cvs72
11387
11388         * src/folderview.c
11389                 Fix flickering
11390         * src/mainwindow.c
11391                 Remove useless callback
11392         * src/mimeview.c
11393         * src/gtk/filesel.c
11394         * src/gtk/filesel.h
11395                 Add a filesel_select_file_save_folder() - used by Save All
11396
11397 2005-08-29 [paul]       1.9.13cvs71
11398
11399         * AUTHORS
11400         * src/matcher_parser_parse.y
11401         * src/etpan/imap-thread.c
11402                 fix building on FreeBSD
11403                 Patch by Daniel Gustafson <daniel@hobbit.se>
11404
11405 2005-08-29 [paul]       1.9.13cvs70
11406
11407         * src/plugins/pgpinline/pgpinline.c
11408                 only initialise sig result if it's been handled
11409                 Patch by Colin
11410
11411 2005-08-29 [paul]       1.9.13cvs69
11412         
11413         Patches by Colin:
11414
11415         * src/imap.c
11416         * src/common.utils.c
11417         * src/common/utils.h
11418                 optimisation
11419         * src/stock_pixmap.h
11420                 fix wrong icon reference
11421         * src/pixmaps/trash_btn.xpm
11422                 replace with nicer image
11423
11424 2005-08-28 [colin]      1.9.13cvs68
11425
11426         * src/Makefile.am
11427         * src/stock_pixmap.c
11428         * src/stock_pixmap.h
11429         * src/toolbar.c
11430         * src/pixmaps/trash_btn.xpm
11431                 Add a specific trash xpm for the button
11432
11433 2005-08-28 [colin]      1.9.13cvs67
11434
11435         * src/imap.c
11436                 Fix leak
11437
11438 2005-08-27 [colin]      1.9.13cvs66
11439
11440         * src/imap.c
11441         * src/procmime.c
11442                 Correctly fix "Problem with replies", fixes
11443                 pgpmime encryption too. 
11444
11445 2005-08-27 [colin]      1.9.13cvs65
11446
11447         * src/folder.c
11448         * src/procmsg.c
11449         * src/procmsg.h
11450         * src/summaryview.c
11451                 Fix bug #517 (messages removed from summaryview 
11452                 when moving fails)
11453
11454 2005-08-27 [colin]      1.9.13cvs64
11455
11456         * tools/Makefile.am
11457         * tools/asus_mailled.sh
11458                 Add a script to blink ASUS laptops' mail LED where there
11459                 is unread mail.
11460
11461 2005-08-27 [colin]      1.9.13cvs63
11462
11463         * src/imap.c
11464         * src/etpan/imap-thread.c
11465         * src/etpan/imap-thread.h
11466                 Implement automatic choosing of login method
11467                 Fixes bug #791
11468         * src/gtk/.cvsignore
11469                 Add sylpheed-marshal.[ch]
11470
11471 2005-08-27 [colin]      1.9.13cvs62
11472
11473         * src/common/utils.c
11474                 Fix confusing perror
11475
11476 2005-08-27 [colin]      1.9.13cvs61
11477
11478         * src/toolbar.c
11479         * src/toolbar.h
11480                 Remove A_DELETE, replace it with 
11481                 A_TRASH and A_DELETE_REAL. Automatically
11482                 rewrite config files to replace A_DELETE
11483                 with A_TRASH (no functionality change).
11484                 Fixes half of #794
11485
11486 2005-08-26 [colin]      1.9.13cvs60
11487
11488         * src/procmime.c
11489                 Previous "Problem with replies" fix brought other
11490                 problems, fixing them
11491
11492 2005-08-26 [colin]      1.9.13cvs59
11493
11494         * src/procmime.c
11495                 Fix "Problem with replies". This happened only
11496                 on IMAP...
11497         * src/procmsg.c
11498                 Factorize code a bit
11499         * src/compose.c
11500                 Speed improvement on very long messages (wrapping)
11501                 Fix signature color on Reedit and Redirect
11502                 On Reedit, don't attach pgp-signatures parts, but
11503                 set signing to On.
11504
11505 2005-08-24 [paul]       1.9.13cvs58
11506
11507         * src/compose.c
11508                 don't claim success when clicking
11509                 Cancel on the passphrase box.
11510                 Patch by Colin
11511
11512 2005-08-24 [paul]       1.9.13cvs57
11513
11514         * src/main.c
11515                 fix misplaced sylpheed.log
11516         * src/common/defs.h
11517                 define UIDL_DIR
11518
11519 2005-08-24 [paul]       1.9.13cvs56
11520
11521         * src/imap.c
11522         * src/etpan/imap-thread.c
11523         * src/etpan/imap-thread.h
11524                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
11525                 Patch by Colin
11526         * src/gtk/sylpheed-marshal.c    ** REMOVED **
11527         * src/gtk/sylpheed-marshal.h    ** REMOVED **
11528                 remove autogenerated files
11529         * tools/kdeservicemenu/README
11530         * tools/kdeservicemenu/install.sh
11531         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
11532         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
11533                 use Claws icon, use 'Sylpheed-Claws' in menu,
11534                 use kdialog, and other cleanups
11535
11536 2005-08-23 [paul]       1.9.13cvs55
11537
11538         * src/compose.c
11539                 fix paste/wrap crash
11540                 Patch by Colin
11541
11542 2005-08-23 [paul]       1.9.13cvs54
11543
11544         * src/main.c
11545                 fix crash recovery
11546                 Patch by Colin
11547
11548 2005-08-23 [paul]       1.9.13cvs53
11549
11550         * src/addressbook.c
11551         * src/editaddress.c
11552                 view all data of LDAP contacts
11553                 Patch by Colin
11554
11555 2005-08-23 [paul]       1.9.13cvs52
11556
11557         * src/addressbook.c
11558                 fix issues with the Search field
11559                 Patch by Colin
11560
11561 2005-08-22 [paul]       1.9.13cvs51
11562
11563         * src/folderview.c
11564                 put name of folder in processing dialog
11565                 title
11566         * src/prefs_folder_item.c
11567                 improve english usage
11568
11569 2005-08-22 [paul]       1.9.13cvs50
11570
11571         * src/filtering.c
11572         * src/filtering.h
11573         * src/matcher.c
11574         * src/matcher_parser_lex.l
11575         * src/matcher_parser_parse.y
11576         * src/prefs_filtering.c
11577                 add Filtering/Processing rule names feature.
11578                 (the incompatible old matcherrc is saved as
11579                 matcherrc.pre_names).
11580                 Patch by Colin
11581
11582 2005-08-22 [paul]       1.9.13cvs49
11583
11584         * src/procmsg.c
11585                 fix colour labelling
11586                 Patch by Colin
11587
11588 2005-08-22 [paul]       1.9.13cvs48
11589
11590         * src/textview.c
11591                 fix open_image_cb()
11592
11593 2005-08-22 [paul]       1.9.13cvs47
11594
11595         * src/imap.c
11596                 fix bug 789, 'SC crashes with imap (CVS ver)'
11597                 Patch by Colin
11598
11599 2005-08-22 [paul]       1.9.13cvs46
11600
11601         * src/mimeview.c
11602         * src/prefs_common.c
11603         * src/common/defs.h
11604                 define reused defaults in defs.h
11605         * src/textview.c
11606                 add 'Open image' to image popup menu
11607
11608 2005-08-21 [colin]      1.9.13cvs45
11609
11610         * src/summaryview.c
11611                 Fix bug #788 (Bogus "From" address displayed)
11612
11613 2005-08-20 [colin]      1.9.13cvs44
11614
11615         * src/folder.c
11616                 Fix buf #787 (multilevel delete causes SIGSEGV)
11617
11618 2005-08-19 [colin]      1.9.13cvs43
11619
11620         * src/inc.c
11621         * src/prefs_common.c
11622         * src/prefs_common.h
11623                 Add an hidden pref to allow modifying the
11624                 update stepping in incorporation.
11625                 Patch by wwp.
11626
11627 2005-08-19 [colin]      1.9.13cvs42
11628
11629         * src/compose.c
11630         * src/procmime.c
11631                 Workaround for broken MUAs: encode 
11632                 Content-type: name: as ASCII and 
11633                 Content-Disposition: filename: as
11634                 per rfc2231
11635         * src/prefs_account.c
11636                 Fix invisible-ness of SMTP SSL prefs
11637                 in NNTP accounts
11638
11639 2005-08-19 [paul]       1.9.13cvs41
11640
11641         * src/compose.c
11642         * src/prefs_common.c
11643         * src/prefs_common.h
11644         * src/prefs_wrapping.c
11645                 paste with or without wrapping.
11646                 patch by Colin
11647
11648 2005-08-19 [paul]       1.9.13cvs40
11649
11650         * src/prefs_common.c
11651         * src/prefs_common.h
11652         * src/summaryview.c
11653                 reintroduce enable_swap_from as a
11654                 hidden pref. patch by Colin
11655         * src/quote_fmt_parse.y
11656         * src/plugins/clamav/clamav_plugin.c
11657         * src/plugins/dillo_viewer/dillo_viewer.c
11658         * src/plugins/mathml_viewer/mathml_viewer.c
11659         * src/plugins/pgpcore/sgpgme.c
11660         * src/plugins/pgpinline/pgpinline.c
11661         * src/plugins/pgpmime/pgpmime.c
11662                 tidy up. patch by Colin
11663
11664 2005-08-19 [paul]       1.9.13cvs39
11665
11666         * configure.ac
11667                 complete cvs38's sync
11668         * src/editaddress.c
11669         * src/gedit-print.c
11670         * src/mutt.c
11671         * src/etpan/etpan-log.c
11672         * src/etpan/imap-thread.c
11673         * src/gtk/gtksourceprintjob.c
11674                 fix compilation warnings
11675                 (patch by Colin)
11676
11677 2005-08-19 [paul]       1.9.13cvs38
11678
11679         sync with main:
11680
11681         * src/account.c
11682         * src/action.c
11683         * src/addrbook.c
11684         * src/addrcache.c
11685         * src/addrharvest.c
11686         * src/addrindex.c
11687         * src/codeconv.c
11688         * src/compose.c
11689         * src/crash.c
11690         * src/exporthtml.c
11691         * src/exportldif.c
11692         * src/folder.c
11693         * src/image_viewer.c
11694         * src/inc.c
11695         * src/inc.h
11696         * src/jpilot.c
11697         * src/ldif.c
11698         * src/main.c
11699         * src/matcher.c
11700         * src/mbox.c
11701         * src/messageview.c
11702         * src/mh.c
11703         * src/mimeview.c
11704         * src/msgcache.c
11705         * src/mutt.c
11706         * src/news.c
11707         * src/partial_download.c
11708         * src/pine.c
11709         * src/pop.c
11710         * src/prefs_actions.c
11711         * src/prefs_common.c
11712         * src/prefs_customheader.c
11713         * src/prefs_display_header.c
11714         * src/prefs_gtk.c
11715         * src/prefs_themes.c
11716         * src/procheader.c
11717         * src/procmime.c
11718         * src/procmsg.c
11719         * src/recv.c
11720         * src/send_message.c
11721         * src/simple-gettext.c
11722         * src/sourcewindow.c
11723         * src/textview.c
11724         * src/vcard.c
11725         * src/common/defs.h
11726         * src/common/log.c
11727         * src/common/plugin.c
11728         * src/common/prefs.c
11729         * src/common/session.c
11730         * src/common/session.h
11731         * src/common/socket.c
11732         * src/common/socket.h
11733         * src/common/ssl_certificate.c
11734         * src/common/template.c
11735         * src/common/utils.c
11736         * src/common/utils.h
11737         * src/common/xml.c
11738         * src/gtk/about.c
11739         added wrappers for C library function that
11740                 take pathname arguments.
11741                 enabled compilation with MinGW.
11742                 use GDir instead of directly using opendir().
11743                 added rename_force().
11744
11745 2005-08-19 [paul]       1.9.13cvs37
11746         
11747         patches by Colin:
11748         * src/compose.c
11749                 fix privacy settings on re-editing
11750                 a sent message
11751         * src/jpilot.c
11752                 fix encoding bug
11753         * src/folder.c
11754         * src/procmsg.c
11755         * src/procmsg.h
11756         * src/summaryview.c
11757                 flag changing optimisation
11758
11759 2005-08-18 [martin]     1.9.13cvs36
11760
11761         * commitHelper
11762             added my login
11763         * src/addrcache.c
11764         * src/addrharvest.c
11765         * src/addrindex.c
11766         * src/compose.c
11767         * src/grouplistdialog.c
11768         * src/main.c
11769         * src/mainwindow.c
11770         * src/msgcache.c
11771         * src/mutt.c
11772         * src/pine.c
11773         * src/prefs_account.c
11774         * src/prefs_themes.c
11775         * src/stock_pixmap.c
11776         * src/summaryview.c
11777         * src/gtk/about.c
11778         * src/gtk/logwindow.c
11779             removed deprecated glib and gdk stuff
11780         * src/plugins/pgpcore/select-keys.c
11781             convert attributes from locale to utf8
11782
11783 2005-08-17 [paul]       1.9.13cvs35
11784
11785         * src/account.c
11786         * src/addressbook.c
11787                 use new GTK_STOCK_ icons if available
11788         * src/summaryview.c
11789         * src/gtk/gtksctree.c
11790         * src/gtk/gtksctree.h
11791                 faster range select. patch by Colin
11792
11793 2005-08-17 [paul]       1.9.13cvs34
11794
11795         patches by colin:
11796         * src/addressbook.c
11797         * src/addressitem.h
11798                 Add an edit button for contacts, fix selections
11799                 of gtksctree items
11800         * src/editaddress.c
11801                 Change labels, let Save be always possible in the
11802                 email and user atributes tabs
11803         * src/folderview.c
11804                 fix sort issues
11805         * src/summaryview.c
11806                 select next item instead of the displayed one
11807                 after deletion
11808
11809         * src/gtk/progressdialog.c
11810                 use prefs_common.enable_rules_hint
11811
11812 2005-08-13 [hoa]        1.9.13cvs33
11813
11814         * src/etpan/imap-thread.c
11815                 fixed build on Solaris.
11816
11817 2005-08-10 [colin]      1.9.13cvs32
11818
11819         * src/procmsg.c
11820                 Fix cvs31 (missing fclose before reading
11821                 the file)
11822
11823 2005-08-10 [colin]      1.9.13cvs31
11824
11825         * src/procmsg.c
11826                 Fix procmsg_msginfo_new_from_mimeinfo() when
11827                 the MimeInfo isn't stored in memory. This fixes
11828                 replying to an attached message.
11829
11830 2005-08-10 [colin]      1.9.13cvs30
11831
11832         * src/mainwindow.c
11833                 Fix slowness in account changing
11834
11835 2005-08-10 [colin]      1.9.13cvs29
11836
11837         * src/folder.c
11838         * src/folderutils.c
11839         * src/folderview.c
11840         * src/imap_gtk.c
11841         * src/mainwindow.c
11842         * src/mh_gtk.c
11843         * src/procmsg.c
11844         * src/summaryview.c
11845                 Optimize folder_has_parent_of_type
11846                 Prevent moving special sub-folders from contextual menus
11847                 Rework message a bit ("Empty all messages" -> "Delete all
11848                 messages")
11849                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
11850                 and "Deleted Items" folders)
11851
11852 2005-08-08 [colin]      1.9.13cvs28
11853
11854         * src/summaryview.c
11855         * src/prefs_summaries.c
11856                 Make "Select first unread|new" more flexible
11857                 (just prioritize new or unread)
11858
11859 2005-08-08 [colin]      1.9.13cvs27
11860
11861         * src/summaryview.c
11862                 If "select first new" is selected and there only
11863                 are unread messages, fallback to "select first
11864                 unread".
11865
11866 2005-08-08 [colin]      1.9.13cvs26
11867
11868         * src/folder.c
11869                 Fix shameful bugs (and bug #779)
11870
11871 2005-08-08 [colin]      1.9.13cvs25
11872
11873         * src/folder.c
11874         * src/folder.h
11875                 Cache parents' type to make folder_has_parent_of_type
11876                 faster
11877         * src/folderview.c
11878                 Forbid DnD of special sub-folders
11879         * src/procmsg.c
11880         * src/procmsg.h
11881                 Add MAIL_POSTFILTERING_HOOK
11882         * src/summaryview.c
11883                 Revert over-zealous deletion of the use_addr_book 
11884                 code
11885
11886 2005-08-07 [colin]      1.9.13cvs24
11887
11888         * src/folder.c
11889                 Fix big mistake (passing MsgInfo instead 
11890                 of FolderItem)
11891
11892 2005-08-07 [colin]      1.9.13cvs23
11893
11894         * src/compose.c
11895         * src/folder.c
11896         * src/folder.h
11897         * src/foldersel.c
11898         * src/folderutils.c
11899         * src/folderview.c
11900         * src/imap.c
11901         * src/mainwindow.c
11902         * src/messageview.c
11903         * src/mh.c
11904         * src/msgcache.c
11905         * src/procmime.c
11906         * src/summaryview.c
11907                 Make subfolders of Drafts, Queue, Outbox, Trash
11908                 work like their parents. 
11909                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
11910
11911 2005-08-07 [colin]      1.9.13cvs22
11912
11913         * src/addressbook.c
11914                 Fix bug #771 (Dragged contacts not saved)
11915
11916 2005-08-07 [paul]       1.9.13cvs21
11917
11918         * src/summaryview.c
11919                 fix bug 32 'Search Doesn't display results
11920                 if "Hide Read Messages" is chosen'
11921                 be more literal in interpreting 'Hide read
11922                 messages'
11923
11924 2005-08-07 [colin]      1.9.13cvs20
11925
11926         * src/folderview.c
11927                 Add debug
11928         * src/summaryview.c
11929                 Faster 'unthread_for_execution'
11930
11931 2005-08-06 [paul]       1.9.13cvs19
11932
11933         * src/mainwindow.c
11934                 add mnemonics to Set displayed columns
11935                 fix bug where msgview_visible option was
11936                 overwritten as TRUE on startup
11937
11938 2005-08-06 [paul]       1.9.13cvs18
11939
11940         * src/mainwindow.c
11941                 refer to 'displayed columns in folder/message
11942                 list' not 'displayed items in summary/message view'
11943         * src/prefs_display_header.c
11944                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
11945                 be consistent with similar dialogues
11946         * src/prefs_folder_column.c
11947         * src/prefs_summary_column.c
11948                 'columns' not 'items', and folder and message lists,
11949                 instead of folder and summary views;
11950                 Use 'Hidden columns' as list heading not 'Available
11951                 items';
11952                 move the 'Remove' button to the right hand side;
11953                 top-align the buttons;
11954                 remove unneeded vbox
11955         * src/prefs_summaries.c
11956                 put the 2 column prefs buttons in a frame to reduce
11957                 overall width; refer to columns not items &c.
11958
11959 2005-08-05 [colin]      1.9.13cvs17
11960
11961         * src/prefs_common.c
11962         * src/prefs_common.h
11963         * src/mainwindow.c
11964         * src/compose.c
11965         * src/messageview.c
11966                 Add an hidden toolbar_detachable pref, so
11967                 that I can get rid of these painful handles
11968                 in the toolbars. Defaults to TRUE to avoid
11969                 changing the GUI on unsuspecting people...
11970
11971 2005-08-05 [colin]      1.9.13cvs16
11972
11973         * src/Makefile.am
11974         * src/prefs_folder_column.c
11975         * src/prefs_folder_column.h
11976                 Add prefs for folder columns
11977         * src/folderview.c
11978         * src/folderview.h
11979         * src/mainwindow.c
11980         * src/mainwindow.h
11981         * src/prefs_common.c
11982         * src/prefs_common.h
11983         * src/prefs_summaries.c
11984                 Use them
11985         * src/prefs_summary_column.c
11986         * src/summaryview.c
11987         * src/summaryview.h
11988                 Add a To column
11989         * src/textview.c
11990         * src/common/utils.c
11991         * src/common/utils.h
11992                 Move uri colourisation functions
11993                 to utils
11994         * src/compose.c
11995                 Colourise URIs
11996         * src/imap.c
11997                 Fix bug with LIST where we'd try
11998                 to get Folder//////[...]/// 
11999
12000 2005-08-05 [paul]       1.9.13cvs15
12001
12002         * src/prefs_summaries.c
12003                 improve the English usage
12004         * src/summaryview.c
12005                 set font on column change
12006                 thanks to Colin
12007
12008 2005-08-05 [paul]       1.9.13cvs14
12009
12010         * src/prefs_common.c
12011         * src/prefs_common.h
12012         * src/prefs_summaries.c
12013         * src/summaryview.c
12014                 replace 'open_unread_on_enter' option with
12015                 'select_on_entry' option. opening/not opening
12016                 is now exclusively controlled by 'always_show_msg'
12017
12018 2005-08-04 [colin]      1.9.13cvs13
12019
12020         * src/compose.c
12021                 Remove dead code
12022                 Add colourisation of quotes and signatures
12023         * src/folderview.c
12024                 Fix possible crashes
12025         * src/messageview.c
12026                 Change an assert that is no problem
12027         * src/news.c
12028         * src/news_gtk.c
12029         * src/news_gtk.h
12030                 Fix offline mode
12031         * src/gtk/quicksearch.c
12032                 Fix a possible crash
12033
12034 2005-08-03 [colin]      1.9.13cvs12
12035
12036         * src/prefs_account.c
12037                 Fix bug #777 (Sylpheed crash in account configuration)
12038
12039 2005-08-03 [colin]      1.9.13cvs11
12040
12041         * src/addressbook.c
12042         * src/editaddress.c
12043         * src/editgroup.c
12044                 Fixing addressbook, round 2
12045         * src/textview.c
12046                 Fix emphasis color on rechecking 'Colorize messages'
12047
12048 2005-08-03 [paul]       1.9.13cvs10
12049
12050         sync with main
12051
12052         * src/addr_compl.c
12053         * src/compose.c
12054         * src/main.c
12055         * src/pop.c
12056         * src/prefs_account.c
12057         * src/procmime.c
12058         * src/procmsg.c
12059         * src/quote_fmt_parse.y
12060         * src/textview.c
12061         * src/common/quoted-printable.c
12062         * src/common/utils.c
12063         * src/common/utils.h
12064         * src/common/xml.c
12065                 replaced incorrect locale-independent
12066                 ctype functions with GLib's. Corrected
12067                 signedness mismatch.
12068         * src/headerview.c
12069                 headerview_create(): added spacing for vbox.
12070         * src/gtk/about.c
12071                 set focus to the OK button.
12072
12073 2005-08-03 [colin]      1.9.13cvs9
12074
12075         * src/folderview.c
12076                 Fix possible crash
12077
12078 2005-08-02 [colin]      1.9.13cvs8
12079
12080         * src/mainwindow.c
12081                 Fix cast
12082         * src/addressbook.c
12083         * src/addressitem.h
12084                 Fix a cast and more generally, try to make the
12085                 GUI more intuitive and consistent (round 1)
12086
12087 2005-08-02 [paul]       1.9.13cvs7
12088
12089         * src/folder.h
12090                 missing in 1.9.13cvs6
12091
12092 2005-08-02 [colin]      1.9.13cvs6
12093
12094         * src/folder.c
12095                 Fix one more leak
12096
12097 2005-08-02 [colin]      1.9.13cvs5
12098
12099         * src/folder.c
12100         * src/folderview.c
12101         * src/imap.c
12102         * src/main.c
12103         * src/mbox.c
12104         * src/procmsg.c
12105         * src/summaryview.c
12106                 Fix a number of folder_item_get_msg_list()-related
12107                 leaks (missing procmsg_msginfo_free()s)
12108
12109 2005-08-01 [colin]      1.9.13cvs4
12110
12111         * src/folderview.c
12112         * src/folderview.h
12113         * src/mainwindow.c
12114         * src/prefs_fonts.c
12115         * src/prefs_summaries.c
12116         * src/prefs_themes.c
12117         * src/summaryview.c
12118         * src/summaryview.h
12119         * src/textview.c
12120         * src/textview.h
12121                 Fix instant-apply of summary and folderview-related prefs
12122                 Fix erroneous g_free and alertpanels in prefs_theme
12123                 Add instant-apply for fonts
12124                 Defer applying of prefs a little bit so it's done only
12125                 once even if requested by multiples prefs pages
12126
12127 2005-08-01 [paul]       1.9.13cvs3
12128
12129         * src/main.c
12130                 fix bug 776 'S.C. crashes on close'
12131                 thanks to Colin
12132         * src/etpan/etpan-thread-manager-types.h
12133                 add missing include
12134                 thanks to Hoa
12135
12136 2005-07-25 [paul]       1.9.13cvs2
12137
12138         * src/summaryview.c
12139                 fix typos. spotted by Fabien Vantard
12140
12141 2005-07-24 [paul]       1.9.13cvs1
12142
12143         * doc/man/sylpheed.1
12144                 update man page, incorporating fix of
12145                 bug 769 'Typo in manpage'
12146         * src/etpan/imap-thread.c
12147                 fix NetBSD openssl dependencies. patch by
12148                 George Michaelson <ggm@apnic.net>
12149         * po/pt_BR.po
12150                 updated by Frederico Goncalves Guimaraes
12151
12152 2005-07-22 [paul]       1.9.13
12153
12154         1.9.13 release
12155
12156 2005-07-22 [paul]       1.9.12cvs91
12157
12158         * AUTHORS
12159         * INSTALL
12160         * README.claws
12161         * RELEASE_NOTES.claws
12162                 updated for release
12163         * configure.ac
12164         * po/nb.po
12165         * tools/claws.i18n.status.pl
12166                 add Norwegian translation. submiited by
12167                 Geir Helland <pjallabais@users.sourceforge.net>
12168         * po/ca.po
12169         * po/de.po
12170         * po/es.po
12171         * po/fi.po
12172         * po/fr.po
12173         * po/it.po
12174         * po/sk.po
12175         * po/sr.po
12176         * po/zh_CN.po
12177                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12178                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
12179                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
12180                 Yang Guilong
12181         * src/plugins/clamav/clamav_plugin_gtk.c
12182         * src/plugins/spamassassin/spamassassin_gtk.c
12183                 replace outdated description strings
12184
12185 2005-07-21 [colin]      1.9.12cvs90
12186
12187         * src/folder.c
12188                 Set folder to batch mode when scanning it. Makes deletion
12189                 of unread mails on IMAP much faster (due to the UNREAD 
12190                 flag unsetting)
12191
12192 2005-07-21 [darko]      1.9.12cvs89
12193
12194         * configure.ac
12195                 link against libresolv if necessary (patch by Paul)
12196         * src/msgcache.c
12197                 use glib's portable macros to determine endianness
12198
12199 2005-07-21 [paul]       1.9.12cvs88
12200
12201         * src/crash.c
12202         * src/gtk/about.c
12203                 update compiled-in features list
12204
12205 2005-07-20 [colin]      1.9.12cvs87
12206
12207         * src/folder.c
12208         * src/textview.c
12209                 Gcc 2.9x compilation fixes, thanks to Darko
12210         * src/plugins/clamav/clamav_plugin.c
12211                 Little optimisation: load virus database only once
12212         * src/plugins/spamassassin/spamassassin.c
12213                 Big optimisation: filtering one mail took at least 1 second,
12214                 now it takes at least 50ms. Doesn't speed up spamassassin 
12215                 itself, but should already be much more tolerable.
12216
12217 2005-07-20 [colin]      1.9.12cvs86
12218
12219         * src/summaryview.c
12220                 Fix performance issue
12221
12222 2005-07-19 [colin]      1.9.12cvs85
12223
12224         * src/plugins/pgpinline/plugin.c
12225                 Fix warning
12226
12227 2005-07-19 [colin]      1.9.12cvs84
12228
12229         * configure.ac
12230         * src/plugins/Makefile.am
12231         * src/plugins/pgpinline/.cvsignore
12232         * src/plugins/pgpinline/Makefile.am
12233         * src/plugins/pgpinline/pgpinline.c
12234         * src/plugins/pgpinline/pgpinline.deps
12235         * src/plugins/pgpinline/pgpinline.h
12236         * src/plugins/pgpinline/plugin.c
12237                 Put pgpinline in the main tree
12238
12239 2005-07-19 [paul]       1.9.12cvs83
12240
12241         * src/prefs_actions.c
12242                 prevent '//' in menu names, which cause a crash
12243                 thanks to Colin
12244
12245 2005-07-19 [paul]       1.9.12cvs82
12246
12247         * configure.ac
12248                 be generally more informative in configure output.
12249                 OpenSSL: correction: '[ --enable-openssl ...' -> 
12250                 '[ --disable-openssl ...', as --enable-openssl is default
12251                 PGP/MIME: don't check for GPGME again, check for
12252                 pgpcore instead. Therefore prevent the possibility of
12253                 attempting to build pgpmime if pgpcore dependencies are
12254                 not met
12255                 ClamAV: use pkgconfig to check for lib
12256                 libgnomeprint: revert logic on inner test to match
12257                 everything else
12258         * src/plugins/pgpcore/sgpgme.c
12259                 add missing include
12260
12261 2005-07-19 [colin]      1.9.12cvs81
12262
12263         * src/summaryview.c
12264                 Fix slow thread rebuilding in particular
12265                 cases
12266
12267 2005-07-19 [paul]       1.9.12cvs80
12268
12269         * sylpheed-claws.desktop
12270                 fix typo, spotted by Stephan Sachse
12271         * src/account.c
12272                 replace GTK_STOCK_ADD with
12273                 GTK_STOCK_NEW button
12274
12275 2005-07-18 [colin]      1.9.12cvs79
12276
12277         * src/etpan/imap-thread.c
12278                 Fix return value (Thanks Hoa)
12279
12280 2005-07-18 [colin]      1.9.12cvs78
12281
12282         * src/imap.c
12283                 Allow empty passwords
12284                 Create drafts/queue/outbox if necessary
12285         * src/summaryview.c
12286                 Remove old code
12287         * src/etpan/imap-thread.c
12288                 Fix STARTTLS (Thanks to Hoa)
12289
12290 2005-07-18 [paul]       1.9.12cvs77
12291
12292         * ChangeLog-gtk2.jp
12293         * ChangeLog.jp
12294                 removed
12295         * Makefile.am
12296                 updated to reflect additions and removals
12297         * TODO
12298                 updated to be claws-specific
12299         * TODO-gtk2
12300         * TODO-gtk2.jp
12301         * TODO.jp
12302         * sylpheed-128x128.png
12303         * sylpheed-64x64.png
12304                 removed
12305         * sylpheed-claws-128x128.png
12306         * sylpheed-claws-64x64.png
12307         * sylpheed-claws.desktop
12308         * sylpheed-claws.png
12309                 added
12310         * sylpheed.desktop
12311         * sylpheed.png
12312                 removed
12313
12314 2005-07-17 [paul]       1.9.12cvs76
12315
12316         * src/account.c
12317         * src/addressbook.c
12318         * src/alertpanel.c
12319         * src/alertpanel.h
12320         * src/compose.c
12321         * src/exphtmldlg.c
12322         * src/expldifdlg.c
12323         * src/folderview.c
12324         * src/imap_gtk.c
12325         * src/inc.c
12326         * src/message_search.c
12327         * src/messageview.c
12328         * src/mh_gtk.c
12329         * src/news_gtk.c
12330         * src/prefs_actions.c
12331         * src/prefs_filtering.c
12332         * src/prefs_matcher.c
12333         * src/prefs_template.c
12334         * src/prefs_themes.c
12335         * src/ssl_manager.c
12336         * src/summary_search.c
12337         * src/textview.c
12338         * src/toolbar.c
12339         * src/gtk/sslcertwindow.c
12340         * src/plugins/pgpcore/sgpgme.c
12341                 rework alertpanels
12342
12343 2005-07-17 [colin]      1.9.12cvs75
12344
12345         * src/privacy.c
12346                 add a PrivacySystem accessor that checks that
12347                 the system cached in a MimeInfo's privacydata
12348                 is still registered. Use this accessor instead
12349                 of directly using data->system. Fixes crashes
12350                 after unloading pgp plugins.
12351
12352 2005-07-17 [colin]      1.9.12cvs74
12353
12354         * src/alertpanel.c
12355                 Change geometry hints to a simple default size.
12356                 Fixes the certs dialogs.
12357
12358 2005-07-17 [colin]      1.9.12cvs73
12359
12360         * src/gtk/sslcertwindow.c
12361                 Use a gtkExpander
12362
12363 2005-07-17 [colin]      1.9.12cvs72
12364
12365         * src/plugins/pgpcore/Makefile.am
12366         * src/plugins/pgpmime/Makefile.am
12367                 Add gpgme libs
12368
12369 2005-07-17 [paul]       1.9.12cvs71
12370
12371         * configure.ac
12372                 add --disable-gnomeprint option
12373                 modified version of patch by Marius Mauch
12374
12375 2005-07-17 [paul]       1.9.12cvs70
12376
12377         * src/common/defs.h
12378                 update urls
12379         * src/account.c
12380         * src/action.c
12381         * src/addressbook.c
12382         * src/compose.c
12383         * src/foldersel.c
12384         * src/folderview.c
12385         * src/html.c
12386         * src/imap_gtk.c
12387         * src/main.c
12388         * src/mainwindow.c
12389         * src/messageview.c
12390         * src/mh_gtk.c
12391         * src/mimeview.c
12392         * src/news_gtk.c
12393         * src/prefs_account.c
12394         * src/prefs_send.c
12395         * src/prefs_summaries.c
12396         * src/procmsg.c
12397         * src/summaryview.c
12398         * src/common/utils.c
12399         * src/common/xml.c
12400         * src/plugins/pgpcore/passphrase.c
12401         * src/plugins/pgpcore/select-keys.c
12402                 replace inappropriately used backticks
12403                 with single quotes
12404
12405 2005-07-16 [colin]      1.9.12cvs69
12406
12407         * src/image_viewer.c
12408                 Add extra paranoid checks
12409
12410 2005-07-16 [colin]      1.9.12cvs68
12411
12412         * src/plugins/pgpcore/prefs_gpg.c
12413                 Don't auto-check sigs by default, as it
12414                 can be really slow.
12415
12416 2005-07-16 [colin]      1.9.12cvs67
12417
12418         * src/plugins/pgpcore/sgpgme.c
12419                 Make messages a bit better.
12420
12421 2005-07-16 [colin]      1.9.12cvs66
12422
12423         * src/imap.c
12424                 Remove pseudo-log
12425         * src/etpan/imap-thread.c
12426                 Add real log
12427
12428 2005-07-16 [colin]      1.9.12cvs65
12429
12430         * src/main.c
12431         * src/prefs_other.c
12432                 And now, fix build with libetpan :-/
12433
12434 2005-07-15 [colin]      1.9.12cvs64
12435
12436         * src/prefs_other.c
12437                 Continue fixing build without libetpan.
12438
12439 2005-07-15 [colin]      1.9.12cvs63
12440
12441         * src/main.c
12442                 Fix build with --disable-libetpan
12443
12444 2005-07-15 [colin]      1.9.12cvs62
12445
12446         * configure.ac
12447                 Bump libetpan's version
12448
12449 2005-07-15 [colin]      1.9.12cvs61
12450
12451         * src/etpan/imap-thread.c
12452                 Actually stop logging :)
12453
12454 2005-07-15 [colin]      1.9.12cvs60
12455
12456         * src/addressbook.c
12457                 Fix dnd of multiple addresses.
12458
12459 2005-07-15 [hoa]        1.9.12cvs59
12460
12461         * src/etpan/imap-thread.c
12462             disable login of IMAP password in libetpan log file.
12463
12464 2005-07-15 [paul]       1.9.12cvs58
12465
12466         * src/account.c
12467                 don't automatically sort
12468                 do allow drag n drop
12469
12470 2005-07-15 [paul]       1.9.12cvs57
12471
12472         * src/account.c
12473         * src/ssl_manager.c
12474                 alphabetical listing
12475
12476 2005-07-15 [paul]       1.9.12cvs56
12477
12478         * src/gtk/pluginwindow.c
12479                 sort plugin list alphabetically
12480
12481 2005-07-15 [paul]       1.9.12cvs55
12482
12483         * src/prefs_spelling.c
12484         * src/prefs_wrapping.c
12485                 unify English usage
12486
12487 2005-07-15 [colin]      1.9.12cvs54
12488
12489         * src/wizard.c
12490                 Typo fix
12491
12492 2005-07-15 [paul]       1.9.12cvs53
12493
12494         * src/prefs_message.c
12495                 make 'show cursor' a hidden option
12496
12497 2005-07-14 [colin]      1.9.12cvs52
12498
12499         * src/plugins/spamassassin/Makefile.am
12500         * src/plugins/clamav/Makefile.am
12501                 Fix double EXTRA_DISTs
12502
12503 2005-07-14 [colin]      1.9.12cvs51
12504
12505         * src/plugins/clamav/Makefile.am
12506         * src/plugins/clamav/clamav_plugin_gtk.deps
12507         * src/plugins/spamassassin/Makefile.am
12508         * src/plugins/spamassassin/spamassassin_gtk.deps
12509                 Make $plugin_gtk depend on $plugin
12510
12511 2005-07-14 [hoa]        1.9.12cvs50
12512
12513         * src/etpan/imap-thread.c
12514                 enable debug log of libetpan when running with --debug
12515
12516 2005-07-14 [colin]      1.9.12cvs49
12517
12518         * configure.ac
12519         * src/common/Makefile.am
12520         * src/common/plugin.c
12521         * src/common/plugin.h
12522                 Add a little plugin dependancy system.
12523                 Plugins can ship a $plugin_name.deps file
12524                 (near them in PLUGINDIR) so that their
12525                 dependancies are loaded if possible.
12526         * src/plugins/Makefile.am
12527         * src/plugins/pgpcore/Makefile.am
12528         * src/plugins/pgpcore/passphrase.c
12529         * src/plugins/pgpcore/passphrase.h
12530         * src/plugins/pgpcore/plugin.c
12531         * src/plugins/pgpcore/prefs_gpg.c
12532         * src/plugins/pgpcore/prefs_gpg.h
12533         * src/plugins/pgpcore/select-keys.c
12534         * src/plugins/pgpcore/select-keys.h
12535         * src/plugins/pgpcore/sgpgme.c
12536         * src/plugins/pgpcore/sgpgme.h
12537                 Introduce pgpcore, used by pgpmime and
12538                 pgpinline
12539         * src/plugins/pgpmime/Makefile.am
12540         * src/plugins/pgpmime/passphrase.c
12541         * src/plugins/pgpmime/passphrase.h
12542         * src/plugins/pgpmime/pgpmime.c
12543         * src/plugins/pgpmime/pgpmime.deps
12544         * src/plugins/pgpmime/plugin.c
12545         * src/plugins/pgpmime/prefs_gpg.c
12546         * src/plugins/pgpmime/prefs_gpg.h
12547         * src/plugins/pgpmime/select-keys.c
12548         * src/plugins/pgpmime/select-keys.h
12549         * src/plugins/pgpmime/sgpgme.c
12550         * src/plugins/pgpmime/sgpgme.h
12551                 Remove the core from pgpmime and add the
12552                 dependancy to pgpcore.
12553
12554 2005-07-14 [paul]       1.9.12cvs48
12555
12556         * src/stock_pixmap.c
12557                 forgot this in last commit
12558
12559 2005-07-14 [paul]       1.9.12cvs47
12560
12561         * src/account.c
12562         * src/addressbook.c
12563                 add accelerators for the buttons (sync with main)
12564         * src/compose.c
12565         * src/compose.h
12566                 add accelerators for the buttons.
12567                 fix editing with external editor.
12568                 replace gdk_input_*() with GIOChannel;
12569                 (sync with main)
12570         * src/foldersel.c
12571                 display folder names with new/unread
12572                 representation (sync with main)
12573         * src/main.c
12574                 specify default window icon (sync with main)
12575         * src/prefs_common.c
12576                 use_addr_book default to FALSE
12577         * src/summaryview.c
12578         * src/textview.c
12579                 add accelerators for the buttons (sync with main)
12580         * src/gtk/menu.c
12581                 fix typos
12582         * src/pixmaps/sylpheed_icon.xpm
12583                 updated
12584
12585 2005-07-13 [paul]       1.9.12cvs46
12586
12587         * src/plugins/pgpmime/pgpmime.c
12588         * src/plugins/pgpmime/sgpgme.c
12589                 (temporarily) use deprecated gpgme_data_rewind()
12590                 while largefile support is not present
12591                 (as suggested by Colin)
12592
12593 2005-07-13 [paul]       1.9.12cvs45
12594
12595         * configure.ac
12596                 remove large file support (for now):
12597                 it breaks too many things
12598
12599 2005-07-13 [paul]       1.9.12cvs44
12600
12601         * configure.ac
12602                 add large file support
12603         * src/html.c
12604                 fix bug #763 where href attribute was not
12605                 the very first attribute of a link
12606                 patch by Thomas Gilgin
12607
12608 2005-07-13 [colin]      1.9.12cvs43
12609
12610         * src/gtk/pluginwindow.c
12611                 Little portability fix
12612
12613 2005-07-13 [colin]      1.9.12cvs42
12614
12615         * src/plugins/pgpmime/sgpgme.c
12616                 Fix crasher.
12617
12618 2005-07-13 [colin]      1.9.12cvs41
12619
12620         * src/plugins/pgpmime/pgpmime.c
12621         * src/plugins/pgpmime/sgpgme.c
12622                 Use gpgme_data_release_and_get_mem instead
12623                 of gpgme_data_read.
12624
12625 2005-07-13 [colin]      1.9.12cvs40
12626
12627         * configure.ac
12628         * src/plugins/pgpmime/passphrase.c
12629         * src/plugins/pgpmime/passphrase.h
12630         * src/plugins/pgpmime/pgpmime.c
12631         * src/plugins/pgpmime/plugin.c
12632         * src/plugins/pgpmime/select-keys.c
12633         * src/plugins/pgpmime/select-keys.h
12634         * src/plugins/pgpmime/sgpgme.c
12635         * src/plugins/pgpmime/sgpgme.h
12636                 Port pgpmime to gpgme-1.0.
12637
12638 2005-07-12 [paul]       1.9.12cvs39
12639
12640         * AUTHORS
12641         * src/toolbar.c
12642         * src/toolbar.h
12643                 add a 'Go to Prev' button to the toolbar.
12644                 correct tooltip text of go to buttons.
12645                 based on patch by Yang Guilong <bamanzi@gmail.com>
12646
12647 2005-07-12 [colin]      1.9.12cvs38
12648
12649         * src/statusbar.c
12650                 Fix progress bar showing stuff at startup.
12651
12652 2005-07-12 [paul]       1.9.12cvs37
12653
12654         * src/editjpilot.c
12655                 fix building with jpilot support
12656
12657 2005-07-11 [colin]      1.9.12cvs36
12658
12659         * src/inc.c
12660                 Add visual indication that filtering is running
12661         * src/textview.c
12662                 Make {}[] uri delimiters
12663         * src/summaryview.c
12664                 Remove useless (and slow) calls
12665
12666 2005-07-11 [paul]       1.9.12cvs35
12667
12668         * src/plugins/clamav/clamav_plugin_gtk.c
12669         * src/plugins/dillo_viewer/dillo_prefs.c
12670         * src/plugins/pgpmime/prefs_gpg.c
12671         * src/plugins/spamassassin/spamassassin_gtk.c
12672                 gather plugins prefs together under their
12673                 own 'Plugins' heading
12674
12675 2005-07-11 [paul]       1.9.12cvs34
12676
12677         sync with main
12678
12679         * src/account.c
12680                 account_delete(): modified alert dialog
12681         * src/editjpilot.c
12682         * src/editvcard.c
12683                 fixed a crash when cancelling file selection
12684                 dialog by Escape key. Made non-ascii filename
12685                 selectable.
12686         * src/prefs_template.c
12687                 prefs_template_window_create(): make scrolled
12688                 window policy AUTOMATIC
12689
12690 2005-07-10 [hoa]        1.9.12cvs33
12691
12692         * src/etpan/imap-thread.c
12693                 workaround for old Courier IMAP servers.
12694
12695 2005-07-10 [colin]      1.9.12cvs32
12696
12697         * src/folder.c
12698         * src/statusbar.c
12699         * src/statusbar.h
12700                 Add visual progress indicator on filtering/processing
12701                 Factorize the progress bar code
12702         * src/imap.c
12703         * src/imap.h
12704         * src/etpan/imap-thread.c
12705                 Add a reference counter to avoid destroying the Folder
12706                 while it's in use by another callback.
12707
12708 2005-07-09 [hoa]        1.9.12cvs31
12709
12710         * src/imap.c
12711         * src/etpan/imap-thread.c
12712                 fixed deadlock when removing IMAP account.
12713
12714 2005-07-08 [colin]      1.9.12cvs30
12715
12716         * src/textview.c
12717         * src/unmime.c
12718                 Fix again problems decoding broken headers
12719         * src/gtk/inputdialog.c
12720                 Fix local variable shadowing a global one
12721
12722 2005-07-08 [colin]      1.9.12cvs29
12723
12724         * src/msgcache.c
12725                 Make the cache/mark files platform-agnostic by writing
12726                 them in little-endian format. Reading them is also done
12727                 in little-endian format, of course; however, in order
12728                 to avoid trashing mark data on big-endian machines, the
12729                 files are, at first, read from the native format if the
12730                 little-endian one doesn't exist. This is easy to deter-
12731                 mine by trying to open a file with a swapped data_ver
12732                 and seeing if it's the wanted version.
12733                 Little-endian using users should see absolutely no
12734                 difference, Big-endian users may get a very little
12735                 performance drop due to byte-swapping.
12736                 Tested on i386 and ppc32. 
12737                 Fixes bug #159 (The index file, in the mailboxes, is 
12738                 hardware depending).
12739
12740                 To have the cache/mark files updated to the new little-
12741                 endian format, "Check for new messages" or even
12742                 "Rebuild folder tree" aren't enough. Files will be
12743                 updated as soon as a folder has been opened/closed.
12744                 To update everything, just select all folders by
12745                 selecting them one by one.
12746
12747 2005-07-07 [colin]      1.9.12cvs28
12748
12749         * src/imap.c
12750                 Remember the folder separator per IMAPFolder
12751                 instead of globally.
12752                 Revive the Session on noop; fixes bug #761
12753                 (mark a bunch of unread messages as read takes 
12754                 forever)
12755
12756 2005-07-07 [darko]      1.9.12cvs27
12757
12758         * src/common/template.c
12759                 Sort templates alphabetically
12760
12761 2005-07-06 [colin]      1.9.12cvs26
12762
12763         * src/imap.c
12764                 Try to use the correct separator in
12765                 most cases. Possibly fixes bug #759
12766                 (only creates the INBOX folder when 
12767                 setting up new IMAP account) and 
12768                 bug #760 (Can't retrieve messages)
12769
12770 2005-07-06 [colin]      1.9.12cvs25
12771
12772         * src/imap.c
12773                 Use real_path in status command. This will
12774                 help later, when namespaces will be used.
12775
12776 2005-07-06 [colin]      1.9.12cvs24
12777
12778         * configure.ac
12779         * src/account.c
12780         * src/folder.c
12781         * src/imap.c
12782         * src/etpan/etpan-log.c
12783         * src/etpan/etpan-thread-manager.c
12784         * src/etpan/imap-thread.c
12785                 Add a --disable-libetpan parameter. With this,
12786                 users that don't want IMAP4 support can avoid
12787                 the new dependancy (and have no IMAP support).
12788                 Users that have IMAP4 accounts and use this
12789                 parameter won't lose their configuration, their
12790                 IMAP accounts will just be invisible and not
12791                 used.
12792         * src/textview.c
12793                 Make the "Copy ..." contextual menu items 
12794                 copy to both the X clipboard and the gtk 
12795                 clipboard - as most other apps do.
12796         * src/gtk/about.c
12797                 Add a notice about OpenSSL usage, in order to
12798                 comply with OpenSSL's license (point 6):
12799                 http://www.openssl.org/source/license.html
12800
12801 2005-07-06 [colin]      1.9.12cvs23
12802
12803         * src/alertpanel.c
12804                 Fix a minimum size for alertpanels
12805         * src/compose.c
12806                 Show 'No space left on device' type errors
12807                 when queuing/sending
12808         * src/imap_gtk.c
12809         * src/mh_gtk.c
12810                 Rework folder's deletion message (remove 
12811                 extra \n)
12812
12813 2005-07-05 [colin]      1.9.12cvs22
12814
12815         * src/imap.c
12816                 Add an alertpanel on auth error
12817                 Add pseudo-log
12818                 Remove pthread-related stuff
12819
12820 2005-07-05 [colin]      1.9.12cvs21
12821
12822         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12823                 Fix crash on plugin reloading (with a hack)
12824
12825 2005-07-05 [colin]      1.9.12cvs20
12826
12827         * src/prefs_account.c
12828         * src/prefs_account.h
12829                 Fix typo
12830         * src/gtk/filesel.c
12831         * src/gtk/filesel.h
12832                 Add a way to filter the view
12833         * src/gtk/pluginwindow.c
12834                 Filter loadable stuff
12835         * src/plugins/pgpmime/prefs_gpg.c
12836                 Fix missing unregistration
12837         * .cvsignore
12838         * src/etpan/.cvsignore
12839         * src/plugins/spamassassin/.cvsignore
12840                 Add more stuff to cvs ignored files
12841
12842 2005-07-04 [colin]      1.9.12cvs19
12843
12844         * src/imap.c
12845                 Fix scan_required returning FALSE when it
12846                 shouldn't. Maybe fix #760 (Can't retrieve
12847                 messages)
12848
12849 2005-07-04 [colin]      1.9.12cvs18
12850
12851         * src/summaryview.c
12852                 Fix always_show_msg pref
12853
12854 2005-07-04 [paul]       1.9.12cvs17
12855
12856         sync with main (forgotten in last commit)
12857         
12858         * src/common/utils.c
12859         * src/common/utils.h
12860                 check_line_length(): new.
12861                 is_dir_exist()
12862                 is_file_entry_exist()
12863                 dirent_is_regular_file()
12864                 dirent_is_directory(): use g_file_test() instead of stat().
12865
12866 2005-07-04 [paul]       1.9.12cvs16
12867
12868         sync with main:
12869
12870         * src/compose.c
12871                 compose_write_to_file(): check for line
12872                 length limit and display warning if exceeds
12873         * src/jpilot.c
12874                 use get_home_dir() instead of g_get_home_dir()
12875         * src/procheader.c
12876                 removed warning about invalid date
12877         * src/vcard.c
12878                 use get_home_dir() instead of g_get_home_dir()
12879
12880 2005-07-04 [paul]       1.9.12cvs15
12881
12882         * src/stock_pixmap.c
12883                 fix new pixmap naming errors
12884                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
12885
12886 2005-07-04 [colin]      1.9.12cvs14
12887
12888         * src/imap.c
12889                 Fix debugging string with a warning
12890
12891 2005-07-04 [colin]      1.9.12cvs13
12892
12893         * configure.ac
12894                 Add a check for libetpan's version (>= 0.37)
12895
12896 2005-07-04 [hoa]        1.9.12cvs12
12897
12898         * commitHelper
12899         * src/imap.c
12900         * src/etpan/imap-thread.c
12901         * src/etpan/imap-thread.h
12902                 fixed IMAP implementation of check of mails.
12903
12904 2005-07-03 [hoa]        1.9.12cvs11
12905
12906         * src/etpan/Makefile.am
12907         * src/etpan/etpan-errors.h
12908         * src/etpan/etpan-log.[ch]
12909         * src/etpan/etpan-thread-manager-types.h
12910         * src/etpan/etpan-thread-manager.[ch]
12911         * src/etpan/imap-thread.[ch]
12912         * src/Makefile.am
12913         * src/imap.c
12914         * src/main.c
12915         * src/prefs_other.c
12916         * configure.ac
12917             merged imap branch.
12918             dependency on libetpan 0.37 is now added.
12919
12920 2005-07-01 [colin]      1.9.12cvs10
12921
12922         * src/Makefile.am
12923         * src/folder.c
12924         * src/folder.h
12925         * src/folderview.c
12926         * src/stock_pixmap.c
12927         * src/stock_pixmap.h
12928         * src/plugins/trayicon/trayicon.c
12929                 Add marked symbol on folders containing
12930                 marked messages
12931         * src/procmsg.c
12932         * src/procmsg.h
12933         * src/toolbar.c
12934         * src/prefs_common.c
12935         * src/prefs_common.h
12936         * src/prefs_send.c
12937                 Add an optional confirmation dialog on queue
12938                 sending. Patch by wwp.
12939         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
12940         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
12941         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
12942         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
12943         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
12944         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
12945         * src/pixmaps/inbox_mark.xpm            ** ADDED **
12946         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
12947         * src/pixmaps/outbox_mark.xpm           ** ADDED **
12948         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
12949         * src/pixmaps/trash_mark.xpm            ** ADDED **
12950                 New pixmaps
12951
12952 2005-07-01 [colin]      1.9.12cvs9
12953
12954         * src/summaryview.c
12955                 Fix a little threading bug
12956         * src/addrgather.c
12957         * src/mainwindow.c
12958                 A little bit of HIG normality never hurts
12959
12960 2005-07-01 [colin]      1.9.12cvs8
12961
12962         * src/compose.c
12963         * src/msgcache.c
12964         * src/pop.c
12965         * src/procmime.c
12966         * src/recv.c
12967         * src/common/log.c
12968         * src/common/template.c
12969         * src/common/utils.c
12970         * src/common/utils.h
12971                 Reverted the fwrite_atomic stuff. In fact
12972                 it is already atomic.
12973
12974 2005-06-30 [colin]      1.9.12cvs7
12975
12976         * src/common/utils.c
12977         * src/common/utils.h
12978                 Add an fwrite_atomic() function to make
12979                 sure we write everything: fwrite can make
12980                 short writes.
12981         * src/compose.c
12982         * src/msgcache.c
12983         * src/pop.c
12984         * src/procmime.c
12985         * src/recv.c
12986         * src/common/log.c
12987         * src/common/template.c
12988                 Use that (and fix swapping of size and nmemb).
12989                 Thanks to Rich Coe for the heads up.
12990
12991 2005-06-30 [colin]      1.9.12cvs6
12992
12993         * src/addressbook.c
12994                 Optimize addressbook opening 
12995
12996 2005-06-30 [colin]      1.9.12cvs5
12997
12998         * src/summaryview.c
12999                 Remove calls to summary_step after move/copy
13000
13001 2005-06-28 [paul]       1.9.12cvs4
13002
13003         * src/alertpanel.c
13004                 wrap and make the error msg selectable
13005
13006 2005-06-28 [paul]       1.9.12cvs3
13007
13008         * src/ssl_manager.c
13009                 replace the OK button with a Close button
13010         * src/gtk/foldersort.c
13011                 use GTK_STOCK_ icons/buttons
13012
13013 2005-06-28 [colin]      1.9.12cvs2
13014
13015         * src/gedit-print.c             ** ADDED **
13016         * src/gedit-print.h             ** ADDED **
13017         * src/gtk/gtksourceprintjob.c   ** ADDED **
13018         * src/gtk/gtksourceprintjob.h   ** ADDED **
13019                 I can't believe no one had enough time to tell
13020                 me I forgot the `cvs add`
13021
13022 2005-06-27 [colin]      1.9.12cvs1
13023
13024         * src/Makefile.am
13025         * src/gtk/Makefile.am
13026         * src/messageview.c
13027         * src/procmsg.c
13028         * src/summaryview.c
13029         * configure.ac
13030                 Add optional libgnomeprint-based printing
13031         * src/mainwindow.c
13032         * src/gtk/quicksearch.c
13033                 Add an Edit/Quick search menu item to show
13034                 and focus the quicksearch
13035
13036 2005-06-27 [paul]       1.9.12
13037
13038         1.9.12 release
13039
13040         * po/ca.po
13041         * po/de.po
13042         * po/es.po
13043         * po/fr.po
13044         * po/it.po
13045         * po/ko.po
13046         * po/pt_BR.po
13047         * po/sk.po
13048         * po/zh_CN.po
13049                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
13050                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
13051                 SungHyun Nam, Frederico Goncalves Guimaraes,
13052                 Andrej Kacian, and Yang Guilong
13053 2005-06-26 [colin]      1.9.11cvs106
13054
13055         * src/imap_gtk.c
13056                 Forgot one file for previous fix
13057
13058 2005-06-26 [colin]      1.9.11cvs105
13059
13060         * src/folder.c
13061         * src/imap.c
13062                 Fix problems with folder operations in no_select
13063                 imap folders. it applies only to mails, and 
13064                 creation/deletion/move/renaming of folders 
13065                 should be possible
13066
13067 2005-06-26 [paul]       1.9.11cvs104
13068
13069         * src/prefs_filtering.c
13070                 replace one more GTK_STOCK_REMOVE
13071                 with GTK_STOCK_DELETE
13072
13073 2005-06-25 [colin]      1.9.11cvs103
13074
13075         * src/imap.c
13076                 Optimize get_seq_set_from_seq_list
13077                 (Patch by Ricardo) 
13078
13079 2005-06-25 [colin]      1.9.11cvs102
13080
13081         * src/mh.c
13082                 If the directory exists, but not in the
13083                 correct encoding, rename it. This should
13084                 handle old-versions-induced bugs.
13085
13086 2005-06-25 [colin]      1.9.11cvs101
13087
13088         * src/mh.c
13089                 Fix path access with extended dir names
13090                 Fixes bug #589 (SC segfaults with wrong locale
13091                 settings)
13092
13093 2005-06-25 [colin]      1.9.11cvs100
13094
13095         * src/prefs_account.c
13096         * src/prefs_account.h
13097         * src/compose.c
13098                 Add an option to encrypt replies to
13099                 encrypted messages
13100
13101 2005-06-25 [colin]      1.9.11cvs99
13102
13103         * src/compose.c
13104         * src/quote_fmt_parse.y
13105                 ... And make it work with pgpinline.
13106
13107 2005-06-25 [colin]      1.9.11cvs98
13108
13109         * src/compose.c
13110         * src/procmime.c
13111         * src/procmime.h
13112         * src/quote_fmt_parse.y
13113                 o Make reedition of encrypted messages possible
13114                   (as long as it is encrypted to self too, no
13115                    magic there)
13116                 o Make replying with quote (and without selecting
13117                   text) possible for encrypted messages.
13118                 Closes bug #550 (Not possible to "reply with quote"
13119                 to gnupg encrypted messages)
13120
13121 2005-06-24 [paul]       1.9.11cvs97
13122
13123         * src/imap.c
13124                 add missing include
13125
13126 2005-06-24 [paul]       1.9.11cvs96
13127
13128         * src/editldap.c
13129                 made bind password entry invisible
13130                 (sync with main)
13131         * src/send_message.c
13132                 send_message_local(): check exit status
13133                 to detect errors (sync with main)
13134         * src/textview.c
13135                 use main's less ambiguous popup menu
13136                 wording
13137
13138 2005-06-24 [paul]       1.9.11cvs95
13139
13140         * src/prefs_actions.c
13141         * src/prefs_customheader.c
13142         * src/prefs_display_header.c
13143         * src/prefs_filtering_action.c
13144         * src/prefs_matcher.c
13145         * src/prefs_template.c
13146         * src/prefs_toolbar.c
13147                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
13148         * src/gtk/description_window.c
13149                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
13150
13151 2005-06-23 [colin]      1.9.11cvs94
13152
13153         * src/summaryview.c
13154                 Fix rough edges (be sure to call status_show whenever
13155                 necessary).
13156
13157 2005-06-23 [colin]      1.9.11cvs93
13158
13159         * src/summaryview.c
13160                 Optimize Select All
13161                 Before, in a 5K mails folder: 11s
13162                 After, in the same folder: 58000µs
13163                 The joys of locking... gtk_clist_select_all() fires a 
13164                 tree-select-row event for each selected row, which in 
13165                 summaryview, callbacks summary_selected which in turn,
13166                 calls summary_status_show, which walks the selected
13167                 rows. Hence, calling gtk_clist_select_all was 
13168                 exponential. Locking the summaryview makes 
13169                 summary_selected return early.
13170
13171 2005-06-23 [colin]      1.9.11cvs92
13172
13173         * src/imap.c
13174                 Move mutex at the important place to avoid
13175                 deadlocks
13176         * src/summaryview.c
13177                 Fix Del key deleting directly instead of
13178                 moving to trash
13179
13180 2005-06-22 [colin]      1.9.11cvs91
13181
13182         * src/plugins/spamassassin/libspamc.c
13183                 As we do spagetti code with assignations in multiple
13184                 places (see _message_read_raw where out = msg = raw),
13185                 let's be sure we don't free the same pointer twice.
13186                 Should fix bug #683 (Crash in libpam at 
13187                 message_cleanup).
13188
13189 2005-06-22 [colin]      1.9.11cvs90
13190
13191         * src/compose.c
13192         * src/messageview.c
13193         * src/toolbar.c
13194                 Make toolbar's delete use the move to trash stuff;
13195                 Add gtk_widget_realize to be sure pixmaps can get
13196                 created (that may fix an old worksforme bug which
13197                 I can't find back...)
13198
13199 2005-06-22 [colin]      1.9.11cvs89
13200
13201         * src/summaryview.c
13202         * src/summaryview.h
13203         * src/mainwindow.c
13204                 Rename "Message/Delete" to "Message/Move to trash"
13205                 Add "Message/Delete..." that directly destroys the
13206                 selected messages after asking for a confirmation.
13207
13208 2005-06-22 [colin]      1.9.11cvs88
13209
13210         * src/imap.c
13211                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
13212                 o Fix a deadlock (thanks Darko)
13213
13214 2005-06-22 [colin]      1.9.11cvs87
13215
13216         * src/gtk/foldersort.c
13217                 Add missing include for the i18n;
13218                 patch by Fabien Vantard
13219
13220 2005-06-21 [colin]      1.9.11cvs86
13221
13222         * src/folder.c
13223         * src/folderview.c
13224                 Respect the no_select flag
13225         * src/imap.c
13226                 Fix recursive deletion
13227         * src/imap_gtk.c
13228         * src/mh_gtk.c
13229                 Make the folder deletion's warning
13230                 more explicit
13231
13232 2005-06-21 [colin]      1.9.11cvs85
13233
13234         * src/textview.c
13235                 Prevent email addresses from spanning accross
13236                 lines - fixes bug # 646 (newline-chars in 
13237                 email addresses)
13238
13239 2005-06-20 [colin]      1.9.11cvs84
13240
13241         * src/folder.c
13242                 Be sure not to remove source if copy failed
13243
13244 2005-06-20 [colin]      1.9.11cvs83
13245
13246         * src/folderview.c
13247         * src/imap_gtk.c
13248                 remove summaryview's lock
13249         * src/imap.c
13250                 introduce threads to avoid problems when foreground tasks
13251                 interfere with background tasks
13252         * src/mh.c
13253                 prevent moving to drafts/queue
13254         * src/mimeview.c
13255                 fix leak
13256
13257 2005-06-19 [colin]      1.9.11cvs82
13258
13259         * src/imap_gtk.c
13260                 Remember that the user doesn't want to override
13261                 offline mode, for 3 seconds. It avoid presenting
13262                 him with N popups in a really short time.
13263
13264 2005-06-17 [colin]      1.9.11cvs81
13265
13266         * src/imap.c
13267                 Fix IMAP breaking on folders containing '('
13268                 (Probably won't be enough)
13269
13270 2005-06-17 [colin]      1.9.11cvs80
13271
13272         Forgotten files on 1.9.11cvs79
13273         * src/summaryview.c
13274                 Fix stepping when not immediately executing
13275         * src/imap.c
13276                 Really prevent UID FETCH 0
13277         * src/codeconv.c
13278                 Fix outgoing charset never set to utf-8
13279         * src/mh.c
13280                 Fix leak
13281
13282 2005-06-16 [colin]      1.9.11cvs79
13283
13284         * src/compose.c
13285                 Fix bug #707 (Dash splits rows)
13286                 Only wrap if we're on a line break position and
13287                 the previous one was a "white" (space) char.
13288                 Pango stuff is weird.
13289
13290 2005-06-16 [colin]      1.9.11cvs78
13291
13292         * src/imap_gtk.c
13293                 Lock summaryview while downloading messages
13294                 on user demand
13295         * src/procheader.c
13296         * src/unmime.c
13297         * src/common/utils.c
13298         * src/common/utils.h
13299                 Replace \r and \n with spaces in From and
13300                 Subject headers
13301
13302 2005-06-16 [paul]       1.9.11cvs77
13303
13304         * src/procmime.c
13305                 liberalise the mime parser
13306         * src/gtk/about.c
13307                 add text wrapping
13308
13309 2005-06-16 [paul]       1.9.11cvs76
13310
13311         * src/gtk/about.c
13312                 reworked
13313
13314 2005-06-15 [colin]      1.9.11cvs75
13315
13316         * src/compose.c
13317                 Finish header encoding fix
13318         * src/summaryview.c
13319                 Fix segfault
13320         * src/headerview.c
13321                 Fix compilation (Thanks Stephan
13322                 Sachse)
13323
13324 2005-06-15 [colin]      1.9.11cvs74
13325
13326         * Makefile.am
13327                 Install gnome2 stuff rather than gnome1, 
13328                 if both are present
13329         * src/codeconv.c
13330         * src/codeconv.h
13331         * src/compose.c
13332                 Fix headers encoding
13333         * src/folder.c
13334                 Visual progress when fetching all messages
13335         * src/folderview.c
13336         * src/summaryview.c
13337         * src/summaryview.h
13338                 Prevent changing current message while
13339                 incorporating
13340
13341 2005-06-15 [paul]       1.9.11cvs73
13342
13343         * src/gtk/gtkaspell.c
13344         * src/gtk/gtkaspell.h
13345                 fix build warnings
13346
13347 2005-06-15 [paul]       1.9.11cvs72
13348
13349         * src/prefs_filtering.c
13350                 allow reordering of filter rules by
13351                 drag n drop
13352
13353 2005-06-15 [paul]       1.9.11cvs71
13354
13355         * COPYING
13356                 updated
13357         * src/codeconv.c
13358                 replace deprecated function
13359         * src/inc.c
13360         * src/send_message.c
13361         * src/gtk/progressdialog.c
13362         * src/gtk/progressdialog.h
13363                 salvage and reuse parts of reverted sync
13364
13365 2005-06-15 [paul]       1.9.11cvs70
13366
13367         * src/inc.c
13368         * src/send_message.c
13369         * src/gtk/progressdialog.c
13370         * src/gtk/progressdialog.h
13371                 revert yesterday's sync with main
13372                 it contains deprecated functions
13373
13374 2005-06-15 [colin]      1.9.11cvs69
13375
13376         * src/headerview.c
13377                 Fix bug #670 (multi user to: will corrupt message 
13378                 headers display)
13379
13380 2005-06-15 [colin]      1.9.11cvs68
13381
13382         * src/compose.c
13383                 Fix bug #421 (Fix undo on wrapping)
13384
13385 2005-06-15 [colin]      1.9.11cvs67
13386
13387         * src/folder.c
13388                 Provide visual feedback while processing
13389                 folder's rules.
13390         * src/imap.c
13391                 Provide visual feedback while getting
13392                 short headers (for uncached messages)
13393
13394
13395 2005-06-14 [paul]       1.9.11cvs66
13396
13397         * src/account.c
13398                 change a couple stock icons
13399         * src/inc.c
13400         * src/send_message.c
13401         * src/gtk/progressdialog.c
13402         * src/gtk/progressdialog.h
13403                 sync main's GtkTreeView implementation
13404
13405 2005-06-14 [colin]      1.9.11cvs65
13406
13407         * src/imap.c
13408                 Various little fixes, mainly on error paths
13409
13410 2005-06-13 [colin]      1.9.11cvs64
13411
13412         * matcher.c
13413         * procmsg.c
13414         * procmsg.h
13415                 Add a way to fetch only headers. This speeds
13416                 up filtering on headers for IMAP. Fixes:
13417                 bug #481 extraneous imap commands slow down 
13418                         imap filtering
13419                 bug #522 Sylpheed downloads all messages 
13420                         when opening mailbox (IMAP)
13421                 bug #677 IMAP fetch is soooooooooooooo slow
13422         * src/folder.c
13423         * src/folder.h
13424                 Add a folder set_batch method so that
13425                 implementations can speed up flags changes
13426         * src/folderutils.c
13427         * src/summaryview.c
13428                 Use that in mark as (un)read and mark all read
13429                 Refix bug #679
13430         * src/imap.c
13431                 Implement set_batch - brings back deferred
13432                 flags in a less buggy manner. Fixes:
13433                 bug #729 IMAP immediate expunge of deleted messages
13434                 bug #191 remove list of messages with one command
13435                 Fix login with strange chars
13436                 Implement fetch_msg_full
13437                 Fix copy (wrong counts)
13438
13439 2005-06-12 [colin]      1.9.11cvs63
13440
13441         * src/folder.c
13442                 lock incorporation during long operations.
13443                 Avoids fucking up the IMAP socket.
13444
13445 2005-06-12 [colin]      1.9.11cvs62
13446
13447         * src/imap.c
13448                 Fix harmful typo
13449                 Factorize remove_all_msg
13450                 Thread-ize expunge
13451         * src/summaryview.c
13452                 Don't update partial-download status if unnecessary
13453         * src/folder.c
13454                 Use remove_msgs everywhere possible
13455
13456 2005-06-12 [colin]      1.9.11cvs61
13457
13458         * src/folder.c
13459         * src/folder.h
13460                 Add a remove_msgs function to remove a 
13461                 list of messages
13462         * src/imap.c
13463                 Implement that.
13464
13465 2005-06-12 [colin]      1.9.11cvs60
13466
13467         * src/imap.c
13468                 Remove flags-processing deferring... Too hard
13469                 to get it to work in all cases.
13470
13471 2005-06-11 [colin]      1.9.11cvs59
13472
13473         * src/imap.c
13474                 printf -> debug_print
13475
13476 2005-06-11 [colin]      1.9.11cvs58
13477
13478         * src/imap.c
13479                 o Fix build without USE_PTHREAD
13480                 o Factorize imap_open
13481                 o Alertpanel in case of impossible connection
13482                 o Alertpanel in case of impossible login
13483                 o Fix deferred flags processing to force a 
13484                   flush before adding some more flags to process,
13485                   but in another folder.
13486
13487 2005-06-10 [colin]      1.9.11cvs57
13488
13489         * src/imap.c
13490                 o Fix a format string error
13491                 o init ssl socket outside of the thread 
13492                   (it possibly invokes gtk calls)
13493         * src/procmime.c
13494                 o Put back the buffer to its necessary size
13495                 o Fix changing a file pointer without keeping
13496                   track of it (thanks Valgrind)
13497         * src/common/smtp.c
13498                 o Fix automatic STARTTLS if login should be done
13499                   and the server only allows it after starting TLS
13500         * src/gtk/gtkinputdialog.c
13501                 o Eat GDK_Return so that the combo popup doesn't 
13502                   appear when we press Enter to validate the combo
13503                   input dialog (as seen in the Open with... dialog)
13504
13505 2005-06-10 [colin]      1.9.11cvs56
13506
13507         * src/imap.c
13508                 o A bit less debug
13509                 o Fix a crash on deletion
13510                 o Threadize imap_select (it's called outside of 
13511                   threads)
13512                 o Defer treatment of DELETED flags
13513
13514
13515 2005-06-09 [colin]      1.9.11cvs55
13516
13517         * src/imap.c
13518                 Make sure we check imap_gtk_should_override(), which
13519                 potentially calls gtk stuff, before creating thread.
13520                 That way it should't be called via imap_get_session()
13521                 inside a thread.
13522
13523 2005-06-09 [colin]      1.9.11cvs54
13524
13525         * src/imap.c
13526                 o add a bit of status output
13527                 o remove some dead code
13528                 o threadize get_list_of_uids
13529                 o threadize imap_get_flags
13530                 o defer flag changing by 500ms so that they
13531                   can be batched
13532
13533
13534 2005-06-08 [colin]      1.9.11cvs53
13535
13536         * src/imap.c
13537                 Thread-ize imap_cmd_fetch
13538
13539 2005-06-08 [colin]      1.9.11cvs52
13540
13541         * src/main.c
13542                 Mmh, that broke POP3...
13543
13544 2005-06-08 [colin]      1.9.11cvs51
13545
13546         * src/main.c
13547                 Stabilize IMAP patch (thanks to Hoa)
13548
13549 2005-06-08 [colin]      1.9.11cvs50
13550
13551         * src/imap.c
13552                 Test patch to speed up imap. 
13553
13554 2005-06-08 [colin]      1.9.11cvs49
13555
13556         * src/imap_gtk.c
13557                 Warning fix
13558         * src/procmime.c
13559                 Apply patch from gentoo to use /usr/share/mime/globs if 
13560                 available, after un-breaking it
13561         * src/common/log.c
13562         * src/common/log.h
13563                 Use g_timeout for invoking hooks that possibly use gtk
13564                 calls. This should leave gtk calls in the main thread.
13565
13566 2005-06-08 [paul]       1.9.11cvs48
13567
13568         * src/codeconv.c
13569                 conv_get_outgoing_charset_str(): don't
13570                 use prefs_common setting
13571         * src/compose.c
13572         * src/compose.h
13573                 add /Options/Character encoding/... to
13574                 temporarily change the outgoing encoding
13575
13576         (belated sync with main)
13577
13578 2005-06-08 [paul]       1.9.11cvs47
13579
13580         * src/compose.c
13581                 correction to/completion of last
13582                 sync with main
13583
13584 2005-06-08 [paul]       1.9.11cvs46
13585
13586         sync with main:
13587         
13588         * src/codeconv.c
13589         * src/codeconv.h
13590                 always enabled Japanese auto-detection
13591                 if the first letters of locale string
13592                 is "ja"
13593         * src/compose.c
13594                 don't use "destroy" signal to destroy
13595                 Compose object (fix rare crashes on discard?)
13596         * src/mainwindow.c
13597         * src/messageview.c
13598         * src/prefs_send.c
13599                 added Hebrew encodings
13600         * src/sourcewindow.c
13601                 don't use "destroy" signal to destroy
13602                 objects
13603
13604 2005-06-07 [colin]      1.9.11cvs45
13605
13606         * src/summaryview.c
13607                 Add missing unlocks/locks
13608
13609 2005-06-07 [paul]       1.9.11cvs44
13610
13611         * src/summaryview.c
13612                 restore bug #749 fix
13613
13614 2005-06-06 [colin]      1.9.11cvs43
13615
13616         * src/summaryview.c
13617                 Fix selection bug when prefs_common.open_unread 
13618                 is FALSE
13619
13620 2005-06-06 [colin]      1.9.11cvs42
13621
13622         * src/common/md5.c
13623                 Fix a warning
13624         * src/summaryview.c
13625         * src/folderview.c
13626                 Factorize long operations beginning and end
13627                 (locking, freezing/thawing, cursor, ...)
13628                 Check selection->data member in selection-
13629                 related loops; this avoids dying an awful
13630                 death if the selection changes on us while
13631                 we're marking a whole IMAP folder unread, 
13632                 for example.
13633
13634 2005-06-06 [paul]       1.9.11cvs41
13635
13636         * src/textview.c
13637                 don't g_free() a static gchar buffer
13638
13639 2005-06-05 [colin]      1.9.11cvs40
13640
13641         * src/mainwindow.c
13642         * src/messageview.c
13643         * src/summaryview.c
13644                 Fix bug #749 (Show all headers should be
13645                 sticky as the GUI suggests)
13646
13647 2005-06-03 [paul]       1.9.11cvs39
13648
13649         * src/compose.c
13650                 don't allow editing of mail while sending.
13651                 patch by Colin
13652
13653 2005-06-03 [paul]       1.9.11cvs38
13654
13655         * src/folderview.c
13656                 add a freeze/thaw to speed up 'mark all read'
13657
13658 2005-06-03 [paul]       1.9.11cvs37
13659
13660         * src/prefs_message.c
13661                 reflect changes immediately
13662
13663 2005-06-02 [colin]      1.9.11cvs36
13664
13665         * po/POTFILES.in
13666                 Patch by Fabien Vantard.
13667
13668 2005-06-02 [colin]      1.9.11cvs35
13669
13670         * src/imap.c
13671                 Use a non-blocking imap_getline() if possible.
13672                 This should completely prevent the interface
13673                 from freezin on imap operations, although it
13674                 may do strange stuff in case of folder switching
13675                 while a big imap operation is taking place...
13676
13677                 In addition, fix a leak in the case thread
13678                 creation fails on connection.
13679
13680 2005-06-02 [colin]      1.9.11cvs34
13681
13682         * src/crash.c
13683         * src/prefs_common.h
13684                 Fix build (prefs_common_init() doesn't exist
13685                 anymore)
13686
13687 2005-06-02 [colin]      1.9.11cvs33
13688
13689         * src/prefs_account.c
13690                 Fix bug #245 (filtering rules broken when
13691                 renaming a remote account (imap4 or nntp)
13692
13693 2005-06-02 [colin]      1.9.11cvs32
13694
13695         * src/imap.c
13696                 Try to fix IMAP shortcomings: 
13697                 o Multithread imap_open()
13698                 o allow offline-mode overriding instead of
13699                   just returning NULL
13700         * src/imap_gtk.c
13701         * src/imap_gtk.h
13702                 Add a function to ask whether we want to
13703                 override offline-mode for 10 minutes (one-shot
13704                 asking was painful)
13705         * src/procheader.c
13706                 Fix segfault when imap parser isn't happy about
13707                 a missing {
13708
13709 2005-06-01 [colin]      1.9.11cvs31
13710
13711         * src/addrharvest.c
13712         * src/compose.c
13713         * src/mbox.c
13714         * src/mbox.h
13715         * src/mh.c
13716         * src/msgcache.c
13717         * src/send_message.c
13718         * src/setup.c
13719         * src/undo.c
13720         * src/common/hooks.c
13721         * src/common/prefs.c
13722         * src/common/template.c
13723         * src/common/utils.c
13724         * src/gtk/gtkutils.c
13725         * src/gtk/inputdialog.c
13726         * src/gtk/menu.c
13727         * src/gtk/pluginwindow.c
13728         * src/gtk/prefswindow.c
13729         * src/plugins/pgpmime/passphrase.c
13730         * src/plugins/pgpmime/prefs_gpg.c
13731                 More -Wall fixes
13732
13733         * src/common/Makefile.am
13734         * src/common/timing.h
13735                 Add basic timing code
13736
13737         * src/summaryview.c
13738                 Fix a bug with unread messages when 
13739                 re-sorting folders, and by the way
13740                 fix a big performance hit when 
13741                 re-sorting (10k mails: before 5s,
13742                 after .5s)
13743
13744         * src/prefs_compose_writing.c
13745         * src/prefs_compose_writing.h
13746         * src/prefs_message.c
13747         * src/prefs_message.h
13748         * src/prefs_other.c
13749         * src/prefs_other.h
13750         * src/prefs_quote.c
13751         * src/prefs_quote.h
13752         * src/prefs_receive.c
13753         * src/prefs_receive.h
13754         * src/prefs_send.c
13755         * src/prefs_send.h
13756         * src/prefs_summaries.c
13757         * src/prefs_summaries.h
13758                 Fix copyright banner
13759
13760 2005-06-01 [paul]       1.9.11cvs30
13761
13762         * po/fi.po
13763                 updated by Flammie Pirinen
13764         * src/procmime.c
13765                 fix 'Bad BASE64 content' output
13766
13767 2005-05-31 [colin]      1.9.11cvs29
13768
13769         * src/procmime.c
13770                 Oops, where did my hunk go.
13771
13772 2005-05-31 [colin]      1.9.11cvs28
13773
13774         * src/Makefile.am
13775         * src/account.c
13776         * src/action.c
13777         * src/addr_compl.c
13778         * src/addressbook.c
13779         * src/codeconv.c
13780         * src/compose.c
13781         * src/export.c
13782         * src/folder.c
13783         * src/folderview.c
13784         * src/image_viewer.c
13785         * src/main.c
13786         * src/mainwindow.c
13787         * src/messageview.c
13788         * src/mimeview.c
13789         * src/msgcache.c
13790         * src/prefs_account.c
13791         * src/prefs_actions.c
13792         * src/prefs_common.c
13793         * src/prefs_compose_writing.c
13794         * src/prefs_customheader.c
13795         * src/prefs_ext_prog.c
13796         * src/prefs_filtering.c
13797         * src/prefs_filtering_action.c
13798         * src/prefs_fonts.c
13799         * src/prefs_image_viewer.c
13800         * src/prefs_message.c
13801         * src/prefs_message.h
13802         * src/prefs_msg_colors.c
13803         * src/prefs_other.c
13804         * src/prefs_other.h
13805         * src/prefs_quote.c
13806         * src/prefs_receive.c
13807         * src/prefs_receive.h
13808         * src/prefs_send.c
13809         * src/prefs_send.h
13810         * src/prefs_spelling.c
13811         * src/prefs_summaries.c
13812         * src/prefs_summary_column.c
13813         * src/prefs_template.c
13814         * src/prefs_themes.c
13815         * src/prefs_toolbar.c
13816         * src/prefs_wrapping.c
13817         * src/procmime.c
13818         * src/procmsg.c
13819         * src/send_message.h
13820         * src/ssl_manager.c
13821         * src/summary_search.c
13822         * src/summaryview.c
13823         * src/textview.c
13824         * src/wizard.c
13825         * src/common/smtp.c
13826         * src/common/smtp.h
13827         * src/gtk/gtkutils.h
13828                 o Move the rest of Common prefs to new style
13829                 o Lots of -Wall warning fixes
13830                 o fix FIXME in cache memusage calculation
13831                 o Let return receipts be sent from any account
13832                 o Little cache optimisation (read)
13833                 o Fix bug #746 (don't treat commas as separators
13834                   when inside a quoted string)
13835
13836 2005-05-31 [paul]       1.9.11cvs27
13837
13838         * src/prefs_common.c
13839                 fix 'off-by-one' typo
13840
13841 2005-05-31 [paul]       1.9.11cvs26
13842
13843         * src/account.c
13844         * src/addr_compl.c
13845         * src/compose.c
13846         * src/foldersel.c
13847         * src/prefs_actions.c
13848         * src/prefs_common.c
13849         * src/prefs_common.h
13850         * src/prefs_customheader.c
13851         * src/prefs_display_header.c
13852         * src/prefs_filtering.c
13853         * src/prefs_filtering_action.c
13854         * src/prefs_matcher.c
13855         * src/prefs_summaries.c
13856         * src/prefs_summary_column.c
13857         * src/prefs_template.c
13858         * src/prefs_toolbar.c
13859         * src/ssl_manager.c
13860         * src/gtk/pluginwindow.c
13861         * src/gtk/prefswindow.c
13862         * src/gtk/progressdialog.c
13863                 add hidden prefs 'enable_rules_hint'
13864                 for gtk_tree_view_set_rules_hint()
13865                 (sync with main)
13866                 
13867
13868 2005-05-31 [colin]      1.9.11cvs25
13869
13870         * src/Makefile.am
13871         * src/main.c
13872         * src/prefs_common.c
13873         * src/prefs_summaries.c ** ADDED **
13874         * src/prefs_summaries.h ** ADDED **
13875                 Common/Display -> Display/Summaries
13876
13877 2005-05-31 [colin]      1.9.11cvs24
13878
13879         * src/Makefile.am
13880         * src/main.c
13881         * src/prefs_quote.c ** ADDED **
13882         * src/prefs_quote.h ** ADDED **
13883                 Move Common/Quote to Compose/Quoting
13884         * src/prefs_common.c
13885         * src/prefs_common.h
13886                 Remove old quote stuff, add
13887                 convenience functions for GtkTextView prefs
13888         * src/gtk/prefswindow.c
13889                 Set default height higher
13890
13891 2005-05-30 [colin]      1.9.11cvs23
13892
13893         * src/Makefile.am
13894         * src/main.c
13895         * src/prefs_common.c
13896         * src/prefs_compose_writing.c ** ADDED **
13897         * src/prefs_compose_writing.h ** ADDED **
13898                 Move Common/Compose prefs to Compose/Writing
13899
13900 2005-05-30 [colin]      1.9.11cvs22
13901
13902         * src/common/utils.c
13903                 Fix bug #651 (Confused Attract by Subject)
13904                 Patch by M. Benkmann <haferfrost@web.de>
13905         * AUTHORS
13906
13907 2005-05-30 [colin]      1.9.11cvs21
13908
13909         * src/compose.c
13910                 Fix concatenation of different headers of
13911                 the same type (bug #645)
13912         * src/prefs_folder_item.c
13913                 Fix bug #699 (setting color to black doesn't
13914                 work immediately)
13915         * src/procmime.c
13916                 Print out decoding error only once per
13917                 block
13918
13919 2005-05-30 [paul]       1.9.11cvs20
13920
13921         * src/common/template.c
13922                 fix Bcc
13923
13924 2005-05-30 [paul]       1.9.11cvs19
13925
13926         * doc/src/rfc2368.txt   **NEW FILE**
13927         * src/compose.c
13928                 compose_entries_set(): don't interpret Bcc
13929                 header field (conform to RFC 2368)
13930                 (sync with main)
13931
13932 2005-05-29 [colin]      1.9.11cvs18
13933
13934         * src/prefs_common.c
13935                 Let the default reply format respect
13936                 netiquette by cutting the signature.
13937
13938 2005-05-29 [colin]      1.9.11cvs17
13939
13940         * src/summaryview.c
13941                 Don't let always_show_msg override
13942                 open_unread_on_enter when opening a new
13943                 directory.
13944
13945 2005-05-27 [paul]       1.9.11cvs16
13946
13947         sync with main:
13948
13949         * src/main.c
13950                 app_will_exit(): cleanup tmp directory when exit
13951         * src/message_search.c
13952                 improved the interface and made code cleanup.
13953                 removed Clear button
13954         * src/send_message.c
13955                 send_message_local(): use GSpawn, and detect errors
13956         * src/summary_search.c
13957                 improved the interface and made code cleanup
13958         * src/textview.c
13959                 textview_write_link(): also skip non-ascii space
13960                  at the head of link strings (phishing check
13961                  didn't work at the case)
13962         * src/common/utils.c
13963                 get_command_output(): use g_spawn_command_line_sync()
13964                 instead of popen()
13965
13966 2005-05-26 [colin]      1.9.11cvs15
13967
13968         * src/folder.c
13969                 remove printf
13970
13971 2005-05-26 [colin]      1.9.11cvs14
13972
13973         * src/common/nntp.c
13974                 Fix nntp mode reader (bug #611)
13975                 Patch by Florian Mickler <florian@mickler.org>
13976
13977 2005-05-26 [colin]      1.9.11cvs13
13978
13979         * src/plugins/pgpmime/passphrase.c
13980                 Fix mouse grabbing (bug #557)
13981
13982 2005-05-26 [colin]      1.9.11cvs12
13983
13984         * src/prefs_themes.c
13985                 Fix g_warning (bug #541)
13986
13987 2005-05-26 [colin]      1.9.11cvs11
13988
13989         * src/prefs_actions.c
13990         * src/prefs_template.c
13991                 Fix bug #506 (no warning if action/template
13992                 is not saved)
13993         * src/common/template.c
13994                 Fix a possible crash
13995
13996 2005-05-26 [colin]      1.9.11cvs10
13997
13998         * src/folder.c
13999         * src/folderview.c
14000         * src/procmsg.c
14001         * src/summaryview.c
14002                 Forbid locked messages to be moved or
14003                 deleted. Locked messages in trashes 
14004                 still get deleted, for performance
14005                 reason (mh.c::mh_remove_all_msgs)
14006
14007 2005-05-25 [colin]      1.9.11cvs9
14008
14009         * src/procmime.c
14010                 Use correct encoding when sending mails
14011                 with attachments that have accentued 
14012                 chars in their name
14013
14014 2005-05-24 [colin]      1.9.11cvs8
14015
14016         * src/summaryview.c
14017                 Fix bug #688 f) read/unread marker not
14018                 changed on first click
14019                 Also, optimize summary_status_show()
14020                 calls
14021         * src/folder.c
14022         * src/inc.c
14023         * src/procmime.c
14024                 Fix bug #688 b) and c) wrt message
14025                 attachments and signature
14026         * src/stock_pixmap.c
14027         * src/stock_pixmap.h
14028         * src/stock_pixmap.c
14029         * src/stock_pixmap.h
14030         * src/Makefile.am
14031         * src/pixmaps/clip_gpg_signed.xpm
14032                 Add clip/signed icon
14033
14034 2005-05-24 [colin]      1.9.11cvs7
14035
14036         * src/folder_item_prefs.c
14037                 whitespace fix
14038
14039 2005-05-24 [colin]      1.9.11cvs6
14040
14041         * src/folderview.c
14042         * src/prefs_common.c
14043         * src/prefs_common.h
14044                 Add a confirmation to folder drag and drop
14045                 fixes bug #156
14046         * src/alertpanel.c
14047         * src/alertpanel.h
14048                 fix _with_disable parameters so that
14049                 the buttons labels are specifiable too
14050         * src/plugins/pgpmime/sgpgme.c
14051                 reflect said change
14052                 
14053
14054 2005-05-24 [colin]      1.9.11cvs5
14055
14056         * src/folderview.c
14057                 Uncollapse/collapse folders on double-click
14058                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
14059                 closes bug #108
14060
14061 2005-05-23 [colin]      1.9.11cvs4
14062
14063         * src/common/socket.c
14064                 Check another special SSL_peek() error.
14065                 Should help wrt bug #728
14066
14067 2005-05-23 [colin]      1.9.11cvs3
14068
14069         * src/plugins/pgpmime/pgpmime.c
14070                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
14071                 breaking menu accelerators and stuff. Users will have to
14072                 reselect "PGP MIME" instead of "PGP/MIME" in their 
14073                 account's privacy preferences if needed.
14074
14075 2005-05-22 [paul]
14076
14077         * tools/kdeservicemenu/install.sh
14078                 use kdesu to prompt for root password if doing
14079                 global install/uninstall
14080
14081 2005-05-20 [colin]      1.9.11cvs2
14082
14083         * src/procmsg.c
14084                 Fix another compilation error with gcc-2.9x
14085                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
14086         * src/send_message.c
14087                 Don't send QUIT if we aren't connected
14088
14089 2005-05-19 [colin]      1.9.11cvs1
14090
14091         * src/procmsg.c
14092                 Fix compilation with gcc 2.9x
14093
14094 2005-05-19 [paul]       1.9.11
14095
14096         1.9.11 released
14097
14098 2005-05-19 [paul]       1.9.9cvs14
14099
14100         * src/gtk/inputdialog.c
14101                 prevent gettext warning
14102
14103 2005-05-19 [paul]       1.9.9cvs13
14104
14105         * src/mainwindow.c
14106         * src/prefs_common.c
14107         * src/prefs_common.h
14108         * src/textview.c
14109         * src/textview.h
14110                 add an option to toggle cursor in message
14111                 view (sync with main)
14112
14113 2005-05-18 [colin]      1.9.9cvs12
14114
14115         * src/compose.c
14116                 Dereference freed pointer
14117         * src/gtk/gtkaspell.c
14118                 Fix duplication of dictionaries (is it an aspell issue?)
14119
14120 2005-05-18 [colin]      1.9.9cvs11
14121
14122         * src/gtk/inputdialog.c
14123         * src/gtk/gtkaspell.c
14124                 HIGuify dialogs
14125         * src/alertpanel.c
14126                 Remove a double call
14127
14128 2005-05-17 [colin]      1.9.9cvs10
14129
14130         * src/gtk/gtkaspell.c
14131                 Fix dialogs, Ctrl-Enter accel
14132
14133 2005-05-17 [colin]      1.9.9cvs9
14134
14135         * src/gtk/gtkaspell.c
14136                 Fix some accelerators, escape in replace-window
14137
14138 2005-05-16 [colin]      1.9.9cvs8
14139
14140         * src/gtk/gtkaspell.c
14141                 Revert last commit, it was a mistake.
14142
14143 2005-05-16 [colin]      1.9.9cvs7
14144
14145         * src/gtk/gtkaspell.c
14146                 Remove buggy code while we're at it. It's a 
14147                 dead code path anyway.
14148
14149 2005-05-16 [colin]      1.9.9cvs6
14150
14151         * src/gtk/gtkaspell.c
14152                 Missed some gtk_menu_popup where deactivate
14153                 signal should be handled. Should fix bug
14154                 #629 a bit more.
14155
14156 2005-05-16 [colin]      1.9.9cvs5
14157
14158         * src/gtk/gtkaspell.c
14159                 Remove debug printf()s
14160
14161 2005-05-16 [colin]      1.9.9cvs4
14162
14163         * src/gtk/gtkaspell.c
14164                 Fix a bit aspell problems
14165                 (see bug #629)
14166
14167 2005-05-13 [colin]      1.9.9cvs3
14168
14169         * src/folderview.c
14170                 Fix the + appearing even when no subfolders
14171                 have unread messages. Thanks to wwp for the
14172                 bug report.
14173
14174 2005-05-11 [paul]       1.9.9cvs2
14175
14176         * src/folderview.c
14177                 correction to 1.9.9cvs1, only colour folders that
14178                 have new msgs (not unread msgs)
14179
14180 2005-05-10 [colin]      1.9.9cvs1
14181
14182         * src/folderview.c
14183         * src/summaryview.c
14184                 Try to fix bolding bugs again.
14185
14186 2005-05-09 [paul]
14187
14188         * tools/claws.i18n.status.pl
14189                 add Ricardo Mones Lastra's script that has been providing
14190                 the i18n status page for many months
14191
14192 2005-05-09 [paul]       1.9.9
14193
14194         1.9.9 release
14195
14196 2005-05-09 [paul]       1.9.6cvs58
14197
14198         * AUTHORS
14199         * INSTALL
14200         * README.claws
14201                 updated
14202         * Makefile.am 
14203         * RELEASE_NOTES.claws
14204                 add release notes to cvs to simplify release
14205                 procedure
14206         * configure.ac
14207                 add ca and fi to ALL_LINGUAS
14208         * po/Makefile.in.in
14209                 workaround for missing Makevars
14210         * po/ca.po
14211         * po/fi.po
14212                 add new Catalan and Finnish translations
14213                 submitted by Miquel Oliete and Flammie Pirinen
14214         * po/de.po
14215         * po/es.po
14216         * po/fr.po
14217         * po/it.po
14218         * po/pl.po
14219         * po/ru.po
14220         * po/sk.po
14221         * po/sr.po
14222         * po/zh_CN.po
14223                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
14224                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
14225                 Urke MMI, and Hansom Young
14226         * src/main.c
14227                 Fix drafting when quitting. compose_draft() closes the
14228                 compose windows, which modifies the compose_list GSList.
14229                 We have to refresh this list after echo drafting to avoid a
14230                 segfault
14231         * src/partial_download.c
14232                 fix segfault on exit
14233
14234 2005-05-06 [paul]       1.9.6cvs57
14235
14236         * src/grouplistdialog.c
14237                 quick fix/workaround for unresizeable newsgroup
14238                 name column 
14239
14240 2005-05-06 [paul]       1.9.6cvs56
14241
14242         * src/inc.c
14243         * src/mainwindow.c
14244                 use gettext plural forms
14245         * src/imap_gtk.c
14246         * src/mh_gtk.c
14247         * src/toolbar.c
14248                 small improvement to english usage
14249
14250 2005-05-05 [thorsten]   1.9.6cvs55
14251
14252         * src/folder.c
14253                 fix possible crash
14254
14255 2005-05-05 [paul]       1.9.6cvs54
14256         
14257         sync with HEAD
14258
14259         * AUTHORS
14260         * src/compose.c
14261                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
14262                 patch by Tim Mann
14263
14264 2005-05-05 [paul]       1.9.6cvs53
14265
14266         * src/mainwindow.c
14267                 fix resizing of separate message and
14268                 folder views
14269
14270 2005-05-05 [paul]       1.9.6cvs52
14271
14272         * src/account.c
14273         * src/addrgather.c
14274         * src/browseldap.c
14275         * src/exphtmldlg.c
14276         * src/expldifdlg.c
14277         * src/importmutt.c
14278         * src/importpine.c
14279         * src/main.c
14280         * src/mainwindow.c
14281         * src/noticeview.c
14282         * src/prefs_filtering.c
14283         * src/prefs_filtering_action.c
14284         * src/prefs_matcher.c
14285         * src/prefs_spelling.c
14286         * src/prefs_toolbar.c
14287         * src/toolbar.c
14288         * src/wizard.c
14289         * src/gtk/description_window.c
14290         * src/gtk/gtkvscrollbutton.c
14291         * src/gtk/progressdialog.c
14292         * src/gtk/quicksearch.c
14293         * src/plugins/pgpmime/prefs_gpg.c
14294         * src/plugins/spamassassin/spamassassin_gtk.c
14295                 replace deprecated gtk_widget_set_usize
14296
14297 2005-05-04 [colin]      1.9.6cvs51
14298
14299         * src/common/utils.c
14300                 Fix crash when subst_for_filename is called
14301                 with a NULL parameter
14302
14303 2005-05-04 [colin]      1.9.6cvs50
14304
14305         * src/partial_download.c
14306         * src/pop.c
14307                 Escape login when writing uidl file
14308                 fixes bug #736
14309
14310 2005-05-03 [colin]      1.9.6cvs49
14311
14312         * src/procmime.c
14313                 Fix possible DOS in mime parser
14314                 (see bug #634)
14315
14316 2005-05-02 [colin]      1.9.6cvs48
14317
14318         * src/compose.c
14319                 Try to fix the copy/paste mess once again.
14320
14321
14322 2005-04-30 [colin]      1.9.6cvs47
14323
14324         * src/prefs_account.h
14325         * src/procmsg.c
14326         * src/send_message.c
14327         * src/common/smtp.c
14328         * src/common/smtp.h
14329                 Try to batch sending mails (per account) instead of
14330                 reconnecting to server every time.
14331
14332 2005-04-29 [colin]      1.9.6cvs46
14333
14334         * src/messageview.c
14335                 Fix window resizing that refused to size down
14336         * src/prefs_common.c
14337         * src/prefs_common.h
14338         * src/prefs_filtering.c
14339                 Save Filtering's window size
14340
14341 2005-04-21 [paul]       1.9.6cvs45
14342
14343         * ChangeLog-gtk2.claws
14344         * src/setup.c
14345                 correction to sync
14346
14347 2005-04-21 [paul]       1.9.6cvs44
14348
14349         sync with main:
14350
14351         * src/setup.c
14352         * src/statusbar.c
14353         * src/statusbar.h
14354                 use gtkut_widget_draw_now(). Improved performance
14355                 of the update of statusbar
14356         * src/textview.c
14357                 textview_smooth_scroll_do(): redraw it after scroll
14358                 is done (fixed incorrect display when a part of the
14359                 view is hidden).
14360         * src/gtk/gtkutils.c
14361         * src/gtk/gtkutils.h
14362                 gtkut_widget_draw_now(): use gdk_window_process_updates()
14363                 to force update of widgets.
14364                 Removed gtkut_widget_wait_for_draw() which had a big
14365                 overhead  because of waiting for all events processed 
14366
14367 2005-04-20 [paul]       1.9.6cvs43
14368
14369         * src/codeconv.c
14370                 complete 1.9.6cvs42's sync:
14371                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
14372
14373 2005-04-19 [paul]       1.9.6cvs42
14374
14375         sync with main:
14376
14377         * src/action.c
14378                 catch_output(): correctly select the insert text
14379                 (fix invalid iterator warnings).
14380         * src/codeconv.c
14381         * src/codeconv.h
14382         * src/mainwindow.c
14383         * src/messageview.c
14384         * src/prefs_common.c
14385                 support GBK encoding.
14386         * src/common/session.c
14387         * src/common/session.h
14388                 use separate buffer for large data to be sent,
14389                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
14390
14391 2005-04-18 [paul]       1.9.6cvs41
14392
14393         * src/jpilot.c
14394                 convert unsigned long into guint32
14395                 patch by Paul LeoNerd Evans 
14396
14397 2005-04-17 [colin]      1.9.6cvs40
14398
14399         * src/compose.c
14400                 Fix 'Request return receipt' from folder
14401                 properties (bug #708)
14402
14403 2005-04-17 [colin]      1.9.6cvs39
14404
14405         * src/mainwindow.c
14406                 Fix duplicate hotkeys in Mainwindow's menu
14407
14408 2005-04-17 [colin]      1.9.6cvs38
14409
14410         * src/folderview.c
14411                 Fix duplicate hotkeys in Folderview's contextual
14412                 menu
14413
14414 2005-04-15 [colin]      1.9.6cvs37
14415
14416         * src/summaryview.c
14417                 Fix 'Save as...' with non-ascii filenames
14418
14419 2005-04-15 [colin]      1.9.6cvs36
14420
14421         * src/plugins/pgpmime/pgpmime.c
14422                 Fix bus error on 64bit. Spotted by 
14423                 macallan1888@gmail.com
14424
14425 2005-04-15 [colin]      1.9.6cvs35
14426
14427         * src/prefs_account.c
14428                 Fix cvs34.
14429
14430 2005-04-12 [colin]      1.9.6cvs34
14431
14432         * src/prefs_account.c
14433                 Fix smtp auth type off-by-one. We forgot to
14434                 add PLAIN in the prefs-to-gui setter func and
14435                 as a result, the selected auth when opening
14436                 account prefs was not the correct one.
14437
14438 2005-04-12 [paul]       1.9.6cvs33
14439
14440         * src/inc.c
14441                 if the recv dialog is visible, Cancel only
14442                 cancels the current account
14443
14444
14445 2005-04-10 [colin]      1.9.6cvs32
14446
14447         * src/filtering.c
14448                 Copy score when copying FilteringActions
14449                 Fix bug #674
14450
14451 2005-04-10 [colin]      1.9.6cvs31
14452
14453         * src/inc.c
14454                 Make Message -> Receive -> Cancel cancel 
14455                 incorporation on all accounts. Fixes
14456                 bug #693
14457
14458 2005-04-10 [colin]      1.9.6cvs30
14459
14460         * src/prefs_account.c
14461                 Update Privacy checkbuttons status based
14462                 on the selected privacy system
14463         * src/compose.c
14464                 Always connect the "None" privacy system; the
14465                 static boolean was probably there to avoid
14466                 reconnecting twice in the same compose window,
14467                 but as the parent function is only called once
14468                 per compose, it's only a bug - as a static is
14469                 initialized once per application instance.
14470                 Also, don't uncheck Sign and Encrypt when
14471                 selecting None as privacy system; just ignore
14472                 them when sending/queuing.
14473                 Should fix bug #695
14474
14475 2005-04-08 [colin]      1.9.6cvs29
14476
14477         * src/account.c
14478         * src/prefs_account.c
14479         * src/prefs_account.h
14480                 Add account preference to queue message in a certain
14481                 folder.
14482
14483 2005-04-06 [colin]      1.9.6cvs28
14484
14485         * src/prefs_account.c
14486                 Update old inbox path syntax
14487
14488 2005-04-06 [paul]       1.9.6cvs27
14489
14490         sync with main:
14491
14492         * configure.ac
14493                 changed -traditional-cpp to -no-cpp-precomp for newer
14494                 Mac OS X support
14495         * src/foldersel.c
14496                 made column resize automatically
14497         * src/send_message.c
14498                 send_message_smtp(): consider EOF right after QUIT
14499                 successful (workaround for Gmail SMTP server)
14500         * src/common/socket.c
14501                 ssl_read(), ssl_peek(): check EOF which violates the
14502                 SSL protocol
14503         * src/gtk/colorlabel.c
14504                 removed warnings when displaying colorlabel menu
14505                 (don't use GtkAlignment)
14506
14507 2005-04-05 [paul]       1.9.6cvs26
14508
14509         * src/plugins/trayicon/trayicon.c
14510                 fix clipping of icon under KDE3 
14511
14512 2005-04-05 [paul]       1.9.6cvs25
14513
14514         * src/summaryview.c
14515                 hide display of threading
14516                 patch by Alfons
14517
14518 2005-04-04 [thorsten]   1.9.6cvs24
14519
14520         * src/mh.c
14521                 marks lost on filesystems with different stat() results on
14522                 summer-/wintertime
14523
14524 2005-04-03 [colin]      1.9.6cvs23
14525
14526         * src/summaryview.c
14527                 Don't handle up/down. Patch by Alfons
14528
14529 2005-04-02 [colin]      1.9.6cvs22
14530
14531         * src/summaryview.c
14532                 Make scrolling faster. Patch by Alfons.
14533
14534 2005-04-01 [colin]      1.9.6cvs21
14535
14536         * src/Makefile.am
14537         * src/stock_pixmap.c
14538         * src/pixmaps/dir-noselect.xpm ** REMOVED **
14539         * src/pixmaps/dir_noselect.xpm ** ADDED **
14540                 Fix pixmap name mismatch (Thanks Stephan Sachse)
14541
14542 2005-04-01 [colin]      1.9.6cvs20
14543
14544         * src/image_viewer.c
14545         * src/image_viewer.h
14546         * src/procmime.c
14547         * src/procmime.h
14548         * src/textview.c
14549         * src/textview.h
14550                 Implement inline image resizing and right-clicking
14551
14552 2005-04-01 [paul]       1.9.6cvs19
14553
14554         * AUTHORS
14555         * Makefile.am
14556         * configure.ac
14557                 check for gnome2
14558                 patch by Luca Cavalli <loopback<AT>slackit.org>
14559         * po/ru.po
14560                 updated by Pavlo Bohmat
14561
14562 2005-03-31 [colin]      1.9.6cvs18
14563
14564         * src/news.c
14565                 Fix parsing references
14566         * src/msgcache.c
14567                 don't put nulls in the references list
14568         * src/procheader.c
14569                 commit that forgotten file in 1.9.6cvs14
14570
14571 2005-03-31 [colin]      1.9.6cvs17
14572
14573         * src/compose.c
14574                 Fix joining of signature separator again. 
14575                 Maybe Hiro could put it in main too...
14576
14577 2005-03-31 [colin]      1.9.6cvs16
14578
14579         * src/Makefile.am
14580         * src/foldersel.c
14581         * src/stock_pixmap.c
14582         * src/stock_pixmap.h
14583         * src/pixmaps/dir-noselect.xpm
14584                 Update foldersel.c (sync from main, patch by Alfons)
14585
14586 2005-03-30 [colin]      1.9.6cvs15
14587
14588         * src/imap.c
14589                 Fix handling of imap folders containing [] in 
14590                 their name. Thanks to Nahuel Angelinetti for
14591                 the detailed bugreport.
14592
14593 2005-03-30 [colin]      1.9.6cvs14
14594
14595         * src/common/utils.h
14596         * src/common/utils.c
14597         * src/common/defs.h
14598         * src/matcher.c
14599         * src/msgcache.c
14600         * src/news.c
14601         * src/procmsg.c
14602         * src/procmsg.h
14603         * src/quote_fmt_parse.y
14604         * src/summaryview.c
14605                 Update references system. Patch by Alfons
14606
14607 2005-03-30 [colin]      1.9.6cvs13
14608
14609         * src/common/socket.c
14610                 Force the glibc to read resolv.conf again when 
14611                 it has changed. Should fix issues when changing
14612                 networks on a laptop and not restarting sylpheed. 
14613
14614 2005-03-30 [paul]       1.9.6cvs12
14615
14616         partial sync with main:
14617
14618         * src/action.c
14619                 create_io_dialog(): use user-defined text font
14620                 (thanks to Alfons), and modified its appearance.
14621         * src/addrgather.c
14622         * src/addrharvest.c
14623         * src/browseldap.c
14624                 replace old code
14625         * src/compose.c
14626                 don't join (presumably) itemized lines on line-wrapping
14627                 fixed wrapping of quote when auto-wrapping is enabled
14628                 compose_destroy(): destroy paned only if it's not
14629                 attached to window. Fixed memory leak of popup menu.
14630         * src/exphtmldlg.c
14631         * src/expldifdlg.c
14632                 replace old code
14633         * src/html.c
14634         * src/html.h
14635         * src/importmutt.c
14636         * src/importpine.c
14637                 replace old code
14638         * src/main.c
14639                 removed redundant code
14640         * src/mainwindow.c
14641                 changed 'Code set' (which is rather incorrect)
14642                 in the menu to 'Character encoding'
14643                 main_window_set_widgets(): request size first
14644                 to prevent window size becoming wrong
14645                 fixed remembering of the state of the visibility
14646                 of MessageView
14647         * src/messageview.c
14648                 changed 'Code set' (which is rather incorrect)
14649                 in the menu to 'Character encoding'
14650         * src/prefs_common.c
14651         * src/prefs_common.h
14652                 added an option whether to render HTML as text or not
14653                 added separators to outgoing encoding menu
14654         * src/procheader.c
14655                 procheader_scan_date_string(): support header
14656                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
14657         * src/summaryview.c
14658         * src/summaryview.h
14659                 minor code cleanup
14660         * src/textview.c
14661                 textview_show_html(): force output of newline
14662                 added an option whether to render HTML as text or not
14663         * src/common/utils.c
14664                 strncpy2(): optimized based on Alfons' code
14665         * src/gtk/gtkutils.c
14666         * src/gtk/gtkutils.h
14667                 removed non-used code
14668         * src/plugins/pgpmime/passphrase.c
14669                 partially fixed grab input of passphrase dialog
14670                 Confine pointer to window
14671
14672 2005-03-30 [colin]      1.9.6cvs11
14673
14674         * src/msgcache.c
14675         * src/msgcache.h
14676                 Read/write 32bit ints from cache & marks
14677                 From main.
14678
14679 2005-03-29 [paul]       1.9.6cvs10
14680
14681         * AUTHORS
14682         * ChangeLog.claws
14683         * src/compose.c
14684         * src/gtk/gtkaspell.c
14685                 sync with HEAD (don't pass NULL pointers) 
14686
14687 2005-03-24 [paul]
14688
14689         * tools/Makefile.am
14690         * tools/README
14691         * tools/acroread2sylpheed.pl
14692                 sync with HEAD (add script to send pdfs as
14693                 attachments from Adobe Reader 7)
14694
14695 2005-03-21 [paul]       1.9.6cvs9
14696
14697         * configure.ac
14698         * po/POTFILES.in
14699         * src/Makefile.am
14700         * src/crash.c
14701         * src/image_viewer.c ** ADDED **
14702         * src/image_viewer.h ** ADDED **
14703         * src/main.c
14704         * src/prefs_common.c
14705         * src/prefs_common.h
14706         * src/prefs_image_viewer.c ** ADDED **
14707         * src/prefs_image_viewer.h ** ADDED **
14708         * src/textview.c
14709         * src/gtk/about.c
14710         * src/pixmaps/sylpheed_logo.xpm
14711         * src/plugins/Makefile.am
14712         * src/plugins/image_viewer/.cvsignore ** REMOVED **
14713         * src/plugins/image_viewer/Makefile.am ** REMOVED **
14714         * src/plugins/image_viewer/plugin.c ** REMOVED **
14715         * src/plugins/image_viewer/viewer.c ** REMOVED **
14716         * src/plugins/image_viewer/viewer.glade ** REMOVED **
14717         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
14718         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
14719         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
14720         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
14721                 as gdk-pixbuf is now built-in
14722                 remove image_viewer plugin and put code back into
14723                 main codebase
14724                 implement inline image display (sync with main)
14725
14726                 replace logo with newer, nicer, larger version  
14727
14728 2005-03-21 [paul]       1.9.6cvs8
14729
14730         * src/gtk/about.c
14731                 cosmetic improvement
14732
14733 2005-03-21 [holger]     1.9.6cvs7
14734
14735         * src/plugins/spamassassin/spamassassin.c
14736                 Sync with HEAD
14737                 (unregister hook on failed plugin init)
14738
14739 2005-03-20 [colin]      1.9.6cvs6
14740
14741         * src/common/plugin.c
14742                 Check that plugin isn't already loaded
14743                 Patch by Alfons
14744
14745 2005-03-20 [thorsten]   1.9.6cvs5
14746
14747         * src/compose.c
14748                 use a more compatible syntax
14749
14750 2005-03-20 [thorsten]   1.9.6cvs4
14751
14752         * src/prefs_toolbar.c
14753                 fix crash when selecting toolbar item (uninitialized pointer)
14754
14755 2005-03-20 [thorsten]   1.9.6cvs3
14756
14757         * src/procmime.c
14758                 fix mimetype detection (referenced free()d string)
14759
14760 2005-03-20 [paul]       1.9.6cvs2
14761
14762         * src/compose.c
14763                 sync with HEAD (1.0.3cvs5)
14764                 neglect Reply-To header if empty
14765                 Patch by Alfons 
14766
14767 2005-03-19 [holger]     1.9.6cvs1
14768
14769         * src/summaryview.c
14770         * src/summaryview.h
14771                 Sync with HEAD
14772
14773 2005-03-18 [paul]       1.9.6
14774
14775         initial GTK2 release
14776
14777 2005-03-18 [paul]       1.0.3cvs3.1
14778
14779         * AUTHORS
14780         * ChangeLog.claws
14781         * configure.ac
14782         * src/gtk/about.c
14783         * src/pixmaps/sylpheed_logo.xpm
14784                 sync with HEAD
14785
14786 2005-03-18 [colin]      1.0.3cvs2.6
14787
14788         * src/summaryview.c
14789                 Remove call to summary_step in summary_copy_selected_to
14790                 Can't see its purpose, and this causes bug when copying
14791                 a message if the next one is unread: it reads it.
14792
14793 2005-03-18 [paul]       1.0.3cvs2.5
14794
14795         * src/foldersel.c
14796                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
14797
14798 2005-03-18 [paul]       1.0.3cvs2.4
14799
14800         * src/addrharvest.c
14801         * src/codeconv.c
14802         * src/codeconv.h
14803         * src/compose.c
14804         * src/news.c
14805         * src/procheader.c
14806         * src/procmime.c
14807         * src/unmime.c
14808         * src/unmime.h
14809                 fix buffer overflow, CAN-2005-0667, see
14810                 http://secunia.com/advisories/14491/
14811                 Patch by Alfons
14812
14813 2005-03-17 [colin]      1.0.3cvs2.3
14814
14815         * src/prefs_fonts.c
14816         * src/summaryview.c
14817                 Fix font bugs (both lists now officialy share 
14818                 the same font)
14819                 
14820
14821 2005-03-17 [paul]       1.0.3cvs2.2
14822
14823         * src/gtk/pluginwindow.c
14824                 make plugin descriptions uneditable
14825
14826 2005-03-11 [paul]       1.0.3cvs2.1
14827
14828         * ChangeLog.claws
14829         * configure.ac
14830         * po/POTFILES.in
14831         * src/plugins/trayicon/trayicon.c
14832                 sync with HEAD
14833                 add src/wizard.c to POTFILES.in
14834
14835 2005-03-11 [paul]       1.0.3cvs1.1
14836
14837         * ChangeLog
14838         * ChangeLog.claws
14839         * configure.ac
14840         * po/de.po
14841         * po/es.po
14842         * po/fr.po
14843         * po/it.po
14844         * po/pt_BR.po
14845         * po/ru.po
14846         * po/sk.po
14847         * po/sr.po
14848         * po/zh_CN.po
14849                 sync with HEAD
14850
14851 2005-03-04 [colin]      1.0.1cvs22.2
14852
14853         * src/compose.c
14854                 Fix signatures with accentued chars in it
14855
14856 2005-03-04 [colin]      1.0.1cvs22.1
14857
14858         * src/common/smtp.c
14859         * src/common/smtp.h
14860                 Don't use SIZE param in MAIL FROM: if server 
14861                 doesn't support it. Patch by Eugen Freiter
14862                 <eugen_f@users.sf.net>
14863
14864 2005-02-27 [paul]       1.0.1cvs20.1
14865
14866         * ChangeLog.claws
14867         * configure.ac
14868         * src/messageview.c
14869                 sync with HEAD
14870
14871 2005-02-27 [colin]      1.0.1cvs19.4
14872
14873         * src/procheader.c
14874         * src/procheader.h
14875                 Fix prototypes. Patch by Alfons
14876
14877 2005-02-27 [colin]      1.0.1cvs19.3
14878
14879         * src/compose.c
14880                 Don't auto-join the signature separator.
14881
14882 2005-02-26 [colin]      1.0.1cvs19.2
14883
14884         * src/summaryview.c
14885                 Fix 'mark all read' with collapsed threads.
14886                 Patch by Alfons.
14887
14888 2005-02-25 [paul]       1.0.1cvs19.1
14889
14890         * ChangeLog.claws
14891         * configure.ac
14892         * src/prefs_account.c
14893         * src/prefs_folder_item.c
14894         * src/gtk/prefswindow.c
14895         * src/gtk/prefswindow.h
14896                 sync with HEAD
14897
14898 2005-02-25 [paul]       1.0.1cvs15.12
14899
14900         * src/alertpanel.c
14901         * src/codeconv.c
14902         * src/compose.c
14903         * src/textview.c
14904         * src/gtk/gtkutils.c
14905         * src/gtk/gtkutils.h
14906         * src/gtk/logwindow.c
14907         * src/gtk/progressdialog.c
14908                 sync with main (revision 127)
14909                 and fix logwindow clipping
14910
14911 2005-02-24 [colin]      1.0.1cvs15.11
14912
14913         * src/plugins/pgpmime/passphrase.c
14914                 Disable input grabbing; it doesn't work yet.
14915
14916 2005-02-24 [colin]      1.0.1cvs15.10
14917
14918         * src/messageview.c
14919                 Don't send out receipts if offline. Ask.
14920
14921 2005-02-23 [colin]      1.0.1cvs15.9
14922
14923         * src/summaryview.c     
14924                 Fix expanding
14925
14926 2005-02-23 [colin]      1.0.1cvs15.8
14927
14928         * src/summaryview.c
14929                 Really fix Bug 568 by removing useless
14930                 calls. summary_thread_init() now called
14931                 in summary_sort(). This should please
14932                 Alfons as it should be faster than 
14933                 previously.
14934
14935 2005-02-23 [colin]      1.0.1cvs15.7
14936
14937         * src/compose.c
14938                 Encode parts as QP or B64 if signing
14939
14940 2005-02-23 [colin]      1.0.1cvs15.6
14941
14942         * src/compose.c
14943                 Fix Mimeinfo leakage (including tmp files)
14944         * src/procmsg.c
14945                 Fix tmp file leakage (spotted by Ivan Rayner)
14946
14947 2005-02-22 [colin]      1.0.1cvs15.5
14948
14949         * src/expldifdlg.c
14950                 Fix keyboard input. Patch by Alfons.
14951
14952 2005-02-21 [colin]      1.0.1cvs15.4
14953
14954         * src/compose.c
14955                 Fix Sign/Encrypt when unselecting privacy
14956                 system
14957         * src/prefs_common.c
14958                 Change default message font to Monospace
14959         * src/summaryview.c
14960                 More freezing during potentially large operations
14961
14962 2005-02-21 [paul]       1.0.1cvs15.3
14963
14964         * src/main.c
14965                 fix --help output
14966
14967 2005-02-21 [paul]       1.0.1cvs15.2
14968
14969         * po/Makefile.in.in
14970         * src/compose.c
14971         * src/summaryview.c
14972         * src/textview.c
14973         * src/common/utils.c
14974         * src/common/utils.h
14975                 sync with main (revision 117)
14976
14977 2005-02-20 [colin]      1.0.1cvs15.1
14978
14979         * src/common/defs.h
14980                 Change cache file to .sylpheed_claws_cache, as
14981                 suggested by Alfons. Allows people to switch
14982                 between Sylpheed and Sylpheed-Claws. it is
14983                 a good idea to "Check for new messages" at next
14984                 startup.
14985
14986
14987 2005-02-18 [colin]      1.0.1cvs14.1
14988
14989         * src/quote_fmt_lex.l
14990         * src/quote_fmt_parse.y
14991                 Fix parser initialisation. Patch by Ivan.
14992
14993 2005-02-18 [colin]      1.0.1cvs11.6
14994
14995         * src/folderview.c
14996                 Fix scrolldown (bug 662)
14997
14998 2005-02-17 [colin]      1.0.1cvs11.5
14999
15000         * src/codeconv.c
15001                 conv_filename_to_utf8: return clean 7bit instead
15002                 of broken utf8 if needed
15003         * src/mimeview.c
15004                 Fix display of parts with unclean 8bit names
15005
15006 2005-02-17 [paul]       1.0.1cvs11.4
15007
15008         * src/compose.c
15009         * src/exportldif.c
15010         * src/matcher_parser_parse.y
15011         * src/procmime.c
15012         * src/sourcewindow.c
15013         * src/common/Makefile.am
15014         * src/common/intl.h             ** REMOVED **
15015         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15016                 sync with main (revision 109)
15017                 and clean up
15018
15019 2005-02-16 [colin]      1.0.1cvs11.3
15020
15021         * src/summaryview.c
15022                 Fix collapsed thread not highlighting when new
15023                 messages in it (Bug 568) Patch by Stephan Sachse.
15024                 Fix messed up selection when reaching bounds (Bug 632)
15025         * src/prefs_themes.c
15026                 Fix theme installing (Bug 684)
15027
15028 2005-02-16 [colin]      1.0.1cvs11.2
15029
15030         * src/messageview.c
15031                 Fix messageview_select_all
15032
15033 2005-02-16 [colin]      1.0.1cvs11.1
15034
15035         * src/mh.c
15036                 Sync with HEAD (MH scan required function)
15037
15038 2005-02-15 [colin]      1.0.1cvs8.1
15039
15040         * src/mimeview.c
15041         * src/common/utils.c
15042                 Sync with HEAD (filename chars substitution)
15043
15044 2005-02-15 [colin]      1.0.1cvs7.3
15045
15046         * src/gtk/pluginwindow.c
15047                 Fix button spacing
15048
15049 2005-02-15 [colin]      1.0.1cvs7.2
15050
15051         * src/mimeview.c
15052                 Fix mime icons not reset across message when
15053                 scrolled down
15054
15055 2005-02-15 [colin]      1.0.1cvs7.1
15056
15057         * src/compose.c
15058         * src/procmime.c
15059                 Sync with HEAD (optimisation of cvs6)
15060
15061 2005-02-14 [colin]      1.0.1cvs6.1
15062
15063         * src/compose.c
15064         * src/procmime.c
15065                 Sync with HEAD (encode "From " at line beginning)
15066
15067 2005-02-14 [colin]      1.0.1cvs5.3
15068
15069         * src/compose.c
15070                 Fix wrapping with accentued chars.
15071
15072 2005-02-13 [colin]      1.0.1cvs5.2
15073
15074         * src/textview.c
15075                 Fix email informative part parsing with
15076                 accentued chars in it. ispunct() returns
15077                 true for them in utf8...
15078
15079 2005-02-12 [colin]      1.0.1cvs5.1
15080
15081         * src/filtering.c
15082                 Sync with HEAD (remove wrong use of compose after send)
15083
15084 2005-02-12 [paul]       1.0.1cvs4.5
15085
15086         * src/textview.c
15087                 remove unnecessary code (thanks to Alfons)
15088
15089 2005-02-12 [paul]       1.0.1cvs4.4
15090
15091         * src/textview.c
15092                 add 'Copy' to contextual menu on emails
15093
15094 2005-02-11 [colin]      1.0.1cvs4.3
15095
15096         * src/compose.c
15097                 revert 1.0.0cvs28.2, it doesn't work that well.
15098
15099 2005-02-11 [paul]       1.0.1cvs4.2
15100
15101         * po/Makefile.in.in
15102                 fix 'make release'
15103
15104 2005-02-10 [paul]       1.0.1cvs4.1
15105
15106         * ChangeLog
15107         * ChangeLog.claws
15108         * ChangeLog.jp
15109         * configure.ac
15110         * src/compose.c
15111                 sync with HEAD (sync with main)
15112
15113 2005-02-10 [paul]       1.0.1cvs3.2
15114
15115         * AUTHORS
15116         * Makefile.am
15117         * autogen.sh
15118         * configure.ac
15119         * config/mkinstalldirs
15120         * intl/.cvsignore
15121         * intl/ChangeLog
15122         * intl/VERSION
15123         * intl/bindtextdom.c
15124         * intl/config.charset
15125         * intl/dcgettext.c
15126         * intl/dcigettext.c
15127         * intl/dcngettext.c
15128         * intl/dgettext.c
15129         * intl/dngettext.c
15130         * intl/eval-plural.h
15131         * intl/explodename.c
15132         * intl/finddomain.c
15133         * intl/gettext.c
15134         * intl/gettextP.h
15135         * intl/gmo.h
15136         * intl/hash-string.h
15137         * intl/intl-compat.c
15138         * intl/l10nflist.c
15139         * intl/libgnuintl.h.in
15140         * intl/loadinfo.h
15141         * intl/loadmsgcat.c
15142         * intl/localcharset.c
15143         * intl/localcharset.h
15144         * intl/locale.alias
15145         * intl/localealias.c
15146         * intl/localename.c
15147         * intl/log.c
15148         * intl/ngettext.c
15149         * intl/os2compat.c
15150         * intl/os2compat.h
15151         * intl/osdep.c
15152         * intl/plural-exp.c
15153         * intl/plural-exp.h
15154         * intl/plural.c
15155         * intl/plural.y
15156         * intl/ref-add.sin
15157         * intl/ref-del.sin
15158         * intl/relocatable.c
15159         * intl/relocatable.h
15160         * intl/textdomain.c
15161         * m4/Makefile.am
15162         * po/Makefile.in.in
15163         * src/Makefile.am
15164         * src/account.c
15165         * src/action.c
15166         * src/addr_compl.c
15167         * src/addressadd.c
15168         * src/addressbook.c
15169         * src/addrgather.c
15170         * src/addrindex.c
15171         * src/alertpanel.c
15172         * src/browseldap.c
15173         * src/codeconv.c
15174         * src/codeconv.h
15175         * src/compose.c
15176         * src/compose.h
15177         * src/crash.c
15178         * src/editaddress.c
15179         * src/editbook.c
15180         * src/editgroup.c
15181         * src/editjpilot.c
15182         * src/editldap.c
15183         * src/editldap_basedn.c
15184         * src/editvcard.c
15185         * src/exphtmldlg.c
15186         * src/expldifdlg.c
15187         * src/export.c
15188         * src/exporthtml.c
15189         * src/filtering.c
15190         * src/folder.c
15191         * src/folder_item_prefs.c
15192         * src/foldersel.c
15193         * src/folderview.c
15194         * src/grouplistdialog.c
15195         * src/headerview.c
15196         * src/imap.c
15197         * src/imap_gtk.c
15198         * src/import.c
15199         * src/importldif.c
15200         * src/importmutt.c
15201         * src/importpine.c
15202         * src/inc.c
15203         * src/ldif.c
15204         * src/main.c
15205         * src/mainwindow.c
15206         * src/matcher.c
15207         * src/mbox.c
15208         * src/message_search.c
15209         * src/messageview.c
15210         * src/mh.c
15211         * src/mh_gtk.c
15212         * src/mimeview.c
15213         * src/msgcache.c
15214         * src/news.c
15215         * src/news_gtk.c
15216         * src/noticeview.c
15217         * src/partial_download.c
15218         * src/pop.c
15219         * src/prefs_account.c
15220         * src/prefs_actions.c
15221         * src/prefs_common.c
15222         * src/prefs_customheader.c
15223         * src/prefs_display_header.c
15224         * src/prefs_ext_prog.c
15225         * src/prefs_filtering.c
15226         * src/prefs_filtering_action.c
15227         * src/prefs_folder_item.c
15228         * src/prefs_fonts.c
15229         * src/prefs_gtk.c
15230         * src/prefs_matcher.c
15231         * src/prefs_msg_colors.c
15232         * src/prefs_spelling.c
15233         * src/prefs_summary_column.c
15234         * src/prefs_template.c
15235         * src/prefs_themes.c
15236         * src/prefs_toolbar.c
15237         * src/prefs_wrapping.c
15238         * src/privacy.c
15239         * src/procheader.c
15240         * src/procmime.c
15241         * src/procmsg.c
15242         * src/quote_fmt.c
15243         * src/recv.c
15244         * src/send_message.c
15245         * src/setup.c
15246         * src/sourcewindow.c
15247         * src/ssl_manager.c
15248         * src/statusbar.c
15249         * src/summary_search.c
15250         * src/summaryview.c
15251         * src/textview.c
15252         * src/toolbar.c
15253         * src/wizard.c
15254         * src/common/nntp.c
15255         * src/common/plugin.c
15256         * src/common/smtp.c
15257         * src/common/ssl.c
15258         * src/common/ssl_certificate.c
15259         * src/common/string_match.c
15260         * src/common/sylpheed.c
15261         * src/common/template.c
15262         * src/common/utils.c
15263         * src/gtk/about.c
15264         * src/gtk/colorlabel.c
15265         * src/gtk/description_window.c
15266         * src/gtk/filesel.c
15267         * src/gtk/foldersort.c
15268         * src/gtk/gtkaspell.c
15269         * src/gtk/gtkutils.c
15270         * src/gtk/inputdialog.c
15271         * src/gtk/logwindow.c
15272         * src/gtk/menu.c
15273         * src/gtk/pluginwindow.c
15274         * src/gtk/prefswindow.c
15275         * src/gtk/progressdialog.c
15276         * src/gtk/quicksearch.c
15277         * src/gtk/sslcertwindow.c
15278         * src/plugins/clamav/clamav_plugin.c
15279         * src/plugins/clamav/clamav_plugin_gtk.c
15280         * src/plugins/demo/demo.c
15281         * src/plugins/dillo_viewer/dillo_prefs.c
15282         * src/plugins/dillo_viewer/dillo_viewer.c
15283         * src/plugins/image_viewer/plugin.c
15284         * src/plugins/image_viewer/viewer.c
15285         * src/plugins/image_viewer/viewerprefs.c
15286         * src/plugins/mathml_viewer/mathml_viewer.c
15287         * src/plugins/pgpmime/passphrase.c
15288         * src/plugins/pgpmime/plugin.c
15289         * src/plugins/pgpmime/prefs_gpg.c
15290         * src/plugins/pgpmime/select-keys.c
15291         * src/plugins/pgpmime/sgpgme.c
15292         * src/plugins/spamassassin/spamassassin.c
15293         * src/plugins/spamassassin/spamassassin_gtk.c
15294         * src/plugins/trayicon/trayicon.c
15295                 sync with main (revision 104)
15296
15297 2005-02-10 [colin]      1.0.1cvs3.1
15298
15299         * src/mainwindow.c
15300                 Sync with HEAD (fix occasional crasher)
15301
15302 2005-02-10 [colin]      1.0.1cvs2.1
15303
15304         * src/messageview.c
15305                 Synw with HEAD (don't automatically display html)
15306
15307 2005-02-09 [colin]      1.0.1cvs1.3
15308
15309         * src/textview.c
15310         * src/textview.h
15311                 Add contextual menu on emails
15312
15313 2005-02-09 [colin]      1.0.1cvs1.2
15314
15315         * src/codeconv.c
15316                 Fix converting from broken headers and 
15317                 put back the _ in missing places
15318                 (feature broke with cvs24.2 sync, main 
15319                  possibly affected?)
15320
15321 2005-02-09 [colin]      1.0.1cvs1.1
15322
15323         * src/messageview.c
15324         * src/mimeview.c
15325         * src/mimeview.h
15326                 Sync with HEAD (display non text/plain mails with plugin)
15327
15328 2005-02-08 [colin]      1.0.1.1
15329
15330         * ChangeLog.claws
15331         * po/pt_BR.po
15332                 Sync with HEAD
15333         * configure.ac
15334                 Make default configuration directory 
15335                 be .sylpheed-gtk2
15336
15337 2005-02-08 [colin]      1.0.0cvs29.1
15338
15339         * po/de.po
15340         * po/es.po
15341         * po/fr.po
15342         * po/it.po
15343         * po/sk.po
15344         * po/sr.po
15345                 Sync translations with HEAD
15346
15347 2005-02-06 [colin]      1.0.0cvs28.3
15348
15349         * src/compose.c
15350                 Make compose a bit faster - patch by Alfons.
15351
15352 2005-02-06 [colin]      1.0.0cvs28.2
15353
15354         * src/compose.c
15355                 Make pasting via middle-click more reliable
15356
15357 2005-02-05 [paul]       1.0.0cvs28.1
15358
15359         * ChangeLog
15360         * ChangeLog.claws
15361         * ChangeLog.jp
15362         * configure.ac
15363         * src/compose.c
15364                 sync with HEAD
15365                 (fix bug 682 'redirect is broken'
15366
15367 2005-02-05 [torte]      1.0.0cvs27.1
15368
15369         * ChangeLog.claws
15370         * configure.ac
15371         * src/partial_download.c
15372                 Sync with HEAD (fix buf overflow)
15373
15374 2005-02-03 [colin]      1.0.0cvs26.1
15375
15376         * src/common/plugin.c
15377                 Sync with HEAD (avoid plugin mismatches)
15378
15379 2005-02-03 [paul]       1.0.0cvs25.3
15380
15381         * src/folderview.c
15382         * src/headerview.c
15383         * src/summaryview.c
15384         * src/textview.c
15385         * src/gtk/colorlabel.c
15386                 third and final part of initial sync with main-gtk2
15387
15388 2005-02-03 [paul]       1.0.0cvs25.2
15389
15390         * src/jpilot.c
15391                 fix building with jpilot support
15392
15393 2005-02-02 [colin]      1.0.0cvs25.1
15394
15395         * src/messageview.c
15396                 Sync with HEAD (fix dangerous typo)
15397
15398 2005-02-01 [colin]      1.0.0cvs24.3
15399
15400         * src/common/xml.c
15401                 Write file as advertised (UTF-8)
15402
15403 2005-02-01 [paul]       1.0.0cvs24.2
15404
15405         * src/addrbook.c
15406         * src/addrindex.c
15407         * src/alertpanel.h
15408         * src/codeconv.c
15409         * src/codeconv.h
15410         * src/compose.c
15411         * src/export.c
15412         * src/folder_item_prefs.c
15413         * src/html.c
15414         * src/imap.c
15415         * src/import.c
15416         * src/jpilot.c
15417         * src/mainwindow.c
15418         * src/matcher_parser_lex.l
15419         * src/messageview.c
15420         * src/mh.c
15421         * src/prefs_account.c
15422         * src/prefs_actions.c
15423         * src/prefs_common.c
15424         * src/prefs_gtk.c
15425         * src/prefs_gtk.h
15426         * src/prefs_themes.c
15427         * src/procheader.c
15428         * src/procmime.c
15429         * src/sourcewindow.c
15430         * src/statusbar.c
15431         * src/summaryview.c
15432         * src/textview.c
15433         * src/toolbar.c
15434         * src/unmime.c
15435         * src/common/template.c
15436         * src/common/utils.c
15437         * src/common/xml.c
15438         * src/common/xml.h
15439         * src/gtk/gtkaspell.c
15440         * src/plugins/clamav/clamav_plugin.c
15441         * src/plugins/dillo_viewer/dillo_prefs.c
15442         * src/plugins/image_viewer/viewerprefs.c
15443         * src/plugins/pgpmime/passphrase.c
15444         * src/plugins/pgpmime/prefs_gpg.c
15445         * src/plugins/pgpmime/select-keys.c
15446         * src/plugins/spamassassin/spamassassin.c
15447                 second part of initial sync with main-gtk2
15448                 (more to follow)
15449
15450 2005-01-31 [colin]      1.0.0cvs24.1
15451
15452         * src/compose.c
15453                 Sync with HEAD
15454
15455 2005-01-29 [paul]       1.0.0cvs23.2
15456
15457         * src/account.c
15458         * src/action.c
15459         * src/addressadd.c
15460         * src/addressbook.c
15461         * src/alertpanel.c
15462         * src/compose.c
15463         * src/editaddress.c
15464         * src/editbook.c
15465         * src/editgroup.c
15466         * src/editjpilot.c
15467         * src/editldap.c
15468         * src/editldap_basedn.c
15469         * src/editvcard.c
15470         * src/export.c
15471         * src/foldersel.c
15472         * src/grouplistdialog.c
15473         * src/import.c
15474         * src/importldif.c
15475         * src/inc.c
15476         * src/main.c
15477         * src/mainwindow.c
15478         * src/message_search.c
15479         * src/messageview.c
15480         * src/mimeview.c
15481         * src/prefs_actions.c
15482         * src/prefs_common.c
15483         * src/prefs_common.h
15484         * src/prefs_customheader.c
15485         * src/prefs_display_header.c
15486         * src/prefs_filtering.c
15487         * src/prefs_filtering_action.c
15488         * src/prefs_gtk.c
15489         * src/prefs_matcher.c
15490         * src/prefs_summary_column.c
15491         * src/prefs_template.c
15492         * src/sourcewindow.c
15493         * src/summary_search.c
15494         * src/summaryview.c
15495         * src/textview.c
15496         * src/gtk/about.c
15497         * src/gtk/description_window.c
15498         * src/gtk/gtkshruler.c
15499         * src/gtk/gtkutils.c
15500         * src/gtk/gtkutils.h
15501         * src/gtk/inputdialog.c
15502         * src/gtk/logwindow.c
15503         * src/gtk/prefswindow.c
15504         * src/gtk/progressdialog.c
15505         * src/gtk/progressdialog.h
15506                 first part of initial sync with main-gtk2
15507                 (more to follow)
15508
15509 2005-01-28 [colin]      1.0.0cvs23.1
15510
15511         * src/folderview.c
15512                 Sync with HEAD
15513
15514 2005-01-27 [colin]      1.0.0cvs21.1
15515
15516         * src/folder.c
15517         * src/folderview.c
15518                 Sync with HEAD
15519
15520 2005-01-27 [colin]      1.0.0cvs19.1
15521
15522         * src/procmime.c
15523                 Sync with HEAD
15524
15525 2005-01-27 [colin]      1.0.0cvs18.1
15526
15527         * src/messageview.c
15528         * src/summaryview.c
15529         * src/mainwindow.c
15530         * src/compose.c
15531         * src/compose.h
15532         * src/procmsg.c
15533         * src/procmsg.h
15534         * src/toolbar.c
15535                 Sync with HEAD
15536
15537 2005-01-26 [paul]       1.0.0cvs15.2
15538
15539         * src/compose.c
15540                 compose_entries_set(): convert subject and body to
15541                 utf8 if necessary. patch by Felix Eckhofer
15542
15543 2005-01-26 [paul]       1.0.0cvs15.1
15544
15545         * configure.ac
15546         * src/common/template.c
15547                 sync with HEAD (fix memory leak)
15548
15549 2005-01-25 [paul]       1.0.0cvs14.1
15550
15551         * configure.ac
15552         * src/compose.c
15553                 sync with HEAD
15554
15555 2005-01-24 [colin]      1.0.0cvs13.1
15556
15557         * src/summaryview.c
15558                 Sync with HEAD
15559
15560 2005-01-24 [paul]       1.0.0cvs12.1
15561
15562         * configure.ac
15563         * src/messageview.c
15564         * src/mh.c
15565         * src/common/utils.c
15566                 sync with HEAD
15567
15568 2005-01-24 [colin]      1.0.0cvs11.1
15569
15570         * src/procheader.c
15571                 Sync with HEAD
15572
15573 2005-01-24 [colin]      1.0.0cvs10.1
15574
15575         * src/folderview.c
15576                 Sync with HEAD
15577
15578 2005-01-23 [colin]      1.0.0cvs9.1
15579
15580         * src/crash.c
15581                 Sync with HEAD
15582
15583 2005-01-22 [colin]      1.0.0cvs8.1
15584
15585         * src/summaryview.c
15586         * src/gtk/quicksearch.c
15587                 Sync with HEAD
15588
15589 2005-01-21 [colin]      1.0.0cvs7.1
15590
15591         * src/summaryview.c
15592                 Sync with HEAD
15593
15594 2005-01-21 [colin]      1.0.0cvs6.1
15595
15596         * src/summaryview.c
15597                 Sync with HEAD
15598
15599 2005-01-21 [colin]      1.0.0cvs5.1
15600
15601         * src/gtk/quicksearch.c
15602         * src/prefs_common.c
15603         * src/prefs_common.h
15604                 Sync with HEAD (recurse option)
15605
15606 2005-01-21 [colin]      1.0.0cvs4.1
15607
15608         * src/folder.h
15609         * src/folderview.c
15610         * src/folderview.h
15611         * src/summaryview.c
15612         * src/gtk/quicksearch.c
15613         * src/gtk/quicksearch.h
15614                 Sync with HEAD (recursive quicksearch)
15615
15616 2005-01-20 [colin]      1.0.0cvs3.4
15617
15618         * src/ssl_manager.c
15619                 Remove useless code
15620
15621 2005-01-20 [colin]      1.0.0cvs3.3
15622
15623         * src/ssl_manager.c
15624                 Fix leak, thanks to Alfons.
15625
15626 2005-01-20 [colin]      1.0.0cvs3.2
15627
15628         * src/ssl_manager.c
15629                 Port SSL certificate window to GTK2.
15630
15631 2005-01-20 [paul]       1.0.0cvs3.1
15632
15633         * ChangeLog.claws
15634         * configure.ac
15635         * src/addrindex.c
15636         * src/addrindex.h
15637                 sync with HEAD
15638
15639 2005-01-19 [colin]      1.0.0cvs2.2
15640
15641         * src/plugins/trayicon/trayicon.c
15642                 Fix freeze with gtk-2.6, the easy way
15643                 (signal blocking helpless there...)
15644                 Closes bug #668.
15645
15646 2005-01-19 [colin]      1.0.0cvs2.1
15647
15648         * src/mbox.c
15649         * src/mbox.h
15650         * src/mainwindow.c
15651         * src/summaryview.c
15652         * src/summaryview.h
15653                 Sync with HEAD
15654
15655 2005-01-19 [paul]       1.0.0cvs1.1
15656
15657         * configure.ac
15658         * po/de.po
15659         * po/es.po
15660         * po/fr.po
15661         * po/hr.po
15662         * po/it.po
15663         * po/ja.po
15664         * po/ko.po
15665         * po/pt_BR.po
15666         * po/ru.po
15667         * po/sk.po
15668         * po/sr.po
15669                 sync with HEAD (update translations)
15670
15671 2005-01-18 [colin]      1.0.0cvs0.1
15672
15673         * src/foldersel.c
15674                 Specify search column - patch by Alfons
15675
15676 2005-01-18 [colin]      0.9.13cvs36.3
15677
15678         * src/prefs_toolbar.c
15679                 Change Delete to Remove
15680         * src/prefs_fonts.c
15681                 GTK2 version and leak fixes
15682         * src/prefs_actions.c
15683                 Add stock buttons.
15684                 All patches by Alfons
15685
15686 2005-01-17 [colin]      0.9.13cvs36.2
15687
15688         * src/compose.c
15689                 Fix DnD inserting twice. While at it,
15690                 add DnD support for text/plain in the
15691                 body, and add support in the headers.
15692
15693 2005-01-16 [colin]      0.9.13cvs36.1
15694
15695         * ChangeLog
15696         * ChangeLog.jp
15697         * ChangeLog.claws
15698                 Sync with HEAD (nothing applicable)
15699
15700 2005-01-16 [colin]      0.9.13cvs33.2
15701
15702         * src/prefs_toolbar.c
15703                 GTK2ize prefs_toolbar, by Alfons.
15704
15705 2005-01-14 [colin]      0.9.13cvs33.1
15706
15707         * src/html.c
15708         * src/msgcache.c
15709                 Sync with HEAD
15710
15711 2005-01-14 [colin]      0.9.13cvs32.1
15712
15713         * src/html.c
15714         * src/html.h
15715         * src/msgcache.c
15716         * AUTHORS
15717         * tools/calypso_convert.pl
15718                 Sync with HEAD
15719
15720 2005-01-08 [colin]      0.9.13cvs29.2
15721
15722         * src/prefs_filtering_action.c
15723         * src/prefs_filtering.c
15724                 2 more gtk2 patches by Alfons
15725
15726 2005-01-07 [paul]       0.9.13cvs29.1
15727
15728         * ChangeLog
15729         * ChangeLog.claws
15730         * ChangeLog.jp
15731         * configure.ac
15732         * src/pop.c
15733         * src/pop.h
15734                 sync with HEAD
15735
15736 2005-01-07 [colin]      0.9.13cvs28.3
15737
15738         * src/gtk/progressdialog.c
15739         * src/gtk/progressdialog.h
15740         * src/inc.c
15741         * src/send_message.c
15742                 GTK2 for the incorporation dialog. The CList isn't dead
15743                 yet, for a more smooth migration. Patch by Alfons.
15744
15745 2005-01-06 [colin]      0.9.13cvs28.2
15746
15747         * src/prefs_display_header.c
15748                 GTK2 conversion by Alfons
15749         * src/prefs_actions.c
15750         * src/prefs_matcher.c
15751                 Fix 2 leaks - patch by Alfons
15752
15753 2005-01-06 [colin]      0.9.13cvs28.1
15754
15755         * src/prefs_matcher.c
15756                 Sync with HEAD
15757
15758 2005-01-06 [colin]      0.9.13cvs27.4
15759
15760         * src/prefs_matcher.c
15761                 Fix double-free. Patch by Alfons
15762
15763 2005-01-06 [colin]      0.9.13cvs27.3
15764
15765         * src/prefs_matcher.c
15766                 GTK2 widgets + memleak
15767                 Patch by Alfons
15768
15769 2005-01-05 [colin]      0.9.13cvs27.2
15770
15771         * src/account.c
15772         * src/addr_compl.c
15773         * src/foldersel.c
15774         * src/stock_pixmap.c
15775         * src/stock_pixmap.h
15776                 3 more GTK2 patches by Alfons.
15777
15778 2005-01-04 [colin]      0.9.13cvs27.1
15779
15780         * src/folderview.c
15781         * src/imap_gtk.c
15782         * src/news_gtk.c
15783                 Sync with HEAD
15784
15785 2005-01-04 [colin]      0.9.13cvs25.9
15786
15787         * src/compose.c
15788                 Fix Show Ruler menuitem
15789         * src/prefs_template.c
15790                 Convert to GTK2
15791         * src/common/utils.c
15792                 Make auto pointer stuff handles NULLs
15793                 Patches by Alfons.
15794
15795 2005-01-04 [colin]      0.9.13cvs25.8
15796
15797         * src/compose.c
15798                 Move the attachment list to gtk2
15799                 Patch by Alfons.
15800
15801 2005-01-04 [colin]      0.9.13cvs25.7
15802
15803         * src/textview.c
15804                 Make some keys work again
15805                 Patch by SungHyun Nam <namsh@kldp.org>
15806
15807 2005-01-04 [colin]      0.9.13cvs25.6
15808
15809         * src/gtk/gtkshruler.c
15810                 Move the ruler to GTK2
15811                 Patch by Alfons
15812
15813 2005-01-03 [colin]      0.9.13cvs25.5
15814
15815         * src/compose.c
15816                 Fix my broken patch apply 
15817
15818 2005-01-03 [colin]      0.9.13cvs25.4
15819
15820         * src/common/utils.c
15821         * src/common/utils.h
15822         * src/gtk/prefswindow.c
15823                 Move auto pointer stuff to utils.c
15824                 Patch by Alfons again :)
15825
15826 2005-01-03 [colin]      0.9.13cvs25.3
15827
15828         * src/compose.c
15829         * src/prefs_gtk.c
15830         * src/prefs_template.c
15831         * src/textview.c
15832                 Empty text widgets with empty strings, not NULL char
15833                 Patch by SungHyun Nam <namsh@kldp_org>
15834
15835 2005-01-03 [colin]      0.9.13cvs25.2
15836
15837         * src/main.c
15838         * AUTHORS
15839                 Sync with HEAD
15840
15841 2005-01-03 [colin]      0.9.13cvs25.1
15842
15843         * src/pop.c
15844         * src/pop.h
15845                 Sync with HEAD
15846
15847 2005-01-03 [colin]      0.9.13cvs24.3
15848
15849         * src/account.c
15850                 Two patches from Alfons and Alex S Moore:
15851                 fix images, fix return value.
15852
15853 2005-01-01 [colin]      0.9.13cvs24.2
15854
15855         * src/prefs_actions.c
15856                 Fix over-zealous assertion. Patch by Alfons
15857
15858 2005-01-01 [colin]      0.9.13cvs24.1
15859
15860         * src/procmime.c
15861                 Sync with HEAD (leak fix)
15862
15863 2004-12-31 [colin]      0.9.13cvs23.2
15864
15865         * src/prefs_common.c
15866                 GTK2 widgets + stock buttons - patch by Alfons
15867
15868 2004-12-31 [paul]       0.9.13cvs23.1
15869
15870         * configure.ac
15871                 bump up EXTRA_VERSION to match (sync'ed) HEAD
15872         * src/gtk/pluginwindow.c
15873                 use GTK2 widgets and plug memory leaks,
15874                 patches by Alfons
15875
15876 2004-12-30 [colin]      0.9.13cvs22.4
15877
15878         * src/account.c
15879         * src/action.c
15880         * src/export.c
15881         * src/foldersel.c
15882         * src/import.c
15883         * src/message_search.c
15884         * src/prefs_actions.c
15885         * src/prefs_common.c
15886         * src/prefs_customheader.c
15887         * src/prefs_filtering.c
15888         * src/prefs_summary_column.c
15889         * src/summary_search.c
15890         * src/gtk/about.c
15891         * src/gtk/description_window.c
15892         * src/gtk/gtkutils.c
15893         * src/gtk/gtkutils.h
15894         * src/gtk/inputdialog.c
15895         * src/gtk/prefswindow.c
15896                 Use GTK2 stock buttons. Patches by Alfons.
15897
15898 2004-12-30 [colin]      0.9.13cvs22.3
15899
15900         * src/account.c
15901                 Sync with HEAD
15902         * src/prefs_actions.c
15903         * src/prefs_customheader.c
15904         * src/prefs_filtering.c
15905         * src/prefs_msg_colors.c
15906         * src/prefs_summary_column.c
15907         * src/gtk/prefswindow.c
15908                 Use GtkTreeView instead of deprecated 
15909                 widgets. Patches by Alfons.
15910
15911 2004-12-30 [paul]       0.9.13cvs22.2
15912
15913         * src/foldersel.c
15914                 use GTK 2 Tree View
15915                 patch by Alfons, with root folder sorting fix
15916                 by Stephan Sachse
15917
15918 2004-12-30 [paul]       0.9.13cvs22.1
15919
15920         * ChangeLog
15921         * ChangeLog.claws
15922         * ChangeLog.jp
15923         * NEWS
15924         * configure.ac
15925         * src/account.c
15926                 sync with HEAD
15927
15928 2004-12-22 [martin]     0.9.13cvs21.2
15929
15930         * src/action.c
15931                 free the command line after its use
15932
15933 2004-12-18 [paul]       0.9.13cvs21.1
15934
15935         * AUTHORS
15936         * ChangeLog
15937         * ChangeLog.claws
15938         * ChangeLog.jp
15939         * NEWS
15940         * configure.ac
15941         * src/action.c
15942         * src/compose.c
15943         * src/syldap.c
15944                 sync with HEAD
15945
15946 2004-12-17 [martin]     0.9.13cvs17.2
15947
15948         * src/action.c
15949                 convert actions input to locale
15950         * src/inc.c
15951                 convert notification command to locale
15952         * src/plugins/pgpmime/select-keys.c
15953                 convert attributes to utf8
15954
15955 2004-12-14 [colin]      0.9.13cvs17.1
15956
15957         * ChangeLog
15958         * ChangeLog.jp
15959         * ChangeLog.claws
15960         * src/action.c
15961         * src/common/utils.c
15962         * src/gtk/prefswindow.c
15963         * src/gtk/gtkutils.c
15964         * src/gtk/gtkutils.h
15965         * src/plugins/spamassassin/libspamc.c
15966                 Sync with HEAD
15967
15968 2004-12-13 [colin]      0.9.13cvs14.1
15969
15970         * src/quote_fmt_parse.y
15971                 Sync with HEAD
15972
15973 2004-12-10 [colin]      0.9.13cvs12.1
15974
15975         * src/prefs_themes.c
15976         * src/mainwindow.c
15977         * src/messageview.c
15978                 Sync with HEAD
15979
15980 2004-12-09 [colin]      0.9.13cvs10.1
15981
15982         * src/procmime.c
15983                 Sync with HEAD (fix B64 encoding from memory)
15984
15985 2004-12-08 [colin]      0.9.13cvs9.1
15986
15987         * src/gtk/colorlabel.c
15988                 Sync with HEAD
15989
15990 2004-12-08 [paul]       0.9.13cvs8.2
15991
15992         * src/gtk/pluginwindow.c
15993                 fix window resizing oddities
15994
15995 2004-12-08 [colin]      0.9.13cvs8.1
15996
15997         * src/quote_fmt_parse.y
15998                 Sync with HEAD
15999
16000 2004-12-08 [colin]      0.9.13cvs7.1
16001
16002         * src/matcher_parser_parse.y
16003         * src/msgcache.c
16004         * src/prefs_matcher.c
16005         * src/procheader.c
16006         * src/matcher.c
16007         * src/common/defs.h
16008         * po/sr.po
16009                 Sync with HEAD
16010
16011 2004-12-08 [colin]      0.9.13cvs6.1
16012
16013         * src/quote_fmt_parse.y
16014         * src/textview.c
16015                 Sync with HEAD
16016         * src/gtk/prefswindow.c
16017         * src/gtk/pluginwindow.c
16018                 Fix G_CALLBACKS protos (thanks to Alfons)
16019
16020 2004-12-07 [torte]      0.9.13cvs2.2
16021
16022         * src/procmime.c
16023                 [Bug 650] reply button causes crash
16024                 Thanks to David Relson and Christoph
16025
16026 2004-12-07 [colin]      0.9.13cvs2.1
16027
16028         * ChangeLog.claws
16029         * AUTHORS
16030         * po/sk.po
16031         * src/procmime.c
16032         * src/prefs_account.c
16033         * src/common/smtp.c
16034         * src/common/smtp.h
16035                 Sync with HEAD
16036
16037 2004-12-06 [colin]      0.9.12cvs187.1
16038
16039         * ChangeLog.claws
16040         * INSTALL
16041         * Makefile.am
16042         * README.claws
16043         * TODO.claws
16044         * configure.ac
16045         * po/bg.po
16046         * po/cs.po
16047         * po/el.po
16048         * po/en_GB.po
16049         * po/es.po
16050         * po/fr.po
16051         * po/hr.po
16052         * po/hu.po
16053         * po/it.po
16054         * po/ja.po
16055         * po/ko.po
16056         * po/nl.po
16057         * po/pl.po
16058         * po/pt_BR.po
16059         * po/ru.po
16060         * po/sk.po
16061         * po/sr.po
16062         * po/sv.po
16063         * po/zh_CN.po
16064         * po/zh_TW.Big5.po
16065         * src/compose.c
16066         * tools/Makefile.am
16067         * tools/README
16068         * tools/filter_conv.pl
16069         * tools/kdeservicemenu/README
16070         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16071         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16072                 Sync with HEAD
16073
16074 2004-12-04 [colin]      0.9.12cvs183.1
16075
16076         * src/compose.c
16077                 Sync with HEAD (compose window position saving)
16078
16079 2004-12-04 [paul]       0.9.12cvs182.3
16080
16081         * src/messageview.c
16082         * src/mimeview.c
16083         * src/prefs_customheader.c
16084         * src/gtk/quicksearch.c
16085                 replace some forgotten GTK_SIGNAL_FUNCs
16086
16087 2004-12-04 [paul]       0.9.12cvs182.2
16088
16089         * src/Makefile.am
16090                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
16091                 committed in error      
16092
16093 2004-12-04 [paul]       0.9.12cvs182.1
16094
16095         * ChangeLog
16096         * ChangeLog.claws
16097         * ChangeLog.jp
16098         * INSTALL
16099         * NEWS
16100         * README
16101         * README.jp
16102         * configure.ac
16103         * doc/manual/ja/Makefile.am
16104         * doc/manual/ja/sylpheed-1.html
16105         * doc/manual/ja/sylpheed-10.html
16106         * doc/manual/ja/sylpheed-11.html
16107         * doc/manual/ja/sylpheed-12.html
16108         * doc/manual/ja/sylpheed-13.html
16109         * doc/manual/ja/sylpheed-14.html
16110         * doc/manual/ja/sylpheed-15.html
16111         * doc/manual/ja/sylpheed-16.html
16112         * doc/manual/ja/sylpheed-17.html
16113         * doc/manual/ja/sylpheed-18.html
16114         * doc/manual/ja/sylpheed-19.html
16115         * doc/manual/ja/sylpheed-2.html
16116         * doc/manual/ja/sylpheed-20.html
16117         * doc/manual/ja/sylpheed-3.html
16118         * doc/manual/ja/sylpheed-4.html
16119         * doc/manual/ja/sylpheed-5.html
16120         * doc/manual/ja/sylpheed-6.html
16121         * doc/manual/ja/sylpheed-7.html
16122         * doc/manual/ja/sylpheed-8.html
16123         * doc/manual/ja/sylpheed-9.html
16124         * doc/manual/ja/sylpheed.html
16125         * doc/manual/ja/sylpheed.sgml
16126         * po/de.po
16127         * src/Makefile.am
16128         * src/compose.c
16129         * src/procmime.c
16130         * src/pixmaps/regular.xpm **REMOVED**
16131         * src/plugins/pgpmime/pgpmime.c
16132         * src/plugins/pgpmime/plugin.c
16133         * src/plugins/pgpmime/prefs_gpg.c
16134                 sync with HEAD
16135
16136 2004-12-03 [paul]       0.9.12cvs180.1
16137
16138         * ChangeLog
16139         * ChangeLog.claws
16140         * ChangeLog.jp
16141         * configure.ac
16142         * src/Makefile.am
16143         * src/pop.c
16144         * src/common/utils.c
16145         * src/common/utils.h
16146         * src/pixmaps/continue.xpm
16147         * src/pixmaps/dir_close.xpm
16148         * src/pixmaps/dir_open.xpm
16149         * src/pixmaps/drafts_close.xpm
16150         * src/pixmaps/drafts_open.xpm
16151         * src/pixmaps/folder.xpm **REMOVED**
16152         * src/pixmaps/group.xpm
16153         * src/pixmaps/unread.xpm
16154                 sync with HEAD
16155
16156 2004-12-02 [colin]      0.9.12cvs179.1
16157
16158         * src/compose.c
16159                 Sync with HEAD (non-duplicated reedition)
16160
16161 2004-12-02 [colin]      0.9.12cvs178.1
16162
16163         * src/compose.c
16164                 Sync with HEAD (linewrap_quote fix)
16165
16166 2004-12-01 [colin]      0.9.12cvs177.3
16167
16168         * src/addrharvest.c
16169                 Replace sizeof with strlen
16170
16171 2004-12-01 [paul]       0.9.12cvs177.2
16172
16173         * src/addrharvest.c
16174                 fix 'harvest addresses'
16175
16176 2004-11-30 [colin]      0.9.12cvs177.1
16177
16178         * src/gtk/prefswindow.c
16179         * src/gtk/pluginwindow.c
16180                 Sync with HEAD
16181
16182 2004-11-29 [colin]      0.9.12cvs176.1
16183
16184         * src/folderview.c
16185                 sync with HEAD (Fix disappearing separators in folderview's popup)
16186
16187 2004-11-29 [colin]      0.9.12cvs175.1
16188
16189         * src/procmime.c
16190                 Sync with head (another format fix)
16191
16192 2004-11-29 [colin]      0.9.12cvs174.1
16193
16194         * src/pop.c
16195                 Sync with HEAD (format string fix)
16196
16197 2004-11-26 [colin]      0.9.12cvs173.1
16198
16199         * src/common/smtp.c
16200         * src/common/smtp.h
16201                 Sync with HEAD
16202
16203 2004-11-24 [colin]      0.9.12cvs172.1
16204
16205         * src/plugins/pgpmime/pgpmime.c
16206                 Sync with HEAD
16207
16208 2004-11-24 [colin]      0.9.12cvs171.1
16209
16210         * src/plugins/pgpmime/pgpmime.c
16211                 Sync with head (gpgmectx leaks)
16212
16213 2004-11-24 [colin]      0.9.12cvs169.1
16214
16215         * src/plugins/pgpmime/plugin.c
16216         * src/plugins/trayicon/Makefile.am
16217         * src/plugins/trayicon/newmarkedmail.xpm
16218         * src/plugins/trayicon/trayicon.c
16219         * src/plugins/trayicon/unreadmarkedmail.xpm
16220                 Sync with HEAD
16221
16222 2004-11-23 [colin]      0.9.12cvs168.1
16223
16224         * src/partial_download.c
16225         * src/partial_download.h
16226         * src/plugins/pgpmime/plugin.c
16227                 Sync with HEAD
16228
16229 2004-11-23 [colin]      0.9.12cvs166.1
16230
16231         * src/Makefile.am
16232         * src/codeconv.c
16233         * src/compose.c
16234         * src/folderview.c
16235         * src/main.c
16236         * src/partial_download.c
16237         * src/partial_download.h
16238         * src/prefs_account.c
16239         * src/prefs_account.h
16240         * src/privacy.c
16241         * src/privacy.h
16242         * src/procmime.c
16243         * src/common/Makefile.am
16244         * src/common/base64.h
16245         * src/common/partial_download.c
16246         * src/common/partial_download.h
16247         * src/gtk/prefswindow.c
16248         * src/gtk/prefswindow.h
16249         * src/plugins/pgpmime/pgpmime.c
16250         * src/plugins/pgpmime/prefs_gpg.c
16251         * src/plugins/pgpmime/prefs_gpg.h
16252         * src/plugins/pgpmime/sgpgme.c
16253         * src/plugins/pgpmime/sgpgme.h
16254                 Sync with HEAD
16255
16256 2004-11-23 [colin]      0.9.12cvs163.1
16257
16258         * src/main.c
16259                 Sync with HEAD (cursor optimization)
16260
16261 2004-11-23 [colin]      0.9.12cvs162.1
16262
16263         * src/prefs_common.c
16264         * src/prefs_themes.c
16265         * src/procmsg.c
16266                 Sync with HEAD
16267
16268 2004-11-23 [colin]      0.9.12cvs158.9
16269
16270         * src/compose.c
16271                 Fix double-free when forwarding
16272         * src/msgcache.c
16273                 Fix leak on error path
16274                 
16275
16276 2004-11-23 [colin]      0.9.12cvs158.8
16277
16278         * src/compose.c
16279                 Fix possible double-free
16280                 Spotted by Alfons
16281
16282 2004-11-23 [colin]      0.9.12cvs158.7
16283
16284         * src/compose.c
16285                 Fix some signal handlers' prototypes
16286                 Spotted by Alfons
16287
16288 2004-11-22 [colin]      0.9.12cvs158.6
16289
16290         * src/compose.c
16291                 Remove unneeded code and duplicated
16292                 wrapping - patch by Alfons
16293
16294 2004-11-22 [colin]      0.9.12cvs158.5
16295
16296         * src/prefs_themes.c
16297                 Fix oversized selector
16298
16299 2004-11-22 [colin]      0.9.12cvs158.4
16300
16301         * src/compose.c
16302                 fix dump_text()
16303                 patch by Alfons
16304
16305 2004-11-19 [colin]      0.9.12cvs158.3
16306
16307         * src/textview.c
16308                 Add a context menu on links (open, copy)
16309
16310 2004-11-18 [paul]       0.9.12cvs158.2
16311
16312         * src/addrgather.c
16313         * src/exphtmldlg.c
16314         * src/expldifdlg.c
16315         * src/mimeview.c
16316         * src/prefs_common.c
16317         * src/plugins/image_viewer/viewer.c
16318         * src/plugins/spamassassin/spamassassin_gtk.c
16319                 replace deprecated gtk_notebook_set_page
16320                 and gtk_notebook_current_page
16321
16322 2004-11-18 [paul]       0.9.12cvs158.1
16323
16324         * configure.ac
16325         * src/compose.c
16326         * src/mainwindow.c
16327         * src/messageview.c
16328         * src/prefs_common.c
16329         * src/common/utils.c
16330         * src/common/utils.h
16331                 sync with HEAD
16332
16333 2004-11-17 [colin]      0.9.12cvs156.1
16334
16335         * src/prefs_account.c
16336         * src/prefs_account.h
16337         * src/procmsg.c
16338                 Sync with HEAD (add pref to store encrypted mails encrypted)
16339
16340 2004-11-17 [paul]       0.9.12cvs155.1
16341
16342         * ChangeLog
16343         * ChangeLog.claws
16344         * ChangeLog.jp
16345         * NEWS
16346         * configure.ac
16347         * src/compose.c
16348         * src/jpilot.c
16349         * src/privacy.c
16350         * src/procmime.c
16351         * src/procmime.h
16352         * src/procmsg.c
16353         * src/toolbar.c
16354         * src/pixmaps/error.xpm
16355                 sync with HEAD
16356
16357 2004-11-17 [colin]      0.9.12cvs151.1
16358
16359         * src/plugins/pgpmime/pgpmime.c
16360                 Sync with HEAD (remove debug printf)
16361
16362 2004-11-17 [colin]      0.9.12cvs150.1
16363
16364         * src/plugins/pgpmime/pgpmime.c
16365                 Sync with HEAD (off-by-one fix)
16366
16367 2004-11-17 [colin]      0.9.12cvs149.1
16368
16369         * src/procmsg.c
16370                 Sync with HEAD (coding style fixes)
16371
16372 2004-11-16 [colin]      0.9.12cvs148.1
16373
16374         * src/procmsg.c
16375                 Sync with head (Fix the fix)
16376
16377 2004-11-16 [colin]      0.9.12cvs147.1
16378
16379         * src/procmsg.c
16380                 Sync with Main (leak fix)
16381
16382 2004-11-16 [colin]      0.9.12cvs146.14
16383
16384         * src/compose.c
16385                 Remove useless chunk of code
16386                 Patch by Alfons
16387
16388 2004-11-15 [colin]      0.9.12cvs146.13
16389
16390         * src/compose.c
16391                 Fix drafting after insertion
16392                 Patch by Alfons
16393
16394 2004-11-15 [colin]      0.9.12cvs146.12
16395
16396         * src/compose.c
16397         * src/prefs_filtering.c
16398         * src/prefs_filtering_action.c
16399         * src/prefs_toolbar.c
16400                 Fix some const-correctness
16401
16402 2004-11-15 [colin]      0.9.12cvs146.11
16403
16404         * src/summaryview.c
16405         * src/prefs_themes.c
16406         * src/messageview.c
16407                 Fix some leaks
16408
16409 2004-11-15 [colin]      0.9.12cvs146.10
16410
16411         * src/codeconv.c
16412                 More unreadable locale fixes
16413
16414 2004-11-14 [colin]      0.9.12cvs146.9
16415
16416         * src/textview.c
16417                 Fix uri_security_check
16418                 Patch by Alfons
16419
16420 2004-11-13 [paul]       0.9.12cvs146.8
16421
16422         * src/folder.c
16423         * src/procmime.c
16424                 fix 2 bugs introduced in last commit
16425
16426 2004-11-13 [paul]       0.9.12cvs146.7
16427
16428         * src/compose.c
16429         * src/exporthtml.c
16430         * src/exportldif.c
16431         * src/folder.c
16432         * src/imap.c
16433         * src/imap_gtk.c
16434         * src/main.c
16435         * src/mainwindow.c
16436         * src/messageview.c
16437         * src/mh_gtk.c
16438         * src/prefs_themes.c
16439         * src/procmime.c
16440         * src/setup.c
16441         * src/summaryview.c
16442                 replace deprecated g_basename
16443
16444 2004-11-13 [paul]       0.9.12cvs146.6
16445
16446         * src/compose.c
16447         * src/imap.c
16448         * src/matcher_parser.h
16449         * src/matcher_parser_parse.y
16450         * src/prefs_filtering.c
16451         * src/prefs_filtering_action.c
16452         * src/prefs_themes.c
16453         * src/prefs_toolbar.c
16454         * src/common/utils.c
16455                 various small fixes/cleanups
16456
16457 2004-11-12 [colin]      0.9.12cvs146.5
16458
16459         * src/textview.c
16460                 Validate event's origin on visibility notify
16461                 Patch by Alfons.
16462
16463 2004-11-12 [paul]       0.9.12cvs146.4
16464
16465         * src/exporthtml.c
16466         * src/exportldif.c
16467         * src/imap.c
16468         * src/mh.c
16469         * src/mimeview.c
16470         * src/prefs_spelling.c
16471         * src/prefs_themes.c
16472                 replace deprecated g_dirname    
16473
16474 2004-11-12 [colin]      0.9.12cvs146.3
16475
16476         * src/textview.c
16477                 Some coding style fixes
16478
16479 2004-11-12 [colin]      0.9.12cvs146.2
16480
16481         * src/codeconv.c
16482                 We want to replace _all_ extended chars in
16483                 conv_unreadable_*, because any string containing
16484                 extended chars not parsing as UTF8 is 
16485                 undisplayed on gtk2.
16486
16487 2004-11-12 [paul]       0.9.12cvs146.1
16488
16489         * ChangeLog
16490         * ChangeLog.claws
16491         * ChangeLog.jp
16492         * NEWS
16493         * configure.ac
16494         * src/account.c
16495         * src/folderview.c
16496         * src/folderview.h
16497         * src/imap.c
16498         * src/imap_gtk.c
16499         * src/inc.c
16500         * src/mainwindow.c
16501         * src/mh_gtk.c
16502         * src/news_gtk.c
16503         * src/pop.c
16504         * src/prefs_account.c
16505         * src/prefs_account.h
16506         * src/prefs_ext_prog.c
16507         * src/procmime.c
16508         * src/procmime.h
16509         * src/procmsg.c
16510         * src/procmsg.h
16511         * src/summary_search.c
16512         * src/summaryview.c
16513         * src/textview.c
16514         * src/common/defs.h
16515         * src/common/utils.c
16516         * src/common/utils.h
16517         * src/gtk/menu.c
16518         * src/gtk/menu.h
16519                 sync with HEAD
16520
16521 2004-11-11 [colin]      0.9.12cvs144.2
16522
16523         * src/textview.c
16524                 Fix URI range selection (patch by Alfons)
16525
16526 2004-11-09 [colin]      0.9.12cvs144.1
16527
16528         * ChangeLog.claws
16529         * src/compose.c
16530         * src/folder.c
16531         * src/folder_item_prefs.c
16532         * src/prefs_account.c
16533         * src/prefs_account.h
16534         * src/plugins/pgpmime/pgpmime.c
16535                 Sync with HEAD
16536
16537 2004-11-08 [colin]      0.9.12cvs143.1
16538
16539         * src/summaryview.c
16540                 Sync with HEAD (optimize quicksearch)
16541
16542 2004-11-08 [colin]      0.9.12cvs142.2
16543
16544         * src/compose.c
16545                 Don't wrap when Edit/Auto wrapping is disabled
16546
16547 2004-11-08 [colin]      0.9.12cvs142.1
16548
16549         * src/textview.c
16550                 Sync with HEAD
16551
16552 2004-11-08 [colin]      0.9.12cvs141.1
16553
16554         * src/textview.c
16555                 Sync with HEAD (fix some mail URIs)
16556
16557 2004-11-08 [colin]      0.9.12cvs140.3
16558
16559         * src/textview.c
16560                 o Use text cursor instead of arrow when
16561                   not on a link
16562                 o Fix handling of contiguous links (as in
16563                   "colin@colino.net" <colin@colino.net>)
16564                   This one unveils a bug in get_email_part()
16565
16566 2004-11-07 [colin]      0.9.12cvs140.2
16567
16568         * src/textview.c
16569                 Fix memleak. Patch by Alfons.
16570
16571 2004-11-06 [colin]      0.9.12cvs140.1
16572
16573         * src/compose.c
16574                 Sync with HEAD (don't ask passphrase
16575                 when drafting)
16576
16577 2004-11-06 [paul]       0.9.12cvs139.2
16578
16579         * AUTHORS
16580         * src/textview.c
16581         * src/textview.h
16582                 textview URI handling. hovering over a 
16583                 link displays it in the status bar,
16584                 and changes the mouse pointer to a hand 
16585                 cursor. a link is activated with a single 
16586                 click. (Modified from the) patch by Jean-Yves 
16587                 Lefort <jylefort@users.sourceforge.net>
16588                 
16589
16590 2004-11-05 [colin]      0.9.12cvs139.1
16591
16592         * src/compose.c
16593         * src/procmime.c
16594                 Sync with HEAD again ^^
16595
16596 2004-11-05 [colin]      0.9.12cvs139.1
16597
16598         * src/compose.c
16599         * src/procmime.c
16600                 Sync with HEAD
16601
16602 2004-11-03 [paul]       0.9.12cvs138.1
16603
16604         * ChangeLog.claws
16605         * configure.ac
16606         * po/POTFILES.in
16607         * src/prefs_ext_prog.c
16608         * src/procmime.c
16609         * tools/kdeservicemenu/README
16610         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16611         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16612                 sync with HEAD
16613
16614 2004-11-01 [christoph]  0.9.12cvs136.2
16615
16616         * src/procmime.c
16617                 convert MIME parameters to UTF-8
16618
16619 2004-10-29 [colin]      0.9.12cvs136.1
16620
16621         * src/common/utils.c
16622                 Sync with HEAD (don't use '=' in mime boundary)
16623
16624 2004-10-29 [paul]       0.9.12cvs135.1
16625
16626         * configure.ac
16627         * doc/src/rfc2231.txt
16628         * src/procmime.c
16629         * src/common/quoted-printable.c
16630         * src/common/utils.c
16631         * src/common/utils.h
16632                 sync with HEAD
16633
16634 2004-10-27 [paul]       0.9.12cvs134.1
16635
16636         * configure.ac
16637         * src/main.c
16638         * src/procmime.c
16639         * src/plugins/pgpmime/pgpmime.c
16640                 sync with HEAD
16641
16642 2004-10-26 [paul]       0.9.12cvs132.3
16643
16644         * src/account.c
16645         * src/addressbook.c
16646         * src/addrgather.c
16647         * src/addrharvest.c
16648         * src/codeconv.c
16649         * src/compose.c
16650         * src/customheader.c
16651         * src/editaddress.c
16652         * src/editgroup.c
16653         * src/enriched.c
16654         * src/expldifdlg.c
16655         * src/exporthtml.c
16656         * src/exportldif.c
16657         * src/folder.c
16658         * src/foldersel.c
16659         * src/folderview.c
16660         * src/grouplistdialog.c
16661         * src/html.c
16662         * src/imap.c
16663         * src/jpilot.c
16664         * src/ldapserver.c
16665         * src/ldif.c
16666         * src/mimeview.c
16667         * src/news.c
16668         * src/news_gtk.c
16669         * src/pop.c
16670         * src/prefs_display_header.c
16671         * src/prefs_gtk.c
16672         * src/prefs_msg_colors.c
16673         * src/prefs_toolbar.c
16674         * src/procheader.c
16675         * src/procmime.c
16676         * src/summaryview.c
16677         * src/textview.c
16678         * src/toolbar.c
16679         * src/vcard.c
16680         * src/common/mgutils.c
16681         * src/common/nntp.c
16682         * src/common/smtp.c
16683         * src/common/template.c
16684         * src/common/utils.c
16685         * src/common/xmlprops.c
16686         * src/plugins/pgpmime/pgpmime.c
16687         * src/plugins/pgpmime/select-keys.c
16688         * src/plugins/pgpmime/sgpgme.c
16689                 replace deprecated g_strcasecmp(), g_strncasecmp(),
16690                 g_string_sprintfa(), gtk_notebook_current_page()
16691
16692 2004-10-26 [colin]      0.9.12cvs132.2
16693
16694         * src/prefs_folder_item.c
16695                 Fix default-account selection
16696
16697 2004-10-21 [colin]      0.9.12cvs133
16698
16699         * src/compose.c
16700                 Sync with HEAD (Remove extra separator in compose's Options)
16701         * src/textview.c
16702                 Set wrapping to char
16703
16704 2004-10-21 [paul]       0.9.12cvs131.2
16705
16706         * src/compose.c
16707         * src/sourcewindow.c
16708                 fix wrapping
16709                 fix window shrinking 
16710
16711 2004-10-21 [colin]      0.9.12cvs131.1
16712
16713         * ChangeLog.claws
16714         * src/compose.c
16715                 Sync with HEAD
16716
16717 2004-10-21 [paul]       0.9.12cvs130.2
16718
16719         * src/prefs_folder_item.c
16720                 sync with HEAD (Apply to subfolders)
16721
16722 2004-10-19 [colin]      0.9.12cvs130.1
16723
16724         * ChangeLog.claws
16725         * src/compose.c
16726         * src/common/utils.c
16727         * src/gtk/menu.c
16728                 Sync with HEAD
16729
16730 2004-10-19 [colin]      0.9.12cvs128.1
16731
16732         * src/addrbook.c
16733         * src/addrcache.c
16734         * src/addressbook.c
16735         * src/codeconv.c
16736         * src/compose.c
16737         * src/customheader.c
16738         * src/editaddress.c
16739         * src/editgroup.c
16740         * src/exporthtml.c
16741         * src/folder.c
16742         * src/folderview.c
16743         * src/imap.c
16744         * src/jpilot.c
16745         * src/main.c
16746         * src/matcher_parser_parse.y
16747         * src/mbox.c
16748         * src/pop.c
16749         * src/prefs_account.c
16750         * src/prefs_gtk.c
16751         * src/prefs_msg_colors.c
16752         * src/procheader.c
16753         * src/procmime.c
16754         * src/procmime.h
16755         * src/procmsg.c
16756         * src/summaryview.c
16757         * src/textview.c
16758         * src/common/base64.c
16759         * src/common/partial_download.c
16760         * src/common/socket.c
16761         * src/common/sylpheed.c
16762         * src/common/utils.c
16763         * src/common/utils.h
16764         * src/gtk/pluginwindow.c
16765         * src/gtk/quicksearch.c
16766         * src/plugins/clamav/clamav_plugin.c
16767         * src/plugins/clamav/clamav_plugin.h
16768         * src/plugins/clamav/clamav_plugin_gtk.c
16769         * src/plugins/pgpmime/passphrase.c
16770         * src/plugins/pgpmime/pgpmime.c
16771         * src/plugins/pgpmime/plugin.c
16772         * src/plugins/pgpmime/prefs_gpg.c
16773         * src/plugins/pgpmime/prefs_gpg.h
16774         * src/plugins/pgpmime/select-keys.c
16775         * src/plugins/pgpmime/sgpgme.c
16776         * src/plugins/spamassassin/libspamc.c
16777         * src/plugins/spamassassin/spamassassin.c
16778         * src/plugins/spamassassin/spamassassin.h
16779         * src/plugins/spamassassin/spamassassin_gtk.c
16780         * src/plugins/trayicon/trayicon.c
16781         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
16782                 Sync with HEAD
16783
16784 2004-10-14 [colin]      0.9.12cvs126.2
16785
16786         * src/codeconv.c
16787         * src/textview.c
16788                 Fix conv_unreadable_locale
16789
16790 2004-10-13 [colin]      0.9.12cvs126.1
16791
16792         * src/compose.c
16793                 Sync with HEAD (don't convert charset for 
16794                 drafted messages, minor cleanup)
16795
16796 2004-10-13 [colin]      0.9.12cvs125.1
16797
16798         * po/POTFILES.in
16799                 Sync with HEAD (POTFILES fix)
16800
16801 2004-10-12 [colin]      0.9.12cvs124.3
16802
16803         * src/compose.c
16804                 Fix encoding bug from latest sync
16805
16806 2004-10-12 [paul]       0.9.12cvs124.2
16807
16808         * src/plugins/pgpmime/prefs_gpg.c
16809         * src/plugins/pgpmime/prefs_gpg.h
16810                 forgotten in last commit        
16811
16812 2004-10-12 [paul]       0.9.12cvs124.1
16813
16814         * ChangeLog.claws
16815         * configure.ac
16816         * m4/spamassassin.m4
16817         * src/Makefile.am
16818         * src/account.c
16819         * src/compose.c
16820         * src/compose.h
16821         * src/crash.c
16822         * src/main.c
16823         * src/mimeview.c
16824         * src/passphrase.c
16825         * src/passphrase.h
16826         * src/prefs_account.c
16827         * src/prefs_account.h
16828         * src/prefs_common.c
16829         * src/privacy.c
16830         * src/privacy.h
16831         * src/procmime.c
16832         * src/procmime.h
16833         * src/procmsg.c
16834         * src/rfc2015.c
16835         * src/rfc2015.h
16836         * src/select-keys.c
16837         * src/select-keys.h
16838         * src/textview.c
16839         * src/common/utils.c
16840         * src/common/utils.h
16841         * src/gtk/about.c
16842         * src/plugins/pgpmime/Makefile.am
16843         * src/plugins/pgpmime/passphrase.c
16844         * src/plugins/pgpmime/passphrase.h
16845         * src/plugins/pgpmime/pgpmime.c
16846         * src/plugins/pgpmime/plugin.c
16847         * src/plugins/pgpmime/select-keys.c
16848         * src/plugins/pgpmime/select-keys.h
16849         * src/plugins/pgpmime/sgpgme.c
16850         * src/plugins/pgpmime/sgpgme.h
16851                 sync with HEAD
16852
16853 2004-10-04 [colin]      0.9.12cvs122.1
16854
16855         * src/mainwindow.c
16856         * src/messageview.c
16857         * src/messageview.h
16858         * src/textview.c
16859                 Sync with HEAD
16860
16861 2004-10-04 [colin]      0.9.12cvs121.1
16862
16863         * src/summaryview.c
16864                 Sync with HEAD
16865
16866 2004-10-04 [paul]       0.9.12cvs120.1
16867
16868         * configure.ac
16869                 sync with HEAD [don't try to build 
16870                 pgpmime plugin when gpgme is disabled]
16871
16872 2004-10-03 [colin]      0.9.12cvs119.3
16873
16874         * src/gtk/gtksctree.c
16875                 Lots of side effects. Put back as before 117.2.
16876         * src/summaryview.c
16877                 Fix bug #602
16878
16879 2004-10-03 [colin]      0.9.12cvs119.2
16880
16881         * src/gtk/gtksctree.c
16882                 Revert 608 fix that doesn't work that good
16883
16884 2004-10-02 [colin]      0.9.12cvs119.1
16885
16886         * src/mainwindow.c
16887         * src/messageview.c
16888         * src/prefs_common.h
16889         * src/procmime.c
16890         * src/procmime.h
16891         * src/textview.c
16892                 Sync with HEAD
16893         * src/gtk/gtksctree.c
16894                 Close bug #608
16895
16896 2004-10-01 [colin]      0.9.12cvs118.1
16897
16898         * src/mimeview.c
16899                 Sync with HEAD (better Save All fix)
16900
16901 2004-10-01 [colin]      0.9.12cvs117.2
16902
16903         * src/gtk/gtksctree.c
16904                 Faster on selection
16905
16906 2004-10-01 [colin]      0.9.12cvs117.1
16907
16908         * src/mimeview.c
16909                 Sync with HEAD (Save All: only attachments)
16910
16911 2004-10-01 [paul]       0.9.12cvs116.1
16912
16913         * ChangeLog.claws
16914         * configure.ac
16915         * src/account.c
16916         * src/prefs_common.c
16917         * src/gtk/colorlabel.c
16918                 sync with HEAD
16919
16920 2004-09-30 [colin]      0.9.12cvs115.1
16921
16922         * src/stock_pixmap.c
16923         * src/stock_pixmap.h
16924         * src/folderview.c
16925         * src/Makefile.am
16926         * src/pixmaps/read.xpm
16927                 Sync with HEAD (new pixmap)
16928
16929 2004-09-29 [colin]      0.9.12cvs114.1
16930
16931         * src/compose.c
16932                 Sync with HEAD
16933                 Fix focus handling in headers
16934
16935 2004-09-29 [paul]       0.9.12cvs113.1
16936
16937         * src/quote_fmt_parse.y
16938                 sync with HEAD
16939  
16940
16941 2004-09-28 [colin]      0.9.12cvs112.1
16942
16943         * src/folderview.c
16944         * src/mainwindow.c
16945                 Sync with HEAD
16946
16947 2004-09-28 [colin]      0.9.12cvs110.1
16948
16949         * src/folderview.c
16950                 Sync with HEAD (Contextual Empty trash menu)
16951
16952 2004-09-28 [colin]      0.9.12cvs108.1
16953
16954         * src/addressbook.c
16955                 Sync with HEAD (addressbook edit on double-click)
16956
16957 2004-09-28 [colin]      0.9.12cvs106.1
16958
16959         * src/inc.c
16960                 Sync with HEAD (folder_item freeze on inc)
16961
16962 2004-09-27 [colin]      0.9.12cvs105.1
16963
16964         * src/folderview.c
16965                 Sync with HEAD (right-align new and unread column)
16966
16967 2004-09-27 [colin]      0.9.12cvs104.1
16968
16969         * src/main.c
16970                 Sync with HEAD (revert 0.9.12cvs101)
16971
16972 2004-09-24 [colin]      0.9.12cvs103.2
16973
16974         * src/wizard.c
16975                 Fix gtk warnings and use domain part of the email address 
16976                 when domain detection fails (no dot in domain name)
16977
16978 2004-09-23 [colin]      0.9.12cvs103.1
16979
16980         * src/plugins/spamassassin/libspamc.c
16981         * src/plugins/spamassassin/libspamc.h
16982         * src/plugins/spamassassin/utils.c
16983         * src/plugins/spamassassin/utils.h
16984                 Sync with HEAD (Update spamassassin to 3.0)
16985
16986 2004-09-21 [colin]      0.9.12cvs102.3
16987
16988         * src/action.c
16989                 Add horizontal scrollbar in action io dialog as needed
16990                 Patch by Alfons.
16991
16992 2004-09-20 [colin]      0.9.12cvs102.2
16993
16994         * src/plugins/image_viewer/viewer.c
16995                 Remove imlib stuff
16996                 use gtk_pixmap_set when clearing
16997                 (would be better to use gtkImages, but causes size-allocate 
16998                 signals storm)
16999
17000 2004-09-17 [paul]       0.9.12cvs102.1
17001
17002         * ChangeLog
17003         * ChangeLog.claws
17004         * ChangeLog.jp
17005         * configure.ac
17006         * src/inc.c
17007                 sync with HEAD
17008
17009
17010 2004-09-17 [colin]      0.9.12cvs101.1
17011
17012         * ChangeLog.claws
17013         * src/main.c
17014                 Sync with HEAD (fix segs at exit)
17015
17016 2004-09-14 [colin]      0.9.12cvs99.5
17017
17018         * src/common/socket.c
17019         * AUTHORS
17020                 Fix send error on 64bit platforms
17021                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
17022
17023 2004-09-14 [colin]      0.9.12cvs99.4
17024
17025         * src/action.c
17026                 Fix action output with utf8 
17027                 Patch by Alfons.
17028
17029 2004-09-14 [colin]      0.9.12cvs99.3
17030
17031         * ChangeLog.claws
17032         * src/folder.c
17033                 Sync with HEAD
17034
17035 2004-09-09 [colin]      0.9.12cvs99.2
17036
17037         * src/action.c
17038                 Fix progress bar (displaying "Completed %v/%u")
17039                 Patch by Alfons.
17040
17041 2004-09-08 [colin]      0.9.12cvs99.1
17042
17043         * src/account.c
17044         * src/folder.c
17045         * src/procmsg.c
17046         * src/procmsg.h
17047         * src/plugins/pgpmime/pgpmime.c
17048                 Sync with HEAD
17049
17050 2004-09-08 [colin]      0.9.12cvs97.2
17051
17052         * src/summaryview.c
17053                 Don't select mails in collapsed threads 
17054                 when navigating with up/down
17055
17056 2004-09-07 [colin]      0.9.12cvs97.1
17057
17058         * src/inc.c
17059                 Sync with HEAD (meaningful error messages)
17060
17061 2004-09-06 [colin]      0.9.12cvs96.1
17062
17063         * src/toolbar.c
17064                 Sync with HEAD (fix Redirect graying out)
17065
17066 2004-09-06 [colin]      0.9.12cvs95.1
17067
17068         * src/summaryview.c
17069         * src/mimeview.c
17070                 Sync with HEAD (fix dropped URIs)
17071
17072 2004-09-06 [colin]      0.9.12cvs94.1
17073
17074         * src/addressbook.c
17075         * src/addressitem.h
17076         * src/addritem.c
17077         * src/addritem.h
17078                 Sync with HEAD (addressbook DnD)
17079
17080 2004-09-03 [colin]      0.9.12cvs93.1
17081
17082         * src/summaryview.c
17083                 Sync with HEAD (next/prev unread)
17084
17085 2004-09-03 [colin]      0.9.12cvs92.1
17086
17087         * src/prefs_common.c
17088         * src/prefs_common.h
17089         * src/summaryview.c
17090                 Sync with HEAD ('mark_as_read_delay' pref)
17091
17092 2004-09-02 [colin]      0.9.12cvs91.2
17093
17094         * src/common/xml.c
17095                 Fix leak
17096
17097 2004-09-02 [colin]      0.9.12cvs91.1
17098
17099         * src/gtk/menu.c
17100                 Sync with HEAD (menu accel don't work, but whatever)
17101
17102 2004-09-02 [colin]      0.9.12cvs90.1
17103
17104         * src/account.c
17105                 Sync with HEAD (fix bug 582)
17106
17107 2004-09-02 [colin]      0.9.12cvs89.1
17108
17109         * src/addrindex.c
17110                 Sync with HEAD (free deleted queries)
17111
17112 2004-09-02 [colin]      0.9.12cvs88.1
17113
17114         * src/ldapquery.c
17115                 Sync with HEAD (fix LDAP freezes)
17116
17117 2004-09-02 [colin]      0.9.12cvs87.1
17118
17119         * src/prefs_spelling.c
17120                 Sync with HEAD (add default dictionary)
17121
17122 2004-09-01 [colin]      0.9.12cvs86.1
17123
17124         * src/filtering.c
17125         * src/folderview.c
17126         * src/imap.c
17127         * src/prefs_matcher.c
17128         * src/stock_pixmap.c
17129         * src/summary_search.c
17130         * src/summaryview.c
17131         * src/wizard.c
17132         * src/wizard.h
17133                 Sync with HEAD (uninitialized vars fixes)
17134                 + gtk2 specific warning fixes
17135
17136 2004-08-31 [colin]      0.9.12cvs85.1
17137
17138         * src/folder.c
17139                 Sync with HEAD (Fix memory corruption due to 
17140                 uninitialized var)
17141
17142 2004-08-31 [colin]      0.9.12cvs84.4
17143
17144         * src/summary_search.c
17145                 Fix segfaults when searching in folders with broken headers
17146
17147 2004-08-31 [colin]      0.9.12cvs84.3
17148
17149         * src/compose.c
17150         * src/textview.c
17151                 Fix some more encoding/decoding issues
17152
17153 2004-08-30 [colin]      0.9.12cvs84.2
17154
17155         * src/mimeview.c
17156         * src/prefs_themes.c
17157         * src/gtk/filesel.c
17158         * src/gtk/filesel.h
17159                 Add a folder-mode selection (fixes mimeview's "Save all")
17160
17161 2004-08-29 [colin]      0.9.12cvs84.1
17162
17163         * src/mimeview.c
17164                 Sync with HEAD (don't escape saved filenames)
17165
17166 2004-08-27 [colin]      0.9.12cvs83.1
17167
17168         * ChangeLog
17169         * ChangeLog.claws
17170         * ChangeLog.jp
17171         * src/mh.c
17172         * src/procheader.c
17173         * src/procmsg.c
17174         * src/procmsg.h
17175         * src/common/utils.c
17176         * src/gtk/menu.h
17177         * po/
17178                 Sync with HEAD 0.9.12cvs83 (sync with main)
17179
17180 2004-08-26 [colin]      0.9.12cvs82.4
17181
17182         * src/codeconv.c
17183                 Fix strange stack corruption
17184                 Convert to utf8 after unmime, not before
17185
17186 2004-08-26 [colin]      0.9.12cvs82.3
17187
17188         * src/main.c
17189         * src/wizard.c
17190                 Fix account folders duplication
17191
17192 2004-08-25 [colin]      0.9.12cvs82.2
17193
17194         * src/wizard.c
17195                 Remove ports
17196                 Add SSL selection
17197                 Use login@server as account name
17198
17199 2004-08-25 [colin]      0.9.12cvs82.1
17200
17201         * src/plugins/pgpmime/pgpmime.c
17202                 Sync with HEAD (leak fix).
17203
17204 2004-08-25 [colin]      0.9.12cvs81.1
17205
17206         * src/plugins/pgpmime/pgpmime.c
17207         * src/plugins/pgpmime/sgpgme.c
17208         * src/plugins/pgpmime/sgpgme.h
17209                 Sync with HEAD (Handle combined messages).
17210
17211 2004-08-24 [colin]      0.9.12cvs80.3
17212
17213         * src/wizard.c
17214                 Fix full name, ports, and imap
17215
17216 2004-08-24 [colin]      0.9.12cvs80.2
17217
17218         * src/Makefile.am
17219         * src/main.c
17220         * src/setup.c
17221         * src/setup.h
17222         * src/stock_pixmap.c
17223         * src/stock_pixmap.h
17224         * src/wizard.c ** ADDED **
17225         * src/wizard.h ** ADDED ** 
17226         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
17227                 Add a setup wizard 
17228
17229 2004-08-24 [colin]      0.9.12cvs80.1
17230
17231         * src/folder.c
17232                 Sync with HEAD (set mimeflags on all messages)
17233
17234 2004-08-24 [colin]      0.9.12cvs79.3
17235
17236         * src/matcher_parser_lex.l
17237                 Fix 8bits strings not in utf8
17238
17239 2004-08-24 [colin]      0.9.12cvs79.2
17240
17241         * src/compose.c
17242                 Check conversion result before replacing buffer
17243
17244 2004-08-23 [colin]      0.9.12cvs79.1
17245
17246         * src/compose.c
17247                 Sync with HEAD (create message header in memory)
17248
17249 2004-08-23 [colin]      0.9.12cvs78.1
17250
17251         * src/rfc2015.c
17252         * src/rfc2015.h
17253                 Sync with HEAD (fix bug 197 again)
17254
17255 2004-08-23 [colin]      0.9.12cvs77.3
17256
17257         * src/compose.c
17258                 Fix again inline gpg signing (which outputs utf8
17259                 in gtk2). Not syncing this fix to HEAD as this 
17260                 code is meant to die.
17261
17262 2004-08-23 [colin]      0.9.12cvs77.2
17263
17264         * src/prefs_account.h
17265                 Remove useless include
17266
17267 2004-08-23 [colin]      0.9.12cvs77.1
17268
17269         * src/imap.c
17270         * po/es.po
17271         * po/fr.po
17272         * po/it.po
17273         * po/pl.po
17274         * po/pt_BR.po
17275         * po/sk.po
17276         * po/sr.po
17277                 Sync with HEAD (fix bug 577)
17278
17279 2004-08-22 [colin]      0.9.12cvs76.1
17280
17281         * src/plugins/trayicon/trayicon.c
17282                 Sync with HEAD (fix formatting bug)
17283
17284 2004-08-21 [colin]      0.9.12cvs74.2
17285
17286         * src/gtk/colorsel.c
17287                 Fix bug 564 (Folder color selection window exits on any
17288                 keypress)
17289
17290 2004-08-21 [colin]      0.9.12cvs74.1
17291
17292         * ChangeLog.claws
17293         * src/compose.c
17294         * src/summaryview.c
17295         * src/toolbar.c
17296                 Sync with HEAD (fix bug 576)
17297
17298 2004-08-21 [colin]      0.9.12cvs70.1
17299
17300         * src/compose.c
17301         * src/mainwindow.c
17302                 Sync with HEAD
17303                 
17304
17305 2004-08-21 [paul]       0.9.12cvs66.4
17306
17307         * src/mainwindow.c
17308         * src/messageview.c
17309         * src/gtk/menu.c
17310         * src/plugins/spamassassin/spamassassin_gtk.c
17311                 remove some deprecated gtk1 functions
17312
17313
17314 2004-08-21 [colin]      0.9.12cvs66.3
17315
17316         * src/compose.c
17317         * src/codeconv.c
17318                 Fix warnings
17319                 Remove encoding hacks
17320                 Fix bug 575 (Strange character messes up message)
17321                 Don't display conversion error when drafting
17322
17323 2004-08-21 [paul]       0.9.12cvs66.2
17324
17325         * src/prefs_account.c
17326                 fix GnuPG mode bugs
17327
17328
17329 2004-08-20 [colin]      0.9.12cvs66.1
17330
17331         * src/codeconv.c
17332                 Sync with HEAD 0.9.12cvs66
17333
17334 2004-08-20 [paul]
17335
17336         * src/plugins/pgpmime/plugin.c
17337                 modify PGP/MIME plugin's description
17338
17339 2004-08-17 [colin]      0.9.12cvs65.1
17340
17341         * src/common/ssl.c
17342         * src/plugins/pgpmime/plugin.c
17343                 Sync with HEAD
17344
17345 2004-08-14 [colin]      0.9.12cvs60.3
17346
17347         * src/plugins/trayicon/trayicon.c
17348                 Put back resize callback, on size-request signal
17349                 rather than size-allocate to avoid infinite 
17350                 callback loop
17351
17352 2004-08-13 [colin]      0.9.12cvs60.2
17353
17354         * src/common/defs.h
17355                 Cache versions have been fixed
17356
17357 2004-08-13 [colin]      0.9.12cvs60.1
17358
17359         * src/folderutils.c
17360                 Sync with HEAD
17361
17362 2004-08-12 [colin]      0.9.12cvs59.1
17363
17364         * src/plugins/trayicon/trayicon.c
17365                 Sync with HEAD
17366
17367 2004-08-12 [colin]      0.9.12cvs57.5
17368
17369         * sylpheed.desktop
17370         * configure.ac
17371         * src/Makefile.am
17372         * src/main.c
17373                 Add support for Freedesktop.org's startup notification
17374
17375 2004-08-11 [colin]      0.9.12cvs57.4
17376
17377         * src/textview.c
17378                 Fix off-by-one
17379
17380 2004-08-11 [colin]      0.9.12cvs57.3
17381
17382         * src/message_search.c
17383         * src/summary_search.c
17384                 Make searches case insensitive by default
17385         * src/textview.c
17386                 Fix case-insensitive search in message
17387
17388 2004-08-11 [colin]      0.9.12cvs57.2
17389
17390         * src/summary_search.c
17391                 Let case-sensitive be specified
17392
17393 2004-08-10 [colin]      0.9.12cvs55.4
17394
17395         * src/common/socket.c
17396                 Fix the possible race condition
17397
17398 2004-08-09 [paul]       0.9.12cvs55.3
17399
17400         * configure.ac
17401         * src/Makefile.am
17402         * src/common/Makefile.am
17403                 sync with HEAD
17404
17405
17406 2004-08-09 [paul]       0.9.12cvs55.2
17407
17408         * autogen.sh
17409         * po/poconv.sh
17410                 remove unneeded script
17411
17412         * configure.ac
17413                 add forgotten USE_LDAP_TLS (sync with HEAD)
17414
17415
17416 2004-08-09 [colin]      0.9.12cvs55.1
17417
17418         * src/main.c
17419         * src/common/ssl.c
17420         * src/common/sylpheed.c
17421         * src/common/sylpheed.h
17422                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
17423
17424 2004-08-09 [paul]       0.9.12cvs54.1
17425
17426         * ChangeLog
17427         * ChangeLog.claws
17428         * ChangeLog.jp
17429         * configure.ac
17430         * po/POTFILES.in
17431         * src/Makefile.am
17432         * src/folderutils.c
17433         * src/main.c
17434         * src/pgpmime.c
17435         * src/pgpmime.h
17436         * src/sgpgme.c
17437         * src/sgpgme.h
17438         * src/plugins/Makefile.am
17439         * src/plugins/pgpmime/.cvsignore
17440         * src/plugins/pgpmime/Makefile.am
17441         * src/plugins/pgpmime/pgpmime.c
17442         * src/plugins/pgpmime/pgpmime.h
17443         * src/plugins/pgpmime/plugin.c
17444         * src/plugins/pgpmime/sgpgme.c
17445         * src/plugins/pgpmime/sgpgme.h
17446                 sync with HEAD
17447
17448 2004-08-08 [paul]       0.9.12cvs51.1
17449
17450         * configure.ac
17451         * src/folder.c
17452                 sync with HEAD
17453
17454 2004-08-07 [colin]      0.9.12cvs50.1
17455
17456         * src/pop.c
17457         * src/common/partial_download.c
17458                 fix warnings (sync from HEAD)
17459
17460 2004-08-07 [colin]      0.9.12cvs48.1
17461
17462         * src/prefs_folder_item.c
17463                 sync with HEAD 0.9.12cvs48
17464
17465 2004-08-06 [colin]      0.9.12cvs47.1
17466
17467         * src/compose.c
17468                 Sync with HEAD
17469
17470 2004-08-06 [christoph]  0.9.12cvs46.2
17471
17472         * src/main.c
17473         * src/plugins/clamav/clamav_plugin_gtk.c
17474         * src/plugins/dillo_viewer/dillo_viewer.c
17475         * src/plugins/image_viewer/plugin.c
17476         * src/plugins/mathml_viewer/mathml_viewer.c
17477         * src/plugins/spamassassin/spamassassin_gtk.c
17478         * src/plugins/trayicon/trayicon.c
17479                 don't mix GTK1.2 plugin with GTK2 plugins
17480
17481 2004-08-06 [colin]      0.9.12cvs46.1
17482
17483         * ChangeLog
17484         * ChangeLog.claws
17485         * ChangeLog.jp
17486         * configure.ac
17487         * sylpheed-claws.pc.in
17488         * src/folder.c
17489         * src/imap.c
17490         * src/localfolder.c
17491         * src/messageview.c
17492         * src/mimeview.c
17493         * src/mimeview.h
17494         * src/msgcache.c
17495         * src/news.c
17496         * src/prefs_ext_prog.c
17497         * src/prefs_folder_item.c
17498         * src/prefs_fonts.c
17499         * src/prefs_msg_colors.c
17500         * src/prefs_spelling.c
17501         * src/prefs_themes.c
17502         * src/prefs_toolbar.c
17503         * src/prefs_wrapping.c
17504         * src/procmime.h
17505         * src/common/defs.h
17506         * src/common/nntp.c
17507         * src/common/session.c
17508         * src/common/session.h
17509         * src/common/socket.c
17510         * src/common/utils.h
17511         * src/common/xml.c
17512         * src/common/xml.h
17513         * src/gtk/prefswindow.c
17514         * src/gtk/prefswindow.h
17515         * src/plugins/clamav/clamav_plugin_gtk.c
17516         * src/plugins/dillo_viewer/dillo_prefs.c
17517         * src/plugins/image_viewer/viewerprefs.c
17518         * src/plugins/spamassassin/spamassassin_gtk.c
17519         * m4/openssl.m4 *** REMOVED ***
17520                 Sync with HEAD 0.9.12cvs46
17521
17522 2004-08-03 [paul]       0.9.12cvs40.2
17523
17524         * src/action.c
17525         * src/addressadd.c
17526         * src/addressbook.c
17527         * src/addrgather.c
17528         * src/browseldap.c
17529         * src/compose.c
17530         * src/crash.c
17531         * src/editaddress.c
17532         * src/editgroup.c
17533         * src/editldap_basedn.c
17534         * src/foldersel.c
17535         * src/importldif.c
17536         * src/mimeview.c
17537         * src/prefs_common.c
17538         * src/prefs_template.c
17539         * src/sourcewindow.c
17540         * src/summaryview.c
17541         * src/gtk/about.c
17542         * src/gtk/foldersort.c
17543         * src/gtk/logwindow.c
17544         * src/gtk/pluginwindow.c
17545         * src/gtk/prefswindow.c
17546                 change all gtk_scrolled_window_set_policy from 
17547                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
17548
17549 2004-08-02 [paul]       0.9.12cvs40.1
17550
17551         * AUTHORS
17552                 update translation team section
17553         * po/pt_BR.po
17554                 updated by Frederico Goncalves Guimaraes
17555                 <fggdebian@yahoo.com.br>
17556
17557 2004-07-31 [colin]      0.9.12cvs39.9
17558
17559         * src/exphtmldlg.c
17560                 Fix compilation
17561
17562 2004-07-31 [colin]      0.9.12cvs39.8
17563
17564         * src/exphtmldlg.c
17565                 Fix an alertpanel type
17566
17567 2004-07-30 [colin]      0.9.12cvs39.7
17568
17569         * src/alertpanel.c
17570                 Fix alertpanel_error_log's icon
17571
17572 2004-07-30 [colin]      0.9.12cvs39.6
17573
17574         * src/pop.c
17575                 Two of them should still be warnings
17576
17577 2004-07-30 [colin]      0.9.12cvs39.5
17578
17579         * src/pop.c
17580                 More warning -> error
17581 2004-07-29 [colin]      0.9.12cvs39.4
17582
17583         * src/pop.c
17584                 Warning -> error
17585
17586 2004-07-29 [colin]      0.9.12cvs39.3
17587
17588         * src/prefs_matcher.c
17589                 Fix segfault
17590
17591 2004-07-29 [colin]      0.9.12cvs39.2
17592
17593         * src/alertpanel.c
17594                 More nice-looking alertpanels
17595
17596 2004-07-29 [colin]      0.9.12cvs39.1
17597
17598         * src/messageview.c
17599                 sync with head
17600                 (inform user when partial mail is deleted on server)
17601
17602 2004-07-29 [colin]      0.9.12cvs38.1
17603
17604         * src/messageview.c
17605                 sync with head
17606
17607 2004-07-28 [paul]       0.9.12cvs37.7
17608
17609         * src/mainwindow.c
17610                 complete the replacement of deprecated gtk_progress_*
17611
17612 2004-07-28 [paul]       0.9.12cvs37.6
17613
17614         * src/action.c
17615         * src/inc.c
17616         * src/mainwindow.c
17617         * src/send_message.c
17618         * src/gtk/progressdialog.c
17619         * src/gtk/progressdialog.h
17620                 replace deprecated gtk_progress_*
17621
17622 2004-07-28 [paul]       0.9.12cvs37.5
17623
17624         * src/gtk/filesel.c
17625                 remove gtk_window_set_wmclass()
17626 2004-07-28 [paul]       0.9.12cvs37.4
17627
17628         * src/addressbook.c
17629         * src/compose.c
17630         * src/foldersel.c
17631         * src/mainwindow.c
17632         * src/messageview.c
17633         * src/sourcewindow.c
17634         * src/gtk/logwindow.c
17635                 remove gtk_window_set_wmclass()
17636                 
17637         * src/prefs_filtering.c
17638         * src/prefs_filtering_action.c
17639         * src/prefs_fonts.c
17640         * src/prefs_gtk.c
17641         * src/prefs_matcher.c
17642         * src/ssl_manager.c
17643         * src/gtk/prefswindow.c
17644                 replace gtk_window_position()
17645
17646 2004-07-28 [colin]      0.9.12cvs37.3
17647
17648         * src/alertpanel.c
17649         * src/alertpanel.h
17650                 Add a way to specify panel type for specific
17651                 panels (alertpanel())
17652         * src/account.c
17653         * src/addressbook.c
17654         * src/compose.c
17655         * src/expldifdlg.c
17656         * src/main.c
17657         * src/messageview.c
17658         * src/summaryview.c
17659         * src/textview.c
17660         * src/gtk/sslcertwindow.c
17661                 Fix alertpanel()s so that their icon match
17662                 their real type
17663
17664 2004-07-28 [paul]       0.9.12cvs37.2
17665
17666         * src/addr_compl.c
17667         * src/addressbook.c
17668         * src/alertpanel.c
17669         * src/compose.c
17670         * src/export.c
17671         * src/foldersel.c
17672         * src/folderview.c
17673         * src/grouplistdialog.c
17674         * src/import.c
17675         * src/mainwindow.c
17676         * src/message_search.c
17677         * src/messageview.c
17678         * src/passphrase.c
17679         * src/prefs_actions.c
17680         * src/prefs_common.c
17681         * src/prefs_customheader.c
17682         * src/prefs_display_header.c
17683         * src/prefs_filtering.c
17684         * src/prefs_filtering_action.c
17685         * src/prefs_gtk.c
17686         * src/prefs_matcher.c
17687         * src/prefs_msg_colors.c
17688         * src/prefs_summary_column.c
17689         * src/prefs_template.c
17690         * src/sourcewindow.c
17691         * src/ssl_manager.c
17692         * src/summary_search.c
17693         * src/gtk/colorsel.c
17694         * src/gtk/description_window.c
17695         * src/gtk/gtkaspell.c
17696         * src/gtk/inputdialog.c
17697         * src/gtk/logwindow.c
17698         * src/gtk/prefswindow.c
17699         * src/gtk/progressdialog.c
17700                 replace deprecated gtk_window_set_policy
17701
17702 2004-07-27 [colin]      0.9.12cvs37.1
17703
17704         * src/msgcache.c
17705                 More fixes (synced for head again)
17706
17707 2004-07-27 [colin]      0.9.12cvs35.3
17708
17709         * src/msgcache.c
17710                 Fix wrong test
17711
17712 2004-07-27 [colin]      0.9.12cvs35.2
17713
17714         * src/mimeview.c
17715                 Fix width a bit (by Paul)
17716         * src/alertpanel.c
17717         * src/alertpanel.h
17718                 Specialize icons, make alertpanel_message()
17719                 private
17720         * src/message_search.c
17721         * src/sgpgme.c
17722         * src/summary_search.c
17723                 Suit alertpanel changes
17724
17725 2004-07-27 [colin]      0.9.12cvs35.1
17726
17727         * src/alertpanel.c
17728                 Add an icon
17729         * src/passphrase.c
17730                 Add debug output - maybe someone will
17731                 want to look at the problem with Grab
17732                 Input :)
17733         Bump version as we're synced with HEAD
17734
17735 2004-07-26 [colin]      0.9.12cvs33.26
17736
17737         * src/pop.c
17738                 Fix uidl-file parsing when not in new
17739                 format
17740
17741 2004-07-26 [colin]      0.9.12cvs33.25
17742
17743         * src/gtk/menu.c
17744                 Move popup menu up if necessary (fixes 
17745                 account selector)
17746         * src/mainwindow.c
17747                 Set account selector's button height to
17748                 minimum
17749
17750 2004-07-26 [colin]      0.9.12cvs33.24
17751
17752         * src/alertpanel.c
17753                 Maybe fix 551 (Truncated font in alert window)
17754
17755 2004-07-26 [colin]      0.9.12cvs33.23
17756
17757         * po/de.po
17758         * po/es.po
17759         * po/fr.po
17760         * po/it.po
17761         * po/ja.po
17762         * po/pl.po
17763         * po/ru.po
17764         * po/sk.po
17765         * po/sr.po
17766         * po/zh_CN.po
17767                 Sync po files with HEAD
17768
17769 2004-07-26 [paul]       0.9.12cvs33.22
17770
17771         * src/compose.c
17772                 fix Bug 556 'Organisation-header is sent even if empty'
17773
17774 2004-07-24 [colin]      0.9.12cvs33.21
17775
17776         * src/compose.c
17777         * src/gtk/gtkaspell.c
17778         * src/gtk/gtkaspell.h
17779                 Fix speller accelerators (require hack)
17780
17781 2004-07-24 [colin]      0.9.12cvs33.20
17782
17783         * src/gtk/gtkaspell.c
17784                 Fix over-eager code deletion breaking
17785                 Check while typing
17786
17787 2004-07-24 [colin]      0.9.12cvs33.19
17788
17789         * src/browseldap.c
17790         * src/ldapctrl.c
17791         * src/ldapctrl.h
17792         * src/ldapserver.h
17793                 Sync ldap with HEAD
17794         (Fixes 546 LDAP completely broken)
17795
17796 2004-07-24 [colin]      0.9.12cvs33.18
17797
17798         * src/prefs_msg_colors.c
17799                 Fix prototype mismatch
17800         (Fixes 547 void function cannot return value)
17801
17802 2004-07-24 [colin]      0.9.12cvs33.17
17803
17804         * src/mainwindow.c
17805                 Fix sort going back to previous sort key
17806                 when changing sort direction
17807
17808 2004-07-24 [colin]      0.9.12cvs33.16
17809
17810         * src/compose.c
17811                 Fix space insertion when re-wrapping at 
17812                 cursor point
17813
17814 2004-07-24 [colin]      0.9.12cvs33.15
17815
17816         * src/gtk/gtkaspell.c
17817                 Don't change cursor position in insert-text
17818                 callback
17819         (Fixes 539 Word wrapping on input transposes letters)
17820
17821 2004-07-24 [colin]      0.9.12cvs33.14
17822
17823         * src/gtk/gtkaspell.c
17824                 Reencode non-ascii chars to dictionary's
17825                 encoding
17826         (Fixes 544 Spell check broken non english locale)
17827
17828 2004-07-24 [colin]      0.9.12cvs33.13
17829
17830         * src/summaryview.c
17831                 Fix Shift+Down, add Home/End/PgUp/PgDown
17832
17833 2004-07-21 [colin]      0.9.12cvs33.12
17834
17835         * src/prefs_common.c
17836                 Fix a gtk warning (Patch by Andrej Kacian)
17837
17838 2004-07-21 [colin]      0.9.12cvs33.11
17839
17840         * src/gtk/filesel.c
17841                 More check
17842
17843 2004-07-21 [colin]      0.9.12cvs33.10
17844
17845         * src/compose.c
17846         * src/crash.c
17847         * src/export.c
17848         * src/import.c
17849         * src/messageview.c
17850         * src/mimeview.c
17851         * src/prefs_spelling.c
17852         * src/prefs_themes.c
17853         * src/summaryview.c
17854         * src/gtk/filesel.c
17855         * src/gtk/filesel.h
17856         * src/gtk/pluginwindow.c
17857                 Untwist open/save mode guessing logic, make
17858                 it explicit
17859
17860 2004-07-20 [colin]      0.9.12cvs33.9
17861
17862         * src/codeconv.c
17863                 conv_encode_header: src_charset is UTF-8 on
17864                 gtk2
17865         * src/compose.c
17866                 Remove double encoding of the headers
17867
17868 2004-07-20 [colin]      0.9.12cvs33.8
17869
17870         * src/codeconv.c
17871                 Fix typo
17872
17873 2004-07-20 [colin]      0.9.12cvs33.7
17874
17875         * src/mainwindow.c
17876                 Set the separated messageview to the saved
17877                 size of Claws' messageview (Patch by Alfons)
17878                 Fix a callback prototype (me)
17879
17880 2004-07-20 [colin]      0.9.12cvs33.6
17881
17882         * src/codeconv.h
17883                 Forgot one hunk in 0.9.12cvs33.4
17884
17885 2004-07-19 [colin]      0.9.12cvs33.5
17886
17887         * src/action.c
17888                 Action output fix
17889                 Patch by Alfons
17890
17891 2004-07-19 [colin]      0.9.12cvs33.4
17892
17893         * src/compose.c
17894                 Fix outgoing charset bug in headers
17895         * src/codeconv.c
17896                 Clean for glib2 - Patch by Alfons
17897
17898 2004-07-19 [colin]      0.9.12cvs33.3
17899
17900         * src/statusbar.c
17901                 Remove grip from the statusbar
17902                 Patch by Alfons
17903
17904 2004-07-19 [colin]      0.9.12cvs33.2
17905
17906         * src/messageview.c
17907         * src/textview.c
17908                 Fix messageview remembering the previous
17909                 scroll position when loading a new message
17910                 Patch by Alfons
17911
17912 2004-07-19 [colin]      0.9.12cvs33.1
17913
17914         * src/folder.h
17915         * src/folderview.c
17916         * src/summaryview.c
17917                 Sync with HEAD
17918
17919 2004-07-18 [colin]      0.9.12cvs32.7
17920
17921         * configure.ac
17922                 Remove useless check for XIM - noticed
17923                 by Alfons
17924
17925 2004-07-18 [colin]      0.9.12cvs32.6
17926
17927         * src/summaryview.c
17928                 Remove non-modified and shift-modified
17929                 accelerators in summaryview's popup
17930                 menu, as that doesn't get catched by
17931                 the accel-activate signal catcher...
17932
17933 2004-07-18 [colin]      0.9.12cvs32.5
17934
17935         * src/prefs_common.c
17936                 Define sensible default prefs for 
17937                 wrapping
17938
17939 2004-07-18 [colin]      0.9.12cvs32.4
17940
17941         * src/compose.c
17942         * src/prefs_common.c
17943         * src/prefs_common.h
17944         * src/prefs_wrapping.c
17945                 Remove Smart Wrapping pref, which does
17946                 nothing on gtk2 branch
17947
17948 2004-07-18 [colin]      0.9.12cvs32.3
17949
17950         * src/sourcewindow.c
17951                 Proper utf8
17952
17953 2004-07-18 [colin]      0.9.12cvs32.2
17954
17955         * src/compose.c
17956                 Save attachment status when drafting
17957
17958 2004-07-18 [colin]      0.9.12cvs32.1
17959
17960         * src/gtk/filesel.c
17961                 Fix erratic folder selection in open mode
17962
17963 2004-07-18 [colin]      0.9.12cvs31.11
17964
17965         * src/pop.c
17966                 Don't let partial messages get deleted
17967                 even with "dowload all"
17968                 (0.9.12cvs31.8 fix extension)
17969 2004-07-18 [colin]      0.9.12cvs31.10
17970
17971         * src/gtk/logwindow.c
17972                 Fix log scrolling
17973
17974 2004-07-18 [colin]      0.9.12cvs31.9
17975
17976         * src/common/utils.c
17977                 Fix non-utf8 strings coming from commands
17978                 and files
17979
17980 2004-07-18 [colin]      0.9.12cvs31.8
17981
17982         * src/pop.c
17983                 Fix partial download bug with Download all
17984                 messages option
17985
17986 2004-07-18 [colin]      0.9.12cvs31.7
17987
17988         * src/textview.c
17989                 Fix bug introduced in 0.9.12cvs31.2
17990                 (blocked in select mode after double click)
17991
17992 2004-07-18 [colin]      0.9.12cvs31.6
17993
17994         * src/compose.c
17995         * src/gtk/menu.c
17996                 More glib-warning fixes
17997
17998 2004-07-18 [colin]      0.9.12cvs31.5
17999
18000         * src/compose.c
18001                 Fix trashing the primary clipboard when moving 
18002                 around with tab
18003         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
18004
18005 2004-07-18 [colin]      0.9.12cvs31.4
18006
18007         * src/codeconv.c
18008                 convert unencoded iso headers to utf8
18009         (Fix Bug 538 Unencoded local characters in subject make it 
18010          disappear)
18011
18012 2004-07-18 [colin]      0.9.12cvs31.3
18013
18014         * src/compose.c
18015                 Fix tab char handling in wrapping
18016         (Fix Bug 537 Line wrap problem - TAB character treated as 
18017          one character instead of 8)
18018
18019 2004-07-18 [colin]      0.9.12cvs31.2
18020
18021         * src/textview.c
18022                 return FALSE on GDK_MOTION_NOTIFY
18023         (Fix Bug 535 Hyperlinks/addresses are not selectable 
18024          (unable to highlight))
18025
18026 2004-07-18 [colin]      0.9.12cvs31.1
18027
18028         * src/folderview.c
18029                 Sync with 0.9.12cvs31
18030
18031 2004-07-18 [colin]      0.9.12cvs30.4
18032
18033         * src/compose.c
18034                 Also block text_inserted when inserting a file
18035
18036 2004-07-18 [colin]      0.9.12cvs30.3
18037
18038         * src/compose.c
18039                 Fix smart wrapping (block text_inserted handler
18040                 while putting quotation to avoid wrap on input,
18041                 don't join lines if next is sig separator)
18042
18043 2004-07-17 [colin]      0.9.12cvs30.2
18044
18045         * src/folderview.c
18046         * src/mainwindow.c
18047         * src/mimeview.c
18048         * src/summaryview.c
18049         * src/gtk/quicksearch.c
18050         * src/gtk/quicksearch.h
18051                 Block key events handlers *and* accels while
18052                 quicksearch is focused
18053         (Fixes Bug 534 quick-search bar not accepting certain letters)
18054
18055 2004-07-17 [colin]      0.9.12cvs30.1
18056
18057         * src/folder.h
18058         * src/folderview.c
18059         * src/summaryview.c
18060                 Sync with 0.9.12cvs30
18061
18062 2004-07-17 [colin]      0.9.12cvs28.2
18063
18064         * src/mimeview.c
18065         * src/procmime.c
18066         * src/summaryview.c
18067         * src/gtk/menu.c
18068                 Squash some compile and glib warnings
18069
18070 2004-07-17 [paul]       0.9.12cvs28.1
18071
18072         * src/mimeview.c
18073                 sync with 0.9.12cvs28 HEAD
18074
18075 2004-07-16 [paul]       0.9.12cvs26.1
18076         
18077         * src/gtk/quicksearch.c
18078         * src/account.c
18079         * src/account.h
18080         * src/compose.c
18081         * src/customheader.c
18082         * src/folder_item_prefs.c
18083         * src/main.c
18084         * src/mainwindow.c
18085         * src/messageview.c
18086         * src/mimeview.c
18087         * src/news.c
18088         * src/pgpmime.c
18089         * src/pop.c
18090         * src/pop.h
18091         * src/prefs_account.c
18092         * src/prefs_account.h
18093         * src/prefs_common.c
18094         * src/prefs_common.h
18095         * src/prefs_display_header.c
18096         * src/prefs_gtk.c
18097         * src/prefs_gtk.h
18098         * src/procheader.c
18099         * src/procmime.c
18100                 sync with 0.9.12cvs26 HEAD      
18101
18102 2004-07-15 [colin]      0.9.12cvs18.14
18103
18104         * src/folder.c
18105                 Disable GPG signature check during
18106                 folder move and scan
18107         (Closes Bug 521 Signature checking slows down Folder-Move)
18108
18109 2004-07-14 [colin]      0.9.12cvs18.13
18110
18111         * src/common/partial_download.c
18112                 update includes
18113
18114 2004-07-14 [colin]      0.9.12cvs18.12
18115
18116         * src/common/partial_download.c
18117         * src/common/partial_download.h
18118                 Move doc at top, add correct copyright
18119
18120 2004-07-14 [colin]      0.9.12cvs18.11
18121
18122         * src/folder.c
18123         * src/messageview.c
18124         * src/pop.c
18125         * src/pop.h
18126         * src/procmsg.c
18127         * src/summaryview.c
18128         * src/common/Makefile.am
18129         * src/common/partial_download.c ** NEW FILES **
18130         * src/common/partial_download.h ** NEW FILES **
18131                 Move partial-download related stuff to its
18132                 own file
18133
18134 2004-07-14 [colin]      0.9.12cvs18.10
18135
18136         * src/send_message.c
18137                 Fix smtp auth when user is null or empty
18138
18139 2004-07-13 [colin]      0.9.12cvs18.9
18140
18141         * src/gtk/quicksearch.c
18142                 Use alphabetic order
18143
18144 2004-07-13 [colin]      0.9.12cvs18.8
18145
18146         * src/pop.c
18147                 Be paranoid on the checks
18148
18149 2004-07-13 [colin]      0.9.12cvs18.7
18150
18151         * src/gtk/quicksearch.c
18152                 Fix Engrish once again
18153
18154 2004-07-13 [colin]      0.9.12cvs18.6
18155
18156         * src/procmsg.c
18157         * src/summaryview.c
18158                 Mark messages for deletion when they are about to
18159                 be removed from trash
18160
18161 2004-07-13 [colin]      0.9.12cvs18.5
18162
18163         * src/matcher.c
18164         * src/matcher.h
18165         * src/matcher_parser_parse.y
18166         * src/prefs_matcher.c
18167         * src/gtk/quicksearch.c
18168                 Add 'partial' ('p') match string to find partially
18169                 downloaded messages
18170
18171 2004-07-13 [colin]      0.9.12cvs18.4
18172
18173         * src/pop.c
18174                 Fix misplaced block
18175
18176 2004-07-13 [colin]      0.9.12cvs18.3
18177
18178         * src/pop.c
18179         * src/pop.h
18180         * src/messageview.c
18181                 Refactor API (to avoid passing 5+ params and code
18182                 duplication)
18183         * src/folder.c
18184         * src/msgcache.c
18185         * src/procheader.c
18186         * src/common/defs.h
18187                 Add planned_download to cache
18188                 Don't mess uidl file when moving partially downloaded
18189                 mails (they change folder, we should change it in the
18190                 uidl list too or we'll remove an incorrect message)
18191                 (this also helps removing hacks when changing 
18192                 planned_download in messageview.c)
18193
18194 2004-07-12 [colin]      0.9.12cvs18.2
18195
18196         * src/gtk/quicksearch.c
18197                 Fix missing status update in quicksearch
18198
18199 2004-07-12 [paul]       0.9.12cvs18.1
18200
18201         * po/POTFILES.in
18202         * src/Makefile.am
18203         * src/account.c
18204         * src/codeconv.c
18205         * src/compose.c
18206         * src/inc.c
18207         * src/main.c
18208         * src/prefs_common.c
18209         * src/procmsg.h
18210         * src/toolbar.c
18211         * src/prefs_msg_colors.[ch]     ** NEW FILES **
18212         * src/prefs_wrapping.[ch]       ** NEW FILES **
18213         * src/common/intl.h
18214         * src/common/utils.[ch]
18215         * src/gtk/quicksearch.[ch]
18216                 sync with 0.9.12cvs18 HEAD
18217
18218 2004-07-12 [colin]      0.9.11cvs17.25
18219
18220         * src/folder.c
18221         * src/folder.h
18222                 Remove unused function added by me in 0.9.11cvs17.10
18223
18224 2004-07-11 [colin]      0.9.11cvs17.24
18225
18226         * src/inc.c
18227         * src/messageview.c
18228         * src/pop.c
18229         * src/pop.h
18230                 Use folderitem and msgnum instead of filename to
18231                 know which mail to delete
18232                 Move old partial mail deletion to pop.c
18233
18234 2004-07-10 [colin]      0.9.11cvs17.23
18235
18236         * src/inc.c
18237                 Add debug
18238         * src/pop.c
18239         * src/pop.h
18240                 Don't re-use same enums for unrelated stuff: it's 
18241                 completely misleading !
18242                 Document a bit
18243
18244 2004-07-09 [colin]      0.9.11cvs17.22
18245
18246         * src/inc.c
18247                 Remove folder-type check and do
18248                 more tests to be sure everything's
18249                 ok
18250         * src/messageview.c
18251                 Punctuation update, remove useless
18252                 code, fix two warnings
18253         * src/noticeview.c
18254                 Layout cleaning, reset 2nd button
18255                 when specifying one
18256
18257 2004-07-09 [colin]      0.9.11cvs17.21
18258
18259         * src/messageview.c
18260         * src/pop.c
18261         * src/pop.h
18262                 Allow user to change his mind
18263                 and postpone decision (by
18264                 unmarking the mail)
18265
18266 2004-07-09 [colin]      0.9.11cvs17.20
18267
18268         * src/messageview.c
18269                 Fix bug with delete state
18270         * src/pop.c
18271         * src/pop.h
18272                 Fix buffer leak (fread doesn't 
18273                 terminate buffers with \0)
18274                 Refactoring (remove magic 
18275                 numbers)
18276
18277 2004-07-09 [colin]      0.9.11cvs17.19
18278
18279         * src/pop.c
18280                 Don't log "Skipping message" if 
18281                 we're going to TOP it two lines
18282                 later
18283
18284 2004-07-09 [colin]      0.9.11cvs17.18
18285
18286         * src/messageview.c
18287                 Fix Engrish
18288
18289 2004-07-09 [colin]      0.9.11cvs17.17
18290
18291         * src/pop.c
18292                 strlen checking...
18293         * src/messageview.c
18294                 refactoring a bit
18295
18296 2004-07-08 [colin]      0.9.11cvs17.16
18297
18298         * src/noticeview.c
18299         * src/noticeview.h
18300                 Add an optional second button
18301         * src/messageview.c
18302         * src/pop.c
18303         * src/pop.h
18304                 Don't delete partially received mails after a certain
18305                 time; rather, let the user decide.
18306
18307 2004-07-08 [colin]      0.9.11cvs17.15
18308
18309         * src/common/smtp.h
18310                 Sync with HEAD
18311
18312 2004-07-08 [colin]      0.9.11cvs17.14
18313
18314         * src/messageview.c
18315         * src/common/smtp.c
18316                 Use to_human_readable() for sizes
18317
18318 2004-07-08 [colin]      0.9.11cvs17.13
18319
18320         * src/inc.c
18321         * src/messageview.c
18322         * src/pop.c
18323         * src/pop.h
18324         * src/procmsg.c
18325                 Fix partial-downloading issues:
18326                         catch unsupported TOP
18327                         don't delete partially downloaded mails before 5 days
18328                         don't update existing with non-MH folders; that'll
18329                         make dups, but it's better than trashing the folder
18330                         free new msginfo parts
18331                 Fix indentation ;-)
18332
18333 2004-07-08 [colin]      0.9.11cvs17.12
18334
18335         * src/common/smtp.c
18336         * src/common/smtp.h
18337                 Sync smtp size verification with HEAD
18338
18339 2004-07-08 [colin]      0.9.11cvs17.11
18340
18341         * src/summaryview.c
18342         * src/prefs_common.c
18343         * src/prefs_common.h
18344         * src/gtk/quicksearch.c
18345         * src/gtk/quicksearch.h
18346                 Sync sticky pref with HEAD
18347
18348 2004-07-08 [colin]      0.9.11cvs17.10
18349
18350         * src/folder.c [1.213.2.6]
18351         * src/folder.h [1.87.2.6]
18352         * src/inc.c [1.149.2.7]
18353         * src/messageview.c [1.94.2.8]
18354         * src/procheader.c [1.47.2.6]
18355         * src/procmsg.c [1.150.2.4]
18356         * src/procmsg.h [1.60.2.5]
18357         * src/pop.c [1.56.2.4]
18358         * src/pop.h [1.17.2.3]
18359                 Let too big messages get downloaded, but truncated
18360                 Add a button to download them completely
18361                 
18362 2004-07-06 [colin]      0.9.11cvs17.9
18363
18364         * src/gtk/quicksearch.c [1.1.2.3]
18365                 Add a Clear button
18366         * commitHelper
18367         * PATCHSETS
18368                 Add a script to help with cvs
18369
18370 2004-07-03 [colin]      0.9.11cvs17.8
18371
18372         * src/plugins/imageviewer/viewer.c
18373                 fix imageviewer (which was staying on the first
18374                 displayed image)
18375
18376 2004-07-03 [colin]      0.9.11cvs17.7
18377
18378         Removed FIXME_GTK2 warnings
18379         * src/gtk/gtkutils.c
18380                 useless #warnings
18381         * src/gtk/menu.c
18382                 useless #warnings (no need to mess with menu rc)
18383         * src/gtk/menu.h
18384                 unused functions
18385         
18386
18387 2004-07-03 [colin]      0.9.11cvs17.6
18388
18389         Removed FIXME_GTK2 warnings
18390         * src/codeconv.c
18391                 useless #warnings (rewrite needed)
18392         * src/compose.c
18393                 useless #warnings (rewrite needed)
18394                 useless #warnings (gtk2 is like that)
18395                 useless #warnings (previously fixed)
18396         * src/main.c
18397                 useless #warnings (previously fixed)
18398         * src/message_search.c
18399                 useless #warnings (gtk2 is like that)
18400                 Made apparent that search is case-sensitive
18401         * src/mimeview.c
18402                 useless #warnings (rewrite needed)
18403                 useless #warnings (gtk2 is like that)
18404                 reimplemented real warnings
18405         * src/prefs_common.c
18406                 Removed block cursor option (not it gtk2)
18407         * src/prefs_gtk.c
18408                 useless #warnings (rewrite needed)
18409         * src/procheader.c
18410                 useless #warnings (rewrite needed)
18411         * src/sourcewindow.c
18412                 useless #warnings (incorrect placing)
18413         * src/summary_search.c
18414                 useless #warnings (gtk2 is like that)
18415                 Made apparent that search is case-sensitive
18416         * src/action.c
18417                 useless #warnings (gtk2 is like that)
18418         * src/textview.c
18419                 useless #warnings (rewrite needed)
18420         * src/toolbar.c
18421                 useless #warnings (rewrite needed)
18422
18423 2004-07-03 [colin]      0.9.11cvs17.5
18424
18425         * src/textview.c
18426                 Fix mismerge which broke URI opening
18427                 
18428 2004-07-01 [colin]      0.9.11cvs17.4
18429
18430         * src/gtk/filesel.c
18431                 Fill filename when saving
18432                 
18433 2004-06-27 [colin]      0.9.11cvs17.3
18434
18435         * src/gtk/filesel.[ch]
18436                 Use the new GTK file selector
18437                 Update prototype to match the reality: multiple file
18438                 selection is open-only          
18439         * src/compose.c
18440                 Match the new prototypes        
18441         * configure.ac
18442                 Match the new requirements (gtk 2.4.0)
18443                         
18444 2004-06-26 [colin]      0.9.11cvs17.2
18445
18446         * src/plugins/trayicon/trayicon.c
18447                 Remove useless signal handler on resize, which causes
18448                 an infinite "loop"
18449         
18450 2004-06-26 [colin]      0.9.11cvs17.1
18451         
18452         * tools/Makefile.am
18453                 remove launch_firebird and add nautilus2sylpheed.sh
18454         * src/quicksearch.c
18455           src/summaryview.c
18456                 Fix show/hide "Extended symbols" button problem
18457                 Fix apparition at startup
18458                 Fix const warnings
18459         * src/plugins/image_viewer/Makefile.am
18460                 Fix configure 
18461         * common/ssl.c
18462                 Re-enable certificate check, as it doesn't seem to
18463                 cause Xlib errors anymore
18464
18465 2004-06-25 [paul]       0.9.11cvs17
18466
18467         * sync with 0.9.11cvs17 HEAD
18468         
18469         NOTE: QuickSearch is broken
18470
18471 2004-06-07 [colin]      0.9.10claws67.10
18472         * src/plugins/trayicon/trayicon.c
18473           src/plugins/trayicon/libeggtrayicon/Makefile.am
18474           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18475                 Fix gettextization in trayicon plugin
18476
18477 2004-06-07 [colin]      0.9.10claws67.9
18478         
18479         * src/summaryview.c
18480           src/gtk/gtksctree.[ch]
18481                 Let Shift+{Up,Down} work in summaryview
18482                 (well, Down "works" and Up works)
18483                 Let the list scroll when using these keys
18484
18485 2004-06-06 [colin]      0.9.10claws67.8
18486
18487         * src/plugins/trayicon/trayicon.c
18488                 Fix pixmap update
18489
18490 2004-06-06 [colin]      0.9.10claws67.7
18491
18492         * src/addressbook.c
18493                 Fix signal handling causing system-wide focus grab
18494
18495 2004-05-25 [paul]       0.9.10claws67.6
18496
18497         * Makefile.am
18498           src/Makefile.am
18499                 clean up
18500
18501 2004-05-25 [paul]       0.9.10claws67.5
18502
18503         * replace deprecated gtk_signal... functions
18504
18505 2004-05-23 [colin]      0.9.10claws67.4
18506
18507         * src/compose.c
18508                 Fix wrapping
18509
18510 2004-05-22 [colin]      0.9.10claws67.3
18511
18512         * src/compose.c
18513                 Re-fix [Edited] in compose.c::compose_reedit()
18514
18515 2004-05-22 [colin]      0.9.10claws67.2
18516
18517         * src/procmime.c
18518                 Fix parsing of multiparts mails
18519
18520 2004-05-22 [colin]      0.9.10claws67.1
18521
18522         * src/summaryview.c
18523                 Fix quicksearch
18524
18525 2004-05-22 [paul]       0.9.10claws67
18526
18527         * sync with 0.9.10claws67 HEAD
18528
18529 2004-05-14 [alfons]
18530
18531         * src/procmime.h
18532                 add forgotton prototype
18533
18534 2004-05-10 [paul]       0.9.10claws57
18535
18536         * sync with 0.9.10claws57 HEAD
18537
18538 2004-05-05 [paul]       0.9.9.claws1
18539
18540         * ChangeLog-gtk2        ** REMOVED **
18541           ChangeLog-gtk2.claws  ** ADDED **
18542                 rename and adopt the normal claws format
18543                 
18544         * configure.ac
18545                 require gtkmathview >= 0.5
18546
18547         * ac/*                          ** REMOVED **
18548           ac/                           ** REMOVED **
18549           intl/Makefile.in              ** REMOVED **
18550           m4/                           ** ADDED **
18551           m4/missing                    ** ADDED **
18552           m4/missing/gdk-pixbuf.m4      ** ADDED **
18553           m4/missing/gettext.m4         ** ADDED **
18554           m4/missing/gpgme.m4           ** ADDED **
18555           m4/missing/imlib.m4           ** ADDED **
18556           m4/.cvsignore                 ** ADDED **
18557           m4/Makefile.am                ** ADDED **
18558           m4/README                     ** ADDED **
18559           m4/aclocal-include.m4         ** ADDED **
18560           m4/aspell.m4                  ** ADDED **
18561           m4/check-type.m4              ** ADDED **
18562           m4/gnupg-check-typedef.m4     ** ADDED **
18563           m4/openssl.m4                 ** ADDED **
18564           m4/spamassassin.m4            ** ADDED **
18565           po/ChangeLog                  ** REMOVED **
18566           po/Makefile.in.in             ** REMOVED **
18567           po/Rules-quot                 ** REMOVED **
18568           po/boldquot.sed               ** REMOVED **
18569           po/en@boldquot.header         ** REMOVED **
18570           po/en@quot.header             ** REMOVED **
18571           po/insert-header.sin          ** REMOVED **
18572           po/quot.sed                   ** REMOVED **
18573           po/remove-potcdate.sed        ** REMOVED **
18574           po/remove-potcdate.sin        ** REMOVED **
18575           po/stamp-po                   ** REMOVED **
18576           Makefile.am
18577           autogen.sh
18578           configure.ac
18579                 enable building with automake 1.8.x
18580                 add 'autopoint --force' to autogen.sh and remove all
18581                 auto-generated files, remove ac/ directory and use
18582                 m4/ directory instead
18583                 
18584         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18585                 fix gettextization
18586
18587 2004-02-28 Colin Leroy <colin@colino.net>
18588         * src/prefs_matcher.c
18589           src/prefs_filtering.c
18590           src/prefs_filtering_action.c
18591                 Fix non-editable GtkEntries
18592
18593 2004-02-22 Thorsten Maerz <torte@netztorte.de>
18594         * src/prefs_themes.c
18595                 utf8 conversion for theme info
18596
18597 2004-02-21 Thorsten Maerz <torte@netztorte.de>
18598         * sync 0.9.9claws
18599
18600 2004-02-14 Thorsten Maerz <torte@netztorte.de>
18601         * src/grouplistdialog.c
18602                 allow multiple selections without ctrl key
18603
18604 2004-02-09 Thorsten Maerz <torte@netztorte.de>
18605         * src/main.c
18606                 enable customizable accelerators
18607
18608 2004-02-08 Thorsten Maerz <torte@netztorte.de>
18609         * src/prefs_common.c
18610                 re-enable different font settings for gtk1/2
18611         * src/prefs_folder_item.c
18612                 fix folder prefs displayed wrong
18613         * src/textview.c
18614                 set 'sunken' shadow type
18615
18616 2004-02-07 Colin Leroy <colin@colino.net>
18617         * src/compose.c
18618                 Fix message being always [Edited]
18619                 Encode headers correctly (utf8 buf)
18620
18621 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18622         * src/socket.c
18623                 remove double g_source_attach()
18624                 (Thanks to Colin Leroy)
18625
18626 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18627         * src/gtk/gtksctree.c
18628                 Fix SSL certificate list not shown
18629         * src/mimeview.c
18630                 Fix clicks in mime tree
18631
18632 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18633         * src/common/socket.c
18634                 Fix SSL receive
18635         * src/compose.c
18636                 Fix clipboard menu hotkeys
18637
18638 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18639         * src/gtk/gtkaspell.[ch]
18640           src/compose.c
18641                 reimplement spellchecker
18642
18643 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18644         * src/gtk/filesel.c
18645                 crash when inserting file in compose window
18646                 (TODO: keep old selection on clicks)
18647         * src/main.c
18648                 use gtkrc-2.0 instead of gtkrc
18649
18650 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18651         * src/messageview.c
18652                 remove orphaned mimeview unref()
18653
18654 2004-01-20 Thorsten Maerz <torte@netztorte.de>
18655         * src/grouplistdialog.c
18656                 expand nodes containing subscribed groups
18657
18658 2004-01-19 Thorsten Maerz <torte@netztorte.de>
18659         * src/textview.c
18660                 textview: hide cursor, restore old click behaviour
18661
18662 2004-01-18 Thorsten Maerz <torte@netztorte.de>
18663         * src/textview.c
18664                 variable names messed up
18665
18666 2004-01-17 Colin Leroy <colin@colino.net>
18667         * src/addr_compl.c
18668                 Fix completion address too thin
18669         * src/compose.c
18670                 Fix tab-to-subject behaviour
18671         * src/summaryview.c
18672                 Implement key up & down in summaryview
18673
18674 2004-01-12 Thorsten Maerz <torte@netztorte.de>
18675
18676         * sync 098claws
18677
18678 2004-01-08 Thorsten Maerz <torte@netztorte.de>
18679         * configure.ac
18680           Makefile.am
18681           doc/.cvsignore
18682           doc/Makefile.am
18683                 faq, man, manual moved to doc/
18684         * ac/aspell.m4
18685           ac/check-type.m4
18686           ac/gnupg-check-typedef.m4
18687           ac/openssl.m4
18688           ac/spamassassin.m4
18689           ac/missing/gdk-pixbuf.m4
18690           ac/missing/gpgme.m4
18691           ac/missing/imlib.m4
18692                 fix automake warnings
18693
18694 2003-12-06 Colin Leroy <colin@colino.net>
18695         * src/summaryview.c
18696                 Fix quicksearch
18697
18698 2003-12-05 Colin Leroy <colin@colino.net>
18699         * src/summaryview.c
18700                 Fix going to next unread folder
18701
18702 2003-12-05 Colin Leroy <colin@colino.net>
18703         * src/crash.c
18704                 Fix gtk2 compilation
18705         * src/session.c
18706                 Remove iotag source handler at disconnection
18707         * src/socket.[ch] 
18708                 Remove source handler when closing socket 
18709                 (fixes another seg)
18710
18711 2003-12-04 Colin Leroy <colin@colino.net>
18712         * src/compose.c
18713           src/prefs_account.c
18714           src/prefs_common.c
18715                 Fix some dropdown menus
18716
18717 2003-12-04 Colin Leroy <colin@colino.net>
18718         * src/compose.c
18719                 Fix event handlers on header fields
18720         * src/common/socket.c
18721           src/common/session.c
18722                 Fix segfault with callback (SSL)
18723                 Fix end of session 
18724
18725 2003-10-06 Thorsten Maerz <torte@netztorte.de>
18726
18727         * Fix compile bug in src/compose.c
18728         * removed src/gtk/gtkstext.[ch]
18729
18730 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
18731
18732         * Convert character set and escape "text" attributes in toolbar setting
18733         files.
18734         * Fixed bug in button-press-event handling.
18735
18736 2003-09-16 Thorsten Maerz <torte@netztorte.de>
18737
18738         * Fixed bug in key-press-event handling.
18739
18740 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
18741
18742         * Enabled to compile tray-icon plugin (Ad-hoc).
18743         * Avoid hang up bug of icon list in mime view (Ad-hoc).
18744
18745 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
18746
18747         * Enabled to compile on sylpheed-claws.
18748         (tray-icon plugin still cannot compile yet.)
18749
18750 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
18751
18752         * Updated to 0.9.5.
18753
18754 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
18755
18756         * Updated to 0.9.4.
18757         * Ported monitoring SSL mechanism to GSource of GLib2
18758         (I don't confirm it)
18759         * Added _gtk2 suffix to key name of font preference to avoid
18760         ovverwriting preference of Gtk+-1.2 version.
18761
18762 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
18763
18764         * Updated to 0.9.2.
18765
18766 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
18767
18768         * Updated to 0.9.1.
18769         * Translate po files into UTF-8 when execute autogen.sh.
18770
18771 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
18772
18773         * Updated to 0.9.0.
18774
18775 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
18776
18777         * Plugged GError related memory leaks.
18778
18779 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
18780
18781         * Changed default size of fonts.
18782         * Enabled to set titile font size of warning dialog.
18783
18784 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
18785
18786         * Embed a sylpheed icon into executable binary on Windows.
18787
18788 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
18789
18790         * I forgot to traslate character set of element string in src/xml.c.
18791
18792 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
18793
18794         * Fixed detecting bind_textdomain_codeset in configure.in.
18795         * The bug in which "Example" of "Date fromat" preference isn't displayed
18796         correctly has been fixed.
18797
18798 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
18799
18800         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
18801           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
18802           glib-gettextize
18803           Removed intl directory.
18804           Translated po files into UTF-8.
18805           (Thanks! Ryuji Abe)
18806
18807 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
18808
18809         * The bug which doesn't unscape string in xml.c has been fixed.
18810
18811 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
18812
18813         * The bug which is failed to translate encoding of file name thorough
18814         file dialog has been fixed.
18815
18816 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
18817
18818         * Modified to translate file names which is used in inporting/expoting
18819         mbox feature and "Save as" feature into locale encoding.
18820         * Translate file names into locale encoding when "Attache file" and
18821         "Insert file".
18822         * Force set G_BROKEN_FILENAMES environment variable.
18823         * Other minor fixes.
18824
18825 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
18826
18827         * Modified to treat MH folder's name as locale encoding.
18828
18829 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
18830
18831         * The bug which clash on switching candidates of auto completion of
18832         addresses, cannot use auto completion in Japanesse is fixed
18833         (Thanks! Tokunaga-san)¡¥
18834
18835 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18836
18837         * The bug which cannot switch key accelerator preference has been fixed
18838         (Thanks! smbd-san)¡¥
18839
18840 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18841
18842         * version 0.8.11-gtk2-20030314
18843
18844 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18845
18846         * The bug in which character set conversion of filtering messages has
18847         been fixed.(Thanks! COCOA-san).
18848
18849 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
18850
18851         * Revived "Leave space on head" preference in "Message" category.
18852         * A bug which clash when put the cursor to end of buffer and execute
18853         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
18854
18855 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18856
18857         * version 0.8.11-gtk2-20030312
18858
18859 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18860
18861         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
18862         * Modified to use Pango's API directly for font preference.
18863         * Integrated GtkTextView of textview to one widget.
18864         * Set fonts of header title in textview by "header_title" tag.
18865         * Removed some deprecated codes.
18866
18867 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
18868
18869         * Updated to 0.8.11.
18870         * Merged cygwin patch(Thanks! Sakai-san).
18871
18872 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
18873
18874         * version 0.8.10-gtk2-20030309