2007-07-05 [wwp] 2.10.0cvs7
[claws.git] / ChangeLog
1 2007-07-05 [wwp]        2.10.0cvs7
2
3         * src/quote_fmt.c
4                 It's %am that works, not %ae (this doc incoherence has been
5                 introduced with 2.9.2cvs14).
6
7 2007-07-04 [wwp]        2.10.0cvs6
8
9         * src/plugins/bogofilter/bogofilter.c
10                 Gettext-ize an occurrence of "Any" that wasn't.
11
12 2007-07-04 [colin]      2.10.0cvs5
13
14         * po/POTFILES.in
15                 Fix untranslated strings; thanks
16                 to Pader Rezso.
17
18 2007-07-03 [colin]      2.10.0cvs4
19
20         * src/folder.c
21         * src/mainwindow.c
22                 Fix saving of sort mode for tags and
23                 thread date. Thanks to Pierre Ossman.
24                 Completes fix for bug 1233
25
26 2007-07-03 [paul]       2.10.0cvs3
27
28         * src/compose.c
29                 fix auto-save
30         * src/summaryview.c
31                 fix build warnings
32         Thanks to Colin
33
34 2007-07-02 [colin]      2.10.0cvs2
35
36         * src/folder.h
37         * src/mainwindow.c
38         * src/procmsg.h
39         * src/summaryview.c
40                 Add View/Sort/by Thread date
41                 Fixes bug 1233, 'Capability to sort 
42                 threads by most recent message'
43                 Based on a patch by Paul Rolland
44
45 2007-07-02 [colin]      2.10.0cvs1
46
47         * src/Makefile.am
48         * src/compose.c
49         * src/edittags.c
50         * src/edittags.h
51         * src/filtering.c
52         * src/folder.c
53         * src/folder.h
54         * src/headerview.c
55         * src/headerview.h
56         * src/main.c
57         * src/mainwindow.c
58         * src/mainwindow.h
59         * src/manual.h
60         * src/matcher.c
61         * src/matcher.h
62         * src/matcher_parser_parse.y
63         * src/mimeview.c
64         * src/msgcache.c
65         * src/msgcache.h
66         * src/prefs_common.c
67         * src/prefs_common.h
68         * src/prefs_filtering_action.c
69         * src/prefs_matcher.c
70         * src/prefs_summary_column.c
71         * src/procmsg.c
72         * src/procmsg.h
73         * src/quote_fmt.c
74         * src/quote_fmt_lex.l
75         * src/quote_fmt_parse.y
76         * src/summaryview.c
77         * src/summaryview.h
78         * src/textview.c
79         * src/common/Makefile.am
80         * src/common/defs.h
81         * src/common/tags.c
82         * src/common/tags.h
83         * src/gtk/quicksearch.c
84         * src/gtk/quicksearch.h
85                 Add Tags implementation. Tags are arbitrary labels
86                 that can be applied to messages. It is possible 
87                 to create, edit, remove tags; apply them to mails;
88                 filter on tags or tag presence; apply or unset
89                 tags via filtering actions; reference tags in
90                 reply templates.
91
92 2007-07-02 [paul]       2.10.0
93
94         * NEWS
95         * README
96         * RELEASE_NOTES
97                 2.10.0 released
98
99 2007-07-02 [paul]       2.9.2cvs78
100
101         * po/de.po
102         * po/en_GB.po
103         * po/es.po
104         * po/fr.po
105         * po/hu.po
106         * po/pt_BR.po
107         * po/ru.po
108         * po/zh_CN.po
109                 updated by Stephan Sachse, me, Ricardo Mones
110                 Lastra, Fabien Vantard, Pader Rezso, Frederico
111                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
112
113 2007-07-02 [paul]       2.9.2cvs77
114
115         * AUTHORS
116                 updated
117
118 2007-06-29 [wwp]        2.9.2cvs76
119
120         * src/gtk/headers.h
121                 Fix a typo (thanks to Ricardo for finding this out).
122
123 2007-06-28 [paul]       2.9.2cvs75
124
125         * src/folderview.c
126                 fix build warnings
127
128 2007-06-28 [paul]       2.9.2cvs74
129
130         * tools/Makefile.am
131                 fix bug in the autotools build system.
132                 Files cataloged under EXTRA_DIST were never
133                 automatically copied to the build tree.
134                 (fix 'make distcheck')
135                 Patch by Michael Rasmussen.
136
137 2007-06-24 [colin]      2.9.2cvs73
138
139         * src/news_gtk.c
140                 Fix bug 1249, 'Error handling for 
141                 news errors needs modification'
142                 Only popup error if the according
143                 pref in Prefs/Receive is set.
144
145 2007-06-21 [colin]      2.9.2cvs72
146
147         * src/common/plugin.c
148         * src/common/plugin.h
149                 Change plugin API to know whether it's safe to 
150                 unload plugins or whether we should just hide
151                 them. Fixes bug 1248, 'Core dumps after 
152                 unloading plugin and clicking on load plugins'
153         * src/plugins/bogofilter/bogofilter.c
154         * src/plugins/clamav/clamav_plugin.c
155         * src/plugins/demo/demo.c
156         * src/plugins/dillo_viewer/dillo_viewer.c
157         * src/plugins/pgpcore/plugin.c
158         * src/plugins/pgpinline/plugin.c
159         * src/plugins/pgpmime/plugin.c
160         * src/plugins/spamassassin/spamassassin.c
161         * src/plugins/trayicon/trayicon.c
162                 Update API
163
164 2007-06-19 [colin]      2.9.2cvs71
165
166         * src/compose.c
167         * src/messageview.c
168                 Fix crash mentioned in bug 1246
169                 Race condition when automatically drafting
170                 due to insertion on reedit.
171
172 2007-06-18 [wwp]        2.9.2cvs70
173
174         * src/importldif.c
175                 LDIF import: use a "Proceed" button to complete
176                 the process.
177
178 2007-06-18 [paul]       2.9.2cvs69
179
180         * configure.ac
181                 use pkgconfig to check for gtk and glib
182
183 2007-06-17 [wwp]        2.9.2cvs68
184
185         * src/ldif.c
186         * src/importldif.c
187                 LDIF import: better error handling, minor code
188                 and UI cleanup, and renamed the Save button
189                 to Close, as imported stuff is already saved
190                 when the Save button is shown.
191
192 2007-06-17 [colin]      2.9.2cvs67
193
194         * src/prefs_summaries.c
195         * src/procmsg.c
196                 Don't set as read when forwarded, only replied to
197
198 2007-06-17 [paul]       2.9.2cvs66
199
200         * src/alertpanel.c
201                 add missing #include
202
203 2007-06-16 [colin]      2.9.2cvs65
204
205         * src/prefs_summaries.c
206         * src/procmsg.c
207                 Change the pref "Only mark as read when opened
208                 in new window" to "..., replied to or forwarded".
209                 Based on a patch by Paul Rolland.
210
211 2007-06-16 [paul]       2.9.2cvs64
212
213         * src/gtk/authors.h
214                 alphabetical order! :)
215
216 2007-06-16 [colin]      2.9.2cvs63
217
218         * AUTHORS
219         * src/gtk/authors.h
220                 Add Michael Rasmussen in authors list
221
222 2007-06-16 [colin]      2.9.2cvs62
223
224         * src/messageview.c
225                 Fix messageview_copy_clipboard to take advantage
226                 of plugins' get_selection.
227
228 2007-06-15 [colin]      2.9.2cvs61
229
230         * src/action.c
231         * src/addr_compl.c
232         * src/addressbook.c
233         * src/folderview.c
234         * src/message_search.c
235         * src/mimeview.c
236         * src/summary_search.c
237         * src/summaryview.c
238         * src/textview.c
239                 Allow GDK_KP_Enter to do the same as GDK_Return
240                 Patch by Michael Rasmussen
241
242 2007-06-15 [paul]       2.9.2cvs60
243
244         * src/compose.c
245                 fix bug when closing a compose window
246                 during autosave
247
248 2007-06-14 [paul]       2.9.2cvs59
249
250         * src/main.c
251         * src/common/defs.h
252                 migrate sylpheed config
253
254 2007-06-14 [wwp]        2.9.2cvs58
255
256         * src/gtk/pluginwindow.c
257                 Yet another attempt to fix sizing/alignment of the
258                 button bar in plugins window.
259
260 2007-06-12 [colin]      2.9.2cvs57
261
262         * po/POTFILES.in
263         * src/Makefile.am
264         * src/folderview.c
265         * src/prefs_common.c
266         * src/prefs_common.h
267         * src/prefs_summaries.c
268         * src/prefs_summary_open.c
269         * src/prefs_summary_open.h
270         * src/summaryview.c
271                 Make "when entering a folder" actions more personalisable
272
273 2007-06-12 [wwp]        2.9.2cvs56
274
275         * tools/README
276                 Use short description from Paul (mairix.sh).
277
278 2007-06-12 [wwp]        2.9.2cvs55
279
280         * tools/README
281                 Updated info about mairix.sh.
282
283 2007-06-11 [paul]       2.9.2cvs54
284
285         * src/prefs_logging.c
286                 rework log window length widgets
287                 and some sensitivity fixes
288
289 2007-06-11 [paul]       2.9.2cvs53
290
291         * src/mainwindow.c
292         * src/prefs_logging.c
293                 rename 'Protocol Log' to 'Network Log'
294                 and some function renaming
295
296 2007-06-10 [wwp]        2.9.2cvs52
297
298         * src/gtk/pluginwindow.c
299                 Revert 2.9.2cvs51.
300
301 2007-06-10 [wwp]        2.9.2cvs51
302
303         * src/gtk/pluginwindow.c
304                 Fix button bar in plugin window, was centered and not
305                 behaving like other dialogs w/ such button bar.
306
307 2007-06-08 [wwp]        2.9.2cvs50
308
309         * src/compose.c
310         * src/compose.h
311         * src/main.c
312         * src/mainwindow.c
313         * src/mainwindow.h
314                 Provide a way out of automatic draft saving on IMAP, when
315                 exiting offline.
316                 Prevent drafting while sending and quitting while sending.
317                 Thanks for Colin.
318
319
320
321 2007-06-08 [wwp]        2.9.2cvs49
322
323         * src/prefs_account.c
324         * src/gtk/prefswindow.c
325         * src/gtk/prefswindow.h
326                 Activate the Basic page when opening account prefs.
327
328 2007-06-08 [wwp]        2.9.2cvs48
329
330         * src/common/socket.c
331                 Don't crash if fork() fails, thanks to Colin.
332
333 2007-06-08 [wwp]        2.9.2cvs47
334
335         * src/gtk/prefswindow.c
336                 Wrap some long lines, and reset horizontal scroller's adjusment
337                 (this was already done, vertically), when changing tab (not page)
338                 in prefs windows.
339
340 2007-06-08 [paul]       2.9.2cvs46
341
342         * src/common/utils.c
343                 use gethostname() instead of uname()
344                 based on a patch by Michael Hughes
345                 <Sylpheed-Claws_user@thehugheslogcabin.net>
346
347 2007-06-07 [wwp]        2.9.2cvs45
348
349         * src/prefs_common.c
350                 Fix some useless warnings, thanks to Colin.
351
352 2007-06-06 [colin]      2.9.2cvs44
353
354         * src/ldapupdate.c
355                 Fix strange allocations. 
356
357 2007-06-06 [colin]      2.9.2cvs43
358
359         * src/ldapupdate.c
360                 Patch by Michael Rasmussus to help
361                 bug 1232
362
363 2007-06-05 [wwp]        2.9.2cvs42
364
365         * src/prefs_account.c
366         * src/prefs_folder_item.c
367         * src/prefs_quote.c
368         * src/quote_fmt.c
369         * src/quote_fmt.h
370                 Per-folder templates can now be applied recursively.
371                 Always save per-folder templates (formats were erroneously
372                 saved only if they were enabled).
373                 Check for validity of quotation marks everywhere there
374                 are defined.
375
376 2007-06-05 [wwp]        2.9.2cvs41
377
378         * src/inc.c
379                 Fix incoming messages from local accounts always getting filtered
380                 (even if the account prefs say don't), thanks to Colin.
381
382 2007-06-05 [wwp]        2.9.2cvs40
383
384         * src/compose.c
385         * src/compose.h
386                 Use per-folder/per-account quote chars when applying a
387                 template or inserting text as well. Const'ify some
388                 vars more.
389
390 2007-06-04 [colin]      2.9.2cvs39
391
392         * src/compose.c
393                 More work for wwp :)
394
395 2007-06-04 [wwp]        2.9.2cvs38
396
397         * src/compose.c
398                 Same as 2.9.2cvs36 but for forwarding.
399
400 2007-06-04 [colin]      2.9.2cvs37
401
402         * src/compose.c
403                 Use original mail file for forward/redirect
404                 Fixes some forwarded mails to be attached as
405                 application/octet-stream (when they have binary
406                 parts), and incidentally fixes bug 848
407                 'Redirect breaks GnuPG'
408
409 2007-06-04 [wwp]        2.9.2cvs36
410
411         * src/compose.c
412                 Fix quote mark mis-initialisation when replying/forwarding
413                 (introduced w/ 2.9.2cvs20).
414
415 2007-06-04 [wwp]        2.9.2cvs35
416
417         * src/prefs_compose_writing.c
418         * src/prefs_quote.c
419                 Fix a bug where Quotation characters (prefs/compose/writing)
420                 was cleared (introduced w/ 2.9.2cvs26).
421
422 2007-06-04 [wwp]        2.9.2cvs34
423
424         * src/prefs_account.c
425         * src/prefs_account.h
426                 Better fix for compiling w/o aspell (rollbacks
427                 2.9.2cvs31).
428
429 2007-06-04 [wwp]        2.9.2cvs33
430
431         * src/account.c
432         * src/prefs_account.c
433         * src/prefs_account.h
434         * src/procmsg.c
435                 It's now possible to disable mail filtering plugins
436                 on a per-account basis.
437
438 2007-06-04 [wwp]        2.9.2cvs32
439
440         * src/procheader.c
441         * src/common/utils.c
442         * src/common/utils.h
443                 Support CRLF in headers part of messages.
444                 Support few more date formats (RFC3339 subsets).
445
446 2007-06-04 [wwp]        2.9.2cvs31
447
448         * src/prefs_account.c
449                 Fix compiling w/o aspell support.
450
451 2007-06-03 [wwp]        2.9.2cvs30
452
453         * src/prefs_gtk.c
454                 Don't decode leading ENV_ and ~ in P_PASSWORD
455                 values.
456
457 2007-06-03 [wwp]        2.9.2cvs29
458
459         * src/prefs_gtk.c
460                 Don't decode leading ENV_ and ~ in P_PASSWORD
461                 values.
462
463 2007-06-03 [wwp]        2.9.2cvs28
464
465         * src/prefs_account.c
466         * src/gtk/prefswindow.c
467         * src/gtk/prefswindow.h
468                 Added a way to force preloading of all pages
469                 (prefswindow).
470                 Moved tabs to pages in account prefs.
471
472 2007-06-02 [colin]      2.9.2cvs27
473
474         * src/addressbook.c
475                 Fix possible crash, fix ldap write bugs
476         * src/ldapupdate.c
477                 Fix ldap write bugs - patch by Michael
478                 Rasmussen
479         * src/alertpanel.c
480         * src/alertpanel.h
481                 Add a hook whenever alertpanel opens/closes
482
483 2007-05-31 [wwp]        2.9.2cvs26
484
485         * src/prefs_compose_writing.c
486         * src/prefs_quote.c
487                 Re-organized writing options a bit:
488                  - renamed the Quoting page to Templates
489                  - moved all composing templates to that page
490                  - moved non-templates options to the Writing one,
491                    grouped reply-related options, reordered reply and
492                    forward options.
493
494 2007-05-31 [wwp]        2.9.2cvs25
495
496         * src/compose.c
497                 Removed unused code.
498
499 2007-05-31 [colin]      2.9.2cvs24
500
501         * src/addressbook.c
502                 Fix missing display name when modifying
503                 LDAP. Patch by Michael Rasmussen
504
505 2007-05-31 [wwp]        2.9.2cvs23
506
507         * src/plugins/bogofilter/Makefile.am
508         * src/plugins/clamav/Makefile.am
509         * src/plugins/demo/Makefile.am
510         * src/plugins/dillo_viewer/Makefile.am
511         * src/plugins/spamassassin/Makefile.am
512                 Fix building of those plugins in Mac OS X.
513
514 2007-05-30 [wwp]        2.9.2cvs22
515
516         * src/gtk/quicksearch.c
517                 Fix missing initialization.
518
519 2007-05-30 [wwp]        2.9.2cvs21
520
521         * src/procheader.c
522                 Revert accidental commit (debug outputs).
523
524 2007-05-30 [wwp]        2.9.2cvs20
525
526         * src/compose.c
527         * src/folder_item_prefs.c
528         * src/folder_item_prefs.h
529         * src/prefs_account.c
530         * src/prefs_account.h
531         * src/prefs_folder_item.c
532         * src/prefs_gtk.c
533         * src/prefs_gtk.h
534                 Implemented per-account and per-folder
535                 compose/reply/forward formats.
536
537 2007-05-30 [wwp]        2.9.2cvs19
538
539         * src/prefs_compose_writing.c
540         * src/prefs_quote.c
541         * src/procheader.c
542         * src/quote_fmt.c
543         * src/quote_fmt.h
544                 Internal API changes (factorize quote format
545                 prefs and checks).
546
547 2007-05-30 [colin]      2.9.2cvs18
548
549         * src/compose.c
550                 Fix race where it's possible to re-click Send
551                 between end of SMTP session and end of "move to
552                 sent folder" when sending an email with send
553                 dialog enabled.
554
555 2007-05-30 [colin]      2.9.2cvs17
556
557         * src/crash.c
558                 Ask for backtrace on all threads. Patch by
559                 Pawel
560         * src/folderview.c
561                 Fix stale news statusbar when scanning fails.
562                 Patch by Pawel
563         * src/ldapupdate.c
564                 Fix some LDAP write updates bugs. Patch
565                 by Michael Rasmussen
566
567 2007-05-29 [colin]      2.9.2cvs16
568
569         * src/imap.c
570                 Fix loss of local flags when moving mails
571                 on IMAP in high-bandwidth mode (UID FETCH)
572
573 2007-05-25 [paul]       2.9.2cvs15
574
575         * src/common/socket.c
576                 fix sometimes crasher on cancelling
577                 message sending
578
579 2007-05-25 [colin]      2.9.2cvs14
580
581         * src/imap.c
582                 Fix a memory leak
583         * src/imap_gtk.c
584                 Be more helpful in the subscription
585                 message
586
587 2007-05-23 [wwp]        2.9.2cvs13
588
589         * src/compose.c
590         * src/prefs_compose_writing.c
591         * src/prefs_quote.c
592         * src/prefs_template.c
593         * src/prefs_template.h
594         * src/quote_fmt.c
595         * src/quote_fmt.h
596         * src/quote_fmt_lex.l
597         * src/quote_fmt_parse.y
598                 Introduced new syntax elements (symbols and commands)
599                 in templates/quote_fmt. Compatibility w/ old
600                 symbols is kept.
601                 Updated and reworked the corresponding Information
602                 dialog.
603                 Display the line number in dialogs that talk about
604                 parser errors (in addition to the error message in
605                 output).
606
607 2007-05-23 [wwp]        2.9.2cvs12
608
609         * src/quote_fmt_parse.y
610                 Fix 2.9.2cvs11, probably a paste accident ;).
611
612 2007-05-23 [wwp]        2.9.2cvs11
613
614         * src/compose.c
615         * src/prefs_template.c
616         * src/quote_fmt.h
617         * src/quote_fmt_parse.y
618                 Fix 2.9.2cvs10, which broke --disable-aspell.
619
620 2007-05-22 [wwp]        2.9.2cvs10
621
622         * src/compose.c
623         * src/prefs_template.c
624         * src/quote_fmt.c
625         * src/quote_fmt.h
626         * src/quote_fmt_lex.l
627         * src/quote_fmt_parse.y
628         * src/gtk/gtkaspell.c
629         * src/gtk/gtkaspell.h
630                 Added template/quote format syntactical elements
631                 to show and query:
632                         - current dictionary
633                           %T to show (shows empty if not set or not enabled),
634                           ?T and !T to check if the default dictionary is
635                           enabled and set
636                         - current account's default dictionary
637                           %aT to show (empty if not set or not enabled),
638                           ?aT and !aT to check if it's enabled and set
639                         - name completion for an address, from the address
640                           book
641                           %ABf, %ABt, %ABc respectively show the full name got
642                           from the address book if From, To or Cc match a single
643                           contact.
644                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
645                           matches any contact and if the full name is non-empty.
646                           If From, To or Cc are lists of email addresses, only
647                           the first address will be checked.
648                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
649                 that could show a trailing ','.
650                 Also, template/quote_fmt parser now shows the line number in case
651                 of parser error.
652
653 2007-05-15 [colin]      2.9.2cvs9
654
655         * src/main.c
656         * src/main.h
657                 Add a public function to know whether Claws
658                 crashed last time
659                 Store opened folder when exiting
660         * src/folder.c
661         * src/folder.h
662                 Store last opened message in each FolderItem;
663                 Reset last seen messages if Claws crashed, so 
664                 that one can't go in an infinite crash in case 
665                 a particular mail crashes Claws.
666         * src/messageview.c
667         * src/prefs_common.c
668         * src/prefs_common.h
669         * src/summaryview.c
670         * src/prefs_summaries.c
671                 Add "Select last opened message" when entering
672                 a folder
673                 Add "Select last opened folder" at startup.
674
675 2007-05-14 [colin]      2.9.2cvs8
676
677         * manual/xml2pdf
678                 Fix bashism, search for xml catalog 
679                 in /usr/local/share/xml/catalog too
680                 Patch by Pawel
681
682 2007-05-13 [wwp]        2.9.2cvs7
683
684         * src/gtk/logwindow.c
685                 fix raising log windows when they are either minimized or
686                 in background.
687
688 2007-05-11 [colin]      2.9.2cvs6
689
690         * src/gtk/filesel.c
691                 Use Hildon's file chooser on Maemo. Patch
692                 by Jean-Luc Biord; fixes part 2 of bug 1201,
693                 'File attachment "manipulation" bugs...'
694
695 2007-05-10 [wwp]        2.9.2cvs5
696
697         * src/prefs_common.c
698         * src/prefs_common.h
699         * src/gtk/quicksearch.c
700                 Add a quicksearch option to automatically run
701                 a search selected from the history (this option
702                 is exclusive towards type-ahead).
703
704 2007-05-10 [colin]      2.9.2cvs4
705
706         * src/imap.c
707                 Fix g_warnings, thanks to Brian
708                 Morrison
709
710 2007-05-09 [colin]      2.9.2cvs3
711
712         * src/crash.c
713         * src/exporthtml.c
714         * src/mbox.c
715         * src/prefs_summaries.c
716         * src/procheader.c
717         * src/common/log.c
718         * src/common/utils.c
719         * src/gtk/gtksourceprintjob.c
720         * src/gtk/sslcertwindow.c
721                 Use the re-entrant variant of time functions
722                 Probably fixes bug 1217, 'reentrancy problems 
723                 with time functions'
724
725 2007-05-09 [colin]      2.9.2cvs2
726
727         * src/imap.c
728                 Fix crasher when reconnection fails
729
730 2007-05-08 [paul]       2.9.2cvs1
731
732         * NEWS
733         * README
734         * RELEASE_NOTES
735         * configure.ac
736                 bump version number following
737                 stable release
738
739 2007-05-08 [paul]       2.9.1cvs48
740
741         * src/plugins/demo/demo.c
742         * src/plugins/dillo_viewer/dillo_prefs.c
743         * src/plugins/dillo_viewer/dillo_prefs.h
744         * src/plugins/dillo_viewer/dillo_viewer.c
745         * src/plugins/pgpcore/pgp_viewer.c
746         * src/plugins/pgpcore/pgp_viewer.h
747         * src/plugins/pgpcore/plugin.c
748         * src/plugins/pgpcore/prefs_gpg.c
749         * src/plugins/pgpcore/prefs_gpg.h
750         * src/plugins/pgpcore/sgpgme.c
751         * src/plugins/pgpcore/sgpgme.h
752         * src/plugins/pgpinline/plugin.c
753         * src/plugins/pgpmime/pgpmime.c
754         * src/plugins/pgpmime/pgpmime.h
755         * src/plugins/pgpmime/plugin.c
756         * src/plugins/spamassassin/spamassassin.c
757         * src/plugins/spamassassin/spamassassin.h
758         * src/plugins/spamassassin/spamassassin_gtk.c
759         * src/plugins/trayicon/README
760         * tools/README
761         * tools/README.sylprint
762         * tools/outlook2claws-mail.pl
763         * tools/sylprint.pl
764         * tools/tb2claws-mail
765         * tools/tbird2claws.py
766         * tools/update-po
767         * tools/vcard2xml.py
768         * tools/kdeservicemenu/README
769                 cleanups and corrections
770
771 2007-05-06 [wwp]        2.9.1cvs47
772
773         * tools/uudec
774                 Fix missing dash to `display` command-line, reported
775                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
776
777 2007-05-06 [colin]      2.9.1cvs46
778
779         * src/Makefile.am
780         * src/stock_pixmap.c
781         * src/stock_pixmap.h
782         * src/pixmaps/printer.xpm
783                 Add a printer icon
784
785 2007-05-06 [paul]       2.9.1cvs45
786
787         * src/compose.c
788         * src/ldapquery.c
789         * src/privacy.h
790         * src/summary_search.c
791         * src/summaryview.c
792                 fix build warnings
793
794 2007-05-05 [wwp]        2.9.1cvs44
795
796         * src/messageview.c
797         * src/mh.c
798         * src/prefs_actions.c
799         * src/prefs_gtk.c
800         * src/summaryview.c
801         * src/common/xml.c
802                 Fix "faild" typos everywhere and capitalization of
803                 some g_warnings.
804
805 2007-05-04 [colin]      2.9.1cvs43
806
807         * src/compose.c
808         * src/privacy.c
809         * src/privacy.h
810         * src/plugins/pgpcore/prefs_gpg.c
811         * src/plugins/pgpcore/prefs_gpg.h
812         * src/plugins/pgpinline/pgpinline.c
813         * src/plugins/pgpmime/pgpmime.c
814                 Add an API to warn about encryption limits,
815                 and allow to disable these warnings
816
817 2007-05-03 [colin]      2.9.1cvs42
818
819         * src/summaryview.c
820         * src/mainwindow.c
821                 Fix bug 1213, 'Delete more than 
822                 one thread at once'
823
824 2007-05-03 [wwp]        2.9.1cvs41
825
826         * src/prefs_common.c
827         * src/prefs_filtering.c
828         * src/prefs_template.c
829         * src/common/template.c
830         * src/common/template.h
831         * src/gtk/gtkutils.c
832         * src/gtk/gtkutils.h
833                 Templates are no longer automatically sorted
834                 by name, but can be sorted manually using
835                 |< < > >| buttons as well as drag'n'drop.
836
837 2007-05-03 [wwp]        2.9.1cvs40
838
839         * src/plugins/spamassassin/spamassassin.c
840         * src/plugins/spamassassin/spamassassin.h
841         * src/plugins/spamassassin/spamassassin_gtk.c
842         * src/plugins/bogofilter/bogofilter.c
843         * src/plugins/bogofilter/bogofilter.h
844         * src/plugins/bogofilter/bogofilter_gtk.c
845                 Added an option to conditionally mark saved spam
846                 as read (default is and was to do so).
847                 Satisfies feature request 1708539 on sf.net tracker.
848
849 2007-05-03 [colin]      2.9.1cvs39
850
851         * src/inc.c
852                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
853
854 2007-05-02 [colin]      2.9.1cvs38
855
856         * src/textview.c
857                 Fix bug 1209, 'Clicking on address 
858                 in header (mailto uri) selects 
859                 default account'. Patch adapted from
860                 G.P. Halkes' patch.
861
862 2007-05-02 [colin]      2.9.1cvs37
863
864         * src/grouplistdialog.c
865                 Set cursor to wait cursor while loading
866                 groups.
867
868 2007-05-02 [paul]       2.9.1cvs36
869
870         * src/folder.c
871         * src/common/defs.h
872                 rename cache and mark files
873                 (data is preserved)
874
875 2007-04-30 [paul]       2.9.1cvs35
876
877         * manual/glossary.xml
878         * manual/plugins.xml
879                 updates. Patch by Ricardo
880
881 2007-04-29 [wwp]        2.9.1cvs34
882
883         * src/mainwindow.c
884         * configure.ac
885                 Fix few grammatical errors (patch by David Relson < relson at
886                 osagesoftware dot com >).
887
888 2007-04-28 [colin]      2.9.1cvs33
889
890         * src/account.c
891         * src/pop.c
892         * src/prefs_account.c
893         * src/prefs_account.h
894                 Drop the "Download all" preference. It's
895                 stupidly useless and confuses people from
896                 time to time.
897
898 2007-04-27 [wwp]        2.9.1cvs32
899
900         * src/account.c
901         * src/prefs_account.c
902         * src/prefs_account.h
903                 Don't reflect accounts changes to the mainwindow when it's
904                 not necessary.
905
906 2007-04-27 [colin]      2.9.1cvs31
907
908         * src/folder.c
909                 Freeze/thaw when sync'ing flags
910         * src/imap.c
911         * src/prefs_account.c
912         * src/prefs_account.h
913         * src/etpan/imap-thread.c
914         * src/etpan/imap-thread.h
915                 Add a way to use UID FETCH instead
916                 of searches to fetch message lists
917                 and flags. More expensive towards
918                 bandwidth, less expensive towards
919                 server's CPU. Probably fixes 
920                 bug 1158, 'Scanning new folders on 
921                 Exchange 2007 extremely slow'.
922                 Patch 95% by Hoa.
923
924 2007-04-27 [paul]       2.9.1cvs30
925
926         * src/mainwindow.c
927         * src/prefs_logging.c
928                 improvements to english usage
929
930 2007-04-27 [colin]      2.9.1cvs29
931
932         * src/imap.c
933                 Fix build without libetpan (my bad!)
934
935 2007-04-26 [colin]      2.9.1cvs28
936
937         * src/imap.c
938         * src/imap.h
939                 Fix uselessly exported function
940         * src/textview.c
941                 Consider "- -- \n" as signature separator
942                 (that's what signature separators look like
943                  in PGP/Inline signed mails)
944
945 2007-04-26 [colin]      2.9.1cvs27
946
947         * configure.ac
948                 libetpan-0.49 is now required
949         * src/procmime.c
950                 Fix double fetching of mails if
951                 first try failed
952         * src/imap.c
953                 Make offline sync faster, by
954                 remembering last change time, and
955                 last sync time.
956
957 2007-04-26 [hoa]        2.9.1cvs26
958
959         * src/imap.c
960         * src/imap.h
961         * src/mainwindow.c
962         * src/toolbar.c
963         * src/etpan/imap-thread.c
964         * src/etpan/imap-thread.h
965                 cancellation of IMAP operations is now allowed.
966                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
967
968 2007-04-26 [colin]      2.9.1cvs25
969
970         * src/folder.c
971                 Always fetch body+headers in folders that are
972                 synched for offline use, if "Synchronise as
973                 soon as possible" is set.
974                 Fixes bug 1200, 'Add option to always retrieve full 
975                 messages'
976
977 2007-04-25 [colin]      2.9.1cvs24
978
979         * src/compose.c
980                 Fix bug 1198, 'Reply-all "disappearing" address bug 
981                 persists...'
982
983 2007-04-24 [colin]      2.9.1cvs23
984
985         * src/folderview.c
986                 Fix bug 1195, 'Hardware key navigation' 
987                 Make GDK_Enter toggle expansion (Maemo)
988
989 2007-04-24 [wwp]        2.9.1cvs22
990
991         * src/compose.c
992                 Fix few compiler warnings.
993
994 2007-04-24 [paul]       2.9.1cvs21
995
996         * src/Makefile.am
997         * src/stock_pixmap.c
998         * src/stock_pixmap.h
999                 complete last commit
1000
1001 2007-04-24 [paul]       2.9.1cvs20
1002
1003         * src/gtk/about.c
1004         * src/pixmaps/active.xpm
1005         * src/pixmaps/checkbox_off.xpm
1006         * src/pixmaps/checkbox_on.xpm
1007         * src/pixmaps/inactive.xpm
1008                 kick out the blobs
1009                 remove transparent border from checkbox icons
1010
1011 2007-04-24 [wwp]        2.9.1cvs19
1012
1013         * src/textview.c
1014         * src/textview.h
1015                 Fix a crash in textview, thanks to Colin.
1016
1017 2007-04-23 [wwp]        2.9.1cvs18
1018
1019         * src/prefs_common.c
1020                 Fix 2.9.1cvs5: no header was being translated at all.
1021
1022 2007-04-23 [colin]      2.9.1cvs17
1023
1024         * src/Makefile.am
1025         * src/stock_pixmap.c
1026         * src/stock_pixmap.h
1027         * src/summaryview.c
1028         * src/summaryview.h
1029         * src/gtk/gtksctree.c
1030         * src/gtk/gtksctree.h
1031         * src/pixmaps/selection.xpm
1032                 Fix bug 1193, 'Need a way to multi-select
1033                 items'. Add a toggle button to the summaryview
1034                 to switch between normal and multiple selection
1035                 (Maemo)
1036
1037 2007-04-23 [colin]      2.9.1cvs16
1038
1039         * src/Makefile.am
1040         * src/stock_pixmap.c
1041         * src/stock_pixmap.h
1042         * src/summaryview.c
1043         * src/summaryview.h
1044         * src/gtk/gtksctree.c
1045         * src/gtk/gtksctree.h
1046         * src/pixmaps/selection.xpm
1047                 Fix bug 1193, 'Need a way to multi-
1048                 select items'
1049                 Add a toggle button in the summaryview
1050                 to enable normal or multiple selection.
1051                 (Maemo)
1052
1053 2007-04-23 [colin]      2.9.1cvs15
1054
1055         * src/compose.c
1056                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
1057
1058 2007-04-21 [colin]      2.9.1cvs14
1059
1060         * src/gtk/quicksearch.c
1061                 Fix previous commit (actually use correct
1062                 parameter)
1063
1064 2007-04-21 [colin]      2.9.1cvs13
1065
1066         * src/gtk/quicksearch.c
1067                 Fix changing quicksearch type (after Esc,
1068                 after changing Recursive, ...)
1069
1070 2007-04-20 [wwp]        2.9.1cvs12
1071
1072         * src/gtk/Makefile.am
1073                 Added headers.h (completes 2.9.1cvs5).
1074
1075 2007-04-20 [wwp]        2.9.1cvs11
1076
1077         * src/addressbook.c
1078                 Fix the use of display name in name column,
1079                 it has been overriden w/ the use of nickname
1080                 by 2.9.0cvs3. Now nickname is used (if any)
1081                 in case of LDAP books only.
1082
1083 2007-04-20 [colin]      2.9.1cvs10
1084
1085         * src/mimeview.c
1086         * src/summaryview.c
1087         * src/textview.c
1088                 Add handling of 'a' to loop in a mail's
1089                 mimeparts
1090
1091 2007-04-20 [colin]      2.9.1cvs9
1092
1093         * src/toolbar.c
1094                 Fix bug 1190, 'dir_open' button doesn't work'
1095                 (Maemo)
1096
1097 2007-04-20 [colin]      2.9.1cvs8
1098
1099         * src/folderview.c
1100         * src/mainwindow.c
1101                 Fix bug 1194, 'Hardware keys move from email 
1102                 list to account/directory list, but not back 
1103                 to email list...' (Maemo)
1104
1105 2007-04-20 [colin]      2.9.1cvs7
1106
1107         * src/compose.h
1108                 complete previous commit
1109
1110 2007-04-20 [colin]      2.9.1cvs6
1111
1112         * src/compose.c
1113                 Fix bug 1187, 'Reply-to addressee disappears 
1114                 when reply-to text box is clicked...' (Maemo)
1115
1116 2007-04-20 [wwp]        2.9.1cvs5
1117
1118         * po/POTFILES.in
1119         * src/addressbook.c
1120         * src/compose.c
1121         * src/filtering.c
1122         * src/headerview.c
1123         * src/matcher.c
1124         * src/prefs_common.c
1125         * src/prefs_common.h
1126         * src/prefs_display_header.c
1127         * src/prefs_matcher.c
1128         * src/summaryview.c
1129         * src/gtk/headers.h
1130         * src/gtk/quicksearch.c
1131                 Translate more header names according to the relevant option value,
1132                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
1133                 Replaced nearly all uses of prefs_common.trans_hdr with a call
1134                 to prefs_common_translated_header_name().
1135                 Added a headers.h reference file that contains known header names
1136                 (RFC2822 and others) to the translation process' input, so that
1137                 translated header names will still exist even if no occurrence of
1138                 _("headername") is found anymore in the sources.
1139                 Don't translate column name 'Number' following to trans_hdr option
1140                 value as it's not a header name.
1141
1142 2007-04-20 [colin]      2.9.1cvs4
1143
1144         * src/gtk/quicksearch.c
1145         * src/gtk/quicksearch.h
1146                 Add "From, To or Subject" quicksearch
1147                 type. Patch by ulfschaper@users.sf.net
1148
1149 2007-04-20 [colin]      2.9.1cvs3
1150
1151         * src/matcher.c
1152                 Implement proper references filtering condition.
1153                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
1154
1155 2007-04-19 [wwp]        2.9.1cvs2
1156
1157         * src/prefs_display_header.c
1158         * src/message_search.c
1159                 Fix few warnings (g_free of const gchar*).
1160
1161 2007-04-19 [paul]       2.9.1cvs1
1162
1163         * NEWS
1164         * README
1165         * RELEASE_NOTES
1166         * configure.ac
1167                 bump version number following
1168                 stable release
1169
1170 2007-04-19 [paul]       2.9.0cvs9
1171
1172         * manual/advanced.xml
1173         * manual/glossary.xml
1174                 fix typos
1175
1176 2007-04-18 [paul]       2.9.0cvs8
1177
1178         * src/pop.c
1179                 fix for CVE-2007-1558 (APOP)
1180                 Thanks to Colin
1181
1182 2007-04-18 [paul]       2.9.0cvs7
1183
1184         * src/messageview.c
1185         * src/mimeview.c
1186         * src/summaryview.c
1187         * src/gtk/filesel.c
1188                 Fix encoding woes wrt saving of
1189                 mails and parts
1190                 Thanks to Colin
1191
1192 2007-04-18 [colin]      2.9.0cvs6
1193
1194         * src/gtk/pluginwindow.c
1195                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
1196
1197 2007-04-17 [wwp]        2.9.0cvs5
1198
1199         * src/addressadd.c
1200         * src/addressbook.c
1201         * src/addrindex.c
1202         * src/ldapupdate.c
1203                 Fix --disable-ldap build,
1204                 fix some LDAP annoyances on 
1205                 searches, thanks to Colin.
1206
1207 2007-04-17 [wwp]        2.9.0cvs4
1208
1209         * src/ldapupdate.c
1210                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
1211                 like gcc 2.9x. Thanks to Colin.
1212
1213 2007-04-17 [wwp]        2.9.0cvs3
1214
1215         * src/Makefile.am
1216         * src/addressadd.c
1217         * src/addressbook.c
1218         * src/addrindex.c
1219         * src/addritem.c
1220         * src/addritem.h
1221         * src/editaddress.c
1222         * src/ldapctrl.c
1223         * src/ldapctrl.h
1224         * src/ldapquery.c
1225         * src/ldapserver.c
1226         * src/ldapserver.h
1227         * src/ldapupdate.c
1228         * src/ldapupdate.h
1229                 Add LDAP write support. Patch mostly by 
1230                 Michael <mir at datanom dot net>
1231
1232 2007-04-17 [wwp]        2.9.0cvs2
1233
1234         * src/compose.c
1235                 Prepend "Add to address book" to the context menu of compose window's sender and
1236                 recipient fields.
1237
1238 2007-04-16 [paul]       2.9.0cvs1
1239
1240         * src/gtk/authors.h
1241                 add Pader Rezso
1242
1243 2007-04-16 [paul]       2.9.0
1244
1245         * NEWS
1246         * README
1247         * RELEASE_NOTES
1248                 2.9.0 released
1249
1250 2007-04-16 [paul]       2.8.1cvs102
1251
1252         * po/fr.po
1253                 updated by Fabien Vantard
1254
1255 2007-04-16 [paul]       2.8.1cvs101
1256
1257         * po/ca.po
1258         * po/cs.po
1259         * po/de.po
1260         * po/hu.po
1261         * po/pl.po
1262         * po/pt_BR.po
1263         * po/sr.po
1264         * po/zh_CN.po
1265                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
1266                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
1267                 Aleksandar Urosevic, and Ralgh Young
1268
1269 2007-04-15 [mones]      2.8.1cvs100
1270
1271         * po/es.po
1272                 Updated for release
1273
1274 2007-04-14 [colin]      2.8.1cvs99
1275
1276         * src/message_search.c
1277         * src/prefs_display_header.c
1278         * src/summary_search.c
1279         * src/gtk/combobox.c
1280                 Fix allocations
1281
1282 2007-04-14 [wwp]        2.8.1cvs98
1283
1284         * src/gtk/combobox.c
1285         * src/message_search.c
1286         * src/summary_search.c
1287         * src/prefs_display_header.c
1288                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
1289                 returns NULL, get the text value directly from the GtkEntry child.
1290
1291 2007-04-13 [colin]      2.8.1cvs97
1292
1293         * src/gtk/quicksearch.c
1294                 Give the focus back to summaryview when
1295                 emptying the quicksearch with Esc
1296
1297 2007-04-13 [colin]      2.8.1cvs96
1298
1299         * src/message_search.c
1300         * src/prefs_display_header.c
1301         * src/summary_search.c
1302                 Fix possibles crashes when getting text
1303                 from gtk combos
1304
1305 2007-04-13 [colin]      2.8.1cvs95
1306
1307         * src/pop.c
1308                 Add some UIDL debugging
1309
1310 2007-04-12 [colin]      2.8.1cvs94
1311
1312         * src/folder.c
1313                 Force folder scan if necessary after
1314                 copying mails, to be able to reapply
1315                 flags.
1316
1317 2007-04-11 [colin]      2.8.1cvs93
1318
1319         * src/main.c
1320                 don't scan for new mail on startup if --select
1321                 is specified (or race conditions arise). If so,
1322                 do both sequentially.
1323
1324 2007-04-09 [colin]      2.8.1cvs92
1325
1326         * src/common/defs.h
1327                 Use leafpad by default on Maemo. Patch
1328                 by Jean-Luc Biord.
1329
1330 2007-04-06 [colin]      2.8.1cvs91
1331
1332         * src/pixmaps/queue_close.xpm
1333         * src/pixmaps/queue_close_hrm.xpm
1334         * src/pixmaps/queue_close_hrm_mark.xpm
1335         * src/pixmaps/queue_close_mark.xpm
1336         * src/pixmaps/queue_open.xpm
1337         * src/pixmaps/queue_open_hrm.xpm
1338         * src/pixmaps/queue_open_hrm_mark.xpm
1339         * src/pixmaps/queue_open_mark.xpm
1340                 Move the clock one pixel down :)
1341
1342 2007-04-05 [colin]      2.8.1cvs90
1343
1344         * src/mainwindow.c
1345                 Don't sync when switching offline from
1346                 command line - it's usually too late :)
1347
1348 2007-04-05 [paul]       2.8.1cvs89
1349
1350         * src/Makefile.am
1351         * src/stock_pixmap.c
1352         * src/pixmaps/dir_close_hrm.xpm
1353         * src/pixmaps/dir_close_hrm_mark.xpm
1354         * src/pixmaps/drafts_close.xpm
1355         * src/pixmaps/drafts_close_mark.xpm
1356         * src/pixmaps/drafts_open.xpm
1357         * src/pixmaps/drafts_open_mark.xpm
1358         * src/pixmaps/inbox.xpm
1359         * src/pixmaps/inbox_close.xpm
1360         * src/pixmaps/inbox_close_hrm.xpm
1361         * src/pixmaps/inbox_close_hrm_mark.xpm
1362         * src/pixmaps/inbox_close_mark.xpm
1363         * src/pixmaps/inbox_hrm.xpm
1364         * src/pixmaps/inbox_hrm_mark.xpm
1365         * src/pixmaps/inbox_mark.xpm
1366         * src/pixmaps/inbox_open.xpm
1367         * src/pixmaps/inbox_open_hrm.xpm
1368         * src/pixmaps/inbox_open_hrm_mark.xpm
1369         * src/pixmaps/inbox_open_mark.xpm
1370         * src/pixmaps/outbox.xpm
1371         * src/pixmaps/outbox_close.xpm
1372         * src/pixmaps/outbox_close_hrm.xpm
1373         * src/pixmaps/outbox_close_hrm_mark.xpm
1374         * src/pixmaps/outbox_close_mark.xpm
1375         * src/pixmaps/outbox_hrm.xpm
1376         * src/pixmaps/outbox_hrm_mark.xpm
1377         * src/pixmaps/outbox_mark.xpm
1378         * src/pixmaps/outbox_open.xpm
1379         * src/pixmaps/outbox_open_hrm.xpm
1380         * src/pixmaps/outbox_open_hrm_mark.xpm
1381         * src/pixmaps/outbox_open_mark.xpm
1382         * src/pixmaps/queue_close.xpm
1383         * src/pixmaps/queue_close_hrm.xpm
1384         * src/pixmaps/queue_close_hrm_mark.xpm
1385         * src/pixmaps/queue_close_mark.xpm
1386         * src/pixmaps/queue_open.xpm
1387         * src/pixmaps/queue_open_hrm.xpm
1388         * src/pixmaps/queue_open_hrm_mark.xpm
1389         * src/pixmaps/queue_open_mark.xpm
1390                 updated, added and replaced icons
1391                 Icons by Colin
1392
1393 2007-04-04 [colin]      2.8.1cvs88
1394
1395         * src/imap.c
1396                 Fix build without libetpan
1397
1398 2007-04-03 [colin]      2.8.1cvs87
1399
1400         * src/imap.c
1401                 Fix crash with Citadel, and try to make
1402                 things work. this server (and specifically 
1403                 STATUS and APPEND at least) seems broken.
1404
1405 2007-04-03 [colin]      2.8.1cvs86
1406
1407         * src/folderview.c
1408                 Fix icons on folder close
1409
1410 2007-04-03 [colin]      2.8.1cvs85
1411
1412         * src/inc.c
1413                 Fix double-ask of offline override in
1414                 certain cases
1415         * src/imap.c
1416         * src/imap.h
1417         * src/imap_gtk.c
1418                 Much more efficient way to synchronise
1419                 for offline use
1420         * src/etpan/imap-thread.c
1421                 Fix possible segs
1422         * src/folder.c
1423         * src/gtk/quicksearch.c
1424                 Fix some GUI lags
1425
1426 2007-04-03 [paul]       2.8.1cvs84
1427
1428         * src/filtering.c
1429         * src/folder.c
1430         * src/folder.h
1431         * src/prefs_common.c
1432         * src/prefs_common.h
1433         * src/prefs_other.c
1434                 Fix sync being done too late
1435                 Thanks to Colin
1436
1437 2007-04-02 [colin]      2.8.1cvs83
1438
1439         * src/summaryview.c
1440                 Maemo: Put status and quicksearch at the top
1441         * src/plugins/bogofilter/bogofilter.c
1442         * src/plugins/spamassassin/spamassassin.c
1443                 Derive trash from inbox if possible
1444
1445 2007-04-02 [paul]       2.8.1cvs82
1446
1447         * src/plugins/bogofilter/bogofilter_gtk.c
1448                 a few English changes
1449
1450 2007-04-02 [paul]
1451
1452         2.9.0-rc1 released
1453
1454 2007-04-02 [colin]      2.8.1cvs81
1455
1456         * src/image_viewer.c
1457                 Fix transparent images by using
1458                 GtkImage
1459         * src/messageview.c
1460                 Flush events (on new windows) to avoid
1461                 having the textview's image resize fail
1462                 to know the available width
1463
1464 2007-04-01 [colin]      2.8.1cvs80
1465
1466         * src/prefs_account.c
1467                 If no MH mailbox exist, when creating a POP/Local
1468                 account, just create and use the default one 
1469                 instead of bailing with a "Mailbox doesn't exist"
1470                 error
1471
1472 2007-03-31 [colin]      2.8.1cvs79
1473
1474         * src/prefs_account.c
1475                 Create signature file if it doesn't exist
1476                 before editing
1477         * src/prefs_toolbar.c
1478                 Maemo: Move "Use default" on the left so
1479                 that people can find it
1480         * src/common/defs.h
1481                 Maemo: make default editor "Maemopad", 
1482                 default signature file "MyDocs/signature.txt"
1483
1484 2007-03-31 [colin]      2.8.1cvs78
1485
1486         * src/prefs_account.c
1487                 Maemo: rework account prefs so
1488                 that less horizontal scrolling
1489                 is required
1490
1491 2007-03-31 [colin]      2.8.1cvs77
1492
1493         * src/folderview.c
1494         * src/prefs_common.c
1495         * src/prefs_common.h
1496                 Fix bug 1167, 'Allow not displaying zeros 
1497                 in folder list'. Patch by MartinP
1498
1499 2007-03-31 [colin]      2.8.1cvs76
1500
1501         * AUTHORS
1502                 Add Jean-Luc Biord
1503
1504 2007-03-31 [colin]      2.8.1cvs75
1505
1506         * src/imap.c
1507                 Apply patch from bug 1172, direct
1508                 access to the folder's session instead
1509                 of using getter. Patch by MartinP
1510
1511 2007-03-31 [paul]       2.8.1cvs74
1512
1513         * src/gtk/authors.h
1514                 no need to list Fabien twice!
1515
1516 2007-03-31 [colin]      2.8.1cvs73
1517
1518         * src/inc.c
1519                 If we're currently "overriding for %d minutes",
1520                 don't ask
1521
1522 2007-03-31 [colin]      2.8.1cvs72
1523
1524         * src/compose.c
1525         * src/imap.c
1526         * src/inc.c
1527         * src/inc.h
1528         * src/messageview.c
1529         * src/news.c
1530         * src/plugins/spamassassin/spamassassin.c
1531                 Offline override: Add a parameter to allow
1532                 asking even if the override timer is running.
1533                 Allows to ask every time the user makes an
1534                 explicit action needing online access (such
1535                 as Get Mail), and not when the action is 
1536                 implicit (such as opening an IMAP folder)
1537
1538 2007-03-31 [colin]      2.8.1cvs71
1539
1540         * src/inc.c
1541                 Override offline: "No" answer shouldn't
1542                 re-ask after 3 seconds, but 10 minutes. 
1543
1544 2007-03-30 [colin]      2.8.1cvs70
1545
1546         * src/common/socket.c
1547                 Better error reporting on unix socket
1548                 failure (bind usually)
1549         * src/gtk/gtkutils.c
1550         * src/gtk/gtkutils.h
1551                 Label window: add a pulsing progress
1552                 bar to show we're not hung :)
1553         * src/folderview.c
1554         * src/main.c
1555         * src/plugins/pgpcore/sgpgme.c
1556                 Update API
1557
1558 2007-03-30 [colin]      2.8.1cvs69
1559
1560         * src/pop.c
1561         * src/prefs_common.c
1562                 Fix possible trashing of history and uidl
1563                 files on disk full problems
1564
1565 2007-03-30 [paul]       2.8.1cvs68
1566
1567         * src/mainwindow.c
1568         * src/summaryview.c
1569         * src/summaryview.h
1570                 update summary when changing layout type
1571                 (fixes wrong folder icon being displayed)
1572                 Thanks to Colin
1573
1574 2007-03-29 [colin]      2.8.1cvs67
1575
1576         * src/prefs_ext_prog.c
1577                 The browser pref is irrelevant on Maemo
1578
1579 2007-03-29 [colin]      2.8.1cvs66
1580
1581         * src/compose.c
1582         * src/compose.h
1583                 Maemo: dynamically switch headers/text position
1584         * src/prefs_common.c
1585                 Maemo: hide compose's ruler by default
1586         * src/common/socket.c
1587         * src/common/socket.h
1588                 Fix build warning
1589
1590 2007-03-29 [colin]      2.8.1cvs65
1591
1592         * src/common/socket.c
1593         * src/common/socket.h
1594                 Fix build when MAEMO_CFLAGS contains
1595                 _X_OPENSOURCE (resolv.h errors as long
1596                 as we don't add _BSD_SOURCE. Ugly).
1597
1598 2007-03-29 [wwp]        2.8.1cvs64
1599
1600         * src/prefs_logging.c
1601                 Fix sensitivity of clip-log widgets in prefs/logging,
1602                 thanks to Fabien.
1603
1604 2007-03-29 [wwp]        2.8.1cvs63
1605
1606         * po/POTFILES.in
1607                 Updated files list for translations, thanks to Fabien.
1608
1609 2007-03-29 [colin]      2.8.1cvs62
1610
1611         * src/main.c
1612         * src/common/Makefile.am
1613         * src/common/utils.c
1614                 Maybe make URI opening work in Maemo
1615                 Requires testing :)
1616
1617 2007-03-28 [colin]      2.8.1cvs61
1618
1619         * src/folder.c
1620         * src/folder.h
1621         * src/folderview.c
1622                 Add the possibility to sort folders arbitrarily
1623                 (via editing of folderlist.xml only). Patch by
1624                 Martin P <mp26+claws@os.inf.tu-dresden.de>
1625                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
1626                 be changed by the user'
1627
1628 2007-03-28 [colin]      2.8.1cvs60
1629
1630         * src/mimeview.c
1631                 Add popup menu for mime icons
1632
1633 2007-03-28 [colin]      2.8.1cvs59
1634
1635         * src/mainwindow.c
1636                 Fix a layout issue when presenting
1637                 mainwindow in Small screen layout
1638         * src/toolbar.c
1639         * src/toolbar.h
1640                 Add a "Go to folder list" button for
1641                 mainwindow, and make it default in
1642                 the Maemo build
1643
1644 2007-03-28 [colin]      2.8.1cvs58
1645
1646         * src/compose.c
1647                 Don't dynamically update title on Maemo
1648                 Patch by Jean-Luc Biord
1649
1650 2007-03-27 [colin]      2.8.1cvs57
1651
1652         * src/compose.c
1653         * src/folderview.c
1654         * src/summaryview.c
1655                 Enable tap-and-hold on Maemo
1656
1657 2007-03-26 [colin]      2.8.1cvs56
1658
1659         * src/compose.c
1660                 More popup-menu (in attachments list)
1661
1662 2007-03-26 [colin]      2.8.1cvs55
1663
1664         * src/compose.c
1665                 Enable popup-menu signal
1666
1667 2007-03-26 [colin]      2.8.1cvs54
1668
1669         * src/plugins/pgpinline/pgpinline.c
1670                 Fix bug 1111, 'PGP/inline plugin hides text 
1671                 around encrypted text block'. Patch based on
1672                 a patch from Michal Cihar.
1673
1674 2007-03-26 [wwp]        2.8.1cvs53
1675
1676         * src/procmsg.c
1677                 Fix getting a false error when sending queued message
1678                 whereas the sending was fine (if there are subfolders
1679                 in the queue folder), thanks to Colin.
1680
1681 2007-03-26 [paul]       2.8.1cvs52
1682
1683         * src/wizard.c
1684                 update FACE header in welcome message
1685
1686 2007-03-25 [colin]      2.8.1cvs51
1687
1688         * src/Makefile.am
1689                 Fix make dist
1690
1691 2007-03-25 [colin]      2.8.1cvs50
1692
1693         * src/main.c
1694                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
1695
1696 2007-03-24 [colin]      2.8.1cvs49
1697
1698         * src/main.c
1699                 Fix a few launch problems on Maemo
1700                 Patch by Jean-Luc Biord
1701
1702 2007-03-24 [wwp]        2.8.1cvs48
1703
1704         * src/alertpanel.c
1705         * src/alertpanel.h
1706         * src/messageview.c
1707         * src/summaryview.c
1708                 Fix wrong action performed when closing the
1709                 "ask about account specific filtering rules
1710                 when filtering manually" dialog by pressing Escape.
1711                 Fix wrong order of buttons in the "return receipt
1712                 notification - the message was sent to several of
1713                 your accounts" dialog.
1714
1715 2007-03-24 [paul]       2.8.1cvs47
1716
1717         * src/folderview.c
1718                 an improvement to English usage
1719         * tools/kdeservicemenu/README
1720                 updated Claws url
1721
1722 2007-03-24 [paul]       2.8.1cvs46
1723
1724         * src/Makefile.am
1725         * src/stock_pixmap.c
1726         * src/pixmaps/edit_extern.xpm
1727         * src/pixmaps/mail_sign.xpm
1728                 rescue long lost icons
1729
1730 2007-03-24 [paul]       2.8.1cvs45
1731
1732         * src/toolbar.c
1733                 fix toolbar (broken in 2.8.1cvs42)
1734
1735 2007-03-23 [colin]      2.8.1cvs44
1736
1737         * src/imap.c
1738                 Correctly unsubscribe/resubscribe after
1739                 RENAME
1740
1741 2007-03-23 [colin]      2.8.1cvs43
1742
1743         * src/prefs_common.c
1744                 Maemo: as the platform is light on RAM, allow
1745                 caches to be discarded faster.
1746
1747 2007-03-23 [colin]      2.8.1cvs42
1748
1749         * src/Makefile.am
1750         * src/compose.c
1751         * src/compose.h
1752         * src/stock_pixmap.c
1753         * src/stock_pixmap.h
1754         * src/summaryview.c
1755         * src/summaryview.h
1756         * src/toolbar.c
1757         * src/toolbar.h
1758         * src/pixmaps/open_mail.xpm
1759                 Maemo changes: Add the possibility to have
1760                 "Open Email" and "Close Window" buttons on 
1761                 toolbars (and use them in Maemo's default
1762                 toolbars)
1763
1764 2007-03-23 [wwp]        2.8.1cvs41
1765
1766         * src/action.c
1767                 Reverted that part of the action dialog closure logics, to
1768                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
1769                 done later in a different way (or may not).
1770
1771 2007-03-22 [wwp]        2.8.1cvs40
1772
1773         * src/action.c
1774                 Fix sticky action dialog when got no output but action command
1775                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
1776
1777 2007-03-22 [colin]      2.8.1cvs39
1778
1779         * src/prefs_filtering.c
1780         * src/gtk/combobox.h
1781                 Fix escaping account names in filtering prefs
1782
1783 2007-03-22 [colin]      2.8.1cvs38
1784
1785         * src/addrindex.c
1786         * src/ldapctrl.h
1787         * src/ldapquery.c
1788                 Add any attribute specified in LDAP servers'
1789                 Search attributes to the Other Attributes tab
1790                 of contacts; Add 'telephoneNumber' in the
1791                 default list.
1792
1793 2007-03-22 [colin]      2.8.1cvs37
1794
1795         * src/folderview.c
1796         * src/folderview.h
1797         * src/mainwindow.c
1798                 Try to prevent race conditions when
1799                 changing the folder list
1800         * src/summaryview.c
1801                 Fix possible red folder icon when
1802                 switching from Small screen layout
1803                 to any other
1804
1805 2007-03-22 [colin]      2.8.1cvs36
1806
1807         * src/mainwindow.c
1808         * src/mainwindow.h
1809         * src/summaryview.c
1810                 Rename "little screen" to "Small screen"
1811         * src/gtk/Makefile.am
1812         * src/common/utils.c
1813         * src/mh.c
1814                 Fix Maemo-related compilation problems
1815
1816 2007-03-21 [colin]      2.8.1cvs35
1817
1818         * configure.ac
1819                 Fix previous commit
1820         * claws-mail.desktop
1821                 Remove .png from the Icon, it's useless
1822
1823 2007-03-21 [colin]      2.8.1cvs34
1824
1825         * configure.ac
1826         * src/Makefile.am
1827                 Add the necessary lib checking for 
1828                 Maemo
1829
1830 2007-03-21 [colin]      2.8.1cvs33
1831
1832         * src/main.c
1833                 Fix unconditional "error happened" when
1834                 sending via command-line. "lol @ myself"
1835
1836 2007-03-21 [colin]      2.8.1cvs32
1837
1838         * claws-mail-40x40.png
1839         * claws-mail-26x26.png
1840         * src/account.c
1841         * src/addressbook.c
1842         * src/compose.c
1843         * src/folderview.c
1844         * src/folderview.h
1845         * src/main.c
1846         * src/mainwindow.c
1847         * src/mainwindow.h
1848         * src/messageview.c
1849         * src/prefs_account.c
1850         * src/prefs_common.c
1851         * src/summary_search.c
1852         * src/summaryview.c
1853         * src/summaryview.h
1854         * src/gtk/authors.h
1855         * src/gtk/gtkutils.c
1856         * src/gtk/gtkutils.h
1857         * src/gtk/logwindow.c
1858         * src/gtk/menu.c
1859         * src/gtk/prefswindow.c
1860                 Add Maemo port (patch mainly by Jean-Luc Biort)
1861                 Add a new 'Little screen' layout to help on such
1862                 platforms (patch by me)
1863                 Make some default preferences different (more
1864                 adapted) on Maemo (patch by me)
1865
1866 2007-03-21 [wwp]        2.8.1cvs31
1867
1868         * src/prefs_logging.c
1869         * src/prefs_logging.h
1870                 Fixed copyright header of newly added files.
1871
1872 2007-03-21 [wwp]        2.8.1cvs30
1873
1874         * src/Makefile.am
1875         * src/filtering.c
1876         * src/filtering.h
1877         * src/folder.c
1878         * src/folderview.c
1879         * src/imap.c
1880         * src/inc.c
1881         * src/main.c
1882         * src/mainwindow.c
1883         * src/mainwindow.h
1884         * src/matcher.c
1885         * src/messageview.c
1886         * src/news.c
1887         * src/pop.c
1888         * src/prefs_common.c
1889         * src/prefs_common.h
1890         * src/prefs_logging.c
1891         * src/prefs_logging.h
1892         * src/prefs_other.c
1893         * src/procmsg.c
1894         * src/send_message.c
1895         * src/summaryview.c
1896         * src/common/log.c
1897         * src/common/log.h
1898         * src/common/nntp.c
1899         * src/common/session.c
1900         * src/common/smtp.c
1901         * src/common/socket.c
1902         * src/etpan/imap-thread.c
1903         * src/gtk/logwindow.c
1904         * src/gtk/logwindow.h
1905         * src/plugins/bogofilter/bogofilter.c
1906         * src/plugins/spamassassin/spamassassin.c
1907                 Added debugging of filtering/processing rules.
1908                 The debug log is here 'Tools/Filtering debug window',
1909                 the options there 'Configuration/Preferences/Other/Logging',
1910                 and the log file is ~/.claws-mail/filtering.log.
1911                 Moved protocol log prefs to 'Other/Logging' as well.
1912                 To support such debugging feature, the existing log API has
1913                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
1914                 this impacts many external modules (commits follow).
1915
1916 2007-03-21 [paul]       2.8.1cvs29
1917
1918         * src/etpan/Makefile.am
1919         * src/etpan/imap-thread.c
1920                 add missing #include
1921
1922 2007-03-21 [colin]      2.8.1cvs28
1923
1924         * src/procmime.c
1925                 Fix bug 1157, 'some broken messages confuse 
1926                 mime parser'. Make sure we can't have MimeInfos
1927                 with negative sizes.
1928
1929 2007-03-20 [colin]      2.8.1cvs27
1930
1931         * src/main.c
1932                 Fix missing \0 on buffer
1933
1934 2007-03-20 [colin]      2.8.1cvs26
1935
1936         * src/mh.c
1937                 Use make_dir_hier instead of make_dir 
1938                 to create the MH mailbox
1939
1940 2007-03-20 [colin]      2.8.1cvs25
1941
1942         * src/folder.c
1943         * src/folder.h
1944         * src/prefs_account.c
1945         * src/wizard.c
1946                 Fix default inbox weirdnesses (after wizard,
1947                 if path is Mail, mailbox identifier is #mh/Mailbox,
1948                 and when creating new accounts)
1949
1950 2007-03-20 [colin]      2.8.1cvs24
1951
1952         * src/account.c
1953                 Write folderlist after adding/deleting accounts
1954                 that have folders
1955
1956 2007-03-20 [colin]      2.8.1cvs23
1957
1958         * src/imap.c
1959         * src/remotefolder.h
1960                 Fix bug 1153, 'CM segfaults if IMAP folder is 
1961                 selected while scanning prior to update'
1962
1963 2007-03-17 [paul]       2.8.1cvs22
1964
1965         * src/main.c
1966                 fix a typo, and be a little more verbose.
1967
1968 2007-03-17 [wwp]        2.8.1cvs21
1969
1970         * src/inc.c
1971                 Fix a compiler warning.
1972
1973 2007-03-16 [wwp]        2.8.1cvs20
1974
1975         * tools/Makefile.am
1976         * tools/README
1977                 Updated to deal w/ the new mairix.sh tool.
1978
1979 2007-03-16 [wwp]        2.8.1cvs19
1980
1981         * src/action.c
1982                 Fix logics issues around the action IO dialog:
1983                 - disable entry widget and exec button when
1984                   the exec button is clicked (don't wait for any
1985                   output line) - fix possible disabling/re-enabling/
1986                   re-disabling of those widgets
1987                 - raise an error if executing a %as{} action either
1988                   empty or invalid, instead of failing silently
1989                 - don't close the dialog if the abort button has been
1990                   clicked and if there was no output yet
1991                 - set focus to the abort button when the exec button
1992                   is clicked
1993                 - fix capitalization of a warning message
1994
1995 2007-03-16 [wwp]        2.8.1cvs18
1996
1997         * tools/mairix.sh
1998                 Added a wrapper to mairix to the tools folder.
1999
2000 2007-03-16 [colin]      2.8.1cvs17
2001
2002         * src/messageview.c
2003         * src/mimeview.h
2004                 Allow mimeviewer plugins to print
2005                 their stuff
2006
2007 2007-03-16 [colin]      2.8.1cvs16
2008
2009         * .cvsignore
2010                 Ignore *.patchset
2011
2012 2007-03-15 [colin]      2.8.1cvs15
2013
2014         * src/messageview.c
2015         * src/mimeview.h
2016                 Add a way for mimeviewer plugins to
2017                 implement body search
2018
2019 2007-03-15 [paul]       2.8.1cvs14
2020
2021         * src/prefs_spelling.c
2022                 fix English usage
2023
2024 2007-03-15 [paul]       2.8.1cvs13
2025
2026         * src/common/quoted-printable.c
2027                 fix decoding of quoted-printable parts
2028
2029 2007-03-14 [wwp]        2.8.1cvs12
2030
2031         * src/gtk/logwindow.h
2032                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
2033
2034 2007-03-14 [wwp]        2.8.1cvs11
2035
2036         * src/gtk/logwindow.h
2037                 Complete 2.8.1cvs10.
2038
2039 2007-03-14 [colin]      2.8.1cvs10
2040
2041         * src/gtk/logwindow.c
2042                 Probably fix bug 1149, crash on logwindow
2043                 close - at the expense of performance once
2044                 logwin has been opened
2045
2046 2007-03-14 [colin]      2.8.1cvs9
2047
2048         * src/main.c
2049                 If claws-mail is running on another
2050                 display, warn instead of popping it up
2051                 on the other display
2052
2053 2007-03-12 [colin]      2.8.1cvs8
2054
2055         * src/wizard.c
2056                 Fix bug 1145, 'Setting a different name 
2057                 for the Mailbox name isn't reflected in 
2058                 default account settings'. Patch by wwp
2059
2060 2007-03-12 [colin]      2.8.1cvs7
2061
2062         * src/summaryview.c
2063                 Fix bug 1143, 'Add number of messages to be 
2064                 deleted to confirmation dialog'
2065
2066 2007-03-12 [wwp]        2.8.1cvs6
2067
2068         * src/folderview.c
2069         * src/prefs_common.c
2070         * src/prefs_common.h
2071         * src/prefs_summaries.c
2072                 Changed the option that displays unread messages count
2073                 next to the folder name in folder list: it is now
2074                 possible to either display nothing, display the
2075                 unread messages number only or the unread and total messages
2076                 numbers. The patch includes this extra feature as well
2077                 as some minor fixes by rewriting the algo in folderview.c.
2078                 Thanks to Paul for the original idea and implementation, plus
2079                 testing and proof-reading!
2080
2081 2007-03-09 [paul]       2.8.1cvs5
2082
2083         * tools/Makefile.am
2084         * tools/README
2085         * tools/claws-mail-compose-insert-files.pl
2086                 added a script which enables inserting files
2087                 into the message body of a new Claws Mail
2088                 Compose window from the command line. Additionally
2089                 To, Cc, Subject and files to attach to the message
2090                 can be specified.
2091
2092 2007-03-09 [wwp]        2.8.1cvs4
2093
2094         * src/addr_compl.c
2095         * src/addr_compl.h
2096         * src/filtering.c
2097                 Optimize matching of addresses in the addressbook
2098                 (filtering/processing 'found_in_addressbook' condition).
2099
2100 2007-03-07 [wwp]        2.8.1cvs3
2101
2102         * src/quote_fmt.c
2103         * src/quote_fmt_lex.l
2104         * src/quote_fmt_parse.y
2105                 Add a new quote format symbol: %A to insert the
2106                 sender email address (just the address itself).
2107
2108 2007-03-06 [wwp]        2.8.1cvs2
2109
2110         * src/gtk/gtkutils.c
2111         * src/plugins/trayicon/trayicon_prefs.h
2112         * src/plugins/trayicon/trayicon_prefs.c
2113         * src/plugins/trayicon/trayicon.c
2114         * src/mainwindow.h
2115         * src/mainwindow.c
2116                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
2117                 minimizing Claws-Mail main window will hide it to the trayicon instead.
2118
2119
2120 2007-03-06 [paul]       2.8.1cvs1
2121
2122         * NEWS
2123         * README
2124         * RELEASE_NOTES
2125         * configure.ac
2126                 bump version number following
2127                 stable release
2128
2129 2007-03-06 [paul]       2.8.0cvs24
2130
2131         * po/cs.po
2132                 corrected by by Tim <timbrain@post.cz>
2133
2134 2007-03-05 [colin]      2.8.0cvs23
2135
2136         * src/Makefile.am
2137         * src/procmime.c
2138                 Fix mime/globs path on NetBSD
2139                 patch by George Michaelson
2140
2141 2007-03-05 [wwp]        2.8.0cvs22
2142
2143         * src/addr_compl.c
2144                 Remove debug statement (accidentally committed w/ cvs14).
2145
2146 2007-03-05 [paul]       2.8.0cvs21
2147
2148         * src/plugins/pgpcore/prefs_gpg.c
2149                 fix compiler warning
2150
2151 2007-03-05 [wwp]        2.8.0cvs20
2152
2153         * src/matcher_parser_parse.y
2154                 Fix mismerge between cvs17 and cvs19.
2155
2156 2007-03-05 [wwp]        2.8.0cvs19
2157
2158         * src/matcher_parser_parse.y
2159         * src/prefs_filtering_action.c
2160         * src/matcher.c
2161         * src/matcher.h
2162         * src/filtering.c
2163         * src/filtering.h
2164                 Add new 'add_to_addressbook' filtering/processing action.
2165
2166 2007-03-05 [wwp]        2.8.0cvs18
2167
2168         * src/filtering.c
2169                 Fix mark_as_ham filtering/processing action: spam flag
2170                 was not unset.
2171
2172 2007-03-04 [colin]      2.8.0cvs17
2173
2174         * src/filtering.c
2175         * src/matcher.c
2176         * src/matcher.h
2177         * src/matcher_parser_parse.y
2178         * src/prefs_filtering_action.c
2179                 Add 'Mark as spam' and 'Mark as ham' filtering
2180                 actions. Fixes bug 1138.
2181
2182 2007-03-04 [colin]      2.8.0cvs16
2183
2184         * src/imap.c
2185                 Fix bug 1140, wrong return value
2186                 without libetpan
2187
2188 2007-03-04 [wwp]        2.8.0cvs15
2189
2190         * src/addr_compl.c
2191                 Rollback cvs14: don't free stuff that is managed in g_list.
2192
2193 2007-03-04 [wwp]        2.8.0cvs14
2194
2195         * src/addr_compl.c
2196                 Fix a leak in address completion code.
2197
2198 2007-03-04 [colin]      2.8.0cvs13
2199
2200         * src/addr_compl.c
2201                 Maybe fix bug 1136, 'Crash in group 
2202                 address completion'
2203
2204 2007-03-04 [iwkse]      2.8.0cvs12
2205
2206         * src/imap.c
2207                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
2208
2209 2007-03-03 [colin]      2.8.0cvs11
2210
2211         * src/plugins/pgpinline/pgpinline.c
2212                 Fix off-by-one, fix double-free. Fixes
2213                 bug 1135, 'cm-segfault on decrypting 
2214                 with PGP/inline'
2215
2216 2007-03-03 [colin]      2.8.0cvs10
2217
2218         * configure.ac
2219         * src/main.c
2220         * src/common/plugin.c
2221                 Fix bug 1134, 'Valgrind macros unhandled 
2222                 by Irix's cc'
2223
2224 2007-03-02 [colin]      2.8.0cvs9
2225
2226         * src/mbox.c
2227                 Don't error out on EAGAIN. Fixes 
2228                 bug 1129, '"local mbox file" account 
2229                 isn't retrieving mails'
2230
2231 2007-03-01 [wwp]        2.8.0cvs8
2232
2233         * src/mainwindow.c
2234         * src/gtk/colorlabel.c
2235                 Remove accels for extra color labels until we set better
2236                 and definitive ones.
2237
2238 2007-02-28 [wwp]        2.8.0cvs7
2239
2240         * src/mainwindow.c
2241         * src/matcher_parser_parse.y
2242         * src/prefs_common.c
2243         * src/prefs_msg_colors.c
2244         * src/procmsg.h
2245         * src/gtk/colorlabel.c
2246         * src/gtk/colorlabel.h
2247                 Add more customizable color labels. Cleaned up a bit
2248                 the color label API to avoid duplicate defines of
2249                 the max number of colors.
2250
2251 2007-02-27 [colin]      2.8.0cvs6
2252
2253         * src/mainwindow.c
2254         * src/common/utils.c
2255         * src/common/utils.h
2256                 Fix '+' in mailto URIs for List-* headers
2257
2258 2007-02-27 [colin]      2.8.0cvs5
2259
2260         * src/gtk/gtkutils.c
2261                 Use gtk_window_set_role instead of 
2262                 _set_wmclass
2263
2264 2007-02-27 [colin]      2.8.0cvs4
2265
2266         * src/inc.c
2267                 Fix "After receiving new mail, go to inbox" on IMAP,
2268                 and make it work only on manual reception
2269
2270 2007-02-27 [wwp]        2.8.0cvs3
2271
2272         * src/prefs_filtering.c
2273         * src/prefs_filtering_action.c
2274         * src/prefs_matcher.c
2275                 Update filtering matcher's and action's color label menus
2276                 when re-opening those dialogs (reflect any change to the
2277                 color labels list in the preferences).
2278
2279 2007-02-27 [colin]      2.8.0cvs2
2280
2281         * src/imap.c
2282         * src/etpan/etpan-thread-manager-types.h
2283         * src/etpan/etpan-thread-manager.c
2284         * src/etpan/imap-thread.c
2285                 Log imap ALERTs as errors in the log.
2286
2287 2007-02-26 [paul]       2.8.0cvs1
2288
2289         * tools/claws.i18n.status.pl
2290                 updated
2291
2292 2007-02-26 [paul]       2.7.2cvs75
2293
2294         * po/ca.po
2295         * po/cs.po
2296         * po/de.po
2297         * po/en_GB.po
2298         * po/fi.po
2299         * po/fr.po
2300         * po/hu.po
2301         * po/pl.po
2302         * po/pt_BR.po
2303         * po/sk.po
2304         * po/sr.po
2305         * po/zh_CN.po
2306                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2307                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
2308                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
2309                 Aleksandar Urosevic, and Ralgh Young
2310
2311 2007-02-25 [mones]      2.7.2cvs74
2312
2313         * po/es.po
2314                 Updated for release
2315
2316 2007-02-25 [colin]      2.7.2cvs73
2317
2318         * src/main.c
2319                 Clearing the list is only useful
2320                 to prevent a valgrind false-positive
2321
2322 2007-02-25 [paul]       2.7.2cvs72
2323
2324         * tools/Makefile.am
2325         * tools/README
2326         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
2327         * tools/maildir2claws-mail.pl  **REMOVED**
2328                 renamed the script, fixed a couple bugs
2329
2330 2007-02-23 [colin]      2.7.2cvs71
2331
2332         * src/addressbook.c
2333                 Fix a leak, check for a few improbable nulls
2334
2335 2007-02-23 [colin]      2.7.2cvs70
2336
2337         * src/main.c
2338         * src/main.h
2339         * src/plugins/trayicon/trayicon.c
2340                 Fix blinking mainwin when starting in tray
2341                 (show mainwindow later in the startup process,
2342                  apart if restarting post-crash)
2343
2344 2007-02-23 [colin]      2.7.2cvs69
2345
2346         * src/folderview.c
2347         * src/imap_gtk.c
2348                 Fix crash when unsubscribing the currently
2349                 selected/opened folder
2350
2351 2007-02-23 [colin]      2.7.2cvs68
2352
2353         * src/compose.c
2354                 Fix bug that prevented colorization to
2355                 work without wrap quotation option
2356
2357 2007-02-23 [colin]      2.7.2cvs67
2358
2359         * src/addr_compl.c
2360                 Fix refcounting, start and end completion who
2361                 behaved as if there couldn't be any other current
2362                 user of completion
2363
2364 2007-02-23 [wwp]        2.7.2cvs66
2365
2366         * src/addressbook.c
2367         * src/addrindex.c
2368                 Address completion fixes: fix addressbook_peek_folder_exists() in
2369                 which the algorithm was ridiculously over-obfuscated and broken.
2370                 Fix addrindex_load_completion() as well, to load addresses in
2371                 completion list with regards to what addressbook_peek_folder_exists()
2372                 returns now.
2373
2374 2007-02-23 [wwp]        2.7.2cvs65
2375
2376         * src/addr_compl.c
2377                 Add addresses to completion when they're non-empty (thanks to Colin).
2378
2379 2007-02-23 [paul]       2.7.2cvs64
2380
2381         * src/plugins/pgpcore/passphrase.c
2382                 remove 'const '
2383
2384 2007-02-23 [colin]      2.7.2cvs63
2385
2386         * src/plugins/pgpcore/prefs_gpg.c
2387         * src/plugins/pgpcore/prefs_gpg.h
2388         * src/plugins/pgpcore/sgpgme.c
2389         * src/plugins/pgpinline/pgpinline.c
2390         * src/plugins/pgpmime/pgpmime.c
2391                 Try harder to respect user's choice wrt
2392                 gpg-agent even with gpg2, by unsetting
2393                 GPG_AGENT_INFO when necessary.
2394
2395 2007-02-22 [paul]       2.7.2cvs62
2396
2397         * src/plugins/pgpcore/sgpgme.c
2398         * src/plugins/pgpcore/sgpgme.h
2399         * src/plugins/pgpcore/passphrase.c
2400         * src/plugins/pgpinline/pgpinline.c
2401         * src/plugins/pgpmime/pgpmime.c
2402                 Fix a leak - gpgme_data_release_and_get_mem
2403                 leaks in recent gpgme. Workaround by using
2404                 our own function.
2405
2406 2007-02-22 [paul]       2.7.2cvs61
2407
2408         * src/gtk/quicksearch.c
2409                 Abandon dynamic search when pressing
2410                 Enter
2411
2412 2007-02-21 [colin]      2.7.2cvs60
2413
2414         * src/procmsg.c
2415         * src/plugins/pgpcore/passphrase.c
2416                 Fix little memory leaks
2417         * src/main.c
2418                 Fix false-positive leak at exit
2419         * src/gtk/quicksearch.c
2420                 Fix potentially big leak in recursive
2421                 Quicksearch
2422
2423 2007-02-21 [wwp]        2.7.2cvs59
2424
2425         * src/summaryview.c
2426                 Add missing newline to a debug message.
2427
2428 2007-02-20 [colin]      2.7.2cvs58
2429
2430         * src/Makefile.am
2431         * src/mimeview.c
2432         * src/stock_pixmap.c
2433         * src/stock_pixmap.h
2434         * src/pixmaps/mime_pgpsig.xpm
2435                 Add icon for application/pgp-signature
2436
2437 2007-02-20 [colin]      2.7.2cvs57
2438
2439         * src/Makefile.am
2440         * src/main.c
2441         * src/mimeview.c
2442         * src/stock_pixmap.c
2443         * src/stock_pixmap.h
2444         * src/pixmaps/mime_calendar.xpm
2445         * src/pixmaps/mime_pdf.xpm
2446         * src/pixmaps/mime_ps.xpm
2447                 Add icons for text/calendar, application/pdf
2448                 and application/postscript
2449
2450 2007-02-20 [colin]      2.7.2cvs56
2451
2452         * autogen.sh
2453         * src/matcher_parser_parse.y
2454         * src/matcher_parser_lex.l
2455                 Fix big memory leak in flex, and
2456                 require flex 2.5.31
2457
2458 2007-02-20 [wwp]        2.7.2cvs55
2459
2460         * src/matcher_parser_parse.y
2461                 Fix a duplicate token definition (thanks to iwkse).
2462
2463 2007-02-20 [wwp]        2.7.2cvs54
2464
2465         * src/matcher_parser_lex.l
2466         * src/quote_fmt_lex.l
2467                 Use proper flex options instead of direct use of #define,
2468                 make the flex-generated C lighter.
2469
2470 2007-02-20 [colin]      2.7.2cvs53
2471
2472         * src/summaryview.c
2473                 Grab focus in message list after hiding
2474                 the quicksearch, instead of leaving it
2475                 "somewhere"
2476
2477 2007-02-19 [colin]      2.7.2cvs52
2478
2479         * src/folderview.c
2480                 Fix bug 1033, 'Automatically refresh 
2481                 message list when new messages arrives'
2482                 Looks like folderview->opened can sometimes
2483                 be wrong...
2484
2485 2007-02-19 [paul]       2.7.2cvs51
2486
2487         * tools/Makefile.am
2488         * tools/README
2489         * tools/thunderbird-filters-convertor.pl
2490                 add new script which converts thunderbird filter
2491                 rules to Claws filter rules
2492
2493 2007-02-18 [paul]       2.7.2cvs50
2494
2495         * src/plugins/pgpcore/prefs_gpg.c
2496         * src/plugins/pgpcore/prefs_gpg.h
2497         * src/plugins/pgpcore/sgpgme.c
2498         * src/plugins/pgpinline/pgpinline.c
2499         * src/plugins/pgpmime/pgpmime.c
2500                 improved GUI interoperability with gpg-agent
2501
2502 2007-02-18 [paul]       2.7.2cvs49
2503
2504         * src/prefs_account.c
2505                 Privacy options sensitivity fix
2506
2507 2007-02-17 [colin]      2.7.2cvs48
2508
2509         * src/messageview.c
2510                 Reset icon to warning in the noticeview
2511
2512 2007-02-15 [colin]      2.7.2cvs47
2513
2514         * src/folderview.c
2515                 Fix a manifestation of bug 1033 (summaryview failing
2516                 to update for new mails), which happens after editing
2517                 account preferences or preferences that cause a 
2518                 folderview reload.
2519
2520 2007-02-15 [colin]      2.7.2cvs46
2521
2522         * src/addressbook.c
2523                 Probably fix bug 1123, 'Segmentation 
2524                 fault while opening address book'. I get
2525                 g_warnings if the saved paned position is
2526                 not greater than 0. Also, save position
2527                 when hiding the addressbook instead of
2528                 via signal.
2529
2530 2007-02-14 [colin]      2.7.2cvs45
2531
2532         * src/plugins/pgpcore/prefs_gpg.c
2533         * src/plugins/pgpcore/prefs_gpg.h
2534         * src/plugins/pgpcore/sgpgme.c
2535         * src/plugins/pgpinline/pgpinline.c
2536         * src/plugins/pgpmime/pgpmime.c
2537                 Add an option "Use gpg-agent if available". Fixes
2538                 annoyances with distro-installed gpg-agent, when
2539                 no pinentry program is installed, and the user's 
2540                 at a loss on why "decryption failed". Makes more
2541                 clear why passphrase isn't saved when gpg-agent is
2542                 used. Defaults to true, to avoid changing the 
2543                 current behaviour.
2544
2545 2007-02-14 [wwp]        2.7.2cvs44
2546
2547         * src/matcher_parser_parse.y
2548                 Fix missing line number reset (wrong line number might appear
2549                 when re-loading filtering rules if there's a parser error).
2550
2551 2007-02-13 [colin]      2.7.2cvs43
2552
2553         * src/common/utils.c
2554                 Don't encode ',' in URIs before passing it
2555                 to the browser command-line. It was probably
2556                 done at a time where commas in URIs made
2557                 mozilla -remote 'openurl(%s,new-window)'
2558                 bug.
2559
2560 2007-02-13 [wwp]        2.7.2cvs42
2561
2562         * src/prefs_matcher.c
2563         * src/plugins/bogofilter/bogofilter_gtk.c
2564                 A bit of string factorization around "Select ..." buttons.
2565
2566 2007-02-11 [colin]      2.7.2cvs41
2567
2568         * src/alertpanel.c
2569                 Make sure to escape the title
2570
2571 2007-02-11 [colin]      2.7.2cvs40
2572
2573         * src/codeconv.c
2574                 Recognize .utf8 locales as .UTF-8 ones
2575
2576 2007-02-11 [colin]      2.7.2cvs39
2577
2578         * src/compose.c
2579                 Fix code conversion when dragging a file
2580
2581 2007-02-09 [colin]      2.7.2cvs38
2582
2583         * src/plugins/clamav/clamav_plugin.c
2584                 Complete Paul's patch with conditional
2585                 compilation to avoid breaking compilation
2586                 on old Dapper and Edgy... Maybe other
2587                 distros too.
2588
2589 2007-02-09 [paul]       2.7.2cvs37
2590
2591         * src/plugins/clamav/clamav_plugin.c
2592                 fix for the upstream changes in libclamav
2593
2594 2007-02-09 [paul]       2.7.2cvs36
2595
2596         * src/main.c
2597         * src/mainwindow.c
2598         * src/procmsg.c
2599         * src/procmsg.h
2600                 fix "warn if there are queued messages" (on exit)
2601                 option, which only checked the first mailbox's
2602                 queue
2603                 don't ask before emptying trash if there are no
2604                 messages in trash, also check and empty all trash
2605                 folders
2606         * src/prefs_other.c
2607                 move "Ask before emptying trash" option
2608                 outside of the "On exit" frame as it's
2609                 not only an "On exit" option
2610
2611 2007-02-09 [paul]       2.7.2cvs35
2612
2613         * src/addrgather.c
2614         * src/alertpanel.c
2615         * src/editldap.c
2616         * src/prefs_account.c
2617         * src/prefs_folder_item.c
2618         * src/prefs_gtk.h
2619         * src/prefs_matcher.c
2620         * src/prefs_message.c
2621         * src/prefs_msg_colors.c
2622         * src/prefs_summaries.c
2623         * src/wizard.c
2624         * src/gtk/inputdialog.c
2625         * src/plugins/bogofilter/bogofilter_gtk.c
2626                 pedantic commit: use 'checkbtn' everywhere
2627                 instead of a mixture of 'checkbtn' and 'chkbtn'
2628
2629 2007-02-09 [paul]       2.7.2cvs34
2630
2631         * src/compose.c
2632                 fix default hotkeys
2633         * src/prefs_other.c
2634         * src/prefs_send.c
2635                 move "Never send Return Receipts" from
2636                 prefs_other to prefs_send
2637                 add an option "Ask about account specific
2638                 filtering rules..." to prefs_other
2639         * src/gtk/gtkutils.c
2640                 fix a compiler warning
2641
2642 2007-02-08 [colin]      2.7.2cvs33
2643
2644         * src/plugins/pgpinline/pgpinline.c
2645                 Fix bug 1110, 'pgpmime fails to process 
2646                 encapsulated openpgp mime (rfc 3156, 6.1 
2647                 -> rfc1847)'
2648                 It was due to an interaction between PGP/Mime
2649                 and PGP/Inline plugin. 
2650
2651 2007-02-08 [colin]      2.7.2cvs32
2652
2653         * src/inc.c
2654         * src/mbox.c
2655         * src/mbox.h
2656                 Fix bug 1117, 'fcntl locking code 
2657                 does not work in mbox.c'
2658
2659 2007-02-08 [colin]      2.7.2cvs31
2660
2661         * src/prefs_account.c
2662                 Fix Gentoo bug 165819, 'can't create 
2663                 a "local mbox file" account'. Patch
2664                 by Olivier <castan.o@free.fr>
2665
2666 2007-02-07 [colin]      2.7.2cvs30
2667
2668         * src/ldapquery.c
2669                 Fix bug 1106, 'Claws crash on exit if LDAPS 
2670                 autocompletion was used'
2671
2672 2007-02-07 [paul]       2.7.2cvs29
2673
2674         * src/folder.c
2675                 cut down on unnecessary debug_prints
2676         * src/imap_gtk.c
2677                 fix menu_set_active() on 'Show only
2678                 subscribed folders'
2679
2680 2007-02-07 [paul]       2.7.2cvs28
2681
2682         * src/plugins/clamav/clamav_plugin.c
2683         * src/plugins/clamav/clamav_plugin.h
2684         * src/plugins/clamav/clamav_plugin_gtk.c
2685                 fix copyright header
2686
2687 2007-02-07 [paul]       2.7.2cvs27
2688
2689         * src/procheader.c
2690                 fix bug 1116, 'summary view allow a 
2691                 subject line break'
2692
2693 2007-02-06 [colin]      2.7.2cvs26
2694
2695         * src/summaryview.c
2696                 Fix delete thread
2697
2698 2007-02-05 [fabien]     2.7.2cvs25
2699
2700         * po/POTFILES.in
2701         * src/uri_opener.c
2702                 i18n related - 1 fix and 1 message for translators.
2703
2704 2007-02-05 [colin]      2.7.2cvs24
2705
2706         * src/gtk/quicksearch.c
2707                 Don't reload summary list if quicksearch wasn't
2708                 active on hiding; move currently selected mail in
2709                 the visible area when showing the quicksearch
2710
2711 2007-02-05 [colin]      2.7.2cvs23
2712
2713         * src/folderview.c
2714                 Add debug to try to solve bug 1104
2715
2716 2007-02-05 [paul]       2.7.2cvs22
2717
2718         * src/mainwindow.c
2719                 confirm before emptying trash on exit is
2720                 a Yes or No answer, use Yes or No in the
2721                 dialog
2722
2723 2007-02-04 [colin]      2.7.2cvs21
2724
2725         * src/compose.c
2726         * src/plugins/pgpcore/passphrase.c
2727         * src/plugins/pgpcore/select-keys.c
2728                 Set wmclass on new windows
2729
2730 2007-02-04 [colin]
2731
2732         2.8.0-rc1 released
2733
2734 2007-02-04 [colin]      2.7.2cvs20
2735
2736         * src/compose.c
2737         * src/compose.h
2738                 Auto save drafts on exit, reopen them
2739                 at startup, instead of asking
2740         * src/account.c
2741         * src/addressadd.c
2742         * src/addressbook.c
2743         * src/addressbook_foldersel.c
2744         * src/addrgather.c
2745         * src/crash.c
2746         * src/editaddress.c
2747         * src/editbook.c
2748         * src/editgroup.c
2749         * src/editjpilot.c
2750         * src/editldap.c
2751         * src/editldap_basedn.c
2752         * src/editvcard.c
2753         * src/exphtmldlg.c
2754         * src/expldifdlg.c
2755         * src/export.c
2756         * src/foldersel.c
2757         * src/gedit-print.c
2758         * src/import.c
2759         * src/importldif.c
2760         * src/importmutt.c
2761         * src/importpine.c
2762         * src/main.c
2763         * src/mainwindow.c
2764         * src/message_search.c
2765         * src/messageview.c
2766         * src/prefs_actions.c
2767         * src/prefs_customheader.c
2768         * src/prefs_display_header.c
2769         * src/prefs_filtering.c
2770         * src/prefs_filtering_action.c
2771         * src/prefs_folder_column.c
2772         * src/prefs_gtk.c
2773         * src/prefs_matcher.c
2774         * src/prefs_other.c
2775         * src/prefs_summaries.c
2776         * src/prefs_summary_column.c
2777         * src/prefs_template.c
2778         * src/sourcewindow.c
2779         * src/ssl_manager.c
2780         * src/summary_search.c
2781         * src/uri_opener.c
2782         * src/gtk/about.c
2783         * src/gtk/description_window.c
2784         * src/gtk/foldersort.c
2785         * src/gtk/gtkutils.c
2786         * src/gtk/gtkutils.h
2787         * src/gtk/icon_legend.c
2788         * src/gtk/logwindow.c
2789         * src/gtk/pluginwindow.c
2790         * src/gtk/prefswindow.c
2791                 Give different wmclass to different
2792                 windows - thanks to sed ;)
2793
2794 2007-02-04 [colin]      2.7.2cvs19
2795
2796         * src/main.c
2797                 Revert previous patch, can't reproduce
2798                 it anymore. 
2799
2800 2007-02-03 [colin]      2.7.2cvs18
2801
2802         * src/main.c
2803                 Don't save the mainwindow size and
2804                 position on emergency exit (libSM's
2805                 "die" callback), Xfce seems to make
2806                 the window smaller just before the
2807                 size's saved.
2808
2809 2007-02-03 [colin]      2.7.2cvs17
2810
2811         * src/plugins/bogofilter/bogofilter.c
2812         * src/plugins/bogofilter/bogofilter.h
2813         * src/plugins/bogofilter/bogofilter_gtk.c
2814         * src/plugins/pgpinline/pgpinline.c
2815         * src/plugins/pgpinline/pgpinline.h
2816                 Fix more copyrights
2817
2818 2007-02-03 [colin]      2.7.2cvs16
2819
2820         * src/partial_download.c
2821         * src/partial_download.h
2822         * src/ssl_manager.c
2823         * src/ssl_manager.h
2824         * src/uri_opener.c
2825         * src/uri_opener.h
2826         * src/wizard.c
2827         * src/wizard.h
2828         * src/common/ssl_certificate.c
2829         * src/common/ssl_certificate.h
2830         * src/gtk/quicksearch.c
2831         * src/gtk/quicksearch.h
2832         * src/gtk/sslcertwindow.c
2833         * src/gtk/sslcertwindow.h
2834                 Fix copyright on my files
2835
2836 2007-02-02 [colin]      2.7.2cvs15
2837
2838         * src/Makefile.am
2839         * src/mainwindow.c
2840         * src/messageview.c
2841         * src/messageview.h
2842         * src/textview.c
2843         * src/textview.h
2844         * src/uri_opener.c
2845         * src/uri_opener.h
2846                 Add Tools/List URIs to allow
2847                 opening any URI in the current mail
2848
2849 2007-02-02 [colin]      2.7.2cvs14
2850
2851         * src/common/valgrind.h ** NEW FILE **
2852         * src/common/Makefile.am
2853         * src/common/plugin.c
2854                 Don't dlclose the plugins if we're running
2855                 under valgrind. (doesn't require valgrind
2856                 either at compile time or run time).
2857
2858 2007-02-01 [paul]       2.7.2cvs13
2859
2860         * AUTHORS
2861         * src/gtk/authors.h
2862         * tools/freshmeat_search.pl
2863         * tools/google_search.pl
2864         * tools/multiwebsearch.pl
2865                 add support for non ISO-8859-1 compatible locales
2866                 Patch by Alex Gorbachenko <agent_007@immo.ru>
2867
2868 2007-02-01 [colin]      2.7.2cvs12
2869
2870         * src/prefs_other.c
2871         * src/prefs_summaries.c
2872                 Move keybinding prefs to the Other page
2873
2874 2007-02-01 [wwp]        2.7.2cvs11
2875
2876         * src/plugins/trayicon/trayicon.c
2877                 Fix a raising issue within KDE.
2878
2879 2007-02-01 [colin]      2.7.2cvs10
2880
2881         * src/codeconv.c
2882                 Fix stray quotes in encoded strings
2883         * src/addressadd.c
2884                 Fix wrong call causing g_warnings
2885         * src/textview.c
2886                 Remove useless message
2887
2888 2007-01-31 [wwp]        2.7.2cvs9
2889
2890         * src/plugins/trayicon/trayicon.c
2891                 fix buggy hiding of main window when closing if close-to-tray
2892                 is not set (bad logics  in the trayicon hook code).
2893                 Changed the quit confirmation message too.
2894
2895 2007-01-30 [colin]      2.7.2cvs8
2896
2897         * src/main.c
2898                 Fix hidden mainwindow after clicking on
2899                 the X close button, if compose windows
2900                 exist and the user chooses not to quit
2901
2902 2007-01-30 [colin]      2.7.2cvs7
2903
2904         * src/main.c
2905         * src/compose.c
2906                 Handle local URIs to attach files (file:///...)
2907                 Fixes attaching files from Thunar for example
2908
2909 2007-01-30 [colin]      2.7.2cvs6
2910
2911         * src/prefs_ext_prog.c
2912                 Add 'mousepad' to the list of text editors.
2913                 Mousepad is XFCE's text editor
2914
2915 2007-01-29 [wwp]        2.7.2cvs5
2916
2917         * po/POTFILES.in
2918         * src/plugins/trayicon/trayicon_prefs.c
2919                 trayicon i18n fixes, thanks to Fabien.
2920
2921 2007-01-28 [wwp]        2.7.2cvs4
2922
2923         * src/mainwindow.c
2924         * src/mainwindow.h
2925         * src/plugins/trayicon/trayicon.c
2926         * src/plugins/trayicon/trayicon_prefs.c
2927         * src/plugins/trayicon/trayicon_prefs.h
2928                 Added a new TrayIcon plugin option to close to tray
2929                 (WM's hotkey and [X] button will hide the window instead
2930                 of closing it - closing CM can be done using the tray icon
2931                 menu or the File menu).
2932                 Improved visibility handling in trayicon, clicking the
2933                 trayicon now raise the window to current desktop when it
2934                 was either minimized/shaded/on another desktop.
2935                 Thanks to Paul for testing and fixing a strange behaviour
2936                 in KDE ;-).
2937
2938 2007-01-27 [paul]       2.7.2cvs3
2939
2940         * src/prefs_folder_item.c
2941         * src/prefs_receive.c
2942         * src/plugins/pgpcore/prefs_gpg.c
2943                 use 'start-up' instead of 'startup' in labels
2944
2945 2007-01-26 [wwp]        2.7.2cvs2
2946
2947         * src/plugins/trayicon/Makefile.am
2948         * src/plugins/trayicon/trayicon.c
2949         * src/plugins/trayicon/trayicon_prefs.c
2950         * src/plugins/trayicon/trayicon_prefs.h
2951                 Add a new TrayIcon option to hide the main window at
2952                 start-up.
2953                 Fix trayicon.c copyright header.
2954
2955 2007-01-26 [paul]       2.7.2cvs1
2956
2957         * NEWS
2958         * README
2959         * RELEASE_NOTES
2960         * configure.ac
2961                 bump up version number following
2962                 stable release
2963
2964 2007-01-25 [mones]      2.7.1cvs60
2965
2966         * po/es.po
2967                 updated thousands of strings (well, probably less ;-)
2968
2969 2007-01-25 [colin]      2.7.1cvs59
2970
2971         * src/matcher.c
2972                 Fix 2nd-run loss of matcherrc on new
2973                 configurations. 
2974
2975 2007-01-25 [wwp]        2.7.1cvs58
2976
2977         * src/mimeview.c
2978                 fix handling of empty value in attach_save_directory too, thanks
2979                 to Colin.
2980
2981 2007-01-25 [wwp]        2.7.1cvs57
2982
2983         * src/gtk/filesel.c
2984                 fix handling of empty value in attach_load_directory,
2985                 thanks to Colin.
2986
2987 2007-01-25 [wwp]        2.7.1cvs56
2988
2989         * src/plugins/dillo_viewer/dillo_prefs.h
2990                 fix a typo.
2991
2992 2007-01-25 [colin]      2.7.1cvs55
2993
2994         * src/matcher.c
2995         * src/matcher.h
2996         * src/matcher_parser_parse.y
2997         * src/prefs_matcher.c
2998                 Add matching on the spam flag
2999
3000 2007-01-24 [colin]      2.7.1cvs54
3001
3002         * src/folder.c
3003         * src/common/xml.c
3004         * src/common/xml.h
3005                 Make sure folderlist.xml is correctly
3006                 written before overwriting it.
3007         * src/procmsg.c
3008         * src/procmsg.h
3009         * src/summaryview.c
3010         * src/plugins/bogofilter/bogofilter.c
3011         * src/plugins/bogofilter/bogofilter.h
3012         * src/plugins/bogofilter/bogofilter_gtk.c
3013         * src/plugins/spamassassin/spamassassin.c
3014         * src/plugins/spamassassin/spamassassin.h
3015         * src/plugins/spamassassin/spamassassin_gtk.c
3016                 Move spam to the correct trash folder after
3017                 learning, if spam directory isn't set.
3018
3019 2007-01-23 [paul]       2.7.1cvs53
3020
3021         * src/plugins/bogofilter/bogofilter_gtk.c
3022                 fix sensitivity of "Insert X-Bogosity header"
3023                 option
3024
3025 2007-01-23 [colin]      2.7.1cvs52
3026
3027         * src/toolbar.c
3028                 Translate toolbar items text if
3029                 they're translatable (default)
3030         * src/addrcache.c
3031         * src/addrcache.h
3032         * src/addritem.c
3033         * src/addritem.h
3034         * src/codeconv.c
3035         * src/codeconv.h
3036         * src/jpilot.c
3037         * src/jpilot.h
3038         * src/ldapctrl.c
3039         * src/ldapctrl.h
3040         * src/ldapquery.h
3041         * src/ldif.c
3042         * src/ldif.h
3043         * src/etpan/etpan-thread-manager.c
3044         * src/etpan/etpan-thread-manager.h
3045         * src/gtk/gtkutils.c
3046         * src/gtk/gtkutils.h
3047                 More static functions
3048
3049 2007-01-22 [fabien]     2.7.1cvs51
3050
3051         * src/gtk/gtkutils.c
3052                 gtkut_get_options_frame() : ability to pass
3053                 a 'NULL' value in frame pointer parameter if
3054                 we don't need it.
3055
3056 2007-01-22 [colin]      2.7.1cvs50
3057
3058         * src/procmsg.c
3059         * src/procmsg.h
3060         * src/plugins/bogofilter/bogofilter.c
3061         * src/plugins/bogofilter/bogofilter_gtk.c
3062         * src/plugins/spamassassin/spamassassin.c
3063         * src/plugins/spamassassin/spamassassin_gtk.c
3064                 Allow moving spams to the account's trash
3065                 instead of default one
3066
3067 2007-01-21 [colin]      2.7.1cvs49
3068
3069         * src/ldapquery.c
3070         * src/ldapquery.h
3071                 Revert a static function that shouldn't
3072                 have been
3073
3074 2007-01-21 [colin]      2.7.1cvs48
3075
3076         * src/ldapquery.c
3077         * src/ldapquery.h
3078                 Same
3079
3080 2007-01-21 [colin]      2.7.1cvs47
3081
3082         * src/procmsg.c
3083         * src/procmsg.h
3084                 Same
3085
3086 2007-01-21 [colin]      2.7.1cvs46
3087
3088         * src/common/socket.c
3089         * src/common/socket.h
3090                 Same
3091
3092 2007-01-21 [colin]      2.7.1cvs45
3093
3094         * src/crash.c
3095         * src/exporthtml.c
3096         * src/exporthtml.h
3097         * src/exportldif.c
3098         * src/exportldif.h
3099         * src/folder.c
3100         * src/folder.h
3101         * src/folder_item_prefs.c
3102         * src/folder_item_prefs.h
3103         * src/folderview.c
3104         * src/folderview.h
3105         * src/gedit-print.c
3106         * src/gedit-print.h
3107         * src/main.c
3108         * src/main.h
3109         * src/common/socket.c
3110         * src/common/socket.h
3111         * src/gtk/gtkaspell.c
3112         * src/gtk/gtkaspell.h
3113         * src/gtk/quicksearch.c
3114         * src/gtk/quicksearch.h
3115                 Same
3116
3117 2007-01-21 [colin]      2.7.1cvs44
3118
3119         * src/common/utils.c
3120         * src/common/utils.h
3121         * src/etpan/etpan-thread-manager.c
3122         * src/etpan/etpan-thread-manager.h
3123                 Same (Funny that etpan_thread_unbind
3124                 is called but not etpan_thread_bind)
3125
3126 2007-01-21 [colin]      2.7.1cvs43
3127
3128         * src/addrselect.c
3129         * src/addrselect.h
3130         * src/codeconv.c
3131         * src/codeconv.h
3132         * src/compose.c
3133         * src/compose.h
3134         * src/etpan/Makefile.am
3135         * src/gtk/colorlabel.c
3136         * src/gtk/colorlabel.h
3137         * src/gtk/sslcertwindow.c
3138         * src/gtk/sslcertwindow.h
3139         * src/etpan/etpan-log.c ** REMOVED **
3140         * src/etpan/etpan-log.h ** REMOVED **
3141                 Same
3142
3143 2007-01-20 [colin]      2.7.1cvs42
3144
3145         * src/addritem.c
3146         * src/addritem.h
3147                 Same
3148
3149 2007-01-20 [colin]      2.7.1cvs41
3150
3151         * src/account.c
3152         * src/account.h
3153         * src/addrbook.c
3154         * src/addrbook.h
3155         * src/addrcache.c
3156         * src/addrcache.h
3157         * src/addrclip.c
3158         * src/addrclip.h
3159         * src/addressbook.c
3160         * src/addressbook.h
3161         * src/addrharvest.c
3162         * src/addrharvest.h
3163         * src/addrindex.c
3164         * src/addrindex.h
3165         * src/editaddress.c
3166         * src/editaddress.h
3167                 Make functions that aren't used in other
3168                 files static
3169
3170 2007-01-20 [colin]      2.7.1cvs40
3171
3172         * src/account.c
3173         * src/addrbook.c
3174         * src/addrcache.c
3175         * src/addressbook.c
3176         * src/addrgather.c
3177         * src/addrindex.c
3178         * src/addrquery.c
3179         * src/addrselect.c
3180         * src/browseldap.c
3181         * src/compose.c
3182         * src/editbook.c
3183         * src/editjpilot.c
3184         * src/editldap.c
3185         * src/editldap_basedn.c
3186         * src/editvcard.c
3187         * src/exporthtml.c
3188         * src/exportldif.c
3189         * src/folder.c
3190         * src/folderview.c
3191         * src/image_viewer.c
3192         * src/imap.c
3193         * src/importmutt.c
3194         * src/importpine.c
3195         * src/jpilot.c
3196         * src/ldapquery.c
3197         * src/main.c
3198         * src/mainwindow.c
3199         * src/matcher.c
3200         * src/messageview.c
3201         * src/mh.c
3202         * src/mimeview.c
3203         * src/msgcache.c
3204         * src/mutt.c
3205         * src/news.c
3206         * src/pine.c
3207         * src/prefs_account.c
3208         * src/prefs_common.c
3209         * src/prefs_compose_writing.c
3210         * src/prefs_ext_prog.c
3211         * src/prefs_folder_item.c
3212         * src/prefs_fonts.c
3213         * src/prefs_message.c
3214         * src/prefs_msg_colors.c
3215         * src/prefs_other.c
3216         * src/prefs_quote.c
3217         * src/prefs_receive.c
3218         * src/prefs_send.c
3219         * src/prefs_spelling.c
3220         * src/prefs_summaries.c
3221         * src/prefs_toolbar.c
3222         * src/prefs_wrapping.c
3223         * src/privacy.c
3224         * src/procmime.c
3225         * src/procmsg.c
3226         * src/ssl_manager.c
3227         * src/statusbar.c
3228         * src/summaryview.c
3229         * src/toolbar.c
3230         * src/vcard.c
3231         * src/common/hooks.c
3232         * src/common/log.c
3233         * src/common/passcrypt.c
3234         * src/common/socket.c
3235         * src/common/ssl.c
3236         * src/common/ssl_certificate.c
3237         * src/common/template.c
3238         * src/common/utils.c
3239         * src/etpan/imap-thread.c
3240         * src/gtk/sslcertwindow.c
3241         * src/gtk/sslcertwindow.h
3242                 Make functions that could be static, static
3243
3244 2007-01-20 [colin]      2.7.1cvs39
3245
3246         * src/editldap.c
3247                 Fix tooltip
3248
3249 2007-01-20 [colin]      2.7.1cvs38
3250
3251         * src/ldapquery.c
3252         * src/ldaputil.c
3253         * src/ldaputil.h
3254                 Fix bug 1102, 'claws-mail-2.7.1 
3255                 makes use of deprecated ldap 
3256                 functions'
3257
3258 2007-01-20 [colin]      2.7.1cvs37
3259
3260         * src/mainwindow.c
3261         * src/mainwindow.h
3262         * src/summaryview.c
3263         * src/gtk/quicksearch.c
3264                 Add Wide message list layout
3265
3266 2007-01-19 [fabien]     2.7.1cvs36
3267
3268         * src/textview.c
3269                 make sure a font change is considered in links of
3270                 headerview.
3271
3272 2007-01-19 [colin]      2.7.1cvs35
3273
3274         * src/main.c
3275         * src/mainwindow.c
3276         * src/mainwindow.h
3277         * src/messageview.c
3278         * src/messageview.h
3279         * src/prefs_common.c
3280         * src/prefs_common.h
3281         * src/summaryview.c
3282         * src/summaryview.h
3283         * src/gtk/quicksearch.c
3284         * src/gtk/quicksearch.h
3285                 Drop 'Separate Folder tree' and 'Separate
3286                 Message View'. Put three layouts in place
3287                 of it.
3288
3289 2007-01-19 [paul]       2.7.1cvs34
3290
3291         * src/prefs_msg_colors.c
3292                 more use of Q_ for translators
3293
3294 2007-01-19 [paul]       2.7.1cvs33
3295
3296         * src/imap_gtk.c
3297         * src/prefs_account.c
3298                 a few changes to the English
3299
3300 2007-01-19 [fabien]     2.7.1cvs32
3301
3302         * src/wizard.c
3303                 factorize translatable string
3304
3305 2007-01-18 [colin]      2.7.1cvs31
3306
3307         * src/main.c
3308                 Don't error out on --sync option. Although
3309                 we don't do anything with it, gtk+ handles
3310                 it, and it's useful for debugging X errors
3311
3312 2007-01-18 [fabien]     2.7.1cvs30
3313
3314         * src/prefs_other.c
3315                 ability to apply on the fly the recent added
3316                 'gtk_can_change_accels' pref (no need to restart).
3317
3318 2007-01-18 [fabien]     2.7.1cvs29
3319
3320         * src/plugins/bogofilter/bogofilter_gtk.c
3321         * src/plugins/bogofilter/bogofilter.c
3322         * src/plugins/spamassassin/spamassassin_gtk.c
3323         * src/addr_compl.c
3324         * src/prefs_account.c
3325                 factorize or rewrite some translatable strings.
3326
3327 2007-01-18 [fabien]     2.7.1cvs28
3328
3329         * src/prefs_gtk.h
3330         * src/compose.c
3331                 set a 4pix space between "Subject:" label and subject entry in
3332                 compose window.
3333
3334 2007-01-18 [wwp]        2.7.1cvs27
3335
3336         * src/addressbook.c
3337                 fix conflicting address-copy/paste when focus is set
3338                 to the embedded edit-person form.
3339  
3340
3341 2007-01-18 [wwp]        2.7.1cvs26
3342
3343         * src/addressbook.h
3344                 complete 2.7.1cvs23 (one more file was missing from that
3345                 commit).
3346
3347 2007-01-18 [colin]      2.7.1cvs25
3348
3349         * src/main.c
3350                 Provide a way to migrate without backup
3351                 Re-ask for migration on next start if 
3352                 it has been refused and wizard has been 
3353                 cancelled after.
3354
3355 2007-01-18 [wwp]        2.7.1cvs24
3356
3357         * src/editaddress.c
3358                 complete 2.7.1.cvs23 (file was missing from previous
3359                 commit).
3360
3361 2007-01-18 [wwp]        2.7.1cvs23
3362
3363         * src/addressbook.c
3364                 fix potential crashes in address book's focus_in/out signal handlers,
3365                 force focus to the edit-person form when clicked the Edit menu entry or
3366                 button (this only matters if the edit-person form is embedded to the
3367                 AB window, in that case, focus is not set when browsing the contacts
3368                 list w/ keys or mouse clicks).
3369
3370 2007-01-18 [paul]       2.7.1cvs22
3371
3372         * src/main.c
3373                 add command line options:
3374                 -h for --help
3375                 -q and --quit for --exit
3376                 -v for --version
3377                 print "Unknown option" for unknown options
3378
3379 2007-01-18 [paul]       2.7.1cvs21
3380
3381         * po/ru.po
3382                 updated by Pavlo Bohmat
3383
3384 2007-01-18 [paul]       2.7.1cvs20
3385
3386         * src/mainwindow.c
3387                 fix sensitivity issues of Mark as Spam/Ham
3388
3389 2007-01-17 [fabien]     2.7.1cvs19
3390
3391         * src/prefs_other.c
3392         * src/prefs_common.c
3393         * src/prefs_common.h
3394         * src/main.c
3395                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
3396                 control the corresponding gtk property. It could be used to lock
3397                 all shortcuts (avoid to set one of them by inadvertency).
3398
3399 2007-01-17 [colin]      2.7.1cvs18
3400
3401         * src/summaryview.c
3402                 Fix bug 1100, 'Highlighted e-mail data not visible 
3403                 when color label applied.'. Use a weighted average
3404                 between normal selected foreground color and color
3405                 label instead of a simple one (3/1 instead 1/1).
3406
3407 2007-01-17 [colin]      2.7.1cvs17
3408
3409         * src/messageview.c
3410                 Better fix for bug 1088, 'Ctrl-h produces repeatable
3411                 crash' - don't prevent mail switching while loading
3412
3413 2007-01-17 [colin]      2.7.1cvs16
3414
3415         * src/folder.c
3416         * src/folder.h
3417         * src/folderview.c
3418         * src/folderview.h
3419         * src/imap.c
3420         * src/imap.h
3421         * src/imap_gtk.c
3422                 Manage recursive search of unsubscribed folders
3423                 Rescan tree without checking for new messages 
3424                 after subscriptions changed
3425
3426 2007-01-17 [paul]       2.7.1cvs15
3427
3428         * src/prefs_common.c
3429         * src/gtk/pluginwindow.c
3430                 fix bug 1101, '"Load plugin" button is
3431                 accidentally hidden'
3432                 unset (-1) initial width in prefs_common,
3433                 fix overlapping buttons,
3434                 and other cleanups
3435
3436 2007-01-17 [paul]       2.7.1cvs14
3437
3438         * src/procmime.c
3439                 add #include <errno.h>, it's needed
3440                 on some systems
3441
3442 2007-01-17 [paul]       2.7.1cvs13
3443
3444         * src/common/defs.h
3445         * tools/make.themes.project
3446                 rename .sylpheed_themeinfo to .claws_themeinfo
3447                 and use it
3448         * src/etpan/etpan-errors.h
3449         * src/etpan/etpan-log.c
3450         * src/etpan/etpan-log.h
3451         * src/etpan/etpan-thread-manager-types.h
3452         * src/etpan/etpan-thread-manager.c
3453         * src/etpan/etpan-thread-manager.h
3454         * src/etpan/imap-thread.c
3455         * src/etpan/imap-thread.h
3456                 add copyright header
3457
3458 2007-01-17 [colin]      2.7.1cvs12
3459
3460         * src/plugins/pgpcore/select-keys.c
3461         * src/gtk/pluginwindow.c
3462         * src/prefs_account.c
3463                 Fix warnings
3464
3465 2007-01-16 [colin]      2.7.1cvs11
3466
3467         * src/imap.c
3468         * src/imap.h
3469         * src/imap_gtk.c
3470                 Manage subscribing to subfolders when only
3471                 subscribed folders are shown.
3472
3473 2007-01-16 [colin]      2.7.1cvs10
3474
3475         * src/folderview.c
3476                 Fix annoying vscrollbar going back to top
3477                 on Check for new folders
3478
3479 2007-01-16 [colin]      2.7.1cvs9
3480
3481         * src/imap.c
3482                 Remove printf
3483
3484 2007-01-16 [colin]      2.7.1cvs8
3485
3486         * src/filtering.c
3487                 Bigger buffer for errors
3488         * src/imap.c
3489         * src/imap.h
3490         * src/imap_gtk.c
3491         * src/prefs_account.c
3492         * src/prefs_account.h
3493         * src/wizard.c
3494         * src/etpan/imap-thread.c
3495         * src/etpan/imap-thread.h
3496         * manual/handling.xml
3497                 Add subscriptions management. What it changes:
3498                 Creating a folder subscribes to it
3499                 Deleting a folder unsubscribes it
3500                 New contextual menu item allowing to switch between
3501                 All folders and Subscribed folders, subscribe, and
3502                 unsubscribe. "Creating" an existing but unsubscribed
3503                 folder will subscribe it.
3504                 By default for new accounts, only subscribed folders 
3505                 are shown.
3506
3507
3508 2007-01-16 [paul]       2.7.1cvs7
3509
3510         * src/summaryview.c
3511                 Allow folder classes to specify only sort_key or
3512                 sort_type instead of both or none.
3513
3514 2007-01-16 [paul]       2.7.1cvs6
3515
3516         * src/action.c
3517         * src/compose.c
3518         * src/mimeview.c
3519         * src/procmime.c
3520         * src/textview.c
3521                 Save and use errno for procmime_get_part
3522
3523 2007-01-16 [colin]      2.7.1cvs5
3524
3525         * src/imap.c
3526                 Never remove INBOX when scanning for
3527                 new folders. It's a special folder
3528                 that has to exist.
3529
3530 2007-01-15 [colin]      2.7.1cvs4
3531
3532         * src/imap.c
3533                 Fix 'Check for new folders' when IMAP subdirectory
3534                 is set
3535         * src/etpan/imap-thread.c
3536                 Fix build
3537
3538 2007-01-15 [colin]      2.7.1cvs3
3539
3540         * src/etpan/imap-thread.c
3541                 Fix invalid free on command-connection
3542                 error
3543
3544 2007-01-15 [wwp]        2.7.1cvs2
3545
3546         * src/matcher_parser_lex.l
3547         * src/quote_fmt_lex.l
3548         * src/matcher_parser_parse.y
3549                 fix copyright header in lexers and parsers.
3550
3551 2007-01-15 [paul]       2.7.1cvs1
3552
3553         * NEWS
3554         * README
3555         * RELEASE_NOTES
3556         * configure.ac
3557                 bump up version number following
3558                 stable release
3559
3560 2007-01-15 [paul]       2.7.0cvs31
3561
3562         * AUTHORS
3563         * src/gtk/authors.h
3564                 add Fabien to the Team list
3565                 add the recent contributors
3566                 make a few corrections
3567
3568 2007-01-15 [paul]       2.7.0cvs30
3569
3570         * src/mainwindow.c
3571                 fix compiler warning
3572         * src/plugins/pgpcore/prefs_gpg.c
3573         * src/plugins/pgpcore/prefs_gpg.h
3574                 add missing include
3575                 fix copyright header
3576
3577 2007-01-14 [colin]      2.7.0cvs29
3578
3579         * src/gtk/filesel.c
3580                 Use the 'gtk+' backend. Avoids gnome-vfs use,
3581                 two benefits: faster to open, will fix strange
3582                 dbus-related crash. Thanks to Pascal Terjan.
3583
3584 2007-01-14 [colin]      2.7.0cvs28
3585
3586         * src/etpan/imap-thread.c
3587                 Delete the old imap just after allocating
3588                 the new one. Makes sure we don't get the
3589                 same pointer by sheer luck, which feels
3590                 strange in the debug log.
3591
3592 2007-01-14 [colin]      2.7.0cvs27
3593
3594         * src/gtk/inputdialog.c
3595                 Make sure we don't print passwords in
3596                 clear text when in debug mode
3597
3598 2007-01-14 [colin]      2.7.0cvs26
3599
3600         * src/gtk/gtksctree.c
3601                 Fix bug 1098, 'bogus last row display 
3602                 after expanding a thread'. Patch by
3603                 Jindrich Makovicka <makovick@gmail.com>
3604
3605 2007-01-14 [colin]      2.7.0cvs25
3606
3607         * src/etpan/imap-thread.c
3608                 Close socket manually before
3609                 freeing the imap struct
3610
3611 2007-01-14 [colin]      2.7.0cvs24
3612
3613         * src/etpan/imap-thread.c
3614                 Maybe fix new reconnection issues
3615
3616 2007-01-13 [colin]      2.7.0cvs23
3617
3618         * src/summaryview.c
3619                 Freeze/thaw on thread selection
3620
3621 2007-01-13 [paul]       2.7.0cvs22
3622
3623         * src/mainwindow.c
3624         * src/summaryview.c
3625         * src/summaryview.h
3626                 add 'Edit/Delete thread'
3627
3628 2007-01-13 [colin]      2.7.0cvs21
3629
3630         * src/prefs_account.c
3631         * src/prefs_compose_writing.c
3632         * src/prefs_message.c
3633         * src/prefs_msg_colors.c
3634         * src/prefs_other.c
3635         * src/prefs_receive.c
3636         * src/prefs_spelling.c
3637         * src/prefs_summaries.c
3638         * src/prefs_themes.c
3639         * src/gtk/gtkutils.c
3640         * src/gtk/gtkutils.h
3641         * src/plugins/pgpcore/prefs_gpg.c
3642         * src/plugins/spamassassin/spamassassin_gtk.c
3643                 Factorize gtk frame creation
3644                 Patch by Pawel
3645
3646 2007-01-13 [colin]      2.7.0cvs20
3647
3648         * src/message_search.c
3649         * src/summary_search.c
3650                 Fix Enter in search windows
3651         * src/messageview.c
3652                 Fix body search starting at the
3653                 end of the mail (and asking for loop)
3654
3655 2007-01-13 [colin]      2.7.0cvs19
3656
3657         * src/etpan/imap-thread.c
3658                 Make sure we don't free the same imap
3659                 twice
3660
3661 2007-01-13 [colin]      2.7.0cvs18
3662
3663         * commitHelper
3664                 Allow multiple commitHelpers to
3665                 run at once
3666
3667 2007-01-12 [colin]      2.7.0cvs17
3668
3669         * src/etpan/imap-thread.c
3670                 Make sure we get rid of the previous mailimap
3671                 when connecting - just in case disconnect was
3672                 unclean
3673
3674 2007-01-12 [paul]       2.7.0cvs16
3675
3676         * src/compose.c
3677                 Strip S/MIME signatures when re-editing
3678                 S/MIME signed messages.
3679
3680 2007-01-12 [paul]       2.7.0cvs15
3681
3682         * configure.ac
3683         * src/addressbook.c
3684         * src/foldersel.c
3685         * src/folderview.c
3686         * src/main.c
3687                 no need to define CLAWS anymore, remove
3688                 all that stuff
3689
3690 2007-01-12 [paul]       2.7.0cvs14
3691
3692         * src/mimeview.c
3693                 check if the mail's signed as
3694                 it can change the mail structure
3695                 Thanks to Colin
3696
3697 2007-01-12 [paul]       2.7.0cvs13
3698
3699         * src/procmime.c
3700                 fix Forwarding msgs with attachments
3701                 that have dos line endings
3702                 Thanks to Colin
3703
3704 2007-01-12 [wwp]        2.7.0cvs12
3705
3706         * configure.ac
3707                 Revert accidentally committed extra version tag.
3708
3709 2007-01-12 [wwp]        2.7.0cvs11
3710
3711         * src/prefs_account.c
3712                 Fix compilation w/o aspell (completes 2.7.0cvs7).
3713
3714 2007-01-11 [colin]      2.7.0cvs10
3715
3716         * src/imap.c
3717                 move g_warning to debug_print
3718                 it scares people for no reason
3719
3720 2007-01-11 [colin]      2.7.0cvs9
3721
3722         * po/POTFILES.in
3723                 Fix files to translate. Patch by
3724                 Fabien
3725
3726 2007-01-11 [paul]       2.7.0cvs8
3727
3728         * src/imap.c
3729                 Fix recursion when server lists the
3730                 current subfolder in the response
3731         * src/mimeview.c
3732                 Fix updating of icon_list/ctree
3733         * src/plugins/pgpcore/select-keys.c
3734                 Fix a few annoyances when choosing
3735                 keys for the CMS (S/MIME) protocol
3736
3737 2007-01-11 [wwp]        2.7.0cvs7
3738
3739         * src/compose.c
3740         * src/prefs_account.c
3741         * src/prefs_account.h
3742                 Add per-account spellcheck default dictionaries settings.
3743
3744 2007-01-10 [colin]      2.7.0cvs6
3745
3746         * src/prefs_folder_item.c
3747                 Factorize strings - patch by Fabien
3748
3749 2007-01-10 [colin]      2.7.0cvs5
3750
3751         * src/mainwindow.c
3752                 Fix bug 1095, 'Crash while changing folder 
3753                 columns during incorporation'
3754
3755 2007-01-09 [colin]      2.7.0cvs4
3756
3757         * src/gtk/pluginwindow.c
3758                 Set the plugin window transient. Seems
3759                 like some window managers hide it in
3760                 the background after "load plugin"...
3761
3762 2007-01-09 [colin]      2.7.0cvs3
3763
3764         * src/gtk/filesel.c
3765                 Use the same type for alloc and free
3766
3767 2007-01-08 [paul]       2.7.0cvs2
3768
3769         * po/nl.po
3770                 updated by Tim Dijkstra
3771
3772 2007-01-08 [paul]       2.7.0cvs1
3773
3774         * src/prefs_themes.c
3775         * src/common/utils.c
3776                 Fix resource leaks
3777
3778 2007-01-08 [paul]       2.7.0
3779
3780         * NEWS
3781         * README
3782         * RELEASE_NOTES
3783                 2.7.0 released
3784
3785 2007-01-08 [paul]       2.6.1cvs119
3786
3787         * doc/man/claws-mail.1
3788                 another correction
3789
3790 2007-01-08 [paul]       2.6.1cvs118
3791
3792         * doc/man/claws-mail.1
3793                 corrections
3794         * manual/advanced.xml
3795                 improved English usage
3796
3797 2007-01-08 [paul]       2.6.1cvs117
3798
3799         * po/ca.po
3800         * po/de.po
3801         * po/en_GB.po
3802         * po/fi.po
3803         * po/it.po
3804         * po/pt_BR.po
3805         * po/sk.po
3806         * po/sr.po
3807         * po/zh_CN.po
3808                 updated by Miquel Oliete, Stephan Sachse, me,
3809                 Tommi Pirinen, Andrea Spadaccini, Frederico
3810                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
3811                 Urosevic, and Ralgh Young
3812
3813 2007-01-07 [mones]      2.6.1cvs116
3814
3815         * manual/es/advanced.xml
3816         * po/es.po
3817                 Synced manual (unhide mark_as_read_delay)
3818                 and updated translation for release
3819
3820 2007-01-07 [paul]       2.6.1cvs115
3821
3822         * src/prefs_matcher.c
3823                 make the hbox content fit better under
3824                 various languages
3825
3826 2007-01-07 [colin]      2.6.1cvs114
3827
3828         * src/messageview.c
3829                 Fix bug 1088, 'Ctrl-h produces repeatable
3830                 crash'
3831
3832 2007-01-06 [colin]      2.6.1cvs113
3833
3834         * src/etpan/imap-thread.c
3835                 Add casts to int to get certs. Fixes
3836                 bug 1064, 'crash @ etpan_certificate_check() 
3837                 when opening an IMAP folder', with latest
3838                 libetpan CVS or >= 0.49
3839         * src/mainwindow.c
3840         * src/mainwindow.h
3841         * src/imap_gtk.c
3842         * src/news_gtk.c
3843         * src/prefs_folder_item.c
3844                 Grey out the "synchronise" menu items if
3845                 there's nothing to synchronise.
3846         * src/plugins/pgpcore/sgpgme.c
3847                 Make an error clearer than "Unknown error"
3848
3849 2007-01-06 [colin]      2.6.1cvs112
3850
3851         * src/messageview.c
3852                 Don't try to show a message if updating
3853                 Maybe fixes bug 1088, 'ctrl-h produces
3854                 repeatable crash'.
3855
3856 2007-01-06 [colin]      2.6.1cvs111
3857
3858         * src/summaryview.c
3859                 Disable Control-Space (handle it as Space).
3860
3861 2007-01-05 [paul]       2.6.1cvs110
3862
3863         * src/imap.c
3864                 Fix bug 934, 'sylpheed claws 2.1 
3865                 doesn't show Exchanges Public Folders'
3866                 Thanks to Hoa and Colin
3867         * src/msgcache.c
3868                 Refuse to allocate more than 2 MB for a 
3869                 single field, it's a good indication of
3870                 cache corruption.
3871
3872 2007-01-05 [colin]      2.6.1cvs109
3873
3874         * src/mainwindow.c
3875                 Allow --select'ing emails by Message-ID too
3876
3877 2007-01-05 [colin]      2.6.1cvs108
3878
3879         * src/common/quoted-printable.c
3880                 Uh! Third fix :)
3881
3882 2007-01-05 [colin]      2.6.1cvs107
3883
3884         * src/common/quoted-printable.c
3885                 Fix previous commit about bug 1089
3886                 Thanks to Ralf
3887
3888 2007-01-05 [colin]      2.6.1cvs106
3889
3890         * src/common/quoted-printable.c
3891                 Fix my previous commit on bug 1089
3892                 - Thanks to Ralf :)
3893
3894 2007-01-04 [colin]      2.6.1cvs105
3895
3896         * src/common/quoted-printable.c
3897                 Fix bug 1089, 'NUL characters in Subject 
3898                 line are misinterpreted'. Not a pain to
3899                 fix in fact.
3900
3901 2007-01-04 [colin]      
3902
3903         2.7.0-rc3 released
3904
3905 2007-01-04 [wwp]        2.6.1cvs104
3906
3907         * src/image_viewer.c
3908                 Force operator precedence (fix a compiler warning).
3909
3910 2007-01-04 [colin]      2.6.1cvs103
3911
3912         * src/image_viewer.c
3913                 Be cautious there too (same fix as the one
3914                 in textview from cvs33)
3915         * src/messageview.c
3916                 Don't use any MimeViewer plugin when showing
3917                 all headers
3918
3919 2007-01-03 [wwp]        2.6.1cvs102
3920
3921         * src/html.c
3922         * src/html.h
3923                 fixed "cent" sign (use the existing ASCII one),
3924                 decode more HTML entities,
3925                 converted table ASCII entries to UTF-8,
3926                 moved a switch() into a hashtable.
3927
3928 2007-01-03 [paul]       2.6.1cvs101
3929
3930         * src/compose.c
3931         * src/messageview.c
3932         * src/procmsg.c
3933         * src/procmsg.h
3934                 When possible, use move_msg instead of
3935                 copy_msg + remove_msg to move sent mail
3936                 from Queue to Sent. 
3937
3938 2007-01-03 [paul]       2.6.1cvs100
3939
3940         * src/html.c
3941                 add more html entity recognition:
3942                 pounds, euros, and cents
3943
3944 2007-01-03 [colin]      2.6.1cvs99
3945
3946         * src/imap_gtk.c
3947                 Don't display an error on NOSELECT
3948                 folders when synchronising
3949
3950 2007-01-03 [paul]       2.6.1cvs98
3951
3952         * tools/maildir2claws-mail.pl
3953                 only substitute 'sent-mail' if it's
3954                 the full directory name
3955
3956 2007-01-03 [paul]       2.6.1cvs97
3957
3958         * ChangeLog
3959         * ChangeLog.pre2.0.0
3960         * Makefile.am
3961                 archive a chunk of ChangeLog in
3962                 ChangeLog.pre2.0.0
3963         * ChangeLog.gtk1
3964         * doc/src/ChangeLog.claws-pre0.8.0
3965                 remove ChangeLog.claws-pre0.8.0, adding
3966                 its contents to ChangeLog.gtk1
3967
3968 2007-01-03 [paul]       2.6.1cvs96
3969
3970         * src/account.c
3971         * src/account.h
3972         * src/action.c
3973         * src/action.h
3974         * src/adbookbase.h
3975         * src/addr_compl.c
3976         * src/addr_compl.h
3977         * src/addrbook.c
3978         * src/addrcache.c
3979         * src/addrcache.h
3980         * src/addrcindex.c
3981         * src/addrcindex.h
3982         * src/addrclip.c
3983         * src/addrclip.h
3984         * src/addrdefs.h
3985         * src/addressadd.c
3986         * src/addressadd.h
3987         * src/addressbook.c
3988         * src/addressbook.h
3989         * src/addressbook_foldersel.c
3990         * src/addressbook_foldersel.h
3991         * src/addrgather.c
3992         * src/addrgather.h
3993         * src/addrharvest.c
3994         * src/addrharvest.h
3995         * src/addrindex.c
3996         * src/addrindex.h
3997         * src/addritem.c
3998         * src/addritem.h
3999         * src/addrquery.c
4000         * src/addrquery.h
4001         * src/addrselect.c
4002         * src/addrselect.h
4003         * src/alertpanel.c
4004         * src/alertpanel.h
4005         * src/browseldap.c
4006         * src/browseldap.h
4007         * src/codeconv.c
4008         * src/codeconv.h
4009         * src/compose.c
4010         * src/compose.h
4011         * src/customheader.c
4012         * src/customheader.h
4013         * src/displayheader.c
4014         * src/displayheader.h
4015         * src/editaddress.c
4016         * src/editaddress.h
4017         * src/editbook.c
4018         * src/editbook.h
4019         * src/editgroup.c
4020         * src/editgroup.h
4021         * src/editjpilot.c
4022         * src/editjpilot.h
4023         * src/editldap.c
4024         * src/editldap.h
4025         * src/editldap_basedn.c
4026         * src/editldap_basedn.h
4027         * src/editvcard.c
4028         * src/editvcard.h
4029         * src/exphtmldlg.c
4030         * src/exphtmldlg.h
4031         * src/expldifdlg.c
4032         * src/expldifdlg.h
4033         * src/export.c
4034         * src/export.h
4035         * src/exporthtml.c
4036         * src/exporthtml.h
4037         * src/exportldif.c
4038         * src/exportldif.h
4039         * src/filtering.c
4040         * src/filtering.h
4041         * src/folder.c
4042         * src/folder.h
4043         * src/folder_item_prefs.c
4044         * src/folder_item_prefs.h
4045         * src/foldersel.c
4046         * src/foldersel.h
4047         * src/folderutils.c
4048         * src/folderutils.h
4049         * src/folderview.c
4050         * src/folderview.h
4051         * src/grouplistdialog.c
4052         * src/grouplistdialog.h
4053         * src/headerview.c
4054         * src/html.c
4055         * src/html.h
4056         * src/image_viewer.c
4057         * src/image_viewer.h
4058         * src/imap.c
4059         * src/imap.h
4060         * src/imap_gtk.c
4061         * src/imap_gtk.h
4062         * src/import.c
4063         * src/import.h
4064         * src/importldif.c
4065         * src/importldif.h
4066         * src/importmutt.c
4067         * src/importmutt.h
4068         * src/importpine.c
4069         * src/importpine.h
4070         * src/inc.c
4071         * src/inc.h
4072         * src/jpilot.c
4073         * src/jpilot.h
4074         * src/ldapctrl.c
4075         * src/ldapctrl.h
4076         * src/ldaplocate.c
4077         * src/ldaplocate.h
4078         * src/ldapquery.c
4079         * src/ldapquery.h
4080         * src/ldapserver.c
4081         * src/ldapserver.h
4082         * src/ldaputil.c
4083         * src/ldaputil.h
4084         * src/ldif.c
4085         * src/ldif.h
4086         * src/main.c
4087         * src/main.h
4088         * src/mainwindow.c
4089         * src/mainwindow.h
4090         * src/manual.c
4091         * src/manual.h
4092         * src/mbox.c
4093         * src/message_search.c
4094         * src/message_search.h
4095         * src/messageview.c
4096         * src/messageview.h
4097         * src/mh.c
4098         * src/mh.h
4099         * src/mh_gtk.c
4100         * src/mh_gtk.h
4101         * src/mimeview.c
4102         * src/mimeview.h
4103         * src/msgcache.c
4104         * src/msgcache.h
4105         * src/mutt.c
4106         * src/mutt.h
4107         * src/news.c
4108         * src/news.h
4109         * src/news_gtk.c
4110         * src/news_gtk.h
4111         * src/partial_download.c
4112         * src/partial_download.h
4113         * src/pine.c
4114         * src/pine.h
4115         * src/pop.c
4116         * src/pop.h
4117         * src/prefs_account.c
4118         * src/prefs_account.h
4119         * src/prefs_actions.c
4120         * src/prefs_actions.h
4121         * src/prefs_common.c
4122         * src/prefs_common.h
4123         * src/prefs_compose_writing.c
4124         * src/prefs_compose_writing.h
4125         * src/prefs_customheader.c
4126         * src/prefs_customheader.h
4127         * src/prefs_display_header.c
4128         * src/prefs_display_header.h
4129         * src/prefs_filtering.c
4130         * src/prefs_filtering.h
4131         * src/prefs_filtering_action.c
4132         * src/prefs_filtering_action.h
4133         * src/prefs_folder_column.c
4134         * src/prefs_folder_column.h
4135         * src/prefs_folder_item.c
4136         * src/prefs_folder_item.h
4137         * src/prefs_fonts.c
4138         * src/prefs_fonts.h
4139         * src/prefs_gtk.c
4140         * src/prefs_gtk.h
4141         * src/prefs_image_viewer.c
4142         * src/prefs_image_viewer.h
4143         * src/prefs_matcher.c
4144         * src/prefs_matcher.h
4145         * src/prefs_message.c
4146         * src/prefs_msg_colors.c
4147         * src/prefs_msg_colors.h
4148         * src/prefs_other.c
4149         * src/prefs_quote.c
4150         * src/prefs_receive.c
4151         * src/prefs_send.c
4152         * src/prefs_spelling.c
4153         * src/prefs_spelling.h
4154         * src/prefs_summaries.c
4155         * src/prefs_summaries.h
4156         * src/prefs_summary_column.c
4157         * src/prefs_summary_column.h
4158         * src/prefs_template.c
4159         * src/prefs_template.h
4160         * src/prefs_themes.c
4161         * src/prefs_themes.h
4162         * src/prefs_toolbar.c
4163         * src/prefs_toolbar.h
4164         * src/prefs_wrapping.c
4165         * src/prefs_wrapping.h
4166         * src/privacy.c
4167         * src/privacy.h
4168         * src/procheader.c
4169         * src/procheader.h
4170         * src/procmime.c
4171         * src/procmime.h
4172         * src/procmsg.c
4173         * src/procmsg.h
4174         * src/quote_fmt.c
4175         * src/quote_fmt_parse.y
4176         * src/recv.c
4177         * src/recv.h
4178         * src/remotefolder.c
4179         * src/remotefolder.h
4180         * src/send_message.c
4181         * src/send_message.h
4182         * src/setup.c
4183         * src/setup.h
4184         * src/sourcewindow.c
4185         * src/sourcewindow.h
4186         * src/ssl_manager.c
4187         * src/ssl_manager.h
4188         * src/statusbar.c
4189         * src/statusbar.h
4190         * src/stock_pixmap.c
4191         * src/stock_pixmap.h
4192         * src/summary_search.c
4193         * src/summary_search.h
4194         * src/summaryview.c
4195         * src/summaryview.h
4196         * src/textview.c
4197         * src/textview.h
4198         * src/toolbar.c
4199         * src/toolbar.h
4200         * src/undo.c
4201         * src/undo.h
4202         * src/unmime.c
4203         * src/unmime.h
4204         * src/vcard.c
4205         * src/vcard.h
4206         * src/wizard.c
4207         * src/wizard.h
4208         * src/common/base64.c
4209         * src/common/base64.h
4210         * src/common/defs.h
4211         * src/common/hooks.c
4212         * src/common/hooks.h
4213         * src/common/log.c
4214         * src/common/log.h
4215         * src/common/mgutils.c
4216         * src/common/mgutils.h
4217         * src/common/nntp.c
4218         * src/common/nntp.h
4219         * src/common/passcrypt.c
4220         * src/common/passcrypt.h.in
4221         * src/common/plugin.c
4222         * src/common/plugin.h
4223         * src/common/prefs.c
4224         * src/common/prefs.h
4225         * src/common/progressindicator.c
4226         * src/common/progressindicator.h
4227         * src/common/quoted-printable.c
4228         * src/common/quoted-printable.h
4229         * src/common/session.c
4230         * src/common/session.h
4231         * src/common/smtp.c
4232         * src/common/smtp.h
4233         * src/common/socket.c
4234         * src/common/socket.h
4235         * src/common/ssl.c
4236         * src/common/ssl.h
4237         * src/common/ssl_certificate.c
4238         * src/common/ssl_certificate.h
4239         * src/common/stringtable.c
4240         * src/common/stringtable.h
4241         * src/common/template.c
4242         * src/common/template.h
4243         * src/common/timing.h
4244         * src/common/utils.c
4245         * src/common/utils.h
4246         * src/common/version.h.in
4247         * src/common/xml.c
4248         * src/common/xml.h
4249         * src/common/xmlprops.c
4250         * src/common/xmlprops.h
4251         * src/gtk/about.c
4252         * src/gtk/colorlabel.c
4253         * src/gtk/colorsel.c
4254         * src/gtk/colorsel.h
4255         * src/gtk/combobox.c
4256         * src/gtk/combobox.h
4257         * src/gtk/description_window.c
4258         * src/gtk/description_window.h
4259         * src/gtk/filesel.c
4260         * src/gtk/filesel.h
4261         * src/gtk/foldersort.c
4262         * src/gtk/foldersort.h
4263         * src/gtk/gtksctree.c
4264         * src/gtk/gtkutils.c
4265         * src/gtk/gtkutils.h
4266         * src/gtk/inputdialog.c
4267         * src/gtk/inputdialog.h
4268         * src/gtk/logwindow.c
4269         * src/gtk/logwindow.h
4270         * src/gtk/manage_window.c
4271         * src/gtk/manage_window.h
4272         * src/gtk/menu.c
4273         * src/gtk/menu.h
4274         * src/gtk/pluginwindow.c
4275         * src/gtk/pluginwindow.h
4276         * src/gtk/prefswindow.c
4277         * src/gtk/prefswindow.h
4278         * src/gtk/progressdialog.c
4279         * src/gtk/progressdialog.h
4280         * src/gtk/sslcertwindow.c
4281         * src/gtk/sslcertwindow.h
4282         * src/plugins/bogofilter/bogofilter.c
4283         * src/plugins/bogofilter/bogofilter.h
4284         * src/plugins/bogofilter/bogofilter_gtk.c
4285         * src/plugins/clamav/clamav_plugin.c
4286         * src/plugins/clamav/clamav_plugin.h
4287         * src/plugins/clamav/clamav_plugin_gtk.c
4288         * src/plugins/demo/demo.c
4289         * src/plugins/dillo_viewer/dillo_prefs.c
4290         * src/plugins/dillo_viewer/dillo_prefs.h
4291         * src/plugins/dillo_viewer/dillo_viewer.c
4292         * src/plugins/pgpcore/passphrase.c
4293         * src/plugins/pgpcore/passphrase.h
4294         * src/plugins/pgpcore/pgp_viewer.c
4295         * src/plugins/pgpcore/pgp_viewer.h
4296         * src/plugins/pgpcore/plugin.c
4297         * src/plugins/pgpcore/select-keys.c
4298         * src/plugins/pgpcore/select-keys.h
4299         * src/plugins/pgpcore/sgpgme.c
4300         * src/plugins/pgpcore/sgpgme.h
4301         * src/plugins/pgpinline/pgpinline.c
4302         * src/plugins/pgpinline/pgpinline.h
4303         * src/plugins/pgpinline/plugin.c
4304         * src/plugins/pgpmime/pgpmime.c
4305         * src/plugins/pgpmime/pgpmime.h
4306         * src/plugins/pgpmime/plugin.c
4307         * src/plugins/spamassassin/spamassassin.c
4308         * src/plugins/spamassassin/spamassassin.h
4309         * src/plugins/spamassassin/spamassassin_gtk.c
4310         * src/plugins/trayicon/trayicon.c
4311                 it's 2007, update the year in the copyright headers
4312
4313 2007-01-03 [paul]       2.6.1cvs95
4314
4315         * src/gtk/about.c
4316                 it is 2007, use it in the copyright string
4317
4318 2007-01-03 [paul]       2.6.1cvs94
4319
4320         * src/html.c
4321                 html entity conversion:
4322                 move &#153; to a more suitable place
4323                 add &bull; and &ndash;
4324                 make sure &mdash; and &#8212; are both
4325                 converted the same
4326
4327 2007-01-02 [colin]      2.6.1cvs93
4328
4329         * src/addrbook.c
4330                 Fix leak
4331         * src/common/plugin.c
4332                 Add comment
4333         * src/etpan/imap-thread.c
4334                 Fix warning
4335
4336 2006-12-31 [paul]       2.6.1cvs92
4337
4338         * src/prefs_summaries.c
4339                 use gtk_button_new_from_stock()
4340
4341 2006-12-30 [colin]      2.6.1cvs91
4342
4343         * src/folder.c
4344         * src/imap_gtk.c
4345         * src/mh_gtk.c
4346                 Don't update filtering and account paths 
4347                 when copying folders
4348
4349 2006-12-30 [colin]      2.6.1cvs90
4350
4351         * src/prefs_compose_writing.c
4352         * src/prefs_quote.c
4353         * src/prefs_template.c
4354                 Use message font for Writing and 
4355                 Quoting prefs, as well as Templates.
4356
4357 2006-12-30 [colin]      2.6.1cvs89
4358
4359         * src/prefs_summaries.c
4360                 Rework GUI; patch by Pawel
4361
4362 2006-12-29 [colin]      2.6.1cvs88
4363
4364         * src/prefs_folder_item.c
4365                 Fix bug 1085, 'Apply to subfolder 
4366                 doesn't work' - I was mistaken saying
4367                 it worked in every case
4368
4369 2006-12-28 [colin]      2.6.1cvs87
4370
4371         * src/gtk/gtkaspell.c
4372                 Don't assert if use_alternate is true
4373                 and alt_dictionary isn't set -- this 
4374                 is what happens on upgrade! Rather,
4375                 do with it.
4376
4377 2006-12-28 [colin]      2.6.1cvs86
4378
4379         * Makefile.am
4380                 Fix desktop/icon simplification
4381
4382 2006-12-28 [colin]      2.6.1cvs85
4383
4384         * Makefile.am
4385                 Make desktop and icon not 
4386                 dependant on the desktop
4387
4388 2006-12-28 [wwp]        2.6.1cvs84
4389
4390         * src/plugins/pgpmime/claws.def
4391                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
4392
4393 2006-12-28 [wwp]        2.6.1cvs83
4394
4395         * src/prefs_folder_item.c
4396                 Fix coloring of "simplify subject regexp" (folder prefs),
4397                 which might be left to red whereas the regexp gets empty.
4398
4399 2006-12-28 [wwp]        2.6.1cvs82
4400
4401         * src/prefs_common.c
4402         * src/prefs_common.h
4403         * src/addressbook.c
4404         * src/addressitem.h
4405                 Save addressbook mainwindow's horizontal and vertical splitter position.
4406
4407 2006-12-27 [wwp]        2.6.1cvs81
4408
4409         * src/gtk/gtkaspell.c
4410         * src/gtk/gtkaspell.h
4411         * src/compose.c
4412                 Fix assignment of compose's default and alternate dictionary from
4413                 account or folder settings. Now gtkaspell_change_dict does rotate
4414                 dicts only when it's called from a menu cb.
4415
4416 2006-12-27 [wwp]        2.6.1cvs80
4417
4418         * src/folder_item_prefs.c
4419                 Fix randomly initialized default-alt-dictionary (folder prefs),
4420                 complete 2.6.1cvs72.
4421
4422 2006-12-27 [paul]       2.6.1cvs79
4423
4424         * src/imap_gtk.c
4425         * src/mh_gtk.c
4426                 Add Copy folder in the folder's contextual
4427                 menu
4428
4429 2006-12-27 [wwp]        2.6.1cvs78
4430
4431         * src/imap.c
4432                 Clean up session locking, thanks to Colin.
4433
4434 2006-12-26 [colin]      2.6.1cvs77
4435
4436         * src/statusbar.c
4437                 Revert previous patch
4438
4439 2006-12-26 [colin]      2.6.1cvs76
4440
4441         * src/folder.c
4442         * src/folderview.c
4443         * src/imap.c
4444         * src/statusbar.c
4445         * src/etpan/imap-thread.c
4446                 Fix previous commit warnings
4447                 Make statusbar update every second if total < 20
4448                 Make IMAP APPEND faster by simplifying log              
4449
4450 2006-12-26 [colin]      2.6.1cvs75
4451
4452         * src/folder.c
4453         * src/folder.h
4454         * src/folderview.c
4455         * src/folderview.h
4456         * src/imap_gtk.c
4457         * src/mh_gtk.c
4458                 Make it possible to copy folders accross
4459                 mailboxes (this was an arbitrary limitation).
4460                 Still make it impossible to move folders 
4461                 accross mailboxes.
4462
4463 2006-12-26 [colin]      2.6.1cvs74
4464
4465         * src/etpan/imap-thread.c
4466                 Fix bug 1081, 'claws-mail 
4467                 segfaults when going offline 
4468                 while it transfers mails via 
4469                 imap'
4470
4471 2006-12-26 [colin]      2.6.1cvs73
4472
4473         * src/folder_item_prefs.c
4474                 Don't forget alt dictionary when
4475                 renaming/moving folders
4476
4477 2006-12-26 [wwp]        2.6.1cvs72
4478
4479         * src/folder_item_prefs.c
4480                 Add missing defaults for per-folder alt dict
4481                 (forgotten in 2.6.1cvs61).
4482
4483 2006-12-26 [colin]      2.6.1cvs71
4484
4485         * src/wizard.c
4486                 Add tooltip to state that specifying
4487                 full path to mailbox is possible
4488
4489 2006-12-26 [wwp]        2.6.1cvs70
4490
4491         * src/partial_download.c
4492         * src/gtk/gtkvscrollbutton.c
4493         * src/plugins/pgpinline/plugin.c
4494                 Fix for few compiler warnings that matter.
4495
4496 2006-12-25 [colin]      2.6.1cvs69
4497
4498         * src/partial_download.c
4499                 Fix marking for download or deletion
4500                 when the header isn't the first
4501         * src/gtk/logwindow.c
4502                 Fix start of scrolling
4503
4504 2006-12-23 [paul]       2.6.1cvs68
4505
4506         * src/compose.c
4507                 change last commit to use the 'academic'
4508                 method instead. Thanks to wwp
4509
4510 2006-12-23 [paul]       2.6.1cvs67
4511
4512         * src/compose.c
4513                 don't warn about empty subject when
4514                 redirecting
4515
4516 2006-12-22 [colin]      2.6.1cvs66
4517
4518         * src/summary_search.c
4519                 Fix previous patch
4520
4521 2006-12-22 [colin]      2.6.1cvs65
4522
4523         * src/gtk/gtkutils.c
4524         * src/imap.c
4525         * src/jpilot.c
4526         * src/summary_search.c
4527                 A few warning fixes
4528
4529 2006-12-23 [paul]       
4530
4531         2.7.0-rc2 released
4532
4533 2006-12-22 [colin]      2.6.1cvs64
4534
4535         * src/toolbar.c
4536         * src/toolbar.h
4537                 Add a combo to the learn spam button
4538         * src/plugins/bogofilter/bogofilter.c
4539         * src/plugins/bogofilter/bogofilter_gtk.c
4540         * src/plugins/bogofilter/bogofilter.h
4541                 Allow to store Unsure mails in a specific
4542                 folder to make better teaching easier
4543
4544 2006-12-21 [wwp]        2.6.1cvs63
4545
4546         * src/compose.c
4547         * src/prefs_common.c
4548         * src/prefs_common.h
4549         * src/prefs_spelling.c
4550         * src/gtk/gtkaspell.c
4551         * src/gtk/gtkaspell.h
4552                 Allow spell-checking using both current and alternate dictionaries
4553                 (thanks to Colin).
4554
4555 2006-12-21 [wwp]        2.6.1cvs62
4556
4557         * src/gtk/gtkaspell.c
4558                 Apply recheck_when_changing_dict (highlight all mispelled words)
4559                 when switching to alternate dictionary.
4560
4561 2006-12-21 [wwp]        2.6.1cvs61
4562
4563         * src/compose.c
4564         * src/folder_item_prefs.h
4565         * src/prefs_common.c
4566         * src/prefs_common.h
4567         * src/prefs_folder_item.c
4568         * src/prefs_spelling.c
4569         * src/gtk/gtkaspell.c
4570         * src/gtk/gtkaspell.h
4571                 Add global and per-folder prefs to set the default
4572                 alternate dictionary.
4573
4574 2006-12-21 [colin]      2.6.1cvs60
4575
4576         * src/folder.c
4577                 Look for folders by path in all folders
4578         * src/html.c
4579                 add &mdash;
4580
4581 2006-12-20 [colin]      2.6.1cvs59
4582
4583         * src/gtk/quicksearch.c
4584                 Make sure in_typing is false when clearing
4585
4586 2006-12-20 [wwp]        2.6.1cvs58
4587
4588         * configure.ac
4589                 change manual's target dir to be LFH-compliant (thanks to Colin).
4590
4591 2006-12-20 [wwp]        2.6.1cvs57
4592
4593         * src/prefs_common.c
4594         * src/prefs_summaries.c
4595                 i18n fix and factorize patch, thanks to Fabien.
4596
4597 2006-12-20 [paul]       2.6.1cvs56
4598
4599         * configure.ac
4600                 last of the renaming (??)
4601         * src/main.c
4602                 correct --help info of --status-full
4603         * src/plugins/bogofilter/bogofilter.c
4604                 make FALSE default of whitelist_ab
4605
4606 2006-12-19 [colin]      2.6.1cvs55
4607
4608         * src/jpilot.c
4609                 Same as before, without depending on
4610                 pisock >= 0.12
4611
4612 2006-12-19 [colin]      2.6.1cvs54
4613
4614         * src/jpilot.c
4615                 Fix bug 1059, 'Better jpilot charset 
4616                 handling'. Use libpisync's charset conversion
4617                 if possible
4618
4619 2006-12-19 [colin]      2.6.1cvs53
4620
4621         * po/fr.po
4622                 Updated by Fabien
4623
4624 2006-12-19 [wwp]        2.6.1cvs52
4625
4626         * src/gtk/about.c
4627                 Add missing #include (thanks to Colin).
4628
4629 2006-12-19 [wwp]        2.6.1cvs51
4630
4631         * src/prefs_receive.c
4632                 Better spacing between widgets in prefs.
4633
4634 2006-12-18 [colin]      2.6.1cvs50
4635
4636         * src/imap.c
4637                 Fix failure to get separator on LIST "" ""
4638                 Try LIST "" "INBOX" too.
4639
4640 2006-12-18 [wwp]        2.6.1cvs49
4641
4642         * src/common/session.c
4643                 Fix a compiler warning (thanks to Fabien).
4644
4645 2006-12-18 [wwp]        2.6.1cvs48
4646
4647         * src/compose.c
4648         * src/prefs_quote.c
4649                 Factorize some strings for translation (it's about error
4650                 messages when applying or checking template/quote format).
4651
4652 2006-12-18 [colin]      2.6.1cvs47
4653
4654         * Makefile.am
4655         * src/common/defs.h
4656         * src/gtk/Makefile.am
4657         * src/gtk/about.c
4658                 Add a Release notes tab from the contents of
4659                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
4660
4661 2006-12-17 [colin]      2.6.1cvs46
4662
4663         * src/mimeview.c
4664         * src/textview.c
4665         * src/gtk/filesel.c
4666                 Correctly convert from/to UTF8/filename encoding
4667                 when loading and saving files. Probably fixes
4668                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
4669                 for a file to attach and is blocked...'
4670
4671 2006-12-17 [colin]      2.6.1cvs45
4672
4673         * src/gtk/logwindow.c
4674                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
4675                 IMAP folder and is blocked on main thread': 
4676                 make sure we put utf8 in the log.
4677
4678 2006-12-16 [colin]      2.6.1cvs44
4679
4680         * src/toolbar.c
4681         * src/toolbar.h
4682                 Fix bug 1055, 'Add the 'cancel receive' 
4683                 in the available events for the toolbar buttons'
4684
4685 2006-12-16 [colin]      2.6.1cvs43
4686
4687         * po/POTFILES.in
4688         * src/imap.c
4689         * src/common/nntp.c
4690         * src/common/session.c
4691                 Log error when SSL handshakes fail. 
4692                 Fixes bug 1082, 'incorrect / imprecise 
4693                 error message when imap server provides 
4694                 ssl only through STARTTLS but SSL is 
4695                 selected'
4696
4697 2006-12-15 [wwp]        2.6.1cvs42
4698
4699         * src/plugins/bogofilter/bogofilter_gtk.c
4700                 set proper sensitivity to widgets I've recently added.
4701
4702 2006-12-15 [colin]      
4703
4704         2.7.0-rc1 released
4705
4706 2006-12-15 [wwp]        2.6.1cvs41
4707
4708         * src/plugins/bogofilter/bogofilter.c
4709         * src/plugins/bogofilter/bogofilter.h
4710         * src/plugins/bogofilter/bogofilter_gtk.c
4711                 bogofilter's whitelist can now use a subset of
4712                 the addressbook (either a book, a subfolder of a book,
4713                 or the whole addressbook by using "Any"). Re-used there
4714                 some pref_matcher widgets and mechanisms to match a subset
4715                 of the addressbook.
4716
4717 2006-12-15 [wwp]        2.6.1cvs40
4718
4719         * src/wizard.c
4720         * src/common/plugin.c
4721         * src/common/plugin.h
4722         * src/gtk/about.c
4723         * src/plugins/bogofilter/bogofilter.c
4724         * src/plugins/clamav/clamav_plugin.c
4725         * src/plugins/demo/demo.c
4726         * src/plugins/dillo_viewer/dillo_viewer.c
4727         * src/plugins/pgpcore/plugin.c
4728         * src/plugins/pgpinline/plugin.c
4729         * src/plugins/pgpmime/plugin.c
4730         * src/plugins/spamassassin/spamassassin.c
4731         * src/plugins/trayicon/trayicon.c
4732                 factorize some translatable strings (plugins-related),
4733                 fix missing punctuation in several places,
4734                 remove useless translatable \n in about.c,
4735                 and factorize plugin init code w/ a new function
4736                 check_plugin_version() in common/plugin.c.
4737                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
4738
4739 2006-12-15 [wwp]        2.6.1cvs39
4740
4741         * src/plugins/bogofilter/bogofilter.c
4742         * src/plugins/bogofilter/bogofilter_gtk.c
4743                 flag whitelisted spams as spam, but don't filter it to the spam
4744                 folder. Thanks to Colin.
4745
4746 2006-12-15 [ticho]      2.6.1cvs38
4747
4748         * src/plugins/bogofilter/bogofilter.c
4749         * src/plugins/bogofilter/bogofilter.h
4750         * src/plugins/bogofilter/bogofilter_gtk.c
4751                 Add option to whitelist senders found in addressbook. Patch by colin.
4752
4753 2006-12-15 [paul]       2.6.1cvs37
4754
4755         * src/folderview.c
4756                 add missing #include "log.h"
4757
4758 2006-12-15 [paul]       2.6.1cvs36
4759
4760         * src/plugins/bogofilter/bogofilter.c
4761         * src/plugins/bogofilter/bogofilter.h
4762         * src/plugins/bogofilter/bogofilter_gtk.c
4763                 Add an option to allow inserting an
4764                 X-Claws-Bogosity header (on MH folders
4765                 only). Patch by Colin
4766
4767 2006-12-14 [colin]      2.6.1cvs35
4768
4769         * src/main.c
4770                 "Yes" should be the default choice for
4771                 migration configuration
4772
4773 2006-12-14 [paul]       2.6.1cvs34
4774
4775         * src/prefs_summaries.c
4776         * manual/advanced.xml
4777                 Unhide mark_as_read_delay
4778
4779 2006-12-14 [paul]       2.6.1cvs33
4780
4781         * src/messageview.c
4782         * src/messageview.h
4783         * src/mimeview.c
4784         * src/mimeview.h
4785         * src/summaryview.c
4786         * src/textview.c
4787         * src/textview.h
4788                 Fix printing of selection
4789                 Fix printing of message parts
4790                 Fix printing of images
4791         * src/gtk/gtksourceprintjob.c
4792                 Fix page count when there are images
4793
4794 2006-12-14 [wwp]        2.6.1cvs32
4795
4796         * src/mainwindow.c
4797         * src/summaryview.c
4798         * src/summaryview.h
4799         * src/gtk/quicksearch.c
4800                 fix quicksearch 'magnify' button status when QS is closed
4801                 using the Escape key, thanks to Colin.
4802
4803 2006-12-14 [wwp]        2.6.1cvs31
4804
4805         * src/mainwindow.c
4806         * src/summaryview.c
4807         * src/summaryview.h
4808         * src/gtk/quicksearch.c
4809                 fix quicksearch 'magnify' button status when QS is closed
4810                 using the Escape key, thanks to Colin.
4811
4812 2006-12-13 [colin]      2.6.1cvs30
4813
4814         * src/ldapquery.c
4815         * src/ldaputil.c
4816                 Use the binary safe version of ldap_get_values,
4817                 to make sure we manipulate null-terminated 
4818                 strings. Maybe fixes bug 1075, 'claws mail 
4819                 segfault when completing ldap adresses'
4820         * src/syldap.c ** REMOVED **
4821         * src/syldap.h ** REMOVED **
4822                 Remove dead files
4823
4824 2006-12-13 [mones]      2.6.1cvs29
4825
4826         * po/es.po
4827                 Fixed piped strings, fixed click translation
4828
4829 2006-12-13 [paul]       2.6.1cvs28
4830
4831         * src/main.c
4832                 don't translate these strings
4833
4834 2006-12-13 [paul]       2.6.1cvs27
4835
4836         * po/en_GB.po
4837                 updated
4838
4839 2006-12-13 [colin]      2.6.1cvs26
4840
4841         * src/main.c
4842         * src/main.h
4843                 Add claws_is_starting()
4844
4845 2006-12-13 [mones]      2.6.1cvs25
4846
4847         * manual/es/advanced.xml
4848         * po/es.po
4849                 Synced manual and updated translation
4850
4851 2006-12-12 [colin]      2.6.1cvs24
4852
4853         * src/wizard.c
4854                 Add an option to use STARTTLS in the
4855                 welcome wizard. Fixes bug 1080, 
4856                 'Using SSL option in wizard for incoming 
4857                 server does not activate SSL with STARTTLS'
4858
4859 2006-12-12 [colin]      2.6.1cvs23
4860
4861         * src/main.c
4862                 Don't exit when there's an incomplete
4863                 mailbox configured - leaves a chance 
4864                 to fix a failing IMAP account. Exit
4865                 if no mailbox at all is loaded (case
4866                 of missing plugin).
4867                 Completes bug 1077's fix (I was wrong
4868                 in this bug's comment #3).
4869
4870 2006-12-12 [colin]      2.6.1cvs22
4871
4872         * src/gtk/menu.h
4873                 Add another menu data type
4874         * src/prefs_account.c
4875                 Complete the completion of bug 1076
4876                 (doesn't lose the pref on apply)
4877
4878 2006-12-12 [paul]       2.6.1cvs21
4879
4880         * src/prefs_account.c
4881                 complete the fix of bug 1076
4882                 also be more verbose with the text
4883
4884 2006-12-12 [paul]       2.6.1cvs20
4885
4886         * src/gtk/combobox.c
4887                 fix compilation warning
4888
4889 2006-12-11 [colin]      2.6.1cvs19
4890
4891         * src/wizard.c
4892                 Document :port in server entry tooltips
4893
4894 2006-12-11 [colin]      2.6.1cvs18
4895
4896         * src/main.c
4897                 Fix compile
4898
4899 2006-12-11 [colin]      2.6.1cvs17
4900
4901         * src/main.c
4902                 Add failing IMAP as a reason for no
4903                 mailbox
4904
4905 2006-12-11 [colin]      2.6.1cvs16
4906
4907         * src/prefs_account.c
4908                 Check for existence of inbox for local
4909                 accounts too
4910         * src/wizard.c
4911                 Allow setting the port to use for servers
4912                 by using the usual "server.example.com:port"
4913                 syntax. Fixes bug 1077, 'sylpheed-claws does 
4914                 not start when IMAP server is unavailable'
4915
4916 2006-12-11 [colin]      2.6.1cvs15
4917
4918         * src/prefs_account.c
4919                 Prevent use of non-existing default inbox
4920
4921 2006-12-11 [colin]      2.6.1cvs14
4922
4923         * src/prefs_account.c
4924                 Fix sensitivity. Fixes bug 1076, 'privacy 
4925                 options are displayed even when pgp plugin 
4926                 not loaded / available'
4927
4928 2006-12-09 [colin]      2.6.1cvs13
4929
4930         * manual/advanced.xml
4931         * src/prefs_common.c
4932         * src/prefs_common.h
4933         * src/common/ssl_certificate.c
4934                 Add a new hidden preference, 'unsafe_ssl_certs',
4935                 which allows to store multiple certificates per
4936                 server/port. This is disabled by default because
4937                 it's less secure (presenting a new certificate
4938                 instead of a changed one raises less alarms).
4939                 This will cause Claws to ask about an unknown
4940                 certificate for people who have used 2.6.1cvs8
4941                 or greater.
4942
4943 2006-12-09 [colin]      2.6.1cvs12
4944
4945         * src/action.c
4946                 Fix cache updating after action
4947
4948 2006-12-07 [wwp]        2.6.1cvs11
4949
4950         * src/compose.c
4951                 fix email address comparison when replying to all
4952                 (avoid replying to ourselves), thanks to Colin.
4953
4954 2006-12-06 [paul]       2.6.1cvs10
4955
4956         * src/addrharvest.c
4957         * src/editldap.c
4958         * src/expldifdlg.c
4959         * src/news.c
4960         * src/toolbar.c
4961         * src/common/utils.c
4962                 ...and more renaming
4963                 Thanks to Colin
4964
4965 2006-12-06 [paul]       2.6.1cvs9
4966
4967         * src/compose.c
4968         * src/messageview.c
4969         * src/procheader.c
4970         * src/procmime.c
4971         * src/procmsg.c
4972         * src/textview.c
4973                 more renaming
4974                 Thanks to Colin
4975
4976 2006-12-06 [colin]      2.6.1cvs8
4977
4978         * src/ssl_manager.c
4979         * src/common/ssl_certificate.c
4980         * src/common/ssl_certificate.h
4981                 Handle multiple certificates per host/port
4982
4983 2006-12-06 [colin]      2.6.1cvs7
4984
4985         * src/etpan/imap-thread.c
4986                 Fix certificate checking on IMAP
4987
4988 2006-12-06 [colin]      2.6.1cvs6
4989
4990         * src/folderview.c
4991                 Fix bug 1072, 'Claws stops fetching newsgroups 
4992                 from server when newsgroup got deleted': continue
4993                 checking other groups
4994
4995 2006-12-05 [wwp]        2.6.1cvs5
4996
4997         * src/message_search.c
4998         * src/summary_search.c
4999         * src/gtk/combobox.c
5000         * src/gtk/combobox.h
5001         * src/gtk/gtkutils.c
5002         * src/gtk/gtkutils.h
5003                 make up and down arrow keys in modern gtk_combo_box_entry widgets
5004                 behave like w/ old comboboxes (summary and message search only).
5005
5006 2006-12-05 [paul]       2.6.1cvs4
5007
5008         * src/wizard.c
5009                 encode headers
5010                 Thanks to Colin
5011
5012 2006-12-05 [paul]       2.6.1cvs3
5013
5014         * tools/README
5015         * tools/textviewer.pl
5016                 script updated and description added
5017
5018 2006-12-04 [colin]      2.6.1cvs2
5019
5020         * src/compose.c
5021                 Run pre-send hook only when checking
5022                 everything
5023
5024 2006-12-04 [paul]       2.6.1cvs1
5025
5026         * NEWS
5027         * README
5028         * RELEASE_NOTES
5029         * configure.ac
5030         * tools/README
5031                 bump up version number following stable release
5032
5033 2006-12-04 [paul]       2.6.0cvs83
5034
5035         * README
5036                 updates and corrections
5037
5038 2006-12-04 [colin]      2.6.0cvs82
5039
5040         * src/common/utils.c
5041                 Probably fix bug 1066, 'Incorrect mailbox 
5042                 size displayed'
5043
5044 2006-12-04 [colin]      2.6.0cvs81
5045
5046         * src/common/utils.c
5047                 Trim tabs from mailcap file too.
5048
5049 2006-12-02 [paul]       2.6.0cvs80
5050
5051         * src/exphtmldlg.c
5052                 fix broken GUI under certain languages
5053         * src/expldifdlg.c
5054                 put the Cancel button to the right
5055
5056 2006-12-01 [paul]       2.6.0cvs79
5057
5058         * tools/Makefile.am
5059                 remove reference to removed file
5060
5061 2006-12-01 [wwp]        2.6.0cvs78
5062
5063         * src/addressbook.c
5064         * src/editaddress.c
5065                 remove forgotten debug statements.
5066
5067 2006-12-01 [wwp]        2.6.0cvs77
5068
5069         * manual/advanced.xml
5070         * manual/fr/advanced.xml
5071         * src/addressbook.c
5072         * src/addressbook.h
5073         * src/addressitem.h
5074         * src/editaddress.c
5075         * src/editaddress.h
5076         * src/prefs_common.c
5077         * src/prefs_common.h
5078         * src/gtk/gtkutils.c
5079         * src/gtk/gtkutils.h
5080                 add a hidden option to allow embedding the editaddress (edit contact details)
5081                 dialog into the addressbook's window. This doesn't change the default
5082                 behaviour.
5083
5084 2006-12-01 [wwp]        2.6.0cvs76
5085
5086         * src/message_search.c
5087         * src/summary_search.c
5088                 fix more focus issues (don't set focus to combobox's entry widget when
5089                 entry's value changed, if entry widget has focus already).
5090
5091 2006-12-01 [wwp]        2.6.0cvs75
5092
5093         * src/gtk/quicksearch.c
5094                 revert last changes to the quicksearch gtk_combo_box, this needs more
5095                 tuning and testing.
5096
5097 2006-12-01 [paul]       2.6.0cvs74
5098
5099         * tools/kdeservicemenu/README
5100         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
5101         * tools/kdeservicemenu/install.sh
5102         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
5103         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
5104                 simplify this stuff, and in so doing,
5105                 fix it. (possibly re-extend it again at
5106                 a later date)
5107
5108 2006-12-01 [wwp]        2.6.0cvs73
5109
5110         * src/gtk/quicksearch.c
5111                 adapt quicksearch code to use modern gtk_combo_box'es.
5112
5113 2006-12-01 [wwp]        2.6.0cvs72
5114
5115         * src/common/defs.h
5116         * src/prefs_common.c
5117         * src/prefs_common.h
5118         * src/message_search.c
5119         * src/summary_search.c
5120         * src/gtk/combobox.c
5121         * src/gtk/combobox.h
5122                 add history combos to all message and summary search fields.
5123
5124 2006-12-01 [wwp]        2.6.0cvs71
5125
5126         * src/summaryview.c
5127                 As the list may change while the mark as read delay
5128                 runs, we can't rely on the 'row' pointer, which can
5129                 be invalid when the timeout is called. As the mark
5130                 as read is only done if the message is still selected,
5131                 use summaryview->selected instead. Thanks to Colin.
5132
5133 2006-11-30 [paul]       2.6.0cvs70
5134
5135         * src/textview.c
5136                 give emphasis to "Sylpheed-Claws"
5137                 as well as "Claws Mail"
5138
5139 2006-11-30 [colin]      2.6.0cvs69
5140
5141         * src/wizard.c
5142                 Put the SSL checkboxes in the receiving
5143                 and sending server pages.
5144
5145 2006-11-29 [colin]      2.6.0cvs68
5146
5147         * src/gtk/gtkutils.c
5148         * src/gtk/gtkvscrollbutton.c
5149                 Revert some deprecated fixes - they seem to
5150                 deprecate stuff as soon as a new one gets out.
5151                 g_object_ref_sink needed glib-2.10.
5152
5153 2006-11-29 [colin]      2.6.0cvs67
5154
5155         * src/common/utils.c
5156                 Create .mailcap if it doesn't exist
5157
5158 2006-11-29 [colin]      2.6.0cvs66
5159
5160         * src/compose.c
5161                 Followup to cvs60: use original list
5162                 of recipients if replying to a mail
5163                 in Sent Drafts or Queue.
5164
5165 2006-11-27 [paul]       2.6.0cvs65
5166
5167         * src/image_viewer.c
5168                 revert the last change for now (it's broken)
5169
5170 2006-11-27 [paul]       2.6.0cvs64
5171
5172         * Makefile.am
5173         * configure.ac
5174         * m4/aclocal-include.m4
5175         * m4/check-type.m4
5176         * src/Makefile.am
5177         * src/addr_compl.c
5178         * src/compose.c
5179         * src/crash.c
5180         * src/export.c
5181         * src/exporthtml.c
5182         * src/exportldif.c
5183         * src/imap.c
5184         * src/import.c
5185         * src/main.c
5186         * src/main.h
5187         * src/matcher.c
5188         * src/mimeview.c
5189         * src/procmsg.c
5190         * src/textview.c
5191         * src/common/Makefile.am
5192         * src/common/claws.c
5193         * src/common/claws.h
5194         * src/common/ssl.c
5195         * src/common/sylpheed.c
5196         * src/common/sylpheed.h
5197         * src/etpan/Makefile.am
5198         * src/gtk/Makefile.am
5199         * src/gtk/claws-marshal.list
5200         * src/gtk/filesel.c
5201         * src/gtk/gtksctree.c
5202         * src/gtk/quicksearch.c
5203         * src/gtk/sylpheed-marshal.list
5204         * src/plugins/bogofilter/bogofilter.c
5205         * src/plugins/bogofilter/bogofilter_gtk.c
5206         * src/plugins/clamav/clamav_plugin.c
5207         * src/plugins/clamav/clamav_plugin_gtk.c
5208         * src/plugins/demo/demo.c
5209         * src/plugins/dillo_viewer/dillo_viewer.c
5210         * src/plugins/pgpcore/Makefile.am
5211         * src/plugins/pgpcore/claws.def
5212         * src/plugins/pgpcore/pgp_viewer.c
5213         * src/plugins/pgpcore/plugin.c
5214         * src/plugins/pgpcore/sylpheed.def
5215         * src/plugins/pgpinline/Makefile.am
5216         * src/plugins/pgpinline/claws.def
5217         * src/plugins/pgpinline/plugin.c
5218         * src/plugins/pgpinline/sylpheed.def
5219         * src/plugins/pgpmime/Makefile.am
5220         * src/plugins/pgpmime/claws.def
5221         * src/plugins/pgpmime/plugin.c
5222         * src/plugins/pgpmime/sylpheed.def
5223         * src/plugins/spamassassin/spamassassin.c
5224         * src/plugins/spamassassin/spamassassin_gtk.c
5225         * src/plugins/trayicon/trayicon.c
5226                 yet more renaming
5227                 remove deprecated gtk_tooltips_set_delay()
5228
5229 2006-11-26 [paul]       2.6.0cvs63
5230
5231         * src/expldifdlg.c
5232         * src/folderview.c
5233         * src/image_viewer.c
5234         * src/mainwindow.c
5235         * src/gtk/gtkutils.c
5236         * src/gtk/gtkvscrollbutton.c
5237         * src/gtk/prefswindow.c
5238         * src/plugins/pgpcore/prefs_gpg.c
5239                 replace more deprecated GTK+ functions
5240
5241 2006-11-26 [paul]       2.6.0cvs62
5242
5243         * src/addr_compl.c
5244         * src/addressbook.c
5245         * src/browseldap.c
5246                 replace deprecated gtk_idle_... functions
5247
5248 2006-11-26 [paul]       2.6.0cvs61
5249
5250         * src/compose.c
5251         * src/folderview.c
5252         * src/inc.c
5253         * src/summaryview.c
5254         * src/gtk/gtkvscrollbutton.c
5255         * src/gtk/quicksearch.c
5256         * src/plugins/pgpcore/passphrase.c
5257                 replace deprecated gtk_timeout_add and
5258                 gtk_timeout_remove
5259
5260 2006-11-26 [paul]       2.6.0cvs60
5261
5262         * src/compose.c
5263                 fix bug that caused the wrong recipient
5264                 to be selected when replying to a msg
5265                 which is From one of our accounts to
5266                 another of our accounts
5267
5268 2006-11-25 [paul]       2.6.0cvs59
5269
5270         * src/summaryview.c
5271                 don't change the From column title to
5272                 To if the To column is visible
5273
5274 2006-11-24 [paul]       2.6.0cvs58
5275
5276         * src/compose.c
5277                 fix bug 1069, 'Sent mails disappear, BCC
5278                 or locking problem?'
5279
5280 2006-11-21 [wwp]        2.6.0cvs57
5281
5282         * src/compose.c
5283                 fix spelling menu when replying (same as 2.3.1cvs39):
5284                 discrepancy between context menu and top menu when
5285                 folder's dictionary isn't the default one.
5286
5287 2006-11-19 [paul]       2.6.0cvs56
5288
5289         * src/summaryview.c
5290                 obey always_show_msg option when
5291                 marking as spam
5292         * src/plugins/bogofilter/bogofilter.c
5293                 fix typo
5294
5295 2006-11-18 [paul]       2.6.0cvs55
5296
5297         * AUTHORS
5298         * README
5299         * debian/copyright
5300         * manual/ack.xml
5301         * manual/es/ack.xml
5302         * manual/fr/ack.xml
5303         * manual/pl/ack.xml
5304         * src/gtk/authors.h
5305         * src/gtk/icon_legend.c
5306         * src/gtk/icon_legend.h
5307         * tools/OOo2claws-mail.pl
5308         * tools/README
5309         * tools/acroread2claws-mail.pl
5310         * tools/claws.i18n.status.pl
5311         * tools/filter_conv.pl
5312         * tools/filter_conv_new.pl
5313         * tools/freshmeat_search.pl
5314         * tools/google_search.pl
5315         * tools/kmail2claws-mail.pl
5316         * tools/kmail2claws-mail_v2.pl
5317         * tools/maildir2claws-mail.pl
5318         * tools/make.themes.project
5319         * tools/multiwebsearch.pl
5320         * tools/outlook2claws-mail.pl
5321         * tools/tb2claws-mail
5322         * tools/kdeservicemenu/README
5323         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
5324                 update mine and wwp's email addresses in
5325                 several places
5326                 Patch by wwp
5327         * src/prefs_compose_writing.c
5328                 set sensitivity on 'new message format' frame
5329
5330 2006-11-17 [paul]       2.6.0cvs54
5331
5332         * src/gtk/about.c
5333                 more reworking of the GUI
5334                 Patch by Fabien Vantard
5335
5336 2006-11-16 [paul]       2.6.0cvs53
5337
5338         * src/gtk/about.c
5339                 set a minimum size for the window, allow
5340                 it to automatically expand as necessary
5341
5342 2006-11-16 [wwp]        2.6.0cvs52
5343
5344         * src/gtk/about.c
5345                 better wrap of copyright info on some systems.
5346
5347 2006-11-16 [paul]       2.6.0cvs51
5348
5349         * src/gtk/about.c
5350                 move the tech info from the upper panel
5351                 to the Info tab
5352                 use a gtk_text_view for the features tab
5353
5354 2006-11-16 [paul]       2.6.0cvs50
5355
5356         * po/Makevars
5357                 update my email address
5358         * src/addressbook.c
5359         * src/compose.c
5360         * src/imap_gtk.c
5361         * src/mh_gtk.c
5362         * src/news_gtk.c
5363         * src/summaryview.c
5364         * src/plugins/trayicon/trayicon.c
5365                 don't offer simple menu separators
5366                 for translation
5367         * src/folderview.c
5368                 add separator between 'mark all read'
5369                 and 'search folder'
5370
5371 2006-11-15 [wwp]        2.6.0cvs49
5372
5373         * src/gtk/authors.h
5374                 updated manuals authors.
5375
5376 2006-11-14 [paul]       2.6.0cvs48
5377
5378         * src/compose.c
5379                 Fix Options/Reply mode after draft save
5380
5381 2006-11-14 [paul]       2.6.0cvs47
5382
5383         * src/Makefile.am
5384                 Fix make DESTDIR=...
5385         * src/mbox.c
5386                 Optimise speed
5387         * src/plugins/pgpinline/pgpinline.c
5388                 Probably fix bug 1061
5389
5390 2006-11-14 [paul]       2.6.0cvs46
5391
5392         * po/Makevars
5393                 enable Q_ macro
5394         * src/Makefile.am
5395         * src/stock_pixmap.c
5396         * src/stock_pixmap.h
5397         * src/gtk/about.c
5398         * src/pixmaps/active.xpm
5399         * src/pixmaps/inactive.xpm
5400                 add a new page, 'Features', to the About dialog
5401                 showing which features are compiled in and which
5402                 are not
5403
5404 2006-11-14 [paul]       2.6.0cvs45
5405
5406         * po/ru.po
5407                 updated by Pavlo Bohmat
5408
5409 2006-11-14 [colin]      2.6.0cvs44
5410
5411         * src/compose.c
5412         * src/inc.c
5413         * src/messageview.c
5414         * src/news.c
5415         * src/pop.c
5416         * src/procmsg.c
5417         * src/gtk/gtkaspell.c
5418                 Fix 64-bit-related warnings
5419         * src/ssl_manager.c
5420                 Fix possible infinite loop
5421         * src/plugins/pgpcore/sgpgme.c
5422                 Remove useless check
5423
5424 2006-11-13 [colin]      2.6.0cvs43
5425
5426         * src/gtk/Makefile.am
5427                 authors.h isn't generated
5428
5429 2006-11-13 [colin]      2.6.0cvs42
5430
5431         * src/plugins/pgpinline/pgpinline.c
5432         * src/plugins/pgpmime/pgpmime.c
5433                 Very probably fix bug 1061, 'crash on 
5434                 opening signed email'. Another cast
5435                 problem
5436
5437 2006-11-13 [colin]      2.6.0cvs41
5438
5439         * src/plugins/pgpcore/sgpgme.c
5440                 Maybe fix bug 1061, 'crash on opening 
5441                 signed email'
5442
5443 2006-11-13 [wwp]        2.6.0cvs40
5444
5445         * src/plugins/pgpinline/pgpinline.c
5446                 fix candidate for bug #1057, thanks to Colin.
5447
5448 2006-11-13 [wwp]        2.6.0cvs39
5449
5450         * src/compose.c
5451         * src/quote_fmt_parse.y
5452                 fix bug 1052: current parser buffer was not always 
5453                 allocated, ptr to this buffer could be returned as 
5454                 NULL whereas no parser error has occurred. in 
5455                 consequence, defining a template body as "%d" 
5456                 (w/o the quotes) for the first time of the instance 
5457                 of claws-mail, was reporting a parser error. make 
5458                 sure that the buffer is always allocated, even to 
5459                 an empty string.
5460                 fix mis-unescaping in compose.:compose_quote_fmt(): 
5461                 unescaping of the fmt string was always done 
5462                 whereas it must be done *only* when receiving 
5463                 quote format strings issued from the prefs 
5464                 (compose new message, reply, forward, redirect 
5465                 formats), *not* when applying templates.  in 
5466                 consequences, applying templates w/ sequences 
5467                 like \\|p{echo} were failing. make sure that 
5468                 unescaping is done only when necessary.
5469
5470 2006-11-12 [colin]      2.6.0cvs38
5471
5472         * po/de.po
5473                 Fix typo (s/KB/MB)
5474
5475 2006-11-12 [colin]      2.6.0cvs37
5476
5477         * src/plugins/pgpinline/pgpinline.c
5478         * src/plugins/pgpmime/pgpmime.c
5479                 Release GPG context at the latest 
5480                 possible moment. Maybe fixes 
5481                 bug 1057, 'crash on sending signed 
5482                 message to a newsgroup'
5483                 
5484
5485 2006-11-12 [colin]      2.6.0cvs36
5486
5487         * src/plugins/pgpcore/sgpgme.c
5488                 Tell a bit more when gpg's status doesn't
5489                 contain any signature
5490
5491 2006-11-12 [colin]      2.6.0cvs35
5492
5493         * src/compose.c
5494                 Fix bug 1060, 'compilation error with 
5495                 Irix's cc'
5496
5497 2006-11-12 [paul]       2.6.0cvs34
5498
5499         * doc/man/claws-mail.1
5500         * src/prefs_gtk.c
5501         * src/plugins/clamav/README
5502         * src/plugins/spamassassin/README
5503         * tools/README
5504         * tools/freshmeat_search.pl
5505         * tools/google_search.pl
5506         * tools/multiwebsearch.pl
5507                 more renaming
5508         * src/plugins/trayicon/trayicon.c
5509                 fix compiliation warning
5510
5511 2006-11-11 [colin]      2.6.0cvs33
5512
5513         * src/folderview.c
5514                 Forbid drag and drop from/to different
5515                 folders of type F_UNKNOWN
5516
5517 2006-11-11 [colin]      2.6.0cvs32
5518
5519         * src/plugins/pgpinline/pgpinline.c
5520                 Fix typo in previous commit:
5521                 - gpgme_new(&ctx);
5522                 + if ((err = gpgme_new(&data->ctx)) ...)
5523
5524 2006-11-11 [colin]      2.6.0cvs31
5525
5526         * src/plugins/pgpinline/pgpinline.c
5527         * src/plugins/pgpmime/pgpmime.c
5528                 Check success after calling gpgme_new
5529                 Maybe fixes bug 1057, 'crash on sending 
5530                 signed message to a newsgroup'
5531
5532 2006-11-11 [colin]      2.6.0cvs30
5533
5534         * src/undo.c
5535                 init undostruct to 0s (from
5536                 valgrind log of bug 1057)
5537
5538 2006-11-10 [colin]      2.6.0cvs29
5539
5540         * src/mainwindow.c
5541                 Set cursor to wait before filtering
5542                 duplicates in all folders
5543         * src/plugins/bogofilter/bogofilter.c
5544         * src/plugins/bogofilter/bogofilter.h
5545         * src/plugins/bogofilter/bogofilter_gtk.c
5546                 Completely thread away the bogofilter
5547                 filtering
5548
5549 2006-11-10 [mones]      2.6.0cvs28
5550
5551         * src/compose.c
5552         * src/compose.h
5553                 added COMPOSE_CHECK_BEFORE_SEND hook
5554
5555 2006-11-10 [paul]       2.6.0cvs27
5556
5557         * src/crash.c
5558                 more renaming
5559                 add libSM to get_compiled_in_features()
5560         * src/main.c
5561                 more renaming
5562
5563 2006-11-10 [colin]      2.6.0cvs26
5564
5565         * src/etpan/imap-thread.c
5566                 Add a reference to libetpan's sasl engine
5567                 so that sasl_done() doesn't get called by
5568                 libetpan, and doesn't break openssl.
5569                 Should fix bug 1053, 'SC fails to reestablish 
5570                 a secure connection'
5571                 Patch by Hoa
5572
5573 2006-11-10 [colin]      2.6.0cvs25
5574
5575         * manual/addrbook.xml
5576         * manual/advanced.xml
5577         * manual/faq.xml
5578         * manual/intro.xml
5579                 Some more renaming
5580
5581 2006-11-09 [colin]      2.6.0cvs24
5582
5583         * src/plugins/bogofilter/bogofilter_gtk.c
5584                 Add comment about annoyance
5585
5586 2006-11-09 [colin]      2.6.0cvs23
5587
5588         * src/plugins/bogofilter/bogofilter.c
5589         * src/plugins/bogofilter/bogofilter_gtk.c
5590                 Prepare things needed to thread bogofilter
5591                 filtering: separate bogo stuff and possible GUI
5592                 stuff. 
5593
5594 2006-11-09 [colin]      2.6.0cvs22
5595
5596         * src/account.c
5597         * src/compose.c
5598                 Search for one of our accounts in Delivered-To
5599                 (helps for auto-account selection when 
5600                  replying/forwarding)
5601         * src/folderview.c
5602         * src/mainwindow.c
5603         * src/mainwindow.h
5604         * src/plugins/trayicon/trayicon.c
5605                 Allow opening a new mail with any account from
5606                 the contextual menu
5607
5608 2006-11-09 [wwp]        2.6.0cvs21
5609
5610         * src/compose.c
5611         * src/prefs_common.c
5612         * src/prefs_common.h
5613         * src/prefs_compose_writing.c
5614                 add a compose new message format (in prefs/compose/writing), it's a
5615                 simple subject+body template to use when opening a new composition
5616                 window. It's similar to the existent reply and forward formats.
5617
5618                 enhanced the template/format % symbols substitution mechanism to
5619                 use current composition window information when % are used in
5620                 the compose new message format or in templates applied to new
5621                 messages (there were useless in that situations before). When
5622                 applied to new messages, %d corresponds to the system time/date.
5623
5624 2006-11-09 [paul]       2.6.0cvs20
5625
5626         * src/gtk/authors.h
5627                 fix last commit
5628
5629 2006-11-09 [paul]       2.6.0cvs19
5630
5631         * src/gtk/authors.h
5632                 keep tje alphabetical order
5633
5634 2006-11-08 [colin]      2.6.0cvs18
5635
5636         * src/etpan/imap-thread.c
5637                 Fix bug 1054, 'Slowness logging big 
5638                 data chunks'
5639
5640 2006-11-08 [paul]       2.6.0cvs17
5641
5642         * tools/Makefile.am
5643                 fix the renaming
5644
5645 2006-11-08 [paul]       2.6.0cvs16
5646
5647         * src/common/defs.h
5648                 update BUGZILLA_URI
5649
5650 2006-11-08 [paul]       2.6.0cvs15
5651
5652         * tools/Makefile.am
5653         * tools/OOo2claws-mail.pl
5654         * tools/OOo2sylpheed.pl
5655         * tools/README
5656         * tools/acroread2claws-mail.pl
5657         * tools/acroread2sylpheed.pl
5658         * tools/kmail2claws-mail.pl
5659         * tools/kmail2claws-mail_v2.pl
5660         * tools/kmail2sylpheed.pl
5661         * tools/kmail2sylpheed_v2.pl
5662         * tools/maildir2claws-mail.pl
5663         * tools/maildir2sylpheed.pl
5664         * tools/nautilus2claws-mail.sh
5665         * tools/nautilus2sylpheed.sh
5666         * tools/outlook2claws-mail.pl
5667         * tools/outlook2sylpheed.pl
5668         * tools/tb2claws-mail
5669         * tools/tb2sylpheed
5670         * tools/tbird2claws.py
5671         * tools/tbird2syl.py
5672         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
5673         * tools/kdeservicemenu/install.sh
5674         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
5675         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
5676         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
5677         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
5678         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
5679                 renamed (removed, added) tools files
5680
5681 2006-11-08 [paul]       2.6.0cvs14
5682
5683         * src/main.c
5684         * src/common/defs.h
5685                 Migrate sylpheedrc to clawsrc, and fix the standard
5686                 plugins path in the process
5687
5688 2006-11-07 [colin]      2.6.0cvs13
5689
5690         * src/Makefile.am
5691                 Symlink sylpheed-claws relative to 
5692                 claws-mail
5693
5694 2006-11-07 [colin]      2.6.0cvs12
5695
5696         * src/compose.c
5697                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
5698
5699 2006-11-07 [paul]       2.6.0cvs11
5700
5701         * src/gtk/about.c
5702                 Fix a missed occurence of
5703                 Sylpheed-Claws
5704
5705 2006-11-07 [paul]       2.6.0cvs10
5706
5707         * src/Makefile.am
5708                 Fix symlink installation
5709
5710 2006-11-07 [paul]       2.6.0cvs9
5711
5712         * src/Makefile.am
5713                 Symlink claws-mail to sylpheed-claws
5714         * src/common/utils.c
5715                 Fix migrating symlinks
5716         * src/etpan/imap-thread.c
5717                 check certificate only when there's
5718                 no error
5719
5720 2006-11-07 [paul]       2.6.0cvs8
5721
5722         * Makefile.am
5723                 Fix icon breakages with Gtk, which needs a 
5724                 cache updated to see them.
5725
5726 2006-11-07 [paul]       2.6.0cvs7
5727
5728         * .cvsignore
5729         * AUTHORS
5730         * COPYING
5731         * INSTALL
5732         * Makefile.am
5733         * NEWS
5734         * README
5735         * RELEASE_NOTES
5736         * autogen.sh
5737         * claws-mail-128x128.png
5738         * claws-mail-64x64.png
5739         * claws-mail.ico
5740         * claws-mail.pc.in
5741         * claws-mail.png
5742         * configure.ac
5743         * sylpheed-claws-128x128.png
5744         * sylpheed-claws-64x64.png
5745         * sylpheed-claws.desktop
5746         * sylpheed-claws.ico
5747         * sylpheed-claws.pc.in
5748         * sylpheed-claws.png
5749         * debian/README.Debian
5750         * debian/changelog
5751         * debian/claws-mail.desktop
5752         * debian/claws-mail.menu
5753         * debian/claws-mail.postinst.debhelper
5754         * debian/claws-mail.postrm.debhelper
5755         * debian/control
5756         * debian/copyright
5757         * debian/files
5758         * debian/rules
5759         * debian/sylpheed-claws.desktop
5760         * debian/sylpheed-claws.menu
5761         * debian/sylpheed-claws.postinst.debhelper
5762         * debian/sylpheed-claws.postrm.debhelper
5763         * doc/man/Makefile.am
5764         * doc/man/claws-mail.1
5765         * doc/man/sylpheed-claws.1
5766         * doc/src/ChangeLog.claws-pre0.8.0
5767         * manual/Makefile.am
5768         * manual/account.xml
5769         * manual/ack.xml
5770         * manual/addrbook.xml
5771         * manual/advanced.xml
5772         * manual/claws-mail-manual.xml
5773         * manual/faq.xml
5774         * manual/glossary.xml
5775         * manual/handling.xml
5776         * manual/intro.xml
5777         * manual/keyboard.xml
5778         * manual/plugins.xml
5779         * manual/starting.xml
5780         * manual/sylpheed-claws-manual.xml
5781         * manual/xml2pdf
5782         * manual/dist/.cvsignore
5783         * manual/dist/html/.cvsignore
5784         * manual/dist/html/Makefile.am
5785         * manual/dist/pdf/.cvsignore
5786         * manual/dist/pdf/Makefile.am
5787         * manual/dist/ps/.cvsignore
5788         * manual/dist/ps/Makefile.am
5789         * manual/dist/txt/.cvsignore
5790         * manual/dist/txt/Makefile.am
5791         * manual/es/Makefile.am
5792         * manual/es/advanced.xml
5793         * manual/es/claws-mail-manual.xml
5794         * manual/es/faq.xml
5795         * manual/es/glossary.xml
5796         * manual/es/handling.xml
5797         * manual/es/intro.xml
5798         * manual/es/plugins.xml
5799         * manual/es/sylpheed-claws-manual.xml
5800         * manual/es/dist/.cvsignore
5801         * manual/es/dist/html/.cvsignore
5802         * manual/es/dist/html/Makefile.am
5803         * manual/es/dist/pdf/.cvsignore
5804         * manual/es/dist/pdf/Makefile.am
5805         * manual/es/dist/ps/.cvsignore
5806         * manual/es/dist/ps/Makefile.am
5807         * manual/es/dist/txt/.cvsignore
5808         * manual/es/dist/txt/Makefile.am
5809         * manual/fr/Makefile.am
5810         * manual/fr/account.xml
5811         * manual/fr/ack.xml
5812         * manual/fr/addrbook.xml
5813         * manual/fr/advanced.xml
5814         * manual/fr/claws-mail-manual.xml
5815         * manual/fr/faq.xml
5816         * manual/fr/glossary.xml
5817         * manual/fr/handling.xml
5818         * manual/fr/intro.xml
5819         * manual/fr/keyboard.xml
5820         * manual/fr/plugins.xml
5821         * manual/fr/starting.xml
5822         * manual/fr/sylpheed-claws-manual.xml
5823         * manual/fr/dist/.cvsignore
5824         * manual/fr/dist/html/.cvsignore
5825         * manual/fr/dist/html/Makefile.am
5826         * manual/fr/dist/pdf/.cvsignore
5827         * manual/fr/dist/pdf/Makefile.am
5828         * manual/fr/dist/ps/.cvsignore
5829         * manual/fr/dist/ps/Makefile.am
5830         * manual/fr/dist/txt/.cvsignore
5831         * manual/fr/dist/txt/Makefile.am
5832         * manual/pl/Makefile.am
5833         * manual/pl/account.xml
5834         * manual/pl/ack.xml
5835         * manual/pl/addrbook.xml
5836         * manual/pl/advanced.xml
5837         * manual/pl/claws-mail-manual.xml
5838         * manual/pl/faq.xml
5839         * manual/pl/glossary.xml
5840         * manual/pl/handling.xml
5841         * manual/pl/intro.xml
5842         * manual/pl/keyboard.xml
5843         * manual/pl/plugins.xml
5844         * manual/pl/starting.xml
5845         * manual/pl/sylpheed-claws-manual.xml
5846         * manual/pl/dist/.cvsignore
5847         * manual/pl/dist/html/.cvsignore
5848         * manual/pl/dist/html/Makefile.am
5849         * manual/pl/dist/pdf/.cvsignore
5850         * manual/pl/dist/pdf/Makefile.am
5851         * manual/pl/dist/ps/.cvsignore
5852         * manual/pl/dist/ps/Makefile.am
5853         * manual/pl/dist/txt/.cvsignore
5854         * manual/pl/dist/txt/Makefile.am
5855         * po/.cvsignore
5856         * po/Makevars
5857         * src/.cvsignore
5858         * src/Makefile.am
5859         * src/account.c
5860         * src/account.h
5861         * src/action.c
5862         * src/action.h
5863         * src/adbookbase.h
5864         * src/addr_compl.c
5865         * src/addr_compl.h
5866         * src/addrbook.c
5867         * src/addrcache.c
5868         * src/addrcache.h
5869         * src/addrcindex.c
5870         * src/addrcindex.h
5871         * src/addrclip.c
5872         * src/addrclip.h
5873         * src/addrdefs.h
5874         * src/addressadd.c
5875         * src/addressadd.h
5876         * src/addressbook.c
5877         * src/addressbook.h
5878         * src/addressbook_foldersel.c
5879         * src/addressbook_foldersel.h
5880         * src/addrgather.c
5881         * src/addrgather.h
5882         * src/addrharvest.c
5883         * src/addrharvest.h
5884         * src/addrindex.c
5885         * src/addrindex.h
5886         * src/addritem.c
5887         * src/addritem.h
5888         * src/addrquery.c
5889         * src/addrquery.h
5890         * src/addrselect.c
5891         * src/addrselect.h
5892         * src/alertpanel.c
5893         * src/alertpanel.h
5894         * src/browseldap.c
5895         * src/browseldap.h
5896         * src/codeconv.c
5897         * src/codeconv.h
5898         * src/compose.c
5899         * src/crash.c
5900         * src/crash.h
5901         * src/customheader.c
5902         * src/customheader.h
5903         * src/displayheader.c
5904         * src/displayheader.h
5905         * src/editaddress.c
5906         * src/editaddress.h
5907         * src/editbook.c
5908         * src/editbook.h
5909         * src/editgroup.c
5910         * src/editgroup.h
5911         * src/editjpilot.c
5912         * src/editjpilot.h
5913         * src/editldap.c
5914         * src/editldap.h
5915         * src/editldap_basedn.c
5916         * src/editldap_basedn.h
5917         * src/editvcard.c
5918         * src/editvcard.h
5919         * src/exphtmldlg.c
5920         * src/exphtmldlg.h
5921         * src/expldifdlg.c
5922         * src/expldifdlg.h
5923         * src/export.c
5924         * src/exporthtml.c
5925         * src/exporthtml.h
5926         * src/exportldif.c
5927         * src/exportldif.h
5928         * src/filtering.c
5929         * src/filtering.h
5930         * src/folder.c
5931         * src/folder.h
5932         * src/folder_item_prefs.c
5933         * src/folder_item_prefs.h
5934         * src/foldersel.c
5935         * src/foldersel.h
5936         * src/folderutils.c
5937         * src/folderutils.h
5938         * src/folderview.c
5939         * src/folderview.h
5940         * src/grouplistdialog.c
5941         * src/grouplistdialog.h
5942         * src/html.c
5943         * src/html.h
5944         * src/image_viewer.c
5945         * src/image_viewer.h
5946         * src/imap.c
5947         * src/imap.h
5948         * src/imap_gtk.c
5949         * src/imap_gtk.h
5950         * src/import.c
5951         * src/import.h
5952         * src/importldif.c
5953         * src/importldif.h
5954         * src/importmutt.c
5955         * src/importmutt.h
5956         * src/importpine.c
5957         * src/importpine.h
5958         * src/inc.c
5959         * src/inc.h
5960         * src/jpilot.c
5961         * src/jpilot.h
5962         * src/ldapctrl.c
5963         * src/ldapctrl.h
5964         * src/ldaplocate.c
5965         * src/ldaplocate.h
5966         * src/ldapquery.c
5967         * src/ldapquery.h
5968         * src/ldapserver.c
5969         * src/ldapserver.h
5970         * src/ldaputil.c
5971         * src/ldaputil.h
5972         * src/ldif.c
5973         * src/ldif.h
5974         * src/localfolder.c
5975         * src/localfolder.h
5976         * src/main.c
5977         * src/main.h
5978         * src/mainwindow.c
5979         * src/mainwindow.h
5980         * src/manual.c
5981         * src/manual.h
5982         * src/matcher.c
5983         * src/matcher.h
5984         * src/matcher_parser.h
5985         * src/matcher_parser_lex.l
5986         * src/matcher_parser_parse.y
5987         * src/mbox.c
5988         * src/mbox.h
5989         * src/message_search.c
5990         * src/message_search.h
5991         * src/messageview.c
5992         * src/messageview.h
5993         * src/mh.c
5994         * src/mh.h
5995         * src/mh_gtk.c
5996         * src/mh_gtk.h
5997         * src/mimeview.c
5998         * src/mimeview.h
5999         * src/msgcache.c
6000         * src/msgcache.h
6001         * src/mutt.c
6002         * src/mutt.h
6003         * src/news.c
6004         * src/news.h
6005         * src/news_gtk.c
6006         * src/news_gtk.h
6007         * src/noticeview.c
6008         * src/noticeview.h
6009         * src/partial_download.c
6010         * src/partial_download.h
6011         * src/pine.c
6012         * src/pine.h
6013         * src/pop.c
6014         * src/pop.h
6015         * src/prefs_account.c
6016         * src/prefs_account.h
6017         * src/prefs_actions.c
6018         * src/prefs_actions.h
6019         * src/prefs_common.c
6020         * src/prefs_common.h
6021         * src/prefs_compose_writing.c
6022         * src/prefs_compose_writing.h
6023         * src/prefs_customheader.c
6024         * src/prefs_customheader.h
6025         * src/prefs_display_header.c
6026         * src/prefs_display_header.h
6027         * src/prefs_ext_prog.c
6028         * src/prefs_ext_prog.h
6029         * src/prefs_filtering.c
6030         * src/prefs_folder_column.c
6031         * src/prefs_folder_column.h
6032         * src/prefs_folder_item.c
6033         * src/prefs_folder_item.h
6034         * src/prefs_fonts.c
6035         * src/prefs_fonts.h
6036         * src/prefs_gtk.c
6037         * src/prefs_gtk.h
6038         * src/prefs_image_viewer.c
6039         * src/prefs_image_viewer.h
6040         * src/prefs_matcher.c
6041         * src/prefs_matcher.h
6042         * src/prefs_message.c
6043         * src/prefs_message.h
6044         * src/prefs_msg_colors.c
6045         * src/prefs_msg_colors.h
6046         * src/prefs_other.c
6047         * src/prefs_other.h
6048         * src/prefs_quote.c
6049         * src/prefs_quote.h
6050         * src/prefs_receive.c
6051         * src/prefs_receive.h
6052         * src/prefs_send.c
6053         * src/prefs_send.h
6054         * src/prefs_spelling.c
6055         * src/prefs_spelling.h
6056         * src/prefs_summaries.c
6057         * src/prefs_summaries.h
6058         * src/prefs_summary_column.c
6059         * src/prefs_summary_column.h
6060         * src/prefs_template.c
6061         * src/prefs_template.h
6062         * src/prefs_themes.c
6063         * src/prefs_themes.h
6064         * src/prefs_toolbar.c
6065         * src/prefs_toolbar.h
6066         * src/prefs_wrapping.c
6067         * src/prefs_wrapping.h
6068         * src/privacy.c
6069         * src/privacy.h
6070         * src/procheader.c
6071         * src/procheader.h
6072         * src/procmime.c
6073         * src/procmime.h
6074         * src/procmsg.c
6075         * src/procmsg.h
6076         * src/quote_fmt.c
6077         * src/quote_fmt_parse.y
6078         * src/recv.c
6079         * src/recv.h
6080         * src/remotefolder.c
6081         * src/remotefolder.h
6082         * src/send_message.c
6083         * src/send_message.h
6084         * src/setup.c
6085         * src/setup.h
6086         * src/sourcewindow.c
6087         * src/sourcewindow.h
6088         * src/ssl_manager.c
6089         * src/ssl_manager.h
6090         * src/statusbar.c
6091         * src/statusbar.h
6092         * src/stock_pixmap.c
6093         * src/stock_pixmap.h
6094         * src/summary_search.c
6095         * src/summary_search.h
6096         * src/summaryview.c
6097         * src/summaryview.h
6098         * src/syldap.c
6099         * src/syldap.h
6100         * src/textview.c
6101         * src/textview.h
6102         * src/toolbar.c
6103         * src/toolbar.h
6104         * src/undo.c
6105         * src/undo.h
6106         * src/unmime.c
6107         * src/unmime.h
6108         * src/vcard.c
6109         * src/vcard.h
6110         * src/wizard.c
6111         * src/wizard.h
6112         * src/common/base64.c
6113         * src/common/base64.h
6114         * src/common/defs.h
6115         * src/common/hooks.c
6116         * src/common/hooks.h
6117         * src/common/log.c
6118         * src/common/log.h
6119         * src/common/mgutils.c
6120         * src/common/mgutils.h
6121         * src/common/nntp.c
6122         * src/common/nntp.h
6123         * src/common/passcrypt.c
6124         * src/common/passcrypt.h.in
6125         * src/common/plugin.c
6126         * src/common/plugin.h
6127         * src/common/prefs.c
6128         * src/common/prefs.h
6129         * src/common/progressindicator.c
6130         * src/common/progressindicator.h
6131         * src/common/quoted-printable.c
6132         * src/common/quoted-printable.h
6133         * src/common/session.c
6134         * src/common/session.h
6135         * src/common/smtp.c
6136         * src/common/smtp.h
6137         * src/common/socket.c
6138         * src/common/socket.h
6139         * src/common/ssl.c
6140         * src/common/ssl.h
6141         * src/common/stringtable.c
6142         * src/common/stringtable.h
6143         * src/common/sylpheed.c
6144         * src/common/sylpheed.h
6145         * src/common/template.c
6146         * src/common/template.h
6147         * src/common/timing.h
6148         * src/common/utils.c
6149         * src/common/utils.h
6150         * src/common/version.h.in
6151         * src/common/xml.c
6152         * src/common/xml.h
6153         * src/common/xmlprops.c
6154         * src/common/xmlprops.h
6155         * src/gtk/about.c
6156         * src/gtk/colorlabel.c
6157         * src/gtk/colorlabel.h
6158         * src/gtk/colorsel.c
6159         * src/gtk/colorsel.h
6160         * src/gtk/combobox.c
6161         * src/gtk/combobox.h
6162         * src/gtk/description_window.c
6163         * src/gtk/description_window.h
6164         * src/gtk/filesel.c
6165         * src/gtk/filesel.h
6166         * src/gtk/foldersort.c
6167         * src/gtk/foldersort.h
6168         * src/gtk/gtkaspell.c
6169         * src/gtk/gtkaspell.h
6170         * src/gtk/gtksctree.c
6171         * src/gtk/gtkshruler.c
6172         * src/gtk/gtkshruler.h
6173         * src/gtk/gtkutils.c
6174         * src/gtk/gtkutils.h
6175         * src/gtk/icon_legend.c
6176         * src/gtk/icon_legend.h
6177         * src/gtk/logwindow.c
6178         * src/gtk/logwindow.h
6179         * src/gtk/manage_window.c
6180         * src/gtk/manage_window.h
6181         * src/gtk/pluginwindow.c
6182         * src/gtk/pluginwindow.h
6183         * src/gtk/prefswindow.c
6184         * src/gtk/prefswindow.h
6185         * src/gtk/quicksearch.c
6186         * src/gtk/quicksearch.h
6187         * src/pixmaps/claws-mail.xpm
6188         * src/pixmaps/claws-mail_icon.xpm
6189         * src/pixmaps/claws-mail_logo.xpm
6190         * src/pixmaps/sylpheed-claws.xpm
6191         * src/pixmaps/sylpheed-claws_icon.xpm
6192         * src/pixmaps/sylpheed-claws_logo.xpm
6193         * src/plugins/bogofilter/Makefile.am
6194         * src/plugins/bogofilter/bogofilter.c
6195         * src/plugins/bogofilter/bogofilter.h
6196         * src/plugins/bogofilter/bogofilter_gtk.c
6197         * src/plugins/clamav/Makefile.am
6198         * src/plugins/clamav/clamav_plugin.c
6199         * src/plugins/clamav/clamav_plugin.h
6200         * src/plugins/clamav/clamav_plugin_gtk.c
6201         * src/plugins/demo/Makefile.am
6202         * src/plugins/demo/demo.c
6203         * src/plugins/dillo_viewer/Makefile.am
6204         * src/plugins/dillo_viewer/README
6205         * src/plugins/dillo_viewer/dillo_prefs.c
6206         * src/plugins/dillo_viewer/dillo_prefs.h
6207         * src/plugins/dillo_viewer/dillo_viewer.c
6208         * src/plugins/pgpcore/Makefile.am
6209         * src/plugins/pgpcore/passphrase.c
6210         * src/plugins/pgpcore/passphrase.h
6211         * src/plugins/pgpcore/pgp_viewer.c
6212         * src/plugins/pgpcore/pgp_viewer.h
6213         * src/plugins/pgpcore/plugin.c
6214         * src/plugins/pgpcore/prefs_gpg.c
6215         * src/plugins/pgpcore/prefs_gpg.h
6216         * src/plugins/pgpcore/select-keys.c
6217         * src/plugins/pgpcore/select-keys.h
6218         * src/plugins/pgpcore/sgpgme.c
6219         * src/plugins/pgpcore/sgpgme.h
6220         * src/plugins/pgpcore/sylpheed.def
6221         * src/plugins/pgpcore/version.rc
6222         * src/plugins/pgpinline/Makefile.am
6223         * src/plugins/pgpinline/pgpinline.c
6224         * src/plugins/pgpinline/pgpinline.h
6225         * src/plugins/pgpinline/plugin.c
6226         * src/plugins/pgpinline/sylpheed.def
6227         * src/plugins/pgpinline/version.rc
6228         * src/plugins/pgpmime/Makefile.am
6229         * src/plugins/pgpmime/pgpmime.c
6230         * src/plugins/pgpmime/pgpmime.h
6231         * src/plugins/pgpmime/plugin.c
6232         * src/plugins/pgpmime/sylpheed.def
6233         * src/plugins/pgpmime/version.rc
6234         * src/plugins/spamassassin/Makefile.am
6235         * src/plugins/spamassassin/README
6236         * src/plugins/spamassassin/spamassassin.c
6237         * src/plugins/spamassassin/spamassassin.h
6238         * src/plugins/spamassassin/spamassassin_gtk.c
6239         * src/plugins/trayicon/Makefile.am
6240         * src/plugins/trayicon/trayicon.c
6241         * tools/OOo2sylpheed.pl
6242         * tools/README
6243         * tools/README.sylprint
6244         * tools/acroread2sylpheed.pl
6245         * tools/claws.i18n.status.pl
6246         * tools/filter_conv.pl
6247         * tools/filter_conv_new.pl
6248         * tools/freshmeat_search.pl
6249         * tools/google_search.pl
6250         * tools/kmail2sylpheed.pl
6251         * tools/kmail2sylpheed_v2.pl
6252         * tools/make.themes.project
6253         * tools/multiwebsearch.pl
6254         * tools/nautilus2sylpheed.sh
6255         * tools/outlook2sylpheed.pl
6256         * tools/sylprint.pl
6257         * tools/sylprint.rc
6258         * tools/tb2sylpheed
6259         * tools/textviewer.sh
6260         * tools/vcard2xml.py
6261         * tools/kdeservicemenu/README
6262         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
6263         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6264         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6265                 Change name to Claws Mail. Announce to follow...
6266
6267 2006-11-06 [wwp]        2.6.0cvs6
6268
6269         * src/prefs_template.c
6270                 unify messages related to quote format/template errors (fix
6271                 capitalization), again.
6272
6273 2006-11-06 [wwp]        2.6.0cvs5
6274
6275         * src/prefs_quote.c
6276                 unify messages related to quote format/template errors.
6277
6278 2006-11-06 [wwp]        2.6.0cvs4
6279
6280         * src/prefs_msg_colors.c
6281                 more uses of Q_ macro for contextual translations, thanks
6282                 to Fabien (fzzzzz).
6283
6284 2006-11-06 [wwp]        2.6.0cvs3
6285
6286         * src/compose.c
6287         * src/common/utils.c
6288         * src/common/utils.h
6289                 show an alertpanel to make sure users are aware that sensitive
6290                 files are attached (it's file blacklist-based). This will fix
6291                 interaction w/ GoogleEarth for instance, thanks to Colin.
6292
6293 2006-11-06 [wwp]        2.6.0cvs2
6294
6295         * src/prefs_quote.c
6296         * src/prefs_template.c
6297         * src/prefs_template.h
6298                 check quote format when applying/closing prefs. For now this only
6299                 shows up an error dialog box, not preventing the user from using
6300                 a broken quote (reply, forwards) format.
6301
6302 2006-11-06 [wwp]        2.6.0cvs1
6303
6304         * src/prefs_template.c
6305                 fix missing checks of some template fields.
6306
6307 2006-11-06 [paul]       2.6.0
6308
6309         * NEWS
6310         * README
6311         * RELEASE_NOTES
6312                 2.6.0 released
6313
6314 2006-11-06 [paul]       2.5.6cvs22
6315
6316         * manual/advanced.xml
6317         * manual/es/advanced.xml
6318                 put 'respect_flowed_format' info in the correct
6319                 place
6320
6321 2006-11-06 [mones]      2.5.6cvs21
6322
6323         * po/es.po
6324                 Minor fixes for release
6325
6326 2006-11-06 [paul]       2.5.6cvs20
6327
6328         * po/cs.po
6329         * po/de.po
6330         * po/fr.po
6331         * po/it.po
6332         * po/nl.po
6333         * po/pt_BR.po
6334         * po/sk.po
6335         * po/sv.po
6336         * po/zh_CN.po
6337                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
6338                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
6339                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
6340                 Young
6341
6342 2006-11-02 [colin]      2.5.6cvs19
6343
6344         * src/imap.c
6345         * src/imap.h
6346         * src/prefs_account.c
6347         * src/etpan/imap-thread.c
6348                 Add GSSAPI support - fixes Debian bug #383274
6349
6350 2006-11-01 [colin]      2.5.6cvs18
6351
6352         * src/jpilot.c
6353                 Handle libpisock12 support. Probably
6354                 fixes bug 1046, 'jpilot AddressDB.pdb 
6355                 import fail'
6356
6357 2006-11-01 [colin]      2.5.6cvs17
6358
6359         * src/folderutils.c
6360                 debug_print() folderutils_mark_all_read()
6361
6362 2006-11-01 [colin]      2.5.6cvs16
6363
6364         * COPYING
6365                 Add missed files to the Apache exception
6366
6367 2006-10-31 [colin]      2.5.6cvs15
6368
6369         * src/folder.c
6370         * src/folder.h
6371                 Add a copy_private_data() func to FolderClasses
6372                 Doesn't break the feature freeze, because we 
6373                 won't use it (right now) in the core.
6374
6375 2006-10-31 [colin]      2.5.6cvs14
6376
6377         * COPYING
6378                 Allow linking with the Apache licensed files in
6379                 src/plugins/spamassassin. Hopefully fixes 
6380                 bug 1048, 'Spamassassin plugin license problem'
6381
6382 2006-10-31 [wwp]        2.5.6cvs13
6383
6384         * src/compose.c
6385                 fix and optimize trimming of leading linefeeds in body loop.
6386
6387 2006-10-31 [colin]      2.5.6cvs12
6388
6389         * src/etpan/imap-thread.c
6390         * src/imap.c
6391                 Make really sure to have NULL sets in case
6392                 of error
6393
6394 2006-10-30 [wwp]        2.5.6cvs11
6395
6396         * src/prefs_common.c
6397         * src/prefs_common.h
6398         * src/compose.c
6399                 fix broken storage of quote format template when it contains \-escape
6400                 sequences. The application of such sequences is also fixed now (\t
6401                 in quote format will be a real tab instead of a 't', for instance).
6402
6403 2006-10-27 [colin]      2.5.6cvs10
6404
6405         * src/compose.c
6406                 Probably fix bug 1045, 'sylpheed-claws 
6407                 doesn't remove the mail from the IMAP 
6408                 Queue folder after sending'. From
6409                 2.5.6cvs3-stable
6410
6411 2006-10-27 [colin]      2.5.6cvs9
6412
6413         * configure.ac
6414                 Require libetpan-0.48. I'm so annoying,
6415                 I know ;-)
6416
6417 2006-10-27 [colin]      2.5.6cvs8
6418
6419         * src/folder.c
6420         * src/imap.c
6421                 Probably fix bug 1044, 'sylpheed-claws 
6422                 segfaults while moving mails' - Fix relation
6423                 usage when moving to an IMAP mailbox from another
6424                 mailbox
6425
6426 2006-10-26 [paul]       2.5.6cvs7
6427
6428         * src/gtk/about.c
6429                 add libSM to compiled-in features
6430                 list
6431
6432 2006-10-24 [colin]      2.5.6cvs6
6433
6434         * src/textview.c
6435         * src/gtk/gtkutils.c
6436                 Fix crash when printing emails with an
6437                 xface
6438
6439 2006-10-24 [mones]      2.5.6cvs5
6440
6441         * manual/es/advanced.xml
6442                 Synchronize hidden option respect_flowed_format
6443         * po/es.po
6444                 Updated translation
6445
6446 2006-10-21 [paul]       2.5.6cvs4
6447
6448         * src/gtk/authors.h
6449         * src/plugins/pgpcore/pgp_viewer.c
6450         * src/plugins/pgpcore/sgpgme.c
6451                 fix building on BSDs
6452                 Thanks to Michael Hughes
6453                 <Sylpheed-Claws_user@thehugheslogcabin.net>
6454
6455 2006-10-20 [colin]      2.5.6cvs3
6456
6457         * configure.ac
6458                 Bump up libetpan requirement
6459                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
6460         * src/common/utils.c
6461         * src/common/utils.h
6462                 Add convenience get_file_mtime()
6463         * src/imap.c
6464         * src/etpan/imap-thread.c
6465         * src/etpan/imap-thread.h
6466                 Implement UIDPLUS support if the server
6467                 supports it - faster sending in this case
6468
6469 2006-10-19 [colin]      2.5.6cvs2
6470
6471         * src/gtk/quicksearch.c
6472                 Fix emptying in type-ahead+extended mode
6473         * src/mainwindow.c
6474         * src/mainwindow.h
6475                 Add a hook for offline state change
6476         * src/plugins/trayicon/trayicon.c
6477                 Use it to display offline icons
6478         * src/plugins/trayicon/Makefile.am
6479         * src/plugins/trayicon/newmail.offline.xpm
6480         * src/plugins/trayicon/newmarkedmail.offline.xpm
6481         * src/plugins/trayicon/nomail.offline.xpm
6482         * src/plugins/trayicon/unreadmail.offline.xpm
6483         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
6484                 Add the icons
6485
6486 2006-10-12 [paul]       2.5.6cvs1
6487
6488         * NEWS
6489         * README
6490         * configure.ac
6491                 Update version number following
6492                 stable release
6493
6494 2006-10-19 [colin]      2.5.5cvs18
6495
6496         * manual/handling.xml
6497                 Add type-ahead search
6498
6499 2006-10-18 [colin]      2.5.5cvs17
6500
6501         * src/gtk/quicksearch.c
6502                 Remove "save to history only if there's
6503                 no syntax error", it breaks for some 
6504                 reason which I'll investigate later.
6505
6506 2006-10-18 [colin]      2.5.5cvs16
6507
6508         * src/prefs_common.c
6509         * src/prefs_common.h
6510         * src/summaryview.c
6511         * src/gtk/quicksearch.c
6512         * src/gtk/quicksearch.h
6513                 Add a type-ahead option for fast searches
6514                 Patch by Fabien Vantard
6515
6516 2006-10-18 [colin]      2.5.5cvs15
6517
6518         * src/compose.c
6519         * src/compose.h
6520                 Add Options/Reply mode/ menu to be able to
6521                 change the recipients of a reply on the fly
6522
6523 2006-10-18 [colin]      2.5.5cvs14
6524
6525         * src/compose.c
6526                 Fix redirecting of our own sent mails
6527
6528 2006-10-17 [wwp]        2.5.5cvs13
6529
6530         * src/send_message.c
6531                 Fix duplicate error messages when sending, and missing
6532                 newline in such error messages.
6533
6534 2006-10-17 [colin]      2.5.5cvs12
6535
6536         * src/compose.c
6537                 Compare addresses case-insensitive
6538
6539 2006-10-17 [colin]      2.5.5cvs11
6540
6541         * src/plugins/pgpcore/sgpgme.c
6542                 Fix return status
6543
6544 2006-10-17 [colin]      2.5.5cvs10
6545
6546         * src/plugins/pgpcore/pgp_viewer.c
6547                 Fix return status
6548
6549 2006-10-17 [colin]      2.5.5cvs9
6550
6551         * src/quote_fmt.c
6552                 Fix a typo (thanks to Fabien)
6553
6554 2006-10-16 [colin]      2.5.5cvs8
6555
6556         * src/textview.c
6557                 Fix problem with quote-folding when emails
6558                 don't convert cleanly to UTF-8
6559
6560 2006-10-14 [colin]      2.5.5cvs7
6561
6562         * src/prefs_template.c
6563                 Reset fields when reopening
6564                 the window
6565
6566 2006-10-13 [paul]       2.5.5cvs6
6567
6568         * manual/advanced.xml
6569         * src/prefs_message.c
6570                 make 'respect_flowed_format' a hidden
6571                 option, and add a manual entry for it
6572                 Thanks to Colin
6573
6574 2006-10-12 [colin]      2.5.5cvs5
6575
6576         * src/codeconv.c
6577                 Revert part of 2.5.2cvs21:
6578                 Don't optimise by reusing the 
6579                 last iconv converter if possible:
6580                 it seems slightly broken in a 
6581                 very hard way to reproduce
6582
6583 2006-10-12 [colin]      2.5.5cvs4
6584
6585         * src/prefs_common.c
6586         * src/prefs_common.h
6587         * src/prefs_message.c
6588         * src/procmime.c
6589                 Fix bug 1035, 'Incorrect handling 
6590                 of flowed lines'. We now optionnaly
6591                 handle this format (preference is in
6592                 Message View/Text options section)
6593
6594 2006-10-12 [colin]      2.5.5cvs3
6595
6596         * po/POTFILES.in
6597                 Add new file
6598         * src/plugins/pgpcore/pgp_viewer.c
6599         * src/plugins/pgpcore/sgpgme.c
6600                 Don't try to import without asking
6601
6602 2006-10-12 [colin]      2.5.5cvs2
6603
6604         * src/compose.c
6605                 Fix bug 1036, 'Forwarding a mutlipart
6606                 mail with a "text/html" block to ms
6607                 outlook users leeds to freeze of
6608                 outlook'. Poor outlook users...
6609
6610 2006-10-12 [paul]       2.5.5cvs1
6611
6612         * NEWS
6613         * README
6614         * configure.ac
6615                 Update version number following
6616                 stable release
6617
6618 2006-10-11 [paul]       2.5.4cvs1
6619
6620         * NEWS
6621         * README
6622         * configure.ac
6623                 Update version number following
6624                 stable release
6625
6626 2006-10-11 [paul]       2.5.3cvs32
6627
6628         * src/textview.c
6629                 fix bug 1032, 'Segmentation fault when showing
6630                 message' (bug in quote folding)
6631                 Thanks to Colin
6632
6633 2006-10-10 [colin]      2.5.3cvs31
6634
6635         * src/quote_fmt.c
6636                 Rephrase english a bit
6637
6638 2006-10-10 [colin]      2.5.3cvs30
6639
6640         * src/prefs_compose_writing.c
6641                 Stop making the page larger than the window
6642
6643 2006-10-10 [wwp]        2.5.3cvs29
6644
6645         * src/compose.c
6646         * src/prefs_template.c
6647         * src/quote_fmt.c
6648         * src/quote_fmt.h
6649         * src/quote_fmt_lex.l
6650         * src/quote_fmt_parse.y
6651                 Extend the quote parser a bit: allow to get access to
6652                 basic (composing) account info.
6653
6654 2006-10-10 [colin]      2.5.3cvs28
6655
6656         * src/procheader.c
6657                 Fix this \t problem in subject
6658
6659 2006-10-09 [colin]      2.5.3cvs27
6660
6661         * src/main.c
6662         * src/prefs_gtk.c
6663                 Prepare cache a bit later
6664                 If section already exists, skip the new one 
6665                 (as previously); avoid writing the same block
6666                 twice - if we find a second block with the 
6667                 same id, skip it.
6668         * src/plugins/pgpcore/pgp_viewer.c
6669                 Set cursor to busy when retrieving a key
6670         * src/plugins/pgpcore/sgpgme.c
6671                 allow 5 seconds for gpg to export the key
6672                 
6673
6674 2006-10-09 [colin]      2.5.3cvs26
6675
6676         * configure.ac
6677         * src/msgcache.c
6678         * src/prefs_gtk.c
6679                 Check for existence of fgets_unlocked
6680                 and fwrite_unlocked
6681
6682 2006-10-09 [paul]       2.5.3cvs25
6683
6684         * src/prefs_summaries.c
6685                 replace strftime() with fast_strftime() and in
6686                 the consequence fix the bug in the display of
6687                 AM/PM in the 'Example' string
6688
6689 2006-10-09 [ticho]      2.5.3cvs24
6690
6691         * po/sk.po
6692                 Updated (and fixed up somewhat) Slovak translation.
6693
6694 2006-10-08 [colin]      2.5.3cvs23
6695
6696         * src/prefs_folder_item.c
6697                 Explain why prefs in the top-level folder
6698                 aren't retained, but are still useful
6699
6700 2006-10-08 [colin]      2.5.3cvs22
6701
6702         * src/prefs_gtk.c
6703                 Don't cache anything if caching fails
6704
6705 2006-10-08 [colin]      2.5.3cvs21
6706
6707         * src/common/utils.c
6708                 always include gi18n.h
6709
6710 2006-10-07 [colin]      2.5.3cvs20
6711
6712         * src/plugins/pgpcore/pgp_viewer.c
6713                 Kill gpg after 5 seconds wait
6714
6715 2006-10-07 [colin]      2.5.3cvs19
6716
6717         * src/plugins/pgpcore/pgp_viewer.c
6718         * src/plugins/pgpcore/pgp_viewer.h
6719                 Fix copyright
6720
6721 2006-10-07 [colin]      2.5.3cvs18
6722
6723         * src/plugins/pgpcore/pgp_viewer.c
6724         * src/plugins/pgpcore/pgp_viewer.h
6725                 Actually add the files to CVS
6726
6727 2006-10-07 [colin]      2.5.3cvs17
6728
6729         * src/plugins/pgpcore/sgpgme.c
6730                 Be sure not to crash on 'application/pgp-signature' that
6731                 are not application/pgp-signatures
6732
6733 2006-10-07 [colin]      2.5.3cvs16
6734
6735         * src/textview.c
6736         * src/textview.h
6737                 Make a bit more of the API available
6738         * src/plugins/pgpcore/Makefile.am
6739         * src/plugins/pgpcore/plugin.c
6740         * src/plugins/pgpcore/sgpgme.c
6741                 Add basic key import/export
6742
6743 2006-10-07 [colin]      2.5.3cvs15
6744
6745         * src/folderview.c
6746         * src/imap.c
6747         * src/prefs_account.c
6748         * src/wizard.c
6749                 Warn users *everywhere* if libetpan's not
6750                 linked in
6751
6752 2006-10-06 [mones]      2.5.3cvs14
6753
6754         * po/de.po
6755         * po/es.po
6756                 updated by Stephan Sachse and me
6757
6758 2006-10-06 [colin]      2.5.3cvs13
6759
6760         * src/main.c
6761         * src/common/sylpheed.c
6762                 Don't load common plugins if --exit is passed
6763         * src/prefs_gtk.c
6764         * src/prefs_gtk.h
6765                 Implement a cache to avoid reading the same
6766                 files over and over again at startup
6767
6768 2006-10-06 [colin]      2.5.3cvs12
6769
6770         * src/summaryview.c
6771         * src/gtk/quicksearch.c
6772                 Update display every 5k mails on fast searches
6773
6774 2006-10-06 [colin]      2.5.3cvs11
6775
6776         * src/textview.c
6777                 Don't do quote folding on HTML or ERTF.
6778                 May fix the Cygwin issues if they were
6779                 happening with HTML mails?
6780
6781 2006-10-05 [colin]      2.5.3cvs10
6782
6783         * src/prefs_gtk.c
6784                 Oops, forgot one
6785
6786 2006-10-05 [colin]      2.5.3cvs9
6787
6788         * src/prefs_gtk.c
6789                 Use unlocked_stdio here too
6790
6791 2006-10-05 [colin]      2.5.3cvs8
6792
6793         * src/folderview.c
6794                 Fix go to next * after preferences apply
6795         * src/msgcache.c
6796                 Do the fd lock/unlock ourselves instead of
6797                 letting the libc do it at each write 
6798
6799 2006-10-05 [colin]      2.5.3cvs7
6800
6801         * src/common/utils.c
6802                 Faster division, thanks to Jean Diraison
6803
6804 2006-10-05 [paul]       2.5.3cvs6
6805
6806         * src/common/utils.c
6807                 fix building with --disable-nls
6808
6809 2006-10-04 [colin]      2.5.3cvs5
6810
6811         * src/folder.c
6812                 Maybe fix a segfault
6813
6814 2006-10-04 [wwp]        2.5.3cvs4
6815
6816         * src/prefs_folder_item.c
6817                 Fine-tune layouts in folder item prefs. Suggested by
6818                 Fabien Vantard <fzzzzz@gmail.com>.
6819
6820 2006-10-04 [wwp]        2.5.3cvs3
6821
6822         * src/prefs_folder_item.c
6823                 Kill the clandestine passengers. You didn't see anything.
6824
6825 2006-10-04 [wwp]        2.5.3cvs2
6826
6827         * src/prefs_folder_item.c
6828                 Add a way to test the subject simplify regexp in
6829                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
6830                 w/ few layout changes.
6831
6832 2006-20-04 [paul]       2.5.3cvs1
6833
6834         * NEWS
6835         * README
6836         * configure.ac
6837                 Update version number following
6838                 stable release
6839
6840 2006-10-04 [colin]      2.5.2cvs42
6841
6842         * src/folder.c
6843         * src/folder.h
6844         * src/summaryview.c
6845                 Provide a way for folder classes to set their sort
6846                 type and key
6847
6848 2006-10-03 [colin]      2.5.2cvs41
6849
6850         * src/mh.c
6851                 Don't use strlen() to know if the
6852                 string's empty
6853
6854 2006-10-03 [colin]      2.5.2cvs40
6855
6856         * src/mh.c
6857                 Fix "check for new folders" with accentued folders
6858
6859 2006-10-03 [ticho]      2.5.2cvs39
6860
6861         * src/filtering.c
6862         * src/folder.c
6863         * src/inc.c
6864         * src/mbox.c
6865                 Colin's fix for "copy" filtering rules.
6866
6867 2006-10-02 [colin]      2.5.2cvs38
6868
6869         * src/folderview.c
6870                 Fix for double-click too
6871
6872 2006-10-02 [colin]      2.5.2cvs37
6873
6874         * src/folderview.c
6875                 correct fix for cvs36
6876
6877 2006-10-02 [colin]      2.5.2cvs36
6878
6879         * src/folderview.c
6880                 Fix 'goto next unread' after collapsing/expanding 
6881                 a node.
6882
6883 2006-10-02 [colin]      2.5.2cvs35
6884
6885         * src/summaryview.c
6886                 Fix double freeze/thaw
6887         * src/common/utils.c
6888         * src/common/utils.h
6889                 Reimplement strftime
6890         * src/procheader.c
6891                 Use it
6892
6893
6894 2006-10-02 [colin]      2.5.2cvs34
6895
6896         * src/mh.c
6897                 Time mh_write_sequences() - it's fast
6898         * src/summaryview.c
6899                 Init a variable to shut up gcc
6900
6901 2006-10-01 [colin]      2.5.2cvs33
6902
6903         * src/folder.c
6904         * src/mh.c
6905         * src/mh.h
6906         * src/msgcache.c
6907                 Add helper mh_set_mtime(), and set mtime to stat()'s result
6908                 Add fsync but disable it, it's slow as hell
6909
6910 2006-10-01 [colin]      2.5.2cvs32
6911
6912         * src/mh.c
6913         * src/msgcache.c
6914                 fflush() caches and mh_sequences before
6915                 fclose()ing
6916
6917 2006-10-01 [colin]      2.5.2cvs31
6918
6919         * src/msgcache.c
6920                 Don't ftruncate when not using mmap
6921
6922 2006-09-30 [colin]      2.5.2cvs30
6923
6924         * src/main.c
6925                 Write folder list *after* saving caches
6926
6927 2006-09-30 [colin]      2.5.2cvs29
6928
6929         * src/folder.c
6930         * src/mh.c
6931                 Debug forced mtime changes
6932
6933 2006-09-30 [colin]      2.5.2cvs28
6934
6935         * src/folder.c
6936         * src/main.c
6937                 Remove useless debug_print()s (code
6938                 well-tested)
6939
6940 2006-09-30 [colin]      2.5.2cvs27
6941
6942         * src/mh.c
6943                 Do stuff faster when writing mh_sequences
6944
6945 2006-09-30 [colin]      2.5.2cvs26
6946
6947         * src/mh.c
6948                 Don't let the writing of .mh_sequences, which
6949                 can change the folder's mtime, let us think
6950                 we need to scan.
6951
6952 2006-09-30 [colin]      2.5.2cvs25
6953
6954         * src/folder.c
6955                 Move a debug_print where it belongs 
6956                 (processing)
6957         * src/summaryview.c
6958                 Don't mess with a huge slow subject
6959                 table if we're not threading by
6960                 subject
6961
6962 2006-09-30 [colin]      2.5.2cvs24
6963
6964         * src/msgcache.c
6965                 Reenable mmaped reads (*not* writes!)
6966         * src/procmsg.c
6967                 Don't destroy and recreate hashtables just
6968                 for fun
6969         * src/common/utils.c
6970                 Remove useless reply prefixes (it's case
6971                 unsensitive)
6972
6973 2006-09-30 [wwp]        2.5.2cvs23
6974
6975         * tools/fix_date.sh
6976                 Fixed a minor bug in date value extraction, added a switch
6977                 to replace non RFC-compliant Date: value, added a switch
6978                 to use strict RFC matching patterns for dates.
6979
6980 2006-09-29 [colin]      2.5.2cvs22
6981
6982         * src/matcher_parser.h
6983         * src/matcher_parser_parse.y
6984         * src/prefs_filtering.c
6985         * src/statusbar.c
6986         * src/summary_search.c
6987         * src/summaryview.c
6988         * src/gtk/quicksearch.c
6989         * src/gtk/quicksearch.h
6990                 Optimise searches by setting different
6991                 refresh intervals (depending if the 
6992                 search is fast or not)
6993
6994 2006-09-29 [colin]      2.5.2cvs21
6995
6996         * src/codeconv.c
6997                 Optimise by reusing the last iconv converter
6998                 if possible
6999         * src/textview.c
7000                 Optimise a bit (the foldable quotes feature
7001                 still has an awful O(n^2) algo
7002
7003 2006-09-29 [colin]      2.5.2cvs20
7004
7005         * src/gtk/gtksctree.c
7006         * src/gtk/gtksctree.h
7007                 Optimise de-selection via up/down or
7008                 another key
7009
7010 2006-09-28 [colin]      2.5.2cvs19
7011
7012         * src/action.c
7013         * src/compose.c
7014         * src/folderview.c
7015         * src/mainwindow.c
7016         * src/messageview.c
7017         * src/summary_search.c
7018         * src/toolbar.c
7019                 Avoid using summaryview->ctree directly
7020
7021 2006-09-28 [colin]      2.5.2cvs18
7022
7023         * src/summaryview.c
7024         * src/summaryview.h
7025                 Add helpers to freeze/thaw/grab_focus
7026                 Factorize calls to freeze/thaw/grab_focus
7027                 
7028
7029 2006-09-28 [colin]      2.5.2cvs17
7030
7031         * src/main.c
7032                 More guards for the session management
7033
7034 2006-09-28 [colin]      2.5.2cvs16
7035
7036         * src/folderview.c
7037         * src/gtk/gtksctree.c
7038         * src/gtk/gtksctree.h
7039                 Make expanding not recursive in folderview
7040
7041 2006-09-28 [colin]      2.5.2cvs15
7042
7043         * src/addressbook.c
7044                 If nothing is selected in the list (right part)
7045                 and a group is selected in the tree (left part),
7046                 mail this group.
7047
7048 2006-09-28 [colin]      2.5.2cvs14
7049
7050         * src/Makefile.am
7051                 Actually use SM_LIBS
7052
7053 2006-09-28 [ticho]      2.5.2cvs13
7054
7055         * src/export.c
7056         * src/messageview.c
7057         * src/mimeview.c
7058         * src/news.c
7059         * src/pop.c
7060         * src/prefs_themes.c
7061         * src/procmsg.c
7062                 Small i18n string optimization.
7063         * src/send_message.c
7064         * src/summaryview.c
7065         * src/common/session.c
7066         * src/common/smtp.c
7067         * src/common/ssl_certificate.c
7068         * src/common/utils.c
7069                 Use "Couldn't" instead of "Can't" in UI messages,
7070                 where appropriate.
7071
7072 2006-09-28 [colin]      2.5.2cvs12
7073
7074         * configure.ac
7075                 Possibly fix link errors
7076
7077 2006-09-27 [wwp]        2.5.2cvs11
7078
7079         * src/gtk/authors.h
7080         * doc/man/sylpheed-claws.1
7081         * manual/ack.xml
7082         * manual/es/ack.xml
7083         * manual/fr/ack.xml
7084         * manual/pl/ack.xml
7085                 Updated authors info (me, myself and I).
7086
7087 2006-09-27 [colin]      2.5.2cvs10
7088
7089         * src/addressbook.c
7090                 Remove useless printf
7091
7092 2006-09-27 [wwp]        2.5.2cvs9
7093
7094         * src/editgroup.c
7095         * src/send_message.c
7096         * src/inc.c
7097         * src/prefs_common.c
7098         * src/prefs_common.h
7099         * src/gtk/progressdialog.c
7100                 remember more windows' sizes (send dialog, received dialog,
7101                 edit group in addressbook).
7102
7103 2006-09-27 [colin]      2.5.2cvs8
7104
7105         * configure.ac
7106         * src/main.c
7107         * src/mainwindow.h
7108                 Use libSM to communicate with the session
7109                 manager, so that we can know when the 
7110                 session ends, save our caches, and draft
7111                 our compose windows.
7112
7113 2006-09-27 [colin]      2.5.2cvs7
7114
7115         * src/addressbook.c
7116                 Fix issues:
7117                 o Allow Book and Group creation from the tree's
7118                   contextual menu
7119                 o Do not actually delete the contacts when 
7120                   deleting groups from the tree (duh!)
7121
7122 2006-09-27 [colin]      2.5.2cvs6
7123
7124         * src/compose.c
7125         * src/compose.h
7126         * src/mainwindow.c
7127         * src/textview.c
7128         * src/toolbar.c
7129                 o Allow passing an email address to 
7130                   compose_new_with_folderitem
7131                 o Update callers
7132                 o Use current folderitem when clicking
7133                   on a TextView mailto: link
7134                 o Fix a possible leak in TextView
7135
7136 2006-09-27 [colin]      2.5.2cvs5
7137
7138         * src/html.c
7139                 Use UTF-8 chars to replace HTML entities
7140
7141 2006-09-27 [colin]      2.5.2cvs4
7142
7143         * AUTHORS
7144         * src/prefs_account.c
7145         * src/gtk/authors.h
7146                 Fix bug #1024 (Array index out of
7147                 range in sylpheed-claws-2.5.2)
7148                 Patch by Ales Nosek <anosek@suse.cz>
7149
7150 2006-09-27 [colin]      2.5.2cvs3
7151
7152         * src/addr_compl.c
7153                 Actually do the test
7154
7155 2006-09-27 [colin]      2.5.2cvs2
7156
7157         * src/addr_compl.c
7158         * src/addr_compl.h
7159                 Allow completing with comma (in certain cases: vCalendar
7160                 for example doesn't support that)
7161                 Patch by Fabien Vantard
7162
7163 2006-09-26 [colin]      2.5.2cvs1
7164
7165         * src/Makefile.am
7166         * src/addr_compl.c
7167         * src/addr_compl.h
7168         * src/addrbook.c
7169         * src/addrbook.h
7170         * src/addressbook.c
7171         * src/addrindex.c
7172         * src/addrindex.h
7173         * src/compose.c
7174         * src/prefs_common.c
7175         * src/prefs_filtering_action.c
7176         * src/prefs_folder_item.c
7177         * src/prefs_template.c
7178         * src/stock_pixmap.c
7179         * src/stock_pixmap.h
7180         * src/pixmaps/addr_one.xpm
7181         * src/pixmaps/addr_two.xpm
7182                 Add auto-completion on groups
7183
7184 2006-09-26 [colin]      2.5.2
7185
7186         * NEWS
7187         * README
7188         * RELEASE_NOTES
7189                 2.5.2 released
7190
7191 2006-09-26 [colin]      2.5.1cvs5
7192
7193         * src/matcher.c
7194                 Fix condition
7195
7196 2006-09-26 [colin]      2.5.1cvs4
7197
7198         * src/mbox.c
7199                 Revert cvs1 (useless as the message is printed 
7200                 every 500 mails)
7201
7202 2006-09-26 [colin]      2.5.1cvs3
7203
7204         * src/partial_download.c
7205                 Fix crasher found by Alexsandar Urosevic
7206
7207 2006-09-26 [colin]      2.5.1cvs2
7208
7209         * src/summaryview.c
7210                 Fix bug #1023 (Sylpheed deletes too much messages)
7211
7212 2006-09-26 [ticho]      2.5.1cvs1
7213
7214         * src/mbox.c
7215                 Make use of gettext's multiple plurals for statusbar
7216                 progress message.
7217
7218 2006-09-25 [paul]       2.5.1
7219
7220         * NEWS
7221         * README
7222         * RELEASE_NOTES
7223                 2.5.1 released
7224
7225 2006-09-25 [colin]      2.5.0cvs3
7226
7227         * src/plugins/bogofilter/bogofilter.c
7228         * src/plugins/clamav/clamav_plugin.c
7229         * src/plugins/spamassassin/spamassassin.c
7230                 BogoFilter, Spamassassin: Fix double hook registering after
7231                 visiting preferences
7232                 Spamassassin, Clamav: Just set the mails to move instead of
7233                 doing the move - caller will move the things at once.
7234
7235 2006-09-25 [colin]      2.5.0cvs2
7236
7237         * src/imap.c
7238         * src/etpan/imap-thread.c
7239                 Use UID SEARCH ALL instead of UID 1:*
7240                 (braindead servers can't figure out that's
7241                 the same...)
7242
7243 2006-09-25 [wwp]        2.5.0cvs1
7244
7245         * src/message_search.c
7246                 Added the ability to stop a running search (in message body).
7247
7248 2006-09-25 [paul]       2.5.0
7249
7250         * NEWS
7251         * README
7252         * RELEASE_NOTES
7253                 2.5.0 released
7254
7255 2006-09-25 [paul]       2.4.0cvs214
7256
7257         * po/cs.po
7258         * po/de.po
7259         * po/fi.po
7260         * po/fr.po
7261         * po/nl.po
7262         * po/pt_BR.po
7263         * po/sk.po
7264         * po/sr.po
7265         * po/zh_CN.po
7266                 updated by Tim, Stephan Sachse, Flammie Pirinen,
7267                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
7268                 Ticho, Aleksander Urosevic, Ralgh Young
7269
7270 2006-09-24 [mones]      2.4.0cvs213
7271
7272         * po/es.po
7273                 Updated for release
7274
7275 2006-09-23 [colin]      2.4.0cvs212
7276
7277         * src/gtk/inputdialog.c
7278                 Fix [ ] remember this appearing in normal
7279                 input dialogs after it's been used by
7280                 mimeview.
7281         * src/folder.c
7282         * src/folderview.c
7283         * src/msgcache.c
7284         * src/procmsg.c
7285         * src/summaryview.c
7286         * src/textview.c
7287         * src/common/timing.h
7288                 Enable timings in debug mode and make it
7289                 look prettier.
7290
7291 2006-09-22 [colin]      2.4.0cvs211
7292
7293         * README
7294                 Revert test change
7295         * commitHelper
7296                 ping the correct URI
7297
7298 2006-09-22 [colin]      2.4.0cvs210
7299
7300         * README
7301                 Let's see if bug #1022 is fixed
7302
7303 2006-09-21 [colin]      2.4.0cvs209
7304
7305         * src/wizard.c
7306         * src/common/plugin.c
7307                 Prepare infra to load predefined plugins when
7308                 no configuration existed. Don't actually load
7309                 anything yet (feat. freeze)
7310
7311 2006-09-21 [wwp]        2.4.0cvs208
7312
7313         * manual/fr/faq.xml
7314                 Partial sync w/ 2.4.0cvs72:
7315                 wrap file and minor updates.
7316
7317 2006-09-21 [wwp]        2.4.0cvs207
7318
7319         * tools/fix_date.sh
7320                 several fixes and enhancements. A new --force switch has been
7321                 added to prevent overriding by default Date: header when
7322                 already existing.
7323
7324 2006-09-21 [paul]       2.4.0cvs206
7325
7326         * src/common/utils.c
7327                 add Chinese UTF8 Re prefix
7328
7329 2006-09-21 [wwp]        2.4.0cvs205
7330
7331         * tools/Makefile.am
7332                 Fics alfabettical order.
7333
7334 2006-09-21 [wwp]        2.4.0cvs204
7335
7336         * tools/fix_date.sh
7337         * tools/Makefile.am
7338                 Added an action tool to fix missing Date field in emails.
7339                 Updated Makefile.am to reflect those last two additions.
7340
7341 2006-09-21 [wwp]        2.4.0cvs203
7342
7343         * tools/uuooffice
7344                 Added a action tool to open uuencoded docs w/
7345                 OpenOffice (based on uudec method).
7346
7347 2006-09-21 [colin]      2.4.0cvs202
7348
7349         * src/compose.c
7350         * src/textview.c
7351                 Workaround possible GTK crash: remove selection 
7352                 clipboard before destroying widget, or GTK+-2.10
7353                 dies. Thanks to Hiro.
7354
7355 2006-09-20 [colin]      2.4.0cvs201
7356
7357         * src/compose.c
7358                 Fix free-after-use in some cases (when 
7359                 procmime_encode_content() frees mimeinfo->data.mem
7360                 and turns it to a temp file)
7361
7362 2006-09-20 [colin]      2.4.0cvs200
7363
7364         * src/folderview.c
7365         * src/summaryview.c
7366         * src/gtk/gtksctree.c
7367         * src/gtk/gtksctree.h
7368                 Add tooltips in the folderview and summaryview
7369                 (Doesn't break string freeze as they already
7370                 exist)
7371         * src/toolbar.c
7372                 Put the spam button in the default configuration
7373                 if compiled with bogo plugin too
7374
7375 2006-09-19 [colin]      2.4.0cvs199
7376
7377         * src/summaryview.c
7378         * src/summaryview.h
7379                 Update folder name label on folder rename
7380         * src/prefs_matcher.c
7381         * src/gtk/logwindow.h
7382                 Fix warnings
7383                 Patches by Fabien
7384
7385 2006-09-19 [wwp]        2.4.0cvs198
7386
7387         * src/summary_search.c
7388                 fix can't click forward/backward buttons in the
7389                 search messages.
7390
7391 2006-09-18 [paul]       2.4.0cvs197
7392
7393         * src/wizard.c
7394                 add missing bracket, capitalise the A of
7395                 'SpamAssassin'
7396
7397 2006-09-18 [paul]       2.4.0cvs196
7398
7399         * src/compose.c
7400                 fix bug 1012 'crashed upon sending mail
7401                 from compose window'
7402                 Thanks to Colin
7403
7404 2006-09-16 [colin]      2.4.0cvs195
7405
7406         * src/folderview.c
7407                 Fix "real-time" sorting by freezing/thawing
7408
7409 2006-09-16 [colin]      2.4.0cvs194
7410
7411         * manual/faq.xml
7412                 Fix the anti-spam entry a bit
7413
7414 2006-09-16 [colin]      2.4.0cvs193
7415
7416         * src/wizard.c
7417                 Make sure reviewers have no excuse when stating
7418                 Sylpheed-Claws doesn't have antispam capabilities.
7419
7420 2006-09-16 [colin]      2.4.0cvs192
7421
7422         * src/main.c
7423                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
7424                 as if the SIGPIPE comes from etpan's thread we could
7425                 trigger a GUI update from this thread.
7426
7427 2006-09-16 [colin]      2.4.0cvs191
7428
7429         * src/summaryview.c
7430                 Init all members of the struct
7431
7432 2006-09-16 [paul]       2.4.0cvs190
7433
7434         * src/account.c
7435                 improvements to the English
7436
7437 2006-09-15 [colin]      2.4.0cvs189
7438
7439         * src/summaryview.c
7440                 HIG order on dialog
7441
7442 2006-09-14 [colin]      2.4.0cvs188
7443
7444         * src/common/socket.c
7445         * src/common/socket.h
7446         * src/common/ssl.c
7447         * src/common/ssl_certificate.c
7448         * src/common/ssl_certificate.h
7449         * src/etpan/imap-thread.c
7450                 the get_fqdn() call done to get canonical name when
7451                 checking an SSL certificate is blocking, which is
7452                 sad as we just did a non-blocking lookup to connect.
7453                 Fix that by letting the fqdn available to the SockInfo,
7454                 and use that in ssl_certificate_check(). For IMAP,
7455                 we don't do it as the lookup's done by libetpan, but
7456                 it's less annoying as IMAP connections as much more
7457                 rare than POP3 connections.
7458
7459 2006-09-14 [paul]       2.4.0cvs187
7460
7461         * manual/advanced.xml
7462                 improvements to the English,
7463                 properly place the new hidden options
7464                 within the alphabetical order
7465         * src/gtk/pluginwindow.c
7466                 improvements to the English
7467
7468 2006-09-14 [colin]      2.4.0cvs186
7469
7470         * src/prefs_common.c
7471         * src/prefs_common.h
7472         * src/gtk/gtksctree.c
7473         * manual/advanced.xml
7474                 New hidden pref, stripes_color_offset, to change
7475                 the value added/substracted to normal bgcolor to
7476                 create the stripes in summaries
7477
7478 2006-09-13 [colin]      2.4.0cvs185
7479
7480         * src/gedit-print.c
7481         * src/messageview.c
7482         * src/messageview.h
7483         * src/summaryview.c
7484         * src/textview.c
7485                 Fix misc. printing issues: 
7486                 - Bad font for linkified headers
7487                 - Different font if the mail was displayed or not
7488                 - Factorize the thing
7489
7490 2006-09-13 [colin]      2.4.0cvs184
7491
7492         * src/common/ssl_certificate.c
7493                 Only get FQDN once when checking certificate
7494
7495 2006-09-13 [colin]      2.4.0cvs183
7496
7497         * src/account.c
7498         * src/gtk/pluginwindow.c
7499                 Misc. GUI fixes by Fabien
7500
7501 2006-09-13 [wwp]        2.4.0cvs182
7502
7503         * configure.ac
7504         * src/common/utils.h
7505         * src/common/utils.c
7506                 get rid of unused wide-char functions.
7507
7508 2006-09-13 [wwp]        2.4.0cvs181
7509
7510         * src/plugins/pgpinline/sylpheed.def
7511         * src/textview.c
7512                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
7513                 add privacy_reset_error to the .def file,
7514                 do not fork for an external textviewer.
7515
7516 2006-09-13 [wwp]        2.4.0cvs180
7517
7518         * src/prefs_common.c
7519                 fix broken font entry in prefs (patch issued by the gpg4win team,
7520                 probably by Marcus Brinkmann <marcus@g10code.de>).
7521
7522 2006-09-13 [colin]      2.4.0cvs179
7523
7524         * src/folder.h
7525                 Fix a warning in summaryview.c
7526         * src/mainwindow.c
7527         * src/summaryview.c
7528         * src/summaryview.h
7529                 Add missing Mark/* elements in the
7530                 main menu
7531
7532 2006-09-12 [colin]      2.4.0cvs178
7533
7534         * src/prefs_actions.c
7535         * src/prefs_filtering_action.c
7536         * src/prefs_matcher.c
7537                 Use (New) instead of New everywhere
7538
7539 2006-09-12 [wwp]        2.4.0cvs177
7540
7541         * manual/fr/addrbook.xml
7542         * manual/fr/handling.xml
7543                 updated some quotes in the fr manual to match the fr translation.
7544
7545 2006-09-12 [wwp]        2.4.0cvs176
7546
7547         * src/prefs_matcher.c
7548                 don't store translated string elements in matcher expressions.
7549                 Also fixed a misused of Q_().
7550
7551 2006-09-11 [wwp]        2.4.0cvs175
7552
7553         * src/plugins//bogofilter/bogofilter.c
7554         * src/plugins//clamav/clamav_plugin.c
7555         * src/plugins//demo/demo.c
7556         * src/plugins//dillo_viewer/dillo_viewer.c
7557         * src/plugins//pgpcore/plugin.c
7558         * src/plugins//pgpinline/plugin.c
7559         * src/plugins//pgpmime/plugin.c
7560         * src/plugins//spamassassin/spamassassin.c
7561                 gettext-ize more strings (mostly plugin error messages).
7562
7563 2006-09-11 [colin]      2.4.0cvs174
7564
7565         * src/alertpanel.c
7566                 Make maximum buffer size bigger to avoid
7567                 truncating translated messages. Patch by
7568                 Fabien
7569
7570 2006-09-11 [colin]      2.4.0cvs173
7571
7572         * src/etpan/imap-thread.c
7573                 Fix compilation on OpenBSD, thanks to 
7574                 Landry
7575
7576 2006-09-10 [wwp]        2.4.0cvs172
7577
7578         * manual/account.xml
7579         * manual/addrbook.xml
7580         * manual/handling.xml
7581         * manual/es/handling.xml
7582         * manual/fr/account.xml
7583         * manual/fr/addrbook.xml
7584         * manual/fr/handling.xml
7585                 documented addressbook matching (condition configuration):
7586                   addrbook.xml, en fr
7587                 documented per-account filtering rules (handling/filtering
7588                   section, account section):
7589                   account.xml, handling.xml, en fr
7590                 slightly updated the handling/searching section to tell few
7591                   words about the extended search ability:
7592                   handling.xml, en fr
7593                 added missing <quote></quotes> to Quick Search:
7594                   handling.xml, en fr es
7595                 fixed a typo (auomatically):
7596                   handling.xml, en
7597                 changes revisited by Paul.
7598
7599 2006-09-10 [paul]       2.4.0cvs171
7600
7601         * src/prefs_actions.c
7602         * src/prefs_filtering.c
7603         * src/prefs_template.c
7604                 adjustments to the gui
7605                 Patch by Fabien Vantard (slightly modified)
7606
7607 2006-09-10 [colin]      2.4.0cvs170
7608
7609         * src/summaryview.c
7610                 Check folderitem/summaryview consistency
7611                 (basically automates Update summary). Fixes
7612                 #1011 (wrong (negative) count on unread 
7613                 messages)
7614
7615 2006-09-10 [colin]      2.4.0cvs169
7616
7617         * src/gtk/gtksctree.c
7618                 Fix recursive expansion via mouse
7619         * src/plugins/bogofilter/bogofilter.c
7620                 Use normal filtering way of moving
7621                 messages (batching), possibly fixing
7622                 bug #1015 (Bogofilter plugin doubles 
7623                 new messages)
7624
7625 2006-09-09 [wwp]        2.4.0cvs168
7626
7627         * src/prefs_filtering.c
7628                 better place for this fix.
7629
7630 2006-09-09 [wwp]        2.4.0cvs167
7631
7632         * src/prefs_filtering.c
7633                 fix a minor bug when the enabled status of a filtering/processing
7634                 rule always got set to TRUE when replacing this rule. That still
7635                 make sense when adding a new rule, but now when replacing, we
7636                 don't override the value of 'enabled'.
7637                 Also renamed the func prefs_filtering_list_view_get_rule_name()
7638                 to prefs_filtering_list_view_get_info() as this function not only
7639                 returns the name, but also the account_id and the enabled status.
7640
7641 2006-09-09 [mones]      2.4.0cvs166
7642
7643         * manual/glossary.xml
7644         * manual/plugins.xml
7645                 Minor format corrections
7646         * manual/gpl.xml
7647                 Fix misplaced NO WARRANTY section
7648         * manual/es/advanced.xml
7649         * manual/es/faq.xml
7650         * manual/es/glossary.xml
7651         * manual/es/gpl.xml
7652         * manual/es/handling.xml
7653         * manual/es/plugins.xml
7654         * manual/es/starting.xml
7655                 Incorporate changes from English version
7656         * manual/fr/ack.xml
7657         * manual/pl/ack.xml
7658         * manual/es/ack.xml
7659                 Fix address, (add translation credits in es version)
7660         * po/es.po
7661                 Updated translation
7662
7663 2006-09-09 [wwp]        2.4.0cvs165
7664
7665         * src/prefs_filtering.c
7666                 fix a crash when opening filtering prefs, if matcherrc file contains
7667                 broken data (non-existing account id, which is theoretically not
7668                 possible).
7669
7670 2006-09-08 [colin]      2.4.0cvs164
7671
7672         * src/folder.c
7673                 Wrong assert, make it an if()
7674         * src/gtk/gtksctree.c
7675                 Fix bug #1013 (expand selected thread 
7676                 tree) - expanding is now recursive
7677
7678 2006-09-07 [wwp]        2.4.0cvs163
7679
7680         * src/prefs_matcher.c
7681                 make better sentences about addressbook matching in the
7682                 matcher prefs. This should make translators' work easier
7683                 too.
7684
7685 2006-09-07 [wwp]        2.4.0cvs162
7686
7687         * src/prefs_filtering.c
7688                 code simplification (get rid of dup var. assignment).
7689
7690 2006-09-07 [wwp]        2.4.0cvs161
7691
7692         * src/summaryview.c
7693                 use GTK_STOCK icons when possible, patch by Fabien Vantard
7694                 <fzzzzz@gmail.com>.
7695
7696 2006-09-07 [paul]       2.4.0cvs160
7697
7698         * src/mimeview.c
7699                 fix compilation warnings
7700                 Thanks to Colin
7701
7702 2006-09-07 [paul]       2.4.0cvs159
7703
7704         * src/mimeview.c
7705                 select the mimepart icon when
7706                 displaying as text
7707                 Thanks to Colin
7708
7709 2006-09-06 [paul]       2.4.0cvs158
7710
7711         * src/prefs_filtering.c
7712                 fix labels and table element spacing
7713                 Patch by Fabien Vantard
7714
7715 2006-09-06 [paul]
7716
7717         2.5.0-rc3 released
7718
7719 2006-09-06 [paul]       2.4.0cvs157
7720
7721         * manual/es/advanced.xml
7722                 fix typo
7723
7724 2006-09-06 [wwp]        2.4.0cvs156
7725
7726         * src/mainwindow.c
7727                 fix an dup launch issue when iconified, thanks to Colin.
7728
7729 2006-09-06 [wwp]        2.4.0cvs155
7730
7731         * src/gtk//gtksctree.h
7732                 oops, forgot that one!
7733
7734 2006-09-06 [wwp]        2.4.0cvs154
7735
7736         * manual/pl/advanced.xml
7737         * manual/advanced.xml
7738         * manual/es/advanced.xml
7739         * manual/fr/advanced.xml
7740         * src/prefs_customheader.c
7741         * src/prefs_filtering_action.c
7742         * src/foldersel.c
7743         * src/prefs_summaries.c
7744         * src/prefs_filtering.c
7745         * src/account.c
7746         * src/compose.c
7747         * src/prefs_summary_column.c
7748         * src/addr_compl.c
7749         * src/prefs_actions.c
7750         * src/prefs_folder_column.c
7751         * src/ssl_manager.c
7752         * src/prefs_template.c
7753         * src/prefs_display_header.c
7754         * src/prefs_common.h
7755         * src/prefs_matcher.c
7756         * src/prefs_common.c
7757         * src/prefs_toolbar.c
7758         * src/summaryview.c
7759         * src/folderview.c
7760         * src/gtk/gtksctree.c
7761         * src/gtk/pluginwindow.c
7762         * src/gtk/progressdialog.c
7763         * src/gtk/prefswindow.c
7764                 renamed hidden option enable_rules_hint to use_stripes_everywhere
7765                 to make its meaning more obvious (all versions of the manual reflect
7766                 the change).
7767                 added an extra hidden option use_stripes_in_summary to allow
7768                 discarding these stripes in mainwindow's folder and message lists;
7769                 en and fr manuals only are OK towards this.
7770
7771 2006-09-06 [colin]      2.4.0cvs153
7772
7773         * src/textview.c
7774                 Hide Sylpheed-Claws' internal queue headers
7775                 when showing all headers. They'll be present
7776                 only in Source window.
7777
7778 2006-09-05 [colin]      2.4.0cvs152
7779
7780         * src/plugins/trayicon/trayicon.c
7781                 Fix crash at exit - we have to disconnect
7782                 our handlers
7783         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
7784                 Update eggtrayicon - patch adapted from a
7785                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
7786                 on Sylpheed's ML
7787
7788 2006-09-05 [colin]      2.4.0cvs151
7789
7790         * src/mainwindow.c
7791         * src/gtk/logwindow.c
7792                 Fix race condition when something writes
7793                 to the log too soon during init. Thanks
7794                 to Fabien Vantard
7795
7796 2006-09-05 [colin]      2.4.0cvs150
7797
7798         * src/mimeview.c
7799                 Don't select part on right-click either
7800
7801 2006-09-05 [paul]       2.4.0cvs149
7802
7803         * src/mimeview.c
7804                 completion of previous commit
7805                 Thanks to Colin
7806
7807 2006-09-05 [colin]      2.4.0cvs148
7808
7809         * src/mimeview.c
7810                 Don't force selection on middle-click, just open
7811
7812 2006-09-04 [colin]      2.4.0cvs147
7813
7814         * src/mimeview.c
7815                 Looks like gtk_notebook_set_current_page()
7816                 sometimes steals focus, and this annoys us
7817                 in MimeViewers as it renders navigation
7818                 keys useless. Take back focus after switching
7819                 pages.
7820
7821 2006-09-04 [colin]      2.4.0cvs146
7822
7823         * src/messageview.c
7824                 Set stop_loading when clicking on Next
7825                 during load. Don't add a callback to 
7826                 avoid over-complicating things.
7827
7828 2006-09-04 [colin]      2.4.0cvs145
7829
7830         * src/mimeview.c
7831         * src/messageview.c
7832                 Fix multiple loads in separate messageview
7833
7834 2006-09-04 [colin]      2.4.0cvs144
7835
7836         * src/summaryview.c
7837                 Let navigation keys be handled during 
7838                 load
7839
7840 2006-09-04 [colin]      2.4.0cvs143
7841
7842         * src/messageview.c
7843         * src/summaryview.c
7844         * src/textview.c
7845         * src/textview.h
7846                 Make loading of huge mails (lots of text and/or
7847                 images) cancellable, so the GUI doesn't block 
7848
7849 2006-09-04 [colin]      2.4.0cvs142
7850
7851         * src/plugins/trayicon/trayicon.c
7852                 Fix annoyance when removing a folder with 
7853                 unread mails: trayicon didn't update
7854
7855 2006-09-04 [paul]       2.4.0cvs141
7856
7857         * src/gtk/icon_legend.c
7858                 straighten up columns
7859                 Patch by Fabien Vantard
7860
7861 2006-09-04 [wwp]        2.4.0cvs140
7862
7863         * src/prefs_filtering.c
7864                 fix new line's account name in filtering prefs:
7865                 was "All", is now "(New)".
7866
7867 2006-09-04 [paul]       2.4.0cvs139
7868
7869         * tools/make.themes.project
7870                 use "AUTOMAKE_OPTIONS = dist-bzip2"
7871                 instead of homebrewed "make release"
7872
7873 2006-09-03 [colin]      2.4.0cvs138
7874
7875         * src/folderview.c
7876                 Fix bug #1007 (Wrong folder highlighted)
7877
7878 2006-09-03 [colin]      2.4.0cvs137
7879
7880         * src/compose.c
7881                 Don't set Newsgroup: header to a mail folder
7882                 path
7883
7884 2006-09-03 [paul]       2.4.0cvs136
7885
7886         * src/prefs_other.c
7887         * src/prefs_spelling.c
7888                 unify the gui
7889
7890 2006-09-03 [paul]       2.4.0cvs135
7891
7892         * src/prefs_summaries.c
7893                 correct menu item text in prefs_keybind_apply_clicked()
7894
7895 2006-09-03 [paul]       2.4.0cvs134
7896
7897         * manual/advanced.xml
7898                 some improvements to the descriptions
7899         * src/mainwindow.c
7900         * src/messageview.c
7901         * src/summaryview.c
7902         * src/gtk/menu.c
7903                 fix menu sensitivity issues
7904         * src/prefs_message.c
7905                 drop the useless word 'short'
7906         * src/prefs_other.c
7907                 add the word 'lines' indicating log length
7908                 is a measure of lines
7909         * src/textview.c
7910                 fix compilation warnings
7911
7912 2006-09-02 [colin]      2.4.0cvs133
7913
7914         * src/messageview.c
7915                 Display a special return-receipt message
7916                 if the message is from the user
7917         * src/summaryview.c
7918                 Fix missing freeze of the list when marking
7919                 all read and unthreading for exec. Thanks
7920                 to Stephan Sachse.
7921
7922 2006-09-02 [paul]       2.4.0cvs132
7923
7924         * src/mainwindow.c
7925         * src/prefs_message.c
7926         * src/summaryview.c
7927                 fix some english
7928
7929 2006-09-02 [wwp]        2.4.0cvs131
7930
7931         * src/prefs_filtering.c
7932                 added an account name column to the filtering rules
7933                 dialog.
7934
7935 2006-09-02 [colin]      2.4.0cvs130
7936
7937         * src/gtk/logwindow.c
7938         * src/gtk/logwindow.h
7939                 Block scrolling if we're not at the end
7940                 of the log
7941
7942 2006-09-02 [colin]      2.4.0cvs129
7943
7944         * src/folder.c
7945                 Make sure account-specific rules can't
7946                 be used in {pre-,post-,}processing
7947         * src/mainwindow.c
7948         * src/gtk/logwindow.c
7949         * src/gtk/logwindow.h
7950                 Jump to last error when clicking on the
7951                 warning icon
7952
7953 2006-09-02 [colin]      2.4.0cvs128
7954
7955         * src/imap.c
7956         * src/import.c
7957         * src/mainwindow.c
7958         * src/mainwindow.h
7959                 Fix warning icon
7960         * src/inc.c
7961         * src/mbox.c
7962         * src/mbox.h
7963                 Let proc_mbox know its account, for
7964                 account-specific rules
7965
7966 2006-09-01 [colin]      2.4.0cvs127
7967
7968         * src/codeconv.c
7969                 Don't uselessly use iconv to convert from
7970                 us-ascii
7971         * src/alertpanel.c
7972         * src/mainwindow.c
7973         * src/mainwindow.h
7974         * src/inc.c
7975                 Fix certain log cases, disable warning icon
7976                 for now, the correct way to display it when
7977                 necessary and only when necessary is probably
7978                 to do it manually rather than use error logs
7979         * src/etpan/imap-thread.c
7980                 Clean up UID logging a bit
7981         * src/gtk/logwindow.c
7982         * src/gtk/logwindow.h
7983                 Make logging faster when the window's closed
7984
7985 2006-09-01 [wwp]        2.4.0cvs126
7986
7987         * manual/fr/account.xml
7988                 reflect changes to the ref. manual (parts of cvs72):
7989                 fix tabnames and quotes.
7990
7991 2006-09-01 [wwp]        2.4.0cvs125
7992
7993         * manual/fr/plugins.xml
7994                 reflect changes to the reference manual (cvs42):
7995                 update IRC channel info.
7996
7997 2006-09-01 [wwp]        2.4.0cvs124
7998
7999         * commitHelper
8000                 use CVSEDITOR env. var. if set, according to `man cvs`.
8001
8002 2006-09-01 [wwp]        2.4.0cvs123
8003
8004         * manual/advanced.xml
8005                 better sentence again (thanks to Paul).
8006
8007 2006-09-01 [wwp]        2.4.0cvs122
8008
8009         * manual/advanced.xml
8010         fix definition of toolbar_detachable and rework a bit the one of
8011         enable_dotted_lines.
8012
8013 2006-09-01 [mones]      2.4.0cvs121
8014
8015         * manual/advanced.xml
8016                 Document enable_dotted_lines
8017
8018 2006-09-01 [paul]       2.4.0cvs120
8019
8020         * src/folderview.c
8021         * src/folderview.h
8022         * src/imap.c
8023         * src/mainwindow.c
8024         * src/summaryview.c
8025                 obey the 'When entering folder...' option
8026                 when using the /View/Go to/... menu items
8027                 Thanks to Colin
8028
8029 2006-08-31 [colin]      2.4.0cvs119
8030
8031         * src/folderview.c
8032                 Revert 2.4.0cvs116, wrong fix.
8033
8034 2006-08-31 [colin]      2.4.0cvs118
8035
8036         * src/gtk/gtksctree.c
8037                 Better state the various copyrights
8038
8039 2006-08-31 [colin]      2.4.0cvs117
8040
8041         * src/prefs_common.c
8042                 fix enable_dotted_lines
8043
8044 2006-08-31 [colin]      2.4.0cvs116
8045
8046         * src/folderview.c
8047                 Use pref "Always open on select" when going
8048                 to next unread folder
8049         * src/gtk/gtksctree.c
8050                 Fix link failure to _gtk_clist_create_cell_layout
8051                 on certain computers. (Why not mine, I wonder)
8052
8053 2006-08-31 [colin]      2.4.0cvs115
8054
8055         * src/procmsg.c
8056         * src/textview.c
8057         * src/plugins/bogofilter/bogofilter.c
8058         * src/plugins/spamassassin/spamassassin.c
8059                 Requalify some "errors" to warnings
8060         * src/mainwindow.c
8061         * src/mainwindow.h
8062         * src/statusbar.c
8063                 Add an icon in the statusbar to notify
8064                 of errors
8065         * src/gtk/gtksctree.c
8066         * src/folderview.c
8067         * src/summaryview.c
8068                 Make the GtkSCTree look more modern by
8069                 alternating background lines
8070         * src/prefs_common.c
8071         * src/prefs_common.h
8072                 Add a pref to let people have the old
8073                 way if they prefer
8074
8075
8076 2006-08-30 [colin]      2.4.0cvs114
8077
8078         * src/procmsg.c
8079         * src/procmsg.h
8080                 Provide a way to filter a list of
8081                 messages in an optimised manner, and
8082                 add a list-filtering hook
8083         * src/folder.c
8084         * src/inc.c
8085         * src/mbox.c
8086                 Use the list filtering
8087         * src/plugins/bogofilter/bogofilter.c
8088                 Use the list-filtering hook
8089                 Use -b (bulk) mode for more speed
8090                 when learning and filtering
8091         * src/etpan/imap-thread.c
8092                 Make log output shorter in UID SEARCH
8093
8094
8095 2006-08-30 [colin]      2.4.0cvs113
8096
8097         * src/plugins/bogofilter/bogofilter.c
8098                 Really fast mass learning - thanks to David
8099                 Relson for the options explanations :)
8100
8101 2006-08-30 [colin]      2.4.0cvs112
8102
8103         * src/msgcache.c
8104                 Fix compilation on FreeBSD. Thanks
8105                 to Michael Hugues
8106
8107 2006-08-29 [colin]      2.4.0cvs111
8108
8109         * src/folderview.c
8110                 Handle "popup_menu" signal (for popping the 
8111                 menu via the keyboard)
8112         * src/mimeview.c
8113         * src/mimeview.h
8114         * src/summaryview.c
8115         * src/textview.c
8116         * src/gtk/gtkutils.c
8117         * src/gtk/gtkutils.h
8118                 Factorize scrolling code, and add an API 
8119                 for MimeViewers to handle scroll orders
8120
8121 2006-08-29 [wwp]        2.4.0cvs110
8122
8123         * src/plugins//bogofilter/bogofilter.c
8124         * src/plugins//spamassassin/spamassassin.c
8125                 make the bogofilter/spamassassin filtering error dialogs at
8126         incorporation obey to the "don't popup error dialog on
8127         receive error" option. If disabled, feed the log window w/
8128         the error message.
8129
8130 2006-08-29 [paul]
8131
8132         2.5.0-rc2 released
8133
8134 2006-08-29 [paul]       2.4.0cvs109
8135
8136         * Makefile.am
8137                 remove 'make release', it's not needed
8138                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
8139
8140 2006-08-29 [paul]       2.4.0cvs108
8141
8142         * src/foldersel.c
8143         * src/summary_search.c
8144         * src/gtk/progressdialog.c
8145         * src/plugins/pgpcore/passphrase.c
8146                 replace deprecated gtk_window_set_policy()
8147
8148 2006-08-29 [colin]      2.4.0cvs107
8149
8150         * src/folder.c
8151                 Fix data loss when copy fails during a move:
8152                 only use fast remove_msgs if everything was
8153                 copied OK; else use slow remove_msg on the
8154                 mails that got copied only.
8155
8156 2006-08-28 [paul]       2.4.0cvs106
8157
8158         * src/mh.c
8159                 revert change in 2.4.0cvs104, it breaks
8160                 stuff
8161
8162 2006-08-28 [paul]       2.4.0cvs105
8163
8164         * src/plugins/spamassassin/spamassassin.c
8165                 english fix
8166
8167 2006-08-28 [paul]       2.4.0cvs104
8168
8169         * src/mh.c
8170                 fix data loss when moving to another
8171                 mailbox fails
8172         * src/prefs_spelling.c
8173                 improve the english
8174         * src/gtk/pluginwindow.c
8175                 improve the layout of the dialog text
8176         All thanks to Colin
8177
8178 2006-08-28 [paul]       2.4.0cvs103
8179
8180         * src/plugins/bogofilter/bogofilter.c
8181         * src/plugins/bogofilter/bogofilter_gtk.c
8182                 fix english up a bit, innit
8183
8184 2006-08-28 [paul]       2.4.0cvs102
8185
8186         * configure.ac
8187         * po/Makefile.in.in
8188         * po/Makevars
8189                 require autoconf 2.60, enabling building
8190                 with gettext 0.15 (gettext 0.14.x build still
8191                 possible). Replace Makefiles with versions
8192                 from gettext 0.15.
8193                 Remove configure options --with-localedir and
8194                 --with-mandir. The options that are provided
8195                 directly by autoconf 2.60 can be used instead:
8196                 --mandir --localedir
8197
8198 2006-08-27 [colin]      2.4.0cvs101
8199
8200         * src/plugins/bogofilter/Makefile.am
8201                 Fix make dist (no README)
8202
8203 2006-08-27 [colin]      2.4.0cvs100
8204
8205         * src/folder.c
8206                 Don't use F_UNKNOWN folders for any default
8207                 outbox/trash/etc
8208         * src/plugins/bogofilter/bogofilter.c
8209         * src/plugins/bogofilter/bogofilter.h
8210         * src/plugins/bogofilter/bogofilter_gtk.c
8211                 Add an option to specify the path to bogofilter
8212                 Use single-quotes to be able to learn in folders
8213                 with spaces in their names
8214                 Verify learning status
8215
8216 2006-08-27 [colin]      2.4.0cvs99
8217
8218         * manual/faq.xml
8219         * manual/plugins.xml
8220                 Document Bogofilter plugin
8221
8222 2006-08-27 [colin]      2.4.0cvs98
8223
8224         * src/compose.c
8225         * src/messageview.c
8226         * src/procmsg.c
8227         * src/procmsg.h
8228                 When possible, copy the queued mail to sent folder
8229                 instead of re-adding. Much faster on IMAP.
8230
8231 2006-08-27 [colin]      2.4.0cvs97
8232
8233         * src/msgcache.c
8234                 Disable mmaped caches - huge metadata loss
8235                 here after a power failure.
8236         * src/summaryview.c
8237                 Add quicksearch timing
8238         * src/common/plugin.c
8239         * src/common/plugin.h
8240                 Implement an interface to tell what plugins
8241                 provide. Prevent loading of similar plugins.
8242         * src/plugins/clamav/clamav_plugin.c
8243         * src/plugins/demo/demo.c
8244         * src/plugins/dillo_viewer/dillo_viewer.c
8245         * src/plugins/pgpcore/plugin.c
8246         * src/plugins/pgpinline/pgpinline.c
8247         * src/plugins/pgpmime/pgpmime.c
8248         * src/plugins/spamassassin/spamassassin.c
8249         * src/plugins/trayicon/trayicon.c
8250                 Implement plugin_provides()
8251
8252 2006-08-27 [colin]      2.4.0cvs96
8253
8254         * configure.ac
8255         * src/plugins/Makefile.am
8256         * src/plugins/bogofilter/.cvsignore
8257         * src/plugins/bogofilter/Makefile.am
8258         * src/plugins/bogofilter/bogofilter.c
8259         * src/plugins/bogofilter/bogofilter.h
8260         * src/plugins/bogofilter/bogofilter_gtk.c
8261                 New Bogofilter plugin, provides filtering and
8262                 learning. Spamassassin will go to extra plugins.
8263
8264 2006-08-26 [mones]      2.4.0cvs95
8265
8266         * manual/handling.xml
8267                 Fix subfolder path in the example (thanks to Paul) 
8268
8269 2006-08-26 [mones]      2.4.0cvs94
8270
8271         * manual/glossary.xml
8272                 2.2. + add ISP to the glossary
8273                 7.5. + Add UIDL to glossary
8274                 7.7. + Add TCP to glossary
8275         * manual/handling.xml
8276                 7.1. + Mentions GNU/Linux distribution, what about the non...
8277                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
8278                 7.3. + Mentions .bashrc, what about the non-bash ones? 
8279                 7.4. = Use appropriate quotation for commands
8280                 7.6. = change "" to <quote></quote>
8281         * manual/plugins.xml
8282                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
8283         * manual/starting.xml
8284                 2.1. + local mbox file: some examples of mbox file locations...
8285                 Also reformatted files requiring it
8286
8287 2006-08-26 [wwp]        2.4.0cvs93
8288
8289         * src/summary_search.c
8290                 disable find buttons while summary search is running.
8291
8292 2006-08-25 [colin]      2.4.0cvs92
8293
8294         * src/folder.c
8295         * src/folderutils.c
8296         * src/mh.c
8297         * src/procmsg.h
8298         * src/summaryview.c
8299                 Speed up MH moving, and add progressbar
8300                 for MH deletion
8301         * src/msgcache.c
8302                 Write cache files using mmap() too
8303
8304 2006-08-25 [wwp]        2.4.0cvs91
8305
8306         * src/summaryview.c
8307                 switch spam<->ham button when a message has been marked as spam or ham
8308                 and is still selected. Thanks to Colin.
8309
8310 2006-08-25 [paul]       2.4.0cvs90
8311
8312         * src/Makefile.am
8313         * src/stock_pixmap.c
8314         * src/stock_pixmap.h
8315         * src/summaryview.c
8316         * src/gtk/icon_legend.c
8317         * src/pixmaps/copied.xpm
8318         * src/pixmaps/moved.xpm
8319                 add icons for delayed execution marked for
8320                 copying, marked for moving
8321
8322 2006-08-25 [mones]      2.4.0cvs89
8323
8324         * manual/glossary.xml
8325                 Fix the other glossary items:
8326                 5.1. = Inmmediate execution -> <quote>immediate execution...
8327                 5.2. = Fix MBOX capitalization -> Mbox
8328                 5.3. + Improve Plugins def. w/ tech. ref.
8329                 5.4. = Quotation -> replace '>' by <quote>></quote>
8330                 5.5. - SMTP Server. -> remove dot
8331         * po/es.po
8332                 Updated translation
8333
8334 2006-08-25 [mones]      2.4.0cvs88
8335
8336         * manual/ack.xml
8337                 Reformatted, changed email address
8338         * manual/glossary.xml
8339                 Reformatted, fixed MANUAL-TODO items:
8340                 8.2. + add ROT-13 to glossary
8341                 8.4. + add URL to glossary
8342         * manual/es/advanced.xml
8343                 Fixed <literal>s
8344
8345 2006-08-25 [paul]       2.4.0cvs87
8346
8347         * src/gtk/icon_legend.c
8348                 add 'marked for deletion' icon
8349                 arrange icons by containing column
8350                 wrap long label text
8351
8352 2006-08-25 [colin]      2.4.0cvs86
8353
8354         * src/common/utils.c
8355         * src/common/utils.h
8356                 Add the sc_g_*list_bigger functions in
8357                 a place everyone can use it
8358         * src/summaryview.c
8359                 Only freeze/thaw the list when working
8360                 on the selection, if it's bigger than 1
8361         * src/gtk/gtksctree.c
8362                 Only freeze/thaw the list when unselec-
8363                 ting 'all' if ('all' != 1)
8364                 This avoids some flickering
8365
8366 2006-08-24 [colin]      2.4.0cvs85
8367
8368         * src/addressbook.c
8369                 Fix strange list selection
8370                 Fix random seg (Invalid read of freed memory)
8371
8372 2006-08-24 [colin]      2.4.0cvs84
8373
8374         * src/alertpanel.c
8375         * src/gtk/inputdialog.c
8376         * src/plugins/pgpcore/passphrase.c
8377                 Revert minimal width patch of 2.4.0cvs67,
8378                 as it is also a maximal width. Use 
8379                 gtk_window_set_default_size instead.
8380
8381 2006-08-24 [colin]      2.4.0cvs83
8382
8383         * src/msgcache.c
8384                 Write cache/mark to temp files before
8385                 overwriting old ones (avoids metadata
8386                 loss if writing the new files fail).
8387                 Use mmap() to read cache/mark file, as
8388                 this makes cache reading faster. Dis-
8389                 abled for big-endian machines until it
8390                 can be tested. (Big-endian users: set
8391                 msgcache_use_mmap = TRUE in the relevant
8392                 #if).
8393         * src/procmsg.h
8394                 Move rarely used fields of MsgInfo in 
8395                 another structure, which will only be
8396                 allocated if needed. Face, X-Face,
8397                 Return receipt headers and List-*
8398                 headers are moved. Mails having none
8399                 of these occupy 52 bytes less with
8400                 this patch, which makes 2.5MB of RAM
8401                 saved on a 50k folder).
8402         * src/headerview.c
8403         * src/mainwindow.c
8404         * src/messageview.c
8405         * src/partial_download.c
8406         * src/procheader.c
8407         * src/procmsg.c
8408         * src/textview.c
8409                 Follow this structure change.
8410
8411 2006-08-24 [wwp]        2.4.0cvs82
8412
8413         * manual/es/.cvsignore
8414         * manual/es/dist/.cvsignore
8415         * manual/es/dist/html/.cvsignore
8416         * manual/es/dist/pdf/.cvsignore
8417         * manual/es/dist/ps/.cvsignore
8418         * manual/es/dist/txt/.cvsignore
8419                 more (generated) files to ignore.
8420
8421 2006-08-24 [colin]      2.4.0cvs81
8422
8423         * src/folder.c
8424         * src/mh.c
8425                 Fix possible problems with local delivery. Check the folder doesn't
8426                 need scan before setting its mtime when saving cache (which can be
8427                 done long after the folder's been modified by an external process);
8428                 Check that the stored item's mtime didn't change in mh functions.
8429
8430 2006-08-24 [mones]      2.4.0cvs80
8431
8432         * manual/advanced.xml
8433                 Rewrapping, some fixes and MANUAL-TODO items:
8434                 8.1. = change "" to <quote></quote>
8435                 8.3. = quote menu items
8436                 8.5. - deploying -> new user ... ideally a new user (redundant)
8437
8438 2006-08-23 [colin]      2.4.0cvs79
8439
8440         * src/gtk/gtksctree.c
8441                 When selecting or deselecting range, only
8442                 freeze/thaw when selection is bigger than 10
8443
8444 2006-08-23 [colin]      2.4.0cvs78
8445
8446         * src/messageview.c
8447         * src/mimeview.c
8448         * src/mimeview.h
8449         * src/plugins/dillo_viewer/dillo_viewer.c
8450                 Provide an API for MimeViewer plugins to
8451                 return a text selection for replying
8452
8453 2006-08-23 [colin]      2.4.0cvs77
8454
8455         * src/image_viewer.c
8456         * src/textview.c
8457                 Use gtk_pixbuf_new_from_file_at_scale(), which
8458                 is faster than getting the pixbuf then resizing
8459                 it.
8460
8461 2006-08-23 [colin]      2.4.0cvs76
8462
8463         * src/procmime.c
8464                 UTF-8 should be sent Quoted-printable
8465
8466 2006-08-22 [colin]      2.4.0cvs75
8467
8468         * src/mh.c
8469                 Check if scan is required before touching
8470                 the folder (or it'll be required every time)
8471
8472 2006-08-22 [colin]      2.4.0cvs74
8473
8474         * configure.ac
8475                 Require libetpan 0.46 (crasher fix when built
8476                 against gnutls)
8477
8478 2006-08-22 [colin]      2.4.0cvs73
8479
8480         * src/folder.c
8481                 Set folder's mtime after writing its
8482                 cache
8483         * src/folderview.c
8484                 Add some timing
8485         * src/procmsg.c
8486                 Don't do useless stuff if we don't 
8487                 thread by subject
8488         * src/summaryview.c
8489                 Add some timing, don't deselect prior
8490                 to selecting (gtksctree does it itself),
8491                 remove crash avoidance hacks as it's been
8492                 properly fixed since a while
8493         * src/common/utils.c
8494                 Optimize to_human_readable(): _() is slow,
8495                 do it only once, and avoid %f format for KB
8496                 (the most common in a summaryview)
8497         * src/gtk/gtksctree.c
8498                 Don't uselessly freeze/thaw (fixes flicker
8499                 on next unread and friends), reduce number
8500                 of g_list_nth/g_list_position where possible
8501         * src/gtk/gtkutils.c
8502         * src/gtk/gtkutils.h
8503                 Reduce number of g_list_nth/g_list_position
8504                 where possible.
8505                 All of this makes loading as 70k folder 2.1
8506                 seconds instead of 3.2 (with hot FS caches).
8507                 (1.3 seconds without Date and Size columns...)
8508
8509 2006-08-22 [paul]       2.4.0cvs72
8510
8511         wrap documents and do some items from mones' MANUAL-TODO:
8512
8513         * manual/account.xml
8514                 4.1. = fix tabname references to <quote>tabname</quote>
8515                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
8516         * manual/faq.xml
8517                 1.1. = mentioned options don't match UI
8518                 Add information about the 'Never send Return Receipts'
8519                 option
8520         * manual/handling.xml
8521                 6.2. = Mentions Extended symbols button, but now is
8522                 named Information
8523                 6.3. = Mentions ... button, which is now Edit
8524
8525 2006-08-22 [colin]      2.4.0cvs71
8526
8527         * src/gtk/pluginwindow.c
8528                 Fix layout in verbose translations (such
8529                 as french)
8530
8531 2006-08-22 [paul]       2.4.0cvs70
8532
8533         * manual/Makefile.am
8534                 build manuals in alphabetical order
8535         * src/addressbook.c
8536         * src/prefs_themes.c
8537                 replace/remove deprecated symbols
8538         * src/gtk/gtkutils.c
8539                 fix a warning
8540         * src/gtk/pluginwindow.c
8541                 replace deprecated symbol
8542                 replace label text and move it
8543         * src/plugins/pgpcore/prefs_gpg.c
8544                 move the 'Generate...' button out of the
8545                 Sign Key frame, replace the English used
8546         * src/plugins/pgpcore/sgpgme.c
8547                 fixes to the English
8548
8549 2006-08-21 [colin]      2.4.0cvs69
8550
8551         * src/plugins/trayicon/trayicon.c
8552                 Add more strings for translation; patch
8553                 by Pawel
8554
8555 2006-08-21 [colin]      2.4.0cvs68
8556
8557         * src/compose.c
8558                 fix replied flag not set after drafting
8559         * src/matcher.c
8560                 fix body quicksearch in non-encoded bodies
8561                 containing '='
8562         * src/msgcache.c
8563                 Get rid of the g_malloc workaround for
8564                 corrupted caches, use g_try_malloc
8565
8566 2006-08-21 [colin]      2.4.0cvs67
8567
8568         * src/alertpanel.c
8569         * src/gtk/inputdialog.c
8570         * src/plugins/pgpcore/passphrase.c
8571                 Set minimal width to 375
8572         * src/mainwindow.c
8573                 Fix switching to offline, asking if it 
8574                 should be overriden for synchronising
8575         * src/mimeview.c
8576                 Don't offer to remember command on Open 
8577                 with for text parts, as the browser or 
8578                 text editor command isn't changed from 
8579                 there
8580
8581 2006-08-20 [paul]       2.4.0cvs66
8582
8583         * po/ko.po
8584         * po/zh_CN.po
8585                 fix plural form errors. revealed by stricter
8586                 checking of gettext 0.15
8587
8588 2006-08-18 [paul]       2.4.0cvs65
8589
8590         * src/stock_pixmap.c
8591                 fix the fix of 2.4.0cvs64
8592                 Thanks to Colin
8593
8594 2006-08-18 [paul]       2.4.0cvs64
8595
8596         * src/stock_pixmap.c
8597                 fix leaks
8598                 Thanks to Colin
8599
8600 2006-08-18 [paul]       2.4.0cvs63
8601
8602         * src/compose.c
8603         * src/procmsg.c
8604                 fix occasional IMAP bug where large msgs
8605                 were left in the queue folder after sending
8606                 Thanks to Colin
8607
8608 2006-08-18 [paul]       2.4.0cvs62
8609
8610         * src/folderview.c
8611                 freeze the summaryview while quicksearch results
8612                 are displayed
8613                 (fixes bug 456 'current message is hidden when the
8614                 view is refreshed and extended search is "unread 
8615                 messages"')
8616                 Thanks to Colin
8617         * src/textview.c
8618                 add missing #include "inputdialog.h"
8619         * src/common/utils.h
8620                 add missing mailcap_update_default() and improve
8621                 readability
8622
8623 2006-08-17 [colin]      2.4.0cvs61
8624
8625         * src/plugins/pgpcore/select-keys.c
8626                 Fix warnings :)
8627
8628 2006-08-17 [colin]      2.4.0cvs60
8629
8630         * src/compose.c
8631                 Don't continue queuing if Cancel is clicked
8632                 in select-keys
8633
8634 2006-08-17 [colin]      2.4.0cvs59
8635
8636         * src/plugins/pgpcore/select-keys.c
8637                 When encrypting, if only one key matches and it 
8638                 matches exactly, automatically use it.
8639
8640 2006-08-17 [colin]      2.4.0cvs58
8641
8642         * src/mimeview.c
8643         * src/prefs_common.c
8644         * src/prefs_common.h
8645         * src/prefs_ext_prog.c
8646         * src/textview.c
8647                 Fix issues with previous patch (text/html)
8648                 Remove outdated prefs
8649
8650 2006-08-17 [colin]      2.4.0cvs57
8651
8652         * src/imap.c
8653                 Add View Log button on auth error
8654         * src/procmsg.c
8655                 Fix encrypted mail marked as new when
8656                 saved in normal folders
8657         * src/plugins/pgpinline/pgpinline.c
8658                 Fix encrypt bug on IMAP
8659         * src/mimeview.c
8660         * src/common/utils.c
8661         * src/common/utils.h
8662         * src/gtk/inputdialog.c
8663         * src/gtk/inputdialog.h
8664                 Get rid of metamail stuff, simplify
8665                 opening, and allow remembering of user's
8666                 choices (by updating ~/.mailcap). There's
8667                 still to drop "Audio player" and "Image
8668                 viewer" preferences.
8669
8670 2006-08-17 [mones]      2.4.0cvs56
8671
8672         * manual/es/sylpheed-claws-manual.xml
8673                 fix DTD path
8674
8675 2006-08-17 [mones]      2.4.0cvs55
8676
8677         * configure.ac
8678         * manual/Makefile.am
8679         * manual/es/Makefile.am
8680         * manual/es/account.xml
8681         * manual/es/ack.xml
8682         * manual/es/addrbook.xml
8683         * manual/es/advanced.xml
8684         * manual/es/faq.xml
8685         * manual/es/glossary.xml
8686         * manual/es/gpl.xml
8687         * manual/es/handling.xml
8688         * manual/es/intro.xml
8689         * manual/es/keyboard.xml
8690         * manual/es/plugins.xml
8691         * manual/es/starting.xml
8692         * manual/es/sylpheed-claws-manual.xml
8693         * manual/es/dist/Makefile.am
8694         * manual/es/dist/html/Makefile.am
8695         * manual/es/dist/pdf/Makefile.am
8696         * manual/es/dist/ps/Makefile.am
8697         * manual/es/dist/txt/Makefile.am
8698                 Spanish translation for the manual
8699
8700 2006-08-16 [colin]      2.4.0cvs54
8701
8702         * src/compose.c
8703         * src/main.c
8704         * src/mainwindow.c
8705                 Fix send button sensitivity at startup
8706                 Set send menu sensitivity (patch by Fabien)
8707         * src/ssl_manager.c
8708                 Enable closing with esc (patch by Fabien)
8709         * src/gtk/foldersort.c
8710                 Enable closing with esc (patch by Fabien)
8711         * src/procmime.c
8712                 Optimisation (no need to copy to tempfile to
8713                 "decode" 7bit and 8bit)
8714         * src/summaryview.c
8715                 Fix cruft in swap_from case
8716         * src/textview.c
8717                 Fix missing last line in some mail cases 
8718                 (Fixes debian #381872)
8719         * src/plugins/pgpcore/prefs_gpg.c
8720         * src/plugins/pgpcore/sgpgme.c
8721         * src/plugins/pgpcore/sgpgme.h
8722                 Don't show "no key found" when user explicitely
8723                 wants to create a key
8724
8725 2006-08-16 [paul]       2.4.0cvs53
8726
8727         * configure.ac
8728         * src/account.c
8729         * src/addressbook.c
8730         * src/headerview.c
8731         * src/prefs_account.c
8732         * src/prefs_message.c
8733         * src/gtk/gtkutils.c
8734                 bump up minimum required versions of GTK+ and
8735                 GLIB to 2.6.0
8736
8737 2006-08-16 [paul]       2.4.0cvs52
8738
8739         * src/toolbar.c
8740                 workaround GTK+ Bug 351600 - 'Can't re-click
8741                 on button after sensitivity update'
8742                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
8743                 Thanks to Colin
8744
8745 2006-08-15 [colin]      2.4.0cvs51
8746
8747         * src/plugins/pgpcore/prefs_gpg.c
8748                 Set options sensitivity according to
8749                 key existence
8750         * src/plugins/pgpcore/sgpgme.c
8751                 Allow to create key with no passphrase
8752
8753 2006-08-14 [cleroy]     2.4.0cvs50
8754
8755         * src/gtk/pluginwindow.c
8756                 New layout (maybe to be changed?)
8757         * src/gtk/gtkutils.c
8758                 Fix a bit label_window
8759         * src/plugins/pgpcore/passphrase.c
8760         * src/plugins/pgpcore/passphrase.h
8761         * src/plugins/pgpcore/plugin.c
8762         * src/plugins/pgpcore/prefs_gpg.c
8763         * src/plugins/pgpcore/prefs_gpg.h
8764         * src/plugins/pgpcore/sgpgme.c
8765         * src/plugins/pgpcore/sgpgme.h
8766                 Allow to create a PGP private key via the GUI
8767
8768 2006-08-14 [wwp]        2.4.0cvs49
8769
8770         * src/addressbook_foldersel.c
8771                 fix strict ISO C90 compliance.
8772
8773 2006-08-14 [paul]       2.4.0cvs48
8774
8775         * src/gtk/prefswindow.c
8776                 re-set scrolled window on opening
8777                 Patch by Ticho
8778
8779 2006-08-14 [paul]
8780
8781         2.5.0-rc1 released
8782
8783 2006-08-14 [paul]       2.4.0cvs47
8784
8785         * src/prefs_display_header.c
8786                 re-enable user-defined Displayed Headers
8787
8788 2006-08-14 [paul]       2.4.0cvs46
8789
8790         * src/prefs_account.c
8791                 use GTK_STOCK_EDIT
8792
8793 2006-08-13 [colin]      2.4.0cvs45
8794
8795         * src/common/utils.c
8796                 Fix "a" in quote when the original message is empty,
8797                 by using \0 instead of 'a' to test writability of
8798                 temp files.
8799
8800 2006-08-13 [wwp]        2.4.0cvs44
8801
8802         * src/plugins/spamassassin/spamassassin.c
8803                 fix capitalization of "SpamAssassin" in some debug, log and
8804                 dialog messages.
8805
8806 2006-08-13 [paul]       2.4.0cvs43
8807
8808         * src/editldap.c
8809                 fix overlapping widgets
8810         * src/prefs_account.c
8811                 fix translation of protocol_names[]
8812                 fix label disappearing off the edge of the
8813                 visible area
8814
8815 2006-08-12 [paul]       2.4.0cvs42
8816
8817         * manual/plugins.xml
8818                 update IRC channel info before it gets forgotten
8819                 about
8820
8821 2006-08-11 [colin]      2.4.0cvs41
8822
8823         * src/compose.c
8824         * src/mainwindow.c
8825         * src/mainwindow.h
8826         * src/procmsg.c
8827         * src/procmsg.h
8828         * src/summaryview.c
8829         * src/toolbar.c
8830                 Grey out the Send button if
8831                 - Queue folders are empty, or
8832                 - We're sending already
8833
8834 2006-08-11 [wwp]        2.4.0cvs40
8835
8836         * src/main.c
8837                 fix a logic issue when quitting while a compose window is
8838                 still open, thanks to Colin.
8839
8840 2006-08-10 [colin]      2.4.0cvs39
8841
8842         * src/main.c
8843                 Fix default font size setting after wizard run
8844         * src/imap.c
8845         * src/etpan/imap-thread.c
8846         * src/etpan/imap-thread.h
8847                 Fix bug #999 (Timing out on TSL cert validation 
8848                 dialog makes ugly things happen). Also, STARTTLS
8849                 unconditionnaly if initial capabilities contain
8850                 LOGINDISABLED and STARTTLS.
8851
8852 2006-08-09 [colin]      2.4.0cvs38
8853
8854         * src/mainwindow.c
8855         * src/mainwindow.h
8856                 Fix Tools/Actions sensitivity when there are
8857                 no actions
8858
8859 2006-08-09 [colin]      2.4.0cvs37
8860
8861         * src/prefs_filtering.c
8862                 Warning fix, patch by Paul
8863         * src/messageview.c
8864         * src/prefs_actions.c
8865         * src/prefs_filtering_action.c
8866         * src/prefs_matcher.c
8867                 Uniformisation of "Info ..." to "Info..." (for
8868                 old gtk), patch by Fabien
8869         * src/plugins/clamav/clamav_plugin_gtk.c
8870                 Sensitivity fix by Fabien
8871
8872 2006-08-09 [colin]      2.4.0cvs36
8873
8874         * src/main.c
8875         * src/main.h
8876                 Add a function to know whether we're exiting
8877         * src/plugins/trayicon/trayicon.c
8878                 If exiting, don't do anything. Faster, and
8879                 avoids gtk_main_iteration reentracy causing
8880                 segfaults at exit
8881
8882 2006-08-09 [colin]      2.4.0cvs35
8883
8884         * src/messageview.c
8885         * src/mimeview.c
8886         * src/mimeview.h
8887                 Fix lack of part selection when automatically 
8888                 jumping to a specific part
8889         * src/msgcache.c
8890                 Little optimisation in cache reading
8891
8892 2006-08-09 [colin]      2.4.0cvs34
8893
8894         * src/compose.c
8895                 Fix crash setting the priority on reedit
8896                 (Accessing compose before creating it!)
8897
8898 2006-08-08 [colin]      2.4.0cvs33
8899
8900         * src/procmime.c
8901                 Fix bug #998 (last attachment is not accessible)
8902                 Bad RFC interpretation on multipart close-delimiters
8903         * src/mimeview.c
8904         * src/mimeview.h
8905         * src/gtk/gtkvscrollbutton.c
8906         * src/gtk/gtkvscrollbutton.h
8907                 Make attachments list wheel-scrollable
8908
8909 2006-08-07 [colin]      2.4.0cvs32
8910
8911         * src/gtk/gtkaspell.c
8912                 Fix bug #973 (Unicode punctation characters 
8913                 are not recognized as separators by the
8914                 spell checker); fix unsigned stuff
8915
8916 2006-08-07 [colin]      2.4.0cvs31
8917
8918         * src/compose.c
8919                 Fix bug #956 (DnD text with accents in compose 
8920                 text entry); fix gccc's signed/unsigned fuss
8921
8922 2006-08-06 [colin]      2.4.0cvs30
8923
8924         * src/main.c
8925                 Fix bug #979 (Plugin crashes when exiting 
8926                 sylpheed-claws) : handle exit request only 
8927                 once
8928
8929 2006-08-05 [colin]      2.4.0cvs29
8930
8931         * src/news.c
8932                 Just make sure we have a msgid.
8933
8934 2006-08-05 [colin]      2.4.0cvs28
8935
8936         * src/news.c
8937         * src/summaryview.c
8938                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
8939                 by reimplementing it
8940         * src/textview.c
8941                 Fix bug when hiding quotes with level > 3 and quote
8942                 colors are recycled
8943
8944 2006-08-04 [colin]      2.4.0cvs27
8945
8946         * src/compose.c
8947         * src/undo.c
8948         * src/undo.h
8949                 Fix a bit replace-by-pasting undo
8950         * src/mainwindow.c
8951         * src/messageview.c
8952                 Fix Fold quotes menu synchro in
8953                 mainwindow when it changes in 
8954                 messageview
8955         * src/textview.c
8956                 Fix right-click on quotes blocks
8957         * src/common/utils.c
8958                 Verify that the file created by
8959                 my_tmpfile() is writable. Fixes
8960                 bug #988 (very specific filesystem
8961                 issue)
8962         * src/plugins/pgpcore/sgpgme.c
8963                 Fix file descriptor leak
8964         * src/plugins/spamassassin/spamassassin.c
8965                 Warn once if spamd isn't reachable
8966
8967 2006-08-04 [colin]      2.4.0cvs26
8968
8969         * src/toolbar.c
8970                 i18n context patch by Fabien
8971
8972 2006-08-03 [colin]      2.4.0cvs25
8973
8974         * src/mainwindow.c
8975         * src/messageview.c
8976                 Rename "Hide quotes" to "Fold quotes"
8977         * src/textview.c
8978                 Don't use hand cursor on quotes. "all 
8979                 the bonuses of the feature and none of 
8980                 unwelcome side-effects"
8981
8982 2006-08-03 [colin]      2.4.0cvs24
8983
8984         * AUTHORS
8985         * sylpheed-claws.desktop
8986         * src/gtk/authors.h
8987                 Bring the desktop file to XDG compliance
8988                 Patch by Charles A. Edwards
8989
8990 2006-08-03 [colin]      2.4.0cvs23
8991
8992         * src/textview.c
8993                 Fix links offset when they are preceded
8994                 by accentued chars (g_utf8_strlen!)
8995         * src/mainwindow.c
8996                 Fix wrong status when starting offline
8997
8998
8999 2006-08-03 [wwp]        2.4.0cvs22
9000
9001         * src/prefs_common.h
9002                 ask what to do w/ filtering rules that belong to an account when
9003                 applying filtering rules manually from the main window (skip,
9004                 apply regardless of the account, use current account). This dialog
9005                 can be skipped and the last reply used.
9006                 (forgot that file)
9007
9008 2006-08-03 [wwp]        2.4.0cvs21
9009
9010         * src/filtering.c
9011         * src/filtering.h
9012         * src/prefs_common.c
9013         * src/summaryview.c
9014         * src/alertpanel.c
9015         * src/alertpanel.h
9016         * src/messageview.c
9017                 ask what to do w/ filtering rules that belong to an account when
9018                 applying filtering rules manually from the main window (skip,
9019                 apply regardless of the account, use current account). This dialog
9020                 can be skipped and the last reply used.
9021
9022
9023 2006-08-03 [colin]      2.4.0cvs20
9024
9025         * src/textview.c
9026                 Optimize previous patch
9027
9028 2006-08-03 [cleroy]     2.4.0cvs19
9029
9030         * src/textview.c
9031                 Fix quotes getting toggled back when the
9032                 mail has an even number of text parts
9033
9034 2006-08-02 [colin]      2.4.0cvs18
9035
9036         * src/messageview.c
9037                 Add Hide quotes menu
9038
9039 2006-08-02 [colin]      2.4.0cvs17
9040
9041         * src/mainwindow.c
9042         * src/prefs_common.c
9043         * src/textview.c
9044         * src/textview.h
9045         * src/gtk/about.c
9046                 Allow per-level quote hiding,
9047                 Allow toggling quotes by double-clicking them
9048                 Rename RemoteURI to ClickableText to reflect
9049                 the fact it's used for a variety of things
9050
9051 2006-08-02 [wwp]        2.4.0cvs16
9052
9053         * src/mainwindow.c
9054                 fix "View/Hide quotes" menu item status initialization.
9055
9056 2006-08-02 [wwp]        2.4.0cvs15
9057
9058         * src/matcher_parser_parse.y
9059                 remove a debug trace.
9060
9061 2006-08-02 [paul]       2.4.0cvs14
9062
9063         * src/plugins/pgpcore/passphrase.c
9064                 don't set initial dialog size
9065                 make it resizable
9066
9067 2006-08-02 [paul]       2.4.0cvs13
9068
9069         * src/noticeview.c
9070                 remove the rogue '/' character
9071
9072 2006-08-02 [paul]       2.4.0cvs12
9073
9074         * src/noticeview.c
9075                 allow buttons to resize as necessary
9076
9077 2006-08-01 [wwp]        2.4.0cvs11
9078
9079         * src/mbox.c
9080                 fix strict ISO C90 compliance.
9081
9082 2006-08-01 [wwp]        2.4.0cvs10
9083
9084         * tools/update-po
9085                 updated update-po tool to work w/ context-dependent translations.
9086                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
9087
9088 2006-08-01 [wwp]        2.4.0cvs9
9089
9090         * src/matcher.c
9091         * src/prefs_filtering.c
9092         * src/prefs_matcher.c
9093                 allow context-dependent translations for "All",
9094                 patch by Fabien Vantard <fzzzzz@gmail.com>.
9095
9096 2006-07-31 [colin]      2.4.0cvs8
9097
9098         * AUTHORS
9099         * src/gtk/authors.h
9100                 Add Rafal to authors
9101
9102 2006-07-31 [colin]      2.4.0cvs7
9103
9104         * src/compose.c
9105         * src/mainwindow.c
9106         * src/messageview.h
9107         * src/prefs_common.c
9108         * src/prefs_common.h
9109         * src/textview.c
9110                 Add 'View/Hide quotes'. Patch based on a patch
9111                 by Rafal Weglarz
9112
9113 2006-07-31 [colin]      2.4.0cvs6
9114
9115         * src/action.c
9116                 Fix problem with "> stuff >" actions
9117
9118 2006-07-31 [paul]       2.4.0cvs5
9119
9120         * po/nb.po
9121                 updated by Geir Helland
9122
9123 2006-07-31 [wwp]        2.4.0cvs4
9124
9125         * src/mainwindow.c
9126         * src/summaryview.c
9127         * src/summaryview.h
9128                 add "View/Go to/Parent message" and "View/Go to/Last read message",
9129                 thanks to Colin.
9130
9131 2006-07-31 [wwp]        2.4.0cvs3
9132
9133         * src/Makefile.am
9134         * src/addr_compl.c
9135         * src/addr_compl.h
9136         * src/addressbook.c
9137         * src/addressbook.h
9138         * src/addressbook_foldersel.c
9139         * src/addressbook_foldersel.h
9140         * src/addrindex.c
9141         * src/addrindex.h
9142         * src/matcher.c
9143         * src/matcher.h
9144         * src/matcher_parser_lex.l
9145         * src/matcher_parser_parse.y
9146         * src/prefs_common.c
9147         * src/prefs_common.h
9148         * src/prefs_filtering.c
9149         * src/prefs_matcher.c
9150         * src/prefs_matcher.h
9151         * src/summaryview.c
9152                 introduce filtering against the address book. It's now possible to add
9153                 matched conditions to determine if any email address in a message matches
9154                 or doesn't match any or all books or folders in the address book.
9155
9156 2006-07-31 [wwp]        2.4.0cvs2
9157
9158         * src/account.c
9159         * src/filtering.c
9160         * src/filtering.h
9161         * src/folder.c
9162         * src/folderview.c
9163         * src/inc.c
9164         * src/mainwindow.c
9165         * src/matcher.c
9166         * src/matcher_parser_lex.l
9167         * src/matcher_parser_parse.y
9168         * src/mbox.c
9169         * src/prefs_filtering.c
9170         * src/prefs_filtering.h
9171         * src/procmsg.c
9172         * src/procmsg.h
9173         * src/summaryview.c
9174                 introduce per-account filtering rules. Each filtering rule can now be assigned
9175                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
9176                 when applying filtering rules manually, as all rules will apply - even the ones
9177                 assigned to an account. This issue will be addressed soon.
9178  
9179
9180
9181 2006-07-31 [wwp]        2.4.0cvs1
9182
9183         * src/quote_fmt.c
9184                 make more strings translatable.
9185
9186 2006-07-31 [paul]       2.4.0
9187
9188         2.4.0 released
9189
9190 2006-07-31 [paul]       2.3.1cvs91
9191
9192         * po/ca.po
9193                 updated by Miquel Oliete
9194
9195 2006-07-31 [paul]       2.3.1cvs90
9196
9197         * po/de.po
9198         * po/el.po
9199         * po/fr.po
9200         * po/it.po
9201         * po/pl.po
9202         * po/pt_BR.po
9203         * po/sr.po
9204         * po/zh_CN.po
9205                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
9206                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
9207                 Aleksandar Urosevic, and Ralgh Young
9208
9209 2006-07-31 [paul]       2.3.1cvs89
9210
9211         * src/account.c
9212         * src/main.c
9213         * src/mainwindow.c
9214         * src/mainwindow.h
9215                 Fix a race condition when, after an SC crash, rescanning
9216                 folders took more than 0.5 seconds
9217                 Thanks to Colin
9218
9219 2006-07-31 [paul]       2.3.1cvs88
9220
9221         * src/folderview.c
9222                 don't translate separator strings
9223
9224 2006-07-30 [mones]      2.3.1cvs87
9225
9226         * doc/man/sylpheed-claws.1
9227                 Fixed non-ASCII chars in Hoa's name
9228         * po/es.po
9229                 Updated for release
9230
9231 2006-07-27 [colin]      2.3.1cvs86
9232
9233         * src/textview.c
9234                 Don't include the leading \n in links
9235                 Patch by Fabien
9236
9237 2006-07-25 [colin]      2.3.1cvs85
9238
9239         * src/mainwindow.c
9240         * src/common/socket.h
9241         * src/etpan/imap-thread.c
9242                 Refresh resolvers before connecting
9243                 to IMAP servers, and after switching
9244                 to online. Thanks to Paul.
9245
9246 2006-07-18 [colin]
9247
9248         * 2.4.0-rc4 released
9249
9250 2006-07-17 [colin]      2.3.1cvs84
9251
9252         * src/inc.c
9253                 Show connection attempt in statusbar before
9254                 connecting (previously first message was
9255                 "Retrieving messages from ..." after the
9256                 connection succeeded.
9257
9258 2006-07-16 [wwp]        2.3.1cvs83
9259
9260         * sylpheed-claws.ico
9261                 Added .ico file (windows multi-size icon file, generated).
9262
9263 2006-07-12 [wwp]        2.3.1cvs82
9264
9265         * src/messageview.c
9266                 remove Message/Re-edit menu entry from messageview window,
9267                 as sent/draft/queued messages are opened in compose window when
9268                 re-edited and it's not possible to re-edit other msgs.
9269
9270 2006-07-12 [paul]       2.3.1cvs81
9271
9272         * AUTHORS
9273         * src/mainwindow.c
9274         * src/gtk/authors.h
9275                 check online state before resetting
9276                 mailcheck timer. Useful if some program
9277                 verifies connection state and updates
9278                 Claws.
9279                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
9280
9281 2006-07-12 [paul]       2.3.1cvs80
9282
9283         * sylpheed-claws-128x128.png
9284         * sylpheed-claws-64x64.png
9285         * sylpheed-claws.png
9286         * src/Makefile.am
9287         * src/main.c
9288         * src/prefs_toolbar.c
9289         * src/stock_pixmap.c
9290         * src/stock_pixmap.h
9291         * src/wizard.c
9292         * src/gtk/about.c
9293         * src/gtk/gtkutils.c
9294         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
9295         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
9296         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
9297         * src/pixmaps/sylpheed.xpm              ** REMOVED **
9298         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
9299         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
9300                 updated and renamed logo/icon files and related
9301                 logo by Jesper Schultz
9302
9303 2006-07-11 [paul]       2.3.1cvs79
9304
9305         * src/main.c
9306                 fix the labels a smidgin
9307
9308 2006-07-09 [colin]      2.3.1cvs78
9309
9310         * src/textview.c
9311                 Show errors in textviewer's command
9312                 Patch by H. Merijn Brand
9313
9314 2006-07-09 [colin]      2.3.1cvs77
9315
9316         * src/compose.c
9317                 Save FMID in drafts too
9318
9319 2006-07-08 [colin]      2.3.1cvs76
9320
9321         * src/compose.c
9322                 Svae RMID in drafted mails too
9323                 Save quote_fmt vars for whole mails,
9324                 don't reset at each quote_fmt_init:
9325                 allows to use the same |i{var} in
9326                 various template fields
9327         * src/prefs_template.c
9328         * src/quote_fmt.h
9329         * src/quote_fmt_parse.y
9330                 Same
9331
9332 2006-07-08 [colin]      2.3.1cvs75
9333
9334         * src/textview.c
9335                 Fix highlighting of attached parts URIs
9336
9337 2006-07-08 [colin]      2.3.1cvs74
9338
9339         * src/main.c
9340                 Prevent bug #981 (sc 2.3.1 segfaults with 
9341                 gtk+ 2.10) from being reported again:
9342                 if Sylpheed-Claws has been compiled against
9343                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
9344                 of if Sylpheed-Claws has been compiled against
9345                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
9346                 error out.
9347
9348 2006-07-07 [colin]      2.3.1cvs73
9349
9350         * src/prefs_actions.c
9351                 Fix label
9352
9353 2006-07-07 [colin]      2.3.1cvs72
9354
9355         * src/prefs_actions.c
9356                 Fix compile on gtk < 2.8. argh :)
9357
9358 2006-07-07 [paul]       2.3.1cvs71
9359
9360         * src/common/defs.h
9361                 update DONATE_URI
9362
9363 2006-07-07 [colin]      2.3.1cvs70
9364
9365         * po/POTFILES.in
9366         * src/quote_fmt.c
9367         * src/quote_fmt_lex.l
9368         * src/quote_fmt_parse.y
9369                 Add |i{var}, a way to insert user-entered
9370                 text in a template
9371
9372 2006-07-07 [colin]
9373
9374         * 2.4.0-rc3 released
9375
9376 2006-07-07 [colin]      2.3.1cvs69
9377
9378         * src/folder.c
9379                 Don't consider inboxes of UNKNOWN folder 
9380                 classes to be useable as default inboxes
9381
9382 2006-07-07 [paul]       2.3.1cvs68
9383
9384         * src/textview.c
9385                 add missing #include <errno.h>
9386                 Thanks to René J. Blokland
9387
9388 2006-07-07 [paul]       2.3.1cvs67
9389
9390         * src/action.c
9391                 Return now Closes dialog
9392         * src/mimeview.c
9393         * src/mimeview.h
9394         * src/textview.c
9395                 add contextual menu to mime parts listed
9396                 in the textview
9397                 Thanks to Colin
9398         * src/common/utils.c
9399                 reversal: ' is a valid character in URLs
9400
9401 2006-07-06 [colin]      2.3.1cvs66
9402
9403         * src/remotefolder.h
9404                 Forgotten in previous commit
9405
9406 2006-07-06 [colin]      2.3.1cvs65
9407
9408         * src/folder.c
9409                 Set summary update flag whenever
9410                 totals changed
9411         * src/imap.c
9412         * src/prefs_account.c
9413         * src/common/utils.h
9414         * src/etpan/imap-thread.c
9415                 Fix warnings, thanks to Fabien and
9416                 Ricardo
9417
9418 2006-07-06 [wwp]        2.3.1cvs64
9419
9420         * src/gtk/gtkutils.c
9421                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
9422
9423 2006-07-06 [wwp]        2.3.1cvs63
9424
9425         * src/account.c
9426         * src/addressbook.c
9427         * src/addressitem.h
9428         * src/folderview.c
9429         * src/mainwindow.c
9430         * src/manual.c
9431         * src/manual.h
9432         * src/message_search.c
9433         * src/prefs_actions.c
9434         * src/prefs_filtering.c
9435         * src/prefs_filtering.h
9436         * src/prefs_template.c
9437         * src/summary_search.c
9438         * src/summaryview.c
9439         * src/gtk/gtkutils.c
9440         * src/gtk/gtkutils.h
9441         * src/gtk/pluginwindow.c
9442                 add help buttons to some dialogs. Clicking such buttons opens a
9443                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
9444
9445 2006-07-06 [paul]       2.3.1cvs62
9446
9447         * src/textview.c
9448                 fix attachments contextual menu
9449                 Thanks to Colin
9450
9451 2006-07-05 [colin]      2.3.1cvs61
9452
9453         * src/textview.c
9454         * src/compose.c
9455                 Handle sftp:// links
9456
9457 2006-07-05 [paul]       2.3.1cvs60
9458
9459         * src/gtk/filesel.c
9460                 grab save button by default
9461                 Thanks to Colin
9462
9463 2006-07-05 [wwp]        2.3.1cvs59
9464
9465         * manual/xml2pdf
9466                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
9467
9468 2006-07-04 [colin]      2.3.1cvs58
9469
9470         * src/mimeview.c
9471         * src/textview.c
9472                 Use left click to select, middle click to open
9473                 on mimeparts links
9474         * src/common/utils.c
9475                 Fix segfault
9476
9477 2006-07-04 [colin]      2.3.1cvs57
9478
9479         * src/mainwindow.c
9480         * src/news.c
9481                 Warning fixes, thanks to Fabien
9482
9483 2006-07-04 [colin]      2.3.1cvs56
9484
9485         * src/mimeview.c
9486         * src/mimeview.h
9487         * src/textview.c
9488                 Allow parts to be selected via their text label
9489                 in textview
9490
9491 2006-07-04 [colin]      2.3.1cvs55
9492
9493         * src/folderview.c
9494                 Feedback when closing (for big folders)
9495         * src/prefs_actions.c
9496         * src/prefs_filtering.c
9497         * src/prefs_matcher.c
9498         * src/prefs_template.c
9499                 Fix default button when closing without
9500                 having saved
9501
9502 2006-07-04 [colin]      2.3.1cvs54
9503
9504         * src/news.c
9505                 Delete local file on deletion
9506
9507 2006-07-03 [colin]      2.3.1cvs53
9508
9509         * src/folderview.c
9510         * src/main.c
9511                 Don't freeze when rescanning after crash
9512
9513 2006-07-03 [wwp]        2.3.1cvs52
9514
9515         * src/compose.c
9516         * src/privacy.c
9517         * src/privacy.h
9518         * src/plugins/pgpinline/pgpinline.c
9519         * src/plugins/pgpmime/pgpmime.c
9520                 don't report an error when the user cancels the passphrase dialog.
9521
9522 2006-07-02 [colin]      2.3.1cvs51
9523
9524         * src/folderview.c
9525                 Open message when crossing folders with Space,
9526                 goto next unread and friends
9527
9528 2006-07-01 [colin]      2.3.1cvs50
9529
9530         * src/prefs_account.c
9531                 Typographic rules varying from language
9532                 to language (in french "Protocole :"),
9533                 we have to do that :)
9534
9535 2006-07-01 [ticho]      2.3.1cvs49
9536
9537         * src/prefs_account.c
9538                 Only use one temporary gchar* variable in
9539                 prefs_account_protocol_set_optmenu().
9540
9541 2006-07-01 [ticho]      2.3.1cvs48
9542
9543         * src/prefs_account.c
9544         * src/prefs_account.h
9545                 Use GtkLabel for existing account protocol name.
9546                 Created an array for protocol names and populate the
9547                 combobox from it in a for() cycle.
9548
9549 2006-06-30 [colin]      2.3.1cvs47
9550
9551         * src/compose.c
9552                 Block undo when changing signature (by changing
9553                 account)
9554
9555 2006-06-30 [paul]       2.3.1cvs46
9556
9557         * src/send_message.c
9558                 when editing From in the Compose window, use that address
9559                 in the Return-Path: header
9560                 Thanks to Colin
9561
9562 2006-06-30 [colin]      2.3.1cvs45
9563
9564         * src/compose.c
9565                 Fix signature replacement:
9566                 - when no newline before separator
9567                 - when reediting
9568
9569 2006-06-29 [colin]      2.3.1cvs44
9570
9571         * src/folderview.c
9572         * src/folderview.h
9573         * src/mainwindow.c
9574         * src/summaryview.c
9575                 Let 'View/Go to/Next marked' work like
9576                 Next new & Next unread: across folders
9577                 Change the select_on_entry pref to do
9578                 what we want when changing folder
9579         * src/common/utils.c
9580                 Fix single-quoted links 
9581
9582 2006-06-29 [colin]      2.3.1cvs43
9583
9584         * src/gtk/gtkaspell.c
9585                 "Sylpheed" and "Sylpheed-Claws" do exist !
9586
9587 2006-06-29 [colin]      2.3.1cvs42
9588
9589         * src/imap.c
9590                 Forgot to remove debug
9591
9592 2006-06-29 [colin]      2.3.1cvs41
9593
9594         * src/imap.c
9595         * src/imap.h
9596         * src/mainwindow.c
9597                 Disconnect from IMAP servers when going
9598                 offline. Fixes bug #978 (going to offline-mode 
9599                 won't close connections)
9600
9601 2006-06-29 [colin]      2.3.1cvs40
9602
9603         * src/main.c
9604                 Fix transient setting on failing plugins
9605                 Patch by Fabien
9606         * src/plugins/pgpcore/sgpgme.c
9607                 Only warn for OpenPGP. Most people don't
9608                 have CMS available.
9609
9610 2006-06-29 [colin]      2.3.1cvs39
9611
9612         * src/compose.c
9613                 Fix Spelling menu (discrepancy between context menu
9614                 and top menu when folder's dictionary isn't the 
9615                 default one)
9616         * src/plugins/pgpcore/sgpgme.c
9617                 More error reporting about why gpgme can fail
9618
9619 2006-06-29 [wwp]        2.3.1cvs38
9620
9621         * src/mainwindow.c
9622                 honor the display-header-pane setting even when the message view
9623                 is a separate window.
9624
9625 2006-06-29 [wwp]        2.3.1cvs37
9626
9627         * src/prefs_actions.c
9628                 forgot to commit that one (use of GTK_STOCK_INFO).
9629
9630 2006-06-29 [colin]      2.3.1cvs36
9631
9632         * src/imap.c
9633                 Better handling of login errors (ask the password
9634                 again once), alert in case of error. Fix three
9635                 signedness warnings.
9636
9637 2006-06-28 [wwp]        2.3.1cvs35
9638
9639         * src/prefs_template.c
9640         * src/prefs_matcher.c
9641         * src/prefs_filtering_action.c
9642         * src/prefs_quote.c
9643                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
9644                 patch by Fabien Vantard, slightly modified.
9645
9646 2006-06-28 [paul]
9647
9648         2.4.0-rc2 released
9649
9650 2006-06-28 [colin]      2.3.1cvs34
9651
9652         * src/prefs_account.c
9653                 Fix bug #977 (Can't add or edit imap accounts)
9654
9655 2006-06-28 [colin]      2.3.1cvs33
9656
9657         * src/mimeview.c
9658                 Fix previous
9659
9660 2006-06-28 [colin]      2.3.1cvs32
9661
9662         * src/mimeview.c
9663                 Save named inlined attachments with "Save all"
9664         * src/main.c
9665         * src/mbox.c
9666         * src/common/plugin.c
9667         * src/common/plugin.h
9668         * src/common/sylpheed.c
9669         * src/common/utils.c
9670         * src/plugins/pgpcore/sylpheed.def
9671         * src/plugins/pgpinline/sylpheed.def
9672         * src/plugins/pgpmime/sylpheed.def
9673                 Win32 compatibility patch, by
9674                 Werner Koch
9675
9676 2006-06-28 [wwp]        2.3.1cvs31
9677
9678         * src/imap.c
9679         * src/prefs_folder_item.c
9680                 less compilation warnings (thanks to Fabien Vantard), less typos.
9681
9682 2006-06-28 [paul]       2.3.1cvs30
9683
9684         * src/gtk/gtkutils.c
9685                 gtk_combo_box_set_focus_on_click() is only
9686                 available since gtk 2.6.0
9687
9688 2006-06-28 [paul]       2.3.1cvs29
9689
9690         * src/prefs_ext_prog.c
9691                 fix engrish and add a tooltip for the
9692                 'command for 'Display as text' option
9693
9694 2006-06-28 [paul]
9695
9696         2.4.0-rc1 released
9697
9698 2006-06-28 [paul]       2.3.1cvs28
9699
9700         * ChangeLog
9701         * tools/Makefile.am
9702                 include textviewer.pl in releases
9703
9704 2006-06-28 [paul]       2.3.1cvs27
9705
9706         * src/prefs_ext_prog.c
9707                 hide Print command option if libgnomeprint
9708                 support is present
9709
9710 2006-06-27 [colin]      2.3.1cvs26
9711
9712         * src/compose.c
9713                 Fix Esc handling in insert/attach dialog
9714                 Don't show this dialog if dragging something
9715                 else than text/uri-list
9716                 Thanks to Fabien Vantard
9717         * tools/textviewer.pl
9718                 Filter script to display stuff as text
9719                 by H. Merijn Brand
9720
9721 2006-06-27 [wwp]        2.3.1cvs25
9722
9723         * src/messageview.c
9724                 use the exact product name (message view title), patch
9725                 by Fabien Vantard.
9726
9727 2006-06-27 [ticho]      2.3.1cvs24
9728
9729         * src/prefs_account.c
9730         * src/prefs_common.c
9731         * src/prefs_common.h
9732         * src/prefs_ext_prog.c
9733         * src/textview.c
9734                 Add a preference (Preferences/External programs)
9735                 to allow "Display as text" to be done via a script
9736                 (patch by H.Merijn Brand).
9737                 Use GtkComboBox for protocol selection in account
9738                 preferences.
9739                 Only include current choice for existing accounts, and
9740                 insensitivize the combobox.
9741
9742 2006-06-27 [paul]       2.3.1cvs23
9743
9744         * src/mbox.c
9745                 fix crasher introduced in cvs21.
9746                 Thanks to Colin
9747
9748 2006-06-26 [colin]      2.3.1cvs22
9749
9750         * src/mbox.c
9751                 Fix double-frees when leaving folders
9752                 after exporting to mbox
9753
9754 2006-06-26 [colin]      2.3.1cvs21
9755
9756         * src/mbox.c
9757                 More feedback (and optimisation)
9758                 on import/export
9759         * src/common/utils.c
9760                 Fix case when looking for mail addresses
9761         * src/gtk/gtkutils.c
9762                 Extra check for (X-)Face
9763
9764 2006-06-25 [ticho]      2.3.1cvs20
9765
9766         * src/compose.c
9767         * src/exphtmldlg.c
9768         * src/gtk/gtkutils.c
9769         * src/gtk/gtkutils.h
9770                 Added second argument to gtkut_sc_combobox_create() to
9771                 control focus-on-click for the widget.
9772                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
9773
9774 2006-06-25 [ticho]      2.3.1cvs19
9775
9776         * src/compose.c
9777         * src/gtk/Makefile.am
9778         * src/gtk/combobox.c
9779         * src/gtk/combobox.h
9780         * src/gtk/gtkutils.c
9781         * src/gtk/gtkutils.h
9782                 Use GtkComboBox instead of deprecated GtkOptionMenu
9783                 for account selector in compose window and for encoding
9784                 selector in attachment properties.
9785                 Also factorise working with the new GtkComboBox somewhat.
9786
9787 2006-06-24 [paul]       2.3.1cvs18
9788
9789         * src/prefs_common.c
9790                 use the correct default value
9791
9792 2006-06-24 [paul]       2.3.1cvs17
9793
9794         * src/compose.c
9795         * src/prefs_common.c
9796         * src/prefs_common.h
9797         * src/prefs_compose_writing.c
9798                 enable setting of default action when
9799                 dnd'ing files in the compose window.
9800                 (Collaborative effort with wwp)
9801
9802 2006-06-23 [wwp]        2.3.1cvs16
9803
9804         * src/compose.c
9805                 i18n fix (thanks to Fabien Vantard)
9806
9807 2006-06-22 [colin]      2.3.1cvs15
9808
9809         * src/prefs_customheader.c
9810                 Don't use filters in custom headers' file 
9811                 selector. Remember, extensions mean nothing :)
9812
9813 2006-06-22 [paul]       2.3.1cvs14
9814
9815         * configure.ac
9816                 allow setting of man directory location
9817
9818 2006-06-22 [colin]      2.3.1cvs13
9819
9820         * src/mainwindow.c
9821                 Add 'View/Go to/Next unread folder'.
9822                 I missed that :)
9823
9824 2006-06-22 [colin]      2.3.1cvs12
9825
9826         * src/common/utils.c
9827                 Add some subject prefixes
9828                 Patch by Bjorn T Johansen <btj@havleik.no>
9829
9830 2006-06-22 [colin]      2.3.1cvs11
9831
9832         * manual/advanced.xml
9833                 Forgotten hidden pref
9834
9835 2006-06-21 [paul]       2.3.1cvs10
9836
9837         * src/prefs_account.c
9838                 complete the removal of 'Add date header' option
9839
9840 2006-06-21 [paul]       2.3.1cvs9
9841
9842         * src/account.c
9843         * src/compose.c
9844         * src/prefs_account.c
9845         * src/prefs_account.h
9846                 remove option to add date header - always
9847                 add date header
9848         * src/etpan/imap-thread.c
9849                 fix warnings (Thanks to Colin)
9850
9851 2006-06-21 [wwp]        2.3.1cvs8
9852
9853         * src/folder.c
9854                 set the attachment flag when inline text part are (file)named. This is more convenient
9855                 when receiving (for instance) inline source files or patches sent using thunderbird.
9856
9857 2006-06-21 [paul]       2.3.1cvs7
9858
9859         * src/inc.c
9860                 fix off-by-one count of current msg in
9861                 statusbar filtering progressbar
9862
9863 2006-06-21 [paul]       2.3.1cvs6
9864
9865         * src/folder.c
9866                 Show attachment icon even if the part is 'inline'
9867                 if the following conditions are met:
9868                 - content-type != 'text/plain'
9869                 - content-type != '*/pgp-signature'
9870                 - either 'name' or 'filename' parameter is not NULL
9871                 
9872                 Thanks to Colin
9873
9874 2006-06-21 [paul]       2.3.1cvs5
9875
9876         * src/messageview.c
9877         * src/prefs_common.c
9878         * src/prefs_common.h
9879         * src/prefs_other.c
9880                 add an option to 'Never send Return
9881                 Receipts'
9882                 Thanks to Colin
9883
9884 2006-06-20 [mones]      2.3.1cvs4
9885
9886         * po/es.po
9887                 updated
9888         * src/compose.c
9889                 typo fixed (space after comma)
9890         * tools/make.themes.project
9891                 remove exec mode from tarball files
9892
9893 2006-06-20 [colin]      2.3.1cvs3
9894
9895         * src/news.c
9896         * src/procheader.c
9897         * src/unmime.c
9898                 Better fix for \n's in headers (don't 
9899                 break Received: and others)
9900
9901 2006-06-20 [paul]       2.3.1cvs2
9902
9903         * src/alertpanel.c
9904         * src/textview.c
9905                 improve legibility of phishing attempt
9906                 dialog
9907
9908 2006-06-20 [paul]       2.3.1cvs1
9909
9910         * NEWS
9911         * README
9912         * configure.ac
9913                 Update version number following
9914                 stable release
9915
9916 2006-06-20 [colin]      2.3.0cvs26
9917
9918         * src/compose.c
9919                 When dragging a file to the text of the compose
9920                 window, ask whether we want to insert or attach
9921                 (I know lots of people who do that to attach)
9922
9923 2006-06-20 [colin]      2.3.0cvs25
9924
9925         * src/etpan/imap-thread.c
9926                 Fix threshold (the append command is often > 32 bytes)
9927
9928 2006-06-19 [colin]      2.3.0cvs24
9929
9930         * src/imap.c
9931         * src/etpan/imap-thread.c
9932                 Workaround Rockliffe IMAP server bug: replace
9933                 "x UID SEARCH (ANSWERED UID 1:*)" with
9934                 "x UID SEARCH ANSWERED"
9935                 (Rockliffe doesn't handle the parenthesis)
9936
9937 2006-06-19 [colin]      2.3.0cvs23
9938
9939         * src/compose.c
9940         * src/imap.c
9941         * src/etpan/imap-thread.c
9942                 Probably fix bug #972 (Freezes when adding 
9943                 an attachment to the message)
9944         * src/common/defs.h
9945                 Modernize Firefox cmd
9946
9947
9948 2006-06-18 [colin]      2.3.0cvs22
9949
9950         * src/prefs_customheader.c
9951                 Only allow correct filenames for various
9952                 custom headers
9953
9954 2006-06-18 [colin]      2.3.0cvs21
9955
9956         * src/prefs_customheader.c
9957                 Add a 'From File...' button in custom headers prefs, which
9958                 try to do the right thing: 
9959                 for normal headers, use file as plaintext,
9960                 for X-Face, calls compface,
9961                 for Face, encode to b64.
9962
9963 2006-06-17 [colin]      2.3.0cvs20
9964
9965         * src/mh.c
9966                 Warning fix
9967
9968 2006-06-16 [colin]      2.3.0cvs19
9969
9970         * src/summaryview.c
9971                 Recursive quicksearch: show message list
9972                 in current folder, *then* search children
9973                 in the background.
9974
9975 2006-06-16 [colin]      2.3.0cvs18
9976
9977         * src/main.c
9978                 Instead of ignoring SIGPIPE, save caches
9979                 when getting one. Will fix the fact that
9980                 hot caches are out-of-date when logging 
9981                 out of Xorg.
9982         * src/compose.c
9983         * src/prefs_compose_writing.c
9984                 Only save text (not attachments) when 
9985                 auto-saving to drafts
9986         * src/unmime.c
9987                 Always replace \n, \r and \t with spaces
9988                 in headers
9989         * manual/dist/html/Makefile.am
9990         * manual/dist/pdf/Makefile.am
9991         * manual/dist/ps/Makefile.am
9992         * manual/dist/txt/Makefile.am
9993         * manual/fr/dist/html/Makefile.am
9994         * manual/fr/dist/pdf/Makefile.am
9995         * manual/fr/dist/ps/Makefile.am
9996         * manual/fr/dist/txt/Makefile.am
9997         * manual/pl/dist/html/Makefile.am
9998         * manual/pl/dist/pdf/Makefile.am
9999         * manual/pl/dist/ps/Makefile.am
10000         * manual/pl/dist/txt/Makefile.am
10001                 Fix make clean removing pregenerated manuals
10002
10003
10004 2006-06-16 [colin]      2.3.0cvs17
10005
10006         * src/plugins/pgpcore/sgpgme.c
10007         * src/plugins/pgpmime/pgpmime.c
10008         * src/plugins/pgpinline/pgpinline.c
10009                 Better error reporting in setup_signers.
10010                 Don't fallback to default key if specified
10011                 key isn't found.
10012                 Don't allow signing if more than one secret
10013                 key matches the one specified in prefs.
10014
10015 2006-06-15 [colin]      2.3.0cvs16
10016
10017         * src/folderview.c
10018                 Add "Send queue" in the folder's contextual
10019                 menu
10020         * src/compose.c
10021         * src/messageview.c
10022         * src/privacy.c
10023         * src/privacy.h
10024         * src/procmime.c
10025         * src/procmsg.c
10026         * src/plugins/pgpcore/passphrase.c
10027         * src/plugins/pgpcore/sgpgme.c
10028         * src/plugins/pgpinline/pgpinline.c
10029         * src/plugins/pgpmime/pgpmime.c
10030                 Better error reporting
10031         * src/mbox.c
10032                 Probably fix bug #971 (2.2.3 cannot read mail 
10033                 from local mbox)
10034
10035
10036 2006-06-15 [mones]      2.3.0cvs15
10037
10038         * tools/make.themes.project
10039                 creates the themes project from the web page
10040
10041 2006-06-15 [colin]      2.3.0cvs14
10042
10043         * src/folder.c
10044                 Better fix (avoid losing the folder if scan_tree 
10045                 fails)
10046
10047 2006-06-15 [cleroy]     2.3.0cvs13
10048
10049         * src/folder.c
10050                 Probably fix Bug #969 (crash on rebuilding 
10051                 imap folder)
10052
10053 2006-06-14 [colin]      2.3.0cvs12
10054
10055         * manual/dtd/manual.xsl
10056         * manual/sylpheed-claws-manual.xml
10057         * manual/fr/sylpheed-claws-manual.xml
10058         * manual/pl/sylpheed-claws-manual.xml
10059                 Insert pagebreaks between sections
10060
10061 2006-06-14 [paul]       2.3.0cvs11
10062
10063         * configure.ac
10064                 better fix than 2.3.0cvs10
10065
10066 2006-06-14 [paul]       2.3.0cvs10
10067
10068         * configure.ac
10069                 fix setting of PACKAGE_DATA_DIR with newer autoconf
10070                 (backwards compatible)
10071
10072 2006-06-13 [colin]      2.3.0cvs9
10073
10074         * src/messageview.c
10075                 Fix sending of return receipt with the new queue folders
10076
10077 2006-06-13 [wwp]        2.3.0cvs8
10078
10079         * src/quote_fmt_lex.l
10080                 fix wrong tokens returned in quote_fmt lexer, query not().
10081
10082 2006-06-13 [wwp]        2.3.0cvs7
10083
10084         * src/folder.c
10085         * src/prefs_folder_item.c
10086                 allow changing folder type even when folder is not a top-level one,
10087                 thanks to Colin.
10088
10089 2006-06-12 [colin]      2.3.0cvs6
10090
10091         * src/folderview.c
10092                 Fix double-ask of "Do you want to mark all
10093                 as read"
10094
10095 2006-06-12 [colin]      2.3.0cvs5
10096
10097         * src/compose.c
10098         * src/compose.h
10099         * src/folder.c
10100         * src/folder.h
10101         * src/imap.c
10102         * src/inc.c
10103         * src/main.c
10104         * src/messageview.c
10105         * src/mh.c
10106         * src/prefs_folder_item.c
10107         * src/procheader.c
10108         * src/procmime.c
10109         * src/procmsg.c
10110         * src/procmsg.h
10111         * src/send_message.c
10112         * src/summaryview.c
10113         * src/toolbar.c
10114                 Apply bug #964's patch (Queue and drafts aren't normal)
10115                 The Drafts and Queue folder now contain RFC-822 files,
10116                 allowing to move and copy mails from and to these 
10117                 folders. Moving from Drafts to Queue will prepare the
10118                 mail for sending (PGP signature, encryption, etc).
10119                 This patch also rework sending errors handling to try
10120                 to be more helpful.
10121                 Also, allow redefining folder types via the GUI 
10122                 (Folder type in its Properties)
10123
10124 2006-06-12 [colin]      2.3.0cvs4
10125
10126         * src/summaryview.c
10127         * src/prefs_common.c
10128         * src/prefs_common.h
10129         * src/gedit-print.c
10130                 Allow to define a specific print font - patch
10131                 by Bernhard Walle <bernhard.walle@gmx.de>
10132         * src/prefs_fonts.c
10133         * manual/advanced.xml
10134         * manual/fr/advanced.xml
10135                 Add a hidden pref to allow deletion without
10136                 confirmation
10137
10138 2006-06-12 [wwp]        2.3.0cvs3
10139
10140         * .cvsignore
10141                 more files to ignore.
10142
10143 2006-06-12 [wwp]        2.3.0cvs2
10144
10145         * src/quote_fmt.c
10146         * src/quote_fmt_lex.l
10147         * src/quote_fmt_parse.y
10148                 extend the quote_fmt parser (templates and quotes):
10149                 - allow limited sub-expressions in |p{} and |f{} expressions,
10150                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
10151                 - implemented/fixed missing implementation of query_references and show_references,
10152                 - completed, fixed contents and format of the symbols help dialog,
10153                 - fix some compilation warnings.
10154
10155 2006-06-12 [wwp]        2.3.0cvs1
10156
10157         * manual/advanced.xml
10158         * manual/fr/advanced.xml
10159                 updates in the "templates" section of the manual (eng/fr):
10160                  - be more precise (both versions)
10161                  - completed to match the english reference (fr version)
10162                  - touchups (both versions)
10163
10164 2006-06-12 [paul]       2.3.0
10165
10166         2.3.0 released
10167
10168 2006-06-12 [paul]       2.2.3cvs14
10169
10170         * po/ca.po
10171         * po/cs.po
10172         * po/de.po
10173         * po/el.po
10174         * po/fr.po
10175         * po/it.po
10176         * po/pt_BR.po
10177         * po/sr.po
10178         * po/zh_CN.po
10179                 updated by Miquel Oliete, Tim, Stephan Sachse,
10180                 Stavros Giannouris, Fabien Vantard, Andrea
10181                 Spadaccini, Frederico Goncalves Guimaraes,
10182                 Aleksandar Urosevic, and Ralgh Young
10183
10184 2006-06-12 [colin]      2.2.3cvs13
10185
10186         * src/mbox.c
10187                 Add missing header
10188
10189 2006-06-11 [colin]      2.2.3cvs12
10190
10191         * src/msgcache.c
10192                 Verify that g_malloc() succeeded
10193
10194 2006-06-11 [colin]      2.2.3cvs11
10195
10196         * src/wizard.c
10197                 Add Face header to welcome mail
10198
10199 2006-06-10 [colin]      2.2.3cvs10
10200
10201         * src/textview.c
10202                 Revert previous (Forgot it changes the
10203                 margin on the whole mail)
10204
10205 2006-06-10 [colin]      2.2.3cvs9
10206
10207         * src/textview.c
10208                 Don't overlap long headers under (X-)Face
10209
10210 2006-06-10 [mones]      2.2.3cvs8
10211
10212         * manual/xml2pdf
10213                 allow generation of manual on systems lacking saxon binary
10214                 but with java and the saxon library installed
10215
10216         * po/es.po
10217                 updated for release
10218
10219 2006-06-09 [colin]      2.2.3cvs7
10220
10221         * src/summaryview.c
10222                 Fix leak when using Display Sender using Addressbook
10223
10224 2006-06-09 [colin]      2.2.3cvs6
10225
10226         * src/compose.c
10227         * src/folder.c
10228         * src/folderview.c
10229         * src/mimeview.c
10230         * src/summaryview.c
10231                 More leaks fixes
10232
10233 2006-06-09 [paul]       2.2.3cvs5
10234
10235         * AUTHORS
10236         * src/gtk/authors.h
10237         * tools/claws.i18n.status.pl
10238                 updated with new info
10239
10240 2006-06-09 [paul]       2.2.3cvs4
10241
10242         * README
10243                 updated
10244         * manual/ack.xml
10245                 add wwp to authors list
10246         * src/gtk/authors.h
10247                 update mine and Colin's addresses
10248
10249 2006-06-08 [colin]      2.2.3cvs3
10250
10251         * src/etpan/imap-thread.c
10252                 Fix leak on SSL cert check
10253
10254 2006-06-08 [colin]      2.2.3cvs2
10255
10256         * src/common/utils.c
10257                 Fix leak
10258
10259 2006-06-08 [paul]       2.2.3cvs1
10260
10261         * configure.ac
10262                 Update version number following
10263                 stable release
10264
10265 2006-06-07 [colin]      2.2.2cvs3
10266
10267         * src/msgcache.c
10268                 Fix catching cache read errors (guint instead of gint)
10269                 Prevent malloc'ing more than 8MB (means cache corruption)
10270
10271 2006-06-07 [paul]       2.2.2cvs2
10272
10273         * src/exporthtml.c
10274         * src/exportldif.c
10275         * src/mh.c
10276         * src/mutt.c
10277         * src/pine.c
10278         * src/common/utils.c
10279                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
10280                 obey $HOME'
10281                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
10282                 Thanks to Colin
10283
10284 2006-06-06 [paul]       2.2.2cvs1
10285
10286         * configure.ac
10287                 Update version number following
10288                 stable release
10289
10290 2006-06-06 [paul]       2.2.1cvs6
10291
10292         * src/matcher.c
10293                 fix  implicit declaration of
10294                 sylpheed_do_idle()
10295                 Patch by Fabien Vantard
10296
10297 2006-06-06 [paul]       2.2.1cvs5
10298
10299         * src/matcher.c
10300                 fix age_greater and age_lower so that they
10301                 mean what say and not '...or equal to'
10302                 Thanks to Colin
10303
10304 2006-06-06 [paul]       2.2.1cvs4
10305
10306         * src/textview.c
10307         * src/common/utils.c
10308                 fix URI check
10309                 Thanks to Colin
10310
10311 2006-06-05 [wwp]        2.2.1cvs3
10312
10313         * manual/fr/account.xml
10314                 minor language fixes (thanks to Fabien Vantard).
10315
10316 2006-06-05 [colin]      2.2.1cvs2
10317
10318         * src/prefs_folder_item.c
10319         * src/folderview.c
10320                 Allow recursive setting of properties 
10321                 for whole mailboxes
10322         * src/matcher.c
10323                 Don't freeze on 'test' filtering rule
10324
10325 2006-06-05 [colin]      2.2.1cvs1
10326
10327         * configure.ac
10328                 Update version number following
10329                 stable release
10330
10331 2006-06-04 [wwp]        2.2.0cvs82
10332
10333         * manual/glossary.xml
10334         * manual/account.xml
10335         * manual/fr/glossary.xml
10336         * manual/fr/account.xml
10337                 added glossary section and references/links related to the Face custom header.
10338
10339 2006-06-04 [colin]      2.2.0cvs81
10340
10341         * src/summaryview.c
10342                 Skip to next message on move with no
10343                 immediate execution
10344
10345 2006-06-04 [wwp]        2.2.0cvs80
10346
10347         * manual/xml2pdf
10348                 added sanity checks, exit when needed.
10349
10350 2006-06-03 [paul]       2.2.0cvs79
10351
10352         * src/prefs_receive.c
10353                 page name is now 'Receiving'
10354         * src/prefs_send.c
10355                 page name is now 'Sending'
10356
10357 2006-06-03 [colin]      2.2.0cvs78
10358
10359         * src/plugins/spamassassin/spamassassin_gtk.c
10360                 Autoswitch to Localhost if transport was previously
10361                 disabled. Else people had to check [] Enable, then
10362                 *reselect* transport.
10363
10364 2006-06-03 [colin]      2.2.0cvs77
10365
10366         * src/plugins/pgpinline/pgpinline.c
10367         * src/plugins/pgpmime/pgpmime.c
10368                 Check that gpg_data_release_and_get_mem 
10369                 didn't fail (now, why this happens...)
10370
10371 2006-06-03 [colin]      2.2.0cvs76
10372
10373         * src/mbox.c
10374                 Fix bug #962 (Manual and/or UI should 
10375                 warn about incompatible locking 
10376                 causing dataloss)
10377
10378 2006-06-02 [cleroy]     2.2.0cvs75
10379
10380         * src/filtering.c
10381         * src/folder.c
10382         * src/procmsg.c
10383         * src/summaryview.c
10384                 Fix a few leaks
10385
10386 2006-06-02 [colin]      2.2.0cvs74
10387
10388         * src/main.c
10389                 On exit, free caches after writing them
10390                 Shuts up some valgrind false positives
10391         * src/procmsg.c
10392         * src/send_message.c
10393                 Fix races when reusing existing SMTP connections
10394                 Fix inexistant session timeout
10395         * src/toolbar.c
10396                 Display alertpanel after all queues have
10397                 been processed, not after each
10398
10399 2006-06-02 [wwp]        2.2.0cvs73
10400
10401         * manual/fr/glossary.xml
10402         * manual/fr/ack.xml
10403         * manual/ack.xml
10404                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
10405
10406 2006-06-02 [wwp]        2.2.0cvs72
10407
10408         * manual/xml2pdf
10409         * manual/dist/pdf/Makefile.am
10410         * manual/dtd/manual.xsl
10411         * manual/fr/dist/pdf/Makefile.am
10412         * manual/pl/dist/pdf/Makefile.am
10413                 we changed the procedure to generate the .pdf version of the manual.
10414                 The procedure is more modern and the .pdf we get now has a valid index.
10415                 Here are the new pre-requisites:
10416
10417                 - JRE 1.x (1.4 here): there must be one from your distro
10418                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
10419                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
10420                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
10421
10422                 See my posts for further info about the installation of this toolchain:
10423
10424                 Date: Fri, 19 May 2006 19:40:06 +0200
10425                 From: wwp <subscript@free.fr>
10426                 To: sylpheed-claws-devel@lists.sourceforge.net
10427                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
10428
10429                 and
10430
10431                 Date: Wed, 24 May 2006 12:58:49 +0200
10432                 From: wwp <subscript@free.fr>
10433                 To: sylpheed-claws-devel@lists.sourceforge.net
10434                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
10435
10436 2006-06-01 [colin]      2.2.0cvs71
10437
10438         * src/compose.c
10439                 Better guards against IMAP races
10440         * src/main.c
10441         * src/prefs_common.c
10442         * src/prefs_common.h
10443         * src/common/ssl_certificate.c
10444         * src/etpan/imap-thread.c
10445         * src/etpan/imap-thread.h
10446         * src/gtk/sslcertwindow.c
10447                 New hidden option ssl_skip_cert_check to 
10448                 avoid dups of bug #959 (libetpan linked
10449                 against gnutls and gnutls buggy on 64bit)
10450                 Present expired warning only once per
10451                 session/server.
10452         * manual/advanced.xml
10453         * manual/fr/advanced.xml
10454                 Document new option
10455
10456 2006-06-01 [wwp]        2.2.0cvs70
10457
10458         * src/messageview.c
10459                 fix for bug #961 (return receipt dialog 
10460                 complains incorrectly about return-path 
10461                 email adress being different), thanks 
10462                 to Colin.
10463
10464 2006-05-31 [cleroy]     2.2.0cvs69
10465
10466         * src/common/ssl.c
10467                 Guard against NULLs, although this
10468                 should never be an issue
10469
10470 2006-05-31 [colin]      2.2.0cvs68
10471
10472         * src/filtering.c
10473                 Use g_slist_prepend
10474         * src/imap.c
10475                 Don't remove caches when destroying folder, it
10476                 could (should) be done at exit
10477         * src/inc.c
10478                 free processing cache after incorporation
10479         * src/etpan/imap-thread.c
10480                 Maybe fix bug #959 (Crash on moving to emails 
10481                 to a imap account per ssl with a expired 
10482                 certificate.)
10483
10484 2006-05-30 [colin]      2.2.0cvs67
10485
10486         * src/summaryview.c
10487                 Put back event flush when displaying message
10488                 It avoids reading a bunch of messages just
10489                 by hitting shift-n for too long ;)
10490
10491 2006-05-29 [colin]      2.2.0cvs66
10492
10493         * src/summaryview.c
10494                 Remove useless g_warnings
10495
10496 2006-05-29 [colin]      2.2.0cvs65
10497
10498         * src/imap.c
10499                 Fix g_slist_append()s for performance
10500
10501 2006-05-29 [colin]      2.2.0cvs64
10502
10503         * src/compose.c
10504         * src/common/utils.c
10505                 Fix extraneous tab at start of addresses
10506         * src/mainwindow.c
10507                 Fix warnings (thanks to Fabien)
10508                 Fix crash at exit when composing messages 
10509                 exist
10510         * src/pop.c
10511                 Fix progress bar when deleting expired mails
10512                 Thanks to Hiro
10513         * src/summaryview.c
10514         * src/gtk/gtksctree.c
10515                 Fix re-sorting slowness
10516
10517 2006-05-29 [paul]       2.2.0cvs63
10518
10519         * src/mh.c
10520                 fetch full message when moving mails
10521                 from another mailbox, (fixed data loss
10522                 when filtering from IMAP to MH, introduced
10523                 in 2.2.0cvs57).
10524                 Thanks to Colin
10525
10526 2006-05-29 [mones]      2.2.0cvs62
10527
10528         * src/gtk/gtksctree.c
10529                 Unselect faster (patch by Colin)        
10530
10531 2006-05-26 [colin]      2.2.0cvs61
10532
10533         * src/summaryview.c
10534                 Unplug MSGINFO_UPDATE callback on delete too.
10535
10536 2006-05-26 [colin]      2.2.0cvs60
10537
10538         * src/foldersel.c
10539                 Fix bold in folder selection window with glib2.10
10540                 thanks Hiro
10541
10542 2006-05-26 [colin]      2.2.0cvs59
10543
10544         * src/procheader.c
10545                 Convert date only if necessary (and don't
10546                 try to convert from utf8 to utf8, too)
10547         * src/summaryview.c
10548                 Only set column's text if the column's 
10549                 displayed
10550
10551 2006-05-26 [colin]      2.2.0cvs58
10552
10553         * src/summaryview.c
10554         * src/gtk/gtkutils.c
10555                 Fix useless warning
10556
10557 2006-05-26 [colin]      2.2.0cvs57
10558
10559         * src/mainwindow.c
10560                 Make summaryview selectable as long as 
10561                 no message has focus
10562         * src/mh.c
10563                 Faster deletion (by implementing mh_remove_msgs)
10564                 Faster copy (avoid using mh_fetch_msg just to get
10565                 the filename)
10566                 Faster move (using move_file instead of copy_file
10567                 if MSG_IS_MOVE)
10568                 No progressbar if total number of mails to cp/mv 
10569                 is less than 100
10570         * src/summaryview.c
10571                 Fix removal from subject_table when mail gets moved
10572                 Faster deletion (g_slist_prepend instead of append)
10573         * src/gtk/gtksctree.c
10574                 Remove useless code
10575
10576 2006-05-25 [colin]      2.2.0cvs56
10577
10578         * src/common/ssl_certificate.c
10579                 Fix leak in expired cert check
10580
10581 2006-05-25 [colin]      2.2.0cvs55
10582
10583         * src/mh.c
10584                 Disable flags syncing on .mh_sequences - it
10585                 is buggy and marks mails read under unknown
10586                 conditions.
10587
10588 2006-05-25 [paul]
10589
10590         * 2.3.0-rc4 released
10591
10592 2006-05-24 [colin]      2.2.0cvs54
10593
10594         attention cvs users: if you manage to crash
10595         Sylpheed-Claws while moving, copying or deleting
10596         mails, we *are* interested in stack traces and
10597         valgrind logs. It looks stable, but one never
10598         knows...
10599
10600         * src/folder.c
10601                 Add progressbar for cache updates
10602         * src/folderutils.c
10603                 Optimize Mark all read in the current
10604                 folder
10605         * src/mh.c
10606                 Add progressbar for copy/move
10607         * src/procmsg.c
10608                 Optimize O(n^2) in copy/move
10609         * src/summaryview.c
10610         * src/gtk/gtksctree.c
10611                 Optimize O(n^2) algos
10612         * src/common/timing.h
10613                 Display ms instead of us
10614
10615 2006-05-24 [wwp]        2.2.0cvs53
10616
10617         * manual/fr/advanced.xml
10618                 updates to the French manual.
10619
10620 2006-05-24 [wwp]        2.2.0cvs52
10621
10622         * src/common/utils.c
10623                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
10624
10625 2006-05-24 [wwp]        2.2.0cvs51
10626
10627         * src/folderutils.c
10628                 fixed "mark all read" in MH folders (thanks to Colin).
10629
10630 2006-05-24 [paul]       2.2.0cvs50
10631
10632         * doc/man/sylpheed-claws.1
10633                 updated the man page
10634
10635 2006-05-23 [colin]      2.2.0cvs49
10636
10637         * src/folderview.c
10638         * src/imap.c
10639         * src/inc.c
10640         * src/mbox.c
10641         * src/messageview.c
10642         * src/news.c
10643         * src/send_message.c
10644         * src/summaryview.c
10645         * src/gtk/sslcertwindow.c
10646                 alertpanel fixes, by Fabien
10647
10648 2006-05-23 [colin]      2.2.0cvs48
10649
10650         * src/folder.c
10651         * src/folderview.c
10652         * src/msgcache.c
10653         * src/summaryview.c
10654         * src/gtk/gtksctree.c
10655         * src/gtk/gtksctree.h
10656                 More timings
10657                 Fix slow loading problem, which was caused by the
10658                 use of some gtk_ctree funcs and their use of
10659                 g_list_position while gtk_ctree_(un)link'ing.
10660                 Reap more functions from gtkctree.c to be sure we
10661                 use our (fast) version instead of theirs.
10662         * src/mh.c
10663                 Fix copy of unread mails
10664
10665
10666 2006-05-22 [wwp]        2.2.0cvs47
10667
10668         * manual/fr/advanced.xml
10669                 updated.
10670
10671 2006-05-22 [colin]      2.2.0cvs46
10672
10673         * src/filtering.c
10674                 Fix possible infinite loop. 'copy' is not a 
10675                 final action, so when encountering a 'copy',
10676                 we have to check if a previous one was set
10677                 and do it. In the same way, if we encounter
10678                 a 'move' we have to perform a possibly 
10679                 pending 'copy'. This will slow down filtering
10680                 on IMAP if move+copy or multiple copy actions
10681                 are to be done, but handling it via the batch
10682                 would be really too convoluted.
10683
10684 2006-05-22 [wwp]        2.2.0cvs45
10685
10686         * manual/fr/advanced.xml
10687         * manual/fr/faq.xml
10688         * manual/fr/glossary.xml
10689         * manual/fr/handling.xml
10690         * manual/fr/intro.xml
10691         * manual/fr/plugins.xml
10692         * manual/fr/sylpheed-claws-manual.xml
10693                 sync w/ the english manual: updates URIs, documented mailing-list
10694                 support, better explanation about the enabled/disabled feature
10695                 in filtering/processing rules by Paul.
10696
10697 2006-05-21 [colin]      2.2.0cvs44
10698
10699         * src/summaryview.c
10700                 Don't expand after building threads, but during
10701
10702 2006-05-21 [colin]      2.2.0cvs43
10703
10704         * src/procmsg.c
10705         * src/summaryview.c
10706                 More timing possibilities... For next time I have 
10707                 to find out how the hell some 3GHz computer takes
10708                 one minute to open a 30k folder...
10709
10710 2006-05-21 [colin]      2.2.0cvs42
10711
10712         * manual/pl/advanced.xml
10713         * manual/pl/faq.xml
10714         * manual/pl/glossary.xml
10715         * manual/pl/handling.xml
10716         * manual/pl/intro.xml
10717         * manual/pl/plugins.xml
10718         * manual/pl/sylpheed-claws-manual.xml
10719                 Polish manual updated by Pawel
10720
10721 2006-05-20 [colin]
10722
10723         * 2.3.0-rc3 released
10724
10725 2006-05-20 [colin]      2.2.0cvs41
10726
10727         * src/imap.c
10728                 Fix -rc2 problems:
10729                 - remove cache of moved messages from original folder
10730                 - apply new flags to messages even if they aren't appliable
10731                   via IMAP.
10732
10733 2006-05-20 [colin]
10734
10735         * 2.3.0-rc2 released
10736
10737 2006-05-19 [colin]      2.2.0cvs40
10738
10739         * src/imap.c
10740                 Don't issue SELECT in imap_change_flags
10741                 before having checked that we indeed have
10742                 some flags to change. MSG_POSTFILTERED for
10743                 example can't be used on IMAP.
10744                 Fixes bug #955 (copying messages between 
10745                 imap folders is extremely slow), which was
10746                 a regression.
10747
10748 2006-05-19 [colin]      2.2.0cvs39
10749
10750         * src/folder.c
10751         * src/folder.h
10752         * src/folderview.c
10753                 Try to fix bug #830 (Some unread messages 
10754                 get marked read in IMAP inbox):
10755                 - Prevent scanning a folder if it's being 
10756                   opened via the GUI
10757                 - Postpone opening via the GUI of a folder
10758                   currently scanned.
10759
10760
10761 2006-05-19 [wwp]        2.2.0cvs38
10762
10763         * manual/advanced.xml
10764                 fix English+typo (thanks to Paul).
10765
10766 2006-05-19 [wwp]        2.2.0cvs37
10767
10768         * manual/advanced.xml
10769         * manual/fr/advanced.xml
10770         * src/gtk/logwindow.c
10771         * src/prefs_common.c
10772         * src/prefs_common.h
10773                 added hidden prefs to allow customization of colors used in
10774                 protocol log window (useful for dark gtk+ themes).
10775
10776 2006-05-19 [wwp]        2.2.0cvs36
10777
10778         * ChangeLog
10779                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
10780
10781 2006-05-19 [paul]       2.2.0cvs35
10782
10783         * src/textview.c
10784                 make Reply-To fully clickable
10785         * src/gtk/logwindow.c
10786                 more colouring (SMTP ESMTP)
10787         Both patches by Pawel Pekala
10788
10789 2006-05-19 [cleroy]     2.2.0cvs34
10790
10791         * src/mh.c
10792                 Don't update flags from current folder
10793                 Probably fixes bug #935 (Read Messages 
10794                 Revert to Being Marked as Unread)
10795
10796 2006-05-18 [colin]      2.2.0cvs33
10797
10798         * src/imap.c
10799                 Warning fix
10800         * src/compose.c
10801         * src/mainwindow.c
10802         * src/summaryview.c
10803         * src/toolbar.c
10804                 Allow replying to multiple emails
10805                 in multiple windows
10806         * src/mimeview.c
10807         * src/etpan/imap-thread.c
10808                 Leak fixes
10809
10810 2006-05-18 [paul]       2.2.0cvs32
10811
10812         * src/summaryview.c
10813                 keep Mailing-List menu refreshed
10814                 Thanks to Colin
10815
10816 2006-05-18 [paul]       2.2.0cvs31
10817
10818         * manual/advanced.xml
10819         * manual/faq.xml
10820         * manual/glossary.xml
10821         * manual/handling.xml
10822         * manual/intro.xml
10823         * manual/plugins.xml
10824         * manual/sylpheed-claws-manual.xml
10825                 update URLs
10826                 add info about mailing-list support
10827                 edit filtering info
10828         * src/wizard.c
10829         * src/common/defs.h
10830         * src/gtk/about.c
10831         * src/plugins/dillo_viewer/README
10832                 update URLs
10833
10834 2006-05-17 [wwp]        2.2.0cvs30
10835
10836         * manual/handling.xml
10837         * manual/fr/handling.xml
10838                 documented the ability to enabled/disable filtering/processing rules.
10839
10840 2006-05-17 [colin]      2.2.0cvs29
10841
10842         * src/main.c
10843                 Don't initialize g_thread subsystem if it's 
10844                 already done (thanks to Hiro)
10845         * src/mimeview.c
10846                 Fix saving of parts when there name can't be
10847                 converted from UTF-8.
10848
10849 2006-05-17 [paul]       2.2.0cvs28
10850
10851         * po/Makefile.in.in
10852                 fix config.status warning with autoconf 2.60
10853
10854 2006-05-17 [paul]       2.2.0cvs27
10855
10856         * po/POTFILES.in
10857                 add src/mbox.c
10858
10859 2006-05-17 [wwp]        2.2.0cvs26
10860
10861         * src/mainwindow.c
10862                 fix useless and potentially dangerous buffer walking (thanks to Colin).
10863
10864 2006-05-17 [wwp]        2.2.0cvs25
10865
10866         * src/plugins/demo/demo.c
10867                 updated product name in plugin demo (many plugins need to be
10868                 sync'ed w/ that change).
10869
10870 2006-05-17 [colin]      2.2.0cvs24
10871
10872         * src/mh.c
10873                 Fix leak
10874
10875 2006-05-16 [colin]      2.2.0cvs23
10876
10877         * src/mainwindow.c
10878                 Stupid me hit again. Fix cvs22.
10879
10880 2006-05-16 [colin]      2.2.0cvs22
10881
10882         * src/mainwindow.c
10883                 Fix bug #922 (sylpheed-claws crashed after 
10884                 pushing on Inbox folder)
10885
10886 2006-05-16 [colin]      2.2.0cvs21
10887
10888         * src/compose.c
10889                 Make From header be copy/paste/select-able
10890
10891 2006-05-16 [wwp]        2.2.0cvs20
10892
10893         * src/export.c
10894         * src/matcher.c
10895         * src/summaryview.c
10896         * src/etpan/imap-thread.c
10897                 fix some compiler warnings (thanks to Colin).
10898
10899 2006-05-16 [wwp]        2.2.0cvs19
10900
10901         * src/action.c
10902         * src/gedit-print.c
10903         * src/inc.c
10904         * src/mainwindow.c
10905         * src/mh.c
10906         * src/statusbar.c
10907         * src/send_message.c
10908         * src/summaryview.c
10909                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
10910
10911 2006-05-15 [colin]      2.2.0cvs18
10912
10913         * src/procmsg.c
10914                 Fix automatic rule creation with List-Post
10915
10916 2006-05-15 [paul]       2.2.0cvs17
10917
10918         * tools/filter_conv_new.pl
10919                 updated for rule enabling/disabling
10920                 claws version >= 2.3.x required
10921
10922 2006-05-15 [cleroy]     2.2.0cvs16
10923
10924         * src/main.c
10925                 Revert test
10926
10927 2006-05-15 [cleroy]     2.2.0cvs15
10928
10929         * src/main.c
10930                 test
10931
10932 2006-05-15 [wwp]        2.2.0cvs14
10933
10934         * manual/pl/.cvsignore
10935                 ignore generated files.
10936
10937 2006-05-14 [wwp]        2.3.0-rc1
10938
10939         * 2.3.0-rc1 released
10940
10941 2006-05-13 [wwp]        2.2.0cvs13
10942
10943         * src/filtering.c
10944         * src/filtering.h
10945         * src/matcher.c
10946         * src/matcher_parser_lex.l
10947         * src/matcher_parser_parse.y
10948         * src/prefs_filtering.c
10949                 new feature: provide the ability to disable filtering and processing
10950                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
10951                 adaptations.
10952
10953 2006-05-13 [colin]      2.2.0cvs12
10954
10955         * src/compose.c
10956                 Remove useless if (a) b; else b;
10957                 Thanks to wwp
10958
10959 2006-05-13 [wwp]        2.2.0cvs11
10960
10961         * src/export.c
10962         * src/import.c
10963         * src/mainwindow.c
10964         * src/mbox.c
10965         * src/summaryview.c
10966         * src/summaryview.h
10967                 no more silent failures (or at least less ones) when importing
10968                 or exporting from/to mbox. Also start importing/exporting if
10969                 the necessary info is set.
10970
10971 2006-05-13 [wwp]        2.2.0cvs10
10972
10973         * RELEASE_NOTES
10974                 restored up-to-date release notes.
10975
10976 2006-05-13 [paul]       2.2.0cvs9
10977
10978         * po/nl.po
10979         * po/ru.po
10980                 updated by Tim Dijkstra and Pavlo Bohmat
10981
10982 2006-05-12 [colin]      2.2.0cvs8
10983
10984         * src/gtk/quicksearch.c
10985                 Add "k" as shortcut for "colorlabel". Patch
10986                 by ath42@users.sf.net.
10987
10988 2006-05-12 [paul]       2.2.0cvs7
10989
10990         * src/prefs_common.h
10991         * src/prefs_summaries.c
10992         * src/summaryview.c
10993                 when entering a folder also allow
10994                 going directly to first Marked message
10995
10996 2006-05-12 [paul]       2.2.0cvs6
10997
10998         * src/summaryview.c
10999                 always obey 'confirm before marking all
11000                 mails read' option
11001
11002 2006-05-12 [paul]       2.2.0cvs5
11003
11004         * src/textview.c
11005                 make Sender fully clickable
11006
11007 2006-05-12 [colin]      2.2.0cvs4
11008
11009         * src/compose.c
11010         * src/compose.h
11011                 Let From be editable
11012         * src/main.c
11013         * src/mh.c
11014                 Full support of .mh_sequences' Unseen seq
11015
11016 2006-05-12 [colin]      2.2.0cvs3
11017
11018         * src/folder.c
11019         * src/mainwindow.c
11020         * src/mainwindow.h
11021         * src/messageview.c
11022         * src/prefs_spelling.c
11023         * src/procheader.c
11024         * src/procmsg.c
11025         * src/procmsg.h
11026         * src/summaryview.c
11027         * src/toolbar.c
11028         * src/toolbar.h
11029                 Add contextual menu on Compose toolbar
11030                 button. Fixes bug #944 (Automatic
11031                 addresses not applied when changing account
11032                 from compose window)
11033                 add Mailing List support
11034                 based on the old 0.6.5claws25 patch by
11035                 Melvin Hadasht, with finishing touches
11036                 by Colin
11037                 Fix "ignore thread" when mails are threaded by
11038                 subject (and weren't ignored although appearing
11039                 in the thread).
11040                 GUI rework.
11041                 Both patches by Pawel.
11042
11043 2006-05-08 [paul]       2.2.0cvs2
11044
11045         * src/mainwindow.c
11046         * src/mainwindow.h
11047         * src/messageview.c
11048         * src/procheader.c
11049         * src/procmsg.c
11050         * src/procmsg.h
11051         * src/summaryview.c
11052                 add Mailing List support
11053                 based on the old 0.6.5claws25 patch by 
11054                 Melvin Hadasht, with finishing touches
11055                 by Colin
11056
11057 2006-05-08 [colin]      2.2.0cvs1
11058
11059         * src/mainwindow.c
11060         * src/toolbar.c
11061         * src/toolbar.h
11062                 Add contextual menu on Compose toolbar 
11063                 button. Fixes bug #944 (Automatic 
11064                 addresses not applied when changing account 
11065                 from compose window)
11066
11067 2006-05-08 [paul]       2.2.0
11068
11069         2.2.0 released
11070
11071 2006-05-08 [paul]       2.1.1cvs51
11072
11073         * po/cs.po
11074         * po/de.po
11075         * po/en_GB.po
11076         * po/fi.po
11077         * po/fr.po
11078         * po/pt_BR.po
11079         * po/sr.po
11080         * po/zh_CN.po
11081                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
11082                 Fabien Vantard, Frederico Goncalves Guimaraes,
11083                 Aleksandar Urosevic, and Ralgh Young
11084
11085 2006-05-12 [colin]      2.1.1cvs50
11086
11087         * po/cs.po
11088         * po/de.po
11089         * po/en_GB.po
11090         * po/es.po
11091         * po/fi.po
11092         * po/fr.po
11093         * po/pt_BR.po
11094         * po/sr.po
11095         * po/zh_CN.po
11096                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
11097                 Fabien Vantard, Frederico Goncalves Guimaraes,
11098                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
11099
11100 2006-05-05 [colin]      2.1.1cvs49
11101
11102         * manual/Makefile.am
11103         * manual/pl/Makefile.am
11104         * manual/pl/account.xml
11105         * manual/pl/ack.xml
11106         * manual/pl/addrbook.xml
11107         * manual/pl/advanced.xml
11108         * manual/pl/faq.xml
11109         * manual/pl/glossary.xml
11110         * manual/pl/gpl.xml
11111         * manual/pl/handling.xml
11112         * manual/pl/intro.xml
11113         * manual/pl/keyboard.xml
11114         * manual/pl/plugins.xml
11115         * manual/pl/starting.xml
11116         * manual/pl/sylpheed-claws-manual.xml
11117         * manual/pl/dist/.cvsignore
11118         * manual/pl/dist/Makefile.am
11119         * manual/pl/dist/html/.cvsignore
11120         * manual/pl/dist/html/Makefile.am
11121         * manual/pl/dist/pdf/.cvsignore
11122         * manual/pl/dist/pdf/Makefile.am
11123         * manual/pl/dist/ps/.cvsignore
11124         * manual/pl/dist/ps/Makefile.am
11125         * manual/pl/dist/txt/.cvsignore
11126         * manual/pl/dist/txt/Makefile.am
11127                 Add the polish translation of the manual,
11128                 Authored by Pawel Pekala.
11129
11130 2006-05-05 [cleroy]     2.1.1cvs48
11131
11132         * src/main.c
11133                 Re-read matcherrc after loading plugins 
11134                 if some of them add folders.
11135
11136 2006-05-03 [colin]      2.1.1cvs47
11137
11138         * src/imap.c
11139                 I'm idiot
11140
11141 2006-05-03 [colin]      2.1.1cvs46
11142
11143         * src/imap.c
11144                 Be sure to have a session when
11145                 getting separator
11146
11147 2006-05-03 [colin]      2.1.1cvs45
11148
11149         * src/imap.c
11150         * src/imap.h
11151         * src/imap_gtk.c
11152                 Fix preventing renaming with namespace 
11153                 separator.
11154
11155 2006-05-01 [colin]      2.1.1cvs44
11156
11157         * src/action.c
11158                 Don't reload messageview when result of
11159                 action is piped.
11160
11161 2006-04-29 [colin]      2.1.1cvs43
11162
11163         * src/prefs_receive.c
11164         * src/plugins/spamassassin/spamassassin_gtk.c
11165         * src/plugins/clamav/clamav_plugin_gtk.c
11166                 GUI fixes by Pawel
11167
11168 2006-04-29 [colin]      2.1.1cvs42
11169
11170         * src/prefs_compose_writing.c
11171         * src/prefs_quote.c
11172                 Cleanups. Patch by Pawel
11173
11174 2006-04-28 [paul]       2.1.1cvs41
11175
11176         * src/matcher.c
11177                 fix returned quick search results when search
11178                 term contains an underscore.
11179                 Thanks to Colin
11180
11181 2006-04-28 [paul]       2.1.1cvs40
11182
11183         * src/prefs_message.c
11184         * src/prefs_receive.c
11185                 GUI cleanups
11186                 Patches by Pawel Pekala
11187
11188 2006-04-27 [colin]      2.1.1cvs39
11189
11190         * src/wizard.c
11191                 Differentiate subject Welcome from
11192                 window's title Welcome
11193
11194 2006-04-27 [paul]
11195
11196         2.2.0-rc1 released
11197
11198 2006-04-27 [paul]       2.1.1cvs38
11199
11200         * manual/advanced.xml
11201         * manual/fr/advanced.xml
11202                 add info about compose_no_markup hidden pref
11203
11204 2006-04-27 [paul]       2.1.1cvs37
11205
11206         * src/prefs_account.c
11207                 improve privacy labels
11208         * src/prefs_msg_colors.c
11209                 change some strings for translators' convenience
11210         * src/gtk/gtkutils.c
11211                 don't underline the link button text
11212
11213 2006-04-25 [colin]      2.1.1cvs36
11214
11215         * src/folder.c
11216                 Complete 2.1.1cvs33 (once more ;)
11217
11218 2006-04-25 [colin]      2.1.1cvs35
11219
11220         * src/editldap.c
11221                 Fix tooltip
11222
11223 2006-04-25 [cleroy]     2.1.1cvs34
11224
11225         * src/compose.c
11226         * src/gtk/gtkaspell.c
11227                 Fix crash on redirect (related to the return 
11228                 of the aspell menu in compose's toolbar)
11229         * src/prefs_msg_colors.c
11230                 Fix sensitivity widgets
11231         * src/image_viewer.c
11232         * src/gtk/pluginwindow.c
11233         * src/gtk/prefswindow.c
11234                 Change released signals to clicked (Fabien)
11235         * po/POTFILES.in
11236         * src/common/socket.c
11237         * src/plugins/spamassassin/spamassassin.c
11238                 Translate strings (Fabien)
11239
11240 2006-04-25 [paul]       2.1.1cvs33
11241
11242         * src/folder.c
11243         * src/folder.h
11244         * src/folderview.c
11245                 complete the fix of bug #912
11246                 Thanks to Colin
11247
11248 2006-04-25 [colin]      2.1.1cvs32
11249
11250         * src/news.c
11251                 Better progress bar
11252         * src/mimeview.c
11253         * src/summaryview.c
11254         * src/summaryview.h
11255                 Fix focus chain
11256                 Patches by Pawel Pekala
11257
11258 2006-04-24 [colin]      2.1.1cvs31
11259
11260         * src/compose.c
11261                 Fix compilation warnings (Fabien)
11262
11263 2006-04-24 [colin]      2.1.1cvs30
11264
11265         * src/addrindex.c
11266         * src/editldap.c
11267         * src/editldap_basedn.c
11268         * src/editldap_basedn.h
11269         * src/ldapctrl.c
11270         * src/ldapctrl.h
11271         * src/ldapquery.c
11272         * src/ldaputil.c
11273         * src/ldaputil.h
11274                 Fix bug #901 (LDAPS support)
11275
11276 2006-04-24 [colin]      2.1.1cvs29
11277
11278         * src/compose.c
11279                 Fix logic on error with send dialog on
11280         * src/imap.c
11281                 Fix compilation without libetpan, thanks
11282                 to Fabien
11283         * src/summaryview.c
11284                 Fix 'context-menu' key
11285
11286 2006-04-23 [colin]      2.1.1cvs28
11287
11288         * src/folder.c
11289                 Never free current's cache to free up 
11290                 memory. Fixes bug #912 (new count 
11291                 randomly set to message count)
11292
11293 2006-04-23 [colin]      2.1.1cvs27
11294
11295         * src/gtk/quicksearch.c
11296                 And remove printf...
11297
11298 2006-04-23 [colin]      2.1.1cvs26
11299
11300         * src/gtk/quicksearch.c
11301                 Fix replacing in quicksearch, and fix inserting
11302                 in the middle of the string. (introduced at 2.1.0cvs22)
11303
11304 2006-04-23 [colin]      2.1.1cvs25
11305
11306         * src/imap.c
11307                 Make sure uidnext is initialized in get_num_list
11308                 (not for stable, related to 2.1.1cvs8 and friends)
11309
11310 2006-04-23 [colin]      2.1.1cvs24
11311
11312         * src/imap.c
11313                 Output something when login is successful
11314                 too
11315
11316 2006-04-23 [colin]      2.1.1cvs23
11317
11318         * src/etpan/imap-thread.c
11319                 Better logging (line-per-line, hide data in fetch)
11320                 Fix a const warning
11321         * src/gtk/logwindow.c
11322         * src/gtk/logwindow.h
11323                 Better logging (color for input/output)
11324
11325 2006-04-21 [colin]      2.1.1cvs22
11326
11327         * src/gtk/quicksearch.c
11328                 On gtk+-2.8, use stock buttons in quicksearch
11329                 Based on a patch by Fabien and a design by Paul
11330
11331 2006-04-21 [colin]      2.1.1cvs21
11332
11333         * src/folderview.c
11334         * src/mainwindow.c
11335                 Fix occasional flicker in folderview
11336         * src/common/utils.c
11337                 Fix bug #943 (Incorrectly parsed email address 
11338                 list in short headers on message view and in 
11339                 printouts)
11340
11341 2006-04-20 [colin]      2.1.1cvs20
11342
11343         * src/imap.c
11344         * src/imap.h
11345         * src/prefs_account.c
11346                 Add ANONYMOUS auth for IMAP
11347
11348 2006-04-20 [paul]       2.1.1cvs19
11349
11350         * src/main.c
11351                 proper fix for 2.1.1cvs18
11352                 Thanks to Colin
11353
11354 2006-04-20 [paul]       2.1.1cvs18
11355
11356         * src/main.c
11357                 fix build warnings
11358
11359 2006-04-20 [paul]       2.1.1cvs17
11360
11361         * src/gtk/quicksearch.c
11362                 fix standard, non-extended Quick search,
11363                 was broken in 2.1.1cvs15.
11364                 Thanks to Colin.
11365
11366 2006-04-20 [colin]      2.1.1cvs16
11367
11368         * src/prefs_matcher.c
11369                 Fix values when reselecting a ~test
11370                 rule
11371
11372 2006-04-19 [colin]      2.1.1cvs15
11373
11374         * src/compose.c
11375         * src/compose.h
11376         * src/gtk/gtkaspell.c
11377         * src/gtk/gtkaspell.h
11378                 Put back Options menu in Spelling/
11379         * src/gtk/quicksearch.c
11380                 Don't search, and show error, if the
11381                 advanced search has a syntax error
11382
11383 2006-04-18 [colin]      2.1.1cvs14
11384
11385         * src/textview.c
11386                 Fix gdk warnings on set_cursor when textview
11387                 isn't visible
11388
11389 2006-04-18 [colin]      2.1.1cvs13
11390
11391         * src/gtk/gtksctree.c
11392                 Remove seemingly useless refresh that causes
11393                 flicker - watch this commit in case of 
11394                 problems before planned backport to stable
11395
11396 2006-04-18 [colin]      2.1.1cvs12
11397
11398         * src/imap.c
11399                 Factorize get/set_xml code
11400         * src/compose.c
11401         * src/prefs_account.c
11402         * src/prefs_account.h
11403         * src/procmsg.c
11404                 Add Encrypt to self option
11405
11406 2006-04-17 [colin]      2.1.1cvs11
11407
11408         * configure.ac
11409                 Fix search on encrpyt function on dragonfly
11410                 Patch by Jonathan Buschmann <jonthn@agmact.com>
11411
11412 2006-04-17 [colin]      2.1.1cvs10
11413
11414         * src/prefs_account.c
11415                 Be safe by default: remove mails from POP3
11416                 after 7 days, not immediately
11417
11418 2006-04-17 [colin]      2.1.1cvs9
11419
11420         * src/etpan/imap-thread.c
11421                 Fix build on DragonFly - patch by 
11422                 Jonathan Buschmann <jonthn@agmact.com>
11423
11424 2006-04-17 [colin]      2.1.1cvs8
11425
11426         * src/imap.c
11427                 Save uidnext between sessions
11428
11429 2006-04-17 [colin]      2.1.1cvs7
11430
11431         * src/imap.c
11432                 scan is required when uid validity changes
11433
11434 2006-04-17 [colin]      2.1.1cvs6
11435
11436         * src/folderview.c
11437                 Don't scan if not necessary, apart in current
11438                 folder and INBOX to fetch flags.
11439         * src/imap.c
11440                 Scan is necessary if unread count changes
11441
11442 2006-04-17 [colin]      2.1.1cvs5
11443
11444         * src/imap.c
11445                 ...But always fetch ANSWERED and DELETED flags for
11446                 INBOX, as filtering can happen on these flags.
11447
11448 2006-04-17 [colin]      2.1.1cvs4
11449
11450         * src/imap.c
11451                 Don't fetch REPLIED and DELETED flags when synchronising
11452                 flags with a closed folder. We only need UNSEEN and FLAGGED
11453                 to update the folderview.
11454
11455 2006-04-17 [colin]      2.1.1cvs3
11456
11457         * src/imap.c
11458                 Faster flag search when there are new mails 
11459                 in a folder. We can do a full search if the 
11460                 folder contains less messages than the new
11461                 list.
11462
11463 2006-04-17 [colin]      2.1.1cvs2
11464
11465         * po/cs.po
11466         * po/de.po
11467         * po/fr.po
11468         * po/nl.po
11469         * po/pt_BR.po
11470                 Update translations from stable branch
11471
11472 2006-04-17 [colin]      2.1.1cvs1
11473
11474         * configure.ac
11475                 Bump version to follow stable release
11476
11477 2006-04-16 [mones]      2.1.0cvs50
11478
11479         * po/es.po
11480                 Updated for release
11481
11482 2006-04-16 [colin]      2.1.0cvs49
11483
11484         * src/textview.c
11485                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
11486                 with gtk < 2.8. Thanks to Fabien Vantard.
11487
11488 2006-04-15 [colin]      2.1.0cvs48
11489
11490         * src/etpan/imap-thread.c
11491                 Fix bug #919 (libetpan: SEGV when connecting 
11492                 using command)
11493
11494 2006-04-14 [colin]      2.1.0cvs47
11495
11496         * src/main.c
11497                 Fix race on --select (should be done better)
11498
11499 2006-04-14 [wwp]        2.1.0cvs46
11500
11501         * src/send_message.c
11502                 enforce a check for domain in account prefs (a sending
11503                 error could be faced if domain was checked but no value set),
11504                 thanks to Colin.
11505
11506 2006-04-14 [colin]      2.1.0cvs45
11507
11508         * src/codeconv.c
11509                 when converting from unknown to unknown, if the
11510                 string is UTF8, don't convert it to the locale
11511                 (which breaks it)
11512
11513 2006-04-14 [colin]      2.1.0cvs44
11514
11515         * src/compose.c
11516                 Don't try to use ASCII for converting headers
11517                 (as done in body)
11518
11519 2006-04-14 [paul]       2.1.0cvs43
11520
11521         * src/crash.c
11522                 add locale/charset info to crash report
11523         * src/gtk/about.c
11524                 add wwp to doc team
11525                 replace 'e-mail' with preferred 'email'
11526         * src/gtk/authors.h
11527                 ensure contributors list is in alphabetical
11528                 order
11529
11530 2006-04-13 [colin]      2.1.0cvs42
11531
11532         * src/textview.c
11533                 Prevent gdk warnings
11534
11535 2006-04-13 [colin]      2.1.0cvs41
11536
11537         * src/common/ssl_certificate.c
11538         * src/common/ssl_certificate.h
11539         * src/gtk/sslcertwindow.c
11540                 Warn on expired certs, and display the expiration date
11541
11542 2006-04-13 [colin]      2.1.0cvs40
11543
11544         * src/plugins/spamassassin/spamassassin_gtk.c
11545                 Fix missing set_text on unix socket
11546
11547 2006-04-13 [wwp]        2.1.0cvs39
11548
11549         * manual/fr/advanced.xml
11550         * manual/fr/glossary.xml
11551                 applied new spam/ham/email lexicon (pourriel, courriel)
11552
11553 2006-04-13 [paul]       2.1.0cvs38
11554
11555         * src/plugins/pgpmime/plugin.c
11556                 remove the mention of S/MIME from the
11557                 description. This is now handled by the
11558                 S/MIME plugin.
11559
11560 2006-04-13 [paul]       2.1.0cvs37
11561
11562         * src/prefs_msg_colors.c
11563                 rework dialog
11564         * src/prefs_folder_item.c
11565         * src/prefs_spelling.c
11566                 add a tooltip to the colour selector buttons
11567
11568 2006-04-13 [wwp]        2.1.0cvs36
11569
11570         * manual/advanced.xml
11571         * manual/glossary.xml
11572         * manual/handling.xml
11573         * manual/keyboard.xml
11574         * manual/plugins.xml
11575         * manual/starting.xml
11576         * manual/fr/account.xml
11577         * manual/fr/ack.xml
11578         * manual/fr/addrbook.xml
11579         * manual/fr/advanced.xml
11580         * manual/fr/faq.xml
11581         * manual/fr/glossary.xml
11582         * manual/fr/gpl.xml
11583         * manual/fr/handling.xml
11584         * manual/fr/intro.xml
11585         * manual/fr/keyboard.xml
11586         * manual/fr/plugins.xml
11587         * manual/fr/starting.xml
11588         * manual/fr/sylpheed-claws-manual.xml
11589                 fixes to the manuals:
11590                  - summaryview -> Message List (same in French)
11591                  - translate key names
11592                  - fix French punctuation, use non-breakable spaces when
11593                    necessary, don't use &thinsp; which is not portable
11594                  - tell what maildir and mbox formats we support
11595
11596 2006-04-12 [wwp]        2.1.0cvs35
11597
11598         * src/prefs_toolbar.c
11599                 unified a replace button more,
11600                 patch by Fabien Vantard <fzzzzz@gmail.com>.
11601
11602 2006-04-12 [wwp]        2.1.0cvs34
11603
11604         * src/prefs_common.c
11605         * src/prefs_msg_colors.c
11606                 make default color labels translatable,
11607                 patch from Fabien Vantard <fzzzzz@gmail.com>,
11608                 thanks to Tim <timbrain@post.cz> for reporting.
11609
11610 2006-04-12 [wwp]        2.1.0cvs33
11611
11612         * manual/glossary.xml
11613         * manual/intro.xml
11614         * manual/plugins.xml
11615         * manual/starting.xml
11616         * manual/sylpheed-claws-manual.xml
11617         * manual/fr/.cvsignore
11618         * manual/fr/account.xml
11619         * manual/fr/ack.xml
11620         * manual/fr/addrbook.xml
11621         * manual/fr/advanced.xml
11622         * manual/fr/faq.xml
11623         * manual/fr/glossary.xml
11624         * manual/fr/handling.xml
11625         * manual/fr/intro.xml
11626         * manual/fr/keyboard.xml
11627         * manual/fr/plugins.xml
11628         * manual/fr/starting.xml
11629         * manual/fr/sylpheed-claws-manual.xml
11630                 various fixes: typos, missing .fr translations, punctuation,
11631                 capitalization, links, accents and some bad French more.
11632
11633 2006-04-12 [wwp]        2.1.0cvs32
11634
11635         * src/prefs_gtk.c
11636                 fix for bug #935: always store prefs files in UTF-8 (thanks
11637                 to Colin).
11638
11639 2006-04-11 [colin]      2.1.0cvs31
11640
11641         * src/compose.c
11642                 Fix inserting files not in utf8 when locale is utf8
11643
11644 2006-04-11 [colin]      2.1.0cvs30
11645
11646         * src/inc.c
11647                 Don't show error dialog when cancelling connection
11648                 Patch by Pawel
11649
11650 2006-04-11 [cleroy]     2.1.0cvs29
11651
11652         * src/compose.c
11653                 Implement multiple quote levels
11654         * src/prefs_common.c
11655                 Change a little bit the quote bgcolor for 2nd level
11656
11657 2006-04-11 [colin]      2.1.0cvs28
11658
11659         * src/gtk/about.c
11660                 Add locale and charset in the label
11661
11662 2006-04-10 [colin]      2.1.0cvs27
11663
11664         * src/compose.c
11665         * src/prefs_common.c
11666         * src/prefs_common.h
11667         * src/prefs_msg_colors.c
11668         * src/textview.c
11669                 Allow optional background color in quotes
11670                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
11671                 GTK+-2.8.x feature
11672
11673 2006-04-10 [colin]      2.1.0cvs26
11674
11675         * src/main.c
11676         * src/mainwindow.c
11677         * src/mainwindow.h
11678                 Implement --select
11679
11680 2006-04-10 [colin]      2.1.0cvs25
11681
11682         * manual/plugins.xml
11683         * manual/fr/plugins.xml
11684                 Document libcurl's proxy variables
11685
11686 2006-04-09 [colin]      2.1.0cvs24
11687
11688         * src/prefs_common.c
11689                 gettext() returns statically allocated stuff. We have
11690                 to strdup it in order to be able to free it.
11691
11692 2006-04-09 [colin]      2.1.0cvs23
11693
11694         * AUTHORS
11695         * src/gtk/authors.h
11696                 Add Alexei
11697
11698 2006-04-09 [colin]      2.1.0cvs22
11699
11700         * src/mainwindow.c
11701         * src/gtk/quicksearch.c
11702                 Fix bug #859 (problems with cyrilic input in 
11703                 search panel) - Patch by Alexey Illarionov 
11704                 <littlesavage@rambler.ru>
11705
11706 2006-04-09 [colin]      2.1.0cvs21
11707
11708         * src/prefs_customheader.c
11709                 I prefer removing then freeing rather than the contrary
11710                 (even if it doesn't change anything ;-)
11711         * src/prefs_account.c
11712                 Fix bug #933 (Crash re-entering the custom headers list 
11713                 dialog in accounts prefs)
11714                 The problem happened when cancelling the Account 
11715                 Preferences' dialogs - in which case we didn't do 
11716                 anything to the PrefsAccount * struct. In case of applying,
11717                 the old ac_prefs was replaced with the tmp_ac_prefs we were
11718                 working with in this dialog. The problem is that 
11719                 prefs_customheader.c, working on this tmp_ac_prefs, always
11720                 changes the ->customhdr_list pointer, even when cancelled. 
11721                 So in case of cancelling the prefs_account dialog, we still
11722                 have to update ->customhdr_list in the real account.
11723
11724 2006-04-08 [colin]      2.1.0cvs20
11725
11726         * manual/fr/glossary.xml
11727         * manual/fr/keyboard.xml
11728                 Forgot some headers :)
11729
11730 2006-04-08 [colin]      2.1.0cvs19
11731
11732         * manual/Makefile.am
11733         * manual/fr/Makefile.am
11734         * manual/fr/account.xml
11735         * manual/fr/ack.xml
11736         * manual/fr/addrbook.xml
11737         * manual/fr/advanced.xml
11738         * manual/fr/faq.xml
11739         * manual/fr/glossary.xml
11740         * manual/fr/gpl.xml
11741         * manual/fr/handling.xml
11742         * manual/fr/intro.xml
11743         * manual/fr/keyboard.xml
11744         * manual/fr/plugins.xml
11745         * manual/fr/starting.xml
11746         * manual/fr/sylpheed-claws-manual.xml
11747         * manual/fr/dist/.cvsignore
11748         * manual/fr/dist/Makefile.am
11749         * manual/fr/dist/html/.cvsignore
11750         * manual/fr/dist/html/Makefile.am
11751         * manual/fr/dist/pdf/.cvsignore
11752         * manual/fr/dist/pdf/Makefile.am
11753         * manual/fr/dist/ps/.cvsignore
11754         * manual/fr/dist/ps/Makefile.am
11755         * manual/fr/dist/txt/.cvsignore
11756         * manual/fr/dist/txt/Makefile.am
11757                 Add the french translation of the manual. Thanks to
11758                 Olivier Delhomme <olivier.delhomme@free.fr> for 
11759                 account.xml, ack.xml, addrbook.xml and advanced.xml
11760
11761 2006-04-08 [colin]      2.1.0cvs18
11762
11763         * manual/plugins.xml
11764         * manual/starting.xml
11765                 More fixes
11766
11767 2006-04-07 [colin]      2.1.0cvs17
11768
11769         * manual/faq.xml
11770         * manual/intro.xml
11771         * manual/keyboard.xml
11772                 Little fixes
11773
11774 2006-04-07 [colin]      2.1.0cvs16
11775
11776         * README
11777         * src/compose.c
11778         * src/prefs_common.c
11779         * src/prefs_common.h
11780                 Add hidden compose_no_markup pref
11781
11782 2006-04-07 [wwp]        2.1.0cvs15
11783
11784         * src/summary_search.c
11785         * .cvsignore
11786                 Bugfix: stop button was sticky when searching in an empty folder.
11787                 Applied curly brackets code style to the whole file (summary_search.c).
11788                 More files to ignore.
11789
11790 2006-04-07 [wwp]        2.1.0cvs14
11791
11792         * src/message_search.c
11793         * src/summary_search.c
11794                 changed default button when search bumps at file/folder
11795                 beginning or end, for convenience (thanks to Colin).
11796
11797 2006-04-07 [paul]       2.1.0cvs13
11798
11799         * src/plugins/dillo_viewer/dillo_prefs.c
11800                 avoid future potential for namespace collision
11801                 Patch by Colin
11802
11803 2006-04-06 [wwp]        2.1.0cvs12
11804
11805         * src/summary_search.c
11806                 Unify extended/advanced searches names (and thus factorize labels),
11807                 patch by Fabien Vantard <fzzzzz@gmail.com>.
11808
11809 2006-04-06 [wwp]        2.1.0cvs11
11810
11811         * src/folderview.c
11812         * src/prefs_themes.c
11813         * src/summaryview.c
11814                 Fixed some compilation warnings.
11815
11816 2006-04-06 [colin]      2.1.0cvs10
11817
11818         * manual/advanced.xml
11819                 Document the wizard template and how to deploy
11820                 Sylpheed-Claws effectively
11821
11822 2006-04-06 [colin]      2.1.0cvs9
11823
11824         * src/folderview.c
11825                 gettext patch to tell translators about _("#"),
11826                 by Maxim Britov
11827
11828 2006-04-06 [colin]      2.1.0cvs8
11829
11830         * src/textview.c
11831                 Fix invalid GtkTextBIter after clicking "Display as text"
11832
11833 2006-04-06 [mones]      2.1.0cvs7
11834
11835         * src/addr_compl.c
11836         * src/addrindex.c
11837         * src/addritem.c
11838         * src/codeconv.c
11839         * src/compose.c
11840         * src/filtering.c
11841         * src/folder.c
11842         * src/folder_item_prefs.c
11843         * src/folderview.c
11844         * src/localfolder.c
11845         * src/matcher.c
11846         * src/mimeview.c
11847         * src/prefs_msg_colors.c
11848         * src/prefs_spelling.c
11849         * src/prefs_themes.c
11850         * src/procmime.c
11851         * src/procmsg.c
11852         * src/stock_pixmap.c
11853         * src/summaryview.c
11854         * src/textview.c
11855         * src/toolbar.c
11856         * src/common/mgutils.c
11857         * src/common/prefs.c
11858         * src/common/ssl_certificate.c
11859         * src/gtk/colorlabel.c
11860         * src/gtk/quicksearch.c
11861         * src/plugins/pgpmime/pgpmime.c
11862         * src/plugins/spamassassin/spamassassin.c
11863                 Removed redundant NULL checks for g_free() calls.
11864                 Patch by Pawel Pekala.
11865
11866 2006-04-06 [mones]      2.1.0cvs6
11867
11868         * src/prefs_actions.c
11869         * src/prefs_filtering.c
11870         * src/prefs_filtering_action.c
11871         * src/prefs_matcher.c
11872         * src/prefs_template.c
11873         * src/gtk/gtkutils.c
11874         * src/gtk/gtkutils.h
11875                 Have a nice replace button. Patch by Pawel Pekala
11876
11877 2006-04-06 [colin]      2.1.0cvs5
11878
11879         * src/addressbook.c
11880                 Fix crash with empty columns
11881
11882 2006-04-05 [colin]      2.1.0cvs4
11883
11884         * src/wizard.c
11885         * src/prefs_gtk.c
11886                 Allow wizard customization with pre-filled values
11887
11888 2006-04-05 [colin]      2.1.0cvs3
11889
11890         * src/textview.c
11891         * src/mimeview.c
11892         * src/mimeview.h
11893                 Nicer messages in mimeview
11894
11895 2006-04-05 [colin]      2.1.0cvs2
11896
11897         * src/addressbook.c
11898         * src/prefs_summaries.c
11899                 i18n fix
11900
11901 2006-04-05 [colin]      2.1.0cvs1
11902
11903         * src/plugins/pgpcore/plugin.c
11904         * src/plugins/pgpcore/select-keys.c
11905         * src/plugins/pgpcore/select-keys.h
11906         * src/plugins/pgpcore/sgpgme.c
11907         * src/plugins/pgpcore/sgpgme.h
11908         * src/plugins/pgpinline/pgpinline.c
11909         * src/plugins/pgpinline/plugin.c
11910         * src/plugins/pgpmime/pgpmime.c
11911         * src/plugins/pgpmime/plugin.c
11912                 Factorize and generalize a bit 
11913                 Drop S/MIME signature verification from PGP/MIME
11914                 (adding it as another, more complete plugin)
11915
11916 2006-04-05 [paul]       2.1.0
11917
11918         2.1.0 released
11919
11920 2006-04-05 [paul]       2.0.0cvs186
11921
11922         * manual/advanced.xml
11923                 add info on colour labels
11924
11925 2006-04-05 [paul]       2.0.0cvs185
11926
11927         * po/bg.po
11928         * po/cs.po
11929         * po/de.po
11930         * po/el.po
11931         * po/en_GB.po
11932         * po/fi.po
11933         * po/fr.po
11934         * po/it.po
11935         * po/nl.po
11936         * po/pl.po
11937         * po/pt_BR.po
11938         * po/sr.po
11939         * po/zh_CN.po
11940                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
11941                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
11942                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
11943                 Guimaraes, Aleksandar Urosevic, Ralgh Young
11944         * src/gtk/authors.h
11945         * tools/claws.i18n.status.pl
11946                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
11947                 and new Czech translator, Tim <timbrain@post.cz>
11948
11949 2006-04-05 [mones]      2.0.0cvs184
11950
11951         * po/es.po
11952                 Updated translation
11953
11954 2006-04-05 [colin]      2.0.0cvs183
11955
11956         * src/gtk/quicksearch.c
11957                 Fix bug #929 (unnecessary reload in quick search bar)
11958
11959 2006-04-05 [colin]      2.0.0cvs182
11960
11961         * src/compose.c
11962                 Fix crash on Reply with no From:
11963                 Show signature and conversion error on queuing 
11964                 (but not sending)
11965         * src/mainwindow.c
11966         * src/summaryview.c
11967         * src/summaryview.h
11968                 Factorize threading code and make sure msginfo 
11969                 is not null when it comes from a GtkCTreeRow's 
11970                 data
11971         * src/gtk/gtkaspell.c
11972                 Check for necessary things
11973         * src/gtk/gtksctree.c
11974         * src/gtk/gtksctree.h
11975                 Reset anchor if necessary when removing node
11976
11977 2006-03-29 [colin]      2.0.0cvs181
11978
11979         * src/folderview.c
11980                 Warn for disabled IMAP accounts (due to lack of
11981                 libetpan). Breaks string-freeze - sorry - but it
11982                 is kind of important ;)
11983
11984 2006-03-28 [colin]      2.0.0cvs180
11985
11986         * src/gtk/gtkutils.c
11987         * src/gtk/gtkutils.h
11988                 Add a gtkut_get_link_btn() function that
11989                 creates a button which acts like an URI
11990         * src/prefs_themes.c
11991         * src/gtk/about.c
11992                 Use this function (factorizes codes)
11993         * src/common/defs.h
11994         * src/gtk/pluginwindow.c
11995                 Add a "Get more..." in the plugins window
11996
11997 2006-03-28 [colin]      2.0.0cvs179
11998
11999         * src/common/smtp.c
12000         * src/common/passcrypt.c
12001         * src/undo.c
12002                 Warning fixes. Patch by Pawel Pekala
12003
12004 2006-03-27 [colin]      2.0.0cvs178
12005
12006         * src/undo.c
12007                 Fix undoing by blocks with spaces
12008
12009 2006-03-27 [colin]      2.0.0cvs177
12010
12011         * src/textview.c
12012                 Set margin to 3px for headers
12013
12014 2006-03-27 [paul]
12015
12016         2.1.0-rc2 released
12017
12018 2006-03-27 [wwp]        2.0.0cvs176
12019
12020         * src/summaryview.c
12021                 don't reset quicksearch when updating the message list.
12022                 Thanks to Colin.
12023
12024 2006-03-26 [wwp]        2.0.0cvs175
12025
12026         * src/compose.c
12027                 use a unified border width ('other' tab in the compose window,
12028                 patch by Pawel Pekala).
12029
12030
12031 2006-03-26 [wwp]        2.0.0cvs174
12032
12033         * src/common/quoted-printable.c
12034         * src/addressbook.c
12035                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
12036
12037 2006-03-26 [colin]      2.0.0cvs173
12038
12039         * src/quote_fmt_parse.y
12040                 Fix non-UTF8 date formats messing up the whole quote a 
12041                 little bit
12042
12043 2006-03-26 [colin]      2.0.0cvs172
12044
12045         * src/procheader.c
12046                 Make sure the date is UTF8 valid, or try to make it
12047                 so. IncrediMail is really IncrediStupid.
12048         * src/compose.c
12049                 Fix possible conversions. 
12050                 
12051
12052 2006-03-26 [colin]      2.0.0cvs171
12053
12054         * src/matcher.c
12055                 Fix corner cases in body search. This is still a
12056                 hack... It seems impossible to make it good and 
12057                 reasonably fast at the same time.
12058
12059 2006-03-26 [colin]      2.0.0cvs170
12060
12061         * src/summaryview.c
12062                 I think I killed the twilight zone bug!
12063                 summary_select_node() flushes GTK events in order
12064                 to be able to center the view. But this also 
12065                 flushes keypresses like Ctrl-Alt-U, so this can
12066                 call summary_show from summary_select_node (itself
12067                 called from summary_show, etc.). And the summaryview
12068                 has to be unlocked in this function. So just locking
12069                 while processing GTK events, and bailing if locked, 
12070                 should fix it.
12071                 Fixes bug #927 (SIGSEGV during Update Summary)
12072
12073 2006-03-25 [colin]      2.0.0cvs169
12074
12075         * src/matcher.c
12076                 Fix search in QP-encoded bodies
12077                 Fix utf-8 searches in bodies encoded in the
12078                 locale's encoding
12079         * src/common/quoted-printable.c
12080         * src/common/quoted-printable.h
12081                 Add a decode function that doesn't overwrite
12082                 the original pointer
12083                 
12084
12085 2006-03-24 [colin]      2.0.0cvs168
12086
12087         * src/action.c
12088         * src/summaryview.c
12089         * src/summaryview.h
12090                 Update message cache after action
12091                 Patch by H. Merijn Brand
12092         * src/prefs_msg_colors.c
12093                 Factorize label 
12094                 Patch by Fabien Vantard
12095         * src/plugins/spamassassin/spamassassin_gtk.c
12096                 Remove useless translation
12097                 Patch by Fabien Vantard
12098
12099 2006-03-23 [colin]      2.0.0cvs167
12100
12101         * src/common/ssl.c
12102                 Let 30 seconds to SSL_connect
12103
12104 2006-03-23 [wwp]        2.0.0cvs166
12105
12106         * src/summaryview.c
12107         * src/gtk/description_window.c
12108                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
12109                 and headers are translated; adjust description windows' width to fit their
12110                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
12111
12112 2006-03-23 [paul]       2.0.0cvs165
12113
12114         * src/common/utils.c
12115                 fix highlighting of URIs containing "()"
12116                 (2.0.0cvs164's reversal fixed)
12117                 Thanks to Colin.
12118
12119 2006-03-23 [paul]       2.0.0cvs164
12120
12121         * src/common/utils.c
12122                 revert patch, (postponing a fix), at 2.0.0cvs120
12123                 as it breaks more URIs than it fixes.
12124                 Allow '-' to be a terminating character in a URI
12125
12126 2006-03-22 [colin]      2.0.0cvs163
12127
12128         * configure.ac
12129                 Require libetpan 0.45
12130                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
12131
12132 2006-03-22 [paul]       2.0.0cvs162
12133
12134         * src/editgroup.c
12135                 replace '<-' and '->' buttons with GTK_STOCK graphical
12136                 buttons
12137         * src/summary_search.c
12138                 don't offer '...' for translation
12139                 add a tooltip to advanced search '...' button
12140         * src/gtk/quicksearch.c
12141                 don't offer '...' for translation
12142
12143 2006-03-21 [colin]      2.0.0cvs161
12144
12145         * src/compose.c
12146                 Fix middle-click pasting (insert at click
12147                 position instead of cursor position, don't
12148                 remove existing selection and allow pasting
12149                 our own selection)
12150         * src/addressbook.c
12151                 "LDAP Server" -> "LDAP servers"
12152
12153 2006-03-21 [wwp]        2.0.0cvs160
12154
12155         * src/etpan/imap-thread.c
12156                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
12157
12158 2006-03-20 [colin]      2.0.0cvs159
12159
12160         * src/summaryview.c
12161                 Don't reload summaryview after an execute with no
12162                 move action
12163
12164 2006-03-19 [colin]      2.0.0cvs158
12165
12166         * src/addressbook.c
12167                 and put groups at the top, always
12168
12169 2006-03-19 [colin]      2.0.0cvs157
12170
12171         * src/addressbook.c
12172                 Order groups before names, as previously
12173
12174 2006-03-19 [colin]      2.0.0cvs156
12175
12176         * src/addressbook.c
12177                 - Sort case-unsensitive
12178                 - Put the sort arrow at opening too
12179
12180 2006-03-19 [wwp]        2.0.0cvs155
12181
12182         * src/addressbook.c
12183                 allow sorting by name/email/remarks, ensure that right-pane's contents
12184                 matches the left-pane selection (cleared when appropriate).
12185                 Patch by Pawel Pekala <c0rn@o2.pl>.
12186
12187 2006-03-18 [colin]      2.0.0cvs154
12188
12189         * src/textview.c
12190                 Fix text cursor ;)
12191
12192 2006-03-18 [colin]      2.0.0cvs153
12193
12194         * src/gtk/filesel.c
12195                 Make sure we hide the preview if we didn't get
12196                 a filename
12197
12198 2006-03-18 [colin]      2.0.0cvs152
12199
12200         * src/summaryview.c
12201                 Set cursor to watch for execution (fixes lack
12202                 of watch-cursor when dnd'ing hundreds of mails)
12203         * src/gtk/filesel.c
12204                 Check that mime type is 'image/*' before updating
12205                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
12206
12207 2006-03-18 [colin]      2.0.0cvs151
12208
12209         * src/mainwindow.c
12210         * src/textview.c
12211         * src/textview.h
12212                 Put a watch cursor in textview too when the mainwindow's
12213                 cursor in a watch
12214
12215 2006-03-18 [colin]      2.0.0cvs150
12216
12217         * src/folder.c
12218                 Change wrong asserts to simple tests
12219
12220 2006-03-17 [colin]      2.0.0cvs149
12221
12222         * src/mainwindow.c
12223         * src/mainwindow.h
12224         * src/prefs_msg_colors.c
12225         * src/summaryview.c
12226         * src/summaryview.h
12227         * src/gtk/colorlabel.c
12228         * src/gtk/colorlabel.h
12229                 Add a color label menu in the main menubar
12230                 Add (fixed) accels Ctrl-{0-7} to change the color
12231                 They have to be fixed because the menu's dynamic,
12232                 the items are complex widgets, hence we can't use
12233                 a GtkItemFactory.
12234
12235
12236 2006-03-17 [wwp]        2.0.0cvs148
12237
12238         * src/compose.c
12239                 rollback few lines from my previous commit (those lines come from
12240                 a pending patch, accidentally commited, even if neutral as they are
12241                 commented out).
12242
12243 2006-03-17 [wwp]        2.0.0cvs147
12244
12245         * src/compose.c
12246                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
12247                 applied code style/indentation to the modified function.
12248
12249 2006-03-17 [wwp]        2.0.0cvs146
12250
12251         * src/procmsg.c
12252         * src/compose.c
12253                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
12254
12255 2006-03-17 [paul]
12256
12257         2.1.0-rc1 released
12258
12259 2006-03-17 [paul]       2.0.0cvs145
12260
12261         * src/main.c
12262                 addressbook_read_file() was called twice
12263         * src/textview.c
12264                 X-Mailer highlighting
12265
12266 2006-03-16 [colin]      2.0.0cvs144
12267
12268         * src/sourcewindow.c
12269         * src/sourcewindow.h
12270                 And the last one, in source window.
12271
12272 2006-03-16 [colin]      2.0.0cvs143
12273
12274         * src/compose.c
12275         * src/compose.h
12276                 Fix the same stuff in compose
12277
12278 2006-03-16 [colin]      2.0.0cvs142
12279
12280         * src/messageview.c
12281                 Complete the previous messageview crash fix
12282
12283 2006-03-16 [colin]      2.0.0cvs141
12284
12285         * src/procmsg.h
12286         * src/procmsg.c
12287         * src/folder.c
12288                 Fix POSTPROCESSING hook
12289                 Patch by H. Merijn Brand
12290
12291         * src/procmime.c
12292         * src/procmime.h
12293                 Parse Content-Location
12294
12295         * src/toolbar.c
12296         * src/messageview.c
12297         * src/messageview.h
12298                 Don't crash when a top-level MessageView has
12299                 been closed on us. Same problematic than
12300                 yesterday's quicksearch issue.
12301
12302 2006-03-15 [colin]      2.0.0cvs140
12303
12304         * src/gtk/quicksearch.c
12305                 Fix a bitchy race we didn't think about when we
12306                 added quicksearch cancellation:
12307                 If the search is not on cached fields, for example
12308                 body_part matchcase "stuff"
12309                 the matcher code has to get the whole message. If
12310                 we're on IMAP, that can be slow, and in order to
12311                 be non-blocking, the IMAP code idle loop processes
12312                 gtk events too. So it is possible to cancel a
12313                 quicksearch while the matcher is getting the mail's
12314                 body. After matcher got its body, it will start to
12315                 iterate over the matcher list that the Quicksearch's
12316                 clear_search_cb() just freed via prepare_matcher().
12317                 SIGSEGV ensues.
12318                 The fix consists of guarding the matcherlist_match()
12319                 call with a boolean 'matching'. If we reset the
12320                 quicksearch while matching is TRUE, we don't free
12321                 the matcherlist anymore like we did, but we set
12322                 another new flag, deferred_free, to TRUE. Then,
12323                 in quicksearch_match(), just after returning from
12324                 matcherlist_match() and unsetting the matching flag,
12325                 we check the deferred_free flag and do the
12326                 prepare_matcher() (which does the matcherlist_free)
12327                 for real, so we free the matcherlist once it's not
12328                 used anymore.
12329                 As all of this runs via the glib main loop, we
12330                 luckily don't need a mutex.
12331         * src/summaryview.c
12332                 Also, show progress while searching.
12333
12334
12335 2006-03-14 [colin]      2.0.0cvs139
12336
12337         * src/alertpanel.c
12338                 Make alertpanel_is_open non-static
12339
12340 2006-03-14 [colin]      2.0.0cvs138
12341
12342         * src/prefs_spelling.c
12343                 Cleanups - Fabien Vantard
12344
12345 2006-03-14 [wwp]        2.0.0cvs137
12346
12347         * src/main.c
12348                 code style normalization (curly braces, indentation).
12349
12350 2006-03-14 [wwp]        2.0.0cvs137
12351
12352         * src/main.c
12353                 code style (braces, indentation)
12354
12355 2006-03-12 [paul]       2.0.0cvs136
12356
12357         * src/prefs_common.c
12358                 trans_hdr defaults to FALSE to be RFC-savvy
12359         * src/prefs_summaries.c
12360                 add a tooltip to the trans_hdr option
12361                 
12362
12363 2006-03-12 [paul]       2.0.0cvs135
12364
12365         * src/prefs_matcher.c
12366                 give a little more width to the combos
12367         * src/prefs_display_header.c
12368         * src/textview.c
12369                 translate headers if prefs_common.trans_hdr
12370                 is TRUE
12371
12372         Patches by Pawel Pekala
12373
12374 2006-03-12 [paul]       2.0.0cvs134
12375
12376         * src/plugins/clamav/clamav_plugin.c
12377         * src/plugins/dillo_viewer/dillo_viewer.c
12378         * src/plugins/pgpcore/plugin.c
12379         * src/plugins/pgpinline/plugin.c
12380         * src/plugins/pgpmime/plugin.c
12381         * src/plugins/spamassassin/spamassassin.c
12382                 update/add to descriptions
12383         * src/plugins/spamassassin/spamassassin_gtk.c
12384                 fixes to the english, remove superfluous
12385                 tooltips, clean up a little
12386
12387 2006-03-12 [paul]       2.0.0cvs133
12388
12389         * src/compose.c
12390                 fix Bug 924, 'Account combo box shows up wrong 
12391                 if & is in account name'
12392
12393 2006-03-11 [colin]      2.0.0cvs132
12394
12395         * src/summaryview.c
12396                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
12397                 messed up shift-selection because is slows down
12398                 moving around summaryview. thanks -users
12399
12400 2006-03-10 [colin]      2.0.0cvs131
12401
12402         * src/plugins/spamassassin/spamassassin_gtk.c
12403                 Put back Paul's engrish fixes
12404
12405 2006-03-10 [colin]      2.0.0cvs130
12406
12407         * src/plugins/spamassassin/spamassassin.c
12408         * src/plugins/spamassassin/spamassassin.h
12409         * src/plugins/spamassassin/spamassassin_gtk.c
12410                 Cleanup SA prefs page (more)
12411                 Patch by Fabien Vantard
12412
12413 2006-03-10 [paul]       2.0.0cvs129
12414
12415         * src/prefs_msg_colors.c
12416         * src/prefs_spelling.c
12417                 widget sensitivity
12418
12419 2006-03-09 [mones]      2.0.0cvs128
12420
12421         * po/es.po
12422                 Update for next RC
12423
12424 2006-03-09 [wwp]        2.0.0cvs127
12425
12426         * configure.ac
12427                 revert accidental commit (requirement for libetpan 0.43), this time
12428                 not in HEAD.
12429
12430 2006-03-09 [wwp]        2.0.0cvs125
12431
12432         * configure.ac
12433                 revert accidental commit (requirement for libetpan 0.43)
12434
12435 2006-03-09 [paul]       2.0.0cvs126
12436
12437         * src/prefs_receive.c
12438                 remove useless frame
12439                 replace 'incorporation' with 'receiving'
12440         * src/plugins/clamav/clamav_plugin_gtk.c
12441         * src/plugins/spamassassin/spamassassin_gtk.c
12442                 improve widget sensitivity
12443                 fix a bit his engrish
12444
12445 2006-03-09 [wwp]        2.0.0cvs125
12446
12447         * src/addressadd.c
12448         * src/foldersel.c
12449         * src/prefs_common.c
12450         * src/prefs_common.h
12451                 remember some more windows' sizes (add to addressbook and
12452                 select folder).
12453
12454 2006-03-09 [paul]       2.0.0cvs124
12455
12456         * src/plugins/pgpcore/prefs_gpg.c
12457                 normalise construction of dialogue
12458
12459 2006-03-09 [paul]       2.0.0cvs123
12460
12461         * src/plugins/trayicon/Makefile.am
12462                 add missing slash
12463
12464 2006-03-08 [colin]      2.0.0cvs122
12465
12466         * src/plugins/trayicon/Makefile.am
12467                 Fix build in separate dir 
12468                 Patch by Bamanzi <bamanzi@gmail.com>
12469
12470 2006-03-08 [colin]      2.0.0cvs121
12471
12472         * src/procmsg.c
12473                 Batch move and copies from summaryview with delayed execution
12474                 too
12475
12476 2006-03-07 [paul]       2.0.0cvs120
12477
12478         * src/common/utils.c
12479                 fix highlighting of URIs containing "()"
12480                 Patch by Pawel Pekala
12481
12482 2006-03-07 [paul]       2.0.0cvs119
12483
12484         * src/folder.c
12485         * src/folder.h
12486         * src/folderview.c
12487                 immediately do alphabetical resort when
12488                 changing a folder's name
12489                 Patch by Pawel Pekala
12490
12491 2006-03-07 [paul]       2.0.0cvs118
12492
12493         * src/news.c
12494         * src/news_gtk.c
12495                 when unsubscribing a newsgroup, remove the
12496                 folder and msgs in .sylpheed-claws/newscache
12497                 Patch by Pawel Pekala <c0rn@gazeta.pl>
12498
12499 2006-03-07 [paul]       2.0.0cvs117
12500
12501         * src/textview.c
12502                 fix wrong Fake URL Warning
12503                 Thanks to Hiro
12504
12505 2006-03-07 [colin]      2.0.0cvs116
12506
12507         * src/imap.c
12508                 Return immediately when password dialog was
12509                 cancelled
12510         * src/gtk/inputdialog.c
12511                 Allow empty strings for passwords
12512
12513
12514 2006-03-06 [colin]      2.0.0cvs115
12515
12516         * src/imap.c
12517                 Prevent double-timeouts when connection fails
12518
12519 2006-03-06 [colin]
12520
12521         2.0.1-rc1 released
12522
12523 2006-03-06 [colin]      2.0.0cvs114
12524
12525         * src/imap.c
12526                 Refresh session during potentially long
12527                 operations
12528
12529 2006-03-06 [wwp]        2.0.0cvs113
12530
12531         * src/prefs_msg_colors.h
12532                 forgot that one (custom color labels).
12533
12534 2006-03-06 [wwp]        2.0.0cvs112
12535
12536         * src/prefs_common.c
12537         * src/prefs_common.h
12538         * src/prefs_msg_colors.c
12539         * src/summaryview.c
12540         * src/summaryview.h
12541         * src/gtk/colorlabel.c
12542         * src/gtk/colorlabel.h
12543                 colors in messages list are now customizable. Color values and names can
12544                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
12545                 Thanks to Paul and Colin for their help with this longstanding patch!
12546
12547 2006-03-06 [wwp]        2.0.0cvs111
12548
12549         * src/textview.c
12550                 don't crash if (x)face is bad.
12551
12552 2006-03-05 [paul]       2.0.0cvs110
12553
12554         * AUTHORS
12555         * configure.ac
12556         * src/Makefile.am
12557         * src/common/Makefile.am
12558         * src/common/utils.h
12559         * src/etpan/imap-thread.c
12560         * src/gtk/authors.h
12561         * src/plugins/clamav/Makefile.am
12562         * src/plugins/demo/Makefile.am
12563         * src/plugins/dillo_viewer/Makefile.am
12564         * src/plugins/pgpcore/Makefile.am
12565         * src/plugins/pgpcore/passphrase.c
12566         * src/plugins/pgpinline/Makefile.am
12567         * src/plugins/pgpmime/Makefile.am
12568         * src/plugins/spamassassin/Makefile.am
12569         * src/plugins/trayicon/Makefile.am
12570                 fix builiding on cygwin
12571                 Patch by Ralgh Young <bamanzi@gmail.com>
12572
12573 2006-03-04 [wwp]        2.0.0cvs109
12574
12575         * manual/keyboard.xml
12576                 fix mixed up/down keys.
12577
12578 2006-03-04 [wwp]        2.0.0cvs108
12579
12580         * README
12581         * INSTALL
12582                 updated links to SpamAssassin.
12583
12584 2006-03-04 [wwp]        2.0.0cvs107
12585
12586         * manual/plugins.xml
12587         * src/plugins/spamassassin/README
12588                 updated SpamAssassin plugin docs to reflect new functional additions
12589                 (also fix/update/documents few technical stuff more, see the README).
12590
12591 2006-03-04 [wwp]        2.0.0cvs106
12592
12593         * src/prefs_message.c
12594                 normalized capitalization of message-prefs paths.
12595
12596 2006-03-04 [wwp]        2.0.0cvs105
12597
12598         * manual/advanced.xml
12599                 typo.
12600
12601 2006-03-03 [colin]      2.0.0cvs104
12602
12603         * src/plugins/clamav/clamav_plugin_gtk.c
12604                 Rework prefs page, patch by Fabien 
12605
12606 2006-03-03 [colin]      2.0.0cvs103
12607
12608         * src/plugins/clamav/clamav_plugin.c
12609                 Set error on all errors
12610
12611 2006-03-03 [colin]      2.0.0cvs102
12612
12613         * src/common/plugin.c
12614                 Initialize error to avoid crashing when a plugin fails
12615                 without setting error
12616
12617 2006-03-02 [wwp]        2.0.0cvs101
12618
12619         * configure.ac
12620                 fixed linker flags for libetpan support on Cygwin
12621                 (thanks to H.Merijn Brand).
12622
12623 2006-03-02 [wwp]        2.0.0cvs100
12624
12625         * src/addressbook.c
12626                 fix some AB error messages: one for punctuation and
12627                 one wrongly duplicate (thanks, maxbritov).
12628
12629 2006-03-02 [wwp]        2.0.0cvs99
12630
12631         * src/plugins/spamassassin/spamassassin.c
12632                 make sync calls to sa-learn/spamc to prevent
12633                 system (whatever local or client/server) overload.
12634
12635 2006-03-02 [colin]      2.0.0cvs98
12636
12637         * src/summaryview.c
12638                 Put the spam icon in the status column instead of the
12639                 mark one
12640
12641 2006-03-01 [colin]      2.0.0cvs97
12642
12643         * src/plugins/spamassassin/spamassassin.c
12644                 Fix segfault (g_file_set_contents fails for some 
12645                 reason and err==0x2f. Can't find out why with
12646                 valgrind, using working function :-)
12647
12648 2006-03-01 [colin]      2.0.0cvs96
12649
12650         * src/inc.c
12651                 Offline overriding: let 'No' be cached only 3 seconds
12652
12653 2006-03-01 [colin]      2.0.0cvs95
12654
12655         * src/addr_compl.c
12656         * src/addrbook.c
12657         * src/addressbook.c
12658         * src/addrindex.c
12659         * src/folder_item_prefs.c
12660         * src/headerview.c
12661         * src/imap.c
12662         * src/inc.c
12663         * src/ldif.c
12664         * src/mainwindow.c
12665         * src/mh.c
12666         * src/msgcache.c
12667         * src/prefs_common.h
12668         * src/prefs_msg_colors.c
12669         * src/procheader.c
12670         * src/procheader.h
12671         * src/procmime.c
12672         * src/procmsg.c
12673         * src/procmsg.h
12674         * src/send_message.h
12675         * src/simple-gettext.c
12676         * src/summaryview.c
12677         * src/summaryview.h
12678         * src/syldap.c
12679         * src/textview.c
12680         * src/undo.c
12681         * src/common/ssl_certificate.c
12682         * src/common/utils.c
12683         * src/gtk/colorsel.c
12684         * src/gtk/gtksctree.c
12685         * src/gtk/gtkshruler.c
12686         * src/plugins/trayicon/trayicon.c
12687                 #if 0 goes to /dev/null
12688
12689 2006-03-01 [colin]      2.0.0cvs94
12690
12691         * src/compose.c
12692         * src/imap.c
12693         * src/inc.c
12694         * src/inc.h
12695         * src/messageview.c
12696         * src/news.c
12697         * src/plugins/spamassassin/spamassassin.c
12698                 Allow to add information in the "working offline"
12699                 window
12700
12701 2006-03-01 [wwp]        2.0.0cvs93
12702
12703         * src/plugins/spamassassin/spamassassin.c
12704                 fixed spamc invocation: use a tricky temporary mini shell wrapper
12705                 'cause it seems that calling `spamc ... < inputfile` with
12706                 g_spawn_(a)sync simply.. erm doesn't work :-).
12707
12708 2006-03-01 [wwp]        2.0.0cvs92
12709
12710         * src/toolbar.c
12711         * src/toolbar.h
12712                 simplify the adding of spam/ham button to the messageview toolbar
12713                 (it gets more clear now that the same button will be "Mark as spam"
12714                 or "Mark as ham" according to the current message status,
12715                 thanks to Colin).
12716
12717 2006-03-01 [wwp]        2.0.0cvs91
12718
12719         * src/messageview.c
12720         * src/procmsg.c
12721         * src/procmsg.h
12722         * src/summaryview.c
12723         * src/plugins/spamassassin/spamassassin.c
12724         * src/plugins/spamassassin/spamassassin.h
12725                 make learner callbacks return a status (0 for ok),
12726                 handle it in main code to avoid setting flags when learning failed,
12727                 don't learn on TCP if offline in spamassassin,
12728                 thanks to Colin.
12729
12730                 
12731
12732 2006-03-01 [wwp]        2.0.0cvs90
12733
12734         * src/compose.c
12735                 some work around the compose window's account menu,
12736                 patch by Fabien Vantard.
12737
12738 2006-03-01 [wwp]        2.0.0cvs89
12739
12740         * src/plugins/spamassassin/spamassassin.c
12741                 fixed bad logics, was using spamc in local mode and sa-learn
12742                 in remote mode (thanks, Colin).
12743
12744 2006-03-01 [wwp]        2.0.0cvs88
12745
12746         * src/plugins/spamassassin/spamassassin.c
12747         * src/plugins/spamassassin/spamassassin.h
12748         * src/plugins/spamassassin/spamassassin_gtk.c
12749                 made processing of emails w/ sa-plugin an option (default is TRUE),
12750                 fixed Engrish some tooltips, capitalization of some debug messages
12751                 and warnings. The spamassassin plugin now provides two separate
12752                 services: process emails upon incorporation and spamd training.
12753                 Both services (un)register independently but use some common
12754                 plugin settings (transport settings, spam storage location).
12755
12756 2006-02-28 [wwp]        2.0.0cvs87
12757
12758         * src/plugins/spamassassin/spamassassin.c
12759                 fix async flag to spamc cmdline execution (batch exec should
12760                 be asynchronous).
12761
12762 2006-02-27 [wwp]        2.0.0cvs86
12763
12764         * src/plugins/spamassassin/spamassassin.c
12765         * src/plugins/spamassassin/spamassassin.h
12766         * src/plugins/spamassassin/spamassassin_gtk.c
12767                 - added the ability to learn a remote spamassassin server (spamd),
12768                 using spamc.
12769                 - added the spamassassin option 'username', that applies to all
12770                 spamassassin operations (filtering, learning, local or remote).
12771                 The default username is the current unix user (if left blank
12772                 from gtk prefs or config file).
12773                 - commented out some unused code (notebook widget), removed unused
12774                 layout (hbox1).
12775                 - make more widgets sensitive to the transport type.
12776
12777 2006-02-27 [colin]      2.0.0cvs85
12778
12779         * src/plugins/spamassassin/spamassassin.c
12780                 Fix sa-learn call when offline
12781
12782 2006-02-27 [colin]      2.0.0cvs84
12783
12784         * configure.ac
12785         * src/Makefile.am
12786         * src/mainwindow.c
12787         * src/mainwindow.h
12788         * src/messageview.c
12789         * src/messageview.h
12790         * src/prefs_toolbar.c
12791         * src/procmsg.c
12792         * src/stock_pixmap.c
12793         * src/stock_pixmap.h
12794         * src/summaryview.c
12795         * src/toolbar.c
12796         * src/toolbar.h
12797         * src/pixmaps/ham_btn.xpm
12798         * src/pixmaps/spam.xpm
12799         * src/pixmaps/spam_btn.xpm
12800         * src/plugins/spamassassin/spamassassin.c
12801                 Add button in toolbar for spam learning
12802                 Fix a few bugs from the last related commit
12803                 Revert 1.9.6cvs23 which messed up shift-selection
12804
12805 2006-02-24 [colin]      2.0.0cvs83
12806
12807         * src/procmsg.c
12808         * src/summaryview.c
12809         * src/summaryview.h
12810         * src/plugins/spamassassin/spamassassin.c
12811         * src/plugins/spamassassin/spamassassin.h
12812         * src/plugins/spamassassin/spamassassin_gtk.c
12813                 Unregister learner when spamassassin is either
12814                 disabled or over tcp
12815
12816 2006-02-24 [colin]      2.0.0cvs82
12817
12818         * src/Makefile.am
12819         * src/mainwindow.c
12820         * src/mainwindow.h
12821         * src/procmsg.c
12822         * src/procmsg.h
12823         * src/stock_pixmap.c
12824         * src/stock_pixmap.h
12825         * src/summaryview.c
12826         * src/summaryview.h
12827         * src/gtk/icon_legend.c
12828         * src/pixmaps/spam.xpm  ** NEW FILE **
12829         * src/plugins/spamassassin/spamassassin.c
12830         * src/plugins/spamassassin/spamassassin_gtk.c
12831                 Add spam learning interface (Mark/Mark as 
12832                 (spam|ham) menus)
12833
12834 2006-02-24 [wwp]        2.0.0cvs81
12835
12836         * src/compose.c
12837         * src/compose.h
12838         * src/filtering.c
12839                 hide compose window when sending message in batch mode
12840                 (filtering: forward and redirect). Also fixed a wrong
12841                 value returned when sending failed, neutral anyway.
12842                 (Colin, me) 
12843
12844 2006-02-24 [wwp]        2.0.0cvs80
12845
12846         * src/mainwindow.c
12847                 use GTK+'s stock quit button. Patch by Fabien Vantard.
12848
12849 2006-02-24 [paul]       2.0.0cvs79
12850
12851         * src/news.c
12852         * src/news.h
12853         * src/news_gtk.c
12854                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
12855                 Thanks to Colin
12856
12857 2006-02-23 [colin]      2.0.0cvs78
12858
12859         * src/alertpanel.c
12860                 Change OK to Close in alertpanel with View log
12861                 button; add accel to View log. Patch by Fabien
12862                 Vantard
12863
12864 2006-02-23 [wwp]        2.0.0cvs77
12865
12866         * src/compose.c
12867                 silly me, there were much more tests to perform, since toolbars can
12868                 really have down to 1 element only.
12869
12870 2006-02-23 [wwp]        2.0.0cvs76
12871
12872         * commitHelper
12873                 fixed indentation from my previous commit. Fallback to VISUAL if
12874                 EDITOR is not set (and to vi, at last resort).
12875
12876 2006-02-23 [wwp]        2.0.0cvs75
12877
12878         * commitHelper
12879                 improved error detection (Colin, me).
12880
12881 2006-02-23 [wwp]        2.0.0cvs74
12882
12883         * src/prefs_toolbar.c
12884                 simplify and fix prefs/toolbars layouting. Combos' contents can
12885                 now be really displayed.
12886
12887 2006-02-23 [wwp]        2.0.0cvs73
12888         simplifies and fix prefs/toolbars layouting. Combos' contents can now
12889         be really displayed.
12890
12891 2006-02-22 [wwp]        2.0.0cvs72
12892
12893         * src/compose.c
12894                 fix a typo in my previous commit (sorry!).
12895
12896 2006-02-22 [wwp]        2.0.0cvs71
12897
12898         * src/prefs_toolbar.c
12899                 fix a crash when adding separators to toolbars,
12900                 also fix some separator item information.
12901
12902 2006-02-22 [wwp]        2.0.0cvs70
12903
12904         * src/compose.c
12905                 fix a crash when redirecting (for instance) when compose window's
12906                 toolbar contents has been customized (when some buttons have been
12907                 removed in fact).
12908
12909 2006-02-21 [wwp]        2.0.0cvs69
12910
12911         * src/summaryview.c
12912         * src/gtk/pluginwindow.c
12913         * src/plugins/pgpcore/prefs_gpg.c
12914                 fix some compilation warnings (feat. remains of removed code).
12915
12916 2006-02-21 [wwp]        2.0.0cvs68
12917
12918         * src/gtk/gtkutils.c
12919                 fix two compilation issues, thanks to Stephan Sachse.
12920
12921 2006-02-20 [colin]      2.0.0cvs67
12922
12923         * src/mainwindow.c
12924                 Don't reselect displayed mail on refocus
12925                 This fixes actions misbehaving 
12926
12927 2006-02-20 [wwp]        2.0.0cvs66
12928
12929         * src/summaryview.c
12930         * src/gtk/gtksctree.c
12931         * src/gtk/gtkshruler.c
12932                 changed more runtime typecast checks.
12933
12934 2006-02-20 [wwp]        2.0.0cvs65
12935
12936         * src/summary_search.c
12937                 find all - summaryview refresh issue fixed, thanks to Colin.
12938
12939 2006-02-20 [wwp]        2.0.0cvs64
12940
12941         * src/gtk/gtkutils.c
12942                 better runtime typecast checks.
12943
12944 2006-02-20 [wwp]        2.0.0cvs63
12945
12946         * src/summary_search.c
12947                 enhancements to the summary search:
12948                         - add the ability to stop the running search
12949                           (upon ESC-key press, new Stop button or when Clear button is pressed)
12950                         - don't search if no criteria (From/To/Subject/Body) is set
12951                         - ensure that a busy mouse pointer is always shown when searching,
12952                           show it even a bit earlier
12953
12954 2006-02-19 [colin]      2.0.0cvs62
12955
12956         * src/compose.c
12957         * src/imap.c
12958         * src/etpan/imap-thread.c
12959         * src/etpan/imap-thread.h
12960                 (Future) IMAP speed improvement on sending
12961                 Will require a libetpan update
12962         * src/summaryview.c
12963         * src/gtk/quicksearch.c
12964                 Make quicksearch clearable while running.
12965
12966 2006-02-17 [colin]      2.0.0cvs61
12967
12968         * src/imap.c
12969         * src/etpan/imap-thread.c
12970         * src/etpan/imap-thread.h
12971                 Check for IMAP certificates
12972                 ** Requires libetpan-0.42-cvs4 
12973                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
12974
12975 2006-02-17 [colin]      2.0.0cvs60
12976
12977         * src/messageview.c
12978         * src/prefs_common.c
12979         * src/prefs_common.h
12980         * src/prefs_message.c
12981                 Add pref to display HTML-only mails with plugin, 
12982                 if possible (defaulting to FALSE of course).
12983
12984 2006-02-16 [colin]      2.0.0cvs59
12985
12986         * src/main.c
12987         * src/common/plugin.c
12988         * src/common/plugin.h
12989         * src/gtk/pluginwindow.c
12990                 Keep track of requested (but unloaded) plugins
12991                 in some error cases.
12992
12993 2006-02-16 [wwp]        2.0.0cvs58
12994
12995         * src/gtk/gtkaspell.c
12996         * src/gtk/gtkaspell.h
12997         * src/prefs_spelling.c
12998         * src/compose.c
12999         * src/prefs_common.c
13000         * src/prefs_common.h
13001                 implemented new optional spellchecker behaviour: re-check message when
13002                 dictionary got changed (from compose-window/context-menu/Change dictionary).
13003
13004 2006-02-16 [wwp]        2.0.0cvs57
13005
13006         * src/quote_fmt_parse.y
13007                 pclose popen'ed pipe.
13008
13009 2006-02-15 [colin]      2.0.0cvs56
13010
13011         * src/mimeview.c
13012         * src/mimeview.h
13013                 Let MimeViewers know which MimeView they
13014                 depend of.
13015         * src/summaryview.c
13016                 Swap From/To columns in Sent/Queue/Drafts
13017                 folders
13018         * src/etpan/imap-thread.c
13019                 Use mailstream_low_tls_open() for STARTTLS
13020                 instead of mailstream_low_ssl_open()
13021                 ** REQUIRES libetpan 0.42cvs3 **
13022
13023 2006-02-15 [wwp]        2.0.0cvs55
13024
13025         * src/compose.c
13026         * src/compose.h
13027         * src/message_search.c
13028         * src/message_search.h
13029         * src/textview.c
13030         * src/gtk/gtkutils.c
13031         * src/gtk/gtkutils.h
13032                 added the ability to Find text in the compose window (and a bit
13033                 of code factorization).
13034
13035 2006-02-15 [wwp]        2.0.0cvs54
13036
13037         * src/prefs_gtk.c
13038                 yet another one file was missing (fix for some widgets' sensitivity).
13039                 Thanks Colin!
13040
13041 2006-02-15 [wwp]        2.0.0cvs53
13042
13043         * src/prefs_gtk.h
13044                 oops forgot that file (fix for some widgets' sensitivity).
13045
13046 2006-02-15 [wwp]        2.0.0cvs52
13047
13048         * src/summary_search.c
13049                 implemented advanced summary search options (added the ability
13050                 to use matcher conditions in an advanced search mode).
13051
13052 2006-02-15 [wwp]        2.0.0cvs51
13053
13054         * src/plugins/pgpcore/prefs_gpg.c
13055         * src/prefs_account.c
13056                 fix some widget sensitivity, mostly around some labels in
13057                 account prefs.
13058
13059 2006-02-15 [paul]       2.0.0cvs50
13060
13061         * manual/advanced.xml
13062                 improve Templates info
13063                 written by wwp
13064
13065 2006-02-14 [colin]      2.0.0cvs49
13066
13067         * src/pixmaps/address_book.xpm
13068         * src/pixmaps/preferences.xpm
13069         * src/pixmaps/properties.xpm
13070                 Fix pixmap size - patch by Fabien Vantard
13071
13072 2006-02-13 [colin]      2.0.0cvs48
13073
13074         * src/procmime.c
13075                 Add missing fclose()s on error
13076         * src/textview.c
13077                 Remove unused code
13078         * src/common/utils.c
13079                 Fix temp files not being deleted on windows
13080         Patches by Thomas Gilgin
13081
13082 2006-02-13 [colin]      2.0.0cvs47
13083
13084         * src/mainwindow.c
13085                 Fix exit crash
13086
13087 2006-02-13 [wwp]        2.0.0cvs46
13088
13089         * src/plugins/pgpcore/prefs_gpg.c
13090                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
13091
13092 2006-02-12 [colin]      2.0.0cvs45
13093
13094         * src/folderview.c
13095         * src/main.c
13096         * src/mainwindow.c
13097                 Fix "stuff" when quitting
13098
13099 2006-02-12 [wwp]        2.0.0cvs44
13100
13101         * src/prefs_themes.c
13102                 fix typos in debug messages.
13103
13104 2006-02-11 [colin]      2.0.0cvs43
13105
13106         * src/summaryview.c
13107                 don't allow drag/drop from ourself
13108
13109 2006-02-10 [wwp]        2.0.0cvs42
13110
13111         * src/exporthtml.c
13112         * src/html.c
13113         * src/html.h
13114         * src/procmime.c
13115         * src/textview.c
13116                 renamed html_ prefixed functions and data structures to avoid
13117                 namespace clashes w/ other software (gtkhtml2 for instance).
13118                 Closes bug #907.
13119
13120
13121 2006-02-09 [colin]      2.0.0cvs41
13122
13123         * src/summaryview.c
13124                 Fix shitty logic messed up. Thanks Ticho for the hint!
13125
13126 2006-02-09 [wwp]        2.0.0cvs40
13127
13128         * src/gtk/about.c
13129         * src/compose.c
13130         * src/prefs_account.c
13131         * src/prefs_gtk.h
13132         * src/editaddress.c
13133                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
13134                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
13135                 Browse buttons in accounts prefs.
13136
13137 2006-02-09 [colin]      2.0.0cvs39
13138
13139         * src/matcher.c
13140                 Check for pointer before using its members
13141         * src/gtk/gtksourceprintjob.c
13142                 Fix a wrong warning
13143
13144 2006-02-09 [wwp]        2.0.0cvs38
13145
13146         * src/gtk/filesel.c
13147                 fix few compiler warnings (type mismatch).
13148
13149 2006-02-09 [paul]       2.0.0cvs37
13150
13151         * po/fr.po
13152                 updated by Fabien Vantard
13153
13154 2006-02-08 [colin]      2.0.0cvs36
13155
13156         * src/prefs_common.c
13157         * src/common/defs.h
13158         * src/common/plugin.c
13159                 allow windows and linux configurations to coexist
13160                 patch by Thomas Gilgin
13161
13162 2006-02-08 [colin]      2.0.0cvs35
13163
13164         * src/filtering.c
13165         * src/matcher.c
13166         * src/matcher.h
13167         * src/matcher_parser_parse.y
13168         * src/prefs_filtering_action.c
13169         * src/prefs_matcher.c
13170                 Add the "Ignore thread" filtering
13171                 action
13172
13173 2006-02-08 [colin]      2.0.0cvs34
13174
13175         * src/compose.c
13176         * src/procmime.c
13177         * src/procmime.h
13178                 Fix bug #905 (damaged attachment)
13179                 text files with raw \0's aren't really text files
13180         FOR_STABLE
13181
13182 2006-02-08 [colin]      2.0.0cvs33
13183
13184         * src/summaryview.c
13185                 Fix crasher introduced yesterday
13186
13187 2006-02-08 [wwp]        2.0.0cvs32
13188
13189         * src/compose.c
13190         * src/compose.h
13191                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
13192
13193 2006-02-08 [wwp]        2.0.0cvs31
13194
13195         * src/prefs_template.c
13196                 templates enhancement: allow address completion for Cc and Bcc fields
13197                 (it was currently possible for the To field only)
13198
13199 2006-02-08 [colin]      2.0.0cvs30
13200
13201         * src/compose.c
13202                 Don't unblock if not blocked
13203         FOR_STABLE
13204
13205 2006-02-07 [colin]      2.0.0cvs29
13206
13207         * src/action.c
13208                 Forgot to refresh summaryview
13209
13210 2006-02-07 [colin]      2.0.0cvs28
13211
13212         * src/action.c
13213                 Freeze/thaw message list and folder list while
13214                 processing %as{} actions 
13215         * src/compose.c
13216                 Fix auto-wrap disabling after a middle-click
13217                 paste - FOR_STABLE
13218
13219 2006-02-07 [paul]       2.0.0cvs27
13220
13221         * src/folder.c
13222                 fix freeing of uninitialised pointers
13223                 Thanks to Colin
13224
13225 2006-02-06 [colin]      2.0.0cvs26
13226
13227         * src/folder.c
13228                 Use g_slist_prepend in potentially big list
13229
13230 2006-02-06 [colin]      2.0.0cvs25
13231
13232         * src/folder.c
13233                 Completely skip processing if it doesn't 
13234                 exist (faster!)
13235
13236 2006-02-06 [colin]      2.0.0cvs24
13237
13238         * src/folder.c
13239         * src/summaryview.c
13240                 Batch filtering in summaryview (from Tools menu)
13241                 and pre/post//-processing too
13242
13243 2006-02-06 [colin]      2.0.0cvs23
13244
13245         * src/procmsg.h
13246         * src/filtering.c
13247                 Use a special field for batch filtering instead
13248                 of stepping on deferred execution's toes
13249
13250 2006-02-06 [colin]      2.0.0cvs22
13251
13252         * src/action.c
13253         * src/filtering.c
13254         * src/filtering.h
13255         * src/folder.c
13256         * src/summaryview.c
13257                 Fix filtering via menus and actions
13258
13259 2006-02-06 [colin]      2.0.0cvs21
13260
13261         * src/imap.c
13262                 Put the added file directly to cache if possible (will work
13263                 with next libetpan)
13264         * src/filtering.c
13265         * src/filtering.h
13266         * src/inc.c
13267         * src/folder.c
13268         * src/mbox.c
13269         * src/procmsg.h
13270                 Move and copy filtered messages by batches instead of one
13271                 by one - faster on IMAP
13272         * src/procmsg.c
13273                 Add a function that'll possibly be useful later
13274
13275 2006-02-06 [colin]      2.0.0cvs20
13276
13277         * src/addressbook.c
13278                 Use internal mime-type instead of text/plain for d'n'd
13279         * src/compose.c
13280                 Allow attaching files from mimeview's icon list via d'n'd
13281         * src/folderview.c
13282         * src/folderview.h
13283                 Use internal mime-type instead of text/plain for d'n'd
13284                 Don't try to selected opened folder if none is
13285                 Factorize d'n'd from other apps code
13286         * src/headerview.c
13287         * src/textview.c
13288         * src/gtk/gtkutils.c
13289         * src/gtk/gtkutils.h
13290                 Factorize Face/X-Face stuff
13291         * src/mimeview.c
13292                 Fix d'n'd to other apps
13293         * src/prefs_message.c
13294                 Let the XFace pref be usable without libcompface as it also
13295                 applies to Face
13296         * src/summaryview.c
13297                 Fix d'n'd to other apps
13298                 Factorize d'n'd from other apps code
13299
13300 2006-02-06 [wwp]        2.0.0cvs19
13301
13302         * po/it.po
13303                 Italian translation fixes by Andrea Spadaccini (no more confusion
13304                 between filtering and processing, and few changes in the About
13305                 dialog).
13306
13307
13308 2006-02-06 [mones]      2.0.0cvs18
13309
13310         * src/gtk/icon_legend.c
13311                 Improved descriptions allowing better translations
13312
13313 2006-02-05 [colin]      2.0.0cvs17
13314
13315         * src/imap.c
13316                 Add the f*cking missing expunge that caused imap_fetch_env
13317                 to fail after an add_msgs ! :-///
13318         * src/etpan/imap-thread.c
13319                 Add a bit of debug
13320         FOR_STABLE
13321
13322 2006-02-05 [colin]      2.0.0cvs16
13323
13324         * src/common/utils.c
13325                 Don't check for return-path (or we can't put
13326                 back non-sent mails)
13327
13328 2006-02-05 [colin]      2.0.0cvs15
13329
13330         * src/textview.c
13331                 Don't try to display Face header in textview
13332                 when teh headerview's active
13333
13334 2006-02-05 [colin]      2.0.0cvs14
13335
13336         * tools/tbird2syl.py
13337         * tools/Makefile.am
13338                 Add script to import Thunderbird mails
13339
13340 2006-02-05 [colin]      2.0.0cvs13
13341
13342         * src/headerview.c
13343         * src/procheader.c
13344         * src/procmsg.c
13345         * src/procmsg.h
13346         * src/textview.c
13347                 Show Face headers - patch partially by Klaus Flittner
13348
13349 2006-02-05 [colin]      2.0.0cvs12
13350
13351         * src/folderview.c
13352         * src/summaryview.c
13353         * src/common/utils.c
13354         * src/common/utils.h
13355                 Let dnd work from mime icons to summaryview
13356                 and to folderview too
13357                 Add a crude test to avoid trying to add files
13358                 drag'n'dropped when they're not mails
13359
13360 2006-02-04 [colin]      2.0.0cvs11
13361
13362         * src/summaryview.c
13363         * src/mimeview.c
13364                 Fix utf8 conversion
13365
13366 2006-02-04 [colin]      2.0.0cvs10
13367
13368         * src/compose.c
13369         * src/folderview.c
13370         * src/mimeview.c
13371         * src/summaryview.c
13372         * src/summaryview.h
13373                 Added various drag and drop capas:
13374                 From                    To
13375                 summaryview             other apps
13376                 mimeview icons          other apps
13377                 other apps              summaryview
13378                 other apps              folderview
13379
13380                 This shouldn't have broken the existing:
13381                 From                    To
13382                 summaryview             folderview
13383                 folderview              folderview
13384                 summaryview             compose's attachments
13385
13386         Tests welcomed.
13387
13388 2006-02-02 [paul]       2.0.0cvs9
13389
13390         * src/mainwindow.c
13391                 move global option 'Set displayed columns...' out
13392                 of folder option grouping.
13393                 fix sensitivity of 'harvest addresses'
13394         FOR_STABLE
13395
13396 2006-02-01 [colin]      2.0.0cvs8
13397
13398         * src/mimeview.c
13399                 Revert the alertpanel patch, it sucks (intrusive
13400                 and gets in the way of "open")
13401
13402 2006-02-01 [colin]      2.0.0cvs7
13403
13404         * src/compose.c
13405         * src/prefs_account.c
13406         * src/prefs_common.c
13407         * src/common/defs.h
13408         * src/common/utils.c
13409         * src/common/utils.h
13410                 Add ability to edit the signature file
13411                 from the account preferences, and use
13412                 a default for the text editor.
13413                 Patch by Fabien Vantard
13414
13415 2006-02-01 [colin]      2.0.0cvs6
13416
13417         * src/mimeview.c
13418                 Try to get mime type by extension if it is
13419                 application/octet-stream
13420                 Display a window with possible choices when
13421                 encountering unknown mime types
13422         * src/gtk/filesel.c
13423         * src/gtk/filesel.h
13424                 Add preview
13425                 Allow multiple selection in filtered filesel
13426                 (patch by Fabien Vantard)
13427         * src/gtk/pluginwindow.c
13428                 Use it (patch by Fabien Vantard)
13429
13430 2006-02-01 [paul]       2.0.0cvs5
13431
13432         * src/jpilot.c
13433                 fix crash on creating jpilot address book
13434                 Thanks to Colin - FOR_STABLE
13435         * src/prefs_summaries.c
13436         * src/prefs_wrapping.c
13437         * src/gtk/icon_legend.c
13438         * src/gtk/quicksearch.c
13439                 string fixes and additions
13440
13441 2006-02-01 [paul]       2.0.0cvs4
13442
13443         * src/compose.c
13444         * src/mainwindow.c
13445         * src/messageview.c
13446         * src/prefs_send.c
13447                 add Arabic encoding option
13448                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
13449
13450 2006-01-31 [colin]      2.0.0cvs3
13451
13452         * src/plugins/pgpcore/passphrase.c
13453                 Convert passphrase to locale encoding
13454         * src/compose.c
13455                 Fix drafting on IMAP. Crappy bug sneaked in
13456                 the release :-/
13457         FOR_STABLE
13458
13459 2006-01-30 [paul]       2.0.0cvs2
13460
13461         * src/gtk/icon_legend.c
13462                 show the new entries
13463
13464 2006-01-30 [colin]      2.0.0cvs1
13465
13466         * src/manual.c
13467                 Check for the file to be present before 
13468                 enabling the menu - FOR_STABLE
13469         * src/gtk/icon_legend.c
13470                 Add folders icons (not all of them, there
13471                 are too much, but the most intriguing ones)
13472
13473 2006-01-30 [paul]       2.0.0
13474
13475         version 2.0.0 released
13476
13477 [For previous entries, see ChangeLog.pre2.0.0]