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