2006-10-01 [colin] 2.5.2cvs31
[claws.git] / ChangeLog
1 2006-10-01 [colin]      2.5.2cvs31
2
3         * src/msgcache.c
4                 Don't ftruncate when not using mmap
5
6 2006-09-30 [colin]      2.5.2cvs30
7
8         * src/main.c
9                 Write folder list *after* saving caches
10
11 2006-09-30 [colin]      2.5.2cvs29
12
13         * src/folder.c
14         * src/mh.c
15                 Debug forced mtime changes
16
17 2006-09-30 [colin]      2.5.2cvs28
18
19         * src/folder.c
20         * src/main.c
21                 Remove useless debug_print()s (code
22                 well-tested)
23
24 2006-09-30 [colin]      2.5.2cvs27
25
26         * src/mh.c
27                 Do stuff faster when writing mh_sequences
28
29 2006-09-30 [colin]      2.5.2cvs26
30
31         * src/mh.c
32                 Don't let the writing of .mh_sequences, which
33                 can change the folder's mtime, let us think
34                 we need to scan.
35
36 2006-09-30 [colin]      2.5.2cvs25
37
38         * src/folder.c
39                 Move a debug_print where it belongs 
40                 (processing)
41         * src/summaryview.c
42                 Don't mess with a huge slow subject
43                 table if we're not threading by
44                 subject
45
46 2006-09-30 [colin]      2.5.2cvs24
47
48         * src/msgcache.c
49                 Reenable mmaped reads (*not* writes!)
50         * src/procmsg.c
51                 Don't destroy and recreate hashtables just
52                 for fun
53         * src/common/utils.c
54                 Remove useless reply prefixes (it's case
55                 unsensitive)
56
57 2006-09-30 [wwp]        2.5.2cvs23
58
59         * tools/fix_date.sh
60                 Fixed a minor bug in date value extraction, added a switch
61                 to replace non RFC-compliant Date: value, added a switch
62                 to use strict RFC matching patterns for dates.
63
64 2006-09-29 [colin]      2.5.2cvs22
65
66         * src/matcher_parser.h
67         * src/matcher_parser_parse.y
68         * src/prefs_filtering.c
69         * src/statusbar.c
70         * src/summary_search.c
71         * src/summaryview.c
72         * src/gtk/quicksearch.c
73         * src/gtk/quicksearch.h
74                 Optimise searches by setting different
75                 refresh intervals (depending if the 
76                 search is fast or not)
77
78 2006-09-29 [colin]      2.5.2cvs21
79
80         * src/codeconv.c
81                 Optimise by reusing the last iconv converter
82                 if possible
83         * src/textview.c
84                 Optimise a bit (the foldable quotes feature
85                 still has an awful O(n^2) algo
86
87 2006-09-29 [colin]      2.5.2cvs20
88
89         * src/gtk/gtksctree.c
90         * src/gtk/gtksctree.h
91                 Optimise de-selection via up/down or
92                 another key
93
94 2006-09-28 [colin]      2.5.2cvs19
95
96         * src/action.c
97         * src/compose.c
98         * src/folderview.c
99         * src/mainwindow.c
100         * src/messageview.c
101         * src/summary_search.c
102         * src/toolbar.c
103                 Avoid using summaryview->ctree directly
104
105 2006-09-28 [colin]      2.5.2cvs18
106
107         * src/summaryview.c
108         * src/summaryview.h
109                 Add helpers to freeze/thaw/grab_focus
110                 Factorize calls to freeze/thaw/grab_focus
111                 
112
113 2006-09-28 [colin]      2.5.2cvs17
114
115         * src/main.c
116                 More guards for the session management
117
118 2006-09-28 [colin]      2.5.2cvs16
119
120         * src/folderview.c
121         * src/gtk/gtksctree.c
122         * src/gtk/gtksctree.h
123                 Make expanding not recursive in folderview
124
125 2006-09-28 [colin]      2.5.2cvs15
126
127         * src/addressbook.c
128                 If nothing is selected in the list (right part)
129                 and a group is selected in the tree (left part),
130                 mail this group.
131
132 2006-09-28 [colin]      2.5.2cvs14
133
134         * src/Makefile.am
135                 Actually use SM_LIBS
136
137 2006-09-28 [ticho]      2.5.2cvs13
138
139         * src/export.c
140         * src/messageview.c
141         * src/mimeview.c
142         * src/news.c
143         * src/pop.c
144         * src/prefs_themes.c
145         * src/procmsg.c
146                 Small i18n string optimization.
147         * src/send_message.c
148         * src/summaryview.c
149         * src/common/session.c
150         * src/common/smtp.c
151         * src/common/ssl_certificate.c
152         * src/common/utils.c
153                 Use "Couldn't" instead of "Can't" in UI messages,
154                 where appropriate.
155
156 2006-09-28 [colin]      2.5.2cvs12
157
158         * configure.ac
159                 Possibly fix link errors
160
161 2006-09-27 [wwp]        2.5.2cvs11
162
163         * src/gtk/authors.h
164         * doc/man/sylpheed-claws.1
165         * manual/ack.xml
166         * manual/es/ack.xml
167         * manual/fr/ack.xml
168         * manual/pl/ack.xml
169                 Updated authors info (me, myself and I).
170
171 2006-09-27 [colin]      2.5.2cvs10
172
173         * src/addressbook.c
174                 Remove useless printf
175
176 2006-09-27 [wwp]        2.5.2cvs9
177
178         * src/editgroup.c
179         * src/send_message.c
180         * src/inc.c
181         * src/prefs_common.c
182         * src/prefs_common.h
183         * src/gtk/progressdialog.c
184                 remember more windows' sizes (send dialog, received dialog,
185                 edit group in addressbook).
186
187 2006-09-27 [colin]      2.5.2cvs8
188
189         * configure.ac
190         * src/main.c
191         * src/mainwindow.h
192                 Use libSM to communicate with the session
193                 manager, so that we can know when the 
194                 session ends, save our caches, and draft
195                 our compose windows.
196
197 2006-09-27 [colin]      2.5.2cvs7
198
199         * src/addressbook.c
200                 Fix issues:
201                 o Allow Book and Group creation from the tree's
202                   contextual menu
203                 o Do not actually delete the contacts when 
204                   deleting groups from the tree (duh!)
205
206 2006-09-27 [colin]      2.5.2cvs6
207
208         * src/compose.c
209         * src/compose.h
210         * src/mainwindow.c
211         * src/textview.c
212         * src/toolbar.c
213                 o Allow passing an email address to 
214                   compose_new_with_folderitem
215                 o Update callers
216                 o Use current folderitem when clicking
217                   on a TextView mailto: link
218                 o Fix a possible leak in TextView
219
220 2006-09-27 [colin]      2.5.2cvs5
221
222         * src/html.c
223                 Use UTF-8 chars to replace HTML entities
224
225 2006-09-27 [colin]      2.5.2cvs4
226
227         * AUTHORS
228         * src/prefs_account.c
229         * src/gtk/authors.h
230                 Fix bug #1024 (Array index out of
231                 range in sylpheed-claws-2.5.2)
232                 Patch by Ales Nosek <anosek@suse.cz>
233
234 2006-09-27 [colin]      2.5.2cvs3
235
236         * src/addr_compl.c
237                 Actually do the test
238
239 2006-09-27 [colin]      2.5.2cvs2
240
241         * src/addr_compl.c
242         * src/addr_compl.h
243                 Allow completing with comma (in certain cases: vCalendar
244                 for example doesn't support that)
245                 Patch by Fabien Vantard
246
247 2006-09-26 [colin]      2.5.2cvs1
248
249         * src/Makefile.am
250         * src/addr_compl.c
251         * src/addr_compl.h
252         * src/addrbook.c
253         * src/addrbook.h
254         * src/addressbook.c
255         * src/addrindex.c
256         * src/addrindex.h
257         * src/compose.c
258         * src/prefs_common.c
259         * src/prefs_filtering_action.c
260         * src/prefs_folder_item.c
261         * src/prefs_template.c
262         * src/stock_pixmap.c
263         * src/stock_pixmap.h
264         * src/pixmaps/addr_one.xpm
265         * src/pixmaps/addr_two.xpm
266                 Add auto-completion on groups
267
268 2006-09-26 [colin]      2.5.2
269
270         * NEWS
271         * README
272         * RELEASE_NOTES
273                 2.5.2 released
274
275 2006-09-26 [colin]      2.5.1cvs5
276
277         * src/matcher.c
278                 Fix condition
279
280 2006-09-26 [colin]      2.5.1cvs4
281
282         * src/mbox.c
283                 Revert cvs1 (useless as the message is printed 
284                 every 500 mails)
285
286 2006-09-26 [colin]      2.5.1cvs3
287
288         * src/partial_download.c
289                 Fix crasher found by Alexsandar Urosevic
290
291 2006-09-26 [colin]      2.5.1cvs2
292
293         * src/summaryview.c
294                 Fix bug #1023 (Sylpheed deletes too much messages)
295
296 2006-09-26 [ticho]      2.5.1cvs1
297
298         * src/mbox.c
299                 Make use of gettext's multiple plurals for statusbar
300                 progress message.
301
302 2006-09-25 [paul]       2.5.1
303
304         * NEWS
305         * README
306         * RELEASE_NOTES
307                 2.5.1 released
308
309 2006-09-25 [colin]      2.5.0cvs3
310
311         * src/plugins/bogofilter/bogofilter.c
312         * src/plugins/clamav/clamav_plugin.c
313         * src/plugins/spamassassin/spamassassin.c
314                 BogoFilter, Spamassassin: Fix double hook registering after
315                 visiting preferences
316                 Spamassassin, Clamav: Just set the mails to move instead of
317                 doing the move - caller will move the things at once.
318
319 2006-09-25 [colin]      2.5.0cvs2
320
321         * src/imap.c
322         * src/etpan/imap-thread.c
323                 Use UID SEARCH ALL instead of UID 1:*
324                 (braindead servers can't figure out that's
325                 the same...)
326
327 2006-09-25 [wwp]        2.5.0cvs1
328
329         * src/message_search.c
330                 Added the ability to stop a running search (in message body).
331
332 2006-09-25 [paul]       2.5.0
333
334         * NEWS
335         * README
336         * RELEASE_NOTES
337                 2.5.0 released
338
339 2006-09-25 [paul]       2.4.0cvs214
340
341         * po/cs.po
342         * po/de.po
343         * po/fi.po
344         * po/fr.po
345         * po/nl.po
346         * po/pt_BR.po
347         * po/sk.po
348         * po/sr.po
349         * po/zh_CN.po
350                 updated by Tim, Stephan Sachse, Flammie Pirinen,
351                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
352                 Ticho, Aleksander Urosevic, Ralgh Young
353
354 2006-09-24 [mones]      2.4.0cvs213
355
356         * po/es.po
357                 Updated for release
358
359 2006-09-23 [colin]      2.4.0cvs212
360
361         * src/gtk/inputdialog.c
362                 Fix [ ] remember this appearing in normal
363                 input dialogs after it's been used by
364                 mimeview.
365         * src/folder.c
366         * src/folderview.c
367         * src/msgcache.c
368         * src/procmsg.c
369         * src/summaryview.c
370         * src/textview.c
371         * src/common/timing.h
372                 Enable timings in debug mode and make it
373                 look prettier.
374
375 2006-09-22 [colin]      2.4.0cvs211
376
377         * README
378                 Revert test change
379         * commitHelper
380                 ping the correct URI
381
382 2006-09-22 [colin]      2.4.0cvs210
383
384         * README
385                 Let's see if bug #1022 is fixed
386
387 2006-09-21 [colin]      2.4.0cvs209
388
389         * src/wizard.c
390         * src/common/plugin.c
391                 Prepare infra to load predefined plugins when
392                 no configuration existed. Don't actually load
393                 anything yet (feat. freeze)
394
395 2006-09-21 [wwp]        2.4.0cvs208
396
397         * manual/fr/faq.xml
398                 Partial sync w/ 2.4.0cvs72:
399                 wrap file and minor updates.
400
401 2006-09-21 [wwp]        2.4.0cvs207
402
403         * tools/fix_date.sh
404                 several fixes and enhancements. A new --force switch has been
405                 added to prevent overriding by default Date: header when
406                 already existing.
407
408 2006-09-21 [paul]       2.4.0cvs206
409
410         * src/common/utils.c
411                 add Chinese UTF8 Re prefix
412
413 2006-09-21 [wwp]        2.4.0cvs205
414
415         * tools/Makefile.am
416                 Fics alfabettical order.
417
418 2006-09-21 [wwp]        2.4.0cvs204
419
420         * tools/fix_date.sh
421         * tools/Makefile.am
422                 Added an action tool to fix missing Date field in emails.
423                 Updated Makefile.am to reflect those last two additions.
424
425 2006-09-21 [wwp]        2.4.0cvs203
426
427         * tools/uuooffice
428                 Added a action tool to open uuencoded docs w/
429                 OpenOffice (based on uudec method).
430
431 2006-09-21 [colin]      2.4.0cvs202
432
433         * src/compose.c
434         * src/textview.c
435                 Workaround possible GTK crash: remove selection 
436                 clipboard before destroying widget, or GTK+-2.10
437                 dies. Thanks to Hiro.
438
439 2006-09-20 [colin]      2.4.0cvs201
440
441         * src/compose.c
442                 Fix free-after-use in some cases (when 
443                 procmime_encode_content() frees mimeinfo->data.mem
444                 and turns it to a temp file)
445
446 2006-09-20 [colin]      2.4.0cvs200
447
448         * src/folderview.c
449         * src/summaryview.c
450         * src/gtk/gtksctree.c
451         * src/gtk/gtksctree.h
452                 Add tooltips in the folderview and summaryview
453                 (Doesn't break string freeze as they already
454                 exist)
455         * src/toolbar.c
456                 Put the spam button in the default configuration
457                 if compiled with bogo plugin too
458
459 2006-09-19 [colin]      2.4.0cvs199
460
461         * src/summaryview.c
462         * src/summaryview.h
463                 Update folder name label on folder rename
464         * src/prefs_matcher.c
465         * src/gtk/logwindow.h
466                 Fix warnings
467                 Patches by Fabien
468
469 2006-09-19 [wwp]        2.4.0cvs198
470
471         * src/summary_search.c
472                 fix can't click forward/backward buttons in the
473                 search messages.
474
475 2006-09-18 [paul]       2.4.0cvs197
476
477         * src/wizard.c
478                 add missing bracket, capitalise the A of
479                 'SpamAssassin'
480
481 2006-09-18 [paul]       2.4.0cvs196
482
483         * src/compose.c
484                 fix bug 1012 'crashed upon sending mail
485                 from compose window'
486                 Thanks to Colin
487
488 2006-09-16 [colin]      2.4.0cvs195
489
490         * src/folderview.c
491                 Fix "real-time" sorting by freezing/thawing
492
493 2006-09-16 [colin]      2.4.0cvs194
494
495         * manual/faq.xml
496                 Fix the anti-spam entry a bit
497
498 2006-09-16 [colin]      2.4.0cvs193
499
500         * src/wizard.c
501                 Make sure reviewers have no excuse when stating
502                 Sylpheed-Claws doesn't have antispam capabilities.
503
504 2006-09-16 [colin]      2.4.0cvs192
505
506         * src/main.c
507                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
508                 as if the SIGPIPE comes from etpan's thread we could
509                 trigger a GUI update from this thread.
510
511 2006-09-16 [colin]      2.4.0cvs191
512
513         * src/summaryview.c
514                 Init all members of the struct
515
516 2006-09-16 [paul]       2.4.0cvs190
517
518         * src/account.c
519                 improvements to the English
520
521 2006-09-15 [colin]      2.4.0cvs189
522
523         * src/summaryview.c
524                 HIG order on dialog
525
526 2006-09-14 [colin]      2.4.0cvs188
527
528         * src/common/socket.c
529         * src/common/socket.h
530         * src/common/ssl.c
531         * src/common/ssl_certificate.c
532         * src/common/ssl_certificate.h
533         * src/etpan/imap-thread.c
534                 the get_fqdn() call done to get canonical name when
535                 checking an SSL certificate is blocking, which is
536                 sad as we just did a non-blocking lookup to connect.
537                 Fix that by letting the fqdn available to the SockInfo,
538                 and use that in ssl_certificate_check(). For IMAP,
539                 we don't do it as the lookup's done by libetpan, but
540                 it's less annoying as IMAP connections as much more
541                 rare than POP3 connections.
542
543 2006-09-14 [paul]       2.4.0cvs187
544
545         * manual/advanced.xml
546                 improvements to the English,
547                 properly place the new hidden options
548                 within the alphabetical order
549         * src/gtk/pluginwindow.c
550                 improvements to the English
551
552 2006-09-14 [colin]      2.4.0cvs186
553
554         * src/prefs_common.c
555         * src/prefs_common.h
556         * src/gtk/gtksctree.c
557         * manual/advanced.xml
558                 New hidden pref, stripes_color_offset, to change
559                 the value added/substracted to normal bgcolor to
560                 create the stripes in summaries
561
562 2006-09-13 [colin]      2.4.0cvs185
563
564         * src/gedit-print.c
565         * src/messageview.c
566         * src/messageview.h
567         * src/summaryview.c
568         * src/textview.c
569                 Fix misc. printing issues: 
570                 - Bad font for linkified headers
571                 - Different font if the mail was displayed or not
572                 - Factorize the thing
573
574 2006-09-13 [colin]      2.4.0cvs184
575
576         * src/common/ssl_certificate.c
577                 Only get FQDN once when checking certificate
578
579 2006-09-13 [colin]      2.4.0cvs183
580
581         * src/account.c
582         * src/gtk/pluginwindow.c
583                 Misc. GUI fixes by Fabien
584
585 2006-09-13 [wwp]        2.4.0cvs182
586
587         * configure.ac
588         * src/common/utils.h
589         * src/common/utils.c
590                 get rid of unused wide-char functions.
591
592 2006-09-13 [wwp]        2.4.0cvs181
593
594         * src/plugins/pgpinline/sylpheed.def
595         * src/textview.c
596                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
597                 add privacy_reset_error to the .def file,
598                 do not fork for an external textviewer.
599
600 2006-09-13 [wwp]        2.4.0cvs180
601
602         * src/prefs_common.c
603                 fix broken font entry in prefs (patch issued by the gpg4win team,
604                 probably by Marcus Brinkmann <marcus@g10code.de>).
605
606 2006-09-13 [colin]      2.4.0cvs179
607
608         * src/folder.h
609                 Fix a warning in summaryview.c
610         * src/mainwindow.c
611         * src/summaryview.c
612         * src/summaryview.h
613                 Add missing Mark/* elements in the
614                 main menu
615
616 2006-09-12 [colin]      2.4.0cvs178
617
618         * src/prefs_actions.c
619         * src/prefs_filtering_action.c
620         * src/prefs_matcher.c
621                 Use (New) instead of New everywhere
622
623 2006-09-12 [wwp]        2.4.0cvs177
624
625         * manual/fr/addrbook.xml
626         * manual/fr/handling.xml
627                 updated some quotes in the fr manual to match the fr translation.
628
629 2006-09-12 [wwp]        2.4.0cvs176
630
631         * src/prefs_matcher.c
632                 don't store translated string elements in matcher expressions.
633                 Also fixed a misused of Q_().
634
635 2006-09-11 [wwp]        2.4.0cvs175
636
637         * src/plugins//bogofilter/bogofilter.c
638         * src/plugins//clamav/clamav_plugin.c
639         * src/plugins//demo/demo.c
640         * src/plugins//dillo_viewer/dillo_viewer.c
641         * src/plugins//pgpcore/plugin.c
642         * src/plugins//pgpinline/plugin.c
643         * src/plugins//pgpmime/plugin.c
644         * src/plugins//spamassassin/spamassassin.c
645                 gettext-ize more strings (mostly plugin error messages).
646
647 2006-09-11 [colin]      2.4.0cvs174
648
649         * src/alertpanel.c
650                 Make maximum buffer size bigger to avoid
651                 truncating translated messages. Patch by
652                 Fabien
653
654 2006-09-11 [colin]      2.4.0cvs173
655
656         * src/etpan/imap-thread.c
657                 Fix compilation on OpenBSD, thanks to 
658                 Landry
659
660 2006-09-10 [wwp]        2.4.0cvs172
661
662         * manual/account.xml
663         * manual/addrbook.xml
664         * manual/handling.xml
665         * manual/es/handling.xml
666         * manual/fr/account.xml
667         * manual/fr/addrbook.xml
668         * manual/fr/handling.xml
669                 documented addressbook matching (condition configuration):
670                   addrbook.xml, en fr
671                 documented per-account filtering rules (handling/filtering
672                   section, account section):
673                   account.xml, handling.xml, en fr
674                 slightly updated the handling/searching section to tell few
675                   words about the extended search ability:
676                   handling.xml, en fr
677                 added missing <quote></quotes> to Quick Search:
678                   handling.xml, en fr es
679                 fixed a typo (auomatically):
680                   handling.xml, en
681                 changes revisited by Paul.
682
683 2006-09-10 [paul]       2.4.0cvs171
684
685         * src/prefs_actions.c
686         * src/prefs_filtering.c
687         * src/prefs_template.c
688                 adjustments to the gui
689                 Patch by Fabien Vantard (slightly modified)
690
691 2006-09-10 [colin]      2.4.0cvs170
692
693         * src/summaryview.c
694                 Check folderitem/summaryview consistency
695                 (basically automates Update summary). Fixes
696                 #1011 (wrong (negative) count on unread 
697                 messages)
698
699 2006-09-10 [colin]      2.4.0cvs169
700
701         * src/gtk/gtksctree.c
702                 Fix recursive expansion via mouse
703         * src/plugins/bogofilter/bogofilter.c
704                 Use normal filtering way of moving
705                 messages (batching), possibly fixing
706                 bug #1015 (Bogofilter plugin doubles 
707                 new messages)
708
709 2006-09-09 [wwp]        2.4.0cvs168
710
711         * src/prefs_filtering.c
712                 better place for this fix.
713
714 2006-09-09 [wwp]        2.4.0cvs167
715
716         * src/prefs_filtering.c
717                 fix a minor bug when the enabled status of a filtering/processing
718                 rule always got set to TRUE when replacing this rule. That still
719                 make sense when adding a new rule, but now when replacing, we
720                 don't override the value of 'enabled'.
721                 Also renamed the func prefs_filtering_list_view_get_rule_name()
722                 to prefs_filtering_list_view_get_info() as this function not only
723                 returns the name, but also the account_id and the enabled status.
724
725 2006-09-09 [mones]      2.4.0cvs166
726
727         * manual/glossary.xml
728         * manual/plugins.xml
729                 Minor format corrections
730         * manual/gpl.xml
731                 Fix misplaced NO WARRANTY section
732         * manual/es/advanced.xml
733         * manual/es/faq.xml
734         * manual/es/glossary.xml
735         * manual/es/gpl.xml
736         * manual/es/handling.xml
737         * manual/es/plugins.xml
738         * manual/es/starting.xml
739                 Incorporate changes from English version
740         * manual/fr/ack.xml
741         * manual/pl/ack.xml
742         * manual/es/ack.xml
743                 Fix address, (add translation credits in es version)
744         * po/es.po
745                 Updated translation
746
747 2006-09-09 [wwp]        2.4.0cvs165
748
749         * src/prefs_filtering.c
750                 fix a crash when opening filtering prefs, if matcherrc file contains
751                 broken data (non-existing account id, which is theoretically not
752                 possible).
753
754 2006-09-08 [colin]      2.4.0cvs164
755
756         * src/folder.c
757                 Wrong assert, make it an if()
758         * src/gtk/gtksctree.c
759                 Fix bug #1013 (expand selected thread 
760                 tree) - expanding is now recursive
761
762 2006-09-07 [wwp]        2.4.0cvs163
763
764         * src/prefs_matcher.c
765                 make better sentences about addressbook matching in the
766                 matcher prefs. This should make translators' work easier
767                 too.
768
769 2006-09-07 [wwp]        2.4.0cvs162
770
771         * src/prefs_filtering.c
772                 code simplification (get rid of dup var. assignment).
773
774 2006-09-07 [wwp]        2.4.0cvs161
775
776         * src/summaryview.c
777                 use GTK_STOCK icons when possible, patch by Fabien Vantard
778                 <fzzzzz@gmail.com>.
779
780 2006-09-07 [paul]       2.4.0cvs160
781
782         * src/mimeview.c
783                 fix compilation warnings
784                 Thanks to Colin
785
786 2006-09-07 [paul]       2.4.0cvs159
787
788         * src/mimeview.c
789                 select the mimepart icon when
790                 displaying as text
791                 Thanks to Colin
792
793 2006-09-06 [paul]       2.4.0cvs158
794
795         * src/prefs_filtering.c
796                 fix labels and table element spacing
797                 Patch by Fabien Vantard
798
799 2006-09-06 [paul]
800
801         2.5.0-rc3 released
802
803 2006-09-06 [paul]       2.4.0cvs157
804
805         * manual/es/advanced.xml
806                 fix typo
807
808 2006-09-06 [wwp]        2.4.0cvs156
809
810         * src/mainwindow.c
811                 fix an dup launch issue when iconified, thanks to Colin.
812
813 2006-09-06 [wwp]        2.4.0cvs155
814
815         * src/gtk//gtksctree.h
816                 oops, forgot that one!
817
818 2006-09-06 [wwp]        2.4.0cvs154
819
820         * manual/pl/advanced.xml
821         * manual/advanced.xml
822         * manual/es/advanced.xml
823         * manual/fr/advanced.xml
824         * src/prefs_customheader.c
825         * src/prefs_filtering_action.c
826         * src/foldersel.c
827         * src/prefs_summaries.c
828         * src/prefs_filtering.c
829         * src/account.c
830         * src/compose.c
831         * src/prefs_summary_column.c
832         * src/addr_compl.c
833         * src/prefs_actions.c
834         * src/prefs_folder_column.c
835         * src/ssl_manager.c
836         * src/prefs_template.c
837         * src/prefs_display_header.c
838         * src/prefs_common.h
839         * src/prefs_matcher.c
840         * src/prefs_common.c
841         * src/prefs_toolbar.c
842         * src/summaryview.c
843         * src/folderview.c
844         * src/gtk/gtksctree.c
845         * src/gtk/pluginwindow.c
846         * src/gtk/progressdialog.c
847         * src/gtk/prefswindow.c
848                 renamed hidden option enable_rules_hint to use_stripes_everywhere
849                 to make its meaning more obvious (all versions of the manual reflect
850                 the change).
851                 added an extra hidden option use_stripes_in_summary to allow
852                 discarding these stripes in mainwindow's folder and message lists;
853                 en and fr manuals only are OK towards this.
854
855 2006-09-06 [colin]      2.4.0cvs153
856
857         * src/textview.c
858                 Hide Sylpheed-Claws' internal queue headers
859                 when showing all headers. They'll be present
860                 only in Source window.
861
862 2006-09-05 [colin]      2.4.0cvs152
863
864         * src/plugins/trayicon/trayicon.c
865                 Fix crash at exit - we have to disconnect
866                 our handlers
867         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
868                 Update eggtrayicon - patch adapted from a
869                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
870                 on Sylpheed's ML
871
872 2006-09-05 [colin]      2.4.0cvs151
873
874         * src/mainwindow.c
875         * src/gtk/logwindow.c
876                 Fix race condition when something writes
877                 to the log too soon during init. Thanks
878                 to Fabien Vantard
879
880 2006-09-05 [colin]      2.4.0cvs150
881
882         * src/mimeview.c
883                 Don't select part on right-click either
884
885 2006-09-05 [paul]       2.4.0cvs149
886
887         * src/mimeview.c
888                 completion of previous commit
889                 Thanks to Colin
890
891 2006-09-05 [colin]      2.4.0cvs148
892
893         * src/mimeview.c
894                 Don't force selection on middle-click, just open
895
896 2006-09-04 [colin]      2.4.0cvs147
897
898         * src/mimeview.c
899                 Looks like gtk_notebook_set_current_page()
900                 sometimes steals focus, and this annoys us
901                 in MimeViewers as it renders navigation
902                 keys useless. Take back focus after switching
903                 pages.
904
905 2006-09-04 [colin]      2.4.0cvs146
906
907         * src/messageview.c
908                 Set stop_loading when clicking on Next
909                 during load. Don't add a callback to 
910                 avoid over-complicating things.
911
912 2006-09-04 [colin]      2.4.0cvs145
913
914         * src/mimeview.c
915         * src/messageview.c
916                 Fix multiple loads in separate messageview
917
918 2006-09-04 [colin]      2.4.0cvs144
919
920         * src/summaryview.c
921                 Let navigation keys be handled during 
922                 load
923
924 2006-09-04 [colin]      2.4.0cvs143
925
926         * src/messageview.c
927         * src/summaryview.c
928         * src/textview.c
929         * src/textview.h
930                 Make loading of huge mails (lots of text and/or
931                 images) cancellable, so the GUI doesn't block 
932
933 2006-09-04 [colin]      2.4.0cvs142
934
935         * src/plugins/trayicon/trayicon.c
936                 Fix annoyance when removing a folder with 
937                 unread mails: trayicon didn't update
938
939 2006-09-04 [paul]       2.4.0cvs141
940
941         * src/gtk/icon_legend.c
942                 straighten up columns
943                 Patch by Fabien Vantard
944
945 2006-09-04 [wwp]        2.4.0cvs140
946
947         * src/prefs_filtering.c
948                 fix new line's account name in filtering prefs:
949                 was "All", is now "(New)".
950
951 2006-09-04 [paul]       2.4.0cvs139
952
953         * tools/make.themes.project
954                 use "AUTOMAKE_OPTIONS = dist-bzip2"
955                 instead of homebrewed "make release"
956
957 2006-09-03 [colin]      2.4.0cvs138
958
959         * src/folderview.c
960                 Fix bug #1007 (Wrong folder highlighted)
961
962 2006-09-03 [colin]      2.4.0cvs137
963
964         * src/compose.c
965                 Don't set Newsgroup: header to a mail folder
966                 path
967
968 2006-09-03 [paul]       2.4.0cvs136
969
970         * src/prefs_other.c
971         * src/prefs_spelling.c
972                 unify the gui
973
974 2006-09-03 [paul]       2.4.0cvs135
975
976         * src/prefs_summaries.c
977                 correct menu item text in prefs_keybind_apply_clicked()
978
979 2006-09-03 [paul]       2.4.0cvs134
980
981         * manual/advanced.xml
982                 some improvements to the descriptions
983         * src/mainwindow.c
984         * src/messageview.c
985         * src/summaryview.c
986         * src/gtk/menu.c
987                 fix menu sensitivity issues
988         * src/prefs_message.c
989                 drop the useless word 'short'
990         * src/prefs_other.c
991                 add the word 'lines' indicating log length
992                 is a measure of lines
993         * src/textview.c
994                 fix compilation warnings
995
996 2006-09-02 [colin]      2.4.0cvs133
997
998         * src/messageview.c
999                 Display a special return-receipt message
1000                 if the message is from the user
1001         * src/summaryview.c
1002                 Fix missing freeze of the list when marking
1003                 all read and unthreading for exec. Thanks
1004                 to Stephan Sachse.
1005
1006 2006-09-02 [paul]       2.4.0cvs132
1007
1008         * src/mainwindow.c
1009         * src/prefs_message.c
1010         * src/summaryview.c
1011                 fix some english
1012
1013 2006-09-02 [wwp]        2.4.0cvs131
1014
1015         * src/prefs_filtering.c
1016                 added an account name column to the filtering rules
1017                 dialog.
1018
1019 2006-09-02 [colin]      2.4.0cvs130
1020
1021         * src/gtk/logwindow.c
1022         * src/gtk/logwindow.h
1023                 Block scrolling if we're not at the end
1024                 of the log
1025
1026 2006-09-02 [colin]      2.4.0cvs129
1027
1028         * src/folder.c
1029                 Make sure account-specific rules can't
1030                 be used in {pre-,post-,}processing
1031         * src/mainwindow.c
1032         * src/gtk/logwindow.c
1033         * src/gtk/logwindow.h
1034                 Jump to last error when clicking on the
1035                 warning icon
1036
1037 2006-09-02 [colin]      2.4.0cvs128
1038
1039         * src/imap.c
1040         * src/import.c
1041         * src/mainwindow.c
1042         * src/mainwindow.h
1043                 Fix warning icon
1044         * src/inc.c
1045         * src/mbox.c
1046         * src/mbox.h
1047                 Let proc_mbox know its account, for
1048                 account-specific rules
1049
1050 2006-09-01 [colin]      2.4.0cvs127
1051
1052         * src/codeconv.c
1053                 Don't uselessly use iconv to convert from
1054                 us-ascii
1055         * src/alertpanel.c
1056         * src/mainwindow.c
1057         * src/mainwindow.h
1058         * src/inc.c
1059                 Fix certain log cases, disable warning icon
1060                 for now, the correct way to display it when
1061                 necessary and only when necessary is probably
1062                 to do it manually rather than use error logs
1063         * src/etpan/imap-thread.c
1064                 Clean up UID logging a bit
1065         * src/gtk/logwindow.c
1066         * src/gtk/logwindow.h
1067                 Make logging faster when the window's closed
1068
1069 2006-09-01 [wwp]        2.4.0cvs126
1070
1071         * manual/fr/account.xml
1072                 reflect changes to the ref. manual (parts of cvs72):
1073                 fix tabnames and quotes.
1074
1075 2006-09-01 [wwp]        2.4.0cvs125
1076
1077         * manual/fr/plugins.xml
1078                 reflect changes to the reference manual (cvs42):
1079                 update IRC channel info.
1080
1081 2006-09-01 [wwp]        2.4.0cvs124
1082
1083         * commitHelper
1084                 use CVSEDITOR env. var. if set, according to `man cvs`.
1085
1086 2006-09-01 [wwp]        2.4.0cvs123
1087
1088         * manual/advanced.xml
1089                 better sentence again (thanks to Paul).
1090
1091 2006-09-01 [wwp]        2.4.0cvs122
1092
1093         * manual/advanced.xml
1094         fix definition of toolbar_detachable and rework a bit the one of
1095         enable_dotted_lines.
1096
1097 2006-09-01 [mones]      2.4.0cvs121
1098
1099         * manual/advanced.xml
1100                 Document enable_dotted_lines
1101
1102 2006-09-01 [paul]       2.4.0cvs120
1103
1104         * src/folderview.c
1105         * src/folderview.h
1106         * src/imap.c
1107         * src/mainwindow.c
1108         * src/summaryview.c
1109                 obey the 'When entering folder...' option
1110                 when using the /View/Go to/... menu items
1111                 Thanks to Colin
1112
1113 2006-08-31 [colin]      2.4.0cvs119
1114
1115         * src/folderview.c
1116                 Revert 2.4.0cvs116, wrong fix.
1117
1118 2006-08-31 [colin]      2.4.0cvs118
1119
1120         * src/gtk/gtksctree.c
1121                 Better state the various copyrights
1122
1123 2006-08-31 [colin]      2.4.0cvs117
1124
1125         * src/prefs_common.c
1126                 fix enable_dotted_lines
1127
1128 2006-08-31 [colin]      2.4.0cvs116
1129
1130         * src/folderview.c
1131                 Use pref "Always open on select" when going
1132                 to next unread folder
1133         * src/gtk/gtksctree.c
1134                 Fix link failure to _gtk_clist_create_cell_layout
1135                 on certain computers. (Why not mine, I wonder)
1136
1137 2006-08-31 [colin]      2.4.0cvs115
1138
1139         * src/procmsg.c
1140         * src/textview.c
1141         * src/plugins/bogofilter/bogofilter.c
1142         * src/plugins/spamassassin/spamassassin.c
1143                 Requalify some "errors" to warnings
1144         * src/mainwindow.c
1145         * src/mainwindow.h
1146         * src/statusbar.c
1147                 Add an icon in the statusbar to notify
1148                 of errors
1149         * src/gtk/gtksctree.c
1150         * src/folderview.c
1151         * src/summaryview.c
1152                 Make the GtkSCTree look more modern by
1153                 alternating background lines
1154         * src/prefs_common.c
1155         * src/prefs_common.h
1156                 Add a pref to let people have the old
1157                 way if they prefer
1158
1159
1160 2006-08-30 [colin]      2.4.0cvs114
1161
1162         * src/procmsg.c
1163         * src/procmsg.h
1164                 Provide a way to filter a list of
1165                 messages in an optimised manner, and
1166                 add a list-filtering hook
1167         * src/folder.c
1168         * src/inc.c
1169         * src/mbox.c
1170                 Use the list filtering
1171         * src/plugins/bogofilter/bogofilter.c
1172                 Use the list-filtering hook
1173                 Use -b (bulk) mode for more speed
1174                 when learning and filtering
1175         * src/etpan/imap-thread.c
1176                 Make log output shorter in UID SEARCH
1177
1178
1179 2006-08-30 [colin]      2.4.0cvs113
1180
1181         * src/plugins/bogofilter/bogofilter.c
1182                 Really fast mass learning - thanks to David
1183                 Relson for the options explanations :)
1184
1185 2006-08-30 [colin]      2.4.0cvs112
1186
1187         * src/msgcache.c
1188                 Fix compilation on FreeBSD. Thanks
1189                 to Michael Hugues
1190
1191 2006-08-29 [colin]      2.4.0cvs111
1192
1193         * src/folderview.c
1194                 Handle "popup_menu" signal (for popping the 
1195                 menu via the keyboard)
1196         * src/mimeview.c
1197         * src/mimeview.h
1198         * src/summaryview.c
1199         * src/textview.c
1200         * src/gtk/gtkutils.c
1201         * src/gtk/gtkutils.h
1202                 Factorize scrolling code, and add an API 
1203                 for MimeViewers to handle scroll orders
1204
1205 2006-08-29 [wwp]        2.4.0cvs110
1206
1207         * src/plugins//bogofilter/bogofilter.c
1208         * src/plugins//spamassassin/spamassassin.c
1209                 make the bogofilter/spamassassin filtering error dialogs at
1210         incorporation obey to the "don't popup error dialog on
1211         receive error" option. If disabled, feed the log window w/
1212         the error message.
1213
1214 2006-08-29 [paul]
1215
1216         2.5.0-rc2 released
1217
1218 2006-08-29 [paul]       2.4.0cvs109
1219
1220         * Makefile.am
1221                 remove 'make release', it's not needed
1222                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
1223
1224 2006-08-29 [paul]       2.4.0cvs108
1225
1226         * src/foldersel.c
1227         * src/summary_search.c
1228         * src/gtk/progressdialog.c
1229         * src/plugins/pgpcore/passphrase.c
1230                 replace deprecated gtk_window_set_policy()
1231
1232 2006-08-29 [colin]      2.4.0cvs107
1233
1234         * src/folder.c
1235                 Fix data loss when copy fails during a move:
1236                 only use fast remove_msgs if everything was
1237                 copied OK; else use slow remove_msg on the
1238                 mails that got copied only.
1239
1240 2006-08-28 [paul]       2.4.0cvs106
1241
1242         * src/mh.c
1243                 revert change in 2.4.0cvs104, it breaks
1244                 stuff
1245
1246 2006-08-28 [paul]       2.4.0cvs105
1247
1248         * src/plugins/spamassassin/spamassassin.c
1249                 english fix
1250
1251 2006-08-28 [paul]       2.4.0cvs104
1252
1253         * src/mh.c
1254                 fix data loss when moving to another
1255                 mailbox fails
1256         * src/prefs_spelling.c
1257                 improve the english
1258         * src/gtk/pluginwindow.c
1259                 improve the layout of the dialog text
1260         All thanks to Colin
1261
1262 2006-08-28 [paul]       2.4.0cvs103
1263
1264         * src/plugins/bogofilter/bogofilter.c
1265         * src/plugins/bogofilter/bogofilter_gtk.c
1266                 fix english up a bit, innit
1267
1268 2006-08-28 [paul]       2.4.0cvs102
1269
1270         * configure.ac
1271         * po/Makefile.in.in
1272         * po/Makevars
1273                 require autoconf 2.60, enabling building
1274                 with gettext 0.15 (gettext 0.14.x build still
1275                 possible). Replace Makefiles with versions
1276                 from gettext 0.15.
1277                 Remove configure options --with-localedir and
1278                 --with-mandir. The options that are provided
1279                 directly by autoconf 2.60 can be used instead:
1280                 --mandir --localedir
1281
1282 2006-08-27 [colin]      2.4.0cvs101
1283
1284         * src/plugins/bogofilter/Makefile.am
1285                 Fix make dist (no README)
1286
1287 2006-08-27 [colin]      2.4.0cvs100
1288
1289         * src/folder.c
1290                 Don't use F_UNKNOWN folders for any default
1291                 outbox/trash/etc
1292         * src/plugins/bogofilter/bogofilter.c
1293         * src/plugins/bogofilter/bogofilter.h
1294         * src/plugins/bogofilter/bogofilter_gtk.c
1295                 Add an option to specify the path to bogofilter
1296                 Use single-quotes to be able to learn in folders
1297                 with spaces in their names
1298                 Verify learning status
1299
1300 2006-08-27 [colin]      2.4.0cvs99
1301
1302         * manual/faq.xml
1303         * manual/plugins.xml
1304                 Document Bogofilter plugin
1305
1306 2006-08-27 [colin]      2.4.0cvs98
1307
1308         * src/compose.c
1309         * src/messageview.c
1310         * src/procmsg.c
1311         * src/procmsg.h
1312                 When possible, copy the queued mail to sent folder
1313                 instead of re-adding. Much faster on IMAP.
1314
1315 2006-08-27 [colin]      2.4.0cvs97
1316
1317         * src/msgcache.c
1318                 Disable mmaped caches - huge metadata loss
1319                 here after a power failure.
1320         * src/summaryview.c
1321                 Add quicksearch timing
1322         * src/common/plugin.c
1323         * src/common/plugin.h
1324                 Implement an interface to tell what plugins
1325                 provide. Prevent loading of similar plugins.
1326         * src/plugins/clamav/clamav_plugin.c
1327         * src/plugins/demo/demo.c
1328         * src/plugins/dillo_viewer/dillo_viewer.c
1329         * src/plugins/pgpcore/plugin.c
1330         * src/plugins/pgpinline/pgpinline.c
1331         * src/plugins/pgpmime/pgpmime.c
1332         * src/plugins/spamassassin/spamassassin.c
1333         * src/plugins/trayicon/trayicon.c
1334                 Implement plugin_provides()
1335
1336 2006-08-27 [colin]      2.4.0cvs96
1337
1338         * configure.ac
1339         * src/plugins/Makefile.am
1340         * src/plugins/bogofilter/.cvsignore
1341         * src/plugins/bogofilter/Makefile.am
1342         * src/plugins/bogofilter/bogofilter.c
1343         * src/plugins/bogofilter/bogofilter.h
1344         * src/plugins/bogofilter/bogofilter_gtk.c
1345                 New Bogofilter plugin, provides filtering and
1346                 learning. Spamassassin will go to extra plugins.
1347
1348 2006-08-26 [mones]      2.4.0cvs95
1349
1350         * manual/handling.xml
1351                 Fix subfolder path in the example (thanks to Paul) 
1352
1353 2006-08-26 [mones]      2.4.0cvs94
1354
1355         * manual/glossary.xml
1356                 2.2. + add ISP to the glossary
1357                 7.5. + Add UIDL to glossary
1358                 7.7. + Add TCP to glossary
1359         * manual/handling.xml
1360                 7.1. + Mentions GNU/Linux distribution, what about the non...
1361                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
1362                 7.3. + Mentions .bashrc, what about the non-bash ones? 
1363                 7.4. = Use appropriate quotation for commands
1364                 7.6. = change "" to <quote></quote>
1365         * manual/plugins.xml
1366                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
1367         * manual/starting.xml
1368                 2.1. + local mbox file: some examples of mbox file locations...
1369                 Also reformatted files requiring it
1370
1371 2006-08-26 [wwp]        2.4.0cvs93
1372
1373         * src/summary_search.c
1374                 disable find buttons while summary search is running.
1375
1376 2006-08-25 [colin]      2.4.0cvs92
1377
1378         * src/folder.c
1379         * src/folderutils.c
1380         * src/mh.c
1381         * src/procmsg.h
1382         * src/summaryview.c
1383                 Speed up MH moving, and add progressbar
1384                 for MH deletion
1385         * src/msgcache.c
1386                 Write cache files using mmap() too
1387
1388 2006-08-25 [wwp]        2.4.0cvs91
1389
1390         * src/summaryview.c
1391                 switch spam<->ham button when a message has been marked as spam or ham
1392                 and is still selected. Thanks to Colin.
1393
1394 2006-08-25 [paul]       2.4.0cvs90
1395
1396         * src/Makefile.am
1397         * src/stock_pixmap.c
1398         * src/stock_pixmap.h
1399         * src/summaryview.c
1400         * src/gtk/icon_legend.c
1401         * src/pixmaps/copied.xpm
1402         * src/pixmaps/moved.xpm
1403                 add icons for delayed execution marked for
1404                 copying, marked for moving
1405
1406 2006-08-25 [mones]      2.4.0cvs89
1407
1408         * manual/glossary.xml
1409                 Fix the other glossary items:
1410                 5.1. = Inmmediate execution -> <quote>immediate execution...
1411                 5.2. = Fix MBOX capitalization -> Mbox
1412                 5.3. + Improve Plugins def. w/ tech. ref.
1413                 5.4. = Quotation -> replace '>' by <quote>></quote>
1414                 5.5. - SMTP Server. -> remove dot
1415         * po/es.po
1416                 Updated translation
1417
1418 2006-08-25 [mones]      2.4.0cvs88
1419
1420         * manual/ack.xml
1421                 Reformatted, changed email address
1422         * manual/glossary.xml
1423                 Reformatted, fixed MANUAL-TODO items:
1424                 8.2. + add ROT-13 to glossary
1425                 8.4. + add URL to glossary
1426         * manual/es/advanced.xml
1427                 Fixed <literal>s
1428
1429 2006-08-25 [paul]       2.4.0cvs87
1430
1431         * src/gtk/icon_legend.c
1432                 add 'marked for deletion' icon
1433                 arrange icons by containing column
1434                 wrap long label text
1435
1436 2006-08-25 [colin]      2.4.0cvs86
1437
1438         * src/common/utils.c
1439         * src/common/utils.h
1440                 Add the sc_g_*list_bigger functions in
1441                 a place everyone can use it
1442         * src/summaryview.c
1443                 Only freeze/thaw the list when working
1444                 on the selection, if it's bigger than 1
1445         * src/gtk/gtksctree.c
1446                 Only freeze/thaw the list when unselec-
1447                 ting 'all' if ('all' != 1)
1448                 This avoids some flickering
1449
1450 2006-08-24 [colin]      2.4.0cvs85
1451
1452         * src/addressbook.c
1453                 Fix strange list selection
1454                 Fix random seg (Invalid read of freed memory)
1455
1456 2006-08-24 [colin]      2.4.0cvs84
1457
1458         * src/alertpanel.c
1459         * src/gtk/inputdialog.c
1460         * src/plugins/pgpcore/passphrase.c
1461                 Revert minimal width patch of 2.4.0cvs67,
1462                 as it is also a maximal width. Use 
1463                 gtk_window_set_default_size instead.
1464
1465 2006-08-24 [colin]      2.4.0cvs83
1466
1467         * src/msgcache.c
1468                 Write cache/mark to temp files before
1469                 overwriting old ones (avoids metadata
1470                 loss if writing the new files fail).
1471                 Use mmap() to read cache/mark file, as
1472                 this makes cache reading faster. Dis-
1473                 abled for big-endian machines until it
1474                 can be tested. (Big-endian users: set
1475                 msgcache_use_mmap = TRUE in the relevant
1476                 #if).
1477         * src/procmsg.h
1478                 Move rarely used fields of MsgInfo in 
1479                 another structure, which will only be
1480                 allocated if needed. Face, X-Face,
1481                 Return receipt headers and List-*
1482                 headers are moved. Mails having none
1483                 of these occupy 52 bytes less with
1484                 this patch, which makes 2.5MB of RAM
1485                 saved on a 50k folder).
1486         * src/headerview.c
1487         * src/mainwindow.c
1488         * src/messageview.c
1489         * src/partial_download.c
1490         * src/procheader.c
1491         * src/procmsg.c
1492         * src/textview.c
1493                 Follow this structure change.
1494
1495 2006-08-24 [wwp]        2.4.0cvs82
1496
1497         * manual/es/.cvsignore
1498         * manual/es/dist/.cvsignore
1499         * manual/es/dist/html/.cvsignore
1500         * manual/es/dist/pdf/.cvsignore
1501         * manual/es/dist/ps/.cvsignore
1502         * manual/es/dist/txt/.cvsignore
1503                 more (generated) files to ignore.
1504
1505 2006-08-24 [colin]      2.4.0cvs81
1506
1507         * src/folder.c
1508         * src/mh.c
1509                 Fix possible problems with local delivery. Check the folder doesn't
1510                 need scan before setting its mtime when saving cache (which can be
1511                 done long after the folder's been modified by an external process);
1512                 Check that the stored item's mtime didn't change in mh functions.
1513
1514 2006-08-24 [mones]      2.4.0cvs80
1515
1516         * manual/advanced.xml
1517                 Rewrapping, some fixes and MANUAL-TODO items:
1518                 8.1. = change "" to <quote></quote>
1519                 8.3. = quote menu items
1520                 8.5. - deploying -> new user ... ideally a new user (redundant)
1521
1522 2006-08-23 [colin]      2.4.0cvs79
1523
1524         * src/gtk/gtksctree.c
1525                 When selecting or deselecting range, only
1526                 freeze/thaw when selection is bigger than 10
1527
1528 2006-08-23 [colin]      2.4.0cvs78
1529
1530         * src/messageview.c
1531         * src/mimeview.c
1532         * src/mimeview.h
1533         * src/plugins/dillo_viewer/dillo_viewer.c
1534                 Provide an API for MimeViewer plugins to
1535                 return a text selection for replying
1536
1537 2006-08-23 [colin]      2.4.0cvs77
1538
1539         * src/image_viewer.c
1540         * src/textview.c
1541                 Use gtk_pixbuf_new_from_file_at_scale(), which
1542                 is faster than getting the pixbuf then resizing
1543                 it.
1544
1545 2006-08-23 [colin]      2.4.0cvs76
1546
1547         * src/procmime.c
1548                 UTF-8 should be sent Quoted-printable
1549
1550 2006-08-22 [colin]      2.4.0cvs75
1551
1552         * src/mh.c
1553                 Check if scan is required before touching
1554                 the folder (or it'll be required every time)
1555
1556 2006-08-22 [colin]      2.4.0cvs74
1557
1558         * configure.ac
1559                 Require libetpan 0.46 (crasher fix when built
1560                 against gnutls)
1561
1562 2006-08-22 [colin]      2.4.0cvs73
1563
1564         * src/folder.c
1565                 Set folder's mtime after writing its
1566                 cache
1567         * src/folderview.c
1568                 Add some timing
1569         * src/procmsg.c
1570                 Don't do useless stuff if we don't 
1571                 thread by subject
1572         * src/summaryview.c
1573                 Add some timing, don't deselect prior
1574                 to selecting (gtksctree does it itself),
1575                 remove crash avoidance hacks as it's been
1576                 properly fixed since a while
1577         * src/common/utils.c
1578                 Optimize to_human_readable(): _() is slow,
1579                 do it only once, and avoid %f format for KB
1580                 (the most common in a summaryview)
1581         * src/gtk/gtksctree.c
1582                 Don't uselessly freeze/thaw (fixes flicker
1583                 on next unread and friends), reduce number
1584                 of g_list_nth/g_list_position where possible
1585         * src/gtk/gtkutils.c
1586         * src/gtk/gtkutils.h
1587                 Reduce number of g_list_nth/g_list_position
1588                 where possible.
1589                 All of this makes loading as 70k folder 2.1
1590                 seconds instead of 3.2 (with hot FS caches).
1591                 (1.3 seconds without Date and Size columns...)
1592
1593 2006-08-22 [paul]       2.4.0cvs72
1594
1595         wrap documents and do some items from mones' MANUAL-TODO:
1596
1597         * manual/account.xml
1598                 4.1. = fix tabname references to <quote>tabname</quote>
1599                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
1600         * manual/faq.xml
1601                 1.1. = mentioned options don't match UI
1602                 Add information about the 'Never send Return Receipts'
1603                 option
1604         * manual/handling.xml
1605                 6.2. = Mentions Extended symbols button, but now is
1606                 named Information
1607                 6.3. = Mentions ... button, which is now Edit
1608
1609 2006-08-22 [colin]      2.4.0cvs71
1610
1611         * src/gtk/pluginwindow.c
1612                 Fix layout in verbose translations (such
1613                 as french)
1614
1615 2006-08-22 [paul]       2.4.0cvs70
1616
1617         * manual/Makefile.am
1618                 build manuals in alphabetical order
1619         * src/addressbook.c
1620         * src/prefs_themes.c
1621                 replace/remove deprecated symbols
1622         * src/gtk/gtkutils.c
1623                 fix a warning
1624         * src/gtk/pluginwindow.c
1625                 replace deprecated symbol
1626                 replace label text and move it
1627         * src/plugins/pgpcore/prefs_gpg.c
1628                 move the 'Generate...' button out of the
1629                 Sign Key frame, replace the English used
1630         * src/plugins/pgpcore/sgpgme.c
1631                 fixes to the English
1632
1633 2006-08-21 [colin]      2.4.0cvs69
1634
1635         * src/plugins/trayicon/trayicon.c
1636                 Add more strings for translation; patch
1637                 by Pawel
1638
1639 2006-08-21 [colin]      2.4.0cvs68
1640
1641         * src/compose.c
1642                 fix replied flag not set after drafting
1643         * src/matcher.c
1644                 fix body quicksearch in non-encoded bodies
1645                 containing '='
1646         * src/msgcache.c
1647                 Get rid of the g_malloc workaround for
1648                 corrupted caches, use g_try_malloc
1649
1650 2006-08-21 [colin]      2.4.0cvs67
1651
1652         * src/alertpanel.c
1653         * src/gtk/inputdialog.c
1654         * src/plugins/pgpcore/passphrase.c
1655                 Set minimal width to 375
1656         * src/mainwindow.c
1657                 Fix switching to offline, asking if it 
1658                 should be overriden for synchronising
1659         * src/mimeview.c
1660                 Don't offer to remember command on Open 
1661                 with for text parts, as the browser or 
1662                 text editor command isn't changed from 
1663                 there
1664
1665 2006-08-20 [paul]       2.4.0cvs66
1666
1667         * po/ko.po
1668         * po/zh_CN.po
1669                 fix plural form errors. revealed by stricter
1670                 checking of gettext 0.15
1671
1672 2006-08-18 [paul]       2.4.0cvs65
1673
1674         * src/stock_pixmap.c
1675                 fix the fix of 2.4.0cvs64
1676                 Thanks to Colin
1677
1678 2006-08-18 [paul]       2.4.0cvs64
1679
1680         * src/stock_pixmap.c
1681                 fix leaks
1682                 Thanks to Colin
1683
1684 2006-08-18 [paul]       2.4.0cvs63
1685
1686         * src/compose.c
1687         * src/procmsg.c
1688                 fix occasional IMAP bug where large msgs
1689                 were left in the queue folder after sending
1690                 Thanks to Colin
1691
1692 2006-08-18 [paul]       2.4.0cvs62
1693
1694         * src/folderview.c
1695                 freeze the summaryview while quicksearch results
1696                 are displayed
1697                 (fixes bug 456 'current message is hidden when the
1698                 view is refreshed and extended search is "unread 
1699                 messages"')
1700                 Thanks to Colin
1701         * src/textview.c
1702                 add missing #include "inputdialog.h"
1703         * src/common/utils.h
1704                 add missing mailcap_update_default() and improve
1705                 readability
1706
1707 2006-08-17 [colin]      2.4.0cvs61
1708
1709         * src/plugins/pgpcore/select-keys.c
1710                 Fix warnings :)
1711
1712 2006-08-17 [colin]      2.4.0cvs60
1713
1714         * src/compose.c
1715                 Don't continue queuing if Cancel is clicked
1716                 in select-keys
1717
1718 2006-08-17 [colin]      2.4.0cvs59
1719
1720         * src/plugins/pgpcore/select-keys.c
1721                 When encrypting, if only one key matches and it 
1722                 matches exactly, automatically use it.
1723
1724 2006-08-17 [colin]      2.4.0cvs58
1725
1726         * src/mimeview.c
1727         * src/prefs_common.c
1728         * src/prefs_common.h
1729         * src/prefs_ext_prog.c
1730         * src/textview.c
1731                 Fix issues with previous patch (text/html)
1732                 Remove outdated prefs
1733
1734 2006-08-17 [colin]      2.4.0cvs57
1735
1736         * src/imap.c
1737                 Add View Log button on auth error
1738         * src/procmsg.c
1739                 Fix encrypted mail marked as new when
1740                 saved in normal folders
1741         * src/plugins/pgpinline/pgpinline.c
1742                 Fix encrypt bug on IMAP
1743         * src/mimeview.c
1744         * src/common/utils.c
1745         * src/common/utils.h
1746         * src/gtk/inputdialog.c
1747         * src/gtk/inputdialog.h
1748                 Get rid of metamail stuff, simplify
1749                 opening, and allow remembering of user's
1750                 choices (by updating ~/.mailcap). There's
1751                 still to drop "Audio player" and "Image
1752                 viewer" preferences.
1753
1754 2006-08-17 [mones]      2.4.0cvs56
1755
1756         * manual/es/sylpheed-claws-manual.xml
1757                 fix DTD path
1758
1759 2006-08-17 [mones]      2.4.0cvs55
1760
1761         * configure.ac
1762         * manual/Makefile.am
1763         * manual/es/Makefile.am
1764         * manual/es/account.xml
1765         * manual/es/ack.xml
1766         * manual/es/addrbook.xml
1767         * manual/es/advanced.xml
1768         * manual/es/faq.xml
1769         * manual/es/glossary.xml
1770         * manual/es/gpl.xml
1771         * manual/es/handling.xml
1772         * manual/es/intro.xml
1773         * manual/es/keyboard.xml
1774         * manual/es/plugins.xml
1775         * manual/es/starting.xml
1776         * manual/es/sylpheed-claws-manual.xml
1777         * manual/es/dist/Makefile.am
1778         * manual/es/dist/html/Makefile.am
1779         * manual/es/dist/pdf/Makefile.am
1780         * manual/es/dist/ps/Makefile.am
1781         * manual/es/dist/txt/Makefile.am
1782                 Spanish translation for the manual
1783
1784 2006-08-16 [colin]      2.4.0cvs54
1785
1786         * src/compose.c
1787         * src/main.c
1788         * src/mainwindow.c
1789                 Fix send button sensitivity at startup
1790                 Set send menu sensitivity (patch by Fabien)
1791         * src/ssl_manager.c
1792                 Enable closing with esc (patch by Fabien)
1793         * src/gtk/foldersort.c
1794                 Enable closing with esc (patch by Fabien)
1795         * src/procmime.c
1796                 Optimisation (no need to copy to tempfile to
1797                 "decode" 7bit and 8bit)
1798         * src/summaryview.c
1799                 Fix cruft in swap_from case
1800         * src/textview.c
1801                 Fix missing last line in some mail cases 
1802                 (Fixes debian #381872)
1803         * src/plugins/pgpcore/prefs_gpg.c
1804         * src/plugins/pgpcore/sgpgme.c
1805         * src/plugins/pgpcore/sgpgme.h
1806                 Don't show "no key found" when user explicitely
1807                 wants to create a key
1808
1809 2006-08-16 [paul]       2.4.0cvs53
1810
1811         * configure.ac
1812         * src/account.c
1813         * src/addressbook.c
1814         * src/headerview.c
1815         * src/prefs_account.c
1816         * src/prefs_message.c
1817         * src/gtk/gtkutils.c
1818                 bump up minimum required versions of GTK+ and
1819                 GLIB to 2.6.0
1820
1821 2006-08-16 [paul]       2.4.0cvs52
1822
1823         * src/toolbar.c
1824                 workaround GTK+ Bug 351600 - 'Can't re-click
1825                 on button after sensitivity update'
1826                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
1827                 Thanks to Colin
1828
1829 2006-08-15 [colin]      2.4.0cvs51
1830
1831         * src/plugins/pgpcore/prefs_gpg.c
1832                 Set options sensitivity according to
1833                 key existence
1834         * src/plugins/pgpcore/sgpgme.c
1835                 Allow to create key with no passphrase
1836
1837 2006-08-14 [cleroy]     2.4.0cvs50
1838
1839         * src/gtk/pluginwindow.c
1840                 New layout (maybe to be changed?)
1841         * src/gtk/gtkutils.c
1842                 Fix a bit label_window
1843         * src/plugins/pgpcore/passphrase.c
1844         * src/plugins/pgpcore/passphrase.h
1845         * src/plugins/pgpcore/plugin.c
1846         * src/plugins/pgpcore/prefs_gpg.c
1847         * src/plugins/pgpcore/prefs_gpg.h
1848         * src/plugins/pgpcore/sgpgme.c
1849         * src/plugins/pgpcore/sgpgme.h
1850                 Allow to create a PGP private key via the GUI
1851
1852 2006-08-14 [wwp]        2.4.0cvs49
1853
1854         * src/addressbook_foldersel.c
1855                 fix strict ISO C90 compliance.
1856
1857 2006-08-14 [paul]       2.4.0cvs48
1858
1859         * src/gtk/prefswindow.c
1860                 re-set scrolled window on opening
1861                 Patch by Ticho
1862
1863 2006-08-14 [paul]
1864
1865         2.5.0-rc1 released
1866
1867 2006-08-14 [paul]       2.4.0cvs47
1868
1869         * src/prefs_display_header.c
1870                 re-enable user-defined Displayed Headers
1871
1872 2006-08-14 [paul]       2.4.0cvs46
1873
1874         * src/prefs_account.c
1875                 use GTK_STOCK_EDIT
1876
1877 2006-08-13 [colin]      2.4.0cvs45
1878
1879         * src/common/utils.c
1880                 Fix "a" in quote when the original message is empty,
1881                 by using \0 instead of 'a' to test writability of
1882                 temp files.
1883
1884 2006-08-13 [wwp]        2.4.0cvs44
1885
1886         * src/plugins/spamassassin/spamassassin.c
1887                 fix capitalization of "SpamAssassin" in some debug, log and
1888                 dialog messages.
1889
1890 2006-08-13 [paul]       2.4.0cvs43
1891
1892         * src/editldap.c
1893                 fix overlapping widgets
1894         * src/prefs_account.c
1895                 fix translation of protocol_names[]
1896                 fix label disappearing off the edge of the
1897                 visible area
1898
1899 2006-08-12 [paul]       2.4.0cvs42
1900
1901         * manual/plugins.xml
1902                 update IRC channel info before it gets forgotten
1903                 about
1904
1905 2006-08-11 [colin]      2.4.0cvs41
1906
1907         * src/compose.c
1908         * src/mainwindow.c
1909         * src/mainwindow.h
1910         * src/procmsg.c
1911         * src/procmsg.h
1912         * src/summaryview.c
1913         * src/toolbar.c
1914                 Grey out the Send button if
1915                 - Queue folders are empty, or
1916                 - We're sending already
1917
1918 2006-08-11 [wwp]        2.4.0cvs40
1919
1920         * src/main.c
1921                 fix a logic issue when quitting while a compose window is
1922                 still open, thanks to Colin.
1923
1924 2006-08-10 [colin]      2.4.0cvs39
1925
1926         * src/main.c
1927                 Fix default font size setting after wizard run
1928         * src/imap.c
1929         * src/etpan/imap-thread.c
1930         * src/etpan/imap-thread.h
1931                 Fix bug #999 (Timing out on TSL cert validation 
1932                 dialog makes ugly things happen). Also, STARTTLS
1933                 unconditionnaly if initial capabilities contain
1934                 LOGINDISABLED and STARTTLS.
1935
1936 2006-08-09 [colin]      2.4.0cvs38
1937
1938         * src/mainwindow.c
1939         * src/mainwindow.h
1940                 Fix Tools/Actions sensitivity when there are
1941                 no actions
1942
1943 2006-08-09 [colin]      2.4.0cvs37
1944
1945         * src/prefs_filtering.c
1946                 Warning fix, patch by Paul
1947         * src/messageview.c
1948         * src/prefs_actions.c
1949         * src/prefs_filtering_action.c
1950         * src/prefs_matcher.c
1951                 Uniformisation of "Info ..." to "Info..." (for
1952                 old gtk), patch by Fabien
1953         * src/plugins/clamav/clamav_plugin_gtk.c
1954                 Sensitivity fix by Fabien
1955
1956 2006-08-09 [colin]      2.4.0cvs36
1957
1958         * src/main.c
1959         * src/main.h
1960                 Add a function to know whether we're exiting
1961         * src/plugins/trayicon/trayicon.c
1962                 If exiting, don't do anything. Faster, and
1963                 avoids gtk_main_iteration reentracy causing
1964                 segfaults at exit
1965
1966 2006-08-09 [colin]      2.4.0cvs35
1967
1968         * src/messageview.c
1969         * src/mimeview.c
1970         * src/mimeview.h
1971                 Fix lack of part selection when automatically 
1972                 jumping to a specific part
1973         * src/msgcache.c
1974                 Little optimisation in cache reading
1975
1976 2006-08-09 [colin]      2.4.0cvs34
1977
1978         * src/compose.c
1979                 Fix crash setting the priority on reedit
1980                 (Accessing compose before creating it!)
1981
1982 2006-08-08 [colin]      2.4.0cvs33
1983
1984         * src/procmime.c
1985                 Fix bug #998 (last attachment is not accessible)
1986                 Bad RFC interpretation on multipart close-delimiters
1987         * src/mimeview.c
1988         * src/mimeview.h
1989         * src/gtk/gtkvscrollbutton.c
1990         * src/gtk/gtkvscrollbutton.h
1991                 Make attachments list wheel-scrollable
1992
1993 2006-08-07 [colin]      2.4.0cvs32
1994
1995         * src/gtk/gtkaspell.c
1996                 Fix bug #973 (Unicode punctation characters 
1997                 are not recognized as separators by the
1998                 spell checker); fix unsigned stuff
1999
2000 2006-08-07 [colin]      2.4.0cvs31
2001
2002         * src/compose.c
2003                 Fix bug #956 (DnD text with accents in compose 
2004                 text entry); fix gccc's signed/unsigned fuss
2005
2006 2006-08-06 [colin]      2.4.0cvs30
2007
2008         * src/main.c
2009                 Fix bug #979 (Plugin crashes when exiting 
2010                 sylpheed-claws) : handle exit request only 
2011                 once
2012
2013 2006-08-05 [colin]      2.4.0cvs29
2014
2015         * src/news.c
2016                 Just make sure we have a msgid.
2017
2018 2006-08-05 [colin]      2.4.0cvs28
2019
2020         * src/news.c
2021         * src/summaryview.c
2022                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
2023                 by reimplementing it
2024         * src/textview.c
2025                 Fix bug when hiding quotes with level > 3 and quote
2026                 colors are recycled
2027
2028 2006-08-04 [colin]      2.4.0cvs27
2029
2030         * src/compose.c
2031         * src/undo.c
2032         * src/undo.h
2033                 Fix a bit replace-by-pasting undo
2034         * src/mainwindow.c
2035         * src/messageview.c
2036                 Fix Fold quotes menu synchro in
2037                 mainwindow when it changes in 
2038                 messageview
2039         * src/textview.c
2040                 Fix right-click on quotes blocks
2041         * src/common/utils.c
2042                 Verify that the file created by
2043                 my_tmpfile() is writable. Fixes
2044                 bug #988 (very specific filesystem
2045                 issue)
2046         * src/plugins/pgpcore/sgpgme.c
2047                 Fix file descriptor leak
2048         * src/plugins/spamassassin/spamassassin.c
2049                 Warn once if spamd isn't reachable
2050
2051 2006-08-04 [colin]      2.4.0cvs26
2052
2053         * src/toolbar.c
2054                 i18n context patch by Fabien
2055
2056 2006-08-03 [colin]      2.4.0cvs25
2057
2058         * src/mainwindow.c
2059         * src/messageview.c
2060                 Rename "Hide quotes" to "Fold quotes"
2061         * src/textview.c
2062                 Don't use hand cursor on quotes. "all 
2063                 the bonuses of the feature and none of 
2064                 unwelcome side-effects"
2065
2066 2006-08-03 [colin]      2.4.0cvs24
2067
2068         * AUTHORS
2069         * sylpheed-claws.desktop
2070         * src/gtk/authors.h
2071                 Bring the desktop file to XDG compliance
2072                 Patch by Charles A. Edwards
2073
2074 2006-08-03 [colin]      2.4.0cvs23
2075
2076         * src/textview.c
2077                 Fix links offset when they are preceded
2078                 by accentued chars (g_utf8_strlen!)
2079         * src/mainwindow.c
2080                 Fix wrong status when starting offline
2081
2082
2083 2006-08-03 [wwp]        2.4.0cvs22
2084
2085         * src/prefs_common.h
2086                 ask what to do w/ filtering rules that belong to an account when
2087                 applying filtering rules manually from the main window (skip,
2088                 apply regardless of the account, use current account). This dialog
2089                 can be skipped and the last reply used.
2090                 (forgot that file)
2091
2092 2006-08-03 [wwp]        2.4.0cvs21
2093
2094         * src/filtering.c
2095         * src/filtering.h
2096         * src/prefs_common.c
2097         * src/summaryview.c
2098         * src/alertpanel.c
2099         * src/alertpanel.h
2100         * src/messageview.c
2101                 ask what to do w/ filtering rules that belong to an account when
2102                 applying filtering rules manually from the main window (skip,
2103                 apply regardless of the account, use current account). This dialog
2104                 can be skipped and the last reply used.
2105
2106
2107 2006-08-03 [colin]      2.4.0cvs20
2108
2109         * src/textview.c
2110                 Optimize previous patch
2111
2112 2006-08-03 [cleroy]     2.4.0cvs19
2113
2114         * src/textview.c
2115                 Fix quotes getting toggled back when the
2116                 mail has an even number of text parts
2117
2118 2006-08-02 [colin]      2.4.0cvs18
2119
2120         * src/messageview.c
2121                 Add Hide quotes menu
2122
2123 2006-08-02 [colin]      2.4.0cvs17
2124
2125         * src/mainwindow.c
2126         * src/prefs_common.c
2127         * src/textview.c
2128         * src/textview.h
2129         * src/gtk/about.c
2130                 Allow per-level quote hiding,
2131                 Allow toggling quotes by double-clicking them
2132                 Rename RemoteURI to ClickableText to reflect
2133                 the fact it's used for a variety of things
2134
2135 2006-08-02 [wwp]        2.4.0cvs16
2136
2137         * src/mainwindow.c
2138                 fix "View/Hide quotes" menu item status initialization.
2139
2140 2006-08-02 [wwp]        2.4.0cvs15
2141
2142         * src/matcher_parser_parse.y
2143                 remove a debug trace.
2144
2145 2006-08-02 [paul]       2.4.0cvs14
2146
2147         * src/plugins/pgpcore/passphrase.c
2148                 don't set initial dialog size
2149                 make it resizable
2150
2151 2006-08-02 [paul]       2.4.0cvs13
2152
2153         * src/noticeview.c
2154                 remove the rogue '/' character
2155
2156 2006-08-02 [paul]       2.4.0cvs12
2157
2158         * src/noticeview.c
2159                 allow buttons to resize as necessary
2160
2161 2006-08-01 [wwp]        2.4.0cvs11
2162
2163         * src/mbox.c
2164                 fix strict ISO C90 compliance.
2165
2166 2006-08-01 [wwp]        2.4.0cvs10
2167
2168         * tools/update-po
2169                 updated update-po tool to work w/ context-dependent translations.
2170                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2171
2172 2006-08-01 [wwp]        2.4.0cvs9
2173
2174         * src/matcher.c
2175         * src/prefs_filtering.c
2176         * src/prefs_matcher.c
2177                 allow context-dependent translations for "All",
2178                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2179
2180 2006-07-31 [colin]      2.4.0cvs8
2181
2182         * AUTHORS
2183         * src/gtk/authors.h
2184                 Add Rafal to authors
2185
2186 2006-07-31 [colin]      2.4.0cvs7
2187
2188         * src/compose.c
2189         * src/mainwindow.c
2190         * src/messageview.h
2191         * src/prefs_common.c
2192         * src/prefs_common.h
2193         * src/textview.c
2194                 Add 'View/Hide quotes'. Patch based on a patch
2195                 by Rafal Weglarz
2196
2197 2006-07-31 [colin]      2.4.0cvs6
2198
2199         * src/action.c
2200                 Fix problem with "> stuff >" actions
2201
2202 2006-07-31 [paul]       2.4.0cvs5
2203
2204         * po/nb.po
2205                 updated by Geir Helland
2206
2207 2006-07-31 [wwp]        2.4.0cvs4
2208
2209         * src/mainwindow.c
2210         * src/summaryview.c
2211         * src/summaryview.h
2212                 add "View/Go to/Parent message" and "View/Go to/Last read message",
2213                 thanks to Colin.
2214
2215 2006-07-31 [wwp]        2.4.0cvs3
2216
2217         * src/Makefile.am
2218         * src/addr_compl.c
2219         * src/addr_compl.h
2220         * src/addressbook.c
2221         * src/addressbook.h
2222         * src/addressbook_foldersel.c
2223         * src/addressbook_foldersel.h
2224         * src/addrindex.c
2225         * src/addrindex.h
2226         * src/matcher.c
2227         * src/matcher.h
2228         * src/matcher_parser_lex.l
2229         * src/matcher_parser_parse.y
2230         * src/prefs_common.c
2231         * src/prefs_common.h
2232         * src/prefs_filtering.c
2233         * src/prefs_matcher.c
2234         * src/prefs_matcher.h
2235         * src/summaryview.c
2236                 introduce filtering against the address book. It's now possible to add
2237                 matched conditions to determine if any email address in a message matches
2238                 or doesn't match any or all books or folders in the address book.
2239
2240 2006-07-31 [wwp]        2.4.0cvs2
2241
2242         * src/account.c
2243         * src/filtering.c
2244         * src/filtering.h
2245         * src/folder.c
2246         * src/folderview.c
2247         * src/inc.c
2248         * src/mainwindow.c
2249         * src/matcher.c
2250         * src/matcher_parser_lex.l
2251         * src/matcher_parser_parse.y
2252         * src/mbox.c
2253         * src/prefs_filtering.c
2254         * src/prefs_filtering.h
2255         * src/procmsg.c
2256         * src/procmsg.h
2257         * src/summaryview.c
2258                 introduce per-account filtering rules. Each filtering rule can now be assigned
2259                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
2260                 when applying filtering rules manually, as all rules will apply - even the ones
2261                 assigned to an account. This issue will be addressed soon.
2262  
2263
2264
2265 2006-07-31 [wwp]        2.4.0cvs1
2266
2267         * src/quote_fmt.c
2268                 make more strings translatable.
2269
2270 2006-07-31 [paul]       2.4.0
2271
2272         2.4.0 released
2273
2274 2006-07-31 [paul]       2.3.1cvs91
2275
2276         * po/ca.po
2277                 updated by Miquel Oliete
2278
2279 2006-07-31 [paul]       2.3.1cvs90
2280
2281         * po/de.po
2282         * po/el.po
2283         * po/fr.po
2284         * po/it.po
2285         * po/pl.po
2286         * po/pt_BR.po
2287         * po/sr.po
2288         * po/zh_CN.po
2289                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
2290                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
2291                 Aleksandar Urosevic, and Ralgh Young
2292
2293 2006-07-31 [paul]       2.3.1cvs89
2294
2295         * src/account.c
2296         * src/main.c
2297         * src/mainwindow.c
2298         * src/mainwindow.h
2299                 Fix a race condition when, after an SC crash, rescanning
2300                 folders took more than 0.5 seconds
2301                 Thanks to Colin
2302
2303 2006-07-31 [paul]       2.3.1cvs88
2304
2305         * src/folderview.c
2306                 don't translate separator strings
2307
2308 2006-07-30 [mones]      2.3.1cvs87
2309
2310         * doc/man/sylpheed-claws.1
2311                 Fixed non-ASCII chars in Hoa's name
2312         * po/es.po
2313                 Updated for release
2314
2315 2006-07-27 [colin]      2.3.1cvs86
2316
2317         * src/textview.c
2318                 Don't include the leading \n in links
2319                 Patch by Fabien
2320
2321 2006-07-25 [colin]      2.3.1cvs85
2322
2323         * src/mainwindow.c
2324         * src/common/socket.h
2325         * src/etpan/imap-thread.c
2326                 Refresh resolvers before connecting
2327                 to IMAP servers, and after switching
2328                 to online. Thanks to Paul.
2329
2330 2006-07-18 [colin]
2331
2332         * 2.4.0-rc4 released
2333
2334 2006-07-17 [colin]      2.3.1cvs84
2335
2336         * src/inc.c
2337                 Show connection attempt in statusbar before
2338                 connecting (previously first message was
2339                 "Retrieving messages from ..." after the
2340                 connection succeeded.
2341
2342 2006-07-16 [wwp]        2.3.1cvs83
2343
2344         * sylpheed-claws.ico
2345                 Added .ico file (windows multi-size icon file, generated).
2346
2347 2006-07-12 [wwp]        2.3.1cvs82
2348
2349         * src/messageview.c
2350                 remove Message/Re-edit menu entry from messageview window,
2351                 as sent/draft/queued messages are opened in compose window when
2352                 re-edited and it's not possible to re-edit other msgs.
2353
2354 2006-07-12 [paul]       2.3.1cvs81
2355
2356         * AUTHORS
2357         * src/mainwindow.c
2358         * src/gtk/authors.h
2359                 check online state before resetting
2360                 mailcheck timer. Useful if some program
2361                 verifies connection state and updates
2362                 Claws.
2363                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
2364
2365 2006-07-12 [paul]       2.3.1cvs80
2366
2367         * sylpheed-claws-128x128.png
2368         * sylpheed-claws-64x64.png
2369         * sylpheed-claws.png
2370         * src/Makefile.am
2371         * src/main.c
2372         * src/prefs_toolbar.c
2373         * src/stock_pixmap.c
2374         * src/stock_pixmap.h
2375         * src/wizard.c
2376         * src/gtk/about.c
2377         * src/gtk/gtkutils.c
2378         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
2379         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
2380         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
2381         * src/pixmaps/sylpheed.xpm              ** REMOVED **
2382         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
2383         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
2384                 updated and renamed logo/icon files and related
2385                 logo by Jesper Schultz
2386
2387 2006-07-11 [paul]       2.3.1cvs79
2388
2389         * src/main.c
2390                 fix the labels a smidgin
2391
2392 2006-07-09 [colin]      2.3.1cvs78
2393
2394         * src/textview.c
2395                 Show errors in textviewer's command
2396                 Patch by H. Merijn Brand
2397
2398 2006-07-09 [colin]      2.3.1cvs77
2399
2400         * src/compose.c
2401                 Save FMID in drafts too
2402
2403 2006-07-08 [colin]      2.3.1cvs76
2404
2405         * src/compose.c
2406                 Svae RMID in drafted mails too
2407                 Save quote_fmt vars for whole mails,
2408                 don't reset at each quote_fmt_init:
2409                 allows to use the same |i{var} in
2410                 various template fields
2411         * src/prefs_template.c
2412         * src/quote_fmt.h
2413         * src/quote_fmt_parse.y
2414                 Same
2415
2416 2006-07-08 [colin]      2.3.1cvs75
2417
2418         * src/textview.c
2419                 Fix highlighting of attached parts URIs
2420
2421 2006-07-08 [colin]      2.3.1cvs74
2422
2423         * src/main.c
2424                 Prevent bug #981 (sc 2.3.1 segfaults with 
2425                 gtk+ 2.10) from being reported again:
2426                 if Sylpheed-Claws has been compiled against
2427                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
2428                 of if Sylpheed-Claws has been compiled against
2429                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
2430                 error out.
2431
2432 2006-07-07 [colin]      2.3.1cvs73
2433
2434         * src/prefs_actions.c
2435                 Fix label
2436
2437 2006-07-07 [colin]      2.3.1cvs72
2438
2439         * src/prefs_actions.c
2440                 Fix compile on gtk < 2.8. argh :)
2441
2442 2006-07-07 [paul]       2.3.1cvs71
2443
2444         * src/common/defs.h
2445                 update DONATE_URI
2446
2447 2006-07-07 [colin]      2.3.1cvs70
2448
2449         * po/POTFILES.in
2450         * src/quote_fmt.c
2451         * src/quote_fmt_lex.l
2452         * src/quote_fmt_parse.y
2453                 Add |i{var}, a way to insert user-entered
2454                 text in a template
2455
2456 2006-07-07 [colin]
2457
2458         * 2.4.0-rc3 released
2459
2460 2006-07-07 [colin]      2.3.1cvs69
2461
2462         * src/folder.c
2463                 Don't consider inboxes of UNKNOWN folder 
2464                 classes to be useable as default inboxes
2465
2466 2006-07-07 [paul]       2.3.1cvs68
2467
2468         * src/textview.c
2469                 add missing #include <errno.h>
2470                 Thanks to René J. Blokland
2471
2472 2006-07-07 [paul]       2.3.1cvs67
2473
2474         * src/action.c
2475                 Return now Closes dialog
2476         * src/mimeview.c
2477         * src/mimeview.h
2478         * src/textview.c
2479                 add contextual menu to mime parts listed
2480                 in the textview
2481                 Thanks to Colin
2482         * src/common/utils.c
2483                 reversal: ' is a valid character in URLs
2484
2485 2006-07-06 [colin]      2.3.1cvs66
2486
2487         * src/remotefolder.h
2488                 Forgotten in previous commit
2489
2490 2006-07-06 [colin]      2.3.1cvs65
2491
2492         * src/folder.c
2493                 Set summary update flag whenever
2494                 totals changed
2495         * src/imap.c
2496         * src/prefs_account.c
2497         * src/common/utils.h
2498         * src/etpan/imap-thread.c
2499                 Fix warnings, thanks to Fabien and
2500                 Ricardo
2501
2502 2006-07-06 [wwp]        2.3.1cvs64
2503
2504         * src/gtk/gtkutils.c
2505                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
2506
2507 2006-07-06 [wwp]        2.3.1cvs63
2508
2509         * src/account.c
2510         * src/addressbook.c
2511         * src/addressitem.h
2512         * src/folderview.c
2513         * src/mainwindow.c
2514         * src/manual.c
2515         * src/manual.h
2516         * src/message_search.c
2517         * src/prefs_actions.c
2518         * src/prefs_filtering.c
2519         * src/prefs_filtering.h
2520         * src/prefs_template.c
2521         * src/summary_search.c
2522         * src/summaryview.c
2523         * src/gtk/gtkutils.c
2524         * src/gtk/gtkutils.h
2525         * src/gtk/pluginwindow.c
2526                 add help buttons to some dialogs. Clicking such buttons opens a
2527                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
2528
2529 2006-07-06 [paul]       2.3.1cvs62
2530
2531         * src/textview.c
2532                 fix attachments contextual menu
2533                 Thanks to Colin
2534
2535 2006-07-05 [colin]      2.3.1cvs61
2536
2537         * src/textview.c
2538         * src/compose.c
2539                 Handle sftp:// links
2540
2541 2006-07-05 [paul]       2.3.1cvs60
2542
2543         * src/gtk/filesel.c
2544                 grab save button by default
2545                 Thanks to Colin
2546
2547 2006-07-05 [wwp]        2.3.1cvs59
2548
2549         * manual/xml2pdf
2550                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
2551
2552 2006-07-04 [colin]      2.3.1cvs58
2553
2554         * src/mimeview.c
2555         * src/textview.c
2556                 Use left click to select, middle click to open
2557                 on mimeparts links
2558         * src/common/utils.c
2559                 Fix segfault
2560
2561 2006-07-04 [colin]      2.3.1cvs57
2562
2563         * src/mainwindow.c
2564         * src/news.c
2565                 Warning fixes, thanks to Fabien
2566
2567 2006-07-04 [colin]      2.3.1cvs56
2568
2569         * src/mimeview.c
2570         * src/mimeview.h
2571         * src/textview.c
2572                 Allow parts to be selected via their text label
2573                 in textview
2574
2575 2006-07-04 [colin]      2.3.1cvs55
2576
2577         * src/folderview.c
2578                 Feedback when closing (for big folders)
2579         * src/prefs_actions.c
2580         * src/prefs_filtering.c
2581         * src/prefs_matcher.c
2582         * src/prefs_template.c
2583                 Fix default button when closing without
2584                 having saved
2585
2586 2006-07-04 [colin]      2.3.1cvs54
2587
2588         * src/news.c
2589                 Delete local file on deletion
2590
2591 2006-07-03 [colin]      2.3.1cvs53
2592
2593         * src/folderview.c
2594         * src/main.c
2595                 Don't freeze when rescanning after crash
2596
2597 2006-07-03 [wwp]        2.3.1cvs52
2598
2599         * src/compose.c
2600         * src/privacy.c
2601         * src/privacy.h
2602         * src/plugins/pgpinline/pgpinline.c
2603         * src/plugins/pgpmime/pgpmime.c
2604                 don't report an error when the user cancels the passphrase dialog.
2605
2606 2006-07-02 [colin]      2.3.1cvs51
2607
2608         * src/folderview.c
2609                 Open message when crossing folders with Space,
2610                 goto next unread and friends
2611
2612 2006-07-01 [colin]      2.3.1cvs50
2613
2614         * src/prefs_account.c
2615                 Typographic rules varying from language
2616                 to language (in french "Protocole :"),
2617                 we have to do that :)
2618
2619 2006-07-01 [ticho]      2.3.1cvs49
2620
2621         * src/prefs_account.c
2622                 Only use one temporary gchar* variable in
2623                 prefs_account_protocol_set_optmenu().
2624
2625 2006-07-01 [ticho]      2.3.1cvs48
2626
2627         * src/prefs_account.c
2628         * src/prefs_account.h
2629                 Use GtkLabel for existing account protocol name.
2630                 Created an array for protocol names and populate the
2631                 combobox from it in a for() cycle.
2632
2633 2006-06-30 [colin]      2.3.1cvs47
2634
2635         * src/compose.c
2636                 Block undo when changing signature (by changing
2637                 account)
2638
2639 2006-06-30 [paul]       2.3.1cvs46
2640
2641         * src/send_message.c
2642                 when editing From in the Compose window, use that address
2643                 in the Return-Path: header
2644                 Thanks to Colin
2645
2646 2006-06-30 [colin]      2.3.1cvs45
2647
2648         * src/compose.c
2649                 Fix signature replacement:
2650                 - when no newline before separator
2651                 - when reediting
2652
2653 2006-06-29 [colin]      2.3.1cvs44
2654
2655         * src/folderview.c
2656         * src/folderview.h
2657         * src/mainwindow.c
2658         * src/summaryview.c
2659                 Let 'View/Go to/Next marked' work like
2660                 Next new & Next unread: across folders
2661                 Change the select_on_entry pref to do
2662                 what we want when changing folder
2663         * src/common/utils.c
2664                 Fix single-quoted links 
2665
2666 2006-06-29 [colin]      2.3.1cvs43
2667
2668         * src/gtk/gtkaspell.c
2669                 "Sylpheed" and "Sylpheed-Claws" do exist !
2670
2671 2006-06-29 [colin]      2.3.1cvs42
2672
2673         * src/imap.c
2674                 Forgot to remove debug
2675
2676 2006-06-29 [colin]      2.3.1cvs41
2677
2678         * src/imap.c
2679         * src/imap.h
2680         * src/mainwindow.c
2681                 Disconnect from IMAP servers when going
2682                 offline. Fixes bug #978 (going to offline-mode 
2683                 won't close connections)
2684
2685 2006-06-29 [colin]      2.3.1cvs40
2686
2687         * src/main.c
2688                 Fix transient setting on failing plugins
2689                 Patch by Fabien
2690         * src/plugins/pgpcore/sgpgme.c
2691                 Only warn for OpenPGP. Most people don't
2692                 have CMS available.
2693
2694 2006-06-29 [colin]      2.3.1cvs39
2695
2696         * src/compose.c
2697                 Fix Spelling menu (discrepancy between context menu
2698                 and top menu when folder's dictionary isn't the 
2699                 default one)
2700         * src/plugins/pgpcore/sgpgme.c
2701                 More error reporting about why gpgme can fail
2702
2703 2006-06-29 [wwp]        2.3.1cvs38
2704
2705         * src/mainwindow.c
2706                 honor the display-header-pane setting even when the message view
2707                 is a separate window.
2708
2709 2006-06-29 [wwp]        2.3.1cvs37
2710
2711         * src/prefs_actions.c
2712                 forgot to commit that one (use of GTK_STOCK_INFO).
2713
2714 2006-06-29 [colin]      2.3.1cvs36
2715
2716         * src/imap.c
2717                 Better handling of login errors (ask the password
2718                 again once), alert in case of error. Fix three
2719                 signedness warnings.
2720
2721 2006-06-28 [wwp]        2.3.1cvs35
2722
2723         * src/prefs_template.c
2724         * src/prefs_matcher.c
2725         * src/prefs_filtering_action.c
2726         * src/prefs_quote.c
2727                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
2728                 patch by Fabien Vantard, slightly modified.
2729
2730 2006-06-28 [paul]
2731
2732         2.4.0-rc2 released
2733
2734 2006-06-28 [colin]      2.3.1cvs34
2735
2736         * src/prefs_account.c
2737                 Fix bug #977 (Can't add or edit imap accounts)
2738
2739 2006-06-28 [colin]      2.3.1cvs33
2740
2741         * src/mimeview.c
2742                 Fix previous
2743
2744 2006-06-28 [colin]      2.3.1cvs32
2745
2746         * src/mimeview.c
2747                 Save named inlined attachments with "Save all"
2748         * src/main.c
2749         * src/mbox.c
2750         * src/common/plugin.c
2751         * src/common/plugin.h
2752         * src/common/sylpheed.c
2753         * src/common/utils.c
2754         * src/plugins/pgpcore/sylpheed.def
2755         * src/plugins/pgpinline/sylpheed.def
2756         * src/plugins/pgpmime/sylpheed.def
2757                 Win32 compatibility patch, by
2758                 Werner Koch
2759
2760 2006-06-28 [wwp]        2.3.1cvs31
2761
2762         * src/imap.c
2763         * src/prefs_folder_item.c
2764                 less compilation warnings (thanks to Fabien Vantard), less typos.
2765
2766 2006-06-28 [paul]       2.3.1cvs30
2767
2768         * src/gtk/gtkutils.c
2769                 gtk_combo_box_set_focus_on_click() is only
2770                 available since gtk 2.6.0
2771
2772 2006-06-28 [paul]       2.3.1cvs29
2773
2774         * src/prefs_ext_prog.c
2775                 fix engrish and add a tooltip for the
2776                 'command for 'Display as text' option
2777
2778 2006-06-28 [paul]
2779
2780         2.4.0-rc1 released
2781
2782 2006-06-28 [paul]       2.3.1cvs28
2783
2784         * ChangeLog
2785         * tools/Makefile.am
2786                 include textviewer.pl in releases
2787
2788 2006-06-28 [paul]       2.3.1cvs27
2789
2790         * src/prefs_ext_prog.c
2791                 hide Print command option if libgnomeprint
2792                 support is present
2793
2794 2006-06-27 [colin]      2.3.1cvs26
2795
2796         * src/compose.c
2797                 Fix Esc handling in insert/attach dialog
2798                 Don't show this dialog if dragging something
2799                 else than text/uri-list
2800                 Thanks to Fabien Vantard
2801         * tools/textviewer.pl
2802                 Filter script to display stuff as text
2803                 by H. Merijn Brand
2804
2805 2006-06-27 [wwp]        2.3.1cvs25
2806
2807         * src/messageview.c
2808                 use the exact product name (message view title), patch
2809                 by Fabien Vantard.
2810
2811 2006-06-27 [ticho]      2.3.1cvs24
2812
2813         * src/prefs_account.c
2814         * src/prefs_common.c
2815         * src/prefs_common.h
2816         * src/prefs_ext_prog.c
2817         * src/textview.c
2818                 Add a preference (Preferences/External programs)
2819                 to allow "Display as text" to be done via a script
2820                 (patch by H.Merijn Brand).
2821                 Use GtkComboBox for protocol selection in account
2822                 preferences.
2823                 Only include current choice for existing accounts, and
2824                 insensitivize the combobox.
2825
2826 2006-06-27 [paul]       2.3.1cvs23
2827
2828         * src/mbox.c
2829                 fix crasher introduced in cvs21.
2830                 Thanks to Colin
2831
2832 2006-06-26 [colin]      2.3.1cvs22
2833
2834         * src/mbox.c
2835                 Fix double-frees when leaving folders
2836                 after exporting to mbox
2837
2838 2006-06-26 [colin]      2.3.1cvs21
2839
2840         * src/mbox.c
2841                 More feedback (and optimisation)
2842                 on import/export
2843         * src/common/utils.c
2844                 Fix case when looking for mail addresses
2845         * src/gtk/gtkutils.c
2846                 Extra check for (X-)Face
2847
2848 2006-06-25 [ticho]      2.3.1cvs20
2849
2850         * src/compose.c
2851         * src/exphtmldlg.c
2852         * src/gtk/gtkutils.c
2853         * src/gtk/gtkutils.h
2854                 Added second argument to gtkut_sc_combobox_create() to
2855                 control focus-on-click for the widget.
2856                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
2857
2858 2006-06-25 [ticho]      2.3.1cvs19
2859
2860         * src/compose.c
2861         * src/gtk/Makefile.am
2862         * src/gtk/combobox.c
2863         * src/gtk/combobox.h
2864         * src/gtk/gtkutils.c
2865         * src/gtk/gtkutils.h
2866                 Use GtkComboBox instead of deprecated GtkOptionMenu
2867                 for account selector in compose window and for encoding
2868                 selector in attachment properties.
2869                 Also factorise working with the new GtkComboBox somewhat.
2870
2871 2006-06-24 [paul]       2.3.1cvs18
2872
2873         * src/prefs_common.c
2874                 use the correct default value
2875
2876 2006-06-24 [paul]       2.3.1cvs17
2877
2878         * src/compose.c
2879         * src/prefs_common.c
2880         * src/prefs_common.h
2881         * src/prefs_compose_writing.c
2882                 enable setting of default action when
2883                 dnd'ing files in the compose window.
2884                 (Collaborative effort with wwp)
2885
2886 2006-06-23 [wwp]        2.3.1cvs16
2887
2888         * src/compose.c
2889                 i18n fix (thanks to Fabien Vantard)
2890
2891 2006-06-22 [colin]      2.3.1cvs15
2892
2893         * src/prefs_customheader.c
2894                 Don't use filters in custom headers' file 
2895                 selector. Remember, extensions mean nothing :)
2896
2897 2006-06-22 [paul]       2.3.1cvs14
2898
2899         * configure.ac
2900                 allow setting of man directory location
2901
2902 2006-06-22 [colin]      2.3.1cvs13
2903
2904         * src/mainwindow.c
2905                 Add 'View/Go to/Next unread folder'.
2906                 I missed that :)
2907
2908 2006-06-22 [colin]      2.3.1cvs12
2909
2910         * src/common/utils.c
2911                 Add some subject prefixes
2912                 Patch by Bjorn T Johansen <btj@havleik.no>
2913
2914 2006-06-22 [colin]      2.3.1cvs11
2915
2916         * manual/advanced.xml
2917                 Forgotten hidden pref
2918
2919 2006-06-21 [paul]       2.3.1cvs10
2920
2921         * src/prefs_account.c
2922                 complete the removal of 'Add date header' option
2923
2924 2006-06-21 [paul]       2.3.1cvs9
2925
2926         * src/account.c
2927         * src/compose.c
2928         * src/prefs_account.c
2929         * src/prefs_account.h
2930                 remove option to add date header - always
2931                 add date header
2932         * src/etpan/imap-thread.c
2933                 fix warnings (Thanks to Colin)
2934
2935 2006-06-21 [wwp]        2.3.1cvs8
2936
2937         * src/folder.c
2938                 set the attachment flag when inline text part are (file)named. This is more convenient
2939                 when receiving (for instance) inline source files or patches sent using thunderbird.
2940
2941 2006-06-21 [paul]       2.3.1cvs7
2942
2943         * src/inc.c
2944                 fix off-by-one count of current msg in
2945                 statusbar filtering progressbar
2946
2947 2006-06-21 [paul]       2.3.1cvs6
2948
2949         * src/folder.c
2950                 Show attachment icon even if the part is 'inline'
2951                 if the following conditions are met:
2952                 - content-type != 'text/plain'
2953                 - content-type != '*/pgp-signature'
2954                 - either 'name' or 'filename' parameter is not NULL
2955                 
2956                 Thanks to Colin
2957
2958 2006-06-21 [paul]       2.3.1cvs5
2959
2960         * src/messageview.c
2961         * src/prefs_common.c
2962         * src/prefs_common.h
2963         * src/prefs_other.c
2964                 add an option to 'Never send Return
2965                 Receipts'
2966                 Thanks to Colin
2967
2968 2006-06-20 [mones]      2.3.1cvs4
2969
2970         * po/es.po
2971                 updated
2972         * src/compose.c
2973                 typo fixed (space after comma)
2974         * tools/make.themes.project
2975                 remove exec mode from tarball files
2976
2977 2006-06-20 [colin]      2.3.1cvs3
2978
2979         * src/news.c
2980         * src/procheader.c
2981         * src/unmime.c
2982                 Better fix for \n's in headers (don't 
2983                 break Received: and others)
2984
2985 2006-06-20 [paul]       2.3.1cvs2
2986
2987         * src/alertpanel.c
2988         * src/textview.c
2989                 improve legibility of phishing attempt
2990                 dialog
2991
2992 2006-06-20 [paul]       2.3.1cvs1
2993
2994         * NEWS
2995         * README
2996         * configure.ac
2997                 Update version number following
2998                 stable release
2999
3000 2006-06-20 [colin]      2.3.0cvs26
3001
3002         * src/compose.c
3003                 When dragging a file to the text of the compose
3004                 window, ask whether we want to insert or attach
3005                 (I know lots of people who do that to attach)
3006
3007 2006-06-20 [colin]      2.3.0cvs25
3008
3009         * src/etpan/imap-thread.c
3010                 Fix threshold (the append command is often > 32 bytes)
3011
3012 2006-06-19 [colin]      2.3.0cvs24
3013
3014         * src/imap.c
3015         * src/etpan/imap-thread.c
3016                 Workaround Rockliffe IMAP server bug: replace
3017                 "x UID SEARCH (ANSWERED UID 1:*)" with
3018                 "x UID SEARCH ANSWERED"
3019                 (Rockliffe doesn't handle the parenthesis)
3020
3021 2006-06-19 [colin]      2.3.0cvs23
3022
3023         * src/compose.c
3024         * src/imap.c
3025         * src/etpan/imap-thread.c
3026                 Probably fix bug #972 (Freezes when adding 
3027                 an attachment to the message)
3028         * src/common/defs.h
3029                 Modernize Firefox cmd
3030
3031
3032 2006-06-18 [colin]      2.3.0cvs22
3033
3034         * src/prefs_customheader.c
3035                 Only allow correct filenames for various
3036                 custom headers
3037
3038 2006-06-18 [colin]      2.3.0cvs21
3039
3040         * src/prefs_customheader.c
3041                 Add a 'From File...' button in custom headers prefs, which
3042                 try to do the right thing: 
3043                 for normal headers, use file as plaintext,
3044                 for X-Face, calls compface,
3045                 for Face, encode to b64.
3046
3047 2006-06-17 [colin]      2.3.0cvs20
3048
3049         * src/mh.c
3050                 Warning fix
3051
3052 2006-06-16 [colin]      2.3.0cvs19
3053
3054         * src/summaryview.c
3055                 Recursive quicksearch: show message list
3056                 in current folder, *then* search children
3057                 in the background.
3058
3059 2006-06-16 [colin]      2.3.0cvs18
3060
3061         * src/main.c
3062                 Instead of ignoring SIGPIPE, save caches
3063                 when getting one. Will fix the fact that
3064                 hot caches are out-of-date when logging 
3065                 out of Xorg.
3066         * src/compose.c
3067         * src/prefs_compose_writing.c
3068                 Only save text (not attachments) when 
3069                 auto-saving to drafts
3070         * src/unmime.c
3071                 Always replace \n, \r and \t with spaces
3072                 in headers
3073         * manual/dist/html/Makefile.am
3074         * manual/dist/pdf/Makefile.am
3075         * manual/dist/ps/Makefile.am
3076         * manual/dist/txt/Makefile.am
3077         * manual/fr/dist/html/Makefile.am
3078         * manual/fr/dist/pdf/Makefile.am
3079         * manual/fr/dist/ps/Makefile.am
3080         * manual/fr/dist/txt/Makefile.am
3081         * manual/pl/dist/html/Makefile.am
3082         * manual/pl/dist/pdf/Makefile.am
3083         * manual/pl/dist/ps/Makefile.am
3084         * manual/pl/dist/txt/Makefile.am
3085                 Fix make clean removing pregenerated manuals
3086
3087
3088 2006-06-16 [colin]      2.3.0cvs17
3089
3090         * src/plugins/pgpcore/sgpgme.c
3091         * src/plugins/pgpmime/pgpmime.c
3092         * src/plugins/pgpinline/pgpinline.c
3093                 Better error reporting in setup_signers.
3094                 Don't fallback to default key if specified
3095                 key isn't found.
3096                 Don't allow signing if more than one secret
3097                 key matches the one specified in prefs.
3098
3099 2006-06-15 [colin]      2.3.0cvs16
3100
3101         * src/folderview.c
3102                 Add "Send queue" in the folder's contextual
3103                 menu
3104         * src/compose.c
3105         * src/messageview.c
3106         * src/privacy.c
3107         * src/privacy.h
3108         * src/procmime.c
3109         * src/procmsg.c
3110         * src/plugins/pgpcore/passphrase.c
3111         * src/plugins/pgpcore/sgpgme.c
3112         * src/plugins/pgpinline/pgpinline.c
3113         * src/plugins/pgpmime/pgpmime.c
3114                 Better error reporting
3115         * src/mbox.c
3116                 Probably fix bug #971 (2.2.3 cannot read mail 
3117                 from local mbox)
3118
3119
3120 2006-06-15 [mones]      2.3.0cvs15
3121
3122         * tools/make.themes.project
3123                 creates the themes project from the web page
3124
3125 2006-06-15 [colin]      2.3.0cvs14
3126
3127         * src/folder.c
3128                 Better fix (avoid losing the folder if scan_tree 
3129                 fails)
3130
3131 2006-06-15 [cleroy]     2.3.0cvs13
3132
3133         * src/folder.c
3134                 Probably fix Bug #969 (crash on rebuilding 
3135                 imap folder)
3136
3137 2006-06-14 [colin]      2.3.0cvs12
3138
3139         * manual/dtd/manual.xsl
3140         * manual/sylpheed-claws-manual.xml
3141         * manual/fr/sylpheed-claws-manual.xml
3142         * manual/pl/sylpheed-claws-manual.xml
3143                 Insert pagebreaks between sections
3144
3145 2006-06-14 [paul]       2.3.0cvs11
3146
3147         * configure.ac
3148                 better fix than 2.3.0cvs10
3149
3150 2006-06-14 [paul]       2.3.0cvs10
3151
3152         * configure.ac
3153                 fix setting of PACKAGE_DATA_DIR with newer autoconf
3154                 (backwards compatible)
3155
3156 2006-06-13 [colin]      2.3.0cvs9
3157
3158         * src/messageview.c
3159                 Fix sending of return receipt with the new queue folders
3160
3161 2006-06-13 [wwp]        2.3.0cvs8
3162
3163         * src/quote_fmt_lex.l
3164                 fix wrong tokens returned in quote_fmt lexer, query not().
3165
3166 2006-06-13 [wwp]        2.3.0cvs7
3167
3168         * src/folder.c
3169         * src/prefs_folder_item.c
3170                 allow changing folder type even when folder is not a top-level one,
3171                 thanks to Colin.
3172
3173 2006-06-12 [colin]      2.3.0cvs6
3174
3175         * src/folderview.c
3176                 Fix double-ask of "Do you want to mark all
3177                 as read"
3178
3179 2006-06-12 [colin]      2.3.0cvs5
3180
3181         * src/compose.c
3182         * src/compose.h
3183         * src/folder.c
3184         * src/folder.h
3185         * src/imap.c
3186         * src/inc.c
3187         * src/main.c
3188         * src/messageview.c
3189         * src/mh.c
3190         * src/prefs_folder_item.c
3191         * src/procheader.c
3192         * src/procmime.c
3193         * src/procmsg.c
3194         * src/procmsg.h
3195         * src/send_message.c
3196         * src/summaryview.c
3197         * src/toolbar.c
3198                 Apply bug #964's patch (Queue and drafts aren't normal)
3199                 The Drafts and Queue folder now contain RFC-822 files,
3200                 allowing to move and copy mails from and to these 
3201                 folders. Moving from Drafts to Queue will prepare the
3202                 mail for sending (PGP signature, encryption, etc).
3203                 This patch also rework sending errors handling to try
3204                 to be more helpful.
3205                 Also, allow redefining folder types via the GUI 
3206                 (Folder type in its Properties)
3207
3208 2006-06-12 [colin]      2.3.0cvs4
3209
3210         * src/summaryview.c
3211         * src/prefs_common.c
3212         * src/prefs_common.h
3213         * src/gedit-print.c
3214                 Allow to define a specific print font - patch
3215                 by Bernhard Walle <bernhard.walle@gmx.de>
3216         * src/prefs_fonts.c
3217         * manual/advanced.xml
3218         * manual/fr/advanced.xml
3219                 Add a hidden pref to allow deletion without
3220                 confirmation
3221
3222 2006-06-12 [wwp]        2.3.0cvs3
3223
3224         * .cvsignore
3225                 more files to ignore.
3226
3227 2006-06-12 [wwp]        2.3.0cvs2
3228
3229         * src/quote_fmt.c
3230         * src/quote_fmt_lex.l
3231         * src/quote_fmt_parse.y
3232                 extend the quote_fmt parser (templates and quotes):
3233                 - allow limited sub-expressions in |p{} and |f{} expressions,
3234                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
3235                 - implemented/fixed missing implementation of query_references and show_references,
3236                 - completed, fixed contents and format of the symbols help dialog,
3237                 - fix some compilation warnings.
3238
3239 2006-06-12 [wwp]        2.3.0cvs1
3240
3241         * manual/advanced.xml
3242         * manual/fr/advanced.xml
3243                 updates in the "templates" section of the manual (eng/fr):
3244                  - be more precise (both versions)
3245                  - completed to match the english reference (fr version)
3246                  - touchups (both versions)
3247
3248 2006-06-12 [paul]       2.3.0
3249
3250         2.3.0 released
3251
3252 2006-06-12 [paul]       2.2.3cvs14
3253
3254         * po/ca.po
3255         * po/cs.po
3256         * po/de.po
3257         * po/el.po
3258         * po/fr.po
3259         * po/it.po
3260         * po/pt_BR.po
3261         * po/sr.po
3262         * po/zh_CN.po
3263                 updated by Miquel Oliete, Tim, Stephan Sachse,
3264                 Stavros Giannouris, Fabien Vantard, Andrea
3265                 Spadaccini, Frederico Goncalves Guimaraes,
3266                 Aleksandar Urosevic, and Ralgh Young
3267
3268 2006-06-12 [colin]      2.2.3cvs13
3269
3270         * src/mbox.c
3271                 Add missing header
3272
3273 2006-06-11 [colin]      2.2.3cvs12
3274
3275         * src/msgcache.c
3276                 Verify that g_malloc() succeeded
3277
3278 2006-06-11 [colin]      2.2.3cvs11
3279
3280         * src/wizard.c
3281                 Add Face header to welcome mail
3282
3283 2006-06-10 [colin]      2.2.3cvs10
3284
3285         * src/textview.c
3286                 Revert previous (Forgot it changes the
3287                 margin on the whole mail)
3288
3289 2006-06-10 [colin]      2.2.3cvs9
3290
3291         * src/textview.c
3292                 Don't overlap long headers under (X-)Face
3293
3294 2006-06-10 [mones]      2.2.3cvs8
3295
3296         * manual/xml2pdf
3297                 allow generation of manual on systems lacking saxon binary
3298                 but with java and the saxon library installed
3299
3300         * po/es.po
3301                 updated for release
3302
3303 2006-06-09 [colin]      2.2.3cvs7
3304
3305         * src/summaryview.c
3306                 Fix leak when using Display Sender using Addressbook
3307
3308 2006-06-09 [colin]      2.2.3cvs6
3309
3310         * src/compose.c
3311         * src/folder.c
3312         * src/folderview.c
3313         * src/mimeview.c
3314         * src/summaryview.c
3315                 More leaks fixes
3316
3317 2006-06-09 [paul]       2.2.3cvs5
3318
3319         * AUTHORS
3320         * src/gtk/authors.h
3321         * tools/claws.i18n.status.pl
3322                 updated with new info
3323
3324 2006-06-09 [paul]       2.2.3cvs4
3325
3326         * README
3327                 updated
3328         * manual/ack.xml
3329                 add wwp to authors list
3330         * src/gtk/authors.h
3331                 update mine and Colin's addresses
3332
3333 2006-06-08 [colin]      2.2.3cvs3
3334
3335         * src/etpan/imap-thread.c
3336                 Fix leak on SSL cert check
3337
3338 2006-06-08 [colin]      2.2.3cvs2
3339
3340         * src/common/utils.c
3341                 Fix leak
3342
3343 2006-06-08 [paul]       2.2.3cvs1
3344
3345         * configure.ac
3346                 Update version number following
3347                 stable release
3348
3349 2006-06-07 [colin]      2.2.2cvs3
3350
3351         * src/msgcache.c
3352                 Fix catching cache read errors (guint instead of gint)
3353                 Prevent malloc'ing more than 8MB (means cache corruption)
3354
3355 2006-06-07 [paul]       2.2.2cvs2
3356
3357         * src/exporthtml.c
3358         * src/exportldif.c
3359         * src/mh.c
3360         * src/mutt.c
3361         * src/pine.c
3362         * src/common/utils.c
3363                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
3364                 obey $HOME'
3365                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
3366                 Thanks to Colin
3367
3368 2006-06-06 [paul]       2.2.2cvs1
3369
3370         * configure.ac
3371                 Update version number following
3372                 stable release
3373
3374 2006-06-06 [paul]       2.2.1cvs6
3375
3376         * src/matcher.c
3377                 fix  implicit declaration of
3378                 sylpheed_do_idle()
3379                 Patch by Fabien Vantard
3380
3381 2006-06-06 [paul]       2.2.1cvs5
3382
3383         * src/matcher.c
3384                 fix age_greater and age_lower so that they
3385                 mean what say and not '...or equal to'
3386                 Thanks to Colin
3387
3388 2006-06-06 [paul]       2.2.1cvs4
3389
3390         * src/textview.c
3391         * src/common/utils.c
3392                 fix URI check
3393                 Thanks to Colin
3394
3395 2006-06-05 [wwp]        2.2.1cvs3
3396
3397         * manual/fr/account.xml
3398                 minor language fixes (thanks to Fabien Vantard).
3399
3400 2006-06-05 [colin]      2.2.1cvs2
3401
3402         * src/prefs_folder_item.c
3403         * src/folderview.c
3404                 Allow recursive setting of properties 
3405                 for whole mailboxes
3406         * src/matcher.c
3407                 Don't freeze on 'test' filtering rule
3408
3409 2006-06-05 [colin]      2.2.1cvs1
3410
3411         * configure.ac
3412                 Update version number following
3413                 stable release
3414
3415 2006-06-04 [wwp]        2.2.0cvs82
3416
3417         * manual/glossary.xml
3418         * manual/account.xml
3419         * manual/fr/glossary.xml
3420         * manual/fr/account.xml
3421                 added glossary section and references/links related to the Face custom header.
3422
3423 2006-06-04 [colin]      2.2.0cvs81
3424
3425         * src/summaryview.c
3426                 Skip to next message on move with no
3427                 immediate execution
3428
3429 2006-06-04 [wwp]        2.2.0cvs80
3430
3431         * manual/xml2pdf
3432                 added sanity checks, exit when needed.
3433
3434 2006-06-03 [paul]       2.2.0cvs79
3435
3436         * src/prefs_receive.c
3437                 page name is now 'Receiving'
3438         * src/prefs_send.c
3439                 page name is now 'Sending'
3440
3441 2006-06-03 [colin]      2.2.0cvs78
3442
3443         * src/plugins/spamassassin/spamassassin_gtk.c
3444                 Autoswitch to Localhost if transport was previously
3445                 disabled. Else people had to check [] Enable, then
3446                 *reselect* transport.
3447
3448 2006-06-03 [colin]      2.2.0cvs77
3449
3450         * src/plugins/pgpinline/pgpinline.c
3451         * src/plugins/pgpmime/pgpmime.c
3452                 Check that gpg_data_release_and_get_mem 
3453                 didn't fail (now, why this happens...)
3454
3455 2006-06-03 [colin]      2.2.0cvs76
3456
3457         * src/mbox.c
3458                 Fix bug #962 (Manual and/or UI should 
3459                 warn about incompatible locking 
3460                 causing dataloss)
3461
3462 2006-06-02 [cleroy]     2.2.0cvs75
3463
3464         * src/filtering.c
3465         * src/folder.c
3466         * src/procmsg.c
3467         * src/summaryview.c
3468                 Fix a few leaks
3469
3470 2006-06-02 [colin]      2.2.0cvs74
3471
3472         * src/main.c
3473                 On exit, free caches after writing them
3474                 Shuts up some valgrind false positives
3475         * src/procmsg.c
3476         * src/send_message.c
3477                 Fix races when reusing existing SMTP connections
3478                 Fix inexistant session timeout
3479         * src/toolbar.c
3480                 Display alertpanel after all queues have
3481                 been processed, not after each
3482
3483 2006-06-02 [wwp]        2.2.0cvs73
3484
3485         * manual/fr/glossary.xml
3486         * manual/fr/ack.xml
3487         * manual/ack.xml
3488                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
3489
3490 2006-06-02 [wwp]        2.2.0cvs72
3491
3492         * manual/xml2pdf
3493         * manual/dist/pdf/Makefile.am
3494         * manual/dtd/manual.xsl
3495         * manual/fr/dist/pdf/Makefile.am
3496         * manual/pl/dist/pdf/Makefile.am
3497                 we changed the procedure to generate the .pdf version of the manual.
3498                 The procedure is more modern and the .pdf we get now has a valid index.
3499                 Here are the new pre-requisites:
3500
3501                 - JRE 1.x (1.4 here): there must be one from your distro
3502                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
3503                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
3504                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
3505
3506                 See my posts for further info about the installation of this toolchain:
3507
3508                 Date: Fri, 19 May 2006 19:40:06 +0200
3509                 From: wwp <subscript@free.fr>
3510                 To: sylpheed-claws-devel@lists.sourceforge.net
3511                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
3512
3513                 and
3514
3515                 Date: Wed, 24 May 2006 12:58:49 +0200
3516                 From: wwp <subscript@free.fr>
3517                 To: sylpheed-claws-devel@lists.sourceforge.net
3518                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
3519
3520 2006-06-01 [colin]      2.2.0cvs71
3521
3522         * src/compose.c
3523                 Better guards against IMAP races
3524         * src/main.c
3525         * src/prefs_common.c
3526         * src/prefs_common.h
3527         * src/common/ssl_certificate.c
3528         * src/etpan/imap-thread.c
3529         * src/etpan/imap-thread.h
3530         * src/gtk/sslcertwindow.c
3531                 New hidden option ssl_skip_cert_check to 
3532                 avoid dups of bug #959 (libetpan linked
3533                 against gnutls and gnutls buggy on 64bit)
3534                 Present expired warning only once per
3535                 session/server.
3536         * manual/advanced.xml
3537         * manual/fr/advanced.xml
3538                 Document new option
3539
3540 2006-06-01 [wwp]        2.2.0cvs70
3541
3542         * src/messageview.c
3543                 fix for bug #961 (return receipt dialog 
3544                 complains incorrectly about return-path 
3545                 email adress being different), thanks 
3546                 to Colin.
3547
3548 2006-05-31 [cleroy]     2.2.0cvs69
3549
3550         * src/common/ssl.c
3551                 Guard against NULLs, although this
3552                 should never be an issue
3553
3554 2006-05-31 [colin]      2.2.0cvs68
3555
3556         * src/filtering.c
3557                 Use g_slist_prepend
3558         * src/imap.c
3559                 Don't remove caches when destroying folder, it
3560                 could (should) be done at exit
3561         * src/inc.c
3562                 free processing cache after incorporation
3563         * src/etpan/imap-thread.c
3564                 Maybe fix bug #959 (Crash on moving to emails 
3565                 to a imap account per ssl with a expired 
3566                 certificate.)
3567
3568 2006-05-30 [colin]      2.2.0cvs67
3569
3570         * src/summaryview.c
3571                 Put back event flush when displaying message
3572                 It avoids reading a bunch of messages just
3573                 by hitting shift-n for too long ;)
3574
3575 2006-05-29 [colin]      2.2.0cvs66
3576
3577         * src/summaryview.c
3578                 Remove useless g_warnings
3579
3580 2006-05-29 [colin]      2.2.0cvs65
3581
3582         * src/imap.c
3583                 Fix g_slist_append()s for performance
3584
3585 2006-05-29 [colin]      2.2.0cvs64
3586
3587         * src/compose.c
3588         * src/common/utils.c
3589                 Fix extraneous tab at start of addresses
3590         * src/mainwindow.c
3591                 Fix warnings (thanks to Fabien)
3592                 Fix crash at exit when composing messages 
3593                 exist
3594         * src/pop.c
3595                 Fix progress bar when deleting expired mails
3596                 Thanks to Hiro
3597         * src/summaryview.c
3598         * src/gtk/gtksctree.c
3599                 Fix re-sorting slowness
3600
3601 2006-05-29 [paul]       2.2.0cvs63
3602
3603         * src/mh.c
3604                 fetch full message when moving mails
3605                 from another mailbox, (fixed data loss
3606                 when filtering from IMAP to MH, introduced
3607                 in 2.2.0cvs57).
3608                 Thanks to Colin
3609
3610 2006-05-29 [mones]      2.2.0cvs62
3611
3612         * src/gtk/gtksctree.c
3613                 Unselect faster (patch by Colin)        
3614
3615 2006-05-26 [colin]      2.2.0cvs61
3616
3617         * src/summaryview.c
3618                 Unplug MSGINFO_UPDATE callback on delete too.
3619
3620 2006-05-26 [colin]      2.2.0cvs60
3621
3622         * src/foldersel.c
3623                 Fix bold in folder selection window with glib2.10
3624                 thanks Hiro
3625
3626 2006-05-26 [colin]      2.2.0cvs59
3627
3628         * src/procheader.c
3629                 Convert date only if necessary (and don't
3630                 try to convert from utf8 to utf8, too)
3631         * src/summaryview.c
3632                 Only set column's text if the column's 
3633                 displayed
3634
3635 2006-05-26 [colin]      2.2.0cvs58
3636
3637         * src/summaryview.c
3638         * src/gtk/gtkutils.c
3639                 Fix useless warning
3640
3641 2006-05-26 [colin]      2.2.0cvs57
3642
3643         * src/mainwindow.c
3644                 Make summaryview selectable as long as 
3645                 no message has focus
3646         * src/mh.c
3647                 Faster deletion (by implementing mh_remove_msgs)
3648                 Faster copy (avoid using mh_fetch_msg just to get
3649                 the filename)
3650                 Faster move (using move_file instead of copy_file
3651                 if MSG_IS_MOVE)
3652                 No progressbar if total number of mails to cp/mv 
3653                 is less than 100
3654         * src/summaryview.c
3655                 Fix removal from subject_table when mail gets moved
3656                 Faster deletion (g_slist_prepend instead of append)
3657         * src/gtk/gtksctree.c
3658                 Remove useless code
3659
3660 2006-05-25 [colin]      2.2.0cvs56
3661
3662         * src/common/ssl_certificate.c
3663                 Fix leak in expired cert check
3664
3665 2006-05-25 [colin]      2.2.0cvs55
3666
3667         * src/mh.c
3668                 Disable flags syncing on .mh_sequences - it
3669                 is buggy and marks mails read under unknown
3670                 conditions.
3671
3672 2006-05-25 [paul]
3673
3674         * 2.3.0-rc4 released
3675
3676 2006-05-24 [colin]      2.2.0cvs54
3677
3678         attention cvs users: if you manage to crash
3679         Sylpheed-Claws while moving, copying or deleting
3680         mails, we *are* interested in stack traces and
3681         valgrind logs. It looks stable, but one never
3682         knows...
3683
3684         * src/folder.c
3685                 Add progressbar for cache updates
3686         * src/folderutils.c
3687                 Optimize Mark all read in the current
3688                 folder
3689         * src/mh.c
3690                 Add progressbar for copy/move
3691         * src/procmsg.c
3692                 Optimize O(n^2) in copy/move
3693         * src/summaryview.c
3694         * src/gtk/gtksctree.c
3695                 Optimize O(n^2) algos
3696         * src/common/timing.h
3697                 Display ms instead of us
3698
3699 2006-05-24 [wwp]        2.2.0cvs53
3700
3701         * manual/fr/advanced.xml
3702                 updates to the French manual.
3703
3704 2006-05-24 [wwp]        2.2.0cvs52
3705
3706         * src/common/utils.c
3707                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
3708
3709 2006-05-24 [wwp]        2.2.0cvs51
3710
3711         * src/folderutils.c
3712                 fixed "mark all read" in MH folders (thanks to Colin).
3713
3714 2006-05-24 [paul]       2.2.0cvs50
3715
3716         * doc/man/sylpheed-claws.1
3717                 updated the man page
3718
3719 2006-05-23 [colin]      2.2.0cvs49
3720
3721         * src/folderview.c
3722         * src/imap.c
3723         * src/inc.c
3724         * src/mbox.c
3725         * src/messageview.c
3726         * src/news.c
3727         * src/send_message.c
3728         * src/summaryview.c
3729         * src/gtk/sslcertwindow.c
3730                 alertpanel fixes, by Fabien
3731
3732 2006-05-23 [colin]      2.2.0cvs48
3733
3734         * src/folder.c
3735         * src/folderview.c
3736         * src/msgcache.c
3737         * src/summaryview.c
3738         * src/gtk/gtksctree.c
3739         * src/gtk/gtksctree.h
3740                 More timings
3741                 Fix slow loading problem, which was caused by the
3742                 use of some gtk_ctree funcs and their use of
3743                 g_list_position while gtk_ctree_(un)link'ing.
3744                 Reap more functions from gtkctree.c to be sure we
3745                 use our (fast) version instead of theirs.
3746         * src/mh.c
3747                 Fix copy of unread mails
3748
3749
3750 2006-05-22 [wwp]        2.2.0cvs47
3751
3752         * manual/fr/advanced.xml
3753                 updated.
3754
3755 2006-05-22 [colin]      2.2.0cvs46
3756
3757         * src/filtering.c
3758                 Fix possible infinite loop. 'copy' is not a 
3759                 final action, so when encountering a 'copy',
3760                 we have to check if a previous one was set
3761                 and do it. In the same way, if we encounter
3762                 a 'move' we have to perform a possibly 
3763                 pending 'copy'. This will slow down filtering
3764                 on IMAP if move+copy or multiple copy actions
3765                 are to be done, but handling it via the batch
3766                 would be really too convoluted.
3767
3768 2006-05-22 [wwp]        2.2.0cvs45
3769
3770         * manual/fr/advanced.xml
3771         * manual/fr/faq.xml
3772         * manual/fr/glossary.xml
3773         * manual/fr/handling.xml
3774         * manual/fr/intro.xml
3775         * manual/fr/plugins.xml
3776         * manual/fr/sylpheed-claws-manual.xml
3777                 sync w/ the english manual: updates URIs, documented mailing-list
3778                 support, better explanation about the enabled/disabled feature
3779                 in filtering/processing rules by Paul.
3780
3781 2006-05-21 [colin]      2.2.0cvs44
3782
3783         * src/summaryview.c
3784                 Don't expand after building threads, but during
3785
3786 2006-05-21 [colin]      2.2.0cvs43
3787
3788         * src/procmsg.c
3789         * src/summaryview.c
3790                 More timing possibilities... For next time I have 
3791                 to find out how the hell some 3GHz computer takes
3792                 one minute to open a 30k folder...
3793
3794 2006-05-21 [colin]      2.2.0cvs42
3795
3796         * manual/pl/advanced.xml
3797         * manual/pl/faq.xml
3798         * manual/pl/glossary.xml
3799         * manual/pl/handling.xml
3800         * manual/pl/intro.xml
3801         * manual/pl/plugins.xml
3802         * manual/pl/sylpheed-claws-manual.xml
3803                 Polish manual updated by Pawel
3804
3805 2006-05-20 [colin]
3806
3807         * 2.3.0-rc3 released
3808
3809 2006-05-20 [colin]      2.2.0cvs41
3810
3811         * src/imap.c
3812                 Fix -rc2 problems:
3813                 - remove cache of moved messages from original folder
3814                 - apply new flags to messages even if they aren't appliable
3815                   via IMAP.
3816
3817 2006-05-20 [colin]
3818
3819         * 2.3.0-rc2 released
3820
3821 2006-05-19 [colin]      2.2.0cvs40
3822
3823         * src/imap.c
3824                 Don't issue SELECT in imap_change_flags
3825                 before having checked that we indeed have
3826                 some flags to change. MSG_POSTFILTERED for
3827                 example can't be used on IMAP.
3828                 Fixes bug #955 (copying messages between 
3829                 imap folders is extremely slow), which was
3830                 a regression.
3831
3832 2006-05-19 [colin]      2.2.0cvs39
3833
3834         * src/folder.c
3835         * src/folder.h
3836         * src/folderview.c
3837                 Try to fix bug #830 (Some unread messages 
3838                 get marked read in IMAP inbox):
3839                 - Prevent scanning a folder if it's being 
3840                   opened via the GUI
3841                 - Postpone opening via the GUI of a folder
3842                   currently scanned.
3843
3844
3845 2006-05-19 [wwp]        2.2.0cvs38
3846
3847         * manual/advanced.xml
3848                 fix English+typo (thanks to Paul).
3849
3850 2006-05-19 [wwp]        2.2.0cvs37
3851
3852         * manual/advanced.xml
3853         * manual/fr/advanced.xml
3854         * src/gtk/logwindow.c
3855         * src/prefs_common.c
3856         * src/prefs_common.h
3857                 added hidden prefs to allow customization of colors used in
3858                 protocol log window (useful for dark gtk+ themes).
3859
3860 2006-05-19 [wwp]        2.2.0cvs36
3861
3862         * ChangeLog
3863                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
3864
3865 2006-05-19 [paul]       2.2.0cvs35
3866
3867         * src/textview.c
3868                 make Reply-To fully clickable
3869         * src/gtk/logwindow.c
3870                 more colouring (SMTP ESMTP)
3871         Both patches by Pawel Pekala
3872
3873 2006-05-19 [cleroy]     2.2.0cvs34
3874
3875         * src/mh.c
3876                 Don't update flags from current folder
3877                 Probably fixes bug #935 (Read Messages 
3878                 Revert to Being Marked as Unread)
3879
3880 2006-05-18 [colin]      2.2.0cvs33
3881
3882         * src/imap.c
3883                 Warning fix
3884         * src/compose.c
3885         * src/mainwindow.c
3886         * src/summaryview.c
3887         * src/toolbar.c
3888                 Allow replying to multiple emails
3889                 in multiple windows
3890         * src/mimeview.c
3891         * src/etpan/imap-thread.c
3892                 Leak fixes
3893
3894 2006-05-18 [paul]       2.2.0cvs32
3895
3896         * src/summaryview.c
3897                 keep Mailing-List menu refreshed
3898                 Thanks to Colin
3899
3900 2006-05-18 [paul]       2.2.0cvs31
3901
3902         * manual/advanced.xml
3903         * manual/faq.xml
3904         * manual/glossary.xml
3905         * manual/handling.xml
3906         * manual/intro.xml
3907         * manual/plugins.xml
3908         * manual/sylpheed-claws-manual.xml
3909                 update URLs
3910                 add info about mailing-list support
3911                 edit filtering info
3912         * src/wizard.c
3913         * src/common/defs.h
3914         * src/gtk/about.c
3915         * src/plugins/dillo_viewer/README
3916                 update URLs
3917
3918 2006-05-17 [wwp]        2.2.0cvs30
3919
3920         * manual/handling.xml
3921         * manual/fr/handling.xml
3922                 documented the ability to enabled/disable filtering/processing rules.
3923
3924 2006-05-17 [colin]      2.2.0cvs29
3925
3926         * src/main.c
3927                 Don't initialize g_thread subsystem if it's 
3928                 already done (thanks to Hiro)
3929         * src/mimeview.c
3930                 Fix saving of parts when there name can't be
3931                 converted from UTF-8.
3932
3933 2006-05-17 [paul]       2.2.0cvs28
3934
3935         * po/Makefile.in.in
3936                 fix config.status warning with autoconf 2.60
3937
3938 2006-05-17 [paul]       2.2.0cvs27
3939
3940         * po/POTFILES.in
3941                 add src/mbox.c
3942
3943 2006-05-17 [wwp]        2.2.0cvs26
3944
3945         * src/mainwindow.c
3946                 fix useless and potentially dangerous buffer walking (thanks to Colin).
3947
3948 2006-05-17 [wwp]        2.2.0cvs25
3949
3950         * src/plugins/demo/demo.c
3951                 updated product name in plugin demo (many plugins need to be
3952                 sync'ed w/ that change).
3953
3954 2006-05-17 [colin]      2.2.0cvs24
3955
3956         * src/mh.c
3957                 Fix leak
3958
3959 2006-05-16 [colin]      2.2.0cvs23
3960
3961         * src/mainwindow.c
3962                 Stupid me hit again. Fix cvs22.
3963
3964 2006-05-16 [colin]      2.2.0cvs22
3965
3966         * src/mainwindow.c
3967                 Fix bug #922 (sylpheed-claws crashed after 
3968                 pushing on Inbox folder)
3969
3970 2006-05-16 [colin]      2.2.0cvs21
3971
3972         * src/compose.c
3973                 Make From header be copy/paste/select-able
3974
3975 2006-05-16 [wwp]        2.2.0cvs20
3976
3977         * src/export.c
3978         * src/matcher.c
3979         * src/summaryview.c
3980         * src/etpan/imap-thread.c
3981                 fix some compiler warnings (thanks to Colin).
3982
3983 2006-05-16 [wwp]        2.2.0cvs19
3984
3985         * src/action.c
3986         * src/gedit-print.c
3987         * src/inc.c
3988         * src/mainwindow.c
3989         * src/mh.c
3990         * src/statusbar.c
3991         * src/send_message.c
3992         * src/summaryview.c
3993                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
3994
3995 2006-05-15 [colin]      2.2.0cvs18
3996
3997         * src/procmsg.c
3998                 Fix automatic rule creation with List-Post
3999
4000 2006-05-15 [paul]       2.2.0cvs17
4001
4002         * tools/filter_conv_new.pl
4003                 updated for rule enabling/disabling
4004                 claws version >= 2.3.x required
4005
4006 2006-05-15 [cleroy]     2.2.0cvs16
4007
4008         * src/main.c
4009                 Revert test
4010
4011 2006-05-15 [cleroy]     2.2.0cvs15
4012
4013         * src/main.c
4014                 test
4015
4016 2006-05-15 [wwp]        2.2.0cvs14
4017
4018         * manual/pl/.cvsignore
4019                 ignore generated files.
4020
4021 2006-05-14 [wwp]        2.3.0-rc1
4022
4023         * 2.3.0-rc1 released
4024
4025 2006-05-13 [wwp]        2.2.0cvs13
4026
4027         * src/filtering.c
4028         * src/filtering.h
4029         * src/matcher.c
4030         * src/matcher_parser_lex.l
4031         * src/matcher_parser_parse.y
4032         * src/prefs_filtering.c
4033                 new feature: provide the ability to disable filtering and processing
4034                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
4035                 adaptations.
4036
4037 2006-05-13 [colin]      2.2.0cvs12
4038
4039         * src/compose.c
4040                 Remove useless if (a) b; else b;
4041                 Thanks to wwp
4042
4043 2006-05-13 [wwp]        2.2.0cvs11
4044
4045         * src/export.c
4046         * src/import.c
4047         * src/mainwindow.c
4048         * src/mbox.c
4049         * src/summaryview.c
4050         * src/summaryview.h
4051                 no more silent failures (or at least less ones) when importing
4052                 or exporting from/to mbox. Also start importing/exporting if
4053                 the necessary info is set.
4054
4055 2006-05-13 [wwp]        2.2.0cvs10
4056
4057         * RELEASE_NOTES
4058                 restored up-to-date release notes.
4059
4060 2006-05-13 [paul]       2.2.0cvs9
4061
4062         * po/nl.po
4063         * po/ru.po
4064                 updated by Tim Dijkstra and Pavlo Bohmat
4065
4066 2006-05-12 [colin]      2.2.0cvs8
4067
4068         * src/gtk/quicksearch.c
4069                 Add "k" as shortcut for "colorlabel". Patch
4070                 by ath42@users.sf.net.
4071
4072 2006-05-12 [paul]       2.2.0cvs7
4073
4074         * src/prefs_common.h
4075         * src/prefs_summaries.c
4076         * src/summaryview.c
4077                 when entering a folder also allow
4078                 going directly to first Marked message
4079
4080 2006-05-12 [paul]       2.2.0cvs6
4081
4082         * src/summaryview.c
4083                 always obey 'confirm before marking all
4084                 mails read' option
4085
4086 2006-05-12 [paul]       2.2.0cvs5
4087
4088         * src/textview.c
4089                 make Sender fully clickable
4090
4091 2006-05-12 [colin]      2.2.0cvs4
4092
4093         * src/compose.c
4094         * src/compose.h
4095                 Let From be editable
4096         * src/main.c
4097         * src/mh.c
4098                 Full support of .mh_sequences' Unseen seq
4099
4100 2006-05-12 [colin]      2.2.0cvs3
4101
4102         * src/folder.c
4103         * src/mainwindow.c
4104         * src/mainwindow.h
4105         * src/messageview.c
4106         * src/prefs_spelling.c
4107         * src/procheader.c
4108         * src/procmsg.c
4109         * src/procmsg.h
4110         * src/summaryview.c
4111         * src/toolbar.c
4112         * src/toolbar.h
4113                 Add contextual menu on Compose toolbar
4114                 button. Fixes bug #944 (Automatic
4115                 addresses not applied when changing account
4116                 from compose window)
4117                 add Mailing List support
4118                 based on the old 0.6.5claws25 patch by
4119                 Melvin Hadasht, with finishing touches
4120                 by Colin
4121                 Fix "ignore thread" when mails are threaded by
4122                 subject (and weren't ignored although appearing
4123                 in the thread).
4124                 GUI rework.
4125                 Both patches by Pawel.
4126
4127 2006-05-08 [paul]       2.2.0cvs2
4128
4129         * src/mainwindow.c
4130         * src/mainwindow.h
4131         * src/messageview.c
4132         * src/procheader.c
4133         * src/procmsg.c
4134         * src/procmsg.h
4135         * src/summaryview.c
4136                 add Mailing List support
4137                 based on the old 0.6.5claws25 patch by 
4138                 Melvin Hadasht, with finishing touches
4139                 by Colin
4140
4141 2006-05-08 [colin]      2.2.0cvs1
4142
4143         * src/mainwindow.c
4144         * src/toolbar.c
4145         * src/toolbar.h
4146                 Add contextual menu on Compose toolbar 
4147                 button. Fixes bug #944 (Automatic 
4148                 addresses not applied when changing account 
4149                 from compose window)
4150
4151 2006-05-08 [paul]       2.2.0
4152
4153         2.2.0 released
4154
4155 2006-05-08 [paul]       2.1.1cvs51
4156
4157         * po/cs.po
4158         * po/de.po
4159         * po/en_GB.po
4160         * po/fi.po
4161         * po/fr.po
4162         * po/pt_BR.po
4163         * po/sr.po
4164         * po/zh_CN.po
4165                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4166                 Fabien Vantard, Frederico Goncalves Guimaraes,
4167                 Aleksandar Urosevic, and Ralgh Young
4168
4169 2006-05-12 [colin]      2.1.1cvs50
4170
4171         * po/cs.po
4172         * po/de.po
4173         * po/en_GB.po
4174         * po/es.po
4175         * po/fi.po
4176         * po/fr.po
4177         * po/pt_BR.po
4178         * po/sr.po
4179         * po/zh_CN.po
4180                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4181                 Fabien Vantard, Frederico Goncalves Guimaraes,
4182                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
4183
4184 2006-05-05 [colin]      2.1.1cvs49
4185
4186         * manual/Makefile.am
4187         * manual/pl/Makefile.am
4188         * manual/pl/account.xml
4189         * manual/pl/ack.xml
4190         * manual/pl/addrbook.xml
4191         * manual/pl/advanced.xml
4192         * manual/pl/faq.xml
4193         * manual/pl/glossary.xml
4194         * manual/pl/gpl.xml
4195         * manual/pl/handling.xml
4196         * manual/pl/intro.xml
4197         * manual/pl/keyboard.xml
4198         * manual/pl/plugins.xml
4199         * manual/pl/starting.xml
4200         * manual/pl/sylpheed-claws-manual.xml
4201         * manual/pl/dist/.cvsignore
4202         * manual/pl/dist/Makefile.am
4203         * manual/pl/dist/html/.cvsignore
4204         * manual/pl/dist/html/Makefile.am
4205         * manual/pl/dist/pdf/.cvsignore
4206         * manual/pl/dist/pdf/Makefile.am
4207         * manual/pl/dist/ps/.cvsignore
4208         * manual/pl/dist/ps/Makefile.am
4209         * manual/pl/dist/txt/.cvsignore
4210         * manual/pl/dist/txt/Makefile.am
4211                 Add the polish translation of the manual,
4212                 Authored by Pawel Pekala.
4213
4214 2006-05-05 [cleroy]     2.1.1cvs48
4215
4216         * src/main.c
4217                 Re-read matcherrc after loading plugins 
4218                 if some of them add folders.
4219
4220 2006-05-03 [colin]      2.1.1cvs47
4221
4222         * src/imap.c
4223                 I'm idiot
4224
4225 2006-05-03 [colin]      2.1.1cvs46
4226
4227         * src/imap.c
4228                 Be sure to have a session when
4229                 getting separator
4230
4231 2006-05-03 [colin]      2.1.1cvs45
4232
4233         * src/imap.c
4234         * src/imap.h
4235         * src/imap_gtk.c
4236                 Fix preventing renaming with namespace 
4237                 separator.
4238
4239 2006-05-01 [colin]      2.1.1cvs44
4240
4241         * src/action.c
4242                 Don't reload messageview when result of
4243                 action is piped.
4244
4245 2006-04-29 [colin]      2.1.1cvs43
4246
4247         * src/prefs_receive.c
4248         * src/plugins/spamassassin/spamassassin_gtk.c
4249         * src/plugins/clamav/clamav_plugin_gtk.c
4250                 GUI fixes by Pawel
4251
4252 2006-04-29 [colin]      2.1.1cvs42
4253
4254         * src/prefs_compose_writing.c
4255         * src/prefs_quote.c
4256                 Cleanups. Patch by Pawel
4257
4258 2006-04-28 [paul]       2.1.1cvs41
4259
4260         * src/matcher.c
4261                 fix returned quick search results when search
4262                 term contains an underscore.
4263                 Thanks to Colin
4264
4265 2006-04-28 [paul]       2.1.1cvs40
4266
4267         * src/prefs_message.c
4268         * src/prefs_receive.c
4269                 GUI cleanups
4270                 Patches by Pawel Pekala
4271
4272 2006-04-27 [colin]      2.1.1cvs39
4273
4274         * src/wizard.c
4275                 Differentiate subject Welcome from
4276                 window's title Welcome
4277
4278 2006-04-27 [paul]
4279
4280         2.2.0-rc1 released
4281
4282 2006-04-27 [paul]       2.1.1cvs38
4283
4284         * manual/advanced.xml
4285         * manual/fr/advanced.xml
4286                 add info about compose_no_markup hidden pref
4287
4288 2006-04-27 [paul]       2.1.1cvs37
4289
4290         * src/prefs_account.c
4291                 improve privacy labels
4292         * src/prefs_msg_colors.c
4293                 change some strings for translators' convenience
4294         * src/gtk/gtkutils.c
4295                 don't underline the link button text
4296
4297 2006-04-25 [colin]      2.1.1cvs36
4298
4299         * src/folder.c
4300                 Complete 2.1.1cvs33 (once more ;)
4301
4302 2006-04-25 [colin]      2.1.1cvs35
4303
4304         * src/editldap.c
4305                 Fix tooltip
4306
4307 2006-04-25 [cleroy]     2.1.1cvs34
4308
4309         * src/compose.c
4310         * src/gtk/gtkaspell.c
4311                 Fix crash on redirect (related to the return 
4312                 of the aspell menu in compose's toolbar)
4313         * src/prefs_msg_colors.c
4314                 Fix sensitivity widgets
4315         * src/image_viewer.c
4316         * src/gtk/pluginwindow.c
4317         * src/gtk/prefswindow.c
4318                 Change released signals to clicked (Fabien)
4319         * po/POTFILES.in
4320         * src/common/socket.c
4321         * src/plugins/spamassassin/spamassassin.c
4322                 Translate strings (Fabien)
4323
4324 2006-04-25 [paul]       2.1.1cvs33
4325
4326         * src/folder.c
4327         * src/folder.h
4328         * src/folderview.c
4329                 complete the fix of bug #912
4330                 Thanks to Colin
4331
4332 2006-04-25 [colin]      2.1.1cvs32
4333
4334         * src/news.c
4335                 Better progress bar
4336         * src/mimeview.c
4337         * src/summaryview.c
4338         * src/summaryview.h
4339                 Fix focus chain
4340                 Patches by Pawel Pekala
4341
4342 2006-04-24 [colin]      2.1.1cvs31
4343
4344         * src/compose.c
4345                 Fix compilation warnings (Fabien)
4346
4347 2006-04-24 [colin]      2.1.1cvs30
4348
4349         * src/addrindex.c
4350         * src/editldap.c
4351         * src/editldap_basedn.c
4352         * src/editldap_basedn.h
4353         * src/ldapctrl.c
4354         * src/ldapctrl.h
4355         * src/ldapquery.c
4356         * src/ldaputil.c
4357         * src/ldaputil.h
4358                 Fix bug #901 (LDAPS support)
4359
4360 2006-04-24 [colin]      2.1.1cvs29
4361
4362         * src/compose.c
4363                 Fix logic on error with send dialog on
4364         * src/imap.c
4365                 Fix compilation without libetpan, thanks
4366                 to Fabien
4367         * src/summaryview.c
4368                 Fix 'context-menu' key
4369
4370 2006-04-23 [colin]      2.1.1cvs28
4371
4372         * src/folder.c
4373                 Never free current's cache to free up 
4374                 memory. Fixes bug #912 (new count 
4375                 randomly set to message count)
4376
4377 2006-04-23 [colin]      2.1.1cvs27
4378
4379         * src/gtk/quicksearch.c
4380                 And remove printf...
4381
4382 2006-04-23 [colin]      2.1.1cvs26
4383
4384         * src/gtk/quicksearch.c
4385                 Fix replacing in quicksearch, and fix inserting
4386                 in the middle of the string. (introduced at 2.1.0cvs22)
4387
4388 2006-04-23 [colin]      2.1.1cvs25
4389
4390         * src/imap.c
4391                 Make sure uidnext is initialized in get_num_list
4392                 (not for stable, related to 2.1.1cvs8 and friends)
4393
4394 2006-04-23 [colin]      2.1.1cvs24
4395
4396         * src/imap.c
4397                 Output something when login is successful
4398                 too
4399
4400 2006-04-23 [colin]      2.1.1cvs23
4401
4402         * src/etpan/imap-thread.c
4403                 Better logging (line-per-line, hide data in fetch)
4404                 Fix a const warning
4405         * src/gtk/logwindow.c
4406         * src/gtk/logwindow.h
4407                 Better logging (color for input/output)
4408
4409 2006-04-21 [colin]      2.1.1cvs22
4410
4411         * src/gtk/quicksearch.c
4412                 On gtk+-2.8, use stock buttons in quicksearch
4413                 Based on a patch by Fabien and a design by Paul
4414
4415 2006-04-21 [colin]      2.1.1cvs21
4416
4417         * src/folderview.c
4418         * src/mainwindow.c
4419                 Fix occasional flicker in folderview
4420         * src/common/utils.c
4421                 Fix bug #943 (Incorrectly parsed email address 
4422                 list in short headers on message view and in 
4423                 printouts)
4424
4425 2006-04-20 [colin]      2.1.1cvs20
4426
4427         * src/imap.c
4428         * src/imap.h
4429         * src/prefs_account.c
4430                 Add ANONYMOUS auth for IMAP
4431
4432 2006-04-20 [paul]       2.1.1cvs19
4433
4434         * src/main.c
4435                 proper fix for 2.1.1cvs18
4436                 Thanks to Colin
4437
4438 2006-04-20 [paul]       2.1.1cvs18
4439
4440         * src/main.c
4441                 fix build warnings
4442
4443 2006-04-20 [paul]       2.1.1cvs17
4444
4445         * src/gtk/quicksearch.c
4446                 fix standard, non-extended Quick search,
4447                 was broken in 2.1.1cvs15.
4448                 Thanks to Colin.
4449
4450 2006-04-20 [colin]      2.1.1cvs16
4451
4452         * src/prefs_matcher.c
4453                 Fix values when reselecting a ~test
4454                 rule
4455
4456 2006-04-19 [colin]      2.1.1cvs15
4457
4458         * src/compose.c
4459         * src/compose.h
4460         * src/gtk/gtkaspell.c
4461         * src/gtk/gtkaspell.h
4462                 Put back Options menu in Spelling/
4463         * src/gtk/quicksearch.c
4464                 Don't search, and show error, if the
4465                 advanced search has a syntax error
4466
4467 2006-04-18 [colin]      2.1.1cvs14
4468
4469         * src/textview.c
4470                 Fix gdk warnings on set_cursor when textview
4471                 isn't visible
4472
4473 2006-04-18 [colin]      2.1.1cvs13
4474
4475         * src/gtk/gtksctree.c
4476                 Remove seemingly useless refresh that causes
4477                 flicker - watch this commit in case of 
4478                 problems before planned backport to stable
4479
4480 2006-04-18 [colin]      2.1.1cvs12
4481
4482         * src/imap.c
4483                 Factorize get/set_xml code
4484         * src/compose.c
4485         * src/prefs_account.c
4486         * src/prefs_account.h
4487         * src/procmsg.c
4488                 Add Encrypt to self option
4489
4490 2006-04-17 [colin]      2.1.1cvs11
4491
4492         * configure.ac
4493                 Fix search on encrpyt function on dragonfly
4494                 Patch by Jonathan Buschmann <jonthn@agmact.com>
4495
4496 2006-04-17 [colin]      2.1.1cvs10
4497
4498         * src/prefs_account.c
4499                 Be safe by default: remove mails from POP3
4500                 after 7 days, not immediately
4501
4502 2006-04-17 [colin]      2.1.1cvs9
4503
4504         * src/etpan/imap-thread.c
4505                 Fix build on DragonFly - patch by 
4506                 Jonathan Buschmann <jonthn@agmact.com>
4507
4508 2006-04-17 [colin]      2.1.1cvs8
4509
4510         * src/imap.c
4511                 Save uidnext between sessions
4512
4513 2006-04-17 [colin]      2.1.1cvs7
4514
4515         * src/imap.c
4516                 scan is required when uid validity changes
4517
4518 2006-04-17 [colin]      2.1.1cvs6
4519
4520         * src/folderview.c
4521                 Don't scan if not necessary, apart in current
4522                 folder and INBOX to fetch flags.
4523         * src/imap.c
4524                 Scan is necessary if unread count changes
4525
4526 2006-04-17 [colin]      2.1.1cvs5
4527
4528         * src/imap.c
4529                 ...But always fetch ANSWERED and DELETED flags for
4530                 INBOX, as filtering can happen on these flags.
4531
4532 2006-04-17 [colin]      2.1.1cvs4
4533
4534         * src/imap.c
4535                 Don't fetch REPLIED and DELETED flags when synchronising
4536                 flags with a closed folder. We only need UNSEEN and FLAGGED
4537                 to update the folderview.
4538
4539 2006-04-17 [colin]      2.1.1cvs3
4540
4541         * src/imap.c
4542                 Faster flag search when there are new mails 
4543                 in a folder. We can do a full search if the 
4544                 folder contains less messages than the new
4545                 list.
4546
4547 2006-04-17 [colin]      2.1.1cvs2
4548
4549         * po/cs.po
4550         * po/de.po
4551         * po/fr.po
4552         * po/nl.po
4553         * po/pt_BR.po
4554                 Update translations from stable branch
4555
4556 2006-04-17 [colin]      2.1.1cvs1
4557
4558         * configure.ac
4559                 Bump version to follow stable release
4560
4561 2006-04-16 [mones]      2.1.0cvs50
4562
4563         * po/es.po
4564                 Updated for release
4565
4566 2006-04-16 [colin]      2.1.0cvs49
4567
4568         * src/textview.c
4569                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
4570                 with gtk < 2.8. Thanks to Fabien Vantard.
4571
4572 2006-04-15 [colin]      2.1.0cvs48
4573
4574         * src/etpan/imap-thread.c
4575                 Fix bug #919 (libetpan: SEGV when connecting 
4576                 using command)
4577
4578 2006-04-14 [colin]      2.1.0cvs47
4579
4580         * src/main.c
4581                 Fix race on --select (should be done better)
4582
4583 2006-04-14 [wwp]        2.1.0cvs46
4584
4585         * src/send_message.c
4586                 enforce a check for domain in account prefs (a sending
4587                 error could be faced if domain was checked but no value set),
4588                 thanks to Colin.
4589
4590 2006-04-14 [colin]      2.1.0cvs45
4591
4592         * src/codeconv.c
4593                 when converting from unknown to unknown, if the
4594                 string is UTF8, don't convert it to the locale
4595                 (which breaks it)
4596
4597 2006-04-14 [colin]      2.1.0cvs44
4598
4599         * src/compose.c
4600                 Don't try to use ASCII for converting headers
4601                 (as done in body)
4602
4603 2006-04-14 [paul]       2.1.0cvs43
4604
4605         * src/crash.c
4606                 add locale/charset info to crash report
4607         * src/gtk/about.c
4608                 add wwp to doc team
4609                 replace 'e-mail' with preferred 'email'
4610         * src/gtk/authors.h
4611                 ensure contributors list is in alphabetical
4612                 order
4613
4614 2006-04-13 [colin]      2.1.0cvs42
4615
4616         * src/textview.c
4617                 Prevent gdk warnings
4618
4619 2006-04-13 [colin]      2.1.0cvs41
4620
4621         * src/common/ssl_certificate.c
4622         * src/common/ssl_certificate.h
4623         * src/gtk/sslcertwindow.c
4624                 Warn on expired certs, and display the expiration date
4625
4626 2006-04-13 [colin]      2.1.0cvs40
4627
4628         * src/plugins/spamassassin/spamassassin_gtk.c
4629                 Fix missing set_text on unix socket
4630
4631 2006-04-13 [wwp]        2.1.0cvs39
4632
4633         * manual/fr/advanced.xml
4634         * manual/fr/glossary.xml
4635                 applied new spam/ham/email lexicon (pourriel, courriel)
4636
4637 2006-04-13 [paul]       2.1.0cvs38
4638
4639         * src/plugins/pgpmime/plugin.c
4640                 remove the mention of S/MIME from the
4641                 description. This is now handled by the
4642                 S/MIME plugin.
4643
4644 2006-04-13 [paul]       2.1.0cvs37
4645
4646         * src/prefs_msg_colors.c
4647                 rework dialog
4648         * src/prefs_folder_item.c
4649         * src/prefs_spelling.c
4650                 add a tooltip to the colour selector buttons
4651
4652 2006-04-13 [wwp]        2.1.0cvs36
4653
4654         * manual/advanced.xml
4655         * manual/glossary.xml
4656         * manual/handling.xml
4657         * manual/keyboard.xml
4658         * manual/plugins.xml
4659         * manual/starting.xml
4660         * manual/fr/account.xml
4661         * manual/fr/ack.xml
4662         * manual/fr/addrbook.xml
4663         * manual/fr/advanced.xml
4664         * manual/fr/faq.xml
4665         * manual/fr/glossary.xml
4666         * manual/fr/gpl.xml
4667         * manual/fr/handling.xml
4668         * manual/fr/intro.xml
4669         * manual/fr/keyboard.xml
4670         * manual/fr/plugins.xml
4671         * manual/fr/starting.xml
4672         * manual/fr/sylpheed-claws-manual.xml
4673                 fixes to the manuals:
4674                  - summaryview -> Message List (same in French)
4675                  - translate key names
4676                  - fix French punctuation, use non-breakable spaces when
4677                    necessary, don't use &thinsp; which is not portable
4678                  - tell what maildir and mbox formats we support
4679
4680 2006-04-12 [wwp]        2.1.0cvs35
4681
4682         * src/prefs_toolbar.c
4683                 unified a replace button more,
4684                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4685
4686 2006-04-12 [wwp]        2.1.0cvs34
4687
4688         * src/prefs_common.c
4689         * src/prefs_msg_colors.c
4690                 make default color labels translatable,
4691                 patch from Fabien Vantard <fzzzzz@gmail.com>,
4692                 thanks to Tim <timbrain@post.cz> for reporting.
4693
4694 2006-04-12 [wwp]        2.1.0cvs33
4695
4696         * manual/glossary.xml
4697         * manual/intro.xml
4698         * manual/plugins.xml
4699         * manual/starting.xml
4700         * manual/sylpheed-claws-manual.xml
4701         * manual/fr/.cvsignore
4702         * manual/fr/account.xml
4703         * manual/fr/ack.xml
4704         * manual/fr/addrbook.xml
4705         * manual/fr/advanced.xml
4706         * manual/fr/faq.xml
4707         * manual/fr/glossary.xml
4708         * manual/fr/handling.xml
4709         * manual/fr/intro.xml
4710         * manual/fr/keyboard.xml
4711         * manual/fr/plugins.xml
4712         * manual/fr/starting.xml
4713         * manual/fr/sylpheed-claws-manual.xml
4714                 various fixes: typos, missing .fr translations, punctuation,
4715                 capitalization, links, accents and some bad French more.
4716
4717 2006-04-12 [wwp]        2.1.0cvs32
4718
4719         * src/prefs_gtk.c
4720                 fix for bug #935: always store prefs files in UTF-8 (thanks
4721                 to Colin).
4722
4723 2006-04-11 [colin]      2.1.0cvs31
4724
4725         * src/compose.c
4726                 Fix inserting files not in utf8 when locale is utf8
4727
4728 2006-04-11 [colin]      2.1.0cvs30
4729
4730         * src/inc.c
4731                 Don't show error dialog when cancelling connection
4732                 Patch by Pawel
4733
4734 2006-04-11 [cleroy]     2.1.0cvs29
4735
4736         * src/compose.c
4737                 Implement multiple quote levels
4738         * src/prefs_common.c
4739                 Change a little bit the quote bgcolor for 2nd level
4740
4741 2006-04-11 [colin]      2.1.0cvs28
4742
4743         * src/gtk/about.c
4744                 Add locale and charset in the label
4745
4746 2006-04-10 [colin]      2.1.0cvs27
4747
4748         * src/compose.c
4749         * src/prefs_common.c
4750         * src/prefs_common.h
4751         * src/prefs_msg_colors.c
4752         * src/textview.c
4753                 Allow optional background color in quotes
4754                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
4755                 GTK+-2.8.x feature
4756
4757 2006-04-10 [colin]      2.1.0cvs26
4758
4759         * src/main.c
4760         * src/mainwindow.c
4761         * src/mainwindow.h
4762                 Implement --select
4763
4764 2006-04-10 [colin]      2.1.0cvs25
4765
4766         * manual/plugins.xml
4767         * manual/fr/plugins.xml
4768                 Document libcurl's proxy variables
4769
4770 2006-04-09 [colin]      2.1.0cvs24
4771
4772         * src/prefs_common.c
4773                 gettext() returns statically allocated stuff. We have
4774                 to strdup it in order to be able to free it.
4775
4776 2006-04-09 [colin]      2.1.0cvs23
4777
4778         * AUTHORS
4779         * src/gtk/authors.h
4780                 Add Alexei
4781
4782 2006-04-09 [colin]      2.1.0cvs22
4783
4784         * src/mainwindow.c
4785         * src/gtk/quicksearch.c
4786                 Fix bug #859 (problems with cyrilic input in 
4787                 search panel) - Patch by Alexey Illarionov 
4788                 <littlesavage@rambler.ru>
4789
4790 2006-04-09 [colin]      2.1.0cvs21
4791
4792         * src/prefs_customheader.c
4793                 I prefer removing then freeing rather than the contrary
4794                 (even if it doesn't change anything ;-)
4795         * src/prefs_account.c
4796                 Fix bug #933 (Crash re-entering the custom headers list 
4797                 dialog in accounts prefs)
4798                 The problem happened when cancelling the Account 
4799                 Preferences' dialogs - in which case we didn't do 
4800                 anything to the PrefsAccount * struct. In case of applying,
4801                 the old ac_prefs was replaced with the tmp_ac_prefs we were
4802                 working with in this dialog. The problem is that 
4803                 prefs_customheader.c, working on this tmp_ac_prefs, always
4804                 changes the ->customhdr_list pointer, even when cancelled. 
4805                 So in case of cancelling the prefs_account dialog, we still
4806                 have to update ->customhdr_list in the real account.
4807
4808 2006-04-08 [colin]      2.1.0cvs20
4809
4810         * manual/fr/glossary.xml
4811         * manual/fr/keyboard.xml
4812                 Forgot some headers :)
4813
4814 2006-04-08 [colin]      2.1.0cvs19
4815
4816         * manual/Makefile.am
4817         * manual/fr/Makefile.am
4818         * manual/fr/account.xml
4819         * manual/fr/ack.xml
4820         * manual/fr/addrbook.xml
4821         * manual/fr/advanced.xml
4822         * manual/fr/faq.xml
4823         * manual/fr/glossary.xml
4824         * manual/fr/gpl.xml
4825         * manual/fr/handling.xml
4826         * manual/fr/intro.xml
4827         * manual/fr/keyboard.xml
4828         * manual/fr/plugins.xml
4829         * manual/fr/starting.xml
4830         * manual/fr/sylpheed-claws-manual.xml
4831         * manual/fr/dist/.cvsignore
4832         * manual/fr/dist/Makefile.am
4833         * manual/fr/dist/html/.cvsignore
4834         * manual/fr/dist/html/Makefile.am
4835         * manual/fr/dist/pdf/.cvsignore
4836         * manual/fr/dist/pdf/Makefile.am
4837         * manual/fr/dist/ps/.cvsignore
4838         * manual/fr/dist/ps/Makefile.am
4839         * manual/fr/dist/txt/.cvsignore
4840         * manual/fr/dist/txt/Makefile.am
4841                 Add the french translation of the manual. Thanks to
4842                 Olivier Delhomme <olivier.delhomme@free.fr> for 
4843                 account.xml, ack.xml, addrbook.xml and advanced.xml
4844
4845 2006-04-08 [colin]      2.1.0cvs18
4846
4847         * manual/plugins.xml
4848         * manual/starting.xml
4849                 More fixes
4850
4851 2006-04-07 [colin]      2.1.0cvs17
4852
4853         * manual/faq.xml
4854         * manual/intro.xml
4855         * manual/keyboard.xml
4856                 Little fixes
4857
4858 2006-04-07 [colin]      2.1.0cvs16
4859
4860         * README
4861         * src/compose.c
4862         * src/prefs_common.c
4863         * src/prefs_common.h
4864                 Add hidden compose_no_markup pref
4865
4866 2006-04-07 [wwp]        2.1.0cvs15
4867
4868         * src/summary_search.c
4869         * .cvsignore
4870                 Bugfix: stop button was sticky when searching in an empty folder.
4871                 Applied curly brackets code style to the whole file (summary_search.c).
4872                 More files to ignore.
4873
4874 2006-04-07 [wwp]        2.1.0cvs14
4875
4876         * src/message_search.c
4877         * src/summary_search.c
4878                 changed default button when search bumps at file/folder
4879                 beginning or end, for convenience (thanks to Colin).
4880
4881 2006-04-07 [paul]       2.1.0cvs13
4882
4883         * src/plugins/dillo_viewer/dillo_prefs.c
4884                 avoid future potential for namespace collision
4885                 Patch by Colin
4886
4887 2006-04-06 [wwp]        2.1.0cvs12
4888
4889         * src/summary_search.c
4890                 Unify extended/advanced searches names (and thus factorize labels),
4891                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4892
4893 2006-04-06 [wwp]        2.1.0cvs11
4894
4895         * src/folderview.c
4896         * src/prefs_themes.c
4897         * src/summaryview.c
4898                 Fixed some compilation warnings.
4899
4900 2006-04-06 [colin]      2.1.0cvs10
4901
4902         * manual/advanced.xml
4903                 Document the wizard template and how to deploy
4904                 Sylpheed-Claws effectively
4905
4906 2006-04-06 [colin]      2.1.0cvs9
4907
4908         * src/folderview.c
4909                 gettext patch to tell translators about _("#"),
4910                 by Maxim Britov
4911
4912 2006-04-06 [colin]      2.1.0cvs8
4913
4914         * src/textview.c
4915                 Fix invalid GtkTextBIter after clicking "Display as text"
4916
4917 2006-04-06 [mones]      2.1.0cvs7
4918
4919         * src/addr_compl.c
4920         * src/addrindex.c
4921         * src/addritem.c
4922         * src/codeconv.c
4923         * src/compose.c
4924         * src/filtering.c
4925         * src/folder.c
4926         * src/folder_item_prefs.c
4927         * src/folderview.c
4928         * src/localfolder.c
4929         * src/matcher.c
4930         * src/mimeview.c
4931         * src/prefs_msg_colors.c
4932         * src/prefs_spelling.c
4933         * src/prefs_themes.c
4934         * src/procmime.c
4935         * src/procmsg.c
4936         * src/stock_pixmap.c
4937         * src/summaryview.c
4938         * src/textview.c
4939         * src/toolbar.c
4940         * src/common/mgutils.c
4941         * src/common/prefs.c
4942         * src/common/ssl_certificate.c
4943         * src/gtk/colorlabel.c
4944         * src/gtk/quicksearch.c
4945         * src/plugins/pgpmime/pgpmime.c
4946         * src/plugins/spamassassin/spamassassin.c
4947                 Removed redundant NULL checks for g_free() calls.
4948                 Patch by Pawel Pekala.
4949
4950 2006-04-06 [mones]      2.1.0cvs6
4951
4952         * src/prefs_actions.c
4953         * src/prefs_filtering.c
4954         * src/prefs_filtering_action.c
4955         * src/prefs_matcher.c
4956         * src/prefs_template.c
4957         * src/gtk/gtkutils.c
4958         * src/gtk/gtkutils.h
4959                 Have a nice replace button. Patch by Pawel Pekala
4960
4961 2006-04-06 [colin]      2.1.0cvs5
4962
4963         * src/addressbook.c
4964                 Fix crash with empty columns
4965
4966 2006-04-05 [colin]      2.1.0cvs4
4967
4968         * src/wizard.c
4969         * src/prefs_gtk.c
4970                 Allow wizard customization with pre-filled values
4971
4972 2006-04-05 [colin]      2.1.0cvs3
4973
4974         * src/textview.c
4975         * src/mimeview.c
4976         * src/mimeview.h
4977                 Nicer messages in mimeview
4978
4979 2006-04-05 [colin]      2.1.0cvs2
4980
4981         * src/addressbook.c
4982         * src/prefs_summaries.c
4983                 i18n fix
4984
4985 2006-04-05 [colin]      2.1.0cvs1
4986
4987         * src/plugins/pgpcore/plugin.c
4988         * src/plugins/pgpcore/select-keys.c
4989         * src/plugins/pgpcore/select-keys.h
4990         * src/plugins/pgpcore/sgpgme.c
4991         * src/plugins/pgpcore/sgpgme.h
4992         * src/plugins/pgpinline/pgpinline.c
4993         * src/plugins/pgpinline/plugin.c
4994         * src/plugins/pgpmime/pgpmime.c
4995         * src/plugins/pgpmime/plugin.c
4996                 Factorize and generalize a bit 
4997                 Drop S/MIME signature verification from PGP/MIME
4998                 (adding it as another, more complete plugin)
4999
5000 2006-04-05 [paul]       2.1.0
5001
5002         2.1.0 released
5003
5004 2006-04-05 [paul]       2.0.0cvs186
5005
5006         * manual/advanced.xml
5007                 add info on colour labels
5008
5009 2006-04-05 [paul]       2.0.0cvs185
5010
5011         * po/bg.po
5012         * po/cs.po
5013         * po/de.po
5014         * po/el.po
5015         * po/en_GB.po
5016         * po/fi.po
5017         * po/fr.po
5018         * po/it.po
5019         * po/nl.po
5020         * po/pl.po
5021         * po/pt_BR.po
5022         * po/sr.po
5023         * po/zh_CN.po
5024                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
5025                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
5026                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
5027                 Guimaraes, Aleksandar Urosevic, Ralgh Young
5028         * src/gtk/authors.h
5029         * tools/claws.i18n.status.pl
5030                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
5031                 and new Czech translator, Tim <timbrain@post.cz>
5032
5033 2006-04-05 [mones]      2.0.0cvs184
5034
5035         * po/es.po
5036                 Updated translation
5037
5038 2006-04-05 [colin]      2.0.0cvs183
5039
5040         * src/gtk/quicksearch.c
5041                 Fix bug #929 (unnecessary reload in quick search bar)
5042
5043 2006-04-05 [colin]      2.0.0cvs182
5044
5045         * src/compose.c
5046                 Fix crash on Reply with no From:
5047                 Show signature and conversion error on queuing 
5048                 (but not sending)
5049         * src/mainwindow.c
5050         * src/summaryview.c
5051         * src/summaryview.h
5052                 Factorize threading code and make sure msginfo 
5053                 is not null when it comes from a GtkCTreeRow's 
5054                 data
5055         * src/gtk/gtkaspell.c
5056                 Check for necessary things
5057         * src/gtk/gtksctree.c
5058         * src/gtk/gtksctree.h
5059                 Reset anchor if necessary when removing node
5060
5061 2006-03-29 [colin]      2.0.0cvs181
5062
5063         * src/folderview.c
5064                 Warn for disabled IMAP accounts (due to lack of
5065                 libetpan). Breaks string-freeze - sorry - but it
5066                 is kind of important ;)
5067
5068 2006-03-28 [colin]      2.0.0cvs180
5069
5070         * src/gtk/gtkutils.c
5071         * src/gtk/gtkutils.h
5072                 Add a gtkut_get_link_btn() function that
5073                 creates a button which acts like an URI
5074         * src/prefs_themes.c
5075         * src/gtk/about.c
5076                 Use this function (factorizes codes)
5077         * src/common/defs.h
5078         * src/gtk/pluginwindow.c
5079                 Add a "Get more..." in the plugins window
5080
5081 2006-03-28 [colin]      2.0.0cvs179
5082
5083         * src/common/smtp.c
5084         * src/common/passcrypt.c
5085         * src/undo.c
5086                 Warning fixes. Patch by Pawel Pekala
5087
5088 2006-03-27 [colin]      2.0.0cvs178
5089
5090         * src/undo.c
5091                 Fix undoing by blocks with spaces
5092
5093 2006-03-27 [colin]      2.0.0cvs177
5094
5095         * src/textview.c
5096                 Set margin to 3px for headers
5097
5098 2006-03-27 [paul]
5099
5100         2.1.0-rc2 released
5101
5102 2006-03-27 [wwp]        2.0.0cvs176
5103
5104         * src/summaryview.c
5105                 don't reset quicksearch when updating the message list.
5106                 Thanks to Colin.
5107
5108 2006-03-26 [wwp]        2.0.0cvs175
5109
5110         * src/compose.c
5111                 use a unified border width ('other' tab in the compose window,
5112                 patch by Pawel Pekala).
5113
5114
5115 2006-03-26 [wwp]        2.0.0cvs174
5116
5117         * src/common/quoted-printable.c
5118         * src/addressbook.c
5119                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
5120
5121 2006-03-26 [colin]      2.0.0cvs173
5122
5123         * src/quote_fmt_parse.y
5124                 Fix non-UTF8 date formats messing up the whole quote a 
5125                 little bit
5126
5127 2006-03-26 [colin]      2.0.0cvs172
5128
5129         * src/procheader.c
5130                 Make sure the date is UTF8 valid, or try to make it
5131                 so. IncrediMail is really IncrediStupid.
5132         * src/compose.c
5133                 Fix possible conversions. 
5134                 
5135
5136 2006-03-26 [colin]      2.0.0cvs171
5137
5138         * src/matcher.c
5139                 Fix corner cases in body search. This is still a
5140                 hack... It seems impossible to make it good and 
5141                 reasonably fast at the same time.
5142
5143 2006-03-26 [colin]      2.0.0cvs170
5144
5145         * src/summaryview.c
5146                 I think I killed the twilight zone bug!
5147                 summary_select_node() flushes GTK events in order
5148                 to be able to center the view. But this also 
5149                 flushes keypresses like Ctrl-Alt-U, so this can
5150                 call summary_show from summary_select_node (itself
5151                 called from summary_show, etc.). And the summaryview
5152                 has to be unlocked in this function. So just locking
5153                 while processing GTK events, and bailing if locked, 
5154                 should fix it.
5155                 Fixes bug #927 (SIGSEGV during Update Summary)
5156
5157 2006-03-25 [colin]      2.0.0cvs169
5158
5159         * src/matcher.c
5160                 Fix search in QP-encoded bodies
5161                 Fix utf-8 searches in bodies encoded in the
5162                 locale's encoding
5163         * src/common/quoted-printable.c
5164         * src/common/quoted-printable.h
5165                 Add a decode function that doesn't overwrite
5166                 the original pointer
5167                 
5168
5169 2006-03-24 [colin]      2.0.0cvs168
5170
5171         * src/action.c
5172         * src/summaryview.c
5173         * src/summaryview.h
5174                 Update message cache after action
5175                 Patch by H. Merijn Brand
5176         * src/prefs_msg_colors.c
5177                 Factorize label 
5178                 Patch by Fabien Vantard
5179         * src/plugins/spamassassin/spamassassin_gtk.c
5180                 Remove useless translation
5181                 Patch by Fabien Vantard
5182
5183 2006-03-23 [colin]      2.0.0cvs167
5184
5185         * src/common/ssl.c
5186                 Let 30 seconds to SSL_connect
5187
5188 2006-03-23 [wwp]        2.0.0cvs166
5189
5190         * src/summaryview.c
5191         * src/gtk/description_window.c
5192                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
5193                 and headers are translated; adjust description windows' width to fit their
5194                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
5195
5196 2006-03-23 [paul]       2.0.0cvs165
5197
5198         * src/common/utils.c
5199                 fix highlighting of URIs containing "()"
5200                 (2.0.0cvs164's reversal fixed)
5201                 Thanks to Colin.
5202
5203 2006-03-23 [paul]       2.0.0cvs164
5204
5205         * src/common/utils.c
5206                 revert patch, (postponing a fix), at 2.0.0cvs120
5207                 as it breaks more URIs than it fixes.
5208                 Allow '-' to be a terminating character in a URI
5209
5210 2006-03-22 [colin]      2.0.0cvs163
5211
5212         * configure.ac
5213                 Require libetpan 0.45
5214                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
5215
5216 2006-03-22 [paul]       2.0.0cvs162
5217
5218         * src/editgroup.c
5219                 replace '<-' and '->' buttons with GTK_STOCK graphical
5220                 buttons
5221         * src/summary_search.c
5222                 don't offer '...' for translation
5223                 add a tooltip to advanced search '...' button
5224         * src/gtk/quicksearch.c
5225                 don't offer '...' for translation
5226
5227 2006-03-21 [colin]      2.0.0cvs161
5228
5229         * src/compose.c
5230                 Fix middle-click pasting (insert at click
5231                 position instead of cursor position, don't
5232                 remove existing selection and allow pasting
5233                 our own selection)
5234         * src/addressbook.c
5235                 "LDAP Server" -> "LDAP servers"
5236
5237 2006-03-21 [wwp]        2.0.0cvs160
5238
5239         * src/etpan/imap-thread.c
5240                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
5241
5242 2006-03-20 [colin]      2.0.0cvs159
5243
5244         * src/summaryview.c
5245                 Don't reload summaryview after an execute with no
5246                 move action
5247
5248 2006-03-19 [colin]      2.0.0cvs158
5249
5250         * src/addressbook.c
5251                 and put groups at the top, always
5252
5253 2006-03-19 [colin]      2.0.0cvs157
5254
5255         * src/addressbook.c
5256                 Order groups before names, as previously
5257
5258 2006-03-19 [colin]      2.0.0cvs156
5259
5260         * src/addressbook.c
5261                 - Sort case-unsensitive
5262                 - Put the sort arrow at opening too
5263
5264 2006-03-19 [wwp]        2.0.0cvs155
5265
5266         * src/addressbook.c
5267                 allow sorting by name/email/remarks, ensure that right-pane's contents
5268                 matches the left-pane selection (cleared when appropriate).
5269                 Patch by Pawel Pekala <c0rn@o2.pl>.
5270
5271 2006-03-18 [colin]      2.0.0cvs154
5272
5273         * src/textview.c
5274                 Fix text cursor ;)
5275
5276 2006-03-18 [colin]      2.0.0cvs153
5277
5278         * src/gtk/filesel.c
5279                 Make sure we hide the preview if we didn't get
5280                 a filename
5281
5282 2006-03-18 [colin]      2.0.0cvs152
5283
5284         * src/summaryview.c
5285                 Set cursor to watch for execution (fixes lack
5286                 of watch-cursor when dnd'ing hundreds of mails)
5287         * src/gtk/filesel.c
5288                 Check that mime type is 'image/*' before updating
5289                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
5290
5291 2006-03-18 [colin]      2.0.0cvs151
5292
5293         * src/mainwindow.c
5294         * src/textview.c
5295         * src/textview.h
5296                 Put a watch cursor in textview too when the mainwindow's
5297                 cursor in a watch
5298
5299 2006-03-18 [colin]      2.0.0cvs150
5300
5301         * src/folder.c
5302                 Change wrong asserts to simple tests
5303
5304 2006-03-17 [colin]      2.0.0cvs149
5305
5306         * src/mainwindow.c
5307         * src/mainwindow.h
5308         * src/prefs_msg_colors.c
5309         * src/summaryview.c
5310         * src/summaryview.h
5311         * src/gtk/colorlabel.c
5312         * src/gtk/colorlabel.h
5313                 Add a color label menu in the main menubar
5314                 Add (fixed) accels Ctrl-{0-7} to change the color
5315                 They have to be fixed because the menu's dynamic,
5316                 the items are complex widgets, hence we can't use
5317                 a GtkItemFactory.
5318
5319
5320 2006-03-17 [wwp]        2.0.0cvs148
5321
5322         * src/compose.c
5323                 rollback few lines from my previous commit (those lines come from
5324                 a pending patch, accidentally commited, even if neutral as they are
5325                 commented out).
5326
5327 2006-03-17 [wwp]        2.0.0cvs147
5328
5329         * src/compose.c
5330                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
5331                 applied code style/indentation to the modified function.
5332
5333 2006-03-17 [wwp]        2.0.0cvs146
5334
5335         * src/procmsg.c
5336         * src/compose.c
5337                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
5338
5339 2006-03-17 [paul]
5340
5341         2.1.0-rc1 released
5342
5343 2006-03-17 [paul]       2.0.0cvs145
5344
5345         * src/main.c
5346                 addressbook_read_file() was called twice
5347         * src/textview.c
5348                 X-Mailer highlighting
5349
5350 2006-03-16 [colin]      2.0.0cvs144
5351
5352         * src/sourcewindow.c
5353         * src/sourcewindow.h
5354                 And the last one, in source window.
5355
5356 2006-03-16 [colin]      2.0.0cvs143
5357
5358         * src/compose.c
5359         * src/compose.h
5360                 Fix the same stuff in compose
5361
5362 2006-03-16 [colin]      2.0.0cvs142
5363
5364         * src/messageview.c
5365                 Complete the previous messageview crash fix
5366
5367 2006-03-16 [colin]      2.0.0cvs141
5368
5369         * src/procmsg.h
5370         * src/procmsg.c
5371         * src/folder.c
5372                 Fix POSTPROCESSING hook
5373                 Patch by H. Merijn Brand
5374
5375         * src/procmime.c
5376         * src/procmime.h
5377                 Parse Content-Location
5378
5379         * src/toolbar.c
5380         * src/messageview.c
5381         * src/messageview.h
5382                 Don't crash when a top-level MessageView has
5383                 been closed on us. Same problematic than
5384                 yesterday's quicksearch issue.
5385
5386 2006-03-15 [colin]      2.0.0cvs140
5387
5388         * src/gtk/quicksearch.c
5389                 Fix a bitchy race we didn't think about when we
5390                 added quicksearch cancellation:
5391                 If the search is not on cached fields, for example
5392                 body_part matchcase "stuff"
5393                 the matcher code has to get the whole message. If
5394                 we're on IMAP, that can be slow, and in order to
5395                 be non-blocking, the IMAP code idle loop processes
5396                 gtk events too. So it is possible to cancel a
5397                 quicksearch while the matcher is getting the mail's
5398                 body. After matcher got its body, it will start to
5399                 iterate over the matcher list that the Quicksearch's
5400                 clear_search_cb() just freed via prepare_matcher().
5401                 SIGSEGV ensues.
5402                 The fix consists of guarding the matcherlist_match()
5403                 call with a boolean 'matching'. If we reset the
5404                 quicksearch while matching is TRUE, we don't free
5405                 the matcherlist anymore like we did, but we set
5406                 another new flag, deferred_free, to TRUE. Then,
5407                 in quicksearch_match(), just after returning from
5408                 matcherlist_match() and unsetting the matching flag,
5409                 we check the deferred_free flag and do the
5410                 prepare_matcher() (which does the matcherlist_free)
5411                 for real, so we free the matcherlist once it's not
5412                 used anymore.
5413                 As all of this runs via the glib main loop, we
5414                 luckily don't need a mutex.
5415         * src/summaryview.c
5416                 Also, show progress while searching.
5417
5418
5419 2006-03-14 [colin]      2.0.0cvs139
5420
5421         * src/alertpanel.c
5422                 Make alertpanel_is_open non-static
5423
5424 2006-03-14 [colin]      2.0.0cvs138
5425
5426         * src/prefs_spelling.c
5427                 Cleanups - Fabien Vantard
5428
5429 2006-03-14 [wwp]        2.0.0cvs137
5430
5431         * src/main.c
5432                 code style normalization (curly braces, indentation).
5433
5434 2006-03-14 [wwp]        2.0.0cvs137
5435
5436         * src/main.c
5437                 code style (braces, indentation)
5438
5439 2006-03-12 [paul]       2.0.0cvs136
5440
5441         * src/prefs_common.c
5442                 trans_hdr defaults to FALSE to be RFC-savvy
5443         * src/prefs_summaries.c
5444                 add a tooltip to the trans_hdr option
5445                 
5446
5447 2006-03-12 [paul]       2.0.0cvs135
5448
5449         * src/prefs_matcher.c
5450                 give a little more width to the combos
5451         * src/prefs_display_header.c
5452         * src/textview.c
5453                 translate headers if prefs_common.trans_hdr
5454                 is TRUE
5455
5456         Patches by Pawel Pekala
5457
5458 2006-03-12 [paul]       2.0.0cvs134
5459
5460         * src/plugins/clamav/clamav_plugin.c
5461         * src/plugins/dillo_viewer/dillo_viewer.c
5462         * src/plugins/pgpcore/plugin.c
5463         * src/plugins/pgpinline/plugin.c
5464         * src/plugins/pgpmime/plugin.c
5465         * src/plugins/spamassassin/spamassassin.c
5466                 update/add to descriptions
5467         * src/plugins/spamassassin/spamassassin_gtk.c
5468                 fixes to the english, remove superfluous
5469                 tooltips, clean up a little
5470
5471 2006-03-12 [paul]       2.0.0cvs133
5472
5473         * src/compose.c
5474                 fix Bug 924, 'Account combo box shows up wrong 
5475                 if & is in account name'
5476
5477 2006-03-11 [colin]      2.0.0cvs132
5478
5479         * src/summaryview.c
5480                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
5481                 messed up shift-selection because is slows down
5482                 moving around summaryview. thanks -users
5483
5484 2006-03-10 [colin]      2.0.0cvs131
5485
5486         * src/plugins/spamassassin/spamassassin_gtk.c
5487                 Put back Paul's engrish fixes
5488
5489 2006-03-10 [colin]      2.0.0cvs130
5490
5491         * src/plugins/spamassassin/spamassassin.c
5492         * src/plugins/spamassassin/spamassassin.h
5493         * src/plugins/spamassassin/spamassassin_gtk.c
5494                 Cleanup SA prefs page (more)
5495                 Patch by Fabien Vantard
5496
5497 2006-03-10 [paul]       2.0.0cvs129
5498
5499         * src/prefs_msg_colors.c
5500         * src/prefs_spelling.c
5501                 widget sensitivity
5502
5503 2006-03-09 [mones]      2.0.0cvs128
5504
5505         * po/es.po
5506                 Update for next RC
5507
5508 2006-03-09 [wwp]        2.0.0cvs127
5509
5510         * configure.ac
5511                 revert accidental commit (requirement for libetpan 0.43), this time
5512                 not in HEAD.
5513
5514 2006-03-09 [wwp]        2.0.0cvs125
5515
5516         * configure.ac
5517                 revert accidental commit (requirement for libetpan 0.43)
5518
5519 2006-03-09 [paul]       2.0.0cvs126
5520
5521         * src/prefs_receive.c
5522                 remove useless frame
5523                 replace 'incorporation' with 'receiving'
5524         * src/plugins/clamav/clamav_plugin_gtk.c
5525         * src/plugins/spamassassin/spamassassin_gtk.c
5526                 improve widget sensitivity
5527                 fix a bit his engrish
5528
5529 2006-03-09 [wwp]        2.0.0cvs125
5530
5531         * src/addressadd.c
5532         * src/foldersel.c
5533         * src/prefs_common.c
5534         * src/prefs_common.h
5535                 remember some more windows' sizes (add to addressbook and
5536                 select folder).
5537
5538 2006-03-09 [paul]       2.0.0cvs124
5539
5540         * src/plugins/pgpcore/prefs_gpg.c
5541                 normalise construction of dialogue
5542
5543 2006-03-09 [paul]       2.0.0cvs123
5544
5545         * src/plugins/trayicon/Makefile.am
5546                 add missing slash
5547
5548 2006-03-08 [colin]      2.0.0cvs122
5549
5550         * src/plugins/trayicon/Makefile.am
5551                 Fix build in separate dir 
5552                 Patch by Bamanzi <bamanzi@gmail.com>
5553
5554 2006-03-08 [colin]      2.0.0cvs121
5555
5556         * src/procmsg.c
5557                 Batch move and copies from summaryview with delayed execution
5558                 too
5559
5560 2006-03-07 [paul]       2.0.0cvs120
5561
5562         * src/common/utils.c
5563                 fix highlighting of URIs containing "()"
5564                 Patch by Pawel Pekala
5565
5566 2006-03-07 [paul]       2.0.0cvs119
5567
5568         * src/folder.c
5569         * src/folder.h
5570         * src/folderview.c
5571                 immediately do alphabetical resort when
5572                 changing a folder's name
5573                 Patch by Pawel Pekala
5574
5575 2006-03-07 [paul]       2.0.0cvs118
5576
5577         * src/news.c
5578         * src/news_gtk.c
5579                 when unsubscribing a newsgroup, remove the
5580                 folder and msgs in .sylpheed-claws/newscache
5581                 Patch by Pawel Pekala <c0rn@gazeta.pl>
5582
5583 2006-03-07 [paul]       2.0.0cvs117
5584
5585         * src/textview.c
5586                 fix wrong Fake URL Warning
5587                 Thanks to Hiro
5588
5589 2006-03-07 [colin]      2.0.0cvs116
5590
5591         * src/imap.c
5592                 Return immediately when password dialog was
5593                 cancelled
5594         * src/gtk/inputdialog.c
5595                 Allow empty strings for passwords
5596
5597
5598 2006-03-06 [colin]      2.0.0cvs115
5599
5600         * src/imap.c
5601                 Prevent double-timeouts when connection fails
5602
5603 2006-03-06 [colin]
5604
5605         2.0.1-rc1 released
5606
5607 2006-03-06 [colin]      2.0.0cvs114
5608
5609         * src/imap.c
5610                 Refresh session during potentially long
5611                 operations
5612
5613 2006-03-06 [wwp]        2.0.0cvs113
5614
5615         * src/prefs_msg_colors.h
5616                 forgot that one (custom color labels).
5617
5618 2006-03-06 [wwp]        2.0.0cvs112
5619
5620         * src/prefs_common.c
5621         * src/prefs_common.h
5622         * src/prefs_msg_colors.c
5623         * src/summaryview.c
5624         * src/summaryview.h
5625         * src/gtk/colorlabel.c
5626         * src/gtk/colorlabel.h
5627                 colors in messages list are now customizable. Color values and names can
5628                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
5629                 Thanks to Paul and Colin for their help with this longstanding patch!
5630
5631 2006-03-06 [wwp]        2.0.0cvs111
5632
5633         * src/textview.c
5634                 don't crash if (x)face is bad.
5635
5636 2006-03-05 [paul]       2.0.0cvs110
5637
5638         * AUTHORS
5639         * configure.ac
5640         * src/Makefile.am
5641         * src/common/Makefile.am
5642         * src/common/utils.h
5643         * src/etpan/imap-thread.c
5644         * src/gtk/authors.h
5645         * src/plugins/clamav/Makefile.am
5646         * src/plugins/demo/Makefile.am
5647         * src/plugins/dillo_viewer/Makefile.am
5648         * src/plugins/pgpcore/Makefile.am
5649         * src/plugins/pgpcore/passphrase.c
5650         * src/plugins/pgpinline/Makefile.am
5651         * src/plugins/pgpmime/Makefile.am
5652         * src/plugins/spamassassin/Makefile.am
5653         * src/plugins/trayicon/Makefile.am
5654                 fix builiding on cygwin
5655                 Patch by Ralgh Young <bamanzi@gmail.com>
5656
5657 2006-03-04 [wwp]        2.0.0cvs109
5658
5659         * manual/keyboard.xml
5660                 fix mixed up/down keys.
5661
5662 2006-03-04 [wwp]        2.0.0cvs108
5663
5664         * README
5665         * INSTALL
5666                 updated links to SpamAssassin.
5667
5668 2006-03-04 [wwp]        2.0.0cvs107
5669
5670         * manual/plugins.xml
5671         * src/plugins/spamassassin/README
5672                 updated SpamAssassin plugin docs to reflect new functional additions
5673                 (also fix/update/documents few technical stuff more, see the README).
5674
5675 2006-03-04 [wwp]        2.0.0cvs106
5676
5677         * src/prefs_message.c
5678                 normalized capitalization of message-prefs paths.
5679
5680 2006-03-04 [wwp]        2.0.0cvs105
5681
5682         * manual/advanced.xml
5683                 typo.
5684
5685 2006-03-03 [colin]      2.0.0cvs104
5686
5687         * src/plugins/clamav/clamav_plugin_gtk.c
5688                 Rework prefs page, patch by Fabien 
5689
5690 2006-03-03 [colin]      2.0.0cvs103
5691
5692         * src/plugins/clamav/clamav_plugin.c
5693                 Set error on all errors
5694
5695 2006-03-03 [colin]      2.0.0cvs102
5696
5697         * src/common/plugin.c
5698                 Initialize error to avoid crashing when a plugin fails
5699                 without setting error
5700
5701 2006-03-02 [wwp]        2.0.0cvs101
5702
5703         * configure.ac
5704                 fixed linker flags for libetpan support on Cygwin
5705                 (thanks to H.Merijn Brand).
5706
5707 2006-03-02 [wwp]        2.0.0cvs100
5708
5709         * src/addressbook.c
5710                 fix some AB error messages: one for punctuation and
5711                 one wrongly duplicate (thanks, maxbritov).
5712
5713 2006-03-02 [wwp]        2.0.0cvs99
5714
5715         * src/plugins/spamassassin/spamassassin.c
5716                 make sync calls to sa-learn/spamc to prevent
5717                 system (whatever local or client/server) overload.
5718
5719 2006-03-02 [colin]      2.0.0cvs98
5720
5721         * src/summaryview.c
5722                 Put the spam icon in the status column instead of the
5723                 mark one
5724
5725 2006-03-01 [colin]      2.0.0cvs97
5726
5727         * src/plugins/spamassassin/spamassassin.c
5728                 Fix segfault (g_file_set_contents fails for some 
5729                 reason and err==0x2f. Can't find out why with
5730                 valgrind, using working function :-)
5731
5732 2006-03-01 [colin]      2.0.0cvs96
5733
5734         * src/inc.c
5735                 Offline overriding: let 'No' be cached only 3 seconds
5736
5737 2006-03-01 [colin]      2.0.0cvs95
5738
5739         * src/addr_compl.c
5740         * src/addrbook.c
5741         * src/addressbook.c
5742         * src/addrindex.c
5743         * src/folder_item_prefs.c
5744         * src/headerview.c
5745         * src/imap.c
5746         * src/inc.c
5747         * src/ldif.c
5748         * src/mainwindow.c
5749         * src/mh.c
5750         * src/msgcache.c
5751         * src/prefs_common.h
5752         * src/prefs_msg_colors.c
5753         * src/procheader.c
5754         * src/procheader.h
5755         * src/procmime.c
5756         * src/procmsg.c
5757         * src/procmsg.h
5758         * src/send_message.h
5759         * src/simple-gettext.c
5760         * src/summaryview.c
5761         * src/summaryview.h
5762         * src/syldap.c
5763         * src/textview.c
5764         * src/undo.c
5765         * src/common/ssl_certificate.c
5766         * src/common/utils.c
5767         * src/gtk/colorsel.c
5768         * src/gtk/gtksctree.c
5769         * src/gtk/gtkshruler.c
5770         * src/plugins/trayicon/trayicon.c
5771                 #if 0 goes to /dev/null
5772
5773 2006-03-01 [colin]      2.0.0cvs94
5774
5775         * src/compose.c
5776         * src/imap.c
5777         * src/inc.c
5778         * src/inc.h
5779         * src/messageview.c
5780         * src/news.c
5781         * src/plugins/spamassassin/spamassassin.c
5782                 Allow to add information in the "working offline"
5783                 window
5784
5785 2006-03-01 [wwp]        2.0.0cvs93
5786
5787         * src/plugins/spamassassin/spamassassin.c
5788                 fixed spamc invocation: use a tricky temporary mini shell wrapper
5789                 'cause it seems that calling `spamc ... < inputfile` with
5790                 g_spawn_(a)sync simply.. erm doesn't work :-).
5791
5792 2006-03-01 [wwp]        2.0.0cvs92
5793
5794         * src/toolbar.c
5795         * src/toolbar.h
5796                 simplify the adding of spam/ham button to the messageview toolbar
5797                 (it gets more clear now that the same button will be "Mark as spam"
5798                 or "Mark as ham" according to the current message status,
5799                 thanks to Colin).
5800
5801 2006-03-01 [wwp]        2.0.0cvs91
5802
5803         * src/messageview.c
5804         * src/procmsg.c
5805         * src/procmsg.h
5806         * src/summaryview.c
5807         * src/plugins/spamassassin/spamassassin.c
5808         * src/plugins/spamassassin/spamassassin.h
5809                 make learner callbacks return a status (0 for ok),
5810                 handle it in main code to avoid setting flags when learning failed,
5811                 don't learn on TCP if offline in spamassassin,
5812                 thanks to Colin.
5813
5814                 
5815
5816 2006-03-01 [wwp]        2.0.0cvs90
5817
5818         * src/compose.c
5819                 some work around the compose window's account menu,
5820                 patch by Fabien Vantard.
5821
5822 2006-03-01 [wwp]        2.0.0cvs89
5823
5824         * src/plugins/spamassassin/spamassassin.c
5825                 fixed bad logics, was using spamc in local mode and sa-learn
5826                 in remote mode (thanks, Colin).
5827
5828 2006-03-01 [wwp]        2.0.0cvs88
5829
5830         * src/plugins/spamassassin/spamassassin.c
5831         * src/plugins/spamassassin/spamassassin.h
5832         * src/plugins/spamassassin/spamassassin_gtk.c
5833                 made processing of emails w/ sa-plugin an option (default is TRUE),
5834                 fixed Engrish some tooltips, capitalization of some debug messages
5835                 and warnings. The spamassassin plugin now provides two separate
5836                 services: process emails upon incorporation and spamd training.
5837                 Both services (un)register independently but use some common
5838                 plugin settings (transport settings, spam storage location).
5839
5840 2006-02-28 [wwp]        2.0.0cvs87
5841
5842         * src/plugins/spamassassin/spamassassin.c
5843                 fix async flag to spamc cmdline execution (batch exec should
5844                 be asynchronous).
5845
5846 2006-02-27 [wwp]        2.0.0cvs86
5847
5848         * src/plugins/spamassassin/spamassassin.c
5849         * src/plugins/spamassassin/spamassassin.h
5850         * src/plugins/spamassassin/spamassassin_gtk.c
5851                 - added the ability to learn a remote spamassassin server (spamd),
5852                 using spamc.
5853                 - added the spamassassin option 'username', that applies to all
5854                 spamassassin operations (filtering, learning, local or remote).
5855                 The default username is the current unix user (if left blank
5856                 from gtk prefs or config file).
5857                 - commented out some unused code (notebook widget), removed unused
5858                 layout (hbox1).
5859                 - make more widgets sensitive to the transport type.
5860
5861 2006-02-27 [colin]      2.0.0cvs85
5862
5863         * src/plugins/spamassassin/spamassassin.c
5864                 Fix sa-learn call when offline
5865
5866 2006-02-27 [colin]      2.0.0cvs84
5867
5868         * configure.ac
5869         * src/Makefile.am
5870         * src/mainwindow.c
5871         * src/mainwindow.h
5872         * src/messageview.c
5873         * src/messageview.h
5874         * src/prefs_toolbar.c
5875         * src/procmsg.c
5876         * src/stock_pixmap.c
5877         * src/stock_pixmap.h
5878         * src/summaryview.c
5879         * src/toolbar.c
5880         * src/toolbar.h
5881         * src/pixmaps/ham_btn.xpm
5882         * src/pixmaps/spam.xpm
5883         * src/pixmaps/spam_btn.xpm
5884         * src/plugins/spamassassin/spamassassin.c
5885                 Add button in toolbar for spam learning
5886                 Fix a few bugs from the last related commit
5887                 Revert 1.9.6cvs23 which messed up shift-selection
5888
5889 2006-02-24 [colin]      2.0.0cvs83
5890
5891         * src/procmsg.c
5892         * src/summaryview.c
5893         * src/summaryview.h
5894         * src/plugins/spamassassin/spamassassin.c
5895         * src/plugins/spamassassin/spamassassin.h
5896         * src/plugins/spamassassin/spamassassin_gtk.c
5897                 Unregister learner when spamassassin is either
5898                 disabled or over tcp
5899
5900 2006-02-24 [colin]      2.0.0cvs82
5901
5902         * src/Makefile.am
5903         * src/mainwindow.c
5904         * src/mainwindow.h
5905         * src/procmsg.c
5906         * src/procmsg.h
5907         * src/stock_pixmap.c
5908         * src/stock_pixmap.h
5909         * src/summaryview.c
5910         * src/summaryview.h
5911         * src/gtk/icon_legend.c
5912         * src/pixmaps/spam.xpm  ** NEW FILE **
5913         * src/plugins/spamassassin/spamassassin.c
5914         * src/plugins/spamassassin/spamassassin_gtk.c
5915                 Add spam learning interface (Mark/Mark as 
5916                 (spam|ham) menus)
5917
5918 2006-02-24 [wwp]        2.0.0cvs81
5919
5920         * src/compose.c
5921         * src/compose.h
5922         * src/filtering.c
5923                 hide compose window when sending message in batch mode
5924                 (filtering: forward and redirect). Also fixed a wrong
5925                 value returned when sending failed, neutral anyway.
5926                 (Colin, me) 
5927
5928 2006-02-24 [wwp]        2.0.0cvs80
5929
5930         * src/mainwindow.c
5931                 use GTK+'s stock quit button. Patch by Fabien Vantard.
5932
5933 2006-02-24 [paul]       2.0.0cvs79
5934
5935         * src/news.c
5936         * src/news.h
5937         * src/news_gtk.c
5938                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
5939                 Thanks to Colin
5940
5941 2006-02-23 [colin]      2.0.0cvs78
5942
5943         * src/alertpanel.c
5944                 Change OK to Close in alertpanel with View log
5945                 button; add accel to View log. Patch by Fabien
5946                 Vantard
5947
5948 2006-02-23 [wwp]        2.0.0cvs77
5949
5950         * src/compose.c
5951                 silly me, there were much more tests to perform, since toolbars can
5952                 really have down to 1 element only.
5953
5954 2006-02-23 [wwp]        2.0.0cvs76
5955
5956         * commitHelper
5957                 fixed indentation from my previous commit. Fallback to VISUAL if
5958                 EDITOR is not set (and to vi, at last resort).
5959
5960 2006-02-23 [wwp]        2.0.0cvs75
5961
5962         * commitHelper
5963                 improved error detection (Colin, me).
5964
5965 2006-02-23 [wwp]        2.0.0cvs74
5966
5967         * src/prefs_toolbar.c
5968                 simplify and fix prefs/toolbars layouting. Combos' contents can
5969                 now be really displayed.
5970
5971 2006-02-23 [wwp]        2.0.0cvs73
5972         simplifies and fix prefs/toolbars layouting. Combos' contents can now
5973         be really displayed.
5974
5975 2006-02-22 [wwp]        2.0.0cvs72
5976
5977         * src/compose.c
5978                 fix a typo in my previous commit (sorry!).
5979
5980 2006-02-22 [wwp]        2.0.0cvs71
5981
5982         * src/prefs_toolbar.c
5983                 fix a crash when adding separators to toolbars,
5984                 also fix some separator item information.
5985
5986 2006-02-22 [wwp]        2.0.0cvs70
5987
5988         * src/compose.c
5989                 fix a crash when redirecting (for instance) when compose window's
5990                 toolbar contents has been customized (when some buttons have been
5991                 removed in fact).
5992
5993 2006-02-21 [wwp]        2.0.0cvs69
5994
5995         * src/summaryview.c
5996         * src/gtk/pluginwindow.c
5997         * src/plugins/pgpcore/prefs_gpg.c
5998                 fix some compilation warnings (feat. remains of removed code).
5999
6000 2006-02-21 [wwp]        2.0.0cvs68
6001
6002         * src/gtk/gtkutils.c
6003                 fix two compilation issues, thanks to Stephan Sachse.
6004
6005 2006-02-20 [colin]      2.0.0cvs67
6006
6007         * src/mainwindow.c
6008                 Don't reselect displayed mail on refocus
6009                 This fixes actions misbehaving 
6010
6011 2006-02-20 [wwp]        2.0.0cvs66
6012
6013         * src/summaryview.c
6014         * src/gtk/gtksctree.c
6015         * src/gtk/gtkshruler.c
6016                 changed more runtime typecast checks.
6017
6018 2006-02-20 [wwp]        2.0.0cvs65
6019
6020         * src/summary_search.c
6021                 find all - summaryview refresh issue fixed, thanks to Colin.
6022
6023 2006-02-20 [wwp]        2.0.0cvs64
6024
6025         * src/gtk/gtkutils.c
6026                 better runtime typecast checks.
6027
6028 2006-02-20 [wwp]        2.0.0cvs63
6029
6030         * src/summary_search.c
6031                 enhancements to the summary search:
6032                         - add the ability to stop the running search
6033                           (upon ESC-key press, new Stop button or when Clear button is pressed)
6034                         - don't search if no criteria (From/To/Subject/Body) is set
6035                         - ensure that a busy mouse pointer is always shown when searching,
6036                           show it even a bit earlier
6037
6038 2006-02-19 [colin]      2.0.0cvs62
6039
6040         * src/compose.c
6041         * src/imap.c
6042         * src/etpan/imap-thread.c
6043         * src/etpan/imap-thread.h
6044                 (Future) IMAP speed improvement on sending
6045                 Will require a libetpan update
6046         * src/summaryview.c
6047         * src/gtk/quicksearch.c
6048                 Make quicksearch clearable while running.
6049
6050 2006-02-17 [colin]      2.0.0cvs61
6051
6052         * src/imap.c
6053         * src/etpan/imap-thread.c
6054         * src/etpan/imap-thread.h
6055                 Check for IMAP certificates
6056                 ** Requires libetpan-0.42-cvs4 
6057                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
6058
6059 2006-02-17 [colin]      2.0.0cvs60
6060
6061         * src/messageview.c
6062         * src/prefs_common.c
6063         * src/prefs_common.h
6064         * src/prefs_message.c
6065                 Add pref to display HTML-only mails with plugin, 
6066                 if possible (defaulting to FALSE of course).
6067
6068 2006-02-16 [colin]      2.0.0cvs59
6069
6070         * src/main.c
6071         * src/common/plugin.c
6072         * src/common/plugin.h
6073         * src/gtk/pluginwindow.c
6074                 Keep track of requested (but unloaded) plugins
6075                 in some error cases.
6076
6077 2006-02-16 [wwp]        2.0.0cvs58
6078
6079         * src/gtk/gtkaspell.c
6080         * src/gtk/gtkaspell.h
6081         * src/prefs_spelling.c
6082         * src/compose.c
6083         * src/prefs_common.c
6084         * src/prefs_common.h
6085                 implemented new optional spellchecker behaviour: re-check message when
6086                 dictionary got changed (from compose-window/context-menu/Change dictionary).
6087
6088 2006-02-16 [wwp]        2.0.0cvs57
6089
6090         * src/quote_fmt_parse.y
6091                 pclose popen'ed pipe.
6092
6093 2006-02-15 [colin]      2.0.0cvs56
6094
6095         * src/mimeview.c
6096         * src/mimeview.h
6097                 Let MimeViewers know which MimeView they
6098                 depend of.
6099         * src/summaryview.c
6100                 Swap From/To columns in Sent/Queue/Drafts
6101                 folders
6102         * src/etpan/imap-thread.c
6103                 Use mailstream_low_tls_open() for STARTTLS
6104                 instead of mailstream_low_ssl_open()
6105                 ** REQUIRES libetpan 0.42cvs3 **
6106
6107 2006-02-15 [wwp]        2.0.0cvs55
6108
6109         * src/compose.c
6110         * src/compose.h
6111         * src/message_search.c
6112         * src/message_search.h
6113         * src/textview.c
6114         * src/gtk/gtkutils.c
6115         * src/gtk/gtkutils.h
6116                 added the ability to Find text in the compose window (and a bit
6117                 of code factorization).
6118
6119 2006-02-15 [wwp]        2.0.0cvs54
6120
6121         * src/prefs_gtk.c
6122                 yet another one file was missing (fix for some widgets' sensitivity).
6123                 Thanks Colin!
6124
6125 2006-02-15 [wwp]        2.0.0cvs53
6126
6127         * src/prefs_gtk.h
6128                 oops forgot that file (fix for some widgets' sensitivity).
6129
6130 2006-02-15 [wwp]        2.0.0cvs52
6131
6132         * src/summary_search.c
6133                 implemented advanced summary search options (added the ability
6134                 to use matcher conditions in an advanced search mode).
6135
6136 2006-02-15 [wwp]        2.0.0cvs51
6137
6138         * src/plugins/pgpcore/prefs_gpg.c
6139         * src/prefs_account.c
6140                 fix some widget sensitivity, mostly around some labels in
6141                 account prefs.
6142
6143 2006-02-15 [paul]       2.0.0cvs50
6144
6145         * manual/advanced.xml
6146                 improve Templates info
6147                 written by wwp
6148
6149 2006-02-14 [colin]      2.0.0cvs49
6150
6151         * src/pixmaps/address_book.xpm
6152         * src/pixmaps/preferences.xpm
6153         * src/pixmaps/properties.xpm
6154                 Fix pixmap size - patch by Fabien Vantard
6155
6156 2006-02-13 [colin]      2.0.0cvs48
6157
6158         * src/procmime.c
6159                 Add missing fclose()s on error
6160         * src/textview.c
6161                 Remove unused code
6162         * src/common/utils.c
6163                 Fix temp files not being deleted on windows
6164         Patches by Thomas Gilgin
6165
6166 2006-02-13 [colin]      2.0.0cvs47
6167
6168         * src/mainwindow.c
6169                 Fix exit crash
6170
6171 2006-02-13 [wwp]        2.0.0cvs46
6172
6173         * src/plugins/pgpcore/prefs_gpg.c
6174                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
6175
6176 2006-02-12 [colin]      2.0.0cvs45
6177
6178         * src/folderview.c
6179         * src/main.c
6180         * src/mainwindow.c
6181                 Fix "stuff" when quitting
6182
6183 2006-02-12 [wwp]        2.0.0cvs44
6184
6185         * src/prefs_themes.c
6186                 fix typos in debug messages.
6187
6188 2006-02-11 [colin]      2.0.0cvs43
6189
6190         * src/summaryview.c
6191                 don't allow drag/drop from ourself
6192
6193 2006-02-10 [wwp]        2.0.0cvs42
6194
6195         * src/exporthtml.c
6196         * src/html.c
6197         * src/html.h
6198         * src/procmime.c
6199         * src/textview.c
6200                 renamed html_ prefixed functions and data structures to avoid
6201                 namespace clashes w/ other software (gtkhtml2 for instance).
6202                 Closes bug #907.
6203
6204
6205 2006-02-09 [colin]      2.0.0cvs41
6206
6207         * src/summaryview.c
6208                 Fix shitty logic messed up. Thanks Ticho for the hint!
6209
6210 2006-02-09 [wwp]        2.0.0cvs40
6211
6212         * src/gtk/about.c
6213         * src/compose.c
6214         * src/prefs_account.c
6215         * src/prefs_gtk.h
6216         * src/editaddress.c
6217                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
6218                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
6219                 Browse buttons in accounts prefs.
6220
6221 2006-02-09 [colin]      2.0.0cvs39
6222
6223         * src/matcher.c
6224                 Check for pointer before using its members
6225         * src/gtk/gtksourceprintjob.c
6226                 Fix a wrong warning
6227
6228 2006-02-09 [wwp]        2.0.0cvs38
6229
6230         * src/gtk/filesel.c
6231                 fix few compiler warnings (type mismatch).
6232
6233 2006-02-09 [paul]       2.0.0cvs37
6234
6235         * po/fr.po
6236                 updated by Fabien Vantard
6237
6238 2006-02-08 [colin]      2.0.0cvs36
6239
6240         * src/prefs_common.c
6241         * src/common/defs.h
6242         * src/common/plugin.c
6243                 allow windows and linux configurations to coexist
6244                 patch by Thomas Gilgin
6245
6246 2006-02-08 [colin]      2.0.0cvs35
6247
6248         * src/filtering.c
6249         * src/matcher.c
6250         * src/matcher.h
6251         * src/matcher_parser_parse.y
6252         * src/prefs_filtering_action.c
6253         * src/prefs_matcher.c
6254                 Add the "Ignore thread" filtering
6255                 action
6256
6257 2006-02-08 [colin]      2.0.0cvs34
6258
6259         * src/compose.c
6260         * src/procmime.c
6261         * src/procmime.h
6262                 Fix bug #905 (damaged attachment)
6263                 text files with raw \0's aren't really text files
6264         FOR_STABLE
6265
6266 2006-02-08 [colin]      2.0.0cvs33
6267
6268         * src/summaryview.c
6269                 Fix crasher introduced yesterday
6270
6271 2006-02-08 [wwp]        2.0.0cvs32
6272
6273         * src/compose.c
6274         * src/compose.h
6275                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
6276
6277 2006-02-08 [wwp]        2.0.0cvs31
6278
6279         * src/prefs_template.c
6280                 templates enhancement: allow address completion for Cc and Bcc fields
6281                 (it was currently possible for the To field only)
6282
6283 2006-02-08 [colin]      2.0.0cvs30
6284
6285         * src/compose.c
6286                 Don't unblock if not blocked
6287         FOR_STABLE
6288
6289 2006-02-07 [colin]      2.0.0cvs29
6290
6291         * src/action.c
6292                 Forgot to refresh summaryview
6293
6294 2006-02-07 [colin]      2.0.0cvs28
6295
6296         * src/action.c
6297                 Freeze/thaw message list and folder list while
6298                 processing %as{} actions 
6299         * src/compose.c
6300                 Fix auto-wrap disabling after a middle-click
6301                 paste - FOR_STABLE
6302
6303 2006-02-07 [paul]       2.0.0cvs27
6304
6305         * src/folder.c
6306                 fix freeing of uninitialised pointers
6307                 Thanks to Colin
6308
6309 2006-02-06 [colin]      2.0.0cvs26
6310
6311         * src/folder.c
6312                 Use g_slist_prepend in potentially big list
6313
6314 2006-02-06 [colin]      2.0.0cvs25
6315
6316         * src/folder.c
6317                 Completely skip processing if it doesn't 
6318                 exist (faster!)
6319
6320 2006-02-06 [colin]      2.0.0cvs24
6321
6322         * src/folder.c
6323         * src/summaryview.c
6324                 Batch filtering in summaryview (from Tools menu)
6325                 and pre/post//-processing too
6326
6327 2006-02-06 [colin]      2.0.0cvs23
6328
6329         * src/procmsg.h
6330         * src/filtering.c
6331                 Use a special field for batch filtering instead
6332                 of stepping on deferred execution's toes
6333
6334 2006-02-06 [colin]      2.0.0cvs22
6335
6336         * src/action.c
6337         * src/filtering.c
6338         * src/filtering.h
6339         * src/folder.c
6340         * src/summaryview.c
6341                 Fix filtering via menus and actions
6342
6343 2006-02-06 [colin]      2.0.0cvs21
6344
6345         * src/imap.c
6346                 Put the added file directly to cache if possible (will work
6347                 with next libetpan)
6348         * src/filtering.c
6349         * src/filtering.h
6350         * src/inc.c
6351         * src/folder.c
6352         * src/mbox.c
6353         * src/procmsg.h
6354                 Move and copy filtered messages by batches instead of one
6355                 by one - faster on IMAP
6356         * src/procmsg.c
6357                 Add a function that'll possibly be useful later
6358
6359 2006-02-06 [colin]      2.0.0cvs20
6360
6361         * src/addressbook.c
6362                 Use internal mime-type instead of text/plain for d'n'd
6363         * src/compose.c
6364                 Allow attaching files from mimeview's icon list via d'n'd
6365         * src/folderview.c
6366         * src/folderview.h
6367                 Use internal mime-type instead of text/plain for d'n'd
6368                 Don't try to selected opened folder if none is
6369                 Factorize d'n'd from other apps code
6370         * src/headerview.c
6371         * src/textview.c
6372         * src/gtk/gtkutils.c
6373         * src/gtk/gtkutils.h
6374                 Factorize Face/X-Face stuff
6375         * src/mimeview.c
6376                 Fix d'n'd to other apps
6377         * src/prefs_message.c
6378                 Let the XFace pref be usable without libcompface as it also
6379                 applies to Face
6380         * src/summaryview.c
6381                 Fix d'n'd to other apps
6382                 Factorize d'n'd from other apps code
6383
6384 2006-02-06 [wwp]        2.0.0cvs19
6385
6386         * po/it.po
6387                 Italian translation fixes by Andrea Spadaccini (no more confusion
6388                 between filtering and processing, and few changes in the About
6389                 dialog).
6390
6391
6392 2006-02-06 [mones]      2.0.0cvs18
6393
6394         * src/gtk/icon_legend.c
6395                 Improved descriptions allowing better translations
6396
6397 2006-02-05 [colin]      2.0.0cvs17
6398
6399         * src/imap.c
6400                 Add the f*cking missing expunge that caused imap_fetch_env
6401                 to fail after an add_msgs ! :-///
6402         * src/etpan/imap-thread.c
6403                 Add a bit of debug
6404         FOR_STABLE
6405
6406 2006-02-05 [colin]      2.0.0cvs16
6407
6408         * src/common/utils.c
6409                 Don't check for return-path (or we can't put
6410                 back non-sent mails)
6411
6412 2006-02-05 [colin]      2.0.0cvs15
6413
6414         * src/textview.c
6415                 Don't try to display Face header in textview
6416                 when teh headerview's active
6417
6418 2006-02-05 [colin]      2.0.0cvs14
6419
6420         * tools/tbird2syl.py
6421         * tools/Makefile.am
6422                 Add script to import Thunderbird mails
6423
6424 2006-02-05 [colin]      2.0.0cvs13
6425
6426         * src/headerview.c
6427         * src/procheader.c
6428         * src/procmsg.c
6429         * src/procmsg.h
6430         * src/textview.c
6431                 Show Face headers - patch partially by Klaus Flittner
6432
6433 2006-02-05 [colin]      2.0.0cvs12
6434
6435         * src/folderview.c
6436         * src/summaryview.c
6437         * src/common/utils.c
6438         * src/common/utils.h
6439                 Let dnd work from mime icons to summaryview
6440                 and to folderview too
6441                 Add a crude test to avoid trying to add files
6442                 drag'n'dropped when they're not mails
6443
6444 2006-02-04 [colin]      2.0.0cvs11
6445
6446         * src/summaryview.c
6447         * src/mimeview.c
6448                 Fix utf8 conversion
6449
6450 2006-02-04 [colin]      2.0.0cvs10
6451
6452         * src/compose.c
6453         * src/folderview.c
6454         * src/mimeview.c
6455         * src/summaryview.c
6456         * src/summaryview.h
6457                 Added various drag and drop capas:
6458                 From                    To
6459                 summaryview             other apps
6460                 mimeview icons          other apps
6461                 other apps              summaryview
6462                 other apps              folderview
6463
6464                 This shouldn't have broken the existing:
6465                 From                    To
6466                 summaryview             folderview
6467                 folderview              folderview
6468                 summaryview             compose's attachments
6469
6470         Tests welcomed.
6471
6472 2006-02-02 [paul]       2.0.0cvs9
6473
6474         * src/mainwindow.c
6475                 move global option 'Set displayed columns...' out
6476                 of folder option grouping.
6477                 fix sensitivity of 'harvest addresses'
6478         FOR_STABLE
6479
6480 2006-02-01 [colin]      2.0.0cvs8
6481
6482         * src/mimeview.c
6483                 Revert the alertpanel patch, it sucks (intrusive
6484                 and gets in the way of "open")
6485
6486 2006-02-01 [colin]      2.0.0cvs7
6487
6488         * src/compose.c
6489         * src/prefs_account.c
6490         * src/prefs_common.c
6491         * src/common/defs.h
6492         * src/common/utils.c
6493         * src/common/utils.h
6494                 Add ability to edit the signature file
6495                 from the account preferences, and use
6496                 a default for the text editor.
6497                 Patch by Fabien Vantard
6498
6499 2006-02-01 [colin]      2.0.0cvs6
6500
6501         * src/mimeview.c
6502                 Try to get mime type by extension if it is
6503                 application/octet-stream
6504                 Display a window with possible choices when
6505                 encountering unknown mime types
6506         * src/gtk/filesel.c
6507         * src/gtk/filesel.h
6508                 Add preview
6509                 Allow multiple selection in filtered filesel
6510                 (patch by Fabien Vantard)
6511         * src/gtk/pluginwindow.c
6512                 Use it (patch by Fabien Vantard)
6513
6514 2006-02-01 [paul]       2.0.0cvs5
6515
6516         * src/jpilot.c
6517                 fix crash on creating jpilot address book
6518                 Thanks to Colin - FOR_STABLE
6519         * src/prefs_summaries.c
6520         * src/prefs_wrapping.c
6521         * src/gtk/icon_legend.c
6522         * src/gtk/quicksearch.c
6523                 string fixes and additions
6524
6525 2006-02-01 [paul]       2.0.0cvs4
6526
6527         * src/compose.c
6528         * src/mainwindow.c
6529         * src/messageview.c
6530         * src/prefs_send.c
6531                 add Arabic encoding option
6532                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
6533
6534 2006-01-31 [colin]      2.0.0cvs3
6535
6536         * src/plugins/pgpcore/passphrase.c
6537                 Convert passphrase to locale encoding
6538         * src/compose.c
6539                 Fix drafting on IMAP. Crappy bug sneaked in
6540                 the release :-/
6541         FOR_STABLE
6542
6543 2006-01-30 [paul]       2.0.0cvs2
6544
6545         * src/gtk/icon_legend.c
6546                 show the new entries
6547
6548 2006-01-30 [colin]      2.0.0cvs1
6549
6550         * src/manual.c
6551                 Check for the file to be present before 
6552                 enabling the menu - FOR_STABLE
6553         * src/gtk/icon_legend.c
6554                 Add folders icons (not all of them, there
6555                 are too much, but the most intriguing ones)
6556
6557 2006-01-30 [paul]       2.0.0
6558
6559         version 2.0.0 released
6560
6561 2006-01-30 [paul]       1.9.100cvs200
6562
6563         * manual/faq.xml
6564         * manual/gpl.xml
6565         * manual/intro.xml
6566         * manual/starting.xml
6567         * manual/sylpheed-claws-manual.xml
6568                 fixes, additions
6569
6570 2006-01-29 [mones]      1.9.100cvs199
6571
6572         * manual/account.xml
6573         * manual/advanced.xml
6574         * manual/glossary.xml
6575                 Some typos fixed, added LDIF term to glossary
6576         * po/es.po
6577                 Fixed leading plus symbol
6578
6579 2006-01-29 [paul]       1.9.100cvs198
6580
6581         * po/fi.po
6582         * po/sk.po
6583                 updated by Tommi Pirinen and Andrej Kacian
6584
6585 2006-01-29 [paul]       1.9.100cvs197
6586
6587         * src/gtk/authors.h
6588                 remove duplicates
6589
6590 2006-01-29 [paul]       1.9.100cvs196
6591
6592         * AUTHORS
6593         * po/nl.po
6594         * src/gtk/authors.h
6595         * tools/claws.i18n.status.pl
6596                 nl translation updated by Tim Dijkstra
6597
6598 2006-01-29 [paul]       1.9.100cvs195
6599
6600         * po/sr.po
6601         * po/sv.po
6602                 updated by Aleksandar Urosevic and Anders Troback
6603
6604 2006-01-28 [colin]      1.9.100cvs194
6605
6606         * src/gtk/gtksourceprintjob.c
6607                 Don't fiddle with PangoLayout when we
6608                 have an image
6609
6610 2006-01-28 [paul]       1.9.100cvs193
6611
6612         * AUTHORS
6613         * po/el.po
6614         * po/zh_CN.po
6615         * src/gtk/authors.h
6616         * tools/claws.i18n.status.pl
6617                 updated translations submitted by Stavros Giannouris
6618                 and Ralgh Young
6619
6620 2006-01-27 [colin]      1.9.100cvs192
6621
6622         * src/summaryview.c
6623         * src/gtk/gtksourceprintjob.c
6624                 Add image printing 
6625                 (libgnomeprint only, of course)
6626
6627 2006-01-27 [paul]       1.9.100cvs191
6628
6629         * po/fr.po
6630         * po/it.po
6631                 updated by Fabien Vantard and Andrea Spadaccini
6632
6633 2006-01-26 [colin]      1.9.100cvs190
6634
6635         * manual/Makefile.am
6636         * configure.ac
6637                 Make building the manual optional 
6638                 (--disable-manual)
6639
6640 2006-01-26 [paul]       1.9.100cvs189
6641
6642         * manual/glossary.xml
6643         * manual/plugins.xml
6644                 edited
6645         * po/en_GB.po
6646                 updated
6647
6648 2006-01-26 [paul]       1.9.100cvs188
6649
6650         * src/prefs_display_header.c
6651         * src/prefs_folder_column.c
6652         * src/prefs_msg_colors.c
6653         * src/prefs_summaries.c
6654         * src/prefs_summary_column.c
6655                 HIGify
6656
6657 2006-01-25 [colin]      1.9.100cvs187
6658
6659         * src/imap.c
6660                 Don't allow moving/copying mails between
6661                 queue/drafts and non-queue/drafts folders
6662                 Fixes bug #897 (message header is resetted 
6663                 if one is copied to Drafts)
6664
6665 2006-01-25 [colin]      1.9.100cvs186
6666
6667         * src/folder.c
6668         * src/mainwindow.c
6669                 Fix subscribed folders not found
6670         * src/compose.c
6671                 Don't try to encode as original mail's charset
6672                 if it's ascii 
6673
6674 2006-01-25 [paul]       1.9.100cvs185
6675
6676         * AUTHORS
6677         * po/Makevars
6678                 updated
6679         * po/de.po
6680         * po/pl.po
6681         * po/pt_BR.po
6682         * po/sr.po
6683                 updates submitted by Stephan Sachse, Emilian Nowak
6684                 and Quar, Frederico Goncalves Guimaraes, and
6685                 Aleksandar Urosevic
6686                 Fix Bug 896, 'PT_BR locale broken'.
6687         * src/gtk/authors.h
6688                 updated
6689
6690 2006-01-24 [mones]      1.9.100cvs184
6691
6692         * manual/glossary.xml
6693                 All current terms finished. Reviewers welcome ;-)
6694         * manual/keyboard.xml
6695                 Fixed column width for pdf output.
6696         * po/es.po
6697                 Updated
6698
6699 2006-01-24 [paul]       1.9.100cvs183
6700
6701         * manual/glossary.xml
6702                 fix id name
6703         * manual/dist/html/Makefile.am
6704         * manual/dist/pdf/Makefile.am
6705         * manual/dist/ps/Makefile.am
6706         * manual/dist/txt/Makefile.am
6707                 fix make deps
6708                 Thanks to Colin
6709
6710 2006-01-24 [mones]      1.9.100cvs182
6711
6712         * manual/glossary.xml
6713                 Nearly finished, some terms missing.
6714
6715 2006-01-23 [paul]       1.9.100cvs181
6716
6717         * manual/dist/html/Makefile.am
6718         * manual/dist/pdf/Makefile.am
6719         * manual/dist/ps/Makefile.am
6720         * manual/dist/txt/Makefile.am
6721         * src/mainwindow.c
6722                 re-enable manual
6723                 Thanks to Colin
6724
6725 2006-01-22 [colin]      1.9.100cvs180
6726
6727         * src/compose.c
6728         * src/gtk/gtkaspell.c
6729                 Don't deselect stuff before right-clicking, with aspell.
6730                 (This prevented right-click Copy, for example).
6731                 Thanks to Clo!
6732
6733 2006-01-22 [paul]       1.9.100cvs179
6734
6735         * src/summary_search.c
6736                 don't fix the widget size as it causes problems
6737                 under localisation.
6738                 Thanks to Emilian Nowak
6739
6740 2006-01-21 [paul]       1.9.100cvs178
6741
6742         * src/prefs_themes.c
6743                 fix broken underlining of label text
6744                 with some translations
6745
6746 2006-01-21 [colin]      1.9.100cvs177
6747
6748         * po/fr.po
6749                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
6750
6751 2006-01-20 [colin]      1.9.100cvs176
6752
6753         * configure.ac
6754         * Makefile.am
6755         * manual/Makefile
6756         * manual/dist/html/.cvsignore
6757         * manual/dist/html/Makefile.am
6758         * manual/dist/pdf/.cvsignore
6759         * manual/dist/pdf/Makefile.am
6760         * manual/dist/ps/.cvsignore
6761         * manual/dist/ps/Makefile.am
6762         * manual/dist/txt/.cvsignore
6763         * manual/dist/txt/Makefile.am
6764                 Autotool-ize manual
6765
6766 2006-01-20 [paul]       1.9.100cvs175
6767
6768         * manual/handling.xml
6769                 make Filtering and Searching entries easier to find
6770         * manual/keyboard.xml
6771                 add the remaining default keybinds
6772         * src/prefs_summaries.c
6773                 update the default keybinds
6774
6775 2006-01-20 [paul]       1.9.100cvs174
6776
6777         * src/addressbook.c
6778         * src/addrgather.c
6779         * src/addrharvest.c
6780         * src/editaddress.c
6781         * src/editgroup.c
6782         * src/exphtmldlg.c
6783         * src/expldifdlg.c
6784         * src/exporthtml.c
6785         * src/exportldif.c
6786         * src/ldif.c
6787                 replace 'e-mail' with 'email'
6788         * src/summary_search.c
6789                 add mnemonic to "Find all" button
6790
6791 2006-01-20 [wwp]        1.9.100cvs173
6792
6793         * src/export.c
6794         * src/import.c
6795                 touched mbox import/export buttons for HIG-compliance
6796
6797 2006-01-19 [paul]       1.9.100cvs172
6798
6799         * manual/account.xml
6800         * manual/addrbook.xml
6801         * manual/advanced.xml
6802         * manual/faq.xml
6803         * manual/handling.xml
6804         * manual/intro.xml
6805         * manual/plugins.xml
6806         * manual/starting.xml
6807                 more editing
6808
6809 2006-01-19 [paul]       1.9.100cvs171
6810
6811         * src/toolbar.c
6812                 allow use of trash button while receiving
6813                 Thanks to Colin
6814
6815 2006-01-19 [wwp]        1.9.100cvs170
6816
6817         * src/gtk/quicksearch.c
6818         * src/compose.c
6819                 force text color to black when yellow background is set
6820
6821 2006-01-19 [colin]      1.9.100cvs169
6822
6823         * src/plugins/trayicon/trayicon.c
6824                 Gray out Get Mail when already getting mail
6825
6826 2006-01-18 [paul]       1.9.100cvs168
6827
6828         * src/compose.c
6829                 give widget yellow background was To is
6830                 set via folder prefs
6831         * src/gtk/quicksearch.c
6832                 give widget yellow background when quick
6833                 search is active.
6834                 Thanks to Colin
6835
6836 2006-01-18 [paul]       1.9.100cvs167
6837
6838         * doc/man/sylpheed-claws.1
6839                 add --subscribe option
6840
6841 2006-01-18 [paul]       1.9.100cvs166
6842
6843         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6844         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6845                 use %U instead of %F (%F is broken for user installed
6846                 files in kde 3.5)
6847
6848 2006-01-18 [colin]      1.9.100cvs165
6849
6850         * src/summaryview.c
6851                 Default to Yes in "No more * messages" dialogs
6852
6853 2006-01-17 [colin]      1.9.100cvs164
6854
6855         * src/compose.c
6856                 Possibly fix an invalid iterator causing
6857                 crash
6858
6859 2006-01-17 [colin]      1.9.100cvs163
6860
6861         * src/mimeview.c
6862                 Fix crash when the image disappears under the
6863                 image viewer
6864
6865 2006-01-16 [colin]      1.9.100cvs162
6866
6867         * src/compose.c
6868                 Fix reenabling autowrap
6869
6870 2006-01-16 [colin]      1.9.100cvs161
6871
6872         * src/compose.c
6873                 reset quote_len before getting quote_str
6874
6875 2006-01-16 [colin]      1.9.100cvs160
6876
6877         * src/account.c
6878         * src/account.h
6879         * src/folder.c
6880         * src/imap_gtk.c
6881         * src/mh_gtk.c
6882                 Fix bug #883 (default inbox does not track folder move)
6883
6884 2006-01-16 [colin]      1.9.100cvs159
6885
6886         * src/compose.c
6887         * src/plugins/pgpcore/passphrase.c
6888                 More buttons fixes
6889
6890 2006-01-16 [paul]       1.9.100cvs158
6891
6892         * src/prefs_actions.c
6893         * src/prefs_filtering_action.c
6894         * src/prefs_matcher.c
6895         * src/quote_fmt.c
6896         * src/gtk/description_window.c
6897         * src/gtk/description_window.h
6898         * src/gtk/quicksearch.c
6899                 description window cleanups
6900
6901 2006-01-15 [colin]      1.9.100cvs157
6902
6903         * src/addressbook.c
6904         * src/prefs_filtering.c
6905                 Same here
6906
6907 2006-01-15 [colin]      1.9.100cvs156
6908
6909         * src/folderview.c
6910         * src/mainwindow.c
6911                 Same for "Empty trash"
6912
6913 2006-01-15 [colin]      1.9.100cvs155
6914
6915         * src/inc.c
6916                 Override offline dialog had Yes by default
6917
6918 2006-01-15 [colin]      1.9.100cvs154
6919
6920         * src/summaryview.c
6921                 Delete selected messages? previously had Yes the default
6922
6923 2006-01-15 [colin]      1.9.100cvs153
6924
6925         * src/folder.c
6926         * src/folder.h
6927         * src/main.c
6928                 Check if a mailbox is loaded after all
6929                 plugins are loaded.
6930
6931 2006-01-15 [colin]      1.9.100cvs152
6932
6933         * src/folder.c
6934                 Don't start wizard when there are unloaded folders (will help
6935                 people with only mbox or maildir mailboxes)
6936
6937 2006-01-14 [colin]      1.9.100cvs151
6938
6939         * src/addressbook.c
6940         * src/expldifdlg.c
6941         * src/importldif.c
6942         * src/importmutt.c
6943         * src/importpine.c
6944         * src/mh_gtk.c
6945                 More HIG compliance and fixes
6946
6947 2006-01-14 [colin]      1.9.100cvs150
6948
6949         * src/prefs_filtering_action.c
6950         * src/foldersel.c
6951                 Two forgotten button order changes
6952
6953 2006-01-14 [colin]      1.9.100cvs149
6954
6955         * src/account.c
6956         * src/addressbook.c
6957         * src/compose.c
6958         * src/folderview.c
6959         * src/imap_gtk.c
6960         * src/mainwindow.c
6961         * src/mh_gtk.c
6962         * src/news_gtk.c
6963         * src/prefs_actions.c
6964         * src/prefs_customheader.c
6965         * src/prefs_filtering.c
6966         * src/prefs_matcher.c
6967         * src/prefs_template.c
6968         * src/ssl_manager.c
6969         * src/summaryview.c
6970         * src/textview.c
6971         * src/toolbar.c
6972                 All deletion confirmations are now "Cancel, Delete" 
6973                 instead of "No, Yes"
6974                 Clarified most of the other "No, Yes" to 
6975                 "Cancel, Descriptive_action"
6976                 Rechanged the "Entry not saved" alerts to have 
6977                 "Close, Continue editing"
6978
6979
6980 2006-01-14 [paul]
6981
6982         * 2.0.0-rc4 released
6983
6984 2006-01-14 [paul]       1.9.100cvs148
6985
6986         * src/account.c
6987         * src/addressadd.c
6988         * src/addressbook.c
6989         * src/compose.c
6990         * src/editaddress.c
6991         * src/editbook.c
6992         * src/editgroup.c
6993         * src/editjpilot.c
6994         * src/editldap.c
6995         * src/editvcard.c
6996         * src/exphtmldlg.c
6997         * src/expldifdlg.c
6998         * src/folderview.c
6999         * src/grouplistdialog.c
7000         * src/imap_gtk.c
7001         * src/importmutt.c
7002         * src/importpine.c
7003         * src/inc.c
7004         * src/main.c
7005         * src/mainwindow.c
7006         * src/message_search.c
7007         * src/messageview.c
7008         * src/mh_gtk.c
7009         * src/mimeview.c
7010         * src/news_gtk.c
7011         * src/prefs_actions.c
7012         * src/prefs_customheader.c
7013         * src/prefs_filtering.c
7014         * src/prefs_matcher.c
7015         * src/prefs_template.c
7016         * src/prefs_themes.c
7017         * src/ssl_manager.c
7018         * src/summary_search.c
7019         * src/summaryview.c
7020         * src/textview.c
7021         * src/toolbar.c
7022         * src/gtk/foldersort.c
7023         * src/gtk/gtkaspell.c
7024         * src/gtk/inputdialog.c
7025         * src/gtk/prefswindow.c
7026         * src/plugins/pgpcore/select-keys.c
7027         * src/plugins/trayicon/trayicon.c
7028                 HIG compliant button order
7029
7030 2006-01-14 [mones]      1.9.100cvs147
7031
7032         * po/es.po
7033                 Updated translation
7034
7035 2006-01-13 [paul]       1.9.100cvs146
7036
7037         * AUTHORS
7038         * ChangeLog
7039         * src/gtk/authors.h
7040                 add Joshua M. Kwan to contributors list
7041
7042 2006-01-13 [colin]      1.9.100cvs145
7043
7044         * src/gtk/quicksearch.c
7045                 Don't refocus quick search after executing (Esc or Enter)
7046                 Allows to '/'search something then move up/down in 
7047                 summaryview, and to Esc a search and be back in the 
7048                 summaryview
7049
7050 2006-01-13 [paul]       1.9.100cvs144
7051
7052         * src/plugins/pgpinline/pgpinline.c
7053                 support Content-Type 'application/pgp'
7054                 patch by Joshua M. Kwan <joshuak@users.sf.net>
7055
7056 2006-01-13 [paul]       1.9.100cvs143
7057
7058         * manual/account.xml
7059                 make mention of partial retrieval
7060                 thanks to Colin
7061
7062 2006-01-13 [paul]       1.9.100cvs142
7063
7064         * src/account.c
7065         * src/account.h
7066         * src/action.c
7067         * src/action.h
7068         * src/adbookbase.h
7069         * src/addr_compl.c
7070         * src/addr_compl.h
7071         * src/addrbook.c
7072         * src/addrcache.c
7073         * src/addrcache.h
7074         * src/addrcindex.c
7075         * src/addrcindex.h
7076         * src/addrclip.c
7077         * src/addrclip.h
7078         * src/addrdefs.h
7079         * src/addressadd.c
7080         * src/addressadd.h
7081         * src/addressbook.c
7082         * src/addressbook.h
7083         * src/addrgather.c
7084         * src/addrgather.h
7085         * src/addrharvest.c
7086         * src/addrharvest.h
7087         * src/addrindex.c
7088         * src/addrindex.h
7089         * src/addritem.c
7090         * src/addritem.h
7091         * src/addrquery.c
7092         * src/addrquery.h
7093         * src/addrselect.c
7094         * src/addrselect.h
7095         * src/alertpanel.c
7096         * src/alertpanel.h
7097         * src/browseldap.c
7098         * src/browseldap.h
7099         * src/codeconv.c
7100         * src/codeconv.h
7101         * src/compose.c
7102         * src/compose.h
7103         * src/customheader.c
7104         * src/customheader.h
7105         * src/displayheader.c
7106         * src/displayheader.h
7107         * src/editaddress.c
7108         * src/editaddress.h
7109         * src/editbook.c
7110         * src/editbook.h
7111         * src/editgroup.c
7112         * src/editgroup.h
7113         * src/editjpilot.c
7114         * src/editjpilot.h
7115         * src/editldap.c
7116         * src/editldap.h
7117         * src/editldap_basedn.c
7118         * src/editldap_basedn.h
7119         * src/editvcard.c
7120         * src/editvcard.h
7121         * src/exphtmldlg.c
7122         * src/exphtmldlg.h
7123         * src/expldifdlg.c
7124         * src/expldifdlg.h
7125         * src/export.h
7126         * src/exporthtml.c
7127         * src/exporthtml.h
7128         * src/exportldif.c
7129         * src/exportldif.h
7130         * src/filtering.c
7131         * src/filtering.h
7132         * src/folder.c
7133         * src/folder.h
7134         * src/folder_item_prefs.c
7135         * src/folder_item_prefs.h
7136         * src/foldersel.c
7137         * src/foldersel.h
7138         * src/folderutils.c
7139         * src/folderutils.h
7140         * src/folderview.c
7141         * src/folderview.h
7142         * src/grouplistdialog.c
7143         * src/grouplistdialog.h
7144         * src/headerview.c
7145         * src/html.c
7146         * src/html.h
7147         * src/image_viewer.c
7148         * src/image_viewer.h
7149         * src/imap.c
7150         * src/imap.h
7151         * src/imap_gtk.c
7152         * src/imap_gtk.h
7153         * src/import.h
7154         * src/importldif.c
7155         * src/importldif.h
7156         * src/importmutt.c
7157         * src/importmutt.h
7158         * src/importpine.c
7159         * src/importpine.h
7160         * src/inc.c
7161         * src/inc.h
7162         * src/jpilot.c
7163         * src/jpilot.h
7164         * src/ldapctrl.c
7165         * src/ldapctrl.h
7166         * src/ldaplocate.c
7167         * src/ldaplocate.h
7168         * src/ldapquery.c
7169         * src/ldapquery.h
7170         * src/ldapserver.c
7171         * src/ldapserver.h
7172         * src/ldaputil.c
7173         * src/ldaputil.h
7174         * src/ldif.c
7175         * src/ldif.h
7176         * src/main.c
7177         * src/main.h
7178         * src/mainwindow.c
7179         * src/mainwindow.h
7180         * src/manual.c
7181         * src/manual.h
7182         * src/mbox.c
7183         * src/mbox.h
7184         * src/message_search.c
7185         * src/message_search.h
7186         * src/messageview.c
7187         * src/messageview.h
7188         * src/mh.c
7189         * src/mh.h
7190         * src/mh_gtk.c
7191         * src/mh_gtk.h
7192         * src/mimeview.c
7193         * src/mimeview.h
7194         * src/msgcache.c
7195         * src/msgcache.h
7196         * src/mutt.c
7197         * src/mutt.h
7198         * src/news.c
7199         * src/news.h
7200         * src/news_gtk.c
7201         * src/news_gtk.h
7202         * src/partial_download.c
7203         * src/partial_download.h
7204         * src/pine.c
7205         * src/pine.h
7206         * src/pop.c
7207         * src/pop.h
7208         * src/prefs_account.c
7209         * src/prefs_account.h
7210         * src/prefs_actions.c
7211         * src/prefs_actions.h
7212         * src/prefs_common.c
7213         * src/prefs_common.h
7214         * src/prefs_compose_writing.c
7215         * src/prefs_compose_writing.h
7216         * src/prefs_customheader.c
7217         * src/prefs_customheader.h
7218         * src/prefs_display_header.c
7219         * src/prefs_display_header.h
7220         * src/prefs_filtering.c
7221         * src/prefs_filtering.h
7222         * src/prefs_filtering_action.c
7223         * src/prefs_filtering_action.h
7224         * src/prefs_folder_column.c
7225         * src/prefs_folder_column.h
7226         * src/prefs_folder_item.c
7227         * src/prefs_folder_item.h
7228         * src/prefs_fonts.c
7229         * src/prefs_fonts.h
7230         * src/prefs_gtk.c
7231         * src/prefs_gtk.h
7232         * src/prefs_image_viewer.c
7233         * src/prefs_image_viewer.h
7234         * src/prefs_matcher.c
7235         * src/prefs_matcher.h
7236         * src/prefs_message.c
7237         * src/prefs_msg_colors.c
7238         * src/prefs_msg_colors.h
7239         * src/prefs_other.c
7240         * src/prefs_quote.c
7241         * src/prefs_receive.c
7242         * src/prefs_send.c
7243         * src/prefs_spelling.c
7244         * src/prefs_spelling.h
7245         * src/prefs_summaries.c
7246         * src/prefs_summaries.h
7247         * src/prefs_summary_column.c
7248         * src/prefs_summary_column.h
7249         * src/prefs_template.c
7250         * src/prefs_template.h
7251         * src/prefs_themes.c
7252         * src/prefs_themes.h
7253         * src/prefs_toolbar.c
7254         * src/prefs_toolbar.h
7255         * src/prefs_wrapping.c
7256         * src/prefs_wrapping.h
7257         * src/privacy.c
7258         * src/privacy.h
7259         * src/procheader.c
7260         * src/procheader.h
7261         * src/procmime.c
7262         * src/procmime.h
7263         * src/procmsg.c
7264         * src/procmsg.h
7265         * src/quote_fmt.c
7266         * src/quote_fmt_parse.y
7267         * src/recv.c
7268         * src/recv.h
7269         * src/remotefolder.c
7270         * src/remotefolder.h
7271         * src/send_message.c
7272         * src/send_message.h
7273         * src/setup.c
7274         * src/setup.h
7275         * src/sourcewindow.c
7276         * src/sourcewindow.h
7277         * src/ssl_manager.c
7278         * src/ssl_manager.h
7279         * src/statusbar.c
7280         * src/statusbar.h
7281         * src/stock_pixmap.c
7282         * src/stock_pixmap.h
7283         * src/summary_search.c
7284         * src/summary_search.h
7285         * src/summaryview.c
7286         * src/summaryview.h
7287         * src/syldap.c
7288         * src/syldap.h
7289         * src/textview.c
7290         * src/textview.h
7291         * src/toolbar.c
7292         * src/toolbar.h
7293         * src/undo.c
7294         * src/undo.h
7295         * src/unmime.c
7296         * src/unmime.h
7297         * src/vcard.c
7298         * src/vcard.h
7299         * src/wizard.c
7300         * src/wizard.h
7301         * src/common/base64.c
7302         * src/common/base64.h
7303         * src/common/defs.h
7304         * src/common/hooks.c
7305         * src/common/hooks.h
7306         * src/common/log.c
7307         * src/common/log.h
7308         * src/common/mgutils.c
7309         * src/common/mgutils.h
7310         * src/common/nntp.c
7311         * src/common/nntp.h
7312         * src/common/passcrypt.c
7313         * src/common/passcrypt.h.in
7314         * src/common/plugin.c
7315         * src/common/plugin.h
7316         * src/common/prefs.c
7317         * src/common/prefs.h
7318         * src/common/progressindicator.c
7319         * src/common/progressindicator.h
7320         * src/common/quoted-printable.c
7321         * src/common/quoted-printable.h
7322         * src/common/session.c
7323         * src/common/session.h
7324         * src/common/smtp.c
7325         * src/common/smtp.h
7326         * src/common/socket.c
7327         * src/common/socket.h
7328         * src/common/ssl.c
7329         * src/common/ssl.h
7330         * src/common/ssl_certificate.c
7331         * src/common/ssl_certificate.h
7332         * src/common/stringtable.c
7333         * src/common/stringtable.h
7334         * src/common/sylpheed.c
7335         * src/common/sylpheed.h
7336         * src/common/template.c
7337         * src/common/template.h
7338         * src/common/timing.h
7339         * src/common/utils.c
7340         * src/common/utils.h
7341         * src/common/version.h.in
7342         * src/common/xml.c
7343         * src/common/xml.h
7344         * src/common/xmlprops.c
7345         * src/common/xmlprops.h
7346         * src/gtk/colorlabel.c
7347         * src/gtk/colorsel.c
7348         * src/gtk/colorsel.h
7349         * src/gtk/description_window.c
7350         * src/gtk/description_window.h
7351         * src/gtk/filesel.c
7352         * src/gtk/filesel.h
7353         * src/gtk/foldersort.c
7354         * src/gtk/foldersort.h
7355         * src/gtk/gtkutils.c
7356         * src/gtk/gtkutils.h
7357         * src/gtk/inputdialog.c
7358         * src/gtk/inputdialog.h
7359         * src/gtk/logwindow.c
7360         * src/gtk/logwindow.h
7361         * src/gtk/manage_window.c
7362         * src/gtk/manage_window.h
7363         * src/gtk/menu.c
7364         * src/gtk/menu.h
7365         * src/gtk/pluginwindow.c
7366         * src/gtk/pluginwindow.h
7367         * src/gtk/prefswindow.c
7368         * src/gtk/prefswindow.h
7369         * src/gtk/progressdialog.c
7370         * src/gtk/progressdialog.h
7371         * src/gtk/sslcertwindow.c
7372         * src/gtk/sslcertwindow.h
7373         * src/plugins/clamav/clamav_plugin.c
7374         * src/plugins/clamav/clamav_plugin.h
7375         * src/plugins/clamav/clamav_plugin_gtk.c
7376         * src/plugins/demo/demo.c
7377         * src/plugins/dillo_viewer/dillo_prefs.c
7378         * src/plugins/dillo_viewer/dillo_prefs.h
7379         * src/plugins/dillo_viewer/dillo_viewer.c
7380         * src/plugins/pgpcore/passphrase.c
7381         * src/plugins/pgpcore/passphrase.h
7382         * src/plugins/pgpcore/plugin.c
7383         * src/plugins/pgpcore/select-keys.c
7384         * src/plugins/pgpcore/select-keys.h
7385         * src/plugins/pgpcore/sgpgme.c
7386         * src/plugins/pgpcore/sgpgme.h
7387         * src/plugins/pgpinline/pgpinline.c
7388         * src/plugins/pgpinline/pgpinline.h
7389         * src/plugins/pgpinline/plugin.c
7390         * src/plugins/pgpmime/pgpmime.c
7391         * src/plugins/pgpmime/pgpmime.h
7392         * src/plugins/pgpmime/plugin.c
7393         * src/plugins/spamassassin/spamassassin.c
7394         * src/plugins/spamassassin/spamassassin.h
7395         * src/plugins/spamassassin/spamassassin_gtk.c
7396         * src/plugins/trayicon/trayicon.c
7397                 update copyright header
7398
7399 2006-01-13 [paul]       1.9.100cvs141
7400
7401         * src/account.c
7402         * src/export.c
7403         * src/import.c
7404         * src/mainwindow.c
7405         * src/prefs_account.c
7406         * src/prefs_display_header.c
7407         * src/prefs_receive.c
7408         * src/prefs_send.c
7409         * src/prefs_summaries.c
7410         * src/prefs_themes.c
7411         * src/prefs_toolbar.c
7412         * src/gtk/about.c
7413                 various cleanups
7414
7415 2006-01-12 [colin]      1.9.100cvs140
7416
7417         * src/folder.c
7418         * src/folder.h
7419         * src/main.c
7420                 Add --subscribe option
7421                 Let sylpheed-claws email@domain.com equivalent to --compose
7422                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
7423
7424 2006-01-12 [paul]       1.9.100cvs139
7425
7426         * src/mainwindow.c
7427                 append 'Change folder order' label with '...'
7428         * src/prefs_actions.c
7429                 allow reordering of actions list by dnd
7430         * src/gtk/foldersort.c
7431                 make the dialog nicer
7432
7433 2006-01-11 [colin]      1.9.100cvs138
7434
7435         * src/compose.c
7436                 Allow templates without text
7437
7438 2006-01-11 [paul]       1.9.100cvs137
7439
7440         * tools/README
7441         * tools/filter_conv_new.pl
7442                 add info to README
7443                 also check .sylpheed for filter.xml
7444                 be a bit informative to the user
7445
7446 2006-01-11 [colin]      1.9.100cvs136
7447
7448         * src/textview.c
7449                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
7450
7451 2006-01-10 [paul]       1.9.100cvs135
7452
7453         * tools/Makefile.am
7454         * tools/filter_conv_new.pl
7455                 add script to convert new style Sylpheed
7456                 filter rules (Sylpheed >= 0.9.99) to
7457                 Claws filtering rules
7458
7459 2006-01-10 [colin]      1.9.100cvs134
7460
7461         * src/compose.c
7462                 Fix broken line joins in certain conditions
7463                 (between two quoted lines: <enter><enter><up>
7464                  <type a wrapped sentence><go in the first line>
7465                  <insert more text><watch as line joining failed>)
7466
7467 2006-01-10 [paul]       1.9.100cvs133
7468
7469         * src/compose.c
7470                 don't report success in error dialog
7471                 thanks to Colin
7472         * src/common/utils.c
7473                 include some trailing punctuations as URI
7474                 thanks to Hiro
7475
7476 2006-01-10 [paul]       1.9.100cvs132
7477
7478         * src/mimeview.c
7479                 fix incompatible pointer type
7480                 warning
7481
7482 2006-01-10 [paul]       1.9.100cvs131
7483
7484         * src/compose.c
7485                 change Subject in window title
7486                 instantaneously
7487
7488 2006-01-09 [colin]      1.9.100cvs130
7489
7490         * src/addressbook.c
7491         * src/headerview.c
7492         * src/mainwindow.c
7493         * src/messageview.c
7494         * src/mimeview.c
7495         * src/noticeview.c
7496         * src/summaryview.c
7497                 Fix possible crashes on exit and in addressbook
7498
7499 2006-01-09 [paul]       1.9.100cvs129
7500
7501         * src/prefs_msg_colors.c
7502                 some cleanups that I forgot last time
7503
7504 2006-01-09 [paul]       1.9.100cvs128
7505
7506         * README
7507         * src/folderview.c
7508         * src/prefs_msg_colors.c
7509                 add previously hidden option, color_new, to
7510                 the gui
7511                 move the page to Display/
7512                 rework the gui
7513
7514 2006-01-09 [wwp]        1.9.100cvs127
7515
7516         * src/prefs_themes.c
7517                 made the prefs/display/themes layouts spacing less condensed
7518                 (and so they match other prefs/pages' look).
7519
7520 2006-01-09 [paul]       1.9.100cvs126
7521
7522         * src/compose.c
7523         * src/prefs_common.c
7524         * src/prefs_common.h
7525         * src/prefs_wrapping.c
7526                 remove 'wrap at send' option
7527
7528 2006-01-06 [colin]      1.9.100cvs125
7529
7530         * src/compose.c
7531                 Just make completely sure we don't insert "manual line breaks" 
7532                 when wrapping... 
7533
7534 2006-01-04 [paul]
7535
7536         * 2.0.0-rc3 released
7537
7538 2006-01-04 [paul]       1.9.100cvs124
7539
7540         * src/folderview.c
7541                 fix bug 882, 'quick scroll in folder list
7542                 displays wrong folder contents'
7543
7544 2006-01-04 [paul]       1.9.100cvs123
7545
7546         * src/plugins/pgpmime/pgpmime.c
7547                 better debug information when signing
7548                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
7549
7550 2006-01-03 [colin]      1.9.100cvs122
7551
7552         * configure.ac
7553                 We need to recheck for gpgme 1.0.0 after checking
7554                 for 1.1.1, because if 1.1.1 isn't available, 
7555                 GPGME_LIBS and friends are blanked out by the 
7556                 second check.
7557
7558 2006-01-03 [colin]      1.9.100cvs121
7559
7560         * src/common/prefs.c
7561                 Windows unlink-before rename fix
7562         * src/plugins/pgpcore/sgpgme.c
7563                 Add support for PKA info if available
7564                 Both patches by Werner Koch
7565
7566 2006-01-03 [paul]       1.9.100cvs120
7567
7568         * src/messageview.c
7569                 fix bug 884, 'Send receipt' button visible in queue
7570                 Thanks to Colin
7571
7572 2006-01-02 [colin]      1.9.100cvs119
7573
7574         * src/compose.c
7575         * src/imap.c
7576                 Fix autosave on IMAP and more generally try to
7577                 return the correct ID on a newly added IMAP message
7578
7579 2006-01-02 [paul]       1.9.100cvs118
7580
7581         * manual/keyboard.xml
7582                 edited
7583
7584 2006-01-01 [paul]       1.9.100cvs117
7585
7586         * src/gtk/authors.h
7587                 alphabetical order
7588
7589 2005-12-30 [colin]      1.9.100cvs116
7590
7591         * manual/advanced.xml
7592                 Explain Pre/Post-processing differences.
7593
7594 2005-12-30 [colin]      1.9.100cvs115
7595
7596         * src/mh.c
7597                 Implement copy_msgs for a little optimization
7598         * src/imap.c
7599                 Finish yesterday's fix
7600
7601 2005-12-29 [colin]      1.9.100cvs114
7602
7603         * src/imap.c
7604                 Fix occasional failure in fetching a mail over
7605                 IMAP
7606
7607 2005-12-29 [colin]      1.9.100cvs113
7608
7609         * src/compose.c
7610                 Don't remove a draft when sending it, if it is 
7611                 locked.
7612
7613 2005-12-28 [colin]      1.9.100cvs112
7614
7615         * src/summaryview.c
7616                 Fix leak for real
7617
7618 2005-12-28 [wwp]        1.9.100cvs111
7619
7620         * doc/faq/.cvsignore
7621         * doc/faq/de/.cvsignore
7622         * doc/faq/en/.cvsignore
7623         * doc/faq/es/.cvsignore
7624         * doc/faq/fr/.cvsignore
7625         * doc/faq/it/.cvsignore
7626         * doc/manual/.cvsignore
7627         * doc/manual/de/.cvsignore
7628         * doc/manual/en/.cvsignore
7629         * doc/manual/es/.cvsignore
7630         * doc/manual/fr/.cvsignore
7631         * doc/manual/ja/.cvsignore
7632         * src/plugins/mathml_viewer/.cvsignore
7633                 rollback revival of those files (my bad, sorry for the noise).
7634
7635 2005-12-28 [wwp]        1.9.100cvs110
7636
7637         * src/compose.c
7638                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
7639
7640 2005-12-28 [wwp]        1.9.100cvs109
7641
7642         * doc/faq/.cvsignore
7643         * doc/faq/de/.cvsignore
7644         * doc/faq/en/.cvsignore
7645         * doc/faq/es/.cvsignore
7646         * doc/faq/fr/.cvsignore
7647         * doc/faq/it/.cvsignore
7648         * doc/manual/.cvsignore
7649         * doc/manual/de/.cvsignore
7650         * doc/manual/en/.cvsignore
7651         * doc/manual/es/.cvsignore
7652         * doc/manual/fr/.cvsignore
7653         * doc/manual/ja/.cvsignore
7654         * src/plugins/mathml_viewer/.cvsignore
7655         * po/.cvsignore
7656                 more files to ignore.
7657
7658 2005-12-24 [colin]      1.9.100cvs108
7659
7660         * AUTHORS
7661         * src/gtk/authors.h
7662                 Update for Werner
7663
7664 2005-12-24 [colin]      1.9.100cvs107
7665
7666         * src/procmsg.c
7667                 Allow NULL src_msginfo in 
7668                 procmsg_msginfo_new_from_mimeinfo
7669
7670 2005-12-23 [paul]       1.9.100cvs106
7671
7672         * src/plugins/pgpinline/mypgpcore.def
7673                 add this forgotten file
7674
7675 2005-12-23 [colin]      1.9.100cvs105
7676
7677         * src/mainwindow.c
7678                 Fix missing break
7679
7680 2005-12-23 [colin]      1.9.100cvs104
7681
7682         * autogen.sh
7683         * src/folder.c
7684         * src/mh.c
7685         * src/common/plugin.c
7686         * src/common/socket.c
7687         * src/common/socket.h
7688         * src/common/utils.c
7689         * src/common/utils.h
7690         * src/gtk/pluginwindow.c
7691         * src/plugins/pgpcore/plugin.def
7692         * src/plugins/pgpcore/sylpheed.def
7693         * src/plugins/pgpinline/Makefile.am
7694         * src/plugins/pgpinline/plugin.def
7695         * src/plugins/pgpinline/sylpheed.def
7696         * src/plugins/pgpmime/plugin.def
7697         * src/plugins/pgpmime/sylpheed.def
7698                 Various w32 fixes by Werner Koch
7699
7700 2005-12-22 [paul]       1.9.100cvs103
7701
7702         * src/wizard.c
7703                 don't offer IMAP as 'server type' if
7704                 libetpan isn't built in
7705
7706 2005-12-22 [paul]       1.9.100cvs102
7707
7708         * AUTHORS
7709         * src/mainwindow.c
7710         * src/mainwindow.h
7711         * src/toolbar.c
7712         * src/gtk/authors.h
7713                 support GTK_TOOLBAR_BOTH_HORIZ (text
7714                 next to icon) Patch by Marien Zwart
7715                 marienz@users.sf.net
7716                 Also reword the text
7717
7718 2005-12-21 [colin]      1.9.100cvs101
7719
7720         * configure.ac
7721                 Fix DATADIRNAME
7722         * COPYING
7723                 Fix missing section and explicit the exception better
7724         * src/compose.c
7725                 Prevent mail from being lost without notice when an
7726                 SMTP error happens on trying to send an unmodified
7727                 drafted mail.
7728         * src/send_message.c
7729         * src/common/smtp.c
7730                 Fix password remembering when wrong, and add return
7731                 value checks where they should have been
7732         * src/plugins/pgpcore/sylpheed.def
7733         * src/plugins/pgpinline/sylpheed.def
7734         * src/plugins/pgpmime/sylpheed.def
7735                 Add a few symbols needed
7736
7737 2005-12-21 [paul]       1.9.100cvs100
7738
7739         * m4/codeset.m4
7740         * m4/glibc21.m4
7741         * m4/intdiv0.m4
7742         * m4/inttypes-pri.m4
7743         * m4/inttypes.m4
7744         * m4/inttypes_h.m4
7745         * m4/isc-posix.m4
7746         * m4/lcmessage.m4
7747         * m4/stdint_h.m4
7748         * m4/uintmax_t.m4
7749                 gettextization
7750                 thanks to Colin
7751
7752 2005-12-21 [paul]       1.9.100cvs99
7753
7754         * po/sv.po
7755                 fixed by Colin
7756
7757 2005-12-20 [paul]       1.9.100cvs98
7758
7759         * po/sv.po
7760                 updated by Anders Trobäck
7761
7762 2005-12-20 [colin]      1.9.100cvs97
7763
7764         * ABOUT-NLS
7765         * Makefile.am
7766         * autogen.sh
7767         * configure.ac
7768         * config/config.rpath
7769         * config/mkinstalldirs
7770         * m4/Makefile.am
7771         * m4/glibc2.m4
7772         * m4/gnupg.m4
7773         * m4/gpgme.m4
7774         * m4/intmax.m4
7775         * m4/longdouble.m4
7776         * m4/longlong.m4
7777         * m4/printf-posix.m4
7778         * m4/signed.m4
7779         * m4/size_max.m4
7780         * m4/ulonglong.m4
7781         * m4/wchar_t.m4
7782         * m4/wint_t.m4
7783         * m4/xsize.m4
7784         * po/Makefile.in.in
7785         * po/Makevars
7786         * po/bg.po
7787         * po/ca.po
7788         * po/cs.po
7789         * po/de.po
7790         * po/el.po
7791         * po/en_GB.po
7792         * po/es.po
7793         * po/fi.po
7794         * po/fr.po
7795         * po/hr.po
7796         * po/hu.po
7797         * po/it.po
7798         * po/ja.po
7799         * po/ko.po
7800         * po/nb.po
7801         * po/nl.po
7802         * po/pl.po
7803         * po/pt_BR.po
7804         * po/ru.po
7805         * po/sk.po
7806         * po/sr.po
7807         * po/stamp-po
7808         * po/sv.po
7809         * po/zh_CN.po
7810         * po/zh_TW.po
7811         * src/Makefile.am
7812         * src/codeconv.c
7813         * src/compose.c
7814         * src/exporthtml.c
7815         * src/exportldif.c
7816         * src/folder.c
7817         * src/main.c
7818         * src/manual.c
7819         * src/mh.c
7820         * src/mimeview.c
7821         * src/send_message.c
7822         * src/common/Makefile.am
7823         * src/common/fnmatch.c
7824         * src/common/fnmatch.h
7825         * src/common/fnmatch_loop.c
7826         * src/common/nntp.c
7827         * src/common/plugin.c
7828         * src/common/smtp.c
7829         * src/common/socket.c
7830         * src/common/string_match.c
7831         * src/common/sylpheed.c
7832         * src/common/utils.c
7833         * src/common/utils.h
7834         * src/common/w32_dirent.c
7835         * src/common/w32_reg.c
7836         * src/common/w32_signal.c
7837         * src/common/w32_stat.c
7838         * src/common/w32_stdio.c
7839         * src/common/w32_stdlib.c
7840         * src/common/w32_string.c
7841         * src/common/w32_time.c
7842         * src/common/w32_unistd.c
7843         * src/common/w32_wait.c
7844         * src/common/w32lib.h
7845         * src/etpan/Makefile.am
7846         * src/gtk/Makefile.am
7847         * src/plugins/clamav/Makefile.am
7848         * src/plugins/demo/Makefile.am
7849         * src/plugins/dillo_viewer/Makefile.am
7850         * src/plugins/pgpcore/Makefile.am
7851         * src/plugins/pgpcore/passphrase.c
7852         * src/plugins/pgpcore/plugin.def
7853         * src/plugins/pgpcore/sgpgme.c
7854         * src/plugins/pgpcore/sylpheed.def
7855         * src/plugins/pgpcore/version.rc
7856         * src/plugins/pgpinline/Makefile.am
7857         * src/plugins/pgpinline/plugin.def
7858         * src/plugins/pgpinline/sylpheed.def
7859         * src/plugins/pgpinline/version.rc
7860         * src/plugins/pgpmime/Makefile.am
7861         * src/plugins/pgpmime/mypgpcore.def
7862         * src/plugins/pgpmime/plugin.def
7863         * src/plugins/pgpmime/sylpheed.def
7864         * src/plugins/pgpmime/version.rc
7865         * src/plugins/spamassassin/Makefile.am
7866                 Very little ;-) patch from Werner Koch, providing
7867                 infrastructure for cross-compiling to Win32
7868
7869 2005-12-20 [paul]       1.9.100cvs96
7870
7871         * src/account.c
7872         * src/account.h
7873         * src/mainwindow.c
7874         * src/mainwindow.h
7875         * src/toolbar.c
7876         * src/toolbar.h
7877                 add a combo to the Get All button, allowing
7878                 quick retrieval from any account
7879                 Patch by Fabien Vantard, slightly modified
7880                 by Colin
7881         * src/gtk/about.c
7882                 i18n fix. Patch by Fabien Vantard
7883
7884 2005-12-19 [colin]      1.9.100cvs95
7885
7886         * src/compose.c
7887         * src/compose.h
7888                 Don't automatically join lines when they've 
7889                 been separated by the user and not automatically
7890
7891 2005-12-19 [paul]       1.9.100cvs94
7892
7893         * src/gtk/pluginwindow.c
7894                 i18n fix.
7895                 Patch by Fabien Vantard
7896
7897 2005-12-15 [paul]       1.9.100cvs93
7898
7899         * src/common/plugin.c
7900         * src/common/plugin.h
7901         * src/gtk/pluginwindow.c
7902         * src/plugins/clamav/clamav_plugin.c
7903         * src/plugins/demo/demo.c
7904         * src/plugins/dillo_viewer/dillo_viewer.c
7905         * src/plugins/pgpcore/plugin.c
7906         * src/plugins/pgpinline/plugin.c
7907         * src/plugins/pgpmime/plugin.c
7908         * src/plugins/spamassassin/spamassassin.c
7909         * src/plugins/trayicon/trayicon.c
7910                 add plugin_version()
7911
7912 2005-12-15 [colin]      1.9.100cvs92
7913
7914         * src/compose.c
7915                 Further fix bug #875
7916
7917 2005-12-15 [paul]       1.9.100cvs91
7918
7919         * src/gtk/filesel.c
7920                 fix attach_load_dir getting set to
7921                 PLUGINDIR on plugin load
7922
7923 2005-12-14 [mones]      1.9.100cvs90
7924
7925         * manual/ack.xml
7926         * manual/keyboard.xml
7927                 Initial draft and some shortcuts added
7928                 
7929         * po/es.po
7930                 Updated translation
7931
7932 2005-12-14 [colin]      1.9.100cvs89
7933
7934         * src/compose.c
7935         * src/imap.c
7936         * src/summaryview.c
7937         * src/gtk/gtkaspell.c
7938                 More leaks fixed
7939         * src/prefs_folder_item.c
7940                 Fix recursive prefs apply
7941
7942
7943 2005-12-14 [colin]      1.9.100cvs88
7944
7945         * src/compose.c
7946                 Fix bug #875 (Freeze On Inline Forward of 
7947                 Large Message)
7948
7949 2005-12-13 [colin]      1.9.100cvs87
7950
7951         * src/compose.c
7952                 Uniq-ify and sort the mimetypes list
7953                 Patch by Fabien Vantard
7954
7955 2005-12-13 [colin]      1.9.100cvs86
7956
7957         * src/imap.c
7958         * src/etpan/imap-thread.c
7959                 Fix leaks (patch by Hoa)
7960         * src/news.c
7961         * src/common/plugin.c
7962                 Fix leaks
7963
7964 2005-12-12 [colin]
7965
7966         * 2.0.0-rc2 released
7967
7968 2005-12-12 [colin]      1.9.100cvs85
7969
7970         * src/matcher.c
7971                 Fix a leak
7972
7973 2005-12-12 [wwp]        1.9.100cvs84
7974
7975         * src/gtk/icon_legend.c
7976                 fix misbehaviour and crash when closing the legend window
7977         using the Esc key (patch by Fabien Vantard).
7978
7979 2005-12-12 [paul]       1.9.100cvs83
7980
7981         * src/browseldap.c
7982         * src/foldersel.c
7983         * src/prefs_actions.c
7984         * src/prefs_filtering.c
7985         * src/prefs_matcher.c
7986         * src/prefs_spelling.glade      ** REMOVED **
7987         * src/prefs_template.c
7988         * src/gtk/foldersort.glade      ** REMOVED **
7989         * src/gtk/pluginwindow.c
7990         * src/gtk/pluginwindow.glade    ** REMOVED **
7991         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
7992                 cleanups
7993
7994 2005-12-11 [paul]       1.9.100cvs82
7995
7996         * src/gtk/filesel.c
7997                 fix attach_load_dir crasher (double free)
7998
7999 2005-12-09 [paul]       1.9.100cvs81
8000
8001         * po/POTFILES.in
8002         * src/mainwindow.c
8003         * src/gtk/Makefile.am
8004         * src/gtk/icon_legend.c
8005         * src/gtk/icon_legend.h
8006                 add icon legend
8007         * src/manual.c
8008                 cleanup
8009
8010 2005-12-09 [paul]       1.9.100cvs80
8011
8012         * src/plugins/pgpcore/passphrase.c
8013                 wrap the label in the dialog
8014
8015 2005-12-09 [colin]      1.9.100cvs79
8016
8017         * src/plugins/pgpcore/sgpgme.c
8018                 Display (untrusted) on not trusted signatures
8019                 Patch by Michal Èihaø <michal@cihar.com>
8020                 Closes bug #867 (Report also key trust)
8021
8022 2005-12-09 [colin]      1.9.100cvs78
8023
8024         * src/common/plugin.c
8025                 Update licence check, following Eben Moglen's advice
8026
8027 2005-12-08 [colin]      1.9.100cvs77
8028
8029         * src/folder.c
8030                 Fix the occasionnal item->cache != NULL 
8031                 assertion failure. 
8032
8033 2005-12-08 [colin]      1.9.100cvs76
8034
8035         * src/mimeview.c
8036         * src/plugins/pgpcore/sgpgme.c
8037                 Print key id when unable to check it
8038                 Closes bug #866 (Show key id when missing)
8039
8040 2005-12-08 [paul]       1.9.100cvs75
8041
8042         * src/prefs_common.c
8043         * src/prefs_common.h
8044         * src/gtk/filesel.c
8045                 remember load attachment dir
8046
8047 2005-12-07 [colin]      1.9.100cvs74
8048
8049         * src/prefs_toolbar.c
8050                 Gtk fixes, patch by Fabien Vantard
8051
8052 2005-12-07 [colin]      1.9.100cvs73
8053
8054         * src/action.c
8055         * src/compose.c
8056         * src/compose.h
8057                 Fix bug #839 (Quoted text isn't colored after 
8058                 executing an action)
8059         * src/common/plugin.c
8060                 Require plugins to declare their licence in plugin_licence()
8061                 Refuse to load non-GPL plugins as they'd be illegal (as 
8062                 derived works of Sylpheed-Claws, they must be GPL).
8063         * src/plugins/clamav/clamav_plugin.c
8064         * src/plugins/demo/demo.c
8065         * src/plugins/dillo_viewer/dillo_viewer.c
8066         * src/plugins/pgpcore/plugin.c
8067         * src/plugins/pgpinline/plugin.c
8068         * src/plugins/pgpmime/plugin.c
8069         * src/plugins/spamassassin/spamassassin.c
8070         * src/plugins/trayicon/trayicon.c
8071                 Add plugin_licence()
8072
8073 2005-12-07 [paul]       1.9.100cvs72
8074
8075         * configure.ac
8076         * src/mainwindow.c
8077         * src/manual.c
8078         * src/manual.h
8079         * src/common/defs.h
8080                 clean up after local FAQ removal and
8081                 temporary manual removal
8082
8083 2005-12-06 [colin]      1.9.100cvs71
8084
8085         * configure.ac
8086         * doc/Makefile.am
8087         * doc/faq/.cvsignore
8088         * doc/faq/Makefile.am
8089         * doc/faq/de/.cvsignore
8090         * doc/faq/de/Makefile.am
8091         * doc/faq/de/sylpheed-faq-1.html
8092         * doc/faq/de/sylpheed-faq-2.html
8093         * doc/faq/de/sylpheed-faq-3.html
8094         * doc/faq/de/sylpheed-faq.html
8095         * doc/faq/en/.cvsignore
8096         * doc/faq/en/Makefile.am
8097         * doc/faq/en/sylpheed-faq-1.html
8098         * doc/faq/en/sylpheed-faq-2.html
8099         * doc/faq/en/sylpheed-faq-3.html
8100         * doc/faq/en/sylpheed-faq-4.html
8101         * doc/faq/en/sylpheed-faq.html
8102         * doc/faq/es/.cvsignore
8103         * doc/faq/es/Makefile.am
8104         * doc/faq/es/sylpheed-faq-1.html
8105         * doc/faq/es/sylpheed-faq-2.html
8106         * doc/faq/es/sylpheed-faq-3.html
8107         * doc/faq/es/sylpheed-faq-4.html
8108         * doc/faq/es/sylpheed-faq.html
8109         * doc/faq/fr/.cvsignore
8110         * doc/faq/fr/Makefile.am
8111         * doc/faq/fr/sylpheed-faq-1.html
8112         * doc/faq/fr/sylpheed-faq-2.html
8113         * doc/faq/fr/sylpheed-faq-3.html
8114         * doc/faq/fr/sylpheed-faq.html
8115         * doc/faq/it/.cvsignore
8116         * doc/faq/it/Makefile.am
8117         * doc/faq/it/sylpheed-faq-1.html
8118         * doc/faq/it/sylpheed-faq-2.html
8119         * doc/faq/it/sylpheed-faq-3.html
8120         * doc/faq/it/sylpheed-faq.html
8121         * doc/manual/.cvsignore
8122         * doc/manual/Makefile.am
8123         * doc/manual/de/.cvsignore
8124         * doc/manual/de/Makefile.am
8125         * doc/manual/de/sylpheed-1.html
8126         * doc/manual/de/sylpheed-10.html
8127         * doc/manual/de/sylpheed-11.html
8128         * doc/manual/de/sylpheed-12.html
8129         * doc/manual/de/sylpheed-13.html
8130         * doc/manual/de/sylpheed-14.html
8131         * doc/manual/de/sylpheed-15.html
8132         * doc/manual/de/sylpheed-16.html
8133         * doc/manual/de/sylpheed-17.html
8134         * doc/manual/de/sylpheed-18.html
8135         * doc/manual/de/sylpheed-19.html
8136         * doc/manual/de/sylpheed-2.html
8137         * doc/manual/de/sylpheed-20.html
8138         * doc/manual/de/sylpheed-3.html
8139         * doc/manual/de/sylpheed-4.html
8140         * doc/manual/de/sylpheed-5.html
8141         * doc/manual/de/sylpheed-6.html
8142         * doc/manual/de/sylpheed-7.html
8143         * doc/manual/de/sylpheed-8.html
8144         * doc/manual/de/sylpheed-9.html
8145         * doc/manual/de/sylpheed.html
8146         * doc/manual/en/.cvsignore
8147         * doc/manual/en/Makefile.am
8148         * doc/manual/en/sylpheed-1.html
8149         * doc/manual/en/sylpheed-10.html
8150         * doc/manual/en/sylpheed-11.html
8151         * doc/manual/en/sylpheed-12.html
8152         * doc/manual/en/sylpheed-13.html
8153         * doc/manual/en/sylpheed-14.html
8154         * doc/manual/en/sylpheed-15.html
8155         * doc/manual/en/sylpheed-16.html
8156         * doc/manual/en/sylpheed-17.html
8157         * doc/manual/en/sylpheed-18.html
8158         * doc/manual/en/sylpheed-19.html
8159         * doc/manual/en/sylpheed-2.html
8160         * doc/manual/en/sylpheed-20.html
8161         * doc/manual/en/sylpheed-21.html
8162         * doc/manual/en/sylpheed-22.html
8163         * doc/manual/en/sylpheed-3.html
8164         * doc/manual/en/sylpheed-4.html
8165         * doc/manual/en/sylpheed-5.html
8166         * doc/manual/en/sylpheed-6.html
8167         * doc/manual/en/sylpheed-7.html
8168         * doc/manual/en/sylpheed-8.html
8169         * doc/manual/en/sylpheed-9.html
8170         * doc/manual/en/sylpheed.html
8171         * doc/manual/es/.cvsignore
8172         * doc/manual/es/Makefile.am
8173         * doc/manual/es/sylpheed-1.html
8174         * doc/manual/es/sylpheed-10.html
8175         * doc/manual/es/sylpheed-11.html
8176         * doc/manual/es/sylpheed-12.html
8177         * doc/manual/es/sylpheed-13.html
8178         * doc/manual/es/sylpheed-14.html
8179         * doc/manual/es/sylpheed-15.html
8180         * doc/manual/es/sylpheed-16.html
8181         * doc/manual/es/sylpheed-17.html
8182         * doc/manual/es/sylpheed-18.html
8183         * doc/manual/es/sylpheed-19.html
8184         * doc/manual/es/sylpheed-2.html
8185         * doc/manual/es/sylpheed-20.html
8186         * doc/manual/es/sylpheed-3.html
8187         * doc/manual/es/sylpheed-4.html
8188         * doc/manual/es/sylpheed-5.html
8189         * doc/manual/es/sylpheed-6.html
8190         * doc/manual/es/sylpheed-7.html
8191         * doc/manual/es/sylpheed-8.html
8192         * doc/manual/es/sylpheed-9.html
8193         * doc/manual/es/sylpheed.html
8194         * doc/manual/fr/.cvsignore
8195         * doc/manual/fr/Makefile.am
8196         * doc/manual/fr/sylpheed-1.html
8197         * doc/manual/fr/sylpheed-10.html
8198         * doc/manual/fr/sylpheed-11.html
8199         * doc/manual/fr/sylpheed-12.html
8200         * doc/manual/fr/sylpheed-13.html
8201         * doc/manual/fr/sylpheed-14.html
8202         * doc/manual/fr/sylpheed-15.html
8203         * doc/manual/fr/sylpheed-16.html
8204         * doc/manual/fr/sylpheed-17.html
8205         * doc/manual/fr/sylpheed-18.html
8206         * doc/manual/fr/sylpheed-19.html
8207         * doc/manual/fr/sylpheed-2.html
8208         * doc/manual/fr/sylpheed-20.html
8209         * doc/manual/fr/sylpheed-3.html
8210         * doc/manual/fr/sylpheed-4.html
8211         * doc/manual/fr/sylpheed-5.html
8212         * doc/manual/fr/sylpheed-6.html
8213         * doc/manual/fr/sylpheed-7.html
8214         * doc/manual/fr/sylpheed-8.html
8215         * doc/manual/fr/sylpheed-9.html
8216         * doc/manual/fr/sylpheed.html
8217         * doc/manual/ja/.cvsignore
8218         * doc/manual/ja/Makefile.am
8219         * doc/manual/ja/sylpheed-1.html
8220         * doc/manual/ja/sylpheed-10.html
8221         * doc/manual/ja/sylpheed-11.html
8222         * doc/manual/ja/sylpheed-12.html
8223         * doc/manual/ja/sylpheed-13.html
8224         * doc/manual/ja/sylpheed-14.html
8225         * doc/manual/ja/sylpheed-15.html
8226         * doc/manual/ja/sylpheed-16.html
8227         * doc/manual/ja/sylpheed-17.html
8228         * doc/manual/ja/sylpheed-18.html
8229         * doc/manual/ja/sylpheed-19.html
8230         * doc/manual/ja/sylpheed-2.html
8231         * doc/manual/ja/sylpheed-20.html
8232         * doc/manual/ja/sylpheed-3.html
8233         * doc/manual/ja/sylpheed-4.html
8234         * doc/manual/ja/sylpheed-5.html
8235         * doc/manual/ja/sylpheed-6.html
8236         * doc/manual/ja/sylpheed-7.html
8237         * doc/manual/ja/sylpheed-8.html
8238         * doc/manual/ja/sylpheed-9.html
8239         * doc/manual/ja/sylpheed.html
8240         * doc/manual/ja/sylpheed.sgml
8241         * src/mainwindow.c
8242                 Remove outdated manual and faq. Noisy, eh?
8243
8244 2005-12-06 [colin]      1.9.100cvs70
8245
8246         * src/compose.c
8247         * src/quote_fmt_parse.y
8248         * src/undo.c
8249         * src/undo.h
8250                 Allow %X to position cursor at 0 
8251                 (no %X = before signature)
8252                 Fix paste as quotation putting the cursor at 0
8253                 Fix undo offsets when pasting
8254                 Insert the quote_fmt at once instead of line 
8255                 by line
8256                 Fix [Edited] when starting to reply/forward
8257
8258 2005-12-06 [paul]       1.9.100cvs69
8259
8260         * src/plugins/clamav/clamav_plugin_gtk.c
8261                 add another tooltip
8262         * src/plugins/spamassassin/spamassassin_gtk.c
8263                 rework spamassassin_create_widget_func()
8264
8265 2005-12-05 [colin]      1.9.100cvs68
8266
8267         * po/POTFILES.in
8268                 Fix make release ;-)
8269
8270 2005-12-05 [colin]      1.9.100cvs67
8271
8272         * src/compose.c
8273         * src/compose.h
8274                 Fix cursor positioning (not obeying %X)
8275
8276 2005-12-05 [paul]       1.9.100cvs66
8277
8278         * src/plugins/dillo_viewer/dillo_prefs.c
8279                 fix compilation warning
8280
8281 2005-12-05 [paul]       1.9.100cvs65
8282
8283         * src/prefs_spelling.c
8284         * src/plugins/trayicon/trayicon.c
8285                 cleanups - remove unused stuff
8286
8287 2005-12-05 [paul]       1.9.100cvs64
8288
8289         * README
8290         * manual/plugins.xml
8291                 remove info about removed mathml_viewer plugin
8292
8293 2005-12-05 [paul]       1.9.100cvs63
8294
8295         * configure.ac
8296         * src/plugins/Makefile.am
8297         * src/plugins/mathml_viewer/.cvsignore
8298         * src/plugins/mathml_viewer/Makefile.am
8299         * src/plugins/mathml_viewer/mathml_viewer.c
8300                 remove unmaintained mathml_viewer plugin
8301
8302 2005-12-05 [paul]       1.9.100cvs62
8303
8304         * src/summaryview.c
8305                 obey prefs_common.always_show_msg when
8306                 moving a msg
8307                 Thanks to Colin
8308
8309 2005-12-05 [paul]       1.9.100cvs61
8310
8311         * src/compose.c
8312         * src/prefs_account.c
8313         * src/prefs_filtering.c
8314         * src/prefs_quote.c
8315         * src/prefs_spelling.c
8316         * src/prefs_toolbar.c
8317         * src/summaryview.c
8318         * src/gtk/gtkutils.c
8319         * src/gtk/quicksearch.c
8320         * src/plugins/dillo_viewer/dillo_prefs.c
8321                 dialog cleanups
8322
8323 2005-12-04 [paul]       1.9.100cvs60
8324
8325         * src/inc.c
8326         * src/prefs_account.c
8327         * src/prefs_account.h
8328                 allow a Local account to specify a
8329                 default inbox
8330                 (closes bug 843 'Inbox cannot be changed for local
8331                  mailboxes')
8332
8333 2005-12-04 [colin]      1.9.100cvs59
8334
8335         * src/plugins/trayicon/trayicon.c
8336                 Remove Get, rename Get All to Get Mail in order to
8337                 be consistent with the default main toolbar
8338
8339 2005-12-03 [colin]      1.9.100cvs58
8340
8341         * manual/gpl.xml
8342         * manual/sylpheed-claws-manual.xml
8343                 Add GPL appendix
8344
8345 2005-12-03 [paul]       1.9.100cvs57
8346
8347         * AUTHORS
8348         * po/sv.po
8349         * src/gtk/authors.h
8350                 new (partially complete) Swedish translation
8351                 by Anders Troback <sylpheed@troback.com>
8352
8353 2005-12-02 [paul]       1.9.100cvs56
8354
8355         * configure.ac
8356                 libetpan 0.41 required
8357
8358 2005-12-02 [paul]       1.9.100cvs55
8359
8360         * src/plugins/clamav/clamav_plugin.c
8361         * src/plugins/clamav/clamav_plugin.h
8362         * src/plugins/clamav/clamav_plugin_gtk.c
8363         * src/plugins/spamassassin/spamassassin.c
8364         * src/plugins/spamassassin/spamassassin.h
8365         * src/plugins/spamassassin/spamassassin_gtk.c
8366                 unregister prefs pages on unloading, thus
8367                 preventing a crash
8368                 (thanks to Colin for the hint)
8369
8370 2005-12-02 [wwp]        1.9.100cvs54
8371
8372         * src/quote_fmt.h
8373         * src/quote_fmt_parse.y
8374                 fix misuse of gboolean*, use gboolean instead
8375                 (thanks to Paul, Colin, for pointing out that scaring one)
8376
8377 2005-12-02 [paul]       1.9.100cvs53
8378
8379         * src/plugins/clamav/clamav_plugin.c
8380                 int no --> unsigned int no
8381         * src/plugins/clamav/clamav_plugin_gtk.c
8382                 rework config page
8383
8384 2005-12-02 [wwp]        1.9.100cvs52
8385
8386         * src/compose.c
8387         * src/prefs_template.c
8388         * src/quote_fmt.h
8389         * src/quote_fmt_parse.y
8390                 prevent from executing |f and |p templates commands when
8391                 adding or replacing templates in prefs (avoids annoying and
8392                 potentially dangerous behaviours)
8393
8394 2005-12-02 [paul]       1.9.100cvs51
8395
8396         * src/prefs_common.c
8397                 allow translation of some default values
8398                 Patch by Fabien Vantard
8399
8400 2005-12-02 [paul]       1.9.100cvs50
8401
8402         * src/codeconv.c
8403         * src/codeconv.h
8404         * src/prefs_common.c
8405         * src/prefs_common.h
8406         * src/prefs_message.c
8407         * src/textview.c
8408                 remove obsolete 'convert_mb_alnum' option
8409                 and related stuff
8410         * src/gtk/about.c
8411                 remove unused 'about_textview_visibility_notify'
8412
8413 2005-12-02 [paul]       1.9.100cvs49
8414
8415         * src/prefs_account.c
8416         * src/prefs_compose_writing.c
8417         * src/prefs_fonts.c
8418         * src/prefs_gtk.h
8419         * src/prefs_image_viewer.c
8420         * src/prefs_message.c
8421         * src/prefs_other.c
8422         * src/prefs_receive.c
8423         * src/prefs_send.c
8424         * src/prefs_spelling.c
8425         * src/prefs_summaries.c
8426         * src/prefs_wrapping.c
8427         * src/plugins/dillo_viewer/dillo_prefs.c
8428         * src/plugins/pgpcore/prefs_gpg.c
8429                 several cleanups to the prefs dialogs
8430                 (slightly modified) patch by Fabien Vantard
8431
8432 2005-12-02 [paul]       1.9.100cvs48
8433
8434         * src/main.c
8435                 --exit means exit
8436         * src/send_message.c
8437                 fix crash on send when connection fails
8438
8439         Thanks to Colin
8440
8441 2005-12-01 [colin]      1.9.100cvs47
8442
8443         * src/html.c
8444                 Translate &hellip; to "..."
8445
8446 2005-11-30 [colin]      1.9.100cvs46
8447
8448         * src/matcher.c
8449         * src/matcher.h
8450                 Optimize back yesterday's fix.
8451
8452 2005-11-30 [paul]       1.9.100cvs45
8453
8454         * manual/faq.xml
8455                 standardised
8456         * manual/intro.xml
8457                 written by Colin, edited by me
8458
8459 2005-11-29 [colin]      1.9.100cvs44
8460
8461         * src/matcher.c
8462                 Skip headers unconditionnaly in match_body if the
8463                 rule is not message or ~message
8464
8465 2005-11-29 [colin]      1.9.100cvs43
8466
8467         * src/matcher.c
8468                 Fix body_part and such, not skipping headers 
8469                 if the matchcriteria wasn't the first in the rule
8470
8471 2005-11-29 [colin]      1.9.100cvs42
8472
8473         * src/compose.c
8474                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
8475                 option missing from message view window)
8476                 Fix double text D'n'D with gtk-2.8
8477         * src/matcher.c
8478                 Fix ~message, ~headers_part, ~body_part rules
8479         * src/messageview.c
8480                 Add Windows-1252 (Closes bug #863)
8481                 Fix accels
8482         * src/gtk/gtkaspell.c
8483                 Properly destroy accels in all menus
8484
8485 2005-11-29 [mones]      1.9.100cvs41
8486
8487         * po/es.po
8488                 Updated.
8489
8490 2005-11-27 [colin]      1.9.100cvs40
8491
8492         * src/mh_gtk.c
8493                 "/Remove mailbox" -> "/Remove mailbox..."
8494
8495 2005-11-27 [paul]       1.9.100cvs39
8496
8497         * AUTHORS
8498         * po/de.po
8499         * src/gtk/authors.h
8500                 updated by new maintainer, Stephan Sachse
8501
8502 2005-11-27 [paul]       1.9.100cvs38
8503
8504         * manual/faq.xml
8505                 written by Colin, edited by me
8506
8507 2005-11-27 [paul]       1.9.100cvs37
8508
8509         * src/prefs_common.c
8510         * src/prefs_common.h
8511         * src/prefs_receive.c
8512         * src/prefs_summaries.c
8513                 move 'go to inbox after receiving new mail'
8514                 option from display/sumamaries to mail
8515                 handling/receive, and rework prefs_summaries
8516                 dialog a little
8517
8518 2005-11-25 [martin]     1.9.100cvs36
8519
8520         * po/de.po
8521             fixed windows-1252 translation;
8522             translated some new and fuzzy strings
8523
8524 2005-11-25 [paul]       1.9.100cvs35
8525
8526         * src/plugins/clamav/clamav_plugin.c
8527                 complete the update done in cvs34
8528
8529 2005-11-25 [paul]       1.9.100cvs34
8530
8531         * src/plugins/clamav/clamav_plugin.c
8532                 reflect upstream changes
8533
8534 2005-11-25 [paul]       1.9.100cvs33
8535
8536         * manual/ack.xml
8537         * manual/plugins.xml
8538         * manual/sylpheed-claws-manual.xml
8539                 written/updated by Colin, edited by me
8540         * tools/acroread2sylpheed.pl
8541                 update binary name
8542
8543 2005-11-24 [colin]      1.9.100cvs32
8544
8545         * src/compose.c
8546                 Fix bug #856 (reediting messages forgets Request
8547                 Return Receipt)
8548
8549 2005-11-24 [paul]       1.9.100cvs31
8550
8551         * manual/addrbook.xml
8552         * manual/starting.xml
8553                 written by Colin, proofread, edited, adapted by me
8554         * manual/advanced.xml
8555                 add some Actions examples
8556         * src/importldif.c
8557                 use a Save button instead of a Close button
8558         * src/wizard.c
8559                 indicate mandatory fields
8560                 fix page display
8561                 Thanks to Colin
8562
8563 2005-11-23 [colin]      1.9.100cvs30
8564
8565         * src/addressbook.c
8566                 Rename menu item, fix possible crash after
8567                 deletion of books
8568         * src/addrindex.c
8569                 Allow searching for '*' in ldap
8570         * src/browseldap.c
8571                 Fix "Browse Entry" (did anyone use it?)
8572         * src/wizard.c
8573                 Add guards for mandatory information
8574
8575 2005-11-23 [paul]       1.9.100cvs29
8576
8577         * manual/advanced.xml
8578                 corrections to the English
8579
8580 2005-11-23 [colin]      1.9.100cvs28
8581
8582         * src/mimeview.c
8583                 Fix possible crash at exit. After the call to
8584                 gtk_container_remove(), the Viewer's widget has no
8585                 more parent so gtk+ automatically frees it and its
8586                 sons. If destroy_viewer() then try to access it,
8587                 problems ensue.
8588
8589 2005-11-22 [colin]      1.9.100cvs27
8590
8591         * src/compose.c
8592         * src/gtk/gtkaspell.c
8593                 Fix right-clicking on a misspelled word
8594                 Fix More... in suggestions menu
8595
8596 2005-11-22 [wwp]        1.9.100cvs26
8597
8598         * src/prefs_template.c
8599                 templates works: re-sort templates list when adding or replacing,
8600                 prevent from adding or replacing when the template name is empty
8601
8602 2005-11-21 [colin]      1.9.100cvs25
8603
8604         * src/addressbook.c
8605                 Fix some addressbook suckage (dnd, select all)
8606         * src/compose.c
8607         * src/gtk/gtkaspell.c
8608         * src/gtk/gtkaspell.h
8609                 Make the spellchecker menu work with the 
8610                 GtkTextView one instead of overriding it
8611
8612 2005-11-20 [paul]       1.9.100cvs24
8613
8614         * manual/handling.xml
8615                 proofread and corrected
8616
8617 2005-11-20 [paul]       1.9.100cvs23
8618
8619         * manual/Makefile
8620                 generate html as one file
8621         * manual/advanced.xml
8622                 fix output generation
8623                 reformat hidden options list
8624         * manual/manual.xml     ** REMOVED **
8625         * manual/sylpheed-claws-manual.xml      ** ADDED **
8626                 renamed
8627
8628 2005-11-18 [colin]      1.9.100cvs22
8629
8630         * src/prefs_account.c
8631                 Fix layout in news and mbox accounts
8632         * manual/account.xml
8633         * manual/advanced.xml
8634                 New contents for Paul to check :)
8635
8636 2005-11-18 [wwp]        1.9.100cvs21
8637
8638         * src/gtk/quicksearch.c
8639                 don't update extended quicksearch buttons twice
8640
8641 2005-11-18 [paul]       1.9.100cvs20
8642
8643         * src/textview.c
8644                 complete 1.9.100cvs19
8645
8646 2005-11-18 [paul]       1.9.100cvs19
8647
8648         * src/compose.c
8649                 cosmetic improvements
8650         * src/textview.c
8651                 also list text/* attachments
8652
8653 2005-11-18 [colin]      1.9.100cvs18
8654
8655         * src/summaryview.c
8656                 Use column 0 instead of -1 in 
8657                 gtk_ctree_node_moveto, in a naive
8658                 hope it'll fix the gtk-related crashes
8659
8660 2005-11-18 [colin]      1.9.100cvs17
8661
8662         * src/gtk/inputdialog.c
8663                 Fix icon staying the first one
8664
8665 2005-11-17 [wwp]        1.9.100cvs16
8666                 fix possible problem showing some quicksearch buttons, and a bad
8667                 call to g_return_if_fail in a function that returns a value (both
8668                 fixes by Fabien Vantard)
8669
8670 2005-11-15 [wwp]        1.9.100cvs15
8671
8672         * src/gtk/quicksearch.c
8673                 added a tooltip to that obscure ... quicksearch button
8674
8675 2005-11-15 [wwp]        1.9.100cvs14
8676
8677         * src/gtk/quicksearch.c
8678                 add a quicksearch helper to filtering expression users: the ... button
8679                 raises the condition expr window. condition expressions set up w/ this
8680                 window are used by the quicksearch if the user closes it pressing OK.
8681
8682 2005-11-14 [paul]       1.9.100cvs13
8683
8684         * src/plugins/clamav/clamav_plugin.c
8685         * src/plugins/spamassassin/spamassassin.c
8686                 change plugin type following recent merging
8687
8688 2005-11-14 [wwp]        1.9.100cvs12
8689
8690         * src/folder.c
8691                 prevent from crashing when copying/moving message(s) from and
8692                 to the same folder
8693
8694 2005-11-14 [paul]       1.9.100cvs11
8695
8696         * src/plugins/clamav/Makefile.am
8697         * src/plugins/clamav/clamav_plugin.c
8698         * src/plugins/clamav/clamav_plugin.h
8699         * src/plugins/clamav/clamav_plugin_gtk.c
8700                 also merge clamav and clamav_gtk plugins
8701
8702 2005-11-13 [colin]      1.9.100cvs10
8703
8704         * configure.ac
8705         * src/plugins/spamassassin/Makefile.am
8706         * src/plugins/spamassassin/spamassassin.c
8707         * src/plugins/spamassassin/spamassassin.h
8708         * src/plugins/spamassassin/spamassassin_gtk.c
8709                 Merge spamassassin and spamassassin_gtk plugins,
8710                 and build it by default.
8711
8712 2005-11-12 [colin]      1.9.100cvs9
8713
8714         * src/etpan/imap-thread.c
8715                 Fix gcc warning
8716
8717 2005-11-12 [colin]      1.9.100cvs8
8718
8719         * src/procmime.c
8720                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
8721
8722 2005-11-10 [colin]      1.9.100cvs7
8723
8724         * src/main.c
8725                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
8726                 minimised state)
8727
8728 2005-11-10 [wwp]        1.9.100cvs6
8729
8730         * src/gtk/description_window.c
8731                 fix a crash when closing description windows using the WM's [X] button
8732
8733 2005-11-09 [colin]      1.9.100cvs5
8734
8735         * src/common/ssl.c
8736                 Update libetpan call to follow upstream
8737                 (yes, this requires libetpan-0.40cvs3)
8738
8739 2005-11-08 [colin]      1.9.100cvs4
8740
8741         * src/compose.c
8742         * src/textview.c
8743         * src/common/utils.c
8744         * src/common/utils.h
8745                 Enhance the email parser
8746
8747 2005-11-08 [colin]      1.9.100cvs3
8748
8749         * src/procmime.c
8750                 Fix what looks like an off-by-one (fixes 
8751                 attachments from the Bat)
8752
8753 2005-11-08 [wwp]        1.9.100cvs2
8754
8755         * src/main.c
8756                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
8757
8758 2005-11-08 [wwp]        1.9.100cvs1
8759
8760         * src/main.c
8761                 allow exiting Sylpheed-Claws from command-line
8762
8763 2005-11-08 [paul]       1.9.100
8764
8765         1.9.100 released
8766
8767 2005-11-07 [colin]      1.9.99cvs17
8768
8769         * src/addritem.c
8770         * src/ldif.c
8771                 Fix import of base-64 encoded items
8772
8773 2005-11-07 [colin]      1.9.99cvs16
8774
8775         * src/send_message.c
8776                 Fix bug #314 (Queue does not empty under certain 
8777                 circumstances)
8778
8779 2005-11-07 [paul]       1.9.99cvs15
8780
8781         * src/mutt.c
8782         * src/pine.c
8783                 fix buffer overflows
8784                 Thanks to Colin
8785
8786 2005-11-07 [paul]       1.9.99cvs14
8787
8788         * doc/man/Makefile.am
8789         * doc/man/sylpheed-claws.1      ** ADDED **
8790         * doc/man/sylpheed.1            ** DELETED **
8791                 rename and update the man file
8792
8793 2005-11-06 [colin]      1.9.99cvs13
8794
8795         * src/ldif.c
8796                 Fix ldif_get_line() that returned empty strings
8797                 (Didn't understand why). Also fix a possible
8798                 buffer overflow.
8799
8800 2005-11-06 [wwp]        1.9.99cvs12
8801
8802         * src/textview.c
8803         * src/gtk/about.c
8804         * src/gtk/gtkutils.c
8805         * src/gtk/gtkutils.h
8806                 fix a compilation warning,
8807                 make links sensitive in the about dialog
8808
8809 2005-11-04 [wwp]        1.9.99cvs11
8810
8811         * src/gtk/about.c
8812                 don't wrap or translate URIs, and a bit text format cleanup
8813
8814 2005-11-04 [wwp]        1.9.99cvs10
8815
8816         * src/gtk/about.c
8817                 better textview tagging implementation (no more use of marks for
8818                 postponed tagging)
8819
8820 2005-11-02 [colin]      1.9.99cvs9
8821
8822         * src/common/ssl.c
8823                 Forgot an ifdef
8824
8825 2005-11-02 [colin]      1.9.99cvs8
8826
8827         * configure.ac
8828                 Require libetpan-0.40 due to upstream fix
8829         * src/common/ssl.c
8830                 Tell libetpan not to call SSL_Library_Init,
8831                 as we do it ourselves.
8832
8833 2005-11-02 [colin]      1.9.99cvs7
8834
8835         * po/POTFILES.in
8836                 Add missing files (thanks to Fabien Vantard)
8837
8838 2005-11-02 [colin]      1.9.99cvs6
8839
8840         * src/summaryview.c
8841                 Fix totals when read messages are hidden or quicksearch
8842                 is on
8843         * src/ssl_manager.c
8844         * src/ssl_manager.h
8845         * src/common/ssl_certificate.c
8846         * src/common/ssl_certificate.h
8847         * src/gtk/sslcertwindow.c
8848         * src/gtk/sslcertwindow.h
8849                 Fix copyright on my stuff
8850
8851 2005-11-02 [wwp]        1.9.99cvs5
8852
8853         * src/prefs_themes.c
8854                 fix directory name checking (theme installation/removal),
8855                 made related error a bit more verbose
8856
8857 2005-11-02 [colin]      1.9.99cvs4
8858
8859         * src/summaryview.c
8860                 Fix typo (probably fixes bug #841 (Sort by the From 
8861                 field doesn't work)
8862
8863 2005-11-02 [paul]       1.9.99cvs3
8864
8865         * po/ko.po
8866         * po/nb.po
8867                 updated by SungHyun Nam, Geir Helland
8868         * src/wizard.c
8869                 fix typo in welcome message. spotted by
8870                 Andrea Spadaccini
8871
8872 2005-11-01 [colin]      1.9.99cvs2
8873
8874         * src/compose.c
8875                 Fix replying to ml wen confirming subscription
8876         * src/messageview.c
8877         * src/mimeview.c
8878         * src/mimeview.h
8879         * src/privacy.h
8880         * src/summaryview.c
8881                 Make key check non blocking
8882
8883 2005-10-31 [paul]       1.9.99cvs1
8884
8885         * tools/claws.i18n.status.pl
8886                 updated for ChangeLog
8887
8888 2005-10-31 [paul]       1.9.99
8889
8890         1.9.99 released
8891
8892 2005-10-31 [paul]       1.9.15cvs131
8893
8894         * .cvsignore
8895         * ChangeLog
8896         * ChangeLog.claws       ** REMOVED **
8897         * ChangeLog-gtk2.claws  ** REMOVED **
8898         * ChangeLog.gtk1        ** ADDED **
8899         * INSTALL
8900         * Makefile.am
8901         * NEWS
8902         * README
8903         * README.claws          ** REMOVED **
8904         * README.jp             ** REMOVED **
8905         * RELEASE_NOTES         ** ADDED **
8906         * RELEASE_NOTES.claws   ** REMOVED **
8907         * commitHelper
8908         * configure.ac
8909         * sylpheed.spec.in      ** REMOVED **
8910                 tidy up and update the default docs:
8911                 ChangeLog.claws is renamed ChangeLog.gtk1
8912                 ChangeLog-gtk2.claws is renamed ChangeLog
8913                 README.claws is renamed README
8914                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
8915
8916 2005-10-31 [paul]       1.9.15cvs130
8917
8918         * po/it.po
8919                 fix errors
8920
8921 2005-10-31 [paul]       1.9.15cvs129
8922
8923         * po/ca.po
8924         * po/de.po
8925         * po/en_GB.po
8926         * po/fr.po
8927         * po/it.po
8928         * po/pt_BR.po
8929         * po/sk.po
8930         * po/sr.po
8931         * po/zh_CN.po
8932                 updated by Miquel Oliete, Stephan Sachse and
8933                 Thomas Gilgin, me, Fabien Vantard, Andrea
8934                 Spadaccini, Frederico Goncalves Guimaraes,
8935                 Andrej Kacian, Aleksandar Urosevic, and
8936                 Ralgh Young.
8937
8938 2005-10-31 [mones]      1.9.15cvs128
8939
8940         * manual/faq.xml
8941                 More questions.
8942         
8943         * po/es.po
8944                 Updated for release.
8945
8946 2005-10-30 [colin]      1.9.15cvs127
8947
8948         * src/compose.c
8949                 Place cursor before rewrapping (fixes cursor
8950                 pos if quotation gets rewrapped)
8951
8952 2005-10-29 [paul]       1.9.15cvs126
8953
8954         * src/crash.c
8955         * src/foldersel.c
8956         * src/main.c
8957         * src/messageview.c
8958         * src/toolbar.c
8959         * src/gtk/authors.h
8960                 corrections to text items
8961
8962 2005-10-28 [colin]      1.9.15cvs125
8963
8964         * src/messageview.c
8965                 Make "hit 'C' to check sig" work from extern 
8966                 messageviews
8967
8968 2005-10-27 [colin]      1.9.15cvs124
8969
8970         * src/summaryview.c
8971                 Add a hack to avoid segfaulting when hammering 
8972                 on gtk's events
8973
8974 2005-10-27 [wwp]        1.9.15cvs123
8975
8976         * src/prefs_themes.c
8977                 sort list of themes names in themes prefs
8978
8979 2005-10-27 [paul]       1.9.15cvs122
8980
8981         * src/folder.c
8982         * src/prefs_account.c
8983                 fix building on Solaris
8984                 Patch by Alex Moore
8985
8986 2005-10-27 [wwp]        1.9.15cvs121
8987
8988         * src/summaryview.c
8989         * src/gtk/gtksctree.c
8990                 speed up unselecting messages in summary view (thanks to Colin)
8991
8992 2005-10-27 [paul]       1.9.15cvs120
8993
8994         * src/mainwindow.c
8995                 fix a compilation warning
8996         * src/summaryview.c
8997                 fix updating of 'n items selected' count
8998                 when deselecting
8999
9000 2005-10-27 [martin]     1.9.15cvs119
9001
9002         * src/action.c
9003                 ignore actions with a leading '/' in the action menu name
9004                 fixes a crash on menu creation
9005         * src/prefs_actions.c
9006                 do not allow a leading '/' in the action menu name
9007
9008 2005-10-27 [paul]       1.9.15cvs118
9009
9010         * src/main.c
9011                 fix compilation warning
9012
9013 2005-10-27 [paul]       1.9.15cvs117
9014
9015         * src/procmime.c
9016                 add #if HAVE_LOCALE_H
9017
9018 2005-10-27 [paul]       1.9.15cvs116
9019
9020         * src/plugins/clamav/clamav_plugin.c
9021         * src/plugins/dillo_viewer/dillo_viewer.c
9022         * src/plugins/mathml_viewer/mathml_viewer.c
9023         * src/plugins/pgpcore/plugin.c
9024         * src/plugins/pgpinline/plugin.c
9025         * src/plugins/pgpmime/plugin.c
9026         * src/plugins/spamassassin/spamassassin.c
9027         * src/plugins/trayicon/trayicon.c
9028                 plugin_init() : make error messages more
9029                 informative
9030
9031 2005-10-26 [wwp]        1.9.15cvs115
9032
9033         * src/prefs_matcher.c
9034                 enlarge boolean op widget width a bit (wasn't always showing text contents)
9035
9036 2005-10-26 [wwp]        1.9.15cvs114
9037
9038         * src/procmime.c
9039         * src/gtk/gtksctree.c
9040         * src/plugins/spamassassin/libspamc.c
9041         * src/plugins/spamassassin/spamassassin.c
9042                 fix some compilation warnings more
9043
9044 2005-10-26 [mones]      1.9.15cvs113
9045
9046         * po/es.po
9047                 Updated translation
9048
9049 2005-10-26 [paul]       1.9.15cvs112
9050
9051         * src/prefs_message.c
9052                 give all display_xface stuff the
9053                 #if HAVE_LIBCOMPFACE treatment, thus
9054                 preventing a crash
9055                 (Thanks to Wolfgang Enderlein)
9056
9057 2005-10-26 [colin]      1.9.15cvs111
9058
9059         * src/gedit-print.c
9060                 Fix date format
9061         * src/imap_gtk.c
9062         * src/news_gtk.c
9063                 Remove context menu items that should not be there
9064         * src/jpilot.c
9065                 Fix encoding
9066         * src/main.c
9067         * src/mainwindow.c
9068                 Don't show the mainwindow too soon
9069
9070 2005-10-26 [wwp]        1.9.15cvs110
9071
9072         * src/folder.c
9073         * src/manual.c
9074         * src/summaryview.c
9075                 fix uninitialized pointers in the folder updating hook
9076                 (thanks to Colin)
9077
9078 2005-10-25 [mones]      1.9.15cvs109
9079
9080         * manual/faq.xml
9081                 General information subsection completed. 
9082                 Removed archaic references.
9083                 
9084         * manual/Makefile
9085         * manual/dtd/manual.dsl
9086                 Added customization stylesheet for getting paragraphs
9087                 fully justified in PDF output (as suggested by Colin).
9088
9089 2005-10-25 [colin]      1.9.15cvs108
9090
9091         * src/compose.c
9092                 Fix a second leak
9093
9094 2005-10-25 [colin]      1.9.15cvs107
9095
9096         * src/addrbook.c
9097         * src/addrindex.c
9098                 Fix leak (xml_get_element() allocates memory)
9099         * src/compose.c
9100                 Fix leak + dead code (shame!)
9101         * src/procmime.c
9102                 Fix leak
9103
9104 2005-10-25 [colin]      1.9.15cvs106
9105
9106         * src/mimeview.c
9107                 Fix encoding issue in Save all and in 
9108                 overwrite-confirmation alertpanel
9109
9110 2005-10-25 [colin]      1.9.15cvs105
9111
9112         * src/common/socket.c
9113                 Fix a leak - Thanks to Christopher Aillon
9114                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
9115
9116 2005-10-25 [paul]       1.9.15cvs104
9117
9118         * src/wizard.c
9119                 Always guess servers from the right-hand
9120                 email part and guess username from the
9121                 left-hand part. (Thanks to Colin)
9122                 add an X-Face to the welcome message
9123
9124 2005-10-25 [paul]       1.9.15cvs103
9125
9126         * manual/handling.xml
9127                 written by Colin, edited by me
9128
9129 2005-10-25 [wwp]        1.9.15cvs102
9130
9131         * src/folderview.c
9132         * src/grouplistdialog.c
9133         * src/imap.c
9134         * src/noticeview.c
9135                 fix some compilation warnings
9136
9137 2005-10-24 [paul]
9138
9139         1.9.99-rc3 released
9140
9141 2005-10-24 [paul]       1.9.15cvs101
9142
9143         * src/gtk/about.c
9144                 fix window sizing
9145
9146 2005-10-24 [paul]       1.9.15cvs100
9147
9148         * src/pixmaps/offline.xpm
9149         * src/pixmaps/online.xpm
9150                 replace with last default versions
9151
9152 2005-10-24 [colin]      1.9.15cvs99
9153
9154         * src/imap.c
9155                 Fix bug when moving a folder
9156         * src/imap_gtk.c
9157         * src/mh_gtk.c
9158                 "Delete folder" pops up a window, so it 
9159                 should be suffixed with "..."
9160         * src/plugins/pgpcore/sgpgme.c
9161                 Include locale.h
9162
9163 2005-10-24 [mones]      1.9.15cvs98
9164
9165         * manual/Makefile
9166         * manual/account.xml
9167         * manual/ack.xml
9168         * manual/addrbook.xml
9169         * manual/advanced.xml
9170         * manual/faq.xml
9171         * manual/glossary.xml
9172         * manual/gpl.xml
9173         * manual/handling.xml
9174         * manual/intro.xml
9175         * manual/keyboard.xml
9176         * manual/manual.xml
9177         * manual/plugins.xml
9178         * manual/starting.xml
9179         * manual/dtd/sdocbook.dtd
9180                 Initial manual structure and some content.
9181
9182 2005-10-23 [wwp]        1.9.15cvs97
9183
9184         * src/gtk/about.c
9185                 fix a typo
9186
9187 2005-10-23 [wwp]        1.9.15cvs96
9188
9189         * src/gtk/about.c
9190         * src/gtk/authors.h
9191                 rework of the about window (main work by Paul), also featuring a few
9192                 fixes for typos and duplicate names
9193
9194 2005-10-23 [wwp]        1.9.15cvs95
9195
9196         * src/.cvsignore
9197                 Ignore the right binary name (sylpheed-claws now)
9198
9199 2005-10-23 [paul]       1.9.15cvs94
9200
9201         * src/compose.c
9202                 when using Folder Pref 'Default To for
9203                 replies' make the entry in the Compose
9204                 window bold
9205                 Patch by Fabien Vantard
9206
9207 2005-10-22 [colin]      1.9.15cvs93
9208
9209         * src/codeconv.c
9210                 Fix leak
9211
9212 2005-10-22 [colin]      1.9.15cvs92
9213
9214         * src/codeconv.c
9215                 try to convert using locale (apart utf8) if necessary
9216
9217 2005-10-22 [colin]      1.9.15cvs91
9218
9219         * src/pixmaps/new.xpm
9220         * src/pixmaps/unread.xpm
9221                 Make the unread envelope blue again and
9222                 saturate the new one a bit more.
9223
9224 2005-10-22 [colin]      1.9.15cvs90
9225
9226         * src/compose.c
9227                 When replying to a mail sent by one of our accounts,
9228                 use the original list of recipients. Let 'Reply All'
9229                 and 'Reply to sender' work like previously.
9230
9231 2005-10-21 [colin]      1.9.15cvs89
9232
9233         * src/prefs_filtering.c
9234                 Clear fields after add and replace
9235         * src/textview.c
9236                 Display xface differently (better)
9237         * src/plugins/pgpinline/pgpinline.c
9238                 Fix crappy encodings/recodings
9239
9240 2005-10-21 [paul]       1.9.15cvs88
9241
9242         * src/compose.c
9243         * src/prefs_folder_item.c
9244         * src/toolbar.c
9245                 fix news folder Folder Properties
9246                 (thanks to Colin)
9247         * src/folderview.c
9248                 update folderview after Themes change
9249                 keep selected folder selected
9250                 (thanks to Colin)
9251
9252 2005-10-21 [paul]       1.9.15cvs87
9253
9254         * tools/Makefile.am
9255         * tools/OOo2sylpheed.pl
9256         * tools/README
9257         * tools/README.sylprint
9258         * tools/asus_mailled.sh         ** REMOVED **
9259         * tools/filter_conv.pl
9260         * tools/freshmeat_search.pl
9261         * tools/google_search.pl
9262         * tools/gpg-sign-syl            ** REMOVED **
9263         * tools/kmail2sylpheed.pl
9264         * tools/kmail2sylpheed_v2.pl
9265         * tools/multiwebsearch.pl
9266         * tools/nautilus2sylpheed.sh
9267         * tools/newscache_clean.pl
9268         * tools/outlook2sylpheed.pl
9269         * tools/sylpheed-switcher       ** REMOVED **
9270         * tools/sylprint.pl
9271         * tools/sylprint.rc
9272         * tools/tb2sylpheed
9273         * tools/vcard2xml.py
9274         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9275                 update default config dir
9276                 update binary name (thanks to Fabien Vantard)
9277                 remove obsolete scripts
9278
9279 2005-10-21 [colin]      1.9.15cvs86
9280
9281         * src/inc.c
9282                 Fix possible leak and units. Based on a patch by
9283                 Fabien Vantard.
9284
9285 2005-10-20 [colin]      1.9.15cvs85
9286
9287         * src/textview.c
9288                 Clear xface when clearing textview
9289
9290 2005-10-20 [colin]      1.9.15cvs84
9291
9292         * configure.ac
9293         * src/folderview.c
9294         * src/headerview.c
9295         * src/main.c
9296         * src/prefs_common.c
9297         * src/prefs_common.h
9298         * src/prefs_message.c
9299         * src/textview.c
9300         * src/textview.h
9301         * src/common/defs.h
9302         * src/common/utils.c
9303         * src/common/utils.h
9304         * src/gtk/gtkutils.c
9305         * src/gtk/gtkutils.h
9306                 Migrate config to .sylpheed-claws (Automatically)
9307                 Add a way to get the Xface in the TextView
9308
9309 2005-10-20 [colin]      1.9.15cvs83
9310
9311         * src/gtk/Makefile.am
9312         * src/gtk/about.c
9313         * src/gtk/authors.h
9314                 Make the about dialog *grooovy*
9315
9316 2005-10-20 [colin]      1.9.15cvs82
9317
9318         * src/mimeview.c
9319                 Use "Open with" on double click if no command
9320                 was found
9321
9322 2005-10-20 [colin]      1.9.15cvs81
9323
9324         * src/imap.c
9325         * src/etpan/imap-thread.c
9326                 Fix possible crash.
9327
9328 2005-10-20 [paul]       1.9.15cvs80
9329
9330         * src/folder.c
9331                 don't show clipkey icon if the only
9332                 attachment is the signature
9333                 Patch by Colin
9334
9335 2005-10-20 [paul]       1.9.15cvs79
9336
9337         * AUTHORS
9338         * src/plugins/pgpmime/pgpmime.c
9339                 name the PGP/MIME signature 'signature.asc'
9340                 Patch by Andrew Nelson <freeandy@gmail.com>
9341
9342 2005-10-19 [colin]      1.9.15cvs78
9343
9344         * src/plugins/pgpmime/pgpmime.c
9345                 Oops, no need to double-check though
9346
9347 2005-10-19 [colin]      1.9.15cvs77
9348
9349         * src/plugins/pgpinline/pgpinline.c
9350         * src/plugins/pgpmime/pgpmime.c
9351                 Check that my_tmpfile() doesn't 
9352                 return NULL
9353
9354 2005-10-19 [colin]      1.9.15cvs76
9355
9356         * src/common/utils.c
9357                 Use shorter mime boundaries to avoid having
9358                 MTAs rewrapping our headers, breaking the
9359                 PGP signature in the process 
9360         * src/compose.c
9361         * src/plugins/pgpmime/pgpmime.c
9362                 Check for boundary uniqueness to be sure
9363                 it won't happen, instead of hoping for the
9364                 best
9365
9366 2005-10-19 [colin]      1.9.15cvs75
9367
9368         * sylpheed-claws.desktop
9369         * src/Makefile.am
9370         * src/main.c
9371                 Ship a sylpheed-claws binary instead
9372                 of a sylpheed one. Change the socket
9373                 name, too
9374         * src/folderview.c
9375                 Update folder only if it changed
9376         * src/wizard.c
9377                 Fix i18n in welcome mail, patch by
9378                 Fabien Vantard
9379
9380 2005-10-19 [paul]
9381
9382         1.9.99-rc2 released
9383
9384 2005-10-19 [paul]       1.9.15cvs74
9385
9386         * src/folder.c
9387         * src/folderview.c
9388                 fix summaryview update
9389                 Patch by Colin
9390
9391 2005-10-18 [colin]      1.9.15cvs73
9392
9393         * src/plugins/pgpcore/passphrase.c
9394                 Don't XGrabServer, and try a bit more to 
9395                 sync everything before grabbing mouse/keyboard
9396
9397 2005-10-18 [colin]      1.9.15cvs72
9398
9399         * src/Makefile.am
9400         * src/addressadd.c
9401         * src/addressbook.c
9402         * src/folderview.c
9403         * src/grouplistdialog.c
9404         * src/mimeview.c
9405         * src/stock_pixmap.c
9406         * src/stock_pixmap.h
9407         * src/summaryview.c
9408         * src/gtk/gtksctree.c
9409         * src/gtk/gtksctree.h
9410         * src/pixmaps/empty.xpm
9411                 Implement a wrapper call for gtk_ctree_set_node_info
9412                 and gtk_ctree_insert_node, that uses a 1x1 transparent
9413                 pixmap instead of a NULL one. This works around some
9414                 memory problems deep inside gtk, revealed by valgrind,
9415                 and fixes bug #834 (Pressing CTRl-D on a message marked 
9416                 as locked crashes sylpheed.), as well as, probably, 
9417                 wwp's 4th dimension problems that happen in gtk_ctree_*.
9418
9419 2005-10-17 [colin]      1.9.15cvs71
9420
9421         * src/mimeview.c
9422                 Provide visual feedback when checking
9423                 signature
9424
9425 2005-10-17 [colin]      1.9.15cvs70
9426
9427         * src/main.c
9428                 Keep the folder list frozen while checking caches...
9429
9430 2005-10-17 [colin]      1.9.15cvs69
9431
9432         * src/addr_compl.c
9433                 Fi bug #833 (Autocompleting from addressbook 
9434                 fails with extended chars)
9435         * src/imap.c
9436                 Fix 'adding messages' staying in statusbar
9437                 after an error
9438
9439 2005-10-17 [wwp]        1.9.15cvs68
9440
9441         * src/ssl_manager.c
9442                 Fix buttons' layout resizing when window size changes
9443
9444 2005-10-17 [wwp]        1.9.15cvs67
9445
9446         * src/account.c
9447         * src/prefs_account.c
9448         * src/prefs_common.c
9449         * src/prefs_common.h
9450         * src/prefs_folder_item.c
9451         * src/prefs_gtk.c
9452         * src/gtk/logwindow.c
9453         * src/gtk/pluginwindow.c
9454         * src/gtk/prefswindow.c
9455         * src/gtk/prefswindow.h
9456                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
9457
9458 2005-10-17 [paul]       1.9.15cvs66
9459
9460         * configure.ac
9461                 fix missing libetpan message
9462         * po/en_GB.po
9463                 updated
9464         * src/crash.c
9465         * src/manual.c
9466         * src/prefs_themes.c
9467         * src/common/defs.h
9468                 add some new URI defines, change some
9469                 others
9470         * src/wizard.c
9471                 make welcome message translatable
9472                 small improvements to english
9473                 other tweaks
9474         * src/gtk/menu.c
9475                 fix warnings
9476
9477 2005-10-17 [paul]       1.9.15cvs65
9478
9479         * src/summaryview.c
9480                 fix column titles
9481
9482 2005-10-16 [mones]      1.9.15cvs64
9483
9484         * po/es.po
9485                 Updated translation
9486
9487 2005-10-16 [colin]
9488
9489         1.9.99-rc1 released
9490
9491 2005-10-16 [colin]      1.9.15cvs63
9492
9493         * src/wizard.c
9494                 Fix whitespace
9495
9496 2005-10-16 [colin]      1.9.15cvs62
9497
9498         * src/toolbar.c
9499                 s/Get All/Get Mail/
9500         * src/wizard.c
9501                 Real welcome mail text, thanks Paul
9502
9503 2005-10-16 [colin]      1.9.15cvs61
9504
9505         * src/editldap.c
9506         * src/exporthtml.c
9507         * src/main.c
9508         * src/mainwindow.c
9509         * src/prefs_themes.c
9510         * src/prefs_toolbar.c
9511         * src/plugins/demo/demo.c
9512         * src/plugins/trayicon/trayicon.c
9513                 s/Sylpheed/Sylpheed-Claws/
9514
9515 2005-10-16 [colin]      1.9.15cvs60
9516
9517         * src/wizard.c
9518                 Add a welcome email in the first empty mailbox
9519         * src/prefs_common.c
9520                 Change one more default
9521
9522 2005-10-16 [colin]      1.9.15cvs59
9523
9524         * src/wizard.c
9525                 Remove printf
9526
9527 2005-10-16 [colin]      1.9.15cvs58
9528
9529         * src/toolbar.c
9530         * src/prefs_common.c
9531                 Change some defaults
9532
9533 2005-10-16 [colin]      1.9.15cvs57
9534
9535         * src/toolbar.c
9536         * src/prefs_common.c
9537                 Change some defaults
9538
9539 2005-10-16 [colin]      1.9.15cvs56
9540
9541         * src/wizard.c
9542                 By default, initialize fonts to have
9543                 the same size as normal GtkWidgets
9544
9545 2005-10-16 [colin]      1.9.15cvs55
9546
9547         * src/mimeview.c
9548                 Fix message a bit more
9549
9550 2005-10-16 [colin]      1.9.15cvs54
9551
9552         * src/addressbook.c
9553                 Second attempt at flicker fixing
9554
9555 2005-10-16 [colin]      1.9.15cvs53
9556
9557         * src/addressbook.c
9558                 Fix flicker
9559
9560 2005-10-16 [wwp]        1.9.15cvs52
9561
9562         * src/addressbook.c
9563         * src/editaddress.c
9564         * src/prefs_common.c
9565         * src/prefs_common.h
9566                 Remember window sizes (address book)
9567
9568 2005-10-16 [wwp]        1.9.15cvs51
9569
9570         * src/plugins/clamav/clamav_plugin_gtk.c
9571         * src/plugins/spamassassin/spamassassin_gtk.c
9572                 Fix compilation warnings (missing #include).
9573
9574 2005-10-16 [colin]      1.9.15cvs50
9575
9576         * src/mimeview.c
9577         * src/summaryview.c
9578         * src/textview.c
9579                 Make 'c' check signature, and forward
9580                 c, l, y, t from summaryview to mimeview
9581
9582 2005-10-16 [colin]      1.9.15cvs49
9583
9584         * src/addressbook.c
9585                 Put border around buttons
9586         * src/mainwindow.c
9587         * src/summaryview.c
9588                 Rework menus (Patch based on a patch
9589                 by Paul)
9590
9591 2005-10-15 [wwp]        1.9.15cvs48
9592
9593         * src/editjpilot.c
9594         * src/editldap.c
9595         * src/editvcard.c
9596         * src/exphtmldlg.c
9597         * src/expldifdlg.c
9598         * src/export.c
9599         * src/import.c
9600         * src/importldif.c
9601         * src/importmutt.c
9602         * src/importpine.c
9603         * src/prefs_account.c
9604         * src/prefs_spelling.c
9605         * src/gtk/gtkutils.c
9606         * src/gtk/gtkutils.h
9607         * src/plugins/clamav/clamav_plugin_gtk.c
9608         * src/plugins/spamassassin/spamassassin_gtk.c
9609                 use nicer browse-for-file/dir buttons than the "..." ones,
9610                 code factorizing more.
9611
9612 2005-10-14 [colin]      1.9.15cvs47
9613
9614         * src/mainwindow.c
9615                 set relief on the account switcher so that people see it
9616                 grey out Create processing rules when no message is selected
9617         * src/prefs_filtering.c
9618                 ask before closing if the rule has not been modified, even if
9619                 it's not valid
9620         * src/prefs_matcher.c
9621                 fix sensitivity when entering the dialog
9622         * src/gtk/inputdialog.c
9623                 display a better icon on password ask
9624         * src/plugins/pgpcore/passphrase.c
9625                 make the dialog look better
9626
9627 2005-10-14 [paul]       1.9.15cvs46
9628
9629         * src/folderview.c
9630                 indicate presense of marked msgs in
9631                 unexpanded subfolders
9632
9633 2005-10-14 [paul]       1.9.15cvs45
9634
9635         * src/prefs_actions.c
9636         * src/prefs_common.c
9637         * src/prefs_common.h
9638         * src/prefs_filtering_action.c
9639         * src/prefs_matcher.c
9640         * src/prefs_template.c
9641                 remember window sizes
9642                 fix Info button size
9643
9644         Patches by wwp
9645
9646 2005-10-13 [colin]      1.9.15cvs44
9647
9648         * src/mimeview.c
9649         * src/noticeview.c
9650         * src/noticeview.h
9651                 Add a tooltip on the icon (optional) 
9652                 Get rid of the signature buttons and only
9653                 use the icon+tooltip
9654
9655 2005-10-13 [colin]      1.9.15cvs43
9656
9657         * src/noticeview.c
9658         * src/noticeview.h
9659                 Add hand cursor for hovering over icon
9660
9661 2005-10-13 [colin]      1.9.15cvs42
9662
9663         * src/summaryview.c
9664                 Fix crash when quicksearch's hidden 
9665                 at startup
9666
9667 2005-10-13 [colin]      1.9.15cvs41
9668
9669         * src/compose.c
9670                 Set subject when forwarding multiple mails
9671                 Check that other recipient than the default Cc or Bcc
9672                 have been set before sending.
9673
9674 2005-10-13 [colin]      1.9.15cvs40
9675
9676         * src/imap.c
9677                 Batch per-folder
9678                 Introduce locking, but don't use it yet
9679
9680 2005-10-13 [colin]      1.9.15cvs39
9681
9682         * src/gtk/quicksearch.c
9683                 Reset quicksearch when hiding it
9684                 Make sticky a real pref
9685
9686 2005-10-13 [colin]      1.9.15cvs38
9687
9688         * src/summaryview.c
9689                 Faster prefs apply
9690
9691 2005-10-13 [colin]      1.9.15cvs37
9692
9693         * src/mimeview.c
9694         * src/noticeview.c
9695         * src/noticeview.h
9696         * src/plugins/pgpcore/sgpgme.c
9697                 Make privacy icon clickable
9698                 Move Trust field in Full info
9699                 When trust is less than full, don't display
9700                 a warning icon
9701
9702 2005-10-13 [colin]      1.9.15cvs36
9703
9704         * src/folder.c
9705                 Batch on flags sync
9706         * src/folderview.c
9707                 Revert speed hack which is dangerous in fact
9708                 Apply prefs faster
9709
9710 2005-10-13 [colin]      1.9.15cvs35
9711
9712         * src/folder_item_prefs.c
9713                 Fix pref corruption on folder move. Patch
9714                 by wwp
9715
9716 2005-10-13 [paul]       1.9.15cvs34
9717
9718         * src/export.c
9719         * src/import.c
9720                 fix typos in g_warnings
9721         * src/prefs_account.c
9722                 add a file selector for Signature file
9723
9724         Patches by wwp
9725
9726 2005-10-12 [colin]      1.9.15cvs33
9727
9728         * src/mimeview.c
9729                 Provide a quick way to go back from a
9730                 signature's full info to the email part
9731
9732 2005-10-12 [colin]      1.9.15cvs32
9733
9734         * src/compose.c
9735                 Remove old hack of encoding signed mails with base64.
9736                 QP works equally well.
9737
9738 2005-10-12 [colin]      1.9.15cvs31
9739
9740         * src/crash.c
9741                 Replace deprecated GtkText with GtkTextView
9742         * src/imap.c
9743                 Fix a logic bug about counts in imap_select
9744                 (previously un-triggered)
9745         * src/mainwindow.c
9746         * src/summaryview.c
9747         * src/news.c
9748                 Allow local deletion of news posts
9749         * src/mimeview.c
9750                 Show GPG noticeview on the message/rfc822 part
9751                 in addition to the text/plain one
9752         * src/prefs_image_viewer.c
9753           src/plugins/pgpcore/prefs_gpg.c
9754                 Polish (set the label as part of the checkbox)
9755         * src/wizard.c
9756                 Don't sit there doing nothing after destroying
9757                 the window - return err
9758
9759 2005-10-11 [colin]      1.9.15cvs30
9760
9761         * src/folderview.c
9762                 Apply processing rules before showing folders.
9763                 Early folder show (before flags sync) will only
9764                 be done when there are no processing rules (nor
9765                 pre- or post- ones)
9766         * src/imap.c
9767                 Fix stuff related to mail subdir, creation and 
9768                 deletion of folders 
9769         * src/imap_gtk.c
9770                 Don't allow creation of folders in NoInferior
9771                 folders, as it won't work
9772
9773 2005-10-10 [colin]      1.9.15cvs29
9774
9775         * src/compose.c
9776                 Reselect "None" Privacy system when selecting an
9777                 account with no privacy system defined
9778
9779 2005-10-10 [colin]      1.9.15cvs28
9780
9781         * src/mainwindow.c
9782                 Add Windows-1252 encoding
9783         * src/prefs_common.c
9784                 Rework some defaults:
9785                 - autosave to draft by default
9786                 - don't show header pane (it's already in the textview)
9787                 - Select first new or unread mail on entry
9788                 - Assume 'Yes' to change folder when there's no more
9789                   unread message
9790         * src/prefs_matcher.c
9791                 Fix a gtk assertion failure
9792         * src/gtk/colorlabel.c
9793                 Workaround bad repainting on selection
9794         * src/main.c
9795                 Freeze/thaw (a bit faster on ssh -X)
9796         * src/msgcache.c
9797                 Get rid of StrdupConverter that just adds an
9798                 extra strdup/free 
9799         * src/etpan/imap_thread.c
9800                 memset buf to 0
9801
9802 2005-10-10 [colin]      1.9.15cvs27
9803
9804         * src/export.c
9805         * src/import.c
9806                 Fix compile on gtk 2.4. Patch by wwp
9807
9808 2005-10-09 [colin]      1.9.15cvs26
9809
9810         * src/mainwindow.c
9811         * src/messageview.c
9812         * src/summaryview.c
9813                 Clarify forward menus. Patch by wwp
9814
9815 2005-10-09 [colin]      1.9.15cvs25
9816
9817         * src/compose.c
9818         * src/compose.h
9819                 Fix bug #829 (Non-working "Encrypt message by 
9820                 default when replying to an encrypted message")
9821
9822 2005-10-08 [colin]      1.9.15cvs24
9823
9824         * src/wizard.c
9825                 Fix bug #827 ("Welcome" setup wizard after a 
9826                 permission error gives up & forgets itself.)
9827
9828 2005-10-08 [colin]      1.9.15cvs23
9829
9830         * src/procmime.c
9831                 Fix bug #828 (Ignoring headers with spaces around = sign)
9832
9833 2005-10-08 [colin]      1.9.15cvs22
9834
9835         * src/export.c
9836                 Warning fix by wwp
9837
9838 2005-10-08 [colin]      1.9.15cvs21
9839
9840         * src/folder.c
9841         * src/folder.h
9842                 Add a processing_pending indicator, set on 
9843                 folder_item_open and cleared after 
9844                 folder_item_process_open
9845         * src/folderview.c
9846         * src/summaryview.c
9847                 wrap procmsg_msginfo_*_flags, and in the
9848                 wrapper check that there's no folder processing 
9849                 pending. If there is, defer the flags change until 
9850                 processing is done to avoid stepping over each
9851                 other's toes.
9852                 Freeze during processing, but not during scanning.
9853
9854 2005-10-07 [colin]      1.9.15cvs20
9855
9856         * src/plugins/pgpcore/passphrase.c
9857                 Fix bug #826 (X-Server hangs when 
9858                 right-clicking a PGP encrypted message)
9859
9860 2005-10-07 [paul]       1.9.15cvs19
9861
9862         * src/compose.c
9863                 fix compose_entries[]
9864                 patch by Fabien Vantard
9865
9866 2005-10-06 [colin]      1.9.15cvs18
9867
9868         * src/pixmaps/address.xpm
9869         * src/pixmaps/address_book.xpm
9870         * src/pixmaps/book.xpm
9871         * src/pixmaps/check_spelling.xpm
9872         * src/pixmaps/checkbox_off.xpm
9873         * src/pixmaps/checkbox_on.xpm
9874         * src/pixmaps/close.xpm
9875         * src/pixmaps/complete.xpm
9876         * src/pixmaps/continue.xpm
9877         * src/pixmaps/deleted.xpm
9878         * src/pixmaps/down_arrow.xpm
9879         * src/pixmaps/exec.xpm
9880         * src/pixmaps/forwarded.xpm
9881         * src/pixmaps/group.xpm
9882         * src/pixmaps/ignorethread.xpm
9883         * src/pixmaps/interface.xpm
9884         * src/pixmaps/jpilot.xpm
9885         * src/pixmaps/ldap.xpm
9886         * src/pixmaps/linewrap.xpm
9887         * src/pixmaps/linewrapcurrent.xpm
9888         * src/pixmaps/mail.xpm
9889         * src/pixmaps/mail_attach.xpm
9890         * src/pixmaps/mail_compose.xpm
9891         * src/pixmaps/mail_forward.xpm
9892         * src/pixmaps/mail_receive.xpm
9893         * src/pixmaps/mail_receive_all.xpm
9894         * src/pixmaps/mail_reply.xpm
9895         * src/pixmaps/mail_reply_to_all.xpm
9896         * src/pixmaps/mail_reply_to_author.xpm
9897         * src/pixmaps/mail_send.xpm
9898         * src/pixmaps/mail_send_queue.xpm
9899         * src/pixmaps/mime_application.xpm
9900         * src/pixmaps/mime_audio.xpm
9901         * src/pixmaps/mime_image.xpm
9902         * src/pixmaps/mime_message.xpm
9903         * src/pixmaps/mime_text_enriched.xpm
9904         * src/pixmaps/mime_text_html.xpm
9905         * src/pixmaps/mime_text_plain.xpm
9906         * src/pixmaps/mime_unknown.xpm
9907         * src/pixmaps/new.xpm
9908         * src/pixmaps/news_compose.xpm
9909         * src/pixmaps/offline.xpm
9910         * src/pixmaps/online.xpm
9911         * src/pixmaps/paste.xpm
9912         * src/pixmaps/preferences.xpm
9913         * src/pixmaps/privacy_emblem_encrypted.xpm
9914         * src/pixmaps/privacy_expired.xpm
9915         * src/pixmaps/privacy_failed.xpm
9916         * src/pixmaps/privacy_passed.xpm
9917         * src/pixmaps/privacy_signed.xpm
9918         * src/pixmaps/privacy_unknown.xpm
9919         * src/pixmaps/privacy_warn.xpm
9920         * src/pixmaps/properties.xpm
9921         * src/pixmaps/replied.xpm
9922         * src/pixmaps/search.xpm
9923         * src/pixmaps/unread.xpm
9924         * src/pixmaps/up_arrow.xpm
9925         * src/pixmaps/vcard.xpm
9926                 Modernize internal theme, with icons from the 
9927                 Gnomaws theme. Keep some of the old ones where
9928                 they were better.
9929
9930 2005-10-06 [colin]      1.9.15cvs17
9931
9932         * src/summaryview.c
9933                 Little optimisations + bugfix
9934         * src/toolbar.c
9935                 Remove default useless items - useless being defined
9936                 by the default relevant prefs
9937         * src/wizard.c
9938                 include config.h to make gettext work
9939         * src/prefs_themes.c
9940                 Fix selection of current theme in prefs
9941
9942 2005-10-06 [colin]      1.9.15cvs16
9943
9944         * src/prefs_common.c
9945         * src/prefs_common.h
9946         * src/prefs_summaries.c
9947         * src/folderview.c
9948                 Add a warning dialog on Mark all read 
9949                 (with pref to get rid of it)
9950
9951 2005-10-06 [paul]       1.9.15cvs15
9952
9953         * po/nb.po
9954         * po/pt_BR.po
9955                 updated by Geir Helland and Frederico
9956                 Goncalves Guimaraes
9957
9958 2005-10-05 [colin]      1.9.15cvs14
9959
9960         * src/folder.c
9961         * src/folder.h
9962         * src/folderview.c
9963         * src/folderview.h
9964         * src/imap_gtk.c
9965         * src/mh_gtk.c
9966         * src/mainwindow.c
9967         * src/setup.c
9968                 add a way to rescan without rebuilding
9969                 make moving a bit faster (less folders changes)
9970                 don't lock the tree on Get 
9971         * src/imap.c
9972                 Don't re-delete deleted messages before expunging
9973         * src/summaryview.c
9974                 Set batch mode when deleting mails
9975
9976 2005-10-05 [paul]       1.9.15cvs13
9977
9978         * src/mainwindow.c
9979         * src/mainwindow.h
9980                 fix disabled Execute menu item
9981         * src/toolbar.c
9982                 match the change in 1.9.15cvs10: use Compose
9983                 instead of News by default
9984
9985 2005-10-04 [colin]      1.9.15cvs12
9986
9987         * src/compose.c
9988                 When replying to an ML post with Reply-To set
9989                 to the poster's email, honor it (as before),
9990                 but also honor our user's request to reply to
9991                 the mailing list: set the ML address in the To
9992                 field and the Reply-To address in the Cc: 
9993                 field.
9994
9995 2005-10-04 [colin]      1.9.15cvs11
9996
9997         * src/plugins/trayicon/trayicon.c
9998                 Finish cosmetic change - thanks to wwp
9999
10000 2005-10-04 [colin]      1.9.15cvs10
10001
10002         * src/toolbar.c
10003                 Use Compose instead of Email by default.
10004                 Spotted by wwp.
10005
10006 2005-10-04 [colin]      1.9.15cvs9
10007
10008         * src/folder.c
10009         * src/folder.h
10010         * src/folderview.c
10011         * src/imap.c
10012         * src/etpan/imap-thread.c
10013         * src/etpan/imap-thread.h
10014                 Try to make IMAP faster, by simplifying SEARCH
10015                 commands, avoiding sending two STATUS in a row,
10016                 and deferring flags sync and processing just
10017                 after displaying the folder. 
10018                 This will update the SummaryView in certain
10019                 cases (new mails not already fetched, flags
10020                 changed from another client) but in a non-
10021                 blocking manner.
10022
10023 2005-10-04 [colin]      1.9.15cvs8
10024
10025         * src/plugins/trayicon/trayicon.c
10026                 Relabel "Offline" to "Work offline"
10027
10028 2005-10-04 [colin]      1.9.15cvs7
10029
10030         * src/export.c
10031         * src/import.c
10032         * src/mbox.c
10033                 Fix mbox import/export buglets
10034                 Patch by wwp
10035         * src/plugins/trayicon/trayicon.c
10036                 Add offline swithc
10037                 Patch by wwp
10038
10039 2005-10-04 [colin]      1.9.15cvs6
10040
10041         * src/folder.c
10042         * src/folderview.c
10043         * src/summaryview.c
10044                 Better fix (don't break mark all read) for cvs2
10045
10046 2005-10-03 [colin]      1.9.15cvs5
10047
10048         * src/folder.c
10049                 Use a sane sort by default
10050
10051 2005-10-03 [colin]      1.9.15cvs4
10052
10053         * src/inc.c
10054                 Add a 'Only once' button for overriding offline mode
10055         * src/prefs_account.c
10056         * src/wizard.c
10057                 Add Local mbox to the wizard
10058                 Add IMAP subdir to the wizard (or the wizard is useless
10059                 for such accounts, or even worse than useless)
10060                 Move IMAP subdir from Advanced to Receive tab, as it's
10061                 not that uncommon
10062
10063 2005-10-03 [colin]      1.9.15cvs3
10064
10065         * src/send_message.c
10066                 Forgot this one in cvs1
10067
10068 2005-10-03 [colin]      1.9.15cvs2
10069
10070         * src/folder.c
10071                 Faster close when leaving a folder with lots
10072                 of new mails. Idea by David Relson.
10073
10074 2005-10-03 [colin]      1.9.15cvs1
10075
10076         * src/compose.c
10077         * src/imap.c
10078         * src/inc.c
10079         * src/main.c
10080         * src/messageview.c
10081         * src/news.c
10082         * src/summaryview.c
10083         * src/gtk/sslcertwindow.c
10084         * src/plugins/trayicon/trayicon.c
10085                 Add accels to every AlertPanel. Patch by Fabien 
10086                 Vantard
10087
10088 2005-10-03 [paul]       1.9.15
10089
10090         1.9.15 released
10091
10092 2005-10-03 [paul]       1.9.14cvs68
10093
10094         * po/ca.po
10095         * po/de.po
10096         * po/es.po
10097         * po/fi.po
10098         * po/fr.po
10099         * po/sk.po
10100         * po/sr.po
10101         * po/zh_CN.po
10102                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10103                 Mones Lastra, Tommi Pirinen, Fabien vantard,
10104                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
10105
10106 2005-10-03 [paul]       1.9.14cvs67
10107
10108         * src/send_message.c
10109                 prevent hang on Cancel
10110                 patch by Colin
10111
10112 2005-10-03 [paul]       1.9.14cvs66
10113
10114         * src/main.c
10115                 fix crash in IMAP caused by discrepancy
10116                 between check_at_startup and offline mode
10117                 Patch by Colin
10118
10119 2005-10-01 [paul]       1.9.14cvs65
10120
10121         * src/inc.c
10122                 fix engrish
10123
10124 2005-10-01 [paul]       1.9.14cvs64
10125         * src/export.c
10126         * src/import.c
10127                 synchronise import_mbox() and export_mbox()
10128         * src/mbox.c
10129                 proc_mbox(): add alert if file cannot be opened
10130                 export_list_to_mbox(): test if dest file exists,
10131                 prompt user to overwrite if it does. add alert
10132                 if file cannot be created
10133                                                                 
10134         Patch by wwp
10135                                                                                                                 
10136
10137 2005-09-30 [paul]       1.9.14cvs63
10138
10139         * src/addressbook.c
10140                 Fix sensitivity of a menu
10141         * src/codeconv.c
10142                 Respect hidden pref for mails with no encoding
10143         * src/common/xml.c
10144                 Fix memory corruption
10145         * src/plugins/pgpcore/sgpgme.c
10146                 Fix segfault on incomplete sigs, and display
10147                 of S/Mime UIDs
10148
10149         Patches by Colin
10150
10151 2005-09-30 [colin]      1.9.14cvs62
10152
10153         * src/partial_download.c
10154                 Little logic fix in almost-dead code
10155         * src/pop.c
10156                 Fix partial download when there's no new mail
10157
10158 2005-09-29 [paul]       1.9.14cvs61
10159
10160         * src/plugins/pgpinline/pgpinline.c
10161                 fix bug 819, 'crash accessing sign message'
10162                 Patch by Colin
10163
10164 2005-09-28 [martin]     1.9.14cvs60
10165
10166         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10167                 fix bug #790 (Crash when restarting window manager (fluxbox))
10168
10169 2005-09-28 [paul]       1.9.14cvs59
10170
10171         * src/gtk/gtkaspell.c
10172                 fix off-by-one typo
10173
10174 2005-09-27 [colin]      1.9.14cvs58
10175
10176         * src/plugins/pgpcore/sgpgme.c
10177                 Report error when there's one, instead of
10178                 "Signature unchecked" 
10179
10180 2005-09-27 [colin]      1.9.14cvs57
10181
10182         * src/prefs_quote.c
10183                 Fix bug #816 (Weird quotation with spaces)
10184
10185 2005-09-27 [colin]      1.9.14cvs56
10186
10187         * src/codeconv.c
10188         * src/compose.c
10189         * src/compose.h
10190                 Put subject in compose's title
10191                 Fix Automatic encoding so that it's really automatic:
10192                 first try default locale's charset, then charset of the replied mail, 
10193                 then utf-8
10194                 Fix encoding of headers (must be in strict mode too)
10195
10196 2005-09-26 [colin]      1.9.14cvs55
10197
10198         * src/gtk/gtkaspell.c
10199                 Fix previous patch - don't color the space,
10200                 just uncolor it :)
10201
10202 2005-09-26 [colin]      1.9.14cvs54
10203
10204         * src/gtk/gtkaspell.c
10205                 Unmark space if possible
10206
10207 2005-09-26 [colin]      1.9.14cvs53
10208
10209         * src/imap.c
10210                 log_error instead of alertpanel according to the pref
10211         * src/etpan/imap-thread.c
10212                 Print connect status, copy only necessary size to 
10213                 logger
10214         * src/plugins/pgpmime/pgpmime.c
10215                 Handle S/Mime signatures (verification only). Patch based
10216                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
10217
10218 2005-09-26 [paul]       1.9.14cvs52
10219
10220         * src/common/passcrypt.c
10221                 this 'workaround' not necessary on NetBSD.
10222                 Thanks to Daniel Gustafson
10223
10224 2005-09-26 [paul]
10225
10226         1.9.15-rc4 released
10227
10228 2005-09-26 [paul]       1.9.14cvs51
10229
10230         * src/summaryview.c
10231                 Skip currently selected message when
10232                 looking for next new or unread message
10233                 in current folder. Patch by Colin
10234         * src/common/passcrypt.c
10235                 eliminate warnings on *BSD. Patch by
10236                 Daniel Gustafson
10237
10238 2005-09-26 [colin]      1.9.14cvs50
10239
10240         * src/procmsg.c
10241                 Call postfiltering hook anyway
10242
10243 2005-09-22 [colin]      1.9.14cvs49
10244
10245         * src/codeconv.c
10246         * src/codeconv.h
10247                 Add a strict mode that doesn't replace with _
10248         * src/compose.c
10249         * src/compose.h
10250                 Use strict conversion while sending
10251                 Fix race when drafting while sending (happens
10252                 on IMAP)
10253                 Fix d'n'd of messages from summaryview
10254         * src/prefs_common.c
10255         * src/prefs_common.h
10256                 add hidden utf8_instead_of_locale_for_broken_mail 
10257                 pref for people that preferred the default charset 
10258                 to be utf8 for broken mails
10259         * src/quote_fmt_parse.y
10260                 fix bug #815 (No quote insert if "From:" fied 
10261                 contained Russian letters)
10262         * src/summaryview.c
10263                 Fix d'n'd of messages to compose
10264
10265 2005-09-22 [paul]       1.9.14cvs48
10266
10267         * src/compose.c
10268                 fix bug where attachments Name entry
10269                 would display Path instead
10270
10271 2005-09-21 [paul]       1.9.14cvs47
10272
10273         * README
10274         * README.jp
10275         * configure.ac
10276         * config/config.rpath
10277         * doc/manual/en/sylpheed-20.html
10278         * doc/manual/es/sylpheed-20.html
10279         * po/bg.po
10280         * po/ca.po
10281         * po/de.po
10282         * po/es.po
10283         * po/fr.po
10284         * po/it.po
10285         * po/pt_BR.po
10286         * po/sk.po
10287         * po/zh_TW.po
10288         * src/account.c
10289         * src/account.h
10290         * src/action.c
10291         * src/action.h
10292         * src/adbookbase.h
10293         * src/addr_compl.c
10294         * src/addr_compl.h
10295         * src/addrbook.c
10296         * src/addrbook.h
10297         * src/addrcache.c
10298         * src/addrcache.h
10299         * src/addrcindex.c
10300         * src/addrcindex.h
10301         * src/addrclip.c
10302         * src/addrclip.h
10303         * src/addrdefs.h
10304         * src/addressadd.c
10305         * src/addressadd.h
10306         * src/addressbook.c
10307         * src/addressbook.h
10308         * src/addressitem.h
10309         * src/addrgather.c
10310         * src/addrgather.h
10311         * src/addrharvest.c
10312         * src/addrharvest.h
10313         * src/addrindex.c
10314         * src/addrindex.h
10315         * src/addritem.c
10316         * src/addritem.h
10317         * src/addrquery.c
10318         * src/addrquery.h
10319         * src/addrselect.c
10320         * src/addrselect.h
10321         * src/alertpanel.c
10322         * src/alertpanel.h
10323         * src/browseldap.c
10324         * src/browseldap.h
10325         * src/codeconv.c
10326         * src/codeconv.h
10327         * src/compose.c
10328         * src/compose.h
10329         * src/crash.c
10330         * src/crash.h
10331         * src/customheader.c
10332         * src/customheader.h
10333         * src/displayheader.c
10334         * src/displayheader.h
10335         * src/editaddress.c
10336         * src/editaddress.h
10337         * src/editbook.c
10338         * src/editbook.h
10339         * src/editgroup.c
10340         * src/editgroup.h
10341         * src/editjpilot.c
10342         * src/editjpilot.h
10343         * src/editldap.c
10344         * src/editldap.h
10345         * src/editldap_basedn.c
10346         * src/editldap_basedn.h
10347         * src/editvcard.c
10348         * src/editvcard.h
10349         * src/enriched.c
10350         * src/enriched.h
10351         * src/exphtmldlg.c
10352         * src/exphtmldlg.h
10353         * src/expldifdlg.c
10354         * src/expldifdlg.h
10355         * src/export.c
10356         * src/export.h
10357         * src/exporthtml.c
10358         * src/exporthtml.h
10359         * src/exportldif.c
10360         * src/exportldif.h
10361         * src/filtering.c
10362         * src/filtering.h
10363         * src/folder.c
10364         * src/folder.h
10365         * src/folder_item_prefs.c
10366         * src/folder_item_prefs.h
10367         * src/foldersel.c
10368         * src/foldersel.h
10369         * src/folderutils.c
10370         * src/folderutils.h
10371         * src/folderview.c
10372         * src/folderview.h
10373         * src/grouplistdialog.c
10374         * src/grouplistdialog.h
10375         * src/headerview.c
10376         * src/headerview.h
10377         * src/html.c
10378         * src/html.h
10379         * src/image_viewer.c
10380         * src/image_viewer.h
10381         * src/imap.c
10382         * src/imap.h
10383         * src/imap_gtk.c
10384         * src/imap_gtk.h
10385         * src/import.c
10386         * src/import.h
10387         * src/importldif.c
10388         * src/importldif.h
10389         * src/importmutt.c
10390         * src/importmutt.h
10391         * src/importpine.c
10392         * src/importpine.h
10393         * src/inc.c
10394         * src/inc.h
10395         * src/jpilot.c
10396         * src/jpilot.h
10397         * src/ldapctrl.c
10398         * src/ldapctrl.h
10399         * src/ldaplocate.c
10400         * src/ldaplocate.h
10401         * src/ldapquery.c
10402         * src/ldapquery.h
10403         * src/ldapserver.c
10404         * src/ldapserver.h
10405         * src/ldaputil.c
10406         * src/ldaputil.h
10407         * src/ldif.c
10408         * src/ldif.h
10409         * src/localfolder.c
10410         * src/localfolder.h
10411         * src/main.c
10412         * src/main.h
10413         * src/mainwindow.c
10414         * src/mainwindow.h
10415         * src/manual.c
10416         * src/manual.h
10417         * src/matcher.c
10418         * src/matcher.h
10419         * src/matcher_parser.h
10420         * src/matcher_parser_lex.l
10421         * src/matcher_parser_parse.y
10422         * src/mbox.c
10423         * src/mbox.h
10424         * src/message_search.c
10425         * src/message_search.h
10426         * src/messageview.c
10427         * src/messageview.h
10428         * src/mh.c
10429         * src/mh.h
10430         * src/mh_gtk.c
10431         * src/mh_gtk.h
10432         * src/mimeview.c
10433         * src/mimeview.h
10434         * src/msgcache.c
10435         * src/msgcache.h
10436         * src/mutt.c
10437         * src/mutt.h
10438         * src/news.c
10439         * src/news.h
10440         * src/news_gtk.c
10441         * src/news_gtk.h
10442         * src/noticeview.c
10443         * src/noticeview.h
10444         * src/partial_download.c
10445         * src/partial_download.h
10446         * src/pine.c
10447         * src/pine.h
10448         * src/pop.c
10449         * src/pop.h
10450         * src/prefs_account.c
10451         * src/prefs_account.h
10452         * src/prefs_actions.c
10453         * src/prefs_actions.h
10454         * src/prefs_common.c
10455         * src/prefs_common.h
10456         * src/prefs_compose_writing.c
10457         * src/prefs_compose_writing.h
10458         * src/prefs_customheader.c
10459         * src/prefs_customheader.h
10460         * src/prefs_display_header.c
10461         * src/prefs_display_header.h
10462         * src/prefs_ext_prog.c
10463         * src/prefs_ext_prog.h
10464         * src/prefs_filtering.c
10465         * src/prefs_filtering.h
10466         * src/prefs_filtering_action.c
10467         * src/prefs_filtering_action.h
10468         * src/prefs_folder_column.c
10469         * src/prefs_folder_column.h
10470         * src/prefs_folder_item.c
10471         * src/prefs_folder_item.h
10472         * src/prefs_fonts.c
10473         * src/prefs_fonts.h
10474         * src/prefs_gtk.c
10475         * src/prefs_gtk.h
10476         * src/prefs_image_viewer.c
10477         * src/prefs_image_viewer.h
10478         * src/prefs_matcher.c
10479         * src/prefs_matcher.h
10480         * src/prefs_message.c
10481         * src/prefs_message.h
10482         * src/prefs_msg_colors.c
10483         * src/prefs_msg_colors.h
10484         * src/prefs_other.c
10485         * src/prefs_other.h
10486         * src/prefs_quote.c
10487         * src/prefs_quote.h
10488         * src/prefs_receive.c
10489         * src/prefs_receive.h
10490         * src/prefs_send.c
10491         * src/prefs_send.h
10492         * src/prefs_spelling.c
10493         * src/prefs_spelling.h
10494         * src/prefs_summaries.c
10495         * src/prefs_summaries.h
10496         * src/prefs_summary_column.c
10497         * src/prefs_summary_column.h
10498         * src/prefs_template.c
10499         * src/prefs_template.h
10500         * src/prefs_themes.c
10501         * src/prefs_themes.h
10502         * src/prefs_toolbar.c
10503         * src/prefs_toolbar.h
10504         * src/prefs_wrapping.c
10505         * src/prefs_wrapping.h
10506         * src/privacy.c
10507         * src/privacy.h
10508         * src/procheader.c
10509         * src/procheader.h
10510         * src/procmime.c
10511         * src/procmime.h
10512         * src/procmsg.c
10513         * src/procmsg.h
10514         * src/quote_fmt.c
10515         * src/quote_fmt_parse.y
10516         * src/recv.c
10517         * src/recv.h
10518         * src/remotefolder.c
10519         * src/remotefolder.h
10520         * src/send_message.c
10521         * src/send_message.h
10522         * src/setup.c
10523         * src/setup.h
10524         * src/simple-gettext.c
10525         * src/sourcewindow.c
10526         * src/sourcewindow.h
10527         * src/ssl_manager.c
10528         * src/ssl_manager.h
10529         * src/statusbar.c
10530         * src/statusbar.h
10531         * src/stock_pixmap.c
10532         * src/stock_pixmap.h
10533         * src/summary_search.c
10534         * src/summary_search.h
10535         * src/summaryview.c
10536         * src/summaryview.h
10537         * src/syldap.c
10538         * src/syldap.h
10539         * src/textview.c
10540         * src/textview.h
10541         * src/toolbar.c
10542         * src/toolbar.h
10543         * src/undo.c
10544         * src/undo.h
10545         * src/unmime.c
10546         * src/unmime.h
10547         * src/vcard.c
10548         * src/vcard.h
10549         * src/wizard.c
10550         * src/wizard.h
10551         * src/common/base64.c
10552         * src/common/base64.h
10553         * src/common/defs.h
10554         * src/common/hooks.c
10555         * src/common/hooks.h
10556         * src/common/log.c
10557         * src/common/log.h
10558         * src/common/md5.c
10559         * src/common/md5.h
10560         * src/common/mgutils.c
10561         * src/common/mgutils.h
10562         * src/common/nntp.c
10563         * src/common/nntp.h
10564         * src/common/passcrypt.c
10565         * src/common/passcrypt.h.in
10566         * src/common/plugin.c
10567         * src/common/plugin.h
10568         * src/common/prefs.c
10569         * src/common/prefs.h
10570         * src/common/progressindicator.c
10571         * src/common/progressindicator.h
10572         * src/common/quoted-printable.c
10573         * src/common/quoted-printable.h
10574         * src/common/session.c
10575         * src/common/session.h
10576         * src/common/smtp.c
10577         * src/common/smtp.h
10578         * src/common/socket.c
10579         * src/common/socket.h
10580         * src/common/ssl.c
10581         * src/common/ssl.h
10582         * src/common/ssl_certificate.c
10583         * src/common/ssl_certificate.h
10584         * src/common/string_match.c
10585         * src/common/string_match.h
10586         * src/common/stringtable.c
10587         * src/common/sylpheed.c
10588         * src/common/sylpheed.h
10589         * src/common/template.c
10590         * src/common/template.h
10591         * src/common/timing.h
10592         * src/common/utils.c
10593         * src/common/utils.h
10594         * src/common/uuencode.c
10595         * src/common/uuencode.h
10596         * src/common/version.h.in
10597         * src/common/xml.c
10598         * src/common/xml.h
10599         * src/common/xmlprops.c
10600         * src/common/xmlprops.h
10601         * src/gtk/about.c
10602         * src/gtk/about.h
10603         * src/gtk/colorlabel.c
10604         * src/gtk/colorlabel.h
10605         * src/gtk/colorsel.c
10606         * src/gtk/colorsel.h
10607         * src/gtk/description_window.c
10608         * src/gtk/description_window.h
10609         * src/gtk/filesel.c
10610         * src/gtk/filesel.h
10611         * src/gtk/foldersort.c
10612         * src/gtk/foldersort.h
10613         * src/gtk/gtkutils.c
10614         * src/gtk/gtkutils.h
10615         * src/gtk/inputdialog.c
10616         * src/gtk/inputdialog.h
10617         * src/gtk/logwindow.c
10618         * src/gtk/logwindow.h
10619         * src/gtk/manage_window.c
10620         * src/gtk/manage_window.h
10621         * src/gtk/menu.c
10622         * src/gtk/menu.h
10623         * src/gtk/pluginwindow.c
10624         * src/gtk/pluginwindow.h
10625         * src/gtk/prefswindow.c
10626         * src/gtk/prefswindow.h
10627         * src/gtk/progressdialog.c
10628         * src/gtk/progressdialog.h
10629         * src/gtk/quicksearch.c
10630         * src/gtk/quicksearch.h
10631         * src/gtk/sslcertwindow.c
10632         * src/gtk/sslcertwindow.h
10633         * src/plugins/clamav/clamav_plugin.c
10634         * src/plugins/clamav/clamav_plugin.h
10635         * src/plugins/clamav/clamav_plugin_gtk.c
10636         * src/plugins/demo/demo.c
10637         * src/plugins/dillo_viewer/dillo_prefs.c
10638         * src/plugins/dillo_viewer/dillo_prefs.h
10639         * src/plugins/dillo_viewer/dillo_viewer.c
10640         * src/plugins/mathml_viewer/mathml_viewer.c
10641         * src/plugins/pgpcore/passphrase.c
10642         * src/plugins/pgpcore/passphrase.h
10643         * src/plugins/pgpcore/plugin.c
10644         * src/plugins/pgpcore/prefs_gpg.c
10645         * src/plugins/pgpcore/prefs_gpg.h
10646         * src/plugins/pgpcore/select-keys.c
10647         * src/plugins/pgpcore/select-keys.h
10648         * src/plugins/pgpcore/sgpgme.c
10649         * src/plugins/pgpcore/sgpgme.h
10650         * src/plugins/pgpinline/pgpinline.c
10651         * src/plugins/pgpinline/pgpinline.h
10652         * src/plugins/pgpinline/plugin.c
10653         * src/plugins/pgpmime/pgpmime.c
10654         * src/plugins/pgpmime/pgpmime.h
10655         * src/plugins/pgpmime/plugin.c
10656         * src/plugins/spamassassin/spamassassin.c
10657         * src/plugins/spamassassin/spamassassin.h
10658         * src/plugins/spamassassin/spamassassin_gtk.c
10659         * src/plugins/trayicon/trayicon.c
10660         * tools/OOo2sylpheed.pl
10661         * tools/acroread2sylpheed.pl
10662         * tools/asus_mailled.sh
10663         * tools/filter_conv.pl
10664         * tools/freshmeat_search.pl
10665         * tools/google_search.pl
10666         * tools/kmail2sylpheed.pl
10667         * tools/kmail2sylpheed_v2.pl
10668         * tools/maildir2sylpheed.pl
10669         * tools/multiwebsearch.pl
10670         * tools/newscache_clean.pl
10671         * tools/outlook2sylpheed.pl
10672         * tools/sylpheed-switcher
10673         * tools/update-po
10674         * tools/vcard2xml.py
10675         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
10676                 update FSF address
10677
10678 2005-09-21 [colin]      1.9.14cvs46
10679
10680         * src/gedit-print.c
10681         * src/procmsg.c
10682         * src/procmsg.h
10683         * src/textview.c
10684         * src/summaryview.c
10685                 Remove some printing hacks (deselection/reselection),
10686                 which by the way fix printing the currently 
10687                 displayed mime part (still only text)
10688                 Plus a little optimisation of summary_show
10689
10690
10691 2005-09-20 [colin]      1.9.14cvs45
10692
10693         * src/mainwindow.c
10694         * src/messageview.c
10695                 GUI fixups: add accels, set message
10696                 view title to displayed mail's subject
10697         * src/prefs_spelling.c
10698         * src/gtk/gtkaspell.c
10699                 GUI fixups: allow underlining misspelled
10700                 words instead of coloring them (a11y!)
10701
10702 2005-09-19 [colin]
10703
10704         1.9.15rc3 released
10705
10706 2005-09-19 [colin]      1.9.14cvs44
10707
10708         * src/compose.c
10709                 Fix draft message
10710         * src/gtk/gtkaspell.c
10711                 Fix wrong test ;-)
10712
10713 2005-09-19 [colin]      1.9.14cvs43
10714
10715         * src/addressbook.c
10716                 Fix sensitivity of Delete button
10717         * src/compose.c
10718                 Warn if the requested Privacy system
10719                 is not available
10720         * src/exphtmldlg.c
10721         * src/expldifdlg.c
10722         * src/importldif.c
10723         * src/importmutt.c
10724         * src/importpine.c
10725                 Fix crappy UI
10726         * src/
10727         * src/ssl.h
10728         * src/prefs_account.h
10729         * src/prefs_account.c
10730                 Save SSL prefs even in builds that have
10731                 SSL support disable
10732         * src/imap.c
10733         * src/inc.c
10734         * src/news.c
10735         * src/send_message.c
10736                 Warn if connection should be secure, but
10737                 SSL support isn't compiled in
10738         * src/gtkaspell.c
10739                 Fix word separation on UTF-8 systems
10740                 Fixes bug #812 (Strange inline spellchecking)
10741         * src/compose.c
10742                 Warn if the requested Privacy system
10743                 is not available
10744                 Factorize offline warning
10745         * src/imap.c
10746         * src/imap_gtk.c
10747         * src/imap_gtk.h
10748         * src/inc.h
10749         * src/news_gtk.c
10750         * src/news_gtk.h
10751         * src/messageview.c
10752                 Factorize offline warning
10753
10754 2005-09-19 [paul]
10755
10756         1.9.15-rc2 released
10757
10758 2005-09-18 [colin]      1.9.14cvs42
10759
10760         * src/codeconv.c
10761         * src/codeconv.h
10762         * src/procmime.c
10763                 Add a way to get locale's charset ignoring utf-8,
10764                 and use that as default encoding for broken mails
10765
10766 2005-09-18 [colin]      1.9.14cvs41
10767
10768         * src/gtk/logwindow.c
10769                 Translate string. Patch by Fabien Vantard
10770
10771 2005-09-18 [colin]      1.9.14cvs40
10772
10773         * configure.ac
10774                 Fix bug #803 (IMAP/SSL support breaks with 
10775                 GnuTLS libetpan 0.38)
10776
10777 2005-09-18 [colin]      1.9.14cvs39
10778
10779         * src/codeconv.c
10780         * src/compose.c
10781         * src/procmime.c
10782                 More charsets fixes. Fixes bug #806 (non
10783                 ascii characters in subject line)
10784
10785 2005-09-17 [paul]       1.9.14cvs38
10786
10787         * src/folderview.c
10788         * src/mainwindow.c
10789                 fix gcc-2.95 issues
10790                 Patch by Pawel Pekala
10791
10792 2005-09-17 [colin]      1.9.14cvs37
10793
10794         * src/addrindex.c
10795                 bugfix for NO-USE LDAP compilation, patch 
10796                 by Fabien Vantard
10797
10798 2005-09-17 [colin]      1.9.14cvs36
10799
10800         * src/prefs_actions.c
10801         * src/prefs_customheader.c
10802         * src/prefs_display_header.c
10803         * src/prefs_filtering_action.c
10804         * src/prefs_matcher.c
10805         * src/prefs_toolbar.c
10806                 Fix strange casts (less elegant but
10807                 works better)
10808
10809 2005-09-16 [colin]      1.9.14cvs35
10810
10811         * src/jpilot.c
10812                 Missed that one
10813
10814 2005-09-16 [colin]      1.9.14cvs34
10815
10816         * configure.ac
10817         * src/Makefile.am
10818         * src/addr_compl.c
10819         * src/addrindex.c
10820         * src/browseldap.c
10821         * src/editldap.c
10822         * src/ldaplocate.c
10823         * src/ldapquery.c
10824         * src/ldapquery.h
10825         * src/ldapserver.c
10826         * src/ldapserver.h
10827         * src/main.c
10828         * src/matcher_parser_parse.y
10829         * src/prefs_themes.c
10830         * src/etpan/Makefile.am
10831         * src/gtk/description_window.c
10832         * src/plugins/clamav/Makefile.am
10833         * src/plugins/clamav/clamav_plugin.c
10834         * src/plugins/dillo_viewer/Makefile.am
10835         * src/plugins/pgpcore/Makefile.am
10836         * src/plugins/pgpinline/Makefile.am
10837         * src/plugins/pgpmime/Makefile.am
10838         * src/plugins/trayicon/Makefile.am
10839                 Fix 100% cpu usage in address completion list
10840                 Fix little bugs (return with no values etc)
10841                 Fix all warnings (with common CFLAGS)
10842
10843 2005-09-15 [colin]      1.9.14cvs33
10844
10845         * src/addressbook.c
10846                 Fix bug where sometimes a group's email list is empty,
10847                 force its refresh (probably fixes "Re: how to create a 
10848                 distribution list")
10849         * src/ldapquery.c
10850                 Don't return to the callback in the main thread from the
10851                 fetch thread (or face segs!)
10852
10853 2005-09-15 [paul]       1.9.14cvs32
10854
10855         * src/prefs_matcher.c
10856                 forgotten in last commit
10857
10858 2005-09-15 [paul]       1.9.14cvs31
10859
10860         * src/prefs_actions.c
10861         * src/prefs_filtering_action.c
10862         * src/prefs_quote.c
10863         * src/quote_fmt.c
10864         * src/summaryview.c
10865         * src/gtk/description_window.c
10866         * src/gtk/description_window.h
10867         * src/gtk/quicksearch.c
10868                 allow interaction with the called
10869                 description window
10870                 Patch by Anders Hammar
10871
10872 2005-09-14 [paul]       1.9.14cvs30
10873
10874         * src/compose.c
10875                 fix a little annoyance when pasting with 3rd button 
10876                 with wrap_pastes=0 and wrap_input=1
10877                 Patch by Colin
10878
10879 2005-09-14 [paul]       1.9.14cvs29
10880
10881         * src/prefs_account.c
10882                 disable 'Filter messages on receiving' for
10883                 SMTP-only accounts
10884                 Patch  by Anders Hammar
10885
10886 2005-09-14 [paul]       1.9.14cvs28
10887
10888         * po/sk.po
10889                 fix crash
10890                 updated by Andrej Kacian
10891
10892 2005-09-14 [paul]
10893
10894         1.9.15-rc1 released
10895
10896 2005-09-14 [paul]       1.9.14cvs27
10897
10898         * po/es.po
10899                 updated by Ricardo Mones Lastra
10900         * src/compose.c
10901         * src/compose.h
10902                 associate no_wrap_tags to Compose windows
10903                 instead of using a static one
10904                 Patch by Colin
10905         * src/mbox.c
10906                 fix proc_mbox()
10907                 Patch by wwp
10908         * src/textview.c
10909                 remove unneeded printf()
10910
10911 2005-09-14 [paul]       1.9.14cvs26
10912
10913         * src/addrcache.c
10914         * src/codeconv.h
10915         * src/folder.h
10916         * src/mainwindow.h
10917         * src/mh.c
10918         * src/mimeview.h
10919         * src/partial_download.c
10920         * src/pop.c
10921         * src/prefs_account.c
10922         * src/prefs_account.h
10923         * src/prefs_actions.c
10924         * src/prefs_customheader.c
10925         * src/prefs_display_header.c
10926         * src/prefs_filtering_action.c
10927         * src/prefs_matcher.c
10928         * src/prefs_toolbar.c
10929         * src/privacy.h
10930         * src/procmime.c
10931         * src/procmime.h
10932         * src/procmsg.h
10933         * src/textview.c
10934         * src/undo.h
10935         * src/common/plugin.c
10936         * src/common/session.h
10937         * src/common/socket.c
10938         * src/common/socket.h
10939         * src/common/template.c
10940         * src/gtk/gtkaspell.c
10941         * src/gtk/quicksearch.h
10942         * src/plugins/pgpcore/passphrase.c
10943         * src/plugins/pgpcore/prefs_gpg.h
10944         * src/plugins/pgpcore/select-keys.c
10945         * src/plugins/pgpcore/select-keys.h
10946         * src/plugins/pgpcore/sgpgme.c
10947         * src/plugins/pgpinline/pgpinline.c
10948         * src/plugins/pgpmime/pgpmime.c
10949         * src/plugins/trayicon/trayicon.c
10950                 fix compilation warnings
10951                 Patch by Daniel Gustafson
10952
10953 2005-09-14 [paul]       1.9.14cvs25
10954
10955         * src/addressbook.c
10956                 add missing column header, and other small
10957                 bug fixes
10958                 Patch by Anders Hammar
10959
10960 2005-09-13 [colin]      1.9.14cvs24
10961
10962         * src/gtk/gtkaspell.c
10963                 Fix non-utf8 in menu
10964                 Fix little leaks
10965                 Nullify struct members after free()s
10966
10967 2005-09-13 [colin]      1.9.14cvs23
10968
10969         * src/compose.c
10970                 Test utf8 compliance before inserting to 
10971                 buffer, and try to convert if necessary
10972         * src/procmime.c
10973                 If no charset is present, use the locale 
10974                 one instead of us-ascii
10975         * src/procmsg.c
10976                 Add Sender, List-Post and To in the checked 
10977                 headers for automatic rules creation 
10978                 (thanks to wwp)
10979         * src/prefs_themes.c
10980         * src/gtk/gtkaspell.c
10981                 Remove deprecated functions. 
10982                 patch by Daniel Gustafson
10983
10984 2005-09-12 [colin]      1.9.14cvs22
10985
10986         * src/compose.c
10987                 Fix bug #448 (Scrolling/Redraw issue with 
10988                 address-fields in Header)
10989         * src/mainwindow.c
10990         * src/summaryview.c
10991         * src/summaryview.h
10992                 Fix loss of MSG_MARKED on move/copy
10993                 Fix bug #804 (Quicksearch togglebutton doesn't 
10994                 get depressed after '/' key is pressed)
10995
10996 2005-09-12 [paul]       1.9.14cvs21
10997
10998         * AUTHORS
10999         * src/gtk/logwindow.c
11000                 add 'Clear Log' to popup menu
11001                 Patch by Anders Hammar <anders.hammar@telia.com>
11002
11003 2005-09-12 [paul]       1.9.14cvs20
11004
11005         * src/compose.c
11006                 set correct sensitivity on attachments
11007                 popup menu
11008         * src/folder.c
11009                 fix typo
11010         * src/prefs_spelling.c
11011                 fix crash when no LANG env is set
11012         * src/common/xml.c
11013                 fix crash in wizard
11014                 don't use memeory after free
11015
11016         All patches by Daniel Gustafson
11017
11018 2005-09-12 [paul]       1.9.14cvs19
11019
11020         * src/prefs_themes.c
11021                 make theme info selectable
11022         * src/gtk/description_window.c
11023                 make window non-modal
11024         * tools/README
11025                 add details of asus_mailed.sh
11026         * tools/claws.i18n.status.pl
11027                 update for new zh_TW translator
11028                 widen the output
11029                 create alternate coloured lines
11030                 improve readability
11031
11032 2005-09-10 [colin]      1.9.14cvs18
11033
11034         * src/plugins/pgpcore/select-keys.c
11035                 Better order for the buttons
11036
11037 2005-09-10 [colin]      1.9.14cvs17
11038
11039         * src/compose.c
11040         * src/plugins/pgpcore/select-keys.c
11041         * src/plugins/pgpcore/select-keys.h
11042         * src/plugins/pgpcore/sgpgme.c
11043                 Add a "Don't encrypt" button to the key
11044                 selection dialog. Fixes bug #177 (There should be a 
11045                 'Don't encrypt button in the Select Keys dialog)
11046
11047 2005-09-10 [colin]      1.9.14cvs16
11048
11049         * src/compose.c
11050                 Fix bug #572 (%X option does not work with templates)
11051
11052 2005-09-10 [colin]      1.9.14cvs15
11053
11054         * src/toolbar.c 
11055                 Remove g_print
11056
11057 2005-09-10 [colin]      1.9.14cvs14
11058
11059         * src/imap.c
11060                 Fix a possible crash
11061
11062 2005-09-09 [colin]      1.9.14cvs13
11063
11064         * src/imap.c
11065         * src/etpan/imap-thread.c
11066         * src/etpan/imap-thread.h
11067                 Fix moving from queue or drafts to normal folders
11068                 Fix bug #794 (No way to delete without expunging)
11069                 Take flags unset by other mailers into account
11070                 Take deleted flag set by other mailers into account
11071                 Fix unsetting REPLIED flag
11072                 Fix crash when capabilities can't be retrieved
11073         * src/mainwindow.c
11074         * src/mainwindow.h
11075                 Add M_DELAYED_FLAGS condition, and let the user use
11076                 Execute in order to be able to expunge deleted mails,
11077                 even if he's not in delayed execute mode
11078         * src/prefs_spelling.c
11079                 Use 'en' dictionary by default if LANG is POSIX or C
11080         * src/gtk/prefswindow.c
11081                 Fix bug #767 (Preferences windows expanding) by making
11082                 the window a bit larger when the resolution is greater
11083                 than 640x480, and by putting the prefs in a
11084                 GtkScrolledWindow.
11085
11086 2005-09-09 [paul]       1.9.14cvs12
11087
11088         * AUTHORS
11089         * configure.ac
11090         * po/zh_TW.Big5.po      ** REMOVED **
11091         * po/zh_TW.po           ** ADDED **
11092                 updated by Wei-Lun Chao
11093
11094 2005-09-09 [paul]       1.9.14cvs11
11095
11096         * src/mainwindow.c
11097                 fix asserts
11098         * src/common/xml.c
11099                 delay memory allocation until file is
11100                 opened successfully
11101                 Patch by Daniel Gustafson
11102
11103 2005-09-09 [colin]      1.9.14cvs10
11104
11105         * src/imap.c
11106                 Add guards
11107
11108 2005-09-08 [colin]      1.9.14cvs9
11109
11110         * src/compose.c
11111                 Alert when we can't save draft
11112                 Fix various wrap/color issues
11113                 Add mid-click pasting respecting wrap_paste option
11114         * src/folder.c
11115         * src/folder.h
11116         * src/folder_item_prefs.c
11117         * src/folder_item_prefs.h
11118         * src/imap.c
11119         * src/imap_gtk.c
11120         * src/imap_gtk.h
11121         * src/main.c
11122         * src/mainwindow.c
11123         * src/mainwindow.h
11124         * src/news.c
11125         * src/news_gtk.c
11126         * src/news_gtk.h
11127         * src/prefs_folder_item.c
11128                 Fix the impossibility to synchronise folders for
11129                 offline use (IMAP and NNTP are concerned)
11130
11131 2005-09-08 [colin]      1.9.14cvs8
11132
11133         * configure.ac
11134                 Build LDAP and JPilot by default if available
11135         * src/textview.c
11136                 Fix use after free
11137
11138 2005-09-08 [paul]       1.9.14cvs7
11139
11140         * doc/manual/en/sylpheed-1.html
11141         * doc/manual/en/sylpheed-18.html
11142         * doc/manual/en/sylpheed-19.html
11143         * doc/manual/en/sylpheed-4.html
11144         * doc/manual/en/sylpheed-6.html
11145         * doc/manual/en/sylpheed.html
11146                 a few minor updates, plus include some
11147                 details about plugins and their requirements
11148         * src/mainwindow.c
11149                 minor changes to English in /View/Sort
11150
11151 2005-09-07 [colin]      1.9.14cvs6
11152
11153         * doc/manual/en/sylpheed-1.html
11154         * doc/manual/en/sylpheed-10.html
11155         * doc/manual/en/sylpheed-11.html
11156         * doc/manual/en/sylpheed-12.html
11157         * doc/manual/en/sylpheed-13.html
11158         * doc/manual/en/sylpheed-14.html
11159         * doc/manual/en/sylpheed-15.html
11160         * doc/manual/en/sylpheed-16.html
11161         * doc/manual/en/sylpheed-17.html
11162         * doc/manual/en/sylpheed-18.html
11163         * doc/manual/en/sylpheed-19.html
11164         * doc/manual/en/sylpheed-2.html
11165         * doc/manual/en/sylpheed-20.html
11166         * doc/manual/en/sylpheed-21.html
11167         * doc/manual/en/sylpheed-22.html
11168         * doc/manual/en/sylpheed-3.html
11169         * doc/manual/en/sylpheed-4.html
11170         * doc/manual/en/sylpheed-5.html
11171         * doc/manual/en/sylpheed-6.html
11172         * doc/manual/en/sylpheed-7.html
11173         * doc/manual/en/sylpheed-8.html
11174         * doc/manual/en/sylpheed-9.html
11175         * doc/manual/en/sylpheed.html
11176                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
11177
11178 2005-09-07 [colin]      1.9.14cvs5
11179
11180         * src/mainwindow.c
11181                 Make labels more to-the-point
11182
11183 2005-09-07 [colin]      1.9.14cvs4
11184
11185         * doc/manual/en/sylpheed-1.html
11186         * doc/manual/en/sylpheed-12.html
11187         * doc/manual/en/sylpheed-13.html
11188         * doc/manual/en/sylpheed-14.html
11189         * doc/manual/en/sylpheed-15.html
11190         * doc/manual/en/sylpheed-16.html
11191         * doc/manual/en/sylpheed-17.html
11192         * doc/manual/en/sylpheed-18.html
11193         * doc/manual/en/sylpheed-19.html
11194         * doc/manual/en/sylpheed-2.html
11195         * doc/manual/en/sylpheed-20.html
11196         * doc/manual/en/sylpheed-21.html
11197         * doc/manual/en/sylpheed-22.html
11198         * doc/manual/en/sylpheed-4.html
11199         * doc/manual/en/sylpheed-5.html
11200         * doc/manual/en/sylpheed-6.html
11201         * doc/manual/en/sylpheed-7.html
11202         * doc/manual/en/sylpheed-8.html
11203         * doc/manual/en/sylpheed-9.html
11204         * doc/manual/en/sylpheed.html
11205                 Update manual
11206
11207 2005-09-07 [colin]      1.9.14cvs3
11208
11209         * doc/faq/en/sylpheed-faq-1.html
11210         * doc/faq/en/sylpheed-faq-2.html
11211         * doc/faq/en/sylpheed-faq-3.html
11212         * doc/faq/en/sylpheed-faq.html
11213                 Update FAQ
11214
11215 2005-09-07 [colin]      1.9.14cvs2
11216
11217         * src/folderview.c
11218         * src/procmsg.c
11219         * src/summaryview.c
11220         * src/toolbar.c
11221                 Fix special subfolders:
11222                 - Inherit parent's icon
11223                 - sent contents of queues subfolders
11224                 - empty subfolders of trashes
11225         * src/mainwindow.c
11226                 Remove outdated manual and faq entries
11227         * src/common/utils.c
11228                 Add quotes around %s coming from mailcap
11229
11230 2005-09-07 [colin]      1.9.14cvs1
11231
11232         * src/compose.c
11233                 After saving draft, set modified to FALSE
11234         * src/mimeview.c
11235         * src/common/utils.c
11236         * src/common/utils.h
11237                 Try to open mime parts using what is 
11238                 indicated in ~/.mailcap or /etc/mailcap,
11239                 if possible.
11240
11241 2005-09-05 [paul]       1.9.14
11242
11243         1.9.14 released
11244
11245         * po/sk.po
11246                 updated by Andrej Kacian
11247
11248 2005-09-05 [paul]       1.9.13cvs83
11249
11250         * po/de.po
11251         * po/es.po
11252         * po/fi.po
11253         * po/fr.po
11254         * po/nb.po
11255         * po/pt_BR.po
11256         * po/sr.po
11257                 updated translations by Thomas Gilgin, Ricardo Mones
11258                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
11259                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
11260
11261 2005-09-04 [paul]       1.9.13cvs82
11262
11263         * src/compose.c
11264                 only warn about exceeded line length limit
11265                 on send
11266
11267 2005-09-04 [paul]       1.9.13cvs81
11268
11269         * src/compose.c
11270                 fix crash in 'line length exceeded' dialogue
11271
11272 2005-09-02 [paul]       1.9.13cvs80
11273
11274         * src/imap.c
11275                 fix bug 795, 'Connection lost IMAP'
11276                 and add statusbar prints
11277                 Patch by Colin
11278
11279 2005-09-02 [paul]       1.9.13cvs79
11280
11281         * src/compose.c
11282                 compose_wrap_paragraph() becomes
11283                 compose_beautify_paragraph()
11284                 Patch by Colin
11285
11286 2005-09-02 [colin]      1.9.13cvs78
11287
11288         * src/folderview.c
11289                 Micro-fix
11290
11291 2005-09-01 [colin]      1.9.13cvs77
11292
11293         * src/imap.c
11294                 Maybe fix bug #795 (Connection lost IMAP)
11295                 Don't try to send logout when we're disconnected.
11296         * src/summaryview.c
11297                 Include locked and marked emails in HRM
11298                 view. Fixes bug #800 (Locked messages no longer 
11299                 show up when hide read messages is used)
11300
11301 2005-09-01 [paul]       1.9.13cvs76
11302
11303         * src/prefs_common.c
11304                 fix bad cutting
11305
11306 2005-08-31 [colin]      1.9.13cvs75
11307
11308         * src/folderview.c
11309         * src/folderview.h
11310         * src/prefs_summaries.c
11311         * src/summaryview.c
11312                 Fix "go to next new", fix preference
11313                 (Open unread/next swapped)
11314
11315 2005-08-31 [paul]       1.9.13cvs74
11316
11317         * src/compose.c
11318         * src/folderview.c
11319         * src/headerview.c
11320         * src/headerview.h
11321         * src/mainwindow.c
11322         * src/prefs_common.c
11323         * src/prefs_common.h
11324         * src/prefs_fonts.c
11325         * src/summaryview.c
11326         * src/textview.c
11327         * src/common/defs.h
11328                 remove obsolete BOLD_FONT setting
11329                 fix font update in headerview and textview
11330                 headers after prefs change
11331                 Patch By Colin
11332
11333 2005-08-31 [paul]
11334
11335         1.9.14-rc4 released
11336
11337 2005-08-30 [colin]      1.9.13cvs73
11338
11339         * src/summaryview.c
11340                 When Hide read messages is selected and we
11341                 refresh the summaryview, don't remove the 
11342                 currently displayed message. Fixes bug #797
11343                 (Summary view reloads when new mail is 
11344                 downloaded in 1.9.14 rc)
11345
11346 2005-08-30 [colin]      1.9.13cvs72
11347
11348         * src/folderview.c
11349                 Fix flickering
11350         * src/mainwindow.c
11351                 Remove useless callback
11352         * src/mimeview.c
11353         * src/gtk/filesel.c
11354         * src/gtk/filesel.h
11355                 Add a filesel_select_file_save_folder() - used by Save All
11356
11357 2005-08-29 [paul]       1.9.13cvs71
11358
11359         * AUTHORS
11360         * src/matcher_parser_parse.y
11361         * src/etpan/imap-thread.c
11362                 fix building on FreeBSD
11363                 Patch by Daniel Gustafson <daniel@hobbit.se>
11364
11365 2005-08-29 [paul]       1.9.13cvs70
11366
11367         * src/plugins/pgpinline/pgpinline.c
11368                 only initialise sig result if it's been handled
11369                 Patch by Colin
11370
11371 2005-08-29 [paul]       1.9.13cvs69
11372         
11373         Patches by Colin:
11374
11375         * src/imap.c
11376         * src/common.utils.c
11377         * src/common/utils.h
11378                 optimisation
11379         * src/stock_pixmap.h
11380                 fix wrong icon reference
11381         * src/pixmaps/trash_btn.xpm
11382                 replace with nicer image
11383
11384 2005-08-28 [colin]      1.9.13cvs68
11385
11386         * src/Makefile.am
11387         * src/stock_pixmap.c
11388         * src/stock_pixmap.h
11389         * src/toolbar.c
11390         * src/pixmaps/trash_btn.xpm
11391                 Add a specific trash xpm for the button
11392
11393 2005-08-28 [colin]      1.9.13cvs67
11394
11395         * src/imap.c
11396                 Fix leak
11397
11398 2005-08-27 [colin]      1.9.13cvs66
11399
11400         * src/imap.c
11401         * src/procmime.c
11402                 Correctly fix "Problem with replies", fixes
11403                 pgpmime encryption too. 
11404
11405 2005-08-27 [colin]      1.9.13cvs65
11406
11407         * src/folder.c
11408         * src/procmsg.c
11409         * src/procmsg.h
11410         * src/summaryview.c
11411                 Fix bug #517 (messages removed from summaryview 
11412                 when moving fails)
11413
11414 2005-08-27 [colin]      1.9.13cvs64
11415
11416         * tools/Makefile.am
11417         * tools/asus_mailled.sh
11418                 Add a script to blink ASUS laptops' mail LED where there
11419                 is unread mail.
11420
11421 2005-08-27 [colin]      1.9.13cvs63
11422
11423         * src/imap.c
11424         * src/etpan/imap-thread.c
11425         * src/etpan/imap-thread.h
11426                 Implement automatic choosing of login method
11427                 Fixes bug #791
11428         * src/gtk/.cvsignore
11429                 Add sylpheed-marshal.[ch]
11430
11431 2005-08-27 [colin]      1.9.13cvs62
11432
11433         * src/common/utils.c
11434                 Fix confusing perror
11435
11436 2005-08-27 [colin]      1.9.13cvs61
11437
11438         * src/toolbar.c
11439         * src/toolbar.h
11440                 Remove A_DELETE, replace it with 
11441                 A_TRASH and A_DELETE_REAL. Automatically
11442                 rewrite config files to replace A_DELETE
11443                 with A_TRASH (no functionality change).
11444                 Fixes half of #794
11445
11446 2005-08-26 [colin]      1.9.13cvs60
11447
11448         * src/procmime.c
11449                 Previous "Problem with replies" fix brought other
11450                 problems, fixing them
11451
11452 2005-08-26 [colin]      1.9.13cvs59
11453
11454         * src/procmime.c
11455                 Fix "Problem with replies". This happened only
11456                 on IMAP...
11457         * src/procmsg.c
11458                 Factorize code a bit
11459         * src/compose.c
11460                 Speed improvement on very long messages (wrapping)
11461                 Fix signature color on Reedit and Redirect
11462                 On Reedit, don't attach pgp-signatures parts, but
11463                 set signing to On.
11464
11465 2005-08-24 [paul]       1.9.13cvs58
11466
11467         * src/compose.c
11468                 don't claim success when clicking
11469                 Cancel on the passphrase box.
11470                 Patch by Colin
11471
11472 2005-08-24 [paul]       1.9.13cvs57
11473
11474         * src/main.c
11475                 fix misplaced sylpheed.log
11476         * src/common/defs.h
11477                 define UIDL_DIR
11478
11479 2005-08-24 [paul]       1.9.13cvs56
11480
11481         * src/imap.c
11482         * src/etpan/imap-thread.c
11483         * src/etpan/imap-thread.h
11484                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
11485                 Patch by Colin
11486         * src/gtk/sylpheed-marshal.c    ** REMOVED **
11487         * src/gtk/sylpheed-marshal.h    ** REMOVED **
11488                 remove autogenerated files
11489         * tools/kdeservicemenu/README
11490         * tools/kdeservicemenu/install.sh
11491         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
11492         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
11493                 use Claws icon, use 'Sylpheed-Claws' in menu,
11494                 use kdialog, and other cleanups
11495
11496 2005-08-23 [paul]       1.9.13cvs55
11497
11498         * src/compose.c
11499                 fix paste/wrap crash
11500                 Patch by Colin
11501
11502 2005-08-23 [paul]       1.9.13cvs54
11503
11504         * src/main.c
11505                 fix crash recovery
11506                 Patch by Colin
11507
11508 2005-08-23 [paul]       1.9.13cvs53
11509
11510         * src/addressbook.c
11511         * src/editaddress.c
11512                 view all data of LDAP contacts
11513                 Patch by Colin
11514
11515 2005-08-23 [paul]       1.9.13cvs52
11516
11517         * src/addressbook.c
11518                 fix issues with the Search field
11519                 Patch by Colin
11520
11521 2005-08-22 [paul]       1.9.13cvs51
11522
11523         * src/folderview.c
11524                 put name of folder in processing dialog
11525                 title
11526         * src/prefs_folder_item.c
11527                 improve english usage
11528
11529 2005-08-22 [paul]       1.9.13cvs50
11530
11531         * src/filtering.c
11532         * src/filtering.h
11533         * src/matcher.c
11534         * src/matcher_parser_lex.l
11535         * src/matcher_parser_parse.y
11536         * src/prefs_filtering.c
11537                 add Filtering/Processing rule names feature.
11538                 (the incompatible old matcherrc is saved as
11539                 matcherrc.pre_names).
11540                 Patch by Colin
11541
11542 2005-08-22 [paul]       1.9.13cvs49
11543
11544         * src/procmsg.c
11545                 fix colour labelling
11546                 Patch by Colin
11547
11548 2005-08-22 [paul]       1.9.13cvs48
11549
11550         * src/textview.c
11551                 fix open_image_cb()
11552
11553 2005-08-22 [paul]       1.9.13cvs47
11554
11555         * src/imap.c
11556                 fix bug 789, 'SC crashes with imap (CVS ver)'
11557                 Patch by Colin
11558
11559 2005-08-22 [paul]       1.9.13cvs46
11560
11561         * src/mimeview.c
11562         * src/prefs_common.c
11563         * src/common/defs.h
11564                 define reused defaults in defs.h
11565         * src/textview.c
11566                 add 'Open image' to image popup menu
11567
11568 2005-08-21 [colin]      1.9.13cvs45
11569
11570         * src/summaryview.c
11571                 Fix bug #788 (Bogus "From" address displayed)
11572
11573 2005-08-20 [colin]      1.9.13cvs44
11574
11575         * src/folder.c
11576                 Fix buf #787 (multilevel delete causes SIGSEGV)
11577
11578 2005-08-19 [colin]      1.9.13cvs43
11579
11580         * src/inc.c
11581         * src/prefs_common.c
11582         * src/prefs_common.h
11583                 Add an hidden pref to allow modifying the
11584                 update stepping in incorporation.
11585                 Patch by wwp.
11586
11587 2005-08-19 [colin]      1.9.13cvs42
11588
11589         * src/compose.c
11590         * src/procmime.c
11591                 Workaround for broken MUAs: encode 
11592                 Content-type: name: as ASCII and 
11593                 Content-Disposition: filename: as
11594                 per rfc2231
11595         * src/prefs_account.c
11596                 Fix invisible-ness of SMTP SSL prefs
11597                 in NNTP accounts
11598
11599 2005-08-19 [paul]       1.9.13cvs41
11600
11601         * src/compose.c
11602         * src/prefs_common.c
11603         * src/prefs_common.h
11604         * src/prefs_wrapping.c
11605                 paste with or without wrapping.
11606                 patch by Colin
11607
11608 2005-08-19 [paul]       1.9.13cvs40
11609
11610         * src/prefs_common.c
11611         * src/prefs_common.h
11612         * src/summaryview.c
11613                 reintroduce enable_swap_from as a
11614                 hidden pref. patch by Colin
11615         * src/quote_fmt_parse.y
11616         * src/plugins/clamav/clamav_plugin.c
11617         * src/plugins/dillo_viewer/dillo_viewer.c
11618         * src/plugins/mathml_viewer/mathml_viewer.c
11619         * src/plugins/pgpcore/sgpgme.c
11620         * src/plugins/pgpinline/pgpinline.c
11621         * src/plugins/pgpmime/pgpmime.c
11622                 tidy up. patch by Colin
11623
11624 2005-08-19 [paul]       1.9.13cvs39
11625
11626         * configure.ac
11627                 complete cvs38's sync
11628         * src/editaddress.c
11629         * src/gedit-print.c
11630         * src/mutt.c
11631         * src/etpan/etpan-log.c
11632         * src/etpan/imap-thread.c
11633         * src/gtk/gtksourceprintjob.c
11634                 fix compilation warnings
11635                 (patch by Colin)
11636
11637 2005-08-19 [paul]       1.9.13cvs38
11638
11639         sync with main:
11640
11641         * src/account.c
11642         * src/action.c
11643         * src/addrbook.c
11644         * src/addrcache.c
11645         * src/addrharvest.c
11646         * src/addrindex.c
11647         * src/codeconv.c
11648         * src/compose.c
11649         * src/crash.c
11650         * src/exporthtml.c
11651         * src/exportldif.c
11652         * src/folder.c
11653         * src/image_viewer.c
11654         * src/inc.c
11655         * src/inc.h
11656         * src/jpilot.c
11657         * src/ldif.c
11658         * src/main.c
11659         * src/matcher.c
11660         * src/mbox.c
11661         * src/messageview.c
11662         * src/mh.c
11663         * src/mimeview.c
11664         * src/msgcache.c
11665         * src/mutt.c
11666         * src/news.c
11667         * src/partial_download.c
11668         * src/pine.c
11669         * src/pop.c
11670         * src/prefs_actions.c
11671         * src/prefs_common.c
11672         * src/prefs_customheader.c
11673         * src/prefs_display_header.c
11674         * src/prefs_gtk.c
11675         * src/prefs_themes.c
11676         * src/procheader.c
11677         * src/procmime.c
11678         * src/procmsg.c
11679         * src/recv.c
11680         * src/send_message.c
11681         * src/simple-gettext.c
11682         * src/sourcewindow.c
11683         * src/textview.c
11684         * src/vcard.c
11685         * src/common/defs.h
11686         * src/common/log.c
11687         * src/common/plugin.c
11688         * src/common/prefs.c
11689         * src/common/session.c
11690         * src/common/session.h
11691         * src/common/socket.c
11692         * src/common/socket.h
11693         * src/common/ssl_certificate.c
11694         * src/common/template.c
11695         * src/common/utils.c
11696         * src/common/utils.h
11697         * src/common/xml.c
11698         * src/gtk/about.c
11699         added wrappers for C library function that
11700                 take pathname arguments.
11701                 enabled compilation with MinGW.
11702                 use GDir instead of directly using opendir().
11703                 added rename_force().
11704
11705 2005-08-19 [paul]       1.9.13cvs37
11706         
11707         patches by Colin:
11708         * src/compose.c
11709                 fix privacy settings on re-editing
11710                 a sent message
11711         * src/jpilot.c
11712                 fix encoding bug
11713         * src/folder.c
11714         * src/procmsg.c
11715         * src/procmsg.h
11716         * src/summaryview.c
11717                 flag changing optimisation
11718
11719 2005-08-18 [martin]     1.9.13cvs36
11720
11721         * commitHelper
11722             added my login
11723         * src/addrcache.c
11724         * src/addrharvest.c
11725         * src/addrindex.c
11726         * src/compose.c
11727         * src/grouplistdialog.c
11728         * src/main.c
11729         * src/mainwindow.c
11730         * src/msgcache.c
11731         * src/mutt.c
11732         * src/pine.c
11733         * src/prefs_account.c
11734         * src/prefs_themes.c
11735         * src/stock_pixmap.c
11736         * src/summaryview.c
11737         * src/gtk/about.c
11738         * src/gtk/logwindow.c
11739             removed deprecated glib and gdk stuff
11740         * src/plugins/pgpcore/select-keys.c
11741             convert attributes from locale to utf8
11742
11743 2005-08-17 [paul]       1.9.13cvs35
11744
11745         * src/account.c
11746         * src/addressbook.c
11747                 use new GTK_STOCK_ icons if available
11748         * src/summaryview.c
11749         * src/gtk/gtksctree.c
11750         * src/gtk/gtksctree.h
11751                 faster range select. patch by Colin
11752
11753 2005-08-17 [paul]       1.9.13cvs34
11754
11755         patches by colin:
11756         * src/addressbook.c
11757         * src/addressitem.h
11758                 Add an edit button for contacts, fix selections
11759                 of gtksctree items
11760         * src/editaddress.c
11761                 Change labels, let Save be always possible in the
11762                 email and user atributes tabs
11763         * src/folderview.c
11764                 fix sort issues
11765         * src/summaryview.c
11766                 select next item instead of the displayed one
11767                 after deletion
11768
11769         * src/gtk/progressdialog.c
11770                 use prefs_common.enable_rules_hint
11771
11772 2005-08-13 [hoa]        1.9.13cvs33
11773
11774         * src/etpan/imap-thread.c
11775                 fixed build on Solaris.
11776
11777 2005-08-10 [colin]      1.9.13cvs32
11778
11779         * src/procmsg.c
11780                 Fix cvs31 (missing fclose before reading
11781                 the file)
11782
11783 2005-08-10 [colin]      1.9.13cvs31
11784
11785         * src/procmsg.c
11786                 Fix procmsg_msginfo_new_from_mimeinfo() when
11787                 the MimeInfo isn't stored in memory. This fixes
11788                 replying to an attached message.
11789
11790 2005-08-10 [colin]      1.9.13cvs30
11791
11792         * src/mainwindow.c
11793                 Fix slowness in account changing
11794
11795 2005-08-10 [colin]      1.9.13cvs29
11796
11797         * src/folder.c
11798         * src/folderutils.c
11799         * src/folderview.c
11800         * src/imap_gtk.c
11801         * src/mainwindow.c
11802         * src/mh_gtk.c
11803         * src/procmsg.c
11804         * src/summaryview.c
11805                 Optimize folder_has_parent_of_type
11806                 Prevent moving special sub-folders from contextual menus
11807                 Rework message a bit ("Empty all messages" -> "Delete all
11808                 messages")
11809                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
11810                 and "Deleted Items" folders)
11811
11812 2005-08-08 [colin]      1.9.13cvs28
11813
11814         * src/summaryview.c
11815         * src/prefs_summaries.c
11816                 Make "Select first unread|new" more flexible
11817                 (just prioritize new or unread)
11818
11819 2005-08-08 [colin]      1.9.13cvs27
11820
11821         * src/summaryview.c
11822                 If "select first new" is selected and there only
11823                 are unread messages, fallback to "select first
11824                 unread".
11825
11826 2005-08-08 [colin]      1.9.13cvs26
11827
11828         * src/folder.c
11829                 Fix shameful bugs (and bug #779)
11830
11831 2005-08-08 [colin]      1.9.13cvs25
11832
11833         * src/folder.c
11834         * src/folder.h
11835                 Cache parents' type to make folder_has_parent_of_type
11836                 faster
11837         * src/folderview.c
11838                 Forbid DnD of special sub-folders
11839         * src/procmsg.c
11840         * src/procmsg.h
11841                 Add MAIL_POSTFILTERING_HOOK
11842         * src/summaryview.c
11843                 Revert over-zealous deletion of the use_addr_book 
11844                 code
11845
11846 2005-08-07 [colin]      1.9.13cvs24
11847
11848         * src/folder.c
11849                 Fix big mistake (passing MsgInfo instead 
11850                 of FolderItem)
11851
11852 2005-08-07 [colin]      1.9.13cvs23
11853
11854         * src/compose.c
11855         * src/folder.c
11856         * src/folder.h
11857         * src/foldersel.c
11858         * src/folderutils.c
11859         * src/folderview.c
11860         * src/imap.c
11861         * src/mainwindow.c
11862         * src/messageview.c
11863         * src/mh.c
11864         * src/msgcache.c
11865         * src/procmime.c
11866         * src/summaryview.c
11867                 Make subfolders of Drafts, Queue, Outbox, Trash
11868                 work like their parents. 
11869                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
11870
11871 2005-08-07 [colin]      1.9.13cvs22
11872
11873         * src/addressbook.c
11874                 Fix bug #771 (Dragged contacts not saved)
11875
11876 2005-08-07 [paul]       1.9.13cvs21
11877
11878         * src/summaryview.c
11879                 fix bug 32 'Search Doesn't display results
11880                 if "Hide Read Messages" is chosen'
11881                 be more literal in interpreting 'Hide read
11882                 messages'
11883
11884 2005-08-07 [colin]      1.9.13cvs20
11885
11886         * src/folderview.c
11887                 Add debug
11888         * src/summaryview.c
11889                 Faster 'unthread_for_execution'
11890
11891 2005-08-06 [paul]       1.9.13cvs19
11892
11893         * src/mainwindow.c
11894                 add mnemonics to Set displayed columns
11895                 fix bug where msgview_visible option was
11896                 overwritten as TRUE on startup
11897
11898 2005-08-06 [paul]       1.9.13cvs18
11899
11900         * src/mainwindow.c
11901                 refer to 'displayed columns in folder/message
11902                 list' not 'displayed items in summary/message view'
11903         * src/prefs_display_header.c
11904                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
11905                 be consistent with similar dialogues
11906         * src/prefs_folder_column.c
11907         * src/prefs_summary_column.c
11908                 'columns' not 'items', and folder and message lists,
11909                 instead of folder and summary views;
11910                 Use 'Hidden columns' as list heading not 'Available
11911                 items';
11912                 move the 'Remove' button to the right hand side;
11913                 top-align the buttons;
11914                 remove unneeded vbox
11915         * src/prefs_summaries.c
11916                 put the 2 column prefs buttons in a frame to reduce
11917                 overall width; refer to columns not items &c.
11918
11919 2005-08-05 [colin]      1.9.13cvs17
11920
11921         * src/prefs_common.c
11922         * src/prefs_common.h
11923         * src/mainwindow.c
11924         * src/compose.c
11925         * src/messageview.c
11926                 Add an hidden toolbar_detachable pref, so
11927                 that I can get rid of these painful handles
11928                 in the toolbars. Defaults to TRUE to avoid
11929                 changing the GUI on unsuspecting people...
11930
11931 2005-08-05 [colin]      1.9.13cvs16
11932
11933         * src/Makefile.am
11934         * src/prefs_folder_column.c
11935         * src/prefs_folder_column.h
11936                 Add prefs for folder columns
11937         * src/folderview.c
11938         * src/folderview.h
11939         * src/mainwindow.c
11940         * src/mainwindow.h
11941         * src/prefs_common.c
11942         * src/prefs_common.h
11943         * src/prefs_summaries.c
11944                 Use them
11945         * src/prefs_summary_column.c
11946         * src/summaryview.c
11947         * src/summaryview.h
11948                 Add a To column
11949         * src/textview.c
11950         * src/common/utils.c
11951         * src/common/utils.h
11952                 Move uri colourisation functions
11953                 to utils
11954         * src/compose.c
11955                 Colourise URIs
11956         * src/imap.c
11957                 Fix bug with LIST where we'd try
11958                 to get Folder//////[...]/// 
11959
11960 2005-08-05 [paul]       1.9.13cvs15
11961
11962         * src/prefs_summaries.c
11963                 improve the English usage
11964         * src/summaryview.c
11965                 set font on column change
11966                 thanks to Colin
11967
11968 2005-08-05 [paul]       1.9.13cvs14
11969
11970         * src/prefs_common.c
11971         * src/prefs_common.h
11972         * src/prefs_summaries.c
11973         * src/summaryview.c
11974                 replace 'open_unread_on_enter' option with
11975                 'select_on_entry' option. opening/not opening
11976                 is now exclusively controlled by 'always_show_msg'
11977
11978 2005-08-04 [colin]      1.9.13cvs13
11979
11980         * src/compose.c
11981                 Remove dead code
11982                 Add colourisation of quotes and signatures
11983         * src/folderview.c
11984                 Fix possible crashes
11985         * src/messageview.c
11986                 Change an assert that is no problem
11987         * src/news.c
11988         * src/news_gtk.c
11989         * src/news_gtk.h
11990                 Fix offline mode
11991         * src/gtk/quicksearch.c
11992                 Fix a possible crash
11993
11994 2005-08-03 [colin]      1.9.13cvs12
11995
11996         * src/prefs_account.c
11997                 Fix bug #777 (Sylpheed crash in account configuration)
11998
11999 2005-08-03 [colin]      1.9.13cvs11
12000
12001         * src/addressbook.c
12002         * src/editaddress.c
12003         * src/editgroup.c
12004                 Fixing addressbook, round 2
12005         * src/textview.c
12006                 Fix emphasis color on rechecking 'Colorize messages'
12007
12008 2005-08-03 [paul]       1.9.13cvs10
12009
12010         sync with main
12011
12012         * src/addr_compl.c
12013         * src/compose.c
12014         * src/main.c
12015         * src/pop.c
12016         * src/prefs_account.c
12017         * src/procmime.c
12018         * src/procmsg.c
12019         * src/quote_fmt_parse.y
12020         * src/textview.c
12021         * src/common/quoted-printable.c
12022         * src/common/utils.c
12023         * src/common/utils.h
12024         * src/common/xml.c
12025                 replaced incorrect locale-independent
12026                 ctype functions with GLib's. Corrected
12027                 signedness mismatch.
12028         * src/headerview.c
12029                 headerview_create(): added spacing for vbox.
12030         * src/gtk/about.c
12031                 set focus to the OK button.
12032
12033 2005-08-03 [colin]      1.9.13cvs9
12034
12035         * src/folderview.c
12036                 Fix possible crash
12037
12038 2005-08-02 [colin]      1.9.13cvs8
12039
12040         * src/mainwindow.c
12041                 Fix cast
12042         * src/addressbook.c
12043         * src/addressitem.h
12044                 Fix a cast and more generally, try to make the
12045                 GUI more intuitive and consistent (round 1)
12046
12047 2005-08-02 [paul]       1.9.13cvs7
12048
12049         * src/folder.h
12050                 missing in 1.9.13cvs6
12051
12052 2005-08-02 [colin]      1.9.13cvs6
12053
12054         * src/folder.c
12055                 Fix one more leak
12056
12057 2005-08-02 [colin]      1.9.13cvs5
12058
12059         * src/folder.c
12060         * src/folderview.c
12061         * src/imap.c
12062         * src/main.c
12063         * src/mbox.c
12064         * src/procmsg.c
12065         * src/summaryview.c
12066                 Fix a number of folder_item_get_msg_list()-related
12067                 leaks (missing procmsg_msginfo_free()s)
12068
12069 2005-08-01 [colin]      1.9.13cvs4
12070
12071         * src/folderview.c
12072         * src/folderview.h
12073         * src/mainwindow.c
12074         * src/prefs_fonts.c
12075         * src/prefs_summaries.c
12076         * src/prefs_themes.c
12077         * src/summaryview.c
12078         * src/summaryview.h
12079         * src/textview.c
12080         * src/textview.h
12081                 Fix instant-apply of summary and folderview-related prefs
12082                 Fix erroneous g_free and alertpanels in prefs_theme
12083                 Add instant-apply for fonts
12084                 Defer applying of prefs a little bit so it's done only
12085                 once even if requested by multiples prefs pages
12086
12087 2005-08-01 [paul]       1.9.13cvs3
12088
12089         * src/main.c
12090                 fix bug 776 'S.C. crashes on close'
12091                 thanks to Colin
12092         * src/etpan/etpan-thread-manager-types.h
12093                 add missing include
12094                 thanks to Hoa
12095
12096 2005-07-25 [paul]       1.9.13cvs2
12097
12098         * src/summaryview.c
12099                 fix typos. spotted by Fabien Vantard
12100
12101 2005-07-24 [paul]       1.9.13cvs1
12102
12103         * doc/man/sylpheed.1
12104                 update man page, incorporating fix of
12105                 bug 769 'Typo in manpage'
12106         * src/etpan/imap-thread.c
12107                 fix NetBSD openssl dependencies. patch by
12108                 George Michaelson <ggm@apnic.net>
12109         * po/pt_BR.po
12110                 updated by Frederico Goncalves Guimaraes
12111
12112 2005-07-22 [paul]       1.9.13
12113
12114         1.9.13 release
12115
12116 2005-07-22 [paul]       1.9.12cvs91
12117
12118         * AUTHORS
12119         * INSTALL
12120         * README.claws
12121         * RELEASE_NOTES.claws
12122                 updated for release
12123         * configure.ac
12124         * po/nb.po
12125         * tools/claws.i18n.status.pl
12126                 add Norwegian translation. submiited by
12127                 Geir Helland <pjallabais@users.sourceforge.net>
12128         * po/ca.po
12129         * po/de.po
12130         * po/es.po
12131         * po/fi.po
12132         * po/fr.po
12133         * po/it.po
12134         * po/sk.po
12135         * po/sr.po
12136         * po/zh_CN.po
12137                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12138                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
12139                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
12140                 Yang Guilong
12141         * src/plugins/clamav/clamav_plugin_gtk.c
12142         * src/plugins/spamassassin/spamassassin_gtk.c
12143                 replace outdated description strings
12144
12145 2005-07-21 [colin]      1.9.12cvs90
12146
12147         * src/folder.c
12148                 Set folder to batch mode when scanning it. Makes deletion
12149                 of unread mails on IMAP much faster (due to the UNREAD 
12150                 flag unsetting)
12151
12152 2005-07-21 [darko]      1.9.12cvs89
12153
12154         * configure.ac
12155                 link against libresolv if necessary (patch by Paul)
12156         * src/msgcache.c
12157                 use glib's portable macros to determine endianness
12158
12159 2005-07-21 [paul]       1.9.12cvs88
12160
12161         * src/crash.c
12162         * src/gtk/about.c
12163                 update compiled-in features list
12164
12165 2005-07-20 [colin]      1.9.12cvs87
12166
12167         * src/folder.c
12168         * src/textview.c
12169                 Gcc 2.9x compilation fixes, thanks to Darko
12170         * src/plugins/clamav/clamav_plugin.c
12171                 Little optimisation: load virus database only once
12172         * src/plugins/spamassassin/spamassassin.c
12173                 Big optimisation: filtering one mail took at least 1 second,
12174                 now it takes at least 50ms. Doesn't speed up spamassassin 
12175                 itself, but should already be much more tolerable.
12176
12177 2005-07-20 [colin]      1.9.12cvs86
12178
12179         * src/summaryview.c
12180                 Fix performance issue
12181
12182 2005-07-19 [colin]      1.9.12cvs85
12183
12184         * src/plugins/pgpinline/plugin.c
12185                 Fix warning
12186
12187 2005-07-19 [colin]      1.9.12cvs84
12188
12189         * configure.ac
12190         * src/plugins/Makefile.am
12191         * src/plugins/pgpinline/.cvsignore
12192         * src/plugins/pgpinline/Makefile.am
12193         * src/plugins/pgpinline/pgpinline.c
12194         * src/plugins/pgpinline/pgpinline.deps
12195         * src/plugins/pgpinline/pgpinline.h
12196         * src/plugins/pgpinline/plugin.c
12197                 Put pgpinline in the main tree
12198
12199 2005-07-19 [paul]       1.9.12cvs83
12200
12201         * src/prefs_actions.c
12202                 prevent '//' in menu names, which cause a crash
12203                 thanks to Colin
12204
12205 2005-07-19 [paul]       1.9.12cvs82
12206
12207         * configure.ac
12208                 be generally more informative in configure output.
12209                 OpenSSL: correction: '[ --enable-openssl ...' -> 
12210                 '[ --disable-openssl ...', as --enable-openssl is default
12211                 PGP/MIME: don't check for GPGME again, check for
12212                 pgpcore instead. Therefore prevent the possibility of
12213                 attempting to build pgpmime if pgpcore dependencies are
12214                 not met
12215                 ClamAV: use pkgconfig to check for lib
12216                 libgnomeprint: revert logic on inner test to match
12217                 everything else
12218         * src/plugins/pgpcore/sgpgme.c
12219                 add missing include
12220
12221 2005-07-19 [colin]      1.9.12cvs81
12222
12223         * src/summaryview.c
12224                 Fix slow thread rebuilding in particular
12225                 cases
12226
12227 2005-07-19 [paul]       1.9.12cvs80
12228
12229         * sylpheed-claws.desktop
12230                 fix typo, spotted by Stephan Sachse
12231         * src/account.c
12232                 replace GTK_STOCK_ADD with
12233                 GTK_STOCK_NEW button
12234
12235 2005-07-18 [colin]      1.9.12cvs79
12236
12237         * src/etpan/imap-thread.c
12238                 Fix return value (Thanks Hoa)
12239
12240 2005-07-18 [colin]      1.9.12cvs78
12241
12242         * src/imap.c
12243                 Allow empty passwords
12244                 Create drafts/queue/outbox if necessary
12245         * src/summaryview.c
12246                 Remove old code
12247         * src/etpan/imap-thread.c
12248                 Fix STARTTLS (Thanks to Hoa)
12249
12250 2005-07-18 [paul]       1.9.12cvs77
12251
12252         * ChangeLog-gtk2.jp
12253         * ChangeLog.jp
12254                 removed
12255         * Makefile.am
12256                 updated to reflect additions and removals
12257         * TODO
12258                 updated to be claws-specific
12259         * TODO-gtk2
12260         * TODO-gtk2.jp
12261         * TODO.jp
12262         * sylpheed-128x128.png
12263         * sylpheed-64x64.png
12264                 removed
12265         * sylpheed-claws-128x128.png
12266         * sylpheed-claws-64x64.png
12267         * sylpheed-claws.desktop
12268         * sylpheed-claws.png
12269                 added
12270         * sylpheed.desktop
12271         * sylpheed.png
12272                 removed
12273
12274 2005-07-17 [paul]       1.9.12cvs76
12275
12276         * src/account.c
12277         * src/addressbook.c
12278         * src/alertpanel.c
12279         * src/alertpanel.h
12280         * src/compose.c
12281         * src/exphtmldlg.c
12282         * src/expldifdlg.c
12283         * src/folderview.c
12284         * src/imap_gtk.c
12285         * src/inc.c
12286         * src/message_search.c
12287         * src/messageview.c
12288         * src/mh_gtk.c
12289         * src/news_gtk.c
12290         * src/prefs_actions.c
12291         * src/prefs_filtering.c
12292         * src/prefs_matcher.c
12293         * src/prefs_template.c
12294         * src/prefs_themes.c
12295         * src/ssl_manager.c
12296         * src/summary_search.c
12297         * src/textview.c
12298         * src/toolbar.c
12299         * src/gtk/sslcertwindow.c
12300         * src/plugins/pgpcore/sgpgme.c
12301                 rework alertpanels
12302
12303 2005-07-17 [colin]      1.9.12cvs75
12304
12305         * src/privacy.c
12306                 add a PrivacySystem accessor that checks that
12307                 the system cached in a MimeInfo's privacydata
12308                 is still registered. Use this accessor instead
12309                 of directly using data->system. Fixes crashes
12310                 after unloading pgp plugins.
12311
12312 2005-07-17 [colin]      1.9.12cvs74
12313
12314         * src/alertpanel.c
12315                 Change geometry hints to a simple default size.
12316                 Fixes the certs dialogs.
12317
12318 2005-07-17 [colin]      1.9.12cvs73
12319
12320         * src/gtk/sslcertwindow.c
12321                 Use a gtkExpander
12322
12323 2005-07-17 [colin]      1.9.12cvs72
12324
12325         * src/plugins/pgpcore/Makefile.am
12326         * src/plugins/pgpmime/Makefile.am
12327                 Add gpgme libs
12328
12329 2005-07-17 [paul]       1.9.12cvs71
12330
12331         * configure.ac
12332                 add --disable-gnomeprint option
12333                 modified version of patch by Marius Mauch
12334
12335 2005-07-17 [paul]       1.9.12cvs70
12336
12337         * src/common/defs.h
12338                 update urls
12339         * src/account.c
12340         * src/action.c
12341         * src/addressbook.c
12342         * src/compose.c
12343         * src/foldersel.c
12344         * src/folderview.c
12345         * src/html.c
12346         * src/imap_gtk.c
12347         * src/main.c
12348         * src/mainwindow.c
12349         * src/messageview.c
12350         * src/mh_gtk.c
12351         * src/mimeview.c
12352         * src/news_gtk.c
12353         * src/prefs_account.c
12354         * src/prefs_send.c
12355         * src/prefs_summaries.c
12356         * src/procmsg.c
12357         * src/summaryview.c
12358         * src/common/utils.c
12359         * src/common/xml.c
12360         * src/plugins/pgpcore/passphrase.c
12361         * src/plugins/pgpcore/select-keys.c
12362                 replace inappropriately used backticks
12363                 with single quotes
12364
12365 2005-07-16 [colin]      1.9.12cvs69
12366
12367         * src/image_viewer.c
12368                 Add extra paranoid checks
12369
12370 2005-07-16 [colin]      1.9.12cvs68
12371
12372         * src/plugins/pgpcore/prefs_gpg.c
12373                 Don't auto-check sigs by default, as it
12374                 can be really slow.
12375
12376 2005-07-16 [colin]      1.9.12cvs67
12377
12378         * src/plugins/pgpcore/sgpgme.c
12379                 Make messages a bit better.
12380
12381 2005-07-16 [colin]      1.9.12cvs66
12382
12383         * src/imap.c
12384                 Remove pseudo-log
12385         * src/etpan/imap-thread.c
12386                 Add real log
12387
12388 2005-07-16 [colin]      1.9.12cvs65
12389
12390         * src/main.c
12391         * src/prefs_other.c
12392                 And now, fix build with libetpan :-/
12393
12394 2005-07-15 [colin]      1.9.12cvs64
12395
12396         * src/prefs_other.c
12397                 Continue fixing build without libetpan.
12398
12399 2005-07-15 [colin]      1.9.12cvs63
12400
12401         * src/main.c
12402                 Fix build with --disable-libetpan
12403
12404 2005-07-15 [colin]      1.9.12cvs62
12405
12406         * configure.ac
12407                 Bump libetpan's version
12408
12409 2005-07-15 [colin]      1.9.12cvs61
12410
12411         * src/etpan/imap-thread.c
12412                 Actually stop logging :)
12413
12414 2005-07-15 [colin]      1.9.12cvs60
12415
12416         * src/addressbook.c
12417                 Fix dnd of multiple addresses.
12418
12419 2005-07-15 [hoa]        1.9.12cvs59
12420
12421         * src/etpan/imap-thread.c
12422             disable login of IMAP password in libetpan log file.
12423
12424 2005-07-15 [paul]       1.9.12cvs58
12425
12426         * src/account.c
12427                 don't automatically sort
12428                 do allow drag n drop
12429
12430 2005-07-15 [paul]       1.9.12cvs57
12431
12432         * src/account.c
12433         * src/ssl_manager.c
12434                 alphabetical listing
12435
12436 2005-07-15 [paul]       1.9.12cvs56
12437
12438         * src/gtk/pluginwindow.c
12439                 sort plugin list alphabetically
12440
12441 2005-07-15 [paul]       1.9.12cvs55
12442
12443         * src/prefs_spelling.c
12444         * src/prefs_wrapping.c
12445                 unify English usage
12446
12447 2005-07-15 [colin]      1.9.12cvs54
12448
12449         * src/wizard.c
12450                 Typo fix
12451
12452 2005-07-15 [paul]       1.9.12cvs53
12453
12454         * src/prefs_message.c
12455                 make 'show cursor' a hidden option
12456
12457 2005-07-14 [colin]      1.9.12cvs52
12458
12459         * src/plugins/spamassassin/Makefile.am
12460         * src/plugins/clamav/Makefile.am
12461                 Fix double EXTRA_DISTs
12462
12463 2005-07-14 [colin]      1.9.12cvs51
12464
12465         * src/plugins/clamav/Makefile.am
12466         * src/plugins/clamav/clamav_plugin_gtk.deps
12467         * src/plugins/spamassassin/Makefile.am
12468         * src/plugins/spamassassin/spamassassin_gtk.deps
12469                 Make $plugin_gtk depend on $plugin
12470
12471 2005-07-14 [hoa]        1.9.12cvs50
12472
12473         * src/etpan/imap-thread.c
12474                 enable debug log of libetpan when running with --debug
12475
12476 2005-07-14 [colin]      1.9.12cvs49
12477
12478         * configure.ac
12479         * src/common/Makefile.am
12480         * src/common/plugin.c
12481         * src/common/plugin.h
12482                 Add a little plugin dependancy system.
12483                 Plugins can ship a $plugin_name.deps file
12484                 (near them in PLUGINDIR) so that their
12485                 dependancies are loaded if possible.
12486         * src/plugins/Makefile.am
12487         * src/plugins/pgpcore/Makefile.am
12488         * src/plugins/pgpcore/passphrase.c
12489         * src/plugins/pgpcore/passphrase.h
12490         * src/plugins/pgpcore/plugin.c
12491         * src/plugins/pgpcore/prefs_gpg.c
12492         * src/plugins/pgpcore/prefs_gpg.h
12493         * src/plugins/pgpcore/select-keys.c
12494         * src/plugins/pgpcore/select-keys.h
12495         * src/plugins/pgpcore/sgpgme.c
12496         * src/plugins/pgpcore/sgpgme.h
12497                 Introduce pgpcore, used by pgpmime and
12498                 pgpinline
12499         * src/plugins/pgpmime/Makefile.am
12500         * src/plugins/pgpmime/passphrase.c
12501         * src/plugins/pgpmime/passphrase.h
12502         * src/plugins/pgpmime/pgpmime.c
12503         * src/plugins/pgpmime/pgpmime.deps
12504         * src/plugins/pgpmime/plugin.c
12505         * src/plugins/pgpmime/prefs_gpg.c
12506         * src/plugins/pgpmime/prefs_gpg.h
12507         * src/plugins/pgpmime/select-keys.c
12508         * src/plugins/pgpmime/select-keys.h
12509         * src/plugins/pgpmime/sgpgme.c
12510         * src/plugins/pgpmime/sgpgme.h
12511                 Remove the core from pgpmime and add the
12512                 dependancy to pgpcore.
12513
12514 2005-07-14 [paul]       1.9.12cvs48
12515
12516         * src/stock_pixmap.c
12517                 forgot this in last commit
12518
12519 2005-07-14 [paul]       1.9.12cvs47
12520
12521         * src/account.c
12522         * src/addressbook.c
12523                 add accelerators for the buttons (sync with main)
12524         * src/compose.c
12525         * src/compose.h
12526                 add accelerators for the buttons.
12527                 fix editing with external editor.
12528                 replace gdk_input_*() with GIOChannel;
12529                 (sync with main)
12530         * src/foldersel.c
12531                 display folder names with new/unread
12532                 representation (sync with main)
12533         * src/main.c
12534                 specify default window icon (sync with main)
12535         * src/prefs_common.c
12536                 use_addr_book default to FALSE
12537         * src/summaryview.c
12538         * src/textview.c
12539                 add accelerators for the buttons (sync with main)
12540         * src/gtk/menu.c
12541                 fix typos
12542         * src/pixmaps/sylpheed_icon.xpm
12543                 updated
12544
12545 2005-07-13 [paul]       1.9.12cvs46
12546
12547         * src/plugins/pgpmime/pgpmime.c
12548         * src/plugins/pgpmime/sgpgme.c
12549                 (temporarily) use deprecated gpgme_data_rewind()
12550                 while largefile support is not present
12551                 (as suggested by Colin)
12552
12553 2005-07-13 [paul]       1.9.12cvs45
12554
12555         * configure.ac
12556                 remove large file support (for now):
12557                 it breaks too many things
12558
12559 2005-07-13 [paul]       1.9.12cvs44
12560
12561         * configure.ac
12562                 add large file support
12563         * src/html.c
12564                 fix bug #763 where href attribute was not
12565                 the very first attribute of a link
12566                 patch by Thomas Gilgin
12567
12568 2005-07-13 [colin]      1.9.12cvs43
12569
12570         * src/gtk/pluginwindow.c
12571                 Little portability fix
12572
12573 2005-07-13 [colin]      1.9.12cvs42
12574
12575         * src/plugins/pgpmime/sgpgme.c
12576                 Fix crasher.
12577
12578 2005-07-13 [colin]      1.9.12cvs41
12579
12580         * src/plugins/pgpmime/pgpmime.c
12581         * src/plugins/pgpmime/sgpgme.c
12582                 Use gpgme_data_release_and_get_mem instead
12583                 of gpgme_data_read.
12584
12585 2005-07-13 [colin]      1.9.12cvs40
12586
12587         * configure.ac
12588         * src/plugins/pgpmime/passphrase.c
12589         * src/plugins/pgpmime/passphrase.h
12590         * src/plugins/pgpmime/pgpmime.c
12591         * src/plugins/pgpmime/plugin.c
12592         * src/plugins/pgpmime/select-keys.c
12593         * src/plugins/pgpmime/select-keys.h
12594         * src/plugins/pgpmime/sgpgme.c
12595         * src/plugins/pgpmime/sgpgme.h
12596                 Port pgpmime to gpgme-1.0.
12597
12598 2005-07-12 [paul]       1.9.12cvs39
12599
12600         * AUTHORS
12601         * src/toolbar.c
12602         * src/toolbar.h
12603                 add a 'Go to Prev' button to the toolbar.
12604                 correct tooltip text of go to buttons.
12605                 based on patch by Yang Guilong <bamanzi@gmail.com>
12606
12607 2005-07-12 [colin]      1.9.12cvs38
12608
12609         * src/statusbar.c
12610                 Fix progress bar showing stuff at startup.
12611
12612 2005-07-12 [paul]       1.9.12cvs37
12613
12614         * src/editjpilot.c
12615                 fix building with jpilot support
12616
12617 2005-07-11 [colin]      1.9.12cvs36
12618
12619         * src/inc.c
12620                 Add visual indication that filtering is running
12621         * src/textview.c
12622                 Make {}[] uri delimiters
12623         * src/summaryview.c
12624                 Remove useless (and slow) calls
12625
12626 2005-07-11 [paul]       1.9.12cvs35
12627
12628         * src/plugins/clamav/clamav_plugin_gtk.c
12629         * src/plugins/dillo_viewer/dillo_prefs.c
12630         * src/plugins/pgpmime/prefs_gpg.c
12631         * src/plugins/spamassassin/spamassassin_gtk.c
12632                 gather plugins prefs together under their
12633                 own 'Plugins' heading
12634
12635 2005-07-11 [paul]       1.9.12cvs34
12636
12637         sync with main
12638
12639         * src/account.c
12640                 account_delete(): modified alert dialog
12641         * src/editjpilot.c
12642         * src/editvcard.c
12643                 fixed a crash when cancelling file selection
12644                 dialog by Escape key. Made non-ascii filename
12645                 selectable.
12646         * src/prefs_template.c
12647                 prefs_template_window_create(): make scrolled
12648                 window policy AUTOMATIC
12649
12650 2005-07-10 [hoa]        1.9.12cvs33
12651
12652         * src/etpan/imap-thread.c
12653                 workaround for old Courier IMAP servers.
12654
12655 2005-07-10 [colin]      1.9.12cvs32
12656
12657         * src/folder.c
12658         * src/statusbar.c
12659         * src/statusbar.h
12660                 Add visual progress indicator on filtering/processing
12661                 Factorize the progress bar code
12662         * src/imap.c
12663         * src/imap.h
12664         * src/etpan/imap-thread.c
12665                 Add a reference counter to avoid destroying the Folder
12666                 while it's in use by another callback.
12667
12668 2005-07-09 [hoa]        1.9.12cvs31
12669
12670         * src/imap.c
12671         * src/etpan/imap-thread.c
12672                 fixed deadlock when removing IMAP account.
12673
12674 2005-07-08 [colin]      1.9.12cvs30
12675
12676         * src/textview.c
12677         * src/unmime.c
12678                 Fix again problems decoding broken headers
12679         * src/gtk/inputdialog.c
12680                 Fix local variable shadowing a global one
12681
12682 2005-07-08 [colin]      1.9.12cvs29
12683
12684         * src/msgcache.c
12685                 Make the cache/mark files platform-agnostic by writing
12686                 them in little-endian format. Reading them is also done
12687                 in little-endian format, of course; however, in order
12688                 to avoid trashing mark data on big-endian machines, the
12689                 files are, at first, read from the native format if the
12690                 little-endian one doesn't exist. This is easy to deter-
12691                 mine by trying to open a file with a swapped data_ver
12692                 and seeing if it's the wanted version.
12693                 Little-endian using users should see absolutely no
12694                 difference, Big-endian users may get a very little
12695                 performance drop due to byte-swapping.
12696                 Tested on i386 and ppc32. 
12697                 Fixes bug #159 (The index file, in the mailboxes, is 
12698                 hardware depending).
12699
12700                 To have the cache/mark files updated to the new little-
12701                 endian format, "Check for new messages" or even
12702                 "Rebuild folder tree" aren't enough. Files will be
12703                 updated as soon as a folder has been opened/closed.
12704                 To update everything, just select all folders by
12705                 selecting them one by one.
12706
12707 2005-07-07 [colin]      1.9.12cvs28
12708
12709         * src/imap.c
12710                 Remember the folder separator per IMAPFolder
12711                 instead of globally.
12712                 Revive the Session on noop; fixes bug #761
12713                 (mark a bunch of unread messages as read takes 
12714                 forever)
12715
12716 2005-07-07 [darko]      1.9.12cvs27
12717
12718         * src/common/template.c
12719                 Sort templates alphabetically
12720
12721 2005-07-06 [colin]      1.9.12cvs26
12722
12723         * src/imap.c
12724                 Try to use the correct separator in
12725                 most cases. Possibly fixes bug #759
12726                 (only creates the INBOX folder when 
12727                 setting up new IMAP account) and 
12728                 bug #760 (Can't retrieve messages)
12729
12730 2005-07-06 [colin]      1.9.12cvs25
12731
12732         * src/imap.c
12733                 Use real_path in status command. This will
12734                 help later, when namespaces will be used.
12735
12736 2005-07-06 [colin]      1.9.12cvs24
12737
12738         * configure.ac
12739         * src/account.c
12740         * src/folder.c
12741         * src/imap.c
12742         * src/etpan/etpan-log.c
12743         * src/etpan/etpan-thread-manager.c
12744         * src/etpan/imap-thread.c
12745                 Add a --disable-libetpan parameter. With this,
12746                 users that don't want IMAP4 support can avoid
12747                 the new dependancy (and have no IMAP support).
12748                 Users that have IMAP4 accounts and use this
12749                 parameter won't lose their configuration, their
12750                 IMAP accounts will just be invisible and not
12751                 used.
12752         * src/textview.c
12753                 Make the "Copy ..." contextual menu items 
12754                 copy to both the X clipboard and the gtk 
12755                 clipboard - as most other apps do.
12756         * src/gtk/about.c
12757                 Add a notice about OpenSSL usage, in order to
12758                 comply with OpenSSL's license (point 6):
12759                 http://www.openssl.org/source/license.html
12760
12761 2005-07-06 [colin]      1.9.12cvs23
12762
12763         * src/alertpanel.c
12764                 Fix a minimum size for alertpanels
12765         * src/compose.c
12766                 Show 'No space left on device' type errors
12767                 when queuing/sending
12768         * src/imap_gtk.c
12769         * src/mh_gtk.c
12770                 Rework folder's deletion message (remove 
12771                 extra \n)
12772
12773 2005-07-05 [colin]      1.9.12cvs22
12774
12775         * src/imap.c
12776                 Add an alertpanel on auth error
12777                 Add pseudo-log
12778                 Remove pthread-related stuff
12779
12780 2005-07-05 [colin]      1.9.12cvs21
12781
12782         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12783                 Fix crash on plugin reloading (with a hack)
12784
12785 2005-07-05 [colin]      1.9.12cvs20
12786
12787         * src/prefs_account.c
12788         * src/prefs_account.h
12789                 Fix typo
12790         * src/gtk/filesel.c
12791         * src/gtk/filesel.h
12792                 Add a way to filter the view
12793         * src/gtk/pluginwindow.c
12794                 Filter loadable stuff
12795         * src/plugins/pgpmime/prefs_gpg.c
12796                 Fix missing unregistration
12797         * .cvsignore
12798         * src/etpan/.cvsignore
12799         * src/plugins/spamassassin/.cvsignore
12800                 Add more stuff to cvs ignored files
12801
12802 2005-07-04 [colin]      1.9.12cvs19
12803
12804         * src/imap.c
12805                 Fix scan_required returning FALSE when it
12806                 shouldn't. Maybe fix #760 (Can't retrieve
12807                 messages)
12808
12809 2005-07-04 [colin]      1.9.12cvs18
12810
12811         * src/summaryview.c
12812                 Fix always_show_msg pref
12813
12814 2005-07-04 [paul]       1.9.12cvs17
12815
12816         sync with main (forgotten in last commit)
12817         
12818         * src/common/utils.c
12819         * src/common/utils.h
12820                 check_line_length(): new.
12821                 is_dir_exist()
12822                 is_file_entry_exist()
12823                 dirent_is_regular_file()
12824                 dirent_is_directory(): use g_file_test() instead of stat().
12825
12826 2005-07-04 [paul]       1.9.12cvs16
12827
12828         sync with main:
12829
12830         * src/compose.c
12831                 compose_write_to_file(): check for line
12832                 length limit and display warning if exceeds
12833         * src/jpilot.c
12834                 use get_home_dir() instead of g_get_home_dir()
12835         * src/procheader.c
12836                 removed warning about invalid date
12837         * src/vcard.c
12838                 use get_home_dir() instead of g_get_home_dir()
12839
12840 2005-07-04 [paul]       1.9.12cvs15
12841
12842         * src/stock_pixmap.c
12843                 fix new pixmap naming errors
12844                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
12845
12846 2005-07-04 [colin]      1.9.12cvs14
12847
12848         * src/imap.c
12849                 Fix debugging string with a warning
12850
12851 2005-07-04 [colin]      1.9.12cvs13
12852
12853         * configure.ac
12854                 Add a check for libetpan's version (>= 0.37)
12855
12856 2005-07-04 [hoa]        1.9.12cvs12
12857
12858         * commitHelper
12859         * src/imap.c
12860         * src/etpan/imap-thread.c
12861         * src/etpan/imap-thread.h
12862                 fixed IMAP implementation of check of mails.
12863
12864 2005-07-03 [hoa]        1.9.12cvs11
12865
12866         * src/etpan/Makefile.am
12867         * src/etpan/etpan-errors.h
12868         * src/etpan/etpan-log.[ch]
12869         * src/etpan/etpan-thread-manager-types.h
12870         * src/etpan/etpan-thread-manager.[ch]
12871         * src/etpan/imap-thread.[ch]
12872         * src/Makefile.am
12873         * src/imap.c
12874         * src/main.c
12875         * src/prefs_other.c
12876         * configure.ac
12877             merged imap branch.
12878             dependency on libetpan 0.37 is now added.
12879
12880 2005-07-01 [colin]      1.9.12cvs10
12881
12882         * src/Makefile.am
12883         * src/folder.c
12884         * src/folder.h
12885         * src/folderview.c
12886         * src/stock_pixmap.c
12887         * src/stock_pixmap.h
12888         * src/plugins/trayicon/trayicon.c
12889                 Add marked symbol on folders containing
12890                 marked messages
12891         * src/procmsg.c
12892         * src/procmsg.h
12893         * src/toolbar.c
12894         * src/prefs_common.c
12895         * src/prefs_common.h
12896         * src/prefs_send.c
12897                 Add an optional confirmation dialog on queue
12898                 sending. Patch by wwp.
12899         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
12900         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
12901         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
12902         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
12903         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
12904         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
12905         * src/pixmaps/inbox_mark.xpm            ** ADDED **
12906         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
12907         * src/pixmaps/outbox_mark.xpm           ** ADDED **
12908         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
12909         * src/pixmaps/trash_mark.xpm            ** ADDED **
12910                 New pixmaps
12911
12912 2005-07-01 [colin]      1.9.12cvs9
12913
12914         * src/summaryview.c
12915                 Fix a little threading bug
12916         * src/addrgather.c
12917         * src/mainwindow.c
12918                 A little bit of HIG normality never hurts
12919
12920 2005-07-01 [colin]      1.9.12cvs8
12921
12922         * src/compose.c
12923         * src/msgcache.c
12924         * src/pop.c
12925         * src/procmime.c
12926         * src/recv.c
12927         * src/common/log.c
12928         * src/common/template.c
12929         * src/common/utils.c
12930         * src/common/utils.h
12931                 Reverted the fwrite_atomic stuff. In fact
12932                 it is already atomic.
12933
12934 2005-06-30 [colin]      1.9.12cvs7
12935
12936         * src/common/utils.c
12937         * src/common/utils.h
12938                 Add an fwrite_atomic() function to make
12939                 sure we write everything: fwrite can make
12940                 short writes.
12941         * src/compose.c
12942         * src/msgcache.c
12943         * src/pop.c
12944         * src/procmime.c
12945         * src/recv.c
12946         * src/common/log.c
12947         * src/common/template.c
12948                 Use that (and fix swapping of size and nmemb).
12949                 Thanks to Rich Coe for the heads up.
12950
12951 2005-06-30 [colin]      1.9.12cvs6
12952
12953         * src/addressbook.c
12954                 Optimize addressbook opening 
12955
12956 2005-06-30 [colin]      1.9.12cvs5
12957
12958         * src/summaryview.c
12959                 Remove calls to summary_step after move/copy
12960
12961 2005-06-28 [paul]       1.9.12cvs4
12962
12963         * src/alertpanel.c
12964                 wrap and make the error msg selectable
12965
12966 2005-06-28 [paul]       1.9.12cvs3
12967
12968         * src/ssl_manager.c
12969                 replace the OK button with a Close button
12970         * src/gtk/foldersort.c
12971                 use GTK_STOCK_ icons/buttons
12972
12973 2005-06-28 [colin]      1.9.12cvs2
12974
12975         * src/gedit-print.c             ** ADDED **
12976         * src/gedit-print.h             ** ADDED **
12977         * src/gtk/gtksourceprintjob.c   ** ADDED **
12978         * src/gtk/gtksourceprintjob.h   ** ADDED **
12979                 I can't believe no one had enough time to tell
12980                 me I forgot the `cvs add`
12981
12982 2005-06-27 [colin]      1.9.12cvs1
12983
12984         * src/Makefile.am
12985         * src/gtk/Makefile.am
12986         * src/messageview.c
12987         * src/procmsg.c
12988         * src/summaryview.c
12989         * configure.ac
12990                 Add optional libgnomeprint-based printing
12991         * src/mainwindow.c
12992         * src/gtk/quicksearch.c
12993                 Add an Edit/Quick search menu item to show
12994                 and focus the quicksearch
12995
12996 2005-06-27 [paul]       1.9.12
12997
12998         1.9.12 release
12999
13000         * po/ca.po
13001         * po/de.po
13002         * po/es.po
13003         * po/fr.po
13004         * po/it.po
13005         * po/ko.po
13006         * po/pt_BR.po
13007         * po/sk.po
13008         * po/zh_CN.po
13009                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
13010                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
13011                 SungHyun Nam, Frederico Goncalves Guimaraes,
13012                 Andrej Kacian, and Yang Guilong
13013 2005-06-26 [colin]      1.9.11cvs106
13014
13015         * src/imap_gtk.c
13016                 Forgot one file for previous fix
13017
13018 2005-06-26 [colin]      1.9.11cvs105
13019
13020         * src/folder.c
13021         * src/imap.c
13022                 Fix problems with folder operations in no_select
13023                 imap folders. it applies only to mails, and 
13024                 creation/deletion/move/renaming of folders 
13025                 should be possible
13026
13027 2005-06-26 [paul]       1.9.11cvs104
13028
13029         * src/prefs_filtering.c
13030                 replace one more GTK_STOCK_REMOVE
13031                 with GTK_STOCK_DELETE
13032
13033 2005-06-25 [colin]      1.9.11cvs103
13034
13035         * src/imap.c
13036                 Optimize get_seq_set_from_seq_list
13037                 (Patch by Ricardo) 
13038
13039 2005-06-25 [colin]      1.9.11cvs102
13040
13041         * src/mh.c
13042                 If the directory exists, but not in the
13043                 correct encoding, rename it. This should
13044                 handle old-versions-induced bugs.
13045
13046 2005-06-25 [colin]      1.9.11cvs101
13047
13048         * src/mh.c
13049                 Fix path access with extended dir names
13050                 Fixes bug #589 (SC segfaults with wrong locale
13051                 settings)
13052
13053 2005-06-25 [colin]      1.9.11cvs100
13054
13055         * src/prefs_account.c
13056         * src/prefs_account.h
13057         * src/compose.c
13058                 Add an option to encrypt replies to
13059                 encrypted messages
13060
13061 2005-06-25 [colin]      1.9.11cvs99
13062
13063         * src/compose.c
13064         * src/quote_fmt_parse.y
13065                 ... And make it work with pgpinline.
13066
13067 2005-06-25 [colin]      1.9.11cvs98
13068
13069         * src/compose.c
13070         * src/procmime.c
13071         * src/procmime.h
13072         * src/quote_fmt_parse.y
13073                 o Make reedition of encrypted messages possible
13074                   (as long as it is encrypted to self too, no
13075                    magic there)
13076                 o Make replying with quote (and without selecting
13077                   text) possible for encrypted messages.
13078                 Closes bug #550 (Not possible to "reply with quote"
13079                 to gnupg encrypted messages)
13080
13081 2005-06-24 [paul]       1.9.11cvs97
13082
13083         * src/imap.c
13084                 add missing include
13085
13086 2005-06-24 [paul]       1.9.11cvs96
13087
13088         * src/editldap.c
13089                 made bind password entry invisible
13090                 (sync with main)
13091         * src/send_message.c
13092                 send_message_local(): check exit status
13093                 to detect errors (sync with main)
13094         * src/textview.c
13095                 use main's less ambiguous popup menu
13096                 wording
13097
13098 2005-06-24 [paul]       1.9.11cvs95
13099
13100         * src/prefs_actions.c
13101         * src/prefs_customheader.c
13102         * src/prefs_display_header.c
13103         * src/prefs_filtering_action.c
13104         * src/prefs_matcher.c
13105         * src/prefs_template.c
13106         * src/prefs_toolbar.c
13107                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
13108         * src/gtk/description_window.c
13109                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
13110
13111 2005-06-23 [colin]      1.9.11cvs94
13112
13113         * src/summaryview.c
13114                 Fix rough edges (be sure to call status_show whenever
13115                 necessary).
13116
13117 2005-06-23 [colin]      1.9.11cvs93
13118
13119         * src/summaryview.c
13120                 Optimize Select All
13121                 Before, in a 5K mails folder: 11s
13122                 After, in the same folder: 58000µs
13123                 The joys of locking... gtk_clist_select_all() fires a 
13124                 tree-select-row event for each selected row, which in 
13125                 summaryview, callbacks summary_selected which in turn,
13126                 calls summary_status_show, which walks the selected
13127                 rows. Hence, calling gtk_clist_select_all was 
13128                 exponential. Locking the summaryview makes 
13129                 summary_selected return early.
13130
13131 2005-06-23 [colin]      1.9.11cvs92
13132
13133         * src/imap.c
13134                 Move mutex at the important place to avoid
13135                 deadlocks
13136         * src/summaryview.c
13137                 Fix Del key deleting directly instead of
13138                 moving to trash
13139
13140 2005-06-22 [colin]      1.9.11cvs91
13141
13142         * src/plugins/spamassassin/libspamc.c
13143                 As we do spagetti code with assignations in multiple
13144                 places (see _message_read_raw where out = msg = raw),
13145                 let's be sure we don't free the same pointer twice.
13146                 Should fix bug #683 (Crash in libpam at 
13147                 message_cleanup).
13148
13149 2005-06-22 [colin]      1.9.11cvs90
13150
13151         * src/compose.c
13152         * src/messageview.c
13153         * src/toolbar.c
13154                 Make toolbar's delete use the move to trash stuff;
13155                 Add gtk_widget_realize to be sure pixmaps can get
13156                 created (that may fix an old worksforme bug which
13157                 I can't find back...)
13158
13159 2005-06-22 [colin]      1.9.11cvs89
13160
13161         * src/summaryview.c
13162         * src/summaryview.h
13163         * src/mainwindow.c
13164                 Rename "Message/Delete" to "Message/Move to trash"
13165                 Add "Message/Delete..." that directly destroys the
13166                 selected messages after asking for a confirmation.
13167
13168 2005-06-22 [colin]      1.9.11cvs88
13169
13170         * src/imap.c
13171                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
13172                 o Fix a deadlock (thanks Darko)
13173
13174 2005-06-22 [colin]      1.9.11cvs87
13175
13176         * src/gtk/foldersort.c
13177                 Add missing include for the i18n;
13178                 patch by Fabien Vantard
13179
13180 2005-06-21 [colin]      1.9.11cvs86
13181
13182         * src/folder.c
13183         * src/folderview.c
13184                 Respect the no_select flag
13185         * src/imap.c
13186                 Fix recursive deletion
13187         * src/imap_gtk.c
13188         * src/mh_gtk.c
13189                 Make the folder deletion's warning
13190                 more explicit
13191
13192 2005-06-21 [colin]      1.9.11cvs85
13193
13194         * src/textview.c
13195                 Prevent email addresses from spanning accross
13196                 lines - fixes bug # 646 (newline-chars in 
13197                 email addresses)
13198
13199 2005-06-20 [colin]      1.9.11cvs84
13200
13201         * src/folder.c
13202                 Be sure not to remove source if copy failed
13203
13204 2005-06-20 [colin]      1.9.11cvs83
13205
13206         * src/folderview.c
13207         * src/imap_gtk.c
13208                 remove summaryview's lock
13209         * src/imap.c
13210                 introduce threads to avoid problems when foreground tasks
13211                 interfere with background tasks
13212         * src/mh.c
13213                 prevent moving to drafts/queue
13214         * src/mimeview.c
13215                 fix leak
13216
13217 2005-06-19 [colin]      1.9.11cvs82
13218
13219         * src/imap_gtk.c
13220                 Remember that the user doesn't want to override
13221                 offline mode, for 3 seconds. It avoid presenting
13222                 him with N popups in a really short time.
13223
13224 2005-06-17 [colin]      1.9.11cvs81
13225
13226         * src/imap.c
13227                 Fix IMAP breaking on folders containing '('
13228                 (Probably won't be enough)
13229
13230 2005-06-17 [colin]      1.9.11cvs80
13231
13232         Forgotten files on 1.9.11cvs79
13233         * src/summaryview.c
13234                 Fix stepping when not immediately executing
13235         * src/imap.c
13236                 Really prevent UID FETCH 0
13237         * src/codeconv.c
13238                 Fix outgoing charset never set to utf-8
13239         * src/mh.c
13240                 Fix leak
13241
13242 2005-06-16 [colin]      1.9.11cvs79
13243
13244         * src/compose.c
13245                 Fix bug #707 (Dash splits rows)
13246                 Only wrap if we're on a line break position and
13247                 the previous one was a "white" (space) char.
13248                 Pango stuff is weird.
13249
13250 2005-06-16 [colin]      1.9.11cvs78
13251
13252         * src/imap_gtk.c
13253                 Lock summaryview while downloading messages
13254                 on user demand
13255         * src/procheader.c
13256         * src/unmime.c
13257         * src/common/utils.c
13258         * src/common/utils.h
13259                 Replace \r and \n with spaces in From and
13260                 Subject headers
13261
13262 2005-06-16 [paul]       1.9.11cvs77
13263
13264         * src/procmime.c
13265                 liberalise the mime parser
13266         * src/gtk/about.c
13267                 add text wrapping
13268
13269 2005-06-16 [paul]       1.9.11cvs76
13270
13271         * src/gtk/about.c
13272                 reworked
13273
13274 2005-06-15 [colin]      1.9.11cvs75
13275
13276         * src/compose.c
13277                 Finish header encoding fix
13278         * src/summaryview.c
13279                 Fix segfault
13280         * src/headerview.c
13281                 Fix compilation (Thanks Stephan
13282                 Sachse)
13283
13284 2005-06-15 [colin]      1.9.11cvs74
13285
13286         * Makefile.am
13287                 Install gnome2 stuff rather than gnome1, 
13288                 if both are present
13289         * src/codeconv.c
13290         * src/codeconv.h
13291         * src/compose.c
13292                 Fix headers encoding
13293         * src/folder.c
13294                 Visual progress when fetching all messages
13295         * src/folderview.c
13296         * src/summaryview.c
13297         * src/summaryview.h
13298                 Prevent changing current message while
13299                 incorporating
13300
13301 2005-06-15 [paul]       1.9.11cvs73
13302
13303         * src/gtk/gtkaspell.c
13304         * src/gtk/gtkaspell.h
13305                 fix build warnings
13306
13307 2005-06-15 [paul]       1.9.11cvs72
13308
13309         * src/prefs_filtering.c
13310                 allow reordering of filter rules by
13311                 drag n drop
13312
13313 2005-06-15 [paul]       1.9.11cvs71
13314
13315         * COPYING
13316                 updated
13317         * src/codeconv.c
13318                 replace deprecated function
13319         * src/inc.c
13320         * src/send_message.c
13321         * src/gtk/progressdialog.c
13322         * src/gtk/progressdialog.h
13323                 salvage and reuse parts of reverted sync
13324
13325 2005-06-15 [paul]       1.9.11cvs70
13326
13327         * src/inc.c
13328         * src/send_message.c
13329         * src/gtk/progressdialog.c
13330         * src/gtk/progressdialog.h
13331                 revert yesterday's sync with main
13332                 it contains deprecated functions
13333
13334 2005-06-15 [colin]      1.9.11cvs69
13335
13336         * src/headerview.c
13337                 Fix bug #670 (multi user to: will corrupt message 
13338                 headers display)
13339
13340 2005-06-15 [colin]      1.9.11cvs68
13341
13342         * src/compose.c
13343                 Fix bug #421 (Fix undo on wrapping)
13344
13345 2005-06-15 [colin]      1.9.11cvs67
13346
13347         * src/folder.c
13348                 Provide visual feedback while processing
13349                 folder's rules.
13350         * src/imap.c
13351                 Provide visual feedback while getting
13352                 short headers (for uncached messages)
13353
13354
13355 2005-06-14 [paul]       1.9.11cvs66
13356
13357         * src/account.c
13358                 change a couple stock icons
13359         * src/inc.c
13360         * src/send_message.c
13361         * src/gtk/progressdialog.c
13362         * src/gtk/progressdialog.h
13363                 sync main's GtkTreeView implementation
13364
13365 2005-06-14 [colin]      1.9.11cvs65
13366
13367         * src/imap.c
13368                 Various little fixes, mainly on error paths
13369
13370 2005-06-13 [colin]      1.9.11cvs64
13371
13372         * matcher.c
13373         * procmsg.c
13374         * procmsg.h
13375                 Add a way to fetch only headers. This speeds
13376                 up filtering on headers for IMAP. Fixes:
13377                 bug #481 extraneous imap commands slow down 
13378                         imap filtering
13379                 bug #522 Sylpheed downloads all messages 
13380                         when opening mailbox (IMAP)
13381                 bug #677 IMAP fetch is soooooooooooooo slow
13382         * src/folder.c
13383         * src/folder.h
13384                 Add a folder set_batch method so that
13385                 implementations can speed up flags changes
13386         * src/folderutils.c
13387         * src/summaryview.c
13388                 Use that in mark as (un)read and mark all read
13389                 Refix bug #679
13390         * src/imap.c
13391                 Implement set_batch - brings back deferred
13392                 flags in a less buggy manner. Fixes:
13393                 bug #729 IMAP immediate expunge of deleted messages
13394                 bug #191 remove list of messages with one command
13395                 Fix login with strange chars
13396                 Implement fetch_msg_full
13397                 Fix copy (wrong counts)
13398
13399 2005-06-12 [colin]      1.9.11cvs63
13400
13401         * src/folder.c
13402                 lock incorporation during long operations.
13403                 Avoids fucking up the IMAP socket.
13404
13405 2005-06-12 [colin]      1.9.11cvs62
13406
13407         * src/imap.c
13408                 Fix harmful typo
13409                 Factorize remove_all_msg
13410                 Thread-ize expunge
13411         * src/summaryview.c
13412                 Don't update partial-download status if unnecessary
13413         * src/folder.c
13414                 Use remove_msgs everywhere possible
13415
13416 2005-06-12 [colin]      1.9.11cvs61
13417
13418         * src/folder.c
13419         * src/folder.h
13420                 Add a remove_msgs function to remove a 
13421                 list of messages
13422         * src/imap.c
13423                 Implement that.
13424
13425 2005-06-12 [colin]      1.9.11cvs60
13426
13427         * src/imap.c
13428                 Remove flags-processing deferring... Too hard
13429                 to get it to work in all cases.
13430
13431 2005-06-11 [colin]      1.9.11cvs59
13432
13433         * src/imap.c
13434                 printf -> debug_print
13435
13436 2005-06-11 [colin]      1.9.11cvs58
13437
13438         * src/imap.c
13439                 o Fix build without USE_PTHREAD
13440                 o Factorize imap_open
13441                 o Alertpanel in case of impossible connection
13442                 o Alertpanel in case of impossible login
13443                 o Fix deferred flags processing to force a 
13444                   flush before adding some more flags to process,
13445                   but in another folder.
13446
13447 2005-06-10 [colin]      1.9.11cvs57
13448
13449         * src/imap.c
13450                 o Fix a format string error
13451                 o init ssl socket outside of the thread 
13452                   (it possibly invokes gtk calls)
13453         * src/procmime.c
13454                 o Put back the buffer to its necessary size
13455                 o Fix changing a file pointer without keeping
13456                   track of it (thanks Valgrind)
13457         * src/common/smtp.c
13458                 o Fix automatic STARTTLS if login should be done
13459                   and the server only allows it after starting TLS
13460         * src/gtk/gtkinputdialog.c
13461                 o Eat GDK_Return so that the combo popup doesn't 
13462                   appear when we press Enter to validate the combo
13463                   input dialog (as seen in the Open with... dialog)
13464
13465 2005-06-10 [colin]      1.9.11cvs56
13466
13467         * src/imap.c
13468                 o A bit less debug
13469                 o Fix a crash on deletion
13470                 o Threadize imap_select (it's called outside of 
13471                   threads)
13472                 o Defer treatment of DELETED flags
13473
13474
13475 2005-06-09 [colin]      1.9.11cvs55
13476
13477         * src/imap.c
13478                 Make sure we check imap_gtk_should_override(), which
13479                 potentially calls gtk stuff, before creating thread.
13480                 That way it should't be called via imap_get_session()
13481                 inside a thread.
13482
13483 2005-06-09 [colin]      1.9.11cvs54
13484
13485         * src/imap.c
13486                 o add a bit of status output
13487                 o remove some dead code
13488                 o threadize get_list_of_uids
13489                 o threadize imap_get_flags
13490                 o defer flag changing by 500ms so that they
13491                   can be batched
13492
13493
13494 2005-06-08 [colin]      1.9.11cvs53
13495
13496         * src/imap.c
13497                 Thread-ize imap_cmd_fetch
13498
13499 2005-06-08 [colin]      1.9.11cvs52
13500
13501         * src/main.c
13502                 Mmh, that broke POP3...
13503
13504 2005-06-08 [colin]      1.9.11cvs51
13505
13506         * src/main.c
13507                 Stabilize IMAP patch (thanks to Hoa)
13508
13509 2005-06-08 [colin]      1.9.11cvs50
13510
13511         * src/imap.c
13512                 Test patch to speed up imap. 
13513
13514 2005-06-08 [colin]      1.9.11cvs49
13515
13516         * src/imap_gtk.c
13517                 Warning fix
13518         * src/procmime.c
13519                 Apply patch from gentoo to use /usr/share/mime/globs if 
13520                 available, after un-breaking it
13521         * src/common/log.c
13522         * src/common/log.h
13523                 Use g_timeout for invoking hooks that possibly use gtk
13524                 calls. This should leave gtk calls in the main thread.
13525
13526 2005-06-08 [paul]       1.9.11cvs48
13527
13528         * src/codeconv.c
13529                 conv_get_outgoing_charset_str(): don't
13530                 use prefs_common setting
13531         * src/compose.c
13532         * src/compose.h
13533                 add /Options/Character encoding/... to
13534                 temporarily change the outgoing encoding
13535
13536         (belated sync with main)
13537
13538 2005-06-08 [paul]       1.9.11cvs47
13539
13540         * src/compose.c
13541                 correction to/completion of last
13542                 sync with main
13543
13544 2005-06-08 [paul]       1.9.11cvs46
13545
13546         sync with main:
13547         
13548         * src/codeconv.c
13549         * src/codeconv.h
13550                 always enabled Japanese auto-detection
13551                 if the first letters of locale string
13552                 is "ja"
13553         * src/compose.c
13554                 don't use "destroy" signal to destroy
13555                 Compose object (fix rare crashes on discard?)
13556         * src/mainwindow.c
13557         * src/messageview.c
13558         * src/prefs_send.c
13559                 added Hebrew encodings
13560         * src/sourcewindow.c
13561                 don't use "destroy" signal to destroy
13562                 objects
13563
13564 2005-06-07 [colin]      1.9.11cvs45
13565
13566         * src/summaryview.c
13567                 Add missing unlocks/locks
13568
13569 2005-06-07 [paul]       1.9.11cvs44
13570
13571         * src/summaryview.c
13572                 restore bug #749 fix
13573
13574 2005-06-06 [colin]      1.9.11cvs43
13575
13576         * src/summaryview.c
13577                 Fix selection bug when prefs_common.open_unread 
13578                 is FALSE
13579
13580 2005-06-06 [colin]      1.9.11cvs42
13581
13582         * src/common/md5.c
13583                 Fix a warning
13584         * src/summaryview.c
13585         * src/folderview.c
13586                 Factorize long operations beginning and end
13587                 (locking, freezing/thawing, cursor, ...)
13588                 Check selection->data member in selection-
13589                 related loops; this avoids dying an awful
13590                 death if the selection changes on us while
13591                 we're marking a whole IMAP folder unread, 
13592                 for example.
13593
13594 2005-06-06 [paul]       1.9.11cvs41
13595
13596         * src/textview.c
13597                 don't g_free() a static gchar buffer
13598
13599 2005-06-05 [colin]      1.9.11cvs40
13600
13601         * src/mainwindow.c
13602         * src/messageview.c
13603         * src/summaryview.c
13604                 Fix bug #749 (Show all headers should be
13605                 sticky as the GUI suggests)
13606
13607 2005-06-03 [paul]       1.9.11cvs39
13608
13609         * src/compose.c
13610                 don't allow editing of mail while sending.
13611                 patch by Colin
13612
13613 2005-06-03 [paul]       1.9.11cvs38
13614
13615         * src/folderview.c
13616                 add a freeze/thaw to speed up 'mark all read'
13617
13618 2005-06-03 [paul]       1.9.11cvs37
13619
13620         * src/prefs_message.c
13621                 reflect changes immediately
13622
13623 2005-06-02 [colin]      1.9.11cvs36
13624
13625         * po/POTFILES.in
13626                 Patch by Fabien Vantard.
13627
13628 2005-06-02 [colin]      1.9.11cvs35
13629
13630         * src/imap.c
13631                 Use a non-blocking imap_getline() if possible.
13632                 This should completely prevent the interface
13633                 from freezin on imap operations, although it
13634                 may do strange stuff in case of folder switching
13635                 while a big imap operation is taking place...
13636
13637                 In addition, fix a leak in the case thread
13638                 creation fails on connection.
13639
13640 2005-06-02 [colin]      1.9.11cvs34
13641
13642         * src/crash.c
13643         * src/prefs_common.h
13644                 Fix build (prefs_common_init() doesn't exist
13645                 anymore)
13646
13647 2005-06-02 [colin]      1.9.11cvs33
13648
13649         * src/prefs_account.c
13650                 Fix bug #245 (filtering rules broken when
13651                 renaming a remote account (imap4 or nntp)
13652
13653 2005-06-02 [colin]      1.9.11cvs32
13654
13655         * src/imap.c
13656                 Try to fix IMAP shortcomings: 
13657                 o Multithread imap_open()
13658                 o allow offline-mode overriding instead of
13659                   just returning NULL
13660         * src/imap_gtk.c
13661         * src/imap_gtk.h
13662                 Add a function to ask whether we want to
13663                 override offline-mode for 10 minutes (one-shot
13664                 asking was painful)
13665         * src/procheader.c
13666                 Fix segfault when imap parser isn't happy about
13667                 a missing {
13668
13669 2005-06-01 [colin]      1.9.11cvs31
13670
13671         * src/addrharvest.c
13672         * src/compose.c
13673         * src/mbox.c
13674         * src/mbox.h
13675         * src/mh.c
13676         * src/msgcache.c
13677         * src/send_message.c
13678         * src/setup.c
13679         * src/undo.c
13680         * src/common/hooks.c
13681         * src/common/prefs.c
13682         * src/common/template.c
13683         * src/common/utils.c
13684         * src/gtk/gtkutils.c
13685         * src/gtk/inputdialog.c
13686         * src/gtk/menu.c
13687         * src/gtk/pluginwindow.c
13688         * src/gtk/prefswindow.c
13689         * src/plugins/pgpmime/passphrase.c
13690         * src/plugins/pgpmime/prefs_gpg.c
13691                 More -Wall fixes
13692
13693         * src/common/Makefile.am
13694         * src/common/timing.h
13695                 Add basic timing code
13696
13697         * src/summaryview.c
13698                 Fix a bug with unread messages when 
13699                 re-sorting folders, and by the way
13700                 fix a big performance hit when 
13701                 re-sorting (10k mails: before 5s,
13702                 after .5s)
13703
13704         * src/prefs_compose_writing.c
13705         * src/prefs_compose_writing.h
13706         * src/prefs_message.c
13707         * src/prefs_message.h
13708         * src/prefs_other.c
13709         * src/prefs_other.h
13710         * src/prefs_quote.c
13711         * src/prefs_quote.h
13712         * src/prefs_receive.c
13713         * src/prefs_receive.h
13714         * src/prefs_send.c
13715         * src/prefs_send.h
13716         * src/prefs_summaries.c
13717         * src/prefs_summaries.h
13718                 Fix copyright banner
13719
13720 2005-06-01 [paul]       1.9.11cvs30
13721
13722         * po/fi.po
13723                 updated by Flammie Pirinen
13724         * src/procmime.c
13725                 fix 'Bad BASE64 content' output
13726
13727 2005-05-31 [colin]      1.9.11cvs29
13728
13729         * src/procmime.c
13730                 Oops, where did my hunk go.
13731
13732 2005-05-31 [colin]      1.9.11cvs28
13733
13734         * src/Makefile.am
13735         * src/account.c
13736         * src/action.c
13737         * src/addr_compl.c
13738         * src/addressbook.c
13739         * src/codeconv.c
13740         * src/compose.c
13741         * src/export.c
13742         * src/folder.c
13743         * src/folderview.c
13744         * src/image_viewer.c
13745         * src/main.c
13746         * src/mainwindow.c
13747         * src/messageview.c
13748         * src/mimeview.c
13749         * src/msgcache.c
13750         * src/prefs_account.c
13751         * src/prefs_actions.c
13752         * src/prefs_common.c
13753         * src/prefs_compose_writing.c
13754         * src/prefs_customheader.c
13755         * src/prefs_ext_prog.c
13756         * src/prefs_filtering.c
13757         * src/prefs_filtering_action.c
13758         * src/prefs_fonts.c
13759         * src/prefs_image_viewer.c
13760         * src/prefs_message.c
13761         * src/prefs_message.h
13762         * src/prefs_msg_colors.c
13763         * src/prefs_other.c
13764         * src/prefs_other.h
13765         * src/prefs_quote.c
13766         * src/prefs_receive.c
13767         * src/prefs_receive.h
13768         * src/prefs_send.c
13769         * src/prefs_send.h
13770         * src/prefs_spelling.c
13771         * src/prefs_summaries.c
13772         * src/prefs_summary_column.c
13773         * src/prefs_template.c
13774         * src/prefs_themes.c
13775         * src/prefs_toolbar.c
13776         * src/prefs_wrapping.c
13777         * src/procmime.c
13778         * src/procmsg.c
13779         * src/send_message.h
13780         * src/ssl_manager.c
13781         * src/summary_search.c
13782         * src/summaryview.c
13783         * src/textview.c
13784         * src/wizard.c
13785         * src/common/smtp.c
13786         * src/common/smtp.h
13787         * src/gtk/gtkutils.h
13788                 o Move the rest of Common prefs to new style
13789                 o Lots of -Wall warning fixes
13790                 o fix FIXME in cache memusage calculation
13791                 o Let return receipts be sent from any account
13792                 o Little cache optimisation (read)
13793                 o Fix bug #746 (don't treat commas as separators
13794                   when inside a quoted string)
13795
13796 2005-05-31 [paul]       1.9.11cvs27
13797
13798         * src/prefs_common.c
13799                 fix 'off-by-one' typo
13800
13801 2005-05-31 [paul]       1.9.11cvs26
13802
13803         * src/account.c
13804         * src/addr_compl.c
13805         * src/compose.c
13806         * src/foldersel.c
13807         * src/prefs_actions.c
13808         * src/prefs_common.c
13809         * src/prefs_common.h
13810         * src/prefs_customheader.c
13811         * src/prefs_display_header.c
13812         * src/prefs_filtering.c
13813         * src/prefs_filtering_action.c
13814         * src/prefs_matcher.c
13815         * src/prefs_summaries.c
13816         * src/prefs_summary_column.c
13817         * src/prefs_template.c
13818         * src/prefs_toolbar.c
13819         * src/ssl_manager.c
13820         * src/gtk/pluginwindow.c
13821         * src/gtk/prefswindow.c
13822         * src/gtk/progressdialog.c
13823                 add hidden prefs 'enable_rules_hint'
13824                 for gtk_tree_view_set_rules_hint()
13825                 (sync with main)
13826                 
13827
13828 2005-05-31 [colin]      1.9.11cvs25
13829
13830         * src/Makefile.am
13831         * src/main.c
13832         * src/prefs_common.c
13833         * src/prefs_summaries.c ** ADDED **
13834         * src/prefs_summaries.h ** ADDED **
13835                 Common/Display -> Display/Summaries
13836
13837 2005-05-31 [colin]      1.9.11cvs24
13838
13839         * src/Makefile.am
13840         * src/main.c
13841         * src/prefs_quote.c ** ADDED **
13842         * src/prefs_quote.h ** ADDED **
13843                 Move Common/Quote to Compose/Quoting
13844         * src/prefs_common.c
13845         * src/prefs_common.h
13846                 Remove old quote stuff, add
13847                 convenience functions for GtkTextView prefs
13848         * src/gtk/prefswindow.c
13849                 Set default height higher
13850
13851 2005-05-30 [colin]      1.9.11cvs23
13852
13853         * src/Makefile.am
13854         * src/main.c
13855         * src/prefs_common.c
13856         * src/prefs_compose_writing.c ** ADDED **
13857         * src/prefs_compose_writing.h ** ADDED **
13858                 Move Common/Compose prefs to Compose/Writing
13859
13860 2005-05-30 [colin]      1.9.11cvs22
13861
13862         * src/common/utils.c
13863                 Fix bug #651 (Confused Attract by Subject)
13864                 Patch by M. Benkmann <haferfrost@web.de>
13865         * AUTHORS
13866
13867 2005-05-30 [colin]      1.9.11cvs21
13868
13869         * src/compose.c
13870                 Fix concatenation of different headers of
13871                 the same type (bug #645)
13872         * src/prefs_folder_item.c
13873                 Fix bug #699 (setting color to black doesn't
13874                 work immediately)
13875         * src/procmime.c
13876                 Print out decoding error only once per
13877                 block
13878
13879 2005-05-30 [paul]       1.9.11cvs20
13880
13881         * src/common/template.c
13882                 fix Bcc
13883
13884 2005-05-30 [paul]       1.9.11cvs19
13885
13886         * doc/src/rfc2368.txt   **NEW FILE**
13887         * src/compose.c
13888                 compose_entries_set(): don't interpret Bcc
13889                 header field (conform to RFC 2368)
13890                 (sync with main)
13891
13892 2005-05-29 [colin]      1.9.11cvs18
13893
13894         * src/prefs_common.c
13895                 Let the default reply format respect
13896                 netiquette by cutting the signature.
13897
13898 2005-05-29 [colin]      1.9.11cvs17
13899
13900         * src/summaryview.c
13901                 Don't let always_show_msg override
13902                 open_unread_on_enter when opening a new
13903                 directory.
13904
13905 2005-05-27 [paul]       1.9.11cvs16
13906
13907         sync with main:
13908
13909         * src/main.c
13910                 app_will_exit(): cleanup tmp directory when exit
13911         * src/message_search.c
13912                 improved the interface and made code cleanup.
13913                 removed Clear button
13914         * src/send_message.c
13915                 send_message_local(): use GSpawn, and detect errors
13916         * src/summary_search.c
13917                 improved the interface and made code cleanup
13918         * src/textview.c
13919                 textview_write_link(): also skip non-ascii space
13920                  at the head of link strings (phishing check
13921                  didn't work at the case)
13922         * src/common/utils.c
13923                 get_command_output(): use g_spawn_command_line_sync()
13924                 instead of popen()
13925
13926 2005-05-26 [colin]      1.9.11cvs15
13927
13928         * src/folder.c
13929                 remove printf
13930
13931 2005-05-26 [colin]      1.9.11cvs14
13932
13933         * src/common/nntp.c
13934                 Fix nntp mode reader (bug #611)
13935                 Patch by Florian Mickler <florian@mickler.org>
13936
13937 2005-05-26 [colin]      1.9.11cvs13
13938
13939         * src/plugins/pgpmime/passphrase.c
13940                 Fix mouse grabbing (bug #557)
13941
13942 2005-05-26 [colin]      1.9.11cvs12
13943
13944         * src/prefs_themes.c
13945                 Fix g_warning (bug #541)
13946
13947 2005-05-26 [colin]      1.9.11cvs11
13948
13949         * src/prefs_actions.c
13950         * src/prefs_template.c
13951                 Fix bug #506 (no warning if action/template
13952                 is not saved)
13953         * src/common/template.c
13954                 Fix a possible crash
13955
13956 2005-05-26 [colin]      1.9.11cvs10
13957
13958         * src/folder.c
13959         * src/folderview.c
13960         * src/procmsg.c
13961         * src/summaryview.c
13962                 Forbid locked messages to be moved or
13963                 deleted. Locked messages in trashes 
13964                 still get deleted, for performance
13965                 reason (mh.c::mh_remove_all_msgs)
13966
13967 2005-05-25 [colin]      1.9.11cvs9
13968
13969         * src/procmime.c
13970                 Use correct encoding when sending mails
13971                 with attachments that have accentued 
13972                 chars in their name
13973
13974 2005-05-24 [colin]      1.9.11cvs8
13975
13976         * src/summaryview.c
13977                 Fix bug #688 f) read/unread marker not
13978                 changed on first click
13979                 Also, optimize summary_status_show()
13980                 calls
13981         * src/folder.c
13982         * src/inc.c
13983         * src/procmime.c
13984                 Fix bug #688 b) and c) wrt message
13985                 attachments and signature
13986         * src/stock_pixmap.c
13987         * src/stock_pixmap.h
13988         * src/stock_pixmap.c
13989         * src/stock_pixmap.h
13990         * src/Makefile.am
13991         * src/pixmaps/clip_gpg_signed.xpm
13992                 Add clip/signed icon
13993
13994 2005-05-24 [colin]      1.9.11cvs7
13995
13996         * src/folder_item_prefs.c
13997                 whitespace fix
13998
13999 2005-05-24 [colin]      1.9.11cvs6
14000
14001         * src/folderview.c
14002         * src/prefs_common.c
14003         * src/prefs_common.h
14004                 Add a confirmation to folder drag and drop
14005                 fixes bug #156
14006         * src/alertpanel.c
14007         * src/alertpanel.h
14008                 fix _with_disable parameters so that
14009                 the buttons labels are specifiable too
14010         * src/plugins/pgpmime/sgpgme.c
14011                 reflect said change
14012                 
14013
14014 2005-05-24 [colin]      1.9.11cvs5
14015
14016         * src/folderview.c
14017                 Uncollapse/collapse folders on double-click
14018                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
14019                 closes bug #108
14020
14021 2005-05-23 [colin]      1.9.11cvs4
14022
14023         * src/common/socket.c
14024                 Check another special SSL_peek() error.
14025                 Should help wrt bug #728
14026
14027 2005-05-23 [colin]      1.9.11cvs3
14028
14029         * src/plugins/pgpmime/pgpmime.c
14030                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
14031                 breaking menu accelerators and stuff. Users will have to
14032                 reselect "PGP MIME" instead of "PGP/MIME" in their 
14033                 account's privacy preferences if needed.
14034
14035 2005-05-22 [paul]
14036
14037         * tools/kdeservicemenu/install.sh
14038                 use kdesu to prompt for root password if doing
14039                 global install/uninstall
14040
14041 2005-05-20 [colin]      1.9.11cvs2
14042
14043         * src/procmsg.c
14044                 Fix another compilation error with gcc-2.9x
14045                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
14046         * src/send_message.c
14047                 Don't send QUIT if we aren't connected
14048
14049 2005-05-19 [colin]      1.9.11cvs1
14050
14051         * src/procmsg.c
14052                 Fix compilation with gcc 2.9x
14053
14054 2005-05-19 [paul]       1.9.11
14055
14056         1.9.11 released
14057
14058 2005-05-19 [paul]       1.9.9cvs14
14059
14060         * src/gtk/inputdialog.c
14061                 prevent gettext warning
14062
14063 2005-05-19 [paul]       1.9.9cvs13
14064
14065         * src/mainwindow.c
14066         * src/prefs_common.c
14067         * src/prefs_common.h
14068         * src/textview.c
14069         * src/textview.h
14070                 add an option to toggle cursor in message
14071                 view (sync with main)
14072
14073 2005-05-18 [colin]      1.9.9cvs12
14074
14075         * src/compose.c
14076                 Dereference freed pointer
14077         * src/gtk/gtkaspell.c
14078                 Fix duplication of dictionaries (is it an aspell issue?)
14079
14080 2005-05-18 [colin]      1.9.9cvs11
14081
14082         * src/gtk/inputdialog.c
14083         * src/gtk/gtkaspell.c
14084                 HIGuify dialogs
14085         * src/alertpanel.c
14086                 Remove a double call
14087
14088 2005-05-17 [colin]      1.9.9cvs10
14089
14090         * src/gtk/gtkaspell.c
14091                 Fix dialogs, Ctrl-Enter accel
14092
14093 2005-05-17 [colin]      1.9.9cvs9
14094
14095         * src/gtk/gtkaspell.c
14096                 Fix some accelerators, escape in replace-window
14097
14098 2005-05-16 [colin]      1.9.9cvs8
14099
14100         * src/gtk/gtkaspell.c
14101                 Revert last commit, it was a mistake.
14102
14103 2005-05-16 [colin]      1.9.9cvs7
14104
14105         * src/gtk/gtkaspell.c
14106                 Remove buggy code while we're at it. It's a 
14107                 dead code path anyway.
14108
14109 2005-05-16 [colin]      1.9.9cvs6
14110
14111         * src/gtk/gtkaspell.c
14112                 Missed some gtk_menu_popup where deactivate
14113                 signal should be handled. Should fix bug
14114                 #629 a bit more.
14115
14116 2005-05-16 [colin]      1.9.9cvs5
14117
14118         * src/gtk/gtkaspell.c
14119                 Remove debug printf()s
14120
14121 2005-05-16 [colin]      1.9.9cvs4
14122
14123         * src/gtk/gtkaspell.c
14124                 Fix a bit aspell problems
14125                 (see bug #629)
14126
14127 2005-05-13 [colin]      1.9.9cvs3
14128
14129         * src/folderview.c
14130                 Fix the + appearing even when no subfolders
14131                 have unread messages. Thanks to wwp for the
14132                 bug report.
14133
14134 2005-05-11 [paul]       1.9.9cvs2
14135
14136         * src/folderview.c
14137                 correction to 1.9.9cvs1, only colour folders that
14138                 have new msgs (not unread msgs)
14139
14140 2005-05-10 [colin]      1.9.9cvs1
14141
14142         * src/folderview.c
14143         * src/summaryview.c
14144                 Try to fix bolding bugs again.
14145
14146 2005-05-09 [paul]
14147
14148         * tools/claws.i18n.status.pl
14149                 add Ricardo Mones Lastra's script that has been providing
14150                 the i18n status page for many months
14151
14152 2005-05-09 [paul]       1.9.9
14153
14154         1.9.9 release
14155
14156 2005-05-09 [paul]       1.9.6cvs58
14157
14158         * AUTHORS
14159         * INSTALL
14160         * README.claws
14161                 updated
14162         * Makefile.am 
14163         * RELEASE_NOTES.claws
14164                 add release notes to cvs to simplify release
14165                 procedure
14166         * configure.ac
14167                 add ca and fi to ALL_LINGUAS
14168         * po/Makefile.in.in
14169                 workaround for missing Makevars
14170         * po/ca.po
14171         * po/fi.po
14172                 add new Catalan and Finnish translations
14173                 submitted by Miquel Oliete and Flammie Pirinen
14174         * po/de.po
14175         * po/es.po
14176         * po/fr.po
14177         * po/it.po
14178         * po/pl.po
14179         * po/ru.po
14180         * po/sk.po
14181         * po/sr.po
14182         * po/zh_CN.po
14183                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
14184                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
14185                 Urke MMI, and Hansom Young
14186         * src/main.c
14187                 Fix drafting when quitting. compose_draft() closes the
14188                 compose windows, which modifies the compose_list GSList.
14189                 We have to refresh this list after echo drafting to avoid a
14190                 segfault
14191         * src/partial_download.c
14192                 fix segfault on exit
14193
14194 2005-05-06 [paul]       1.9.6cvs57
14195
14196         * src/grouplistdialog.c
14197                 quick fix/workaround for unresizeable newsgroup
14198                 name column 
14199
14200 2005-05-06 [paul]       1.9.6cvs56
14201
14202         * src/inc.c
14203         * src/mainwindow.c
14204                 use gettext plural forms
14205         * src/imap_gtk.c
14206         * src/mh_gtk.c
14207         * src/toolbar.c
14208                 small improvement to english usage
14209
14210 2005-05-05 [thorsten]   1.9.6cvs55
14211
14212         * src/folder.c
14213                 fix possible crash
14214
14215 2005-05-05 [paul]       1.9.6cvs54
14216         
14217         sync with HEAD
14218
14219         * AUTHORS
14220         * src/compose.c
14221                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
14222                 patch by Tim Mann
14223
14224 2005-05-05 [paul]       1.9.6cvs53
14225
14226         * src/mainwindow.c
14227                 fix resizing of separate message and
14228                 folder views
14229
14230 2005-05-05 [paul]       1.9.6cvs52
14231
14232         * src/account.c
14233         * src/addrgather.c
14234         * src/browseldap.c
14235         * src/exphtmldlg.c
14236         * src/expldifdlg.c
14237         * src/importmutt.c
14238         * src/importpine.c
14239         * src/main.c
14240         * src/mainwindow.c
14241         * src/noticeview.c
14242         * src/prefs_filtering.c
14243         * src/prefs_filtering_action.c
14244         * src/prefs_matcher.c
14245         * src/prefs_spelling.c
14246         * src/prefs_toolbar.c
14247         * src/toolbar.c
14248         * src/wizard.c
14249         * src/gtk/description_window.c
14250         * src/gtk/gtkvscrollbutton.c
14251         * src/gtk/progressdialog.c
14252         * src/gtk/quicksearch.c
14253         * src/plugins/pgpmime/prefs_gpg.c
14254         * src/plugins/spamassassin/spamassassin_gtk.c
14255                 replace deprecated gtk_widget_set_usize
14256
14257 2005-05-04 [colin]      1.9.6cvs51
14258
14259         * src/common/utils.c
14260                 Fix crash when subst_for_filename is called
14261                 with a NULL parameter
14262
14263 2005-05-04 [colin]      1.9.6cvs50
14264
14265         * src/partial_download.c
14266         * src/pop.c
14267                 Escape login when writing uidl file
14268                 fixes bug #736
14269
14270 2005-05-03 [colin]      1.9.6cvs49
14271
14272         * src/procmime.c
14273                 Fix possible DOS in mime parser
14274                 (see bug #634)
14275
14276 2005-05-02 [colin]      1.9.6cvs48
14277
14278         * src/compose.c
14279                 Try to fix the copy/paste mess once again.
14280
14281
14282 2005-04-30 [colin]      1.9.6cvs47
14283
14284         * src/prefs_account.h
14285         * src/procmsg.c
14286         * src/send_message.c
14287         * src/common/smtp.c
14288         * src/common/smtp.h
14289                 Try to batch sending mails (per account) instead of
14290                 reconnecting to server every time.
14291
14292 2005-04-29 [colin]      1.9.6cvs46
14293
14294         * src/messageview.c
14295                 Fix window resizing that refused to size down
14296         * src/prefs_common.c
14297         * src/prefs_common.h
14298         * src/prefs_filtering.c
14299                 Save Filtering's window size
14300
14301 2005-04-21 [paul]       1.9.6cvs45
14302
14303         * ChangeLog-gtk2.claws
14304         * src/setup.c
14305                 correction to sync
14306
14307 2005-04-21 [paul]       1.9.6cvs44
14308
14309         sync with main:
14310
14311         * src/setup.c
14312         * src/statusbar.c
14313         * src/statusbar.h
14314                 use gtkut_widget_draw_now(). Improved performance
14315                 of the update of statusbar
14316         * src/textview.c
14317                 textview_smooth_scroll_do(): redraw it after scroll
14318                 is done (fixed incorrect display when a part of the
14319                 view is hidden).
14320         * src/gtk/gtkutils.c
14321         * src/gtk/gtkutils.h
14322                 gtkut_widget_draw_now(): use gdk_window_process_updates()
14323                 to force update of widgets.
14324                 Removed gtkut_widget_wait_for_draw() which had a big
14325                 overhead  because of waiting for all events processed 
14326
14327 2005-04-20 [paul]       1.9.6cvs43
14328
14329         * src/codeconv.c
14330                 complete 1.9.6cvs42's sync:
14331                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
14332
14333 2005-04-19 [paul]       1.9.6cvs42
14334
14335         sync with main:
14336
14337         * src/action.c
14338                 catch_output(): correctly select the insert text
14339                 (fix invalid iterator warnings).
14340         * src/codeconv.c
14341         * src/codeconv.h
14342         * src/mainwindow.c
14343         * src/messageview.c
14344         * src/prefs_common.c
14345                 support GBK encoding.
14346         * src/common/session.c
14347         * src/common/session.h
14348                 use separate buffer for large data to be sent,
14349                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
14350
14351 2005-04-18 [paul]       1.9.6cvs41
14352
14353         * src/jpilot.c
14354                 convert unsigned long into guint32
14355                 patch by Paul LeoNerd Evans 
14356
14357 2005-04-17 [colin]      1.9.6cvs40
14358
14359         * src/compose.c
14360                 Fix 'Request return receipt' from folder
14361                 properties (bug #708)
14362
14363 2005-04-17 [colin]      1.9.6cvs39
14364
14365         * src/mainwindow.c
14366                 Fix duplicate hotkeys in Mainwindow's menu
14367
14368 2005-04-17 [colin]      1.9.6cvs38
14369
14370         * src/folderview.c
14371                 Fix duplicate hotkeys in Folderview's contextual
14372                 menu
14373
14374 2005-04-15 [colin]      1.9.6cvs37
14375
14376         * src/summaryview.c
14377                 Fix 'Save as...' with non-ascii filenames
14378
14379 2005-04-15 [colin]      1.9.6cvs36
14380
14381         * src/plugins/pgpmime/pgpmime.c
14382                 Fix bus error on 64bit. Spotted by 
14383                 macallan1888@gmail.com
14384
14385 2005-04-15 [colin]      1.9.6cvs35
14386
14387         * src/prefs_account.c
14388                 Fix cvs34.
14389
14390 2005-04-12 [colin]      1.9.6cvs34
14391
14392         * src/prefs_account.c
14393                 Fix smtp auth type off-by-one. We forgot to
14394                 add PLAIN in the prefs-to-gui setter func and
14395                 as a result, the selected auth when opening
14396                 account prefs was not the correct one.
14397
14398 2005-04-12 [paul]       1.9.6cvs33
14399
14400         * src/inc.c
14401                 if the recv dialog is visible, Cancel only
14402                 cancels the current account
14403
14404
14405 2005-04-10 [colin]      1.9.6cvs32
14406
14407         * src/filtering.c
14408                 Copy score when copying FilteringActions
14409                 Fix bug #674
14410
14411 2005-04-10 [colin]      1.9.6cvs31
14412
14413         * src/inc.c
14414                 Make Message -> Receive -> Cancel cancel 
14415                 incorporation on all accounts. Fixes
14416                 bug #693
14417
14418 2005-04-10 [colin]      1.9.6cvs30
14419
14420         * src/prefs_account.c
14421                 Update Privacy checkbuttons status based
14422                 on the selected privacy system
14423         * src/compose.c
14424                 Always connect the "None" privacy system; the
14425                 static boolean was probably there to avoid
14426                 reconnecting twice in the same compose window,
14427                 but as the parent function is only called once
14428                 per compose, it's only a bug - as a static is
14429                 initialized once per application instance.
14430                 Also, don't uncheck Sign and Encrypt when
14431                 selecting None as privacy system; just ignore
14432                 them when sending/queuing.
14433                 Should fix bug #695
14434
14435 2005-04-08 [colin]      1.9.6cvs29
14436
14437         * src/account.c
14438         * src/prefs_account.c
14439         * src/prefs_account.h
14440                 Add account preference to queue message in a certain
14441                 folder.
14442
14443 2005-04-06 [colin]      1.9.6cvs28
14444
14445         * src/prefs_account.c
14446                 Update old inbox path syntax
14447
14448 2005-04-06 [paul]       1.9.6cvs27
14449
14450         sync with main:
14451
14452         * configure.ac
14453                 changed -traditional-cpp to -no-cpp-precomp for newer
14454                 Mac OS X support
14455         * src/foldersel.c
14456                 made column resize automatically
14457         * src/send_message.c
14458                 send_message_smtp(): consider EOF right after QUIT
14459                 successful (workaround for Gmail SMTP server)
14460         * src/common/socket.c
14461                 ssl_read(), ssl_peek(): check EOF which violates the
14462                 SSL protocol
14463         * src/gtk/colorlabel.c
14464                 removed warnings when displaying colorlabel menu
14465                 (don't use GtkAlignment)
14466
14467 2005-04-05 [paul]       1.9.6cvs26
14468
14469         * src/plugins/trayicon/trayicon.c
14470                 fix clipping of icon under KDE3 
14471
14472 2005-04-05 [paul]       1.9.6cvs25
14473
14474         * src/summaryview.c
14475                 hide display of threading
14476                 patch by Alfons
14477
14478 2005-04-04 [thorsten]   1.9.6cvs24
14479
14480         * src/mh.c
14481                 marks lost on filesystems with different stat() results on
14482                 summer-/wintertime
14483
14484 2005-04-03 [colin]      1.9.6cvs23
14485
14486         * src/summaryview.c
14487                 Don't handle up/down. Patch by Alfons
14488
14489 2005-04-02 [colin]      1.9.6cvs22
14490
14491         * src/summaryview.c
14492                 Make scrolling faster. Patch by Alfons.
14493
14494 2005-04-01 [colin]      1.9.6cvs21
14495
14496         * src/Makefile.am
14497         * src/stock_pixmap.c
14498         * src/pixmaps/dir-noselect.xpm ** REMOVED **
14499         * src/pixmaps/dir_noselect.xpm ** ADDED **
14500                 Fix pixmap name mismatch (Thanks Stephan Sachse)
14501
14502 2005-04-01 [colin]      1.9.6cvs20
14503
14504         * src/image_viewer.c
14505         * src/image_viewer.h
14506         * src/procmime.c
14507         * src/procmime.h
14508         * src/textview.c
14509         * src/textview.h
14510                 Implement inline image resizing and right-clicking
14511
14512 2005-04-01 [paul]       1.9.6cvs19
14513
14514         * AUTHORS
14515         * Makefile.am
14516         * configure.ac
14517                 check for gnome2
14518                 patch by Luca Cavalli <loopback<AT>slackit.org>
14519         * po/ru.po
14520                 updated by Pavlo Bohmat
14521
14522 2005-03-31 [colin]      1.9.6cvs18
14523
14524         * src/news.c
14525                 Fix parsing references
14526         * src/msgcache.c
14527                 don't put nulls in the references list
14528         * src/procheader.c
14529                 commit that forgotten file in 1.9.6cvs14
14530
14531 2005-03-31 [colin]      1.9.6cvs17
14532
14533         * src/compose.c
14534                 Fix joining of signature separator again. 
14535                 Maybe Hiro could put it in main too...
14536
14537 2005-03-31 [colin]      1.9.6cvs16
14538
14539         * src/Makefile.am
14540         * src/foldersel.c
14541         * src/stock_pixmap.c
14542         * src/stock_pixmap.h
14543         * src/pixmaps/dir-noselect.xpm
14544                 Update foldersel.c (sync from main, patch by Alfons)
14545
14546 2005-03-30 [colin]      1.9.6cvs15
14547
14548         * src/imap.c
14549                 Fix handling of imap folders containing [] in 
14550                 their name. Thanks to Nahuel Angelinetti for
14551                 the detailed bugreport.
14552
14553 2005-03-30 [colin]      1.9.6cvs14
14554
14555         * src/common/utils.h
14556         * src/common/utils.c
14557         * src/common/defs.h
14558         * src/matcher.c
14559         * src/msgcache.c
14560         * src/news.c
14561         * src/procmsg.c
14562         * src/procmsg.h
14563         * src/quote_fmt_parse.y
14564         * src/summaryview.c
14565                 Update references system. Patch by Alfons
14566
14567 2005-03-30 [colin]      1.9.6cvs13
14568
14569         * src/common/socket.c
14570                 Force the glibc to read resolv.conf again when 
14571                 it has changed. Should fix issues when changing
14572                 networks on a laptop and not restarting sylpheed. 
14573
14574 2005-03-30 [paul]       1.9.6cvs12
14575
14576         partial sync with main:
14577
14578         * src/action.c
14579                 create_io_dialog(): use user-defined text font
14580                 (thanks to Alfons), and modified its appearance.
14581         * src/addrgather.c
14582         * src/addrharvest.c
14583         * src/browseldap.c
14584                 replace old code
14585         * src/compose.c
14586                 don't join (presumably) itemized lines on line-wrapping
14587                 fixed wrapping of quote when auto-wrapping is enabled
14588                 compose_destroy(): destroy paned only if it's not
14589                 attached to window. Fixed memory leak of popup menu.
14590         * src/exphtmldlg.c
14591         * src/expldifdlg.c
14592                 replace old code
14593         * src/html.c
14594         * src/html.h
14595         * src/importmutt.c
14596         * src/importpine.c
14597                 replace old code
14598         * src/main.c
14599                 removed redundant code
14600         * src/mainwindow.c
14601                 changed 'Code set' (which is rather incorrect)
14602                 in the menu to 'Character encoding'
14603                 main_window_set_widgets(): request size first
14604                 to prevent window size becoming wrong
14605                 fixed remembering of the state of the visibility
14606                 of MessageView
14607         * src/messageview.c
14608                 changed 'Code set' (which is rather incorrect)
14609                 in the menu to 'Character encoding'
14610         * src/prefs_common.c
14611         * src/prefs_common.h
14612                 added an option whether to render HTML as text or not
14613                 added separators to outgoing encoding menu
14614         * src/procheader.c
14615                 procheader_scan_date_string(): support header
14616                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
14617         * src/summaryview.c
14618         * src/summaryview.h
14619                 minor code cleanup
14620         * src/textview.c
14621                 textview_show_html(): force output of newline
14622                 added an option whether to render HTML as text or not
14623         * src/common/utils.c
14624                 strncpy2(): optimized based on Alfons' code
14625         * src/gtk/gtkutils.c
14626         * src/gtk/gtkutils.h
14627                 removed non-used code
14628         * src/plugins/pgpmime/passphrase.c
14629                 partially fixed grab input of passphrase dialog
14630                 Confine pointer to window
14631
14632 2005-03-30 [colin]      1.9.6cvs11
14633
14634         * src/msgcache.c
14635         * src/msgcache.h
14636                 Read/write 32bit ints from cache & marks
14637                 From main.
14638
14639 2005-03-29 [paul]       1.9.6cvs10
14640
14641         * AUTHORS
14642         * ChangeLog.claws
14643         * src/compose.c
14644         * src/gtk/gtkaspell.c
14645                 sync with HEAD (don't pass NULL pointers) 
14646
14647 2005-03-24 [paul]
14648
14649         * tools/Makefile.am
14650         * tools/README
14651         * tools/acroread2sylpheed.pl
14652                 sync with HEAD (add script to send pdfs as
14653                 attachments from Adobe Reader 7)
14654
14655 2005-03-21 [paul]       1.9.6cvs9
14656
14657         * configure.ac
14658         * po/POTFILES.in
14659         * src/Makefile.am
14660         * src/crash.c
14661         * src/image_viewer.c ** ADDED **
14662         * src/image_viewer.h ** ADDED **
14663         * src/main.c
14664         * src/prefs_common.c
14665         * src/prefs_common.h
14666         * src/prefs_image_viewer.c ** ADDED **
14667         * src/prefs_image_viewer.h ** ADDED **
14668         * src/textview.c
14669         * src/gtk/about.c
14670         * src/pixmaps/sylpheed_logo.xpm
14671         * src/plugins/Makefile.am
14672         * src/plugins/image_viewer/.cvsignore ** REMOVED **
14673         * src/plugins/image_viewer/Makefile.am ** REMOVED **
14674         * src/plugins/image_viewer/plugin.c ** REMOVED **
14675         * src/plugins/image_viewer/viewer.c ** REMOVED **
14676         * src/plugins/image_viewer/viewer.glade ** REMOVED **
14677         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
14678         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
14679         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
14680         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
14681                 as gdk-pixbuf is now built-in
14682                 remove image_viewer plugin and put code back into
14683                 main codebase
14684                 implement inline image display (sync with main)
14685
14686                 replace logo with newer, nicer, larger version  
14687
14688 2005-03-21 [paul]       1.9.6cvs8
14689
14690         * src/gtk/about.c
14691                 cosmetic improvement
14692
14693 2005-03-21 [holger]     1.9.6cvs7
14694
14695         * src/plugins/spamassassin/spamassassin.c
14696                 Sync with HEAD
14697                 (unregister hook on failed plugin init)
14698
14699 2005-03-20 [colin]      1.9.6cvs6
14700
14701         * src/common/plugin.c
14702                 Check that plugin isn't already loaded
14703                 Patch by Alfons
14704
14705 2005-03-20 [thorsten]   1.9.6cvs5
14706
14707         * src/compose.c
14708                 use a more compatible syntax
14709
14710 2005-03-20 [thorsten]   1.9.6cvs4
14711
14712         * src/prefs_toolbar.c
14713                 fix crash when selecting toolbar item (uninitialized pointer)
14714
14715 2005-03-20 [thorsten]   1.9.6cvs3
14716
14717         * src/procmime.c
14718                 fix mimetype detection (referenced free()d string)
14719
14720 2005-03-20 [paul]       1.9.6cvs2
14721
14722         * src/compose.c
14723                 sync with HEAD (1.0.3cvs5)
14724                 neglect Reply-To header if empty
14725                 Patch by Alfons 
14726
14727 2005-03-19 [holger]     1.9.6cvs1
14728
14729         * src/summaryview.c
14730         * src/summaryview.h
14731                 Sync with HEAD
14732
14733 2005-03-18 [paul]       1.9.6
14734
14735         initial GTK2 release
14736
14737 2005-03-18 [paul]       1.0.3cvs3.1
14738
14739         * AUTHORS
14740         * ChangeLog.claws
14741         * configure.ac
14742         * src/gtk/about.c
14743         * src/pixmaps/sylpheed_logo.xpm
14744                 sync with HEAD
14745
14746 2005-03-18 [colin]      1.0.3cvs2.6
14747
14748         * src/summaryview.c
14749                 Remove call to summary_step in summary_copy_selected_to
14750                 Can't see its purpose, and this causes bug when copying
14751                 a message if the next one is unread: it reads it.
14752
14753 2005-03-18 [paul]       1.0.3cvs2.5
14754
14755         * src/foldersel.c
14756                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
14757
14758 2005-03-18 [paul]       1.0.3cvs2.4
14759
14760         * src/addrharvest.c
14761         * src/codeconv.c
14762         * src/codeconv.h
14763         * src/compose.c
14764         * src/news.c
14765         * src/procheader.c
14766         * src/procmime.c
14767         * src/unmime.c
14768         * src/unmime.h
14769                 fix buffer overflow, CAN-2005-0667, see
14770                 http://secunia.com/advisories/14491/
14771                 Patch by Alfons
14772
14773 2005-03-17 [colin]      1.0.3cvs2.3
14774
14775         * src/prefs_fonts.c
14776         * src/summaryview.c
14777                 Fix font bugs (both lists now officialy share 
14778                 the same font)
14779                 
14780
14781 2005-03-17 [paul]       1.0.3cvs2.2
14782
14783         * src/gtk/pluginwindow.c
14784                 make plugin descriptions uneditable
14785
14786 2005-03-11 [paul]       1.0.3cvs2.1
14787
14788         * ChangeLog.claws
14789         * configure.ac
14790         * po/POTFILES.in
14791         * src/plugins/trayicon/trayicon.c
14792                 sync with HEAD
14793                 add src/wizard.c to POTFILES.in
14794
14795 2005-03-11 [paul]       1.0.3cvs1.1
14796
14797         * ChangeLog
14798         * ChangeLog.claws
14799         * configure.ac
14800         * po/de.po
14801         * po/es.po
14802         * po/fr.po
14803         * po/it.po
14804         * po/pt_BR.po
14805         * po/ru.po
14806         * po/sk.po
14807         * po/sr.po
14808         * po/zh_CN.po
14809                 sync with HEAD
14810
14811 2005-03-04 [colin]      1.0.1cvs22.2
14812
14813         * src/compose.c
14814                 Fix signatures with accentued chars in it
14815
14816 2005-03-04 [colin]      1.0.1cvs22.1
14817
14818         * src/common/smtp.c
14819         * src/common/smtp.h
14820                 Don't use SIZE param in MAIL FROM: if server 
14821                 doesn't support it. Patch by Eugen Freiter
14822                 <eugen_f@users.sf.net>
14823
14824 2005-02-27 [paul]       1.0.1cvs20.1
14825
14826         * ChangeLog.claws
14827         * configure.ac
14828         * src/messageview.c
14829                 sync with HEAD
14830
14831 2005-02-27 [colin]      1.0.1cvs19.4
14832
14833         * src/procheader.c
14834         * src/procheader.h
14835                 Fix prototypes. Patch by Alfons
14836
14837 2005-02-27 [colin]      1.0.1cvs19.3
14838
14839         * src/compose.c
14840                 Don't auto-join the signature separator.
14841
14842 2005-02-26 [colin]      1.0.1cvs19.2
14843
14844         * src/summaryview.c
14845                 Fix 'mark all read' with collapsed threads.
14846                 Patch by Alfons.
14847
14848 2005-02-25 [paul]       1.0.1cvs19.1
14849
14850         * ChangeLog.claws
14851         * configure.ac
14852         * src/prefs_account.c
14853         * src/prefs_folder_item.c
14854         * src/gtk/prefswindow.c
14855         * src/gtk/prefswindow.h
14856                 sync with HEAD
14857
14858 2005-02-25 [paul]       1.0.1cvs15.12
14859
14860         * src/alertpanel.c
14861         * src/codeconv.c
14862         * src/compose.c
14863         * src/textview.c
14864         * src/gtk/gtkutils.c
14865         * src/gtk/gtkutils.h
14866         * src/gtk/logwindow.c
14867         * src/gtk/progressdialog.c
14868                 sync with main (revision 127)
14869                 and fix logwindow clipping
14870
14871 2005-02-24 [colin]      1.0.1cvs15.11
14872
14873         * src/plugins/pgpmime/passphrase.c
14874                 Disable input grabbing; it doesn't work yet.
14875
14876 2005-02-24 [colin]      1.0.1cvs15.10
14877
14878         * src/messageview.c
14879                 Don't send out receipts if offline. Ask.
14880
14881 2005-02-23 [colin]      1.0.1cvs15.9
14882
14883         * src/summaryview.c     
14884                 Fix expanding
14885
14886 2005-02-23 [colin]      1.0.1cvs15.8
14887
14888         * src/summaryview.c
14889                 Really fix Bug 568 by removing useless
14890                 calls. summary_thread_init() now called
14891                 in summary_sort(). This should please
14892                 Alfons as it should be faster than 
14893                 previously.
14894
14895 2005-02-23 [colin]      1.0.1cvs15.7
14896
14897         * src/compose.c
14898                 Encode parts as QP or B64 if signing
14899
14900 2005-02-23 [colin]      1.0.1cvs15.6
14901
14902         * src/compose.c
14903                 Fix Mimeinfo leakage (including tmp files)
14904         * src/procmsg.c
14905                 Fix tmp file leakage (spotted by Ivan Rayner)
14906
14907 2005-02-22 [colin]      1.0.1cvs15.5
14908
14909         * src/expldifdlg.c
14910                 Fix keyboard input. Patch by Alfons.
14911
14912 2005-02-21 [colin]      1.0.1cvs15.4
14913
14914         * src/compose.c
14915                 Fix Sign/Encrypt when unselecting privacy
14916                 system
14917         * src/prefs_common.c
14918                 Change default message font to Monospace
14919         * src/summaryview.c
14920                 More freezing during potentially large operations
14921
14922 2005-02-21 [paul]       1.0.1cvs15.3
14923
14924         * src/main.c
14925                 fix --help output
14926
14927 2005-02-21 [paul]       1.0.1cvs15.2
14928
14929         * po/Makefile.in.in
14930         * src/compose.c
14931         * src/summaryview.c
14932         * src/textview.c
14933         * src/common/utils.c
14934         * src/common/utils.h
14935                 sync with main (revision 117)
14936
14937 2005-02-20 [colin]      1.0.1cvs15.1
14938
14939         * src/common/defs.h
14940                 Change cache file to .sylpheed_claws_cache, as
14941                 suggested by Alfons. Allows people to switch
14942                 between Sylpheed and Sylpheed-Claws. it is
14943                 a good idea to "Check for new messages" at next
14944                 startup.
14945
14946
14947 2005-02-18 [colin]      1.0.1cvs14.1
14948
14949         * src/quote_fmt_lex.l
14950         * src/quote_fmt_parse.y
14951                 Fix parser initialisation. Patch by Ivan.
14952
14953 2005-02-18 [colin]      1.0.1cvs11.6
14954
14955         * src/folderview.c
14956                 Fix scrolldown (bug 662)
14957
14958 2005-02-17 [colin]      1.0.1cvs11.5
14959
14960         * src/codeconv.c
14961                 conv_filename_to_utf8: return clean 7bit instead
14962                 of broken utf8 if needed
14963         * src/mimeview.c
14964                 Fix display of parts with unclean 8bit names
14965
14966 2005-02-17 [paul]       1.0.1cvs11.4
14967
14968         * src/compose.c
14969         * src/exportldif.c
14970         * src/matcher_parser_parse.y
14971         * src/procmime.c
14972         * src/sourcewindow.c
14973         * src/common/Makefile.am
14974         * src/common/intl.h             ** REMOVED **
14975         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14976                 sync with main (revision 109)
14977                 and clean up
14978
14979 2005-02-16 [colin]      1.0.1cvs11.3
14980
14981         * src/summaryview.c
14982                 Fix collapsed thread not highlighting when new
14983                 messages in it (Bug 568) Patch by Stephan Sachse.
14984                 Fix messed up selection when reaching bounds (Bug 632)
14985         * src/prefs_themes.c
14986                 Fix theme installing (Bug 684)
14987
14988 2005-02-16 [colin]      1.0.1cvs11.2
14989
14990         * src/messageview.c
14991                 Fix messageview_select_all
14992
14993 2005-02-16 [colin]      1.0.1cvs11.1
14994
14995         * src/mh.c
14996                 Sync with HEAD (MH scan required function)
14997
14998 2005-02-15 [colin]      1.0.1cvs8.1
14999
15000         * src/mimeview.c
15001         * src/common/utils.c
15002                 Sync with HEAD (filename chars substitution)
15003
15004 2005-02-15 [colin]      1.0.1cvs7.3
15005
15006         * src/gtk/pluginwindow.c
15007                 Fix button spacing
15008
15009 2005-02-15 [colin]      1.0.1cvs7.2
15010
15011         * src/mimeview.c
15012                 Fix mime icons not reset across message when
15013                 scrolled down
15014
15015 2005-02-15 [colin]      1.0.1cvs7.1
15016
15017         * src/compose.c
15018         * src/procmime.c
15019                 Sync with HEAD (optimisation of cvs6)
15020
15021 2005-02-14 [colin]      1.0.1cvs6.1
15022
15023         * src/compose.c
15024         * src/procmime.c
15025                 Sync with HEAD (encode "From " at line beginning)
15026
15027 2005-02-14 [colin]      1.0.1cvs5.3
15028
15029         * src/compose.c
15030                 Fix wrapping with accentued chars.
15031
15032 2005-02-13 [colin]      1.0.1cvs5.2
15033
15034         * src/textview.c
15035                 Fix email informative part parsing with
15036                 accentued chars in it. ispunct() returns
15037                 true for them in utf8...
15038
15039 2005-02-12 [colin]      1.0.1cvs5.1
15040
15041         * src/filtering.c
15042                 Sync with HEAD (remove wrong use of compose after send)
15043
15044 2005-02-12 [paul]       1.0.1cvs4.5
15045
15046         * src/textview.c
15047                 remove unnecessary code (thanks to Alfons)
15048
15049 2005-02-12 [paul]       1.0.1cvs4.4
15050
15051         * src/textview.c
15052                 add 'Copy' to contextual menu on emails
15053
15054 2005-02-11 [colin]      1.0.1cvs4.3
15055
15056         * src/compose.c
15057                 revert 1.0.0cvs28.2, it doesn't work that well.
15058
15059 2005-02-11 [paul]       1.0.1cvs4.2
15060
15061         * po/Makefile.in.in
15062                 fix 'make release'
15063
15064 2005-02-10 [paul]       1.0.1cvs4.1
15065
15066         * ChangeLog
15067         * ChangeLog.claws
15068         * ChangeLog.jp
15069         * configure.ac
15070         * src/compose.c
15071                 sync with HEAD (sync with main)
15072
15073 2005-02-10 [paul]       1.0.1cvs3.2
15074
15075         * AUTHORS
15076         * Makefile.am
15077         * autogen.sh
15078         * configure.ac
15079         * config/mkinstalldirs
15080         * intl/.cvsignore
15081         * intl/ChangeLog
15082         * intl/VERSION
15083         * intl/bindtextdom.c
15084         * intl/config.charset
15085         * intl/dcgettext.c
15086         * intl/dcigettext.c
15087         * intl/dcngettext.c
15088         * intl/dgettext.c
15089         * intl/dngettext.c
15090         * intl/eval-plural.h
15091         * intl/explodename.c
15092         * intl/finddomain.c
15093         * intl/gettext.c
15094         * intl/gettextP.h
15095         * intl/gmo.h
15096         * intl/hash-string.h
15097         * intl/intl-compat.c
15098         * intl/l10nflist.c
15099         * intl/libgnuintl.h.in
15100         * intl/loadinfo.h
15101         * intl/loadmsgcat.c
15102         * intl/localcharset.c
15103         * intl/localcharset.h
15104         * intl/locale.alias
15105         * intl/localealias.c
15106         * intl/localename.c
15107         * intl/log.c
15108         * intl/ngettext.c
15109         * intl/os2compat.c
15110         * intl/os2compat.h
15111         * intl/osdep.c
15112         * intl/plural-exp.c
15113         * intl/plural-exp.h
15114         * intl/plural.c
15115         * intl/plural.y
15116         * intl/ref-add.sin
15117         * intl/ref-del.sin
15118         * intl/relocatable.c
15119         * intl/relocatable.h
15120         * intl/textdomain.c
15121         * m4/Makefile.am
15122         * po/Makefile.in.in
15123         * src/Makefile.am
15124         * src/account.c
15125         * src/action.c
15126         * src/addr_compl.c
15127         * src/addressadd.c
15128         * src/addressbook.c
15129         * src/addrgather.c
15130         * src/addrindex.c
15131         * src/alertpanel.c
15132         * src/browseldap.c
15133         * src/codeconv.c
15134         * src/codeconv.h
15135         * src/compose.c
15136         * src/compose.h
15137         * src/crash.c
15138         * src/editaddress.c
15139         * src/editbook.c
15140         * src/editgroup.c
15141         * src/editjpilot.c
15142         * src/editldap.c
15143         * src/editldap_basedn.c
15144         * src/editvcard.c
15145         * src/exphtmldlg.c
15146         * src/expldifdlg.c
15147         * src/export.c
15148         * src/exporthtml.c
15149         * src/filtering.c
15150         * src/folder.c
15151         * src/folder_item_prefs.c
15152         * src/foldersel.c
15153         * src/folderview.c
15154         * src/grouplistdialog.c
15155         * src/headerview.c
15156         * src/imap.c
15157         * src/imap_gtk.c
15158         * src/import.c
15159         * src/importldif.c
15160         * src/importmutt.c
15161         * src/importpine.c
15162         * src/inc.c
15163         * src/ldif.c
15164         * src/main.c
15165         * src/mainwindow.c
15166         * src/matcher.c
15167         * src/mbox.c
15168         * src/message_search.c
15169         * src/messageview.c
15170         * src/mh.c
15171         * src/mh_gtk.c
15172         * src/mimeview.c
15173         * src/msgcache.c
15174         * src/news.c
15175         * src/news_gtk.c
15176         * src/noticeview.c
15177         * src/partial_download.c
15178         * src/pop.c
15179         * src/prefs_account.c
15180         * src/prefs_actions.c
15181         * src/prefs_common.c
15182         * src/prefs_customheader.c
15183         * src/prefs_display_header.c
15184         * src/prefs_ext_prog.c
15185         * src/prefs_filtering.c
15186         * src/prefs_filtering_action.c
15187         * src/prefs_folder_item.c
15188         * src/prefs_fonts.c
15189         * src/prefs_gtk.c
15190         * src/prefs_matcher.c
15191         * src/prefs_msg_colors.c
15192         * src/prefs_spelling.c
15193         * src/prefs_summary_column.c
15194         * src/prefs_template.c
15195         * src/prefs_themes.c
15196         * src/prefs_toolbar.c
15197         * src/prefs_wrapping.c
15198         * src/privacy.c
15199         * src/procheader.c
15200         * src/procmime.c
15201         * src/procmsg.c
15202         * src/quote_fmt.c
15203         * src/recv.c
15204         * src/send_message.c
15205         * src/setup.c
15206         * src/sourcewindow.c
15207         * src/ssl_manager.c
15208         * src/statusbar.c
15209         * src/summary_search.c
15210         * src/summaryview.c
15211         * src/textview.c
15212         * src/toolbar.c
15213         * src/wizard.c
15214         * src/common/nntp.c
15215         * src/common/plugin.c
15216         * src/common/smtp.c
15217         * src/common/ssl.c
15218         * src/common/ssl_certificate.c
15219         * src/common/string_match.c
15220         * src/common/sylpheed.c
15221         * src/common/template.c
15222         * src/common/utils.c
15223         * src/gtk/about.c
15224         * src/gtk/colorlabel.c
15225         * src/gtk/description_window.c
15226         * src/gtk/filesel.c
15227         * src/gtk/foldersort.c
15228         * src/gtk/gtkaspell.c
15229         * src/gtk/gtkutils.c
15230         * src/gtk/inputdialog.c
15231         * src/gtk/logwindow.c
15232         * src/gtk/menu.c
15233         * src/gtk/pluginwindow.c
15234         * src/gtk/prefswindow.c
15235         * src/gtk/progressdialog.c
15236         * src/gtk/quicksearch.c
15237         * src/gtk/sslcertwindow.c
15238         * src/plugins/clamav/clamav_plugin.c
15239         * src/plugins/clamav/clamav_plugin_gtk.c
15240         * src/plugins/demo/demo.c
15241         * src/plugins/dillo_viewer/dillo_prefs.c
15242         * src/plugins/dillo_viewer/dillo_viewer.c
15243         * src/plugins/image_viewer/plugin.c
15244         * src/plugins/image_viewer/viewer.c
15245         * src/plugins/image_viewer/viewerprefs.c
15246         * src/plugins/mathml_viewer/mathml_viewer.c
15247         * src/plugins/pgpmime/passphrase.c
15248         * src/plugins/pgpmime/plugin.c
15249         * src/plugins/pgpmime/prefs_gpg.c
15250         * src/plugins/pgpmime/select-keys.c
15251         * src/plugins/pgpmime/sgpgme.c
15252         * src/plugins/spamassassin/spamassassin.c
15253         * src/plugins/spamassassin/spamassassin_gtk.c
15254         * src/plugins/trayicon/trayicon.c
15255                 sync with main (revision 104)
15256
15257 2005-02-10 [colin]      1.0.1cvs3.1
15258
15259         * src/mainwindow.c
15260                 Sync with HEAD (fix occasional crasher)
15261
15262 2005-02-10 [colin]      1.0.1cvs2.1
15263
15264         * src/messageview.c
15265                 Synw with HEAD (don't automatically display html)
15266
15267 2005-02-09 [colin]      1.0.1cvs1.3
15268
15269         * src/textview.c
15270         * src/textview.h
15271                 Add contextual menu on emails
15272
15273 2005-02-09 [colin]      1.0.1cvs1.2
15274
15275         * src/codeconv.c
15276                 Fix converting from broken headers and 
15277                 put back the _ in missing places
15278                 (feature broke with cvs24.2 sync, main 
15279                  possibly affected?)
15280
15281 2005-02-09 [colin]      1.0.1cvs1.1
15282
15283         * src/messageview.c
15284         * src/mimeview.c
15285         * src/mimeview.h
15286                 Sync with HEAD (display non text/plain mails with plugin)
15287
15288 2005-02-08 [colin]      1.0.1.1
15289
15290         * ChangeLog.claws
15291         * po/pt_BR.po
15292                 Sync with HEAD
15293         * configure.ac
15294                 Make default configuration directory 
15295                 be .sylpheed-gtk2
15296
15297 2005-02-08 [colin]      1.0.0cvs29.1
15298
15299         * po/de.po
15300         * po/es.po
15301         * po/fr.po
15302         * po/it.po
15303         * po/sk.po
15304         * po/sr.po
15305                 Sync translations with HEAD
15306
15307 2005-02-06 [colin]      1.0.0cvs28.3
15308
15309         * src/compose.c
15310                 Make compose a bit faster - patch by Alfons.
15311
15312 2005-02-06 [colin]      1.0.0cvs28.2
15313
15314         * src/compose.c
15315                 Make pasting via middle-click more reliable
15316
15317 2005-02-05 [paul]       1.0.0cvs28.1
15318
15319         * ChangeLog
15320         * ChangeLog.claws
15321         * ChangeLog.jp
15322         * configure.ac
15323         * src/compose.c
15324                 sync with HEAD
15325                 (fix bug 682 'redirect is broken'
15326
15327 2005-02-05 [torte]      1.0.0cvs27.1
15328
15329         * ChangeLog.claws
15330         * configure.ac
15331         * src/partial_download.c
15332                 Sync with HEAD (fix buf overflow)
15333
15334 2005-02-03 [colin]      1.0.0cvs26.1
15335
15336         * src/common/plugin.c
15337                 Sync with HEAD (avoid plugin mismatches)
15338
15339 2005-02-03 [paul]       1.0.0cvs25.3
15340
15341         * src/folderview.c
15342         * src/headerview.c
15343         * src/summaryview.c
15344         * src/textview.c
15345         * src/gtk/colorlabel.c
15346                 third and final part of initial sync with main-gtk2
15347
15348 2005-02-03 [paul]       1.0.0cvs25.2
15349
15350         * src/jpilot.c
15351                 fix building with jpilot support
15352
15353 2005-02-02 [colin]      1.0.0cvs25.1
15354
15355         * src/messageview.c
15356                 Sync with HEAD (fix dangerous typo)
15357
15358 2005-02-01 [colin]      1.0.0cvs24.3
15359
15360         * src/common/xml.c
15361                 Write file as advertised (UTF-8)
15362
15363 2005-02-01 [paul]       1.0.0cvs24.2
15364
15365         * src/addrbook.c
15366         * src/addrindex.c
15367         * src/alertpanel.h
15368         * src/codeconv.c
15369         * src/codeconv.h
15370         * src/compose.c
15371         * src/export.c
15372         * src/folder_item_prefs.c
15373         * src/html.c
15374         * src/imap.c
15375         * src/import.c
15376         * src/jpilot.c
15377         * src/mainwindow.c
15378         * src/matcher_parser_lex.l
15379         * src/messageview.c
15380         * src/mh.c
15381         * src/prefs_account.c
15382         * src/prefs_actions.c
15383         * src/prefs_common.c
15384         * src/prefs_gtk.c
15385         * src/prefs_gtk.h
15386         * src/prefs_themes.c
15387         * src/procheader.c
15388         * src/procmime.c
15389         * src/sourcewindow.c
15390         * src/statusbar.c
15391         * src/summaryview.c
15392         * src/textview.c
15393         * src/toolbar.c
15394         * src/unmime.c
15395         * src/common/template.c
15396         * src/common/utils.c
15397         * src/common/xml.c
15398         * src/common/xml.h
15399         * src/gtk/gtkaspell.c
15400         * src/plugins/clamav/clamav_plugin.c
15401         * src/plugins/dillo_viewer/dillo_prefs.c
15402         * src/plugins/image_viewer/viewerprefs.c
15403         * src/plugins/pgpmime/passphrase.c
15404         * src/plugins/pgpmime/prefs_gpg.c
15405         * src/plugins/pgpmime/select-keys.c
15406         * src/plugins/spamassassin/spamassassin.c
15407                 second part of initial sync with main-gtk2
15408                 (more to follow)
15409
15410 2005-01-31 [colin]      1.0.0cvs24.1
15411
15412         * src/compose.c
15413                 Sync with HEAD
15414
15415 2005-01-29 [paul]       1.0.0cvs23.2
15416
15417         * src/account.c
15418         * src/action.c
15419         * src/addressadd.c
15420         * src/addressbook.c
15421         * src/alertpanel.c
15422         * src/compose.c
15423         * src/editaddress.c
15424         * src/editbook.c
15425         * src/editgroup.c
15426         * src/editjpilot.c
15427         * src/editldap.c
15428         * src/editldap_basedn.c
15429         * src/editvcard.c
15430         * src/export.c
15431         * src/foldersel.c
15432         * src/grouplistdialog.c
15433         * src/import.c
15434         * src/importldif.c
15435         * src/inc.c
15436         * src/main.c
15437         * src/mainwindow.c
15438         * src/message_search.c
15439         * src/messageview.c
15440         * src/mimeview.c
15441         * src/prefs_actions.c
15442         * src/prefs_common.c
15443         * src/prefs_common.h
15444         * src/prefs_customheader.c
15445         * src/prefs_display_header.c
15446         * src/prefs_filtering.c
15447         * src/prefs_filtering_action.c
15448         * src/prefs_gtk.c
15449         * src/prefs_matcher.c
15450         * src/prefs_summary_column.c
15451         * src/prefs_template.c
15452         * src/sourcewindow.c
15453         * src/summary_search.c
15454         * src/summaryview.c
15455         * src/textview.c
15456         * src/gtk/about.c
15457         * src/gtk/description_window.c
15458         * src/gtk/gtkshruler.c
15459         * src/gtk/gtkutils.c
15460         * src/gtk/gtkutils.h
15461         * src/gtk/inputdialog.c
15462         * src/gtk/logwindow.c
15463         * src/gtk/prefswindow.c
15464         * src/gtk/progressdialog.c
15465         * src/gtk/progressdialog.h
15466                 first part of initial sync with main-gtk2
15467                 (more to follow)
15468
15469 2005-01-28 [colin]      1.0.0cvs23.1
15470
15471         * src/folderview.c
15472                 Sync with HEAD
15473
15474 2005-01-27 [colin]      1.0.0cvs21.1
15475
15476         * src/folder.c
15477         * src/folderview.c
15478                 Sync with HEAD
15479
15480 2005-01-27 [colin]      1.0.0cvs19.1
15481
15482         * src/procmime.c
15483                 Sync with HEAD
15484
15485 2005-01-27 [colin]      1.0.0cvs18.1
15486
15487         * src/messageview.c
15488         * src/summaryview.c
15489         * src/mainwindow.c
15490         * src/compose.c
15491         * src/compose.h
15492         * src/procmsg.c
15493         * src/procmsg.h
15494         * src/toolbar.c
15495                 Sync with HEAD
15496
15497 2005-01-26 [paul]       1.0.0cvs15.2
15498
15499         * src/compose.c
15500                 compose_entries_set(): convert subject and body to
15501                 utf8 if necessary. patch by Felix Eckhofer
15502
15503 2005-01-26 [paul]       1.0.0cvs15.1
15504
15505         * configure.ac
15506         * src/common/template.c
15507                 sync with HEAD (fix memory leak)
15508
15509 2005-01-25 [paul]       1.0.0cvs14.1
15510
15511         * configure.ac
15512         * src/compose.c
15513                 sync with HEAD
15514
15515 2005-01-24 [colin]      1.0.0cvs13.1
15516
15517         * src/summaryview.c
15518                 Sync with HEAD
15519
15520 2005-01-24 [paul]       1.0.0cvs12.1
15521
15522         * configure.ac
15523         * src/messageview.c
15524         * src/mh.c
15525         * src/common/utils.c
15526                 sync with HEAD
15527
15528 2005-01-24 [colin]      1.0.0cvs11.1
15529
15530         * src/procheader.c
15531                 Sync with HEAD
15532
15533 2005-01-24 [colin]      1.0.0cvs10.1
15534
15535         * src/folderview.c
15536                 Sync with HEAD
15537
15538 2005-01-23 [colin]      1.0.0cvs9.1
15539
15540         * src/crash.c
15541                 Sync with HEAD
15542
15543 2005-01-22 [colin]      1.0.0cvs8.1
15544
15545         * src/summaryview.c
15546         * src/gtk/quicksearch.c
15547                 Sync with HEAD
15548
15549 2005-01-21 [colin]      1.0.0cvs7.1
15550
15551         * src/summaryview.c
15552                 Sync with HEAD
15553
15554 2005-01-21 [colin]      1.0.0cvs6.1
15555
15556         * src/summaryview.c
15557                 Sync with HEAD
15558
15559 2005-01-21 [colin]      1.0.0cvs5.1
15560
15561         * src/gtk/quicksearch.c
15562         * src/prefs_common.c
15563         * src/prefs_common.h
15564                 Sync with HEAD (recurse option)
15565
15566 2005-01-21 [colin]      1.0.0cvs4.1
15567
15568         * src/folder.h
15569         * src/folderview.c
15570         * src/folderview.h
15571         * src/summaryview.c
15572         * src/gtk/quicksearch.c
15573         * src/gtk/quicksearch.h
15574                 Sync with HEAD (recursive quicksearch)
15575
15576 2005-01-20 [colin]      1.0.0cvs3.4
15577
15578         * src/ssl_manager.c
15579                 Remove useless code
15580
15581 2005-01-20 [colin]      1.0.0cvs3.3
15582
15583         * src/ssl_manager.c
15584                 Fix leak, thanks to Alfons.
15585
15586 2005-01-20 [colin]      1.0.0cvs3.2
15587
15588         * src/ssl_manager.c
15589                 Port SSL certificate window to GTK2.
15590
15591 2005-01-20 [paul]       1.0.0cvs3.1
15592
15593         * ChangeLog.claws
15594         * configure.ac
15595         * src/addrindex.c
15596         * src/addrindex.h
15597                 sync with HEAD
15598
15599 2005-01-19 [colin]      1.0.0cvs2.2
15600
15601         * src/plugins/trayicon/trayicon.c
15602                 Fix freeze with gtk-2.6, the easy way
15603                 (signal blocking helpless there...)
15604                 Closes bug #668.
15605
15606 2005-01-19 [colin]      1.0.0cvs2.1
15607
15608         * src/mbox.c
15609         * src/mbox.h
15610         * src/mainwindow.c
15611         * src/summaryview.c
15612         * src/summaryview.h
15613                 Sync with HEAD
15614
15615 2005-01-19 [paul]       1.0.0cvs1.1
15616
15617         * configure.ac
15618         * po/de.po
15619         * po/es.po
15620         * po/fr.po
15621         * po/hr.po
15622         * po/it.po
15623         * po/ja.po
15624         * po/ko.po
15625         * po/pt_BR.po
15626         * po/ru.po
15627         * po/sk.po
15628         * po/sr.po
15629                 sync with HEAD (update translations)
15630
15631 2005-01-18 [colin]      1.0.0cvs0.1
15632
15633         * src/foldersel.c
15634                 Specify search column - patch by Alfons
15635
15636 2005-01-18 [colin]      0.9.13cvs36.3
15637
15638         * src/prefs_toolbar.c
15639                 Change Delete to Remove
15640         * src/prefs_fonts.c
15641                 GTK2 version and leak fixes
15642         * src/prefs_actions.c
15643                 Add stock buttons.
15644                 All patches by Alfons
15645
15646 2005-01-17 [colin]      0.9.13cvs36.2
15647
15648         * src/compose.c
15649                 Fix DnD inserting twice. While at it,
15650                 add DnD support for text/plain in the
15651                 body, and add support in the headers.
15652
15653 2005-01-16 [colin]      0.9.13cvs36.1
15654
15655         * ChangeLog
15656         * ChangeLog.jp
15657         * ChangeLog.claws
15658                 Sync with HEAD (nothing applicable)
15659
15660 2005-01-16 [colin]      0.9.13cvs33.2
15661
15662         * src/prefs_toolbar.c
15663                 GTK2ize prefs_toolbar, by Alfons.
15664
15665 2005-01-14 [colin]      0.9.13cvs33.1
15666
15667         * src/html.c
15668         * src/msgcache.c
15669                 Sync with HEAD
15670
15671 2005-01-14 [colin]      0.9.13cvs32.1
15672
15673         * src/html.c
15674         * src/html.h
15675         * src/msgcache.c
15676         * AUTHORS
15677         * tools/calypso_convert.pl
15678                 Sync with HEAD
15679
15680 2005-01-08 [colin]      0.9.13cvs29.2
15681
15682         * src/prefs_filtering_action.c
15683         * src/prefs_filtering.c
15684                 2 more gtk2 patches by Alfons
15685
15686 2005-01-07 [paul]       0.9.13cvs29.1
15687
15688         * ChangeLog
15689         * ChangeLog.claws
15690         * ChangeLog.jp
15691         * configure.ac
15692         * src/pop.c
15693         * src/pop.h
15694                 sync with HEAD
15695
15696 2005-01-07 [colin]      0.9.13cvs28.3
15697
15698         * src/gtk/progressdialog.c
15699         * src/gtk/progressdialog.h
15700         * src/inc.c
15701         * src/send_message.c
15702                 GTK2 for the incorporation dialog. The CList isn't dead
15703                 yet, for a more smooth migration. Patch by Alfons.
15704
15705 2005-01-06 [colin]      0.9.13cvs28.2
15706
15707         * src/prefs_display_header.c
15708                 GTK2 conversion by Alfons
15709         * src/prefs_actions.c
15710         * src/prefs_matcher.c
15711                 Fix 2 leaks - patch by Alfons
15712
15713 2005-01-06 [colin]      0.9.13cvs28.1
15714
15715         * src/prefs_matcher.c
15716                 Sync with HEAD
15717
15718 2005-01-06 [colin]      0.9.13cvs27.4
15719
15720         * src/prefs_matcher.c
15721                 Fix double-free. Patch by Alfons
15722
15723 2005-01-06 [colin]      0.9.13cvs27.3
15724
15725         * src/prefs_matcher.c
15726                 GTK2 widgets + memleak
15727                 Patch by Alfons
15728
15729 2005-01-05 [colin]      0.9.13cvs27.2
15730
15731         * src/account.c
15732         * src/addr_compl.c
15733         * src/foldersel.c
15734         * src/stock_pixmap.c
15735         * src/stock_pixmap.h
15736                 3 more GTK2 patches by Alfons.
15737
15738 2005-01-04 [colin]      0.9.13cvs27.1
15739
15740         * src/folderview.c
15741         * src/imap_gtk.c
15742         * src/news_gtk.c
15743                 Sync with HEAD
15744
15745 2005-01-04 [colin]      0.9.13cvs25.9
15746
15747         * src/compose.c
15748                 Fix Show Ruler menuitem
15749         * src/prefs_template.c
15750                 Convert to GTK2
15751         * src/common/utils.c
15752                 Make auto pointer stuff handles NULLs
15753                 Patches by Alfons.
15754
15755 2005-01-04 [colin]      0.9.13cvs25.8
15756
15757         * src/compose.c
15758                 Move the attachment list to gtk2
15759                 Patch by Alfons.
15760
15761 2005-01-04 [colin]      0.9.13cvs25.7
15762
15763         * src/textview.c
15764                 Make some keys work again
15765                 Patch by SungHyun Nam <namsh@kldp.org>
15766
15767 2005-01-04 [colin]      0.9.13cvs25.6
15768
15769         * src/gtk/gtkshruler.c
15770                 Move the ruler to GTK2
15771                 Patch by Alfons
15772
15773 2005-01-03 [colin]      0.9.13cvs25.5
15774
15775         * src/compose.c
15776                 Fix my broken patch apply 
15777
15778 2005-01-03 [colin]      0.9.13cvs25.4
15779
15780         * src/common/utils.c
15781         * src/common/utils.h
15782         * src/gtk/prefswindow.c
15783                 Move auto pointer stuff to utils.c
15784                 Patch by Alfons again :)
15785
15786 2005-01-03 [colin]      0.9.13cvs25.3
15787
15788         * src/compose.c
15789         * src/prefs_gtk.c
15790         * src/prefs_template.c
15791         * src/textview.c
15792                 Empty text widgets with empty strings, not NULL char
15793                 Patch by SungHyun Nam <namsh@kldp_org>
15794
15795 2005-01-03 [colin]      0.9.13cvs25.2
15796
15797         * src/main.c
15798         * AUTHORS
15799                 Sync with HEAD
15800
15801 2005-01-03 [colin]      0.9.13cvs25.1
15802
15803         * src/pop.c
15804         * src/pop.h
15805                 Sync with HEAD
15806
15807 2005-01-03 [colin]      0.9.13cvs24.3
15808
15809         * src/account.c
15810                 Two patches from Alfons and Alex S Moore:
15811                 fix images, fix return value.
15812
15813 2005-01-01 [colin]      0.9.13cvs24.2
15814
15815         * src/prefs_actions.c
15816                 Fix over-zealous assertion. Patch by Alfons
15817
15818 2005-01-01 [colin]      0.9.13cvs24.1
15819
15820         * src/procmime.c
15821                 Sync with HEAD (leak fix)
15822
15823 2004-12-31 [colin]      0.9.13cvs23.2
15824
15825         * src/prefs_common.c
15826                 GTK2 widgets + stock buttons - patch by Alfons
15827
15828 2004-12-31 [paul]       0.9.13cvs23.1
15829
15830         * configure.ac
15831                 bump up EXTRA_VERSION to match (sync'ed) HEAD
15832         * src/gtk/pluginwindow.c
15833                 use GTK2 widgets and plug memory leaks,
15834                 patches by Alfons
15835
15836 2004-12-30 [colin]      0.9.13cvs22.4
15837
15838         * src/account.c
15839         * src/action.c
15840         * src/export.c
15841         * src/foldersel.c
15842         * src/import.c
15843         * src/message_search.c
15844         * src/prefs_actions.c
15845         * src/prefs_common.c
15846         * src/prefs_customheader.c
15847         * src/prefs_filtering.c
15848         * src/prefs_summary_column.c
15849         * src/summary_search.c
15850         * src/gtk/about.c
15851         * src/gtk/description_window.c
15852         * src/gtk/gtkutils.c
15853         * src/gtk/gtkutils.h
15854         * src/gtk/inputdialog.c
15855         * src/gtk/prefswindow.c
15856                 Use GTK2 stock buttons. Patches by Alfons.
15857
15858 2004-12-30 [colin]      0.9.13cvs22.3
15859
15860         * src/account.c
15861                 Sync with HEAD
15862         * src/prefs_actions.c
15863         * src/prefs_customheader.c
15864         * src/prefs_filtering.c
15865         * src/prefs_msg_colors.c
15866         * src/prefs_summary_column.c
15867         * src/gtk/prefswindow.c
15868                 Use GtkTreeView instead of deprecated 
15869                 widgets. Patches by Alfons.
15870
15871 2004-12-30 [paul]       0.9.13cvs22.2
15872
15873         * src/foldersel.c
15874                 use GTK 2 Tree View
15875                 patch by Alfons, with root folder sorting fix
15876                 by Stephan Sachse
15877
15878 2004-12-30 [paul]       0.9.13cvs22.1
15879
15880         * ChangeLog
15881         * ChangeLog.claws
15882         * ChangeLog.jp
15883         * NEWS
15884         * configure.ac
15885         * src/account.c
15886                 sync with HEAD
15887
15888 2004-12-22 [martin]     0.9.13cvs21.2
15889
15890         * src/action.c
15891                 free the command line after its use
15892
15893 2004-12-18 [paul]       0.9.13cvs21.1
15894
15895         * AUTHORS
15896         * ChangeLog
15897         * ChangeLog.claws
15898         * ChangeLog.jp
15899         * NEWS
15900         * configure.ac
15901         * src/action.c
15902         * src/compose.c
15903         * src/syldap.c
15904                 sync with HEAD
15905
15906 2004-12-17 [martin]     0.9.13cvs17.2
15907
15908         * src/action.c
15909                 convert actions input to locale
15910         * src/inc.c
15911                 convert notification command to locale
15912         * src/plugins/pgpmime/select-keys.c
15913                 convert attributes to utf8
15914
15915 2004-12-14 [colin]      0.9.13cvs17.1
15916
15917         * ChangeLog
15918         * ChangeLog.jp
15919         * ChangeLog.claws
15920         * src/action.c
15921         * src/common/utils.c
15922         * src/gtk/prefswindow.c
15923         * src/gtk/gtkutils.c
15924         * src/gtk/gtkutils.h
15925         * src/plugins/spamassassin/libspamc.c
15926                 Sync with HEAD
15927
15928 2004-12-13 [colin]      0.9.13cvs14.1
15929
15930         * src/quote_fmt_parse.y
15931                 Sync with HEAD
15932
15933 2004-12-10 [colin]      0.9.13cvs12.1
15934
15935         * src/prefs_themes.c
15936         * src/mainwindow.c
15937         * src/messageview.c
15938                 Sync with HEAD
15939
15940 2004-12-09 [colin]      0.9.13cvs10.1
15941
15942         * src/procmime.c
15943                 Sync with HEAD (fix B64 encoding from memory)
15944
15945 2004-12-08 [colin]      0.9.13cvs9.1
15946
15947         * src/gtk/colorlabel.c
15948                 Sync with HEAD
15949
15950 2004-12-08 [paul]       0.9.13cvs8.2
15951
15952         * src/gtk/pluginwindow.c
15953                 fix window resizing oddities
15954
15955 2004-12-08 [colin]      0.9.13cvs8.1
15956
15957         * src/quote_fmt_parse.y
15958                 Sync with HEAD
15959
15960 2004-12-08 [colin]      0.9.13cvs7.1
15961
15962         * src/matcher_parser_parse.y
15963         * src/msgcache.c
15964         * src/prefs_matcher.c
15965         * src/procheader.c
15966         * src/matcher.c
15967         * src/common/defs.h
15968         * po/sr.po
15969                 Sync with HEAD
15970
15971 2004-12-08 [colin]      0.9.13cvs6.1
15972
15973         * src/quote_fmt_parse.y
15974         * src/textview.c
15975                 Sync with HEAD
15976         * src/gtk/prefswindow.c
15977         * src/gtk/pluginwindow.c
15978                 Fix G_CALLBACKS protos (thanks to Alfons)
15979
15980 2004-12-07 [torte]      0.9.13cvs2.2
15981
15982         * src/procmime.c
15983                 [Bug 650] reply button causes crash
15984                 Thanks to David Relson and Christoph
15985
15986 2004-12-07 [colin]      0.9.13cvs2.1
15987
15988         * ChangeLog.claws
15989         * AUTHORS
15990         * po/sk.po
15991         * src/procmime.c
15992         * src/prefs_account.c
15993         * src/common/smtp.c
15994         * src/common/smtp.h
15995                 Sync with HEAD
15996
15997 2004-12-06 [colin]      0.9.12cvs187.1
15998
15999         * ChangeLog.claws
16000         * INSTALL
16001         * Makefile.am
16002         * README.claws
16003         * TODO.claws
16004         * configure.ac
16005         * po/bg.po
16006         * po/cs.po
16007         * po/el.po
16008         * po/en_GB.po
16009         * po/es.po
16010         * po/fr.po
16011         * po/hr.po
16012         * po/hu.po
16013         * po/it.po
16014         * po/ja.po
16015         * po/ko.po
16016         * po/nl.po
16017         * po/pl.po
16018         * po/pt_BR.po
16019         * po/ru.po
16020         * po/sk.po
16021         * po/sr.po
16022         * po/sv.po
16023         * po/zh_CN.po
16024         * po/zh_TW.Big5.po
16025         * src/compose.c
16026         * tools/Makefile.am
16027         * tools/README
16028         * tools/filter_conv.pl
16029         * tools/kdeservicemenu/README
16030         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16031         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16032                 Sync with HEAD
16033
16034 2004-12-04 [colin]      0.9.12cvs183.1
16035
16036         * src/compose.c
16037                 Sync with HEAD (compose window position saving)
16038
16039 2004-12-04 [paul]       0.9.12cvs182.3
16040
16041         * src/messageview.c
16042         * src/mimeview.c
16043         * src/prefs_customheader.c
16044         * src/gtk/quicksearch.c
16045                 replace some forgotten GTK_SIGNAL_FUNCs
16046
16047 2004-12-04 [paul]       0.9.12cvs182.2
16048
16049         * src/Makefile.am
16050                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
16051                 committed in error      
16052
16053 2004-12-04 [paul]       0.9.12cvs182.1
16054
16055         * ChangeLog
16056         * ChangeLog.claws
16057         * ChangeLog.jp
16058         * INSTALL
16059         * NEWS
16060         * README
16061         * README.jp
16062         * configure.ac
16063         * doc/manual/ja/Makefile.am
16064         * doc/manual/ja/sylpheed-1.html
16065         * doc/manual/ja/sylpheed-10.html
16066         * doc/manual/ja/sylpheed-11.html
16067         * doc/manual/ja/sylpheed-12.html
16068         * doc/manual/ja/sylpheed-13.html
16069         * doc/manual/ja/sylpheed-14.html
16070         * doc/manual/ja/sylpheed-15.html
16071         * doc/manual/ja/sylpheed-16.html
16072         * doc/manual/ja/sylpheed-17.html
16073         * doc/manual/ja/sylpheed-18.html
16074         * doc/manual/ja/sylpheed-19.html
16075         * doc/manual/ja/sylpheed-2.html
16076         * doc/manual/ja/sylpheed-20.html
16077         * doc/manual/ja/sylpheed-3.html
16078         * doc/manual/ja/sylpheed-4.html
16079         * doc/manual/ja/sylpheed-5.html
16080         * doc/manual/ja/sylpheed-6.html
16081         * doc/manual/ja/sylpheed-7.html
16082         * doc/manual/ja/sylpheed-8.html
16083         * doc/manual/ja/sylpheed-9.html
16084         * doc/manual/ja/sylpheed.html
16085         * doc/manual/ja/sylpheed.sgml
16086         * po/de.po
16087         * src/Makefile.am
16088         * src/compose.c
16089         * src/procmime.c
16090         * src/pixmaps/regular.xpm **REMOVED**
16091         * src/plugins/pgpmime/pgpmime.c
16092         * src/plugins/pgpmime/plugin.c
16093         * src/plugins/pgpmime/prefs_gpg.c
16094                 sync with HEAD
16095
16096 2004-12-03 [paul]       0.9.12cvs180.1
16097
16098         * ChangeLog
16099         * ChangeLog.claws
16100         * ChangeLog.jp
16101         * configure.ac
16102         * src/Makefile.am
16103         * src/pop.c
16104         * src/common/utils.c
16105         * src/common/utils.h
16106         * src/pixmaps/continue.xpm
16107         * src/pixmaps/dir_close.xpm
16108         * src/pixmaps/dir_open.xpm
16109         * src/pixmaps/drafts_close.xpm
16110         * src/pixmaps/drafts_open.xpm
16111         * src/pixmaps/folder.xpm **REMOVED**
16112         * src/pixmaps/group.xpm
16113         * src/pixmaps/unread.xpm
16114                 sync with HEAD
16115
16116 2004-12-02 [colin]      0.9.12cvs179.1
16117
16118         * src/compose.c
16119                 Sync with HEAD (non-duplicated reedition)
16120
16121 2004-12-02 [colin]      0.9.12cvs178.1
16122
16123         * src/compose.c
16124                 Sync with HEAD (linewrap_quote fix)
16125
16126 2004-12-01 [colin]      0.9.12cvs177.3
16127
16128         * src/addrharvest.c
16129                 Replace sizeof with strlen
16130
16131 2004-12-01 [paul]       0.9.12cvs177.2
16132
16133         * src/addrharvest.c
16134                 fix 'harvest addresses'
16135
16136 2004-11-30 [colin]      0.9.12cvs177.1
16137
16138         * src/gtk/prefswindow.c
16139         * src/gtk/pluginwindow.c
16140                 Sync with HEAD
16141
16142 2004-11-29 [colin]      0.9.12cvs176.1
16143
16144         * src/folderview.c
16145                 sync with HEAD (Fix disappearing separators in folderview's popup)
16146
16147 2004-11-29 [colin]      0.9.12cvs175.1
16148
16149         * src/procmime.c
16150                 Sync with head (another format fix)
16151
16152 2004-11-29 [colin]      0.9.12cvs174.1
16153
16154         * src/pop.c
16155                 Sync with HEAD (format string fix)
16156
16157 2004-11-26 [colin]      0.9.12cvs173.1
16158
16159         * src/common/smtp.c
16160         * src/common/smtp.h
16161                 Sync with HEAD
16162
16163 2004-11-24 [colin]      0.9.12cvs172.1
16164
16165         * src/plugins/pgpmime/pgpmime.c
16166                 Sync with HEAD
16167
16168 2004-11-24 [colin]      0.9.12cvs171.1
16169
16170         * src/plugins/pgpmime/pgpmime.c
16171                 Sync with head (gpgmectx leaks)
16172
16173 2004-11-24 [colin]      0.9.12cvs169.1
16174
16175         * src/plugins/pgpmime/plugin.c
16176         * src/plugins/trayicon/Makefile.am
16177         * src/plugins/trayicon/newmarkedmail.xpm
16178         * src/plugins/trayicon/trayicon.c
16179         * src/plugins/trayicon/unreadmarkedmail.xpm
16180                 Sync with HEAD
16181
16182 2004-11-23 [colin]      0.9.12cvs168.1
16183
16184         * src/partial_download.c
16185         * src/partial_download.h
16186         * src/plugins/pgpmime/plugin.c
16187                 Sync with HEAD
16188
16189 2004-11-23 [colin]      0.9.12cvs166.1
16190
16191         * src/Makefile.am
16192         * src/codeconv.c
16193         * src/compose.c
16194         * src/folderview.c
16195         * src/main.c
16196         * src/partial_download.c
16197         * src/partial_download.h
16198         * src/prefs_account.c
16199         * src/prefs_account.h
16200         * src/privacy.c
16201         * src/privacy.h
16202         * src/procmime.c
16203         * src/common/Makefile.am
16204         * src/common/base64.h
16205         * src/common/partial_download.c
16206         * src/common/partial_download.h
16207         * src/gtk/prefswindow.c
16208         * src/gtk/prefswindow.h
16209         * src/plugins/pgpmime/pgpmime.c
16210         * src/plugins/pgpmime/prefs_gpg.c
16211         * src/plugins/pgpmime/prefs_gpg.h
16212         * src/plugins/pgpmime/sgpgme.c
16213         * src/plugins/pgpmime/sgpgme.h
16214                 Sync with HEAD
16215
16216 2004-11-23 [colin]      0.9.12cvs163.1
16217
16218         * src/main.c
16219                 Sync with HEAD (cursor optimization)
16220
16221 2004-11-23 [colin]      0.9.12cvs162.1
16222
16223         * src/prefs_common.c
16224         * src/prefs_themes.c
16225         * src/procmsg.c
16226                 Sync with HEAD
16227
16228 2004-11-23 [colin]      0.9.12cvs158.9
16229
16230         * src/compose.c
16231                 Fix double-free when forwarding
16232         * src/msgcache.c
16233                 Fix leak on error path
16234                 
16235
16236 2004-11-23 [colin]      0.9.12cvs158.8
16237
16238         * src/compose.c
16239                 Fix possible double-free
16240                 Spotted by Alfons
16241
16242 2004-11-23 [colin]      0.9.12cvs158.7
16243
16244         * src/compose.c
16245                 Fix some signal handlers' prototypes
16246                 Spotted by Alfons
16247
16248 2004-11-22 [colin]      0.9.12cvs158.6
16249
16250         * src/compose.c
16251                 Remove unneeded code and duplicated
16252                 wrapping - patch by Alfons
16253
16254 2004-11-22 [colin]      0.9.12cvs158.5
16255
16256         * src/prefs_themes.c
16257                 Fix oversized selector
16258
16259 2004-11-22 [colin]      0.9.12cvs158.4
16260
16261         * src/compose.c
16262                 fix dump_text()
16263                 patch by Alfons
16264
16265 2004-11-19 [colin]      0.9.12cvs158.3
16266
16267         * src/textview.c
16268                 Add a context menu on links (open, copy)
16269
16270 2004-11-18 [paul]       0.9.12cvs158.2
16271
16272         * src/addrgather.c
16273         * src/exphtmldlg.c
16274         * src/expldifdlg.c
16275         * src/mimeview.c
16276         * src/prefs_common.c
16277         * src/plugins/image_viewer/viewer.c
16278         * src/plugins/spamassassin/spamassassin_gtk.c
16279                 replace deprecated gtk_notebook_set_page
16280                 and gtk_notebook_current_page
16281
16282 2004-11-18 [paul]       0.9.12cvs158.1
16283
16284         * configure.ac
16285         * src/compose.c
16286         * src/mainwindow.c
16287         * src/messageview.c
16288         * src/prefs_common.c
16289         * src/common/utils.c
16290         * src/common/utils.h
16291                 sync with HEAD
16292
16293 2004-11-17 [colin]      0.9.12cvs156.1
16294
16295         * src/prefs_account.c
16296         * src/prefs_account.h
16297         * src/procmsg.c
16298                 Sync with HEAD (add pref to store encrypted mails encrypted)
16299
16300 2004-11-17 [paul]       0.9.12cvs155.1
16301
16302         * ChangeLog
16303         * ChangeLog.claws
16304         * ChangeLog.jp
16305         * NEWS
16306         * configure.ac
16307         * src/compose.c
16308         * src/jpilot.c
16309         * src/privacy.c
16310         * src/procmime.c
16311         * src/procmime.h
16312         * src/procmsg.c
16313         * src/toolbar.c
16314         * src/pixmaps/error.xpm
16315                 sync with HEAD
16316
16317 2004-11-17 [colin]      0.9.12cvs151.1
16318
16319         * src/plugins/pgpmime/pgpmime.c
16320                 Sync with HEAD (remove debug printf)
16321
16322 2004-11-17 [colin]      0.9.12cvs150.1
16323
16324         * src/plugins/pgpmime/pgpmime.c
16325                 Sync with HEAD (off-by-one fix)
16326
16327 2004-11-17 [colin]      0.9.12cvs149.1
16328
16329         * src/procmsg.c
16330                 Sync with HEAD (coding style fixes)
16331
16332 2004-11-16 [colin]      0.9.12cvs148.1
16333
16334         * src/procmsg.c
16335                 Sync with head (Fix the fix)
16336
16337 2004-11-16 [colin]      0.9.12cvs147.1
16338
16339         * src/procmsg.c
16340                 Sync with Main (leak fix)
16341
16342 2004-11-16 [colin]      0.9.12cvs146.14
16343
16344         * src/compose.c
16345                 Remove useless chunk of code
16346                 Patch by Alfons
16347
16348 2004-11-15 [colin]      0.9.12cvs146.13
16349
16350         * src/compose.c
16351                 Fix drafting after insertion
16352                 Patch by Alfons
16353
16354 2004-11-15 [colin]      0.9.12cvs146.12
16355
16356         * src/compose.c
16357         * src/prefs_filtering.c
16358         * src/prefs_filtering_action.c
16359         * src/prefs_toolbar.c
16360                 Fix some const-correctness
16361
16362 2004-11-15 [colin]      0.9.12cvs146.11
16363
16364         * src/summaryview.c
16365         * src/prefs_themes.c
16366         * src/messageview.c
16367                 Fix some leaks
16368
16369 2004-11-15 [colin]      0.9.12cvs146.10
16370
16371         * src/codeconv.c
16372                 More unreadable locale fixes
16373
16374 2004-11-14 [colin]      0.9.12cvs146.9
16375
16376         * src/textview.c
16377                 Fix uri_security_check
16378                 Patch by Alfons
16379
16380 2004-11-13 [paul]       0.9.12cvs146.8
16381
16382         * src/folder.c
16383         * src/procmime.c
16384                 fix 2 bugs introduced in last commit
16385
16386 2004-11-13 [paul]       0.9.12cvs146.7
16387
16388         * src/compose.c
16389         * src/exporthtml.c
16390         * src/exportldif.c
16391         * src/folder.c
16392         * src/imap.c
16393         * src/imap_gtk.c
16394         * src/main.c
16395         * src/mainwindow.c
16396         * src/messageview.c
16397         * src/mh_gtk.c
16398         * src/prefs_themes.c
16399         * src/procmime.c
16400         * src/setup.c
16401         * src/summaryview.c
16402                 replace deprecated g_basename
16403
16404 2004-11-13 [paul]       0.9.12cvs146.6
16405
16406         * src/compose.c
16407         * src/imap.c
16408         * src/matcher_parser.h
16409         * src/matcher_parser_parse.y
16410         * src/prefs_filtering.c
16411         * src/prefs_filtering_action.c
16412         * src/prefs_themes.c
16413         * src/prefs_toolbar.c
16414         * src/common/utils.c
16415                 various small fixes/cleanups
16416
16417 2004-11-12 [colin]      0.9.12cvs146.5
16418
16419         * src/textview.c
16420                 Validate event's origin on visibility notify
16421                 Patch by Alfons.
16422
16423 2004-11-12 [paul]       0.9.12cvs146.4
16424
16425         * src/exporthtml.c
16426         * src/exportldif.c
16427         * src/imap.c
16428         * src/mh.c
16429         * src/mimeview.c
16430         * src/prefs_spelling.c
16431         * src/prefs_themes.c
16432                 replace deprecated g_dirname    
16433
16434 2004-11-12 [colin]      0.9.12cvs146.3
16435
16436         * src/textview.c
16437                 Some coding style fixes
16438
16439 2004-11-12 [colin]      0.9.12cvs146.2
16440
16441         * src/codeconv.c
16442                 We want to replace _all_ extended chars in
16443                 conv_unreadable_*, because any string containing
16444                 extended chars not parsing as UTF8 is 
16445                 undisplayed on gtk2.
16446
16447 2004-11-12 [paul]       0.9.12cvs146.1
16448
16449         * ChangeLog
16450         * ChangeLog.claws
16451         * ChangeLog.jp
16452         * NEWS
16453         * configure.ac
16454         * src/account.c
16455         * src/folderview.c
16456         * src/folderview.h
16457         * src/imap.c
16458         * src/imap_gtk.c
16459         * src/inc.c
16460         * src/mainwindow.c
16461         * src/mh_gtk.c
16462         * src/news_gtk.c
16463         * src/pop.c
16464         * src/prefs_account.c
16465         * src/prefs_account.h
16466         * src/prefs_ext_prog.c
16467         * src/procmime.c
16468         * src/procmime.h
16469         * src/procmsg.c
16470         * src/procmsg.h
16471         * src/summary_search.c
16472         * src/summaryview.c
16473         * src/textview.c
16474         * src/common/defs.h
16475         * src/common/utils.c
16476         * src/common/utils.h
16477         * src/gtk/menu.c
16478         * src/gtk/menu.h
16479                 sync with HEAD
16480
16481 2004-11-11 [colin]      0.9.12cvs144.2
16482
16483         * src/textview.c
16484                 Fix URI range selection (patch by Alfons)
16485
16486 2004-11-09 [colin]      0.9.12cvs144.1
16487
16488         * ChangeLog.claws
16489         * src/compose.c
16490         * src/folder.c
16491         * src/folder_item_prefs.c
16492         * src/prefs_account.c
16493         * src/prefs_account.h
16494         * src/plugins/pgpmime/pgpmime.c
16495                 Sync with HEAD
16496
16497 2004-11-08 [colin]      0.9.12cvs143.1
16498
16499         * src/summaryview.c
16500                 Sync with HEAD (optimize quicksearch)
16501
16502 2004-11-08 [colin]      0.9.12cvs142.2
16503
16504         * src/compose.c
16505                 Don't wrap when Edit/Auto wrapping is disabled
16506
16507 2004-11-08 [colin]      0.9.12cvs142.1
16508
16509         * src/textview.c
16510                 Sync with HEAD
16511
16512 2004-11-08 [colin]      0.9.12cvs141.1
16513
16514         * src/textview.c
16515                 Sync with HEAD (fix some mail URIs)
16516
16517 2004-11-08 [colin]      0.9.12cvs140.3
16518
16519         * src/textview.c
16520                 o Use text cursor instead of arrow when
16521                   not on a link
16522                 o Fix handling of contiguous links (as in
16523                   "colin@colino.net" <colin@colino.net>)
16524                   This one unveils a bug in get_email_part()
16525
16526 2004-11-07 [colin]      0.9.12cvs140.2
16527
16528         * src/textview.c
16529                 Fix memleak. Patch by Alfons.
16530
16531 2004-11-06 [colin]      0.9.12cvs140.1
16532
16533         * src/compose.c
16534                 Sync with HEAD (don't ask passphrase
16535                 when drafting)
16536
16537 2004-11-06 [paul]       0.9.12cvs139.2
16538
16539         * AUTHORS
16540         * src/textview.c
16541         * src/textview.h
16542                 textview URI handling. hovering over a 
16543                 link displays it in the status bar,
16544                 and changes the mouse pointer to a hand 
16545                 cursor. a link is activated with a single 
16546                 click. (Modified from the) patch by Jean-Yves 
16547                 Lefort <jylefort@users.sourceforge.net>
16548                 
16549
16550 2004-11-05 [colin]      0.9.12cvs139.1
16551
16552         * src/compose.c
16553         * src/procmime.c
16554                 Sync with HEAD again ^^
16555
16556 2004-11-05 [colin]      0.9.12cvs139.1
16557
16558         * src/compose.c
16559         * src/procmime.c
16560                 Sync with HEAD
16561
16562 2004-11-03 [paul]       0.9.12cvs138.1
16563
16564         * ChangeLog.claws
16565         * configure.ac
16566         * po/POTFILES.in
16567         * src/prefs_ext_prog.c
16568         * src/procmime.c
16569         * tools/kdeservicemenu/README
16570         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16571         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16572                 sync with HEAD
16573
16574 2004-11-01 [christoph]  0.9.12cvs136.2
16575
16576         * src/procmime.c
16577                 convert MIME parameters to UTF-8
16578
16579 2004-10-29 [colin]      0.9.12cvs136.1
16580
16581         * src/common/utils.c
16582                 Sync with HEAD (don't use '=' in mime boundary)
16583
16584 2004-10-29 [paul]       0.9.12cvs135.1
16585
16586         * configure.ac
16587         * doc/src/rfc2231.txt
16588         * src/procmime.c
16589         * src/common/quoted-printable.c
16590         * src/common/utils.c
16591         * src/common/utils.h
16592                 sync with HEAD
16593
16594 2004-10-27 [paul]       0.9.12cvs134.1
16595
16596         * configure.ac
16597         * src/main.c
16598         * src/procmime.c
16599         * src/plugins/pgpmime/pgpmime.c
16600                 sync with HEAD
16601
16602 2004-10-26 [paul]       0.9.12cvs132.3
16603
16604         * src/account.c
16605         * src/addressbook.c
16606         * src/addrgather.c
16607         * src/addrharvest.c
16608         * src/codeconv.c
16609         * src/compose.c
16610         * src/customheader.c
16611         * src/editaddress.c
16612         * src/editgroup.c
16613         * src/enriched.c
16614         * src/expldifdlg.c
16615         * src/exporthtml.c
16616         * src/exportldif.c
16617         * src/folder.c
16618         * src/foldersel.c
16619         * src/folderview.c
16620         * src/grouplistdialog.c
16621         * src/html.c
16622         * src/imap.c
16623         * src/jpilot.c
16624         * src/ldapserver.c
16625         * src/ldif.c
16626         * src/mimeview.c
16627         * src/news.c
16628         * src/news_gtk.c
16629         * src/pop.c
16630         * src/prefs_display_header.c
16631         * src/prefs_gtk.c
16632         * src/prefs_msg_colors.c
16633         * src/prefs_toolbar.c
16634         * src/procheader.c
16635         * src/procmime.c
16636         * src/summaryview.c
16637         * src/textview.c
16638         * src/toolbar.c
16639         * src/vcard.c
16640         * src/common/mgutils.c
16641         * src/common/nntp.c
16642         * src/common/smtp.c
16643         * src/common/template.c
16644         * src/common/utils.c
16645         * src/common/xmlprops.c
16646         * src/plugins/pgpmime/pgpmime.c
16647         * src/plugins/pgpmime/select-keys.c
16648         * src/plugins/pgpmime/sgpgme.c
16649                 replace deprecated g_strcasecmp(), g_strncasecmp(),
16650                 g_string_sprintfa(), gtk_notebook_current_page()
16651
16652 2004-10-26 [colin]      0.9.12cvs132.2
16653
16654         * src/prefs_folder_item.c
16655                 Fix default-account selection
16656
16657 2004-10-21 [colin]      0.9.12cvs133
16658
16659         * src/compose.c
16660                 Sync with HEAD (Remove extra separator in compose's Options)
16661         * src/textview.c
16662                 Set wrapping to char
16663
16664 2004-10-21 [paul]       0.9.12cvs131.2
16665
16666         * src/compose.c
16667         * src/sourcewindow.c
16668                 fix wrapping
16669                 fix window shrinking 
16670
16671 2004-10-21 [colin]      0.9.12cvs131.1
16672
16673         * ChangeLog.claws
16674         * src/compose.c
16675                 Sync with HEAD
16676
16677 2004-10-21 [paul]       0.9.12cvs130.2
16678
16679         * src/prefs_folder_item.c
16680                 sync with HEAD (Apply to subfolders)
16681
16682 2004-10-19 [colin]      0.9.12cvs130.1
16683
16684         * ChangeLog.claws
16685         * src/compose.c
16686         * src/common/utils.c
16687         * src/gtk/menu.c
16688                 Sync with HEAD
16689
16690 2004-10-19 [colin]      0.9.12cvs128.1
16691
16692         * src/addrbook.c
16693         * src/addrcache.c
16694         * src/addressbook.c
16695         * src/codeconv.c
16696         * src/compose.c
16697         * src/customheader.c
16698         * src/editaddress.c
16699         * src/editgroup.c
16700         * src/exporthtml.c
16701         * src/folder.c
16702         * src/folderview.c
16703         * src/imap.c
16704         * src/jpilot.c
16705         * src/main.c
16706         * src/matcher_parser_parse.y
16707         * src/mbox.c
16708         * src/pop.c
16709         * src/prefs_account.c
16710         * src/prefs_gtk.c
16711         * src/prefs_msg_colors.c
16712         * src/procheader.c
16713         * src/procmime.c
16714         * src/procmime.h
16715         * src/procmsg.c
16716         * src/summaryview.c
16717         * src/textview.c
16718         * src/common/base64.c
16719         * src/common/partial_download.c
16720         * src/common/socket.c
16721         * src/common/sylpheed.c
16722         * src/common/utils.c
16723         * src/common/utils.h
16724         * src/gtk/pluginwindow.c
16725         * src/gtk/quicksearch.c
16726         * src/plugins/clamav/clamav_plugin.c
16727         * src/plugins/clamav/clamav_plugin.h
16728         * src/plugins/clamav/clamav_plugin_gtk.c
16729         * src/plugins/pgpmime/passphrase.c
16730         * src/plugins/pgpmime/pgpmime.c
16731         * src/plugins/pgpmime/plugin.c
16732         * src/plugins/pgpmime/prefs_gpg.c
16733         * src/plugins/pgpmime/prefs_gpg.h
16734         * src/plugins/pgpmime/select-keys.c
16735         * src/plugins/pgpmime/sgpgme.c
16736         * src/plugins/spamassassin/libspamc.c
16737         * src/plugins/spamassassin/spamassassin.c
16738         * src/plugins/spamassassin/spamassassin.h
16739         * src/plugins/spamassassin/spamassassin_gtk.c
16740         * src/plugins/trayicon/trayicon.c
16741         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
16742                 Sync with HEAD
16743
16744 2004-10-14 [colin]      0.9.12cvs126.2
16745
16746         * src/codeconv.c
16747         * src/textview.c
16748                 Fix conv_unreadable_locale
16749
16750 2004-10-13 [colin]      0.9.12cvs126.1
16751
16752         * src/compose.c
16753                 Sync with HEAD (don't convert charset for 
16754                 drafted messages, minor cleanup)
16755
16756 2004-10-13 [colin]      0.9.12cvs125.1
16757
16758         * po/POTFILES.in
16759                 Sync with HEAD (POTFILES fix)
16760
16761 2004-10-12 [colin]      0.9.12cvs124.3
16762
16763         * src/compose.c
16764                 Fix encoding bug from latest sync
16765
16766 2004-10-12 [paul]       0.9.12cvs124.2
16767
16768         * src/plugins/pgpmime/prefs_gpg.c
16769         * src/plugins/pgpmime/prefs_gpg.h
16770                 forgotten in last commit        
16771
16772 2004-10-12 [paul]       0.9.12cvs124.1
16773
16774         * ChangeLog.claws
16775         * configure.ac
16776         * m4/spamassassin.m4
16777         * src/Makefile.am
16778         * src/account.c
16779         * src/compose.c
16780         * src/compose.h
16781         * src/crash.c
16782         * src/main.c
16783         * src/mimeview.c
16784         * src/passphrase.c
16785         * src/passphrase.h
16786         * src/prefs_account.c
16787         * src/prefs_account.h
16788         * src/prefs_common.c
16789         * src/privacy.c
16790         * src/privacy.h
16791         * src/procmime.c
16792         * src/procmime.h
16793         * src/procmsg.c
16794         * src/rfc2015.c
16795         * src/rfc2015.h
16796         * src/select-keys.c
16797         * src/select-keys.h
16798         * src/textview.c
16799         * src/common/utils.c
16800         * src/common/utils.h
16801         * src/gtk/about.c
16802         * src/plugins/pgpmime/Makefile.am
16803         * src/plugins/pgpmime/passphrase.c
16804         * src/plugins/pgpmime/passphrase.h
16805         * src/plugins/pgpmime/pgpmime.c
16806         * src/plugins/pgpmime/plugin.c
16807         * src/plugins/pgpmime/select-keys.c
16808         * src/plugins/pgpmime/select-keys.h
16809         * src/plugins/pgpmime/sgpgme.c
16810         * src/plugins/pgpmime/sgpgme.h
16811                 sync with HEAD
16812
16813 2004-10-04 [colin]      0.9.12cvs122.1
16814
16815         * src/mainwindow.c
16816         * src/messageview.c
16817         * src/messageview.h
16818         * src/textview.c
16819                 Sync with HEAD
16820
16821 2004-10-04 [colin]      0.9.12cvs121.1
16822
16823         * src/summaryview.c
16824                 Sync with HEAD
16825
16826 2004-10-04 [paul]       0.9.12cvs120.1
16827
16828         * configure.ac
16829                 sync with HEAD [don't try to build 
16830                 pgpmime plugin when gpgme is disabled]
16831
16832 2004-10-03 [colin]      0.9.12cvs119.3
16833
16834         * src/gtk/gtksctree.c
16835                 Lots of side effects. Put back as before 117.2.
16836         * src/summaryview.c
16837                 Fix bug #602
16838
16839 2004-10-03 [colin]      0.9.12cvs119.2
16840
16841         * src/gtk/gtksctree.c
16842                 Revert 608 fix that doesn't work that good
16843
16844 2004-10-02 [colin]      0.9.12cvs119.1
16845
16846         * src/mainwindow.c
16847         * src/messageview.c
16848         * src/prefs_common.h
16849         * src/procmime.c
16850         * src/procmime.h
16851         * src/textview.c
16852                 Sync with HEAD
16853         * src/gtk/gtksctree.c
16854                 Close bug #608
16855
16856 2004-10-01 [colin]      0.9.12cvs118.1
16857
16858         * src/mimeview.c
16859                 Sync with HEAD (better Save All fix)
16860
16861 2004-10-01 [colin]      0.9.12cvs117.2
16862
16863         * src/gtk/gtksctree.c
16864                 Faster on selection
16865
16866 2004-10-01 [colin]      0.9.12cvs117.1
16867
16868         * src/mimeview.c
16869                 Sync with HEAD (Save All: only attachments)
16870
16871 2004-10-01 [paul]       0.9.12cvs116.1
16872
16873         * ChangeLog.claws
16874         * configure.ac
16875         * src/account.c
16876         * src/prefs_common.c
16877         * src/gtk/colorlabel.c
16878                 sync with HEAD
16879
16880 2004-09-30 [colin]      0.9.12cvs115.1
16881
16882         * src/stock_pixmap.c
16883         * src/stock_pixmap.h
16884         * src/folderview.c
16885         * src/Makefile.am
16886         * src/pixmaps/read.xpm
16887                 Sync with HEAD (new pixmap)
16888
16889 2004-09-29 [colin]      0.9.12cvs114.1
16890
16891         * src/compose.c
16892                 Sync with HEAD
16893                 Fix focus handling in headers
16894
16895 2004-09-29 [paul]       0.9.12cvs113.1
16896
16897         * src/quote_fmt_parse.y
16898                 sync with HEAD
16899  
16900
16901 2004-09-28 [colin]      0.9.12cvs112.1
16902
16903         * src/folderview.c
16904         * src/mainwindow.c
16905                 Sync with HEAD
16906
16907 2004-09-28 [colin]      0.9.12cvs110.1
16908
16909         * src/folderview.c
16910                 Sync with HEAD (Contextual Empty trash menu)
16911
16912 2004-09-28 [colin]      0.9.12cvs108.1
16913
16914         * src/addressbook.c
16915                 Sync with HEAD (addressbook edit on double-click)
16916
16917 2004-09-28 [colin]      0.9.12cvs106.1
16918
16919         * src/inc.c
16920                 Sync with HEAD (folder_item freeze on inc)
16921
16922 2004-09-27 [colin]      0.9.12cvs105.1
16923
16924         * src/folderview.c
16925                 Sync with HEAD (right-align new and unread column)
16926
16927 2004-09-27 [colin]      0.9.12cvs104.1
16928
16929         * src/main.c
16930                 Sync with HEAD (revert 0.9.12cvs101)
16931
16932 2004-09-24 [colin]      0.9.12cvs103.2
16933
16934         * src/wizard.c
16935                 Fix gtk warnings and use domain part of the email address 
16936                 when domain detection fails (no dot in domain name)
16937
16938 2004-09-23 [colin]      0.9.12cvs103.1
16939
16940         * src/plugins/spamassassin/libspamc.c
16941         * src/plugins/spamassassin/libspamc.h
16942         * src/plugins/spamassassin/utils.c
16943         * src/plugins/spamassassin/utils.h
16944                 Sync with HEAD (Update spamassassin to 3.0)
16945
16946 2004-09-21 [colin]      0.9.12cvs102.3
16947
16948         * src/action.c
16949                 Add horizontal scrollbar in action io dialog as needed
16950                 Patch by Alfons.
16951
16952 2004-09-20 [colin]      0.9.12cvs102.2
16953
16954         * src/plugins/image_viewer/viewer.c
16955                 Remove imlib stuff
16956                 use gtk_pixmap_set when clearing
16957                 (would be better to use gtkImages, but causes size-allocate 
16958                 signals storm)
16959
16960 2004-09-17 [paul]       0.9.12cvs102.1
16961
16962         * ChangeLog
16963         * ChangeLog.claws
16964         * ChangeLog.jp
16965         * configure.ac
16966         * src/inc.c
16967                 sync with HEAD
16968
16969
16970 2004-09-17 [colin]      0.9.12cvs101.1
16971
16972         * ChangeLog.claws
16973         * src/main.c
16974                 Sync with HEAD (fix segs at exit)
16975
16976 2004-09-14 [colin]      0.9.12cvs99.5
16977
16978         * src/common/socket.c
16979         * AUTHORS
16980                 Fix send error on 64bit platforms
16981                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
16982
16983 2004-09-14 [colin]      0.9.12cvs99.4
16984
16985         * src/action.c
16986                 Fix action output with utf8 
16987                 Patch by Alfons.
16988
16989 2004-09-14 [colin]      0.9.12cvs99.3
16990
16991         * ChangeLog.claws
16992         * src/folder.c
16993                 Sync with HEAD
16994
16995 2004-09-09 [colin]      0.9.12cvs99.2
16996
16997         * src/action.c
16998                 Fix progress bar (displaying "Completed %v/%u")
16999                 Patch by Alfons.
17000
17001 2004-09-08 [colin]      0.9.12cvs99.1
17002
17003         * src/account.c
17004         * src/folder.c
17005         * src/procmsg.c
17006         * src/procmsg.h
17007         * src/plugins/pgpmime/pgpmime.c
17008                 Sync with HEAD
17009
17010 2004-09-08 [colin]      0.9.12cvs97.2
17011
17012         * src/summaryview.c
17013                 Don't select mails in collapsed threads 
17014                 when navigating with up/down
17015
17016 2004-09-07 [colin]      0.9.12cvs97.1
17017
17018         * src/inc.c
17019                 Sync with HEAD (meaningful error messages)
17020
17021 2004-09-06 [colin]      0.9.12cvs96.1
17022
17023         * src/toolbar.c
17024                 Sync with HEAD (fix Redirect graying out)
17025
17026 2004-09-06 [colin]      0.9.12cvs95.1
17027
17028         * src/summaryview.c
17029         * src/mimeview.c
17030                 Sync with HEAD (fix dropped URIs)
17031
17032 2004-09-06 [colin]      0.9.12cvs94.1
17033
17034         * src/addressbook.c
17035         * src/addressitem.h
17036         * src/addritem.c
17037         * src/addritem.h
17038                 Sync with HEAD (addressbook DnD)
17039
17040 2004-09-03 [colin]      0.9.12cvs93.1
17041
17042         * src/summaryview.c
17043                 Sync with HEAD (next/prev unread)
17044
17045 2004-09-03 [colin]      0.9.12cvs92.1
17046
17047         * src/prefs_common.c
17048         * src/prefs_common.h
17049         * src/summaryview.c
17050                 Sync with HEAD ('mark_as_read_delay' pref)
17051
17052 2004-09-02 [colin]      0.9.12cvs91.2
17053
17054         * src/common/xml.c
17055                 Fix leak
17056
17057 2004-09-02 [colin]      0.9.12cvs91.1
17058
17059         * src/gtk/menu.c
17060                 Sync with HEAD (menu accel don't work, but whatever)
17061
17062 2004-09-02 [colin]      0.9.12cvs90.1
17063
17064         * src/account.c
17065                 Sync with HEAD (fix bug 582)
17066
17067 2004-09-02 [colin]      0.9.12cvs89.1
17068
17069         * src/addrindex.c
17070                 Sync with HEAD (free deleted queries)
17071
17072 2004-09-02 [colin]      0.9.12cvs88.1
17073
17074         * src/ldapquery.c
17075                 Sync with HEAD (fix LDAP freezes)
17076
17077 2004-09-02 [colin]      0.9.12cvs87.1
17078
17079         * src/prefs_spelling.c
17080                 Sync with HEAD (add default dictionary)
17081
17082 2004-09-01 [colin]      0.9.12cvs86.1
17083
17084         * src/filtering.c
17085         * src/folderview.c
17086         * src/imap.c
17087         * src/prefs_matcher.c
17088         * src/stock_pixmap.c
17089         * src/summary_search.c
17090         * src/summaryview.c
17091         * src/wizard.c
17092         * src/wizard.h
17093                 Sync with HEAD (uninitialized vars fixes)
17094                 + gtk2 specific warning fixes
17095
17096 2004-08-31 [colin]      0.9.12cvs85.1
17097
17098         * src/folder.c
17099                 Sync with HEAD (Fix memory corruption due to 
17100                 uninitialized var)
17101
17102 2004-08-31 [colin]      0.9.12cvs84.4
17103
17104         * src/summary_search.c
17105                 Fix segfaults when searching in folders with broken headers
17106
17107 2004-08-31 [colin]      0.9.12cvs84.3
17108
17109         * src/compose.c
17110         * src/textview.c
17111                 Fix some more encoding/decoding issues
17112
17113 2004-08-30 [colin]      0.9.12cvs84.2
17114
17115         * src/mimeview.c
17116         * src/prefs_themes.c
17117         * src/gtk/filesel.c
17118         * src/gtk/filesel.h
17119                 Add a folder-mode selection (fixes mimeview's "Save all")
17120
17121 2004-08-29 [colin]      0.9.12cvs84.1
17122
17123         * src/mimeview.c
17124                 Sync with HEAD (don't escape saved filenames)
17125
17126 2004-08-27 [colin]      0.9.12cvs83.1
17127
17128         * ChangeLog
17129         * ChangeLog.claws
17130         * ChangeLog.jp
17131         * src/mh.c
17132         * src/procheader.c
17133         * src/procmsg.c
17134         * src/procmsg.h
17135         * src/common/utils.c
17136         * src/gtk/menu.h
17137         * po/
17138                 Sync with HEAD 0.9.12cvs83 (sync with main)
17139
17140 2004-08-26 [colin]      0.9.12cvs82.4
17141
17142         * src/codeconv.c
17143                 Fix strange stack corruption
17144                 Convert to utf8 after unmime, not before
17145
17146 2004-08-26 [colin]      0.9.12cvs82.3
17147
17148         * src/main.c
17149         * src/wizard.c
17150                 Fix account folders duplication
17151
17152 2004-08-25 [colin]      0.9.12cvs82.2
17153
17154         * src/wizard.c
17155                 Remove ports
17156                 Add SSL selection
17157                 Use login@server as account name
17158
17159 2004-08-25 [colin]      0.9.12cvs82.1
17160
17161         * src/plugins/pgpmime/pgpmime.c
17162                 Sync with HEAD (leak fix).
17163
17164 2004-08-25 [colin]      0.9.12cvs81.1
17165
17166         * src/plugins/pgpmime/pgpmime.c
17167         * src/plugins/pgpmime/sgpgme.c
17168         * src/plugins/pgpmime/sgpgme.h
17169                 Sync with HEAD (Handle combined messages).
17170
17171 2004-08-24 [colin]      0.9.12cvs80.3
17172
17173         * src/wizard.c
17174                 Fix full name, ports, and imap
17175
17176 2004-08-24 [colin]      0.9.12cvs80.2
17177
17178         * src/Makefile.am
17179         * src/main.c
17180         * src/setup.c
17181         * src/setup.h
17182         * src/stock_pixmap.c
17183         * src/stock_pixmap.h
17184         * src/wizard.c ** ADDED **
17185         * src/wizard.h ** ADDED ** 
17186         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
17187                 Add a setup wizard 
17188
17189 2004-08-24 [colin]      0.9.12cvs80.1
17190
17191         * src/folder.c
17192                 Sync with HEAD (set mimeflags on all messages)
17193
17194 2004-08-24 [colin]      0.9.12cvs79.3
17195
17196         * src/matcher_parser_lex.l
17197                 Fix 8bits strings not in utf8
17198
17199 2004-08-24 [colin]      0.9.12cvs79.2
17200
17201         * src/compose.c
17202                 Check conversion result before replacing buffer
17203
17204 2004-08-23 [colin]      0.9.12cvs79.1
17205
17206         * src/compose.c
17207                 Sync with HEAD (create message header in memory)
17208
17209 2004-08-23 [colin]      0.9.12cvs78.1
17210
17211         * src/rfc2015.c
17212         * src/rfc2015.h
17213                 Sync with HEAD (fix bug 197 again)
17214
17215 2004-08-23 [colin]      0.9.12cvs77.3
17216
17217         * src/compose.c
17218                 Fix again inline gpg signing (which outputs utf8
17219                 in gtk2). Not syncing this fix to HEAD as this 
17220                 code is meant to die.
17221
17222 2004-08-23 [colin]      0.9.12cvs77.2
17223
17224         * src/prefs_account.h
17225                 Remove useless include
17226
17227 2004-08-23 [colin]      0.9.12cvs77.1
17228
17229         * src/imap.c
17230         * po/es.po
17231         * po/fr.po
17232         * po/it.po
17233         * po/pl.po
17234         * po/pt_BR.po
17235         * po/sk.po
17236         * po/sr.po
17237                 Sync with HEAD (fix bug 577)
17238
17239 2004-08-22 [colin]      0.9.12cvs76.1
17240
17241         * src/plugins/trayicon/trayicon.c
17242                 Sync with HEAD (fix formatting bug)
17243
17244 2004-08-21 [colin]      0.9.12cvs74.2
17245
17246         * src/gtk/colorsel.c
17247                 Fix bug 564 (Folder color selection window exits on any
17248                 keypress)
17249
17250 2004-08-21 [colin]      0.9.12cvs74.1
17251
17252         * ChangeLog.claws
17253         * src/compose.c
17254         * src/summaryview.c
17255         * src/toolbar.c
17256                 Sync with HEAD (fix bug 576)
17257
17258 2004-08-21 [colin]      0.9.12cvs70.1
17259
17260         * src/compose.c
17261         * src/mainwindow.c
17262                 Sync with HEAD
17263                 
17264
17265 2004-08-21 [paul]       0.9.12cvs66.4
17266
17267         * src/mainwindow.c
17268         * src/messageview.c
17269         * src/gtk/menu.c
17270         * src/plugins/spamassassin/spamassassin_gtk.c
17271                 remove some deprecated gtk1 functions
17272
17273
17274 2004-08-21 [colin]      0.9.12cvs66.3
17275
17276         * src/compose.c
17277         * src/codeconv.c
17278                 Fix warnings
17279                 Remove encoding hacks
17280                 Fix bug 575 (Strange character messes up message)
17281                 Don't display conversion error when drafting
17282
17283 2004-08-21 [paul]       0.9.12cvs66.2
17284
17285         * src/prefs_account.c
17286                 fix GnuPG mode bugs
17287
17288
17289 2004-08-20 [colin]      0.9.12cvs66.1
17290
17291         * src/codeconv.c
17292                 Sync with HEAD 0.9.12cvs66
17293
17294 2004-08-20 [paul]
17295
17296         * src/plugins/pgpmime/plugin.c
17297                 modify PGP/MIME plugin's description
17298
17299 2004-08-17 [colin]      0.9.12cvs65.1
17300
17301         * src/common/ssl.c
17302         * src/plugins/pgpmime/plugin.c
17303                 Sync with HEAD
17304
17305 2004-08-14 [colin]      0.9.12cvs60.3
17306
17307         * src/plugins/trayicon/trayicon.c
17308                 Put back resize callback, on size-request signal
17309                 rather than size-allocate to avoid infinite 
17310                 callback loop
17311
17312 2004-08-13 [colin]      0.9.12cvs60.2
17313
17314         * src/common/defs.h
17315                 Cache versions have been fixed
17316
17317 2004-08-13 [colin]      0.9.12cvs60.1
17318
17319         * src/folderutils.c
17320                 Sync with HEAD
17321
17322 2004-08-12 [colin]      0.9.12cvs59.1
17323
17324         * src/plugins/trayicon/trayicon.c
17325                 Sync with HEAD
17326
17327 2004-08-12 [colin]      0.9.12cvs57.5
17328
17329         * sylpheed.desktop
17330         * configure.ac
17331         * src/Makefile.am
17332         * src/main.c
17333                 Add support for Freedesktop.org's startup notification
17334
17335 2004-08-11 [colin]      0.9.12cvs57.4
17336
17337         * src/textview.c
17338                 Fix off-by-one
17339
17340 2004-08-11 [colin]      0.9.12cvs57.3
17341
17342         * src/message_search.c
17343         * src/summary_search.c
17344                 Make searches case insensitive by default
17345         * src/textview.c
17346                 Fix case-insensitive search in message
17347
17348 2004-08-11 [colin]      0.9.12cvs57.2
17349
17350         * src/summary_search.c
17351                 Let case-sensitive be specified
17352
17353 2004-08-10 [colin]      0.9.12cvs55.4
17354
17355         * src/common/socket.c
17356                 Fix the possible race condition
17357
17358 2004-08-09 [paul]       0.9.12cvs55.3
17359
17360         * configure.ac
17361         * src/Makefile.am
17362         * src/common/Makefile.am
17363                 sync with HEAD
17364
17365
17366 2004-08-09 [paul]       0.9.12cvs55.2
17367
17368         * autogen.sh
17369         * po/poconv.sh
17370                 remove unneeded script
17371
17372         * configure.ac
17373                 add forgotten USE_LDAP_TLS (sync with HEAD)
17374
17375
17376 2004-08-09 [colin]      0.9.12cvs55.1
17377
17378         * src/main.c
17379         * src/common/ssl.c
17380         * src/common/sylpheed.c
17381         * src/common/sylpheed.h
17382                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
17383
17384 2004-08-09 [paul]       0.9.12cvs54.1
17385
17386         * ChangeLog
17387         * ChangeLog.claws
17388         * ChangeLog.jp
17389         * configure.ac
17390         * po/POTFILES.in
17391         * src/Makefile.am
17392         * src/folderutils.c
17393         * src/main.c
17394         * src/pgpmime.c
17395         * src/pgpmime.h
17396         * src/sgpgme.c
17397         * src/sgpgme.h
17398         * src/plugins/Makefile.am
17399         * src/plugins/pgpmime/.cvsignore
17400         * src/plugins/pgpmime/Makefile.am
17401         * src/plugins/pgpmime/pgpmime.c
17402         * src/plugins/pgpmime/pgpmime.h
17403         * src/plugins/pgpmime/plugin.c
17404         * src/plugins/pgpmime/sgpgme.c
17405         * src/plugins/pgpmime/sgpgme.h
17406                 sync with HEAD
17407
17408 2004-08-08 [paul]       0.9.12cvs51.1
17409
17410         * configure.ac
17411         * src/folder.c
17412                 sync with HEAD
17413
17414 2004-08-07 [colin]      0.9.12cvs50.1
17415
17416         * src/pop.c
17417         * src/common/partial_download.c
17418                 fix warnings (sync from HEAD)
17419
17420 2004-08-07 [colin]      0.9.12cvs48.1
17421
17422         * src/prefs_folder_item.c
17423                 sync with HEAD 0.9.12cvs48
17424
17425 2004-08-06 [colin]      0.9.12cvs47.1
17426
17427         * src/compose.c
17428                 Sync with HEAD
17429
17430 2004-08-06 [christoph]  0.9.12cvs46.2
17431
17432         * src/main.c
17433         * src/plugins/clamav/clamav_plugin_gtk.c
17434         * src/plugins/dillo_viewer/dillo_viewer.c
17435         * src/plugins/image_viewer/plugin.c
17436         * src/plugins/mathml_viewer/mathml_viewer.c
17437         * src/plugins/spamassassin/spamassassin_gtk.c
17438         * src/plugins/trayicon/trayicon.c
17439                 don't mix GTK1.2 plugin with GTK2 plugins
17440
17441 2004-08-06 [colin]      0.9.12cvs46.1
17442
17443         * ChangeLog
17444         * ChangeLog.claws
17445         * ChangeLog.jp
17446         * configure.ac
17447         * sylpheed-claws.pc.in
17448         * src/folder.c
17449         * src/imap.c
17450         * src/localfolder.c
17451         * src/messageview.c
17452         * src/mimeview.c
17453         * src/mimeview.h
17454         * src/msgcache.c
17455         * src/news.c
17456         * src/prefs_ext_prog.c
17457         * src/prefs_folder_item.c
17458         * src/prefs_fonts.c
17459         * src/prefs_msg_colors.c
17460         * src/prefs_spelling.c
17461         * src/prefs_themes.c
17462         * src/prefs_toolbar.c
17463         * src/prefs_wrapping.c
17464         * src/procmime.h
17465         * src/common/defs.h
17466         * src/common/nntp.c
17467         * src/common/session.c
17468         * src/common/session.h
17469         * src/common/socket.c
17470         * src/common/utils.h
17471         * src/common/xml.c
17472         * src/common/xml.h
17473         * src/gtk/prefswindow.c
17474         * src/gtk/prefswindow.h
17475         * src/plugins/clamav/clamav_plugin_gtk.c
17476         * src/plugins/dillo_viewer/dillo_prefs.c
17477         * src/plugins/image_viewer/viewerprefs.c
17478         * src/plugins/spamassassin/spamassassin_gtk.c
17479         * m4/openssl.m4 *** REMOVED ***
17480                 Sync with HEAD 0.9.12cvs46
17481
17482 2004-08-03 [paul]       0.9.12cvs40.2
17483
17484         * src/action.c
17485         * src/addressadd.c
17486         * src/addressbook.c
17487         * src/addrgather.c
17488         * src/browseldap.c
17489         * src/compose.c
17490         * src/crash.c
17491         * src/editaddress.c
17492         * src/editgroup.c
17493         * src/editldap_basedn.c
17494         * src/foldersel.c
17495         * src/importldif.c
17496         * src/mimeview.c
17497         * src/prefs_common.c
17498         * src/prefs_template.c
17499         * src/sourcewindow.c
17500         * src/summaryview.c
17501         * src/gtk/about.c
17502         * src/gtk/foldersort.c
17503         * src/gtk/logwindow.c
17504         * src/gtk/pluginwindow.c
17505         * src/gtk/prefswindow.c
17506                 change all gtk_scrolled_window_set_policy from 
17507                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
17508
17509 2004-08-02 [paul]       0.9.12cvs40.1
17510
17511         * AUTHORS
17512                 update translation team section
17513         * po/pt_BR.po
17514                 updated by Frederico Goncalves Guimaraes
17515                 <fggdebian@yahoo.com.br>
17516
17517 2004-07-31 [colin]      0.9.12cvs39.9
17518
17519         * src/exphtmldlg.c
17520                 Fix compilation
17521
17522 2004-07-31 [colin]      0.9.12cvs39.8
17523
17524         * src/exphtmldlg.c
17525                 Fix an alertpanel type
17526
17527 2004-07-30 [colin]      0.9.12cvs39.7
17528
17529         * src/alertpanel.c
17530                 Fix alertpanel_error_log's icon
17531
17532 2004-07-30 [colin]      0.9.12cvs39.6
17533
17534         * src/pop.c
17535                 Two of them should still be warnings
17536
17537 2004-07-30 [colin]      0.9.12cvs39.5
17538
17539         * src/pop.c
17540                 More warning -> error
17541 2004-07-29 [colin]      0.9.12cvs39.4
17542
17543         * src/pop.c
17544                 Warning -> error
17545
17546 2004-07-29 [colin]      0.9.12cvs39.3
17547
17548         * src/prefs_matcher.c
17549                 Fix segfault
17550
17551 2004-07-29 [colin]      0.9.12cvs39.2
17552
17553         * src/alertpanel.c
17554                 More nice-looking alertpanels
17555
17556 2004-07-29 [colin]      0.9.12cvs39.1
17557
17558         * src/messageview.c
17559                 sync with head
17560                 (inform user when partial mail is deleted on server)
17561
17562 2004-07-29 [colin]      0.9.12cvs38.1
17563
17564         * src/messageview.c
17565                 sync with head
17566
17567 2004-07-28 [paul]       0.9.12cvs37.7
17568
17569         * src/mainwindow.c
17570                 complete the replacement of deprecated gtk_progress_*
17571
17572 2004-07-28 [paul]       0.9.12cvs37.6
17573
17574         * src/action.c
17575         * src/inc.c
17576         * src/mainwindow.c
17577         * src/send_message.c
17578         * src/gtk/progressdialog.c
17579         * src/gtk/progressdialog.h
17580                 replace deprecated gtk_progress_*
17581
17582 2004-07-28 [paul]       0.9.12cvs37.5
17583
17584         * src/gtk/filesel.c
17585                 remove gtk_window_set_wmclass()
17586 2004-07-28 [paul]       0.9.12cvs37.4
17587
17588         * src/addressbook.c
17589         * src/compose.c
17590         * src/foldersel.c
17591         * src/mainwindow.c
17592         * src/messageview.c
17593         * src/sourcewindow.c
17594         * src/gtk/logwindow.c
17595                 remove gtk_window_set_wmclass()
17596                 
17597         * src/prefs_filtering.c
17598         * src/prefs_filtering_action.c
17599         * src/prefs_fonts.c
17600         * src/prefs_gtk.c
17601         * src/prefs_matcher.c
17602         * src/ssl_manager.c
17603         * src/gtk/prefswindow.c
17604                 replace gtk_window_position()
17605
17606 2004-07-28 [colin]      0.9.12cvs37.3
17607
17608         * src/alertpanel.c
17609         * src/alertpanel.h
17610                 Add a way to specify panel type for specific
17611                 panels (alertpanel())
17612         * src/account.c
17613         * src/addressbook.c
17614         * src/compose.c
17615         * src/expldifdlg.c
17616         * src/main.c
17617         * src/messageview.c
17618         * src/summaryview.c
17619         * src/textview.c
17620         * src/gtk/sslcertwindow.c
17621                 Fix alertpanel()s so that their icon match
17622                 their real type
17623
17624 2004-07-28 [paul]       0.9.12cvs37.2
17625
17626         * src/addr_compl.c
17627         * src/addressbook.c
17628         * src/alertpanel.c
17629         * src/compose.c
17630         * src/export.c
17631         * src/foldersel.c
17632         * src/folderview.c
17633         * src/grouplistdialog.c
17634         * src/import.c
17635         * src/mainwindow.c
17636         * src/message_search.c
17637         * src/messageview.c
17638         * src/passphrase.c
17639         * src/prefs_actions.c
17640         * src/prefs_common.c
17641         * src/prefs_customheader.c
17642         * src/prefs_display_header.c
17643         * src/prefs_filtering.c
17644         * src/prefs_filtering_action.c
17645         * src/prefs_gtk.c
17646         * src/prefs_matcher.c
17647         * src/prefs_msg_colors.c
17648         * src/prefs_summary_column.c
17649         * src/prefs_template.c
17650         * src/sourcewindow.c
17651         * src/ssl_manager.c
17652         * src/summary_search.c
17653         * src/gtk/colorsel.c
17654         * src/gtk/description_window.c
17655         * src/gtk/gtkaspell.c
17656         * src/gtk/inputdialog.c
17657         * src/gtk/logwindow.c
17658         * src/gtk/prefswindow.c
17659         * src/gtk/progressdialog.c
17660                 replace deprecated gtk_window_set_policy
17661
17662 2004-07-27 [colin]      0.9.12cvs37.1
17663
17664         * src/msgcache.c
17665                 More fixes (synced for head again)
17666
17667 2004-07-27 [colin]      0.9.12cvs35.3
17668
17669         * src/msgcache.c
17670                 Fix wrong test
17671
17672 2004-07-27 [colin]      0.9.12cvs35.2
17673
17674         * src/mimeview.c
17675                 Fix width a bit (by Paul)
17676         * src/alertpanel.c
17677         * src/alertpanel.h
17678                 Specialize icons, make alertpanel_message()
17679                 private
17680         * src/message_search.c
17681         * src/sgpgme.c
17682         * src/summary_search.c
17683                 Suit alertpanel changes
17684
17685 2004-07-27 [colin]      0.9.12cvs35.1
17686
17687         * src/alertpanel.c
17688                 Add an icon
17689         * src/passphrase.c
17690                 Add debug output - maybe someone will
17691                 want to look at the problem with Grab
17692                 Input :)
17693         Bump version as we're synced with HEAD
17694
17695 2004-07-26 [colin]      0.9.12cvs33.26
17696
17697         * src/pop.c
17698                 Fix uidl-file parsing when not in new
17699                 format
17700
17701 2004-07-26 [colin]      0.9.12cvs33.25
17702
17703         * src/gtk/menu.c
17704                 Move popup menu up if necessary (fixes 
17705                 account selector)
17706         * src/mainwindow.c
17707                 Set account selector's button height to
17708                 minimum
17709
17710 2004-07-26 [colin]      0.9.12cvs33.24
17711
17712         * src/alertpanel.c
17713                 Maybe fix 551 (Truncated font in alert window)
17714
17715 2004-07-26 [colin]      0.9.12cvs33.23
17716
17717         * po/de.po
17718         * po/es.po
17719         * po/fr.po
17720         * po/it.po
17721         * po/ja.po
17722         * po/pl.po
17723         * po/ru.po
17724         * po/sk.po
17725         * po/sr.po
17726         * po/zh_CN.po
17727                 Sync po files with HEAD
17728
17729 2004-07-26 [paul]       0.9.12cvs33.22
17730
17731         * src/compose.c
17732                 fix Bug 556 'Organisation-header is sent even if empty'
17733
17734 2004-07-24 [colin]      0.9.12cvs33.21
17735
17736         * src/compose.c
17737         * src/gtk/gtkaspell.c
17738         * src/gtk/gtkaspell.h
17739                 Fix speller accelerators (require hack)
17740
17741 2004-07-24 [colin]      0.9.12cvs33.20
17742
17743         * src/gtk/gtkaspell.c
17744                 Fix over-eager code deletion breaking
17745                 Check while typing
17746
17747 2004-07-24 [colin]      0.9.12cvs33.19
17748
17749         * src/browseldap.c
17750         * src/ldapctrl.c
17751         * src/ldapctrl.h
17752         * src/ldapserver.h
17753                 Sync ldap with HEAD
17754         (Fixes 546 LDAP completely broken)
17755
17756 2004-07-24 [colin]      0.9.12cvs33.18
17757
17758         * src/prefs_msg_colors.c
17759                 Fix prototype mismatch
17760         (Fixes 547 void function cannot return value)
17761
17762 2004-07-24 [colin]      0.9.12cvs33.17
17763
17764         * src/mainwindow.c
17765                 Fix sort going back to previous sort key
17766                 when changing sort direction
17767
17768 2004-07-24 [colin]      0.9.12cvs33.16
17769
17770         * src/compose.c
17771                 Fix space insertion when re-wrapping at 
17772                 cursor point
17773
17774 2004-07-24 [colin]      0.9.12cvs33.15
17775
17776         * src/gtk/gtkaspell.c
17777                 Don't change cursor position in insert-text
17778                 callback
17779         (Fixes 539 Word wrapping on input transposes letters)
17780
17781 2004-07-24 [colin]      0.9.12cvs33.14
17782
17783         * src/gtk/gtkaspell.c
17784                 Reencode non-ascii chars to dictionary's
17785                 encoding
17786         (Fixes 544 Spell check broken non english locale)
17787
17788 2004-07-24 [colin]      0.9.12cvs33.13
17789
17790         * src/summaryview.c
17791                 Fix Shift+Down, add Home/End/PgUp/PgDown
17792
17793 2004-07-21 [colin]      0.9.12cvs33.12
17794
17795         * src/prefs_common.c
17796                 Fix a gtk warning (Patch by Andrej Kacian)
17797
17798 2004-07-21 [colin]      0.9.12cvs33.11
17799
17800         * src/gtk/filesel.c
17801                 More check
17802
17803 2004-07-21 [colin]      0.9.12cvs33.10
17804
17805         * src/compose.c
17806         * src/crash.c
17807         * src/export.c
17808         * src/import.c
17809         * src/messageview.c
17810         * src/mimeview.c
17811         * src/prefs_spelling.c
17812         * src/prefs_themes.c
17813         * src/summaryview.c
17814         * src/gtk/filesel.c
17815         * src/gtk/filesel.h
17816         * src/gtk/pluginwindow.c
17817                 Untwist open/save mode guessing logic, make
17818                 it explicit
17819
17820 2004-07-20 [colin]      0.9.12cvs33.9
17821
17822         * src/codeconv.c
17823                 conv_encode_header: src_charset is UTF-8 on
17824                 gtk2
17825         * src/compose.c
17826                 Remove double encoding of the headers
17827
17828 2004-07-20 [colin]      0.9.12cvs33.8
17829
17830         * src/codeconv.c
17831                 Fix typo
17832
17833 2004-07-20 [colin]      0.9.12cvs33.7
17834
17835         * src/mainwindow.c
17836                 Set the separated messageview to the saved
17837                 size of Claws' messageview (Patch by Alfons)
17838                 Fix a callback prototype (me)
17839
17840 2004-07-20 [colin]      0.9.12cvs33.6
17841
17842         * src/codeconv.h
17843                 Forgot one hunk in 0.9.12cvs33.4
17844
17845 2004-07-19 [colin]      0.9.12cvs33.5
17846
17847         * src/action.c
17848                 Action output fix
17849                 Patch by Alfons
17850
17851 2004-07-19 [colin]      0.9.12cvs33.4
17852
17853         * src/compose.c
17854                 Fix outgoing charset bug in headers
17855         * src/codeconv.c
17856                 Clean for glib2 - Patch by Alfons
17857
17858 2004-07-19 [colin]      0.9.12cvs33.3
17859
17860         * src/statusbar.c
17861                 Remove grip from the statusbar
17862                 Patch by Alfons
17863
17864 2004-07-19 [colin]      0.9.12cvs33.2
17865
17866         * src/messageview.c
17867         * src/textview.c
17868                 Fix messageview remembering the previous
17869                 scroll position when loading a new message
17870                 Patch by Alfons
17871
17872 2004-07-19 [colin]      0.9.12cvs33.1
17873
17874         * src/folder.h
17875         * src/folderview.c
17876         * src/summaryview.c
17877                 Sync with HEAD
17878
17879 2004-07-18 [colin]      0.9.12cvs32.7
17880
17881         * configure.ac
17882                 Remove useless check for XIM - noticed
17883                 by Alfons
17884
17885 2004-07-18 [colin]      0.9.12cvs32.6
17886
17887         * src/summaryview.c
17888                 Remove non-modified and shift-modified
17889                 accelerators in summaryview's popup
17890                 menu, as that doesn't get catched by
17891                 the accel-activate signal catcher...
17892
17893 2004-07-18 [colin]      0.9.12cvs32.5
17894
17895         * src/prefs_common.c
17896                 Define sensible default prefs for 
17897                 wrapping
17898
17899 2004-07-18 [colin]      0.9.12cvs32.4
17900
17901         * src/compose.c
17902         * src/prefs_common.c
17903         * src/prefs_common.h
17904         * src/prefs_wrapping.c
17905                 Remove Smart Wrapping pref, which does
17906                 nothing on gtk2 branch
17907
17908 2004-07-18 [colin]      0.9.12cvs32.3
17909
17910         * src/sourcewindow.c
17911                 Proper utf8
17912
17913 2004-07-18 [colin]      0.9.12cvs32.2
17914
17915         * src/compose.c
17916                 Save attachment status when drafting
17917
17918 2004-07-18 [colin]      0.9.12cvs32.1
17919
17920         * src/gtk/filesel.c
17921                 Fix erratic folder selection in open mode
17922
17923 2004-07-18 [colin]      0.9.12cvs31.11
17924
17925         * src/pop.c
17926                 Don't let partial messages get deleted
17927                 even with "dowload all"
17928                 (0.9.12cvs31.8 fix extension)
17929 2004-07-18 [colin]      0.9.12cvs31.10
17930
17931         * src/gtk/logwindow.c
17932                 Fix log scrolling
17933
17934 2004-07-18 [colin]      0.9.12cvs31.9
17935
17936         * src/common/utils.c
17937                 Fix non-utf8 strings coming from commands
17938                 and files
17939
17940 2004-07-18 [colin]      0.9.12cvs31.8
17941
17942         * src/pop.c
17943                 Fix partial download bug with Download all
17944                 messages option
17945
17946 2004-07-18 [colin]      0.9.12cvs31.7
17947
17948         * src/textview.c
17949                 Fix bug introduced in 0.9.12cvs31.2
17950                 (blocked in select mode after double click)
17951
17952 2004-07-18 [colin]      0.9.12cvs31.6
17953
17954         * src/compose.c
17955         * src/gtk/menu.c
17956                 More glib-warning fixes
17957
17958 2004-07-18 [colin]      0.9.12cvs31.5
17959
17960         * src/compose.c
17961                 Fix trashing the primary clipboard when moving 
17962                 around with tab
17963         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
17964
17965 2004-07-18 [colin]      0.9.12cvs31.4
17966
17967         * src/codeconv.c
17968                 convert unencoded iso headers to utf8
17969         (Fix Bug 538 Unencoded local characters in subject make it 
17970          disappear)
17971
17972 2004-07-18 [colin]      0.9.12cvs31.3
17973
17974         * src/compose.c
17975                 Fix tab char handling in wrapping
17976         (Fix Bug 537 Line wrap problem - TAB character treated as 
17977          one character instead of 8)
17978
17979 2004-07-18 [colin]      0.9.12cvs31.2
17980
17981         * src/textview.c
17982                 return FALSE on GDK_MOTION_NOTIFY
17983         (Fix Bug 535 Hyperlinks/addresses are not selectable 
17984          (unable to highlight))
17985
17986 2004-07-18 [colin]      0.9.12cvs31.1
17987
17988         * src/folderview.c
17989                 Sync with 0.9.12cvs31
17990
17991 2004-07-18 [colin]      0.9.12cvs30.4
17992
17993         * src/compose.c
17994                 Also block text_inserted when inserting a file
17995
17996 2004-07-18 [colin]      0.9.12cvs30.3
17997
17998         * src/compose.c
17999                 Fix smart wrapping (block text_inserted handler
18000                 while putting quotation to avoid wrap on input,
18001                 don't join lines if next is sig separator)
18002
18003 2004-07-17 [colin]      0.9.12cvs30.2
18004
18005         * src/folderview.c
18006         * src/mainwindow.c
18007         * src/mimeview.c
18008         * src/summaryview.c
18009         * src/gtk/quicksearch.c
18010         * src/gtk/quicksearch.h
18011                 Block key events handlers *and* accels while
18012                 quicksearch is focused
18013         (Fixes Bug 534 quick-search bar not accepting certain letters)
18014
18015 2004-07-17 [colin]      0.9.12cvs30.1
18016
18017         * src/folder.h
18018         * src/folderview.c
18019         * src/summaryview.c
18020                 Sync with 0.9.12cvs30
18021
18022 2004-07-17 [colin]      0.9.12cvs28.2
18023
18024         * src/mimeview.c
18025         * src/procmime.c
18026         * src/summaryview.c
18027         * src/gtk/menu.c
18028                 Squash some compile and glib warnings
18029
18030 2004-07-17 [paul]       0.9.12cvs28.1
18031
18032         * src/mimeview.c
18033                 sync with 0.9.12cvs28 HEAD
18034
18035 2004-07-16 [paul]       0.9.12cvs26.1
18036         
18037         * src/gtk/quicksearch.c
18038         * src/account.c
18039         * src/account.h
18040         * src/compose.c
18041         * src/customheader.c
18042         * src/folder_item_prefs.c
18043         * src/main.c
18044         * src/mainwindow.c
18045         * src/messageview.c
18046         * src/mimeview.c
18047         * src/news.c
18048         * src/pgpmime.c
18049         * src/pop.c
18050         * src/pop.h
18051         * src/prefs_account.c
18052         * src/prefs_account.h
18053         * src/prefs_common.c
18054         * src/prefs_common.h
18055         * src/prefs_display_header.c
18056         * src/prefs_gtk.c
18057         * src/prefs_gtk.h
18058         * src/procheader.c
18059         * src/procmime.c
18060                 sync with 0.9.12cvs26 HEAD      
18061
18062 2004-07-15 [colin]      0.9.12cvs18.14
18063
18064         * src/folder.c
18065                 Disable GPG signature check during
18066                 folder move and scan
18067         (Closes Bug 521 Signature checking slows down Folder-Move)
18068
18069 2004-07-14 [colin]      0.9.12cvs18.13
18070
18071         * src/common/partial_download.c
18072                 update includes
18073
18074 2004-07-14 [colin]      0.9.12cvs18.12
18075
18076         * src/common/partial_download.c
18077         * src/common/partial_download.h
18078                 Move doc at top, add correct copyright
18079
18080 2004-07-14 [colin]      0.9.12cvs18.11
18081
18082         * src/folder.c
18083         * src/messageview.c
18084         * src/pop.c
18085         * src/pop.h
18086         * src/procmsg.c
18087         * src/summaryview.c
18088         * src/common/Makefile.am
18089         * src/common/partial_download.c ** NEW FILES **
18090         * src/common/partial_download.h ** NEW FILES **
18091                 Move partial-download related stuff to its
18092                 own file
18093
18094 2004-07-14 [colin]      0.9.12cvs18.10
18095
18096         * src/send_message.c
18097                 Fix smtp auth when user is null or empty
18098
18099 2004-07-13 [colin]      0.9.12cvs18.9
18100
18101         * src/gtk/quicksearch.c
18102                 Use alphabetic order
18103
18104 2004-07-13 [colin]      0.9.12cvs18.8
18105
18106         * src/pop.c
18107                 Be paranoid on the checks
18108
18109 2004-07-13 [colin]      0.9.12cvs18.7
18110
18111         * src/gtk/quicksearch.c
18112                 Fix Engrish once again
18113
18114 2004-07-13 [colin]      0.9.12cvs18.6
18115
18116         * src/procmsg.c
18117         * src/summaryview.c
18118                 Mark messages for deletion when they are about to
18119                 be removed from trash
18120
18121 2004-07-13 [colin]      0.9.12cvs18.5
18122
18123         * src/matcher.c
18124         * src/matcher.h
18125         * src/matcher_parser_parse.y
18126         * src/prefs_matcher.c
18127         * src/gtk/quicksearch.c
18128                 Add 'partial' ('p') match string to find partially
18129                 downloaded messages
18130
18131 2004-07-13 [colin]      0.9.12cvs18.4
18132
18133         * src/pop.c
18134                 Fix misplaced block
18135
18136 2004-07-13 [colin]      0.9.12cvs18.3
18137
18138         * src/pop.c
18139         * src/pop.h
18140         * src/messageview.c
18141                 Refactor API (to avoid passing 5+ params and code
18142                 duplication)
18143         * src/folder.c
18144         * src/msgcache.c
18145         * src/procheader.c
18146         * src/common/defs.h
18147                 Add planned_download to cache
18148                 Don't mess uidl file when moving partially downloaded
18149                 mails (they change folder, we should change it in the
18150                 uidl list too or we'll remove an incorrect message)
18151                 (this also helps removing hacks when changing 
18152                 planned_download in messageview.c)
18153
18154 2004-07-12 [colin]      0.9.12cvs18.2
18155
18156         * src/gtk/quicksearch.c
18157                 Fix missing status update in quicksearch
18158
18159 2004-07-12 [paul]       0.9.12cvs18.1
18160
18161         * po/POTFILES.in
18162         * src/Makefile.am
18163         * src/account.c
18164         * src/codeconv.c
18165         * src/compose.c
18166         * src/inc.c
18167         * src/main.c
18168         * src/prefs_common.c
18169         * src/procmsg.h
18170         * src/toolbar.c
18171         * src/prefs_msg_colors.[ch]     ** NEW FILES **
18172         * src/prefs_wrapping.[ch]       ** NEW FILES **
18173         * src/common/intl.h
18174         * src/common/utils.[ch]
18175         * src/gtk/quicksearch.[ch]
18176                 sync with 0.9.12cvs18 HEAD
18177
18178 2004-07-12 [colin]      0.9.11cvs17.25
18179
18180         * src/folder.c
18181         * src/folder.h
18182                 Remove unused function added by me in 0.9.11cvs17.10
18183
18184 2004-07-11 [colin]      0.9.11cvs17.24
18185
18186         * src/inc.c
18187         * src/messageview.c
18188         * src/pop.c
18189         * src/pop.h
18190                 Use folderitem and msgnum instead of filename to
18191                 know which mail to delete
18192                 Move old partial mail deletion to pop.c
18193
18194 2004-07-10 [colin]      0.9.11cvs17.23
18195
18196         * src/inc.c
18197                 Add debug
18198         * src/pop.c
18199         * src/pop.h
18200                 Don't re-use same enums for unrelated stuff: it's 
18201                 completely misleading !
18202                 Document a bit
18203
18204 2004-07-09 [colin]      0.9.11cvs17.22
18205
18206         * src/inc.c
18207                 Remove folder-type check and do
18208                 more tests to be sure everything's
18209                 ok
18210         * src/messageview.c
18211                 Punctuation update, remove useless
18212                 code, fix two warnings
18213         * src/noticeview.c
18214                 Layout cleaning, reset 2nd button
18215                 when specifying one
18216
18217 2004-07-09 [colin]      0.9.11cvs17.21
18218
18219         * src/messageview.c
18220         * src/pop.c
18221         * src/pop.h
18222                 Allow user to change his mind
18223                 and postpone decision (by
18224                 unmarking the mail)
18225
18226 2004-07-09 [colin]      0.9.11cvs17.20
18227
18228         * src/messageview.c
18229                 Fix bug with delete state
18230         * src/pop.c
18231         * src/pop.h
18232                 Fix buffer leak (fread doesn't 
18233                 terminate buffers with \0)
18234                 Refactoring (remove magic 
18235                 numbers)
18236
18237 2004-07-09 [colin]      0.9.11cvs17.19
18238
18239         * src/pop.c
18240                 Don't log "Skipping message" if 
18241                 we're going to TOP it two lines
18242                 later
18243
18244 2004-07-09 [colin]      0.9.11cvs17.18
18245
18246         * src/messageview.c
18247                 Fix Engrish
18248
18249 2004-07-09 [colin]      0.9.11cvs17.17
18250
18251         * src/pop.c
18252                 strlen checking...
18253         * src/messageview.c
18254                 refactoring a bit
18255
18256 2004-07-08 [colin]      0.9.11cvs17.16
18257
18258         * src/noticeview.c
18259         * src/noticeview.h
18260                 Add an optional second button
18261         * src/messageview.c
18262         * src/pop.c
18263         * src/pop.h
18264                 Don't delete partially received mails after a certain
18265                 time; rather, let the user decide.
18266
18267 2004-07-08 [colin]      0.9.11cvs17.15
18268
18269         * src/common/smtp.h
18270                 Sync with HEAD
18271
18272 2004-07-08 [colin]      0.9.11cvs17.14
18273
18274         * src/messageview.c
18275         * src/common/smtp.c
18276                 Use to_human_readable() for sizes
18277
18278 2004-07-08 [colin]      0.9.11cvs17.13
18279
18280         * src/inc.c
18281         * src/messageview.c
18282         * src/pop.c
18283         * src/pop.h
18284         * src/procmsg.c
18285                 Fix partial-downloading issues:
18286                         catch unsupported TOP
18287                         don't delete partially downloaded mails before 5 days
18288                         don't update existing with non-MH folders; that'll
18289                         make dups, but it's better than trashing the folder
18290                         free new msginfo parts
18291                 Fix indentation ;-)
18292
18293 2004-07-08 [colin]      0.9.11cvs17.12
18294
18295         * src/common/smtp.c
18296         * src/common/smtp.h
18297                 Sync smtp size verification with HEAD
18298
18299 2004-07-08 [colin]      0.9.11cvs17.11
18300
18301         * src/summaryview.c
18302         * src/prefs_common.c
18303         * src/prefs_common.h
18304         * src/gtk/quicksearch.c
18305         * src/gtk/quicksearch.h
18306                 Sync sticky pref with HEAD
18307
18308 2004-07-08 [colin]      0.9.11cvs17.10
18309
18310         * src/folder.c [1.213.2.6]
18311         * src/folder.h [1.87.2.6]
18312         * src/inc.c [1.149.2.7]
18313         * src/messageview.c [1.94.2.8]
18314         * src/procheader.c [1.47.2.6]
18315         * src/procmsg.c [1.150.2.4]
18316         * src/procmsg.h [1.60.2.5]
18317         * src/pop.c [1.56.2.4]
18318         * src/pop.h [1.17.2.3]
18319                 Let too big messages get downloaded, but truncated
18320                 Add a button to download them completely
18321                 
18322 2004-07-06 [colin]      0.9.11cvs17.9
18323
18324         * src/gtk/quicksearch.c [1.1.2.3]
18325                 Add a Clear button
18326         * commitHelper
18327         * PATCHSETS
18328                 Add a script to help with cvs
18329
18330 2004-07-03 [colin]      0.9.11cvs17.8
18331
18332         * src/plugins/imageviewer/viewer.c
18333                 fix imageviewer (which was staying on the first
18334                 displayed image)
18335
18336 2004-07-03 [colin]      0.9.11cvs17.7
18337
18338         Removed FIXME_GTK2 warnings
18339         * src/gtk/gtkutils.c
18340                 useless #warnings
18341         * src/gtk/menu.c
18342                 useless #warnings (no need to mess with menu rc)
18343         * src/gtk/menu.h
18344                 unused functions
18345         
18346
18347 2004-07-03 [colin]      0.9.11cvs17.6
18348
18349         Removed FIXME_GTK2 warnings
18350         * src/codeconv.c
18351                 useless #warnings (rewrite needed)
18352         * src/compose.c
18353                 useless #warnings (rewrite needed)
18354                 useless #warnings (gtk2 is like that)
18355                 useless #warnings (previously fixed)
18356         * src/main.c
18357                 useless #warnings (previously fixed)
18358         * src/message_search.c
18359                 useless #warnings (gtk2 is like that)
18360                 Made apparent that search is case-sensitive
18361         * src/mimeview.c
18362                 useless #warnings (rewrite needed)
18363                 useless #warnings (gtk2 is like that)
18364                 reimplemented real warnings
18365         * src/prefs_common.c
18366                 Removed block cursor option (not it gtk2)
18367         * src/prefs_gtk.c
18368                 useless #warnings (rewrite needed)
18369         * src/procheader.c
18370                 useless #warnings (rewrite needed)
18371         * src/sourcewindow.c
18372                 useless #warnings (incorrect placing)
18373         * src/summary_search.c
18374                 useless #warnings (gtk2 is like that)
18375                 Made apparent that search is case-sensitive
18376         * src/action.c
18377                 useless #warnings (gtk2 is like that)
18378         * src/textview.c
18379                 useless #warnings (rewrite needed)
18380         * src/toolbar.c
18381                 useless #warnings (rewrite needed)
18382
18383 2004-07-03 [colin]      0.9.11cvs17.5
18384
18385         * src/textview.c
18386                 Fix mismerge which broke URI opening
18387                 
18388 2004-07-01 [colin]      0.9.11cvs17.4
18389
18390         * src/gtk/filesel.c
18391                 Fill filename when saving
18392                 
18393 2004-06-27 [colin]      0.9.11cvs17.3
18394
18395         * src/gtk/filesel.[ch]
18396                 Use the new GTK file selector
18397                 Update prototype to match the reality: multiple file
18398                 selection is open-only          
18399         * src/compose.c
18400                 Match the new prototypes        
18401         * configure.ac
18402                 Match the new requirements (gtk 2.4.0)
18403                         
18404 2004-06-26 [colin]      0.9.11cvs17.2
18405
18406         * src/plugins/trayicon/trayicon.c
18407                 Remove useless signal handler on resize, which causes
18408                 an infinite "loop"
18409         
18410 2004-06-26 [colin]      0.9.11cvs17.1
18411         
18412         * tools/Makefile.am
18413                 remove launch_firebird and add nautilus2sylpheed.sh
18414         * src/quicksearch.c
18415           src/summaryview.c
18416                 Fix show/hide "Extended symbols" button problem
18417                 Fix apparition at startup
18418                 Fix const warnings
18419         * src/plugins/image_viewer/Makefile.am
18420                 Fix configure 
18421         * common/ssl.c
18422                 Re-enable certificate check, as it doesn't seem to
18423                 cause Xlib errors anymore
18424
18425 2004-06-25 [paul]       0.9.11cvs17
18426
18427         * sync with 0.9.11cvs17 HEAD
18428         
18429         NOTE: QuickSearch is broken
18430
18431 2004-06-07 [colin]      0.9.10claws67.10
18432         * src/plugins/trayicon/trayicon.c
18433           src/plugins/trayicon/libeggtrayicon/Makefile.am
18434           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18435                 Fix gettextization in trayicon plugin
18436
18437 2004-06-07 [colin]      0.9.10claws67.9
18438         
18439         * src/summaryview.c
18440           src/gtk/gtksctree.[ch]
18441                 Let Shift+{Up,Down} work in summaryview
18442                 (well, Down "works" and Up works)
18443                 Let the list scroll when using these keys
18444
18445 2004-06-06 [colin]      0.9.10claws67.8
18446
18447         * src/plugins/trayicon/trayicon.c
18448                 Fix pixmap update
18449
18450 2004-06-06 [colin]      0.9.10claws67.7
18451
18452         * src/addressbook.c
18453                 Fix signal handling causing system-wide focus grab
18454
18455 2004-05-25 [paul]       0.9.10claws67.6
18456
18457         * Makefile.am
18458           src/Makefile.am
18459                 clean up
18460
18461 2004-05-25 [paul]       0.9.10claws67.5
18462
18463         * replace deprecated gtk_signal... functions
18464
18465 2004-05-23 [colin]      0.9.10claws67.4
18466
18467         * src/compose.c
18468                 Fix wrapping
18469
18470 2004-05-22 [colin]      0.9.10claws67.3
18471
18472         * src/compose.c
18473                 Re-fix [Edited] in compose.c::compose_reedit()
18474
18475 2004-05-22 [colin]      0.9.10claws67.2
18476
18477         * src/procmime.c
18478                 Fix parsing of multiparts mails
18479
18480 2004-05-22 [colin]      0.9.10claws67.1
18481
18482         * src/summaryview.c
18483                 Fix quicksearch
18484
18485 2004-05-22 [paul]       0.9.10claws67
18486
18487         * sync with 0.9.10claws67 HEAD
18488
18489 2004-05-14 [alfons]
18490
18491         * src/procmime.h
18492                 add forgotton prototype
18493
18494 2004-05-10 [paul]       0.9.10claws57
18495
18496         * sync with 0.9.10claws57 HEAD
18497
18498 2004-05-05 [paul]       0.9.9.claws1
18499
18500         * ChangeLog-gtk2        ** REMOVED **
18501           ChangeLog-gtk2.claws  ** ADDED **
18502                 rename and adopt the normal claws format
18503                 
18504         * configure.ac
18505                 require gtkmathview >= 0.5
18506
18507         * ac/*                          ** REMOVED **
18508           ac/                           ** REMOVED **
18509           intl/Makefile.in              ** REMOVED **
18510           m4/                           ** ADDED **
18511           m4/missing                    ** ADDED **
18512           m4/missing/gdk-pixbuf.m4      ** ADDED **
18513           m4/missing/gettext.m4         ** ADDED **
18514           m4/missing/gpgme.m4           ** ADDED **
18515           m4/missing/imlib.m4           ** ADDED **
18516           m4/.cvsignore                 ** ADDED **
18517           m4/Makefile.am                ** ADDED **
18518           m4/README                     ** ADDED **
18519           m4/aclocal-include.m4         ** ADDED **
18520           m4/aspell.m4                  ** ADDED **
18521           m4/check-type.m4              ** ADDED **
18522           m4/gnupg-check-typedef.m4     ** ADDED **
18523           m4/openssl.m4                 ** ADDED **
18524           m4/spamassassin.m4            ** ADDED **
18525           po/ChangeLog                  ** REMOVED **
18526           po/Makefile.in.in             ** REMOVED **
18527           po/Rules-quot                 ** REMOVED **
18528           po/boldquot.sed               ** REMOVED **
18529           po/en@boldquot.header         ** REMOVED **
18530           po/en@quot.header             ** REMOVED **
18531           po/insert-header.sin          ** REMOVED **
18532           po/quot.sed                   ** REMOVED **
18533           po/remove-potcdate.sed        ** REMOVED **
18534           po/remove-potcdate.sin        ** REMOVED **
18535           po/stamp-po                   ** REMOVED **
18536           Makefile.am
18537           autogen.sh
18538           configure.ac
18539                 enable building with automake 1.8.x
18540                 add 'autopoint --force' to autogen.sh and remove all
18541                 auto-generated files, remove ac/ directory and use
18542                 m4/ directory instead
18543                 
18544         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18545                 fix gettextization
18546
18547 2004-02-28 Colin Leroy <colin@colino.net>
18548         * src/prefs_matcher.c
18549           src/prefs_filtering.c
18550           src/prefs_filtering_action.c
18551                 Fix non-editable GtkEntries
18552
18553 2004-02-22 Thorsten Maerz <torte@netztorte.de>
18554         * src/prefs_themes.c
18555                 utf8 conversion for theme info
18556
18557 2004-02-21 Thorsten Maerz <torte@netztorte.de>
18558         * sync 0.9.9claws
18559
18560 2004-02-14 Thorsten Maerz <torte@netztorte.de>
18561         * src/grouplistdialog.c
18562                 allow multiple selections without ctrl key
18563
18564 2004-02-09 Thorsten Maerz <torte@netztorte.de>
18565         * src/main.c
18566                 enable customizable accelerators
18567
18568 2004-02-08 Thorsten Maerz <torte@netztorte.de>
18569         * src/prefs_common.c
18570                 re-enable different font settings for gtk1/2
18571         * src/prefs_folder_item.c
18572                 fix folder prefs displayed wrong
18573         * src/textview.c
18574                 set 'sunken' shadow type
18575
18576 2004-02-07 Colin Leroy <colin@colino.net>
18577         * src/compose.c
18578                 Fix message being always [Edited]
18579                 Encode headers correctly (utf8 buf)
18580
18581 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18582         * src/socket.c
18583                 remove double g_source_attach()
18584                 (Thanks to Colin Leroy)
18585
18586 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18587         * src/gtk/gtksctree.c
18588                 Fix SSL certificate list not shown
18589         * src/mimeview.c
18590                 Fix clicks in mime tree
18591
18592 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18593         * src/common/socket.c
18594                 Fix SSL receive
18595         * src/compose.c
18596                 Fix clipboard menu hotkeys
18597
18598 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18599         * src/gtk/gtkaspell.[ch]
18600           src/compose.c
18601                 reimplement spellchecker
18602
18603 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18604         * src/gtk/filesel.c
18605                 crash when inserting file in compose window
18606                 (TODO: keep old selection on clicks)
18607         * src/main.c
18608                 use gtkrc-2.0 instead of gtkrc
18609
18610 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18611         * src/messageview.c
18612                 remove orphaned mimeview unref()
18613
18614 2004-01-20 Thorsten Maerz <torte@netztorte.de>
18615         * src/grouplistdialog.c
18616                 expand nodes containing subscribed groups
18617
18618 2004-01-19 Thorsten Maerz <torte@netztorte.de>
18619         * src/textview.c
18620                 textview: hide cursor, restore old click behaviour
18621
18622 2004-01-18 Thorsten Maerz <torte@netztorte.de>
18623         * src/textview.c
18624                 variable names messed up
18625
18626 2004-01-17 Colin Leroy <colin@colino.net>
18627         * src/addr_compl.c
18628                 Fix completion address too thin
18629         * src/compose.c
18630                 Fix tab-to-subject behaviour
18631         * src/summaryview.c
18632                 Implement key up & down in summaryview
18633
18634 2004-01-12 Thorsten Maerz <torte@netztorte.de>
18635
18636         * sync 098claws
18637
18638 2004-01-08 Thorsten Maerz <torte@netztorte.de>
18639         * configure.ac
18640           Makefile.am
18641           doc/.cvsignore
18642           doc/Makefile.am
18643                 faq, man, manual moved to doc/
18644         * ac/aspell.m4
18645           ac/check-type.m4
18646           ac/gnupg-check-typedef.m4
18647           ac/openssl.m4
18648           ac/spamassassin.m4
18649           ac/missing/gdk-pixbuf.m4
18650           ac/missing/gpgme.m4
18651           ac/missing/imlib.m4
18652                 fix automake warnings
18653
18654 2003-12-06 Colin Leroy <colin@colino.net>
18655         * src/summaryview.c
18656                 Fix quicksearch
18657
18658 2003-12-05 Colin Leroy <colin@colino.net>
18659         * src/summaryview.c
18660                 Fix going to next unread folder
18661
18662 2003-12-05 Colin Leroy <colin@colino.net>
18663         * src/crash.c
18664                 Fix gtk2 compilation
18665         * src/session.c
18666                 Remove iotag source handler at disconnection
18667         * src/socket.[ch] 
18668                 Remove source handler when closing socket 
18669                 (fixes another seg)
18670
18671 2003-12-04 Colin Leroy <colin@colino.net>
18672         * src/compose.c
18673           src/prefs_account.c
18674           src/prefs_common.c
18675                 Fix some dropdown menus
18676
18677 2003-12-04 Colin Leroy <colin@colino.net>
18678         * src/compose.c
18679                 Fix event handlers on header fields
18680         * src/common/socket.c
18681           src/common/session.c
18682                 Fix segfault with callback (SSL)
18683                 Fix end of session 
18684
18685 2003-10-06 Thorsten Maerz <torte@netztorte.de>
18686
18687         * Fix compile bug in src/compose.c
18688         * removed src/gtk/gtkstext.[ch]
18689
18690 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
18691
18692         * Convert character set and escape "text" attributes in toolbar setting
18693         files.
18694         * Fixed bug in button-press-event handling.
18695
18696 2003-09-16 Thorsten Maerz <torte@netztorte.de>
18697
18698         * Fixed bug in key-press-event handling.
18699
18700 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
18701
18702         * Enabled to compile tray-icon plugin (Ad-hoc).
18703         * Avoid hang up bug of icon list in mime view (Ad-hoc).
18704
18705 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
18706
18707         * Enabled to compile on sylpheed-claws.
18708         (tray-icon plugin still cannot compile yet.)
18709
18710 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
18711
18712         * Updated to 0.9.5.
18713
18714 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
18715
18716         * Updated to 0.9.4.
18717         * Ported monitoring SSL mechanism to GSource of GLib2
18718         (I don't confirm it)
18719         * Added _gtk2 suffix to key name of font preference to avoid
18720         ovverwriting preference of Gtk+-1.2 version.
18721
18722 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
18723
18724         * Updated to 0.9.2.
18725
18726 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
18727
18728         * Updated to 0.9.1.
18729         * Translate po files into UTF-8 when execute autogen.sh.
18730
18731 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
18732
18733         * Updated to 0.9.0.
18734
18735 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
18736
18737         * Plugged GError related memory leaks.
18738
18739 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
18740
18741         * Changed default size of fonts.
18742         * Enabled to set titile font size of warning dialog.
18743
18744 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
18745
18746         * Embed a sylpheed icon into executable binary on Windows.
18747
18748 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
18749
18750         * I forgot to traslate character set of element string in src/xml.c.
18751
18752 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
18753
18754         * Fixed detecting bind_textdomain_codeset in configure.in.
18755         * The bug in which "Example" of "Date fromat" preference isn't displayed
18756         correctly has been fixed.
18757
18758 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
18759
18760         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
18761           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
18762           glib-gettextize
18763           Removed intl directory.
18764           Translated po files into UTF-8.
18765           (Thanks! Ryuji Abe)
18766
18767 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
18768
18769         * The bug which doesn't unscape string in xml.c has been fixed.
18770
18771 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
18772
18773         * The bug which is failed to translate encoding of file name thorough
18774         file dialog has been fixed.
18775
18776 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
18777
18778         * Modified to translate file names which is used in inporting/expoting
18779         mbox feature and "Save as" feature into locale encoding.
18780         * Translate file names into locale encoding when "Attache file" and
18781         "Insert file".
18782         * Force set G_BROKEN_FILENAMES environment variable.
18783         * Other minor fixes.
18784
18785 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
18786
18787         * Modified to treat MH folder's name as locale encoding.
18788
18789 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
18790
18791         * The bug which clash on switching candidates of auto completion of
18792         addresses, cannot use auto completion in Japanesse is fixed
18793         (Thanks! Tokunaga-san)¡¥
18794
18795 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18796
18797         * The bug which cannot switch key accelerator preference has been fixed
18798         (Thanks! smbd-san)¡¥
18799
18800 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18801
18802         * version 0.8.11-gtk2-20030314
18803
18804 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18805
18806         * The bug in which character set conversion of filtering messages has
18807         been fixed.(Thanks! COCOA-san).
18808
18809 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
18810
18811         * Revived "Leave space on head" preference in "Message" category.
18812         * A bug which clash when put the cursor to end of buffer and execute
18813         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
18814
18815 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18816
18817         * version 0.8.11-gtk2-20030312
18818
18819 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18820
18821         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
18822         * Modified to use Pango's API directly for font preference.
18823         * Integrated GtkTextView of textview to one widget.
18824         * Set fonts of header title in textview by "header_title" tag.
18825         * Removed some deprecated codes.
18826
18827 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
18828
18829         * Updated to 0.8.11.
18830         * Merged cygwin patch(Thanks! Sakai-san).
18831
18832 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
18833
18834         * version 0.8.10-gtk2-20030309