2006-09-28 [colin] 2.5.2cvs18
[claws.git] / ChangeLog
1 2006-09-28 [colin]      2.5.2cvs18
2
3         * src/summaryview.c
4         * src/summaryview.h
5                 Add helpers to freeze/thaw/grab_focus
6                 Factorize calls to freeze/thaw/grab_focus
7                 
8
9 2006-09-28 [colin]      2.5.2cvs17
10
11         * src/main.c
12                 More guards for the session management
13
14 2006-09-28 [colin]      2.5.2cvs16
15
16         * src/folderview.c
17         * src/gtk/gtksctree.c
18         * src/gtk/gtksctree.h
19                 Make expanding not recursive in folderview
20
21 2006-09-28 [colin]      2.5.2cvs15
22
23         * src/addressbook.c
24                 If nothing is selected in the list (right part)
25                 and a group is selected in the tree (left part),
26                 mail this group.
27
28 2006-09-28 [colin]      2.5.2cvs14
29
30         * src/Makefile.am
31                 Actually use SM_LIBS
32
33 2006-09-28 [ticho]      2.5.2cvs13
34
35         * src/export.c
36         * src/messageview.c
37         * src/mimeview.c
38         * src/news.c
39         * src/pop.c
40         * src/prefs_themes.c
41         * src/procmsg.c
42                 Small i18n string optimization.
43         * src/send_message.c
44         * src/summaryview.c
45         * src/common/session.c
46         * src/common/smtp.c
47         * src/common/ssl_certificate.c
48         * src/common/utils.c
49                 Use "Couldn't" instead of "Can't" in UI messages,
50                 where appropriate.
51
52 2006-09-28 [colin]      2.5.2cvs12
53
54         * configure.ac
55                 Possibly fix link errors
56
57 2006-09-27 [wwp]        2.5.2cvs11
58
59         * src/gtk/authors.h
60         * doc/man/sylpheed-claws.1
61         * manual/ack.xml
62         * manual/es/ack.xml
63         * manual/fr/ack.xml
64         * manual/pl/ack.xml
65                 Updated authors info (me, myself and I).
66
67 2006-09-27 [colin]      2.5.2cvs10
68
69         * src/addressbook.c
70                 Remove useless printf
71
72 2006-09-27 [wwp]        2.5.2cvs9
73
74         * src/editgroup.c
75         * src/send_message.c
76         * src/inc.c
77         * src/prefs_common.c
78         * src/prefs_common.h
79         * src/gtk/progressdialog.c
80                 remember more windows' sizes (send dialog, received dialog,
81                 edit group in addressbook).
82
83 2006-09-27 [colin]      2.5.2cvs8
84
85         * configure.ac
86         * src/main.c
87         * src/mainwindow.h
88                 Use libSM to communicate with the session
89                 manager, so that we can know when the 
90                 session ends, save our caches, and draft
91                 our compose windows.
92
93 2006-09-27 [colin]      2.5.2cvs7
94
95         * src/addressbook.c
96                 Fix issues:
97                 o Allow Book and Group creation from the tree's
98                   contextual menu
99                 o Do not actually delete the contacts when 
100                   deleting groups from the tree (duh!)
101
102 2006-09-27 [colin]      2.5.2cvs6
103
104         * src/compose.c
105         * src/compose.h
106         * src/mainwindow.c
107         * src/textview.c
108         * src/toolbar.c
109                 o Allow passing an email address to 
110                   compose_new_with_folderitem
111                 o Update callers
112                 o Use current folderitem when clicking
113                   on a TextView mailto: link
114                 o Fix a possible leak in TextView
115
116 2006-09-27 [colin]      2.5.2cvs5
117
118         * src/html.c
119                 Use UTF-8 chars to replace HTML entities
120
121 2006-09-27 [colin]      2.5.2cvs4
122
123         * AUTHORS
124         * src/prefs_account.c
125         * src/gtk/authors.h
126                 Fix bug #1024 (Array index out of
127                 range in sylpheed-claws-2.5.2)
128                 Patch by Ales Nosek <anosek@suse.cz>
129
130 2006-09-27 [colin]      2.5.2cvs3
131
132         * src/addr_compl.c
133                 Actually do the test
134
135 2006-09-27 [colin]      2.5.2cvs2
136
137         * src/addr_compl.c
138         * src/addr_compl.h
139                 Allow completing with comma (in certain cases: vCalendar
140                 for example doesn't support that)
141                 Patch by Fabien Vantard
142
143 2006-09-26 [colin]      2.5.2cvs1
144
145         * src/Makefile.am
146         * src/addr_compl.c
147         * src/addr_compl.h
148         * src/addrbook.c
149         * src/addrbook.h
150         * src/addressbook.c
151         * src/addrindex.c
152         * src/addrindex.h
153         * src/compose.c
154         * src/prefs_common.c
155         * src/prefs_filtering_action.c
156         * src/prefs_folder_item.c
157         * src/prefs_template.c
158         * src/stock_pixmap.c
159         * src/stock_pixmap.h
160         * src/pixmaps/addr_one.xpm
161         * src/pixmaps/addr_two.xpm
162                 Add auto-completion on groups
163
164 2006-09-26 [colin]      2.5.2
165
166         * NEWS
167         * README
168         * RELEASE_NOTES
169                 2.5.2 released
170
171 2006-09-26 [colin]      2.5.1cvs5
172
173         * src/matcher.c
174                 Fix condition
175
176 2006-09-26 [colin]      2.5.1cvs4
177
178         * src/mbox.c
179                 Revert cvs1 (useless as the message is printed 
180                 every 500 mails)
181
182 2006-09-26 [colin]      2.5.1cvs3
183
184         * src/partial_download.c
185                 Fix crasher found by Alexsandar Urosevic
186
187 2006-09-26 [colin]      2.5.1cvs2
188
189         * src/summaryview.c
190                 Fix bug #1023 (Sylpheed deletes too much messages)
191
192 2006-09-26 [ticho]      2.5.1cvs1
193
194         * src/mbox.c
195                 Make use of gettext's multiple plurals for statusbar
196                 progress message.
197
198 2006-09-25 [paul]       2.5.1
199
200         * NEWS
201         * README
202         * RELEASE_NOTES
203                 2.5.1 released
204
205 2006-09-25 [colin]      2.5.0cvs3
206
207         * src/plugins/bogofilter/bogofilter.c
208         * src/plugins/clamav/clamav_plugin.c
209         * src/plugins/spamassassin/spamassassin.c
210                 BogoFilter, Spamassassin: Fix double hook registering after
211                 visiting preferences
212                 Spamassassin, Clamav: Just set the mails to move instead of
213                 doing the move - caller will move the things at once.
214
215 2006-09-25 [colin]      2.5.0cvs2
216
217         * src/imap.c
218         * src/etpan/imap-thread.c
219                 Use UID SEARCH ALL instead of UID 1:*
220                 (braindead servers can't figure out that's
221                 the same...)
222
223 2006-09-25 [wwp]        2.5.0cvs1
224
225         * src/message_search.c
226                 Added the ability to stop a running search (in message body).
227
228 2006-09-25 [paul]       2.5.0
229
230         * NEWS
231         * README
232         * RELEASE_NOTES
233                 2.5.0 released
234
235 2006-09-25 [paul]       2.4.0cvs214
236
237         * po/cs.po
238         * po/de.po
239         * po/fi.po
240         * po/fr.po
241         * po/nl.po
242         * po/pt_BR.po
243         * po/sk.po
244         * po/sr.po
245         * po/zh_CN.po
246                 updated by Tim, Stephan Sachse, Flammie Pirinen,
247                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
248                 Ticho, Aleksander Urosevic, Ralgh Young
249
250 2006-09-24 [mones]      2.4.0cvs213
251
252         * po/es.po
253                 Updated for release
254
255 2006-09-23 [colin]      2.4.0cvs212
256
257         * src/gtk/inputdialog.c
258                 Fix [ ] remember this appearing in normal
259                 input dialogs after it's been used by
260                 mimeview.
261         * src/folder.c
262         * src/folderview.c
263         * src/msgcache.c
264         * src/procmsg.c
265         * src/summaryview.c
266         * src/textview.c
267         * src/common/timing.h
268                 Enable timings in debug mode and make it
269                 look prettier.
270
271 2006-09-22 [colin]      2.4.0cvs211
272
273         * README
274                 Revert test change
275         * commitHelper
276                 ping the correct URI
277
278 2006-09-22 [colin]      2.4.0cvs210
279
280         * README
281                 Let's see if bug #1022 is fixed
282
283 2006-09-21 [colin]      2.4.0cvs209
284
285         * src/wizard.c
286         * src/common/plugin.c
287                 Prepare infra to load predefined plugins when
288                 no configuration existed. Don't actually load
289                 anything yet (feat. freeze)
290
291 2006-09-21 [wwp]        2.4.0cvs208
292
293         * manual/fr/faq.xml
294                 Partial sync w/ 2.4.0cvs72:
295                 wrap file and minor updates.
296
297 2006-09-21 [wwp]        2.4.0cvs207
298
299         * tools/fix_date.sh
300                 several fixes and enhancements. A new --force switch has been
301                 added to prevent overriding by default Date: header when
302                 already existing.
303
304 2006-09-21 [paul]       2.4.0cvs206
305
306         * src/common/utils.c
307                 add Chinese UTF8 Re prefix
308
309 2006-09-21 [wwp]        2.4.0cvs205
310
311         * tools/Makefile.am
312                 Fics alfabettical order.
313
314 2006-09-21 [wwp]        2.4.0cvs204
315
316         * tools/fix_date.sh
317         * tools/Makefile.am
318                 Added an action tool to fix missing Date field in emails.
319                 Updated Makefile.am to reflect those last two additions.
320
321 2006-09-21 [wwp]        2.4.0cvs203
322
323         * tools/uuooffice
324                 Added a action tool to open uuencoded docs w/
325                 OpenOffice (based on uudec method).
326
327 2006-09-21 [colin]      2.4.0cvs202
328
329         * src/compose.c
330         * src/textview.c
331                 Workaround possible GTK crash: remove selection 
332                 clipboard before destroying widget, or GTK+-2.10
333                 dies. Thanks to Hiro.
334
335 2006-09-20 [colin]      2.4.0cvs201
336
337         * src/compose.c
338                 Fix free-after-use in some cases (when 
339                 procmime_encode_content() frees mimeinfo->data.mem
340                 and turns it to a temp file)
341
342 2006-09-20 [colin]      2.4.0cvs200
343
344         * src/folderview.c
345         * src/summaryview.c
346         * src/gtk/gtksctree.c
347         * src/gtk/gtksctree.h
348                 Add tooltips in the folderview and summaryview
349                 (Doesn't break string freeze as they already
350                 exist)
351         * src/toolbar.c
352                 Put the spam button in the default configuration
353                 if compiled with bogo plugin too
354
355 2006-09-19 [colin]      2.4.0cvs199
356
357         * src/summaryview.c
358         * src/summaryview.h
359                 Update folder name label on folder rename
360         * src/prefs_matcher.c
361         * src/gtk/logwindow.h
362                 Fix warnings
363                 Patches by Fabien
364
365 2006-09-19 [wwp]        2.4.0cvs198
366
367         * src/summary_search.c
368                 fix can't click forward/backward buttons in the
369                 search messages.
370
371 2006-09-18 [paul]       2.4.0cvs197
372
373         * src/wizard.c
374                 add missing bracket, capitalise the A of
375                 'SpamAssassin'
376
377 2006-09-18 [paul]       2.4.0cvs196
378
379         * src/compose.c
380                 fix bug 1012 'crashed upon sending mail
381                 from compose window'
382                 Thanks to Colin
383
384 2006-09-16 [colin]      2.4.0cvs195
385
386         * src/folderview.c
387                 Fix "real-time" sorting by freezing/thawing
388
389 2006-09-16 [colin]      2.4.0cvs194
390
391         * manual/faq.xml
392                 Fix the anti-spam entry a bit
393
394 2006-09-16 [colin]      2.4.0cvs193
395
396         * src/wizard.c
397                 Make sure reviewers have no excuse when stating
398                 Sylpheed-Claws doesn't have antispam capabilities.
399
400 2006-09-16 [colin]      2.4.0cvs192
401
402         * src/main.c
403                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
404                 as if the SIGPIPE comes from etpan's thread we could
405                 trigger a GUI update from this thread.
406
407 2006-09-16 [colin]      2.4.0cvs191
408
409         * src/summaryview.c
410                 Init all members of the struct
411
412 2006-09-16 [paul]       2.4.0cvs190
413
414         * src/account.c
415                 improvements to the English
416
417 2006-09-15 [colin]      2.4.0cvs189
418
419         * src/summaryview.c
420                 HIG order on dialog
421
422 2006-09-14 [colin]      2.4.0cvs188
423
424         * src/common/socket.c
425         * src/common/socket.h
426         * src/common/ssl.c
427         * src/common/ssl_certificate.c
428         * src/common/ssl_certificate.h
429         * src/etpan/imap-thread.c
430                 the get_fqdn() call done to get canonical name when
431                 checking an SSL certificate is blocking, which is
432                 sad as we just did a non-blocking lookup to connect.
433                 Fix that by letting the fqdn available to the SockInfo,
434                 and use that in ssl_certificate_check(). For IMAP,
435                 we don't do it as the lookup's done by libetpan, but
436                 it's less annoying as IMAP connections as much more
437                 rare than POP3 connections.
438
439 2006-09-14 [paul]       2.4.0cvs187
440
441         * manual/advanced.xml
442                 improvements to the English,
443                 properly place the new hidden options
444                 within the alphabetical order
445         * src/gtk/pluginwindow.c
446                 improvements to the English
447
448 2006-09-14 [colin]      2.4.0cvs186
449
450         * src/prefs_common.c
451         * src/prefs_common.h
452         * src/gtk/gtksctree.c
453         * manual/advanced.xml
454                 New hidden pref, stripes_color_offset, to change
455                 the value added/substracted to normal bgcolor to
456                 create the stripes in summaries
457
458 2006-09-13 [colin]      2.4.0cvs185
459
460         * src/gedit-print.c
461         * src/messageview.c
462         * src/messageview.h
463         * src/summaryview.c
464         * src/textview.c
465                 Fix misc. printing issues: 
466                 - Bad font for linkified headers
467                 - Different font if the mail was displayed or not
468                 - Factorize the thing
469
470 2006-09-13 [colin]      2.4.0cvs184
471
472         * src/common/ssl_certificate.c
473                 Only get FQDN once when checking certificate
474
475 2006-09-13 [colin]      2.4.0cvs183
476
477         * src/account.c
478         * src/gtk/pluginwindow.c
479                 Misc. GUI fixes by Fabien
480
481 2006-09-13 [wwp]        2.4.0cvs182
482
483         * configure.ac
484         * src/common/utils.h
485         * src/common/utils.c
486                 get rid of unused wide-char functions.
487
488 2006-09-13 [wwp]        2.4.0cvs181
489
490         * src/plugins/pgpinline/sylpheed.def
491         * src/textview.c
492                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
493                 add privacy_reset_error to the .def file,
494                 do not fork for an external textviewer.
495
496 2006-09-13 [wwp]        2.4.0cvs180
497
498         * src/prefs_common.c
499                 fix broken font entry in prefs (patch issued by the gpg4win team,
500                 probably by Marcus Brinkmann <marcus@g10code.de>).
501
502 2006-09-13 [colin]      2.4.0cvs179
503
504         * src/folder.h
505                 Fix a warning in summaryview.c
506         * src/mainwindow.c
507         * src/summaryview.c
508         * src/summaryview.h
509                 Add missing Mark/* elements in the
510                 main menu
511
512 2006-09-12 [colin]      2.4.0cvs178
513
514         * src/prefs_actions.c
515         * src/prefs_filtering_action.c
516         * src/prefs_matcher.c
517                 Use (New) instead of New everywhere
518
519 2006-09-12 [wwp]        2.4.0cvs177
520
521         * manual/fr/addrbook.xml
522         * manual/fr/handling.xml
523                 updated some quotes in the fr manual to match the fr translation.
524
525 2006-09-12 [wwp]        2.4.0cvs176
526
527         * src/prefs_matcher.c
528                 don't store translated string elements in matcher expressions.
529                 Also fixed a misused of Q_().
530
531 2006-09-11 [wwp]        2.4.0cvs175
532
533         * src/plugins//bogofilter/bogofilter.c
534         * src/plugins//clamav/clamav_plugin.c
535         * src/plugins//demo/demo.c
536         * src/plugins//dillo_viewer/dillo_viewer.c
537         * src/plugins//pgpcore/plugin.c
538         * src/plugins//pgpinline/plugin.c
539         * src/plugins//pgpmime/plugin.c
540         * src/plugins//spamassassin/spamassassin.c
541                 gettext-ize more strings (mostly plugin error messages).
542
543 2006-09-11 [colin]      2.4.0cvs174
544
545         * src/alertpanel.c
546                 Make maximum buffer size bigger to avoid
547                 truncating translated messages. Patch by
548                 Fabien
549
550 2006-09-11 [colin]      2.4.0cvs173
551
552         * src/etpan/imap-thread.c
553                 Fix compilation on OpenBSD, thanks to 
554                 Landry
555
556 2006-09-10 [wwp]        2.4.0cvs172
557
558         * manual/account.xml
559         * manual/addrbook.xml
560         * manual/handling.xml
561         * manual/es/handling.xml
562         * manual/fr/account.xml
563         * manual/fr/addrbook.xml
564         * manual/fr/handling.xml
565                 documented addressbook matching (condition configuration):
566                   addrbook.xml, en fr
567                 documented per-account filtering rules (handling/filtering
568                   section, account section):
569                   account.xml, handling.xml, en fr
570                 slightly updated the handling/searching section to tell few
571                   words about the extended search ability:
572                   handling.xml, en fr
573                 added missing <quote></quotes> to Quick Search:
574                   handling.xml, en fr es
575                 fixed a typo (auomatically):
576                   handling.xml, en
577                 changes revisited by Paul.
578
579 2006-09-10 [paul]       2.4.0cvs171
580
581         * src/prefs_actions.c
582         * src/prefs_filtering.c
583         * src/prefs_template.c
584                 adjustments to the gui
585                 Patch by Fabien Vantard (slightly modified)
586
587 2006-09-10 [colin]      2.4.0cvs170
588
589         * src/summaryview.c
590                 Check folderitem/summaryview consistency
591                 (basically automates Update summary). Fixes
592                 #1011 (wrong (negative) count on unread 
593                 messages)
594
595 2006-09-10 [colin]      2.4.0cvs169
596
597         * src/gtk/gtksctree.c
598                 Fix recursive expansion via mouse
599         * src/plugins/bogofilter/bogofilter.c
600                 Use normal filtering way of moving
601                 messages (batching), possibly fixing
602                 bug #1015 (Bogofilter plugin doubles 
603                 new messages)
604
605 2006-09-09 [wwp]        2.4.0cvs168
606
607         * src/prefs_filtering.c
608                 better place for this fix.
609
610 2006-09-09 [wwp]        2.4.0cvs167
611
612         * src/prefs_filtering.c
613                 fix a minor bug when the enabled status of a filtering/processing
614                 rule always got set to TRUE when replacing this rule. That still
615                 make sense when adding a new rule, but now when replacing, we
616                 don't override the value of 'enabled'.
617                 Also renamed the func prefs_filtering_list_view_get_rule_name()
618                 to prefs_filtering_list_view_get_info() as this function not only
619                 returns the name, but also the account_id and the enabled status.
620
621 2006-09-09 [mones]      2.4.0cvs166
622
623         * manual/glossary.xml
624         * manual/plugins.xml
625                 Minor format corrections
626         * manual/gpl.xml
627                 Fix misplaced NO WARRANTY section
628         * manual/es/advanced.xml
629         * manual/es/faq.xml
630         * manual/es/glossary.xml
631         * manual/es/gpl.xml
632         * manual/es/handling.xml
633         * manual/es/plugins.xml
634         * manual/es/starting.xml
635                 Incorporate changes from English version
636         * manual/fr/ack.xml
637         * manual/pl/ack.xml
638         * manual/es/ack.xml
639                 Fix address, (add translation credits in es version)
640         * po/es.po
641                 Updated translation
642
643 2006-09-09 [wwp]        2.4.0cvs165
644
645         * src/prefs_filtering.c
646                 fix a crash when opening filtering prefs, if matcherrc file contains
647                 broken data (non-existing account id, which is theoretically not
648                 possible).
649
650 2006-09-08 [colin]      2.4.0cvs164
651
652         * src/folder.c
653                 Wrong assert, make it an if()
654         * src/gtk/gtksctree.c
655                 Fix bug #1013 (expand selected thread 
656                 tree) - expanding is now recursive
657
658 2006-09-07 [wwp]        2.4.0cvs163
659
660         * src/prefs_matcher.c
661                 make better sentences about addressbook matching in the
662                 matcher prefs. This should make translators' work easier
663                 too.
664
665 2006-09-07 [wwp]        2.4.0cvs162
666
667         * src/prefs_filtering.c
668                 code simplification (get rid of dup var. assignment).
669
670 2006-09-07 [wwp]        2.4.0cvs161
671
672         * src/summaryview.c
673                 use GTK_STOCK icons when possible, patch by Fabien Vantard
674                 <fzzzzz@gmail.com>.
675
676 2006-09-07 [paul]       2.4.0cvs160
677
678         * src/mimeview.c
679                 fix compilation warnings
680                 Thanks to Colin
681
682 2006-09-07 [paul]       2.4.0cvs159
683
684         * src/mimeview.c
685                 select the mimepart icon when
686                 displaying as text
687                 Thanks to Colin
688
689 2006-09-06 [paul]       2.4.0cvs158
690
691         * src/prefs_filtering.c
692                 fix labels and table element spacing
693                 Patch by Fabien Vantard
694
695 2006-09-06 [paul]
696
697         2.5.0-rc3 released
698
699 2006-09-06 [paul]       2.4.0cvs157
700
701         * manual/es/advanced.xml
702                 fix typo
703
704 2006-09-06 [wwp]        2.4.0cvs156
705
706         * src/mainwindow.c
707                 fix an dup launch issue when iconified, thanks to Colin.
708
709 2006-09-06 [wwp]        2.4.0cvs155
710
711         * src/gtk//gtksctree.h
712                 oops, forgot that one!
713
714 2006-09-06 [wwp]        2.4.0cvs154
715
716         * manual/pl/advanced.xml
717         * manual/advanced.xml
718         * manual/es/advanced.xml
719         * manual/fr/advanced.xml
720         * src/prefs_customheader.c
721         * src/prefs_filtering_action.c
722         * src/foldersel.c
723         * src/prefs_summaries.c
724         * src/prefs_filtering.c
725         * src/account.c
726         * src/compose.c
727         * src/prefs_summary_column.c
728         * src/addr_compl.c
729         * src/prefs_actions.c
730         * src/prefs_folder_column.c
731         * src/ssl_manager.c
732         * src/prefs_template.c
733         * src/prefs_display_header.c
734         * src/prefs_common.h
735         * src/prefs_matcher.c
736         * src/prefs_common.c
737         * src/prefs_toolbar.c
738         * src/summaryview.c
739         * src/folderview.c
740         * src/gtk/gtksctree.c
741         * src/gtk/pluginwindow.c
742         * src/gtk/progressdialog.c
743         * src/gtk/prefswindow.c
744                 renamed hidden option enable_rules_hint to use_stripes_everywhere
745                 to make its meaning more obvious (all versions of the manual reflect
746                 the change).
747                 added an extra hidden option use_stripes_in_summary to allow
748                 discarding these stripes in mainwindow's folder and message lists;
749                 en and fr manuals only are OK towards this.
750
751 2006-09-06 [colin]      2.4.0cvs153
752
753         * src/textview.c
754                 Hide Sylpheed-Claws' internal queue headers
755                 when showing all headers. They'll be present
756                 only in Source window.
757
758 2006-09-05 [colin]      2.4.0cvs152
759
760         * src/plugins/trayicon/trayicon.c
761                 Fix crash at exit - we have to disconnect
762                 our handlers
763         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
764                 Update eggtrayicon - patch adapted from a
765                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
766                 on Sylpheed's ML
767
768 2006-09-05 [colin]      2.4.0cvs151
769
770         * src/mainwindow.c
771         * src/gtk/logwindow.c
772                 Fix race condition when something writes
773                 to the log too soon during init. Thanks
774                 to Fabien Vantard
775
776 2006-09-05 [colin]      2.4.0cvs150
777
778         * src/mimeview.c
779                 Don't select part on right-click either
780
781 2006-09-05 [paul]       2.4.0cvs149
782
783         * src/mimeview.c
784                 completion of previous commit
785                 Thanks to Colin
786
787 2006-09-05 [colin]      2.4.0cvs148
788
789         * src/mimeview.c
790                 Don't force selection on middle-click, just open
791
792 2006-09-04 [colin]      2.4.0cvs147
793
794         * src/mimeview.c
795                 Looks like gtk_notebook_set_current_page()
796                 sometimes steals focus, and this annoys us
797                 in MimeViewers as it renders navigation
798                 keys useless. Take back focus after switching
799                 pages.
800
801 2006-09-04 [colin]      2.4.0cvs146
802
803         * src/messageview.c
804                 Set stop_loading when clicking on Next
805                 during load. Don't add a callback to 
806                 avoid over-complicating things.
807
808 2006-09-04 [colin]      2.4.0cvs145
809
810         * src/mimeview.c
811         * src/messageview.c
812                 Fix multiple loads in separate messageview
813
814 2006-09-04 [colin]      2.4.0cvs144
815
816         * src/summaryview.c
817                 Let navigation keys be handled during 
818                 load
819
820 2006-09-04 [colin]      2.4.0cvs143
821
822         * src/messageview.c
823         * src/summaryview.c
824         * src/textview.c
825         * src/textview.h
826                 Make loading of huge mails (lots of text and/or
827                 images) cancellable, so the GUI doesn't block 
828
829 2006-09-04 [colin]      2.4.0cvs142
830
831         * src/plugins/trayicon/trayicon.c
832                 Fix annoyance when removing a folder with 
833                 unread mails: trayicon didn't update
834
835 2006-09-04 [paul]       2.4.0cvs141
836
837         * src/gtk/icon_legend.c
838                 straighten up columns
839                 Patch by Fabien Vantard
840
841 2006-09-04 [wwp]        2.4.0cvs140
842
843         * src/prefs_filtering.c
844                 fix new line's account name in filtering prefs:
845                 was "All", is now "(New)".
846
847 2006-09-04 [paul]       2.4.0cvs139
848
849         * tools/make.themes.project
850                 use "AUTOMAKE_OPTIONS = dist-bzip2"
851                 instead of homebrewed "make release"
852
853 2006-09-03 [colin]      2.4.0cvs138
854
855         * src/folderview.c
856                 Fix bug #1007 (Wrong folder highlighted)
857
858 2006-09-03 [colin]      2.4.0cvs137
859
860         * src/compose.c
861                 Don't set Newsgroup: header to a mail folder
862                 path
863
864 2006-09-03 [paul]       2.4.0cvs136
865
866         * src/prefs_other.c
867         * src/prefs_spelling.c
868                 unify the gui
869
870 2006-09-03 [paul]       2.4.0cvs135
871
872         * src/prefs_summaries.c
873                 correct menu item text in prefs_keybind_apply_clicked()
874
875 2006-09-03 [paul]       2.4.0cvs134
876
877         * manual/advanced.xml
878                 some improvements to the descriptions
879         * src/mainwindow.c
880         * src/messageview.c
881         * src/summaryview.c
882         * src/gtk/menu.c
883                 fix menu sensitivity issues
884         * src/prefs_message.c
885                 drop the useless word 'short'
886         * src/prefs_other.c
887                 add the word 'lines' indicating log length
888                 is a measure of lines
889         * src/textview.c
890                 fix compilation warnings
891
892 2006-09-02 [colin]      2.4.0cvs133
893
894         * src/messageview.c
895                 Display a special return-receipt message
896                 if the message is from the user
897         * src/summaryview.c
898                 Fix missing freeze of the list when marking
899                 all read and unthreading for exec. Thanks
900                 to Stephan Sachse.
901
902 2006-09-02 [paul]       2.4.0cvs132
903
904         * src/mainwindow.c
905         * src/prefs_message.c
906         * src/summaryview.c
907                 fix some english
908
909 2006-09-02 [wwp]        2.4.0cvs131
910
911         * src/prefs_filtering.c
912                 added an account name column to the filtering rules
913                 dialog.
914
915 2006-09-02 [colin]      2.4.0cvs130
916
917         * src/gtk/logwindow.c
918         * src/gtk/logwindow.h
919                 Block scrolling if we're not at the end
920                 of the log
921
922 2006-09-02 [colin]      2.4.0cvs129
923
924         * src/folder.c
925                 Make sure account-specific rules can't
926                 be used in {pre-,post-,}processing
927         * src/mainwindow.c
928         * src/gtk/logwindow.c
929         * src/gtk/logwindow.h
930                 Jump to last error when clicking on the
931                 warning icon
932
933 2006-09-02 [colin]      2.4.0cvs128
934
935         * src/imap.c
936         * src/import.c
937         * src/mainwindow.c
938         * src/mainwindow.h
939                 Fix warning icon
940         * src/inc.c
941         * src/mbox.c
942         * src/mbox.h
943                 Let proc_mbox know its account, for
944                 account-specific rules
945
946 2006-09-01 [colin]      2.4.0cvs127
947
948         * src/codeconv.c
949                 Don't uselessly use iconv to convert from
950                 us-ascii
951         * src/alertpanel.c
952         * src/mainwindow.c
953         * src/mainwindow.h
954         * src/inc.c
955                 Fix certain log cases, disable warning icon
956                 for now, the correct way to display it when
957                 necessary and only when necessary is probably
958                 to do it manually rather than use error logs
959         * src/etpan/imap-thread.c
960                 Clean up UID logging a bit
961         * src/gtk/logwindow.c
962         * src/gtk/logwindow.h
963                 Make logging faster when the window's closed
964
965 2006-09-01 [wwp]        2.4.0cvs126
966
967         * manual/fr/account.xml
968                 reflect changes to the ref. manual (parts of cvs72):
969                 fix tabnames and quotes.
970
971 2006-09-01 [wwp]        2.4.0cvs125
972
973         * manual/fr/plugins.xml
974                 reflect changes to the reference manual (cvs42):
975                 update IRC channel info.
976
977 2006-09-01 [wwp]        2.4.0cvs124
978
979         * commitHelper
980                 use CVSEDITOR env. var. if set, according to `man cvs`.
981
982 2006-09-01 [wwp]        2.4.0cvs123
983
984         * manual/advanced.xml
985                 better sentence again (thanks to Paul).
986
987 2006-09-01 [wwp]        2.4.0cvs122
988
989         * manual/advanced.xml
990         fix definition of toolbar_detachable and rework a bit the one of
991         enable_dotted_lines.
992
993 2006-09-01 [mones]      2.4.0cvs121
994
995         * manual/advanced.xml
996                 Document enable_dotted_lines
997
998 2006-09-01 [paul]       2.4.0cvs120
999
1000         * src/folderview.c
1001         * src/folderview.h
1002         * src/imap.c
1003         * src/mainwindow.c
1004         * src/summaryview.c
1005                 obey the 'When entering folder...' option
1006                 when using the /View/Go to/... menu items
1007                 Thanks to Colin
1008
1009 2006-08-31 [colin]      2.4.0cvs119
1010
1011         * src/folderview.c
1012                 Revert 2.4.0cvs116, wrong fix.
1013
1014 2006-08-31 [colin]      2.4.0cvs118
1015
1016         * src/gtk/gtksctree.c
1017                 Better state the various copyrights
1018
1019 2006-08-31 [colin]      2.4.0cvs117
1020
1021         * src/prefs_common.c
1022                 fix enable_dotted_lines
1023
1024 2006-08-31 [colin]      2.4.0cvs116
1025
1026         * src/folderview.c
1027                 Use pref "Always open on select" when going
1028                 to next unread folder
1029         * src/gtk/gtksctree.c
1030                 Fix link failure to _gtk_clist_create_cell_layout
1031                 on certain computers. (Why not mine, I wonder)
1032
1033 2006-08-31 [colin]      2.4.0cvs115
1034
1035         * src/procmsg.c
1036         * src/textview.c
1037         * src/plugins/bogofilter/bogofilter.c
1038         * src/plugins/spamassassin/spamassassin.c
1039                 Requalify some "errors" to warnings
1040         * src/mainwindow.c
1041         * src/mainwindow.h
1042         * src/statusbar.c
1043                 Add an icon in the statusbar to notify
1044                 of errors
1045         * src/gtk/gtksctree.c
1046         * src/folderview.c
1047         * src/summaryview.c
1048                 Make the GtkSCTree look more modern by
1049                 alternating background lines
1050         * src/prefs_common.c
1051         * src/prefs_common.h
1052                 Add a pref to let people have the old
1053                 way if they prefer
1054
1055
1056 2006-08-30 [colin]      2.4.0cvs114
1057
1058         * src/procmsg.c
1059         * src/procmsg.h
1060                 Provide a way to filter a list of
1061                 messages in an optimised manner, and
1062                 add a list-filtering hook
1063         * src/folder.c
1064         * src/inc.c
1065         * src/mbox.c
1066                 Use the list filtering
1067         * src/plugins/bogofilter/bogofilter.c
1068                 Use the list-filtering hook
1069                 Use -b (bulk) mode for more speed
1070                 when learning and filtering
1071         * src/etpan/imap-thread.c
1072                 Make log output shorter in UID SEARCH
1073
1074
1075 2006-08-30 [colin]      2.4.0cvs113
1076
1077         * src/plugins/bogofilter/bogofilter.c
1078                 Really fast mass learning - thanks to David
1079                 Relson for the options explanations :)
1080
1081 2006-08-30 [colin]      2.4.0cvs112
1082
1083         * src/msgcache.c
1084                 Fix compilation on FreeBSD. Thanks
1085                 to Michael Hugues
1086
1087 2006-08-29 [colin]      2.4.0cvs111
1088
1089         * src/folderview.c
1090                 Handle "popup_menu" signal (for popping the 
1091                 menu via the keyboard)
1092         * src/mimeview.c
1093         * src/mimeview.h
1094         * src/summaryview.c
1095         * src/textview.c
1096         * src/gtk/gtkutils.c
1097         * src/gtk/gtkutils.h
1098                 Factorize scrolling code, and add an API 
1099                 for MimeViewers to handle scroll orders
1100
1101 2006-08-29 [wwp]        2.4.0cvs110
1102
1103         * src/plugins//bogofilter/bogofilter.c
1104         * src/plugins//spamassassin/spamassassin.c
1105                 make the bogofilter/spamassassin filtering error dialogs at
1106         incorporation obey to the "don't popup error dialog on
1107         receive error" option. If disabled, feed the log window w/
1108         the error message.
1109
1110 2006-08-29 [paul]
1111
1112         2.5.0-rc2 released
1113
1114 2006-08-29 [paul]       2.4.0cvs109
1115
1116         * Makefile.am
1117                 remove 'make release', it's not needed
1118                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
1119
1120 2006-08-29 [paul]       2.4.0cvs108
1121
1122         * src/foldersel.c
1123         * src/summary_search.c
1124         * src/gtk/progressdialog.c
1125         * src/plugins/pgpcore/passphrase.c
1126                 replace deprecated gtk_window_set_policy()
1127
1128 2006-08-29 [colin]      2.4.0cvs107
1129
1130         * src/folder.c
1131                 Fix data loss when copy fails during a move:
1132                 only use fast remove_msgs if everything was
1133                 copied OK; else use slow remove_msg on the
1134                 mails that got copied only.
1135
1136 2006-08-28 [paul]       2.4.0cvs106
1137
1138         * src/mh.c
1139                 revert change in 2.4.0cvs104, it breaks
1140                 stuff
1141
1142 2006-08-28 [paul]       2.4.0cvs105
1143
1144         * src/plugins/spamassassin/spamassassin.c
1145                 english fix
1146
1147 2006-08-28 [paul]       2.4.0cvs104
1148
1149         * src/mh.c
1150                 fix data loss when moving to another
1151                 mailbox fails
1152         * src/prefs_spelling.c
1153                 improve the english
1154         * src/gtk/pluginwindow.c
1155                 improve the layout of the dialog text
1156         All thanks to Colin
1157
1158 2006-08-28 [paul]       2.4.0cvs103
1159
1160         * src/plugins/bogofilter/bogofilter.c
1161         * src/plugins/bogofilter/bogofilter_gtk.c
1162                 fix english up a bit, innit
1163
1164 2006-08-28 [paul]       2.4.0cvs102
1165
1166         * configure.ac
1167         * po/Makefile.in.in
1168         * po/Makevars
1169                 require autoconf 2.60, enabling building
1170                 with gettext 0.15 (gettext 0.14.x build still
1171                 possible). Replace Makefiles with versions
1172                 from gettext 0.15.
1173                 Remove configure options --with-localedir and
1174                 --with-mandir. The options that are provided
1175                 directly by autoconf 2.60 can be used instead:
1176                 --mandir --localedir
1177
1178 2006-08-27 [colin]      2.4.0cvs101
1179
1180         * src/plugins/bogofilter/Makefile.am
1181                 Fix make dist (no README)
1182
1183 2006-08-27 [colin]      2.4.0cvs100
1184
1185         * src/folder.c
1186                 Don't use F_UNKNOWN folders for any default
1187                 outbox/trash/etc
1188         * src/plugins/bogofilter/bogofilter.c
1189         * src/plugins/bogofilter/bogofilter.h
1190         * src/plugins/bogofilter/bogofilter_gtk.c
1191                 Add an option to specify the path to bogofilter
1192                 Use single-quotes to be able to learn in folders
1193                 with spaces in their names
1194                 Verify learning status
1195
1196 2006-08-27 [colin]      2.4.0cvs99
1197
1198         * manual/faq.xml
1199         * manual/plugins.xml
1200                 Document Bogofilter plugin
1201
1202 2006-08-27 [colin]      2.4.0cvs98
1203
1204         * src/compose.c
1205         * src/messageview.c
1206         * src/procmsg.c
1207         * src/procmsg.h
1208                 When possible, copy the queued mail to sent folder
1209                 instead of re-adding. Much faster on IMAP.
1210
1211 2006-08-27 [colin]      2.4.0cvs97
1212
1213         * src/msgcache.c
1214                 Disable mmaped caches - huge metadata loss
1215                 here after a power failure.
1216         * src/summaryview.c
1217                 Add quicksearch timing
1218         * src/common/plugin.c
1219         * src/common/plugin.h
1220                 Implement an interface to tell what plugins
1221                 provide. Prevent loading of similar plugins.
1222         * src/plugins/clamav/clamav_plugin.c
1223         * src/plugins/demo/demo.c
1224         * src/plugins/dillo_viewer/dillo_viewer.c
1225         * src/plugins/pgpcore/plugin.c
1226         * src/plugins/pgpinline/pgpinline.c
1227         * src/plugins/pgpmime/pgpmime.c
1228         * src/plugins/spamassassin/spamassassin.c
1229         * src/plugins/trayicon/trayicon.c
1230                 Implement plugin_provides()
1231
1232 2006-08-27 [colin]      2.4.0cvs96
1233
1234         * configure.ac
1235         * src/plugins/Makefile.am
1236         * src/plugins/bogofilter/.cvsignore
1237         * src/plugins/bogofilter/Makefile.am
1238         * src/plugins/bogofilter/bogofilter.c
1239         * src/plugins/bogofilter/bogofilter.h
1240         * src/plugins/bogofilter/bogofilter_gtk.c
1241                 New Bogofilter plugin, provides filtering and
1242                 learning. Spamassassin will go to extra plugins.
1243
1244 2006-08-26 [mones]      2.4.0cvs95
1245
1246         * manual/handling.xml
1247                 Fix subfolder path in the example (thanks to Paul) 
1248
1249 2006-08-26 [mones]      2.4.0cvs94
1250
1251         * manual/glossary.xml
1252                 2.2. + add ISP to the glossary
1253                 7.5. + Add UIDL to glossary
1254                 7.7. + Add TCP to glossary
1255         * manual/handling.xml
1256                 7.1. + Mentions GNU/Linux distribution, what about the non...
1257                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
1258                 7.3. + Mentions .bashrc, what about the non-bash ones? 
1259                 7.4. = Use appropriate quotation for commands
1260                 7.6. = change "" to <quote></quote>
1261         * manual/plugins.xml
1262                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
1263         * manual/starting.xml
1264                 2.1. + local mbox file: some examples of mbox file locations...
1265                 Also reformatted files requiring it
1266
1267 2006-08-26 [wwp]        2.4.0cvs93
1268
1269         * src/summary_search.c
1270                 disable find buttons while summary search is running.
1271
1272 2006-08-25 [colin]      2.4.0cvs92
1273
1274         * src/folder.c
1275         * src/folderutils.c
1276         * src/mh.c
1277         * src/procmsg.h
1278         * src/summaryview.c
1279                 Speed up MH moving, and add progressbar
1280                 for MH deletion
1281         * src/msgcache.c
1282                 Write cache files using mmap() too
1283
1284 2006-08-25 [wwp]        2.4.0cvs91
1285
1286         * src/summaryview.c
1287                 switch spam<->ham button when a message has been marked as spam or ham
1288                 and is still selected. Thanks to Colin.
1289
1290 2006-08-25 [paul]       2.4.0cvs90
1291
1292         * src/Makefile.am
1293         * src/stock_pixmap.c
1294         * src/stock_pixmap.h
1295         * src/summaryview.c
1296         * src/gtk/icon_legend.c
1297         * src/pixmaps/copied.xpm
1298         * src/pixmaps/moved.xpm
1299                 add icons for delayed execution marked for
1300                 copying, marked for moving
1301
1302 2006-08-25 [mones]      2.4.0cvs89
1303
1304         * manual/glossary.xml
1305                 Fix the other glossary items:
1306                 5.1. = Inmmediate execution -> <quote>immediate execution...
1307                 5.2. = Fix MBOX capitalization -> Mbox
1308                 5.3. + Improve Plugins def. w/ tech. ref.
1309                 5.4. = Quotation -> replace '>' by <quote>></quote>
1310                 5.5. - SMTP Server. -> remove dot
1311         * po/es.po
1312                 Updated translation
1313
1314 2006-08-25 [mones]      2.4.0cvs88
1315
1316         * manual/ack.xml
1317                 Reformatted, changed email address
1318         * manual/glossary.xml
1319                 Reformatted, fixed MANUAL-TODO items:
1320                 8.2. + add ROT-13 to glossary
1321                 8.4. + add URL to glossary
1322         * manual/es/advanced.xml
1323                 Fixed <literal>s
1324
1325 2006-08-25 [paul]       2.4.0cvs87
1326
1327         * src/gtk/icon_legend.c
1328                 add 'marked for deletion' icon
1329                 arrange icons by containing column
1330                 wrap long label text
1331
1332 2006-08-25 [colin]      2.4.0cvs86
1333
1334         * src/common/utils.c
1335         * src/common/utils.h
1336                 Add the sc_g_*list_bigger functions in
1337                 a place everyone can use it
1338         * src/summaryview.c
1339                 Only freeze/thaw the list when working
1340                 on the selection, if it's bigger than 1
1341         * src/gtk/gtksctree.c
1342                 Only freeze/thaw the list when unselec-
1343                 ting 'all' if ('all' != 1)
1344                 This avoids some flickering
1345
1346 2006-08-24 [colin]      2.4.0cvs85
1347
1348         * src/addressbook.c
1349                 Fix strange list selection
1350                 Fix random seg (Invalid read of freed memory)
1351
1352 2006-08-24 [colin]      2.4.0cvs84
1353
1354         * src/alertpanel.c
1355         * src/gtk/inputdialog.c
1356         * src/plugins/pgpcore/passphrase.c
1357                 Revert minimal width patch of 2.4.0cvs67,
1358                 as it is also a maximal width. Use 
1359                 gtk_window_set_default_size instead.
1360
1361 2006-08-24 [colin]      2.4.0cvs83
1362
1363         * src/msgcache.c
1364                 Write cache/mark to temp files before
1365                 overwriting old ones (avoids metadata
1366                 loss if writing the new files fail).
1367                 Use mmap() to read cache/mark file, as
1368                 this makes cache reading faster. Dis-
1369                 abled for big-endian machines until it
1370                 can be tested. (Big-endian users: set
1371                 msgcache_use_mmap = TRUE in the relevant
1372                 #if).
1373         * src/procmsg.h
1374                 Move rarely used fields of MsgInfo in 
1375                 another structure, which will only be
1376                 allocated if needed. Face, X-Face,
1377                 Return receipt headers and List-*
1378                 headers are moved. Mails having none
1379                 of these occupy 52 bytes less with
1380                 this patch, which makes 2.5MB of RAM
1381                 saved on a 50k folder).
1382         * src/headerview.c
1383         * src/mainwindow.c
1384         * src/messageview.c
1385         * src/partial_download.c
1386         * src/procheader.c
1387         * src/procmsg.c
1388         * src/textview.c
1389                 Follow this structure change.
1390
1391 2006-08-24 [wwp]        2.4.0cvs82
1392
1393         * manual/es/.cvsignore
1394         * manual/es/dist/.cvsignore
1395         * manual/es/dist/html/.cvsignore
1396         * manual/es/dist/pdf/.cvsignore
1397         * manual/es/dist/ps/.cvsignore
1398         * manual/es/dist/txt/.cvsignore
1399                 more (generated) files to ignore.
1400
1401 2006-08-24 [colin]      2.4.0cvs81
1402
1403         * src/folder.c
1404         * src/mh.c
1405                 Fix possible problems with local delivery. Check the folder doesn't
1406                 need scan before setting its mtime when saving cache (which can be
1407                 done long after the folder's been modified by an external process);
1408                 Check that the stored item's mtime didn't change in mh functions.
1409
1410 2006-08-24 [mones]      2.4.0cvs80
1411
1412         * manual/advanced.xml
1413                 Rewrapping, some fixes and MANUAL-TODO items:
1414                 8.1. = change "" to <quote></quote>
1415                 8.3. = quote menu items
1416                 8.5. - deploying -> new user ... ideally a new user (redundant)
1417
1418 2006-08-23 [colin]      2.4.0cvs79
1419
1420         * src/gtk/gtksctree.c
1421                 When selecting or deselecting range, only
1422                 freeze/thaw when selection is bigger than 10
1423
1424 2006-08-23 [colin]      2.4.0cvs78
1425
1426         * src/messageview.c
1427         * src/mimeview.c
1428         * src/mimeview.h
1429         * src/plugins/dillo_viewer/dillo_viewer.c
1430                 Provide an API for MimeViewer plugins to
1431                 return a text selection for replying
1432
1433 2006-08-23 [colin]      2.4.0cvs77
1434
1435         * src/image_viewer.c
1436         * src/textview.c
1437                 Use gtk_pixbuf_new_from_file_at_scale(), which
1438                 is faster than getting the pixbuf then resizing
1439                 it.
1440
1441 2006-08-23 [colin]      2.4.0cvs76
1442
1443         * src/procmime.c
1444                 UTF-8 should be sent Quoted-printable
1445
1446 2006-08-22 [colin]      2.4.0cvs75
1447
1448         * src/mh.c
1449                 Check if scan is required before touching
1450                 the folder (or it'll be required every time)
1451
1452 2006-08-22 [colin]      2.4.0cvs74
1453
1454         * configure.ac
1455                 Require libetpan 0.46 (crasher fix when built
1456                 against gnutls)
1457
1458 2006-08-22 [colin]      2.4.0cvs73
1459
1460         * src/folder.c
1461                 Set folder's mtime after writing its
1462                 cache
1463         * src/folderview.c
1464                 Add some timing
1465         * src/procmsg.c
1466                 Don't do useless stuff if we don't 
1467                 thread by subject
1468         * src/summaryview.c
1469                 Add some timing, don't deselect prior
1470                 to selecting (gtksctree does it itself),
1471                 remove crash avoidance hacks as it's been
1472                 properly fixed since a while
1473         * src/common/utils.c
1474                 Optimize to_human_readable(): _() is slow,
1475                 do it only once, and avoid %f format for KB
1476                 (the most common in a summaryview)
1477         * src/gtk/gtksctree.c
1478                 Don't uselessly freeze/thaw (fixes flicker
1479                 on next unread and friends), reduce number
1480                 of g_list_nth/g_list_position where possible
1481         * src/gtk/gtkutils.c
1482         * src/gtk/gtkutils.h
1483                 Reduce number of g_list_nth/g_list_position
1484                 where possible.
1485                 All of this makes loading as 70k folder 2.1
1486                 seconds instead of 3.2 (with hot FS caches).
1487                 (1.3 seconds without Date and Size columns...)
1488
1489 2006-08-22 [paul]       2.4.0cvs72
1490
1491         wrap documents and do some items from mones' MANUAL-TODO:
1492
1493         * manual/account.xml
1494                 4.1. = fix tabname references to <quote>tabname</quote>
1495                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
1496         * manual/faq.xml
1497                 1.1. = mentioned options don't match UI
1498                 Add information about the 'Never send Return Receipts'
1499                 option
1500         * manual/handling.xml
1501                 6.2. = Mentions Extended symbols button, but now is
1502                 named Information
1503                 6.3. = Mentions ... button, which is now Edit
1504
1505 2006-08-22 [colin]      2.4.0cvs71
1506
1507         * src/gtk/pluginwindow.c
1508                 Fix layout in verbose translations (such
1509                 as french)
1510
1511 2006-08-22 [paul]       2.4.0cvs70
1512
1513         * manual/Makefile.am
1514                 build manuals in alphabetical order
1515         * src/addressbook.c
1516         * src/prefs_themes.c
1517                 replace/remove deprecated symbols
1518         * src/gtk/gtkutils.c
1519                 fix a warning
1520         * src/gtk/pluginwindow.c
1521                 replace deprecated symbol
1522                 replace label text and move it
1523         * src/plugins/pgpcore/prefs_gpg.c
1524                 move the 'Generate...' button out of the
1525                 Sign Key frame, replace the English used
1526         * src/plugins/pgpcore/sgpgme.c
1527                 fixes to the English
1528
1529 2006-08-21 [colin]      2.4.0cvs69
1530
1531         * src/plugins/trayicon/trayicon.c
1532                 Add more strings for translation; patch
1533                 by Pawel
1534
1535 2006-08-21 [colin]      2.4.0cvs68
1536
1537         * src/compose.c
1538                 fix replied flag not set after drafting
1539         * src/matcher.c
1540                 fix body quicksearch in non-encoded bodies
1541                 containing '='
1542         * src/msgcache.c
1543                 Get rid of the g_malloc workaround for
1544                 corrupted caches, use g_try_malloc
1545
1546 2006-08-21 [colin]      2.4.0cvs67
1547
1548         * src/alertpanel.c
1549         * src/gtk/inputdialog.c
1550         * src/plugins/pgpcore/passphrase.c
1551                 Set minimal width to 375
1552         * src/mainwindow.c
1553                 Fix switching to offline, asking if it 
1554                 should be overriden for synchronising
1555         * src/mimeview.c
1556                 Don't offer to remember command on Open 
1557                 with for text parts, as the browser or 
1558                 text editor command isn't changed from 
1559                 there
1560
1561 2006-08-20 [paul]       2.4.0cvs66
1562
1563         * po/ko.po
1564         * po/zh_CN.po
1565                 fix plural form errors. revealed by stricter
1566                 checking of gettext 0.15
1567
1568 2006-08-18 [paul]       2.4.0cvs65
1569
1570         * src/stock_pixmap.c
1571                 fix the fix of 2.4.0cvs64
1572                 Thanks to Colin
1573
1574 2006-08-18 [paul]       2.4.0cvs64
1575
1576         * src/stock_pixmap.c
1577                 fix leaks
1578                 Thanks to Colin
1579
1580 2006-08-18 [paul]       2.4.0cvs63
1581
1582         * src/compose.c
1583         * src/procmsg.c
1584                 fix occasional IMAP bug where large msgs
1585                 were left in the queue folder after sending
1586                 Thanks to Colin
1587
1588 2006-08-18 [paul]       2.4.0cvs62
1589
1590         * src/folderview.c
1591                 freeze the summaryview while quicksearch results
1592                 are displayed
1593                 (fixes bug 456 'current message is hidden when the
1594                 view is refreshed and extended search is "unread 
1595                 messages"')
1596                 Thanks to Colin
1597         * src/textview.c
1598                 add missing #include "inputdialog.h"
1599         * src/common/utils.h
1600                 add missing mailcap_update_default() and improve
1601                 readability
1602
1603 2006-08-17 [colin]      2.4.0cvs61
1604
1605         * src/plugins/pgpcore/select-keys.c
1606                 Fix warnings :)
1607
1608 2006-08-17 [colin]      2.4.0cvs60
1609
1610         * src/compose.c
1611                 Don't continue queuing if Cancel is clicked
1612                 in select-keys
1613
1614 2006-08-17 [colin]      2.4.0cvs59
1615
1616         * src/plugins/pgpcore/select-keys.c
1617                 When encrypting, if only one key matches and it 
1618                 matches exactly, automatically use it.
1619
1620 2006-08-17 [colin]      2.4.0cvs58
1621
1622         * src/mimeview.c
1623         * src/prefs_common.c
1624         * src/prefs_common.h
1625         * src/prefs_ext_prog.c
1626         * src/textview.c
1627                 Fix issues with previous patch (text/html)
1628                 Remove outdated prefs
1629
1630 2006-08-17 [colin]      2.4.0cvs57
1631
1632         * src/imap.c
1633                 Add View Log button on auth error
1634         * src/procmsg.c
1635                 Fix encrypted mail marked as new when
1636                 saved in normal folders
1637         * src/plugins/pgpinline/pgpinline.c
1638                 Fix encrypt bug on IMAP
1639         * src/mimeview.c
1640         * src/common/utils.c
1641         * src/common/utils.h
1642         * src/gtk/inputdialog.c
1643         * src/gtk/inputdialog.h
1644                 Get rid of metamail stuff, simplify
1645                 opening, and allow remembering of user's
1646                 choices (by updating ~/.mailcap). There's
1647                 still to drop "Audio player" and "Image
1648                 viewer" preferences.
1649
1650 2006-08-17 [mones]      2.4.0cvs56
1651
1652         * manual/es/sylpheed-claws-manual.xml
1653                 fix DTD path
1654
1655 2006-08-17 [mones]      2.4.0cvs55
1656
1657         * configure.ac
1658         * manual/Makefile.am
1659         * manual/es/Makefile.am
1660         * manual/es/account.xml
1661         * manual/es/ack.xml
1662         * manual/es/addrbook.xml
1663         * manual/es/advanced.xml
1664         * manual/es/faq.xml
1665         * manual/es/glossary.xml
1666         * manual/es/gpl.xml
1667         * manual/es/handling.xml
1668         * manual/es/intro.xml
1669         * manual/es/keyboard.xml
1670         * manual/es/plugins.xml
1671         * manual/es/starting.xml
1672         * manual/es/sylpheed-claws-manual.xml
1673         * manual/es/dist/Makefile.am
1674         * manual/es/dist/html/Makefile.am
1675         * manual/es/dist/pdf/Makefile.am
1676         * manual/es/dist/ps/Makefile.am
1677         * manual/es/dist/txt/Makefile.am
1678                 Spanish translation for the manual
1679
1680 2006-08-16 [colin]      2.4.0cvs54
1681
1682         * src/compose.c
1683         * src/main.c
1684         * src/mainwindow.c
1685                 Fix send button sensitivity at startup
1686                 Set send menu sensitivity (patch by Fabien)
1687         * src/ssl_manager.c
1688                 Enable closing with esc (patch by Fabien)
1689         * src/gtk/foldersort.c
1690                 Enable closing with esc (patch by Fabien)
1691         * src/procmime.c
1692                 Optimisation (no need to copy to tempfile to
1693                 "decode" 7bit and 8bit)
1694         * src/summaryview.c
1695                 Fix cruft in swap_from case
1696         * src/textview.c
1697                 Fix missing last line in some mail cases 
1698                 (Fixes debian #381872)
1699         * src/plugins/pgpcore/prefs_gpg.c
1700         * src/plugins/pgpcore/sgpgme.c
1701         * src/plugins/pgpcore/sgpgme.h
1702                 Don't show "no key found" when user explicitely
1703                 wants to create a key
1704
1705 2006-08-16 [paul]       2.4.0cvs53
1706
1707         * configure.ac
1708         * src/account.c
1709         * src/addressbook.c
1710         * src/headerview.c
1711         * src/prefs_account.c
1712         * src/prefs_message.c
1713         * src/gtk/gtkutils.c
1714                 bump up minimum required versions of GTK+ and
1715                 GLIB to 2.6.0
1716
1717 2006-08-16 [paul]       2.4.0cvs52
1718
1719         * src/toolbar.c
1720                 workaround GTK+ Bug 351600 - 'Can't re-click
1721                 on button after sensitivity update'
1722                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
1723                 Thanks to Colin
1724
1725 2006-08-15 [colin]      2.4.0cvs51
1726
1727         * src/plugins/pgpcore/prefs_gpg.c
1728                 Set options sensitivity according to
1729                 key existence
1730         * src/plugins/pgpcore/sgpgme.c
1731                 Allow to create key with no passphrase
1732
1733 2006-08-14 [cleroy]     2.4.0cvs50
1734
1735         * src/gtk/pluginwindow.c
1736                 New layout (maybe to be changed?)
1737         * src/gtk/gtkutils.c
1738                 Fix a bit label_window
1739         * src/plugins/pgpcore/passphrase.c
1740         * src/plugins/pgpcore/passphrase.h
1741         * src/plugins/pgpcore/plugin.c
1742         * src/plugins/pgpcore/prefs_gpg.c
1743         * src/plugins/pgpcore/prefs_gpg.h
1744         * src/plugins/pgpcore/sgpgme.c
1745         * src/plugins/pgpcore/sgpgme.h
1746                 Allow to create a PGP private key via the GUI
1747
1748 2006-08-14 [wwp]        2.4.0cvs49
1749
1750         * src/addressbook_foldersel.c
1751                 fix strict ISO C90 compliance.
1752
1753 2006-08-14 [paul]       2.4.0cvs48
1754
1755         * src/gtk/prefswindow.c
1756                 re-set scrolled window on opening
1757                 Patch by Ticho
1758
1759 2006-08-14 [paul]
1760
1761         2.5.0-rc1 released
1762
1763 2006-08-14 [paul]       2.4.0cvs47
1764
1765         * src/prefs_display_header.c
1766                 re-enable user-defined Displayed Headers
1767
1768 2006-08-14 [paul]       2.4.0cvs46
1769
1770         * src/prefs_account.c
1771                 use GTK_STOCK_EDIT
1772
1773 2006-08-13 [colin]      2.4.0cvs45
1774
1775         * src/common/utils.c
1776                 Fix "a" in quote when the original message is empty,
1777                 by using \0 instead of 'a' to test writability of
1778                 temp files.
1779
1780 2006-08-13 [wwp]        2.4.0cvs44
1781
1782         * src/plugins/spamassassin/spamassassin.c
1783                 fix capitalization of "SpamAssassin" in some debug, log and
1784                 dialog messages.
1785
1786 2006-08-13 [paul]       2.4.0cvs43
1787
1788         * src/editldap.c
1789                 fix overlapping widgets
1790         * src/prefs_account.c
1791                 fix translation of protocol_names[]
1792                 fix label disappearing off the edge of the
1793                 visible area
1794
1795 2006-08-12 [paul]       2.4.0cvs42
1796
1797         * manual/plugins.xml
1798                 update IRC channel info before it gets forgotten
1799                 about
1800
1801 2006-08-11 [colin]      2.4.0cvs41
1802
1803         * src/compose.c
1804         * src/mainwindow.c
1805         * src/mainwindow.h
1806         * src/procmsg.c
1807         * src/procmsg.h
1808         * src/summaryview.c
1809         * src/toolbar.c
1810                 Grey out the Send button if
1811                 - Queue folders are empty, or
1812                 - We're sending already
1813
1814 2006-08-11 [wwp]        2.4.0cvs40
1815
1816         * src/main.c
1817                 fix a logic issue when quitting while a compose window is
1818                 still open, thanks to Colin.
1819
1820 2006-08-10 [colin]      2.4.0cvs39
1821
1822         * src/main.c
1823                 Fix default font size setting after wizard run
1824         * src/imap.c
1825         * src/etpan/imap-thread.c
1826         * src/etpan/imap-thread.h
1827                 Fix bug #999 (Timing out on TSL cert validation 
1828                 dialog makes ugly things happen). Also, STARTTLS
1829                 unconditionnaly if initial capabilities contain
1830                 LOGINDISABLED and STARTTLS.
1831
1832 2006-08-09 [colin]      2.4.0cvs38
1833
1834         * src/mainwindow.c
1835         * src/mainwindow.h
1836                 Fix Tools/Actions sensitivity when there are
1837                 no actions
1838
1839 2006-08-09 [colin]      2.4.0cvs37
1840
1841         * src/prefs_filtering.c
1842                 Warning fix, patch by Paul
1843         * src/messageview.c
1844         * src/prefs_actions.c
1845         * src/prefs_filtering_action.c
1846         * src/prefs_matcher.c
1847                 Uniformisation of "Info ..." to "Info..." (for
1848                 old gtk), patch by Fabien
1849         * src/plugins/clamav/clamav_plugin_gtk.c
1850                 Sensitivity fix by Fabien
1851
1852 2006-08-09 [colin]      2.4.0cvs36
1853
1854         * src/main.c
1855         * src/main.h
1856                 Add a function to know whether we're exiting
1857         * src/plugins/trayicon/trayicon.c
1858                 If exiting, don't do anything. Faster, and
1859                 avoids gtk_main_iteration reentracy causing
1860                 segfaults at exit
1861
1862 2006-08-09 [colin]      2.4.0cvs35
1863
1864         * src/messageview.c
1865         * src/mimeview.c
1866         * src/mimeview.h
1867                 Fix lack of part selection when automatically 
1868                 jumping to a specific part
1869         * src/msgcache.c
1870                 Little optimisation in cache reading
1871
1872 2006-08-09 [colin]      2.4.0cvs34
1873
1874         * src/compose.c
1875                 Fix crash setting the priority on reedit
1876                 (Accessing compose before creating it!)
1877
1878 2006-08-08 [colin]      2.4.0cvs33
1879
1880         * src/procmime.c
1881                 Fix bug #998 (last attachment is not accessible)
1882                 Bad RFC interpretation on multipart close-delimiters
1883         * src/mimeview.c
1884         * src/mimeview.h
1885         * src/gtk/gtkvscrollbutton.c
1886         * src/gtk/gtkvscrollbutton.h
1887                 Make attachments list wheel-scrollable
1888
1889 2006-08-07 [colin]      2.4.0cvs32
1890
1891         * src/gtk/gtkaspell.c
1892                 Fix bug #973 (Unicode punctation characters 
1893                 are not recognized as separators by the
1894                 spell checker); fix unsigned stuff
1895
1896 2006-08-07 [colin]      2.4.0cvs31
1897
1898         * src/compose.c
1899                 Fix bug #956 (DnD text with accents in compose 
1900                 text entry); fix gccc's signed/unsigned fuss
1901
1902 2006-08-06 [colin]      2.4.0cvs30
1903
1904         * src/main.c
1905                 Fix bug #979 (Plugin crashes when exiting 
1906                 sylpheed-claws) : handle exit request only 
1907                 once
1908
1909 2006-08-05 [colin]      2.4.0cvs29
1910
1911         * src/news.c
1912                 Just make sure we have a msgid.
1913
1914 2006-08-05 [colin]      2.4.0cvs28
1915
1916         * src/news.c
1917         * src/summaryview.c
1918                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
1919                 by reimplementing it
1920         * src/textview.c
1921                 Fix bug when hiding quotes with level > 3 and quote
1922                 colors are recycled
1923
1924 2006-08-04 [colin]      2.4.0cvs27
1925
1926         * src/compose.c
1927         * src/undo.c
1928         * src/undo.h
1929                 Fix a bit replace-by-pasting undo
1930         * src/mainwindow.c
1931         * src/messageview.c
1932                 Fix Fold quotes menu synchro in
1933                 mainwindow when it changes in 
1934                 messageview
1935         * src/textview.c
1936                 Fix right-click on quotes blocks
1937         * src/common/utils.c
1938                 Verify that the file created by
1939                 my_tmpfile() is writable. Fixes
1940                 bug #988 (very specific filesystem
1941                 issue)
1942         * src/plugins/pgpcore/sgpgme.c
1943                 Fix file descriptor leak
1944         * src/plugins/spamassassin/spamassassin.c
1945                 Warn once if spamd isn't reachable
1946
1947 2006-08-04 [colin]      2.4.0cvs26
1948
1949         * src/toolbar.c
1950                 i18n context patch by Fabien
1951
1952 2006-08-03 [colin]      2.4.0cvs25
1953
1954         * src/mainwindow.c
1955         * src/messageview.c
1956                 Rename "Hide quotes" to "Fold quotes"
1957         * src/textview.c
1958                 Don't use hand cursor on quotes. "all 
1959                 the bonuses of the feature and none of 
1960                 unwelcome side-effects"
1961
1962 2006-08-03 [colin]      2.4.0cvs24
1963
1964         * AUTHORS
1965         * sylpheed-claws.desktop
1966         * src/gtk/authors.h
1967                 Bring the desktop file to XDG compliance
1968                 Patch by Charles A. Edwards
1969
1970 2006-08-03 [colin]      2.4.0cvs23
1971
1972         * src/textview.c
1973                 Fix links offset when they are preceded
1974                 by accentued chars (g_utf8_strlen!)
1975         * src/mainwindow.c
1976                 Fix wrong status when starting offline
1977
1978
1979 2006-08-03 [wwp]        2.4.0cvs22
1980
1981         * src/prefs_common.h
1982                 ask what to do w/ filtering rules that belong to an account when
1983                 applying filtering rules manually from the main window (skip,
1984                 apply regardless of the account, use current account). This dialog
1985                 can be skipped and the last reply used.
1986                 (forgot that file)
1987
1988 2006-08-03 [wwp]        2.4.0cvs21
1989
1990         * src/filtering.c
1991         * src/filtering.h
1992         * src/prefs_common.c
1993         * src/summaryview.c
1994         * src/alertpanel.c
1995         * src/alertpanel.h
1996         * src/messageview.c
1997                 ask what to do w/ filtering rules that belong to an account when
1998                 applying filtering rules manually from the main window (skip,
1999                 apply regardless of the account, use current account). This dialog
2000                 can be skipped and the last reply used.
2001
2002
2003 2006-08-03 [colin]      2.4.0cvs20
2004
2005         * src/textview.c
2006                 Optimize previous patch
2007
2008 2006-08-03 [cleroy]     2.4.0cvs19
2009
2010         * src/textview.c
2011                 Fix quotes getting toggled back when the
2012                 mail has an even number of text parts
2013
2014 2006-08-02 [colin]      2.4.0cvs18
2015
2016         * src/messageview.c
2017                 Add Hide quotes menu
2018
2019 2006-08-02 [colin]      2.4.0cvs17
2020
2021         * src/mainwindow.c
2022         * src/prefs_common.c
2023         * src/textview.c
2024         * src/textview.h
2025         * src/gtk/about.c
2026                 Allow per-level quote hiding,
2027                 Allow toggling quotes by double-clicking them
2028                 Rename RemoteURI to ClickableText to reflect
2029                 the fact it's used for a variety of things
2030
2031 2006-08-02 [wwp]        2.4.0cvs16
2032
2033         * src/mainwindow.c
2034                 fix "View/Hide quotes" menu item status initialization.
2035
2036 2006-08-02 [wwp]        2.4.0cvs15
2037
2038         * src/matcher_parser_parse.y
2039                 remove a debug trace.
2040
2041 2006-08-02 [paul]       2.4.0cvs14
2042
2043         * src/plugins/pgpcore/passphrase.c
2044                 don't set initial dialog size
2045                 make it resizable
2046
2047 2006-08-02 [paul]       2.4.0cvs13
2048
2049         * src/noticeview.c
2050                 remove the rogue '/' character
2051
2052 2006-08-02 [paul]       2.4.0cvs12
2053
2054         * src/noticeview.c
2055                 allow buttons to resize as necessary
2056
2057 2006-08-01 [wwp]        2.4.0cvs11
2058
2059         * src/mbox.c
2060                 fix strict ISO C90 compliance.
2061
2062 2006-08-01 [wwp]        2.4.0cvs10
2063
2064         * tools/update-po
2065                 updated update-po tool to work w/ context-dependent translations.
2066                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2067
2068 2006-08-01 [wwp]        2.4.0cvs9
2069
2070         * src/matcher.c
2071         * src/prefs_filtering.c
2072         * src/prefs_matcher.c
2073                 allow context-dependent translations for "All",
2074                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2075
2076 2006-07-31 [colin]      2.4.0cvs8
2077
2078         * AUTHORS
2079         * src/gtk/authors.h
2080                 Add Rafal to authors
2081
2082 2006-07-31 [colin]      2.4.0cvs7
2083
2084         * src/compose.c
2085         * src/mainwindow.c
2086         * src/messageview.h
2087         * src/prefs_common.c
2088         * src/prefs_common.h
2089         * src/textview.c
2090                 Add 'View/Hide quotes'. Patch based on a patch
2091                 by Rafal Weglarz
2092
2093 2006-07-31 [colin]      2.4.0cvs6
2094
2095         * src/action.c
2096                 Fix problem with "> stuff >" actions
2097
2098 2006-07-31 [paul]       2.4.0cvs5
2099
2100         * po/nb.po
2101                 updated by Geir Helland
2102
2103 2006-07-31 [wwp]        2.4.0cvs4
2104
2105         * src/mainwindow.c
2106         * src/summaryview.c
2107         * src/summaryview.h
2108                 add "View/Go to/Parent message" and "View/Go to/Last read message",
2109                 thanks to Colin.
2110
2111 2006-07-31 [wwp]        2.4.0cvs3
2112
2113         * src/Makefile.am
2114         * src/addr_compl.c
2115         * src/addr_compl.h
2116         * src/addressbook.c
2117         * src/addressbook.h
2118         * src/addressbook_foldersel.c
2119         * src/addressbook_foldersel.h
2120         * src/addrindex.c
2121         * src/addrindex.h
2122         * src/matcher.c
2123         * src/matcher.h
2124         * src/matcher_parser_lex.l
2125         * src/matcher_parser_parse.y
2126         * src/prefs_common.c
2127         * src/prefs_common.h
2128         * src/prefs_filtering.c
2129         * src/prefs_matcher.c
2130         * src/prefs_matcher.h
2131         * src/summaryview.c
2132                 introduce filtering against the address book. It's now possible to add
2133                 matched conditions to determine if any email address in a message matches
2134                 or doesn't match any or all books or folders in the address book.
2135
2136 2006-07-31 [wwp]        2.4.0cvs2
2137
2138         * src/account.c
2139         * src/filtering.c
2140         * src/filtering.h
2141         * src/folder.c
2142         * src/folderview.c
2143         * src/inc.c
2144         * src/mainwindow.c
2145         * src/matcher.c
2146         * src/matcher_parser_lex.l
2147         * src/matcher_parser_parse.y
2148         * src/mbox.c
2149         * src/prefs_filtering.c
2150         * src/prefs_filtering.h
2151         * src/procmsg.c
2152         * src/procmsg.h
2153         * src/summaryview.c
2154                 introduce per-account filtering rules. Each filtering rule can now be assigned
2155                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
2156                 when applying filtering rules manually, as all rules will apply - even the ones
2157                 assigned to an account. This issue will be addressed soon.
2158  
2159
2160
2161 2006-07-31 [wwp]        2.4.0cvs1
2162
2163         * src/quote_fmt.c
2164                 make more strings translatable.
2165
2166 2006-07-31 [paul]       2.4.0
2167
2168         2.4.0 released
2169
2170 2006-07-31 [paul]       2.3.1cvs91
2171
2172         * po/ca.po
2173                 updated by Miquel Oliete
2174
2175 2006-07-31 [paul]       2.3.1cvs90
2176
2177         * po/de.po
2178         * po/el.po
2179         * po/fr.po
2180         * po/it.po
2181         * po/pl.po
2182         * po/pt_BR.po
2183         * po/sr.po
2184         * po/zh_CN.po
2185                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
2186                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
2187                 Aleksandar Urosevic, and Ralgh Young
2188
2189 2006-07-31 [paul]       2.3.1cvs89
2190
2191         * src/account.c
2192         * src/main.c
2193         * src/mainwindow.c
2194         * src/mainwindow.h
2195                 Fix a race condition when, after an SC crash, rescanning
2196                 folders took more than 0.5 seconds
2197                 Thanks to Colin
2198
2199 2006-07-31 [paul]       2.3.1cvs88
2200
2201         * src/folderview.c
2202                 don't translate separator strings
2203
2204 2006-07-30 [mones]      2.3.1cvs87
2205
2206         * doc/man/sylpheed-claws.1
2207                 Fixed non-ASCII chars in Hoa's name
2208         * po/es.po
2209                 Updated for release
2210
2211 2006-07-27 [colin]      2.3.1cvs86
2212
2213         * src/textview.c
2214                 Don't include the leading \n in links
2215                 Patch by Fabien
2216
2217 2006-07-25 [colin]      2.3.1cvs85
2218
2219         * src/mainwindow.c
2220         * src/common/socket.h
2221         * src/etpan/imap-thread.c
2222                 Refresh resolvers before connecting
2223                 to IMAP servers, and after switching
2224                 to online. Thanks to Paul.
2225
2226 2006-07-18 [colin]
2227
2228         * 2.4.0-rc4 released
2229
2230 2006-07-17 [colin]      2.3.1cvs84
2231
2232         * src/inc.c
2233                 Show connection attempt in statusbar before
2234                 connecting (previously first message was
2235                 "Retrieving messages from ..." after the
2236                 connection succeeded.
2237
2238 2006-07-16 [wwp]        2.3.1cvs83
2239
2240         * sylpheed-claws.ico
2241                 Added .ico file (windows multi-size icon file, generated).
2242
2243 2006-07-12 [wwp]        2.3.1cvs82
2244
2245         * src/messageview.c
2246                 remove Message/Re-edit menu entry from messageview window,
2247                 as sent/draft/queued messages are opened in compose window when
2248                 re-edited and it's not possible to re-edit other msgs.
2249
2250 2006-07-12 [paul]       2.3.1cvs81
2251
2252         * AUTHORS
2253         * src/mainwindow.c
2254         * src/gtk/authors.h
2255                 check online state before resetting
2256                 mailcheck timer. Useful if some program
2257                 verifies connection state and updates
2258                 Claws.
2259                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
2260
2261 2006-07-12 [paul]       2.3.1cvs80
2262
2263         * sylpheed-claws-128x128.png
2264         * sylpheed-claws-64x64.png
2265         * sylpheed-claws.png
2266         * src/Makefile.am
2267         * src/main.c
2268         * src/prefs_toolbar.c
2269         * src/stock_pixmap.c
2270         * src/stock_pixmap.h
2271         * src/wizard.c
2272         * src/gtk/about.c
2273         * src/gtk/gtkutils.c
2274         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
2275         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
2276         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
2277         * src/pixmaps/sylpheed.xpm              ** REMOVED **
2278         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
2279         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
2280                 updated and renamed logo/icon files and related
2281                 logo by Jesper Schultz
2282
2283 2006-07-11 [paul]       2.3.1cvs79
2284
2285         * src/main.c
2286                 fix the labels a smidgin
2287
2288 2006-07-09 [colin]      2.3.1cvs78
2289
2290         * src/textview.c
2291                 Show errors in textviewer's command
2292                 Patch by H. Merijn Brand
2293
2294 2006-07-09 [colin]      2.3.1cvs77
2295
2296         * src/compose.c
2297                 Save FMID in drafts too
2298
2299 2006-07-08 [colin]      2.3.1cvs76
2300
2301         * src/compose.c
2302                 Svae RMID in drafted mails too
2303                 Save quote_fmt vars for whole mails,
2304                 don't reset at each quote_fmt_init:
2305                 allows to use the same |i{var} in
2306                 various template fields
2307         * src/prefs_template.c
2308         * src/quote_fmt.h
2309         * src/quote_fmt_parse.y
2310                 Same
2311
2312 2006-07-08 [colin]      2.3.1cvs75
2313
2314         * src/textview.c
2315                 Fix highlighting of attached parts URIs
2316
2317 2006-07-08 [colin]      2.3.1cvs74
2318
2319         * src/main.c
2320                 Prevent bug #981 (sc 2.3.1 segfaults with 
2321                 gtk+ 2.10) from being reported again:
2322                 if Sylpheed-Claws has been compiled against
2323                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
2324                 of if Sylpheed-Claws has been compiled against
2325                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
2326                 error out.
2327
2328 2006-07-07 [colin]      2.3.1cvs73
2329
2330         * src/prefs_actions.c
2331                 Fix label
2332
2333 2006-07-07 [colin]      2.3.1cvs72
2334
2335         * src/prefs_actions.c
2336                 Fix compile on gtk < 2.8. argh :)
2337
2338 2006-07-07 [paul]       2.3.1cvs71
2339
2340         * src/common/defs.h
2341                 update DONATE_URI
2342
2343 2006-07-07 [colin]      2.3.1cvs70
2344
2345         * po/POTFILES.in
2346         * src/quote_fmt.c
2347         * src/quote_fmt_lex.l
2348         * src/quote_fmt_parse.y
2349                 Add |i{var}, a way to insert user-entered
2350                 text in a template
2351
2352 2006-07-07 [colin]
2353
2354         * 2.4.0-rc3 released
2355
2356 2006-07-07 [colin]      2.3.1cvs69
2357
2358         * src/folder.c
2359                 Don't consider inboxes of UNKNOWN folder 
2360                 classes to be useable as default inboxes
2361
2362 2006-07-07 [paul]       2.3.1cvs68
2363
2364         * src/textview.c
2365                 add missing #include <errno.h>
2366                 Thanks to René J. Blokland
2367
2368 2006-07-07 [paul]       2.3.1cvs67
2369
2370         * src/action.c
2371                 Return now Closes dialog
2372         * src/mimeview.c
2373         * src/mimeview.h
2374         * src/textview.c
2375                 add contextual menu to mime parts listed
2376                 in the textview
2377                 Thanks to Colin
2378         * src/common/utils.c
2379                 reversal: ' is a valid character in URLs
2380
2381 2006-07-06 [colin]      2.3.1cvs66
2382
2383         * src/remotefolder.h
2384                 Forgotten in previous commit
2385
2386 2006-07-06 [colin]      2.3.1cvs65
2387
2388         * src/folder.c
2389                 Set summary update flag whenever
2390                 totals changed
2391         * src/imap.c
2392         * src/prefs_account.c
2393         * src/common/utils.h
2394         * src/etpan/imap-thread.c
2395                 Fix warnings, thanks to Fabien and
2396                 Ricardo
2397
2398 2006-07-06 [wwp]        2.3.1cvs64
2399
2400         * src/gtk/gtkutils.c
2401                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
2402
2403 2006-07-06 [wwp]        2.3.1cvs63
2404
2405         * src/account.c
2406         * src/addressbook.c
2407         * src/addressitem.h
2408         * src/folderview.c
2409         * src/mainwindow.c
2410         * src/manual.c
2411         * src/manual.h
2412         * src/message_search.c
2413         * src/prefs_actions.c
2414         * src/prefs_filtering.c
2415         * src/prefs_filtering.h
2416         * src/prefs_template.c
2417         * src/summary_search.c
2418         * src/summaryview.c
2419         * src/gtk/gtkutils.c
2420         * src/gtk/gtkutils.h
2421         * src/gtk/pluginwindow.c
2422                 add help buttons to some dialogs. Clicking such buttons opens a
2423                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
2424
2425 2006-07-06 [paul]       2.3.1cvs62
2426
2427         * src/textview.c
2428                 fix attachments contextual menu
2429                 Thanks to Colin
2430
2431 2006-07-05 [colin]      2.3.1cvs61
2432
2433         * src/textview.c
2434         * src/compose.c
2435                 Handle sftp:// links
2436
2437 2006-07-05 [paul]       2.3.1cvs60
2438
2439         * src/gtk/filesel.c
2440                 grab save button by default
2441                 Thanks to Colin
2442
2443 2006-07-05 [wwp]        2.3.1cvs59
2444
2445         * manual/xml2pdf
2446                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
2447
2448 2006-07-04 [colin]      2.3.1cvs58
2449
2450         * src/mimeview.c
2451         * src/textview.c
2452                 Use left click to select, middle click to open
2453                 on mimeparts links
2454         * src/common/utils.c
2455                 Fix segfault
2456
2457 2006-07-04 [colin]      2.3.1cvs57
2458
2459         * src/mainwindow.c
2460         * src/news.c
2461                 Warning fixes, thanks to Fabien
2462
2463 2006-07-04 [colin]      2.3.1cvs56
2464
2465         * src/mimeview.c
2466         * src/mimeview.h
2467         * src/textview.c
2468                 Allow parts to be selected via their text label
2469                 in textview
2470
2471 2006-07-04 [colin]      2.3.1cvs55
2472
2473         * src/folderview.c
2474                 Feedback when closing (for big folders)
2475         * src/prefs_actions.c
2476         * src/prefs_filtering.c
2477         * src/prefs_matcher.c
2478         * src/prefs_template.c
2479                 Fix default button when closing without
2480                 having saved
2481
2482 2006-07-04 [colin]      2.3.1cvs54
2483
2484         * src/news.c
2485                 Delete local file on deletion
2486
2487 2006-07-03 [colin]      2.3.1cvs53
2488
2489         * src/folderview.c
2490         * src/main.c
2491                 Don't freeze when rescanning after crash
2492
2493 2006-07-03 [wwp]        2.3.1cvs52
2494
2495         * src/compose.c
2496         * src/privacy.c
2497         * src/privacy.h
2498         * src/plugins/pgpinline/pgpinline.c
2499         * src/plugins/pgpmime/pgpmime.c
2500                 don't report an error when the user cancels the passphrase dialog.
2501
2502 2006-07-02 [colin]      2.3.1cvs51
2503
2504         * src/folderview.c
2505                 Open message when crossing folders with Space,
2506                 goto next unread and friends
2507
2508 2006-07-01 [colin]      2.3.1cvs50
2509
2510         * src/prefs_account.c
2511                 Typographic rules varying from language
2512                 to language (in french "Protocole :"),
2513                 we have to do that :)
2514
2515 2006-07-01 [ticho]      2.3.1cvs49
2516
2517         * src/prefs_account.c
2518                 Only use one temporary gchar* variable in
2519                 prefs_account_protocol_set_optmenu().
2520
2521 2006-07-01 [ticho]      2.3.1cvs48
2522
2523         * src/prefs_account.c
2524         * src/prefs_account.h
2525                 Use GtkLabel for existing account protocol name.
2526                 Created an array for protocol names and populate the
2527                 combobox from it in a for() cycle.
2528
2529 2006-06-30 [colin]      2.3.1cvs47
2530
2531         * src/compose.c
2532                 Block undo when changing signature (by changing
2533                 account)
2534
2535 2006-06-30 [paul]       2.3.1cvs46
2536
2537         * src/send_message.c
2538                 when editing From in the Compose window, use that address
2539                 in the Return-Path: header
2540                 Thanks to Colin
2541
2542 2006-06-30 [colin]      2.3.1cvs45
2543
2544         * src/compose.c
2545                 Fix signature replacement:
2546                 - when no newline before separator
2547                 - when reediting
2548
2549 2006-06-29 [colin]      2.3.1cvs44
2550
2551         * src/folderview.c
2552         * src/folderview.h
2553         * src/mainwindow.c
2554         * src/summaryview.c
2555                 Let 'View/Go to/Next marked' work like
2556                 Next new & Next unread: across folders
2557                 Change the select_on_entry pref to do
2558                 what we want when changing folder
2559         * src/common/utils.c
2560                 Fix single-quoted links 
2561
2562 2006-06-29 [colin]      2.3.1cvs43
2563
2564         * src/gtk/gtkaspell.c
2565                 "Sylpheed" and "Sylpheed-Claws" do exist !
2566
2567 2006-06-29 [colin]      2.3.1cvs42
2568
2569         * src/imap.c
2570                 Forgot to remove debug
2571
2572 2006-06-29 [colin]      2.3.1cvs41
2573
2574         * src/imap.c
2575         * src/imap.h
2576         * src/mainwindow.c
2577                 Disconnect from IMAP servers when going
2578                 offline. Fixes bug #978 (going to offline-mode 
2579                 won't close connections)
2580
2581 2006-06-29 [colin]      2.3.1cvs40
2582
2583         * src/main.c
2584                 Fix transient setting on failing plugins
2585                 Patch by Fabien
2586         * src/plugins/pgpcore/sgpgme.c
2587                 Only warn for OpenPGP. Most people don't
2588                 have CMS available.
2589
2590 2006-06-29 [colin]      2.3.1cvs39
2591
2592         * src/compose.c
2593                 Fix Spelling menu (discrepancy between context menu
2594                 and top menu when folder's dictionary isn't the 
2595                 default one)
2596         * src/plugins/pgpcore/sgpgme.c
2597                 More error reporting about why gpgme can fail
2598
2599 2006-06-29 [wwp]        2.3.1cvs38
2600
2601         * src/mainwindow.c
2602                 honor the display-header-pane setting even when the message view
2603                 is a separate window.
2604
2605 2006-06-29 [wwp]        2.3.1cvs37
2606
2607         * src/prefs_actions.c
2608                 forgot to commit that one (use of GTK_STOCK_INFO).
2609
2610 2006-06-29 [colin]      2.3.1cvs36
2611
2612         * src/imap.c
2613                 Better handling of login errors (ask the password
2614                 again once), alert in case of error. Fix three
2615                 signedness warnings.
2616
2617 2006-06-28 [wwp]        2.3.1cvs35
2618
2619         * src/prefs_template.c
2620         * src/prefs_matcher.c
2621         * src/prefs_filtering_action.c
2622         * src/prefs_quote.c
2623                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
2624                 patch by Fabien Vantard, slightly modified.
2625
2626 2006-06-28 [paul]
2627
2628         2.4.0-rc2 released
2629
2630 2006-06-28 [colin]      2.3.1cvs34
2631
2632         * src/prefs_account.c
2633                 Fix bug #977 (Can't add or edit imap accounts)
2634
2635 2006-06-28 [colin]      2.3.1cvs33
2636
2637         * src/mimeview.c
2638                 Fix previous
2639
2640 2006-06-28 [colin]      2.3.1cvs32
2641
2642         * src/mimeview.c
2643                 Save named inlined attachments with "Save all"
2644         * src/main.c
2645         * src/mbox.c
2646         * src/common/plugin.c
2647         * src/common/plugin.h
2648         * src/common/sylpheed.c
2649         * src/common/utils.c
2650         * src/plugins/pgpcore/sylpheed.def
2651         * src/plugins/pgpinline/sylpheed.def
2652         * src/plugins/pgpmime/sylpheed.def
2653                 Win32 compatibility patch, by
2654                 Werner Koch
2655
2656 2006-06-28 [wwp]        2.3.1cvs31
2657
2658         * src/imap.c
2659         * src/prefs_folder_item.c
2660                 less compilation warnings (thanks to Fabien Vantard), less typos.
2661
2662 2006-06-28 [paul]       2.3.1cvs30
2663
2664         * src/gtk/gtkutils.c
2665                 gtk_combo_box_set_focus_on_click() is only
2666                 available since gtk 2.6.0
2667
2668 2006-06-28 [paul]       2.3.1cvs29
2669
2670         * src/prefs_ext_prog.c
2671                 fix engrish and add a tooltip for the
2672                 'command for 'Display as text' option
2673
2674 2006-06-28 [paul]
2675
2676         2.4.0-rc1 released
2677
2678 2006-06-28 [paul]       2.3.1cvs28
2679
2680         * ChangeLog
2681         * tools/Makefile.am
2682                 include textviewer.pl in releases
2683
2684 2006-06-28 [paul]       2.3.1cvs27
2685
2686         * src/prefs_ext_prog.c
2687                 hide Print command option if libgnomeprint
2688                 support is present
2689
2690 2006-06-27 [colin]      2.3.1cvs26
2691
2692         * src/compose.c
2693                 Fix Esc handling in insert/attach dialog
2694                 Don't show this dialog if dragging something
2695                 else than text/uri-list
2696                 Thanks to Fabien Vantard
2697         * tools/textviewer.pl
2698                 Filter script to display stuff as text
2699                 by H. Merijn Brand
2700
2701 2006-06-27 [wwp]        2.3.1cvs25
2702
2703         * src/messageview.c
2704                 use the exact product name (message view title), patch
2705                 by Fabien Vantard.
2706
2707 2006-06-27 [ticho]      2.3.1cvs24
2708
2709         * src/prefs_account.c
2710         * src/prefs_common.c
2711         * src/prefs_common.h
2712         * src/prefs_ext_prog.c
2713         * src/textview.c
2714                 Add a preference (Preferences/External programs)
2715                 to allow "Display as text" to be done via a script
2716                 (patch by H.Merijn Brand).
2717                 Use GtkComboBox for protocol selection in account
2718                 preferences.
2719                 Only include current choice for existing accounts, and
2720                 insensitivize the combobox.
2721
2722 2006-06-27 [paul]       2.3.1cvs23
2723
2724         * src/mbox.c
2725                 fix crasher introduced in cvs21.
2726                 Thanks to Colin
2727
2728 2006-06-26 [colin]      2.3.1cvs22
2729
2730         * src/mbox.c
2731                 Fix double-frees when leaving folders
2732                 after exporting to mbox
2733
2734 2006-06-26 [colin]      2.3.1cvs21
2735
2736         * src/mbox.c
2737                 More feedback (and optimisation)
2738                 on import/export
2739         * src/common/utils.c
2740                 Fix case when looking for mail addresses
2741         * src/gtk/gtkutils.c
2742                 Extra check for (X-)Face
2743
2744 2006-06-25 [ticho]      2.3.1cvs20
2745
2746         * src/compose.c
2747         * src/exphtmldlg.c
2748         * src/gtk/gtkutils.c
2749         * src/gtk/gtkutils.h
2750                 Added second argument to gtkut_sc_combobox_create() to
2751                 control focus-on-click for the widget.
2752                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
2753
2754 2006-06-25 [ticho]      2.3.1cvs19
2755
2756         * src/compose.c
2757         * src/gtk/Makefile.am
2758         * src/gtk/combobox.c
2759         * src/gtk/combobox.h
2760         * src/gtk/gtkutils.c
2761         * src/gtk/gtkutils.h
2762                 Use GtkComboBox instead of deprecated GtkOptionMenu
2763                 for account selector in compose window and for encoding
2764                 selector in attachment properties.
2765                 Also factorise working with the new GtkComboBox somewhat.
2766
2767 2006-06-24 [paul]       2.3.1cvs18
2768
2769         * src/prefs_common.c
2770                 use the correct default value
2771
2772 2006-06-24 [paul]       2.3.1cvs17
2773
2774         * src/compose.c
2775         * src/prefs_common.c
2776         * src/prefs_common.h
2777         * src/prefs_compose_writing.c
2778                 enable setting of default action when
2779                 dnd'ing files in the compose window.
2780                 (Collaborative effort with wwp)
2781
2782 2006-06-23 [wwp]        2.3.1cvs16
2783
2784         * src/compose.c
2785                 i18n fix (thanks to Fabien Vantard)
2786
2787 2006-06-22 [colin]      2.3.1cvs15
2788
2789         * src/prefs_customheader.c
2790                 Don't use filters in custom headers' file 
2791                 selector. Remember, extensions mean nothing :)
2792
2793 2006-06-22 [paul]       2.3.1cvs14
2794
2795         * configure.ac
2796                 allow setting of man directory location
2797
2798 2006-06-22 [colin]      2.3.1cvs13
2799
2800         * src/mainwindow.c
2801                 Add 'View/Go to/Next unread folder'.
2802                 I missed that :)
2803
2804 2006-06-22 [colin]      2.3.1cvs12
2805
2806         * src/common/utils.c
2807                 Add some subject prefixes
2808                 Patch by Bjorn T Johansen <btj@havleik.no>
2809
2810 2006-06-22 [colin]      2.3.1cvs11
2811
2812         * manual/advanced.xml
2813                 Forgotten hidden pref
2814
2815 2006-06-21 [paul]       2.3.1cvs10
2816
2817         * src/prefs_account.c
2818                 complete the removal of 'Add date header' option
2819
2820 2006-06-21 [paul]       2.3.1cvs9
2821
2822         * src/account.c
2823         * src/compose.c
2824         * src/prefs_account.c
2825         * src/prefs_account.h
2826                 remove option to add date header - always
2827                 add date header
2828         * src/etpan/imap-thread.c
2829                 fix warnings (Thanks to Colin)
2830
2831 2006-06-21 [wwp]        2.3.1cvs8
2832
2833         * src/folder.c
2834                 set the attachment flag when inline text part are (file)named. This is more convenient
2835                 when receiving (for instance) inline source files or patches sent using thunderbird.
2836
2837 2006-06-21 [paul]       2.3.1cvs7
2838
2839         * src/inc.c
2840                 fix off-by-one count of current msg in
2841                 statusbar filtering progressbar
2842
2843 2006-06-21 [paul]       2.3.1cvs6
2844
2845         * src/folder.c
2846                 Show attachment icon even if the part is 'inline'
2847                 if the following conditions are met:
2848                 - content-type != 'text/plain'
2849                 - content-type != '*/pgp-signature'
2850                 - either 'name' or 'filename' parameter is not NULL
2851                 
2852                 Thanks to Colin
2853
2854 2006-06-21 [paul]       2.3.1cvs5
2855
2856         * src/messageview.c
2857         * src/prefs_common.c
2858         * src/prefs_common.h
2859         * src/prefs_other.c
2860                 add an option to 'Never send Return
2861                 Receipts'
2862                 Thanks to Colin
2863
2864 2006-06-20 [mones]      2.3.1cvs4
2865
2866         * po/es.po
2867                 updated
2868         * src/compose.c
2869                 typo fixed (space after comma)
2870         * tools/make.themes.project
2871                 remove exec mode from tarball files
2872
2873 2006-06-20 [colin]      2.3.1cvs3
2874
2875         * src/news.c
2876         * src/procheader.c
2877         * src/unmime.c
2878                 Better fix for \n's in headers (don't 
2879                 break Received: and others)
2880
2881 2006-06-20 [paul]       2.3.1cvs2
2882
2883         * src/alertpanel.c
2884         * src/textview.c
2885                 improve legibility of phishing attempt
2886                 dialog
2887
2888 2006-06-20 [paul]       2.3.1cvs1
2889
2890         * NEWS
2891         * README
2892         * configure.ac
2893                 Update version number following
2894                 stable release
2895
2896 2006-06-20 [colin]      2.3.0cvs26
2897
2898         * src/compose.c
2899                 When dragging a file to the text of the compose
2900                 window, ask whether we want to insert or attach
2901                 (I know lots of people who do that to attach)
2902
2903 2006-06-20 [colin]      2.3.0cvs25
2904
2905         * src/etpan/imap-thread.c
2906                 Fix threshold (the append command is often > 32 bytes)
2907
2908 2006-06-19 [colin]      2.3.0cvs24
2909
2910         * src/imap.c
2911         * src/etpan/imap-thread.c
2912                 Workaround Rockliffe IMAP server bug: replace
2913                 "x UID SEARCH (ANSWERED UID 1:*)" with
2914                 "x UID SEARCH ANSWERED"
2915                 (Rockliffe doesn't handle the parenthesis)
2916
2917 2006-06-19 [colin]      2.3.0cvs23
2918
2919         * src/compose.c
2920         * src/imap.c
2921         * src/etpan/imap-thread.c
2922                 Probably fix bug #972 (Freezes when adding 
2923                 an attachment to the message)
2924         * src/common/defs.h
2925                 Modernize Firefox cmd
2926
2927
2928 2006-06-18 [colin]      2.3.0cvs22
2929
2930         * src/prefs_customheader.c
2931                 Only allow correct filenames for various
2932                 custom headers
2933
2934 2006-06-18 [colin]      2.3.0cvs21
2935
2936         * src/prefs_customheader.c
2937                 Add a 'From File...' button in custom headers prefs, which
2938                 try to do the right thing: 
2939                 for normal headers, use file as plaintext,
2940                 for X-Face, calls compface,
2941                 for Face, encode to b64.
2942
2943 2006-06-17 [colin]      2.3.0cvs20
2944
2945         * src/mh.c
2946                 Warning fix
2947
2948 2006-06-16 [colin]      2.3.0cvs19
2949
2950         * src/summaryview.c
2951                 Recursive quicksearch: show message list
2952                 in current folder, *then* search children
2953                 in the background.
2954
2955 2006-06-16 [colin]      2.3.0cvs18
2956
2957         * src/main.c
2958                 Instead of ignoring SIGPIPE, save caches
2959                 when getting one. Will fix the fact that
2960                 hot caches are out-of-date when logging 
2961                 out of Xorg.
2962         * src/compose.c
2963         * src/prefs_compose_writing.c
2964                 Only save text (not attachments) when 
2965                 auto-saving to drafts
2966         * src/unmime.c
2967                 Always replace \n, \r and \t with spaces
2968                 in headers
2969         * manual/dist/html/Makefile.am
2970         * manual/dist/pdf/Makefile.am
2971         * manual/dist/ps/Makefile.am
2972         * manual/dist/txt/Makefile.am
2973         * manual/fr/dist/html/Makefile.am
2974         * manual/fr/dist/pdf/Makefile.am
2975         * manual/fr/dist/ps/Makefile.am
2976         * manual/fr/dist/txt/Makefile.am
2977         * manual/pl/dist/html/Makefile.am
2978         * manual/pl/dist/pdf/Makefile.am
2979         * manual/pl/dist/ps/Makefile.am
2980         * manual/pl/dist/txt/Makefile.am
2981                 Fix make clean removing pregenerated manuals
2982
2983
2984 2006-06-16 [colin]      2.3.0cvs17
2985
2986         * src/plugins/pgpcore/sgpgme.c
2987         * src/plugins/pgpmime/pgpmime.c
2988         * src/plugins/pgpinline/pgpinline.c
2989                 Better error reporting in setup_signers.
2990                 Don't fallback to default key if specified
2991                 key isn't found.
2992                 Don't allow signing if more than one secret
2993                 key matches the one specified in prefs.
2994
2995 2006-06-15 [colin]      2.3.0cvs16
2996
2997         * src/folderview.c
2998                 Add "Send queue" in the folder's contextual
2999                 menu
3000         * src/compose.c
3001         * src/messageview.c
3002         * src/privacy.c
3003         * src/privacy.h
3004         * src/procmime.c
3005         * src/procmsg.c
3006         * src/plugins/pgpcore/passphrase.c
3007         * src/plugins/pgpcore/sgpgme.c
3008         * src/plugins/pgpinline/pgpinline.c
3009         * src/plugins/pgpmime/pgpmime.c
3010                 Better error reporting
3011         * src/mbox.c
3012                 Probably fix bug #971 (2.2.3 cannot read mail 
3013                 from local mbox)
3014
3015
3016 2006-06-15 [mones]      2.3.0cvs15
3017
3018         * tools/make.themes.project
3019                 creates the themes project from the web page
3020
3021 2006-06-15 [colin]      2.3.0cvs14
3022
3023         * src/folder.c
3024                 Better fix (avoid losing the folder if scan_tree 
3025                 fails)
3026
3027 2006-06-15 [cleroy]     2.3.0cvs13
3028
3029         * src/folder.c
3030                 Probably fix Bug #969 (crash on rebuilding 
3031                 imap folder)
3032
3033 2006-06-14 [colin]      2.3.0cvs12
3034
3035         * manual/dtd/manual.xsl
3036         * manual/sylpheed-claws-manual.xml
3037         * manual/fr/sylpheed-claws-manual.xml
3038         * manual/pl/sylpheed-claws-manual.xml
3039                 Insert pagebreaks between sections
3040
3041 2006-06-14 [paul]       2.3.0cvs11
3042
3043         * configure.ac
3044                 better fix than 2.3.0cvs10
3045
3046 2006-06-14 [paul]       2.3.0cvs10
3047
3048         * configure.ac
3049                 fix setting of PACKAGE_DATA_DIR with newer autoconf
3050                 (backwards compatible)
3051
3052 2006-06-13 [colin]      2.3.0cvs9
3053
3054         * src/messageview.c
3055                 Fix sending of return receipt with the new queue folders
3056
3057 2006-06-13 [wwp]        2.3.0cvs8
3058
3059         * src/quote_fmt_lex.l
3060                 fix wrong tokens returned in quote_fmt lexer, query not().
3061
3062 2006-06-13 [wwp]        2.3.0cvs7
3063
3064         * src/folder.c
3065         * src/prefs_folder_item.c
3066                 allow changing folder type even when folder is not a top-level one,
3067                 thanks to Colin.
3068
3069 2006-06-12 [colin]      2.3.0cvs6
3070
3071         * src/folderview.c
3072                 Fix double-ask of "Do you want to mark all
3073                 as read"
3074
3075 2006-06-12 [colin]      2.3.0cvs5
3076
3077         * src/compose.c
3078         * src/compose.h
3079         * src/folder.c
3080         * src/folder.h
3081         * src/imap.c
3082         * src/inc.c
3083         * src/main.c
3084         * src/messageview.c
3085         * src/mh.c
3086         * src/prefs_folder_item.c
3087         * src/procheader.c
3088         * src/procmime.c
3089         * src/procmsg.c
3090         * src/procmsg.h
3091         * src/send_message.c
3092         * src/summaryview.c
3093         * src/toolbar.c
3094                 Apply bug #964's patch (Queue and drafts aren't normal)
3095                 The Drafts and Queue folder now contain RFC-822 files,
3096                 allowing to move and copy mails from and to these 
3097                 folders. Moving from Drafts to Queue will prepare the
3098                 mail for sending (PGP signature, encryption, etc).
3099                 This patch also rework sending errors handling to try
3100                 to be more helpful.
3101                 Also, allow redefining folder types via the GUI 
3102                 (Folder type in its Properties)
3103
3104 2006-06-12 [colin]      2.3.0cvs4
3105
3106         * src/summaryview.c
3107         * src/prefs_common.c
3108         * src/prefs_common.h
3109         * src/gedit-print.c
3110                 Allow to define a specific print font - patch
3111                 by Bernhard Walle <bernhard.walle@gmx.de>
3112         * src/prefs_fonts.c
3113         * manual/advanced.xml
3114         * manual/fr/advanced.xml
3115                 Add a hidden pref to allow deletion without
3116                 confirmation
3117
3118 2006-06-12 [wwp]        2.3.0cvs3
3119
3120         * .cvsignore
3121                 more files to ignore.
3122
3123 2006-06-12 [wwp]        2.3.0cvs2
3124
3125         * src/quote_fmt.c
3126         * src/quote_fmt_lex.l
3127         * src/quote_fmt_parse.y
3128                 extend the quote_fmt parser (templates and quotes):
3129                 - allow limited sub-expressions in |p{} and |f{} expressions,
3130                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
3131                 - implemented/fixed missing implementation of query_references and show_references,
3132                 - completed, fixed contents and format of the symbols help dialog,
3133                 - fix some compilation warnings.
3134
3135 2006-06-12 [wwp]        2.3.0cvs1
3136
3137         * manual/advanced.xml
3138         * manual/fr/advanced.xml
3139                 updates in the "templates" section of the manual (eng/fr):
3140                  - be more precise (both versions)
3141                  - completed to match the english reference (fr version)
3142                  - touchups (both versions)
3143
3144 2006-06-12 [paul]       2.3.0
3145
3146         2.3.0 released
3147
3148 2006-06-12 [paul]       2.2.3cvs14
3149
3150         * po/ca.po
3151         * po/cs.po
3152         * po/de.po
3153         * po/el.po
3154         * po/fr.po
3155         * po/it.po
3156         * po/pt_BR.po
3157         * po/sr.po
3158         * po/zh_CN.po
3159                 updated by Miquel Oliete, Tim, Stephan Sachse,
3160                 Stavros Giannouris, Fabien Vantard, Andrea
3161                 Spadaccini, Frederico Goncalves Guimaraes,
3162                 Aleksandar Urosevic, and Ralgh Young
3163
3164 2006-06-12 [colin]      2.2.3cvs13
3165
3166         * src/mbox.c
3167                 Add missing header
3168
3169 2006-06-11 [colin]      2.2.3cvs12
3170
3171         * src/msgcache.c
3172                 Verify that g_malloc() succeeded
3173
3174 2006-06-11 [colin]      2.2.3cvs11
3175
3176         * src/wizard.c
3177                 Add Face header to welcome mail
3178
3179 2006-06-10 [colin]      2.2.3cvs10
3180
3181         * src/textview.c
3182                 Revert previous (Forgot it changes the
3183                 margin on the whole mail)
3184
3185 2006-06-10 [colin]      2.2.3cvs9
3186
3187         * src/textview.c
3188                 Don't overlap long headers under (X-)Face
3189
3190 2006-06-10 [mones]      2.2.3cvs8
3191
3192         * manual/xml2pdf
3193                 allow generation of manual on systems lacking saxon binary
3194                 but with java and the saxon library installed
3195
3196         * po/es.po
3197                 updated for release
3198
3199 2006-06-09 [colin]      2.2.3cvs7
3200
3201         * src/summaryview.c
3202                 Fix leak when using Display Sender using Addressbook
3203
3204 2006-06-09 [colin]      2.2.3cvs6
3205
3206         * src/compose.c
3207         * src/folder.c
3208         * src/folderview.c
3209         * src/mimeview.c
3210         * src/summaryview.c
3211                 More leaks fixes
3212
3213 2006-06-09 [paul]       2.2.3cvs5
3214
3215         * AUTHORS
3216         * src/gtk/authors.h
3217         * tools/claws.i18n.status.pl
3218                 updated with new info
3219
3220 2006-06-09 [paul]       2.2.3cvs4
3221
3222         * README
3223                 updated
3224         * manual/ack.xml
3225                 add wwp to authors list
3226         * src/gtk/authors.h
3227                 update mine and Colin's addresses
3228
3229 2006-06-08 [colin]      2.2.3cvs3
3230
3231         * src/etpan/imap-thread.c
3232                 Fix leak on SSL cert check
3233
3234 2006-06-08 [colin]      2.2.3cvs2
3235
3236         * src/common/utils.c
3237                 Fix leak
3238
3239 2006-06-08 [paul]       2.2.3cvs1
3240
3241         * configure.ac
3242                 Update version number following
3243                 stable release
3244
3245 2006-06-07 [colin]      2.2.2cvs3
3246
3247         * src/msgcache.c
3248                 Fix catching cache read errors (guint instead of gint)
3249                 Prevent malloc'ing more than 8MB (means cache corruption)
3250
3251 2006-06-07 [paul]       2.2.2cvs2
3252
3253         * src/exporthtml.c
3254         * src/exportldif.c
3255         * src/mh.c
3256         * src/mutt.c
3257         * src/pine.c
3258         * src/common/utils.c
3259                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
3260                 obey $HOME'
3261                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
3262                 Thanks to Colin
3263
3264 2006-06-06 [paul]       2.2.2cvs1
3265
3266         * configure.ac
3267                 Update version number following
3268                 stable release
3269
3270 2006-06-06 [paul]       2.2.1cvs6
3271
3272         * src/matcher.c
3273                 fix  implicit declaration of
3274                 sylpheed_do_idle()
3275                 Patch by Fabien Vantard
3276
3277 2006-06-06 [paul]       2.2.1cvs5
3278
3279         * src/matcher.c
3280                 fix age_greater and age_lower so that they
3281                 mean what say and not '...or equal to'
3282                 Thanks to Colin
3283
3284 2006-06-06 [paul]       2.2.1cvs4
3285
3286         * src/textview.c
3287         * src/common/utils.c
3288                 fix URI check
3289                 Thanks to Colin
3290
3291 2006-06-05 [wwp]        2.2.1cvs3
3292
3293         * manual/fr/account.xml
3294                 minor language fixes (thanks to Fabien Vantard).
3295
3296 2006-06-05 [colin]      2.2.1cvs2
3297
3298         * src/prefs_folder_item.c
3299         * src/folderview.c
3300                 Allow recursive setting of properties 
3301                 for whole mailboxes
3302         * src/matcher.c
3303                 Don't freeze on 'test' filtering rule
3304
3305 2006-06-05 [colin]      2.2.1cvs1
3306
3307         * configure.ac
3308                 Update version number following
3309                 stable release
3310
3311 2006-06-04 [wwp]        2.2.0cvs82
3312
3313         * manual/glossary.xml
3314         * manual/account.xml
3315         * manual/fr/glossary.xml
3316         * manual/fr/account.xml
3317                 added glossary section and references/links related to the Face custom header.
3318
3319 2006-06-04 [colin]      2.2.0cvs81
3320
3321         * src/summaryview.c
3322                 Skip to next message on move with no
3323                 immediate execution
3324
3325 2006-06-04 [wwp]        2.2.0cvs80
3326
3327         * manual/xml2pdf
3328                 added sanity checks, exit when needed.
3329
3330 2006-06-03 [paul]       2.2.0cvs79
3331
3332         * src/prefs_receive.c
3333                 page name is now 'Receiving'
3334         * src/prefs_send.c
3335                 page name is now 'Sending'
3336
3337 2006-06-03 [colin]      2.2.0cvs78
3338
3339         * src/plugins/spamassassin/spamassassin_gtk.c
3340                 Autoswitch to Localhost if transport was previously
3341                 disabled. Else people had to check [] Enable, then
3342                 *reselect* transport.
3343
3344 2006-06-03 [colin]      2.2.0cvs77
3345
3346         * src/plugins/pgpinline/pgpinline.c
3347         * src/plugins/pgpmime/pgpmime.c
3348                 Check that gpg_data_release_and_get_mem 
3349                 didn't fail (now, why this happens...)
3350
3351 2006-06-03 [colin]      2.2.0cvs76
3352
3353         * src/mbox.c
3354                 Fix bug #962 (Manual and/or UI should 
3355                 warn about incompatible locking 
3356                 causing dataloss)
3357
3358 2006-06-02 [cleroy]     2.2.0cvs75
3359
3360         * src/filtering.c
3361         * src/folder.c
3362         * src/procmsg.c
3363         * src/summaryview.c
3364                 Fix a few leaks
3365
3366 2006-06-02 [colin]      2.2.0cvs74
3367
3368         * src/main.c
3369                 On exit, free caches after writing them
3370                 Shuts up some valgrind false positives
3371         * src/procmsg.c
3372         * src/send_message.c
3373                 Fix races when reusing existing SMTP connections
3374                 Fix inexistant session timeout
3375         * src/toolbar.c
3376                 Display alertpanel after all queues have
3377                 been processed, not after each
3378
3379 2006-06-02 [wwp]        2.2.0cvs73
3380
3381         * manual/fr/glossary.xml
3382         * manual/fr/ack.xml
3383         * manual/ack.xml
3384                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
3385
3386 2006-06-02 [wwp]        2.2.0cvs72
3387
3388         * manual/xml2pdf
3389         * manual/dist/pdf/Makefile.am
3390         * manual/dtd/manual.xsl
3391         * manual/fr/dist/pdf/Makefile.am
3392         * manual/pl/dist/pdf/Makefile.am
3393                 we changed the procedure to generate the .pdf version of the manual.
3394                 The procedure is more modern and the .pdf we get now has a valid index.
3395                 Here are the new pre-requisites:
3396
3397                 - JRE 1.x (1.4 here): there must be one from your distro
3398                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
3399                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
3400                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
3401
3402                 See my posts for further info about the installation of this toolchain:
3403
3404                 Date: Fri, 19 May 2006 19:40:06 +0200
3405                 From: wwp <subscript@free.fr>
3406                 To: sylpheed-claws-devel@lists.sourceforge.net
3407                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
3408
3409                 and
3410
3411                 Date: Wed, 24 May 2006 12:58:49 +0200
3412                 From: wwp <subscript@free.fr>
3413                 To: sylpheed-claws-devel@lists.sourceforge.net
3414                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
3415
3416 2006-06-01 [colin]      2.2.0cvs71
3417
3418         * src/compose.c
3419                 Better guards against IMAP races
3420         * src/main.c
3421         * src/prefs_common.c
3422         * src/prefs_common.h
3423         * src/common/ssl_certificate.c
3424         * src/etpan/imap-thread.c
3425         * src/etpan/imap-thread.h
3426         * src/gtk/sslcertwindow.c
3427                 New hidden option ssl_skip_cert_check to 
3428                 avoid dups of bug #959 (libetpan linked
3429                 against gnutls and gnutls buggy on 64bit)
3430                 Present expired warning only once per
3431                 session/server.
3432         * manual/advanced.xml
3433         * manual/fr/advanced.xml
3434                 Document new option
3435
3436 2006-06-01 [wwp]        2.2.0cvs70
3437
3438         * src/messageview.c
3439                 fix for bug #961 (return receipt dialog 
3440                 complains incorrectly about return-path 
3441                 email adress being different), thanks 
3442                 to Colin.
3443
3444 2006-05-31 [cleroy]     2.2.0cvs69
3445
3446         * src/common/ssl.c
3447                 Guard against NULLs, although this
3448                 should never be an issue
3449
3450 2006-05-31 [colin]      2.2.0cvs68
3451
3452         * src/filtering.c
3453                 Use g_slist_prepend
3454         * src/imap.c
3455                 Don't remove caches when destroying folder, it
3456                 could (should) be done at exit
3457         * src/inc.c
3458                 free processing cache after incorporation
3459         * src/etpan/imap-thread.c
3460                 Maybe fix bug #959 (Crash on moving to emails 
3461                 to a imap account per ssl with a expired 
3462                 certificate.)
3463
3464 2006-05-30 [colin]      2.2.0cvs67
3465
3466         * src/summaryview.c
3467                 Put back event flush when displaying message
3468                 It avoids reading a bunch of messages just
3469                 by hitting shift-n for too long ;)
3470
3471 2006-05-29 [colin]      2.2.0cvs66
3472
3473         * src/summaryview.c
3474                 Remove useless g_warnings
3475
3476 2006-05-29 [colin]      2.2.0cvs65
3477
3478         * src/imap.c
3479                 Fix g_slist_append()s for performance
3480
3481 2006-05-29 [colin]      2.2.0cvs64
3482
3483         * src/compose.c
3484         * src/common/utils.c
3485                 Fix extraneous tab at start of addresses
3486         * src/mainwindow.c
3487                 Fix warnings (thanks to Fabien)
3488                 Fix crash at exit when composing messages 
3489                 exist
3490         * src/pop.c
3491                 Fix progress bar when deleting expired mails
3492                 Thanks to Hiro
3493         * src/summaryview.c
3494         * src/gtk/gtksctree.c
3495                 Fix re-sorting slowness
3496
3497 2006-05-29 [paul]       2.2.0cvs63
3498
3499         * src/mh.c
3500                 fetch full message when moving mails
3501                 from another mailbox, (fixed data loss
3502                 when filtering from IMAP to MH, introduced
3503                 in 2.2.0cvs57).
3504                 Thanks to Colin
3505
3506 2006-05-29 [mones]      2.2.0cvs62
3507
3508         * src/gtk/gtksctree.c
3509                 Unselect faster (patch by Colin)        
3510
3511 2006-05-26 [colin]      2.2.0cvs61
3512
3513         * src/summaryview.c
3514                 Unplug MSGINFO_UPDATE callback on delete too.
3515
3516 2006-05-26 [colin]      2.2.0cvs60
3517
3518         * src/foldersel.c
3519                 Fix bold in folder selection window with glib2.10
3520                 thanks Hiro
3521
3522 2006-05-26 [colin]      2.2.0cvs59
3523
3524         * src/procheader.c
3525                 Convert date only if necessary (and don't
3526                 try to convert from utf8 to utf8, too)
3527         * src/summaryview.c
3528                 Only set column's text if the column's 
3529                 displayed
3530
3531 2006-05-26 [colin]      2.2.0cvs58
3532
3533         * src/summaryview.c
3534         * src/gtk/gtkutils.c
3535                 Fix useless warning
3536
3537 2006-05-26 [colin]      2.2.0cvs57
3538
3539         * src/mainwindow.c
3540                 Make summaryview selectable as long as 
3541                 no message has focus
3542         * src/mh.c
3543                 Faster deletion (by implementing mh_remove_msgs)
3544                 Faster copy (avoid using mh_fetch_msg just to get
3545                 the filename)
3546                 Faster move (using move_file instead of copy_file
3547                 if MSG_IS_MOVE)
3548                 No progressbar if total number of mails to cp/mv 
3549                 is less than 100
3550         * src/summaryview.c
3551                 Fix removal from subject_table when mail gets moved
3552                 Faster deletion (g_slist_prepend instead of append)
3553         * src/gtk/gtksctree.c
3554                 Remove useless code
3555
3556 2006-05-25 [colin]      2.2.0cvs56
3557
3558         * src/common/ssl_certificate.c
3559                 Fix leak in expired cert check
3560
3561 2006-05-25 [colin]      2.2.0cvs55
3562
3563         * src/mh.c
3564                 Disable flags syncing on .mh_sequences - it
3565                 is buggy and marks mails read under unknown
3566                 conditions.
3567
3568 2006-05-25 [paul]
3569
3570         * 2.3.0-rc4 released
3571
3572 2006-05-24 [colin]      2.2.0cvs54
3573
3574         attention cvs users: if you manage to crash
3575         Sylpheed-Claws while moving, copying or deleting
3576         mails, we *are* interested in stack traces and
3577         valgrind logs. It looks stable, but one never
3578         knows...
3579
3580         * src/folder.c
3581                 Add progressbar for cache updates
3582         * src/folderutils.c
3583                 Optimize Mark all read in the current
3584                 folder
3585         * src/mh.c
3586                 Add progressbar for copy/move
3587         * src/procmsg.c
3588                 Optimize O(n^2) in copy/move
3589         * src/summaryview.c
3590         * src/gtk/gtksctree.c
3591                 Optimize O(n^2) algos
3592         * src/common/timing.h
3593                 Display ms instead of us
3594
3595 2006-05-24 [wwp]        2.2.0cvs53
3596
3597         * manual/fr/advanced.xml
3598                 updates to the French manual.
3599
3600 2006-05-24 [wwp]        2.2.0cvs52
3601
3602         * src/common/utils.c
3603                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
3604
3605 2006-05-24 [wwp]        2.2.0cvs51
3606
3607         * src/folderutils.c
3608                 fixed "mark all read" in MH folders (thanks to Colin).
3609
3610 2006-05-24 [paul]       2.2.0cvs50
3611
3612         * doc/man/sylpheed-claws.1
3613                 updated the man page
3614
3615 2006-05-23 [colin]      2.2.0cvs49
3616
3617         * src/folderview.c
3618         * src/imap.c
3619         * src/inc.c
3620         * src/mbox.c
3621         * src/messageview.c
3622         * src/news.c
3623         * src/send_message.c
3624         * src/summaryview.c
3625         * src/gtk/sslcertwindow.c
3626                 alertpanel fixes, by Fabien
3627
3628 2006-05-23 [colin]      2.2.0cvs48
3629
3630         * src/folder.c
3631         * src/folderview.c
3632         * src/msgcache.c
3633         * src/summaryview.c
3634         * src/gtk/gtksctree.c
3635         * src/gtk/gtksctree.h
3636                 More timings
3637                 Fix slow loading problem, which was caused by the
3638                 use of some gtk_ctree funcs and their use of
3639                 g_list_position while gtk_ctree_(un)link'ing.
3640                 Reap more functions from gtkctree.c to be sure we
3641                 use our (fast) version instead of theirs.
3642         * src/mh.c
3643                 Fix copy of unread mails
3644
3645
3646 2006-05-22 [wwp]        2.2.0cvs47
3647
3648         * manual/fr/advanced.xml
3649                 updated.
3650
3651 2006-05-22 [colin]      2.2.0cvs46
3652
3653         * src/filtering.c
3654                 Fix possible infinite loop. 'copy' is not a 
3655                 final action, so when encountering a 'copy',
3656                 we have to check if a previous one was set
3657                 and do it. In the same way, if we encounter
3658                 a 'move' we have to perform a possibly 
3659                 pending 'copy'. This will slow down filtering
3660                 on IMAP if move+copy or multiple copy actions
3661                 are to be done, but handling it via the batch
3662                 would be really too convoluted.
3663
3664 2006-05-22 [wwp]        2.2.0cvs45
3665
3666         * manual/fr/advanced.xml
3667         * manual/fr/faq.xml
3668         * manual/fr/glossary.xml
3669         * manual/fr/handling.xml
3670         * manual/fr/intro.xml
3671         * manual/fr/plugins.xml
3672         * manual/fr/sylpheed-claws-manual.xml
3673                 sync w/ the english manual: updates URIs, documented mailing-list
3674                 support, better explanation about the enabled/disabled feature
3675                 in filtering/processing rules by Paul.
3676
3677 2006-05-21 [colin]      2.2.0cvs44
3678
3679         * src/summaryview.c
3680                 Don't expand after building threads, but during
3681
3682 2006-05-21 [colin]      2.2.0cvs43
3683
3684         * src/procmsg.c
3685         * src/summaryview.c
3686                 More timing possibilities... For next time I have 
3687                 to find out how the hell some 3GHz computer takes
3688                 one minute to open a 30k folder...
3689
3690 2006-05-21 [colin]      2.2.0cvs42
3691
3692         * manual/pl/advanced.xml
3693         * manual/pl/faq.xml
3694         * manual/pl/glossary.xml
3695         * manual/pl/handling.xml
3696         * manual/pl/intro.xml
3697         * manual/pl/plugins.xml
3698         * manual/pl/sylpheed-claws-manual.xml
3699                 Polish manual updated by Pawel
3700
3701 2006-05-20 [colin]
3702
3703         * 2.3.0-rc3 released
3704
3705 2006-05-20 [colin]      2.2.0cvs41
3706
3707         * src/imap.c
3708                 Fix -rc2 problems:
3709                 - remove cache of moved messages from original folder
3710                 - apply new flags to messages even if they aren't appliable
3711                   via IMAP.
3712
3713 2006-05-20 [colin]
3714
3715         * 2.3.0-rc2 released
3716
3717 2006-05-19 [colin]      2.2.0cvs40
3718
3719         * src/imap.c
3720                 Don't issue SELECT in imap_change_flags
3721                 before having checked that we indeed have
3722                 some flags to change. MSG_POSTFILTERED for
3723                 example can't be used on IMAP.
3724                 Fixes bug #955 (copying messages between 
3725                 imap folders is extremely slow), which was
3726                 a regression.
3727
3728 2006-05-19 [colin]      2.2.0cvs39
3729
3730         * src/folder.c
3731         * src/folder.h
3732         * src/folderview.c
3733                 Try to fix bug #830 (Some unread messages 
3734                 get marked read in IMAP inbox):
3735                 - Prevent scanning a folder if it's being 
3736                   opened via the GUI
3737                 - Postpone opening via the GUI of a folder
3738                   currently scanned.
3739
3740
3741 2006-05-19 [wwp]        2.2.0cvs38
3742
3743         * manual/advanced.xml
3744                 fix English+typo (thanks to Paul).
3745
3746 2006-05-19 [wwp]        2.2.0cvs37
3747
3748         * manual/advanced.xml
3749         * manual/fr/advanced.xml
3750         * src/gtk/logwindow.c
3751         * src/prefs_common.c
3752         * src/prefs_common.h
3753                 added hidden prefs to allow customization of colors used in
3754                 protocol log window (useful for dark gtk+ themes).
3755
3756 2006-05-19 [wwp]        2.2.0cvs36
3757
3758         * ChangeLog
3759                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
3760
3761 2006-05-19 [paul]       2.2.0cvs35
3762
3763         * src/textview.c
3764                 make Reply-To fully clickable
3765         * src/gtk/logwindow.c
3766                 more colouring (SMTP ESMTP)
3767         Both patches by Pawel Pekala
3768
3769 2006-05-19 [cleroy]     2.2.0cvs34
3770
3771         * src/mh.c
3772                 Don't update flags from current folder
3773                 Probably fixes bug #935 (Read Messages 
3774                 Revert to Being Marked as Unread)
3775
3776 2006-05-18 [colin]      2.2.0cvs33
3777
3778         * src/imap.c
3779                 Warning fix
3780         * src/compose.c
3781         * src/mainwindow.c
3782         * src/summaryview.c
3783         * src/toolbar.c
3784                 Allow replying to multiple emails
3785                 in multiple windows
3786         * src/mimeview.c
3787         * src/etpan/imap-thread.c
3788                 Leak fixes
3789
3790 2006-05-18 [paul]       2.2.0cvs32
3791
3792         * src/summaryview.c
3793                 keep Mailing-List menu refreshed
3794                 Thanks to Colin
3795
3796 2006-05-18 [paul]       2.2.0cvs31
3797
3798         * manual/advanced.xml
3799         * manual/faq.xml
3800         * manual/glossary.xml
3801         * manual/handling.xml
3802         * manual/intro.xml
3803         * manual/plugins.xml
3804         * manual/sylpheed-claws-manual.xml
3805                 update URLs
3806                 add info about mailing-list support
3807                 edit filtering info
3808         * src/wizard.c
3809         * src/common/defs.h
3810         * src/gtk/about.c
3811         * src/plugins/dillo_viewer/README
3812                 update URLs
3813
3814 2006-05-17 [wwp]        2.2.0cvs30
3815
3816         * manual/handling.xml
3817         * manual/fr/handling.xml
3818                 documented the ability to enabled/disable filtering/processing rules.
3819
3820 2006-05-17 [colin]      2.2.0cvs29
3821
3822         * src/main.c
3823                 Don't initialize g_thread subsystem if it's 
3824                 already done (thanks to Hiro)
3825         * src/mimeview.c
3826                 Fix saving of parts when there name can't be
3827                 converted from UTF-8.
3828
3829 2006-05-17 [paul]       2.2.0cvs28
3830
3831         * po/Makefile.in.in
3832                 fix config.status warning with autoconf 2.60
3833
3834 2006-05-17 [paul]       2.2.0cvs27
3835
3836         * po/POTFILES.in
3837                 add src/mbox.c
3838
3839 2006-05-17 [wwp]        2.2.0cvs26
3840
3841         * src/mainwindow.c
3842                 fix useless and potentially dangerous buffer walking (thanks to Colin).
3843
3844 2006-05-17 [wwp]        2.2.0cvs25
3845
3846         * src/plugins/demo/demo.c
3847                 updated product name in plugin demo (many plugins need to be
3848                 sync'ed w/ that change).
3849
3850 2006-05-17 [colin]      2.2.0cvs24
3851
3852         * src/mh.c
3853                 Fix leak
3854
3855 2006-05-16 [colin]      2.2.0cvs23
3856
3857         * src/mainwindow.c
3858                 Stupid me hit again. Fix cvs22.
3859
3860 2006-05-16 [colin]      2.2.0cvs22
3861
3862         * src/mainwindow.c
3863                 Fix bug #922 (sylpheed-claws crashed after 
3864                 pushing on Inbox folder)
3865
3866 2006-05-16 [colin]      2.2.0cvs21
3867
3868         * src/compose.c
3869                 Make From header be copy/paste/select-able
3870
3871 2006-05-16 [wwp]        2.2.0cvs20
3872
3873         * src/export.c
3874         * src/matcher.c
3875         * src/summaryview.c
3876         * src/etpan/imap-thread.c
3877                 fix some compiler warnings (thanks to Colin).
3878
3879 2006-05-16 [wwp]        2.2.0cvs19
3880
3881         * src/action.c
3882         * src/gedit-print.c
3883         * src/inc.c
3884         * src/mainwindow.c
3885         * src/mh.c
3886         * src/statusbar.c
3887         * src/send_message.c
3888         * src/summaryview.c
3889                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
3890
3891 2006-05-15 [colin]      2.2.0cvs18
3892
3893         * src/procmsg.c
3894                 Fix automatic rule creation with List-Post
3895
3896 2006-05-15 [paul]       2.2.0cvs17
3897
3898         * tools/filter_conv_new.pl
3899                 updated for rule enabling/disabling
3900                 claws version >= 2.3.x required
3901
3902 2006-05-15 [cleroy]     2.2.0cvs16
3903
3904         * src/main.c
3905                 Revert test
3906
3907 2006-05-15 [cleroy]     2.2.0cvs15
3908
3909         * src/main.c
3910                 test
3911
3912 2006-05-15 [wwp]        2.2.0cvs14
3913
3914         * manual/pl/.cvsignore
3915                 ignore generated files.
3916
3917 2006-05-14 [wwp]        2.3.0-rc1
3918
3919         * 2.3.0-rc1 released
3920
3921 2006-05-13 [wwp]        2.2.0cvs13
3922
3923         * src/filtering.c
3924         * src/filtering.h
3925         * src/matcher.c
3926         * src/matcher_parser_lex.l
3927         * src/matcher_parser_parse.y
3928         * src/prefs_filtering.c
3929                 new feature: provide the ability to disable filtering and processing
3930                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
3931                 adaptations.
3932
3933 2006-05-13 [colin]      2.2.0cvs12
3934
3935         * src/compose.c
3936                 Remove useless if (a) b; else b;
3937                 Thanks to wwp
3938
3939 2006-05-13 [wwp]        2.2.0cvs11
3940
3941         * src/export.c
3942         * src/import.c
3943         * src/mainwindow.c
3944         * src/mbox.c
3945         * src/summaryview.c
3946         * src/summaryview.h
3947                 no more silent failures (or at least less ones) when importing
3948                 or exporting from/to mbox. Also start importing/exporting if
3949                 the necessary info is set.
3950
3951 2006-05-13 [wwp]        2.2.0cvs10
3952
3953         * RELEASE_NOTES
3954                 restored up-to-date release notes.
3955
3956 2006-05-13 [paul]       2.2.0cvs9
3957
3958         * po/nl.po
3959         * po/ru.po
3960                 updated by Tim Dijkstra and Pavlo Bohmat
3961
3962 2006-05-12 [colin]      2.2.0cvs8
3963
3964         * src/gtk/quicksearch.c
3965                 Add "k" as shortcut for "colorlabel". Patch
3966                 by ath42@users.sf.net.
3967
3968 2006-05-12 [paul]       2.2.0cvs7
3969
3970         * src/prefs_common.h
3971         * src/prefs_summaries.c
3972         * src/summaryview.c
3973                 when entering a folder also allow
3974                 going directly to first Marked message
3975
3976 2006-05-12 [paul]       2.2.0cvs6
3977
3978         * src/summaryview.c
3979                 always obey 'confirm before marking all
3980                 mails read' option
3981
3982 2006-05-12 [paul]       2.2.0cvs5
3983
3984         * src/textview.c
3985                 make Sender fully clickable
3986
3987 2006-05-12 [colin]      2.2.0cvs4
3988
3989         * src/compose.c
3990         * src/compose.h
3991                 Let From be editable
3992         * src/main.c
3993         * src/mh.c
3994                 Full support of .mh_sequences' Unseen seq
3995
3996 2006-05-12 [colin]      2.2.0cvs3
3997
3998         * src/folder.c
3999         * src/mainwindow.c
4000         * src/mainwindow.h
4001         * src/messageview.c
4002         * src/prefs_spelling.c
4003         * src/procheader.c
4004         * src/procmsg.c
4005         * src/procmsg.h
4006         * src/summaryview.c
4007         * src/toolbar.c
4008         * src/toolbar.h
4009                 Add contextual menu on Compose toolbar
4010                 button. Fixes bug #944 (Automatic
4011                 addresses not applied when changing account
4012                 from compose window)
4013                 add Mailing List support
4014                 based on the old 0.6.5claws25 patch by
4015                 Melvin Hadasht, with finishing touches
4016                 by Colin
4017                 Fix "ignore thread" when mails are threaded by
4018                 subject (and weren't ignored although appearing
4019                 in the thread).
4020                 GUI rework.
4021                 Both patches by Pawel.
4022
4023 2006-05-08 [paul]       2.2.0cvs2
4024
4025         * src/mainwindow.c
4026         * src/mainwindow.h
4027         * src/messageview.c
4028         * src/procheader.c
4029         * src/procmsg.c
4030         * src/procmsg.h
4031         * src/summaryview.c
4032                 add Mailing List support
4033                 based on the old 0.6.5claws25 patch by 
4034                 Melvin Hadasht, with finishing touches
4035                 by Colin
4036
4037 2006-05-08 [colin]      2.2.0cvs1
4038
4039         * src/mainwindow.c
4040         * src/toolbar.c
4041         * src/toolbar.h
4042                 Add contextual menu on Compose toolbar 
4043                 button. Fixes bug #944 (Automatic 
4044                 addresses not applied when changing account 
4045                 from compose window)
4046
4047 2006-05-08 [paul]       2.2.0
4048
4049         2.2.0 released
4050
4051 2006-05-08 [paul]       2.1.1cvs51
4052
4053         * po/cs.po
4054         * po/de.po
4055         * po/en_GB.po
4056         * po/fi.po
4057         * po/fr.po
4058         * po/pt_BR.po
4059         * po/sr.po
4060         * po/zh_CN.po
4061                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4062                 Fabien Vantard, Frederico Goncalves Guimaraes,
4063                 Aleksandar Urosevic, and Ralgh Young
4064
4065 2006-05-12 [colin]      2.1.1cvs50
4066
4067         * po/cs.po
4068         * po/de.po
4069         * po/en_GB.po
4070         * po/es.po
4071         * po/fi.po
4072         * po/fr.po
4073         * po/pt_BR.po
4074         * po/sr.po
4075         * po/zh_CN.po
4076                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4077                 Fabien Vantard, Frederico Goncalves Guimaraes,
4078                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
4079
4080 2006-05-05 [colin]      2.1.1cvs49
4081
4082         * manual/Makefile.am
4083         * manual/pl/Makefile.am
4084         * manual/pl/account.xml
4085         * manual/pl/ack.xml
4086         * manual/pl/addrbook.xml
4087         * manual/pl/advanced.xml
4088         * manual/pl/faq.xml
4089         * manual/pl/glossary.xml
4090         * manual/pl/gpl.xml
4091         * manual/pl/handling.xml
4092         * manual/pl/intro.xml
4093         * manual/pl/keyboard.xml
4094         * manual/pl/plugins.xml
4095         * manual/pl/starting.xml
4096         * manual/pl/sylpheed-claws-manual.xml
4097         * manual/pl/dist/.cvsignore
4098         * manual/pl/dist/Makefile.am
4099         * manual/pl/dist/html/.cvsignore
4100         * manual/pl/dist/html/Makefile.am
4101         * manual/pl/dist/pdf/.cvsignore
4102         * manual/pl/dist/pdf/Makefile.am
4103         * manual/pl/dist/ps/.cvsignore
4104         * manual/pl/dist/ps/Makefile.am
4105         * manual/pl/dist/txt/.cvsignore
4106         * manual/pl/dist/txt/Makefile.am
4107                 Add the polish translation of the manual,
4108                 Authored by Pawel Pekala.
4109
4110 2006-05-05 [cleroy]     2.1.1cvs48
4111
4112         * src/main.c
4113                 Re-read matcherrc after loading plugins 
4114                 if some of them add folders.
4115
4116 2006-05-03 [colin]      2.1.1cvs47
4117
4118         * src/imap.c
4119                 I'm idiot
4120
4121 2006-05-03 [colin]      2.1.1cvs46
4122
4123         * src/imap.c
4124                 Be sure to have a session when
4125                 getting separator
4126
4127 2006-05-03 [colin]      2.1.1cvs45
4128
4129         * src/imap.c
4130         * src/imap.h
4131         * src/imap_gtk.c
4132                 Fix preventing renaming with namespace 
4133                 separator.
4134
4135 2006-05-01 [colin]      2.1.1cvs44
4136
4137         * src/action.c
4138                 Don't reload messageview when result of
4139                 action is piped.
4140
4141 2006-04-29 [colin]      2.1.1cvs43
4142
4143         * src/prefs_receive.c
4144         * src/plugins/spamassassin/spamassassin_gtk.c
4145         * src/plugins/clamav/clamav_plugin_gtk.c
4146                 GUI fixes by Pawel
4147
4148 2006-04-29 [colin]      2.1.1cvs42
4149
4150         * src/prefs_compose_writing.c
4151         * src/prefs_quote.c
4152                 Cleanups. Patch by Pawel
4153
4154 2006-04-28 [paul]       2.1.1cvs41
4155
4156         * src/matcher.c
4157                 fix returned quick search results when search
4158                 term contains an underscore.
4159                 Thanks to Colin
4160
4161 2006-04-28 [paul]       2.1.1cvs40
4162
4163         * src/prefs_message.c
4164         * src/prefs_receive.c
4165                 GUI cleanups
4166                 Patches by Pawel Pekala
4167
4168 2006-04-27 [colin]      2.1.1cvs39
4169
4170         * src/wizard.c
4171                 Differentiate subject Welcome from
4172                 window's title Welcome
4173
4174 2006-04-27 [paul]
4175
4176         2.2.0-rc1 released
4177
4178 2006-04-27 [paul]       2.1.1cvs38
4179
4180         * manual/advanced.xml
4181         * manual/fr/advanced.xml
4182                 add info about compose_no_markup hidden pref
4183
4184 2006-04-27 [paul]       2.1.1cvs37
4185
4186         * src/prefs_account.c
4187                 improve privacy labels
4188         * src/prefs_msg_colors.c
4189                 change some strings for translators' convenience
4190         * src/gtk/gtkutils.c
4191                 don't underline the link button text
4192
4193 2006-04-25 [colin]      2.1.1cvs36
4194
4195         * src/folder.c
4196                 Complete 2.1.1cvs33 (once more ;)
4197
4198 2006-04-25 [colin]      2.1.1cvs35
4199
4200         * src/editldap.c
4201                 Fix tooltip
4202
4203 2006-04-25 [cleroy]     2.1.1cvs34
4204
4205         * src/compose.c
4206         * src/gtk/gtkaspell.c
4207                 Fix crash on redirect (related to the return 
4208                 of the aspell menu in compose's toolbar)
4209         * src/prefs_msg_colors.c
4210                 Fix sensitivity widgets
4211         * src/image_viewer.c
4212         * src/gtk/pluginwindow.c
4213         * src/gtk/prefswindow.c
4214                 Change released signals to clicked (Fabien)
4215         * po/POTFILES.in
4216         * src/common/socket.c
4217         * src/plugins/spamassassin/spamassassin.c
4218                 Translate strings (Fabien)
4219
4220 2006-04-25 [paul]       2.1.1cvs33
4221
4222         * src/folder.c
4223         * src/folder.h
4224         * src/folderview.c
4225                 complete the fix of bug #912
4226                 Thanks to Colin
4227
4228 2006-04-25 [colin]      2.1.1cvs32
4229
4230         * src/news.c
4231                 Better progress bar
4232         * src/mimeview.c
4233         * src/summaryview.c
4234         * src/summaryview.h
4235                 Fix focus chain
4236                 Patches by Pawel Pekala
4237
4238 2006-04-24 [colin]      2.1.1cvs31
4239
4240         * src/compose.c
4241                 Fix compilation warnings (Fabien)
4242
4243 2006-04-24 [colin]      2.1.1cvs30
4244
4245         * src/addrindex.c
4246         * src/editldap.c
4247         * src/editldap_basedn.c
4248         * src/editldap_basedn.h
4249         * src/ldapctrl.c
4250         * src/ldapctrl.h
4251         * src/ldapquery.c
4252         * src/ldaputil.c
4253         * src/ldaputil.h
4254                 Fix bug #901 (LDAPS support)
4255
4256 2006-04-24 [colin]      2.1.1cvs29
4257
4258         * src/compose.c
4259                 Fix logic on error with send dialog on
4260         * src/imap.c
4261                 Fix compilation without libetpan, thanks
4262                 to Fabien
4263         * src/summaryview.c
4264                 Fix 'context-menu' key
4265
4266 2006-04-23 [colin]      2.1.1cvs28
4267
4268         * src/folder.c
4269                 Never free current's cache to free up 
4270                 memory. Fixes bug #912 (new count 
4271                 randomly set to message count)
4272
4273 2006-04-23 [colin]      2.1.1cvs27
4274
4275         * src/gtk/quicksearch.c
4276                 And remove printf...
4277
4278 2006-04-23 [colin]      2.1.1cvs26
4279
4280         * src/gtk/quicksearch.c
4281                 Fix replacing in quicksearch, and fix inserting
4282                 in the middle of the string. (introduced at 2.1.0cvs22)
4283
4284 2006-04-23 [colin]      2.1.1cvs25
4285
4286         * src/imap.c
4287                 Make sure uidnext is initialized in get_num_list
4288                 (not for stable, related to 2.1.1cvs8 and friends)
4289
4290 2006-04-23 [colin]      2.1.1cvs24
4291
4292         * src/imap.c
4293                 Output something when login is successful
4294                 too
4295
4296 2006-04-23 [colin]      2.1.1cvs23
4297
4298         * src/etpan/imap-thread.c
4299                 Better logging (line-per-line, hide data in fetch)
4300                 Fix a const warning
4301         * src/gtk/logwindow.c
4302         * src/gtk/logwindow.h
4303                 Better logging (color for input/output)
4304
4305 2006-04-21 [colin]      2.1.1cvs22
4306
4307         * src/gtk/quicksearch.c
4308                 On gtk+-2.8, use stock buttons in quicksearch
4309                 Based on a patch by Fabien and a design by Paul
4310
4311 2006-04-21 [colin]      2.1.1cvs21
4312
4313         * src/folderview.c
4314         * src/mainwindow.c
4315                 Fix occasional flicker in folderview
4316         * src/common/utils.c
4317                 Fix bug #943 (Incorrectly parsed email address 
4318                 list in short headers on message view and in 
4319                 printouts)
4320
4321 2006-04-20 [colin]      2.1.1cvs20
4322
4323         * src/imap.c
4324         * src/imap.h
4325         * src/prefs_account.c
4326                 Add ANONYMOUS auth for IMAP
4327
4328 2006-04-20 [paul]       2.1.1cvs19
4329
4330         * src/main.c
4331                 proper fix for 2.1.1cvs18
4332                 Thanks to Colin
4333
4334 2006-04-20 [paul]       2.1.1cvs18
4335
4336         * src/main.c
4337                 fix build warnings
4338
4339 2006-04-20 [paul]       2.1.1cvs17
4340
4341         * src/gtk/quicksearch.c
4342                 fix standard, non-extended Quick search,
4343                 was broken in 2.1.1cvs15.
4344                 Thanks to Colin.
4345
4346 2006-04-20 [colin]      2.1.1cvs16
4347
4348         * src/prefs_matcher.c
4349                 Fix values when reselecting a ~test
4350                 rule
4351
4352 2006-04-19 [colin]      2.1.1cvs15
4353
4354         * src/compose.c
4355         * src/compose.h
4356         * src/gtk/gtkaspell.c
4357         * src/gtk/gtkaspell.h
4358                 Put back Options menu in Spelling/
4359         * src/gtk/quicksearch.c
4360                 Don't search, and show error, if the
4361                 advanced search has a syntax error
4362
4363 2006-04-18 [colin]      2.1.1cvs14
4364
4365         * src/textview.c
4366                 Fix gdk warnings on set_cursor when textview
4367                 isn't visible
4368
4369 2006-04-18 [colin]      2.1.1cvs13
4370
4371         * src/gtk/gtksctree.c
4372                 Remove seemingly useless refresh that causes
4373                 flicker - watch this commit in case of 
4374                 problems before planned backport to stable
4375
4376 2006-04-18 [colin]      2.1.1cvs12
4377
4378         * src/imap.c
4379                 Factorize get/set_xml code
4380         * src/compose.c
4381         * src/prefs_account.c
4382         * src/prefs_account.h
4383         * src/procmsg.c
4384                 Add Encrypt to self option
4385
4386 2006-04-17 [colin]      2.1.1cvs11
4387
4388         * configure.ac
4389                 Fix search on encrpyt function on dragonfly
4390                 Patch by Jonathan Buschmann <jonthn@agmact.com>
4391
4392 2006-04-17 [colin]      2.1.1cvs10
4393
4394         * src/prefs_account.c
4395                 Be safe by default: remove mails from POP3
4396                 after 7 days, not immediately
4397
4398 2006-04-17 [colin]      2.1.1cvs9
4399
4400         * src/etpan/imap-thread.c
4401                 Fix build on DragonFly - patch by 
4402                 Jonathan Buschmann <jonthn@agmact.com>
4403
4404 2006-04-17 [colin]      2.1.1cvs8
4405
4406         * src/imap.c
4407                 Save uidnext between sessions
4408
4409 2006-04-17 [colin]      2.1.1cvs7
4410
4411         * src/imap.c
4412                 scan is required when uid validity changes
4413
4414 2006-04-17 [colin]      2.1.1cvs6
4415
4416         * src/folderview.c
4417                 Don't scan if not necessary, apart in current
4418                 folder and INBOX to fetch flags.
4419         * src/imap.c
4420                 Scan is necessary if unread count changes
4421
4422 2006-04-17 [colin]      2.1.1cvs5
4423
4424         * src/imap.c
4425                 ...But always fetch ANSWERED and DELETED flags for
4426                 INBOX, as filtering can happen on these flags.
4427
4428 2006-04-17 [colin]      2.1.1cvs4
4429
4430         * src/imap.c
4431                 Don't fetch REPLIED and DELETED flags when synchronising
4432                 flags with a closed folder. We only need UNSEEN and FLAGGED
4433                 to update the folderview.
4434
4435 2006-04-17 [colin]      2.1.1cvs3
4436
4437         * src/imap.c
4438                 Faster flag search when there are new mails 
4439                 in a folder. We can do a full search if the 
4440                 folder contains less messages than the new
4441                 list.
4442
4443 2006-04-17 [colin]      2.1.1cvs2
4444
4445         * po/cs.po
4446         * po/de.po
4447         * po/fr.po
4448         * po/nl.po
4449         * po/pt_BR.po
4450                 Update translations from stable branch
4451
4452 2006-04-17 [colin]      2.1.1cvs1
4453
4454         * configure.ac
4455                 Bump version to follow stable release
4456
4457 2006-04-16 [mones]      2.1.0cvs50
4458
4459         * po/es.po
4460                 Updated for release
4461
4462 2006-04-16 [colin]      2.1.0cvs49
4463
4464         * src/textview.c
4465                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
4466                 with gtk < 2.8. Thanks to Fabien Vantard.
4467
4468 2006-04-15 [colin]      2.1.0cvs48
4469
4470         * src/etpan/imap-thread.c
4471                 Fix bug #919 (libetpan: SEGV when connecting 
4472                 using command)
4473
4474 2006-04-14 [colin]      2.1.0cvs47
4475
4476         * src/main.c
4477                 Fix race on --select (should be done better)
4478
4479 2006-04-14 [wwp]        2.1.0cvs46
4480
4481         * src/send_message.c
4482                 enforce a check for domain in account prefs (a sending
4483                 error could be faced if domain was checked but no value set),
4484                 thanks to Colin.
4485
4486 2006-04-14 [colin]      2.1.0cvs45
4487
4488         * src/codeconv.c
4489                 when converting from unknown to unknown, if the
4490                 string is UTF8, don't convert it to the locale
4491                 (which breaks it)
4492
4493 2006-04-14 [colin]      2.1.0cvs44
4494
4495         * src/compose.c
4496                 Don't try to use ASCII for converting headers
4497                 (as done in body)
4498
4499 2006-04-14 [paul]       2.1.0cvs43
4500
4501         * src/crash.c
4502                 add locale/charset info to crash report
4503         * src/gtk/about.c
4504                 add wwp to doc team
4505                 replace 'e-mail' with preferred 'email'
4506         * src/gtk/authors.h
4507                 ensure contributors list is in alphabetical
4508                 order
4509
4510 2006-04-13 [colin]      2.1.0cvs42
4511
4512         * src/textview.c
4513                 Prevent gdk warnings
4514
4515 2006-04-13 [colin]      2.1.0cvs41
4516
4517         * src/common/ssl_certificate.c
4518         * src/common/ssl_certificate.h
4519         * src/gtk/sslcertwindow.c
4520                 Warn on expired certs, and display the expiration date
4521
4522 2006-04-13 [colin]      2.1.0cvs40
4523
4524         * src/plugins/spamassassin/spamassassin_gtk.c
4525                 Fix missing set_text on unix socket
4526
4527 2006-04-13 [wwp]        2.1.0cvs39
4528
4529         * manual/fr/advanced.xml
4530         * manual/fr/glossary.xml
4531                 applied new spam/ham/email lexicon (pourriel, courriel)
4532
4533 2006-04-13 [paul]       2.1.0cvs38
4534
4535         * src/plugins/pgpmime/plugin.c
4536                 remove the mention of S/MIME from the
4537                 description. This is now handled by the
4538                 S/MIME plugin.
4539
4540 2006-04-13 [paul]       2.1.0cvs37
4541
4542         * src/prefs_msg_colors.c
4543                 rework dialog
4544         * src/prefs_folder_item.c
4545         * src/prefs_spelling.c
4546                 add a tooltip to the colour selector buttons
4547
4548 2006-04-13 [wwp]        2.1.0cvs36
4549
4550         * manual/advanced.xml
4551         * manual/glossary.xml
4552         * manual/handling.xml
4553         * manual/keyboard.xml
4554         * manual/plugins.xml
4555         * manual/starting.xml
4556         * manual/fr/account.xml
4557         * manual/fr/ack.xml
4558         * manual/fr/addrbook.xml
4559         * manual/fr/advanced.xml
4560         * manual/fr/faq.xml
4561         * manual/fr/glossary.xml
4562         * manual/fr/gpl.xml
4563         * manual/fr/handling.xml
4564         * manual/fr/intro.xml
4565         * manual/fr/keyboard.xml
4566         * manual/fr/plugins.xml
4567         * manual/fr/starting.xml
4568         * manual/fr/sylpheed-claws-manual.xml
4569                 fixes to the manuals:
4570                  - summaryview -> Message List (same in French)
4571                  - translate key names
4572                  - fix French punctuation, use non-breakable spaces when
4573                    necessary, don't use &thinsp; which is not portable
4574                  - tell what maildir and mbox formats we support
4575
4576 2006-04-12 [wwp]        2.1.0cvs35
4577
4578         * src/prefs_toolbar.c
4579                 unified a replace button more,
4580                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4581
4582 2006-04-12 [wwp]        2.1.0cvs34
4583
4584         * src/prefs_common.c
4585         * src/prefs_msg_colors.c
4586                 make default color labels translatable,
4587                 patch from Fabien Vantard <fzzzzz@gmail.com>,
4588                 thanks to Tim <timbrain@post.cz> for reporting.
4589
4590 2006-04-12 [wwp]        2.1.0cvs33
4591
4592         * manual/glossary.xml
4593         * manual/intro.xml
4594         * manual/plugins.xml
4595         * manual/starting.xml
4596         * manual/sylpheed-claws-manual.xml
4597         * manual/fr/.cvsignore
4598         * manual/fr/account.xml
4599         * manual/fr/ack.xml
4600         * manual/fr/addrbook.xml
4601         * manual/fr/advanced.xml
4602         * manual/fr/faq.xml
4603         * manual/fr/glossary.xml
4604         * manual/fr/handling.xml
4605         * manual/fr/intro.xml
4606         * manual/fr/keyboard.xml
4607         * manual/fr/plugins.xml
4608         * manual/fr/starting.xml
4609         * manual/fr/sylpheed-claws-manual.xml
4610                 various fixes: typos, missing .fr translations, punctuation,
4611                 capitalization, links, accents and some bad French more.
4612
4613 2006-04-12 [wwp]        2.1.0cvs32
4614
4615         * src/prefs_gtk.c
4616                 fix for bug #935: always store prefs files in UTF-8 (thanks
4617                 to Colin).
4618
4619 2006-04-11 [colin]      2.1.0cvs31
4620
4621         * src/compose.c
4622                 Fix inserting files not in utf8 when locale is utf8
4623
4624 2006-04-11 [colin]      2.1.0cvs30
4625
4626         * src/inc.c
4627                 Don't show error dialog when cancelling connection
4628                 Patch by Pawel
4629
4630 2006-04-11 [cleroy]     2.1.0cvs29
4631
4632         * src/compose.c
4633                 Implement multiple quote levels
4634         * src/prefs_common.c
4635                 Change a little bit the quote bgcolor for 2nd level
4636
4637 2006-04-11 [colin]      2.1.0cvs28
4638
4639         * src/gtk/about.c
4640                 Add locale and charset in the label
4641
4642 2006-04-10 [colin]      2.1.0cvs27
4643
4644         * src/compose.c
4645         * src/prefs_common.c
4646         * src/prefs_common.h
4647         * src/prefs_msg_colors.c
4648         * src/textview.c
4649                 Allow optional background color in quotes
4650                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
4651                 GTK+-2.8.x feature
4652
4653 2006-04-10 [colin]      2.1.0cvs26
4654
4655         * src/main.c
4656         * src/mainwindow.c
4657         * src/mainwindow.h
4658                 Implement --select
4659
4660 2006-04-10 [colin]      2.1.0cvs25
4661
4662         * manual/plugins.xml
4663         * manual/fr/plugins.xml
4664                 Document libcurl's proxy variables
4665
4666 2006-04-09 [colin]      2.1.0cvs24
4667
4668         * src/prefs_common.c
4669                 gettext() returns statically allocated stuff. We have
4670                 to strdup it in order to be able to free it.
4671
4672 2006-04-09 [colin]      2.1.0cvs23
4673
4674         * AUTHORS
4675         * src/gtk/authors.h
4676                 Add Alexei
4677
4678 2006-04-09 [colin]      2.1.0cvs22
4679
4680         * src/mainwindow.c
4681         * src/gtk/quicksearch.c
4682                 Fix bug #859 (problems with cyrilic input in 
4683                 search panel) - Patch by Alexey Illarionov 
4684                 <littlesavage@rambler.ru>
4685
4686 2006-04-09 [colin]      2.1.0cvs21
4687
4688         * src/prefs_customheader.c
4689                 I prefer removing then freeing rather than the contrary
4690                 (even if it doesn't change anything ;-)
4691         * src/prefs_account.c
4692                 Fix bug #933 (Crash re-entering the custom headers list 
4693                 dialog in accounts prefs)
4694                 The problem happened when cancelling the Account 
4695                 Preferences' dialogs - in which case we didn't do 
4696                 anything to the PrefsAccount * struct. In case of applying,
4697                 the old ac_prefs was replaced with the tmp_ac_prefs we were
4698                 working with in this dialog. The problem is that 
4699                 prefs_customheader.c, working on this tmp_ac_prefs, always
4700                 changes the ->customhdr_list pointer, even when cancelled. 
4701                 So in case of cancelling the prefs_account dialog, we still
4702                 have to update ->customhdr_list in the real account.
4703
4704 2006-04-08 [colin]      2.1.0cvs20
4705
4706         * manual/fr/glossary.xml
4707         * manual/fr/keyboard.xml
4708                 Forgot some headers :)
4709
4710 2006-04-08 [colin]      2.1.0cvs19
4711
4712         * manual/Makefile.am
4713         * manual/fr/Makefile.am
4714         * manual/fr/account.xml
4715         * manual/fr/ack.xml
4716         * manual/fr/addrbook.xml
4717         * manual/fr/advanced.xml
4718         * manual/fr/faq.xml
4719         * manual/fr/glossary.xml
4720         * manual/fr/gpl.xml
4721         * manual/fr/handling.xml
4722         * manual/fr/intro.xml
4723         * manual/fr/keyboard.xml
4724         * manual/fr/plugins.xml
4725         * manual/fr/starting.xml
4726         * manual/fr/sylpheed-claws-manual.xml
4727         * manual/fr/dist/.cvsignore
4728         * manual/fr/dist/Makefile.am
4729         * manual/fr/dist/html/.cvsignore
4730         * manual/fr/dist/html/Makefile.am
4731         * manual/fr/dist/pdf/.cvsignore
4732         * manual/fr/dist/pdf/Makefile.am
4733         * manual/fr/dist/ps/.cvsignore
4734         * manual/fr/dist/ps/Makefile.am
4735         * manual/fr/dist/txt/.cvsignore
4736         * manual/fr/dist/txt/Makefile.am
4737                 Add the french translation of the manual. Thanks to
4738                 Olivier Delhomme <olivier.delhomme@free.fr> for 
4739                 account.xml, ack.xml, addrbook.xml and advanced.xml
4740
4741 2006-04-08 [colin]      2.1.0cvs18
4742
4743         * manual/plugins.xml
4744         * manual/starting.xml
4745                 More fixes
4746
4747 2006-04-07 [colin]      2.1.0cvs17
4748
4749         * manual/faq.xml
4750         * manual/intro.xml
4751         * manual/keyboard.xml
4752                 Little fixes
4753
4754 2006-04-07 [colin]      2.1.0cvs16
4755
4756         * README
4757         * src/compose.c
4758         * src/prefs_common.c
4759         * src/prefs_common.h
4760                 Add hidden compose_no_markup pref
4761
4762 2006-04-07 [wwp]        2.1.0cvs15
4763
4764         * src/summary_search.c
4765         * .cvsignore
4766                 Bugfix: stop button was sticky when searching in an empty folder.
4767                 Applied curly brackets code style to the whole file (summary_search.c).
4768                 More files to ignore.
4769
4770 2006-04-07 [wwp]        2.1.0cvs14
4771
4772         * src/message_search.c
4773         * src/summary_search.c
4774                 changed default button when search bumps at file/folder
4775                 beginning or end, for convenience (thanks to Colin).
4776
4777 2006-04-07 [paul]       2.1.0cvs13
4778
4779         * src/plugins/dillo_viewer/dillo_prefs.c
4780                 avoid future potential for namespace collision
4781                 Patch by Colin
4782
4783 2006-04-06 [wwp]        2.1.0cvs12
4784
4785         * src/summary_search.c
4786                 Unify extended/advanced searches names (and thus factorize labels),
4787                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4788
4789 2006-04-06 [wwp]        2.1.0cvs11
4790
4791         * src/folderview.c
4792         * src/prefs_themes.c
4793         * src/summaryview.c
4794                 Fixed some compilation warnings.
4795
4796 2006-04-06 [colin]      2.1.0cvs10
4797
4798         * manual/advanced.xml
4799                 Document the wizard template and how to deploy
4800                 Sylpheed-Claws effectively
4801
4802 2006-04-06 [colin]      2.1.0cvs9
4803
4804         * src/folderview.c
4805                 gettext patch to tell translators about _("#"),
4806                 by Maxim Britov
4807
4808 2006-04-06 [colin]      2.1.0cvs8
4809
4810         * src/textview.c
4811                 Fix invalid GtkTextBIter after clicking "Display as text"
4812
4813 2006-04-06 [mones]      2.1.0cvs7
4814
4815         * src/addr_compl.c
4816         * src/addrindex.c
4817         * src/addritem.c
4818         * src/codeconv.c
4819         * src/compose.c
4820         * src/filtering.c
4821         * src/folder.c
4822         * src/folder_item_prefs.c
4823         * src/folderview.c
4824         * src/localfolder.c
4825         * src/matcher.c
4826         * src/mimeview.c
4827         * src/prefs_msg_colors.c
4828         * src/prefs_spelling.c
4829         * src/prefs_themes.c
4830         * src/procmime.c
4831         * src/procmsg.c
4832         * src/stock_pixmap.c
4833         * src/summaryview.c
4834         * src/textview.c
4835         * src/toolbar.c
4836         * src/common/mgutils.c
4837         * src/common/prefs.c
4838         * src/common/ssl_certificate.c
4839         * src/gtk/colorlabel.c
4840         * src/gtk/quicksearch.c
4841         * src/plugins/pgpmime/pgpmime.c
4842         * src/plugins/spamassassin/spamassassin.c
4843                 Removed redundant NULL checks for g_free() calls.
4844                 Patch by Pawel Pekala.
4845
4846 2006-04-06 [mones]      2.1.0cvs6
4847
4848         * src/prefs_actions.c
4849         * src/prefs_filtering.c
4850         * src/prefs_filtering_action.c
4851         * src/prefs_matcher.c
4852         * src/prefs_template.c
4853         * src/gtk/gtkutils.c
4854         * src/gtk/gtkutils.h
4855                 Have a nice replace button. Patch by Pawel Pekala
4856
4857 2006-04-06 [colin]      2.1.0cvs5
4858
4859         * src/addressbook.c
4860                 Fix crash with empty columns
4861
4862 2006-04-05 [colin]      2.1.0cvs4
4863
4864         * src/wizard.c
4865         * src/prefs_gtk.c
4866                 Allow wizard customization with pre-filled values
4867
4868 2006-04-05 [colin]      2.1.0cvs3
4869
4870         * src/textview.c
4871         * src/mimeview.c
4872         * src/mimeview.h
4873                 Nicer messages in mimeview
4874
4875 2006-04-05 [colin]      2.1.0cvs2
4876
4877         * src/addressbook.c
4878         * src/prefs_summaries.c
4879                 i18n fix
4880
4881 2006-04-05 [colin]      2.1.0cvs1
4882
4883         * src/plugins/pgpcore/plugin.c
4884         * src/plugins/pgpcore/select-keys.c
4885         * src/plugins/pgpcore/select-keys.h
4886         * src/plugins/pgpcore/sgpgme.c
4887         * src/plugins/pgpcore/sgpgme.h
4888         * src/plugins/pgpinline/pgpinline.c
4889         * src/plugins/pgpinline/plugin.c
4890         * src/plugins/pgpmime/pgpmime.c
4891         * src/plugins/pgpmime/plugin.c
4892                 Factorize and generalize a bit 
4893                 Drop S/MIME signature verification from PGP/MIME
4894                 (adding it as another, more complete plugin)
4895
4896 2006-04-05 [paul]       2.1.0
4897
4898         2.1.0 released
4899
4900 2006-04-05 [paul]       2.0.0cvs186
4901
4902         * manual/advanced.xml
4903                 add info on colour labels
4904
4905 2006-04-05 [paul]       2.0.0cvs185
4906
4907         * po/bg.po
4908         * po/cs.po
4909         * po/de.po
4910         * po/el.po
4911         * po/en_GB.po
4912         * po/fi.po
4913         * po/fr.po
4914         * po/it.po
4915         * po/nl.po
4916         * po/pl.po
4917         * po/pt_BR.po
4918         * po/sr.po
4919         * po/zh_CN.po
4920                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
4921                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
4922                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
4923                 Guimaraes, Aleksandar Urosevic, Ralgh Young
4924         * src/gtk/authors.h
4925         * tools/claws.i18n.status.pl
4926                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
4927                 and new Czech translator, Tim <timbrain@post.cz>
4928
4929 2006-04-05 [mones]      2.0.0cvs184
4930
4931         * po/es.po
4932                 Updated translation
4933
4934 2006-04-05 [colin]      2.0.0cvs183
4935
4936         * src/gtk/quicksearch.c
4937                 Fix bug #929 (unnecessary reload in quick search bar)
4938
4939 2006-04-05 [colin]      2.0.0cvs182
4940
4941         * src/compose.c
4942                 Fix crash on Reply with no From:
4943                 Show signature and conversion error on queuing 
4944                 (but not sending)
4945         * src/mainwindow.c
4946         * src/summaryview.c
4947         * src/summaryview.h
4948                 Factorize threading code and make sure msginfo 
4949                 is not null when it comes from a GtkCTreeRow's 
4950                 data
4951         * src/gtk/gtkaspell.c
4952                 Check for necessary things
4953         * src/gtk/gtksctree.c
4954         * src/gtk/gtksctree.h
4955                 Reset anchor if necessary when removing node
4956
4957 2006-03-29 [colin]      2.0.0cvs181
4958
4959         * src/folderview.c
4960                 Warn for disabled IMAP accounts (due to lack of
4961                 libetpan). Breaks string-freeze - sorry - but it
4962                 is kind of important ;)
4963
4964 2006-03-28 [colin]      2.0.0cvs180
4965
4966         * src/gtk/gtkutils.c
4967         * src/gtk/gtkutils.h
4968                 Add a gtkut_get_link_btn() function that
4969                 creates a button which acts like an URI
4970         * src/prefs_themes.c
4971         * src/gtk/about.c
4972                 Use this function (factorizes codes)
4973         * src/common/defs.h
4974         * src/gtk/pluginwindow.c
4975                 Add a "Get more..." in the plugins window
4976
4977 2006-03-28 [colin]      2.0.0cvs179
4978
4979         * src/common/smtp.c
4980         * src/common/passcrypt.c
4981         * src/undo.c
4982                 Warning fixes. Patch by Pawel Pekala
4983
4984 2006-03-27 [colin]      2.0.0cvs178
4985
4986         * src/undo.c
4987                 Fix undoing by blocks with spaces
4988
4989 2006-03-27 [colin]      2.0.0cvs177
4990
4991         * src/textview.c
4992                 Set margin to 3px for headers
4993
4994 2006-03-27 [paul]
4995
4996         2.1.0-rc2 released
4997
4998 2006-03-27 [wwp]        2.0.0cvs176
4999
5000         * src/summaryview.c
5001                 don't reset quicksearch when updating the message list.
5002                 Thanks to Colin.
5003
5004 2006-03-26 [wwp]        2.0.0cvs175
5005
5006         * src/compose.c
5007                 use a unified border width ('other' tab in the compose window,
5008                 patch by Pawel Pekala).
5009
5010
5011 2006-03-26 [wwp]        2.0.0cvs174
5012
5013         * src/common/quoted-printable.c
5014         * src/addressbook.c
5015                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
5016
5017 2006-03-26 [colin]      2.0.0cvs173
5018
5019         * src/quote_fmt_parse.y
5020                 Fix non-UTF8 date formats messing up the whole quote a 
5021                 little bit
5022
5023 2006-03-26 [colin]      2.0.0cvs172
5024
5025         * src/procheader.c
5026                 Make sure the date is UTF8 valid, or try to make it
5027                 so. IncrediMail is really IncrediStupid.
5028         * src/compose.c
5029                 Fix possible conversions. 
5030                 
5031
5032 2006-03-26 [colin]      2.0.0cvs171
5033
5034         * src/matcher.c
5035                 Fix corner cases in body search. This is still a
5036                 hack... It seems impossible to make it good and 
5037                 reasonably fast at the same time.
5038
5039 2006-03-26 [colin]      2.0.0cvs170
5040
5041         * src/summaryview.c
5042                 I think I killed the twilight zone bug!
5043                 summary_select_node() flushes GTK events in order
5044                 to be able to center the view. But this also 
5045                 flushes keypresses like Ctrl-Alt-U, so this can
5046                 call summary_show from summary_select_node (itself
5047                 called from summary_show, etc.). And the summaryview
5048                 has to be unlocked in this function. So just locking
5049                 while processing GTK events, and bailing if locked, 
5050                 should fix it.
5051                 Fixes bug #927 (SIGSEGV during Update Summary)
5052
5053 2006-03-25 [colin]      2.0.0cvs169
5054
5055         * src/matcher.c
5056                 Fix search in QP-encoded bodies
5057                 Fix utf-8 searches in bodies encoded in the
5058                 locale's encoding
5059         * src/common/quoted-printable.c
5060         * src/common/quoted-printable.h
5061                 Add a decode function that doesn't overwrite
5062                 the original pointer
5063                 
5064
5065 2006-03-24 [colin]      2.0.0cvs168
5066
5067         * src/action.c
5068         * src/summaryview.c
5069         * src/summaryview.h
5070                 Update message cache after action
5071                 Patch by H. Merijn Brand
5072         * src/prefs_msg_colors.c
5073                 Factorize label 
5074                 Patch by Fabien Vantard
5075         * src/plugins/spamassassin/spamassassin_gtk.c
5076                 Remove useless translation
5077                 Patch by Fabien Vantard
5078
5079 2006-03-23 [colin]      2.0.0cvs167
5080
5081         * src/common/ssl.c
5082                 Let 30 seconds to SSL_connect
5083
5084 2006-03-23 [wwp]        2.0.0cvs166
5085
5086         * src/summaryview.c
5087         * src/gtk/description_window.c
5088                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
5089                 and headers are translated; adjust description windows' width to fit their
5090                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
5091
5092 2006-03-23 [paul]       2.0.0cvs165
5093
5094         * src/common/utils.c
5095                 fix highlighting of URIs containing "()"
5096                 (2.0.0cvs164's reversal fixed)
5097                 Thanks to Colin.
5098
5099 2006-03-23 [paul]       2.0.0cvs164
5100
5101         * src/common/utils.c
5102                 revert patch, (postponing a fix), at 2.0.0cvs120
5103                 as it breaks more URIs than it fixes.
5104                 Allow '-' to be a terminating character in a URI
5105
5106 2006-03-22 [colin]      2.0.0cvs163
5107
5108         * configure.ac
5109                 Require libetpan 0.45
5110                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
5111
5112 2006-03-22 [paul]       2.0.0cvs162
5113
5114         * src/editgroup.c
5115                 replace '<-' and '->' buttons with GTK_STOCK graphical
5116                 buttons
5117         * src/summary_search.c
5118                 don't offer '...' for translation
5119                 add a tooltip to advanced search '...' button
5120         * src/gtk/quicksearch.c
5121                 don't offer '...' for translation
5122
5123 2006-03-21 [colin]      2.0.0cvs161
5124
5125         * src/compose.c
5126                 Fix middle-click pasting (insert at click
5127                 position instead of cursor position, don't
5128                 remove existing selection and allow pasting
5129                 our own selection)
5130         * src/addressbook.c
5131                 "LDAP Server" -> "LDAP servers"
5132
5133 2006-03-21 [wwp]        2.0.0cvs160
5134
5135         * src/etpan/imap-thread.c
5136                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
5137
5138 2006-03-20 [colin]      2.0.0cvs159
5139
5140         * src/summaryview.c
5141                 Don't reload summaryview after an execute with no
5142                 move action
5143
5144 2006-03-19 [colin]      2.0.0cvs158
5145
5146         * src/addressbook.c
5147                 and put groups at the top, always
5148
5149 2006-03-19 [colin]      2.0.0cvs157
5150
5151         * src/addressbook.c
5152                 Order groups before names, as previously
5153
5154 2006-03-19 [colin]      2.0.0cvs156
5155
5156         * src/addressbook.c
5157                 - Sort case-unsensitive
5158                 - Put the sort arrow at opening too
5159
5160 2006-03-19 [wwp]        2.0.0cvs155
5161
5162         * src/addressbook.c
5163                 allow sorting by name/email/remarks, ensure that right-pane's contents
5164                 matches the left-pane selection (cleared when appropriate).
5165                 Patch by Pawel Pekala <c0rn@o2.pl>.
5166
5167 2006-03-18 [colin]      2.0.0cvs154
5168
5169         * src/textview.c
5170                 Fix text cursor ;)
5171
5172 2006-03-18 [colin]      2.0.0cvs153
5173
5174         * src/gtk/filesel.c
5175                 Make sure we hide the preview if we didn't get
5176                 a filename
5177
5178 2006-03-18 [colin]      2.0.0cvs152
5179
5180         * src/summaryview.c
5181                 Set cursor to watch for execution (fixes lack
5182                 of watch-cursor when dnd'ing hundreds of mails)
5183         * src/gtk/filesel.c
5184                 Check that mime type is 'image/*' before updating
5185                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
5186
5187 2006-03-18 [colin]      2.0.0cvs151
5188
5189         * src/mainwindow.c
5190         * src/textview.c
5191         * src/textview.h
5192                 Put a watch cursor in textview too when the mainwindow's
5193                 cursor in a watch
5194
5195 2006-03-18 [colin]      2.0.0cvs150
5196
5197         * src/folder.c
5198                 Change wrong asserts to simple tests
5199
5200 2006-03-17 [colin]      2.0.0cvs149
5201
5202         * src/mainwindow.c
5203         * src/mainwindow.h
5204         * src/prefs_msg_colors.c
5205         * src/summaryview.c
5206         * src/summaryview.h
5207         * src/gtk/colorlabel.c
5208         * src/gtk/colorlabel.h
5209                 Add a color label menu in the main menubar
5210                 Add (fixed) accels Ctrl-{0-7} to change the color
5211                 They have to be fixed because the menu's dynamic,
5212                 the items are complex widgets, hence we can't use
5213                 a GtkItemFactory.
5214
5215
5216 2006-03-17 [wwp]        2.0.0cvs148
5217
5218         * src/compose.c
5219                 rollback few lines from my previous commit (those lines come from
5220                 a pending patch, accidentally commited, even if neutral as they are
5221                 commented out).
5222
5223 2006-03-17 [wwp]        2.0.0cvs147
5224
5225         * src/compose.c
5226                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
5227                 applied code style/indentation to the modified function.
5228
5229 2006-03-17 [wwp]        2.0.0cvs146
5230
5231         * src/procmsg.c
5232         * src/compose.c
5233                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
5234
5235 2006-03-17 [paul]
5236
5237         2.1.0-rc1 released
5238
5239 2006-03-17 [paul]       2.0.0cvs145
5240
5241         * src/main.c
5242                 addressbook_read_file() was called twice
5243         * src/textview.c
5244                 X-Mailer highlighting
5245
5246 2006-03-16 [colin]      2.0.0cvs144
5247
5248         * src/sourcewindow.c
5249         * src/sourcewindow.h
5250                 And the last one, in source window.
5251
5252 2006-03-16 [colin]      2.0.0cvs143
5253
5254         * src/compose.c
5255         * src/compose.h
5256                 Fix the same stuff in compose
5257
5258 2006-03-16 [colin]      2.0.0cvs142
5259
5260         * src/messageview.c
5261                 Complete the previous messageview crash fix
5262
5263 2006-03-16 [colin]      2.0.0cvs141
5264
5265         * src/procmsg.h
5266         * src/procmsg.c
5267         * src/folder.c
5268                 Fix POSTPROCESSING hook
5269                 Patch by H. Merijn Brand
5270
5271         * src/procmime.c
5272         * src/procmime.h
5273                 Parse Content-Location
5274
5275         * src/toolbar.c
5276         * src/messageview.c
5277         * src/messageview.h
5278                 Don't crash when a top-level MessageView has
5279                 been closed on us. Same problematic than
5280                 yesterday's quicksearch issue.
5281
5282 2006-03-15 [colin]      2.0.0cvs140
5283
5284         * src/gtk/quicksearch.c
5285                 Fix a bitchy race we didn't think about when we
5286                 added quicksearch cancellation:
5287                 If the search is not on cached fields, for example
5288                 body_part matchcase "stuff"
5289                 the matcher code has to get the whole message. If
5290                 we're on IMAP, that can be slow, and in order to
5291                 be non-blocking, the IMAP code idle loop processes
5292                 gtk events too. So it is possible to cancel a
5293                 quicksearch while the matcher is getting the mail's
5294                 body. After matcher got its body, it will start to
5295                 iterate over the matcher list that the Quicksearch's
5296                 clear_search_cb() just freed via prepare_matcher().
5297                 SIGSEGV ensues.
5298                 The fix consists of guarding the matcherlist_match()
5299                 call with a boolean 'matching'. If we reset the
5300                 quicksearch while matching is TRUE, we don't free
5301                 the matcherlist anymore like we did, but we set
5302                 another new flag, deferred_free, to TRUE. Then,
5303                 in quicksearch_match(), just after returning from
5304                 matcherlist_match() and unsetting the matching flag,
5305                 we check the deferred_free flag and do the
5306                 prepare_matcher() (which does the matcherlist_free)
5307                 for real, so we free the matcherlist once it's not
5308                 used anymore.
5309                 As all of this runs via the glib main loop, we
5310                 luckily don't need a mutex.
5311         * src/summaryview.c
5312                 Also, show progress while searching.
5313
5314
5315 2006-03-14 [colin]      2.0.0cvs139
5316
5317         * src/alertpanel.c
5318                 Make alertpanel_is_open non-static
5319
5320 2006-03-14 [colin]      2.0.0cvs138
5321
5322         * src/prefs_spelling.c
5323                 Cleanups - Fabien Vantard
5324
5325 2006-03-14 [wwp]        2.0.0cvs137
5326
5327         * src/main.c
5328                 code style normalization (curly braces, indentation).
5329
5330 2006-03-14 [wwp]        2.0.0cvs137
5331
5332         * src/main.c
5333                 code style (braces, indentation)
5334
5335 2006-03-12 [paul]       2.0.0cvs136
5336
5337         * src/prefs_common.c
5338                 trans_hdr defaults to FALSE to be RFC-savvy
5339         * src/prefs_summaries.c
5340                 add a tooltip to the trans_hdr option
5341                 
5342
5343 2006-03-12 [paul]       2.0.0cvs135
5344
5345         * src/prefs_matcher.c
5346                 give a little more width to the combos
5347         * src/prefs_display_header.c
5348         * src/textview.c
5349                 translate headers if prefs_common.trans_hdr
5350                 is TRUE
5351
5352         Patches by Pawel Pekala
5353
5354 2006-03-12 [paul]       2.0.0cvs134
5355
5356         * src/plugins/clamav/clamav_plugin.c
5357         * src/plugins/dillo_viewer/dillo_viewer.c
5358         * src/plugins/pgpcore/plugin.c
5359         * src/plugins/pgpinline/plugin.c
5360         * src/plugins/pgpmime/plugin.c
5361         * src/plugins/spamassassin/spamassassin.c
5362                 update/add to descriptions
5363         * src/plugins/spamassassin/spamassassin_gtk.c
5364                 fixes to the english, remove superfluous
5365                 tooltips, clean up a little
5366
5367 2006-03-12 [paul]       2.0.0cvs133
5368
5369         * src/compose.c
5370                 fix Bug 924, 'Account combo box shows up wrong 
5371                 if & is in account name'
5372
5373 2006-03-11 [colin]      2.0.0cvs132
5374
5375         * src/summaryview.c
5376                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
5377                 messed up shift-selection because is slows down
5378                 moving around summaryview. thanks -users
5379
5380 2006-03-10 [colin]      2.0.0cvs131
5381
5382         * src/plugins/spamassassin/spamassassin_gtk.c
5383                 Put back Paul's engrish fixes
5384
5385 2006-03-10 [colin]      2.0.0cvs130
5386
5387         * src/plugins/spamassassin/spamassassin.c
5388         * src/plugins/spamassassin/spamassassin.h
5389         * src/plugins/spamassassin/spamassassin_gtk.c
5390                 Cleanup SA prefs page (more)
5391                 Patch by Fabien Vantard
5392
5393 2006-03-10 [paul]       2.0.0cvs129
5394
5395         * src/prefs_msg_colors.c
5396         * src/prefs_spelling.c
5397                 widget sensitivity
5398
5399 2006-03-09 [mones]      2.0.0cvs128
5400
5401         * po/es.po
5402                 Update for next RC
5403
5404 2006-03-09 [wwp]        2.0.0cvs127
5405
5406         * configure.ac
5407                 revert accidental commit (requirement for libetpan 0.43), this time
5408                 not in HEAD.
5409
5410 2006-03-09 [wwp]        2.0.0cvs125
5411
5412         * configure.ac
5413                 revert accidental commit (requirement for libetpan 0.43)
5414
5415 2006-03-09 [paul]       2.0.0cvs126
5416
5417         * src/prefs_receive.c
5418                 remove useless frame
5419                 replace 'incorporation' with 'receiving'
5420         * src/plugins/clamav/clamav_plugin_gtk.c
5421         * src/plugins/spamassassin/spamassassin_gtk.c
5422                 improve widget sensitivity
5423                 fix a bit his engrish
5424
5425 2006-03-09 [wwp]        2.0.0cvs125
5426
5427         * src/addressadd.c
5428         * src/foldersel.c
5429         * src/prefs_common.c
5430         * src/prefs_common.h
5431                 remember some more windows' sizes (add to addressbook and
5432                 select folder).
5433
5434 2006-03-09 [paul]       2.0.0cvs124
5435
5436         * src/plugins/pgpcore/prefs_gpg.c
5437                 normalise construction of dialogue
5438
5439 2006-03-09 [paul]       2.0.0cvs123
5440
5441         * src/plugins/trayicon/Makefile.am
5442                 add missing slash
5443
5444 2006-03-08 [colin]      2.0.0cvs122
5445
5446         * src/plugins/trayicon/Makefile.am
5447                 Fix build in separate dir 
5448                 Patch by Bamanzi <bamanzi@gmail.com>
5449
5450 2006-03-08 [colin]      2.0.0cvs121
5451
5452         * src/procmsg.c
5453                 Batch move and copies from summaryview with delayed execution
5454                 too
5455
5456 2006-03-07 [paul]       2.0.0cvs120
5457
5458         * src/common/utils.c
5459                 fix highlighting of URIs containing "()"
5460                 Patch by Pawel Pekala
5461
5462 2006-03-07 [paul]       2.0.0cvs119
5463
5464         * src/folder.c
5465         * src/folder.h
5466         * src/folderview.c
5467                 immediately do alphabetical resort when
5468                 changing a folder's name
5469                 Patch by Pawel Pekala
5470
5471 2006-03-07 [paul]       2.0.0cvs118
5472
5473         * src/news.c
5474         * src/news_gtk.c
5475                 when unsubscribing a newsgroup, remove the
5476                 folder and msgs in .sylpheed-claws/newscache
5477                 Patch by Pawel Pekala <c0rn@gazeta.pl>
5478
5479 2006-03-07 [paul]       2.0.0cvs117
5480
5481         * src/textview.c
5482                 fix wrong Fake URL Warning
5483                 Thanks to Hiro
5484
5485 2006-03-07 [colin]      2.0.0cvs116
5486
5487         * src/imap.c
5488                 Return immediately when password dialog was
5489                 cancelled
5490         * src/gtk/inputdialog.c
5491                 Allow empty strings for passwords
5492
5493
5494 2006-03-06 [colin]      2.0.0cvs115
5495
5496         * src/imap.c
5497                 Prevent double-timeouts when connection fails
5498
5499 2006-03-06 [colin]
5500
5501         2.0.1-rc1 released
5502
5503 2006-03-06 [colin]      2.0.0cvs114
5504
5505         * src/imap.c
5506                 Refresh session during potentially long
5507                 operations
5508
5509 2006-03-06 [wwp]        2.0.0cvs113
5510
5511         * src/prefs_msg_colors.h
5512                 forgot that one (custom color labels).
5513
5514 2006-03-06 [wwp]        2.0.0cvs112
5515
5516         * src/prefs_common.c
5517         * src/prefs_common.h
5518         * src/prefs_msg_colors.c
5519         * src/summaryview.c
5520         * src/summaryview.h
5521         * src/gtk/colorlabel.c
5522         * src/gtk/colorlabel.h
5523                 colors in messages list are now customizable. Color values and names can
5524                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
5525                 Thanks to Paul and Colin for their help with this longstanding patch!
5526
5527 2006-03-06 [wwp]        2.0.0cvs111
5528
5529         * src/textview.c
5530                 don't crash if (x)face is bad.
5531
5532 2006-03-05 [paul]       2.0.0cvs110
5533
5534         * AUTHORS
5535         * configure.ac
5536         * src/Makefile.am
5537         * src/common/Makefile.am
5538         * src/common/utils.h
5539         * src/etpan/imap-thread.c
5540         * src/gtk/authors.h
5541         * src/plugins/clamav/Makefile.am
5542         * src/plugins/demo/Makefile.am
5543         * src/plugins/dillo_viewer/Makefile.am
5544         * src/plugins/pgpcore/Makefile.am
5545         * src/plugins/pgpcore/passphrase.c
5546         * src/plugins/pgpinline/Makefile.am
5547         * src/plugins/pgpmime/Makefile.am
5548         * src/plugins/spamassassin/Makefile.am
5549         * src/plugins/trayicon/Makefile.am
5550                 fix builiding on cygwin
5551                 Patch by Ralgh Young <bamanzi@gmail.com>
5552
5553 2006-03-04 [wwp]        2.0.0cvs109
5554
5555         * manual/keyboard.xml
5556                 fix mixed up/down keys.
5557
5558 2006-03-04 [wwp]        2.0.0cvs108
5559
5560         * README
5561         * INSTALL
5562                 updated links to SpamAssassin.
5563
5564 2006-03-04 [wwp]        2.0.0cvs107
5565
5566         * manual/plugins.xml
5567         * src/plugins/spamassassin/README
5568                 updated SpamAssassin plugin docs to reflect new functional additions
5569                 (also fix/update/documents few technical stuff more, see the README).
5570
5571 2006-03-04 [wwp]        2.0.0cvs106
5572
5573         * src/prefs_message.c
5574                 normalized capitalization of message-prefs paths.
5575
5576 2006-03-04 [wwp]        2.0.0cvs105
5577
5578         * manual/advanced.xml
5579                 typo.
5580
5581 2006-03-03 [colin]      2.0.0cvs104
5582
5583         * src/plugins/clamav/clamav_plugin_gtk.c
5584                 Rework prefs page, patch by Fabien 
5585
5586 2006-03-03 [colin]      2.0.0cvs103
5587
5588         * src/plugins/clamav/clamav_plugin.c
5589                 Set error on all errors
5590
5591 2006-03-03 [colin]      2.0.0cvs102
5592
5593         * src/common/plugin.c
5594                 Initialize error to avoid crashing when a plugin fails
5595                 without setting error
5596
5597 2006-03-02 [wwp]        2.0.0cvs101
5598
5599         * configure.ac
5600                 fixed linker flags for libetpan support on Cygwin
5601                 (thanks to H.Merijn Brand).
5602
5603 2006-03-02 [wwp]        2.0.0cvs100
5604
5605         * src/addressbook.c
5606                 fix some AB error messages: one for punctuation and
5607                 one wrongly duplicate (thanks, maxbritov).
5608
5609 2006-03-02 [wwp]        2.0.0cvs99
5610
5611         * src/plugins/spamassassin/spamassassin.c
5612                 make sync calls to sa-learn/spamc to prevent
5613                 system (whatever local or client/server) overload.
5614
5615 2006-03-02 [colin]      2.0.0cvs98
5616
5617         * src/summaryview.c
5618                 Put the spam icon in the status column instead of the
5619                 mark one
5620
5621 2006-03-01 [colin]      2.0.0cvs97
5622
5623         * src/plugins/spamassassin/spamassassin.c
5624                 Fix segfault (g_file_set_contents fails for some 
5625                 reason and err==0x2f. Can't find out why with
5626                 valgrind, using working function :-)
5627
5628 2006-03-01 [colin]      2.0.0cvs96
5629
5630         * src/inc.c
5631                 Offline overriding: let 'No' be cached only 3 seconds
5632
5633 2006-03-01 [colin]      2.0.0cvs95
5634
5635         * src/addr_compl.c
5636         * src/addrbook.c
5637         * src/addressbook.c
5638         * src/addrindex.c
5639         * src/folder_item_prefs.c
5640         * src/headerview.c
5641         * src/imap.c
5642         * src/inc.c
5643         * src/ldif.c
5644         * src/mainwindow.c
5645         * src/mh.c
5646         * src/msgcache.c
5647         * src/prefs_common.h
5648         * src/prefs_msg_colors.c
5649         * src/procheader.c
5650         * src/procheader.h
5651         * src/procmime.c
5652         * src/procmsg.c
5653         * src/procmsg.h
5654         * src/send_message.h
5655         * src/simple-gettext.c
5656         * src/summaryview.c
5657         * src/summaryview.h
5658         * src/syldap.c
5659         * src/textview.c
5660         * src/undo.c
5661         * src/common/ssl_certificate.c
5662         * src/common/utils.c
5663         * src/gtk/colorsel.c
5664         * src/gtk/gtksctree.c
5665         * src/gtk/gtkshruler.c
5666         * src/plugins/trayicon/trayicon.c
5667                 #if 0 goes to /dev/null
5668
5669 2006-03-01 [colin]      2.0.0cvs94
5670
5671         * src/compose.c
5672         * src/imap.c
5673         * src/inc.c
5674         * src/inc.h
5675         * src/messageview.c
5676         * src/news.c
5677         * src/plugins/spamassassin/spamassassin.c
5678                 Allow to add information in the "working offline"
5679                 window
5680
5681 2006-03-01 [wwp]        2.0.0cvs93
5682
5683         * src/plugins/spamassassin/spamassassin.c
5684                 fixed spamc invocation: use a tricky temporary mini shell wrapper
5685                 'cause it seems that calling `spamc ... < inputfile` with
5686                 g_spawn_(a)sync simply.. erm doesn't work :-).
5687
5688 2006-03-01 [wwp]        2.0.0cvs92
5689
5690         * src/toolbar.c
5691         * src/toolbar.h
5692                 simplify the adding of spam/ham button to the messageview toolbar
5693                 (it gets more clear now that the same button will be "Mark as spam"
5694                 or "Mark as ham" according to the current message status,
5695                 thanks to Colin).
5696
5697 2006-03-01 [wwp]        2.0.0cvs91
5698
5699         * src/messageview.c
5700         * src/procmsg.c
5701         * src/procmsg.h
5702         * src/summaryview.c
5703         * src/plugins/spamassassin/spamassassin.c
5704         * src/plugins/spamassassin/spamassassin.h
5705                 make learner callbacks return a status (0 for ok),
5706                 handle it in main code to avoid setting flags when learning failed,
5707                 don't learn on TCP if offline in spamassassin,
5708                 thanks to Colin.
5709
5710                 
5711
5712 2006-03-01 [wwp]        2.0.0cvs90
5713
5714         * src/compose.c
5715                 some work around the compose window's account menu,
5716                 patch by Fabien Vantard.
5717
5718 2006-03-01 [wwp]        2.0.0cvs89
5719
5720         * src/plugins/spamassassin/spamassassin.c
5721                 fixed bad logics, was using spamc in local mode and sa-learn
5722                 in remote mode (thanks, Colin).
5723
5724 2006-03-01 [wwp]        2.0.0cvs88
5725
5726         * src/plugins/spamassassin/spamassassin.c
5727         * src/plugins/spamassassin/spamassassin.h
5728         * src/plugins/spamassassin/spamassassin_gtk.c
5729                 made processing of emails w/ sa-plugin an option (default is TRUE),
5730                 fixed Engrish some tooltips, capitalization of some debug messages
5731                 and warnings. The spamassassin plugin now provides two separate
5732                 services: process emails upon incorporation and spamd training.
5733                 Both services (un)register independently but use some common
5734                 plugin settings (transport settings, spam storage location).
5735
5736 2006-02-28 [wwp]        2.0.0cvs87
5737
5738         * src/plugins/spamassassin/spamassassin.c
5739                 fix async flag to spamc cmdline execution (batch exec should
5740                 be asynchronous).
5741
5742 2006-02-27 [wwp]        2.0.0cvs86
5743
5744         * src/plugins/spamassassin/spamassassin.c
5745         * src/plugins/spamassassin/spamassassin.h
5746         * src/plugins/spamassassin/spamassassin_gtk.c
5747                 - added the ability to learn a remote spamassassin server (spamd),
5748                 using spamc.
5749                 - added the spamassassin option 'username', that applies to all
5750                 spamassassin operations (filtering, learning, local or remote).
5751                 The default username is the current unix user (if left blank
5752                 from gtk prefs or config file).
5753                 - commented out some unused code (notebook widget), removed unused
5754                 layout (hbox1).
5755                 - make more widgets sensitive to the transport type.
5756
5757 2006-02-27 [colin]      2.0.0cvs85
5758
5759         * src/plugins/spamassassin/spamassassin.c
5760                 Fix sa-learn call when offline
5761
5762 2006-02-27 [colin]      2.0.0cvs84
5763
5764         * configure.ac
5765         * src/Makefile.am
5766         * src/mainwindow.c
5767         * src/mainwindow.h
5768         * src/messageview.c
5769         * src/messageview.h
5770         * src/prefs_toolbar.c
5771         * src/procmsg.c
5772         * src/stock_pixmap.c
5773         * src/stock_pixmap.h
5774         * src/summaryview.c
5775         * src/toolbar.c
5776         * src/toolbar.h
5777         * src/pixmaps/ham_btn.xpm
5778         * src/pixmaps/spam.xpm
5779         * src/pixmaps/spam_btn.xpm
5780         * src/plugins/spamassassin/spamassassin.c
5781                 Add button in toolbar for spam learning
5782                 Fix a few bugs from the last related commit
5783                 Revert 1.9.6cvs23 which messed up shift-selection
5784
5785 2006-02-24 [colin]      2.0.0cvs83
5786
5787         * src/procmsg.c
5788         * src/summaryview.c
5789         * src/summaryview.h
5790         * src/plugins/spamassassin/spamassassin.c
5791         * src/plugins/spamassassin/spamassassin.h
5792         * src/plugins/spamassassin/spamassassin_gtk.c
5793                 Unregister learner when spamassassin is either
5794                 disabled or over tcp
5795
5796 2006-02-24 [colin]      2.0.0cvs82
5797
5798         * src/Makefile.am
5799         * src/mainwindow.c
5800         * src/mainwindow.h
5801         * src/procmsg.c
5802         * src/procmsg.h
5803         * src/stock_pixmap.c
5804         * src/stock_pixmap.h
5805         * src/summaryview.c
5806         * src/summaryview.h
5807         * src/gtk/icon_legend.c
5808         * src/pixmaps/spam.xpm  ** NEW FILE **
5809         * src/plugins/spamassassin/spamassassin.c
5810         * src/plugins/spamassassin/spamassassin_gtk.c
5811                 Add spam learning interface (Mark/Mark as 
5812                 (spam|ham) menus)
5813
5814 2006-02-24 [wwp]        2.0.0cvs81
5815
5816         * src/compose.c
5817         * src/compose.h
5818         * src/filtering.c
5819                 hide compose window when sending message in batch mode
5820                 (filtering: forward and redirect). Also fixed a wrong
5821                 value returned when sending failed, neutral anyway.
5822                 (Colin, me) 
5823
5824 2006-02-24 [wwp]        2.0.0cvs80
5825
5826         * src/mainwindow.c
5827                 use GTK+'s stock quit button. Patch by Fabien Vantard.
5828
5829 2006-02-24 [paul]       2.0.0cvs79
5830
5831         * src/news.c
5832         * src/news.h
5833         * src/news_gtk.c
5834                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
5835                 Thanks to Colin
5836
5837 2006-02-23 [colin]      2.0.0cvs78
5838
5839         * src/alertpanel.c
5840                 Change OK to Close in alertpanel with View log
5841                 button; add accel to View log. Patch by Fabien
5842                 Vantard
5843
5844 2006-02-23 [wwp]        2.0.0cvs77
5845
5846         * src/compose.c
5847                 silly me, there were much more tests to perform, since toolbars can
5848                 really have down to 1 element only.
5849
5850 2006-02-23 [wwp]        2.0.0cvs76
5851
5852         * commitHelper
5853                 fixed indentation from my previous commit. Fallback to VISUAL if
5854                 EDITOR is not set (and to vi, at last resort).
5855
5856 2006-02-23 [wwp]        2.0.0cvs75
5857
5858         * commitHelper
5859                 improved error detection (Colin, me).
5860
5861 2006-02-23 [wwp]        2.0.0cvs74
5862
5863         * src/prefs_toolbar.c
5864                 simplify and fix prefs/toolbars layouting. Combos' contents can
5865                 now be really displayed.
5866
5867 2006-02-23 [wwp]        2.0.0cvs73
5868         simplifies and fix prefs/toolbars layouting. Combos' contents can now
5869         be really displayed.
5870
5871 2006-02-22 [wwp]        2.0.0cvs72
5872
5873         * src/compose.c
5874                 fix a typo in my previous commit (sorry!).
5875
5876 2006-02-22 [wwp]        2.0.0cvs71
5877
5878         * src/prefs_toolbar.c
5879                 fix a crash when adding separators to toolbars,
5880                 also fix some separator item information.
5881
5882 2006-02-22 [wwp]        2.0.0cvs70
5883
5884         * src/compose.c
5885                 fix a crash when redirecting (for instance) when compose window's
5886                 toolbar contents has been customized (when some buttons have been
5887                 removed in fact).
5888
5889 2006-02-21 [wwp]        2.0.0cvs69
5890
5891         * src/summaryview.c
5892         * src/gtk/pluginwindow.c
5893         * src/plugins/pgpcore/prefs_gpg.c
5894                 fix some compilation warnings (feat. remains of removed code).
5895
5896 2006-02-21 [wwp]        2.0.0cvs68
5897
5898         * src/gtk/gtkutils.c
5899                 fix two compilation issues, thanks to Stephan Sachse.
5900
5901 2006-02-20 [colin]      2.0.0cvs67
5902
5903         * src/mainwindow.c
5904                 Don't reselect displayed mail on refocus
5905                 This fixes actions misbehaving 
5906
5907 2006-02-20 [wwp]        2.0.0cvs66
5908
5909         * src/summaryview.c
5910         * src/gtk/gtksctree.c
5911         * src/gtk/gtkshruler.c
5912                 changed more runtime typecast checks.
5913
5914 2006-02-20 [wwp]        2.0.0cvs65
5915
5916         * src/summary_search.c
5917                 find all - summaryview refresh issue fixed, thanks to Colin.
5918
5919 2006-02-20 [wwp]        2.0.0cvs64
5920
5921         * src/gtk/gtkutils.c
5922                 better runtime typecast checks.
5923
5924 2006-02-20 [wwp]        2.0.0cvs63
5925
5926         * src/summary_search.c
5927                 enhancements to the summary search:
5928                         - add the ability to stop the running search
5929                           (upon ESC-key press, new Stop button or when Clear button is pressed)
5930                         - don't search if no criteria (From/To/Subject/Body) is set
5931                         - ensure that a busy mouse pointer is always shown when searching,
5932                           show it even a bit earlier
5933
5934 2006-02-19 [colin]      2.0.0cvs62
5935
5936         * src/compose.c
5937         * src/imap.c
5938         * src/etpan/imap-thread.c
5939         * src/etpan/imap-thread.h
5940                 (Future) IMAP speed improvement on sending
5941                 Will require a libetpan update
5942         * src/summaryview.c
5943         * src/gtk/quicksearch.c
5944                 Make quicksearch clearable while running.
5945
5946 2006-02-17 [colin]      2.0.0cvs61
5947
5948         * src/imap.c
5949         * src/etpan/imap-thread.c
5950         * src/etpan/imap-thread.h
5951                 Check for IMAP certificates
5952                 ** Requires libetpan-0.42-cvs4 
5953                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
5954
5955 2006-02-17 [colin]      2.0.0cvs60
5956
5957         * src/messageview.c
5958         * src/prefs_common.c
5959         * src/prefs_common.h
5960         * src/prefs_message.c
5961                 Add pref to display HTML-only mails with plugin, 
5962                 if possible (defaulting to FALSE of course).
5963
5964 2006-02-16 [colin]      2.0.0cvs59
5965
5966         * src/main.c
5967         * src/common/plugin.c
5968         * src/common/plugin.h
5969         * src/gtk/pluginwindow.c
5970                 Keep track of requested (but unloaded) plugins
5971                 in some error cases.
5972
5973 2006-02-16 [wwp]        2.0.0cvs58
5974
5975         * src/gtk/gtkaspell.c
5976         * src/gtk/gtkaspell.h
5977         * src/prefs_spelling.c
5978         * src/compose.c
5979         * src/prefs_common.c
5980         * src/prefs_common.h
5981                 implemented new optional spellchecker behaviour: re-check message when
5982                 dictionary got changed (from compose-window/context-menu/Change dictionary).
5983
5984 2006-02-16 [wwp]        2.0.0cvs57
5985
5986         * src/quote_fmt_parse.y
5987                 pclose popen'ed pipe.
5988
5989 2006-02-15 [colin]      2.0.0cvs56
5990
5991         * src/mimeview.c
5992         * src/mimeview.h
5993                 Let MimeViewers know which MimeView they
5994                 depend of.
5995         * src/summaryview.c
5996                 Swap From/To columns in Sent/Queue/Drafts
5997                 folders
5998         * src/etpan/imap-thread.c
5999                 Use mailstream_low_tls_open() for STARTTLS
6000                 instead of mailstream_low_ssl_open()
6001                 ** REQUIRES libetpan 0.42cvs3 **
6002
6003 2006-02-15 [wwp]        2.0.0cvs55
6004
6005         * src/compose.c
6006         * src/compose.h
6007         * src/message_search.c
6008         * src/message_search.h
6009         * src/textview.c
6010         * src/gtk/gtkutils.c
6011         * src/gtk/gtkutils.h
6012                 added the ability to Find text in the compose window (and a bit
6013                 of code factorization).
6014
6015 2006-02-15 [wwp]        2.0.0cvs54
6016
6017         * src/prefs_gtk.c
6018                 yet another one file was missing (fix for some widgets' sensitivity).
6019                 Thanks Colin!
6020
6021 2006-02-15 [wwp]        2.0.0cvs53
6022
6023         * src/prefs_gtk.h
6024                 oops forgot that file (fix for some widgets' sensitivity).
6025
6026 2006-02-15 [wwp]        2.0.0cvs52
6027
6028         * src/summary_search.c
6029                 implemented advanced summary search options (added the ability
6030                 to use matcher conditions in an advanced search mode).
6031
6032 2006-02-15 [wwp]        2.0.0cvs51
6033
6034         * src/plugins/pgpcore/prefs_gpg.c
6035         * src/prefs_account.c
6036                 fix some widget sensitivity, mostly around some labels in
6037                 account prefs.
6038
6039 2006-02-15 [paul]       2.0.0cvs50
6040
6041         * manual/advanced.xml
6042                 improve Templates info
6043                 written by wwp
6044
6045 2006-02-14 [colin]      2.0.0cvs49
6046
6047         * src/pixmaps/address_book.xpm
6048         * src/pixmaps/preferences.xpm
6049         * src/pixmaps/properties.xpm
6050                 Fix pixmap size - patch by Fabien Vantard
6051
6052 2006-02-13 [colin]      2.0.0cvs48
6053
6054         * src/procmime.c
6055                 Add missing fclose()s on error
6056         * src/textview.c
6057                 Remove unused code
6058         * src/common/utils.c
6059                 Fix temp files not being deleted on windows
6060         Patches by Thomas Gilgin
6061
6062 2006-02-13 [colin]      2.0.0cvs47
6063
6064         * src/mainwindow.c
6065                 Fix exit crash
6066
6067 2006-02-13 [wwp]        2.0.0cvs46
6068
6069         * src/plugins/pgpcore/prefs_gpg.c
6070                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
6071
6072 2006-02-12 [colin]      2.0.0cvs45
6073
6074         * src/folderview.c
6075         * src/main.c
6076         * src/mainwindow.c
6077                 Fix "stuff" when quitting
6078
6079 2006-02-12 [wwp]        2.0.0cvs44
6080
6081         * src/prefs_themes.c
6082                 fix typos in debug messages.
6083
6084 2006-02-11 [colin]      2.0.0cvs43
6085
6086         * src/summaryview.c
6087                 don't allow drag/drop from ourself
6088
6089 2006-02-10 [wwp]        2.0.0cvs42
6090
6091         * src/exporthtml.c
6092         * src/html.c
6093         * src/html.h
6094         * src/procmime.c
6095         * src/textview.c
6096                 renamed html_ prefixed functions and data structures to avoid
6097                 namespace clashes w/ other software (gtkhtml2 for instance).
6098                 Closes bug #907.
6099
6100
6101 2006-02-09 [colin]      2.0.0cvs41
6102
6103         * src/summaryview.c
6104                 Fix shitty logic messed up. Thanks Ticho for the hint!
6105
6106 2006-02-09 [wwp]        2.0.0cvs40
6107
6108         * src/gtk/about.c
6109         * src/compose.c
6110         * src/prefs_account.c
6111         * src/prefs_gtk.h
6112         * src/editaddress.c
6113                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
6114                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
6115                 Browse buttons in accounts prefs.
6116
6117 2006-02-09 [colin]      2.0.0cvs39
6118
6119         * src/matcher.c
6120                 Check for pointer before using its members
6121         * src/gtk/gtksourceprintjob.c
6122                 Fix a wrong warning
6123
6124 2006-02-09 [wwp]        2.0.0cvs38
6125
6126         * src/gtk/filesel.c
6127                 fix few compiler warnings (type mismatch).
6128
6129 2006-02-09 [paul]       2.0.0cvs37
6130
6131         * po/fr.po
6132                 updated by Fabien Vantard
6133
6134 2006-02-08 [colin]      2.0.0cvs36
6135
6136         * src/prefs_common.c
6137         * src/common/defs.h
6138         * src/common/plugin.c
6139                 allow windows and linux configurations to coexist
6140                 patch by Thomas Gilgin
6141
6142 2006-02-08 [colin]      2.0.0cvs35
6143
6144         * src/filtering.c
6145         * src/matcher.c
6146         * src/matcher.h
6147         * src/matcher_parser_parse.y
6148         * src/prefs_filtering_action.c
6149         * src/prefs_matcher.c
6150                 Add the "Ignore thread" filtering
6151                 action
6152
6153 2006-02-08 [colin]      2.0.0cvs34
6154
6155         * src/compose.c
6156         * src/procmime.c
6157         * src/procmime.h
6158                 Fix bug #905 (damaged attachment)
6159                 text files with raw \0's aren't really text files
6160         FOR_STABLE
6161
6162 2006-02-08 [colin]      2.0.0cvs33
6163
6164         * src/summaryview.c
6165                 Fix crasher introduced yesterday
6166
6167 2006-02-08 [wwp]        2.0.0cvs32
6168
6169         * src/compose.c
6170         * src/compose.h
6171                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
6172
6173 2006-02-08 [wwp]        2.0.0cvs31
6174
6175         * src/prefs_template.c
6176                 templates enhancement: allow address completion for Cc and Bcc fields
6177                 (it was currently possible for the To field only)
6178
6179 2006-02-08 [colin]      2.0.0cvs30
6180
6181         * src/compose.c
6182                 Don't unblock if not blocked
6183         FOR_STABLE
6184
6185 2006-02-07 [colin]      2.0.0cvs29
6186
6187         * src/action.c
6188                 Forgot to refresh summaryview
6189
6190 2006-02-07 [colin]      2.0.0cvs28
6191
6192         * src/action.c
6193                 Freeze/thaw message list and folder list while
6194                 processing %as{} actions 
6195         * src/compose.c
6196                 Fix auto-wrap disabling after a middle-click
6197                 paste - FOR_STABLE
6198
6199 2006-02-07 [paul]       2.0.0cvs27
6200
6201         * src/folder.c
6202                 fix freeing of uninitialised pointers
6203                 Thanks to Colin
6204
6205 2006-02-06 [colin]      2.0.0cvs26
6206
6207         * src/folder.c
6208                 Use g_slist_prepend in potentially big list
6209
6210 2006-02-06 [colin]      2.0.0cvs25
6211
6212         * src/folder.c
6213                 Completely skip processing if it doesn't 
6214                 exist (faster!)
6215
6216 2006-02-06 [colin]      2.0.0cvs24
6217
6218         * src/folder.c
6219         * src/summaryview.c
6220                 Batch filtering in summaryview (from Tools menu)
6221                 and pre/post//-processing too
6222
6223 2006-02-06 [colin]      2.0.0cvs23
6224
6225         * src/procmsg.h
6226         * src/filtering.c
6227                 Use a special field for batch filtering instead
6228                 of stepping on deferred execution's toes
6229
6230 2006-02-06 [colin]      2.0.0cvs22
6231
6232         * src/action.c
6233         * src/filtering.c
6234         * src/filtering.h
6235         * src/folder.c
6236         * src/summaryview.c
6237                 Fix filtering via menus and actions
6238
6239 2006-02-06 [colin]      2.0.0cvs21
6240
6241         * src/imap.c
6242                 Put the added file directly to cache if possible (will work
6243                 with next libetpan)
6244         * src/filtering.c
6245         * src/filtering.h
6246         * src/inc.c
6247         * src/folder.c
6248         * src/mbox.c
6249         * src/procmsg.h
6250                 Move and copy filtered messages by batches instead of one
6251                 by one - faster on IMAP
6252         * src/procmsg.c
6253                 Add a function that'll possibly be useful later
6254
6255 2006-02-06 [colin]      2.0.0cvs20
6256
6257         * src/addressbook.c
6258                 Use internal mime-type instead of text/plain for d'n'd
6259         * src/compose.c
6260                 Allow attaching files from mimeview's icon list via d'n'd
6261         * src/folderview.c
6262         * src/folderview.h
6263                 Use internal mime-type instead of text/plain for d'n'd
6264                 Don't try to selected opened folder if none is
6265                 Factorize d'n'd from other apps code
6266         * src/headerview.c
6267         * src/textview.c
6268         * src/gtk/gtkutils.c
6269         * src/gtk/gtkutils.h
6270                 Factorize Face/X-Face stuff
6271         * src/mimeview.c
6272                 Fix d'n'd to other apps
6273         * src/prefs_message.c
6274                 Let the XFace pref be usable without libcompface as it also
6275                 applies to Face
6276         * src/summaryview.c
6277                 Fix d'n'd to other apps
6278                 Factorize d'n'd from other apps code
6279
6280 2006-02-06 [wwp]        2.0.0cvs19
6281
6282         * po/it.po
6283                 Italian translation fixes by Andrea Spadaccini (no more confusion
6284                 between filtering and processing, and few changes in the About
6285                 dialog).
6286
6287
6288 2006-02-06 [mones]      2.0.0cvs18
6289
6290         * src/gtk/icon_legend.c
6291                 Improved descriptions allowing better translations
6292
6293 2006-02-05 [colin]      2.0.0cvs17
6294
6295         * src/imap.c
6296                 Add the f*cking missing expunge that caused imap_fetch_env
6297                 to fail after an add_msgs ! :-///
6298         * src/etpan/imap-thread.c
6299                 Add a bit of debug
6300         FOR_STABLE
6301
6302 2006-02-05 [colin]      2.0.0cvs16
6303
6304         * src/common/utils.c
6305                 Don't check for return-path (or we can't put
6306                 back non-sent mails)
6307
6308 2006-02-05 [colin]      2.0.0cvs15
6309
6310         * src/textview.c
6311                 Don't try to display Face header in textview
6312                 when teh headerview's active
6313
6314 2006-02-05 [colin]      2.0.0cvs14
6315
6316         * tools/tbird2syl.py
6317         * tools/Makefile.am
6318                 Add script to import Thunderbird mails
6319
6320 2006-02-05 [colin]      2.0.0cvs13
6321
6322         * src/headerview.c
6323         * src/procheader.c
6324         * src/procmsg.c
6325         * src/procmsg.h
6326         * src/textview.c
6327                 Show Face headers - patch partially by Klaus Flittner
6328
6329 2006-02-05 [colin]      2.0.0cvs12
6330
6331         * src/folderview.c
6332         * src/summaryview.c
6333         * src/common/utils.c
6334         * src/common/utils.h
6335                 Let dnd work from mime icons to summaryview
6336                 and to folderview too
6337                 Add a crude test to avoid trying to add files
6338                 drag'n'dropped when they're not mails
6339
6340 2006-02-04 [colin]      2.0.0cvs11
6341
6342         * src/summaryview.c
6343         * src/mimeview.c
6344                 Fix utf8 conversion
6345
6346 2006-02-04 [colin]      2.0.0cvs10
6347
6348         * src/compose.c
6349         * src/folderview.c
6350         * src/mimeview.c
6351         * src/summaryview.c
6352         * src/summaryview.h
6353                 Added various drag and drop capas:
6354                 From                    To
6355                 summaryview             other apps
6356                 mimeview icons          other apps
6357                 other apps              summaryview
6358                 other apps              folderview
6359
6360                 This shouldn't have broken the existing:
6361                 From                    To
6362                 summaryview             folderview
6363                 folderview              folderview
6364                 summaryview             compose's attachments
6365
6366         Tests welcomed.
6367
6368 2006-02-02 [paul]       2.0.0cvs9
6369
6370         * src/mainwindow.c
6371                 move global option 'Set displayed columns...' out
6372                 of folder option grouping.
6373                 fix sensitivity of 'harvest addresses'
6374         FOR_STABLE
6375
6376 2006-02-01 [colin]      2.0.0cvs8
6377
6378         * src/mimeview.c
6379                 Revert the alertpanel patch, it sucks (intrusive
6380                 and gets in the way of "open")
6381
6382 2006-02-01 [colin]      2.0.0cvs7
6383
6384         * src/compose.c
6385         * src/prefs_account.c
6386         * src/prefs_common.c
6387         * src/common/defs.h
6388         * src/common/utils.c
6389         * src/common/utils.h
6390                 Add ability to edit the signature file
6391                 from the account preferences, and use
6392                 a default for the text editor.
6393                 Patch by Fabien Vantard
6394
6395 2006-02-01 [colin]      2.0.0cvs6
6396
6397         * src/mimeview.c
6398                 Try to get mime type by extension if it is
6399                 application/octet-stream
6400                 Display a window with possible choices when
6401                 encountering unknown mime types
6402         * src/gtk/filesel.c
6403         * src/gtk/filesel.h
6404                 Add preview
6405                 Allow multiple selection in filtered filesel
6406                 (patch by Fabien Vantard)
6407         * src/gtk/pluginwindow.c
6408                 Use it (patch by Fabien Vantard)
6409
6410 2006-02-01 [paul]       2.0.0cvs5
6411
6412         * src/jpilot.c
6413                 fix crash on creating jpilot address book
6414                 Thanks to Colin - FOR_STABLE
6415         * src/prefs_summaries.c
6416         * src/prefs_wrapping.c
6417         * src/gtk/icon_legend.c
6418         * src/gtk/quicksearch.c
6419                 string fixes and additions
6420
6421 2006-02-01 [paul]       2.0.0cvs4
6422
6423         * src/compose.c
6424         * src/mainwindow.c
6425         * src/messageview.c
6426         * src/prefs_send.c
6427                 add Arabic encoding option
6428                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
6429
6430 2006-01-31 [colin]      2.0.0cvs3
6431
6432         * src/plugins/pgpcore/passphrase.c
6433                 Convert passphrase to locale encoding
6434         * src/compose.c
6435                 Fix drafting on IMAP. Crappy bug sneaked in
6436                 the release :-/
6437         FOR_STABLE
6438
6439 2006-01-30 [paul]       2.0.0cvs2
6440
6441         * src/gtk/icon_legend.c
6442                 show the new entries
6443
6444 2006-01-30 [colin]      2.0.0cvs1
6445
6446         * src/manual.c
6447                 Check for the file to be present before 
6448                 enabling the menu - FOR_STABLE
6449         * src/gtk/icon_legend.c
6450                 Add folders icons (not all of them, there
6451                 are too much, but the most intriguing ones)
6452
6453 2006-01-30 [paul]       2.0.0
6454
6455         version 2.0.0 released
6456
6457 2006-01-30 [paul]       1.9.100cvs200
6458
6459         * manual/faq.xml
6460         * manual/gpl.xml
6461         * manual/intro.xml
6462         * manual/starting.xml
6463         * manual/sylpheed-claws-manual.xml
6464                 fixes, additions
6465
6466 2006-01-29 [mones]      1.9.100cvs199
6467
6468         * manual/account.xml
6469         * manual/advanced.xml
6470         * manual/glossary.xml
6471                 Some typos fixed, added LDIF term to glossary
6472         * po/es.po
6473                 Fixed leading plus symbol
6474
6475 2006-01-29 [paul]       1.9.100cvs198
6476
6477         * po/fi.po
6478         * po/sk.po
6479                 updated by Tommi Pirinen and Andrej Kacian
6480
6481 2006-01-29 [paul]       1.9.100cvs197
6482
6483         * src/gtk/authors.h
6484                 remove duplicates
6485
6486 2006-01-29 [paul]       1.9.100cvs196
6487
6488         * AUTHORS
6489         * po/nl.po
6490         * src/gtk/authors.h
6491         * tools/claws.i18n.status.pl
6492                 nl translation updated by Tim Dijkstra
6493
6494 2006-01-29 [paul]       1.9.100cvs195
6495
6496         * po/sr.po
6497         * po/sv.po
6498                 updated by Aleksandar Urosevic and Anders Troback
6499
6500 2006-01-28 [colin]      1.9.100cvs194
6501
6502         * src/gtk/gtksourceprintjob.c
6503                 Don't fiddle with PangoLayout when we
6504                 have an image
6505
6506 2006-01-28 [paul]       1.9.100cvs193
6507
6508         * AUTHORS
6509         * po/el.po
6510         * po/zh_CN.po
6511         * src/gtk/authors.h
6512         * tools/claws.i18n.status.pl
6513                 updated translations submitted by Stavros Giannouris
6514                 and Ralgh Young
6515
6516 2006-01-27 [colin]      1.9.100cvs192
6517
6518         * src/summaryview.c
6519         * src/gtk/gtksourceprintjob.c
6520                 Add image printing 
6521                 (libgnomeprint only, of course)
6522
6523 2006-01-27 [paul]       1.9.100cvs191
6524
6525         * po/fr.po
6526         * po/it.po
6527                 updated by Fabien Vantard and Andrea Spadaccini
6528
6529 2006-01-26 [colin]      1.9.100cvs190
6530
6531         * manual/Makefile.am
6532         * configure.ac
6533                 Make building the manual optional 
6534                 (--disable-manual)
6535
6536 2006-01-26 [paul]       1.9.100cvs189
6537
6538         * manual/glossary.xml
6539         * manual/plugins.xml
6540                 edited
6541         * po/en_GB.po
6542                 updated
6543
6544 2006-01-26 [paul]       1.9.100cvs188
6545
6546         * src/prefs_display_header.c
6547         * src/prefs_folder_column.c
6548         * src/prefs_msg_colors.c
6549         * src/prefs_summaries.c
6550         * src/prefs_summary_column.c
6551                 HIGify
6552
6553 2006-01-25 [colin]      1.9.100cvs187
6554
6555         * src/imap.c
6556                 Don't allow moving/copying mails between
6557                 queue/drafts and non-queue/drafts folders
6558                 Fixes bug #897 (message header is resetted 
6559                 if one is copied to Drafts)
6560
6561 2006-01-25 [colin]      1.9.100cvs186
6562
6563         * src/folder.c
6564         * src/mainwindow.c
6565                 Fix subscribed folders not found
6566         * src/compose.c
6567                 Don't try to encode as original mail's charset
6568                 if it's ascii 
6569
6570 2006-01-25 [paul]       1.9.100cvs185
6571
6572         * AUTHORS
6573         * po/Makevars
6574                 updated
6575         * po/de.po
6576         * po/pl.po
6577         * po/pt_BR.po
6578         * po/sr.po
6579                 updates submitted by Stephan Sachse, Emilian Nowak
6580                 and Quar, Frederico Goncalves Guimaraes, and
6581                 Aleksandar Urosevic
6582                 Fix Bug 896, 'PT_BR locale broken'.
6583         * src/gtk/authors.h
6584                 updated
6585
6586 2006-01-24 [mones]      1.9.100cvs184
6587
6588         * manual/glossary.xml
6589                 All current terms finished. Reviewers welcome ;-)
6590         * manual/keyboard.xml
6591                 Fixed column width for pdf output.
6592         * po/es.po
6593                 Updated
6594
6595 2006-01-24 [paul]       1.9.100cvs183
6596
6597         * manual/glossary.xml
6598                 fix id name
6599         * manual/dist/html/Makefile.am
6600         * manual/dist/pdf/Makefile.am
6601         * manual/dist/ps/Makefile.am
6602         * manual/dist/txt/Makefile.am
6603                 fix make deps
6604                 Thanks to Colin
6605
6606 2006-01-24 [mones]      1.9.100cvs182
6607
6608         * manual/glossary.xml
6609                 Nearly finished, some terms missing.
6610
6611 2006-01-23 [paul]       1.9.100cvs181
6612
6613         * manual/dist/html/Makefile.am
6614         * manual/dist/pdf/Makefile.am
6615         * manual/dist/ps/Makefile.am
6616         * manual/dist/txt/Makefile.am
6617         * src/mainwindow.c
6618                 re-enable manual
6619                 Thanks to Colin
6620
6621 2006-01-22 [colin]      1.9.100cvs180
6622
6623         * src/compose.c
6624         * src/gtk/gtkaspell.c
6625                 Don't deselect stuff before right-clicking, with aspell.
6626                 (This prevented right-click Copy, for example).
6627                 Thanks to Clo!
6628
6629 2006-01-22 [paul]       1.9.100cvs179
6630
6631         * src/summary_search.c
6632                 don't fix the widget size as it causes problems
6633                 under localisation.
6634                 Thanks to Emilian Nowak
6635
6636 2006-01-21 [paul]       1.9.100cvs178
6637
6638         * src/prefs_themes.c
6639                 fix broken underlining of label text
6640                 with some translations
6641
6642 2006-01-21 [colin]      1.9.100cvs177
6643
6644         * po/fr.po
6645                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
6646
6647 2006-01-20 [colin]      1.9.100cvs176
6648
6649         * configure.ac
6650         * Makefile.am
6651         * manual/Makefile
6652         * manual/dist/html/.cvsignore
6653         * manual/dist/html/Makefile.am
6654         * manual/dist/pdf/.cvsignore
6655         * manual/dist/pdf/Makefile.am
6656         * manual/dist/ps/.cvsignore
6657         * manual/dist/ps/Makefile.am
6658         * manual/dist/txt/.cvsignore
6659         * manual/dist/txt/Makefile.am
6660                 Autotool-ize manual
6661
6662 2006-01-20 [paul]       1.9.100cvs175
6663
6664         * manual/handling.xml
6665                 make Filtering and Searching entries easier to find
6666         * manual/keyboard.xml
6667                 add the remaining default keybinds
6668         * src/prefs_summaries.c
6669                 update the default keybinds
6670
6671 2006-01-20 [paul]       1.9.100cvs174
6672
6673         * src/addressbook.c
6674         * src/addrgather.c
6675         * src/addrharvest.c
6676         * src/editaddress.c
6677         * src/editgroup.c
6678         * src/exphtmldlg.c
6679         * src/expldifdlg.c
6680         * src/exporthtml.c
6681         * src/exportldif.c
6682         * src/ldif.c
6683                 replace 'e-mail' with 'email'
6684         * src/summary_search.c
6685                 add mnemonic to "Find all" button
6686
6687 2006-01-20 [wwp]        1.9.100cvs173
6688
6689         * src/export.c
6690         * src/import.c
6691                 touched mbox import/export buttons for HIG-compliance
6692
6693 2006-01-19 [paul]       1.9.100cvs172
6694
6695         * manual/account.xml
6696         * manual/addrbook.xml
6697         * manual/advanced.xml
6698         * manual/faq.xml
6699         * manual/handling.xml
6700         * manual/intro.xml
6701         * manual/plugins.xml
6702         * manual/starting.xml
6703                 more editing
6704
6705 2006-01-19 [paul]       1.9.100cvs171
6706
6707         * src/toolbar.c
6708                 allow use of trash button while receiving
6709                 Thanks to Colin
6710
6711 2006-01-19 [wwp]        1.9.100cvs170
6712
6713         * src/gtk/quicksearch.c
6714         * src/compose.c
6715                 force text color to black when yellow background is set
6716
6717 2006-01-19 [colin]      1.9.100cvs169
6718
6719         * src/plugins/trayicon/trayicon.c
6720                 Gray out Get Mail when already getting mail
6721
6722 2006-01-18 [paul]       1.9.100cvs168
6723
6724         * src/compose.c
6725                 give widget yellow background was To is
6726                 set via folder prefs
6727         * src/gtk/quicksearch.c
6728                 give widget yellow background when quick
6729                 search is active.
6730                 Thanks to Colin
6731
6732 2006-01-18 [paul]       1.9.100cvs167
6733
6734         * doc/man/sylpheed-claws.1
6735                 add --subscribe option
6736
6737 2006-01-18 [paul]       1.9.100cvs166
6738
6739         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6740         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6741                 use %U instead of %F (%F is broken for user installed
6742                 files in kde 3.5)
6743
6744 2006-01-18 [colin]      1.9.100cvs165
6745
6746         * src/summaryview.c
6747                 Default to Yes in "No more * messages" dialogs
6748
6749 2006-01-17 [colin]      1.9.100cvs164
6750
6751         * src/compose.c
6752                 Possibly fix an invalid iterator causing
6753                 crash
6754
6755 2006-01-17 [colin]      1.9.100cvs163
6756
6757         * src/mimeview.c
6758                 Fix crash when the image disappears under the
6759                 image viewer
6760
6761 2006-01-16 [colin]      1.9.100cvs162
6762
6763         * src/compose.c
6764                 Fix reenabling autowrap
6765
6766 2006-01-16 [colin]      1.9.100cvs161
6767
6768         * src/compose.c
6769                 reset quote_len before getting quote_str
6770
6771 2006-01-16 [colin]      1.9.100cvs160
6772
6773         * src/account.c
6774         * src/account.h
6775         * src/folder.c
6776         * src/imap_gtk.c
6777         * src/mh_gtk.c
6778                 Fix bug #883 (default inbox does not track folder move)
6779
6780 2006-01-16 [colin]      1.9.100cvs159
6781
6782         * src/compose.c
6783         * src/plugins/pgpcore/passphrase.c
6784                 More buttons fixes
6785
6786 2006-01-16 [paul]       1.9.100cvs158
6787
6788         * src/prefs_actions.c
6789         * src/prefs_filtering_action.c
6790         * src/prefs_matcher.c
6791         * src/quote_fmt.c
6792         * src/gtk/description_window.c
6793         * src/gtk/description_window.h
6794         * src/gtk/quicksearch.c
6795                 description window cleanups
6796
6797 2006-01-15 [colin]      1.9.100cvs157
6798
6799         * src/addressbook.c
6800         * src/prefs_filtering.c
6801                 Same here
6802
6803 2006-01-15 [colin]      1.9.100cvs156
6804
6805         * src/folderview.c
6806         * src/mainwindow.c
6807                 Same for "Empty trash"
6808
6809 2006-01-15 [colin]      1.9.100cvs155
6810
6811         * src/inc.c
6812                 Override offline dialog had Yes by default
6813
6814 2006-01-15 [colin]      1.9.100cvs154
6815
6816         * src/summaryview.c
6817                 Delete selected messages? previously had Yes the default
6818
6819 2006-01-15 [colin]      1.9.100cvs153
6820
6821         * src/folder.c
6822         * src/folder.h
6823         * src/main.c
6824                 Check if a mailbox is loaded after all
6825                 plugins are loaded.
6826
6827 2006-01-15 [colin]      1.9.100cvs152
6828
6829         * src/folder.c
6830                 Don't start wizard when there are unloaded folders (will help
6831                 people with only mbox or maildir mailboxes)
6832
6833 2006-01-14 [colin]      1.9.100cvs151
6834
6835         * src/addressbook.c
6836         * src/expldifdlg.c
6837         * src/importldif.c
6838         * src/importmutt.c
6839         * src/importpine.c
6840         * src/mh_gtk.c
6841                 More HIG compliance and fixes
6842
6843 2006-01-14 [colin]      1.9.100cvs150
6844
6845         * src/prefs_filtering_action.c
6846         * src/foldersel.c
6847                 Two forgotten button order changes
6848
6849 2006-01-14 [colin]      1.9.100cvs149
6850
6851         * src/account.c
6852         * src/addressbook.c
6853         * src/compose.c
6854         * src/folderview.c
6855         * src/imap_gtk.c
6856         * src/mainwindow.c
6857         * src/mh_gtk.c
6858         * src/news_gtk.c
6859         * src/prefs_actions.c
6860         * src/prefs_customheader.c
6861         * src/prefs_filtering.c
6862         * src/prefs_matcher.c
6863         * src/prefs_template.c
6864         * src/ssl_manager.c
6865         * src/summaryview.c
6866         * src/textview.c
6867         * src/toolbar.c
6868                 All deletion confirmations are now "Cancel, Delete" 
6869                 instead of "No, Yes"
6870                 Clarified most of the other "No, Yes" to 
6871                 "Cancel, Descriptive_action"
6872                 Rechanged the "Entry not saved" alerts to have 
6873                 "Close, Continue editing"
6874
6875
6876 2006-01-14 [paul]
6877
6878         * 2.0.0-rc4 released
6879
6880 2006-01-14 [paul]       1.9.100cvs148
6881
6882         * src/account.c
6883         * src/addressadd.c
6884         * src/addressbook.c
6885         * src/compose.c
6886         * src/editaddress.c
6887         * src/editbook.c
6888         * src/editgroup.c
6889         * src/editjpilot.c
6890         * src/editldap.c
6891         * src/editvcard.c
6892         * src/exphtmldlg.c
6893         * src/expldifdlg.c
6894         * src/folderview.c
6895         * src/grouplistdialog.c
6896         * src/imap_gtk.c
6897         * src/importmutt.c
6898         * src/importpine.c
6899         * src/inc.c
6900         * src/main.c
6901         * src/mainwindow.c
6902         * src/message_search.c
6903         * src/messageview.c
6904         * src/mh_gtk.c
6905         * src/mimeview.c
6906         * src/news_gtk.c
6907         * src/prefs_actions.c
6908         * src/prefs_customheader.c
6909         * src/prefs_filtering.c
6910         * src/prefs_matcher.c
6911         * src/prefs_template.c
6912         * src/prefs_themes.c
6913         * src/ssl_manager.c
6914         * src/summary_search.c
6915         * src/summaryview.c
6916         * src/textview.c
6917         * src/toolbar.c
6918         * src/gtk/foldersort.c
6919         * src/gtk/gtkaspell.c
6920         * src/gtk/inputdialog.c
6921         * src/gtk/prefswindow.c
6922         * src/plugins/pgpcore/select-keys.c
6923         * src/plugins/trayicon/trayicon.c
6924                 HIG compliant button order
6925
6926 2006-01-14 [mones]      1.9.100cvs147
6927
6928         * po/es.po
6929                 Updated translation
6930
6931 2006-01-13 [paul]       1.9.100cvs146
6932
6933         * AUTHORS
6934         * ChangeLog
6935         * src/gtk/authors.h
6936                 add Joshua M. Kwan to contributors list
6937
6938 2006-01-13 [colin]      1.9.100cvs145
6939
6940         * src/gtk/quicksearch.c
6941                 Don't refocus quick search after executing (Esc or Enter)
6942                 Allows to '/'search something then move up/down in 
6943                 summaryview, and to Esc a search and be back in the 
6944                 summaryview
6945
6946 2006-01-13 [paul]       1.9.100cvs144
6947
6948         * src/plugins/pgpinline/pgpinline.c
6949                 support Content-Type 'application/pgp'
6950                 patch by Joshua M. Kwan <joshuak@users.sf.net>
6951
6952 2006-01-13 [paul]       1.9.100cvs143
6953
6954         * manual/account.xml
6955                 make mention of partial retrieval
6956                 thanks to Colin
6957
6958 2006-01-13 [paul]       1.9.100cvs142
6959
6960         * src/account.c
6961         * src/account.h
6962         * src/action.c
6963         * src/action.h
6964         * src/adbookbase.h
6965         * src/addr_compl.c
6966         * src/addr_compl.h
6967         * src/addrbook.c
6968         * src/addrcache.c
6969         * src/addrcache.h
6970         * src/addrcindex.c
6971         * src/addrcindex.h
6972         * src/addrclip.c
6973         * src/addrclip.h
6974         * src/addrdefs.h
6975         * src/addressadd.c
6976         * src/addressadd.h
6977         * src/addressbook.c
6978         * src/addressbook.h
6979         * src/addrgather.c
6980         * src/addrgather.h
6981         * src/addrharvest.c
6982         * src/addrharvest.h
6983         * src/addrindex.c
6984         * src/addrindex.h
6985         * src/addritem.c
6986         * src/addritem.h
6987         * src/addrquery.c
6988         * src/addrquery.h
6989         * src/addrselect.c
6990         * src/addrselect.h
6991         * src/alertpanel.c
6992         * src/alertpanel.h
6993         * src/browseldap.c
6994         * src/browseldap.h
6995         * src/codeconv.c
6996         * src/codeconv.h
6997         * src/compose.c
6998         * src/compose.h
6999         * src/customheader.c
7000         * src/customheader.h
7001         * src/displayheader.c
7002         * src/displayheader.h
7003         * src/editaddress.c
7004         * src/editaddress.h
7005         * src/editbook.c
7006         * src/editbook.h
7007         * src/editgroup.c
7008         * src/editgroup.h
7009         * src/editjpilot.c
7010         * src/editjpilot.h
7011         * src/editldap.c
7012         * src/editldap.h
7013         * src/editldap_basedn.c
7014         * src/editldap_basedn.h
7015         * src/editvcard.c
7016         * src/editvcard.h
7017         * src/exphtmldlg.c
7018         * src/exphtmldlg.h
7019         * src/expldifdlg.c
7020         * src/expldifdlg.h
7021         * src/export.h
7022         * src/exporthtml.c
7023         * src/exporthtml.h
7024         * src/exportldif.c
7025         * src/exportldif.h
7026         * src/filtering.c
7027         * src/filtering.h
7028         * src/folder.c
7029         * src/folder.h
7030         * src/folder_item_prefs.c
7031         * src/folder_item_prefs.h
7032         * src/foldersel.c
7033         * src/foldersel.h
7034         * src/folderutils.c
7035         * src/folderutils.h
7036         * src/folderview.c
7037         * src/folderview.h
7038         * src/grouplistdialog.c
7039         * src/grouplistdialog.h
7040         * src/headerview.c
7041         * src/html.c
7042         * src/html.h
7043         * src/image_viewer.c
7044         * src/image_viewer.h
7045         * src/imap.c
7046         * src/imap.h
7047         * src/imap_gtk.c
7048         * src/imap_gtk.h
7049         * src/import.h
7050         * src/importldif.c
7051         * src/importldif.h
7052         * src/importmutt.c
7053         * src/importmutt.h
7054         * src/importpine.c
7055         * src/importpine.h
7056         * src/inc.c
7057         * src/inc.h
7058         * src/jpilot.c
7059         * src/jpilot.h
7060         * src/ldapctrl.c
7061         * src/ldapctrl.h
7062         * src/ldaplocate.c
7063         * src/ldaplocate.h
7064         * src/ldapquery.c
7065         * src/ldapquery.h
7066         * src/ldapserver.c
7067         * src/ldapserver.h
7068         * src/ldaputil.c
7069         * src/ldaputil.h
7070         * src/ldif.c
7071         * src/ldif.h
7072         * src/main.c
7073         * src/main.h
7074         * src/mainwindow.c
7075         * src/mainwindow.h
7076         * src/manual.c
7077         * src/manual.h
7078         * src/mbox.c
7079         * src/mbox.h
7080         * src/message_search.c
7081         * src/message_search.h
7082         * src/messageview.c
7083         * src/messageview.h
7084         * src/mh.c
7085         * src/mh.h
7086         * src/mh_gtk.c
7087         * src/mh_gtk.h
7088         * src/mimeview.c
7089         * src/mimeview.h
7090         * src/msgcache.c
7091         * src/msgcache.h
7092         * src/mutt.c
7093         * src/mutt.h
7094         * src/news.c
7095         * src/news.h
7096         * src/news_gtk.c
7097         * src/news_gtk.h
7098         * src/partial_download.c
7099         * src/partial_download.h
7100         * src/pine.c
7101         * src/pine.h
7102         * src/pop.c
7103         * src/pop.h
7104         * src/prefs_account.c
7105         * src/prefs_account.h
7106         * src/prefs_actions.c
7107         * src/prefs_actions.h
7108         * src/prefs_common.c
7109         * src/prefs_common.h
7110         * src/prefs_compose_writing.c
7111         * src/prefs_compose_writing.h
7112         * src/prefs_customheader.c
7113         * src/prefs_customheader.h
7114         * src/prefs_display_header.c
7115         * src/prefs_display_header.h
7116         * src/prefs_filtering.c
7117         * src/prefs_filtering.h
7118         * src/prefs_filtering_action.c
7119         * src/prefs_filtering_action.h
7120         * src/prefs_folder_column.c
7121         * src/prefs_folder_column.h
7122         * src/prefs_folder_item.c
7123         * src/prefs_folder_item.h
7124         * src/prefs_fonts.c
7125         * src/prefs_fonts.h
7126         * src/prefs_gtk.c
7127         * src/prefs_gtk.h
7128         * src/prefs_image_viewer.c
7129         * src/prefs_image_viewer.h
7130         * src/prefs_matcher.c
7131         * src/prefs_matcher.h
7132         * src/prefs_message.c
7133         * src/prefs_msg_colors.c
7134         * src/prefs_msg_colors.h
7135         * src/prefs_other.c
7136         * src/prefs_quote.c
7137         * src/prefs_receive.c
7138         * src/prefs_send.c
7139         * src/prefs_spelling.c
7140         * src/prefs_spelling.h
7141         * src/prefs_summaries.c
7142         * src/prefs_summaries.h
7143         * src/prefs_summary_column.c
7144         * src/prefs_summary_column.h
7145         * src/prefs_template.c
7146         * src/prefs_template.h
7147         * src/prefs_themes.c
7148         * src/prefs_themes.h
7149         * src/prefs_toolbar.c
7150         * src/prefs_toolbar.h
7151         * src/prefs_wrapping.c
7152         * src/prefs_wrapping.h
7153         * src/privacy.c
7154         * src/privacy.h
7155         * src/procheader.c
7156         * src/procheader.h
7157         * src/procmime.c
7158         * src/procmime.h
7159         * src/procmsg.c
7160         * src/procmsg.h
7161         * src/quote_fmt.c
7162         * src/quote_fmt_parse.y
7163         * src/recv.c
7164         * src/recv.h
7165         * src/remotefolder.c
7166         * src/remotefolder.h
7167         * src/send_message.c
7168         * src/send_message.h
7169         * src/setup.c
7170         * src/setup.h
7171         * src/sourcewindow.c
7172         * src/sourcewindow.h
7173         * src/ssl_manager.c
7174         * src/ssl_manager.h
7175         * src/statusbar.c
7176         * src/statusbar.h
7177         * src/stock_pixmap.c
7178         * src/stock_pixmap.h
7179         * src/summary_search.c
7180         * src/summary_search.h
7181         * src/summaryview.c
7182         * src/summaryview.h
7183         * src/syldap.c
7184         * src/syldap.h
7185         * src/textview.c
7186         * src/textview.h
7187         * src/toolbar.c
7188         * src/toolbar.h
7189         * src/undo.c
7190         * src/undo.h
7191         * src/unmime.c
7192         * src/unmime.h
7193         * src/vcard.c
7194         * src/vcard.h
7195         * src/wizard.c
7196         * src/wizard.h
7197         * src/common/base64.c
7198         * src/common/base64.h
7199         * src/common/defs.h
7200         * src/common/hooks.c
7201         * src/common/hooks.h
7202         * src/common/log.c
7203         * src/common/log.h
7204         * src/common/mgutils.c
7205         * src/common/mgutils.h
7206         * src/common/nntp.c
7207         * src/common/nntp.h
7208         * src/common/passcrypt.c
7209         * src/common/passcrypt.h.in
7210         * src/common/plugin.c
7211         * src/common/plugin.h
7212         * src/common/prefs.c
7213         * src/common/prefs.h
7214         * src/common/progressindicator.c
7215         * src/common/progressindicator.h
7216         * src/common/quoted-printable.c
7217         * src/common/quoted-printable.h
7218         * src/common/session.c
7219         * src/common/session.h
7220         * src/common/smtp.c
7221         * src/common/smtp.h
7222         * src/common/socket.c
7223         * src/common/socket.h
7224         * src/common/ssl.c
7225         * src/common/ssl.h
7226         * src/common/ssl_certificate.c
7227         * src/common/ssl_certificate.h
7228         * src/common/stringtable.c
7229         * src/common/stringtable.h
7230         * src/common/sylpheed.c
7231         * src/common/sylpheed.h
7232         * src/common/template.c
7233         * src/common/template.h
7234         * src/common/timing.h
7235         * src/common/utils.c
7236         * src/common/utils.h
7237         * src/common/version.h.in
7238         * src/common/xml.c
7239         * src/common/xml.h
7240         * src/common/xmlprops.c
7241         * src/common/xmlprops.h
7242         * src/gtk/colorlabel.c
7243         * src/gtk/colorsel.c
7244         * src/gtk/colorsel.h
7245         * src/gtk/description_window.c
7246         * src/gtk/description_window.h
7247         * src/gtk/filesel.c
7248         * src/gtk/filesel.h
7249         * src/gtk/foldersort.c
7250         * src/gtk/foldersort.h
7251         * src/gtk/gtkutils.c
7252         * src/gtk/gtkutils.h
7253         * src/gtk/inputdialog.c
7254         * src/gtk/inputdialog.h
7255         * src/gtk/logwindow.c
7256         * src/gtk/logwindow.h
7257         * src/gtk/manage_window.c
7258         * src/gtk/manage_window.h
7259         * src/gtk/menu.c
7260         * src/gtk/menu.h
7261         * src/gtk/pluginwindow.c
7262         * src/gtk/pluginwindow.h
7263         * src/gtk/prefswindow.c
7264         * src/gtk/prefswindow.h
7265         * src/gtk/progressdialog.c
7266         * src/gtk/progressdialog.h
7267         * src/gtk/sslcertwindow.c
7268         * src/gtk/sslcertwindow.h
7269         * src/plugins/clamav/clamav_plugin.c
7270         * src/plugins/clamav/clamav_plugin.h
7271         * src/plugins/clamav/clamav_plugin_gtk.c
7272         * src/plugins/demo/demo.c
7273         * src/plugins/dillo_viewer/dillo_prefs.c
7274         * src/plugins/dillo_viewer/dillo_prefs.h
7275         * src/plugins/dillo_viewer/dillo_viewer.c
7276         * src/plugins/pgpcore/passphrase.c
7277         * src/plugins/pgpcore/passphrase.h
7278         * src/plugins/pgpcore/plugin.c
7279         * src/plugins/pgpcore/select-keys.c
7280         * src/plugins/pgpcore/select-keys.h
7281         * src/plugins/pgpcore/sgpgme.c
7282         * src/plugins/pgpcore/sgpgme.h
7283         * src/plugins/pgpinline/pgpinline.c
7284         * src/plugins/pgpinline/pgpinline.h
7285         * src/plugins/pgpinline/plugin.c
7286         * src/plugins/pgpmime/pgpmime.c
7287         * src/plugins/pgpmime/pgpmime.h
7288         * src/plugins/pgpmime/plugin.c
7289         * src/plugins/spamassassin/spamassassin.c
7290         * src/plugins/spamassassin/spamassassin.h
7291         * src/plugins/spamassassin/spamassassin_gtk.c
7292         * src/plugins/trayicon/trayicon.c
7293                 update copyright header
7294
7295 2006-01-13 [paul]       1.9.100cvs141
7296
7297         * src/account.c
7298         * src/export.c
7299         * src/import.c
7300         * src/mainwindow.c
7301         * src/prefs_account.c
7302         * src/prefs_display_header.c
7303         * src/prefs_receive.c
7304         * src/prefs_send.c
7305         * src/prefs_summaries.c
7306         * src/prefs_themes.c
7307         * src/prefs_toolbar.c
7308         * src/gtk/about.c
7309                 various cleanups
7310
7311 2006-01-12 [colin]      1.9.100cvs140
7312
7313         * src/folder.c
7314         * src/folder.h
7315         * src/main.c
7316                 Add --subscribe option
7317                 Let sylpheed-claws email@domain.com equivalent to --compose
7318                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
7319
7320 2006-01-12 [paul]       1.9.100cvs139
7321
7322         * src/mainwindow.c
7323                 append 'Change folder order' label with '...'
7324         * src/prefs_actions.c
7325                 allow reordering of actions list by dnd
7326         * src/gtk/foldersort.c
7327                 make the dialog nicer
7328
7329 2006-01-11 [colin]      1.9.100cvs138
7330
7331         * src/compose.c
7332                 Allow templates without text
7333
7334 2006-01-11 [paul]       1.9.100cvs137
7335
7336         * tools/README
7337         * tools/filter_conv_new.pl
7338                 add info to README
7339                 also check .sylpheed for filter.xml
7340                 be a bit informative to the user
7341
7342 2006-01-11 [colin]      1.9.100cvs136
7343
7344         * src/textview.c
7345                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
7346
7347 2006-01-10 [paul]       1.9.100cvs135
7348
7349         * tools/Makefile.am
7350         * tools/filter_conv_new.pl
7351                 add script to convert new style Sylpheed
7352                 filter rules (Sylpheed >= 0.9.99) to
7353                 Claws filtering rules
7354
7355 2006-01-10 [colin]      1.9.100cvs134
7356
7357         * src/compose.c
7358                 Fix broken line joins in certain conditions
7359                 (between two quoted lines: <enter><enter><up>
7360                  <type a wrapped sentence><go in the first line>
7361                  <insert more text><watch as line joining failed>)
7362
7363 2006-01-10 [paul]       1.9.100cvs133
7364
7365         * src/compose.c
7366                 don't report success in error dialog
7367                 thanks to Colin
7368         * src/common/utils.c
7369                 include some trailing punctuations as URI
7370                 thanks to Hiro
7371
7372 2006-01-10 [paul]       1.9.100cvs132
7373
7374         * src/mimeview.c
7375                 fix incompatible pointer type
7376                 warning
7377
7378 2006-01-10 [paul]       1.9.100cvs131
7379
7380         * src/compose.c
7381                 change Subject in window title
7382                 instantaneously
7383
7384 2006-01-09 [colin]      1.9.100cvs130
7385
7386         * src/addressbook.c
7387         * src/headerview.c
7388         * src/mainwindow.c
7389         * src/messageview.c
7390         * src/mimeview.c
7391         * src/noticeview.c
7392         * src/summaryview.c
7393                 Fix possible crashes on exit and in addressbook
7394
7395 2006-01-09 [paul]       1.9.100cvs129
7396
7397         * src/prefs_msg_colors.c
7398                 some cleanups that I forgot last time
7399
7400 2006-01-09 [paul]       1.9.100cvs128
7401
7402         * README
7403         * src/folderview.c
7404         * src/prefs_msg_colors.c
7405                 add previously hidden option, color_new, to
7406                 the gui
7407                 move the page to Display/
7408                 rework the gui
7409
7410 2006-01-09 [wwp]        1.9.100cvs127
7411
7412         * src/prefs_themes.c
7413                 made the prefs/display/themes layouts spacing less condensed
7414                 (and so they match other prefs/pages' look).
7415
7416 2006-01-09 [paul]       1.9.100cvs126
7417
7418         * src/compose.c
7419         * src/prefs_common.c
7420         * src/prefs_common.h
7421         * src/prefs_wrapping.c
7422                 remove 'wrap at send' option
7423
7424 2006-01-06 [colin]      1.9.100cvs125
7425
7426         * src/compose.c
7427                 Just make completely sure we don't insert "manual line breaks" 
7428                 when wrapping... 
7429
7430 2006-01-04 [paul]
7431
7432         * 2.0.0-rc3 released
7433
7434 2006-01-04 [paul]       1.9.100cvs124
7435
7436         * src/folderview.c
7437                 fix bug 882, 'quick scroll in folder list
7438                 displays wrong folder contents'
7439
7440 2006-01-04 [paul]       1.9.100cvs123
7441
7442         * src/plugins/pgpmime/pgpmime.c
7443                 better debug information when signing
7444                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
7445
7446 2006-01-03 [colin]      1.9.100cvs122
7447
7448         * configure.ac
7449                 We need to recheck for gpgme 1.0.0 after checking
7450                 for 1.1.1, because if 1.1.1 isn't available, 
7451                 GPGME_LIBS and friends are blanked out by the 
7452                 second check.
7453
7454 2006-01-03 [colin]      1.9.100cvs121
7455
7456         * src/common/prefs.c
7457                 Windows unlink-before rename fix
7458         * src/plugins/pgpcore/sgpgme.c
7459                 Add support for PKA info if available
7460                 Both patches by Werner Koch
7461
7462 2006-01-03 [paul]       1.9.100cvs120
7463
7464         * src/messageview.c
7465                 fix bug 884, 'Send receipt' button visible in queue
7466                 Thanks to Colin
7467
7468 2006-01-02 [colin]      1.9.100cvs119
7469
7470         * src/compose.c
7471         * src/imap.c
7472                 Fix autosave on IMAP and more generally try to
7473                 return the correct ID on a newly added IMAP message
7474
7475 2006-01-02 [paul]       1.9.100cvs118
7476
7477         * manual/keyboard.xml
7478                 edited
7479
7480 2006-01-01 [paul]       1.9.100cvs117
7481
7482         * src/gtk/authors.h
7483                 alphabetical order
7484
7485 2005-12-30 [colin]      1.9.100cvs116
7486
7487         * manual/advanced.xml
7488                 Explain Pre/Post-processing differences.
7489
7490 2005-12-30 [colin]      1.9.100cvs115
7491
7492         * src/mh.c
7493                 Implement copy_msgs for a little optimization
7494         * src/imap.c
7495                 Finish yesterday's fix
7496
7497 2005-12-29 [colin]      1.9.100cvs114
7498
7499         * src/imap.c
7500                 Fix occasional failure in fetching a mail over
7501                 IMAP
7502
7503 2005-12-29 [colin]      1.9.100cvs113
7504
7505         * src/compose.c
7506                 Don't remove a draft when sending it, if it is 
7507                 locked.
7508
7509 2005-12-28 [colin]      1.9.100cvs112
7510
7511         * src/summaryview.c
7512                 Fix leak for real
7513
7514 2005-12-28 [wwp]        1.9.100cvs111
7515
7516         * doc/faq/.cvsignore
7517         * doc/faq/de/.cvsignore
7518         * doc/faq/en/.cvsignore
7519         * doc/faq/es/.cvsignore
7520         * doc/faq/fr/.cvsignore
7521         * doc/faq/it/.cvsignore
7522         * doc/manual/.cvsignore
7523         * doc/manual/de/.cvsignore
7524         * doc/manual/en/.cvsignore
7525         * doc/manual/es/.cvsignore
7526         * doc/manual/fr/.cvsignore
7527         * doc/manual/ja/.cvsignore
7528         * src/plugins/mathml_viewer/.cvsignore
7529                 rollback revival of those files (my bad, sorry for the noise).
7530
7531 2005-12-28 [wwp]        1.9.100cvs110
7532
7533         * src/compose.c
7534                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
7535
7536 2005-12-28 [wwp]        1.9.100cvs109
7537
7538         * doc/faq/.cvsignore
7539         * doc/faq/de/.cvsignore
7540         * doc/faq/en/.cvsignore
7541         * doc/faq/es/.cvsignore
7542         * doc/faq/fr/.cvsignore
7543         * doc/faq/it/.cvsignore
7544         * doc/manual/.cvsignore
7545         * doc/manual/de/.cvsignore
7546         * doc/manual/en/.cvsignore
7547         * doc/manual/es/.cvsignore
7548         * doc/manual/fr/.cvsignore
7549         * doc/manual/ja/.cvsignore
7550         * src/plugins/mathml_viewer/.cvsignore
7551         * po/.cvsignore
7552                 more files to ignore.
7553
7554 2005-12-24 [colin]      1.9.100cvs108
7555
7556         * AUTHORS
7557         * src/gtk/authors.h
7558                 Update for Werner
7559
7560 2005-12-24 [colin]      1.9.100cvs107
7561
7562         * src/procmsg.c
7563                 Allow NULL src_msginfo in 
7564                 procmsg_msginfo_new_from_mimeinfo
7565
7566 2005-12-23 [paul]       1.9.100cvs106
7567
7568         * src/plugins/pgpinline/mypgpcore.def
7569                 add this forgotten file
7570
7571 2005-12-23 [colin]      1.9.100cvs105
7572
7573         * src/mainwindow.c
7574                 Fix missing break
7575
7576 2005-12-23 [colin]      1.9.100cvs104
7577
7578         * autogen.sh
7579         * src/folder.c
7580         * src/mh.c
7581         * src/common/plugin.c
7582         * src/common/socket.c
7583         * src/common/socket.h
7584         * src/common/utils.c
7585         * src/common/utils.h
7586         * src/gtk/pluginwindow.c
7587         * src/plugins/pgpcore/plugin.def
7588         * src/plugins/pgpcore/sylpheed.def
7589         * src/plugins/pgpinline/Makefile.am
7590         * src/plugins/pgpinline/plugin.def
7591         * src/plugins/pgpinline/sylpheed.def
7592         * src/plugins/pgpmime/plugin.def
7593         * src/plugins/pgpmime/sylpheed.def
7594                 Various w32 fixes by Werner Koch
7595
7596 2005-12-22 [paul]       1.9.100cvs103
7597
7598         * src/wizard.c
7599                 don't offer IMAP as 'server type' if
7600                 libetpan isn't built in
7601
7602 2005-12-22 [paul]       1.9.100cvs102
7603
7604         * AUTHORS
7605         * src/mainwindow.c
7606         * src/mainwindow.h
7607         * src/toolbar.c
7608         * src/gtk/authors.h
7609                 support GTK_TOOLBAR_BOTH_HORIZ (text
7610                 next to icon) Patch by Marien Zwart
7611                 marienz@users.sf.net
7612                 Also reword the text
7613
7614 2005-12-21 [colin]      1.9.100cvs101
7615
7616         * configure.ac
7617                 Fix DATADIRNAME
7618         * COPYING
7619                 Fix missing section and explicit the exception better
7620         * src/compose.c
7621                 Prevent mail from being lost without notice when an
7622                 SMTP error happens on trying to send an unmodified
7623                 drafted mail.
7624         * src/send_message.c
7625         * src/common/smtp.c
7626                 Fix password remembering when wrong, and add return
7627                 value checks where they should have been
7628         * src/plugins/pgpcore/sylpheed.def
7629         * src/plugins/pgpinline/sylpheed.def
7630         * src/plugins/pgpmime/sylpheed.def
7631                 Add a few symbols needed
7632
7633 2005-12-21 [paul]       1.9.100cvs100
7634
7635         * m4/codeset.m4
7636         * m4/glibc21.m4
7637         * m4/intdiv0.m4
7638         * m4/inttypes-pri.m4
7639         * m4/inttypes.m4
7640         * m4/inttypes_h.m4
7641         * m4/isc-posix.m4
7642         * m4/lcmessage.m4
7643         * m4/stdint_h.m4
7644         * m4/uintmax_t.m4
7645                 gettextization
7646                 thanks to Colin
7647
7648 2005-12-21 [paul]       1.9.100cvs99
7649
7650         * po/sv.po
7651                 fixed by Colin
7652
7653 2005-12-20 [paul]       1.9.100cvs98
7654
7655         * po/sv.po
7656                 updated by Anders Trobäck
7657
7658 2005-12-20 [colin]      1.9.100cvs97
7659
7660         * ABOUT-NLS
7661         * Makefile.am
7662         * autogen.sh
7663         * configure.ac
7664         * config/config.rpath
7665         * config/mkinstalldirs
7666         * m4/Makefile.am
7667         * m4/glibc2.m4
7668         * m4/gnupg.m4
7669         * m4/gpgme.m4
7670         * m4/intmax.m4
7671         * m4/longdouble.m4
7672         * m4/longlong.m4
7673         * m4/printf-posix.m4
7674         * m4/signed.m4
7675         * m4/size_max.m4
7676         * m4/ulonglong.m4
7677         * m4/wchar_t.m4
7678         * m4/wint_t.m4
7679         * m4/xsize.m4
7680         * po/Makefile.in.in
7681         * po/Makevars
7682         * po/bg.po
7683         * po/ca.po
7684         * po/cs.po
7685         * po/de.po
7686         * po/el.po
7687         * po/en_GB.po
7688         * po/es.po
7689         * po/fi.po
7690         * po/fr.po
7691         * po/hr.po
7692         * po/hu.po
7693         * po/it.po
7694         * po/ja.po
7695         * po/ko.po
7696         * po/nb.po
7697         * po/nl.po
7698         * po/pl.po
7699         * po/pt_BR.po
7700         * po/ru.po
7701         * po/sk.po
7702         * po/sr.po
7703         * po/stamp-po
7704         * po/sv.po
7705         * po/zh_CN.po
7706         * po/zh_TW.po
7707         * src/Makefile.am
7708         * src/codeconv.c
7709         * src/compose.c
7710         * src/exporthtml.c
7711         * src/exportldif.c
7712         * src/folder.c
7713         * src/main.c
7714         * src/manual.c
7715         * src/mh.c
7716         * src/mimeview.c
7717         * src/send_message.c
7718         * src/common/Makefile.am
7719         * src/common/fnmatch.c
7720         * src/common/fnmatch.h
7721         * src/common/fnmatch_loop.c
7722         * src/common/nntp.c
7723         * src/common/plugin.c
7724         * src/common/smtp.c
7725         * src/common/socket.c
7726         * src/common/string_match.c
7727         * src/common/sylpheed.c
7728         * src/common/utils.c
7729         * src/common/utils.h
7730         * src/common/w32_dirent.c
7731         * src/common/w32_reg.c
7732         * src/common/w32_signal.c
7733         * src/common/w32_stat.c
7734         * src/common/w32_stdio.c
7735         * src/common/w32_stdlib.c
7736         * src/common/w32_string.c
7737         * src/common/w32_time.c
7738         * src/common/w32_unistd.c
7739         * src/common/w32_wait.c
7740         * src/common/w32lib.h
7741         * src/etpan/Makefile.am
7742         * src/gtk/Makefile.am
7743         * src/plugins/clamav/Makefile.am
7744         * src/plugins/demo/Makefile.am
7745         * src/plugins/dillo_viewer/Makefile.am
7746         * src/plugins/pgpcore/Makefile.am
7747         * src/plugins/pgpcore/passphrase.c
7748         * src/plugins/pgpcore/plugin.def
7749         * src/plugins/pgpcore/sgpgme.c
7750         * src/plugins/pgpcore/sylpheed.def
7751         * src/plugins/pgpcore/version.rc
7752         * src/plugins/pgpinline/Makefile.am
7753         * src/plugins/pgpinline/plugin.def
7754         * src/plugins/pgpinline/sylpheed.def
7755         * src/plugins/pgpinline/version.rc
7756         * src/plugins/pgpmime/Makefile.am
7757         * src/plugins/pgpmime/mypgpcore.def
7758         * src/plugins/pgpmime/plugin.def
7759         * src/plugins/pgpmime/sylpheed.def
7760         * src/plugins/pgpmime/version.rc
7761         * src/plugins/spamassassin/Makefile.am
7762                 Very little ;-) patch from Werner Koch, providing
7763                 infrastructure for cross-compiling to Win32
7764
7765 2005-12-20 [paul]       1.9.100cvs96
7766
7767         * src/account.c
7768         * src/account.h
7769         * src/mainwindow.c
7770         * src/mainwindow.h
7771         * src/toolbar.c
7772         * src/toolbar.h
7773                 add a combo to the Get All button, allowing
7774                 quick retrieval from any account
7775                 Patch by Fabien Vantard, slightly modified
7776                 by Colin
7777         * src/gtk/about.c
7778                 i18n fix. Patch by Fabien Vantard
7779
7780 2005-12-19 [colin]      1.9.100cvs95
7781
7782         * src/compose.c
7783         * src/compose.h
7784                 Don't automatically join lines when they've 
7785                 been separated by the user and not automatically
7786
7787 2005-12-19 [paul]       1.9.100cvs94
7788
7789         * src/gtk/pluginwindow.c
7790                 i18n fix.
7791                 Patch by Fabien Vantard
7792
7793 2005-12-15 [paul]       1.9.100cvs93
7794
7795         * src/common/plugin.c
7796         * src/common/plugin.h
7797         * src/gtk/pluginwindow.c
7798         * src/plugins/clamav/clamav_plugin.c
7799         * src/plugins/demo/demo.c
7800         * src/plugins/dillo_viewer/dillo_viewer.c
7801         * src/plugins/pgpcore/plugin.c
7802         * src/plugins/pgpinline/plugin.c
7803         * src/plugins/pgpmime/plugin.c
7804         * src/plugins/spamassassin/spamassassin.c
7805         * src/plugins/trayicon/trayicon.c
7806                 add plugin_version()
7807
7808 2005-12-15 [colin]      1.9.100cvs92
7809
7810         * src/compose.c
7811                 Further fix bug #875
7812
7813 2005-12-15 [paul]       1.9.100cvs91
7814
7815         * src/gtk/filesel.c
7816                 fix attach_load_dir getting set to
7817                 PLUGINDIR on plugin load
7818
7819 2005-12-14 [mones]      1.9.100cvs90
7820
7821         * manual/ack.xml
7822         * manual/keyboard.xml
7823                 Initial draft and some shortcuts added
7824                 
7825         * po/es.po
7826                 Updated translation
7827
7828 2005-12-14 [colin]      1.9.100cvs89
7829
7830         * src/compose.c
7831         * src/imap.c
7832         * src/summaryview.c
7833         * src/gtk/gtkaspell.c
7834                 More leaks fixed
7835         * src/prefs_folder_item.c
7836                 Fix recursive prefs apply
7837
7838
7839 2005-12-14 [colin]      1.9.100cvs88
7840
7841         * src/compose.c
7842                 Fix bug #875 (Freeze On Inline Forward of 
7843                 Large Message)
7844
7845 2005-12-13 [colin]      1.9.100cvs87
7846
7847         * src/compose.c
7848                 Uniq-ify and sort the mimetypes list
7849                 Patch by Fabien Vantard
7850
7851 2005-12-13 [colin]      1.9.100cvs86
7852
7853         * src/imap.c
7854         * src/etpan/imap-thread.c
7855                 Fix leaks (patch by Hoa)
7856         * src/news.c
7857         * src/common/plugin.c
7858                 Fix leaks
7859
7860 2005-12-12 [colin]
7861
7862         * 2.0.0-rc2 released
7863
7864 2005-12-12 [colin]      1.9.100cvs85
7865
7866         * src/matcher.c
7867                 Fix a leak
7868
7869 2005-12-12 [wwp]        1.9.100cvs84
7870
7871         * src/gtk/icon_legend.c
7872                 fix misbehaviour and crash when closing the legend window
7873         using the Esc key (patch by Fabien Vantard).
7874
7875 2005-12-12 [paul]       1.9.100cvs83
7876
7877         * src/browseldap.c
7878         * src/foldersel.c
7879         * src/prefs_actions.c
7880         * src/prefs_filtering.c
7881         * src/prefs_matcher.c
7882         * src/prefs_spelling.glade      ** REMOVED **
7883         * src/prefs_template.c
7884         * src/gtk/foldersort.glade      ** REMOVED **
7885         * src/gtk/pluginwindow.c
7886         * src/gtk/pluginwindow.glade    ** REMOVED **
7887         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
7888                 cleanups
7889
7890 2005-12-11 [paul]       1.9.100cvs82
7891
7892         * src/gtk/filesel.c
7893                 fix attach_load_dir crasher (double free)
7894
7895 2005-12-09 [paul]       1.9.100cvs81
7896
7897         * po/POTFILES.in
7898         * src/mainwindow.c
7899         * src/gtk/Makefile.am
7900         * src/gtk/icon_legend.c
7901         * src/gtk/icon_legend.h
7902                 add icon legend
7903         * src/manual.c
7904                 cleanup
7905
7906 2005-12-09 [paul]       1.9.100cvs80
7907
7908         * src/plugins/pgpcore/passphrase.c
7909                 wrap the label in the dialog
7910
7911 2005-12-09 [colin]      1.9.100cvs79
7912
7913         * src/plugins/pgpcore/sgpgme.c
7914                 Display (untrusted) on not trusted signatures
7915                 Patch by Michal Èihaø <michal@cihar.com>
7916                 Closes bug #867 (Report also key trust)
7917
7918 2005-12-09 [colin]      1.9.100cvs78
7919
7920         * src/common/plugin.c
7921                 Update licence check, following Eben Moglen's advice
7922
7923 2005-12-08 [colin]      1.9.100cvs77
7924
7925         * src/folder.c
7926                 Fix the occasionnal item->cache != NULL 
7927                 assertion failure. 
7928
7929 2005-12-08 [colin]      1.9.100cvs76
7930
7931         * src/mimeview.c
7932         * src/plugins/pgpcore/sgpgme.c
7933                 Print key id when unable to check it
7934                 Closes bug #866 (Show key id when missing)
7935
7936 2005-12-08 [paul]       1.9.100cvs75
7937
7938         * src/prefs_common.c
7939         * src/prefs_common.h
7940         * src/gtk/filesel.c
7941                 remember load attachment dir
7942
7943 2005-12-07 [colin]      1.9.100cvs74
7944
7945         * src/prefs_toolbar.c
7946                 Gtk fixes, patch by Fabien Vantard
7947
7948 2005-12-07 [colin]      1.9.100cvs73
7949
7950         * src/action.c
7951         * src/compose.c
7952         * src/compose.h
7953                 Fix bug #839 (Quoted text isn't colored after 
7954                 executing an action)
7955         * src/common/plugin.c
7956                 Require plugins to declare their licence in plugin_licence()
7957                 Refuse to load non-GPL plugins as they'd be illegal (as 
7958                 derived works of Sylpheed-Claws, they must be GPL).
7959         * src/plugins/clamav/clamav_plugin.c
7960         * src/plugins/demo/demo.c
7961         * src/plugins/dillo_viewer/dillo_viewer.c
7962         * src/plugins/pgpcore/plugin.c
7963         * src/plugins/pgpinline/plugin.c
7964         * src/plugins/pgpmime/plugin.c
7965         * src/plugins/spamassassin/spamassassin.c
7966         * src/plugins/trayicon/trayicon.c
7967                 Add plugin_licence()
7968
7969 2005-12-07 [paul]       1.9.100cvs72
7970
7971         * configure.ac
7972         * src/mainwindow.c
7973         * src/manual.c
7974         * src/manual.h
7975         * src/common/defs.h
7976                 clean up after local FAQ removal and
7977                 temporary manual removal
7978
7979 2005-12-06 [colin]      1.9.100cvs71
7980
7981         * configure.ac
7982         * doc/Makefile.am
7983         * doc/faq/.cvsignore
7984         * doc/faq/Makefile.am
7985         * doc/faq/de/.cvsignore
7986         * doc/faq/de/Makefile.am
7987         * doc/faq/de/sylpheed-faq-1.html
7988         * doc/faq/de/sylpheed-faq-2.html
7989         * doc/faq/de/sylpheed-faq-3.html
7990         * doc/faq/de/sylpheed-faq.html
7991         * doc/faq/en/.cvsignore
7992         * doc/faq/en/Makefile.am
7993         * doc/faq/en/sylpheed-faq-1.html
7994         * doc/faq/en/sylpheed-faq-2.html
7995         * doc/faq/en/sylpheed-faq-3.html
7996         * doc/faq/en/sylpheed-faq-4.html
7997         * doc/faq/en/sylpheed-faq.html
7998         * doc/faq/es/.cvsignore
7999         * doc/faq/es/Makefile.am
8000         * doc/faq/es/sylpheed-faq-1.html
8001         * doc/faq/es/sylpheed-faq-2.html
8002         * doc/faq/es/sylpheed-faq-3.html
8003         * doc/faq/es/sylpheed-faq-4.html
8004         * doc/faq/es/sylpheed-faq.html
8005         * doc/faq/fr/.cvsignore
8006         * doc/faq/fr/Makefile.am
8007         * doc/faq/fr/sylpheed-faq-1.html
8008         * doc/faq/fr/sylpheed-faq-2.html
8009         * doc/faq/fr/sylpheed-faq-3.html
8010         * doc/faq/fr/sylpheed-faq.html
8011         * doc/faq/it/.cvsignore
8012         * doc/faq/it/Makefile.am
8013         * doc/faq/it/sylpheed-faq-1.html
8014         * doc/faq/it/sylpheed-faq-2.html
8015         * doc/faq/it/sylpheed-faq-3.html
8016         * doc/faq/it/sylpheed-faq.html
8017         * doc/manual/.cvsignore
8018         * doc/manual/Makefile.am
8019         * doc/manual/de/.cvsignore
8020         * doc/manual/de/Makefile.am
8021         * doc/manual/de/sylpheed-1.html
8022         * doc/manual/de/sylpheed-10.html
8023         * doc/manual/de/sylpheed-11.html
8024         * doc/manual/de/sylpheed-12.html
8025         * doc/manual/de/sylpheed-13.html
8026         * doc/manual/de/sylpheed-14.html
8027         * doc/manual/de/sylpheed-15.html
8028         * doc/manual/de/sylpheed-16.html
8029         * doc/manual/de/sylpheed-17.html
8030         * doc/manual/de/sylpheed-18.html
8031         * doc/manual/de/sylpheed-19.html
8032         * doc/manual/de/sylpheed-2.html
8033         * doc/manual/de/sylpheed-20.html
8034         * doc/manual/de/sylpheed-3.html
8035         * doc/manual/de/sylpheed-4.html
8036         * doc/manual/de/sylpheed-5.html
8037         * doc/manual/de/sylpheed-6.html
8038         * doc/manual/de/sylpheed-7.html
8039         * doc/manual/de/sylpheed-8.html
8040         * doc/manual/de/sylpheed-9.html
8041         * doc/manual/de/sylpheed.html
8042         * doc/manual/en/.cvsignore
8043         * doc/manual/en/Makefile.am
8044         * doc/manual/en/sylpheed-1.html
8045         * doc/manual/en/sylpheed-10.html
8046         * doc/manual/en/sylpheed-11.html
8047         * doc/manual/en/sylpheed-12.html
8048         * doc/manual/en/sylpheed-13.html
8049         * doc/manual/en/sylpheed-14.html
8050         * doc/manual/en/sylpheed-15.html
8051         * doc/manual/en/sylpheed-16.html
8052         * doc/manual/en/sylpheed-17.html
8053         * doc/manual/en/sylpheed-18.html
8054         * doc/manual/en/sylpheed-19.html
8055         * doc/manual/en/sylpheed-2.html
8056         * doc/manual/en/sylpheed-20.html
8057         * doc/manual/en/sylpheed-21.html
8058         * doc/manual/en/sylpheed-22.html
8059         * doc/manual/en/sylpheed-3.html
8060         * doc/manual/en/sylpheed-4.html
8061         * doc/manual/en/sylpheed-5.html
8062         * doc/manual/en/sylpheed-6.html
8063         * doc/manual/en/sylpheed-7.html
8064         * doc/manual/en/sylpheed-8.html
8065         * doc/manual/en/sylpheed-9.html
8066         * doc/manual/en/sylpheed.html
8067         * doc/manual/es/.cvsignore
8068         * doc/manual/es/Makefile.am
8069         * doc/manual/es/sylpheed-1.html
8070         * doc/manual/es/sylpheed-10.html
8071         * doc/manual/es/sylpheed-11.html
8072         * doc/manual/es/sylpheed-12.html
8073         * doc/manual/es/sylpheed-13.html
8074         * doc/manual/es/sylpheed-14.html
8075         * doc/manual/es/sylpheed-15.html
8076         * doc/manual/es/sylpheed-16.html
8077         * doc/manual/es/sylpheed-17.html
8078         * doc/manual/es/sylpheed-18.html
8079         * doc/manual/es/sylpheed-19.html
8080         * doc/manual/es/sylpheed-2.html
8081         * doc/manual/es/sylpheed-20.html
8082         * doc/manual/es/sylpheed-3.html
8083         * doc/manual/es/sylpheed-4.html
8084         * doc/manual/es/sylpheed-5.html
8085         * doc/manual/es/sylpheed-6.html
8086         * doc/manual/es/sylpheed-7.html
8087         * doc/manual/es/sylpheed-8.html
8088         * doc/manual/es/sylpheed-9.html
8089         * doc/manual/es/sylpheed.html
8090         * doc/manual/fr/.cvsignore
8091         * doc/manual/fr/Makefile.am
8092         * doc/manual/fr/sylpheed-1.html
8093         * doc/manual/fr/sylpheed-10.html
8094         * doc/manual/fr/sylpheed-11.html
8095         * doc/manual/fr/sylpheed-12.html
8096         * doc/manual/fr/sylpheed-13.html
8097         * doc/manual/fr/sylpheed-14.html
8098         * doc/manual/fr/sylpheed-15.html
8099         * doc/manual/fr/sylpheed-16.html
8100         * doc/manual/fr/sylpheed-17.html
8101         * doc/manual/fr/sylpheed-18.html
8102         * doc/manual/fr/sylpheed-19.html
8103         * doc/manual/fr/sylpheed-2.html
8104         * doc/manual/fr/sylpheed-20.html
8105         * doc/manual/fr/sylpheed-3.html
8106         * doc/manual/fr/sylpheed-4.html
8107         * doc/manual/fr/sylpheed-5.html
8108         * doc/manual/fr/sylpheed-6.html
8109         * doc/manual/fr/sylpheed-7.html
8110         * doc/manual/fr/sylpheed-8.html
8111         * doc/manual/fr/sylpheed-9.html
8112         * doc/manual/fr/sylpheed.html
8113         * doc/manual/ja/.cvsignore
8114         * doc/manual/ja/Makefile.am
8115         * doc/manual/ja/sylpheed-1.html
8116         * doc/manual/ja/sylpheed-10.html
8117         * doc/manual/ja/sylpheed-11.html
8118         * doc/manual/ja/sylpheed-12.html
8119         * doc/manual/ja/sylpheed-13.html
8120         * doc/manual/ja/sylpheed-14.html
8121         * doc/manual/ja/sylpheed-15.html
8122         * doc/manual/ja/sylpheed-16.html
8123         * doc/manual/ja/sylpheed-17.html
8124         * doc/manual/ja/sylpheed-18.html
8125         * doc/manual/ja/sylpheed-19.html
8126         * doc/manual/ja/sylpheed-2.html
8127         * doc/manual/ja/sylpheed-20.html
8128         * doc/manual/ja/sylpheed-3.html
8129         * doc/manual/ja/sylpheed-4.html
8130         * doc/manual/ja/sylpheed-5.html
8131         * doc/manual/ja/sylpheed-6.html
8132         * doc/manual/ja/sylpheed-7.html
8133         * doc/manual/ja/sylpheed-8.html
8134         * doc/manual/ja/sylpheed-9.html
8135         * doc/manual/ja/sylpheed.html
8136         * doc/manual/ja/sylpheed.sgml
8137         * src/mainwindow.c
8138                 Remove outdated manual and faq. Noisy, eh?
8139
8140 2005-12-06 [colin]      1.9.100cvs70
8141
8142         * src/compose.c
8143         * src/quote_fmt_parse.y
8144         * src/undo.c
8145         * src/undo.h
8146                 Allow %X to position cursor at 0 
8147                 (no %X = before signature)
8148                 Fix paste as quotation putting the cursor at 0
8149                 Fix undo offsets when pasting
8150                 Insert the quote_fmt at once instead of line 
8151                 by line
8152                 Fix [Edited] when starting to reply/forward
8153
8154 2005-12-06 [paul]       1.9.100cvs69
8155
8156         * src/plugins/clamav/clamav_plugin_gtk.c
8157                 add another tooltip
8158         * src/plugins/spamassassin/spamassassin_gtk.c
8159                 rework spamassassin_create_widget_func()
8160
8161 2005-12-05 [colin]      1.9.100cvs68
8162
8163         * po/POTFILES.in
8164                 Fix make release ;-)
8165
8166 2005-12-05 [colin]      1.9.100cvs67
8167
8168         * src/compose.c
8169         * src/compose.h
8170                 Fix cursor positioning (not obeying %X)
8171
8172 2005-12-05 [paul]       1.9.100cvs66
8173
8174         * src/plugins/dillo_viewer/dillo_prefs.c
8175                 fix compilation warning
8176
8177 2005-12-05 [paul]       1.9.100cvs65
8178
8179         * src/prefs_spelling.c
8180         * src/plugins/trayicon/trayicon.c
8181                 cleanups - remove unused stuff
8182
8183 2005-12-05 [paul]       1.9.100cvs64
8184
8185         * README
8186         * manual/plugins.xml
8187                 remove info about removed mathml_viewer plugin
8188
8189 2005-12-05 [paul]       1.9.100cvs63
8190
8191         * configure.ac
8192         * src/plugins/Makefile.am
8193         * src/plugins/mathml_viewer/.cvsignore
8194         * src/plugins/mathml_viewer/Makefile.am
8195         * src/plugins/mathml_viewer/mathml_viewer.c
8196                 remove unmaintained mathml_viewer plugin
8197
8198 2005-12-05 [paul]       1.9.100cvs62
8199
8200         * src/summaryview.c
8201                 obey prefs_common.always_show_msg when
8202                 moving a msg
8203                 Thanks to Colin
8204
8205 2005-12-05 [paul]       1.9.100cvs61
8206
8207         * src/compose.c
8208         * src/prefs_account.c
8209         * src/prefs_filtering.c
8210         * src/prefs_quote.c
8211         * src/prefs_spelling.c
8212         * src/prefs_toolbar.c
8213         * src/summaryview.c
8214         * src/gtk/gtkutils.c
8215         * src/gtk/quicksearch.c
8216         * src/plugins/dillo_viewer/dillo_prefs.c
8217                 dialog cleanups
8218
8219 2005-12-04 [paul]       1.9.100cvs60
8220
8221         * src/inc.c
8222         * src/prefs_account.c
8223         * src/prefs_account.h
8224                 allow a Local account to specify a
8225                 default inbox
8226                 (closes bug 843 'Inbox cannot be changed for local
8227                  mailboxes')
8228
8229 2005-12-04 [colin]      1.9.100cvs59
8230
8231         * src/plugins/trayicon/trayicon.c
8232                 Remove Get, rename Get All to Get Mail in order to
8233                 be consistent with the default main toolbar
8234
8235 2005-12-03 [colin]      1.9.100cvs58
8236
8237         * manual/gpl.xml
8238         * manual/sylpheed-claws-manual.xml
8239                 Add GPL appendix
8240
8241 2005-12-03 [paul]       1.9.100cvs57
8242
8243         * AUTHORS
8244         * po/sv.po
8245         * src/gtk/authors.h
8246                 new (partially complete) Swedish translation
8247                 by Anders Troback <sylpheed@troback.com>
8248
8249 2005-12-02 [paul]       1.9.100cvs56
8250
8251         * configure.ac
8252                 libetpan 0.41 required
8253
8254 2005-12-02 [paul]       1.9.100cvs55
8255
8256         * src/plugins/clamav/clamav_plugin.c
8257         * src/plugins/clamav/clamav_plugin.h
8258         * src/plugins/clamav/clamav_plugin_gtk.c
8259         * src/plugins/spamassassin/spamassassin.c
8260         * src/plugins/spamassassin/spamassassin.h
8261         * src/plugins/spamassassin/spamassassin_gtk.c
8262                 unregister prefs pages on unloading, thus
8263                 preventing a crash
8264                 (thanks to Colin for the hint)
8265
8266 2005-12-02 [wwp]        1.9.100cvs54
8267
8268         * src/quote_fmt.h
8269         * src/quote_fmt_parse.y
8270                 fix misuse of gboolean*, use gboolean instead
8271                 (thanks to Paul, Colin, for pointing out that scaring one)
8272
8273 2005-12-02 [paul]       1.9.100cvs53
8274
8275         * src/plugins/clamav/clamav_plugin.c
8276                 int no --> unsigned int no
8277         * src/plugins/clamav/clamav_plugin_gtk.c
8278                 rework config page
8279
8280 2005-12-02 [wwp]        1.9.100cvs52
8281
8282         * src/compose.c
8283         * src/prefs_template.c
8284         * src/quote_fmt.h
8285         * src/quote_fmt_parse.y
8286                 prevent from executing |f and |p templates commands when
8287                 adding or replacing templates in prefs (avoids annoying and
8288                 potentially dangerous behaviours)
8289
8290 2005-12-02 [paul]       1.9.100cvs51
8291
8292         * src/prefs_common.c
8293                 allow translation of some default values
8294                 Patch by Fabien Vantard
8295
8296 2005-12-02 [paul]       1.9.100cvs50
8297
8298         * src/codeconv.c
8299         * src/codeconv.h
8300         * src/prefs_common.c
8301         * src/prefs_common.h
8302         * src/prefs_message.c
8303         * src/textview.c
8304                 remove obsolete 'convert_mb_alnum' option
8305                 and related stuff
8306         * src/gtk/about.c
8307                 remove unused 'about_textview_visibility_notify'
8308
8309 2005-12-02 [paul]       1.9.100cvs49
8310
8311         * src/prefs_account.c
8312         * src/prefs_compose_writing.c
8313         * src/prefs_fonts.c
8314         * src/prefs_gtk.h
8315         * src/prefs_image_viewer.c
8316         * src/prefs_message.c
8317         * src/prefs_other.c
8318         * src/prefs_receive.c
8319         * src/prefs_send.c
8320         * src/prefs_spelling.c
8321         * src/prefs_summaries.c
8322         * src/prefs_wrapping.c
8323         * src/plugins/dillo_viewer/dillo_prefs.c
8324         * src/plugins/pgpcore/prefs_gpg.c
8325                 several cleanups to the prefs dialogs
8326                 (slightly modified) patch by Fabien Vantard
8327
8328 2005-12-02 [paul]       1.9.100cvs48
8329
8330         * src/main.c
8331                 --exit means exit
8332         * src/send_message.c
8333                 fix crash on send when connection fails
8334
8335         Thanks to Colin
8336
8337 2005-12-01 [colin]      1.9.100cvs47
8338
8339         * src/html.c
8340                 Translate &hellip; to "..."
8341
8342 2005-11-30 [colin]      1.9.100cvs46
8343
8344         * src/matcher.c
8345         * src/matcher.h
8346                 Optimize back yesterday's fix.
8347
8348 2005-11-30 [paul]       1.9.100cvs45
8349
8350         * manual/faq.xml
8351                 standardised
8352         * manual/intro.xml
8353                 written by Colin, edited by me
8354
8355 2005-11-29 [colin]      1.9.100cvs44
8356
8357         * src/matcher.c
8358                 Skip headers unconditionnaly in match_body if the
8359                 rule is not message or ~message
8360
8361 2005-11-29 [colin]      1.9.100cvs43
8362
8363         * src/matcher.c
8364                 Fix body_part and such, not skipping headers 
8365                 if the matchcriteria wasn't the first in the rule
8366
8367 2005-11-29 [colin]      1.9.100cvs42
8368
8369         * src/compose.c
8370                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
8371                 option missing from message view window)
8372                 Fix double text D'n'D with gtk-2.8
8373         * src/matcher.c
8374                 Fix ~message, ~headers_part, ~body_part rules
8375         * src/messageview.c
8376                 Add Windows-1252 (Closes bug #863)
8377                 Fix accels
8378         * src/gtk/gtkaspell.c
8379                 Properly destroy accels in all menus
8380
8381 2005-11-29 [mones]      1.9.100cvs41
8382
8383         * po/es.po
8384                 Updated.
8385
8386 2005-11-27 [colin]      1.9.100cvs40
8387
8388         * src/mh_gtk.c
8389                 "/Remove mailbox" -> "/Remove mailbox..."
8390
8391 2005-11-27 [paul]       1.9.100cvs39
8392
8393         * AUTHORS
8394         * po/de.po
8395         * src/gtk/authors.h
8396                 updated by new maintainer, Stephan Sachse
8397
8398 2005-11-27 [paul]       1.9.100cvs38
8399
8400         * manual/faq.xml
8401                 written by Colin, edited by me
8402
8403 2005-11-27 [paul]       1.9.100cvs37
8404
8405         * src/prefs_common.c
8406         * src/prefs_common.h
8407         * src/prefs_receive.c
8408         * src/prefs_summaries.c
8409                 move 'go to inbox after receiving new mail'
8410                 option from display/sumamaries to mail
8411                 handling/receive, and rework prefs_summaries
8412                 dialog a little
8413
8414 2005-11-25 [martin]     1.9.100cvs36
8415
8416         * po/de.po
8417             fixed windows-1252 translation;
8418             translated some new and fuzzy strings
8419
8420 2005-11-25 [paul]       1.9.100cvs35
8421
8422         * src/plugins/clamav/clamav_plugin.c
8423                 complete the update done in cvs34
8424
8425 2005-11-25 [paul]       1.9.100cvs34
8426
8427         * src/plugins/clamav/clamav_plugin.c
8428                 reflect upstream changes
8429
8430 2005-11-25 [paul]       1.9.100cvs33
8431
8432         * manual/ack.xml
8433         * manual/plugins.xml
8434         * manual/sylpheed-claws-manual.xml
8435                 written/updated by Colin, edited by me
8436         * tools/acroread2sylpheed.pl
8437                 update binary name
8438
8439 2005-11-24 [colin]      1.9.100cvs32
8440
8441         * src/compose.c
8442                 Fix bug #856 (reediting messages forgets Request
8443                 Return Receipt)
8444
8445 2005-11-24 [paul]       1.9.100cvs31
8446
8447         * manual/addrbook.xml
8448         * manual/starting.xml
8449                 written by Colin, proofread, edited, adapted by me
8450         * manual/advanced.xml
8451                 add some Actions examples
8452         * src/importldif.c
8453                 use a Save button instead of a Close button
8454         * src/wizard.c
8455                 indicate mandatory fields
8456                 fix page display
8457                 Thanks to Colin
8458
8459 2005-11-23 [colin]      1.9.100cvs30
8460
8461         * src/addressbook.c
8462                 Rename menu item, fix possible crash after
8463                 deletion of books
8464         * src/addrindex.c
8465                 Allow searching for '*' in ldap
8466         * src/browseldap.c
8467                 Fix "Browse Entry" (did anyone use it?)
8468         * src/wizard.c
8469                 Add guards for mandatory information
8470
8471 2005-11-23 [paul]       1.9.100cvs29
8472
8473         * manual/advanced.xml
8474                 corrections to the English
8475
8476 2005-11-23 [colin]      1.9.100cvs28
8477
8478         * src/mimeview.c
8479                 Fix possible crash at exit. After the call to
8480                 gtk_container_remove(), the Viewer's widget has no
8481                 more parent so gtk+ automatically frees it and its
8482                 sons. If destroy_viewer() then try to access it,
8483                 problems ensue.
8484
8485 2005-11-22 [colin]      1.9.100cvs27
8486
8487         * src/compose.c
8488         * src/gtk/gtkaspell.c
8489                 Fix right-clicking on a misspelled word
8490                 Fix More... in suggestions menu
8491
8492 2005-11-22 [wwp]        1.9.100cvs26
8493
8494         * src/prefs_template.c
8495                 templates works: re-sort templates list when adding or replacing,
8496                 prevent from adding or replacing when the template name is empty
8497
8498 2005-11-21 [colin]      1.9.100cvs25
8499
8500         * src/addressbook.c
8501                 Fix some addressbook suckage (dnd, select all)
8502         * src/compose.c
8503         * src/gtk/gtkaspell.c
8504         * src/gtk/gtkaspell.h
8505                 Make the spellchecker menu work with the 
8506                 GtkTextView one instead of overriding it
8507
8508 2005-11-20 [paul]       1.9.100cvs24
8509
8510         * manual/handling.xml
8511                 proofread and corrected
8512
8513 2005-11-20 [paul]       1.9.100cvs23
8514
8515         * manual/Makefile
8516                 generate html as one file
8517         * manual/advanced.xml
8518                 fix output generation
8519                 reformat hidden options list
8520         * manual/manual.xml     ** REMOVED **
8521         * manual/sylpheed-claws-manual.xml      ** ADDED **
8522                 renamed
8523
8524 2005-11-18 [colin]      1.9.100cvs22
8525
8526         * src/prefs_account.c
8527                 Fix layout in news and mbox accounts
8528         * manual/account.xml
8529         * manual/advanced.xml
8530                 New contents for Paul to check :)
8531
8532 2005-11-18 [wwp]        1.9.100cvs21
8533
8534         * src/gtk/quicksearch.c
8535                 don't update extended quicksearch buttons twice
8536
8537 2005-11-18 [paul]       1.9.100cvs20
8538
8539         * src/textview.c
8540                 complete 1.9.100cvs19
8541
8542 2005-11-18 [paul]       1.9.100cvs19
8543
8544         * src/compose.c
8545                 cosmetic improvements
8546         * src/textview.c
8547                 also list text/* attachments
8548
8549 2005-11-18 [colin]      1.9.100cvs18
8550
8551         * src/summaryview.c
8552                 Use column 0 instead of -1 in 
8553                 gtk_ctree_node_moveto, in a naive
8554                 hope it'll fix the gtk-related crashes
8555
8556 2005-11-18 [colin]      1.9.100cvs17
8557
8558         * src/gtk/inputdialog.c
8559                 Fix icon staying the first one
8560
8561 2005-11-17 [wwp]        1.9.100cvs16
8562                 fix possible problem showing some quicksearch buttons, and a bad
8563                 call to g_return_if_fail in a function that returns a value (both
8564                 fixes by Fabien Vantard)
8565
8566 2005-11-15 [wwp]        1.9.100cvs15
8567
8568         * src/gtk/quicksearch.c
8569                 added a tooltip to that obscure ... quicksearch button
8570
8571 2005-11-15 [wwp]        1.9.100cvs14
8572
8573         * src/gtk/quicksearch.c
8574                 add a quicksearch helper to filtering expression users: the ... button
8575                 raises the condition expr window. condition expressions set up w/ this
8576                 window are used by the quicksearch if the user closes it pressing OK.
8577
8578 2005-11-14 [paul]       1.9.100cvs13
8579
8580         * src/plugins/clamav/clamav_plugin.c
8581         * src/plugins/spamassassin/spamassassin.c
8582                 change plugin type following recent merging
8583
8584 2005-11-14 [wwp]        1.9.100cvs12
8585
8586         * src/folder.c
8587                 prevent from crashing when copying/moving message(s) from and
8588                 to the same folder
8589
8590 2005-11-14 [paul]       1.9.100cvs11
8591
8592         * src/plugins/clamav/Makefile.am
8593         * src/plugins/clamav/clamav_plugin.c
8594         * src/plugins/clamav/clamav_plugin.h
8595         * src/plugins/clamav/clamav_plugin_gtk.c
8596                 also merge clamav and clamav_gtk plugins
8597
8598 2005-11-13 [colin]      1.9.100cvs10
8599
8600         * configure.ac
8601         * src/plugins/spamassassin/Makefile.am
8602         * src/plugins/spamassassin/spamassassin.c
8603         * src/plugins/spamassassin/spamassassin.h
8604         * src/plugins/spamassassin/spamassassin_gtk.c
8605                 Merge spamassassin and spamassassin_gtk plugins,
8606                 and build it by default.
8607
8608 2005-11-12 [colin]      1.9.100cvs9
8609
8610         * src/etpan/imap-thread.c
8611                 Fix gcc warning
8612
8613 2005-11-12 [colin]      1.9.100cvs8
8614
8615         * src/procmime.c
8616                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
8617
8618 2005-11-10 [colin]      1.9.100cvs7
8619
8620         * src/main.c
8621                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
8622                 minimised state)
8623
8624 2005-11-10 [wwp]        1.9.100cvs6
8625
8626         * src/gtk/description_window.c
8627                 fix a crash when closing description windows using the WM's [X] button
8628
8629 2005-11-09 [colin]      1.9.100cvs5
8630
8631         * src/common/ssl.c
8632                 Update libetpan call to follow upstream
8633                 (yes, this requires libetpan-0.40cvs3)
8634
8635 2005-11-08 [colin]      1.9.100cvs4
8636
8637         * src/compose.c
8638         * src/textview.c
8639         * src/common/utils.c
8640         * src/common/utils.h
8641                 Enhance the email parser
8642
8643 2005-11-08 [colin]      1.9.100cvs3
8644
8645         * src/procmime.c
8646                 Fix what looks like an off-by-one (fixes 
8647                 attachments from the Bat)
8648
8649 2005-11-08 [wwp]        1.9.100cvs2
8650
8651         * src/main.c
8652                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
8653
8654 2005-11-08 [wwp]        1.9.100cvs1
8655
8656         * src/main.c
8657                 allow exiting Sylpheed-Claws from command-line
8658
8659 2005-11-08 [paul]       1.9.100
8660
8661         1.9.100 released
8662
8663 2005-11-07 [colin]      1.9.99cvs17
8664
8665         * src/addritem.c
8666         * src/ldif.c
8667                 Fix import of base-64 encoded items
8668
8669 2005-11-07 [colin]      1.9.99cvs16
8670
8671         * src/send_message.c
8672                 Fix bug #314 (Queue does not empty under certain 
8673                 circumstances)
8674
8675 2005-11-07 [paul]       1.9.99cvs15
8676
8677         * src/mutt.c
8678         * src/pine.c
8679                 fix buffer overflows
8680                 Thanks to Colin
8681
8682 2005-11-07 [paul]       1.9.99cvs14
8683
8684         * doc/man/Makefile.am
8685         * doc/man/sylpheed-claws.1      ** ADDED **
8686         * doc/man/sylpheed.1            ** DELETED **
8687                 rename and update the man file
8688
8689 2005-11-06 [colin]      1.9.99cvs13
8690
8691         * src/ldif.c
8692                 Fix ldif_get_line() that returned empty strings
8693                 (Didn't understand why). Also fix a possible
8694                 buffer overflow.
8695
8696 2005-11-06 [wwp]        1.9.99cvs12
8697
8698         * src/textview.c
8699         * src/gtk/about.c
8700         * src/gtk/gtkutils.c
8701         * src/gtk/gtkutils.h
8702                 fix a compilation warning,
8703                 make links sensitive in the about dialog
8704
8705 2005-11-04 [wwp]        1.9.99cvs11
8706
8707         * src/gtk/about.c
8708                 don't wrap or translate URIs, and a bit text format cleanup
8709
8710 2005-11-04 [wwp]        1.9.99cvs10
8711
8712         * src/gtk/about.c
8713                 better textview tagging implementation (no more use of marks for
8714                 postponed tagging)
8715
8716 2005-11-02 [colin]      1.9.99cvs9
8717
8718         * src/common/ssl.c
8719                 Forgot an ifdef
8720
8721 2005-11-02 [colin]      1.9.99cvs8
8722
8723         * configure.ac
8724                 Require libetpan-0.40 due to upstream fix
8725         * src/common/ssl.c
8726                 Tell libetpan not to call SSL_Library_Init,
8727                 as we do it ourselves.
8728
8729 2005-11-02 [colin]      1.9.99cvs7
8730
8731         * po/POTFILES.in
8732                 Add missing files (thanks to Fabien Vantard)
8733
8734 2005-11-02 [colin]      1.9.99cvs6
8735
8736         * src/summaryview.c
8737                 Fix totals when read messages are hidden or quicksearch
8738                 is on
8739         * src/ssl_manager.c
8740         * src/ssl_manager.h
8741         * src/common/ssl_certificate.c
8742         * src/common/ssl_certificate.h
8743         * src/gtk/sslcertwindow.c
8744         * src/gtk/sslcertwindow.h
8745                 Fix copyright on my stuff
8746
8747 2005-11-02 [wwp]        1.9.99cvs5
8748
8749         * src/prefs_themes.c
8750                 fix directory name checking (theme installation/removal),
8751                 made related error a bit more verbose
8752
8753 2005-11-02 [colin]      1.9.99cvs4
8754
8755         * src/summaryview.c
8756                 Fix typo (probably fixes bug #841 (Sort by the From 
8757                 field doesn't work)
8758
8759 2005-11-02 [paul]       1.9.99cvs3
8760
8761         * po/ko.po
8762         * po/nb.po
8763                 updated by SungHyun Nam, Geir Helland
8764         * src/wizard.c
8765                 fix typo in welcome message. spotted by
8766                 Andrea Spadaccini
8767
8768 2005-11-01 [colin]      1.9.99cvs2
8769
8770         * src/compose.c
8771                 Fix replying to ml wen confirming subscription
8772         * src/messageview.c
8773         * src/mimeview.c
8774         * src/mimeview.h
8775         * src/privacy.h
8776         * src/summaryview.c
8777                 Make key check non blocking
8778
8779 2005-10-31 [paul]       1.9.99cvs1
8780
8781         * tools/claws.i18n.status.pl
8782                 updated for ChangeLog
8783
8784 2005-10-31 [paul]       1.9.99
8785
8786         1.9.99 released
8787
8788 2005-10-31 [paul]       1.9.15cvs131
8789
8790         * .cvsignore
8791         * ChangeLog
8792         * ChangeLog.claws       ** REMOVED **
8793         * ChangeLog-gtk2.claws  ** REMOVED **
8794         * ChangeLog.gtk1        ** ADDED **
8795         * INSTALL
8796         * Makefile.am
8797         * NEWS
8798         * README
8799         * README.claws          ** REMOVED **
8800         * README.jp             ** REMOVED **
8801         * RELEASE_NOTES         ** ADDED **
8802         * RELEASE_NOTES.claws   ** REMOVED **
8803         * commitHelper
8804         * configure.ac
8805         * sylpheed.spec.in      ** REMOVED **
8806                 tidy up and update the default docs:
8807                 ChangeLog.claws is renamed ChangeLog.gtk1
8808                 ChangeLog-gtk2.claws is renamed ChangeLog
8809                 README.claws is renamed README
8810                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
8811
8812 2005-10-31 [paul]       1.9.15cvs130
8813
8814         * po/it.po
8815                 fix errors
8816
8817 2005-10-31 [paul]       1.9.15cvs129
8818
8819         * po/ca.po
8820         * po/de.po
8821         * po/en_GB.po
8822         * po/fr.po
8823         * po/it.po
8824         * po/pt_BR.po
8825         * po/sk.po
8826         * po/sr.po
8827         * po/zh_CN.po
8828                 updated by Miquel Oliete, Stephan Sachse and
8829                 Thomas Gilgin, me, Fabien Vantard, Andrea
8830                 Spadaccini, Frederico Goncalves Guimaraes,
8831                 Andrej Kacian, Aleksandar Urosevic, and
8832                 Ralgh Young.
8833
8834 2005-10-31 [mones]      1.9.15cvs128
8835
8836         * manual/faq.xml
8837                 More questions.
8838         
8839         * po/es.po
8840                 Updated for release.
8841
8842 2005-10-30 [colin]      1.9.15cvs127
8843
8844         * src/compose.c
8845                 Place cursor before rewrapping (fixes cursor
8846                 pos if quotation gets rewrapped)
8847
8848 2005-10-29 [paul]       1.9.15cvs126
8849
8850         * src/crash.c
8851         * src/foldersel.c
8852         * src/main.c
8853         * src/messageview.c
8854         * src/toolbar.c
8855         * src/gtk/authors.h
8856                 corrections to text items
8857
8858 2005-10-28 [colin]      1.9.15cvs125
8859
8860         * src/messageview.c
8861                 Make "hit 'C' to check sig" work from extern 
8862                 messageviews
8863
8864 2005-10-27 [colin]      1.9.15cvs124
8865
8866         * src/summaryview.c
8867                 Add a hack to avoid segfaulting when hammering 
8868                 on gtk's events
8869
8870 2005-10-27 [wwp]        1.9.15cvs123
8871
8872         * src/prefs_themes.c
8873                 sort list of themes names in themes prefs
8874
8875 2005-10-27 [paul]       1.9.15cvs122
8876
8877         * src/folder.c
8878         * src/prefs_account.c
8879                 fix building on Solaris
8880                 Patch by Alex Moore
8881
8882 2005-10-27 [wwp]        1.9.15cvs121
8883
8884         * src/summaryview.c
8885         * src/gtk/gtksctree.c
8886                 speed up unselecting messages in summary view (thanks to Colin)
8887
8888 2005-10-27 [paul]       1.9.15cvs120
8889
8890         * src/mainwindow.c
8891                 fix a compilation warning
8892         * src/summaryview.c
8893                 fix updating of 'n items selected' count
8894                 when deselecting
8895
8896 2005-10-27 [martin]     1.9.15cvs119
8897
8898         * src/action.c
8899                 ignore actions with a leading '/' in the action menu name
8900                 fixes a crash on menu creation
8901         * src/prefs_actions.c
8902                 do not allow a leading '/' in the action menu name
8903
8904 2005-10-27 [paul]       1.9.15cvs118
8905
8906         * src/main.c
8907                 fix compilation warning
8908
8909 2005-10-27 [paul]       1.9.15cvs117
8910
8911         * src/procmime.c
8912                 add #if HAVE_LOCALE_H
8913
8914 2005-10-27 [paul]       1.9.15cvs116
8915
8916         * src/plugins/clamav/clamav_plugin.c
8917         * src/plugins/dillo_viewer/dillo_viewer.c
8918         * src/plugins/mathml_viewer/mathml_viewer.c
8919         * src/plugins/pgpcore/plugin.c
8920         * src/plugins/pgpinline/plugin.c
8921         * src/plugins/pgpmime/plugin.c
8922         * src/plugins/spamassassin/spamassassin.c
8923         * src/plugins/trayicon/trayicon.c
8924                 plugin_init() : make error messages more
8925                 informative
8926
8927 2005-10-26 [wwp]        1.9.15cvs115
8928
8929         * src/prefs_matcher.c
8930                 enlarge boolean op widget width a bit (wasn't always showing text contents)
8931
8932 2005-10-26 [wwp]        1.9.15cvs114
8933
8934         * src/procmime.c
8935         * src/gtk/gtksctree.c
8936         * src/plugins/spamassassin/libspamc.c
8937         * src/plugins/spamassassin/spamassassin.c
8938                 fix some compilation warnings more
8939
8940 2005-10-26 [mones]      1.9.15cvs113
8941
8942         * po/es.po
8943                 Updated translation
8944
8945 2005-10-26 [paul]       1.9.15cvs112
8946
8947         * src/prefs_message.c
8948                 give all display_xface stuff the
8949                 #if HAVE_LIBCOMPFACE treatment, thus
8950                 preventing a crash
8951                 (Thanks to Wolfgang Enderlein)
8952
8953 2005-10-26 [colin]      1.9.15cvs111
8954
8955         * src/gedit-print.c
8956                 Fix date format
8957         * src/imap_gtk.c
8958         * src/news_gtk.c
8959                 Remove context menu items that should not be there
8960         * src/jpilot.c
8961                 Fix encoding
8962         * src/main.c
8963         * src/mainwindow.c
8964                 Don't show the mainwindow too soon
8965
8966 2005-10-26 [wwp]        1.9.15cvs110
8967
8968         * src/folder.c
8969         * src/manual.c
8970         * src/summaryview.c
8971                 fix uninitialized pointers in the folder updating hook
8972                 (thanks to Colin)
8973
8974 2005-10-25 [mones]      1.9.15cvs109
8975
8976         * manual/faq.xml
8977                 General information subsection completed. 
8978                 Removed archaic references.
8979                 
8980         * manual/Makefile
8981         * manual/dtd/manual.dsl
8982                 Added customization stylesheet for getting paragraphs
8983                 fully justified in PDF output (as suggested by Colin).
8984
8985 2005-10-25 [colin]      1.9.15cvs108
8986
8987         * src/compose.c
8988                 Fix a second leak
8989
8990 2005-10-25 [colin]      1.9.15cvs107
8991
8992         * src/addrbook.c
8993         * src/addrindex.c
8994                 Fix leak (xml_get_element() allocates memory)
8995         * src/compose.c
8996                 Fix leak + dead code (shame!)
8997         * src/procmime.c
8998                 Fix leak
8999
9000 2005-10-25 [colin]      1.9.15cvs106
9001
9002         * src/mimeview.c
9003                 Fix encoding issue in Save all and in 
9004                 overwrite-confirmation alertpanel
9005
9006 2005-10-25 [colin]      1.9.15cvs105
9007
9008         * src/common/socket.c
9009                 Fix a leak - Thanks to Christopher Aillon
9010                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
9011
9012 2005-10-25 [paul]       1.9.15cvs104
9013
9014         * src/wizard.c
9015                 Always guess servers from the right-hand
9016                 email part and guess username from the
9017                 left-hand part. (Thanks to Colin)
9018                 add an X-Face to the welcome message
9019
9020 2005-10-25 [paul]       1.9.15cvs103
9021
9022         * manual/handling.xml
9023                 written by Colin, edited by me
9024
9025 2005-10-25 [wwp]        1.9.15cvs102
9026
9027         * src/folderview.c
9028         * src/grouplistdialog.c
9029         * src/imap.c
9030         * src/noticeview.c
9031                 fix some compilation warnings
9032
9033 2005-10-24 [paul]
9034
9035         1.9.99-rc3 released
9036
9037 2005-10-24 [paul]       1.9.15cvs101
9038
9039         * src/gtk/about.c
9040                 fix window sizing
9041
9042 2005-10-24 [paul]       1.9.15cvs100
9043
9044         * src/pixmaps/offline.xpm
9045         * src/pixmaps/online.xpm
9046                 replace with last default versions
9047
9048 2005-10-24 [colin]      1.9.15cvs99
9049
9050         * src/imap.c
9051                 Fix bug when moving a folder
9052         * src/imap_gtk.c
9053         * src/mh_gtk.c
9054                 "Delete folder" pops up a window, so it 
9055                 should be suffixed with "..."
9056         * src/plugins/pgpcore/sgpgme.c
9057                 Include locale.h
9058
9059 2005-10-24 [mones]      1.9.15cvs98
9060
9061         * manual/Makefile
9062         * manual/account.xml
9063         * manual/ack.xml
9064         * manual/addrbook.xml
9065         * manual/advanced.xml
9066         * manual/faq.xml
9067         * manual/glossary.xml
9068         * manual/gpl.xml
9069         * manual/handling.xml
9070         * manual/intro.xml
9071         * manual/keyboard.xml
9072         * manual/manual.xml
9073         * manual/plugins.xml
9074         * manual/starting.xml
9075         * manual/dtd/sdocbook.dtd
9076                 Initial manual structure and some content.
9077
9078 2005-10-23 [wwp]        1.9.15cvs97
9079
9080         * src/gtk/about.c
9081                 fix a typo
9082
9083 2005-10-23 [wwp]        1.9.15cvs96
9084
9085         * src/gtk/about.c
9086         * src/gtk/authors.h
9087                 rework of the about window (main work by Paul), also featuring a few
9088                 fixes for typos and duplicate names
9089
9090 2005-10-23 [wwp]        1.9.15cvs95
9091
9092         * src/.cvsignore
9093                 Ignore the right binary name (sylpheed-claws now)
9094
9095 2005-10-23 [paul]       1.9.15cvs94
9096
9097         * src/compose.c
9098                 when using Folder Pref 'Default To for
9099                 replies' make the entry in the Compose
9100                 window bold
9101                 Patch by Fabien Vantard
9102
9103 2005-10-22 [colin]      1.9.15cvs93
9104
9105         * src/codeconv.c
9106                 Fix leak
9107
9108 2005-10-22 [colin]      1.9.15cvs92
9109
9110         * src/codeconv.c
9111                 try to convert using locale (apart utf8) if necessary
9112
9113 2005-10-22 [colin]      1.9.15cvs91
9114
9115         * src/pixmaps/new.xpm
9116         * src/pixmaps/unread.xpm
9117                 Make the unread envelope blue again and
9118                 saturate the new one a bit more.
9119
9120 2005-10-22 [colin]      1.9.15cvs90
9121
9122         * src/compose.c
9123                 When replying to a mail sent by one of our accounts,
9124                 use the original list of recipients. Let 'Reply All'
9125                 and 'Reply to sender' work like previously.
9126
9127 2005-10-21 [colin]      1.9.15cvs89
9128
9129         * src/prefs_filtering.c
9130                 Clear fields after add and replace
9131         * src/textview.c
9132                 Display xface differently (better)
9133         * src/plugins/pgpinline/pgpinline.c
9134                 Fix crappy encodings/recodings
9135
9136 2005-10-21 [paul]       1.9.15cvs88
9137
9138         * src/compose.c
9139         * src/prefs_folder_item.c
9140         * src/toolbar.c
9141                 fix news folder Folder Properties
9142                 (thanks to Colin)
9143         * src/folderview.c
9144                 update folderview after Themes change
9145                 keep selected folder selected
9146                 (thanks to Colin)
9147
9148 2005-10-21 [paul]       1.9.15cvs87
9149
9150         * tools/Makefile.am
9151         * tools/OOo2sylpheed.pl
9152         * tools/README
9153         * tools/README.sylprint
9154         * tools/asus_mailled.sh         ** REMOVED **
9155         * tools/filter_conv.pl
9156         * tools/freshmeat_search.pl
9157         * tools/google_search.pl
9158         * tools/gpg-sign-syl            ** REMOVED **
9159         * tools/kmail2sylpheed.pl
9160         * tools/kmail2sylpheed_v2.pl
9161         * tools/multiwebsearch.pl
9162         * tools/nautilus2sylpheed.sh
9163         * tools/newscache_clean.pl
9164         * tools/outlook2sylpheed.pl
9165         * tools/sylpheed-switcher       ** REMOVED **
9166         * tools/sylprint.pl
9167         * tools/sylprint.rc
9168         * tools/tb2sylpheed
9169         * tools/vcard2xml.py
9170         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9171                 update default config dir
9172                 update binary name (thanks to Fabien Vantard)
9173                 remove obsolete scripts
9174
9175 2005-10-21 [colin]      1.9.15cvs86
9176
9177         * src/inc.c
9178                 Fix possible leak and units. Based on a patch by
9179                 Fabien Vantard.
9180
9181 2005-10-20 [colin]      1.9.15cvs85
9182
9183         * src/textview.c
9184                 Clear xface when clearing textview
9185
9186 2005-10-20 [colin]      1.9.15cvs84
9187
9188         * configure.ac
9189         * src/folderview.c
9190         * src/headerview.c
9191         * src/main.c
9192         * src/prefs_common.c
9193         * src/prefs_common.h
9194         * src/prefs_message.c
9195         * src/textview.c
9196         * src/textview.h
9197         * src/common/defs.h
9198         * src/common/utils.c
9199         * src/common/utils.h
9200         * src/gtk/gtkutils.c
9201         * src/gtk/gtkutils.h
9202                 Migrate config to .sylpheed-claws (Automatically)
9203                 Add a way to get the Xface in the TextView
9204
9205 2005-10-20 [colin]      1.9.15cvs83
9206
9207         * src/gtk/Makefile.am
9208         * src/gtk/about.c
9209         * src/gtk/authors.h
9210                 Make the about dialog *grooovy*
9211
9212 2005-10-20 [colin]      1.9.15cvs82
9213
9214         * src/mimeview.c
9215                 Use "Open with" on double click if no command
9216                 was found
9217
9218 2005-10-20 [colin]      1.9.15cvs81
9219
9220         * src/imap.c
9221         * src/etpan/imap-thread.c
9222                 Fix possible crash.
9223
9224 2005-10-20 [paul]       1.9.15cvs80
9225
9226         * src/folder.c
9227                 don't show clipkey icon if the only
9228                 attachment is the signature
9229                 Patch by Colin
9230
9231 2005-10-20 [paul]       1.9.15cvs79
9232
9233         * AUTHORS
9234         * src/plugins/pgpmime/pgpmime.c
9235                 name the PGP/MIME signature 'signature.asc'
9236                 Patch by Andrew Nelson <freeandy@gmail.com>
9237
9238 2005-10-19 [colin]      1.9.15cvs78
9239
9240         * src/plugins/pgpmime/pgpmime.c
9241                 Oops, no need to double-check though
9242
9243 2005-10-19 [colin]      1.9.15cvs77
9244
9245         * src/plugins/pgpinline/pgpinline.c
9246         * src/plugins/pgpmime/pgpmime.c
9247                 Check that my_tmpfile() doesn't 
9248                 return NULL
9249
9250 2005-10-19 [colin]      1.9.15cvs76
9251
9252         * src/common/utils.c
9253                 Use shorter mime boundaries to avoid having
9254                 MTAs rewrapping our headers, breaking the
9255                 PGP signature in the process 
9256         * src/compose.c
9257         * src/plugins/pgpmime/pgpmime.c
9258                 Check for boundary uniqueness to be sure
9259                 it won't happen, instead of hoping for the
9260                 best
9261
9262 2005-10-19 [colin]      1.9.15cvs75
9263
9264         * sylpheed-claws.desktop
9265         * src/Makefile.am
9266         * src/main.c
9267                 Ship a sylpheed-claws binary instead
9268                 of a sylpheed one. Change the socket
9269                 name, too
9270         * src/folderview.c
9271                 Update folder only if it changed
9272         * src/wizard.c
9273                 Fix i18n in welcome mail, patch by
9274                 Fabien Vantard
9275
9276 2005-10-19 [paul]
9277
9278         1.9.99-rc2 released
9279
9280 2005-10-19 [paul]       1.9.15cvs74
9281
9282         * src/folder.c
9283         * src/folderview.c
9284                 fix summaryview update
9285                 Patch by Colin
9286
9287 2005-10-18 [colin]      1.9.15cvs73
9288
9289         * src/plugins/pgpcore/passphrase.c
9290                 Don't XGrabServer, and try a bit more to 
9291                 sync everything before grabbing mouse/keyboard
9292
9293 2005-10-18 [colin]      1.9.15cvs72
9294
9295         * src/Makefile.am
9296         * src/addressadd.c
9297         * src/addressbook.c
9298         * src/folderview.c
9299         * src/grouplistdialog.c
9300         * src/mimeview.c
9301         * src/stock_pixmap.c
9302         * src/stock_pixmap.h
9303         * src/summaryview.c
9304         * src/gtk/gtksctree.c
9305         * src/gtk/gtksctree.h
9306         * src/pixmaps/empty.xpm
9307                 Implement a wrapper call for gtk_ctree_set_node_info
9308                 and gtk_ctree_insert_node, that uses a 1x1 transparent
9309                 pixmap instead of a NULL one. This works around some
9310                 memory problems deep inside gtk, revealed by valgrind,
9311                 and fixes bug #834 (Pressing CTRl-D on a message marked 
9312                 as locked crashes sylpheed.), as well as, probably, 
9313                 wwp's 4th dimension problems that happen in gtk_ctree_*.
9314
9315 2005-10-17 [colin]      1.9.15cvs71
9316
9317         * src/mimeview.c
9318                 Provide visual feedback when checking
9319                 signature
9320
9321 2005-10-17 [colin]      1.9.15cvs70
9322
9323         * src/main.c
9324                 Keep the folder list frozen while checking caches...
9325
9326 2005-10-17 [colin]      1.9.15cvs69
9327
9328         * src/addr_compl.c
9329                 Fi bug #833 (Autocompleting from addressbook 
9330                 fails with extended chars)
9331         * src/imap.c
9332                 Fix 'adding messages' staying in statusbar
9333                 after an error
9334
9335 2005-10-17 [wwp]        1.9.15cvs68
9336
9337         * src/ssl_manager.c
9338                 Fix buttons' layout resizing when window size changes
9339
9340 2005-10-17 [wwp]        1.9.15cvs67
9341
9342         * src/account.c
9343         * src/prefs_account.c
9344         * src/prefs_common.c
9345         * src/prefs_common.h
9346         * src/prefs_folder_item.c
9347         * src/prefs_gtk.c
9348         * src/gtk/logwindow.c
9349         * src/gtk/pluginwindow.c
9350         * src/gtk/prefswindow.c
9351         * src/gtk/prefswindow.h
9352                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
9353
9354 2005-10-17 [paul]       1.9.15cvs66
9355
9356         * configure.ac
9357                 fix missing libetpan message
9358         * po/en_GB.po
9359                 updated
9360         * src/crash.c
9361         * src/manual.c
9362         * src/prefs_themes.c
9363         * src/common/defs.h
9364                 add some new URI defines, change some
9365                 others
9366         * src/wizard.c
9367                 make welcome message translatable
9368                 small improvements to english
9369                 other tweaks
9370         * src/gtk/menu.c
9371                 fix warnings
9372
9373 2005-10-17 [paul]       1.9.15cvs65
9374
9375         * src/summaryview.c
9376                 fix column titles
9377
9378 2005-10-16 [mones]      1.9.15cvs64
9379
9380         * po/es.po
9381                 Updated translation
9382
9383 2005-10-16 [colin]
9384
9385         1.9.99-rc1 released
9386
9387 2005-10-16 [colin]      1.9.15cvs63
9388
9389         * src/wizard.c
9390                 Fix whitespace
9391
9392 2005-10-16 [colin]      1.9.15cvs62
9393
9394         * src/toolbar.c
9395                 s/Get All/Get Mail/
9396         * src/wizard.c
9397                 Real welcome mail text, thanks Paul
9398
9399 2005-10-16 [colin]      1.9.15cvs61
9400
9401         * src/editldap.c
9402         * src/exporthtml.c
9403         * src/main.c
9404         * src/mainwindow.c
9405         * src/prefs_themes.c
9406         * src/prefs_toolbar.c
9407         * src/plugins/demo/demo.c
9408         * src/plugins/trayicon/trayicon.c
9409                 s/Sylpheed/Sylpheed-Claws/
9410
9411 2005-10-16 [colin]      1.9.15cvs60
9412
9413         * src/wizard.c
9414                 Add a welcome email in the first empty mailbox
9415         * src/prefs_common.c
9416                 Change one more default
9417
9418 2005-10-16 [colin]      1.9.15cvs59
9419
9420         * src/wizard.c
9421                 Remove printf
9422
9423 2005-10-16 [colin]      1.9.15cvs58
9424
9425         * src/toolbar.c
9426         * src/prefs_common.c
9427                 Change some defaults
9428
9429 2005-10-16 [colin]      1.9.15cvs57
9430
9431         * src/toolbar.c
9432         * src/prefs_common.c
9433                 Change some defaults
9434
9435 2005-10-16 [colin]      1.9.15cvs56
9436
9437         * src/wizard.c
9438                 By default, initialize fonts to have
9439                 the same size as normal GtkWidgets
9440
9441 2005-10-16 [colin]      1.9.15cvs55
9442
9443         * src/mimeview.c
9444                 Fix message a bit more
9445
9446 2005-10-16 [colin]      1.9.15cvs54
9447
9448         * src/addressbook.c
9449                 Second attempt at flicker fixing
9450
9451 2005-10-16 [colin]      1.9.15cvs53
9452
9453         * src/addressbook.c
9454                 Fix flicker
9455
9456 2005-10-16 [wwp]        1.9.15cvs52
9457
9458         * src/addressbook.c
9459         * src/editaddress.c
9460         * src/prefs_common.c
9461         * src/prefs_common.h
9462                 Remember window sizes (address book)
9463
9464 2005-10-16 [wwp]        1.9.15cvs51
9465
9466         * src/plugins/clamav/clamav_plugin_gtk.c
9467         * src/plugins/spamassassin/spamassassin_gtk.c
9468                 Fix compilation warnings (missing #include).
9469
9470 2005-10-16 [colin]      1.9.15cvs50
9471
9472         * src/mimeview.c
9473         * src/summaryview.c
9474         * src/textview.c
9475                 Make 'c' check signature, and forward
9476                 c, l, y, t from summaryview to mimeview
9477
9478 2005-10-16 [colin]      1.9.15cvs49
9479
9480         * src/addressbook.c
9481                 Put border around buttons
9482         * src/mainwindow.c
9483         * src/summaryview.c
9484                 Rework menus (Patch based on a patch
9485                 by Paul)
9486
9487 2005-10-15 [wwp]        1.9.15cvs48
9488
9489         * src/editjpilot.c
9490         * src/editldap.c
9491         * src/editvcard.c
9492         * src/exphtmldlg.c
9493         * src/expldifdlg.c
9494         * src/export.c
9495         * src/import.c
9496         * src/importldif.c
9497         * src/importmutt.c
9498         * src/importpine.c
9499         * src/prefs_account.c
9500         * src/prefs_spelling.c
9501         * src/gtk/gtkutils.c
9502         * src/gtk/gtkutils.h
9503         * src/plugins/clamav/clamav_plugin_gtk.c
9504         * src/plugins/spamassassin/spamassassin_gtk.c
9505                 use nicer browse-for-file/dir buttons than the "..." ones,
9506                 code factorizing more.
9507
9508 2005-10-14 [colin]      1.9.15cvs47
9509
9510         * src/mainwindow.c
9511                 set relief on the account switcher so that people see it
9512                 grey out Create processing rules when no message is selected
9513         * src/prefs_filtering.c
9514                 ask before closing if the rule has not been modified, even if
9515                 it's not valid
9516         * src/prefs_matcher.c
9517                 fix sensitivity when entering the dialog
9518         * src/gtk/inputdialog.c
9519                 display a better icon on password ask
9520         * src/plugins/pgpcore/passphrase.c
9521                 make the dialog look better
9522
9523 2005-10-14 [paul]       1.9.15cvs46
9524
9525         * src/folderview.c
9526                 indicate presense of marked msgs in
9527                 unexpanded subfolders
9528
9529 2005-10-14 [paul]       1.9.15cvs45
9530
9531         * src/prefs_actions.c
9532         * src/prefs_common.c
9533         * src/prefs_common.h
9534         * src/prefs_filtering_action.c
9535         * src/prefs_matcher.c
9536         * src/prefs_template.c
9537                 remember window sizes
9538                 fix Info button size
9539
9540         Patches by wwp
9541
9542 2005-10-13 [colin]      1.9.15cvs44
9543
9544         * src/mimeview.c
9545         * src/noticeview.c
9546         * src/noticeview.h
9547                 Add a tooltip on the icon (optional) 
9548                 Get rid of the signature buttons and only
9549                 use the icon+tooltip
9550
9551 2005-10-13 [colin]      1.9.15cvs43
9552
9553         * src/noticeview.c
9554         * src/noticeview.h
9555                 Add hand cursor for hovering over icon
9556
9557 2005-10-13 [colin]      1.9.15cvs42
9558
9559         * src/summaryview.c
9560                 Fix crash when quicksearch's hidden 
9561                 at startup
9562
9563 2005-10-13 [colin]      1.9.15cvs41
9564
9565         * src/compose.c
9566                 Set subject when forwarding multiple mails
9567                 Check that other recipient than the default Cc or Bcc
9568                 have been set before sending.
9569
9570 2005-10-13 [colin]      1.9.15cvs40
9571
9572         * src/imap.c
9573                 Batch per-folder
9574                 Introduce locking, but don't use it yet
9575
9576 2005-10-13 [colin]      1.9.15cvs39
9577
9578         * src/gtk/quicksearch.c
9579                 Reset quicksearch when hiding it
9580                 Make sticky a real pref
9581
9582 2005-10-13 [colin]      1.9.15cvs38
9583
9584         * src/summaryview.c
9585                 Faster prefs apply
9586
9587 2005-10-13 [colin]      1.9.15cvs37
9588
9589         * src/mimeview.c
9590         * src/noticeview.c
9591         * src/noticeview.h
9592         * src/plugins/pgpcore/sgpgme.c
9593                 Make privacy icon clickable
9594                 Move Trust field in Full info
9595                 When trust is less than full, don't display
9596                 a warning icon
9597
9598 2005-10-13 [colin]      1.9.15cvs36
9599
9600         * src/folder.c
9601                 Batch on flags sync
9602         * src/folderview.c
9603                 Revert speed hack which is dangerous in fact
9604                 Apply prefs faster
9605
9606 2005-10-13 [colin]      1.9.15cvs35
9607
9608         * src/folder_item_prefs.c
9609                 Fix pref corruption on folder move. Patch
9610                 by wwp
9611
9612 2005-10-13 [paul]       1.9.15cvs34
9613
9614         * src/export.c
9615         * src/import.c
9616                 fix typos in g_warnings
9617         * src/prefs_account.c
9618                 add a file selector for Signature file
9619
9620         Patches by wwp
9621
9622 2005-10-12 [colin]      1.9.15cvs33
9623
9624         * src/mimeview.c
9625                 Provide a quick way to go back from a
9626                 signature's full info to the email part
9627
9628 2005-10-12 [colin]      1.9.15cvs32
9629
9630         * src/compose.c
9631                 Remove old hack of encoding signed mails with base64.
9632                 QP works equally well.
9633
9634 2005-10-12 [colin]      1.9.15cvs31
9635
9636         * src/crash.c
9637                 Replace deprecated GtkText with GtkTextView
9638         * src/imap.c
9639                 Fix a logic bug about counts in imap_select
9640                 (previously un-triggered)
9641         * src/mainwindow.c
9642         * src/summaryview.c
9643         * src/news.c
9644                 Allow local deletion of news posts
9645         * src/mimeview.c
9646                 Show GPG noticeview on the message/rfc822 part
9647                 in addition to the text/plain one
9648         * src/prefs_image_viewer.c
9649           src/plugins/pgpcore/prefs_gpg.c
9650                 Polish (set the label as part of the checkbox)
9651         * src/wizard.c
9652                 Don't sit there doing nothing after destroying
9653                 the window - return err
9654
9655 2005-10-11 [colin]      1.9.15cvs30
9656
9657         * src/folderview.c
9658                 Apply processing rules before showing folders.
9659                 Early folder show (before flags sync) will only
9660                 be done when there are no processing rules (nor
9661                 pre- or post- ones)
9662         * src/imap.c
9663                 Fix stuff related to mail subdir, creation and 
9664                 deletion of folders 
9665         * src/imap_gtk.c
9666                 Don't allow creation of folders in NoInferior
9667                 folders, as it won't work
9668
9669 2005-10-10 [colin]      1.9.15cvs29
9670
9671         * src/compose.c
9672                 Reselect "None" Privacy system when selecting an
9673                 account with no privacy system defined
9674
9675 2005-10-10 [colin]      1.9.15cvs28
9676
9677         * src/mainwindow.c
9678                 Add Windows-1252 encoding
9679         * src/prefs_common.c
9680                 Rework some defaults:
9681                 - autosave to draft by default
9682                 - don't show header pane (it's already in the textview)
9683                 - Select first new or unread mail on entry
9684                 - Assume 'Yes' to change folder when there's no more
9685                   unread message
9686         * src/prefs_matcher.c
9687                 Fix a gtk assertion failure
9688         * src/gtk/colorlabel.c
9689                 Workaround bad repainting on selection
9690         * src/main.c
9691                 Freeze/thaw (a bit faster on ssh -X)
9692         * src/msgcache.c
9693                 Get rid of StrdupConverter that just adds an
9694                 extra strdup/free 
9695         * src/etpan/imap_thread.c
9696                 memset buf to 0
9697
9698 2005-10-10 [colin]      1.9.15cvs27
9699
9700         * src/export.c
9701         * src/import.c
9702                 Fix compile on gtk 2.4. Patch by wwp
9703
9704 2005-10-09 [colin]      1.9.15cvs26
9705
9706         * src/mainwindow.c
9707         * src/messageview.c
9708         * src/summaryview.c
9709                 Clarify forward menus. Patch by wwp
9710
9711 2005-10-09 [colin]      1.9.15cvs25
9712
9713         * src/compose.c
9714         * src/compose.h
9715                 Fix bug #829 (Non-working "Encrypt message by 
9716                 default when replying to an encrypted message")
9717
9718 2005-10-08 [colin]      1.9.15cvs24
9719
9720         * src/wizard.c
9721                 Fix bug #827 ("Welcome" setup wizard after a 
9722                 permission error gives up & forgets itself.)
9723
9724 2005-10-08 [colin]      1.9.15cvs23
9725
9726         * src/procmime.c
9727                 Fix bug #828 (Ignoring headers with spaces around = sign)
9728
9729 2005-10-08 [colin]      1.9.15cvs22
9730
9731         * src/export.c
9732                 Warning fix by wwp
9733
9734 2005-10-08 [colin]      1.9.15cvs21
9735
9736         * src/folder.c
9737         * src/folder.h
9738                 Add a processing_pending indicator, set on 
9739                 folder_item_open and cleared after 
9740                 folder_item_process_open
9741         * src/folderview.c
9742         * src/summaryview.c
9743                 wrap procmsg_msginfo_*_flags, and in the
9744                 wrapper check that there's no folder processing 
9745                 pending. If there is, defer the flags change until 
9746                 processing is done to avoid stepping over each
9747                 other's toes.
9748                 Freeze during processing, but not during scanning.
9749
9750 2005-10-07 [colin]      1.9.15cvs20
9751
9752         * src/plugins/pgpcore/passphrase.c
9753                 Fix bug #826 (X-Server hangs when 
9754                 right-clicking a PGP encrypted message)
9755
9756 2005-10-07 [paul]       1.9.15cvs19
9757
9758         * src/compose.c
9759                 fix compose_entries[]
9760                 patch by Fabien Vantard
9761
9762 2005-10-06 [colin]      1.9.15cvs18
9763
9764         * src/pixmaps/address.xpm
9765         * src/pixmaps/address_book.xpm
9766         * src/pixmaps/book.xpm
9767         * src/pixmaps/check_spelling.xpm
9768         * src/pixmaps/checkbox_off.xpm
9769         * src/pixmaps/checkbox_on.xpm
9770         * src/pixmaps/close.xpm
9771         * src/pixmaps/complete.xpm
9772         * src/pixmaps/continue.xpm
9773         * src/pixmaps/deleted.xpm
9774         * src/pixmaps/down_arrow.xpm
9775         * src/pixmaps/exec.xpm
9776         * src/pixmaps/forwarded.xpm
9777         * src/pixmaps/group.xpm
9778         * src/pixmaps/ignorethread.xpm
9779         * src/pixmaps/interface.xpm
9780         * src/pixmaps/jpilot.xpm
9781         * src/pixmaps/ldap.xpm
9782         * src/pixmaps/linewrap.xpm
9783         * src/pixmaps/linewrapcurrent.xpm
9784         * src/pixmaps/mail.xpm
9785         * src/pixmaps/mail_attach.xpm
9786         * src/pixmaps/mail_compose.xpm
9787         * src/pixmaps/mail_forward.xpm
9788         * src/pixmaps/mail_receive.xpm
9789         * src/pixmaps/mail_receive_all.xpm
9790         * src/pixmaps/mail_reply.xpm
9791         * src/pixmaps/mail_reply_to_all.xpm
9792         * src/pixmaps/mail_reply_to_author.xpm
9793         * src/pixmaps/mail_send.xpm
9794         * src/pixmaps/mail_send_queue.xpm
9795         * src/pixmaps/mime_application.xpm
9796         * src/pixmaps/mime_audio.xpm
9797         * src/pixmaps/mime_image.xpm
9798         * src/pixmaps/mime_message.xpm
9799         * src/pixmaps/mime_text_enriched.xpm
9800         * src/pixmaps/mime_text_html.xpm
9801         * src/pixmaps/mime_text_plain.xpm
9802         * src/pixmaps/mime_unknown.xpm
9803         * src/pixmaps/new.xpm
9804         * src/pixmaps/news_compose.xpm
9805         * src/pixmaps/offline.xpm
9806         * src/pixmaps/online.xpm
9807         * src/pixmaps/paste.xpm
9808         * src/pixmaps/preferences.xpm
9809         * src/pixmaps/privacy_emblem_encrypted.xpm
9810         * src/pixmaps/privacy_expired.xpm
9811         * src/pixmaps/privacy_failed.xpm
9812         * src/pixmaps/privacy_passed.xpm
9813         * src/pixmaps/privacy_signed.xpm
9814         * src/pixmaps/privacy_unknown.xpm
9815         * src/pixmaps/privacy_warn.xpm
9816         * src/pixmaps/properties.xpm
9817         * src/pixmaps/replied.xpm
9818         * src/pixmaps/search.xpm
9819         * src/pixmaps/unread.xpm
9820         * src/pixmaps/up_arrow.xpm
9821         * src/pixmaps/vcard.xpm
9822                 Modernize internal theme, with icons from the 
9823                 Gnomaws theme. Keep some of the old ones where
9824                 they were better.
9825
9826 2005-10-06 [colin]      1.9.15cvs17
9827
9828         * src/summaryview.c
9829                 Little optimisations + bugfix
9830         * src/toolbar.c
9831                 Remove default useless items - useless being defined
9832                 by the default relevant prefs
9833         * src/wizard.c
9834                 include config.h to make gettext work
9835         * src/prefs_themes.c
9836                 Fix selection of current theme in prefs
9837
9838 2005-10-06 [colin]      1.9.15cvs16
9839
9840         * src/prefs_common.c
9841         * src/prefs_common.h
9842         * src/prefs_summaries.c
9843         * src/folderview.c
9844                 Add a warning dialog on Mark all read 
9845                 (with pref to get rid of it)
9846
9847 2005-10-06 [paul]       1.9.15cvs15
9848
9849         * po/nb.po
9850         * po/pt_BR.po
9851                 updated by Geir Helland and Frederico
9852                 Goncalves Guimaraes
9853
9854 2005-10-05 [colin]      1.9.15cvs14
9855
9856         * src/folder.c
9857         * src/folder.h
9858         * src/folderview.c
9859         * src/folderview.h
9860         * src/imap_gtk.c
9861         * src/mh_gtk.c
9862         * src/mainwindow.c
9863         * src/setup.c
9864                 add a way to rescan without rebuilding
9865                 make moving a bit faster (less folders changes)
9866                 don't lock the tree on Get 
9867         * src/imap.c
9868                 Don't re-delete deleted messages before expunging
9869         * src/summaryview.c
9870                 Set batch mode when deleting mails
9871
9872 2005-10-05 [paul]       1.9.15cvs13
9873
9874         * src/mainwindow.c
9875         * src/mainwindow.h
9876                 fix disabled Execute menu item
9877         * src/toolbar.c
9878                 match the change in 1.9.15cvs10: use Compose
9879                 instead of News by default
9880
9881 2005-10-04 [colin]      1.9.15cvs12
9882
9883         * src/compose.c
9884                 When replying to an ML post with Reply-To set
9885                 to the poster's email, honor it (as before),
9886                 but also honor our user's request to reply to
9887                 the mailing list: set the ML address in the To
9888                 field and the Reply-To address in the Cc: 
9889                 field.
9890
9891 2005-10-04 [colin]      1.9.15cvs11
9892
9893         * src/plugins/trayicon/trayicon.c
9894                 Finish cosmetic change - thanks to wwp
9895
9896 2005-10-04 [colin]      1.9.15cvs10
9897
9898         * src/toolbar.c
9899                 Use Compose instead of Email by default.
9900                 Spotted by wwp.
9901
9902 2005-10-04 [colin]      1.9.15cvs9
9903
9904         * src/folder.c
9905         * src/folder.h
9906         * src/folderview.c
9907         * src/imap.c
9908         * src/etpan/imap-thread.c
9909         * src/etpan/imap-thread.h
9910                 Try to make IMAP faster, by simplifying SEARCH
9911                 commands, avoiding sending two STATUS in a row,
9912                 and deferring flags sync and processing just
9913                 after displaying the folder. 
9914                 This will update the SummaryView in certain
9915                 cases (new mails not already fetched, flags
9916                 changed from another client) but in a non-
9917                 blocking manner.
9918
9919 2005-10-04 [colin]      1.9.15cvs8
9920
9921         * src/plugins/trayicon/trayicon.c
9922                 Relabel "Offline" to "Work offline"
9923
9924 2005-10-04 [colin]      1.9.15cvs7
9925
9926         * src/export.c
9927         * src/import.c
9928         * src/mbox.c
9929                 Fix mbox import/export buglets
9930                 Patch by wwp
9931         * src/plugins/trayicon/trayicon.c
9932                 Add offline swithc
9933                 Patch by wwp
9934
9935 2005-10-04 [colin]      1.9.15cvs6
9936
9937         * src/folder.c
9938         * src/folderview.c
9939         * src/summaryview.c
9940                 Better fix (don't break mark all read) for cvs2
9941
9942 2005-10-03 [colin]      1.9.15cvs5
9943
9944         * src/folder.c
9945                 Use a sane sort by default
9946
9947 2005-10-03 [colin]      1.9.15cvs4
9948
9949         * src/inc.c
9950                 Add a 'Only once' button for overriding offline mode
9951         * src/prefs_account.c
9952         * src/wizard.c
9953                 Add Local mbox to the wizard
9954                 Add IMAP subdir to the wizard (or the wizard is useless
9955                 for such accounts, or even worse than useless)
9956                 Move IMAP subdir from Advanced to Receive tab, as it's
9957                 not that uncommon
9958
9959 2005-10-03 [colin]      1.9.15cvs3
9960
9961         * src/send_message.c
9962                 Forgot this one in cvs1
9963
9964 2005-10-03 [colin]      1.9.15cvs2
9965
9966         * src/folder.c
9967                 Faster close when leaving a folder with lots
9968                 of new mails. Idea by David Relson.
9969
9970 2005-10-03 [colin]      1.9.15cvs1
9971
9972         * src/compose.c
9973         * src/imap.c
9974         * src/inc.c
9975         * src/main.c
9976         * src/messageview.c
9977         * src/news.c
9978         * src/summaryview.c
9979         * src/gtk/sslcertwindow.c
9980         * src/plugins/trayicon/trayicon.c
9981                 Add accels to every AlertPanel. Patch by Fabien 
9982                 Vantard
9983
9984 2005-10-03 [paul]       1.9.15
9985
9986         1.9.15 released
9987
9988 2005-10-03 [paul]       1.9.14cvs68
9989
9990         * po/ca.po
9991         * po/de.po
9992         * po/es.po
9993         * po/fi.po
9994         * po/fr.po
9995         * po/sk.po
9996         * po/sr.po
9997         * po/zh_CN.po
9998                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9999                 Mones Lastra, Tommi Pirinen, Fabien vantard,
10000                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
10001
10002 2005-10-03 [paul]       1.9.14cvs67
10003
10004         * src/send_message.c
10005                 prevent hang on Cancel
10006                 patch by Colin
10007
10008 2005-10-03 [paul]       1.9.14cvs66
10009
10010         * src/main.c
10011                 fix crash in IMAP caused by discrepancy
10012                 between check_at_startup and offline mode
10013                 Patch by Colin
10014
10015 2005-10-01 [paul]       1.9.14cvs65
10016
10017         * src/inc.c
10018                 fix engrish
10019
10020 2005-10-01 [paul]       1.9.14cvs64
10021         * src/export.c
10022         * src/import.c
10023                 synchronise import_mbox() and export_mbox()
10024         * src/mbox.c
10025                 proc_mbox(): add alert if file cannot be opened
10026                 export_list_to_mbox(): test if dest file exists,
10027                 prompt user to overwrite if it does. add alert
10028                 if file cannot be created
10029                                                                 
10030         Patch by wwp
10031                                                                                                                 
10032
10033 2005-09-30 [paul]       1.9.14cvs63
10034
10035         * src/addressbook.c
10036                 Fix sensitivity of a menu
10037         * src/codeconv.c
10038                 Respect hidden pref for mails with no encoding
10039         * src/common/xml.c
10040                 Fix memory corruption
10041         * src/plugins/pgpcore/sgpgme.c
10042                 Fix segfault on incomplete sigs, and display
10043                 of S/Mime UIDs
10044
10045         Patches by Colin
10046
10047 2005-09-30 [colin]      1.9.14cvs62
10048
10049         * src/partial_download.c
10050                 Little logic fix in almost-dead code
10051         * src/pop.c
10052                 Fix partial download when there's no new mail
10053
10054 2005-09-29 [paul]       1.9.14cvs61
10055
10056         * src/plugins/pgpinline/pgpinline.c
10057                 fix bug 819, 'crash accessing sign message'
10058                 Patch by Colin
10059
10060 2005-09-28 [martin]     1.9.14cvs60
10061
10062         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10063                 fix bug #790 (Crash when restarting window manager (fluxbox))
10064
10065 2005-09-28 [paul]       1.9.14cvs59
10066
10067         * src/gtk/gtkaspell.c
10068                 fix off-by-one typo
10069
10070 2005-09-27 [colin]      1.9.14cvs58
10071
10072         * src/plugins/pgpcore/sgpgme.c
10073                 Report error when there's one, instead of
10074                 "Signature unchecked" 
10075
10076 2005-09-27 [colin]      1.9.14cvs57
10077
10078         * src/prefs_quote.c
10079                 Fix bug #816 (Weird quotation with spaces)
10080
10081 2005-09-27 [colin]      1.9.14cvs56
10082
10083         * src/codeconv.c
10084         * src/compose.c
10085         * src/compose.h
10086                 Put subject in compose's title
10087                 Fix Automatic encoding so that it's really automatic:
10088                 first try default locale's charset, then charset of the replied mail, 
10089                 then utf-8
10090                 Fix encoding of headers (must be in strict mode too)
10091
10092 2005-09-26 [colin]      1.9.14cvs55
10093
10094         * src/gtk/gtkaspell.c
10095                 Fix previous patch - don't color the space,
10096                 just uncolor it :)
10097
10098 2005-09-26 [colin]      1.9.14cvs54
10099
10100         * src/gtk/gtkaspell.c
10101                 Unmark space if possible
10102
10103 2005-09-26 [colin]      1.9.14cvs53
10104
10105         * src/imap.c
10106                 log_error instead of alertpanel according to the pref
10107         * src/etpan/imap-thread.c
10108                 Print connect status, copy only necessary size to 
10109                 logger
10110         * src/plugins/pgpmime/pgpmime.c
10111                 Handle S/Mime signatures (verification only). Patch based
10112                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
10113
10114 2005-09-26 [paul]       1.9.14cvs52
10115
10116         * src/common/passcrypt.c
10117                 this 'workaround' not necessary on NetBSD.
10118                 Thanks to Daniel Gustafson
10119
10120 2005-09-26 [paul]
10121
10122         1.9.15-rc4 released
10123
10124 2005-09-26 [paul]       1.9.14cvs51
10125
10126         * src/summaryview.c
10127                 Skip currently selected message when
10128                 looking for next new or unread message
10129                 in current folder. Patch by Colin
10130         * src/common/passcrypt.c
10131                 eliminate warnings on *BSD. Patch by
10132                 Daniel Gustafson
10133
10134 2005-09-26 [colin]      1.9.14cvs50
10135
10136         * src/procmsg.c
10137                 Call postfiltering hook anyway
10138
10139 2005-09-22 [colin]      1.9.14cvs49
10140
10141         * src/codeconv.c
10142         * src/codeconv.h
10143                 Add a strict mode that doesn't replace with _
10144         * src/compose.c
10145         * src/compose.h
10146                 Use strict conversion while sending
10147                 Fix race when drafting while sending (happens
10148                 on IMAP)
10149                 Fix d'n'd of messages from summaryview
10150         * src/prefs_common.c
10151         * src/prefs_common.h
10152                 add hidden utf8_instead_of_locale_for_broken_mail 
10153                 pref for people that preferred the default charset 
10154                 to be utf8 for broken mails
10155         * src/quote_fmt_parse.y
10156                 fix bug #815 (No quote insert if "From:" fied 
10157                 contained Russian letters)
10158         * src/summaryview.c
10159                 Fix d'n'd of messages to compose
10160
10161 2005-09-22 [paul]       1.9.14cvs48
10162
10163         * src/compose.c
10164                 fix bug where attachments Name entry
10165                 would display Path instead
10166
10167 2005-09-21 [paul]       1.9.14cvs47
10168
10169         * README
10170         * README.jp
10171         * configure.ac
10172         * config/config.rpath
10173         * doc/manual/en/sylpheed-20.html
10174         * doc/manual/es/sylpheed-20.html
10175         * po/bg.po
10176         * po/ca.po
10177         * po/de.po
10178         * po/es.po
10179         * po/fr.po
10180         * po/it.po
10181         * po/pt_BR.po
10182         * po/sk.po
10183         * po/zh_TW.po
10184         * src/account.c
10185         * src/account.h
10186         * src/action.c
10187         * src/action.h
10188         * src/adbookbase.h
10189         * src/addr_compl.c
10190         * src/addr_compl.h
10191         * src/addrbook.c
10192         * src/addrbook.h
10193         * src/addrcache.c
10194         * src/addrcache.h
10195         * src/addrcindex.c
10196         * src/addrcindex.h
10197         * src/addrclip.c
10198         * src/addrclip.h
10199         * src/addrdefs.h
10200         * src/addressadd.c
10201         * src/addressadd.h
10202         * src/addressbook.c
10203         * src/addressbook.h
10204         * src/addressitem.h
10205         * src/addrgather.c
10206         * src/addrgather.h
10207         * src/addrharvest.c
10208         * src/addrharvest.h
10209         * src/addrindex.c
10210         * src/addrindex.h
10211         * src/addritem.c
10212         * src/addritem.h
10213         * src/addrquery.c
10214         * src/addrquery.h
10215         * src/addrselect.c
10216         * src/addrselect.h
10217         * src/alertpanel.c
10218         * src/alertpanel.h
10219         * src/browseldap.c
10220         * src/browseldap.h
10221         * src/codeconv.c
10222         * src/codeconv.h
10223         * src/compose.c
10224         * src/compose.h
10225         * src/crash.c
10226         * src/crash.h
10227         * src/customheader.c
10228         * src/customheader.h
10229         * src/displayheader.c
10230         * src/displayheader.h
10231         * src/editaddress.c
10232         * src/editaddress.h
10233         * src/editbook.c
10234         * src/editbook.h
10235         * src/editgroup.c
10236         * src/editgroup.h
10237         * src/editjpilot.c
10238         * src/editjpilot.h
10239         * src/editldap.c
10240         * src/editldap.h
10241         * src/editldap_basedn.c
10242         * src/editldap_basedn.h
10243         * src/editvcard.c
10244         * src/editvcard.h
10245         * src/enriched.c
10246         * src/enriched.h
10247         * src/exphtmldlg.c
10248         * src/exphtmldlg.h
10249         * src/expldifdlg.c
10250         * src/expldifdlg.h
10251         * src/export.c
10252         * src/export.h
10253         * src/exporthtml.c
10254         * src/exporthtml.h
10255         * src/exportldif.c
10256         * src/exportldif.h
10257         * src/filtering.c
10258         * src/filtering.h
10259         * src/folder.c
10260         * src/folder.h
10261         * src/folder_item_prefs.c
10262         * src/folder_item_prefs.h
10263         * src/foldersel.c
10264         * src/foldersel.h
10265         * src/folderutils.c
10266         * src/folderutils.h
10267         * src/folderview.c
10268         * src/folderview.h
10269         * src/grouplistdialog.c
10270         * src/grouplistdialog.h
10271         * src/headerview.c
10272         * src/headerview.h
10273         * src/html.c
10274         * src/html.h
10275         * src/image_viewer.c
10276         * src/image_viewer.h
10277         * src/imap.c
10278         * src/imap.h
10279         * src/imap_gtk.c
10280         * src/imap_gtk.h
10281         * src/import.c
10282         * src/import.h
10283         * src/importldif.c
10284         * src/importldif.h
10285         * src/importmutt.c
10286         * src/importmutt.h
10287         * src/importpine.c
10288         * src/importpine.h
10289         * src/inc.c
10290         * src/inc.h
10291         * src/jpilot.c
10292         * src/jpilot.h
10293         * src/ldapctrl.c
10294         * src/ldapctrl.h
10295         * src/ldaplocate.c
10296         * src/ldaplocate.h
10297         * src/ldapquery.c
10298         * src/ldapquery.h
10299         * src/ldapserver.c
10300         * src/ldapserver.h
10301         * src/ldaputil.c
10302         * src/ldaputil.h
10303         * src/ldif.c
10304         * src/ldif.h
10305         * src/localfolder.c
10306         * src/localfolder.h
10307         * src/main.c
10308         * src/main.h
10309         * src/mainwindow.c
10310         * src/mainwindow.h
10311         * src/manual.c
10312         * src/manual.h
10313         * src/matcher.c
10314         * src/matcher.h
10315         * src/matcher_parser.h
10316         * src/matcher_parser_lex.l
10317         * src/matcher_parser_parse.y
10318         * src/mbox.c
10319         * src/mbox.h
10320         * src/message_search.c
10321         * src/message_search.h
10322         * src/messageview.c
10323         * src/messageview.h
10324         * src/mh.c
10325         * src/mh.h
10326         * src/mh_gtk.c
10327         * src/mh_gtk.h
10328         * src/mimeview.c
10329         * src/mimeview.h
10330         * src/msgcache.c
10331         * src/msgcache.h
10332         * src/mutt.c
10333         * src/mutt.h
10334         * src/news.c
10335         * src/news.h
10336         * src/news_gtk.c
10337         * src/news_gtk.h
10338         * src/noticeview.c
10339         * src/noticeview.h
10340         * src/partial_download.c
10341         * src/partial_download.h
10342         * src/pine.c
10343         * src/pine.h
10344         * src/pop.c
10345         * src/pop.h
10346         * src/prefs_account.c
10347         * src/prefs_account.h
10348         * src/prefs_actions.c
10349         * src/prefs_actions.h
10350         * src/prefs_common.c
10351         * src/prefs_common.h
10352         * src/prefs_compose_writing.c
10353         * src/prefs_compose_writing.h
10354         * src/prefs_customheader.c
10355         * src/prefs_customheader.h
10356         * src/prefs_display_header.c
10357         * src/prefs_display_header.h
10358         * src/prefs_ext_prog.c
10359         * src/prefs_ext_prog.h
10360         * src/prefs_filtering.c
10361         * src/prefs_filtering.h
10362         * src/prefs_filtering_action.c
10363         * src/prefs_filtering_action.h
10364         * src/prefs_folder_column.c
10365         * src/prefs_folder_column.h
10366         * src/prefs_folder_item.c
10367         * src/prefs_folder_item.h
10368         * src/prefs_fonts.c
10369         * src/prefs_fonts.h
10370         * src/prefs_gtk.c
10371         * src/prefs_gtk.h
10372         * src/prefs_image_viewer.c
10373         * src/prefs_image_viewer.h
10374         * src/prefs_matcher.c
10375         * src/prefs_matcher.h
10376         * src/prefs_message.c
10377         * src/prefs_message.h
10378         * src/prefs_msg_colors.c
10379         * src/prefs_msg_colors.h
10380         * src/prefs_other.c
10381         * src/prefs_other.h
10382         * src/prefs_quote.c
10383         * src/prefs_quote.h
10384         * src/prefs_receive.c
10385         * src/prefs_receive.h
10386         * src/prefs_send.c
10387         * src/prefs_send.h
10388         * src/prefs_spelling.c
10389         * src/prefs_spelling.h
10390         * src/prefs_summaries.c
10391         * src/prefs_summaries.h
10392         * src/prefs_summary_column.c
10393         * src/prefs_summary_column.h
10394         * src/prefs_template.c
10395         * src/prefs_template.h
10396         * src/prefs_themes.c
10397         * src/prefs_themes.h
10398         * src/prefs_toolbar.c
10399         * src/prefs_toolbar.h
10400         * src/prefs_wrapping.c
10401         * src/prefs_wrapping.h
10402         * src/privacy.c
10403         * src/privacy.h
10404         * src/procheader.c
10405         * src/procheader.h
10406         * src/procmime.c
10407         * src/procmime.h
10408         * src/procmsg.c
10409         * src/procmsg.h
10410         * src/quote_fmt.c
10411         * src/quote_fmt_parse.y
10412         * src/recv.c
10413         * src/recv.h
10414         * src/remotefolder.c
10415         * src/remotefolder.h
10416         * src/send_message.c
10417         * src/send_message.h
10418         * src/setup.c
10419         * src/setup.h
10420         * src/simple-gettext.c
10421         * src/sourcewindow.c
10422         * src/sourcewindow.h
10423         * src/ssl_manager.c
10424         * src/ssl_manager.h
10425         * src/statusbar.c
10426         * src/statusbar.h
10427         * src/stock_pixmap.c
10428         * src/stock_pixmap.h
10429         * src/summary_search.c
10430         * src/summary_search.h
10431         * src/summaryview.c
10432         * src/summaryview.h
10433         * src/syldap.c
10434         * src/syldap.h
10435         * src/textview.c
10436         * src/textview.h
10437         * src/toolbar.c
10438         * src/toolbar.h
10439         * src/undo.c
10440         * src/undo.h
10441         * src/unmime.c
10442         * src/unmime.h
10443         * src/vcard.c
10444         * src/vcard.h
10445         * src/wizard.c
10446         * src/wizard.h
10447         * src/common/base64.c
10448         * src/common/base64.h
10449         * src/common/defs.h
10450         * src/common/hooks.c
10451         * src/common/hooks.h
10452         * src/common/log.c
10453         * src/common/log.h
10454         * src/common/md5.c
10455         * src/common/md5.h
10456         * src/common/mgutils.c
10457         * src/common/mgutils.h
10458         * src/common/nntp.c
10459         * src/common/nntp.h
10460         * src/common/passcrypt.c
10461         * src/common/passcrypt.h.in
10462         * src/common/plugin.c
10463         * src/common/plugin.h
10464         * src/common/prefs.c
10465         * src/common/prefs.h
10466         * src/common/progressindicator.c
10467         * src/common/progressindicator.h
10468         * src/common/quoted-printable.c
10469         * src/common/quoted-printable.h
10470         * src/common/session.c
10471         * src/common/session.h
10472         * src/common/smtp.c
10473         * src/common/smtp.h
10474         * src/common/socket.c
10475         * src/common/socket.h
10476         * src/common/ssl.c
10477         * src/common/ssl.h
10478         * src/common/ssl_certificate.c
10479         * src/common/ssl_certificate.h
10480         * src/common/string_match.c
10481         * src/common/string_match.h
10482         * src/common/stringtable.c
10483         * src/common/sylpheed.c
10484         * src/common/sylpheed.h
10485         * src/common/template.c
10486         * src/common/template.h
10487         * src/common/timing.h
10488         * src/common/utils.c
10489         * src/common/utils.h
10490         * src/common/uuencode.c
10491         * src/common/uuencode.h
10492         * src/common/version.h.in
10493         * src/common/xml.c
10494         * src/common/xml.h
10495         * src/common/xmlprops.c
10496         * src/common/xmlprops.h
10497         * src/gtk/about.c
10498         * src/gtk/about.h
10499         * src/gtk/colorlabel.c
10500         * src/gtk/colorlabel.h
10501         * src/gtk/colorsel.c
10502         * src/gtk/colorsel.h
10503         * src/gtk/description_window.c
10504         * src/gtk/description_window.h
10505         * src/gtk/filesel.c
10506         * src/gtk/filesel.h
10507         * src/gtk/foldersort.c
10508         * src/gtk/foldersort.h
10509         * src/gtk/gtkutils.c
10510         * src/gtk/gtkutils.h
10511         * src/gtk/inputdialog.c
10512         * src/gtk/inputdialog.h
10513         * src/gtk/logwindow.c
10514         * src/gtk/logwindow.h
10515         * src/gtk/manage_window.c
10516         * src/gtk/manage_window.h
10517         * src/gtk/menu.c
10518         * src/gtk/menu.h
10519         * src/gtk/pluginwindow.c
10520         * src/gtk/pluginwindow.h
10521         * src/gtk/prefswindow.c
10522         * src/gtk/prefswindow.h
10523         * src/gtk/progressdialog.c
10524         * src/gtk/progressdialog.h
10525         * src/gtk/quicksearch.c
10526         * src/gtk/quicksearch.h
10527         * src/gtk/sslcertwindow.c
10528         * src/gtk/sslcertwindow.h
10529         * src/plugins/clamav/clamav_plugin.c
10530         * src/plugins/clamav/clamav_plugin.h
10531         * src/plugins/clamav/clamav_plugin_gtk.c
10532         * src/plugins/demo/demo.c
10533         * src/plugins/dillo_viewer/dillo_prefs.c
10534         * src/plugins/dillo_viewer/dillo_prefs.h
10535         * src/plugins/dillo_viewer/dillo_viewer.c
10536         * src/plugins/mathml_viewer/mathml_viewer.c
10537         * src/plugins/pgpcore/passphrase.c
10538         * src/plugins/pgpcore/passphrase.h
10539         * src/plugins/pgpcore/plugin.c
10540         * src/plugins/pgpcore/prefs_gpg.c
10541         * src/plugins/pgpcore/prefs_gpg.h
10542         * src/plugins/pgpcore/select-keys.c
10543         * src/plugins/pgpcore/select-keys.h
10544         * src/plugins/pgpcore/sgpgme.c
10545         * src/plugins/pgpcore/sgpgme.h
10546         * src/plugins/pgpinline/pgpinline.c
10547         * src/plugins/pgpinline/pgpinline.h
10548         * src/plugins/pgpinline/plugin.c
10549         * src/plugins/pgpmime/pgpmime.c
10550         * src/plugins/pgpmime/pgpmime.h
10551         * src/plugins/pgpmime/plugin.c
10552         * src/plugins/spamassassin/spamassassin.c
10553         * src/plugins/spamassassin/spamassassin.h
10554         * src/plugins/spamassassin/spamassassin_gtk.c
10555         * src/plugins/trayicon/trayicon.c
10556         * tools/OOo2sylpheed.pl
10557         * tools/acroread2sylpheed.pl
10558         * tools/asus_mailled.sh
10559         * tools/filter_conv.pl
10560         * tools/freshmeat_search.pl
10561         * tools/google_search.pl
10562         * tools/kmail2sylpheed.pl
10563         * tools/kmail2sylpheed_v2.pl
10564         * tools/maildir2sylpheed.pl
10565         * tools/multiwebsearch.pl
10566         * tools/newscache_clean.pl
10567         * tools/outlook2sylpheed.pl
10568         * tools/sylpheed-switcher
10569         * tools/update-po
10570         * tools/vcard2xml.py
10571         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
10572                 update FSF address
10573
10574 2005-09-21 [colin]      1.9.14cvs46
10575
10576         * src/gedit-print.c
10577         * src/procmsg.c
10578         * src/procmsg.h
10579         * src/textview.c
10580         * src/summaryview.c
10581                 Remove some printing hacks (deselection/reselection),
10582                 which by the way fix printing the currently 
10583                 displayed mime part (still only text)
10584                 Plus a little optimisation of summary_show
10585
10586
10587 2005-09-20 [colin]      1.9.14cvs45
10588
10589         * src/mainwindow.c
10590         * src/messageview.c
10591                 GUI fixups: add accels, set message
10592                 view title to displayed mail's subject
10593         * src/prefs_spelling.c
10594         * src/gtk/gtkaspell.c
10595                 GUI fixups: allow underlining misspelled
10596                 words instead of coloring them (a11y!)
10597
10598 2005-09-19 [colin]
10599
10600         1.9.15rc3 released
10601
10602 2005-09-19 [colin]      1.9.14cvs44
10603
10604         * src/compose.c
10605                 Fix draft message
10606         * src/gtk/gtkaspell.c
10607                 Fix wrong test ;-)
10608
10609 2005-09-19 [colin]      1.9.14cvs43
10610
10611         * src/addressbook.c
10612                 Fix sensitivity of Delete button
10613         * src/compose.c
10614                 Warn if the requested Privacy system
10615                 is not available
10616         * src/exphtmldlg.c
10617         * src/expldifdlg.c
10618         * src/importldif.c
10619         * src/importmutt.c
10620         * src/importpine.c
10621                 Fix crappy UI
10622         * src/
10623         * src/ssl.h
10624         * src/prefs_account.h
10625         * src/prefs_account.c
10626                 Save SSL prefs even in builds that have
10627                 SSL support disable
10628         * src/imap.c
10629         * src/inc.c
10630         * src/news.c
10631         * src/send_message.c
10632                 Warn if connection should be secure, but
10633                 SSL support isn't compiled in
10634         * src/gtkaspell.c
10635                 Fix word separation on UTF-8 systems
10636                 Fixes bug #812 (Strange inline spellchecking)
10637         * src/compose.c
10638                 Warn if the requested Privacy system
10639                 is not available
10640                 Factorize offline warning
10641         * src/imap.c
10642         * src/imap_gtk.c
10643         * src/imap_gtk.h
10644         * src/inc.h
10645         * src/news_gtk.c
10646         * src/news_gtk.h
10647         * src/messageview.c
10648                 Factorize offline warning
10649
10650 2005-09-19 [paul]
10651
10652         1.9.15-rc2 released
10653
10654 2005-09-18 [colin]      1.9.14cvs42
10655
10656         * src/codeconv.c
10657         * src/codeconv.h
10658         * src/procmime.c
10659                 Add a way to get locale's charset ignoring utf-8,
10660                 and use that as default encoding for broken mails
10661
10662 2005-09-18 [colin]      1.9.14cvs41
10663
10664         * src/gtk/logwindow.c
10665                 Translate string. Patch by Fabien Vantard
10666
10667 2005-09-18 [colin]      1.9.14cvs40
10668
10669         * configure.ac
10670                 Fix bug #803 (IMAP/SSL support breaks with 
10671                 GnuTLS libetpan 0.38)
10672
10673 2005-09-18 [colin]      1.9.14cvs39
10674
10675         * src/codeconv.c
10676         * src/compose.c
10677         * src/procmime.c
10678                 More charsets fixes. Fixes bug #806 (non
10679                 ascii characters in subject line)
10680
10681 2005-09-17 [paul]       1.9.14cvs38
10682
10683         * src/folderview.c
10684         * src/mainwindow.c
10685                 fix gcc-2.95 issues
10686                 Patch by Pawel Pekala
10687
10688 2005-09-17 [colin]      1.9.14cvs37
10689
10690         * src/addrindex.c
10691                 bugfix for NO-USE LDAP compilation, patch 
10692                 by Fabien Vantard
10693
10694 2005-09-17 [colin]      1.9.14cvs36
10695
10696         * src/prefs_actions.c
10697         * src/prefs_customheader.c
10698         * src/prefs_display_header.c
10699         * src/prefs_filtering_action.c
10700         * src/prefs_matcher.c
10701         * src/prefs_toolbar.c
10702                 Fix strange casts (less elegant but
10703                 works better)
10704
10705 2005-09-16 [colin]      1.9.14cvs35
10706
10707         * src/jpilot.c
10708                 Missed that one
10709
10710 2005-09-16 [colin]      1.9.14cvs34
10711
10712         * configure.ac
10713         * src/Makefile.am
10714         * src/addr_compl.c
10715         * src/addrindex.c
10716         * src/browseldap.c
10717         * src/editldap.c
10718         * src/ldaplocate.c
10719         * src/ldapquery.c
10720         * src/ldapquery.h
10721         * src/ldapserver.c
10722         * src/ldapserver.h
10723         * src/main.c
10724         * src/matcher_parser_parse.y
10725         * src/prefs_themes.c
10726         * src/etpan/Makefile.am
10727         * src/gtk/description_window.c
10728         * src/plugins/clamav/Makefile.am
10729         * src/plugins/clamav/clamav_plugin.c
10730         * src/plugins/dillo_viewer/Makefile.am
10731         * src/plugins/pgpcore/Makefile.am
10732         * src/plugins/pgpinline/Makefile.am
10733         * src/plugins/pgpmime/Makefile.am
10734         * src/plugins/trayicon/Makefile.am
10735                 Fix 100% cpu usage in address completion list
10736                 Fix little bugs (return with no values etc)
10737                 Fix all warnings (with common CFLAGS)
10738
10739 2005-09-15 [colin]      1.9.14cvs33
10740
10741         * src/addressbook.c
10742                 Fix bug where sometimes a group's email list is empty,
10743                 force its refresh (probably fixes "Re: how to create a 
10744                 distribution list")
10745         * src/ldapquery.c
10746                 Don't return to the callback in the main thread from the
10747                 fetch thread (or face segs!)
10748
10749 2005-09-15 [paul]       1.9.14cvs32
10750
10751         * src/prefs_matcher.c
10752                 forgotten in last commit
10753
10754 2005-09-15 [paul]       1.9.14cvs31
10755
10756         * src/prefs_actions.c
10757         * src/prefs_filtering_action.c
10758         * src/prefs_quote.c
10759         * src/quote_fmt.c
10760         * src/summaryview.c
10761         * src/gtk/description_window.c
10762         * src/gtk/description_window.h
10763         * src/gtk/quicksearch.c
10764                 allow interaction with the called
10765                 description window
10766                 Patch by Anders Hammar
10767
10768 2005-09-14 [paul]       1.9.14cvs30
10769
10770         * src/compose.c
10771                 fix a little annoyance when pasting with 3rd button 
10772                 with wrap_pastes=0 and wrap_input=1
10773                 Patch by Colin
10774
10775 2005-09-14 [paul]       1.9.14cvs29
10776
10777         * src/prefs_account.c
10778                 disable 'Filter messages on receiving' for
10779                 SMTP-only accounts
10780                 Patch  by Anders Hammar
10781
10782 2005-09-14 [paul]       1.9.14cvs28
10783
10784         * po/sk.po
10785                 fix crash
10786                 updated by Andrej Kacian
10787
10788 2005-09-14 [paul]
10789
10790         1.9.15-rc1 released
10791
10792 2005-09-14 [paul]       1.9.14cvs27
10793
10794         * po/es.po
10795                 updated by Ricardo Mones Lastra
10796         * src/compose.c
10797         * src/compose.h
10798                 associate no_wrap_tags to Compose windows
10799                 instead of using a static one
10800                 Patch by Colin
10801         * src/mbox.c
10802                 fix proc_mbox()
10803                 Patch by wwp
10804         * src/textview.c
10805                 remove unneeded printf()
10806
10807 2005-09-14 [paul]       1.9.14cvs26
10808
10809         * src/addrcache.c
10810         * src/codeconv.h
10811         * src/folder.h
10812         * src/mainwindow.h
10813         * src/mh.c
10814         * src/mimeview.h
10815         * src/partial_download.c
10816         * src/pop.c
10817         * src/prefs_account.c
10818         * src/prefs_account.h
10819         * src/prefs_actions.c
10820         * src/prefs_customheader.c
10821         * src/prefs_display_header.c
10822         * src/prefs_filtering_action.c
10823         * src/prefs_matcher.c
10824         * src/prefs_toolbar.c
10825         * src/privacy.h
10826         * src/procmime.c
10827         * src/procmime.h
10828         * src/procmsg.h
10829         * src/textview.c
10830         * src/undo.h
10831         * src/common/plugin.c
10832         * src/common/session.h
10833         * src/common/socket.c
10834         * src/common/socket.h
10835         * src/common/template.c
10836         * src/gtk/gtkaspell.c
10837         * src/gtk/quicksearch.h
10838         * src/plugins/pgpcore/passphrase.c
10839         * src/plugins/pgpcore/prefs_gpg.h
10840         * src/plugins/pgpcore/select-keys.c
10841         * src/plugins/pgpcore/select-keys.h
10842         * src/plugins/pgpcore/sgpgme.c
10843         * src/plugins/pgpinline/pgpinline.c
10844         * src/plugins/pgpmime/pgpmime.c
10845         * src/plugins/trayicon/trayicon.c
10846                 fix compilation warnings
10847                 Patch by Daniel Gustafson
10848
10849 2005-09-14 [paul]       1.9.14cvs25
10850
10851         * src/addressbook.c
10852                 add missing column header, and other small
10853                 bug fixes
10854                 Patch by Anders Hammar
10855
10856 2005-09-13 [colin]      1.9.14cvs24
10857
10858         * src/gtk/gtkaspell.c
10859                 Fix non-utf8 in menu
10860                 Fix little leaks
10861                 Nullify struct members after free()s
10862
10863 2005-09-13 [colin]      1.9.14cvs23
10864
10865         * src/compose.c
10866                 Test utf8 compliance before inserting to 
10867                 buffer, and try to convert if necessary
10868         * src/procmime.c
10869                 If no charset is present, use the locale 
10870                 one instead of us-ascii
10871         * src/procmsg.c
10872                 Add Sender, List-Post and To in the checked 
10873                 headers for automatic rules creation 
10874                 (thanks to wwp)
10875         * src/prefs_themes.c
10876         * src/gtk/gtkaspell.c
10877                 Remove deprecated functions. 
10878                 patch by Daniel Gustafson
10879
10880 2005-09-12 [colin]      1.9.14cvs22
10881
10882         * src/compose.c
10883                 Fix bug #448 (Scrolling/Redraw issue with 
10884                 address-fields in Header)
10885         * src/mainwindow.c
10886         * src/summaryview.c
10887         * src/summaryview.h
10888                 Fix loss of MSG_MARKED on move/copy
10889                 Fix bug #804 (Quicksearch togglebutton doesn't 
10890                 get depressed after '/' key is pressed)
10891
10892 2005-09-12 [paul]       1.9.14cvs21
10893
10894         * AUTHORS
10895         * src/gtk/logwindow.c
10896                 add 'Clear Log' to popup menu
10897                 Patch by Anders Hammar <anders.hammar@telia.com>
10898
10899 2005-09-12 [paul]       1.9.14cvs20
10900
10901         * src/compose.c
10902                 set correct sensitivity on attachments
10903                 popup menu
10904         * src/folder.c
10905                 fix typo
10906         * src/prefs_spelling.c
10907                 fix crash when no LANG env is set
10908         * src/common/xml.c
10909                 fix crash in wizard
10910                 don't use memeory after free
10911
10912         All patches by Daniel Gustafson
10913
10914 2005-09-12 [paul]       1.9.14cvs19
10915
10916         * src/prefs_themes.c
10917                 make theme info selectable
10918         * src/gtk/description_window.c
10919                 make window non-modal
10920         * tools/README
10921                 add details of asus_mailed.sh
10922         * tools/claws.i18n.status.pl
10923                 update for new zh_TW translator
10924                 widen the output
10925                 create alternate coloured lines
10926                 improve readability
10927
10928 2005-09-10 [colin]      1.9.14cvs18
10929
10930         * src/plugins/pgpcore/select-keys.c
10931                 Better order for the buttons
10932
10933 2005-09-10 [colin]      1.9.14cvs17
10934
10935         * src/compose.c
10936         * src/plugins/pgpcore/select-keys.c
10937         * src/plugins/pgpcore/select-keys.h
10938         * src/plugins/pgpcore/sgpgme.c
10939                 Add a "Don't encrypt" button to the key
10940                 selection dialog. Fixes bug #177 (There should be a 
10941                 'Don't encrypt button in the Select Keys dialog)
10942
10943 2005-09-10 [colin]      1.9.14cvs16
10944
10945         * src/compose.c
10946                 Fix bug #572 (%X option does not work with templates)
10947
10948 2005-09-10 [colin]      1.9.14cvs15
10949
10950         * src/toolbar.c 
10951                 Remove g_print
10952
10953 2005-09-10 [colin]      1.9.14cvs14
10954
10955         * src/imap.c
10956                 Fix a possible crash
10957
10958 2005-09-09 [colin]      1.9.14cvs13
10959
10960         * src/imap.c
10961         * src/etpan/imap-thread.c
10962         * src/etpan/imap-thread.h
10963                 Fix moving from queue or drafts to normal folders
10964                 Fix bug #794 (No way to delete without expunging)
10965                 Take flags unset by other mailers into account
10966                 Take deleted flag set by other mailers into account
10967                 Fix unsetting REPLIED flag
10968                 Fix crash when capabilities can't be retrieved
10969         * src/mainwindow.c
10970         * src/mainwindow.h
10971                 Add M_DELAYED_FLAGS condition, and let the user use
10972                 Execute in order to be able to expunge deleted mails,
10973                 even if he's not in delayed execute mode
10974         * src/prefs_spelling.c
10975                 Use 'en' dictionary by default if LANG is POSIX or C
10976         * src/gtk/prefswindow.c
10977                 Fix bug #767 (Preferences windows expanding) by making
10978                 the window a bit larger when the resolution is greater
10979                 than 640x480, and by putting the prefs in a
10980                 GtkScrolledWindow.
10981
10982 2005-09-09 [paul]       1.9.14cvs12
10983
10984         * AUTHORS
10985         * configure.ac
10986         * po/zh_TW.Big5.po      ** REMOVED **
10987         * po/zh_TW.po           ** ADDED **
10988                 updated by Wei-Lun Chao
10989
10990 2005-09-09 [paul]       1.9.14cvs11
10991
10992         * src/mainwindow.c
10993                 fix asserts
10994         * src/common/xml.c
10995                 delay memory allocation until file is
10996                 opened successfully
10997                 Patch by Daniel Gustafson
10998
10999 2005-09-09 [colin]      1.9.14cvs10
11000
11001         * src/imap.c
11002                 Add guards
11003
11004 2005-09-08 [colin]      1.9.14cvs9
11005
11006         * src/compose.c
11007                 Alert when we can't save draft
11008                 Fix various wrap/color issues
11009                 Add mid-click pasting respecting wrap_paste option
11010         * src/folder.c
11011         * src/folder.h
11012         * src/folder_item_prefs.c
11013         * src/folder_item_prefs.h
11014         * src/imap.c
11015         * src/imap_gtk.c
11016         * src/imap_gtk.h
11017         * src/main.c
11018         * src/mainwindow.c
11019         * src/mainwindow.h
11020         * src/news.c
11021         * src/news_gtk.c
11022         * src/news_gtk.h
11023         * src/prefs_folder_item.c
11024                 Fix the impossibility to synchronise folders for
11025                 offline use (IMAP and NNTP are concerned)
11026
11027 2005-09-08 [colin]      1.9.14cvs8
11028
11029         * configure.ac
11030                 Build LDAP and JPilot by default if available
11031         * src/textview.c
11032                 Fix use after free
11033
11034 2005-09-08 [paul]       1.9.14cvs7
11035
11036         * doc/manual/en/sylpheed-1.html
11037         * doc/manual/en/sylpheed-18.html
11038         * doc/manual/en/sylpheed-19.html
11039         * doc/manual/en/sylpheed-4.html
11040         * doc/manual/en/sylpheed-6.html
11041         * doc/manual/en/sylpheed.html
11042                 a few minor updates, plus include some
11043                 details about plugins and their requirements
11044         * src/mainwindow.c
11045                 minor changes to English in /View/Sort
11046
11047 2005-09-07 [colin]      1.9.14cvs6
11048
11049         * doc/manual/en/sylpheed-1.html
11050         * doc/manual/en/sylpheed-10.html
11051         * doc/manual/en/sylpheed-11.html
11052         * doc/manual/en/sylpheed-12.html
11053         * doc/manual/en/sylpheed-13.html
11054         * doc/manual/en/sylpheed-14.html
11055         * doc/manual/en/sylpheed-15.html
11056         * doc/manual/en/sylpheed-16.html
11057         * doc/manual/en/sylpheed-17.html
11058         * doc/manual/en/sylpheed-18.html
11059         * doc/manual/en/sylpheed-19.html
11060         * doc/manual/en/sylpheed-2.html
11061         * doc/manual/en/sylpheed-20.html
11062         * doc/manual/en/sylpheed-21.html
11063         * doc/manual/en/sylpheed-22.html
11064         * doc/manual/en/sylpheed-3.html
11065         * doc/manual/en/sylpheed-4.html
11066         * doc/manual/en/sylpheed-5.html
11067         * doc/manual/en/sylpheed-6.html
11068         * doc/manual/en/sylpheed-7.html
11069         * doc/manual/en/sylpheed-8.html
11070         * doc/manual/en/sylpheed-9.html
11071         * doc/manual/en/sylpheed.html
11072                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
11073
11074 2005-09-07 [colin]      1.9.14cvs5
11075
11076         * src/mainwindow.c
11077                 Make labels more to-the-point
11078
11079 2005-09-07 [colin]      1.9.14cvs4
11080
11081         * doc/manual/en/sylpheed-1.html
11082         * doc/manual/en/sylpheed-12.html
11083         * doc/manual/en/sylpheed-13.html
11084         * doc/manual/en/sylpheed-14.html
11085         * doc/manual/en/sylpheed-15.html
11086         * doc/manual/en/sylpheed-16.html
11087         * doc/manual/en/sylpheed-17.html
11088         * doc/manual/en/sylpheed-18.html
11089         * doc/manual/en/sylpheed-19.html
11090         * doc/manual/en/sylpheed-2.html
11091         * doc/manual/en/sylpheed-20.html
11092         * doc/manual/en/sylpheed-21.html
11093         * doc/manual/en/sylpheed-22.html
11094         * doc/manual/en/sylpheed-4.html
11095         * doc/manual/en/sylpheed-5.html
11096         * doc/manual/en/sylpheed-6.html
11097         * doc/manual/en/sylpheed-7.html
11098         * doc/manual/en/sylpheed-8.html
11099         * doc/manual/en/sylpheed-9.html
11100         * doc/manual/en/sylpheed.html
11101                 Update manual
11102
11103 2005-09-07 [colin]      1.9.14cvs3
11104
11105         * doc/faq/en/sylpheed-faq-1.html
11106         * doc/faq/en/sylpheed-faq-2.html
11107         * doc/faq/en/sylpheed-faq-3.html
11108         * doc/faq/en/sylpheed-faq.html
11109                 Update FAQ
11110
11111 2005-09-07 [colin]      1.9.14cvs2
11112
11113         * src/folderview.c
11114         * src/procmsg.c
11115         * src/summaryview.c
11116         * src/toolbar.c
11117                 Fix special subfolders:
11118                 - Inherit parent's icon
11119                 - sent contents of queues subfolders
11120                 - empty subfolders of trashes
11121         * src/mainwindow.c
11122                 Remove outdated manual and faq entries
11123         * src/common/utils.c
11124                 Add quotes around %s coming from mailcap
11125
11126 2005-09-07 [colin]      1.9.14cvs1
11127
11128         * src/compose.c
11129                 After saving draft, set modified to FALSE
11130         * src/mimeview.c
11131         * src/common/utils.c
11132         * src/common/utils.h
11133                 Try to open mime parts using what is 
11134                 indicated in ~/.mailcap or /etc/mailcap,
11135                 if possible.
11136
11137 2005-09-05 [paul]       1.9.14
11138
11139         1.9.14 released
11140
11141         * po/sk.po
11142                 updated by Andrej Kacian
11143
11144 2005-09-05 [paul]       1.9.13cvs83
11145
11146         * po/de.po
11147         * po/es.po
11148         * po/fi.po
11149         * po/fr.po
11150         * po/nb.po
11151         * po/pt_BR.po
11152         * po/sr.po
11153                 updated translations by Thomas Gilgin, Ricardo Mones
11154                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
11155                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
11156
11157 2005-09-04 [paul]       1.9.13cvs82
11158
11159         * src/compose.c
11160                 only warn about exceeded line length limit
11161                 on send
11162
11163 2005-09-04 [paul]       1.9.13cvs81
11164
11165         * src/compose.c
11166                 fix crash in 'line length exceeded' dialogue
11167
11168 2005-09-02 [paul]       1.9.13cvs80
11169
11170         * src/imap.c
11171                 fix bug 795, 'Connection lost IMAP'
11172                 and add statusbar prints
11173                 Patch by Colin
11174
11175 2005-09-02 [paul]       1.9.13cvs79
11176
11177         * src/compose.c
11178                 compose_wrap_paragraph() becomes
11179                 compose_beautify_paragraph()
11180                 Patch by Colin
11181
11182 2005-09-02 [colin]      1.9.13cvs78
11183
11184         * src/folderview.c
11185                 Micro-fix
11186
11187 2005-09-01 [colin]      1.9.13cvs77
11188
11189         * src/imap.c
11190                 Maybe fix bug #795 (Connection lost IMAP)
11191                 Don't try to send logout when we're disconnected.
11192         * src/summaryview.c
11193                 Include locked and marked emails in HRM
11194                 view. Fixes bug #800 (Locked messages no longer 
11195                 show up when hide read messages is used)
11196
11197 2005-09-01 [paul]       1.9.13cvs76
11198
11199         * src/prefs_common.c
11200                 fix bad cutting
11201
11202 2005-08-31 [colin]      1.9.13cvs75
11203
11204         * src/folderview.c
11205         * src/folderview.h
11206         * src/prefs_summaries.c
11207         * src/summaryview.c
11208                 Fix "go to next new", fix preference
11209                 (Open unread/next swapped)
11210
11211 2005-08-31 [paul]       1.9.13cvs74
11212
11213         * src/compose.c
11214         * src/folderview.c
11215         * src/headerview.c
11216         * src/headerview.h
11217         * src/mainwindow.c
11218         * src/prefs_common.c
11219         * src/prefs_common.h
11220         * src/prefs_fonts.c
11221         * src/summaryview.c
11222         * src/textview.c
11223         * src/common/defs.h
11224                 remove obsolete BOLD_FONT setting
11225                 fix font update in headerview and textview
11226                 headers after prefs change
11227                 Patch By Colin
11228
11229 2005-08-31 [paul]
11230
11231         1.9.14-rc4 released
11232
11233 2005-08-30 [colin]      1.9.13cvs73
11234
11235         * src/summaryview.c
11236                 When Hide read messages is selected and we
11237                 refresh the summaryview, don't remove the 
11238                 currently displayed message. Fixes bug #797
11239                 (Summary view reloads when new mail is 
11240                 downloaded in 1.9.14 rc)
11241
11242 2005-08-30 [colin]      1.9.13cvs72
11243
11244         * src/folderview.c
11245                 Fix flickering
11246         * src/mainwindow.c
11247                 Remove useless callback
11248         * src/mimeview.c
11249         * src/gtk/filesel.c
11250         * src/gtk/filesel.h
11251                 Add a filesel_select_file_save_folder() - used by Save All
11252
11253 2005-08-29 [paul]       1.9.13cvs71
11254
11255         * AUTHORS
11256         * src/matcher_parser_parse.y
11257         * src/etpan/imap-thread.c
11258                 fix building on FreeBSD
11259                 Patch by Daniel Gustafson <daniel@hobbit.se>
11260
11261 2005-08-29 [paul]       1.9.13cvs70
11262
11263         * src/plugins/pgpinline/pgpinline.c
11264                 only initialise sig result if it's been handled
11265                 Patch by Colin
11266
11267 2005-08-29 [paul]       1.9.13cvs69
11268         
11269         Patches by Colin:
11270
11271         * src/imap.c
11272         * src/common.utils.c
11273         * src/common/utils.h
11274                 optimisation
11275         * src/stock_pixmap.h
11276                 fix wrong icon reference
11277         * src/pixmaps/trash_btn.xpm
11278                 replace with nicer image
11279
11280 2005-08-28 [colin]      1.9.13cvs68
11281
11282         * src/Makefile.am
11283         * src/stock_pixmap.c
11284         * src/stock_pixmap.h
11285         * src/toolbar.c
11286         * src/pixmaps/trash_btn.xpm
11287                 Add a specific trash xpm for the button
11288
11289 2005-08-28 [colin]      1.9.13cvs67
11290
11291         * src/imap.c
11292                 Fix leak
11293
11294 2005-08-27 [colin]      1.9.13cvs66
11295
11296         * src/imap.c
11297         * src/procmime.c
11298                 Correctly fix "Problem with replies", fixes
11299                 pgpmime encryption too. 
11300
11301 2005-08-27 [colin]      1.9.13cvs65
11302
11303         * src/folder.c
11304         * src/procmsg.c
11305         * src/procmsg.h
11306         * src/summaryview.c
11307                 Fix bug #517 (messages removed from summaryview 
11308                 when moving fails)
11309
11310 2005-08-27 [colin]      1.9.13cvs64
11311
11312         * tools/Makefile.am
11313         * tools/asus_mailled.sh
11314                 Add a script to blink ASUS laptops' mail LED where there
11315                 is unread mail.
11316
11317 2005-08-27 [colin]      1.9.13cvs63
11318
11319         * src/imap.c
11320         * src/etpan/imap-thread.c
11321         * src/etpan/imap-thread.h
11322                 Implement automatic choosing of login method
11323                 Fixes bug #791
11324         * src/gtk/.cvsignore
11325                 Add sylpheed-marshal.[ch]
11326
11327 2005-08-27 [colin]      1.9.13cvs62
11328
11329         * src/common/utils.c
11330                 Fix confusing perror
11331
11332 2005-08-27 [colin]      1.9.13cvs61
11333
11334         * src/toolbar.c
11335         * src/toolbar.h
11336                 Remove A_DELETE, replace it with 
11337                 A_TRASH and A_DELETE_REAL. Automatically
11338                 rewrite config files to replace A_DELETE
11339                 with A_TRASH (no functionality change).
11340                 Fixes half of #794
11341
11342 2005-08-26 [colin]      1.9.13cvs60
11343
11344         * src/procmime.c
11345                 Previous "Problem with replies" fix brought other
11346                 problems, fixing them
11347
11348 2005-08-26 [colin]      1.9.13cvs59
11349
11350         * src/procmime.c
11351                 Fix "Problem with replies". This happened only
11352                 on IMAP...
11353         * src/procmsg.c
11354                 Factorize code a bit
11355         * src/compose.c
11356                 Speed improvement on very long messages (wrapping)
11357                 Fix signature color on Reedit and Redirect
11358                 On Reedit, don't attach pgp-signatures parts, but
11359                 set signing to On.
11360
11361 2005-08-24 [paul]       1.9.13cvs58
11362
11363         * src/compose.c
11364                 don't claim success when clicking
11365                 Cancel on the passphrase box.
11366                 Patch by Colin
11367
11368 2005-08-24 [paul]       1.9.13cvs57
11369
11370         * src/main.c
11371                 fix misplaced sylpheed.log
11372         * src/common/defs.h
11373                 define UIDL_DIR
11374
11375 2005-08-24 [paul]       1.9.13cvs56
11376
11377         * src/imap.c
11378         * src/etpan/imap-thread.c
11379         * src/etpan/imap-thread.h
11380                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
11381                 Patch by Colin
11382         * src/gtk/sylpheed-marshal.c    ** REMOVED **
11383         * src/gtk/sylpheed-marshal.h    ** REMOVED **
11384                 remove autogenerated files
11385         * tools/kdeservicemenu/README
11386         * tools/kdeservicemenu/install.sh
11387         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
11388         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
11389                 use Claws icon, use 'Sylpheed-Claws' in menu,
11390                 use kdialog, and other cleanups
11391
11392 2005-08-23 [paul]       1.9.13cvs55
11393
11394         * src/compose.c
11395                 fix paste/wrap crash
11396                 Patch by Colin
11397
11398 2005-08-23 [paul]       1.9.13cvs54
11399
11400         * src/main.c
11401                 fix crash recovery
11402                 Patch by Colin
11403
11404 2005-08-23 [paul]       1.9.13cvs53
11405
11406         * src/addressbook.c
11407         * src/editaddress.c
11408                 view all data of LDAP contacts
11409                 Patch by Colin
11410
11411 2005-08-23 [paul]       1.9.13cvs52
11412
11413         * src/addressbook.c
11414                 fix issues with the Search field
11415                 Patch by Colin
11416
11417 2005-08-22 [paul]       1.9.13cvs51
11418
11419         * src/folderview.c
11420                 put name of folder in processing dialog
11421                 title
11422         * src/prefs_folder_item.c
11423                 improve english usage
11424
11425 2005-08-22 [paul]       1.9.13cvs50
11426
11427         * src/filtering.c
11428         * src/filtering.h
11429         * src/matcher.c
11430         * src/matcher_parser_lex.l
11431         * src/matcher_parser_parse.y
11432         * src/prefs_filtering.c
11433                 add Filtering/Processing rule names feature.
11434                 (the incompatible old matcherrc is saved as
11435                 matcherrc.pre_names).
11436                 Patch by Colin
11437
11438 2005-08-22 [paul]       1.9.13cvs49
11439
11440         * src/procmsg.c
11441                 fix colour labelling
11442                 Patch by Colin
11443
11444 2005-08-22 [paul]       1.9.13cvs48
11445
11446         * src/textview.c
11447                 fix open_image_cb()
11448
11449 2005-08-22 [paul]       1.9.13cvs47
11450
11451         * src/imap.c
11452                 fix bug 789, 'SC crashes with imap (CVS ver)'
11453                 Patch by Colin
11454
11455 2005-08-22 [paul]       1.9.13cvs46
11456
11457         * src/mimeview.c
11458         * src/prefs_common.c
11459         * src/common/defs.h
11460                 define reused defaults in defs.h
11461         * src/textview.c
11462                 add 'Open image' to image popup menu
11463
11464 2005-08-21 [colin]      1.9.13cvs45
11465
11466         * src/summaryview.c
11467                 Fix bug #788 (Bogus "From" address displayed)
11468
11469 2005-08-20 [colin]      1.9.13cvs44
11470
11471         * src/folder.c
11472                 Fix buf #787 (multilevel delete causes SIGSEGV)
11473
11474 2005-08-19 [colin]      1.9.13cvs43
11475
11476         * src/inc.c
11477         * src/prefs_common.c
11478         * src/prefs_common.h
11479                 Add an hidden pref to allow modifying the
11480                 update stepping in incorporation.
11481                 Patch by wwp.
11482
11483 2005-08-19 [colin]      1.9.13cvs42
11484
11485         * src/compose.c
11486         * src/procmime.c
11487                 Workaround for broken MUAs: encode 
11488                 Content-type: name: as ASCII and 
11489                 Content-Disposition: filename: as
11490                 per rfc2231
11491         * src/prefs_account.c
11492                 Fix invisible-ness of SMTP SSL prefs
11493                 in NNTP accounts
11494
11495 2005-08-19 [paul]       1.9.13cvs41
11496
11497         * src/compose.c
11498         * src/prefs_common.c
11499         * src/prefs_common.h
11500         * src/prefs_wrapping.c
11501                 paste with or without wrapping.
11502                 patch by Colin
11503
11504 2005-08-19 [paul]       1.9.13cvs40
11505
11506         * src/prefs_common.c
11507         * src/prefs_common.h
11508         * src/summaryview.c
11509                 reintroduce enable_swap_from as a
11510                 hidden pref. patch by Colin
11511         * src/quote_fmt_parse.y
11512         * src/plugins/clamav/clamav_plugin.c
11513         * src/plugins/dillo_viewer/dillo_viewer.c
11514         * src/plugins/mathml_viewer/mathml_viewer.c
11515         * src/plugins/pgpcore/sgpgme.c
11516         * src/plugins/pgpinline/pgpinline.c
11517         * src/plugins/pgpmime/pgpmime.c
11518                 tidy up. patch by Colin
11519
11520 2005-08-19 [paul]       1.9.13cvs39
11521
11522         * configure.ac
11523                 complete cvs38's sync
11524         * src/editaddress.c
11525         * src/gedit-print.c
11526         * src/mutt.c
11527         * src/etpan/etpan-log.c
11528         * src/etpan/imap-thread.c
11529         * src/gtk/gtksourceprintjob.c
11530                 fix compilation warnings
11531                 (patch by Colin)
11532
11533 2005-08-19 [paul]       1.9.13cvs38
11534
11535         sync with main:
11536
11537         * src/account.c
11538         * src/action.c
11539         * src/addrbook.c
11540         * src/addrcache.c
11541         * src/addrharvest.c
11542         * src/addrindex.c
11543         * src/codeconv.c
11544         * src/compose.c
11545         * src/crash.c
11546         * src/exporthtml.c
11547         * src/exportldif.c
11548         * src/folder.c
11549         * src/image_viewer.c
11550         * src/inc.c
11551         * src/inc.h
11552         * src/jpilot.c
11553         * src/ldif.c
11554         * src/main.c
11555         * src/matcher.c
11556         * src/mbox.c
11557         * src/messageview.c
11558         * src/mh.c
11559         * src/mimeview.c
11560         * src/msgcache.c
11561         * src/mutt.c
11562         * src/news.c
11563         * src/partial_download.c
11564         * src/pine.c
11565         * src/pop.c
11566         * src/prefs_actions.c
11567         * src/prefs_common.c
11568         * src/prefs_customheader.c
11569         * src/prefs_display_header.c
11570         * src/prefs_gtk.c
11571         * src/prefs_themes.c
11572         * src/procheader.c
11573         * src/procmime.c
11574         * src/procmsg.c
11575         * src/recv.c
11576         * src/send_message.c
11577         * src/simple-gettext.c
11578         * src/sourcewindow.c
11579         * src/textview.c
11580         * src/vcard.c
11581         * src/common/defs.h
11582         * src/common/log.c
11583         * src/common/plugin.c
11584         * src/common/prefs.c
11585         * src/common/session.c
11586         * src/common/session.h
11587         * src/common/socket.c
11588         * src/common/socket.h
11589         * src/common/ssl_certificate.c
11590         * src/common/template.c
11591         * src/common/utils.c
11592         * src/common/utils.h
11593         * src/common/xml.c
11594         * src/gtk/about.c
11595         added wrappers for C library function that
11596                 take pathname arguments.
11597                 enabled compilation with MinGW.
11598                 use GDir instead of directly using opendir().
11599                 added rename_force().
11600
11601 2005-08-19 [paul]       1.9.13cvs37
11602         
11603         patches by Colin:
11604         * src/compose.c
11605                 fix privacy settings on re-editing
11606                 a sent message
11607         * src/jpilot.c
11608                 fix encoding bug
11609         * src/folder.c
11610         * src/procmsg.c
11611         * src/procmsg.h
11612         * src/summaryview.c
11613                 flag changing optimisation
11614
11615 2005-08-18 [martin]     1.9.13cvs36
11616
11617         * commitHelper
11618             added my login
11619         * src/addrcache.c
11620         * src/addrharvest.c
11621         * src/addrindex.c
11622         * src/compose.c
11623         * src/grouplistdialog.c
11624         * src/main.c
11625         * src/mainwindow.c
11626         * src/msgcache.c
11627         * src/mutt.c
11628         * src/pine.c
11629         * src/prefs_account.c
11630         * src/prefs_themes.c
11631         * src/stock_pixmap.c
11632         * src/summaryview.c
11633         * src/gtk/about.c
11634         * src/gtk/logwindow.c
11635             removed deprecated glib and gdk stuff
11636         * src/plugins/pgpcore/select-keys.c
11637             convert attributes from locale to utf8
11638
11639 2005-08-17 [paul]       1.9.13cvs35
11640
11641         * src/account.c
11642         * src/addressbook.c
11643                 use new GTK_STOCK_ icons if available
11644         * src/summaryview.c
11645         * src/gtk/gtksctree.c
11646         * src/gtk/gtksctree.h
11647                 faster range select. patch by Colin
11648
11649 2005-08-17 [paul]       1.9.13cvs34
11650
11651         patches by colin:
11652         * src/addressbook.c
11653         * src/addressitem.h
11654                 Add an edit button for contacts, fix selections
11655                 of gtksctree items
11656         * src/editaddress.c
11657                 Change labels, let Save be always possible in the
11658                 email and user atributes tabs
11659         * src/folderview.c
11660                 fix sort issues
11661         * src/summaryview.c
11662                 select next item instead of the displayed one
11663                 after deletion
11664
11665         * src/gtk/progressdialog.c
11666                 use prefs_common.enable_rules_hint
11667
11668 2005-08-13 [hoa]        1.9.13cvs33
11669
11670         * src/etpan/imap-thread.c
11671                 fixed build on Solaris.
11672
11673 2005-08-10 [colin]      1.9.13cvs32
11674
11675         * src/procmsg.c
11676                 Fix cvs31 (missing fclose before reading
11677                 the file)
11678
11679 2005-08-10 [colin]      1.9.13cvs31
11680
11681         * src/procmsg.c
11682                 Fix procmsg_msginfo_new_from_mimeinfo() when
11683                 the MimeInfo isn't stored in memory. This fixes
11684                 replying to an attached message.
11685
11686 2005-08-10 [colin]      1.9.13cvs30
11687
11688         * src/mainwindow.c
11689                 Fix slowness in account changing
11690
11691 2005-08-10 [colin]      1.9.13cvs29
11692
11693         * src/folder.c
11694         * src/folderutils.c
11695         * src/folderview.c
11696         * src/imap_gtk.c
11697         * src/mainwindow.c
11698         * src/mh_gtk.c
11699         * src/procmsg.c
11700         * src/summaryview.c
11701                 Optimize folder_has_parent_of_type
11702                 Prevent moving special sub-folders from contextual menus
11703                 Rework message a bit ("Empty all messages" -> "Delete all
11704                 messages")
11705                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
11706                 and "Deleted Items" folders)
11707
11708 2005-08-08 [colin]      1.9.13cvs28
11709
11710         * src/summaryview.c
11711         * src/prefs_summaries.c
11712                 Make "Select first unread|new" more flexible
11713                 (just prioritize new or unread)
11714
11715 2005-08-08 [colin]      1.9.13cvs27
11716
11717         * src/summaryview.c
11718                 If "select first new" is selected and there only
11719                 are unread messages, fallback to "select first
11720                 unread".
11721
11722 2005-08-08 [colin]      1.9.13cvs26
11723
11724         * src/folder.c
11725                 Fix shameful bugs (and bug #779)
11726
11727 2005-08-08 [colin]      1.9.13cvs25
11728
11729         * src/folder.c
11730         * src/folder.h
11731                 Cache parents' type to make folder_has_parent_of_type
11732                 faster
11733         * src/folderview.c
11734                 Forbid DnD of special sub-folders
11735         * src/procmsg.c
11736         * src/procmsg.h
11737                 Add MAIL_POSTFILTERING_HOOK
11738         * src/summaryview.c
11739                 Revert over-zealous deletion of the use_addr_book 
11740                 code
11741
11742 2005-08-07 [colin]      1.9.13cvs24
11743
11744         * src/folder.c
11745                 Fix big mistake (passing MsgInfo instead 
11746                 of FolderItem)
11747
11748 2005-08-07 [colin]      1.9.13cvs23
11749
11750         * src/compose.c
11751         * src/folder.c
11752         * src/folder.h
11753         * src/foldersel.c
11754         * src/folderutils.c
11755         * src/folderview.c
11756         * src/imap.c
11757         * src/mainwindow.c
11758         * src/messageview.c
11759         * src/mh.c
11760         * src/msgcache.c
11761         * src/procmime.c
11762         * src/summaryview.c
11763                 Make subfolders of Drafts, Queue, Outbox, Trash
11764                 work like their parents. 
11765                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
11766
11767 2005-08-07 [colin]      1.9.13cvs22
11768
11769         * src/addressbook.c
11770                 Fix bug #771 (Dragged contacts not saved)
11771
11772 2005-08-07 [paul]       1.9.13cvs21
11773
11774         * src/summaryview.c
11775                 fix bug 32 'Search Doesn't display results
11776                 if "Hide Read Messages" is chosen'
11777                 be more literal in interpreting 'Hide read
11778                 messages'
11779
11780 2005-08-07 [colin]      1.9.13cvs20
11781
11782         * src/folderview.c
11783                 Add debug
11784         * src/summaryview.c
11785                 Faster 'unthread_for_execution'
11786
11787 2005-08-06 [paul]       1.9.13cvs19
11788
11789         * src/mainwindow.c
11790                 add mnemonics to Set displayed columns
11791                 fix bug where msgview_visible option was
11792                 overwritten as TRUE on startup
11793
11794 2005-08-06 [paul]       1.9.13cvs18
11795
11796         * src/mainwindow.c
11797                 refer to 'displayed columns in folder/message
11798                 list' not 'displayed items in summary/message view'
11799         * src/prefs_display_header.c
11800                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
11801                 be consistent with similar dialogues
11802         * src/prefs_folder_column.c
11803         * src/prefs_summary_column.c
11804                 'columns' not 'items', and folder and message lists,
11805                 instead of folder and summary views;
11806                 Use 'Hidden columns' as list heading not 'Available
11807                 items';
11808                 move the 'Remove' button to the right hand side;
11809                 top-align the buttons;
11810                 remove unneeded vbox
11811         * src/prefs_summaries.c
11812                 put the 2 column prefs buttons in a frame to reduce
11813                 overall width; refer to columns not items &c.
11814
11815 2005-08-05 [colin]      1.9.13cvs17
11816
11817         * src/prefs_common.c
11818         * src/prefs_common.h
11819         * src/mainwindow.c
11820         * src/compose.c
11821         * src/messageview.c
11822                 Add an hidden toolbar_detachable pref, so
11823                 that I can get rid of these painful handles
11824                 in the toolbars. Defaults to TRUE to avoid
11825                 changing the GUI on unsuspecting people...
11826
11827 2005-08-05 [colin]      1.9.13cvs16
11828
11829         * src/Makefile.am
11830         * src/prefs_folder_column.c
11831         * src/prefs_folder_column.h
11832                 Add prefs for folder columns
11833         * src/folderview.c
11834         * src/folderview.h
11835         * src/mainwindow.c
11836         * src/mainwindow.h
11837         * src/prefs_common.c
11838         * src/prefs_common.h
11839         * src/prefs_summaries.c
11840                 Use them
11841         * src/prefs_summary_column.c
11842         * src/summaryview.c
11843         * src/summaryview.h
11844                 Add a To column
11845         * src/textview.c
11846         * src/common/utils.c
11847         * src/common/utils.h
11848                 Move uri colourisation functions
11849                 to utils
11850         * src/compose.c
11851                 Colourise URIs
11852         * src/imap.c
11853                 Fix bug with LIST where we'd try
11854                 to get Folder//////[...]/// 
11855
11856 2005-08-05 [paul]       1.9.13cvs15
11857
11858         * src/prefs_summaries.c
11859                 improve the English usage
11860         * src/summaryview.c
11861                 set font on column change
11862                 thanks to Colin
11863
11864 2005-08-05 [paul]       1.9.13cvs14
11865
11866         * src/prefs_common.c
11867         * src/prefs_common.h
11868         * src/prefs_summaries.c
11869         * src/summaryview.c
11870                 replace 'open_unread_on_enter' option with
11871                 'select_on_entry' option. opening/not opening
11872                 is now exclusively controlled by 'always_show_msg'
11873
11874 2005-08-04 [colin]      1.9.13cvs13
11875
11876         * src/compose.c
11877                 Remove dead code
11878                 Add colourisation of quotes and signatures
11879         * src/folderview.c
11880                 Fix possible crashes
11881         * src/messageview.c
11882                 Change an assert that is no problem
11883         * src/news.c
11884         * src/news_gtk.c
11885         * src/news_gtk.h
11886                 Fix offline mode
11887         * src/gtk/quicksearch.c
11888                 Fix a possible crash
11889
11890 2005-08-03 [colin]      1.9.13cvs12
11891
11892         * src/prefs_account.c
11893                 Fix bug #777 (Sylpheed crash in account configuration)
11894
11895 2005-08-03 [colin]      1.9.13cvs11
11896
11897         * src/addressbook.c
11898         * src/editaddress.c
11899         * src/editgroup.c
11900                 Fixing addressbook, round 2
11901         * src/textview.c
11902                 Fix emphasis color on rechecking 'Colorize messages'
11903
11904 2005-08-03 [paul]       1.9.13cvs10
11905
11906         sync with main
11907
11908         * src/addr_compl.c
11909         * src/compose.c
11910         * src/main.c
11911         * src/pop.c
11912         * src/prefs_account.c
11913         * src/procmime.c
11914         * src/procmsg.c
11915         * src/quote_fmt_parse.y
11916         * src/textview.c
11917         * src/common/quoted-printable.c
11918         * src/common/utils.c
11919         * src/common/utils.h
11920         * src/common/xml.c
11921                 replaced incorrect locale-independent
11922                 ctype functions with GLib's. Corrected
11923                 signedness mismatch.
11924         * src/headerview.c
11925                 headerview_create(): added spacing for vbox.
11926         * src/gtk/about.c
11927                 set focus to the OK button.
11928
11929 2005-08-03 [colin]      1.9.13cvs9
11930
11931         * src/folderview.c
11932                 Fix possible crash
11933
11934 2005-08-02 [colin]      1.9.13cvs8
11935
11936         * src/mainwindow.c
11937                 Fix cast
11938         * src/addressbook.c
11939         * src/addressitem.h
11940                 Fix a cast and more generally, try to make the
11941                 GUI more intuitive and consistent (round 1)
11942
11943 2005-08-02 [paul]       1.9.13cvs7
11944
11945         * src/folder.h
11946                 missing in 1.9.13cvs6
11947
11948 2005-08-02 [colin]      1.9.13cvs6
11949
11950         * src/folder.c
11951                 Fix one more leak
11952
11953 2005-08-02 [colin]      1.9.13cvs5
11954
11955         * src/folder.c
11956         * src/folderview.c
11957         * src/imap.c
11958         * src/main.c
11959         * src/mbox.c
11960         * src/procmsg.c
11961         * src/summaryview.c
11962                 Fix a number of folder_item_get_msg_list()-related
11963                 leaks (missing procmsg_msginfo_free()s)
11964
11965 2005-08-01 [colin]      1.9.13cvs4
11966
11967         * src/folderview.c
11968         * src/folderview.h
11969         * src/mainwindow.c
11970         * src/prefs_fonts.c
11971         * src/prefs_summaries.c
11972         * src/prefs_themes.c
11973         * src/summaryview.c
11974         * src/summaryview.h
11975         * src/textview.c
11976         * src/textview.h
11977                 Fix instant-apply of summary and folderview-related prefs
11978                 Fix erroneous g_free and alertpanels in prefs_theme
11979                 Add instant-apply for fonts
11980                 Defer applying of prefs a little bit so it's done only
11981                 once even if requested by multiples prefs pages
11982
11983 2005-08-01 [paul]       1.9.13cvs3
11984
11985         * src/main.c
11986                 fix bug 776 'S.C. crashes on close'
11987                 thanks to Colin
11988         * src/etpan/etpan-thread-manager-types.h
11989                 add missing include
11990                 thanks to Hoa
11991
11992 2005-07-25 [paul]       1.9.13cvs2
11993
11994         * src/summaryview.c
11995                 fix typos. spotted by Fabien Vantard
11996
11997 2005-07-24 [paul]       1.9.13cvs1
11998
11999         * doc/man/sylpheed.1
12000                 update man page, incorporating fix of
12001                 bug 769 'Typo in manpage'
12002         * src/etpan/imap-thread.c
12003                 fix NetBSD openssl dependencies. patch by
12004                 George Michaelson <ggm@apnic.net>
12005         * po/pt_BR.po
12006                 updated by Frederico Goncalves Guimaraes
12007
12008 2005-07-22 [paul]       1.9.13
12009
12010         1.9.13 release
12011
12012 2005-07-22 [paul]       1.9.12cvs91
12013
12014         * AUTHORS
12015         * INSTALL
12016         * README.claws
12017         * RELEASE_NOTES.claws
12018                 updated for release
12019         * configure.ac
12020         * po/nb.po
12021         * tools/claws.i18n.status.pl
12022                 add Norwegian translation. submiited by
12023                 Geir Helland <pjallabais@users.sourceforge.net>
12024         * po/ca.po
12025         * po/de.po
12026         * po/es.po
12027         * po/fi.po
12028         * po/fr.po
12029         * po/it.po
12030         * po/sk.po
12031         * po/sr.po
12032         * po/zh_CN.po
12033                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12034                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
12035                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
12036                 Yang Guilong
12037         * src/plugins/clamav/clamav_plugin_gtk.c
12038         * src/plugins/spamassassin/spamassassin_gtk.c
12039                 replace outdated description strings
12040
12041 2005-07-21 [colin]      1.9.12cvs90
12042
12043         * src/folder.c
12044                 Set folder to batch mode when scanning it. Makes deletion
12045                 of unread mails on IMAP much faster (due to the UNREAD 
12046                 flag unsetting)
12047
12048 2005-07-21 [darko]      1.9.12cvs89
12049
12050         * configure.ac
12051                 link against libresolv if necessary (patch by Paul)
12052         * src/msgcache.c
12053                 use glib's portable macros to determine endianness
12054
12055 2005-07-21 [paul]       1.9.12cvs88
12056
12057         * src/crash.c
12058         * src/gtk/about.c
12059                 update compiled-in features list
12060
12061 2005-07-20 [colin]      1.9.12cvs87
12062
12063         * src/folder.c
12064         * src/textview.c
12065                 Gcc 2.9x compilation fixes, thanks to Darko
12066         * src/plugins/clamav/clamav_plugin.c
12067                 Little optimisation: load virus database only once
12068         * src/plugins/spamassassin/spamassassin.c
12069                 Big optimisation: filtering one mail took at least 1 second,
12070                 now it takes at least 50ms. Doesn't speed up spamassassin 
12071                 itself, but should already be much more tolerable.
12072
12073 2005-07-20 [colin]      1.9.12cvs86
12074
12075         * src/summaryview.c
12076                 Fix performance issue
12077
12078 2005-07-19 [colin]      1.9.12cvs85
12079
12080         * src/plugins/pgpinline/plugin.c
12081                 Fix warning
12082
12083 2005-07-19 [colin]      1.9.12cvs84
12084
12085         * configure.ac
12086         * src/plugins/Makefile.am
12087         * src/plugins/pgpinline/.cvsignore
12088         * src/plugins/pgpinline/Makefile.am
12089         * src/plugins/pgpinline/pgpinline.c
12090         * src/plugins/pgpinline/pgpinline.deps
12091         * src/plugins/pgpinline/pgpinline.h
12092         * src/plugins/pgpinline/plugin.c
12093                 Put pgpinline in the main tree
12094
12095 2005-07-19 [paul]       1.9.12cvs83
12096
12097         * src/prefs_actions.c
12098                 prevent '//' in menu names, which cause a crash
12099                 thanks to Colin
12100
12101 2005-07-19 [paul]       1.9.12cvs82
12102
12103         * configure.ac
12104                 be generally more informative in configure output.
12105                 OpenSSL: correction: '[ --enable-openssl ...' -> 
12106                 '[ --disable-openssl ...', as --enable-openssl is default
12107                 PGP/MIME: don't check for GPGME again, check for
12108                 pgpcore instead. Therefore prevent the possibility of
12109                 attempting to build pgpmime if pgpcore dependencies are
12110                 not met
12111                 ClamAV: use pkgconfig to check for lib
12112                 libgnomeprint: revert logic on inner test to match
12113                 everything else
12114         * src/plugins/pgpcore/sgpgme.c
12115                 add missing include
12116
12117 2005-07-19 [colin]      1.9.12cvs81
12118
12119         * src/summaryview.c
12120                 Fix slow thread rebuilding in particular
12121                 cases
12122
12123 2005-07-19 [paul]       1.9.12cvs80
12124
12125         * sylpheed-claws.desktop
12126                 fix typo, spotted by Stephan Sachse
12127         * src/account.c
12128                 replace GTK_STOCK_ADD with
12129                 GTK_STOCK_NEW button
12130
12131 2005-07-18 [colin]      1.9.12cvs79
12132
12133         * src/etpan/imap-thread.c
12134                 Fix return value (Thanks Hoa)
12135
12136 2005-07-18 [colin]      1.9.12cvs78
12137
12138         * src/imap.c
12139                 Allow empty passwords
12140                 Create drafts/queue/outbox if necessary
12141         * src/summaryview.c
12142                 Remove old code
12143         * src/etpan/imap-thread.c
12144                 Fix STARTTLS (Thanks to Hoa)
12145
12146 2005-07-18 [paul]       1.9.12cvs77
12147
12148         * ChangeLog-gtk2.jp
12149         * ChangeLog.jp
12150                 removed
12151         * Makefile.am
12152                 updated to reflect additions and removals
12153         * TODO
12154                 updated to be claws-specific
12155         * TODO-gtk2
12156         * TODO-gtk2.jp
12157         * TODO.jp
12158         * sylpheed-128x128.png
12159         * sylpheed-64x64.png
12160                 removed
12161         * sylpheed-claws-128x128.png
12162         * sylpheed-claws-64x64.png
12163         * sylpheed-claws.desktop
12164         * sylpheed-claws.png
12165                 added
12166         * sylpheed.desktop
12167         * sylpheed.png
12168                 removed
12169
12170 2005-07-17 [paul]       1.9.12cvs76
12171
12172         * src/account.c
12173         * src/addressbook.c
12174         * src/alertpanel.c
12175         * src/alertpanel.h
12176         * src/compose.c
12177         * src/exphtmldlg.c
12178         * src/expldifdlg.c
12179         * src/folderview.c
12180         * src/imap_gtk.c
12181         * src/inc.c
12182         * src/message_search.c
12183         * src/messageview.c
12184         * src/mh_gtk.c
12185         * src/news_gtk.c
12186         * src/prefs_actions.c
12187         * src/prefs_filtering.c
12188         * src/prefs_matcher.c
12189         * src/prefs_template.c
12190         * src/prefs_themes.c
12191         * src/ssl_manager.c
12192         * src/summary_search.c
12193         * src/textview.c
12194         * src/toolbar.c
12195         * src/gtk/sslcertwindow.c
12196         * src/plugins/pgpcore/sgpgme.c
12197                 rework alertpanels
12198
12199 2005-07-17 [colin]      1.9.12cvs75
12200
12201         * src/privacy.c
12202                 add a PrivacySystem accessor that checks that
12203                 the system cached in a MimeInfo's privacydata
12204                 is still registered. Use this accessor instead
12205                 of directly using data->system. Fixes crashes
12206                 after unloading pgp plugins.
12207
12208 2005-07-17 [colin]      1.9.12cvs74
12209
12210         * src/alertpanel.c
12211                 Change geometry hints to a simple default size.
12212                 Fixes the certs dialogs.
12213
12214 2005-07-17 [colin]      1.9.12cvs73
12215
12216         * src/gtk/sslcertwindow.c
12217                 Use a gtkExpander
12218
12219 2005-07-17 [colin]      1.9.12cvs72
12220
12221         * src/plugins/pgpcore/Makefile.am
12222         * src/plugins/pgpmime/Makefile.am
12223                 Add gpgme libs
12224
12225 2005-07-17 [paul]       1.9.12cvs71
12226
12227         * configure.ac
12228                 add --disable-gnomeprint option
12229                 modified version of patch by Marius Mauch
12230
12231 2005-07-17 [paul]       1.9.12cvs70
12232
12233         * src/common/defs.h
12234                 update urls
12235         * src/account.c
12236         * src/action.c
12237         * src/addressbook.c
12238         * src/compose.c
12239         * src/foldersel.c
12240         * src/folderview.c
12241         * src/html.c
12242         * src/imap_gtk.c
12243         * src/main.c
12244         * src/mainwindow.c
12245         * src/messageview.c
12246         * src/mh_gtk.c
12247         * src/mimeview.c
12248         * src/news_gtk.c
12249         * src/prefs_account.c
12250         * src/prefs_send.c
12251         * src/prefs_summaries.c
12252         * src/procmsg.c
12253         * src/summaryview.c
12254         * src/common/utils.c
12255         * src/common/xml.c
12256         * src/plugins/pgpcore/passphrase.c
12257         * src/plugins/pgpcore/select-keys.c
12258                 replace inappropriately used backticks
12259                 with single quotes
12260
12261 2005-07-16 [colin]      1.9.12cvs69
12262
12263         * src/image_viewer.c
12264                 Add extra paranoid checks
12265
12266 2005-07-16 [colin]      1.9.12cvs68
12267
12268         * src/plugins/pgpcore/prefs_gpg.c
12269                 Don't auto-check sigs by default, as it
12270                 can be really slow.
12271
12272 2005-07-16 [colin]      1.9.12cvs67
12273
12274         * src/plugins/pgpcore/sgpgme.c
12275                 Make messages a bit better.
12276
12277 2005-07-16 [colin]      1.9.12cvs66
12278
12279         * src/imap.c
12280                 Remove pseudo-log
12281         * src/etpan/imap-thread.c
12282                 Add real log
12283
12284 2005-07-16 [colin]      1.9.12cvs65
12285
12286         * src/main.c
12287         * src/prefs_other.c
12288                 And now, fix build with libetpan :-/
12289
12290 2005-07-15 [colin]      1.9.12cvs64
12291
12292         * src/prefs_other.c
12293                 Continue fixing build without libetpan.
12294
12295 2005-07-15 [colin]      1.9.12cvs63
12296
12297         * src/main.c
12298                 Fix build with --disable-libetpan
12299
12300 2005-07-15 [colin]      1.9.12cvs62
12301
12302         * configure.ac
12303                 Bump libetpan's version
12304
12305 2005-07-15 [colin]      1.9.12cvs61
12306
12307         * src/etpan/imap-thread.c
12308                 Actually stop logging :)
12309
12310 2005-07-15 [colin]      1.9.12cvs60
12311
12312         * src/addressbook.c
12313                 Fix dnd of multiple addresses.
12314
12315 2005-07-15 [hoa]        1.9.12cvs59
12316
12317         * src/etpan/imap-thread.c
12318             disable login of IMAP password in libetpan log file.
12319
12320 2005-07-15 [paul]       1.9.12cvs58
12321
12322         * src/account.c
12323                 don't automatically sort
12324                 do allow drag n drop
12325
12326 2005-07-15 [paul]       1.9.12cvs57
12327
12328         * src/account.c
12329         * src/ssl_manager.c
12330                 alphabetical listing
12331
12332 2005-07-15 [paul]       1.9.12cvs56
12333
12334         * src/gtk/pluginwindow.c
12335                 sort plugin list alphabetically
12336
12337 2005-07-15 [paul]       1.9.12cvs55
12338
12339         * src/prefs_spelling.c
12340         * src/prefs_wrapping.c
12341                 unify English usage
12342
12343 2005-07-15 [colin]      1.9.12cvs54
12344
12345         * src/wizard.c
12346                 Typo fix
12347
12348 2005-07-15 [paul]       1.9.12cvs53
12349
12350         * src/prefs_message.c
12351                 make 'show cursor' a hidden option
12352
12353 2005-07-14 [colin]      1.9.12cvs52
12354
12355         * src/plugins/spamassassin/Makefile.am
12356         * src/plugins/clamav/Makefile.am
12357                 Fix double EXTRA_DISTs
12358
12359 2005-07-14 [colin]      1.9.12cvs51
12360
12361         * src/plugins/clamav/Makefile.am
12362         * src/plugins/clamav/clamav_plugin_gtk.deps
12363         * src/plugins/spamassassin/Makefile.am
12364         * src/plugins/spamassassin/spamassassin_gtk.deps
12365                 Make $plugin_gtk depend on $plugin
12366
12367 2005-07-14 [hoa]        1.9.12cvs50
12368
12369         * src/etpan/imap-thread.c
12370                 enable debug log of libetpan when running with --debug
12371
12372 2005-07-14 [colin]      1.9.12cvs49
12373
12374         * configure.ac
12375         * src/common/Makefile.am
12376         * src/common/plugin.c
12377         * src/common/plugin.h
12378                 Add a little plugin dependancy system.
12379                 Plugins can ship a $plugin_name.deps file
12380                 (near them in PLUGINDIR) so that their
12381                 dependancies are loaded if possible.
12382         * src/plugins/Makefile.am
12383         * src/plugins/pgpcore/Makefile.am
12384         * src/plugins/pgpcore/passphrase.c
12385         * src/plugins/pgpcore/passphrase.h
12386         * src/plugins/pgpcore/plugin.c
12387         * src/plugins/pgpcore/prefs_gpg.c
12388         * src/plugins/pgpcore/prefs_gpg.h
12389         * src/plugins/pgpcore/select-keys.c
12390         * src/plugins/pgpcore/select-keys.h
12391         * src/plugins/pgpcore/sgpgme.c
12392         * src/plugins/pgpcore/sgpgme.h
12393                 Introduce pgpcore, used by pgpmime and
12394                 pgpinline
12395         * src/plugins/pgpmime/Makefile.am
12396         * src/plugins/pgpmime/passphrase.c
12397         * src/plugins/pgpmime/passphrase.h
12398         * src/plugins/pgpmime/pgpmime.c
12399         * src/plugins/pgpmime/pgpmime.deps
12400         * src/plugins/pgpmime/plugin.c
12401         * src/plugins/pgpmime/prefs_gpg.c
12402         * src/plugins/pgpmime/prefs_gpg.h
12403         * src/plugins/pgpmime/select-keys.c
12404         * src/plugins/pgpmime/select-keys.h
12405         * src/plugins/pgpmime/sgpgme.c
12406         * src/plugins/pgpmime/sgpgme.h
12407                 Remove the core from pgpmime and add the
12408                 dependancy to pgpcore.
12409
12410 2005-07-14 [paul]       1.9.12cvs48
12411
12412         * src/stock_pixmap.c
12413                 forgot this in last commit
12414
12415 2005-07-14 [paul]       1.9.12cvs47
12416
12417         * src/account.c
12418         * src/addressbook.c
12419                 add accelerators for the buttons (sync with main)
12420         * src/compose.c
12421         * src/compose.h
12422                 add accelerators for the buttons.
12423                 fix editing with external editor.
12424                 replace gdk_input_*() with GIOChannel;
12425                 (sync with main)
12426         * src/foldersel.c
12427                 display folder names with new/unread
12428                 representation (sync with main)
12429         * src/main.c
12430                 specify default window icon (sync with main)
12431         * src/prefs_common.c
12432                 use_addr_book default to FALSE
12433         * src/summaryview.c
12434         * src/textview.c
12435                 add accelerators for the buttons (sync with main)
12436         * src/gtk/menu.c
12437                 fix typos
12438         * src/pixmaps/sylpheed_icon.xpm
12439                 updated
12440
12441 2005-07-13 [paul]       1.9.12cvs46
12442
12443         * src/plugins/pgpmime/pgpmime.c
12444         * src/plugins/pgpmime/sgpgme.c
12445                 (temporarily) use deprecated gpgme_data_rewind()
12446                 while largefile support is not present
12447                 (as suggested by Colin)
12448
12449 2005-07-13 [paul]       1.9.12cvs45
12450
12451         * configure.ac
12452                 remove large file support (for now):
12453                 it breaks too many things
12454
12455 2005-07-13 [paul]       1.9.12cvs44
12456
12457         * configure.ac
12458                 add large file support
12459         * src/html.c
12460                 fix bug #763 where href attribute was not
12461                 the very first attribute of a link
12462                 patch by Thomas Gilgin
12463
12464 2005-07-13 [colin]      1.9.12cvs43
12465
12466         * src/gtk/pluginwindow.c
12467                 Little portability fix
12468
12469 2005-07-13 [colin]      1.9.12cvs42
12470
12471         * src/plugins/pgpmime/sgpgme.c
12472                 Fix crasher.
12473
12474 2005-07-13 [colin]      1.9.12cvs41
12475
12476         * src/plugins/pgpmime/pgpmime.c
12477         * src/plugins/pgpmime/sgpgme.c
12478                 Use gpgme_data_release_and_get_mem instead
12479                 of gpgme_data_read.
12480
12481 2005-07-13 [colin]      1.9.12cvs40
12482
12483         * configure.ac
12484         * src/plugins/pgpmime/passphrase.c
12485         * src/plugins/pgpmime/passphrase.h
12486         * src/plugins/pgpmime/pgpmime.c
12487         * src/plugins/pgpmime/plugin.c
12488         * src/plugins/pgpmime/select-keys.c
12489         * src/plugins/pgpmime/select-keys.h
12490         * src/plugins/pgpmime/sgpgme.c
12491         * src/plugins/pgpmime/sgpgme.h
12492                 Port pgpmime to gpgme-1.0.
12493
12494 2005-07-12 [paul]       1.9.12cvs39
12495
12496         * AUTHORS
12497         * src/toolbar.c
12498         * src/toolbar.h
12499                 add a 'Go to Prev' button to the toolbar.
12500                 correct tooltip text of go to buttons.
12501                 based on patch by Yang Guilong <bamanzi@gmail.com>
12502
12503 2005-07-12 [colin]      1.9.12cvs38
12504
12505         * src/statusbar.c
12506                 Fix progress bar showing stuff at startup.
12507
12508 2005-07-12 [paul]       1.9.12cvs37
12509
12510         * src/editjpilot.c
12511                 fix building with jpilot support
12512
12513 2005-07-11 [colin]      1.9.12cvs36
12514
12515         * src/inc.c
12516                 Add visual indication that filtering is running
12517         * src/textview.c
12518                 Make {}[] uri delimiters
12519         * src/summaryview.c
12520                 Remove useless (and slow) calls
12521
12522 2005-07-11 [paul]       1.9.12cvs35
12523
12524         * src/plugins/clamav/clamav_plugin_gtk.c
12525         * src/plugins/dillo_viewer/dillo_prefs.c
12526         * src/plugins/pgpmime/prefs_gpg.c
12527         * src/plugins/spamassassin/spamassassin_gtk.c
12528                 gather plugins prefs together under their
12529                 own 'Plugins' heading
12530
12531 2005-07-11 [paul]       1.9.12cvs34
12532
12533         sync with main
12534
12535         * src/account.c
12536                 account_delete(): modified alert dialog
12537         * src/editjpilot.c
12538         * src/editvcard.c
12539                 fixed a crash when cancelling file selection
12540                 dialog by Escape key. Made non-ascii filename
12541                 selectable.
12542         * src/prefs_template.c
12543                 prefs_template_window_create(): make scrolled
12544                 window policy AUTOMATIC
12545
12546 2005-07-10 [hoa]        1.9.12cvs33
12547
12548         * src/etpan/imap-thread.c
12549                 workaround for old Courier IMAP servers.
12550
12551 2005-07-10 [colin]      1.9.12cvs32
12552
12553         * src/folder.c
12554         * src/statusbar.c
12555         * src/statusbar.h
12556                 Add visual progress indicator on filtering/processing
12557                 Factorize the progress bar code
12558         * src/imap.c
12559         * src/imap.h
12560         * src/etpan/imap-thread.c
12561                 Add a reference counter to avoid destroying the Folder
12562                 while it's in use by another callback.
12563
12564 2005-07-09 [hoa]        1.9.12cvs31
12565
12566         * src/imap.c
12567         * src/etpan/imap-thread.c
12568                 fixed deadlock when removing IMAP account.
12569
12570 2005-07-08 [colin]      1.9.12cvs30
12571
12572         * src/textview.c
12573         * src/unmime.c
12574                 Fix again problems decoding broken headers
12575         * src/gtk/inputdialog.c
12576                 Fix local variable shadowing a global one
12577
12578 2005-07-08 [colin]      1.9.12cvs29
12579
12580         * src/msgcache.c
12581                 Make the cache/mark files platform-agnostic by writing
12582                 them in little-endian format. Reading them is also done
12583                 in little-endian format, of course; however, in order
12584                 to avoid trashing mark data on big-endian machines, the
12585                 files are, at first, read from the native format if the
12586                 little-endian one doesn't exist. This is easy to deter-
12587                 mine by trying to open a file with a swapped data_ver
12588                 and seeing if it's the wanted version.
12589                 Little-endian using users should see absolutely no
12590                 difference, Big-endian users may get a very little
12591                 performance drop due to byte-swapping.
12592                 Tested on i386 and ppc32. 
12593                 Fixes bug #159 (The index file, in the mailboxes, is 
12594                 hardware depending).
12595
12596                 To have the cache/mark files updated to the new little-
12597                 endian format, "Check for new messages" or even
12598                 "Rebuild folder tree" aren't enough. Files will be
12599                 updated as soon as a folder has been opened/closed.
12600                 To update everything, just select all folders by
12601                 selecting them one by one.
12602
12603 2005-07-07 [colin]      1.9.12cvs28
12604
12605         * src/imap.c
12606                 Remember the folder separator per IMAPFolder
12607                 instead of globally.
12608                 Revive the Session on noop; fixes bug #761
12609                 (mark a bunch of unread messages as read takes 
12610                 forever)
12611
12612 2005-07-07 [darko]      1.9.12cvs27
12613
12614         * src/common/template.c
12615                 Sort templates alphabetically
12616
12617 2005-07-06 [colin]      1.9.12cvs26
12618
12619         * src/imap.c
12620                 Try to use the correct separator in
12621                 most cases. Possibly fixes bug #759
12622                 (only creates the INBOX folder when 
12623                 setting up new IMAP account) and 
12624                 bug #760 (Can't retrieve messages)
12625
12626 2005-07-06 [colin]      1.9.12cvs25
12627
12628         * src/imap.c
12629                 Use real_path in status command. This will
12630                 help later, when namespaces will be used.
12631
12632 2005-07-06 [colin]      1.9.12cvs24
12633
12634         * configure.ac
12635         * src/account.c
12636         * src/folder.c
12637         * src/imap.c
12638         * src/etpan/etpan-log.c
12639         * src/etpan/etpan-thread-manager.c
12640         * src/etpan/imap-thread.c
12641                 Add a --disable-libetpan parameter. With this,
12642                 users that don't want IMAP4 support can avoid
12643                 the new dependancy (and have no IMAP support).
12644                 Users that have IMAP4 accounts and use this
12645                 parameter won't lose their configuration, their
12646                 IMAP accounts will just be invisible and not
12647                 used.
12648         * src/textview.c
12649                 Make the "Copy ..." contextual menu items 
12650                 copy to both the X clipboard and the gtk 
12651                 clipboard - as most other apps do.
12652         * src/gtk/about.c
12653                 Add a notice about OpenSSL usage, in order to
12654                 comply with OpenSSL's license (point 6):
12655                 http://www.openssl.org/source/license.html
12656
12657 2005-07-06 [colin]      1.9.12cvs23
12658
12659         * src/alertpanel.c
12660                 Fix a minimum size for alertpanels
12661         * src/compose.c
12662                 Show 'No space left on device' type errors
12663                 when queuing/sending
12664         * src/imap_gtk.c
12665         * src/mh_gtk.c
12666                 Rework folder's deletion message (remove 
12667                 extra \n)
12668
12669 2005-07-05 [colin]      1.9.12cvs22
12670
12671         * src/imap.c
12672                 Add an alertpanel on auth error
12673                 Add pseudo-log
12674                 Remove pthread-related stuff
12675
12676 2005-07-05 [colin]      1.9.12cvs21
12677
12678         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12679                 Fix crash on plugin reloading (with a hack)
12680
12681 2005-07-05 [colin]      1.9.12cvs20
12682
12683         * src/prefs_account.c
12684         * src/prefs_account.h
12685                 Fix typo
12686         * src/gtk/filesel.c
12687         * src/gtk/filesel.h
12688                 Add a way to filter the view
12689         * src/gtk/pluginwindow.c
12690                 Filter loadable stuff
12691         * src/plugins/pgpmime/prefs_gpg.c
12692                 Fix missing unregistration
12693         * .cvsignore
12694         * src/etpan/.cvsignore
12695         * src/plugins/spamassassin/.cvsignore
12696                 Add more stuff to cvs ignored files
12697
12698 2005-07-04 [colin]      1.9.12cvs19
12699
12700         * src/imap.c
12701                 Fix scan_required returning FALSE when it
12702                 shouldn't. Maybe fix #760 (Can't retrieve
12703                 messages)
12704
12705 2005-07-04 [colin]      1.9.12cvs18
12706
12707         * src/summaryview.c
12708                 Fix always_show_msg pref
12709
12710 2005-07-04 [paul]       1.9.12cvs17
12711
12712         sync with main (forgotten in last commit)
12713         
12714         * src/common/utils.c
12715         * src/common/utils.h
12716                 check_line_length(): new.
12717                 is_dir_exist()
12718                 is_file_entry_exist()
12719                 dirent_is_regular_file()
12720                 dirent_is_directory(): use g_file_test() instead of stat().
12721
12722 2005-07-04 [paul]       1.9.12cvs16
12723
12724         sync with main:
12725
12726         * src/compose.c
12727                 compose_write_to_file(): check for line
12728                 length limit and display warning if exceeds
12729         * src/jpilot.c
12730                 use get_home_dir() instead of g_get_home_dir()
12731         * src/procheader.c
12732                 removed warning about invalid date
12733         * src/vcard.c
12734                 use get_home_dir() instead of g_get_home_dir()
12735
12736 2005-07-04 [paul]       1.9.12cvs15
12737
12738         * src/stock_pixmap.c
12739                 fix new pixmap naming errors
12740                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
12741
12742 2005-07-04 [colin]      1.9.12cvs14
12743
12744         * src/imap.c
12745                 Fix debugging string with a warning
12746
12747 2005-07-04 [colin]      1.9.12cvs13
12748
12749         * configure.ac
12750                 Add a check for libetpan's version (>= 0.37)
12751
12752 2005-07-04 [hoa]        1.9.12cvs12
12753
12754         * commitHelper
12755         * src/imap.c
12756         * src/etpan/imap-thread.c
12757         * src/etpan/imap-thread.h
12758                 fixed IMAP implementation of check of mails.
12759
12760 2005-07-03 [hoa]        1.9.12cvs11
12761
12762         * src/etpan/Makefile.am
12763         * src/etpan/etpan-errors.h
12764         * src/etpan/etpan-log.[ch]
12765         * src/etpan/etpan-thread-manager-types.h
12766         * src/etpan/etpan-thread-manager.[ch]
12767         * src/etpan/imap-thread.[ch]
12768         * src/Makefile.am
12769         * src/imap.c
12770         * src/main.c
12771         * src/prefs_other.c
12772         * configure.ac
12773             merged imap branch.
12774             dependency on libetpan 0.37 is now added.
12775
12776 2005-07-01 [colin]      1.9.12cvs10
12777
12778         * src/Makefile.am
12779         * src/folder.c
12780         * src/folder.h
12781         * src/folderview.c
12782         * src/stock_pixmap.c
12783         * src/stock_pixmap.h
12784         * src/plugins/trayicon/trayicon.c
12785                 Add marked symbol on folders containing
12786                 marked messages
12787         * src/procmsg.c
12788         * src/procmsg.h
12789         * src/toolbar.c
12790         * src/prefs_common.c
12791         * src/prefs_common.h
12792         * src/prefs_send.c
12793                 Add an optional confirmation dialog on queue
12794                 sending. Patch by wwp.
12795         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
12796         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
12797         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
12798         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
12799         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
12800         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
12801         * src/pixmaps/inbox_mark.xpm            ** ADDED **
12802         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
12803         * src/pixmaps/outbox_mark.xpm           ** ADDED **
12804         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
12805         * src/pixmaps/trash_mark.xpm            ** ADDED **
12806                 New pixmaps
12807
12808 2005-07-01 [colin]      1.9.12cvs9
12809
12810         * src/summaryview.c
12811                 Fix a little threading bug
12812         * src/addrgather.c
12813         * src/mainwindow.c
12814                 A little bit of HIG normality never hurts
12815
12816 2005-07-01 [colin]      1.9.12cvs8
12817
12818         * src/compose.c
12819         * src/msgcache.c
12820         * src/pop.c
12821         * src/procmime.c
12822         * src/recv.c
12823         * src/common/log.c
12824         * src/common/template.c
12825         * src/common/utils.c
12826         * src/common/utils.h
12827                 Reverted the fwrite_atomic stuff. In fact
12828                 it is already atomic.
12829
12830 2005-06-30 [colin]      1.9.12cvs7
12831
12832         * src/common/utils.c
12833         * src/common/utils.h
12834                 Add an fwrite_atomic() function to make
12835                 sure we write everything: fwrite can make
12836                 short writes.
12837         * src/compose.c
12838         * src/msgcache.c
12839         * src/pop.c
12840         * src/procmime.c
12841         * src/recv.c
12842         * src/common/log.c
12843         * src/common/template.c
12844                 Use that (and fix swapping of size and nmemb).
12845                 Thanks to Rich Coe for the heads up.
12846
12847 2005-06-30 [colin]      1.9.12cvs6
12848
12849         * src/addressbook.c
12850                 Optimize addressbook opening 
12851
12852 2005-06-30 [colin]      1.9.12cvs5
12853
12854         * src/summaryview.c
12855                 Remove calls to summary_step after move/copy
12856
12857 2005-06-28 [paul]       1.9.12cvs4
12858
12859         * src/alertpanel.c
12860                 wrap and make the error msg selectable
12861
12862 2005-06-28 [paul]       1.9.12cvs3
12863
12864         * src/ssl_manager.c
12865                 replace the OK button with a Close button
12866         * src/gtk/foldersort.c
12867                 use GTK_STOCK_ icons/buttons
12868
12869 2005-06-28 [colin]      1.9.12cvs2
12870
12871         * src/gedit-print.c             ** ADDED **
12872         * src/gedit-print.h             ** ADDED **
12873         * src/gtk/gtksourceprintjob.c   ** ADDED **
12874         * src/gtk/gtksourceprintjob.h   ** ADDED **
12875                 I can't believe no one had enough time to tell
12876                 me I forgot the `cvs add`
12877
12878 2005-06-27 [colin]      1.9.12cvs1
12879
12880         * src/Makefile.am
12881         * src/gtk/Makefile.am
12882         * src/messageview.c
12883         * src/procmsg.c
12884         * src/summaryview.c
12885         * configure.ac
12886                 Add optional libgnomeprint-based printing
12887         * src/mainwindow.c
12888         * src/gtk/quicksearch.c
12889                 Add an Edit/Quick search menu item to show
12890                 and focus the quicksearch
12891
12892 2005-06-27 [paul]       1.9.12
12893
12894         1.9.12 release
12895
12896         * po/ca.po
12897         * po/de.po
12898         * po/es.po
12899         * po/fr.po
12900         * po/it.po
12901         * po/ko.po
12902         * po/pt_BR.po
12903         * po/sk.po
12904         * po/zh_CN.po
12905                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12906                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
12907                 SungHyun Nam, Frederico Goncalves Guimaraes,
12908                 Andrej Kacian, and Yang Guilong
12909 2005-06-26 [colin]      1.9.11cvs106
12910
12911         * src/imap_gtk.c
12912                 Forgot one file for previous fix
12913
12914 2005-06-26 [colin]      1.9.11cvs105
12915
12916         * src/folder.c
12917         * src/imap.c
12918                 Fix problems with folder operations in no_select
12919                 imap folders. it applies only to mails, and 
12920                 creation/deletion/move/renaming of folders 
12921                 should be possible
12922
12923 2005-06-26 [paul]       1.9.11cvs104
12924
12925         * src/prefs_filtering.c
12926                 replace one more GTK_STOCK_REMOVE
12927                 with GTK_STOCK_DELETE
12928
12929 2005-06-25 [colin]      1.9.11cvs103
12930
12931         * src/imap.c
12932                 Optimize get_seq_set_from_seq_list
12933                 (Patch by Ricardo) 
12934
12935 2005-06-25 [colin]      1.9.11cvs102
12936
12937         * src/mh.c
12938                 If the directory exists, but not in the
12939                 correct encoding, rename it. This should
12940                 handle old-versions-induced bugs.
12941
12942 2005-06-25 [colin]      1.9.11cvs101
12943
12944         * src/mh.c
12945                 Fix path access with extended dir names
12946                 Fixes bug #589 (SC segfaults with wrong locale
12947                 settings)
12948
12949 2005-06-25 [colin]      1.9.11cvs100
12950
12951         * src/prefs_account.c
12952         * src/prefs_account.h
12953         * src/compose.c
12954                 Add an option to encrypt replies to
12955                 encrypted messages
12956
12957 2005-06-25 [colin]      1.9.11cvs99
12958
12959         * src/compose.c
12960         * src/quote_fmt_parse.y
12961                 ... And make it work with pgpinline.
12962
12963 2005-06-25 [colin]      1.9.11cvs98
12964
12965         * src/compose.c
12966         * src/procmime.c
12967         * src/procmime.h
12968         * src/quote_fmt_parse.y
12969                 o Make reedition of encrypted messages possible
12970                   (as long as it is encrypted to self too, no
12971                    magic there)
12972                 o Make replying with quote (and without selecting
12973                   text) possible for encrypted messages.
12974                 Closes bug #550 (Not possible to "reply with quote"
12975                 to gnupg encrypted messages)
12976
12977 2005-06-24 [paul]       1.9.11cvs97
12978
12979         * src/imap.c
12980                 add missing include
12981
12982 2005-06-24 [paul]       1.9.11cvs96
12983
12984         * src/editldap.c
12985                 made bind password entry invisible
12986                 (sync with main)
12987         * src/send_message.c
12988                 send_message_local(): check exit status
12989                 to detect errors (sync with main)
12990         * src/textview.c
12991                 use main's less ambiguous popup menu
12992                 wording
12993
12994 2005-06-24 [paul]       1.9.11cvs95
12995
12996         * src/prefs_actions.c
12997         * src/prefs_customheader.c
12998         * src/prefs_display_header.c
12999         * src/prefs_filtering_action.c
13000         * src/prefs_matcher.c
13001         * src/prefs_template.c
13002         * src/prefs_toolbar.c
13003                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
13004         * src/gtk/description_window.c
13005                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
13006
13007 2005-06-23 [colin]      1.9.11cvs94
13008
13009         * src/summaryview.c
13010                 Fix rough edges (be sure to call status_show whenever
13011                 necessary).
13012
13013 2005-06-23 [colin]      1.9.11cvs93
13014
13015         * src/summaryview.c
13016                 Optimize Select All
13017                 Before, in a 5K mails folder: 11s
13018                 After, in the same folder: 58000µs
13019                 The joys of locking... gtk_clist_select_all() fires a 
13020                 tree-select-row event for each selected row, which in 
13021                 summaryview, callbacks summary_selected which in turn,
13022                 calls summary_status_show, which walks the selected
13023                 rows. Hence, calling gtk_clist_select_all was 
13024                 exponential. Locking the summaryview makes 
13025                 summary_selected return early.
13026
13027 2005-06-23 [colin]      1.9.11cvs92
13028
13029         * src/imap.c
13030                 Move mutex at the important place to avoid
13031                 deadlocks
13032         * src/summaryview.c
13033                 Fix Del key deleting directly instead of
13034                 moving to trash
13035
13036 2005-06-22 [colin]      1.9.11cvs91
13037
13038         * src/plugins/spamassassin/libspamc.c
13039                 As we do spagetti code with assignations in multiple
13040                 places (see _message_read_raw where out = msg = raw),
13041                 let's be sure we don't free the same pointer twice.
13042                 Should fix bug #683 (Crash in libpam at 
13043                 message_cleanup).
13044
13045 2005-06-22 [colin]      1.9.11cvs90
13046
13047         * src/compose.c
13048         * src/messageview.c
13049         * src/toolbar.c
13050                 Make toolbar's delete use the move to trash stuff;
13051                 Add gtk_widget_realize to be sure pixmaps can get
13052                 created (that may fix an old worksforme bug which
13053                 I can't find back...)
13054
13055 2005-06-22 [colin]      1.9.11cvs89
13056
13057         * src/summaryview.c
13058         * src/summaryview.h
13059         * src/mainwindow.c
13060                 Rename "Message/Delete" to "Message/Move to trash"
13061                 Add "Message/Delete..." that directly destroys the
13062                 selected messages after asking for a confirmation.
13063
13064 2005-06-22 [colin]      1.9.11cvs88
13065
13066         * src/imap.c
13067                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
13068                 o Fix a deadlock (thanks Darko)
13069
13070 2005-06-22 [colin]      1.9.11cvs87
13071
13072         * src/gtk/foldersort.c
13073                 Add missing include for the i18n;
13074                 patch by Fabien Vantard
13075
13076 2005-06-21 [colin]      1.9.11cvs86
13077
13078         * src/folder.c
13079         * src/folderview.c
13080                 Respect the no_select flag
13081         * src/imap.c
13082                 Fix recursive deletion
13083         * src/imap_gtk.c
13084         * src/mh_gtk.c
13085                 Make the folder deletion's warning
13086                 more explicit
13087
13088 2005-06-21 [colin]      1.9.11cvs85
13089
13090         * src/textview.c
13091                 Prevent email addresses from spanning accross
13092                 lines - fixes bug # 646 (newline-chars in 
13093                 email addresses)
13094
13095 2005-06-20 [colin]      1.9.11cvs84
13096
13097         * src/folder.c
13098                 Be sure not to remove source if copy failed
13099
13100 2005-06-20 [colin]      1.9.11cvs83
13101
13102         * src/folderview.c
13103         * src/imap_gtk.c
13104                 remove summaryview's lock
13105         * src/imap.c
13106                 introduce threads to avoid problems when foreground tasks
13107                 interfere with background tasks
13108         * src/mh.c
13109                 prevent moving to drafts/queue
13110         * src/mimeview.c
13111                 fix leak
13112
13113 2005-06-19 [colin]      1.9.11cvs82
13114
13115         * src/imap_gtk.c
13116                 Remember that the user doesn't want to override
13117                 offline mode, for 3 seconds. It avoid presenting
13118                 him with N popups in a really short time.
13119
13120 2005-06-17 [colin]      1.9.11cvs81
13121
13122         * src/imap.c
13123                 Fix IMAP breaking on folders containing '('
13124                 (Probably won't be enough)
13125
13126 2005-06-17 [colin]      1.9.11cvs80
13127
13128         Forgotten files on 1.9.11cvs79
13129         * src/summaryview.c
13130                 Fix stepping when not immediately executing
13131         * src/imap.c
13132                 Really prevent UID FETCH 0
13133         * src/codeconv.c
13134                 Fix outgoing charset never set to utf-8
13135         * src/mh.c
13136                 Fix leak
13137
13138 2005-06-16 [colin]      1.9.11cvs79
13139
13140         * src/compose.c
13141                 Fix bug #707 (Dash splits rows)
13142                 Only wrap if we're on a line break position and
13143                 the previous one was a "white" (space) char.
13144                 Pango stuff is weird.
13145
13146 2005-06-16 [colin]      1.9.11cvs78
13147
13148         * src/imap_gtk.c
13149                 Lock summaryview while downloading messages
13150                 on user demand
13151         * src/procheader.c
13152         * src/unmime.c
13153         * src/common/utils.c
13154         * src/common/utils.h
13155                 Replace \r and \n with spaces in From and
13156                 Subject headers
13157
13158 2005-06-16 [paul]       1.9.11cvs77
13159
13160         * src/procmime.c
13161                 liberalise the mime parser
13162         * src/gtk/about.c
13163                 add text wrapping
13164
13165 2005-06-16 [paul]       1.9.11cvs76
13166
13167         * src/gtk/about.c
13168                 reworked
13169
13170 2005-06-15 [colin]      1.9.11cvs75
13171
13172         * src/compose.c
13173                 Finish header encoding fix
13174         * src/summaryview.c
13175                 Fix segfault
13176         * src/headerview.c
13177                 Fix compilation (Thanks Stephan
13178                 Sachse)
13179
13180 2005-06-15 [colin]      1.9.11cvs74
13181
13182         * Makefile.am
13183                 Install gnome2 stuff rather than gnome1, 
13184                 if both are present
13185         * src/codeconv.c
13186         * src/codeconv.h
13187         * src/compose.c
13188                 Fix headers encoding
13189         * src/folder.c
13190                 Visual progress when fetching all messages
13191         * src/folderview.c
13192         * src/summaryview.c
13193         * src/summaryview.h
13194                 Prevent changing current message while
13195                 incorporating
13196
13197 2005-06-15 [paul]       1.9.11cvs73
13198
13199         * src/gtk/gtkaspell.c
13200         * src/gtk/gtkaspell.h
13201                 fix build warnings
13202
13203 2005-06-15 [paul]       1.9.11cvs72
13204
13205         * src/prefs_filtering.c
13206                 allow reordering of filter rules by
13207                 drag n drop
13208
13209 2005-06-15 [paul]       1.9.11cvs71
13210
13211         * COPYING
13212                 updated
13213         * src/codeconv.c
13214                 replace deprecated function
13215         * src/inc.c
13216         * src/send_message.c
13217         * src/gtk/progressdialog.c
13218         * src/gtk/progressdialog.h
13219                 salvage and reuse parts of reverted sync
13220
13221 2005-06-15 [paul]       1.9.11cvs70
13222
13223         * src/inc.c
13224         * src/send_message.c
13225         * src/gtk/progressdialog.c
13226         * src/gtk/progressdialog.h
13227                 revert yesterday's sync with main
13228                 it contains deprecated functions
13229
13230 2005-06-15 [colin]      1.9.11cvs69
13231
13232         * src/headerview.c
13233                 Fix bug #670 (multi user to: will corrupt message 
13234                 headers display)
13235
13236 2005-06-15 [colin]      1.9.11cvs68
13237
13238         * src/compose.c
13239                 Fix bug #421 (Fix undo on wrapping)
13240
13241 2005-06-15 [colin]      1.9.11cvs67
13242
13243         * src/folder.c
13244                 Provide visual feedback while processing
13245                 folder's rules.
13246         * src/imap.c
13247                 Provide visual feedback while getting
13248                 short headers (for uncached messages)
13249
13250
13251 2005-06-14 [paul]       1.9.11cvs66
13252
13253         * src/account.c
13254                 change a couple stock icons
13255         * src/inc.c
13256         * src/send_message.c
13257         * src/gtk/progressdialog.c
13258         * src/gtk/progressdialog.h
13259                 sync main's GtkTreeView implementation
13260
13261 2005-06-14 [colin]      1.9.11cvs65
13262
13263         * src/imap.c
13264                 Various little fixes, mainly on error paths
13265
13266 2005-06-13 [colin]      1.9.11cvs64
13267
13268         * matcher.c
13269         * procmsg.c
13270         * procmsg.h
13271                 Add a way to fetch only headers. This speeds
13272                 up filtering on headers for IMAP. Fixes:
13273                 bug #481 extraneous imap commands slow down 
13274                         imap filtering
13275                 bug #522 Sylpheed downloads all messages 
13276                         when opening mailbox (IMAP)
13277                 bug #677 IMAP fetch is soooooooooooooo slow
13278         * src/folder.c
13279         * src/folder.h
13280                 Add a folder set_batch method so that
13281                 implementations can speed up flags changes
13282         * src/folderutils.c
13283         * src/summaryview.c
13284                 Use that in mark as (un)read and mark all read
13285                 Refix bug #679
13286         * src/imap.c
13287                 Implement set_batch - brings back deferred
13288                 flags in a less buggy manner. Fixes:
13289                 bug #729 IMAP immediate expunge of deleted messages
13290                 bug #191 remove list of messages with one command
13291                 Fix login with strange chars
13292                 Implement fetch_msg_full
13293                 Fix copy (wrong counts)
13294
13295 2005-06-12 [colin]      1.9.11cvs63
13296
13297         * src/folder.c
13298                 lock incorporation during long operations.
13299                 Avoids fucking up the IMAP socket.
13300
13301 2005-06-12 [colin]      1.9.11cvs62
13302
13303         * src/imap.c
13304                 Fix harmful typo
13305                 Factorize remove_all_msg
13306                 Thread-ize expunge
13307         * src/summaryview.c
13308                 Don't update partial-download status if unnecessary
13309         * src/folder.c
13310                 Use remove_msgs everywhere possible
13311
13312 2005-06-12 [colin]      1.9.11cvs61
13313
13314         * src/folder.c
13315         * src/folder.h
13316                 Add a remove_msgs function to remove a 
13317                 list of messages
13318         * src/imap.c
13319                 Implement that.
13320
13321 2005-06-12 [colin]      1.9.11cvs60
13322
13323         * src/imap.c
13324                 Remove flags-processing deferring... Too hard
13325                 to get it to work in all cases.
13326
13327 2005-06-11 [colin]      1.9.11cvs59
13328
13329         * src/imap.c
13330                 printf -> debug_print
13331
13332 2005-06-11 [colin]      1.9.11cvs58
13333
13334         * src/imap.c
13335                 o Fix build without USE_PTHREAD
13336                 o Factorize imap_open
13337                 o Alertpanel in case of impossible connection
13338                 o Alertpanel in case of impossible login
13339                 o Fix deferred flags processing to force a 
13340                   flush before adding some more flags to process,
13341                   but in another folder.
13342
13343 2005-06-10 [colin]      1.9.11cvs57
13344
13345         * src/imap.c
13346                 o Fix a format string error
13347                 o init ssl socket outside of the thread 
13348                   (it possibly invokes gtk calls)
13349         * src/procmime.c
13350                 o Put back the buffer to its necessary size
13351                 o Fix changing a file pointer without keeping
13352                   track of it (thanks Valgrind)
13353         * src/common/smtp.c
13354                 o Fix automatic STARTTLS if login should be done
13355                   and the server only allows it after starting TLS
13356         * src/gtk/gtkinputdialog.c
13357                 o Eat GDK_Return so that the combo popup doesn't 
13358                   appear when we press Enter to validate the combo
13359                   input dialog (as seen in the Open with... dialog)
13360
13361 2005-06-10 [colin]      1.9.11cvs56
13362
13363         * src/imap.c
13364                 o A bit less debug
13365                 o Fix a crash on deletion
13366                 o Threadize imap_select (it's called outside of 
13367                   threads)
13368                 o Defer treatment of DELETED flags
13369
13370
13371 2005-06-09 [colin]      1.9.11cvs55
13372
13373         * src/imap.c
13374                 Make sure we check imap_gtk_should_override(), which
13375                 potentially calls gtk stuff, before creating thread.
13376                 That way it should't be called via imap_get_session()
13377                 inside a thread.
13378
13379 2005-06-09 [colin]      1.9.11cvs54
13380
13381         * src/imap.c
13382                 o add a bit of status output
13383                 o remove some dead code
13384                 o threadize get_list_of_uids
13385                 o threadize imap_get_flags
13386                 o defer flag changing by 500ms so that they
13387                   can be batched
13388
13389
13390 2005-06-08 [colin]      1.9.11cvs53
13391
13392         * src/imap.c
13393                 Thread-ize imap_cmd_fetch
13394
13395 2005-06-08 [colin]      1.9.11cvs52
13396
13397         * src/main.c
13398                 Mmh, that broke POP3...
13399
13400 2005-06-08 [colin]      1.9.11cvs51
13401
13402         * src/main.c
13403                 Stabilize IMAP patch (thanks to Hoa)
13404
13405 2005-06-08 [colin]      1.9.11cvs50
13406
13407         * src/imap.c
13408                 Test patch to speed up imap. 
13409
13410 2005-06-08 [colin]      1.9.11cvs49
13411
13412         * src/imap_gtk.c
13413                 Warning fix
13414         * src/procmime.c
13415                 Apply patch from gentoo to use /usr/share/mime/globs if 
13416                 available, after un-breaking it
13417         * src/common/log.c
13418         * src/common/log.h
13419                 Use g_timeout for invoking hooks that possibly use gtk
13420                 calls. This should leave gtk calls in the main thread.
13421
13422 2005-06-08 [paul]       1.9.11cvs48
13423
13424         * src/codeconv.c
13425                 conv_get_outgoing_charset_str(): don't
13426                 use prefs_common setting
13427         * src/compose.c
13428         * src/compose.h
13429                 add /Options/Character encoding/... to
13430                 temporarily change the outgoing encoding
13431
13432         (belated sync with main)
13433
13434 2005-06-08 [paul]       1.9.11cvs47
13435
13436         * src/compose.c
13437                 correction to/completion of last
13438                 sync with main
13439
13440 2005-06-08 [paul]       1.9.11cvs46
13441
13442         sync with main:
13443         
13444         * src/codeconv.c
13445         * src/codeconv.h
13446                 always enabled Japanese auto-detection
13447                 if the first letters of locale string
13448                 is "ja"
13449         * src/compose.c
13450                 don't use "destroy" signal to destroy
13451                 Compose object (fix rare crashes on discard?)
13452         * src/mainwindow.c
13453         * src/messageview.c
13454         * src/prefs_send.c
13455                 added Hebrew encodings
13456         * src/sourcewindow.c
13457                 don't use "destroy" signal to destroy
13458                 objects
13459
13460 2005-06-07 [colin]      1.9.11cvs45
13461
13462         * src/summaryview.c
13463                 Add missing unlocks/locks
13464
13465 2005-06-07 [paul]       1.9.11cvs44
13466
13467         * src/summaryview.c
13468                 restore bug #749 fix
13469
13470 2005-06-06 [colin]      1.9.11cvs43
13471
13472         * src/summaryview.c
13473                 Fix selection bug when prefs_common.open_unread 
13474                 is FALSE
13475
13476 2005-06-06 [colin]      1.9.11cvs42
13477
13478         * src/common/md5.c
13479                 Fix a warning
13480         * src/summaryview.c
13481         * src/folderview.c
13482                 Factorize long operations beginning and end
13483                 (locking, freezing/thawing, cursor, ...)
13484                 Check selection->data member in selection-
13485                 related loops; this avoids dying an awful
13486                 death if the selection changes on us while
13487                 we're marking a whole IMAP folder unread, 
13488                 for example.
13489
13490 2005-06-06 [paul]       1.9.11cvs41
13491
13492         * src/textview.c
13493                 don't g_free() a static gchar buffer
13494
13495 2005-06-05 [colin]      1.9.11cvs40
13496
13497         * src/mainwindow.c
13498         * src/messageview.c
13499         * src/summaryview.c
13500                 Fix bug #749 (Show all headers should be
13501                 sticky as the GUI suggests)
13502
13503 2005-06-03 [paul]       1.9.11cvs39
13504
13505         * src/compose.c
13506                 don't allow editing of mail while sending.
13507                 patch by Colin
13508
13509 2005-06-03 [paul]       1.9.11cvs38
13510
13511         * src/folderview.c
13512                 add a freeze/thaw to speed up 'mark all read'
13513
13514 2005-06-03 [paul]       1.9.11cvs37
13515
13516         * src/prefs_message.c
13517                 reflect changes immediately
13518
13519 2005-06-02 [colin]      1.9.11cvs36
13520
13521         * po/POTFILES.in
13522                 Patch by Fabien Vantard.
13523
13524 2005-06-02 [colin]      1.9.11cvs35
13525
13526         * src/imap.c
13527                 Use a non-blocking imap_getline() if possible.
13528                 This should completely prevent the interface
13529                 from freezin on imap operations, although it
13530                 may do strange stuff in case of folder switching
13531                 while a big imap operation is taking place...
13532
13533                 In addition, fix a leak in the case thread
13534                 creation fails on connection.
13535
13536 2005-06-02 [colin]      1.9.11cvs34
13537
13538         * src/crash.c
13539         * src/prefs_common.h
13540                 Fix build (prefs_common_init() doesn't exist
13541                 anymore)
13542
13543 2005-06-02 [colin]      1.9.11cvs33
13544
13545         * src/prefs_account.c
13546                 Fix bug #245 (filtering rules broken when
13547                 renaming a remote account (imap4 or nntp)
13548
13549 2005-06-02 [colin]      1.9.11cvs32
13550
13551         * src/imap.c
13552                 Try to fix IMAP shortcomings: 
13553                 o Multithread imap_open()
13554                 o allow offline-mode overriding instead of
13555                   just returning NULL
13556         * src/imap_gtk.c
13557         * src/imap_gtk.h
13558                 Add a function to ask whether we want to
13559                 override offline-mode for 10 minutes (one-shot
13560                 asking was painful)
13561         * src/procheader.c
13562                 Fix segfault when imap parser isn't happy about
13563                 a missing {
13564
13565 2005-06-01 [colin]      1.9.11cvs31
13566
13567         * src/addrharvest.c
13568         * src/compose.c
13569         * src/mbox.c
13570         * src/mbox.h
13571         * src/mh.c
13572         * src/msgcache.c
13573         * src/send_message.c
13574         * src/setup.c
13575         * src/undo.c
13576         * src/common/hooks.c
13577         * src/common/prefs.c
13578         * src/common/template.c
13579         * src/common/utils.c
13580         * src/gtk/gtkutils.c
13581         * src/gtk/inputdialog.c
13582         * src/gtk/menu.c
13583         * src/gtk/pluginwindow.c
13584         * src/gtk/prefswindow.c
13585         * src/plugins/pgpmime/passphrase.c
13586         * src/plugins/pgpmime/prefs_gpg.c
13587                 More -Wall fixes
13588
13589         * src/common/Makefile.am
13590         * src/common/timing.h
13591                 Add basic timing code
13592
13593         * src/summaryview.c
13594                 Fix a bug with unread messages when 
13595                 re-sorting folders, and by the way
13596                 fix a big performance hit when 
13597                 re-sorting (10k mails: before 5s,
13598                 after .5s)
13599
13600         * src/prefs_compose_writing.c
13601         * src/prefs_compose_writing.h
13602         * src/prefs_message.c
13603         * src/prefs_message.h
13604         * src/prefs_other.c
13605         * src/prefs_other.h
13606         * src/prefs_quote.c
13607         * src/prefs_quote.h
13608         * src/prefs_receive.c
13609         * src/prefs_receive.h
13610         * src/prefs_send.c
13611         * src/prefs_send.h
13612         * src/prefs_summaries.c
13613         * src/prefs_summaries.h
13614                 Fix copyright banner
13615
13616 2005-06-01 [paul]       1.9.11cvs30
13617
13618         * po/fi.po
13619                 updated by Flammie Pirinen
13620         * src/procmime.c
13621                 fix 'Bad BASE64 content' output
13622
13623 2005-05-31 [colin]      1.9.11cvs29
13624
13625         * src/procmime.c
13626                 Oops, where did my hunk go.
13627
13628 2005-05-31 [colin]      1.9.11cvs28
13629
13630         * src/Makefile.am
13631         * src/account.c
13632         * src/action.c
13633         * src/addr_compl.c
13634         * src/addressbook.c
13635         * src/codeconv.c
13636         * src/compose.c
13637         * src/export.c
13638         * src/folder.c
13639         * src/folderview.c
13640         * src/image_viewer.c
13641         * src/main.c
13642         * src/mainwindow.c
13643         * src/messageview.c
13644         * src/mimeview.c
13645         * src/msgcache.c
13646         * src/prefs_account.c
13647         * src/prefs_actions.c
13648         * src/prefs_common.c
13649         * src/prefs_compose_writing.c
13650         * src/prefs_customheader.c
13651         * src/prefs_ext_prog.c
13652         * src/prefs_filtering.c
13653         * src/prefs_filtering_action.c
13654         * src/prefs_fonts.c
13655         * src/prefs_image_viewer.c
13656         * src/prefs_message.c
13657         * src/prefs_message.h
13658         * src/prefs_msg_colors.c
13659         * src/prefs_other.c
13660         * src/prefs_other.h
13661         * src/prefs_quote.c
13662         * src/prefs_receive.c
13663         * src/prefs_receive.h
13664         * src/prefs_send.c
13665         * src/prefs_send.h
13666         * src/prefs_spelling.c
13667         * src/prefs_summaries.c
13668         * src/prefs_summary_column.c
13669         * src/prefs_template.c
13670         * src/prefs_themes.c
13671         * src/prefs_toolbar.c
13672         * src/prefs_wrapping.c
13673         * src/procmime.c
13674         * src/procmsg.c
13675         * src/send_message.h
13676         * src/ssl_manager.c
13677         * src/summary_search.c
13678         * src/summaryview.c
13679         * src/textview.c
13680         * src/wizard.c
13681         * src/common/smtp.c
13682         * src/common/smtp.h
13683         * src/gtk/gtkutils.h
13684                 o Move the rest of Common prefs to new style
13685                 o Lots of -Wall warning fixes
13686                 o fix FIXME in cache memusage calculation
13687                 o Let return receipts be sent from any account
13688                 o Little cache optimisation (read)
13689                 o Fix bug #746 (don't treat commas as separators
13690                   when inside a quoted string)
13691
13692 2005-05-31 [paul]       1.9.11cvs27
13693
13694         * src/prefs_common.c
13695                 fix 'off-by-one' typo
13696
13697 2005-05-31 [paul]       1.9.11cvs26
13698
13699         * src/account.c
13700         * src/addr_compl.c
13701         * src/compose.c
13702         * src/foldersel.c
13703         * src/prefs_actions.c
13704         * src/prefs_common.c
13705         * src/prefs_common.h
13706         * src/prefs_customheader.c
13707         * src/prefs_display_header.c
13708         * src/prefs_filtering.c
13709         * src/prefs_filtering_action.c
13710         * src/prefs_matcher.c
13711         * src/prefs_summaries.c
13712         * src/prefs_summary_column.c
13713         * src/prefs_template.c
13714         * src/prefs_toolbar.c
13715         * src/ssl_manager.c
13716         * src/gtk/pluginwindow.c
13717         * src/gtk/prefswindow.c
13718         * src/gtk/progressdialog.c
13719                 add hidden prefs 'enable_rules_hint'
13720                 for gtk_tree_view_set_rules_hint()
13721                 (sync with main)
13722                 
13723
13724 2005-05-31 [colin]      1.9.11cvs25
13725
13726         * src/Makefile.am
13727         * src/main.c
13728         * src/prefs_common.c
13729         * src/prefs_summaries.c ** ADDED **
13730         * src/prefs_summaries.h ** ADDED **
13731                 Common/Display -> Display/Summaries
13732
13733 2005-05-31 [colin]      1.9.11cvs24
13734
13735         * src/Makefile.am
13736         * src/main.c
13737         * src/prefs_quote.c ** ADDED **
13738         * src/prefs_quote.h ** ADDED **
13739                 Move Common/Quote to Compose/Quoting
13740         * src/prefs_common.c
13741         * src/prefs_common.h
13742                 Remove old quote stuff, add
13743                 convenience functions for GtkTextView prefs
13744         * src/gtk/prefswindow.c
13745                 Set default height higher
13746
13747 2005-05-30 [colin]      1.9.11cvs23
13748
13749         * src/Makefile.am
13750         * src/main.c
13751         * src/prefs_common.c
13752         * src/prefs_compose_writing.c ** ADDED **
13753         * src/prefs_compose_writing.h ** ADDED **
13754                 Move Common/Compose prefs to Compose/Writing
13755
13756 2005-05-30 [colin]      1.9.11cvs22
13757
13758         * src/common/utils.c
13759                 Fix bug #651 (Confused Attract by Subject)
13760                 Patch by M. Benkmann <haferfrost@web.de>
13761         * AUTHORS
13762
13763 2005-05-30 [colin]      1.9.11cvs21
13764
13765         * src/compose.c
13766                 Fix concatenation of different headers of
13767                 the same type (bug #645)
13768         * src/prefs_folder_item.c
13769                 Fix bug #699 (setting color to black doesn't
13770                 work immediately)
13771         * src/procmime.c
13772                 Print out decoding error only once per
13773                 block
13774
13775 2005-05-30 [paul]       1.9.11cvs20
13776
13777         * src/common/template.c
13778                 fix Bcc
13779
13780 2005-05-30 [paul]       1.9.11cvs19
13781
13782         * doc/src/rfc2368.txt   **NEW FILE**
13783         * src/compose.c
13784                 compose_entries_set(): don't interpret Bcc
13785                 header field (conform to RFC 2368)
13786                 (sync with main)
13787
13788 2005-05-29 [colin]      1.9.11cvs18
13789
13790         * src/prefs_common.c
13791                 Let the default reply format respect
13792                 netiquette by cutting the signature.
13793
13794 2005-05-29 [colin]      1.9.11cvs17
13795
13796         * src/summaryview.c
13797                 Don't let always_show_msg override
13798                 open_unread_on_enter when opening a new
13799                 directory.
13800
13801 2005-05-27 [paul]       1.9.11cvs16
13802
13803         sync with main:
13804
13805         * src/main.c
13806                 app_will_exit(): cleanup tmp directory when exit
13807         * src/message_search.c
13808                 improved the interface and made code cleanup.
13809                 removed Clear button
13810         * src/send_message.c
13811                 send_message_local(): use GSpawn, and detect errors
13812         * src/summary_search.c
13813                 improved the interface and made code cleanup
13814         * src/textview.c
13815                 textview_write_link(): also skip non-ascii space
13816                  at the head of link strings (phishing check
13817                  didn't work at the case)
13818         * src/common/utils.c
13819                 get_command_output(): use g_spawn_command_line_sync()
13820                 instead of popen()
13821
13822 2005-05-26 [colin]      1.9.11cvs15
13823
13824         * src/folder.c
13825                 remove printf
13826
13827 2005-05-26 [colin]      1.9.11cvs14
13828
13829         * src/common/nntp.c
13830                 Fix nntp mode reader (bug #611)
13831                 Patch by Florian Mickler <florian@mickler.org>
13832
13833 2005-05-26 [colin]      1.9.11cvs13
13834
13835         * src/plugins/pgpmime/passphrase.c
13836                 Fix mouse grabbing (bug #557)
13837
13838 2005-05-26 [colin]      1.9.11cvs12
13839
13840         * src/prefs_themes.c
13841                 Fix g_warning (bug #541)
13842
13843 2005-05-26 [colin]      1.9.11cvs11
13844
13845         * src/prefs_actions.c
13846         * src/prefs_template.c
13847                 Fix bug #506 (no warning if action/template
13848                 is not saved)
13849         * src/common/template.c
13850                 Fix a possible crash
13851
13852 2005-05-26 [colin]      1.9.11cvs10
13853
13854         * src/folder.c
13855         * src/folderview.c
13856         * src/procmsg.c
13857         * src/summaryview.c
13858                 Forbid locked messages to be moved or
13859                 deleted. Locked messages in trashes 
13860                 still get deleted, for performance
13861                 reason (mh.c::mh_remove_all_msgs)
13862
13863 2005-05-25 [colin]      1.9.11cvs9
13864
13865         * src/procmime.c
13866                 Use correct encoding when sending mails
13867                 with attachments that have accentued 
13868                 chars in their name
13869
13870 2005-05-24 [colin]      1.9.11cvs8
13871
13872         * src/summaryview.c
13873                 Fix bug #688 f) read/unread marker not
13874                 changed on first click
13875                 Also, optimize summary_status_show()
13876                 calls
13877         * src/folder.c
13878         * src/inc.c
13879         * src/procmime.c
13880                 Fix bug #688 b) and c) wrt message
13881                 attachments and signature
13882         * src/stock_pixmap.c
13883         * src/stock_pixmap.h
13884         * src/stock_pixmap.c
13885         * src/stock_pixmap.h
13886         * src/Makefile.am
13887         * src/pixmaps/clip_gpg_signed.xpm
13888                 Add clip/signed icon
13889
13890 2005-05-24 [colin]      1.9.11cvs7
13891
13892         * src/folder_item_prefs.c
13893                 whitespace fix
13894
13895 2005-05-24 [colin]      1.9.11cvs6
13896
13897         * src/folderview.c
13898         * src/prefs_common.c
13899         * src/prefs_common.h
13900                 Add a confirmation to folder drag and drop
13901                 fixes bug #156
13902         * src/alertpanel.c
13903         * src/alertpanel.h
13904                 fix _with_disable parameters so that
13905                 the buttons labels are specifiable too
13906         * src/plugins/pgpmime/sgpgme.c
13907                 reflect said change
13908                 
13909
13910 2005-05-24 [colin]      1.9.11cvs5
13911
13912         * src/folderview.c
13913                 Uncollapse/collapse folders on double-click
13914                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
13915                 closes bug #108
13916
13917 2005-05-23 [colin]      1.9.11cvs4
13918
13919         * src/common/socket.c
13920                 Check another special SSL_peek() error.
13921                 Should help wrt bug #728
13922
13923 2005-05-23 [colin]      1.9.11cvs3
13924
13925         * src/plugins/pgpmime/pgpmime.c
13926                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
13927                 breaking menu accelerators and stuff. Users will have to
13928                 reselect "PGP MIME" instead of "PGP/MIME" in their 
13929                 account's privacy preferences if needed.
13930
13931 2005-05-22 [paul]
13932
13933         * tools/kdeservicemenu/install.sh
13934                 use kdesu to prompt for root password if doing
13935                 global install/uninstall
13936
13937 2005-05-20 [colin]      1.9.11cvs2
13938
13939         * src/procmsg.c
13940                 Fix another compilation error with gcc-2.9x
13941                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
13942         * src/send_message.c
13943                 Don't send QUIT if we aren't connected
13944
13945 2005-05-19 [colin]      1.9.11cvs1
13946
13947         * src/procmsg.c
13948                 Fix compilation with gcc 2.9x
13949
13950 2005-05-19 [paul]       1.9.11
13951
13952         1.9.11 released
13953
13954 2005-05-19 [paul]       1.9.9cvs14
13955
13956         * src/gtk/inputdialog.c
13957                 prevent gettext warning
13958
13959 2005-05-19 [paul]       1.9.9cvs13
13960
13961         * src/mainwindow.c
13962         * src/prefs_common.c
13963         * src/prefs_common.h
13964         * src/textview.c
13965         * src/textview.h
13966                 add an option to toggle cursor in message
13967                 view (sync with main)
13968
13969 2005-05-18 [colin]      1.9.9cvs12
13970
13971         * src/compose.c
13972                 Dereference freed pointer
13973         * src/gtk/gtkaspell.c
13974                 Fix duplication of dictionaries (is it an aspell issue?)
13975
13976 2005-05-18 [colin]      1.9.9cvs11
13977
13978         * src/gtk/inputdialog.c
13979         * src/gtk/gtkaspell.c
13980                 HIGuify dialogs
13981         * src/alertpanel.c
13982                 Remove a double call
13983
13984 2005-05-17 [colin]      1.9.9cvs10
13985
13986         * src/gtk/gtkaspell.c
13987                 Fix dialogs, Ctrl-Enter accel
13988
13989 2005-05-17 [colin]      1.9.9cvs9
13990
13991         * src/gtk/gtkaspell.c
13992                 Fix some accelerators, escape in replace-window
13993
13994 2005-05-16 [colin]      1.9.9cvs8
13995
13996         * src/gtk/gtkaspell.c
13997                 Revert last commit, it was a mistake.
13998
13999 2005-05-16 [colin]      1.9.9cvs7
14000
14001         * src/gtk/gtkaspell.c
14002                 Remove buggy code while we're at it. It's a 
14003                 dead code path anyway.
14004
14005 2005-05-16 [colin]      1.9.9cvs6
14006
14007         * src/gtk/gtkaspell.c
14008                 Missed some gtk_menu_popup where deactivate
14009                 signal should be handled. Should fix bug
14010                 #629 a bit more.
14011
14012 2005-05-16 [colin]      1.9.9cvs5
14013
14014         * src/gtk/gtkaspell.c
14015                 Remove debug printf()s
14016
14017 2005-05-16 [colin]      1.9.9cvs4
14018
14019         * src/gtk/gtkaspell.c
14020                 Fix a bit aspell problems
14021                 (see bug #629)
14022
14023 2005-05-13 [colin]      1.9.9cvs3
14024
14025         * src/folderview.c
14026                 Fix the + appearing even when no subfolders
14027                 have unread messages. Thanks to wwp for the
14028                 bug report.
14029
14030 2005-05-11 [paul]       1.9.9cvs2
14031
14032         * src/folderview.c
14033                 correction to 1.9.9cvs1, only colour folders that
14034                 have new msgs (not unread msgs)
14035
14036 2005-05-10 [colin]      1.9.9cvs1
14037
14038         * src/folderview.c
14039         * src/summaryview.c
14040                 Try to fix bolding bugs again.
14041
14042 2005-05-09 [paul]
14043
14044         * tools/claws.i18n.status.pl
14045                 add Ricardo Mones Lastra's script that has been providing
14046                 the i18n status page for many months
14047
14048 2005-05-09 [paul]       1.9.9
14049
14050         1.9.9 release
14051
14052 2005-05-09 [paul]       1.9.6cvs58
14053
14054         * AUTHORS
14055         * INSTALL
14056         * README.claws
14057                 updated
14058         * Makefile.am 
14059         * RELEASE_NOTES.claws
14060                 add release notes to cvs to simplify release
14061                 procedure
14062         * configure.ac
14063                 add ca and fi to ALL_LINGUAS
14064         * po/Makefile.in.in
14065                 workaround for missing Makevars
14066         * po/ca.po
14067         * po/fi.po
14068                 add new Catalan and Finnish translations
14069                 submitted by Miquel Oliete and Flammie Pirinen
14070         * po/de.po
14071         * po/es.po
14072         * po/fr.po
14073         * po/it.po
14074         * po/pl.po
14075         * po/ru.po
14076         * po/sk.po
14077         * po/sr.po
14078         * po/zh_CN.po
14079                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
14080                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
14081                 Urke MMI, and Hansom Young
14082         * src/main.c
14083                 Fix drafting when quitting. compose_draft() closes the
14084                 compose windows, which modifies the compose_list GSList.
14085                 We have to refresh this list after echo drafting to avoid a
14086                 segfault
14087         * src/partial_download.c
14088                 fix segfault on exit
14089
14090 2005-05-06 [paul]       1.9.6cvs57
14091
14092         * src/grouplistdialog.c
14093                 quick fix/workaround for unresizeable newsgroup
14094                 name column 
14095
14096 2005-05-06 [paul]       1.9.6cvs56
14097
14098         * src/inc.c
14099         * src/mainwindow.c
14100                 use gettext plural forms
14101         * src/imap_gtk.c
14102         * src/mh_gtk.c
14103         * src/toolbar.c
14104                 small improvement to english usage
14105
14106 2005-05-05 [thorsten]   1.9.6cvs55
14107
14108         * src/folder.c
14109                 fix possible crash
14110
14111 2005-05-05 [paul]       1.9.6cvs54
14112         
14113         sync with HEAD
14114
14115         * AUTHORS
14116         * src/compose.c
14117                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
14118                 patch by Tim Mann
14119
14120 2005-05-05 [paul]       1.9.6cvs53
14121
14122         * src/mainwindow.c
14123                 fix resizing of separate message and
14124                 folder views
14125
14126 2005-05-05 [paul]       1.9.6cvs52
14127
14128         * src/account.c
14129         * src/addrgather.c
14130         * src/browseldap.c
14131         * src/exphtmldlg.c
14132         * src/expldifdlg.c
14133         * src/importmutt.c
14134         * src/importpine.c
14135         * src/main.c
14136         * src/mainwindow.c
14137         * src/noticeview.c
14138         * src/prefs_filtering.c
14139         * src/prefs_filtering_action.c
14140         * src/prefs_matcher.c
14141         * src/prefs_spelling.c
14142         * src/prefs_toolbar.c
14143         * src/toolbar.c
14144         * src/wizard.c
14145         * src/gtk/description_window.c
14146         * src/gtk/gtkvscrollbutton.c
14147         * src/gtk/progressdialog.c
14148         * src/gtk/quicksearch.c
14149         * src/plugins/pgpmime/prefs_gpg.c
14150         * src/plugins/spamassassin/spamassassin_gtk.c
14151                 replace deprecated gtk_widget_set_usize
14152
14153 2005-05-04 [colin]      1.9.6cvs51
14154
14155         * src/common/utils.c
14156                 Fix crash when subst_for_filename is called
14157                 with a NULL parameter
14158
14159 2005-05-04 [colin]      1.9.6cvs50
14160
14161         * src/partial_download.c
14162         * src/pop.c
14163                 Escape login when writing uidl file
14164                 fixes bug #736
14165
14166 2005-05-03 [colin]      1.9.6cvs49
14167
14168         * src/procmime.c
14169                 Fix possible DOS in mime parser
14170                 (see bug #634)
14171
14172 2005-05-02 [colin]      1.9.6cvs48
14173
14174         * src/compose.c
14175                 Try to fix the copy/paste mess once again.
14176
14177
14178 2005-04-30 [colin]      1.9.6cvs47
14179
14180         * src/prefs_account.h
14181         * src/procmsg.c
14182         * src/send_message.c
14183         * src/common/smtp.c
14184         * src/common/smtp.h
14185                 Try to batch sending mails (per account) instead of
14186                 reconnecting to server every time.
14187
14188 2005-04-29 [colin]      1.9.6cvs46
14189
14190         * src/messageview.c
14191                 Fix window resizing that refused to size down
14192         * src/prefs_common.c
14193         * src/prefs_common.h
14194         * src/prefs_filtering.c
14195                 Save Filtering's window size
14196
14197 2005-04-21 [paul]       1.9.6cvs45
14198
14199         * ChangeLog-gtk2.claws
14200         * src/setup.c
14201                 correction to sync
14202
14203 2005-04-21 [paul]       1.9.6cvs44
14204
14205         sync with main:
14206
14207         * src/setup.c
14208         * src/statusbar.c
14209         * src/statusbar.h
14210                 use gtkut_widget_draw_now(). Improved performance
14211                 of the update of statusbar
14212         * src/textview.c
14213                 textview_smooth_scroll_do(): redraw it after scroll
14214                 is done (fixed incorrect display when a part of the
14215                 view is hidden).
14216         * src/gtk/gtkutils.c
14217         * src/gtk/gtkutils.h
14218                 gtkut_widget_draw_now(): use gdk_window_process_updates()
14219                 to force update of widgets.
14220                 Removed gtkut_widget_wait_for_draw() which had a big
14221                 overhead  because of waiting for all events processed 
14222
14223 2005-04-20 [paul]       1.9.6cvs43
14224
14225         * src/codeconv.c
14226                 complete 1.9.6cvs42's sync:
14227                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
14228
14229 2005-04-19 [paul]       1.9.6cvs42
14230
14231         sync with main:
14232
14233         * src/action.c
14234                 catch_output(): correctly select the insert text
14235                 (fix invalid iterator warnings).
14236         * src/codeconv.c
14237         * src/codeconv.h
14238         * src/mainwindow.c
14239         * src/messageview.c
14240         * src/prefs_common.c
14241                 support GBK encoding.
14242         * src/common/session.c
14243         * src/common/session.h
14244                 use separate buffer for large data to be sent,
14245                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
14246
14247 2005-04-18 [paul]       1.9.6cvs41
14248
14249         * src/jpilot.c
14250                 convert unsigned long into guint32
14251                 patch by Paul LeoNerd Evans 
14252
14253 2005-04-17 [colin]      1.9.6cvs40
14254
14255         * src/compose.c
14256                 Fix 'Request return receipt' from folder
14257                 properties (bug #708)
14258
14259 2005-04-17 [colin]      1.9.6cvs39
14260
14261         * src/mainwindow.c
14262                 Fix duplicate hotkeys in Mainwindow's menu
14263
14264 2005-04-17 [colin]      1.9.6cvs38
14265
14266         * src/folderview.c
14267                 Fix duplicate hotkeys in Folderview's contextual
14268                 menu
14269
14270 2005-04-15 [colin]      1.9.6cvs37
14271
14272         * src/summaryview.c
14273                 Fix 'Save as...' with non-ascii filenames
14274
14275 2005-04-15 [colin]      1.9.6cvs36
14276
14277         * src/plugins/pgpmime/pgpmime.c
14278                 Fix bus error on 64bit. Spotted by 
14279                 macallan1888@gmail.com
14280
14281 2005-04-15 [colin]      1.9.6cvs35
14282
14283         * src/prefs_account.c
14284                 Fix cvs34.
14285
14286 2005-04-12 [colin]      1.9.6cvs34
14287
14288         * src/prefs_account.c
14289                 Fix smtp auth type off-by-one. We forgot to
14290                 add PLAIN in the prefs-to-gui setter func and
14291                 as a result, the selected auth when opening
14292                 account prefs was not the correct one.
14293
14294 2005-04-12 [paul]       1.9.6cvs33
14295
14296         * src/inc.c
14297                 if the recv dialog is visible, Cancel only
14298                 cancels the current account
14299
14300
14301 2005-04-10 [colin]      1.9.6cvs32
14302
14303         * src/filtering.c
14304                 Copy score when copying FilteringActions
14305                 Fix bug #674
14306
14307 2005-04-10 [colin]      1.9.6cvs31
14308
14309         * src/inc.c
14310                 Make Message -> Receive -> Cancel cancel 
14311                 incorporation on all accounts. Fixes
14312                 bug #693
14313
14314 2005-04-10 [colin]      1.9.6cvs30
14315
14316         * src/prefs_account.c
14317                 Update Privacy checkbuttons status based
14318                 on the selected privacy system
14319         * src/compose.c
14320                 Always connect the "None" privacy system; the
14321                 static boolean was probably there to avoid
14322                 reconnecting twice in the same compose window,
14323                 but as the parent function is only called once
14324                 per compose, it's only a bug - as a static is
14325                 initialized once per application instance.
14326                 Also, don't uncheck Sign and Encrypt when
14327                 selecting None as privacy system; just ignore
14328                 them when sending/queuing.
14329                 Should fix bug #695
14330
14331 2005-04-08 [colin]      1.9.6cvs29
14332
14333         * src/account.c
14334         * src/prefs_account.c
14335         * src/prefs_account.h
14336                 Add account preference to queue message in a certain
14337                 folder.
14338
14339 2005-04-06 [colin]      1.9.6cvs28
14340
14341         * src/prefs_account.c
14342                 Update old inbox path syntax
14343
14344 2005-04-06 [paul]       1.9.6cvs27
14345
14346         sync with main:
14347
14348         * configure.ac
14349                 changed -traditional-cpp to -no-cpp-precomp for newer
14350                 Mac OS X support
14351         * src/foldersel.c
14352                 made column resize automatically
14353         * src/send_message.c
14354                 send_message_smtp(): consider EOF right after QUIT
14355                 successful (workaround for Gmail SMTP server)
14356         * src/common/socket.c
14357                 ssl_read(), ssl_peek(): check EOF which violates the
14358                 SSL protocol
14359         * src/gtk/colorlabel.c
14360                 removed warnings when displaying colorlabel menu
14361                 (don't use GtkAlignment)
14362
14363 2005-04-05 [paul]       1.9.6cvs26
14364
14365         * src/plugins/trayicon/trayicon.c
14366                 fix clipping of icon under KDE3 
14367
14368 2005-04-05 [paul]       1.9.6cvs25
14369
14370         * src/summaryview.c
14371                 hide display of threading
14372                 patch by Alfons
14373
14374 2005-04-04 [thorsten]   1.9.6cvs24
14375
14376         * src/mh.c
14377                 marks lost on filesystems with different stat() results on
14378                 summer-/wintertime
14379
14380 2005-04-03 [colin]      1.9.6cvs23
14381
14382         * src/summaryview.c
14383                 Don't handle up/down. Patch by Alfons
14384
14385 2005-04-02 [colin]      1.9.6cvs22
14386
14387         * src/summaryview.c
14388                 Make scrolling faster. Patch by Alfons.
14389
14390 2005-04-01 [colin]      1.9.6cvs21
14391
14392         * src/Makefile.am
14393         * src/stock_pixmap.c
14394         * src/pixmaps/dir-noselect.xpm ** REMOVED **
14395         * src/pixmaps/dir_noselect.xpm ** ADDED **
14396                 Fix pixmap name mismatch (Thanks Stephan Sachse)
14397
14398 2005-04-01 [colin]      1.9.6cvs20
14399
14400         * src/image_viewer.c
14401         * src/image_viewer.h
14402         * src/procmime.c
14403         * src/procmime.h
14404         * src/textview.c
14405         * src/textview.h
14406                 Implement inline image resizing and right-clicking
14407
14408 2005-04-01 [paul]       1.9.6cvs19
14409
14410         * AUTHORS
14411         * Makefile.am
14412         * configure.ac
14413                 check for gnome2
14414                 patch by Luca Cavalli <loopback<AT>slackit.org>
14415         * po/ru.po
14416                 updated by Pavlo Bohmat
14417
14418 2005-03-31 [colin]      1.9.6cvs18
14419
14420         * src/news.c
14421                 Fix parsing references
14422         * src/msgcache.c
14423                 don't put nulls in the references list
14424         * src/procheader.c
14425                 commit that forgotten file in 1.9.6cvs14
14426
14427 2005-03-31 [colin]      1.9.6cvs17
14428
14429         * src/compose.c
14430                 Fix joining of signature separator again. 
14431                 Maybe Hiro could put it in main too...
14432
14433 2005-03-31 [colin]      1.9.6cvs16
14434
14435         * src/Makefile.am
14436         * src/foldersel.c
14437         * src/stock_pixmap.c
14438         * src/stock_pixmap.h
14439         * src/pixmaps/dir-noselect.xpm
14440                 Update foldersel.c (sync from main, patch by Alfons)
14441
14442 2005-03-30 [colin]      1.9.6cvs15
14443
14444         * src/imap.c
14445                 Fix handling of imap folders containing [] in 
14446                 their name. Thanks to Nahuel Angelinetti for
14447                 the detailed bugreport.
14448
14449 2005-03-30 [colin]      1.9.6cvs14
14450
14451         * src/common/utils.h
14452         * src/common/utils.c
14453         * src/common/defs.h
14454         * src/matcher.c
14455         * src/msgcache.c
14456         * src/news.c
14457         * src/procmsg.c
14458         * src/procmsg.h
14459         * src/quote_fmt_parse.y
14460         * src/summaryview.c
14461                 Update references system. Patch by Alfons
14462
14463 2005-03-30 [colin]      1.9.6cvs13
14464
14465         * src/common/socket.c
14466                 Force the glibc to read resolv.conf again when 
14467                 it has changed. Should fix issues when changing
14468                 networks on a laptop and not restarting sylpheed. 
14469
14470 2005-03-30 [paul]       1.9.6cvs12
14471
14472         partial sync with main:
14473
14474         * src/action.c
14475                 create_io_dialog(): use user-defined text font
14476                 (thanks to Alfons), and modified its appearance.
14477         * src/addrgather.c
14478         * src/addrharvest.c
14479         * src/browseldap.c
14480                 replace old code
14481         * src/compose.c
14482                 don't join (presumably) itemized lines on line-wrapping
14483                 fixed wrapping of quote when auto-wrapping is enabled
14484                 compose_destroy(): destroy paned only if it's not
14485                 attached to window. Fixed memory leak of popup menu.
14486         * src/exphtmldlg.c
14487         * src/expldifdlg.c
14488                 replace old code
14489         * src/html.c
14490         * src/html.h
14491         * src/importmutt.c
14492         * src/importpine.c
14493                 replace old code
14494         * src/main.c
14495                 removed redundant code
14496         * src/mainwindow.c
14497                 changed 'Code set' (which is rather incorrect)
14498                 in the menu to 'Character encoding'
14499                 main_window_set_widgets(): request size first
14500                 to prevent window size becoming wrong
14501                 fixed remembering of the state of the visibility
14502                 of MessageView
14503         * src/messageview.c
14504                 changed 'Code set' (which is rather incorrect)
14505                 in the menu to 'Character encoding'
14506         * src/prefs_common.c
14507         * src/prefs_common.h
14508                 added an option whether to render HTML as text or not
14509                 added separators to outgoing encoding menu
14510         * src/procheader.c
14511                 procheader_scan_date_string(): support header
14512                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
14513         * src/summaryview.c
14514         * src/summaryview.h
14515                 minor code cleanup
14516         * src/textview.c
14517                 textview_show_html(): force output of newline
14518                 added an option whether to render HTML as text or not
14519         * src/common/utils.c
14520                 strncpy2(): optimized based on Alfons' code
14521         * src/gtk/gtkutils.c
14522         * src/gtk/gtkutils.h
14523                 removed non-used code
14524         * src/plugins/pgpmime/passphrase.c
14525                 partially fixed grab input of passphrase dialog
14526                 Confine pointer to window
14527
14528 2005-03-30 [colin]      1.9.6cvs11
14529
14530         * src/msgcache.c
14531         * src/msgcache.h
14532                 Read/write 32bit ints from cache & marks
14533                 From main.
14534
14535 2005-03-29 [paul]       1.9.6cvs10
14536
14537         * AUTHORS
14538         * ChangeLog.claws
14539         * src/compose.c
14540         * src/gtk/gtkaspell.c
14541                 sync with HEAD (don't pass NULL pointers) 
14542
14543 2005-03-24 [paul]
14544
14545         * tools/Makefile.am
14546         * tools/README
14547         * tools/acroread2sylpheed.pl
14548                 sync with HEAD (add script to send pdfs as
14549                 attachments from Adobe Reader 7)
14550
14551 2005-03-21 [paul]       1.9.6cvs9
14552
14553         * configure.ac
14554         * po/POTFILES.in
14555         * src/Makefile.am
14556         * src/crash.c
14557         * src/image_viewer.c ** ADDED **
14558         * src/image_viewer.h ** ADDED **
14559         * src/main.c
14560         * src/prefs_common.c
14561         * src/prefs_common.h
14562         * src/prefs_image_viewer.c ** ADDED **
14563         * src/prefs_image_viewer.h ** ADDED **
14564         * src/textview.c
14565         * src/gtk/about.c
14566         * src/pixmaps/sylpheed_logo.xpm
14567         * src/plugins/Makefile.am
14568         * src/plugins/image_viewer/.cvsignore ** REMOVED **
14569         * src/plugins/image_viewer/Makefile.am ** REMOVED **
14570         * src/plugins/image_viewer/plugin.c ** REMOVED **
14571         * src/plugins/image_viewer/viewer.c ** REMOVED **
14572         * src/plugins/image_viewer/viewer.glade ** REMOVED **
14573         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
14574         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
14575         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
14576         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
14577                 as gdk-pixbuf is now built-in
14578                 remove image_viewer plugin and put code back into
14579                 main codebase
14580                 implement inline image display (sync with main)
14581
14582                 replace logo with newer, nicer, larger version  
14583
14584 2005-03-21 [paul]       1.9.6cvs8
14585
14586         * src/gtk/about.c
14587                 cosmetic improvement
14588
14589 2005-03-21 [holger]     1.9.6cvs7
14590
14591         * src/plugins/spamassassin/spamassassin.c
14592                 Sync with HEAD
14593                 (unregister hook on failed plugin init)
14594
14595 2005-03-20 [colin]      1.9.6cvs6
14596
14597         * src/common/plugin.c
14598                 Check that plugin isn't already loaded
14599                 Patch by Alfons
14600
14601 2005-03-20 [thorsten]   1.9.6cvs5
14602
14603         * src/compose.c
14604                 use a more compatible syntax
14605
14606 2005-03-20 [thorsten]   1.9.6cvs4
14607
14608         * src/prefs_toolbar.c
14609                 fix crash when selecting toolbar item (uninitialized pointer)
14610
14611 2005-03-20 [thorsten]   1.9.6cvs3
14612
14613         * src/procmime.c
14614                 fix mimetype detection (referenced free()d string)
14615
14616 2005-03-20 [paul]       1.9.6cvs2
14617
14618         * src/compose.c
14619                 sync with HEAD (1.0.3cvs5)
14620                 neglect Reply-To header if empty
14621                 Patch by Alfons 
14622
14623 2005-03-19 [holger]     1.9.6cvs1
14624
14625         * src/summaryview.c
14626         * src/summaryview.h
14627                 Sync with HEAD
14628
14629 2005-03-18 [paul]       1.9.6
14630
14631         initial GTK2 release
14632
14633 2005-03-18 [paul]       1.0.3cvs3.1
14634
14635         * AUTHORS
14636         * ChangeLog.claws
14637         * configure.ac
14638         * src/gtk/about.c
14639         * src/pixmaps/sylpheed_logo.xpm
14640                 sync with HEAD
14641
14642 2005-03-18 [colin]      1.0.3cvs2.6
14643
14644         * src/summaryview.c
14645                 Remove call to summary_step in summary_copy_selected_to
14646                 Can't see its purpose, and this causes bug when copying
14647                 a message if the next one is unread: it reads it.
14648
14649 2005-03-18 [paul]       1.0.3cvs2.5
14650
14651         * src/foldersel.c
14652                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
14653
14654 2005-03-18 [paul]       1.0.3cvs2.4
14655
14656         * src/addrharvest.c
14657         * src/codeconv.c
14658         * src/codeconv.h
14659         * src/compose.c
14660         * src/news.c
14661         * src/procheader.c
14662         * src/procmime.c
14663         * src/unmime.c
14664         * src/unmime.h
14665                 fix buffer overflow, CAN-2005-0667, see
14666                 http://secunia.com/advisories/14491/
14667                 Patch by Alfons
14668
14669 2005-03-17 [colin]      1.0.3cvs2.3
14670
14671         * src/prefs_fonts.c
14672         * src/summaryview.c
14673                 Fix font bugs (both lists now officialy share 
14674                 the same font)
14675                 
14676
14677 2005-03-17 [paul]       1.0.3cvs2.2
14678
14679         * src/gtk/pluginwindow.c
14680                 make plugin descriptions uneditable
14681
14682 2005-03-11 [paul]       1.0.3cvs2.1
14683
14684         * ChangeLog.claws
14685         * configure.ac
14686         * po/POTFILES.in
14687         * src/plugins/trayicon/trayicon.c
14688                 sync with HEAD
14689                 add src/wizard.c to POTFILES.in
14690
14691 2005-03-11 [paul]       1.0.3cvs1.1
14692
14693         * ChangeLog
14694         * ChangeLog.claws
14695         * configure.ac
14696         * po/de.po
14697         * po/es.po
14698         * po/fr.po
14699         * po/it.po
14700         * po/pt_BR.po
14701         * po/ru.po
14702         * po/sk.po
14703         * po/sr.po
14704         * po/zh_CN.po
14705                 sync with HEAD
14706
14707 2005-03-04 [colin]      1.0.1cvs22.2
14708
14709         * src/compose.c
14710                 Fix signatures with accentued chars in it
14711
14712 2005-03-04 [colin]      1.0.1cvs22.1
14713
14714         * src/common/smtp.c
14715         * src/common/smtp.h
14716                 Don't use SIZE param in MAIL FROM: if server 
14717                 doesn't support it. Patch by Eugen Freiter
14718                 <eugen_f@users.sf.net>
14719
14720 2005-02-27 [paul]       1.0.1cvs20.1
14721
14722         * ChangeLog.claws
14723         * configure.ac
14724         * src/messageview.c
14725                 sync with HEAD
14726
14727 2005-02-27 [colin]      1.0.1cvs19.4
14728
14729         * src/procheader.c
14730         * src/procheader.h
14731                 Fix prototypes. Patch by Alfons
14732
14733 2005-02-27 [colin]      1.0.1cvs19.3
14734
14735         * src/compose.c
14736                 Don't auto-join the signature separator.
14737
14738 2005-02-26 [colin]      1.0.1cvs19.2
14739
14740         * src/summaryview.c
14741                 Fix 'mark all read' with collapsed threads.
14742                 Patch by Alfons.
14743
14744 2005-02-25 [paul]       1.0.1cvs19.1
14745
14746         * ChangeLog.claws
14747         * configure.ac
14748         * src/prefs_account.c
14749         * src/prefs_folder_item.c
14750         * src/gtk/prefswindow.c
14751         * src/gtk/prefswindow.h
14752                 sync with HEAD
14753
14754 2005-02-25 [paul]       1.0.1cvs15.12
14755
14756         * src/alertpanel.c
14757         * src/codeconv.c
14758         * src/compose.c
14759         * src/textview.c
14760         * src/gtk/gtkutils.c
14761         * src/gtk/gtkutils.h
14762         * src/gtk/logwindow.c
14763         * src/gtk/progressdialog.c
14764                 sync with main (revision 127)
14765                 and fix logwindow clipping
14766
14767 2005-02-24 [colin]      1.0.1cvs15.11
14768
14769         * src/plugins/pgpmime/passphrase.c
14770                 Disable input grabbing; it doesn't work yet.
14771
14772 2005-02-24 [colin]      1.0.1cvs15.10
14773
14774         * src/messageview.c
14775                 Don't send out receipts if offline. Ask.
14776
14777 2005-02-23 [colin]      1.0.1cvs15.9
14778
14779         * src/summaryview.c     
14780                 Fix expanding
14781
14782 2005-02-23 [colin]      1.0.1cvs15.8
14783
14784         * src/summaryview.c
14785                 Really fix Bug 568 by removing useless
14786                 calls. summary_thread_init() now called
14787                 in summary_sort(). This should please
14788                 Alfons as it should be faster than 
14789                 previously.
14790
14791 2005-02-23 [colin]      1.0.1cvs15.7
14792
14793         * src/compose.c
14794                 Encode parts as QP or B64 if signing
14795
14796 2005-02-23 [colin]      1.0.1cvs15.6
14797
14798         * src/compose.c
14799                 Fix Mimeinfo leakage (including tmp files)
14800         * src/procmsg.c
14801                 Fix tmp file leakage (spotted by Ivan Rayner)
14802
14803 2005-02-22 [colin]      1.0.1cvs15.5
14804
14805         * src/expldifdlg.c
14806                 Fix keyboard input. Patch by Alfons.
14807
14808 2005-02-21 [colin]      1.0.1cvs15.4
14809
14810         * src/compose.c
14811                 Fix Sign/Encrypt when unselecting privacy
14812                 system
14813         * src/prefs_common.c
14814                 Change default message font to Monospace
14815         * src/summaryview.c
14816                 More freezing during potentially large operations
14817
14818 2005-02-21 [paul]       1.0.1cvs15.3
14819
14820         * src/main.c
14821                 fix --help output
14822
14823 2005-02-21 [paul]       1.0.1cvs15.2
14824
14825         * po/Makefile.in.in
14826         * src/compose.c
14827         * src/summaryview.c
14828         * src/textview.c
14829         * src/common/utils.c
14830         * src/common/utils.h
14831                 sync with main (revision 117)
14832
14833 2005-02-20 [colin]      1.0.1cvs15.1
14834
14835         * src/common/defs.h
14836                 Change cache file to .sylpheed_claws_cache, as
14837                 suggested by Alfons. Allows people to switch
14838                 between Sylpheed and Sylpheed-Claws. it is
14839                 a good idea to "Check for new messages" at next
14840                 startup.
14841
14842
14843 2005-02-18 [colin]      1.0.1cvs14.1
14844
14845         * src/quote_fmt_lex.l
14846         * src/quote_fmt_parse.y
14847                 Fix parser initialisation. Patch by Ivan.
14848
14849 2005-02-18 [colin]      1.0.1cvs11.6
14850
14851         * src/folderview.c
14852                 Fix scrolldown (bug 662)
14853
14854 2005-02-17 [colin]      1.0.1cvs11.5
14855
14856         * src/codeconv.c
14857                 conv_filename_to_utf8: return clean 7bit instead
14858                 of broken utf8 if needed
14859         * src/mimeview.c
14860                 Fix display of parts with unclean 8bit names
14861
14862 2005-02-17 [paul]       1.0.1cvs11.4
14863
14864         * src/compose.c
14865         * src/exportldif.c
14866         * src/matcher_parser_parse.y
14867         * src/procmime.c
14868         * src/sourcewindow.c
14869         * src/common/Makefile.am
14870         * src/common/intl.h             ** REMOVED **
14871         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14872                 sync with main (revision 109)
14873                 and clean up
14874
14875 2005-02-16 [colin]      1.0.1cvs11.3
14876
14877         * src/summaryview.c
14878                 Fix collapsed thread not highlighting when new
14879                 messages in it (Bug 568) Patch by Stephan Sachse.
14880                 Fix messed up selection when reaching bounds (Bug 632)
14881         * src/prefs_themes.c
14882                 Fix theme installing (Bug 684)
14883
14884 2005-02-16 [colin]      1.0.1cvs11.2
14885
14886         * src/messageview.c
14887                 Fix messageview_select_all
14888
14889 2005-02-16 [colin]      1.0.1cvs11.1
14890
14891         * src/mh.c
14892                 Sync with HEAD (MH scan required function)
14893
14894 2005-02-15 [colin]      1.0.1cvs8.1
14895
14896         * src/mimeview.c
14897         * src/common/utils.c
14898                 Sync with HEAD (filename chars substitution)
14899
14900 2005-02-15 [colin]      1.0.1cvs7.3
14901
14902         * src/gtk/pluginwindow.c
14903                 Fix button spacing
14904
14905 2005-02-15 [colin]      1.0.1cvs7.2
14906
14907         * src/mimeview.c
14908                 Fix mime icons not reset across message when
14909                 scrolled down
14910
14911 2005-02-15 [colin]      1.0.1cvs7.1
14912
14913         * src/compose.c
14914         * src/procmime.c
14915                 Sync with HEAD (optimisation of cvs6)
14916
14917 2005-02-14 [colin]      1.0.1cvs6.1
14918
14919         * src/compose.c
14920         * src/procmime.c
14921                 Sync with HEAD (encode "From " at line beginning)
14922
14923 2005-02-14 [colin]      1.0.1cvs5.3
14924
14925         * src/compose.c
14926                 Fix wrapping with accentued chars.
14927
14928 2005-02-13 [colin]      1.0.1cvs5.2
14929
14930         * src/textview.c
14931                 Fix email informative part parsing with
14932                 accentued chars in it. ispunct() returns
14933                 true for them in utf8...
14934
14935 2005-02-12 [colin]      1.0.1cvs5.1
14936
14937         * src/filtering.c
14938                 Sync with HEAD (remove wrong use of compose after send)
14939
14940 2005-02-12 [paul]       1.0.1cvs4.5
14941
14942         * src/textview.c
14943                 remove unnecessary code (thanks to Alfons)
14944
14945 2005-02-12 [paul]       1.0.1cvs4.4
14946
14947         * src/textview.c
14948                 add 'Copy' to contextual menu on emails
14949
14950 2005-02-11 [colin]      1.0.1cvs4.3
14951
14952         * src/compose.c
14953                 revert 1.0.0cvs28.2, it doesn't work that well.
14954
14955 2005-02-11 [paul]       1.0.1cvs4.2
14956
14957         * po/Makefile.in.in
14958                 fix 'make release'
14959
14960 2005-02-10 [paul]       1.0.1cvs4.1
14961
14962         * ChangeLog
14963         * ChangeLog.claws
14964         * ChangeLog.jp
14965         * configure.ac
14966         * src/compose.c
14967                 sync with HEAD (sync with main)
14968
14969 2005-02-10 [paul]       1.0.1cvs3.2
14970
14971         * AUTHORS
14972         * Makefile.am
14973         * autogen.sh
14974         * configure.ac
14975         * config/mkinstalldirs
14976         * intl/.cvsignore
14977         * intl/ChangeLog
14978         * intl/VERSION
14979         * intl/bindtextdom.c
14980         * intl/config.charset
14981         * intl/dcgettext.c
14982         * intl/dcigettext.c
14983         * intl/dcngettext.c
14984         * intl/dgettext.c
14985         * intl/dngettext.c
14986         * intl/eval-plural.h
14987         * intl/explodename.c
14988         * intl/finddomain.c
14989         * intl/gettext.c
14990         * intl/gettextP.h
14991         * intl/gmo.h
14992         * intl/hash-string.h
14993         * intl/intl-compat.c
14994         * intl/l10nflist.c
14995         * intl/libgnuintl.h.in
14996         * intl/loadinfo.h
14997         * intl/loadmsgcat.c
14998         * intl/localcharset.c
14999         * intl/localcharset.h
15000         * intl/locale.alias
15001         * intl/localealias.c
15002         * intl/localename.c
15003         * intl/log.c
15004         * intl/ngettext.c
15005         * intl/os2compat.c
15006         * intl/os2compat.h
15007         * intl/osdep.c
15008         * intl/plural-exp.c
15009         * intl/plural-exp.h
15010         * intl/plural.c
15011         * intl/plural.y
15012         * intl/ref-add.sin
15013         * intl/ref-del.sin
15014         * intl/relocatable.c
15015         * intl/relocatable.h
15016         * intl/textdomain.c
15017         * m4/Makefile.am
15018         * po/Makefile.in.in
15019         * src/Makefile.am
15020         * src/account.c
15021         * src/action.c
15022         * src/addr_compl.c
15023         * src/addressadd.c
15024         * src/addressbook.c
15025         * src/addrgather.c
15026         * src/addrindex.c
15027         * src/alertpanel.c
15028         * src/browseldap.c
15029         * src/codeconv.c
15030         * src/codeconv.h
15031         * src/compose.c
15032         * src/compose.h
15033         * src/crash.c
15034         * src/editaddress.c
15035         * src/editbook.c
15036         * src/editgroup.c
15037         * src/editjpilot.c
15038         * src/editldap.c
15039         * src/editldap_basedn.c
15040         * src/editvcard.c
15041         * src/exphtmldlg.c
15042         * src/expldifdlg.c
15043         * src/export.c
15044         * src/exporthtml.c
15045         * src/filtering.c
15046         * src/folder.c
15047         * src/folder_item_prefs.c
15048         * src/foldersel.c
15049         * src/folderview.c
15050         * src/grouplistdialog.c
15051         * src/headerview.c
15052         * src/imap.c
15053         * src/imap_gtk.c
15054         * src/import.c
15055         * src/importldif.c
15056         * src/importmutt.c
15057         * src/importpine.c
15058         * src/inc.c
15059         * src/ldif.c
15060         * src/main.c
15061         * src/mainwindow.c
15062         * src/matcher.c
15063         * src/mbox.c
15064         * src/message_search.c
15065         * src/messageview.c
15066         * src/mh.c
15067         * src/mh_gtk.c
15068         * src/mimeview.c
15069         * src/msgcache.c
15070         * src/news.c
15071         * src/news_gtk.c
15072         * src/noticeview.c
15073         * src/partial_download.c
15074         * src/pop.c
15075         * src/prefs_account.c
15076         * src/prefs_actions.c
15077         * src/prefs_common.c
15078         * src/prefs_customheader.c
15079         * src/prefs_display_header.c
15080         * src/prefs_ext_prog.c
15081         * src/prefs_filtering.c
15082         * src/prefs_filtering_action.c
15083         * src/prefs_folder_item.c
15084         * src/prefs_fonts.c
15085         * src/prefs_gtk.c
15086         * src/prefs_matcher.c
15087         * src/prefs_msg_colors.c
15088         * src/prefs_spelling.c
15089         * src/prefs_summary_column.c
15090         * src/prefs_template.c
15091         * src/prefs_themes.c
15092         * src/prefs_toolbar.c
15093         * src/prefs_wrapping.c
15094         * src/privacy.c
15095         * src/procheader.c
15096         * src/procmime.c
15097         * src/procmsg.c
15098         * src/quote_fmt.c
15099         * src/recv.c
15100         * src/send_message.c
15101         * src/setup.c
15102         * src/sourcewindow.c
15103         * src/ssl_manager.c
15104         * src/statusbar.c
15105         * src/summary_search.c
15106         * src/summaryview.c
15107         * src/textview.c
15108         * src/toolbar.c
15109         * src/wizard.c
15110         * src/common/nntp.c
15111         * src/common/plugin.c
15112         * src/common/smtp.c
15113         * src/common/ssl.c
15114         * src/common/ssl_certificate.c
15115         * src/common/string_match.c
15116         * src/common/sylpheed.c
15117         * src/common/template.c
15118         * src/common/utils.c
15119         * src/gtk/about.c
15120         * src/gtk/colorlabel.c
15121         * src/gtk/description_window.c
15122         * src/gtk/filesel.c
15123         * src/gtk/foldersort.c
15124         * src/gtk/gtkaspell.c
15125         * src/gtk/gtkutils.c
15126         * src/gtk/inputdialog.c
15127         * src/gtk/logwindow.c
15128         * src/gtk/menu.c
15129         * src/gtk/pluginwindow.c
15130         * src/gtk/prefswindow.c
15131         * src/gtk/progressdialog.c
15132         * src/gtk/quicksearch.c
15133         * src/gtk/sslcertwindow.c
15134         * src/plugins/clamav/clamav_plugin.c
15135         * src/plugins/clamav/clamav_plugin_gtk.c
15136         * src/plugins/demo/demo.c
15137         * src/plugins/dillo_viewer/dillo_prefs.c
15138         * src/plugins/dillo_viewer/dillo_viewer.c
15139         * src/plugins/image_viewer/plugin.c
15140         * src/plugins/image_viewer/viewer.c
15141         * src/plugins/image_viewer/viewerprefs.c
15142         * src/plugins/mathml_viewer/mathml_viewer.c
15143         * src/plugins/pgpmime/passphrase.c
15144         * src/plugins/pgpmime/plugin.c
15145         * src/plugins/pgpmime/prefs_gpg.c
15146         * src/plugins/pgpmime/select-keys.c
15147         * src/plugins/pgpmime/sgpgme.c
15148         * src/plugins/spamassassin/spamassassin.c
15149         * src/plugins/spamassassin/spamassassin_gtk.c
15150         * src/plugins/trayicon/trayicon.c
15151                 sync with main (revision 104)
15152
15153 2005-02-10 [colin]      1.0.1cvs3.1
15154
15155         * src/mainwindow.c
15156                 Sync with HEAD (fix occasional crasher)
15157
15158 2005-02-10 [colin]      1.0.1cvs2.1
15159
15160         * src/messageview.c
15161                 Synw with HEAD (don't automatically display html)
15162
15163 2005-02-09 [colin]      1.0.1cvs1.3
15164
15165         * src/textview.c
15166         * src/textview.h
15167                 Add contextual menu on emails
15168
15169 2005-02-09 [colin]      1.0.1cvs1.2
15170
15171         * src/codeconv.c
15172                 Fix converting from broken headers and 
15173                 put back the _ in missing places
15174                 (feature broke with cvs24.2 sync, main 
15175                  possibly affected?)
15176
15177 2005-02-09 [colin]      1.0.1cvs1.1
15178
15179         * src/messageview.c
15180         * src/mimeview.c
15181         * src/mimeview.h
15182                 Sync with HEAD (display non text/plain mails with plugin)
15183
15184 2005-02-08 [colin]      1.0.1.1
15185
15186         * ChangeLog.claws
15187         * po/pt_BR.po
15188                 Sync with HEAD
15189         * configure.ac
15190                 Make default configuration directory 
15191                 be .sylpheed-gtk2
15192
15193 2005-02-08 [colin]      1.0.0cvs29.1
15194
15195         * po/de.po
15196         * po/es.po
15197         * po/fr.po
15198         * po/it.po
15199         * po/sk.po
15200         * po/sr.po
15201                 Sync translations with HEAD
15202
15203 2005-02-06 [colin]      1.0.0cvs28.3
15204
15205         * src/compose.c
15206                 Make compose a bit faster - patch by Alfons.
15207
15208 2005-02-06 [colin]      1.0.0cvs28.2
15209
15210         * src/compose.c
15211                 Make pasting via middle-click more reliable
15212
15213 2005-02-05 [paul]       1.0.0cvs28.1
15214
15215         * ChangeLog
15216         * ChangeLog.claws
15217         * ChangeLog.jp
15218         * configure.ac
15219         * src/compose.c
15220                 sync with HEAD
15221                 (fix bug 682 'redirect is broken'
15222
15223 2005-02-05 [torte]      1.0.0cvs27.1
15224
15225         * ChangeLog.claws
15226         * configure.ac
15227         * src/partial_download.c
15228                 Sync with HEAD (fix buf overflow)
15229
15230 2005-02-03 [colin]      1.0.0cvs26.1
15231
15232         * src/common/plugin.c
15233                 Sync with HEAD (avoid plugin mismatches)
15234
15235 2005-02-03 [paul]       1.0.0cvs25.3
15236
15237         * src/folderview.c
15238         * src/headerview.c
15239         * src/summaryview.c
15240         * src/textview.c
15241         * src/gtk/colorlabel.c
15242                 third and final part of initial sync with main-gtk2
15243
15244 2005-02-03 [paul]       1.0.0cvs25.2
15245
15246         * src/jpilot.c
15247                 fix building with jpilot support
15248
15249 2005-02-02 [colin]      1.0.0cvs25.1
15250
15251         * src/messageview.c
15252                 Sync with HEAD (fix dangerous typo)
15253
15254 2005-02-01 [colin]      1.0.0cvs24.3
15255
15256         * src/common/xml.c
15257                 Write file as advertised (UTF-8)
15258
15259 2005-02-01 [paul]       1.0.0cvs24.2
15260
15261         * src/addrbook.c
15262         * src/addrindex.c
15263         * src/alertpanel.h
15264         * src/codeconv.c
15265         * src/codeconv.h
15266         * src/compose.c
15267         * src/export.c
15268         * src/folder_item_prefs.c
15269         * src/html.c
15270         * src/imap.c
15271         * src/import.c
15272         * src/jpilot.c
15273         * src/mainwindow.c
15274         * src/matcher_parser_lex.l
15275         * src/messageview.c
15276         * src/mh.c
15277         * src/prefs_account.c
15278         * src/prefs_actions.c
15279         * src/prefs_common.c
15280         * src/prefs_gtk.c
15281         * src/prefs_gtk.h
15282         * src/prefs_themes.c
15283         * src/procheader.c
15284         * src/procmime.c
15285         * src/sourcewindow.c
15286         * src/statusbar.c
15287         * src/summaryview.c
15288         * src/textview.c
15289         * src/toolbar.c
15290         * src/unmime.c
15291         * src/common/template.c
15292         * src/common/utils.c
15293         * src/common/xml.c
15294         * src/common/xml.h
15295         * src/gtk/gtkaspell.c
15296         * src/plugins/clamav/clamav_plugin.c
15297         * src/plugins/dillo_viewer/dillo_prefs.c
15298         * src/plugins/image_viewer/viewerprefs.c
15299         * src/plugins/pgpmime/passphrase.c
15300         * src/plugins/pgpmime/prefs_gpg.c
15301         * src/plugins/pgpmime/select-keys.c
15302         * src/plugins/spamassassin/spamassassin.c
15303                 second part of initial sync with main-gtk2
15304                 (more to follow)
15305
15306 2005-01-31 [colin]      1.0.0cvs24.1
15307
15308         * src/compose.c
15309                 Sync with HEAD
15310
15311 2005-01-29 [paul]       1.0.0cvs23.2
15312
15313         * src/account.c
15314         * src/action.c
15315         * src/addressadd.c
15316         * src/addressbook.c
15317         * src/alertpanel.c
15318         * src/compose.c
15319         * src/editaddress.c
15320         * src/editbook.c
15321         * src/editgroup.c
15322         * src/editjpilot.c
15323         * src/editldap.c
15324         * src/editldap_basedn.c
15325         * src/editvcard.c
15326         * src/export.c
15327         * src/foldersel.c
15328         * src/grouplistdialog.c
15329         * src/import.c
15330         * src/importldif.c
15331         * src/inc.c
15332         * src/main.c
15333         * src/mainwindow.c
15334         * src/message_search.c
15335         * src/messageview.c
15336         * src/mimeview.c
15337         * src/prefs_actions.c
15338         * src/prefs_common.c
15339         * src/prefs_common.h
15340         * src/prefs_customheader.c
15341         * src/prefs_display_header.c
15342         * src/prefs_filtering.c
15343         * src/prefs_filtering_action.c
15344         * src/prefs_gtk.c
15345         * src/prefs_matcher.c
15346         * src/prefs_summary_column.c
15347         * src/prefs_template.c
15348         * src/sourcewindow.c
15349         * src/summary_search.c
15350         * src/summaryview.c
15351         * src/textview.c
15352         * src/gtk/about.c
15353         * src/gtk/description_window.c
15354         * src/gtk/gtkshruler.c
15355         * src/gtk/gtkutils.c
15356         * src/gtk/gtkutils.h
15357         * src/gtk/inputdialog.c
15358         * src/gtk/logwindow.c
15359         * src/gtk/prefswindow.c
15360         * src/gtk/progressdialog.c
15361         * src/gtk/progressdialog.h
15362                 first part of initial sync with main-gtk2
15363                 (more to follow)
15364
15365 2005-01-28 [colin]      1.0.0cvs23.1
15366
15367         * src/folderview.c
15368                 Sync with HEAD
15369
15370 2005-01-27 [colin]      1.0.0cvs21.1
15371
15372         * src/folder.c
15373         * src/folderview.c
15374                 Sync with HEAD
15375
15376 2005-01-27 [colin]      1.0.0cvs19.1
15377
15378         * src/procmime.c
15379                 Sync with HEAD
15380
15381 2005-01-27 [colin]      1.0.0cvs18.1
15382
15383         * src/messageview.c
15384         * src/summaryview.c
15385         * src/mainwindow.c
15386         * src/compose.c
15387         * src/compose.h
15388         * src/procmsg.c
15389         * src/procmsg.h
15390         * src/toolbar.c
15391                 Sync with HEAD
15392
15393 2005-01-26 [paul]       1.0.0cvs15.2
15394
15395         * src/compose.c
15396                 compose_entries_set(): convert subject and body to
15397                 utf8 if necessary. patch by Felix Eckhofer
15398
15399 2005-01-26 [paul]       1.0.0cvs15.1
15400
15401         * configure.ac
15402         * src/common/template.c
15403                 sync with HEAD (fix memory leak)
15404
15405 2005-01-25 [paul]       1.0.0cvs14.1
15406
15407         * configure.ac
15408         * src/compose.c
15409                 sync with HEAD
15410
15411 2005-01-24 [colin]      1.0.0cvs13.1
15412
15413         * src/summaryview.c
15414                 Sync with HEAD
15415
15416 2005-01-24 [paul]       1.0.0cvs12.1
15417
15418         * configure.ac
15419         * src/messageview.c
15420         * src/mh.c
15421         * src/common/utils.c
15422                 sync with HEAD
15423
15424 2005-01-24 [colin]      1.0.0cvs11.1
15425
15426         * src/procheader.c
15427                 Sync with HEAD
15428
15429 2005-01-24 [colin]      1.0.0cvs10.1
15430
15431         * src/folderview.c
15432                 Sync with HEAD
15433
15434 2005-01-23 [colin]      1.0.0cvs9.1
15435
15436         * src/crash.c
15437                 Sync with HEAD
15438
15439 2005-01-22 [colin]      1.0.0cvs8.1
15440
15441         * src/summaryview.c
15442         * src/gtk/quicksearch.c
15443                 Sync with HEAD
15444
15445 2005-01-21 [colin]      1.0.0cvs7.1
15446
15447         * src/summaryview.c
15448                 Sync with HEAD
15449
15450 2005-01-21 [colin]      1.0.0cvs6.1
15451
15452         * src/summaryview.c
15453                 Sync with HEAD
15454
15455 2005-01-21 [colin]      1.0.0cvs5.1
15456
15457         * src/gtk/quicksearch.c
15458         * src/prefs_common.c
15459         * src/prefs_common.h
15460                 Sync with HEAD (recurse option)
15461
15462 2005-01-21 [colin]      1.0.0cvs4.1
15463
15464         * src/folder.h
15465         * src/folderview.c
15466         * src/folderview.h
15467         * src/summaryview.c
15468         * src/gtk/quicksearch.c
15469         * src/gtk/quicksearch.h
15470                 Sync with HEAD (recursive quicksearch)
15471
15472 2005-01-20 [colin]      1.0.0cvs3.4
15473
15474         * src/ssl_manager.c
15475                 Remove useless code
15476
15477 2005-01-20 [colin]      1.0.0cvs3.3
15478
15479         * src/ssl_manager.c
15480                 Fix leak, thanks to Alfons.
15481
15482 2005-01-20 [colin]      1.0.0cvs3.2
15483
15484         * src/ssl_manager.c
15485                 Port SSL certificate window to GTK2.
15486
15487 2005-01-20 [paul]       1.0.0cvs3.1
15488
15489         * ChangeLog.claws
15490         * configure.ac
15491         * src/addrindex.c
15492         * src/addrindex.h
15493                 sync with HEAD
15494
15495 2005-01-19 [colin]      1.0.0cvs2.2
15496
15497         * src/plugins/trayicon/trayicon.c
15498                 Fix freeze with gtk-2.6, the easy way
15499                 (signal blocking helpless there...)
15500                 Closes bug #668.
15501
15502 2005-01-19 [colin]      1.0.0cvs2.1
15503
15504         * src/mbox.c
15505         * src/mbox.h
15506         * src/mainwindow.c
15507         * src/summaryview.c
15508         * src/summaryview.h
15509                 Sync with HEAD
15510
15511 2005-01-19 [paul]       1.0.0cvs1.1
15512
15513         * configure.ac
15514         * po/de.po
15515         * po/es.po
15516         * po/fr.po
15517         * po/hr.po
15518         * po/it.po
15519         * po/ja.po
15520         * po/ko.po
15521         * po/pt_BR.po
15522         * po/ru.po
15523         * po/sk.po
15524         * po/sr.po
15525                 sync with HEAD (update translations)
15526
15527 2005-01-18 [colin]      1.0.0cvs0.1
15528
15529         * src/foldersel.c
15530                 Specify search column - patch by Alfons
15531
15532 2005-01-18 [colin]      0.9.13cvs36.3
15533
15534         * src/prefs_toolbar.c
15535                 Change Delete to Remove
15536         * src/prefs_fonts.c
15537                 GTK2 version and leak fixes
15538         * src/prefs_actions.c
15539                 Add stock buttons.
15540                 All patches by Alfons
15541
15542 2005-01-17 [colin]      0.9.13cvs36.2
15543
15544         * src/compose.c
15545                 Fix DnD inserting twice. While at it,
15546                 add DnD support for text/plain in the
15547                 body, and add support in the headers.
15548
15549 2005-01-16 [colin]      0.9.13cvs36.1
15550
15551         * ChangeLog
15552         * ChangeLog.jp
15553         * ChangeLog.claws
15554                 Sync with HEAD (nothing applicable)
15555
15556 2005-01-16 [colin]      0.9.13cvs33.2
15557
15558         * src/prefs_toolbar.c
15559                 GTK2ize prefs_toolbar, by Alfons.
15560
15561 2005-01-14 [colin]      0.9.13cvs33.1
15562
15563         * src/html.c
15564         * src/msgcache.c
15565                 Sync with HEAD
15566
15567 2005-01-14 [colin]      0.9.13cvs32.1
15568
15569         * src/html.c
15570         * src/html.h
15571         * src/msgcache.c
15572         * AUTHORS
15573         * tools/calypso_convert.pl
15574                 Sync with HEAD
15575
15576 2005-01-08 [colin]      0.9.13cvs29.2
15577
15578         * src/prefs_filtering_action.c
15579         * src/prefs_filtering.c
15580                 2 more gtk2 patches by Alfons
15581
15582 2005-01-07 [paul]       0.9.13cvs29.1
15583
15584         * ChangeLog
15585         * ChangeLog.claws
15586         * ChangeLog.jp
15587         * configure.ac
15588         * src/pop.c
15589         * src/pop.h
15590                 sync with HEAD
15591
15592 2005-01-07 [colin]      0.9.13cvs28.3
15593
15594         * src/gtk/progressdialog.c
15595         * src/gtk/progressdialog.h
15596         * src/inc.c
15597         * src/send_message.c
15598                 GTK2 for the incorporation dialog. The CList isn't dead
15599                 yet, for a more smooth migration. Patch by Alfons.
15600
15601 2005-01-06 [colin]      0.9.13cvs28.2
15602
15603         * src/prefs_display_header.c
15604                 GTK2 conversion by Alfons
15605         * src/prefs_actions.c
15606         * src/prefs_matcher.c
15607                 Fix 2 leaks - patch by Alfons
15608
15609 2005-01-06 [colin]      0.9.13cvs28.1
15610
15611         * src/prefs_matcher.c
15612                 Sync with HEAD
15613
15614 2005-01-06 [colin]      0.9.13cvs27.4
15615
15616         * src/prefs_matcher.c
15617                 Fix double-free. Patch by Alfons
15618
15619 2005-01-06 [colin]      0.9.13cvs27.3
15620
15621         * src/prefs_matcher.c
15622                 GTK2 widgets + memleak
15623                 Patch by Alfons
15624
15625 2005-01-05 [colin]      0.9.13cvs27.2
15626
15627         * src/account.c
15628         * src/addr_compl.c
15629         * src/foldersel.c
15630         * src/stock_pixmap.c
15631         * src/stock_pixmap.h
15632                 3 more GTK2 patches by Alfons.
15633
15634 2005-01-04 [colin]      0.9.13cvs27.1
15635
15636         * src/folderview.c
15637         * src/imap_gtk.c
15638         * src/news_gtk.c
15639                 Sync with HEAD
15640
15641 2005-01-04 [colin]      0.9.13cvs25.9
15642
15643         * src/compose.c
15644                 Fix Show Ruler menuitem
15645         * src/prefs_template.c
15646                 Convert to GTK2
15647         * src/common/utils.c
15648                 Make auto pointer stuff handles NULLs
15649                 Patches by Alfons.
15650
15651 2005-01-04 [colin]      0.9.13cvs25.8
15652
15653         * src/compose.c
15654                 Move the attachment list to gtk2
15655                 Patch by Alfons.
15656
15657 2005-01-04 [colin]      0.9.13cvs25.7
15658
15659         * src/textview.c
15660                 Make some keys work again
15661                 Patch by SungHyun Nam <namsh@kldp.org>
15662
15663 2005-01-04 [colin]      0.9.13cvs25.6
15664
15665         * src/gtk/gtkshruler.c
15666                 Move the ruler to GTK2
15667                 Patch by Alfons
15668
15669 2005-01-03 [colin]      0.9.13cvs25.5
15670
15671         * src/compose.c
15672                 Fix my broken patch apply 
15673
15674 2005-01-03 [colin]      0.9.13cvs25.4
15675
15676         * src/common/utils.c
15677         * src/common/utils.h
15678         * src/gtk/prefswindow.c
15679                 Move auto pointer stuff to utils.c
15680                 Patch by Alfons again :)
15681
15682 2005-01-03 [colin]      0.9.13cvs25.3
15683
15684         * src/compose.c
15685         * src/prefs_gtk.c
15686         * src/prefs_template.c
15687         * src/textview.c
15688                 Empty text widgets with empty strings, not NULL char
15689                 Patch by SungHyun Nam <namsh@kldp_org>
15690
15691 2005-01-03 [colin]      0.9.13cvs25.2
15692
15693         * src/main.c
15694         * AUTHORS
15695                 Sync with HEAD
15696
15697 2005-01-03 [colin]      0.9.13cvs25.1
15698
15699         * src/pop.c
15700         * src/pop.h
15701                 Sync with HEAD
15702
15703 2005-01-03 [colin]      0.9.13cvs24.3
15704
15705         * src/account.c
15706                 Two patches from Alfons and Alex S Moore:
15707                 fix images, fix return value.
15708
15709 2005-01-01 [colin]      0.9.13cvs24.2
15710
15711         * src/prefs_actions.c
15712                 Fix over-zealous assertion. Patch by Alfons
15713
15714 2005-01-01 [colin]      0.9.13cvs24.1
15715
15716         * src/procmime.c
15717                 Sync with HEAD (leak fix)
15718
15719 2004-12-31 [colin]      0.9.13cvs23.2
15720
15721         * src/prefs_common.c
15722                 GTK2 widgets + stock buttons - patch by Alfons
15723
15724 2004-12-31 [paul]       0.9.13cvs23.1
15725
15726         * configure.ac
15727                 bump up EXTRA_VERSION to match (sync'ed) HEAD
15728         * src/gtk/pluginwindow.c
15729                 use GTK2 widgets and plug memory leaks,
15730                 patches by Alfons
15731
15732 2004-12-30 [colin]      0.9.13cvs22.4
15733
15734         * src/account.c
15735         * src/action.c
15736         * src/export.c
15737         * src/foldersel.c
15738         * src/import.c
15739         * src/message_search.c
15740         * src/prefs_actions.c
15741         * src/prefs_common.c
15742         * src/prefs_customheader.c
15743         * src/prefs_filtering.c
15744         * src/prefs_summary_column.c
15745         * src/summary_search.c
15746         * src/gtk/about.c
15747         * src/gtk/description_window.c
15748         * src/gtk/gtkutils.c
15749         * src/gtk/gtkutils.h
15750         * src/gtk/inputdialog.c
15751         * src/gtk/prefswindow.c
15752                 Use GTK2 stock buttons. Patches by Alfons.
15753
15754 2004-12-30 [colin]      0.9.13cvs22.3
15755
15756         * src/account.c
15757                 Sync with HEAD
15758         * src/prefs_actions.c
15759         * src/prefs_customheader.c
15760         * src/prefs_filtering.c
15761         * src/prefs_msg_colors.c
15762         * src/prefs_summary_column.c
15763         * src/gtk/prefswindow.c
15764                 Use GtkTreeView instead of deprecated 
15765                 widgets. Patches by Alfons.
15766
15767 2004-12-30 [paul]       0.9.13cvs22.2
15768
15769         * src/foldersel.c
15770                 use GTK 2 Tree View
15771                 patch by Alfons, with root folder sorting fix
15772                 by Stephan Sachse
15773
15774 2004-12-30 [paul]       0.9.13cvs22.1
15775
15776         * ChangeLog
15777         * ChangeLog.claws
15778         * ChangeLog.jp
15779         * NEWS
15780         * configure.ac
15781         * src/account.c
15782                 sync with HEAD
15783
15784 2004-12-22 [martin]     0.9.13cvs21.2
15785
15786         * src/action.c
15787                 free the command line after its use
15788
15789 2004-12-18 [paul]       0.9.13cvs21.1
15790
15791         * AUTHORS
15792         * ChangeLog
15793         * ChangeLog.claws
15794         * ChangeLog.jp
15795         * NEWS
15796         * configure.ac
15797         * src/action.c
15798         * src/compose.c
15799         * src/syldap.c
15800                 sync with HEAD
15801
15802 2004-12-17 [martin]     0.9.13cvs17.2
15803
15804         * src/action.c
15805                 convert actions input to locale
15806         * src/inc.c
15807                 convert notification command to locale
15808         * src/plugins/pgpmime/select-keys.c
15809                 convert attributes to utf8
15810
15811 2004-12-14 [colin]      0.9.13cvs17.1
15812
15813         * ChangeLog
15814         * ChangeLog.jp
15815         * ChangeLog.claws
15816         * src/action.c
15817         * src/common/utils.c
15818         * src/gtk/prefswindow.c
15819         * src/gtk/gtkutils.c
15820         * src/gtk/gtkutils.h
15821         * src/plugins/spamassassin/libspamc.c
15822                 Sync with HEAD
15823
15824 2004-12-13 [colin]      0.9.13cvs14.1
15825
15826         * src/quote_fmt_parse.y
15827                 Sync with HEAD
15828
15829 2004-12-10 [colin]      0.9.13cvs12.1
15830
15831         * src/prefs_themes.c
15832         * src/mainwindow.c
15833         * src/messageview.c
15834                 Sync with HEAD
15835
15836 2004-12-09 [colin]      0.9.13cvs10.1
15837
15838         * src/procmime.c
15839                 Sync with HEAD (fix B64 encoding from memory)
15840
15841 2004-12-08 [colin]      0.9.13cvs9.1
15842
15843         * src/gtk/colorlabel.c
15844                 Sync with HEAD
15845
15846 2004-12-08 [paul]       0.9.13cvs8.2
15847
15848         * src/gtk/pluginwindow.c
15849                 fix window resizing oddities
15850
15851 2004-12-08 [colin]      0.9.13cvs8.1
15852
15853         * src/quote_fmt_parse.y
15854                 Sync with HEAD
15855
15856 2004-12-08 [colin]      0.9.13cvs7.1
15857
15858         * src/matcher_parser_parse.y
15859         * src/msgcache.c
15860         * src/prefs_matcher.c
15861         * src/procheader.c
15862         * src/matcher.c
15863         * src/common/defs.h
15864         * po/sr.po
15865                 Sync with HEAD
15866
15867 2004-12-08 [colin]      0.9.13cvs6.1
15868
15869         * src/quote_fmt_parse.y
15870         * src/textview.c
15871                 Sync with HEAD
15872         * src/gtk/prefswindow.c
15873         * src/gtk/pluginwindow.c
15874                 Fix G_CALLBACKS protos (thanks to Alfons)
15875
15876 2004-12-07 [torte]      0.9.13cvs2.2
15877
15878         * src/procmime.c
15879                 [Bug 650] reply button causes crash
15880                 Thanks to David Relson and Christoph
15881
15882 2004-12-07 [colin]      0.9.13cvs2.1
15883
15884         * ChangeLog.claws
15885         * AUTHORS
15886         * po/sk.po
15887         * src/procmime.c
15888         * src/prefs_account.c
15889         * src/common/smtp.c
15890         * src/common/smtp.h
15891                 Sync with HEAD
15892
15893 2004-12-06 [colin]      0.9.12cvs187.1
15894
15895         * ChangeLog.claws
15896         * INSTALL
15897         * Makefile.am
15898         * README.claws
15899         * TODO.claws
15900         * configure.ac
15901         * po/bg.po
15902         * po/cs.po
15903         * po/el.po
15904         * po/en_GB.po
15905         * po/es.po
15906         * po/fr.po
15907         * po/hr.po
15908         * po/hu.po
15909         * po/it.po
15910         * po/ja.po
15911         * po/ko.po
15912         * po/nl.po
15913         * po/pl.po
15914         * po/pt_BR.po
15915         * po/ru.po
15916         * po/sk.po
15917         * po/sr.po
15918         * po/sv.po
15919         * po/zh_CN.po
15920         * po/zh_TW.Big5.po
15921         * src/compose.c
15922         * tools/Makefile.am
15923         * tools/README
15924         * tools/filter_conv.pl
15925         * tools/kdeservicemenu/README
15926         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15927         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15928                 Sync with HEAD
15929
15930 2004-12-04 [colin]      0.9.12cvs183.1
15931
15932         * src/compose.c
15933                 Sync with HEAD (compose window position saving)
15934
15935 2004-12-04 [paul]       0.9.12cvs182.3
15936
15937         * src/messageview.c
15938         * src/mimeview.c
15939         * src/prefs_customheader.c
15940         * src/gtk/quicksearch.c
15941                 replace some forgotten GTK_SIGNAL_FUNCs
15942
15943 2004-12-04 [paul]       0.9.12cvs182.2
15944
15945         * src/Makefile.am
15946                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
15947                 committed in error      
15948
15949 2004-12-04 [paul]       0.9.12cvs182.1
15950
15951         * ChangeLog
15952         * ChangeLog.claws
15953         * ChangeLog.jp
15954         * INSTALL
15955         * NEWS
15956         * README
15957         * README.jp
15958         * configure.ac
15959         * doc/manual/ja/Makefile.am
15960         * doc/manual/ja/sylpheed-1.html
15961         * doc/manual/ja/sylpheed-10.html
15962         * doc/manual/ja/sylpheed-11.html
15963         * doc/manual/ja/sylpheed-12.html
15964         * doc/manual/ja/sylpheed-13.html
15965         * doc/manual/ja/sylpheed-14.html
15966         * doc/manual/ja/sylpheed-15.html
15967         * doc/manual/ja/sylpheed-16.html
15968         * doc/manual/ja/sylpheed-17.html
15969         * doc/manual/ja/sylpheed-18.html
15970         * doc/manual/ja/sylpheed-19.html
15971         * doc/manual/ja/sylpheed-2.html
15972         * doc/manual/ja/sylpheed-20.html
15973         * doc/manual/ja/sylpheed-3.html
15974         * doc/manual/ja/sylpheed-4.html
15975         * doc/manual/ja/sylpheed-5.html
15976         * doc/manual/ja/sylpheed-6.html
15977         * doc/manual/ja/sylpheed-7.html
15978         * doc/manual/ja/sylpheed-8.html
15979         * doc/manual/ja/sylpheed-9.html
15980         * doc/manual/ja/sylpheed.html
15981         * doc/manual/ja/sylpheed.sgml
15982         * po/de.po
15983         * src/Makefile.am
15984         * src/compose.c
15985         * src/procmime.c
15986         * src/pixmaps/regular.xpm **REMOVED**
15987         * src/plugins/pgpmime/pgpmime.c
15988         * src/plugins/pgpmime/plugin.c
15989         * src/plugins/pgpmime/prefs_gpg.c
15990                 sync with HEAD
15991
15992 2004-12-03 [paul]       0.9.12cvs180.1
15993
15994         * ChangeLog
15995         * ChangeLog.claws
15996         * ChangeLog.jp
15997         * configure.ac
15998         * src/Makefile.am
15999         * src/pop.c
16000         * src/common/utils.c
16001         * src/common/utils.h
16002         * src/pixmaps/continue.xpm
16003         * src/pixmaps/dir_close.xpm
16004         * src/pixmaps/dir_open.xpm
16005         * src/pixmaps/drafts_close.xpm
16006         * src/pixmaps/drafts_open.xpm
16007         * src/pixmaps/folder.xpm **REMOVED**
16008         * src/pixmaps/group.xpm
16009         * src/pixmaps/unread.xpm
16010                 sync with HEAD
16011
16012 2004-12-02 [colin]      0.9.12cvs179.1
16013
16014         * src/compose.c
16015                 Sync with HEAD (non-duplicated reedition)
16016
16017 2004-12-02 [colin]      0.9.12cvs178.1
16018
16019         * src/compose.c
16020                 Sync with HEAD (linewrap_quote fix)
16021
16022 2004-12-01 [colin]      0.9.12cvs177.3
16023
16024         * src/addrharvest.c
16025                 Replace sizeof with strlen
16026
16027 2004-12-01 [paul]       0.9.12cvs177.2
16028
16029         * src/addrharvest.c
16030                 fix 'harvest addresses'
16031
16032 2004-11-30 [colin]      0.9.12cvs177.1
16033
16034         * src/gtk/prefswindow.c
16035         * src/gtk/pluginwindow.c
16036                 Sync with HEAD
16037
16038 2004-11-29 [colin]      0.9.12cvs176.1
16039
16040         * src/folderview.c
16041                 sync with HEAD (Fix disappearing separators in folderview's popup)
16042
16043 2004-11-29 [colin]      0.9.12cvs175.1
16044
16045         * src/procmime.c
16046                 Sync with head (another format fix)
16047
16048 2004-11-29 [colin]      0.9.12cvs174.1
16049
16050         * src/pop.c
16051                 Sync with HEAD (format string fix)
16052
16053 2004-11-26 [colin]      0.9.12cvs173.1
16054
16055         * src/common/smtp.c
16056         * src/common/smtp.h
16057                 Sync with HEAD
16058
16059 2004-11-24 [colin]      0.9.12cvs172.1
16060
16061         * src/plugins/pgpmime/pgpmime.c
16062                 Sync with HEAD
16063
16064 2004-11-24 [colin]      0.9.12cvs171.1
16065
16066         * src/plugins/pgpmime/pgpmime.c
16067                 Sync with head (gpgmectx leaks)
16068
16069 2004-11-24 [colin]      0.9.12cvs169.1
16070
16071         * src/plugins/pgpmime/plugin.c
16072         * src/plugins/trayicon/Makefile.am
16073         * src/plugins/trayicon/newmarkedmail.xpm
16074         * src/plugins/trayicon/trayicon.c
16075         * src/plugins/trayicon/unreadmarkedmail.xpm
16076                 Sync with HEAD
16077
16078 2004-11-23 [colin]      0.9.12cvs168.1
16079
16080         * src/partial_download.c
16081         * src/partial_download.h
16082         * src/plugins/pgpmime/plugin.c
16083                 Sync with HEAD
16084
16085 2004-11-23 [colin]      0.9.12cvs166.1
16086
16087         * src/Makefile.am
16088         * src/codeconv.c
16089         * src/compose.c
16090         * src/folderview.c
16091         * src/main.c
16092         * src/partial_download.c
16093         * src/partial_download.h
16094         * src/prefs_account.c
16095         * src/prefs_account.h
16096         * src/privacy.c
16097         * src/privacy.h
16098         * src/procmime.c
16099         * src/common/Makefile.am
16100         * src/common/base64.h
16101         * src/common/partial_download.c
16102         * src/common/partial_download.h
16103         * src/gtk/prefswindow.c
16104         * src/gtk/prefswindow.h
16105         * src/plugins/pgpmime/pgpmime.c
16106         * src/plugins/pgpmime/prefs_gpg.c
16107         * src/plugins/pgpmime/prefs_gpg.h
16108         * src/plugins/pgpmime/sgpgme.c
16109         * src/plugins/pgpmime/sgpgme.h
16110                 Sync with HEAD
16111
16112 2004-11-23 [colin]      0.9.12cvs163.1
16113
16114         * src/main.c
16115                 Sync with HEAD (cursor optimization)
16116
16117 2004-11-23 [colin]      0.9.12cvs162.1
16118
16119         * src/prefs_common.c
16120         * src/prefs_themes.c
16121         * src/procmsg.c
16122                 Sync with HEAD
16123
16124 2004-11-23 [colin]      0.9.12cvs158.9
16125
16126         * src/compose.c
16127                 Fix double-free when forwarding
16128         * src/msgcache.c
16129                 Fix leak on error path
16130                 
16131
16132 2004-11-23 [colin]      0.9.12cvs158.8
16133
16134         * src/compose.c
16135                 Fix possible double-free
16136                 Spotted by Alfons
16137
16138 2004-11-23 [colin]      0.9.12cvs158.7
16139
16140         * src/compose.c
16141                 Fix some signal handlers' prototypes
16142                 Spotted by Alfons
16143
16144 2004-11-22 [colin]      0.9.12cvs158.6
16145
16146         * src/compose.c
16147                 Remove unneeded code and duplicated
16148                 wrapping - patch by Alfons
16149
16150 2004-11-22 [colin]      0.9.12cvs158.5
16151
16152         * src/prefs_themes.c
16153                 Fix oversized selector
16154
16155 2004-11-22 [colin]      0.9.12cvs158.4
16156
16157         * src/compose.c
16158                 fix dump_text()
16159                 patch by Alfons
16160
16161 2004-11-19 [colin]      0.9.12cvs158.3
16162
16163         * src/textview.c
16164                 Add a context menu on links (open, copy)
16165
16166 2004-11-18 [paul]       0.9.12cvs158.2
16167
16168         * src/addrgather.c
16169         * src/exphtmldlg.c
16170         * src/expldifdlg.c
16171         * src/mimeview.c
16172         * src/prefs_common.c
16173         * src/plugins/image_viewer/viewer.c
16174         * src/plugins/spamassassin/spamassassin_gtk.c
16175                 replace deprecated gtk_notebook_set_page
16176                 and gtk_notebook_current_page
16177
16178 2004-11-18 [paul]       0.9.12cvs158.1
16179
16180         * configure.ac
16181         * src/compose.c
16182         * src/mainwindow.c
16183         * src/messageview.c
16184         * src/prefs_common.c
16185         * src/common/utils.c
16186         * src/common/utils.h
16187                 sync with HEAD
16188
16189 2004-11-17 [colin]      0.9.12cvs156.1
16190
16191         * src/prefs_account.c
16192         * src/prefs_account.h
16193         * src/procmsg.c
16194                 Sync with HEAD (add pref to store encrypted mails encrypted)
16195
16196 2004-11-17 [paul]       0.9.12cvs155.1
16197
16198         * ChangeLog
16199         * ChangeLog.claws
16200         * ChangeLog.jp
16201         * NEWS
16202         * configure.ac
16203         * src/compose.c
16204         * src/jpilot.c
16205         * src/privacy.c
16206         * src/procmime.c
16207         * src/procmime.h
16208         * src/procmsg.c
16209         * src/toolbar.c
16210         * src/pixmaps/error.xpm
16211                 sync with HEAD
16212
16213 2004-11-17 [colin]      0.9.12cvs151.1
16214
16215         * src/plugins/pgpmime/pgpmime.c
16216                 Sync with HEAD (remove debug printf)
16217
16218 2004-11-17 [colin]      0.9.12cvs150.1
16219
16220         * src/plugins/pgpmime/pgpmime.c
16221                 Sync with HEAD (off-by-one fix)
16222
16223 2004-11-17 [colin]      0.9.12cvs149.1
16224
16225         * src/procmsg.c
16226                 Sync with HEAD (coding style fixes)
16227
16228 2004-11-16 [colin]      0.9.12cvs148.1
16229
16230         * src/procmsg.c
16231                 Sync with head (Fix the fix)
16232
16233 2004-11-16 [colin]      0.9.12cvs147.1
16234
16235         * src/procmsg.c
16236                 Sync with Main (leak fix)
16237
16238 2004-11-16 [colin]      0.9.12cvs146.14
16239
16240         * src/compose.c
16241                 Remove useless chunk of code
16242                 Patch by Alfons
16243
16244 2004-11-15 [colin]      0.9.12cvs146.13
16245
16246         * src/compose.c
16247                 Fix drafting after insertion
16248                 Patch by Alfons
16249
16250 2004-11-15 [colin]      0.9.12cvs146.12
16251
16252         * src/compose.c
16253         * src/prefs_filtering.c
16254         * src/prefs_filtering_action.c
16255         * src/prefs_toolbar.c
16256                 Fix some const-correctness
16257
16258 2004-11-15 [colin]      0.9.12cvs146.11
16259
16260         * src/summaryview.c
16261         * src/prefs_themes.c
16262         * src/messageview.c
16263                 Fix some leaks
16264
16265 2004-11-15 [colin]      0.9.12cvs146.10
16266
16267         * src/codeconv.c
16268                 More unreadable locale fixes
16269
16270 2004-11-14 [colin]      0.9.12cvs146.9
16271
16272         * src/textview.c
16273                 Fix uri_security_check
16274                 Patch by Alfons
16275
16276 2004-11-13 [paul]       0.9.12cvs146.8
16277
16278         * src/folder.c
16279         * src/procmime.c
16280                 fix 2 bugs introduced in last commit
16281
16282 2004-11-13 [paul]       0.9.12cvs146.7
16283
16284         * src/compose.c
16285         * src/exporthtml.c
16286         * src/exportldif.c
16287         * src/folder.c
16288         * src/imap.c
16289         * src/imap_gtk.c
16290         * src/main.c
16291         * src/mainwindow.c
16292         * src/messageview.c
16293         * src/mh_gtk.c
16294         * src/prefs_themes.c
16295         * src/procmime.c
16296         * src/setup.c
16297         * src/summaryview.c
16298                 replace deprecated g_basename
16299
16300 2004-11-13 [paul]       0.9.12cvs146.6
16301
16302         * src/compose.c
16303         * src/imap.c
16304         * src/matcher_parser.h
16305         * src/matcher_parser_parse.y
16306         * src/prefs_filtering.c
16307         * src/prefs_filtering_action.c
16308         * src/prefs_themes.c
16309         * src/prefs_toolbar.c
16310         * src/common/utils.c
16311                 various small fixes/cleanups
16312
16313 2004-11-12 [colin]      0.9.12cvs146.5
16314
16315         * src/textview.c
16316                 Validate event's origin on visibility notify
16317                 Patch by Alfons.
16318
16319 2004-11-12 [paul]       0.9.12cvs146.4
16320
16321         * src/exporthtml.c
16322         * src/exportldif.c
16323         * src/imap.c
16324         * src/mh.c
16325         * src/mimeview.c
16326         * src/prefs_spelling.c
16327         * src/prefs_themes.c
16328                 replace deprecated g_dirname    
16329
16330 2004-11-12 [colin]      0.9.12cvs146.3
16331
16332         * src/textview.c
16333                 Some coding style fixes
16334
16335 2004-11-12 [colin]      0.9.12cvs146.2
16336
16337         * src/codeconv.c
16338                 We want to replace _all_ extended chars in
16339                 conv_unreadable_*, because any string containing
16340                 extended chars not parsing as UTF8 is 
16341                 undisplayed on gtk2.
16342
16343 2004-11-12 [paul]       0.9.12cvs146.1
16344
16345         * ChangeLog
16346         * ChangeLog.claws
16347         * ChangeLog.jp
16348         * NEWS
16349         * configure.ac
16350         * src/account.c
16351         * src/folderview.c
16352         * src/folderview.h
16353         * src/imap.c
16354         * src/imap_gtk.c
16355         * src/inc.c
16356         * src/mainwindow.c
16357         * src/mh_gtk.c
16358         * src/news_gtk.c
16359         * src/pop.c
16360         * src/prefs_account.c
16361         * src/prefs_account.h
16362         * src/prefs_ext_prog.c
16363         * src/procmime.c
16364         * src/procmime.h
16365         * src/procmsg.c
16366         * src/procmsg.h
16367         * src/summary_search.c
16368         * src/summaryview.c
16369         * src/textview.c
16370         * src/common/defs.h
16371         * src/common/utils.c
16372         * src/common/utils.h
16373         * src/gtk/menu.c
16374         * src/gtk/menu.h
16375                 sync with HEAD
16376
16377 2004-11-11 [colin]      0.9.12cvs144.2
16378
16379         * src/textview.c
16380                 Fix URI range selection (patch by Alfons)
16381
16382 2004-11-09 [colin]      0.9.12cvs144.1
16383
16384         * ChangeLog.claws
16385         * src/compose.c
16386         * src/folder.c
16387         * src/folder_item_prefs.c
16388         * src/prefs_account.c
16389         * src/prefs_account.h
16390         * src/plugins/pgpmime/pgpmime.c
16391                 Sync with HEAD
16392
16393 2004-11-08 [colin]      0.9.12cvs143.1
16394
16395         * src/summaryview.c
16396                 Sync with HEAD (optimize quicksearch)
16397
16398 2004-11-08 [colin]      0.9.12cvs142.2
16399
16400         * src/compose.c
16401                 Don't wrap when Edit/Auto wrapping is disabled
16402
16403 2004-11-08 [colin]      0.9.12cvs142.1
16404
16405         * src/textview.c
16406                 Sync with HEAD
16407
16408 2004-11-08 [colin]      0.9.12cvs141.1
16409
16410         * src/textview.c
16411                 Sync with HEAD (fix some mail URIs)
16412
16413 2004-11-08 [colin]      0.9.12cvs140.3
16414
16415         * src/textview.c
16416                 o Use text cursor instead of arrow when
16417                   not on a link
16418                 o Fix handling of contiguous links (as in
16419                   "colin@colino.net" <colin@colino.net>)
16420                   This one unveils a bug in get_email_part()
16421
16422 2004-11-07 [colin]      0.9.12cvs140.2
16423
16424         * src/textview.c
16425                 Fix memleak. Patch by Alfons.
16426
16427 2004-11-06 [colin]      0.9.12cvs140.1
16428
16429         * src/compose.c
16430                 Sync with HEAD (don't ask passphrase
16431                 when drafting)
16432
16433 2004-11-06 [paul]       0.9.12cvs139.2
16434
16435         * AUTHORS
16436         * src/textview.c
16437         * src/textview.h
16438                 textview URI handling. hovering over a 
16439                 link displays it in the status bar,
16440                 and changes the mouse pointer to a hand 
16441                 cursor. a link is activated with a single 
16442                 click. (Modified from the) patch by Jean-Yves 
16443                 Lefort <jylefort@users.sourceforge.net>
16444                 
16445
16446 2004-11-05 [colin]      0.9.12cvs139.1
16447
16448         * src/compose.c
16449         * src/procmime.c
16450                 Sync with HEAD again ^^
16451
16452 2004-11-05 [colin]      0.9.12cvs139.1
16453
16454         * src/compose.c
16455         * src/procmime.c
16456                 Sync with HEAD
16457
16458 2004-11-03 [paul]       0.9.12cvs138.1
16459
16460         * ChangeLog.claws
16461         * configure.ac
16462         * po/POTFILES.in
16463         * src/prefs_ext_prog.c
16464         * src/procmime.c
16465         * tools/kdeservicemenu/README
16466         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16467         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16468                 sync with HEAD
16469
16470 2004-11-01 [christoph]  0.9.12cvs136.2
16471
16472         * src/procmime.c
16473                 convert MIME parameters to UTF-8
16474
16475 2004-10-29 [colin]      0.9.12cvs136.1
16476
16477         * src/common/utils.c
16478                 Sync with HEAD (don't use '=' in mime boundary)
16479
16480 2004-10-29 [paul]       0.9.12cvs135.1
16481
16482         * configure.ac
16483         * doc/src/rfc2231.txt
16484         * src/procmime.c
16485         * src/common/quoted-printable.c
16486         * src/common/utils.c
16487         * src/common/utils.h
16488                 sync with HEAD
16489
16490 2004-10-27 [paul]       0.9.12cvs134.1
16491
16492         * configure.ac
16493         * src/main.c
16494         * src/procmime.c
16495         * src/plugins/pgpmime/pgpmime.c
16496                 sync with HEAD
16497
16498 2004-10-26 [paul]       0.9.12cvs132.3
16499
16500         * src/account.c
16501         * src/addressbook.c
16502         * src/addrgather.c
16503         * src/addrharvest.c
16504         * src/codeconv.c
16505         * src/compose.c
16506         * src/customheader.c
16507         * src/editaddress.c
16508         * src/editgroup.c
16509         * src/enriched.c
16510         * src/expldifdlg.c
16511         * src/exporthtml.c
16512         * src/exportldif.c
16513         * src/folder.c
16514         * src/foldersel.c
16515         * src/folderview.c
16516         * src/grouplistdialog.c
16517         * src/html.c
16518         * src/imap.c
16519         * src/jpilot.c
16520         * src/ldapserver.c
16521         * src/ldif.c
16522         * src/mimeview.c
16523         * src/news.c
16524         * src/news_gtk.c
16525         * src/pop.c
16526         * src/prefs_display_header.c
16527         * src/prefs_gtk.c
16528         * src/prefs_msg_colors.c
16529         * src/prefs_toolbar.c
16530         * src/procheader.c
16531         * src/procmime.c
16532         * src/summaryview.c
16533         * src/textview.c
16534         * src/toolbar.c
16535         * src/vcard.c
16536         * src/common/mgutils.c
16537         * src/common/nntp.c
16538         * src/common/smtp.c
16539         * src/common/template.c
16540         * src/common/utils.c
16541         * src/common/xmlprops.c
16542         * src/plugins/pgpmime/pgpmime.c
16543         * src/plugins/pgpmime/select-keys.c
16544         * src/plugins/pgpmime/sgpgme.c
16545                 replace deprecated g_strcasecmp(), g_strncasecmp(),
16546                 g_string_sprintfa(), gtk_notebook_current_page()
16547
16548 2004-10-26 [colin]      0.9.12cvs132.2
16549
16550         * src/prefs_folder_item.c
16551                 Fix default-account selection
16552
16553 2004-10-21 [colin]      0.9.12cvs133
16554
16555         * src/compose.c
16556                 Sync with HEAD (Remove extra separator in compose's Options)
16557         * src/textview.c
16558                 Set wrapping to char
16559
16560 2004-10-21 [paul]       0.9.12cvs131.2
16561
16562         * src/compose.c
16563         * src/sourcewindow.c
16564                 fix wrapping
16565                 fix window shrinking 
16566
16567 2004-10-21 [colin]      0.9.12cvs131.1
16568
16569         * ChangeLog.claws
16570         * src/compose.c
16571                 Sync with HEAD
16572
16573 2004-10-21 [paul]       0.9.12cvs130.2
16574
16575         * src/prefs_folder_item.c
16576                 sync with HEAD (Apply to subfolders)
16577
16578 2004-10-19 [colin]      0.9.12cvs130.1
16579
16580         * ChangeLog.claws
16581         * src/compose.c
16582         * src/common/utils.c
16583         * src/gtk/menu.c
16584                 Sync with HEAD
16585
16586 2004-10-19 [colin]      0.9.12cvs128.1
16587
16588         * src/addrbook.c
16589         * src/addrcache.c
16590         * src/addressbook.c
16591         * src/codeconv.c
16592         * src/compose.c
16593         * src/customheader.c
16594         * src/editaddress.c
16595         * src/editgroup.c
16596         * src/exporthtml.c
16597         * src/folder.c
16598         * src/folderview.c
16599         * src/imap.c
16600         * src/jpilot.c
16601         * src/main.c
16602         * src/matcher_parser_parse.y
16603         * src/mbox.c
16604         * src/pop.c
16605         * src/prefs_account.c
16606         * src/prefs_gtk.c
16607         * src/prefs_msg_colors.c
16608         * src/procheader.c
16609         * src/procmime.c
16610         * src/procmime.h
16611         * src/procmsg.c
16612         * src/summaryview.c
16613         * src/textview.c
16614         * src/common/base64.c
16615         * src/common/partial_download.c
16616         * src/common/socket.c
16617         * src/common/sylpheed.c
16618         * src/common/utils.c
16619         * src/common/utils.h
16620         * src/gtk/pluginwindow.c
16621         * src/gtk/quicksearch.c
16622         * src/plugins/clamav/clamav_plugin.c
16623         * src/plugins/clamav/clamav_plugin.h
16624         * src/plugins/clamav/clamav_plugin_gtk.c
16625         * src/plugins/pgpmime/passphrase.c
16626         * src/plugins/pgpmime/pgpmime.c
16627         * src/plugins/pgpmime/plugin.c
16628         * src/plugins/pgpmime/prefs_gpg.c
16629         * src/plugins/pgpmime/prefs_gpg.h
16630         * src/plugins/pgpmime/select-keys.c
16631         * src/plugins/pgpmime/sgpgme.c
16632         * src/plugins/spamassassin/libspamc.c
16633         * src/plugins/spamassassin/spamassassin.c
16634         * src/plugins/spamassassin/spamassassin.h
16635         * src/plugins/spamassassin/spamassassin_gtk.c
16636         * src/plugins/trayicon/trayicon.c
16637         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
16638                 Sync with HEAD
16639
16640 2004-10-14 [colin]      0.9.12cvs126.2
16641
16642         * src/codeconv.c
16643         * src/textview.c
16644                 Fix conv_unreadable_locale
16645
16646 2004-10-13 [colin]      0.9.12cvs126.1
16647
16648         * src/compose.c
16649                 Sync with HEAD (don't convert charset for 
16650                 drafted messages, minor cleanup)
16651
16652 2004-10-13 [colin]      0.9.12cvs125.1
16653
16654         * po/POTFILES.in
16655                 Sync with HEAD (POTFILES fix)
16656
16657 2004-10-12 [colin]      0.9.12cvs124.3
16658
16659         * src/compose.c
16660                 Fix encoding bug from latest sync
16661
16662 2004-10-12 [paul]       0.9.12cvs124.2
16663
16664         * src/plugins/pgpmime/prefs_gpg.c
16665         * src/plugins/pgpmime/prefs_gpg.h
16666                 forgotten in last commit        
16667
16668 2004-10-12 [paul]       0.9.12cvs124.1
16669
16670         * ChangeLog.claws
16671         * configure.ac
16672         * m4/spamassassin.m4
16673         * src/Makefile.am
16674         * src/account.c
16675         * src/compose.c
16676         * src/compose.h
16677         * src/crash.c
16678         * src/main.c
16679         * src/mimeview.c
16680         * src/passphrase.c
16681         * src/passphrase.h
16682         * src/prefs_account.c
16683         * src/prefs_account.h
16684         * src/prefs_common.c
16685         * src/privacy.c
16686         * src/privacy.h
16687         * src/procmime.c
16688         * src/procmime.h
16689         * src/procmsg.c
16690         * src/rfc2015.c
16691         * src/rfc2015.h
16692         * src/select-keys.c
16693         * src/select-keys.h
16694         * src/textview.c
16695         * src/common/utils.c
16696         * src/common/utils.h
16697         * src/gtk/about.c
16698         * src/plugins/pgpmime/Makefile.am
16699         * src/plugins/pgpmime/passphrase.c
16700         * src/plugins/pgpmime/passphrase.h
16701         * src/plugins/pgpmime/pgpmime.c
16702         * src/plugins/pgpmime/plugin.c
16703         * src/plugins/pgpmime/select-keys.c
16704         * src/plugins/pgpmime/select-keys.h
16705         * src/plugins/pgpmime/sgpgme.c
16706         * src/plugins/pgpmime/sgpgme.h
16707                 sync with HEAD
16708
16709 2004-10-04 [colin]      0.9.12cvs122.1
16710
16711         * src/mainwindow.c
16712         * src/messageview.c
16713         * src/messageview.h
16714         * src/textview.c
16715                 Sync with HEAD
16716
16717 2004-10-04 [colin]      0.9.12cvs121.1
16718
16719         * src/summaryview.c
16720                 Sync with HEAD
16721
16722 2004-10-04 [paul]       0.9.12cvs120.1
16723
16724         * configure.ac
16725                 sync with HEAD [don't try to build 
16726                 pgpmime plugin when gpgme is disabled]
16727
16728 2004-10-03 [colin]      0.9.12cvs119.3
16729
16730         * src/gtk/gtksctree.c
16731                 Lots of side effects. Put back as before 117.2.
16732         * src/summaryview.c
16733                 Fix bug #602
16734
16735 2004-10-03 [colin]      0.9.12cvs119.2
16736
16737         * src/gtk/gtksctree.c
16738                 Revert 608 fix that doesn't work that good
16739
16740 2004-10-02 [colin]      0.9.12cvs119.1
16741
16742         * src/mainwindow.c
16743         * src/messageview.c
16744         * src/prefs_common.h
16745         * src/procmime.c
16746         * src/procmime.h
16747         * src/textview.c
16748                 Sync with HEAD
16749         * src/gtk/gtksctree.c
16750                 Close bug #608
16751
16752 2004-10-01 [colin]      0.9.12cvs118.1
16753
16754         * src/mimeview.c
16755                 Sync with HEAD (better Save All fix)
16756
16757 2004-10-01 [colin]      0.9.12cvs117.2
16758
16759         * src/gtk/gtksctree.c
16760                 Faster on selection
16761
16762 2004-10-01 [colin]      0.9.12cvs117.1
16763
16764         * src/mimeview.c
16765                 Sync with HEAD (Save All: only attachments)
16766
16767 2004-10-01 [paul]       0.9.12cvs116.1
16768
16769         * ChangeLog.claws
16770         * configure.ac
16771         * src/account.c
16772         * src/prefs_common.c
16773         * src/gtk/colorlabel.c
16774                 sync with HEAD
16775
16776 2004-09-30 [colin]      0.9.12cvs115.1
16777
16778         * src/stock_pixmap.c
16779         * src/stock_pixmap.h
16780         * src/folderview.c
16781         * src/Makefile.am
16782         * src/pixmaps/read.xpm
16783                 Sync with HEAD (new pixmap)
16784
16785 2004-09-29 [colin]      0.9.12cvs114.1
16786
16787         * src/compose.c
16788                 Sync with HEAD
16789                 Fix focus handling in headers
16790
16791 2004-09-29 [paul]       0.9.12cvs113.1
16792
16793         * src/quote_fmt_parse.y
16794                 sync with HEAD
16795  
16796
16797 2004-09-28 [colin]      0.9.12cvs112.1
16798
16799         * src/folderview.c
16800         * src/mainwindow.c
16801                 Sync with HEAD
16802
16803 2004-09-28 [colin]      0.9.12cvs110.1
16804
16805         * src/folderview.c
16806                 Sync with HEAD (Contextual Empty trash menu)
16807
16808 2004-09-28 [colin]      0.9.12cvs108.1
16809
16810         * src/addressbook.c
16811                 Sync with HEAD (addressbook edit on double-click)
16812
16813 2004-09-28 [colin]      0.9.12cvs106.1
16814
16815         * src/inc.c
16816                 Sync with HEAD (folder_item freeze on inc)
16817
16818 2004-09-27 [colin]      0.9.12cvs105.1
16819
16820         * src/folderview.c
16821                 Sync with HEAD (right-align new and unread column)
16822
16823 2004-09-27 [colin]      0.9.12cvs104.1
16824
16825         * src/main.c
16826                 Sync with HEAD (revert 0.9.12cvs101)
16827
16828 2004-09-24 [colin]      0.9.12cvs103.2
16829
16830         * src/wizard.c
16831                 Fix gtk warnings and use domain part of the email address 
16832                 when domain detection fails (no dot in domain name)
16833
16834 2004-09-23 [colin]      0.9.12cvs103.1
16835
16836         * src/plugins/spamassassin/libspamc.c
16837         * src/plugins/spamassassin/libspamc.h
16838         * src/plugins/spamassassin/utils.c
16839         * src/plugins/spamassassin/utils.h
16840                 Sync with HEAD (Update spamassassin to 3.0)
16841
16842 2004-09-21 [colin]      0.9.12cvs102.3
16843
16844         * src/action.c
16845                 Add horizontal scrollbar in action io dialog as needed
16846                 Patch by Alfons.
16847
16848 2004-09-20 [colin]      0.9.12cvs102.2
16849
16850         * src/plugins/image_viewer/viewer.c
16851                 Remove imlib stuff
16852                 use gtk_pixmap_set when clearing
16853                 (would be better to use gtkImages, but causes size-allocate 
16854                 signals storm)
16855
16856 2004-09-17 [paul]       0.9.12cvs102.1
16857
16858         * ChangeLog
16859         * ChangeLog.claws
16860         * ChangeLog.jp
16861         * configure.ac
16862         * src/inc.c
16863                 sync with HEAD
16864
16865
16866 2004-09-17 [colin]      0.9.12cvs101.1
16867
16868         * ChangeLog.claws
16869         * src/main.c
16870                 Sync with HEAD (fix segs at exit)
16871
16872 2004-09-14 [colin]      0.9.12cvs99.5
16873
16874         * src/common/socket.c
16875         * AUTHORS
16876                 Fix send error on 64bit platforms
16877                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
16878
16879 2004-09-14 [colin]      0.9.12cvs99.4
16880
16881         * src/action.c
16882                 Fix action output with utf8 
16883                 Patch by Alfons.
16884
16885 2004-09-14 [colin]      0.9.12cvs99.3
16886
16887         * ChangeLog.claws
16888         * src/folder.c
16889                 Sync with HEAD
16890
16891 2004-09-09 [colin]      0.9.12cvs99.2
16892
16893         * src/action.c
16894                 Fix progress bar (displaying "Completed %v/%u")
16895                 Patch by Alfons.
16896
16897 2004-09-08 [colin]      0.9.12cvs99.1
16898
16899         * src/account.c
16900         * src/folder.c
16901         * src/procmsg.c
16902         * src/procmsg.h
16903         * src/plugins/pgpmime/pgpmime.c
16904                 Sync with HEAD
16905
16906 2004-09-08 [colin]      0.9.12cvs97.2
16907
16908         * src/summaryview.c
16909                 Don't select mails in collapsed threads 
16910                 when navigating with up/down
16911
16912 2004-09-07 [colin]      0.9.12cvs97.1
16913
16914         * src/inc.c
16915                 Sync with HEAD (meaningful error messages)
16916
16917 2004-09-06 [colin]      0.9.12cvs96.1
16918
16919         * src/toolbar.c
16920                 Sync with HEAD (fix Redirect graying out)
16921
16922 2004-09-06 [colin]      0.9.12cvs95.1
16923
16924         * src/summaryview.c
16925         * src/mimeview.c
16926                 Sync with HEAD (fix dropped URIs)
16927
16928 2004-09-06 [colin]      0.9.12cvs94.1
16929
16930         * src/addressbook.c
16931         * src/addressitem.h
16932         * src/addritem.c
16933         * src/addritem.h
16934                 Sync with HEAD (addressbook DnD)
16935
16936 2004-09-03 [colin]      0.9.12cvs93.1
16937
16938         * src/summaryview.c
16939                 Sync with HEAD (next/prev unread)
16940
16941 2004-09-03 [colin]      0.9.12cvs92.1
16942
16943         * src/prefs_common.c
16944         * src/prefs_common.h
16945         * src/summaryview.c
16946                 Sync with HEAD ('mark_as_read_delay' pref)
16947
16948 2004-09-02 [colin]      0.9.12cvs91.2
16949
16950         * src/common/xml.c
16951                 Fix leak
16952
16953 2004-09-02 [colin]      0.9.12cvs91.1
16954
16955         * src/gtk/menu.c
16956                 Sync with HEAD (menu accel don't work, but whatever)
16957
16958 2004-09-02 [colin]      0.9.12cvs90.1
16959
16960         * src/account.c
16961                 Sync with HEAD (fix bug 582)
16962
16963 2004-09-02 [colin]      0.9.12cvs89.1
16964
16965         * src/addrindex.c
16966                 Sync with HEAD (free deleted queries)
16967
16968 2004-09-02 [colin]      0.9.12cvs88.1
16969
16970         * src/ldapquery.c
16971                 Sync with HEAD (fix LDAP freezes)
16972
16973 2004-09-02 [colin]      0.9.12cvs87.1
16974
16975         * src/prefs_spelling.c
16976                 Sync with HEAD (add default dictionary)
16977
16978 2004-09-01 [colin]      0.9.12cvs86.1
16979
16980         * src/filtering.c
16981         * src/folderview.c
16982         * src/imap.c
16983         * src/prefs_matcher.c
16984         * src/stock_pixmap.c
16985         * src/summary_search.c
16986         * src/summaryview.c
16987         * src/wizard.c
16988         * src/wizard.h
16989                 Sync with HEAD (uninitialized vars fixes)
16990                 + gtk2 specific warning fixes
16991
16992 2004-08-31 [colin]      0.9.12cvs85.1
16993
16994         * src/folder.c
16995                 Sync with HEAD (Fix memory corruption due to 
16996                 uninitialized var)
16997
16998 2004-08-31 [colin]      0.9.12cvs84.4
16999
17000         * src/summary_search.c
17001                 Fix segfaults when searching in folders with broken headers
17002
17003 2004-08-31 [colin]      0.9.12cvs84.3
17004
17005         * src/compose.c
17006         * src/textview.c
17007                 Fix some more encoding/decoding issues
17008
17009 2004-08-30 [colin]      0.9.12cvs84.2
17010
17011         * src/mimeview.c
17012         * src/prefs_themes.c
17013         * src/gtk/filesel.c
17014         * src/gtk/filesel.h
17015                 Add a folder-mode selection (fixes mimeview's "Save all")
17016
17017 2004-08-29 [colin]      0.9.12cvs84.1
17018
17019         * src/mimeview.c
17020                 Sync with HEAD (don't escape saved filenames)
17021
17022 2004-08-27 [colin]      0.9.12cvs83.1
17023
17024         * ChangeLog
17025         * ChangeLog.claws
17026         * ChangeLog.jp
17027         * src/mh.c
17028         * src/procheader.c
17029         * src/procmsg.c
17030         * src/procmsg.h
17031         * src/common/utils.c
17032         * src/gtk/menu.h
17033         * po/
17034                 Sync with HEAD 0.9.12cvs83 (sync with main)
17035
17036 2004-08-26 [colin]      0.9.12cvs82.4
17037
17038         * src/codeconv.c
17039                 Fix strange stack corruption
17040                 Convert to utf8 after unmime, not before
17041
17042 2004-08-26 [colin]      0.9.12cvs82.3
17043
17044         * src/main.c
17045         * src/wizard.c
17046                 Fix account folders duplication
17047
17048 2004-08-25 [colin]      0.9.12cvs82.2
17049
17050         * src/wizard.c
17051                 Remove ports
17052                 Add SSL selection
17053                 Use login@server as account name
17054
17055 2004-08-25 [colin]      0.9.12cvs82.1
17056
17057         * src/plugins/pgpmime/pgpmime.c
17058                 Sync with HEAD (leak fix).
17059
17060 2004-08-25 [colin]      0.9.12cvs81.1
17061
17062         * src/plugins/pgpmime/pgpmime.c
17063         * src/plugins/pgpmime/sgpgme.c
17064         * src/plugins/pgpmime/sgpgme.h
17065                 Sync with HEAD (Handle combined messages).
17066
17067 2004-08-24 [colin]      0.9.12cvs80.3
17068
17069         * src/wizard.c
17070                 Fix full name, ports, and imap
17071
17072 2004-08-24 [colin]      0.9.12cvs80.2
17073
17074         * src/Makefile.am
17075         * src/main.c
17076         * src/setup.c
17077         * src/setup.h
17078         * src/stock_pixmap.c
17079         * src/stock_pixmap.h
17080         * src/wizard.c ** ADDED **
17081         * src/wizard.h ** ADDED ** 
17082         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
17083                 Add a setup wizard 
17084
17085 2004-08-24 [colin]      0.9.12cvs80.1
17086
17087         * src/folder.c
17088                 Sync with HEAD (set mimeflags on all messages)
17089
17090 2004-08-24 [colin]      0.9.12cvs79.3
17091
17092         * src/matcher_parser_lex.l
17093                 Fix 8bits strings not in utf8
17094
17095 2004-08-24 [colin]      0.9.12cvs79.2
17096
17097         * src/compose.c
17098                 Check conversion result before replacing buffer
17099
17100 2004-08-23 [colin]      0.9.12cvs79.1
17101
17102         * src/compose.c
17103                 Sync with HEAD (create message header in memory)
17104
17105 2004-08-23 [colin]      0.9.12cvs78.1
17106
17107         * src/rfc2015.c
17108         * src/rfc2015.h
17109                 Sync with HEAD (fix bug 197 again)
17110
17111 2004-08-23 [colin]      0.9.12cvs77.3
17112
17113         * src/compose.c
17114                 Fix again inline gpg signing (which outputs utf8
17115                 in gtk2). Not syncing this fix to HEAD as this 
17116                 code is meant to die.
17117
17118 2004-08-23 [colin]      0.9.12cvs77.2
17119
17120         * src/prefs_account.h
17121                 Remove useless include
17122
17123 2004-08-23 [colin]      0.9.12cvs77.1
17124
17125         * src/imap.c
17126         * po/es.po
17127         * po/fr.po
17128         * po/it.po
17129         * po/pl.po
17130         * po/pt_BR.po
17131         * po/sk.po
17132         * po/sr.po
17133                 Sync with HEAD (fix bug 577)
17134
17135 2004-08-22 [colin]      0.9.12cvs76.1
17136
17137         * src/plugins/trayicon/trayicon.c
17138                 Sync with HEAD (fix formatting bug)
17139
17140 2004-08-21 [colin]      0.9.12cvs74.2
17141
17142         * src/gtk/colorsel.c
17143                 Fix bug 564 (Folder color selection window exits on any
17144                 keypress)
17145
17146 2004-08-21 [colin]      0.9.12cvs74.1
17147
17148         * ChangeLog.claws
17149         * src/compose.c
17150         * src/summaryview.c
17151         * src/toolbar.c
17152                 Sync with HEAD (fix bug 576)
17153
17154 2004-08-21 [colin]      0.9.12cvs70.1
17155
17156         * src/compose.c
17157         * src/mainwindow.c
17158                 Sync with HEAD
17159                 
17160
17161 2004-08-21 [paul]       0.9.12cvs66.4
17162
17163         * src/mainwindow.c
17164         * src/messageview.c
17165         * src/gtk/menu.c
17166         * src/plugins/spamassassin/spamassassin_gtk.c
17167                 remove some deprecated gtk1 functions
17168
17169
17170 2004-08-21 [colin]      0.9.12cvs66.3
17171
17172         * src/compose.c
17173         * src/codeconv.c
17174                 Fix warnings
17175                 Remove encoding hacks
17176                 Fix bug 575 (Strange character messes up message)
17177                 Don't display conversion error when drafting
17178
17179 2004-08-21 [paul]       0.9.12cvs66.2
17180
17181         * src/prefs_account.c
17182                 fix GnuPG mode bugs
17183
17184
17185 2004-08-20 [colin]      0.9.12cvs66.1
17186
17187         * src/codeconv.c
17188                 Sync with HEAD 0.9.12cvs66
17189
17190 2004-08-20 [paul]
17191
17192         * src/plugins/pgpmime/plugin.c
17193                 modify PGP/MIME plugin's description
17194
17195 2004-08-17 [colin]      0.9.12cvs65.1
17196
17197         * src/common/ssl.c
17198         * src/plugins/pgpmime/plugin.c
17199                 Sync with HEAD
17200
17201 2004-08-14 [colin]      0.9.12cvs60.3
17202
17203         * src/plugins/trayicon/trayicon.c
17204                 Put back resize callback, on size-request signal
17205                 rather than size-allocate to avoid infinite 
17206                 callback loop
17207
17208 2004-08-13 [colin]      0.9.12cvs60.2
17209
17210         * src/common/defs.h
17211                 Cache versions have been fixed
17212
17213 2004-08-13 [colin]      0.9.12cvs60.1
17214
17215         * src/folderutils.c
17216                 Sync with HEAD
17217
17218 2004-08-12 [colin]      0.9.12cvs59.1
17219
17220         * src/plugins/trayicon/trayicon.c
17221                 Sync with HEAD
17222
17223 2004-08-12 [colin]      0.9.12cvs57.5
17224
17225         * sylpheed.desktop
17226         * configure.ac
17227         * src/Makefile.am
17228         * src/main.c
17229                 Add support for Freedesktop.org's startup notification
17230
17231 2004-08-11 [colin]      0.9.12cvs57.4
17232
17233         * src/textview.c
17234                 Fix off-by-one
17235
17236 2004-08-11 [colin]      0.9.12cvs57.3
17237
17238         * src/message_search.c
17239         * src/summary_search.c
17240                 Make searches case insensitive by default
17241         * src/textview.c
17242                 Fix case-insensitive search in message
17243
17244 2004-08-11 [colin]      0.9.12cvs57.2
17245
17246         * src/summary_search.c
17247                 Let case-sensitive be specified
17248
17249 2004-08-10 [colin]      0.9.12cvs55.4
17250
17251         * src/common/socket.c
17252                 Fix the possible race condition
17253
17254 2004-08-09 [paul]       0.9.12cvs55.3
17255
17256         * configure.ac
17257         * src/Makefile.am
17258         * src/common/Makefile.am
17259                 sync with HEAD
17260
17261
17262 2004-08-09 [paul]       0.9.12cvs55.2
17263
17264         * autogen.sh
17265         * po/poconv.sh
17266                 remove unneeded script
17267
17268         * configure.ac
17269                 add forgotten USE_LDAP_TLS (sync with HEAD)
17270
17271
17272 2004-08-09 [colin]      0.9.12cvs55.1
17273
17274         * src/main.c
17275         * src/common/ssl.c
17276         * src/common/sylpheed.c
17277         * src/common/sylpheed.h
17278                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
17279
17280 2004-08-09 [paul]       0.9.12cvs54.1
17281
17282         * ChangeLog
17283         * ChangeLog.claws
17284         * ChangeLog.jp
17285         * configure.ac
17286         * po/POTFILES.in
17287         * src/Makefile.am
17288         * src/folderutils.c
17289         * src/main.c
17290         * src/pgpmime.c
17291         * src/pgpmime.h
17292         * src/sgpgme.c
17293         * src/sgpgme.h
17294         * src/plugins/Makefile.am
17295         * src/plugins/pgpmime/.cvsignore
17296         * src/plugins/pgpmime/Makefile.am
17297         * src/plugins/pgpmime/pgpmime.c
17298         * src/plugins/pgpmime/pgpmime.h
17299         * src/plugins/pgpmime/plugin.c
17300         * src/plugins/pgpmime/sgpgme.c
17301         * src/plugins/pgpmime/sgpgme.h
17302                 sync with HEAD
17303
17304 2004-08-08 [paul]       0.9.12cvs51.1
17305
17306         * configure.ac
17307         * src/folder.c
17308                 sync with HEAD
17309
17310 2004-08-07 [colin]      0.9.12cvs50.1
17311
17312         * src/pop.c
17313         * src/common/partial_download.c
17314                 fix warnings (sync from HEAD)
17315
17316 2004-08-07 [colin]      0.9.12cvs48.1
17317
17318         * src/prefs_folder_item.c
17319                 sync with HEAD 0.9.12cvs48
17320
17321 2004-08-06 [colin]      0.9.12cvs47.1
17322
17323         * src/compose.c
17324                 Sync with HEAD
17325
17326 2004-08-06 [christoph]  0.9.12cvs46.2
17327
17328         * src/main.c
17329         * src/plugins/clamav/clamav_plugin_gtk.c
17330         * src/plugins/dillo_viewer/dillo_viewer.c
17331         * src/plugins/image_viewer/plugin.c
17332         * src/plugins/mathml_viewer/mathml_viewer.c
17333         * src/plugins/spamassassin/spamassassin_gtk.c
17334         * src/plugins/trayicon/trayicon.c
17335                 don't mix GTK1.2 plugin with GTK2 plugins
17336
17337 2004-08-06 [colin]      0.9.12cvs46.1
17338
17339         * ChangeLog
17340         * ChangeLog.claws
17341         * ChangeLog.jp
17342         * configure.ac
17343         * sylpheed-claws.pc.in
17344         * src/folder.c
17345         * src/imap.c
17346         * src/localfolder.c
17347         * src/messageview.c
17348         * src/mimeview.c
17349         * src/mimeview.h
17350         * src/msgcache.c
17351         * src/news.c
17352         * src/prefs_ext_prog.c
17353         * src/prefs_folder_item.c
17354         * src/prefs_fonts.c
17355         * src/prefs_msg_colors.c
17356         * src/prefs_spelling.c
17357         * src/prefs_themes.c
17358         * src/prefs_toolbar.c
17359         * src/prefs_wrapping.c
17360         * src/procmime.h
17361         * src/common/defs.h
17362         * src/common/nntp.c
17363         * src/common/session.c
17364         * src/common/session.h
17365         * src/common/socket.c
17366         * src/common/utils.h
17367         * src/common/xml.c
17368         * src/common/xml.h
17369         * src/gtk/prefswindow.c
17370         * src/gtk/prefswindow.h
17371         * src/plugins/clamav/clamav_plugin_gtk.c
17372         * src/plugins/dillo_viewer/dillo_prefs.c
17373         * src/plugins/image_viewer/viewerprefs.c
17374         * src/plugins/spamassassin/spamassassin_gtk.c
17375         * m4/openssl.m4 *** REMOVED ***
17376                 Sync with HEAD 0.9.12cvs46
17377
17378 2004-08-03 [paul]       0.9.12cvs40.2
17379
17380         * src/action.c
17381         * src/addressadd.c
17382         * src/addressbook.c
17383         * src/addrgather.c
17384         * src/browseldap.c
17385         * src/compose.c
17386         * src/crash.c
17387         * src/editaddress.c
17388         * src/editgroup.c
17389         * src/editldap_basedn.c
17390         * src/foldersel.c
17391         * src/importldif.c
17392         * src/mimeview.c
17393         * src/prefs_common.c
17394         * src/prefs_template.c
17395         * src/sourcewindow.c
17396         * src/summaryview.c
17397         * src/gtk/about.c
17398         * src/gtk/foldersort.c
17399         * src/gtk/logwindow.c
17400         * src/gtk/pluginwindow.c
17401         * src/gtk/prefswindow.c
17402                 change all gtk_scrolled_window_set_policy from 
17403                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
17404
17405 2004-08-02 [paul]       0.9.12cvs40.1
17406
17407         * AUTHORS
17408                 update translation team section
17409         * po/pt_BR.po
17410                 updated by Frederico Goncalves Guimaraes
17411                 <fggdebian@yahoo.com.br>
17412
17413 2004-07-31 [colin]      0.9.12cvs39.9
17414
17415         * src/exphtmldlg.c
17416                 Fix compilation
17417
17418 2004-07-31 [colin]      0.9.12cvs39.8
17419
17420         * src/exphtmldlg.c
17421                 Fix an alertpanel type
17422
17423 2004-07-30 [colin]      0.9.12cvs39.7
17424
17425         * src/alertpanel.c
17426                 Fix alertpanel_error_log's icon
17427
17428 2004-07-30 [colin]      0.9.12cvs39.6
17429
17430         * src/pop.c
17431                 Two of them should still be warnings
17432
17433 2004-07-30 [colin]      0.9.12cvs39.5
17434
17435         * src/pop.c
17436                 More warning -> error
17437 2004-07-29 [colin]      0.9.12cvs39.4
17438
17439         * src/pop.c
17440                 Warning -> error
17441
17442 2004-07-29 [colin]      0.9.12cvs39.3
17443
17444         * src/prefs_matcher.c
17445                 Fix segfault
17446
17447 2004-07-29 [colin]      0.9.12cvs39.2
17448
17449         * src/alertpanel.c
17450                 More nice-looking alertpanels
17451
17452 2004-07-29 [colin]      0.9.12cvs39.1
17453
17454         * src/messageview.c
17455                 sync with head
17456                 (inform user when partial mail is deleted on server)
17457
17458 2004-07-29 [colin]      0.9.12cvs38.1
17459
17460         * src/messageview.c
17461                 sync with head
17462
17463 2004-07-28 [paul]       0.9.12cvs37.7
17464
17465         * src/mainwindow.c
17466                 complete the replacement of deprecated gtk_progress_*
17467
17468 2004-07-28 [paul]       0.9.12cvs37.6
17469
17470         * src/action.c
17471         * src/inc.c
17472         * src/mainwindow.c
17473         * src/send_message.c
17474         * src/gtk/progressdialog.c
17475         * src/gtk/progressdialog.h
17476                 replace deprecated gtk_progress_*
17477
17478 2004-07-28 [paul]       0.9.12cvs37.5
17479
17480         * src/gtk/filesel.c
17481                 remove gtk_window_set_wmclass()
17482 2004-07-28 [paul]       0.9.12cvs37.4
17483
17484         * src/addressbook.c
17485         * src/compose.c
17486         * src/foldersel.c
17487         * src/mainwindow.c
17488         * src/messageview.c
17489         * src/sourcewindow.c
17490         * src/gtk/logwindow.c
17491                 remove gtk_window_set_wmclass()
17492                 
17493         * src/prefs_filtering.c
17494         * src/prefs_filtering_action.c
17495         * src/prefs_fonts.c
17496         * src/prefs_gtk.c
17497         * src/prefs_matcher.c
17498         * src/ssl_manager.c
17499         * src/gtk/prefswindow.c
17500                 replace gtk_window_position()
17501
17502 2004-07-28 [colin]      0.9.12cvs37.3
17503
17504         * src/alertpanel.c
17505         * src/alertpanel.h
17506                 Add a way to specify panel type for specific
17507                 panels (alertpanel())
17508         * src/account.c
17509         * src/addressbook.c
17510         * src/compose.c
17511         * src/expldifdlg.c
17512         * src/main.c
17513         * src/messageview.c
17514         * src/summaryview.c
17515         * src/textview.c
17516         * src/gtk/sslcertwindow.c
17517                 Fix alertpanel()s so that their icon match
17518                 their real type
17519
17520 2004-07-28 [paul]       0.9.12cvs37.2
17521
17522         * src/addr_compl.c
17523         * src/addressbook.c
17524         * src/alertpanel.c
17525         * src/compose.c
17526         * src/export.c
17527         * src/foldersel.c
17528         * src/folderview.c
17529         * src/grouplistdialog.c
17530         * src/import.c
17531         * src/mainwindow.c
17532         * src/message_search.c
17533         * src/messageview.c
17534         * src/passphrase.c
17535         * src/prefs_actions.c
17536         * src/prefs_common.c
17537         * src/prefs_customheader.c
17538         * src/prefs_display_header.c
17539         * src/prefs_filtering.c
17540         * src/prefs_filtering_action.c
17541         * src/prefs_gtk.c
17542         * src/prefs_matcher.c
17543         * src/prefs_msg_colors.c
17544         * src/prefs_summary_column.c
17545         * src/prefs_template.c
17546         * src/sourcewindow.c
17547         * src/ssl_manager.c
17548         * src/summary_search.c
17549         * src/gtk/colorsel.c
17550         * src/gtk/description_window.c
17551         * src/gtk/gtkaspell.c
17552         * src/gtk/inputdialog.c
17553         * src/gtk/logwindow.c
17554         * src/gtk/prefswindow.c
17555         * src/gtk/progressdialog.c
17556                 replace deprecated gtk_window_set_policy
17557
17558 2004-07-27 [colin]      0.9.12cvs37.1
17559
17560         * src/msgcache.c
17561                 More fixes (synced for head again)
17562
17563 2004-07-27 [colin]      0.9.12cvs35.3
17564
17565         * src/msgcache.c
17566                 Fix wrong test
17567
17568 2004-07-27 [colin]      0.9.12cvs35.2
17569
17570         * src/mimeview.c
17571                 Fix width a bit (by Paul)
17572         * src/alertpanel.c
17573         * src/alertpanel.h
17574                 Specialize icons, make alertpanel_message()
17575                 private
17576         * src/message_search.c
17577         * src/sgpgme.c
17578         * src/summary_search.c
17579                 Suit alertpanel changes
17580
17581 2004-07-27 [colin]      0.9.12cvs35.1
17582
17583         * src/alertpanel.c
17584                 Add an icon
17585         * src/passphrase.c
17586                 Add debug output - maybe someone will
17587                 want to look at the problem with Grab
17588                 Input :)
17589         Bump version as we're synced with HEAD
17590
17591 2004-07-26 [colin]      0.9.12cvs33.26
17592
17593         * src/pop.c
17594                 Fix uidl-file parsing when not in new
17595                 format
17596
17597 2004-07-26 [colin]      0.9.12cvs33.25
17598
17599         * src/gtk/menu.c
17600                 Move popup menu up if necessary (fixes 
17601                 account selector)
17602         * src/mainwindow.c
17603                 Set account selector's button height to
17604                 minimum
17605
17606 2004-07-26 [colin]      0.9.12cvs33.24
17607
17608         * src/alertpanel.c
17609                 Maybe fix 551 (Truncated font in alert window)
17610
17611 2004-07-26 [colin]      0.9.12cvs33.23
17612
17613         * po/de.po
17614         * po/es.po
17615         * po/fr.po
17616         * po/it.po
17617         * po/ja.po
17618         * po/pl.po
17619         * po/ru.po
17620         * po/sk.po
17621         * po/sr.po
17622         * po/zh_CN.po
17623                 Sync po files with HEAD
17624
17625 2004-07-26 [paul]       0.9.12cvs33.22
17626
17627         * src/compose.c
17628                 fix Bug 556 'Organisation-header is sent even if empty'
17629
17630 2004-07-24 [colin]      0.9.12cvs33.21
17631
17632         * src/compose.c
17633         * src/gtk/gtkaspell.c
17634         * src/gtk/gtkaspell.h
17635                 Fix speller accelerators (require hack)
17636
17637 2004-07-24 [colin]      0.9.12cvs33.20
17638
17639         * src/gtk/gtkaspell.c
17640                 Fix over-eager code deletion breaking
17641                 Check while typing
17642
17643 2004-07-24 [colin]      0.9.12cvs33.19
17644
17645         * src/browseldap.c
17646         * src/ldapctrl.c
17647         * src/ldapctrl.h
17648         * src/ldapserver.h
17649                 Sync ldap with HEAD
17650         (Fixes 546 LDAP completely broken)
17651
17652 2004-07-24 [colin]      0.9.12cvs33.18
17653
17654         * src/prefs_msg_colors.c
17655                 Fix prototype mismatch
17656         (Fixes 547 void function cannot return value)
17657
17658 2004-07-24 [colin]      0.9.12cvs33.17
17659
17660         * src/mainwindow.c
17661                 Fix sort going back to previous sort key
17662                 when changing sort direction
17663
17664 2004-07-24 [colin]      0.9.12cvs33.16
17665
17666         * src/compose.c
17667                 Fix space insertion when re-wrapping at 
17668                 cursor point
17669
17670 2004-07-24 [colin]      0.9.12cvs33.15
17671
17672         * src/gtk/gtkaspell.c
17673                 Don't change cursor position in insert-text
17674                 callback
17675         (Fixes 539 Word wrapping on input transposes letters)
17676
17677 2004-07-24 [colin]      0.9.12cvs33.14
17678
17679         * src/gtk/gtkaspell.c
17680                 Reencode non-ascii chars to dictionary's
17681                 encoding
17682         (Fixes 544 Spell check broken non english locale)
17683
17684 2004-07-24 [colin]      0.9.12cvs33.13
17685
17686         * src/summaryview.c
17687                 Fix Shift+Down, add Home/End/PgUp/PgDown
17688
17689 2004-07-21 [colin]      0.9.12cvs33.12
17690
17691         * src/prefs_common.c
17692                 Fix a gtk warning (Patch by Andrej Kacian)
17693
17694 2004-07-21 [colin]      0.9.12cvs33.11
17695
17696         * src/gtk/filesel.c
17697                 More check
17698
17699 2004-07-21 [colin]      0.9.12cvs33.10
17700
17701         * src/compose.c
17702         * src/crash.c
17703         * src/export.c
17704         * src/import.c
17705         * src/messageview.c
17706         * src/mimeview.c
17707         * src/prefs_spelling.c
17708         * src/prefs_themes.c
17709         * src/summaryview.c
17710         * src/gtk/filesel.c
17711         * src/gtk/filesel.h
17712         * src/gtk/pluginwindow.c
17713                 Untwist open/save mode guessing logic, make
17714                 it explicit
17715
17716 2004-07-20 [colin]      0.9.12cvs33.9
17717
17718         * src/codeconv.c
17719                 conv_encode_header: src_charset is UTF-8 on
17720                 gtk2
17721         * src/compose.c
17722                 Remove double encoding of the headers
17723
17724 2004-07-20 [colin]      0.9.12cvs33.8
17725
17726         * src/codeconv.c
17727                 Fix typo
17728
17729 2004-07-20 [colin]      0.9.12cvs33.7
17730
17731         * src/mainwindow.c
17732                 Set the separated messageview to the saved
17733                 size of Claws' messageview (Patch by Alfons)
17734                 Fix a callback prototype (me)
17735
17736 2004-07-20 [colin]      0.9.12cvs33.6
17737
17738         * src/codeconv.h
17739                 Forgot one hunk in 0.9.12cvs33.4
17740
17741 2004-07-19 [colin]      0.9.12cvs33.5
17742
17743         * src/action.c
17744                 Action output fix
17745                 Patch by Alfons
17746
17747 2004-07-19 [colin]      0.9.12cvs33.4
17748
17749         * src/compose.c
17750                 Fix outgoing charset bug in headers
17751         * src/codeconv.c
17752                 Clean for glib2 - Patch by Alfons
17753
17754 2004-07-19 [colin]      0.9.12cvs33.3
17755
17756         * src/statusbar.c
17757                 Remove grip from the statusbar
17758                 Patch by Alfons
17759
17760 2004-07-19 [colin]      0.9.12cvs33.2
17761
17762         * src/messageview.c
17763         * src/textview.c
17764                 Fix messageview remembering the previous
17765                 scroll position when loading a new message
17766                 Patch by Alfons
17767
17768 2004-07-19 [colin]      0.9.12cvs33.1
17769
17770         * src/folder.h
17771         * src/folderview.c
17772         * src/summaryview.c
17773                 Sync with HEAD
17774
17775 2004-07-18 [colin]      0.9.12cvs32.7
17776
17777         * configure.ac
17778                 Remove useless check for XIM - noticed
17779                 by Alfons
17780
17781 2004-07-18 [colin]      0.9.12cvs32.6
17782
17783         * src/summaryview.c
17784                 Remove non-modified and shift-modified
17785                 accelerators in summaryview's popup
17786                 menu, as that doesn't get catched by
17787                 the accel-activate signal catcher...
17788
17789 2004-07-18 [colin]      0.9.12cvs32.5
17790
17791         * src/prefs_common.c
17792                 Define sensible default prefs for 
17793                 wrapping
17794
17795 2004-07-18 [colin]      0.9.12cvs32.4
17796
17797         * src/compose.c
17798         * src/prefs_common.c
17799         * src/prefs_common.h
17800         * src/prefs_wrapping.c
17801                 Remove Smart Wrapping pref, which does
17802                 nothing on gtk2 branch
17803
17804 2004-07-18 [colin]      0.9.12cvs32.3
17805
17806         * src/sourcewindow.c
17807                 Proper utf8
17808
17809 2004-07-18 [colin]      0.9.12cvs32.2
17810
17811         * src/compose.c
17812                 Save attachment status when drafting
17813
17814 2004-07-18 [colin]      0.9.12cvs32.1
17815
17816         * src/gtk/filesel.c
17817                 Fix erratic folder selection in open mode
17818
17819 2004-07-18 [colin]      0.9.12cvs31.11
17820
17821         * src/pop.c
17822                 Don't let partial messages get deleted
17823                 even with "dowload all"
17824                 (0.9.12cvs31.8 fix extension)
17825 2004-07-18 [colin]      0.9.12cvs31.10
17826
17827         * src/gtk/logwindow.c
17828                 Fix log scrolling
17829
17830 2004-07-18 [colin]      0.9.12cvs31.9
17831
17832         * src/common/utils.c
17833                 Fix non-utf8 strings coming from commands
17834                 and files
17835
17836 2004-07-18 [colin]      0.9.12cvs31.8
17837
17838         * src/pop.c
17839                 Fix partial download bug with Download all
17840                 messages option
17841
17842 2004-07-18 [colin]      0.9.12cvs31.7
17843
17844         * src/textview.c
17845                 Fix bug introduced in 0.9.12cvs31.2
17846                 (blocked in select mode after double click)
17847
17848 2004-07-18 [colin]      0.9.12cvs31.6
17849
17850         * src/compose.c
17851         * src/gtk/menu.c
17852                 More glib-warning fixes
17853
17854 2004-07-18 [colin]      0.9.12cvs31.5
17855
17856         * src/compose.c
17857                 Fix trashing the primary clipboard when moving 
17858                 around with tab
17859         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
17860
17861 2004-07-18 [colin]      0.9.12cvs31.4
17862
17863         * src/codeconv.c
17864                 convert unencoded iso headers to utf8
17865         (Fix Bug 538 Unencoded local characters in subject make it 
17866          disappear)
17867
17868 2004-07-18 [colin]      0.9.12cvs31.3
17869
17870         * src/compose.c
17871                 Fix tab char handling in wrapping
17872         (Fix Bug 537 Line wrap problem - TAB character treated as 
17873          one character instead of 8)
17874
17875 2004-07-18 [colin]      0.9.12cvs31.2
17876
17877         * src/textview.c
17878                 return FALSE on GDK_MOTION_NOTIFY
17879         (Fix Bug 535 Hyperlinks/addresses are not selectable 
17880          (unable to highlight))
17881
17882 2004-07-18 [colin]      0.9.12cvs31.1
17883
17884         * src/folderview.c
17885                 Sync with 0.9.12cvs31
17886
17887 2004-07-18 [colin]      0.9.12cvs30.4
17888
17889         * src/compose.c
17890                 Also block text_inserted when inserting a file
17891
17892 2004-07-18 [colin]      0.9.12cvs30.3
17893
17894         * src/compose.c
17895                 Fix smart wrapping (block text_inserted handler
17896                 while putting quotation to avoid wrap on input,
17897                 don't join lines if next is sig separator)
17898
17899 2004-07-17 [colin]      0.9.12cvs30.2
17900
17901         * src/folderview.c
17902         * src/mainwindow.c
17903         * src/mimeview.c
17904         * src/summaryview.c
17905         * src/gtk/quicksearch.c
17906         * src/gtk/quicksearch.h
17907                 Block key events handlers *and* accels while
17908                 quicksearch is focused
17909         (Fixes Bug 534 quick-search bar not accepting certain letters)
17910
17911 2004-07-17 [colin]      0.9.12cvs30.1
17912
17913         * src/folder.h
17914         * src/folderview.c
17915         * src/summaryview.c
17916                 Sync with 0.9.12cvs30
17917
17918 2004-07-17 [colin]      0.9.12cvs28.2
17919
17920         * src/mimeview.c
17921         * src/procmime.c
17922         * src/summaryview.c
17923         * src/gtk/menu.c
17924                 Squash some compile and glib warnings
17925
17926 2004-07-17 [paul]       0.9.12cvs28.1
17927
17928         * src/mimeview.c
17929                 sync with 0.9.12cvs28 HEAD
17930
17931 2004-07-16 [paul]       0.9.12cvs26.1
17932         
17933         * src/gtk/quicksearch.c
17934         * src/account.c
17935         * src/account.h
17936         * src/compose.c
17937         * src/customheader.c
17938         * src/folder_item_prefs.c
17939         * src/main.c
17940         * src/mainwindow.c
17941         * src/messageview.c
17942         * src/mimeview.c
17943         * src/news.c
17944         * src/pgpmime.c
17945         * src/pop.c
17946         * src/pop.h
17947         * src/prefs_account.c
17948         * src/prefs_account.h
17949         * src/prefs_common.c
17950         * src/prefs_common.h
17951         * src/prefs_display_header.c
17952         * src/prefs_gtk.c
17953         * src/prefs_gtk.h
17954         * src/procheader.c
17955         * src/procmime.c
17956                 sync with 0.9.12cvs26 HEAD      
17957
17958 2004-07-15 [colin]      0.9.12cvs18.14
17959
17960         * src/folder.c
17961                 Disable GPG signature check during
17962                 folder move and scan
17963         (Closes Bug 521 Signature checking slows down Folder-Move)
17964
17965 2004-07-14 [colin]      0.9.12cvs18.13
17966
17967         * src/common/partial_download.c
17968                 update includes
17969
17970 2004-07-14 [colin]      0.9.12cvs18.12
17971
17972         * src/common/partial_download.c
17973         * src/common/partial_download.h
17974                 Move doc at top, add correct copyright
17975
17976 2004-07-14 [colin]      0.9.12cvs18.11
17977
17978         * src/folder.c
17979         * src/messageview.c
17980         * src/pop.c
17981         * src/pop.h
17982         * src/procmsg.c
17983         * src/summaryview.c
17984         * src/common/Makefile.am
17985         * src/common/partial_download.c ** NEW FILES **
17986         * src/common/partial_download.h ** NEW FILES **
17987                 Move partial-download related stuff to its
17988                 own file
17989
17990 2004-07-14 [colin]      0.9.12cvs18.10
17991
17992         * src/send_message.c
17993                 Fix smtp auth when user is null or empty
17994
17995 2004-07-13 [colin]      0.9.12cvs18.9
17996
17997         * src/gtk/quicksearch.c
17998                 Use alphabetic order
17999
18000 2004-07-13 [colin]      0.9.12cvs18.8
18001
18002         * src/pop.c
18003                 Be paranoid on the checks
18004
18005 2004-07-13 [colin]      0.9.12cvs18.7
18006
18007         * src/gtk/quicksearch.c
18008                 Fix Engrish once again
18009
18010 2004-07-13 [colin]      0.9.12cvs18.6
18011
18012         * src/procmsg.c
18013         * src/summaryview.c
18014                 Mark messages for deletion when they are about to
18015                 be removed from trash
18016
18017 2004-07-13 [colin]      0.9.12cvs18.5
18018
18019         * src/matcher.c
18020         * src/matcher.h
18021         * src/matcher_parser_parse.y
18022         * src/prefs_matcher.c
18023         * src/gtk/quicksearch.c
18024                 Add 'partial' ('p') match string to find partially
18025                 downloaded messages
18026
18027 2004-07-13 [colin]      0.9.12cvs18.4
18028
18029         * src/pop.c
18030                 Fix misplaced block
18031
18032 2004-07-13 [colin]      0.9.12cvs18.3
18033
18034         * src/pop.c
18035         * src/pop.h
18036         * src/messageview.c
18037                 Refactor API (to avoid passing 5+ params and code
18038                 duplication)
18039         * src/folder.c
18040         * src/msgcache.c
18041         * src/procheader.c
18042         * src/common/defs.h
18043                 Add planned_download to cache
18044                 Don't mess uidl file when moving partially downloaded
18045                 mails (they change folder, we should change it in the
18046                 uidl list too or we'll remove an incorrect message)
18047                 (this also helps removing hacks when changing 
18048                 planned_download in messageview.c)
18049
18050 2004-07-12 [colin]      0.9.12cvs18.2
18051
18052         * src/gtk/quicksearch.c
18053                 Fix missing status update in quicksearch
18054
18055 2004-07-12 [paul]       0.9.12cvs18.1
18056
18057         * po/POTFILES.in
18058         * src/Makefile.am
18059         * src/account.c
18060         * src/codeconv.c
18061         * src/compose.c
18062         * src/inc.c
18063         * src/main.c
18064         * src/prefs_common.c
18065         * src/procmsg.h
18066         * src/toolbar.c
18067         * src/prefs_msg_colors.[ch]     ** NEW FILES **
18068         * src/prefs_wrapping.[ch]       ** NEW FILES **
18069         * src/common/intl.h
18070         * src/common/utils.[ch]
18071         * src/gtk/quicksearch.[ch]
18072                 sync with 0.9.12cvs18 HEAD
18073
18074 2004-07-12 [colin]      0.9.11cvs17.25
18075
18076         * src/folder.c
18077         * src/folder.h
18078                 Remove unused function added by me in 0.9.11cvs17.10
18079
18080 2004-07-11 [colin]      0.9.11cvs17.24
18081
18082         * src/inc.c
18083         * src/messageview.c
18084         * src/pop.c
18085         * src/pop.h
18086                 Use folderitem and msgnum instead of filename to
18087                 know which mail to delete
18088                 Move old partial mail deletion to pop.c
18089
18090 2004-07-10 [colin]      0.9.11cvs17.23
18091
18092         * src/inc.c
18093                 Add debug
18094         * src/pop.c
18095         * src/pop.h
18096                 Don't re-use same enums for unrelated stuff: it's 
18097                 completely misleading !
18098                 Document a bit
18099
18100 2004-07-09 [colin]      0.9.11cvs17.22
18101
18102         * src/inc.c
18103                 Remove folder-type check and do
18104                 more tests to be sure everything's
18105                 ok
18106         * src/messageview.c
18107                 Punctuation update, remove useless
18108                 code, fix two warnings
18109         * src/noticeview.c
18110                 Layout cleaning, reset 2nd button
18111                 when specifying one
18112
18113 2004-07-09 [colin]      0.9.11cvs17.21
18114
18115         * src/messageview.c
18116         * src/pop.c
18117         * src/pop.h
18118                 Allow user to change his mind
18119                 and postpone decision (by
18120                 unmarking the mail)
18121
18122 2004-07-09 [colin]      0.9.11cvs17.20
18123
18124         * src/messageview.c
18125                 Fix bug with delete state
18126         * src/pop.c
18127         * src/pop.h
18128                 Fix buffer leak (fread doesn't 
18129                 terminate buffers with \0)
18130                 Refactoring (remove magic 
18131                 numbers)
18132
18133 2004-07-09 [colin]      0.9.11cvs17.19
18134
18135         * src/pop.c
18136                 Don't log "Skipping message" if 
18137                 we're going to TOP it two lines
18138                 later
18139
18140 2004-07-09 [colin]      0.9.11cvs17.18
18141
18142         * src/messageview.c
18143                 Fix Engrish
18144
18145 2004-07-09 [colin]      0.9.11cvs17.17
18146
18147         * src/pop.c
18148                 strlen checking...
18149         * src/messageview.c
18150                 refactoring a bit
18151
18152 2004-07-08 [colin]      0.9.11cvs17.16
18153
18154         * src/noticeview.c
18155         * src/noticeview.h
18156                 Add an optional second button
18157         * src/messageview.c
18158         * src/pop.c
18159         * src/pop.h
18160                 Don't delete partially received mails after a certain
18161                 time; rather, let the user decide.
18162
18163 2004-07-08 [colin]      0.9.11cvs17.15
18164
18165         * src/common/smtp.h
18166                 Sync with HEAD
18167
18168 2004-07-08 [colin]      0.9.11cvs17.14
18169
18170         * src/messageview.c
18171         * src/common/smtp.c
18172                 Use to_human_readable() for sizes
18173
18174 2004-07-08 [colin]      0.9.11cvs17.13
18175
18176         * src/inc.c
18177         * src/messageview.c
18178         * src/pop.c
18179         * src/pop.h
18180         * src/procmsg.c
18181                 Fix partial-downloading issues:
18182                         catch unsupported TOP
18183                         don't delete partially downloaded mails before 5 days
18184                         don't update existing with non-MH folders; that'll
18185                         make dups, but it's better than trashing the folder
18186                         free new msginfo parts
18187                 Fix indentation ;-)
18188
18189 2004-07-08 [colin]      0.9.11cvs17.12
18190
18191         * src/common/smtp.c
18192         * src/common/smtp.h
18193                 Sync smtp size verification with HEAD
18194
18195 2004-07-08 [colin]      0.9.11cvs17.11
18196
18197         * src/summaryview.c
18198         * src/prefs_common.c
18199         * src/prefs_common.h
18200         * src/gtk/quicksearch.c
18201         * src/gtk/quicksearch.h
18202                 Sync sticky pref with HEAD
18203
18204 2004-07-08 [colin]      0.9.11cvs17.10
18205
18206         * src/folder.c [1.213.2.6]
18207         * src/folder.h [1.87.2.6]
18208         * src/inc.c [1.149.2.7]
18209         * src/messageview.c [1.94.2.8]
18210         * src/procheader.c [1.47.2.6]
18211         * src/procmsg.c [1.150.2.4]
18212         * src/procmsg.h [1.60.2.5]
18213         * src/pop.c [1.56.2.4]
18214         * src/pop.h [1.17.2.3]
18215                 Let too big messages get downloaded, but truncated
18216                 Add a button to download them completely
18217                 
18218 2004-07-06 [colin]      0.9.11cvs17.9
18219
18220         * src/gtk/quicksearch.c [1.1.2.3]
18221                 Add a Clear button
18222         * commitHelper
18223         * PATCHSETS
18224                 Add a script to help with cvs
18225
18226 2004-07-03 [colin]      0.9.11cvs17.8
18227
18228         * src/plugins/imageviewer/viewer.c
18229                 fix imageviewer (which was staying on the first
18230                 displayed image)
18231
18232 2004-07-03 [colin]      0.9.11cvs17.7
18233
18234         Removed FIXME_GTK2 warnings
18235         * src/gtk/gtkutils.c
18236                 useless #warnings
18237         * src/gtk/menu.c
18238                 useless #warnings (no need to mess with menu rc)
18239         * src/gtk/menu.h
18240                 unused functions
18241         
18242
18243 2004-07-03 [colin]      0.9.11cvs17.6
18244
18245         Removed FIXME_GTK2 warnings
18246         * src/codeconv.c
18247                 useless #warnings (rewrite needed)
18248         * src/compose.c
18249                 useless #warnings (rewrite needed)
18250                 useless #warnings (gtk2 is like that)
18251                 useless #warnings (previously fixed)
18252         * src/main.c
18253                 useless #warnings (previously fixed)
18254         * src/message_search.c
18255                 useless #warnings (gtk2 is like that)
18256                 Made apparent that search is case-sensitive
18257         * src/mimeview.c
18258                 useless #warnings (rewrite needed)
18259                 useless #warnings (gtk2 is like that)
18260                 reimplemented real warnings
18261         * src/prefs_common.c
18262                 Removed block cursor option (not it gtk2)
18263         * src/prefs_gtk.c
18264                 useless #warnings (rewrite needed)
18265         * src/procheader.c
18266                 useless #warnings (rewrite needed)
18267         * src/sourcewindow.c
18268                 useless #warnings (incorrect placing)
18269         * src/summary_search.c
18270                 useless #warnings (gtk2 is like that)
18271                 Made apparent that search is case-sensitive
18272         * src/action.c
18273                 useless #warnings (gtk2 is like that)
18274         * src/textview.c
18275                 useless #warnings (rewrite needed)
18276         * src/toolbar.c
18277                 useless #warnings (rewrite needed)
18278
18279 2004-07-03 [colin]      0.9.11cvs17.5
18280
18281         * src/textview.c
18282                 Fix mismerge which broke URI opening
18283                 
18284 2004-07-01 [colin]      0.9.11cvs17.4
18285
18286         * src/gtk/filesel.c
18287                 Fill filename when saving
18288                 
18289 2004-06-27 [colin]      0.9.11cvs17.3
18290
18291         * src/gtk/filesel.[ch]
18292                 Use the new GTK file selector
18293                 Update prototype to match the reality: multiple file
18294                 selection is open-only          
18295         * src/compose.c
18296                 Match the new prototypes        
18297         * configure.ac
18298                 Match the new requirements (gtk 2.4.0)
18299                         
18300 2004-06-26 [colin]      0.9.11cvs17.2
18301
18302         * src/plugins/trayicon/trayicon.c
18303                 Remove useless signal handler on resize, which causes
18304                 an infinite "loop"
18305         
18306 2004-06-26 [colin]      0.9.11cvs17.1
18307         
18308         * tools/Makefile.am
18309                 remove launch_firebird and add nautilus2sylpheed.sh
18310         * src/quicksearch.c
18311           src/summaryview.c
18312                 Fix show/hide "Extended symbols" button problem
18313                 Fix apparition at startup
18314                 Fix const warnings
18315         * src/plugins/image_viewer/Makefile.am
18316                 Fix configure 
18317         * common/ssl.c
18318                 Re-enable certificate check, as it doesn't seem to
18319                 cause Xlib errors anymore
18320
18321 2004-06-25 [paul]       0.9.11cvs17
18322
18323         * sync with 0.9.11cvs17 HEAD
18324         
18325         NOTE: QuickSearch is broken
18326
18327 2004-06-07 [colin]      0.9.10claws67.10
18328         * src/plugins/trayicon/trayicon.c
18329           src/plugins/trayicon/libeggtrayicon/Makefile.am
18330           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18331                 Fix gettextization in trayicon plugin
18332
18333 2004-06-07 [colin]      0.9.10claws67.9
18334         
18335         * src/summaryview.c
18336           src/gtk/gtksctree.[ch]
18337                 Let Shift+{Up,Down} work in summaryview
18338                 (well, Down "works" and Up works)
18339                 Let the list scroll when using these keys
18340
18341 2004-06-06 [colin]      0.9.10claws67.8
18342
18343         * src/plugins/trayicon/trayicon.c
18344                 Fix pixmap update
18345
18346 2004-06-06 [colin]      0.9.10claws67.7
18347
18348         * src/addressbook.c
18349                 Fix signal handling causing system-wide focus grab
18350
18351 2004-05-25 [paul]       0.9.10claws67.6
18352
18353         * Makefile.am
18354           src/Makefile.am
18355                 clean up
18356
18357 2004-05-25 [paul]       0.9.10claws67.5
18358
18359         * replace deprecated gtk_signal... functions
18360
18361 2004-05-23 [colin]      0.9.10claws67.4
18362
18363         * src/compose.c
18364                 Fix wrapping
18365
18366 2004-05-22 [colin]      0.9.10claws67.3
18367
18368         * src/compose.c
18369                 Re-fix [Edited] in compose.c::compose_reedit()
18370
18371 2004-05-22 [colin]      0.9.10claws67.2
18372
18373         * src/procmime.c
18374                 Fix parsing of multiparts mails
18375
18376 2004-05-22 [colin]      0.9.10claws67.1
18377
18378         * src/summaryview.c
18379                 Fix quicksearch
18380
18381 2004-05-22 [paul]       0.9.10claws67
18382
18383         * sync with 0.9.10claws67 HEAD
18384
18385 2004-05-14 [alfons]
18386
18387         * src/procmime.h
18388                 add forgotton prototype
18389
18390 2004-05-10 [paul]       0.9.10claws57
18391
18392         * sync with 0.9.10claws57 HEAD
18393
18394 2004-05-05 [paul]       0.9.9.claws1
18395
18396         * ChangeLog-gtk2        ** REMOVED **
18397           ChangeLog-gtk2.claws  ** ADDED **
18398                 rename and adopt the normal claws format
18399                 
18400         * configure.ac
18401                 require gtkmathview >= 0.5
18402
18403         * ac/*                          ** REMOVED **
18404           ac/                           ** REMOVED **
18405           intl/Makefile.in              ** REMOVED **
18406           m4/                           ** ADDED **
18407           m4/missing                    ** ADDED **
18408           m4/missing/gdk-pixbuf.m4      ** ADDED **
18409           m4/missing/gettext.m4         ** ADDED **
18410           m4/missing/gpgme.m4           ** ADDED **
18411           m4/missing/imlib.m4           ** ADDED **
18412           m4/.cvsignore                 ** ADDED **
18413           m4/Makefile.am                ** ADDED **
18414           m4/README                     ** ADDED **
18415           m4/aclocal-include.m4         ** ADDED **
18416           m4/aspell.m4                  ** ADDED **
18417           m4/check-type.m4              ** ADDED **
18418           m4/gnupg-check-typedef.m4     ** ADDED **
18419           m4/openssl.m4                 ** ADDED **
18420           m4/spamassassin.m4            ** ADDED **
18421           po/ChangeLog                  ** REMOVED **
18422           po/Makefile.in.in             ** REMOVED **
18423           po/Rules-quot                 ** REMOVED **
18424           po/boldquot.sed               ** REMOVED **
18425           po/en@boldquot.header         ** REMOVED **
18426           po/en@quot.header             ** REMOVED **
18427           po/insert-header.sin          ** REMOVED **
18428           po/quot.sed                   ** REMOVED **
18429           po/remove-potcdate.sed        ** REMOVED **
18430           po/remove-potcdate.sin        ** REMOVED **
18431           po/stamp-po                   ** REMOVED **
18432           Makefile.am
18433           autogen.sh
18434           configure.ac
18435                 enable building with automake 1.8.x
18436                 add 'autopoint --force' to autogen.sh and remove all
18437                 auto-generated files, remove ac/ directory and use
18438                 m4/ directory instead
18439                 
18440         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18441                 fix gettextization
18442
18443 2004-02-28 Colin Leroy <colin@colino.net>
18444         * src/prefs_matcher.c
18445           src/prefs_filtering.c
18446           src/prefs_filtering_action.c
18447                 Fix non-editable GtkEntries
18448
18449 2004-02-22 Thorsten Maerz <torte@netztorte.de>
18450         * src/prefs_themes.c
18451                 utf8 conversion for theme info
18452
18453 2004-02-21 Thorsten Maerz <torte@netztorte.de>
18454         * sync 0.9.9claws
18455
18456 2004-02-14 Thorsten Maerz <torte@netztorte.de>
18457         * src/grouplistdialog.c
18458                 allow multiple selections without ctrl key
18459
18460 2004-02-09 Thorsten Maerz <torte@netztorte.de>
18461         * src/main.c
18462                 enable customizable accelerators
18463
18464 2004-02-08 Thorsten Maerz <torte@netztorte.de>
18465         * src/prefs_common.c
18466                 re-enable different font settings for gtk1/2
18467         * src/prefs_folder_item.c
18468                 fix folder prefs displayed wrong
18469         * src/textview.c
18470                 set 'sunken' shadow type
18471
18472 2004-02-07 Colin Leroy <colin@colino.net>
18473         * src/compose.c
18474                 Fix message being always [Edited]
18475                 Encode headers correctly (utf8 buf)
18476
18477 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18478         * src/socket.c
18479                 remove double g_source_attach()
18480                 (Thanks to Colin Leroy)
18481
18482 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18483         * src/gtk/gtksctree.c
18484                 Fix SSL certificate list not shown
18485         * src/mimeview.c
18486                 Fix clicks in mime tree
18487
18488 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18489         * src/common/socket.c
18490                 Fix SSL receive
18491         * src/compose.c
18492                 Fix clipboard menu hotkeys
18493
18494 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18495         * src/gtk/gtkaspell.[ch]
18496           src/compose.c
18497                 reimplement spellchecker
18498
18499 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18500         * src/gtk/filesel.c
18501                 crash when inserting file in compose window
18502                 (TODO: keep old selection on clicks)
18503         * src/main.c
18504                 use gtkrc-2.0 instead of gtkrc
18505
18506 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18507         * src/messageview.c
18508                 remove orphaned mimeview unref()
18509
18510 2004-01-20 Thorsten Maerz <torte@netztorte.de>
18511         * src/grouplistdialog.c
18512                 expand nodes containing subscribed groups
18513
18514 2004-01-19 Thorsten Maerz <torte@netztorte.de>
18515         * src/textview.c
18516                 textview: hide cursor, restore old click behaviour
18517
18518 2004-01-18 Thorsten Maerz <torte@netztorte.de>
18519         * src/textview.c
18520                 variable names messed up
18521
18522 2004-01-17 Colin Leroy <colin@colino.net>
18523         * src/addr_compl.c
18524                 Fix completion address too thin
18525         * src/compose.c
18526                 Fix tab-to-subject behaviour
18527         * src/summaryview.c
18528                 Implement key up & down in summaryview
18529
18530 2004-01-12 Thorsten Maerz <torte@netztorte.de>
18531
18532         * sync 098claws
18533
18534 2004-01-08 Thorsten Maerz <torte@netztorte.de>
18535         * configure.ac
18536           Makefile.am
18537           doc/.cvsignore
18538           doc/Makefile.am
18539                 faq, man, manual moved to doc/
18540         * ac/aspell.m4
18541           ac/check-type.m4
18542           ac/gnupg-check-typedef.m4
18543           ac/openssl.m4
18544           ac/spamassassin.m4
18545           ac/missing/gdk-pixbuf.m4
18546           ac/missing/gpgme.m4
18547           ac/missing/imlib.m4
18548                 fix automake warnings
18549
18550 2003-12-06 Colin Leroy <colin@colino.net>
18551         * src/summaryview.c
18552                 Fix quicksearch
18553
18554 2003-12-05 Colin Leroy <colin@colino.net>
18555         * src/summaryview.c
18556                 Fix going to next unread folder
18557
18558 2003-12-05 Colin Leroy <colin@colino.net>
18559         * src/crash.c
18560                 Fix gtk2 compilation
18561         * src/session.c
18562                 Remove iotag source handler at disconnection
18563         * src/socket.[ch] 
18564                 Remove source handler when closing socket 
18565                 (fixes another seg)
18566
18567 2003-12-04 Colin Leroy <colin@colino.net>
18568         * src/compose.c
18569           src/prefs_account.c
18570           src/prefs_common.c
18571                 Fix some dropdown menus
18572
18573 2003-12-04 Colin Leroy <colin@colino.net>
18574         * src/compose.c
18575                 Fix event handlers on header fields
18576         * src/common/socket.c
18577           src/common/session.c
18578                 Fix segfault with callback (SSL)
18579                 Fix end of session 
18580
18581 2003-10-06 Thorsten Maerz <torte@netztorte.de>
18582
18583         * Fix compile bug in src/compose.c
18584         * removed src/gtk/gtkstext.[ch]
18585
18586 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
18587
18588         * Convert character set and escape "text" attributes in toolbar setting
18589         files.
18590         * Fixed bug in button-press-event handling.
18591
18592 2003-09-16 Thorsten Maerz <torte@netztorte.de>
18593
18594         * Fixed bug in key-press-event handling.
18595
18596 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
18597
18598         * Enabled to compile tray-icon plugin (Ad-hoc).
18599         * Avoid hang up bug of icon list in mime view (Ad-hoc).
18600
18601 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
18602
18603         * Enabled to compile on sylpheed-claws.
18604         (tray-icon plugin still cannot compile yet.)
18605
18606 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
18607
18608         * Updated to 0.9.5.
18609
18610 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
18611
18612         * Updated to 0.9.4.
18613         * Ported monitoring SSL mechanism to GSource of GLib2
18614         (I don't confirm it)
18615         * Added _gtk2 suffix to key name of font preference to avoid
18616         ovverwriting preference of Gtk+-1.2 version.
18617
18618 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
18619
18620         * Updated to 0.9.2.
18621
18622 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
18623
18624         * Updated to 0.9.1.
18625         * Translate po files into UTF-8 when execute autogen.sh.
18626
18627 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
18628
18629         * Updated to 0.9.0.
18630
18631 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
18632
18633         * Plugged GError related memory leaks.
18634
18635 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
18636
18637         * Changed default size of fonts.
18638         * Enabled to set titile font size of warning dialog.
18639
18640 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
18641
18642         * Embed a sylpheed icon into executable binary on Windows.
18643
18644 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
18645
18646         * I forgot to traslate character set of element string in src/xml.c.
18647
18648 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
18649
18650         * Fixed detecting bind_textdomain_codeset in configure.in.
18651         * The bug in which "Example" of "Date fromat" preference isn't displayed
18652         correctly has been fixed.
18653
18654 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
18655
18656         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
18657           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
18658           glib-gettextize
18659           Removed intl directory.
18660           Translated po files into UTF-8.
18661           (Thanks! Ryuji Abe)
18662
18663 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
18664
18665         * The bug which doesn't unscape string in xml.c has been fixed.
18666
18667 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
18668
18669         * The bug which is failed to translate encoding of file name thorough
18670         file dialog has been fixed.
18671
18672 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
18673
18674         * Modified to translate file names which is used in inporting/expoting
18675         mbox feature and "Save as" feature into locale encoding.
18676         * Translate file names into locale encoding when "Attache file" and
18677         "Insert file".
18678         * Force set G_BROKEN_FILENAMES environment variable.
18679         * Other minor fixes.
18680
18681 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
18682
18683         * Modified to treat MH folder's name as locale encoding.
18684
18685 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
18686
18687         * The bug which clash on switching candidates of auto completion of
18688         addresses, cannot use auto completion in Japanesse is fixed
18689         (Thanks! Tokunaga-san)¡¥
18690
18691 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18692
18693         * The bug which cannot switch key accelerator preference has been fixed
18694         (Thanks! smbd-san)¡¥
18695
18696 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18697
18698         * version 0.8.11-gtk2-20030314
18699
18700 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18701
18702         * The bug in which character set conversion of filtering messages has
18703         been fixed.(Thanks! COCOA-san).
18704
18705 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
18706
18707         * Revived "Leave space on head" preference in "Message" category.
18708         * A bug which clash when put the cursor to end of buffer and execute
18709         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
18710
18711 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18712
18713         * version 0.8.11-gtk2-20030312
18714
18715 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18716
18717         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
18718         * Modified to use Pango's API directly for font preference.
18719         * Integrated GtkTextView of textview to one widget.
18720         * Set fonts of header title in textview by "header_title" tag.
18721         * Removed some deprecated codes.
18722
18723 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
18724
18725         * Updated to 0.8.11.
18726         * Merged cygwin patch(Thanks! Sakai-san).
18727
18728 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
18729
18730         * version 0.8.10-gtk2-20030309