2007-10-06 [colin] 3.0.2cvs17
[claws.git] / ChangeLog
1 2007-10-06 [colin]      3.0.2cvs17
2
3         * configure.ac
4                 Export -DSOLARIS in CFLAGS for all
5                 Solaris (not just 2.8) and OpenSolaris
6
7 2007-10-06 [paul]       3.0.2cvs16
8
9         * AUTHORS
10         * src/exporthtml.c
11         * src/mbox.c
12         * src/gtk/authors.h
13                 fix build on solaris where ctime_r takes
14                 3 arguments rather than 2.
15                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
16
17 2007-10-05 [colin]      3.0.2cvs15
18
19         * src/etpan/imap-thread.c
20                 Fix wrong error codepath
21
22 2007-10-05 [wwp]        3.0.2cvs14
23
24         * src/filtering.c
25                 Fix unexpected logging of quicksearches:
26                 debug_filtering_session flag was never reset to FALSE, causing
27                 matcher functions to log when called from a quicksearch
28                 (if a filtering session happened before).
29
30 2007-10-05 [paul]       3.0.2cvs13
31
32         * src/prefs_actions.c
33         * src/prefs_filtering.c
34         * src/prefs_template.c
35                 fix bug 1343, 'Filtering..'s close button
36                 silently discards new filter'
37                 Thanks to Colin
38
39 2007-10-05 [paul]       3.0.2cvs12
40
41         * configure.ac
42         * src/Makefile.am
43                 fix bug 1347, '-Wno-unused-function, optional'
44
45 2007-10-05 [colin]      3.0.2cvs11
46
47         * src/procmime.c
48         * src/common/mgutils.c
49                 Fix warnings
50
51 2007-10-05 [mones]      3.0.2cvs10
52
53         * manual/advanced.xml
54                 Use full menu name
55         * manual/es/advanced.xml
56                 Synchronise translation
57
58 2007-10-04 [colin]      3.0.2cvs9
59
60         * src/action.c
61         * src/addrbook.c
62         * src/addrindex.c
63         * src/compose.c
64         * src/exporthtml.c
65         * src/exportldif.c
66         * src/folder.c
67         * src/main.c
68         * src/matcher.c
69         * src/mbox.c
70         * src/messageview.c
71         * src/mh.c
72         * src/news.c
73         * src/partial_download.c
74         * src/pop.c
75         * src/procmime.c
76         * src/procmsg.c
77         * src/toolbar.c
78         * src/common/log.c
79         * src/common/mgutils.c
80         * src/common/plugin.c
81         * src/common/utils.c
82         * src/common/xml.c
83         * src/common/xml.h
84         * src/common/xmlprops.c
85         * src/common/xmlprops.h
86         * src/plugins/bogofilter/bogofilter.c
87         * src/plugins/clamav/clamav_plugin.c
88         * src/plugins/dillo_viewer/dillo_prefs.c
89         * src/plugins/pgpcore/prefs_gpg.c
90         * src/plugins/pgpinline/pgpinline.c
91         * src/plugins/pgpmime/pgpmime.c
92         * src/plugins/spamassassin/spamassassin.c
93         * src/plugins/trayicon/trayicon_prefs.c
94                 Verify success on writes. Will fix possible strange
95                 failure on disk full.
96
97 2007-10-04 [paul]       3.0.2cvs8
98
99         * manual/advanced.xml
100                 add further info about Actions
101                 Patch by Emmanuel Briot <briot@adacore.com>
102
103 2007-10-04 [paul]       3.0.2cvs7
104
105         * src/account.c
106                 remove the D column, instead indicate the
107                 default account by use of bold text
108
109 2007-10-03 [colin]      3.0.2cvs6
110
111         * src/common/template.c
112                 Fix templates writing (was prone to disk full problems)
113
114 2007-10-03 [colin]      3.0.2cvs5
115
116         * src/Makefile.am
117         * src/addrduplicates.c
118         * src/addrduplicates.h
119         * src/addressbook.c
120                 Add duplicate deletion. Patch by Holger
121
122 2007-10-03 [colin]      3.0.2cvs4
123
124         * src/matcher.c
125         * src/gtk/quicksearch.c
126                 Fix bug 1340, 'Case insensitive searches with 
127                 non-ascii alphabets fail'.
128
129 2007-10-03 [colin]      3.0.2cvs3
130
131         * src/main.c
132         * src/common/utils.c
133         * src/common/utils.h
134                 Implement run-time alternative config directories
135
136 2007-10-03 [colin]      3.0.2cvs2
137
138         * src/folderview.c
139                 Prevent opening folder item while folder
140                 is scanned in a better way
141
142 2007-10-02 [paul]       3.0.2cvs1
143
144         * NEWS
145         * README
146         * RELEASE_NOTES
147         * configure.ac
148                 bump up version number following stable release
149
150 2007-09-30 [colin]      3.0.1cvs49
151
152         * src/imap.c
153                 Refresh session if needed
154
155 2007-09-30 [colin]      3.0.1cvs48
156
157         * src/imap.c
158                 Reset folder's session to NULL
159                 before destroying it
160
161 2007-09-30 [mones]      3.0.1cvs47
162
163         * manual/handling.xml
164                 Use markup quotes instead hardcoded quotes
165         * manual/es/handling.xml
166                 Added new synced section (IMAP subscriptions)
167
168 2007-09-29 [colin]      3.0.1cvs46
169
170         * src/imap.c
171                 Notice disconnections faster
172
173 2007-09-28 [colin]      3.0.1cvs45
174
175         * src/addressbook.c
176         * src/addrindex.c
177                 Fix warnings
178
179 2007-09-28 [paul]       3.0.1cvs44
180
181         * src/mimeview.c
182                 fix maemo build
183
184 2007-09-28 [paul]       3.0.1cvs43
185
186         * src/account.c
187                 use gtk_widget_set_size_request() on the label
188                 so that wrapping works better. get rid of the
189                 (partially deprecated) hbutton_box.
190                 these changes should prevent buttons overlapping
191                 on maemo
192
193 2007-09-28 [colin]      3.0.1cvs42
194
195         * src/pop.c
196                 Fix typo :)
197
198 2007-09-28 [colin]      3.0.1cvs41
199
200         * src/compose.c
201         * src/msgcache.c
202         * src/pop.c
203         * src/procmime.c
204         * src/etpan/imap-thread.c
205                 64bits-related warning fixes
206
207 2007-09-28 [colin]      3.0.1cvs40
208
209         * src/folder_item_prefs.c
210         * src/ldaputil.c
211         * src/mainwindow.c
212         * src/mimeview.c
213         * src/common/tags.c
214                 Fix warnings
215
216 2007-09-28 [colin]      3.0.1cvs39
217
218         * src/plugins/spamassassin/spamassassin.c
219         * src/plugins/spamassassin/spamassassin.h
220         * src/plugins/spamassassin/spamassassin_gtk.c
221                 Add addressbook-based whitelisting
222
223 2007-09-28 [colin]      3.0.1cvs38
224
225         * src/folder.c
226                 Fix bug 1337, 'crash on pressing Send button'
227
228 2007-09-28 [paul]       3.0.1cvs37
229
230         * src/prefs_folder_item.c
231                 give the orphans a parent. makes all prefs
232                 pages visible on maemo
233
234 2007-09-28 [colin]      3.0.1cvs36
235
236         * src/prefs_folder_column.c
237         * src/prefs_summary_column.c
238                 Fix two leaks
239
240 2007-09-27 [colin]      3.0.1cvs35
241
242         * src/gtk/quicksearch.c
243                 Fix bug 1336, 'Segfault if empty space before search-string'
244
245 2007-09-26 [mones]      3.0.1cvs34
246
247         * manual/account.xml
248         * manual/plugins.xml
249                 Fixed irc channel name, added some docbook markup.
250                 Changed text markup to docbook markup. 
251                 Added spamcop as supported in SpamReport description.
252         * manual/fr/plugins.xml
253                 Fixed irc channel name.
254         * manual/es/account.xml
255         * manual/es/advanced.xml
256         * manual/es/claws-mail-manual.xml
257         * manual/es/glossary.xml
258         * manual/es/gpl.xml
259         * manual/es/keyboard.xml
260         * manual/es/plugins.xml
261                 Synced with English version, fixed a couple of typos.
262
263 2007-09-26 [colin]      3.0.1cvs33
264
265         * configure.ac
266                 Explain why "Libgnomeprint: no" on GTK+ 2.10
267
268 2007-09-26 [colin]      3.0.1cvs32
269
270         * src/messageview.c
271         * src/procmsg.c
272         * src/procmsg.h
273                 Optimisation: avoid fetching mail 3 times locally
274                 for displaying
275
276 2007-09-26 [colin]      3.0.1cvs31
277
278         * src/mh.c
279                 Fix missing static
280
281 2007-09-26 [colin]      3.0.1cvs30
282
283         * src/folder.c
284         * src/folder.h
285         * src/mh.c
286         * src/mh.h
287                 Fix MH mtime hack - make it a folder class function
288
289 2007-09-26 [colin]      3.0.1cvs29
290
291         * src/inc.c
292                 Fix bug 1334, 'user defined mail incorporation 
293                 script not run'
294
295 2007-09-25 [colin]      3.0.1cvs28
296
297         * src/codeconv.c
298                 Optimisation: shortcut conv_codeset_strdup
299                 when src_code and dest_code are the same
300         * src/common/xml.c
301         * src/common/xml.h
302                 Optimisation: shortcut code conversions when
303                 files are in UTF-8; faster list walking by
304                 using prepend/reverse.
305
306 2007-09-25 [holger]     3.0.1cvs27
307
308         * src/printing.c
309                 Replace button bar of the preview window
310                 with a real toolbar (patch by Colin)
311                 Add zooming to the preview window
312
313 2007-09-24 [paul]       3.0.1cvs26
314
315         * src/compose.c
316                 compact the character set menu, adding some
317                 missing encodings. Patch by Pawel Pekala
318
319 2007-09-23 [paul]       3.0.1cvs25
320
321         * src/prefs_account.c
322         * src/prefs_folder_item.c
323         * src/prefs_quote.c
324         * src/quote_fmt.c
325         * src/quote_fmt.h
326                 remove unnecessary frame from Templates options
327                 and improve the English of the check button label
328
329 2007-09-22 [colin]      3.0.1cvs24
330
331         * src/gtk/quicksearch.c
332                 Fix bug 1329, 'error in quicksearch.c'
333                 Fix return with value in function returning void
334
335 2007-09-22 [colin]      3.0.1cvs23
336
337         * src/imap.c
338         * src/procmsg.h
339         * src/common/utils.c
340         * src/common/utils.h
341         * src/etpan/imap-thread.c
342                 Optimise fetching IMAP cached emails *a lot*
343                 (remember whether mail is fully cached and \r's
344                  are already stripped)
345
346 2007-09-22 [colin]      3.0.1cvs22
347
348         * src/folder.c
349         * src/folder.h
350         * src/prefs_folder_item.c
351                 Add a button to allow users to drop local caches.
352
353 2007-09-21 [colin]      3.0.1cvs21
354
355         * src/summaryview.c
356                 Remove unnecessary error when cancelling export to mbox.
357                 Patch by Pawel
358
359 2007-09-21 [paul]       3.0.1cvs20
360
361         * src/gtk/prefswindow.c
362                 remove unnecessary frames from the prefs
363                 pages. Patch by Pawel Pekala
364
365 2007-09-21 [paul]       3.0.1cvs19
366
367         * src/prefs_account.c
368         * src/prefs_folder_item.c
369         * src/prefs_quote.c
370         * src/quote_fmt.c
371                 put the Templates options into a tabbed
372                 layout. Patch by Pawel Pekala
373
374 2007-09-21 [paul]       3.0.1cvs18
375
376         * src/mainwindow.c
377                 group together the character set menu items
378                 move the /View/Show or hide/Message view below
379                 .../Toolbar menu item
380                 Patch by Pawel Pekala
381
382 2007-09-21 [mones]      3.0.1cvs17
383
384         * src/compose.c
385                 Fix for bug 1327, 'segfault when replying to a non-existent
386                 news message', thanks to Colin.
387
388 2007-09-21 [colin]      3.0.1cvs16
389
390         * src/folderview.c
391                 Complete 3.0.1cvs15
392
393 2007-09-20 [colin]      3.0.1cvs15
394
395         * src/folderview.c
396         * src/folderview.h
397                 Maybe fix bug 1324, 'Corrupted IMAP cache'
398
399 2007-09-20 [colin]      3.0.1cvs14
400
401         * src/printing.c
402                 Fix a little leak
403
404 2007-09-20 [holger]     3.0.1cvs13
405
406         * src/printing.c
407                 Add page layout to print preview.
408                 Make the close-button in the toolbar
409                 right-aligned.
410
411 2007-09-20 [paul]       3.0.1cvs12
412
413         * po/ru.po
414                 updated by Pavlo Bohmat
415
416 2007-09-19 [colin]      3.0.1cvs11
417
418         * src/common/utils.c
419                 Prevent unquoted mime boundaries, by always
420                 using a /
421
422 2007-09-19 [colin]      3.0.1cvs10
423
424         * src/printing.c
425                 Fix drawing area size, fix DPI change that
426                 can cause total number of lines to decrease
427
428 2007-09-19 [colin]      3.0.1cvs9
429
430         * po/POTFILES.in
431         * src/printing.c
432                 Make print preview more efficient and nicer.
433                 Patch mostly by Holger Berndt <hb@claws-mail.org>
434
435 2007-09-19 [colin]      3.0.1cvs8
436
437         * src/prefs_common.c
438         * src/prefs_common.h
439         * src/printing.c
440                 Add scrolledwindow, default allocation and
441                 size saving to the print preview window.
442
443 2007-09-18 [colin]      3.0.1cvs7
444
445         * src/prefs_common.c
446         * src/prefs_common.h
447         * src/prefs_image_viewer.c
448         * src/printing.c
449                 GtkPrintOperation:
450                 - add image printing support
451                 - add option to print images
452                 - add preview widget
453                 - add saving of a few Page Setup parameters
454
455 2007-09-18 [colin]      3.0.1cvs6
456
457         * AUTHORS
458         * src/gtk/authors.h
459                 Add Guillaume Chazarain
460
461 2007-09-18 [colin]      3.0.1cvs5
462
463         * src/common/utils.c
464                 Fix bug 1321, 'access before allocation 
465                 when scanning for uris'. Patch by 
466                 Guillaume Chazarain <guichaz@yahoo.fr>
467
468 2007-09-18 [colin]      3.0.1cvs4
469
470         * src/toolbar.c
471                 Fix bug 1320, 'Memory leak caused by 
472                 gtk_container_get_children'. Patch by
473                 Guillaume Chazarain <guichaz@yahoo.fr>
474
475 2007-09-18 [colin]      3.0.1cvs3
476
477         * src/printing.c
478         * src/printing.h
479                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
480
481 2007-09-18 [colin]      3.0.1cvs2
482
483         * src/Makefile.am
484         * src/mainwindow.c
485         * src/messageview.c
486         * src/messageview.h
487         * src/prefs_ext_prog.c
488         * src/prefs_fonts.c
489         * src/printing.c
490         * src/printing.h
491         * src/summaryview.c
492                 Use GtkPrintOperation by default on GTK+ >= 2.10
493                 Patch by Holger Berndt <hb@claws-mail.org>
494
495 2007-09-18 [paul]       3.0.1cvs1
496
497         * NEWS
498         * README
499         * RELEASE_NOTES
500         * configure.ac
501                 bump up version number following stable release
502
503 2007-09-16 [colin]      3.0.0cvs18
504
505         * src/folder.c
506                 Fix possible memleak
507
508 2007-09-16 [colin]      3.0.0cvs17
509
510         * src/folderview.c
511                 Fix bug 1311, 'Wrong arrow position 
512                 while moving message into folder when 
513                 column headers hidden'
514         * src/image_viewer.c
515                 Show error in the GUI if image can't
516                 be loaded
517         * src/matcher.c
518                 Fix spurious output
519         * src/messageview.c
520                 Allow setting domain in msgid
521         * src/common/plugin.c
522                 Add timing information
523
524 2007-09-16 [colin]      3.0.0cvs16
525
526         * src/account.c
527         * src/compose.c
528         * src/prefs_account.c
529         * src/prefs_account.h
530         * src/prefs_template.c
531         * src/common/utils.c
532                 Remove Generate Message-ID option. We need
533                 this on some IMAP servers.
534
535 2007-09-16 [colin]      3.0.0cvs15
536
537         * src/prefs_filtering.c
538         * src/prefs_filtering.h
539         * src/prefs_filtering_action.c
540         * src/common/tags.c
541                 Fix tags issues: tags with spaces, renaming
542                 tags.
543
544 2007-09-16 [colin]      3.0.0cvs14
545
546         * src/folderview.c
547         * src/main.c
548         * src/mainwindow.c
549                 Fix bug 1308, 'Claws deletes folderlist.xml after
550                 fetching mail short after start-up'
551
552 2007-09-16 [colin]      3.0.0cvs13
553
554         * src/compose.c
555                 Fix scrolling to cursor
556
557 2007-09-16 [paul]       3.0.0cvs12
558
559         * po/sr.po
560                 updated by Aleksandar Urosevic
561
562 2007-09-16 [paul]       3.0.0cvs11
563
564         * src/folder.c
565                 do not allow locked msgs to be deleted,
566                 even by filtering/processing
567
568 2007-09-07 [paul]       3.0.0cvs10
569
570         * src/prefs_folder_column.c
571         * src/prefs_summary_column.c
572                 implement button sensitivity
573                 patch by Pawel Pekala
574
575 2007-09-06 [wwp]        3.0.0cvs9
576
577         * src/prefs_gtk.c
578                 Add a missing linefeed to a debug message.
579
580 2007-09-05 [colin]      3.0.0cvs8
581
582         * src/inc.c
583                 Fix statusbar/window mismatch on Maemo
584
585 2007-09-05 [colin]      3.0.0cvs7
586
587         * src/ldaputil.c
588                 Fix build without USE_LDAP_TLS
589
590 2007-09-05 [colin]      3.0.0cvs6
591
592         * src/folder.c
593         * src/imap.c
594         * src/inc.c
595         * src/mbox.c
596         * src/send_message.c
597         * src/statusbar.c
598         * src/statusbar.h
599                 Maemo: distinguish various statusbar messages,
600                 in order to display only the most important.
601
602 2007-09-04 [wwp]        3.0.0cvs5
603
604         * src/account.c
605                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
606                 Show protocol "SMTP" and the appropriate server for send-only
607                 accounts, show "-" instead of "" when no value is relevant.
608
609 2007-09-03 [ticho]      3.0.0cvs4
610
611         * src/summaryview.c
612                 Handle plural form better in delete confirmation dialog.
613
614 2007-09-03 [wwp]        3.0.0cvs3
615
616         * src/compose.c
617                 Warn differently when sending or sending later (queueing).
618
619 2007-09-03 [colin]      3.0.0cvs2
620
621         * src/procmime.c
622         * src/procmime.h
623         * src/common/plugin.c
624         * src/common/plugin.h
625                 Add a new plugin API, MimeParser. It allows
626                 plugins to scan email MIME parts and optionally,
627                 transform them.
628
629 2007-09-03 [mones]      3.0.0cvs1
630
631         * po/es.po
632                 Updated translation
633         * src/common/defs.h
634                 While a better solution is made double history sizes
635
636 2007-09-03 [paul]       3.0.0
637
638         * NEWS
639         * README
640         * RELEASE_NOTES
641                 3.0.0 released
642
643 2007-09-03 [paul]       2.10.0cvs191
644
645         * po/bg.po
646         * po/ca.po
647         * po/de.po
648         * po/fi.po
649         * po/fr.po
650         * po/hu.po
651         * po/it.po
652         * po/pl.po
653         * po/pt_BR.po
654         * po/ru.po
655         * po/sk.po
656         * po/zh_CN.po
657                 updated by Yasen Pramatarov, Miquel Oliete, Stephan
658                 Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso,
659                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves
660                 Guimaraes, Pavlo Bohmat, Andrej Kacian, and Ralph Young
661
662 2007-09-02 [colin]      2.10.0cvs190
663
664         * src/edittags.c
665         * src/common/tags.c
666                 Prevent empty or white-space tags
667
668 2007-09-01 [colin]      2.10.0cvs189
669
670         * src/main.c
671                 Fix double-reading of accounts list when
672                 the wizard has been run due to no accounts
673         * src/mainwindow.c
674                 Fix sensitivity of a menu item in case 
675                 there's no account
676
677 2007-09-01 [wwp]        2.10.0cvs188
678
679         * src/wizard.c
680                 Fix wizard crash when Mailbox dir already exists
681                 (thanks to Colin).
682
683 2007-08-31 [colin]      2.10.0cvs187
684
685         * src/etpan/imap-thread.c
686                 Fix unwanted creation of 
687                 libetpan's stream dump file
688         * src/compose.c
689                 Fix coloring of pastes as quotation
690         * src/summaryview.c
691                 Maemo: Fix opening of mails from keypad
692                 in Sent folders
693         * src/addressbook.c
694         * src/folderview.c
695         * src/image_viewer.c
696         * src/mimeview.c
697         * src/gtk/prefswindow.c
698                 Maemo: Fix adjustments changes 
699
700 2007-08-30 [colin]      2.10.0cvs186
701
702         * src/folderview.c
703                 Don't opened selected folder when clicking
704                 on white space
705         * src/mainwindow.c
706                 Maemo: Make Esc close messageviews
707         * src/messageview.c
708                 Maemo: Fix message scrolling to the end on 
709                 opening
710                 Maemo: Fix reopening same message
711         * src/gtk/prefswindow.c
712                 Maemo: try to fix scrollbar. Doesn't work,
713                 it seems as if gtk_adjustment_set_value was
714                 a noop.
715
716 2007-08-30 [colin]      2.10.0cvs185
717
718         * src/compose.c
719         * src/folderview.c
720         * src/main.c
721         * src/prefs_matcher.c
722         * src/prefs_template.c
723         * src/quote_fmt.c
724         * src/send_message.c
725         * src/toolbar.c
726         * src/gtk/gtkaspell.c
727         * src/plugins/bogofilter/bogofilter.c
728         * src/plugins/bogofilter/bogofilter_gtk.c
729         * src/plugins/clamav/clamav_plugin_gtk.c
730         * src/plugins/pgpcore/sgpgme.c
731         * src/plugins/spamassassin/spamassassin.c
732         * src/plugins/spamassassin/spamassassin_gtk.c
733                 Fix all potential misuses of format-string functions
734
735 2007-08-30 [wwp]        2.10.0cvs184
736
737         * src/prefs_template.c
738                 Fix a leak.
739
740 2007-08-29 [colin]      2.10.0cvs183
741
742         * src/plugins/trayicon/trayicon.c
743                 Fix leak of hooks in case of error,
744                 thanks to Holger Berndt
745
746 2007-08-28 [colin]      2.10.0cvs182
747
748         * src/mainwindow.c
749                 Don't use current folder settings when
750                 composing from the compose button's
751                 account selector
752
753 2007-08-28 [colin]      2.10.0cvs181
754
755         * src/quote_fmt_parse.y
756                 Fix cursor offset when quote contains UTF-8
757                 chars
758
759 2007-08-28 [colin]      2.10.0cvs180
760
761         * src/compose.c
762         * src/compose.h
763                 Fix signature replacement when it's been wrapped
764
765 2007-08-27 [colin]      2.10.0cvs179
766
767         * src/summaryview.c
768                 Fix indentation
769
770 2007-08-27 [colin]      2.10.0cvs178
771
772         * src/summaryview.c
773                 Fix Quicksearch's Sticky mode
774
775 2007-08-27 [colin]      2.10.0cvs177
776
777         * src/folder_item_prefs.c
778         * src/folder_item_prefs.h
779         * src/imap_gtk.c
780         * src/mh_gtk.c
781                 Fix loss of subfolders properties when
782                 renaming a folder
783
784 2007-08-26 [wwp]        2.10.0cvs176
785
786         * src/alertpanel.c
787         * src/messageview.c
788         * src/prefs_actions.c
789                 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
790                 will have to be used when necessary *before* calling
791                 alertpanel functions.
792
793 2007-08-25 [paul]       2.10.0cvs175
794
795         * src/prefs_actions.c
796                 workaround gettext problem marking
797                 string as c-format when it's not
798
799 2007-08-25 [wwp]        2.10.0cvs174
800
801         * src/alertpanel.c
802         * src/messageview.c
803         * src/prefs_actions.c
804                 Call the pango markup escape function right ince in alertpanel_create
805                 instead of everywhere (reverts some parts of 2.10.0cvs123 and
806                 2.10.0cvs158).
807
808         * src/common/log.c
809                 Fix a crash due to a misuse of g_print(), encountered when the string
810                 passed to g_print was containing printf substitution symbols.
811
812 2007-08-25 [paul]       2.10.0cvs173
813
814         * src/common/log.c
815                 fix a segfault when refreshing RSSyl feeds
816
817 2007-08-25 [paul]       2.10.0cvs172
818
819         * src/gtk/icon_legend.c
820                 add watchthread.xpm
821
822 2007-08-25 [paul]       2.10.0cvs171
823
824         * src/Makefile.am
825         * src/stock_pixmap.c
826         * src/pixmaps/insert_file.xpm
827                 add a new pixmap instead of re-using
828                 paste.xpm. (easier for icon theme authors)
829
830 2007-08-24 [holger]     2.10.0cvs170
831
832         * src/plugins/trayicon/trayicon.c
833                 The same fix for another hook id.
834
835 2007-08-24 [holger]     2.10.0cvs169
836
837         * src/plugins/trayicon/trayicon.c
838                 Micro-fix: Do the error checking for
839                 the right hook id.
840
841 2007-08-24 [paul]       2.10.0cvs168
842
843         * src/folder.h
844                 fix typo causing compiler warning
845
846 2007-08-24 [paul]       2.10.0cvs167
847
848         * README
849                 put back the correct version of this file also
850
851 2007-08-24 [colin]      2.10.0cvs166
852
853         * src/send_message.c
854                 Use progress bar when sending messages
855
856 2007-08-24 [paul]       2.10.0cvs165
857
858         * Makefile.am
859                 oops! if i'm quick no-one will notice
860                 (put back the proper file)
861
862 2007-08-24 [paul]       2.10.0cvs164
863
864         * AUTHORS
865         * Makefile.am
866         * README
867         * src/gtk/authors.h
868         * tools/Makefile.am
869         * tools/README
870         * tools/mew2claws-mail.pl
871                 add new script that imports a Mew address book
872                 submitted by Jerome Lelong
873
874 2007-08-24 [paul]       2.10.0cvs163
875
876         * manual/plugins.xml
877                 remove the obsolete plugins, add the
878                 missing plugins, including the forthcoming
879                 SpamReport plugin
880
881 2007-08-24 [paul]       2.10.0cvs162
882
883         * manual/advanced.xml
884                 add info about the hidden emphasis_color option
885         * manual/keyboard.xml
886                 correct the info about hotkeys
887                 wrap the long lines
888
889 2007-08-24 [paul]       2.10.0cvs161
890
891         * src/folderview.c
892                 add mnemonic to 'Run procesing rules'
893
894 2007-08-24 [paul]       2.10.0cvs160
895
896         * src/account.c
897         * src/folder.c
898         * src/folder.h
899                 use suitable defaults for outbox,
900                 queue, drafts and trash folders
901
902 2007-08-24 [wwp]        2.10.0cvs159
903
904         * src/folderview.c
905                 Update menu item sensitivity if necessary (or we get a
906                 gtk critical message).
907
908 2007-08-23 [wwp]        2.10.0cvs158
909
910         * src/action.c
911         * src/prefs_actions.c
912                 Allow literal % chars in action commands (use %%).
913                 Add a missing p++ to the action parser in action_get_type(),
914                 which was missing it, even if it was neutral.
915                 Fix a pango markup warning at runtime.
916
917 2007-08-23 [wwp]        2.10.0cvs157
918
919         * src/addressbook.c
920                 Contacts are now locale-aware sorted in the address book
921                 (LC_COLLATE matters here).
922                 Fix missing table initializers.
923
924 2007-08-23 [colin]      2.10.0cvs156
925
926         * src/imap.c
927                 Check scan_required on dest folder when copying
928
929 2007-08-23 [colin]      2.10.0cvs155
930
931         * src/imap.c
932                 Fix scanning when folder was empty
933
934 2007-08-22 [colin]      2.10.0cvs154
935
936         * src/msgcache.c
937                 Don't g_warning when g_try_malloc fails(), or it makes
938                 things worse as g_log() allocates. Fixes bug 1290,
939                 'Claws Mail crashes if too little memory when 
940                 rebuilding folder tree'
941
942 2007-08-22 [colin]      2.10.0cvs153
943
944         * src/inc.c
945                 Fix format string vulnerability, thanks to
946                 Ulf Harnhammar, Secunia Research
947
948 2007-08-22 [colin]      2.10.0cvs152
949
950         * src/ldapserver.c
951                 Set tv_usec too
952
953 2007-08-22 [wwp]        2.10.0cvs151
954
955         * src/ldapquery.c
956                 Few better null-ptr checks.
957
958 2007-08-22 [colin]      2.10.0cvs150
959
960         * src/editldap.c
961         * src/editldap_basedn.c
962         * src/ldapquery.c
963         * src/ldapserver.c
964         * src/ldapserver.h
965         * src/ldapupdate.c
966         * src/ldaputil.c
967         * src/ldaputil.h
968                 Fix ldap timeouts
969
970 2007-08-22 [colin]      2.10.0cvs149
971
972         * src/ldapquery.c
973                 Finish previous fix
974
975 2007-08-22 [colin]      2.10.0cvs148
976
977         * src/ldapquery.c
978                 Fix wrong assertions
979
980 2007-08-22 [colin]      2.10.0cvs147
981
982         * src/ldaputil.c
983                 Fix test (set ldap v3 if bindDN is set or TLS is set)
984
985 2007-08-22 [colin]      2.10.0cvs146
986
987         * src/editldap.c
988         * src/ldaputil.c
989                 Fix wrong "Connected successfully to server". Connection only succeeds if
990                 we can get the base DN.
991
992 2007-08-21 [wwp]        2.10.0cvs145
993
994         * src/browseldap.c
995         * src/editldap.c
996         * src/ldapctrl.c
997         * src/ldapquery.c
998         * src/ldapserver.c
999         * src/ldapupdate.c
1000         * src/ldaputil.c
1001                 More sanity checks in ldap functions.
1002
1003 2007-08-21 [wwp]        2.10.0cvs144
1004
1005         * src/prefs_account.c
1006                 Don't return a value in a void function().
1007
1008 2007-08-21 [paul]       2.10.0cvs143
1009
1010         * src/messageview.c
1011                 add check for ftp: to messageview_list_urls()
1012
1013 2007-08-21 [colin]      2.10.0cvs142
1014
1015         * src/editldap.c
1016         * src/ldapctrl.c
1017         * src/ldapctrl.h
1018         * src/ldapquery.c
1019         * src/ldapupdate.c
1020                 Fix bug 1293, 'LDAP address book not working'
1021                 Search only on specified fields, but fetch 
1022                 every field possible. People will have to 
1023                 reset the searched Attributes in their LDAP
1024                 servers properties.
1025
1026 2007-08-21 [wwp]        2.10.0cvs141
1027
1028         * src/addr_compl.c
1029         * src/addrbook.c
1030         * src/addrcache.c
1031         * src/addrcindex.c
1032         * src/addressbook.c
1033         * src/addrindex.c
1034         * src/browseldap.c
1035         * src/crash.c
1036         * src/editaddress_other_attributes_ldap.c
1037         * src/exporthtml.c
1038         * src/folder.c
1039         * src/folderview.c
1040         * src/imap.c
1041         * src/jpilot.c
1042         * src/ldapserver.c
1043         * src/ldapupdate.c
1044         * src/ldif.c
1045         * src/main.c
1046         * src/mainwindow.c
1047         * src/matcher.c
1048         * src/mh.c
1049         * src/msgcache.c
1050         * src/mutt.c
1051         * src/pine.c
1052         * src/pop.c
1053         * src/prefs_customheader.c
1054         * src/prefs_msg_colors.c
1055         * src/procmime.c
1056         * src/textview.c
1057         * src/vcard.c
1058         * src/wizard.c
1059         * src/common/log.c
1060         * src/common/socket.c
1061         * src/common/ssl_certificate.c
1062         * src/common/utils.c
1063         * src/common/utils.h
1064         * src/gtk/description_window.c
1065         * src/plugins/demo/demo.c
1066         * src/plugins/pgpcore/prefs_gpg.c
1067         * src/plugins/spamassassin/libspamc.c
1068                 Make sure we use glib functions to send text messages (information,
1069                 debug, warning, errors) to stdout/stderr - no more direct puts
1070                 fputs printf fprintf to stdout/stderr when it can be done using
1071                 g_log*() and g_print/g_printerr. Doing this, we make sure every
1072                 stdout/stderr message is saved to log in Windows.
1073
1074
1075 2007-08-21 [wwp]        2.10.0cvs140
1076
1077         * src/main.c
1078         * src/common/utils.h
1079                 Route glib's stdout/stderr messages to a log file (Windows only),
1080                 instead of loosing them.
1081
1082 2007-08-21 [paul]       2.10.0cvs139
1083
1084         * src/mainwindow.c
1085                 replace deprecated g_strncasecmp()
1086         * src/messageview.c
1087                 fix 'List URLS'
1088
1089 2007-08-20 [ticho]      2.10.0cvs138
1090
1091         * src/account.c
1092         * src/prefs_account.h
1093                 Copy all account preferences in account_clone() - some
1094                 were missing.
1095         * src/prefs_account.c
1096                 Handle empty privacy system combobox gracefully (warning
1097                 instead of a crash).
1098
1099 2007-08-20 [colin]      2.10.0cvs137
1100
1101         * src/ldapctrl.c
1102                 Fix a leak
1103
1104 2007-08-20 [paul]       2.10.0cvs136
1105
1106         * src/browseldap.c
1107         * src/editldap.c
1108         * src/ldapctrl.c
1109         * src/ldapquery.c
1110         * src/ldapquery.h
1111         * src/ldapserver.c
1112         * src/ldaputil.c
1113                 add debug_prints
1114                 patch by Michael Rasmussen
1115
1116 2007-08-19 [colin]      2.10.0cvs135
1117
1118         * src/imap.c
1119                 Fix previous commit. Sensitivity update is needed
1120                 for "Cancel receiving". However when batching we
1121                 don't need to do it for every message flag change,
1122                 just once at the start and once at the end.
1123
1124 2007-08-19 [colin]      2.10.0cvs134
1125
1126         * src/imap.c
1127                 Remove useless menu updates on session lock/unlock
1128
1129 2007-08-19 [colin]      2.10.0cvs133
1130
1131         * src/etpan/imap-thread.c
1132                 Make all fetch logs less verbose
1133
1134 2007-08-19 [paul]       2.10.0cvs132
1135
1136         * src/foldersel.c
1137         * src/folderview.c
1138         * src/summaryview.c
1139                 fix bug 1286, 'Can't move a folder into a "Folders
1140                 Only" folder'
1141
1142 2007-08-18 [ticho]      2.10.0cvs131
1143
1144         * src/editaddress_other_attributes_ldap.c
1145                 Converted option menu for other ldap attributes to GtkComboBox.
1146
1147 2007-08-18 [colin]      2.10.0cvs130
1148
1149         * src/compose.c
1150         * src/prefs_common.c
1151         * src/prefs_common.h
1152         * src/prefs_send.c
1153         * src/send_message.c
1154                 Revert 'send_dialog_mode' meaning to 
1155                 'send_dialog_invisible', so that the 
1156                 new checkbox doesn't change the 
1157                 existing behaviour.
1158
1159 2007-08-18 [paul]       2.10.0cvs129
1160
1161         * src/summaryview.c
1162                 add missing menu update
1163
1164 2007-08-17 [colin]      2.10.0cvs128
1165
1166         * src/folder.c
1167                 Set batching after getting flags - maybe fixes
1168                 bug 1292, 'CM crashes on writing mail'
1169
1170 2007-08-16 [ticho]      2.10.0cvs127
1171
1172         * src/prefs_send.c
1173                 Convert two GtkOptionMenu widgets to new GtkComboBox.
1174         * src/gtk/combobox.h
1175         * src/gtk/gtkutils.c
1176                 Allow NULL for GtkComboBox menuitem label, rendering such
1177                 items as row separators.
1178
1179 2007-08-16 [paul]       2.10.0cvs126
1180
1181         * src/plugins/trayicon/trayicon.c
1182                 remove wrongly used gettextisation
1183
1184 2007-08-15 [ticho]      2.10.0cvs125
1185
1186         * src/importldif.c
1187                 Fixed a runtime warning where an attempt to pack an
1188                 already packed GtkLabel was made.
1189
1190 2007-08-15 [ticho]      2.10.0cvs124
1191
1192         * src/prefs_compose_writing.c
1193                 Convert the insert-or-attach-dragged-files GtkOptionMenu
1194                 into GtkComboBox.
1195
1196 2007-08-14 [ticho]      2.10.0cvs123
1197
1198         * src/messageview.c
1199         * src/gtk/gtkutils.c
1200                 Changed return receipt account selector to GtkComboBox.
1201                 Fixed a runtime warning where GTK tried to parse
1202                 "name <email@address" as a Pango markup in an alertpanel label.
1203
1204 2007-08-14 [ticho]      2.10.0cvs122
1205
1206         * src/prefs_logging.c
1207                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
1208
1209 2007-08-14 [wwp]        2.10.0cvs121
1210
1211         * tools/Makefile.am
1212         * tools/README
1213         * tools/popfile-link.sh
1214                 Added a new tool: POPFile helper, to open
1215                 selected messages in POPFile control center,
1216                 in order to change the messages' status.
1217
1218 2007-08-14 [ticho]      2.10.0cvs120
1219
1220         * src/compose.c
1221         * src/prefs_common.c
1222         * src/prefs_common.h
1223         * src/prefs_send.c
1224         * src/send_message.c
1225                 Change "Show send dialog" optionmenu to a checkbutton.
1226         * src/prefs_receive.c
1227                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
1228
1229 2007-08-13 [wwp]        2.10.0cvs119
1230
1231         * src/addr_compl.c
1232         * src/addressbook.c
1233         * src/addrindex.c
1234         * src/compose.c
1235         * src/filtering.c
1236         * src/folderview.c
1237         * src/inc.c
1238         * src/matcher.c
1239         * src/mh.c
1240         * src/partial_download.c
1241         * src/prefs_gtk.c
1242         * src/procmsg.c
1243         * src/stock_pixmap.c
1244         * src/summaryview.c
1245         * src/common/utils.c
1246         * src/gtk/gtkaspell.c
1247         * src/gtk/menu.c
1248                 Make sure we never pass NULL pointers for %s substitutions
1249                 (prevent from crashing in Windows).
1250
1251 2007-08-13 [wwp]        2.10.0cvs118
1252
1253         * src/msgcache.c
1254                 Re-enable mmap_reads in Windows with some missing
1255                 CloseHandle of mapping objects, thanks to
1256                 Marcus Brinkmann.
1257
1258 2007-08-13 [paul]       2.10.0cvs117
1259
1260         * src/common/utils.c
1261                 fix bug 1287, 'Compile time problem on Solaris
1262                 (nexenta gnu/Solaris) utils.c'
1263                 Thanks to Piotr Chrzczonowicz
1264
1265 2007-08-12 [wwp]        2.10.0cvs116
1266
1267         * src/plugins/pgpcore/prefs_gpg.c
1268                 Don't try to unset a GPG_AGENT_INFO that was not
1269                 set (and don't use a NULL string in Windows, it was
1270                 crashing with --debug if GPG_AGENT_INFO was not set).
1271
1272 2007-08-12 [wwp]        2.10.0cvs115
1273
1274         * src/privacy.h
1275                 Make gcc type-check arguments passed to privacy_set_error().
1276
1277 2007-08-12 [ticho]      2.10.0cvs114
1278
1279         * src/prefs_folder_item.c
1280                 Make sure that folder default account combobox always has some
1281                 account preselected.
1282         * src/gtk/combobox.c
1283                 Handle empty combobox gracefully (warning instead of crash).
1284
1285 2007-08-12 [ticho]      2.10.0cvs114
1286
1287         * src/prefs_folder_item.c
1288                 Make sure that folder default account combobox is not empty.
1289         * src/gtk/combobox.c
1290                 Handle empty combobox gracefully (warning instead of crash).
1291
1292 2007-08-11 [paul]       2.10.0cvs113
1293
1294         * src/addrgather.c
1295         * src/folderview.c
1296                 use 'subfolder' instead of 'sub-folder', matching
1297                 everywhere else the term is used
1298         * src/imap_gtk.c
1299                 fix engrish
1300
1301 2007-08-10 [wwp]        2.10.0cvs112
1302
1303         * src/msgcache.c
1304                 Disable mmap reads in Windows only (at least temporarily), they
1305                 prevent from renaming/removing target cache files.
1306
1307 2007-08-10 [paul]
1308
1309         3.0.0-rc2 released
1310
1311 2007-08-10 [wwp]        2.10.0cvs111
1312
1313         * src/msgcache.c
1314                 fix unpredictable crashes in Windows due to broken
1315                 cache/mark/tags files writting (file were opened for
1316                 writing in text mode).
1317
1318         * src/recv.c
1319                 use gettimeofday() from w32lib.h on Windows.
1320
1321 2007-08-10 [colin]      2.10.0cvs110
1322
1323         * src/imap.c
1324         * src/etpan/imap-thread.c
1325         * src/etpan/imap-thread.h
1326                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
1327
1328 2007-08-09 [colin]      2.10.0cvs109
1329
1330         * src/editldap.c
1331                 Fix port being reset to 636 on SSL
1332         * src/folder.c
1333                 Fix folder_item_get_msg_num_by_file
1334                 on drafts/queue folders
1335
1336 2007-08-09 [wwp]        2.10.0cvs108
1337
1338         * src/folder.c
1339                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
1340                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
1341
1342
1343 2007-08-09 [colin]      2.10.0cvs107
1344
1345         * src/folderview.c
1346         * src/summaryview.c
1347         * src/gtk/prefswindow.c
1348                 A few Maemo layout fixes
1349
1350 2007-08-09 [paul]       2.10.0cvs106
1351
1352         * src/prefs_account.c
1353                 remove the hyphen from plug-ins to
1354                 match everywhere else
1355
1356 2007-08-08 [wwp]        2.10.0cvs105
1357
1358         * src/prefs_folder_item.c
1359                 Fix an extraneous stealth ^L char.
1360
1361 2007-08-08 [wwp]        2.10.0cvs104
1362
1363         * src/prefs_folder_item.c
1364                 Better fix, group variables declarations (USE_ASPELL).
1365
1366 2007-08-08 [wwp]        2.10.0cvs103
1367
1368         * src/prefs_folder_item.c
1369                 Fix compilation w/ USE_ASPELL set (broken
1370                 by 2.10.0cvs102).
1371
1372 2007-08-08 [ticho]      2.10.0cvs102
1373
1374         * src/prefs_folder_item.c
1375                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
1376
1377 2007-08-08 [colin]      2.10.0cvs101
1378
1379         * src/imap.c
1380         * src/etpan/imap-thread.c
1381         * src/etpan/imap-thread.h
1382                 Close selected mailbox before doing
1383                 status on it.
1384
1385 2007-08-08 [colin]      2.10.0cvs100
1386
1387         * src/html.c
1388                 Complete symbol table, thanks to wwp.
1389                 Fixes bug 1284, 'The html -> text 
1390                 converter ignores entities'
1391         * src/msgcache.c
1392                 Fix possible fd leak
1393
1394 2007-08-08 [colin]      2.10.0cvs99
1395
1396         * src/imap.c
1397                 Better way to fetch UIDs on non-UIDPLUS servers
1398
1399 2007-08-07 [colin]      2.10.0cvs98
1400
1401         * src/imap.c
1402                 fix bug 1275, 'auto-saved draft messages not 
1403                 always being removed'; Also, make multiple
1404                 copy (in the same account) faster by matching
1405                 source/destination message UIDs.
1406         * src/messageview.c
1407                 Don't try to reshow deleted mail
1408         * src/msgcache.c
1409                 Fix leak on error path
1410
1411 2007-08-07 [wwp]        2.10.0cvs97
1412
1413         * manual/account.xml
1414         * manual/advanced.xml
1415         * manual/fr/account.xml
1416         * manual/fr/advanced.xml
1417                 Updated the reference manual and the French translation to
1418                 reflect 2.10.0cvs84: enable running folder Processing
1419                 rules on demand.
1420
1421 2007-08-06 [wwp]        2.10.0cvs96
1422
1423         * src/prefs_common.c
1424         * src/prefs_common.h
1425         * src/textview.c
1426                 Allow changing the emphasis color used to highlight
1427                 the newsreader/x-mailer header value when it matches
1428                 our preferred mail agent (hidden pref 'emphasis_col' added
1429                 to clawsrc).
1430
1431 2007-08-06 [colin]      2.10.0cvs95
1432
1433         * src/compose.c
1434         * src/compose.h
1435                 Re-commit 2.10.0cvs86, with a protection
1436                 against Pango bug. Also, try to fix 
1437                 bug 1275, 'auto-saved draft messages not 
1438                 always being removed'
1439
1440 2007-08-06 [wwp]        2.10.0cvs94
1441
1442         * src/gtk/quicksearch.c
1443                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
1444
1445 2007-08-06 [ticho]      2.10.0cvs93
1446
1447         * src/prefs_account.c
1448         * src/gtk/combobox.c
1449                 Use GtkComboBox instead of GtkOptionMenu for privacy system
1450                 selection in account preferences.
1451
1452 2007-08-06 [wwp]        2.10.0cvs92
1453
1454         * src/plugins/pgpcore/plugin.def
1455                 Apply one more chunk from gpg4win's 03-w32-port patch.
1456
1457 2007-08-05 [colin]      2.10.0cvs91
1458
1459         * src/compose.c
1460         * src/compose.h
1461                 reverting buggy patch for now
1462
1463 2007-08-05 [colin]      2.10.0cvs90
1464
1465         * src/folder.c
1466                 Fix slowdown
1467
1468 2007-08-04 [colin]      2.10.0cvs89
1469
1470         * src/prefs_summaries.c
1471         * src/summary_search.c
1472                 Replace deprecated widgets. Patch by
1473                 Andrej.
1474
1475 2007-08-04 [colin]      2.10.0cvs88
1476
1477         * src/mh.c
1478                 Refresh GUI only every 2000 mails on mh_get_last_num
1479                 This is fast (readdir) and done only once per 
1480                 session/folder
1481
1482 2007-08-03 [colin]      2.10.0cvs87
1483
1484         * src/prefs_account.c
1485         * src/gtk/combobox.h
1486         * src/gtk/gtkutils.c
1487                 Fix a deprecated widget. Patch by
1488                 Andrej
1489
1490 2007-08-03 [colin]      2.10.0cvs86
1491
1492         * src/compose.c
1493         * src/compose.h
1494                 Make colorisation and wrapping algorithms
1495                 faster. Fixes bug 1246, 'compose becomes 
1496                 increasingly slow replying to complex emails'
1497
1498 2007-08-03 [paul]       2.10.0cvs85
1499
1500         * src/mh.c
1501                 keep the window painted
1502
1503 2007-08-02 [paul]       2.10.0cvs84
1504
1505         * src/folderview.c
1506         * src/mainwindow.c
1507         * src/mainwindow.h
1508                 enable running folder Processing
1509                 rules on demand
1510
1511 2007-08-02 [paul]       2.10.0cvs83
1512
1513         * src/textview.c
1514                 speed up/clean up rendering of larger
1515                 msgs
1516                 Thanks to Colin
1517
1518 2007-08-01 [paul]       2.10.0cvs82
1519
1520         * src/mainwindow.h
1521                 clean up cruft
1522         * src/toolbar.c
1523                 change default toolbar layout on maemo
1524         * src/pixmaps/close.xpm
1525                 make the red cross a grey cross
1526         * src/pixmaps/jpilot.xpm
1527                 make icon smaller so it fits better
1528
1529 2007-07-31 [paul]       2.10.0cvs81
1530
1531         * src/setup.c
1532         * src/gtk/gtkutils.c
1533                 fix crash on maemo on first launch
1534
1535 2007-07-30 [paul]       2.10.0cvs80
1536
1537         * src/prefs_matcher.c
1538                 specify the units of age and size
1539
1540 2007-07-30 [paul]       2.10.0cvs79
1541
1542         * src/main.c
1543                 Fix IMAP timeout setting
1544
1545 2007-07-30 [colin]      2.10.0cvs78
1546
1547         * src/prefs_account.c
1548                 Fix a deprecated widget. Patch by
1549                 Andrej
1550
1551 2007-07-27 [paul]       2.10.0cvs77
1552
1553         * src/matcher_parser_parse.y
1554         * src/prefs_filtering_action.c
1555         * src/prefs_matcher.c
1556                 these changes forgotten in cvs74's
1557                 'watch thread' feature
1558
1559 2007-07-27 [paul]       2.10.0cvs76
1560
1561         * src/compose.c
1562                 fix potential crasher
1563                 thanks to Colin
1564
1565 2007-07-27 [paul]       2.10.0cvs75
1566
1567         * src/mainwindow.c
1568         * src/manual.c
1569         * src/manual.h
1570         * src/gtk/gtkutils.c
1571                 make mainwindow's /Help/Manual point to the
1572                 remote copy if the local copy doesn't exist
1573
1574 2007-07-27 [paul]       2.10.0cvs74
1575
1576         * src/Makefile.am
1577         * src/filtering.c
1578         * src/folder.c
1579         * src/mainwindow.c
1580         * src/matcher.c
1581         * src/matcher.h
1582         * src/matcher_parser_parse.y
1583         * src/procmsg.c
1584         * src/procmsg.h
1585         * src/stock_pixmap.c
1586         * src/stock_pixmap.h
1587         * src/summaryview.c
1588         * src/summaryview.h
1589         * src/toolbar.c
1590         * src/toolbar.h
1591         * src/pixmaps/watchthread.xpm
1592                 add 'watch thread' feature
1593
1594 2007-07-27 [paul]       2.10.0cvs73
1595
1596         * src/prefs_folder_item.c
1597                 adjust labels, add tooltips
1598
1599 2007-07-27 [colin]      2.10.0cvs72
1600
1601         * src/summaryview.c
1602                 Maemo: Remove less used menu items
1603
1604 2007-07-26 [colin]      2.10.0cvs71
1605
1606         * src/messageview.c
1607                 Maemo: destroy messageview after trashing mail.
1608                 Maybe should be done on X11 too
1609
1610 2007-07-26 [colin]      2.10.0cvs70
1611
1612         * src/folderview.c
1613         * src/mainwindow.c
1614         * src/prefs_common.c
1615         * src/prefs_common.h
1616         * src/summaryview.c
1617                 Add View/Show or Hide/Column headers
1618
1619 2007-07-26 [colin]      2.10.0cvs69
1620
1621         * src/procmime.c
1622                 Fix unwanted output
1623
1624 2007-07-26 [colin]      2.10.0cvs68
1625
1626         * src/ldapserver.c
1627                 Fix possible crash on cache invalidation
1628         * src/compose.c
1629         * src/procmime.c
1630         * src/procmime.h
1631         * src/quote_fmt_parse.y
1632                 Make replying to mails with big attachments
1633                 much faster. Fixes bug 1224, 'The process of 
1634                 Replying to emails with large attachments 
1635                 seems unreasonably long...'
1636
1637 2007-07-26 [colin]      2.10.0cvs67
1638
1639         * src/mimeview.c
1640         * src/matcher.c
1641         * src/common/ssl.c
1642                 Fix threads use on BSDs
1643
1644 2007-07-26 [paul]       2.10.0cvs66
1645
1646         * src/gtk/prefswindow.c
1647                 fix account prefs breakage
1648                 thanks to Colin
1649
1650 2007-07-26 [paul]       2.10.0cvs65
1651
1652         * configure.ac
1653                 standardise ./configure --help messages
1654
1655 2007-07-26 [colin]      2.10.0cvs64
1656
1657         * src/addressbook.c
1658         * src/editaddress.c
1659                 Fix two vCard-related crashes
1660
1661 2007-07-25 [colin]      2.10.0cvs63
1662
1663         * src/inc.c
1664         * src/prefs_common.c
1665         * src/prefs_common.h
1666         * src/prefs_receive.c
1667                 Maemo: Add a better way to notify of
1668                 new mails
1669         * src/mainwindow.c
1670         * src/statusbar.h
1671         * src/summaryview.c
1672         * src/toolbar.c
1673                 Maemo: Various layout fixes
1674         * src/gtk/prefswindow.c
1675                 Maemo: Better prefs layout
1676
1677 2007-07-25 [paul]       2.10.0cvs62
1678
1679         * src/textview.c
1680                 fix the layout on maemo
1681                 thanks to Colin
1682
1683 2007-07-25 [iwkse]      2.10.0cvs61
1684
1685         * src/summaryview.c
1686                 add 'o' shortcut on summaryview
1687
1688 2007-07-25 [iwkse]      2.10.0cvs60
1689
1690         * src/textview.c
1691                 fix o shortcut
1692
1693 2007-07-24 [colin]      2.10.0cvs59
1694
1695         * src/mh.c
1696                 Fix missing timestamp update on source
1697                 folder when moving
1698         * src/textview.c
1699         * src/textview.h
1700                 Better text layout on part's choices
1701
1702 2007-07-23 [colin]      2.10.0cvs58
1703
1704         * src/mimeview.c
1705         * src/textview.c
1706                 Maemo: Automatically choose the correct application
1707                 to open parts
1708         * src/gtk/quicksearch.c
1709                 Make search run on GDK_KP_Enter too
1710
1711 2007-07-23 [wwp]        2.10.0cvs57
1712
1713         * src/quote_fmt_lex.l
1714                 Revert accidentaly committed lines (account_sig) in
1715                 2.10.0cvs56.
1716
1717 2007-07-23 [wwp]        2.10.0cvs56
1718
1719         * src/quote_fmt_lex.l
1720                 Fix typos around long form expressions in the quote lexer.
1721
1722 2007-07-23 [paul]
1723
1724         3.0.0-rc1 released
1725
1726 2007-07-23 [colin]      2.10.0cvs55
1727
1728         * src/addr_compl.c
1729                 Fix auto-completion on Maemo
1730
1731 2007-07-23 [colin]      2.10.0cvs54
1732
1733         * src/statusbar.c
1734                 Maemo: Fix sticking statusbars
1735
1736 2007-07-22 [colin]      2.10.0cvs53
1737
1738         * src/main.c
1739                 Maemo: Fix the strange "top_application" info
1740                 at startup. We should do something when 
1741                 receiving such a message.
1742
1743 2007-07-20 [paul]       2.10.0cvs52
1744
1745         * src/news_gtk.c
1746                 add missing #include "statusbar.h"
1747
1748 2007-07-20 [colin]      2.10.0cvs51
1749
1750         * src/folder.c
1751         * src/folder.h
1752         * src/folder_item_prefs.c
1753         * src/folder_item_prefs.h
1754         * src/folderview.c
1755         * src/imap.c
1756         * src/imap_gtk.c
1757         * src/imap_gtk.h
1758         * src/news.c
1759         * src/news_gtk.c
1760         * src/news_gtk.h
1761         * src/prefs_folder_item.c
1762                 Implement age-based caching: allow to
1763                 specify a threshold for the offline synchronisation
1764                 feature, and whether old cached bodies should 
1765                 be removed
1766         * src/toolbar.c
1767         * src/toolbar.h
1768                 Fix label/tooltips
1769         * src/plugins/dillo_viewer/dillo_viewer.c
1770                 Check that Dillo's installed
1771
1772 2007-07-20 [wwp]        2.10.0cvs50
1773
1774         * src/mimeview.c
1775         * src/stock_pixmap.c
1776                 Draw a frame around the selected mimeview part icon (instead of the
1777                 shifted 'dancing' icon).
1778
1779 2007-07-20 [colin]      2.10.0cvs49
1780
1781         * src/main.c
1782                 Unref stuff even on error
1783         * src/wizard.c
1784                 disconnect signals only at the very
1785                 end of the wizard save.
1786
1787 2007-07-20 [colin]      2.10.0cvs48
1788
1789         * src/mainwindow.c
1790         * src/messageview.c
1791         * src/toolbar.c
1792         * src/toolbar.h
1793                 Fix random crashes while navigating
1794                 (GTK_EVENTS_FLUSH)
1795
1796 2007-07-19 [colin]      2.10.0cvs47
1797
1798         * configure.ac
1799         * src/main.c
1800         * src/prefs_common.c
1801         * src/prefs_common.h
1802         * src/wizard.c
1803         * src/common/defs.h
1804         * src/common/utils.c
1805                 Maemo: add an easy way to store data (mails
1806                 and IMAP/NNTP caches) on one of the SD cards,
1807                 and protect against unmounts if needed
1808
1809 2007-07-19 [paul]       2.10.0cvs46
1810
1811         * src/Makefile.am
1812         * src/stock_pixmap.c
1813         * src/gtk/about.c
1814         * src/pixmaps/claws-mail_logo-small.xpm
1815                 implement a (slightly) different About
1816                 dialog for maemo and add a small version
1817                 of the logo for it
1818         * src/wizard.c
1819                 use a scrolled window for wizard page 1
1820                 on maemo
1821
1822 2007-07-19 [paul]       2.10.0cvs45
1823
1824         * src/Makefile.am
1825                 too soon for this line
1826
1827 2007-07-19 [paul]       2.10.0cvs44
1828
1829         * src/Makefile.am
1830                 fix build on n800
1831
1832 2007-07-19 [colin]      2.10.0cvs43
1833
1834         * src/wizard.c
1835                 Solve Mail/Mailbox name when specifying
1836                 full /path/to/Mail.
1837
1838 2007-07-18 [colin]      2.10.0cvs42
1839
1840         * src/inc.c
1841         * configure.ac
1842                 Fix build on n770
1843
1844 2007-07-18 [colin]      2.10.0cvs41
1845
1846         * src/inc.c
1847                 Maemo: plug the online/offline system into
1848                 maemo's interfaces to have Claws automatically
1849                 switch according to the system status
1850         * src/statusbar.c
1851                 Maemo: use HildonBanners to display status
1852                 messages. Renders the main statusbar useless.
1853
1854 2007-07-18 [paul]       2.10.0cvs40
1855
1856         * src/filtering.c
1857                 fix screen blanking on moving/copying many msgs
1858         * src/folder.c
1859                 fix processing progressbar and screen blanking
1860                 during processing
1861
1862 2007-07-18 [paul]       2.10.0cvs39
1863
1864         * src/messageview.c
1865                 revert cvs37, breakage on maemo
1866
1867 2007-07-18 [paul]       2.10.0cvs38
1868
1869         * src/gtk/gtkutils.c
1870                 make sure we can still build with older GTK's
1871
1872 2007-07-18 [colin]      2.10.0cvs37
1873
1874         * src/messageview.c
1875                 Only hide the small layout's messageview, instead
1876                 of destroying it when closing
1877         * src/gtk/gtkutils.c
1878                 Use gtk_window_present_with_time to popup windows,
1879                 it seems to make things better with modern WMs
1880                 (actually focusing)
1881
1882 2007-07-17 [colin]      2.10.0cvs36
1883
1884         * src/editaddress.c
1885                 Simplify layout on Maemo
1886         * src/folder.c
1887                 Fix possible crash
1888         * src/prefs_display_header.c
1889                 Remove some headers by default on Maemo
1890
1891 2007-07-17 [paul]       2.10.0cvs35
1892
1893         * src/prefs_common.c
1894         * src/prefs_common.h
1895         * src/prefs_logging.c
1896         * src/common/log.c
1897                 add options to stop/enable writing logs to disc
1898
1899 2007-07-17 [paul]       2.10.0cvs34
1900
1901         * src/edittags.c
1902                 fix some issues with the Apply tags window:
1903                 - set search column (enables autocompl in the treeview)
1904                 - apply tag from "New tag" if it existed
1905                 - clears New tag entry when adding it with the button
1906                 Thanks to Colin
1907
1908 2007-07-17 [paul]       2.10.0cvs33
1909
1910         * src/edittags.c
1911                 fix 'apply tags' dialogue weirdness
1912
1913 2007-07-16 [colin]      2.10.0cvs32
1914
1915         * src/toolbar.c
1916                 Fix double-loading of mails on Maemo
1917
1918 2007-07-16 [colin]      2.10.0cvs31
1919
1920         * src/messageview.c
1921                 Prevent double-loading of the same part under some
1922                 conditions; hide statusbar on Maemo
1923
1924 2007-07-16 [colin]      2.10.0cvs30
1925
1926         * src/edittags.c
1927         * src/edittags.h
1928         * src/mainwindow.c
1929         * src/summaryview.c
1930                 Improve the tag interface - allow
1931                 to set/unset tags from a special
1932                 window.
1933         * src/gtk/gtkvscrollbutton.c
1934         * src/mimeview.c
1935         * src/mimeview.h
1936         * src/stock_pixmap.c
1937                 Fix Mimeview's ugly hacks in the
1938                 icon list. 
1939
1940 2007-07-16 [paul]       2.10.0cvs29
1941
1942         * src/wizard.c
1943                 rework dialog
1944         * src/gtk/icon_legend.c
1945                 put it all in a scrolled window
1946
1947 2007-07-15 [colin]      2.10.0cvs28
1948
1949         * src/mainwindow.c
1950                 Maemo: force layout to be Small screen; the
1951                 others don't make sense
1952
1953 2007-07-14 [colin]      2.10.0cvs27
1954
1955         * src/mimeview.c
1956         * src/gtk/gtkvscrollbutton.c
1957                 Maemo: Fix mimeview's buttons size
1958
1959 2007-07-14 [colin]      2.10.0cvs26
1960
1961         * src/toolbar.c
1962                 Fix the button workaround fix.
1963                 (Use the correct variable)
1964
1965 2007-07-14 [colin]      2.10.0cvs25
1966
1967         * src/mainwindow.c
1968         * src/toolbar.c
1969                 Maemo: put the progress bar in the
1970                 toolbar
1971
1972 2007-07-14 [colin]      2.10.0cvs24
1973
1974         * src/prefs_common.c
1975                 Maemo: hide statusbar by default
1976         * src/Makefile.am
1977         * src/stock_pixmap.c
1978         * src/stock_pixmap.h
1979         * src/toolbar.c
1980         * src/pixmaps/go_folders.xpm
1981                 Maemo: Add a specific icon to go back to
1982                 folder list
1983
1984 2007-07-14 [colin]      2.10.0cvs23
1985
1986         * src/toolbar.c
1987                 Don't set homogeneous finally
1988
1989 2007-07-14 [colin]      2.10.0cvs22
1990
1991         * src/toolbar.c
1992                 Fix button show/hide issues
1993
1994 2007-07-14 [colin]      2.10.0cvs21
1995
1996         * src/toolbar.c
1997                 Fix huge arrows
1998                 Fix button workaround to be able to click
1999                 if mouse was on button when it went un-
2000                 sensitive.
2001                 Revert previous commit, gtk_tool_item_set_homogeneous
2002                 doesn't mean what it seems to mean ;-)
2003
2004 2007-07-14 [paul]       2.10.0cvs20
2005
2006         * src/toolbar.c
2007                 make homogeneous FALSE always
2008
2009 2007-07-13 [colin]      2.10.0cvs19
2010
2011         * src/toolbar.c
2012         * src/toolbar.h
2013                 Rework to fit the non-deprecated API
2014         * src/compose.c
2015         * src/folderview.c
2016         * src/mainwindow.c
2017         * src/messageview.c
2018         * src/summaryview.c
2019                 Maemo layout changes. Better toolbars,
2020                 removal of CTree headers. 
2021
2022 2007-07-13 [paul]       2.10.0cvs18
2023
2024         * src/gtk/colorlabel.c
2025                 fix bug 1261, '[DE] coloring messages in overview 
2026                 keys are not localised'
2027                 the string is now included in claws-mail.pot
2028
2029 2007-07-13 [colin]      2.10.0cvs17
2030
2031         * src/summaryview.c
2032                 Fix bug 1267, 'printing mutliple messages 
2033                 opens one message-dialog after the other'
2034                 Ask for confirmation when printing 10
2035                 messages or more.
2036
2037 2007-07-11 [colin]      2.10.0cvs16
2038
2039         * COPYING
2040         * README
2041         * autogen.sh
2042         * manual/claws-mail-manual.xml
2043         * manual/gpl.xml
2044         * manual/es/claws-mail-manual.xml
2045         * manual/es/gpl.xml
2046         * manual/fr/claws-mail-manual.xml
2047         * manual/fr/gpl.xml
2048         * manual/pl/gpl.xml
2049         * src/account.c
2050         * src/account.h
2051         * src/action.c
2052         * src/action.h
2053         * src/adbookbase.h
2054         * src/addr_compl.c
2055         * src/addr_compl.h
2056         * src/addrbook.c
2057         * src/addrbook.h
2058         * src/addrcache.c
2059         * src/addrcache.h
2060         * src/addrcindex.c
2061         * src/addrcindex.h
2062         * src/addrclip.c
2063         * src/addrclip.h
2064         * src/addrdefs.h
2065         * src/addressadd.c
2066         * src/addressadd.h
2067         * src/addressbook.c
2068         * src/addressbook.h
2069         * src/addressbook_foldersel.c
2070         * src/addressbook_foldersel.h
2071         * src/addressitem.h
2072         * src/addrgather.c
2073         * src/addrgather.h
2074         * src/addrharvest.c
2075         * src/addrharvest.h
2076         * src/addrindex.c
2077         * src/addrindex.h
2078         * src/addritem.c
2079         * src/addritem.h
2080         * src/addrquery.c
2081         * src/addrquery.h
2082         * src/addrselect.c
2083         * src/addrselect.h
2084         * src/alertpanel.c
2085         * src/alertpanel.h
2086         * src/browseldap.c
2087         * src/browseldap.h
2088         * src/codeconv.c
2089         * src/codeconv.h
2090         * src/compose.c
2091         * src/compose.h
2092         * src/crash.c
2093         * src/crash.h
2094         * src/customheader.c
2095         * src/customheader.h
2096         * src/displayheader.c
2097         * src/displayheader.h
2098         * src/editaddress.c
2099         * src/editaddress.h
2100         * src/editaddress_other_attributes_ldap.c
2101         * src/editaddress_other_attributes_ldap.h
2102         * src/editbook.c
2103         * src/editbook.h
2104         * src/editgroup.c
2105         * src/editgroup.h
2106         * src/editjpilot.c
2107         * src/editjpilot.h
2108         * src/editldap.c
2109         * src/editldap.h
2110         * src/editldap_basedn.c
2111         * src/editldap_basedn.h
2112         * src/edittags.c
2113         * src/edittags.h
2114         * src/editvcard.c
2115         * src/editvcard.h
2116         * src/enriched.c
2117         * src/enriched.h
2118         * src/exphtmldlg.c
2119         * src/exphtmldlg.h
2120         * src/expldifdlg.c
2121         * src/expldifdlg.h
2122         * src/export.c
2123         * src/export.h
2124         * src/exporthtml.c
2125         * src/exporthtml.h
2126         * src/exportldif.c
2127         * src/exportldif.h
2128         * src/filtering.c
2129         * src/filtering.h
2130         * src/folder.c
2131         * src/folder.h
2132         * src/folder_item_prefs.c
2133         * src/folder_item_prefs.h
2134         * src/foldersel.c
2135         * src/foldersel.h
2136         * src/folderutils.c
2137         * src/folderutils.h
2138         * src/folderview.c
2139         * src/folderview.h
2140         * src/gedit-print.c
2141         * src/gedit-print.h
2142         * src/grouplistdialog.c
2143         * src/grouplistdialog.h
2144         * src/headerview.c
2145         * src/headerview.h
2146         * src/html.c
2147         * src/html.h
2148         * src/image_viewer.c
2149         * src/image_viewer.h
2150         * src/imap.c
2151         * src/imap.h
2152         * src/imap_gtk.c
2153         * src/imap_gtk.h
2154         * src/import.c
2155         * src/import.h
2156         * src/importldif.c
2157         * src/importldif.h
2158         * src/importmutt.c
2159         * src/importmutt.h
2160         * src/importpine.c
2161         * src/importpine.h
2162         * src/inc.c
2163         * src/inc.h
2164         * src/jpilot.c
2165         * src/jpilot.h
2166         * src/ldapctrl.c
2167         * src/ldapctrl.h
2168         * src/ldaplocate.c
2169         * src/ldaplocate.h
2170         * src/ldapquery.c
2171         * src/ldapquery.h
2172         * src/ldapserver.c
2173         * src/ldapserver.h
2174         * src/ldapupdate.c
2175         * src/ldapupdate.h
2176         * src/ldaputil.c
2177         * src/ldaputil.h
2178         * src/ldif.c
2179         * src/ldif.h
2180         * src/localfolder.c
2181         * src/localfolder.h
2182         * src/main.c
2183         * src/main.h
2184         * src/mainwindow.c
2185         * src/mainwindow.h
2186         * src/manual.c
2187         * src/manual.h
2188         * src/matcher.c
2189         * src/matcher.h
2190         * src/matcher_parser.h
2191         * src/matcher_parser_lex.l
2192         * src/matcher_parser_parse.y
2193         * src/mbox.c
2194         * src/mbox.h
2195         * src/message_search.c
2196         * src/message_search.h
2197         * src/messageview.c
2198         * src/messageview.h
2199         * src/mh.c
2200         * src/mh.h
2201         * src/mh_gtk.c
2202         * src/mh_gtk.h
2203         * src/mimeview.c
2204         * src/mimeview.h
2205         * src/msgcache.c
2206         * src/msgcache.h
2207         * src/mutt.c
2208         * src/mutt.h
2209         * src/news.c
2210         * src/news.h
2211         * src/news_gtk.c
2212         * src/news_gtk.h
2213         * src/noticeview.c
2214         * src/noticeview.h
2215         * src/partial_download.c
2216         * src/partial_download.h
2217         * src/pine.c
2218         * src/pine.h
2219         * src/pop.c
2220         * src/pop.h
2221         * src/prefs_account.c
2222         * src/prefs_account.h
2223         * src/prefs_actions.c
2224         * src/prefs_actions.h
2225         * src/prefs_common.c
2226         * src/prefs_common.h
2227         * src/prefs_compose_writing.c
2228         * src/prefs_compose_writing.h
2229         * src/prefs_customheader.c
2230         * src/prefs_customheader.h
2231         * src/prefs_display_header.c
2232         * src/prefs_display_header.h
2233         * src/prefs_ext_prog.c
2234         * src/prefs_ext_prog.h
2235         * src/prefs_filtering.c
2236         * src/prefs_filtering.h
2237         * src/prefs_filtering_action.c
2238         * src/prefs_filtering_action.h
2239         * src/prefs_folder_column.c
2240         * src/prefs_folder_column.h
2241         * src/prefs_folder_item.c
2242         * src/prefs_folder_item.h
2243         * src/prefs_fonts.c
2244         * src/prefs_fonts.h
2245         * src/prefs_gtk.c
2246         * src/prefs_gtk.h
2247         * src/prefs_image_viewer.c
2248         * src/prefs_image_viewer.h
2249         * src/prefs_logging.c
2250         * src/prefs_logging.h
2251         * src/prefs_matcher.c
2252         * src/prefs_matcher.h
2253         * src/prefs_message.c
2254         * src/prefs_message.h
2255         * src/prefs_msg_colors.c
2256         * src/prefs_msg_colors.h
2257         * src/prefs_other.c
2258         * src/prefs_other.h
2259         * src/prefs_quote.c
2260         * src/prefs_quote.h
2261         * src/prefs_receive.c
2262         * src/prefs_receive.h
2263         * src/prefs_send.c
2264         * src/prefs_send.h
2265         * src/prefs_spelling.c
2266         * src/prefs_spelling.h
2267         * src/prefs_summaries.c
2268         * src/prefs_summaries.h
2269         * src/prefs_summary_column.c
2270         * src/prefs_summary_column.h
2271         * src/prefs_summary_open.c
2272         * src/prefs_summary_open.h
2273         * src/prefs_template.c
2274         * src/prefs_template.h
2275         * src/prefs_themes.c
2276         * src/prefs_themes.h
2277         * src/prefs_toolbar.c
2278         * src/prefs_toolbar.h
2279         * src/prefs_wrapping.c
2280         * src/prefs_wrapping.h
2281         * src/privacy.c
2282         * src/privacy.h
2283         * src/procheader.c
2284         * src/procheader.h
2285         * src/procmime.c
2286         * src/procmime.h
2287         * src/procmsg.c
2288         * src/procmsg.h
2289         * src/quote_fmt.c
2290         * src/quote_fmt_lex.l
2291         * src/quote_fmt_parse.y
2292         * src/recv.c
2293         * src/recv.h
2294         * src/remotefolder.c
2295         * src/remotefolder.h
2296         * src/send_message.c
2297         * src/send_message.h
2298         * src/setup.c
2299         * src/setup.h
2300         * src/simple-gettext.c
2301         * src/sourcewindow.c
2302         * src/sourcewindow.h
2303         * src/ssl_manager.c
2304         * src/ssl_manager.h
2305         * src/statusbar.c
2306         * src/statusbar.h
2307         * src/stock_pixmap.c
2308         * src/stock_pixmap.h
2309         * src/summary_search.c
2310         * src/summary_search.h
2311         * src/summaryview.c
2312         * src/summaryview.h
2313         * src/textview.c
2314         * src/textview.h
2315         * src/toolbar.c
2316         * src/toolbar.h
2317         * src/undo.c
2318         * src/undo.h
2319         * src/unmime.c
2320         * src/unmime.h
2321         * src/uri_opener.c
2322         * src/uri_opener.h
2323         * src/vcard.c
2324         * src/vcard.h
2325         * src/wizard.c
2326         * src/wizard.h
2327         * src/common/base64.c
2328         * src/common/base64.h
2329         * src/common/claws.c
2330         * src/common/claws.h
2331         * src/common/defs.h
2332         * src/common/fnmatch.c
2333         * src/common/fnmatch.h
2334         * src/common/fnmatch_loop.c
2335         * src/common/hooks.c
2336         * src/common/hooks.h
2337         * src/common/log.c
2338         * src/common/log.h
2339         * src/common/md5.c
2340         * src/common/md5.h
2341         * src/common/mgutils.c
2342         * src/common/mgutils.h
2343         * src/common/nntp.c
2344         * src/common/nntp.h
2345         * src/common/passcrypt.c
2346         * src/common/passcrypt.h.in
2347         * src/common/plugin.c
2348         * src/common/plugin.h
2349         * src/common/prefs.c
2350         * src/common/prefs.h
2351         * src/common/progressindicator.c
2352         * src/common/progressindicator.h
2353         * src/common/quoted-printable.c
2354         * src/common/quoted-printable.h
2355         * src/common/session.c
2356         * src/common/session.h
2357         * src/common/smtp.c
2358         * src/common/smtp.h
2359         * src/common/socket.c
2360         * src/common/socket.h
2361         * src/common/ssl.c
2362         * src/common/ssl.h
2363         * src/common/ssl_certificate.c
2364         * src/common/ssl_certificate.h
2365         * src/common/string_match.c
2366         * src/common/string_match.h
2367         * src/common/stringtable.c
2368         * src/common/stringtable.h
2369         * src/common/tags.c
2370         * src/common/tags.h
2371         * src/common/template.c
2372         * src/common/template.h
2373         * src/common/timing.h
2374         * src/common/utils.c
2375         * src/common/utils.h
2376         * src/common/uuencode.c
2377         * src/common/uuencode.h
2378         * src/common/version.h.in
2379         * src/common/w32_dirent.c
2380         * src/common/w32_reg.c
2381         * src/common/w32_signal.c
2382         * src/common/w32_stat.c
2383         * src/common/w32_stdlib.c
2384         * src/common/w32_string.c
2385         * src/common/w32_time.c
2386         * src/common/w32_unistd.c
2387         * src/common/w32_wait.c
2388         * src/common/w32lib.h
2389         * src/common/xml.c
2390         * src/common/xml.h
2391         * src/common/xmlprops.c
2392         * src/common/xmlprops.h
2393         * src/etpan/etpan-errors.h
2394         * src/etpan/etpan-thread-manager-types.h
2395         * src/etpan/etpan-thread-manager.c
2396         * src/etpan/etpan-thread-manager.h
2397         * src/etpan/imap-thread.c
2398         * src/etpan/imap-thread.h
2399         * src/gtk/about.c
2400         * src/gtk/about.h
2401         * src/gtk/colorlabel.c
2402         * src/gtk/colorlabel.h
2403         * src/gtk/colorsel.c
2404         * src/gtk/colorsel.h
2405         * src/gtk/combobox.c
2406         * src/gtk/combobox.h
2407         * src/gtk/description_window.c
2408         * src/gtk/description_window.h
2409         * src/gtk/filesel.c
2410         * src/gtk/filesel.h
2411         * src/gtk/foldersort.c
2412         * src/gtk/foldersort.h
2413         * src/gtk/gtkaspell.c
2414         * src/gtk/gtkaspell.h
2415         * src/gtk/gtksctree.c
2416         * src/gtk/gtkshruler.c
2417         * src/gtk/gtkshruler.h
2418         * src/gtk/gtksourceprintjob.c
2419         * src/gtk/gtksourceprintjob.h
2420         * src/gtk/gtkutils.c
2421         * src/gtk/gtkutils.h
2422         * src/gtk/gtkvscrollbutton.c
2423         * src/gtk/gtkvscrollbutton.h
2424         * src/gtk/icon_legend.c
2425         * src/gtk/icon_legend.h
2426         * src/gtk/inputdialog.c
2427         * src/gtk/inputdialog.h
2428         * src/gtk/logwindow.c
2429         * src/gtk/logwindow.h
2430         * src/gtk/manage_window.c
2431         * src/gtk/manage_window.h
2432         * src/gtk/menu.c
2433         * src/gtk/menu.h
2434         * src/gtk/pluginwindow.c
2435         * src/gtk/pluginwindow.h
2436         * src/gtk/prefswindow.c
2437         * src/gtk/prefswindow.h
2438         * src/gtk/progressdialog.c
2439         * src/gtk/progressdialog.h
2440         * src/gtk/quicksearch.c
2441         * src/gtk/quicksearch.h
2442         * src/gtk/sslcertwindow.c
2443         * src/gtk/sslcertwindow.h
2444         * src/plugins/bogofilter/bogofilter.c
2445         * src/plugins/bogofilter/bogofilter.h
2446         * src/plugins/bogofilter/bogofilter_gtk.c
2447         * src/plugins/clamav/clamav_plugin.c
2448         * src/plugins/clamav/clamav_plugin.h
2449         * src/plugins/clamav/clamav_plugin_gtk.c
2450         * src/plugins/demo/demo.c
2451         * src/plugins/dillo_viewer/dillo_prefs.c
2452         * src/plugins/dillo_viewer/dillo_prefs.h
2453         * src/plugins/dillo_viewer/dillo_viewer.c
2454         * src/plugins/pgpcore/passphrase.c
2455         * src/plugins/pgpcore/passphrase.h
2456         * src/plugins/pgpcore/pgp_viewer.c
2457         * src/plugins/pgpcore/pgp_viewer.h
2458         * src/plugins/pgpcore/plugin.c
2459         * src/plugins/pgpcore/prefs_gpg.c
2460         * src/plugins/pgpcore/prefs_gpg.h
2461         * src/plugins/pgpcore/select-keys.c
2462         * src/plugins/pgpcore/select-keys.h
2463         * src/plugins/pgpcore/sgpgme.c
2464         * src/plugins/pgpcore/sgpgme.h
2465         * src/plugins/pgpinline/pgpinline.c
2466         * src/plugins/pgpinline/pgpinline.h
2467         * src/plugins/pgpinline/plugin.c
2468         * src/plugins/pgpmime/pgpmime.c
2469         * src/plugins/pgpmime/pgpmime.h
2470         * src/plugins/pgpmime/plugin.c
2471         * src/plugins/spamassassin/spamassassin.c
2472         * src/plugins/spamassassin/spamassassin.h
2473         * src/plugins/spamassassin/spamassassin_gtk.c
2474         * src/plugins/trayicon/trayicon.c
2475         * src/plugins/trayicon/trayicon_prefs.c
2476         * src/plugins/trayicon/trayicon_prefs.h
2477         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2478         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
2479         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
2480         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2481         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
2482         * tools/OOo2claws-mail.pl
2483         * tools/README.sylprint
2484         * tools/acroread2claws-mail.pl
2485         * tools/claws-mail-compose-insert-files.pl
2486         * tools/convert_mbox.pl
2487         * tools/filter_conv.pl
2488         * tools/filter_conv_new.pl
2489         * tools/fix_date.sh
2490         * tools/freshmeat_search.pl
2491         * tools/google_search.pl
2492         * tools/kmail-mailbox2claws-mail.pl
2493         * tools/kmail2claws-mail.pl
2494         * tools/kmail2claws-mail_v2.pl
2495         * tools/mairix.sh
2496         * tools/make.themes.project
2497         * tools/multiwebsearch.pl
2498         * tools/nautilus2claws-mail.sh
2499         * tools/outlook2claws-mail.pl
2500         * tools/textviewer.sh
2501         * tools/thunderbird-filters-convertor.pl
2502         * tools/update-po
2503         * tools/uuooffice
2504         * tools/vcard2xml.py
2505         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2506                 Upgrade to GPLv3 or later.
2507
2508 2007-07-10 [wwp]        2.10.0cvs15
2509
2510         * src/main.c
2511                 Fix re-opening of all composing messages that were
2512                 opened when closing the previous instance, thanks
2513                 to Colin.
2514
2515 2007-07-10 [paul]       2.10.0cvs14
2516
2517         * src/editaddress_other_attributes_ldap.c
2518         * src/ldapupdate.c
2519                 fix crash on selecting 'other attributes' combo
2520                 for either a new entry or an old entry with no
2521                 existing attributes.
2522                 fix bug on editing multiple attributes which
2523                 resulted them all having the value of the last
2524                 one changed.
2525                 Thanks to Colin
2526
2527 2007-07-10 [colin]      2.10.0cvs13
2528
2529         * src/editaddress.c
2530         * src/editaddress_other_attributes_ldap.h
2531         * src/ldapupdate.c
2532                 Fix --disable-ldap build
2533
2534 2007-07-09 [colin]      2.10.0cvs12
2535
2536         * src/Makefile.am
2537         * src/addritem.c
2538         * src/addritem.h
2539         * src/editaddress.c
2540         * src/editaddress_other_attributes_ldap.c
2541         * src/editaddress_other_attributes_ldap.h
2542         * src/editldap.c
2543         * src/ldapctrl.c
2544         * src/ldapctrl.h
2545         * src/ldapupdate.c
2546                 Add capability to edit all inetOrgPerson
2547                 attributes on LDAP. Patch by Michael 
2548                 Rasmussen
2549
2550 2007-07-09 [colin]      2.10.0cvs11
2551
2552         * src/Makefile.am
2553         * src/exporthtml.c
2554         * src/mbox.c
2555         * src/msgcache.c
2556         * src/prefs_summaries.c
2557         * src/prefs_themes.c
2558         * src/procheader.c
2559         * src/common/Makefile.am
2560         * src/common/log.c
2561         * src/common/timing.h
2562         * src/common/utils.c
2563         * src/common/utils.h
2564         * src/common/w32_account.c
2565         * src/common/w32lib.h
2566         * src/gtk/Makefile.am
2567         * src/gtk/colorlabel.c
2568         * src/plugins/pgpcore/Makefile.am
2569         * src/plugins/pgpcore/claws.def
2570         * src/plugins/pgpcore/passphrase.c
2571         * src/plugins/pgpcore/pgp_viewer.c
2572         * src/plugins/pgpcore/plugin.def
2573         * src/plugins/pgpcore/sgpgme.c
2574         * src/plugins/pgpinline/Makefile.am
2575         * src/plugins/pgpinline/claws.def
2576         * src/plugins/pgpinline/mypgpcore.def
2577         * src/plugins/pgpinline/plugin.def
2578         * src/plugins/pgpmime/Makefile.am
2579         * src/plugins/pgpmime/claws.def
2580         * src/plugins/pgpmime/mypgpcore.def
2581         * src/plugins/pgpmime/plugin.def
2582                 Commit win32 patch, from Werner Koch and
2583                 Marcus Brinkmann
2584
2585 2007-07-09 [colin]      2.10.0cvs10
2586
2587         * src/prefs_toolbar.c
2588                 Fix crash when no actions exist
2589
2590 2007-07-07 [paul]       2.10.0cvs9
2591
2592         * COPYING
2593         * manual/claws-mail-manual.xml
2594                 update copyright year
2595         * po/fi.po
2596                 updated by Flammie Pirinen
2597
2598 2007-07-05 [wwp]        2.10.0cvs8
2599
2600         * src/plugins/clamav/clamav_plugin_gtk.c
2601                 Make vertical spacing like in other plugin prefs pages.
2602
2603 2007-07-05 [wwp]        2.10.0cvs7
2604
2605         * src/quote_fmt.c
2606                 It's %am that works, not %ae (this doc incoherence has been
2607                 introduced with 2.9.2cvs13).
2608
2609 2007-07-04 [wwp]        2.10.0cvs6
2610
2611         * src/plugins/bogofilter/bogofilter.c
2612                 Gettext-ize an occurrence of "Any" that wasn't.
2613
2614 2007-07-04 [colin]      2.10.0cvs5
2615
2616         * po/POTFILES.in
2617                 Fix untranslated strings; thanks
2618                 to Pader Rezso.
2619
2620 2007-07-03 [colin]      2.10.0cvs4
2621
2622         * src/folder.c
2623         * src/mainwindow.c
2624                 Fix saving of sort mode for tags and
2625                 thread date. Thanks to Pierre Ossman.
2626                 Completes fix for bug 1233
2627
2628 2007-07-03 [paul]       2.10.0cvs3
2629
2630         * src/compose.c
2631                 fix auto-save
2632         * src/summaryview.c
2633                 fix build warnings
2634         Thanks to Colin
2635
2636 2007-07-02 [colin]      2.10.0cvs2
2637
2638         * src/folder.h
2639         * src/mainwindow.c
2640         * src/procmsg.h
2641         * src/summaryview.c
2642                 Add View/Sort/by Thread date
2643                 Fixes bug 1233, 'Capability to sort 
2644                 threads by most recent message'
2645                 Based on a patch by Paul Rolland
2646
2647 2007-07-02 [colin]      2.10.0cvs1
2648
2649         * src/Makefile.am
2650         * src/compose.c
2651         * src/edittags.c
2652         * src/edittags.h
2653         * src/filtering.c
2654         * src/folder.c
2655         * src/folder.h
2656         * src/headerview.c
2657         * src/headerview.h
2658         * src/main.c
2659         * src/mainwindow.c
2660         * src/mainwindow.h
2661         * src/manual.h
2662         * src/matcher.c
2663         * src/matcher.h
2664         * src/matcher_parser_parse.y
2665         * src/mimeview.c
2666         * src/msgcache.c
2667         * src/msgcache.h
2668         * src/prefs_common.c
2669         * src/prefs_common.h
2670         * src/prefs_filtering_action.c
2671         * src/prefs_matcher.c
2672         * src/prefs_summary_column.c
2673         * src/procmsg.c
2674         * src/procmsg.h
2675         * src/quote_fmt.c
2676         * src/quote_fmt_lex.l
2677         * src/quote_fmt_parse.y
2678         * src/summaryview.c
2679         * src/summaryview.h
2680         * src/textview.c
2681         * src/common/Makefile.am
2682         * src/common/defs.h
2683         * src/common/tags.c
2684         * src/common/tags.h
2685         * src/gtk/quicksearch.c
2686         * src/gtk/quicksearch.h
2687                 Add Tags implementation. Tags are arbitrary labels
2688                 that can be applied to messages. It is possible 
2689                 to create, edit, remove tags; apply them to mails;
2690                 filter on tags or tag presence; apply or unset
2691                 tags via filtering actions; reference tags in
2692                 reply templates.
2693
2694 2007-07-02 [paul]       2.10.0
2695
2696         * NEWS
2697         * README
2698         * RELEASE_NOTES
2699                 2.10.0 released
2700
2701 2007-07-02 [paul]       2.9.2cvs78
2702
2703         * po/de.po
2704         * po/en_GB.po
2705         * po/es.po
2706         * po/fr.po
2707         * po/hu.po
2708         * po/pt_BR.po
2709         * po/ru.po
2710         * po/zh_CN.po
2711                 updated by Stephan Sachse, me, Ricardo Mones
2712                 Lastra, Fabien Vantard, Pader Rezso, Frederico
2713                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
2714
2715 2007-07-02 [paul]       2.9.2cvs77
2716
2717         * AUTHORS
2718                 updated
2719
2720 2007-06-29 [wwp]        2.9.2cvs76
2721
2722         * src/gtk/headers.h
2723                 Fix a typo (thanks to Ricardo for finding this out).
2724
2725 2007-06-28 [paul]       2.9.2cvs75
2726
2727         * src/folderview.c
2728                 fix build warnings
2729
2730 2007-06-28 [paul]       2.9.2cvs74
2731
2732         * tools/Makefile.am
2733                 fix bug in the autotools build system.
2734                 Files cataloged under EXTRA_DIST were never
2735                 automatically copied to the build tree.
2736                 (fix 'make distcheck')
2737                 Patch by Michael Rasmussen.
2738
2739 2007-06-24 [colin]      2.9.2cvs73
2740
2741         * src/news_gtk.c
2742                 Fix bug 1249, 'Error handling for 
2743                 news errors needs modification'
2744                 Only popup error if the according
2745                 pref in Prefs/Receive is set.
2746
2747 2007-06-21 [colin]      2.9.2cvs72
2748
2749         * src/common/plugin.c
2750         * src/common/plugin.h
2751                 Change plugin API to know whether it's safe to 
2752                 unload plugins or whether we should just hide
2753                 them. Fixes bug 1248, 'Core dumps after 
2754                 unloading plugin and clicking on load plugins'
2755         * src/plugins/bogofilter/bogofilter.c
2756         * src/plugins/clamav/clamav_plugin.c
2757         * src/plugins/demo/demo.c
2758         * src/plugins/dillo_viewer/dillo_viewer.c
2759         * src/plugins/pgpcore/plugin.c
2760         * src/plugins/pgpinline/plugin.c
2761         * src/plugins/pgpmime/plugin.c
2762         * src/plugins/spamassassin/spamassassin.c
2763         * src/plugins/trayicon/trayicon.c
2764                 Update API
2765
2766 2007-06-19 [colin]      2.9.2cvs71
2767
2768         * src/compose.c
2769         * src/messageview.c
2770                 Fix crash mentioned in bug 1246
2771                 Race condition when automatically drafting
2772                 due to insertion on reedit.
2773
2774 2007-06-18 [wwp]        2.9.2cvs70
2775
2776         * src/importldif.c
2777                 LDIF import: use a "Proceed" button to complete
2778                 the process.
2779
2780 2007-06-18 [paul]       2.9.2cvs69
2781
2782         * configure.ac
2783                 use pkgconfig to check for gtk and glib
2784
2785 2007-06-17 [wwp]        2.9.2cvs68
2786
2787         * src/ldif.c
2788         * src/importldif.c
2789                 LDIF import: better error handling, minor code
2790                 and UI cleanup, and renamed the Save button
2791                 to Close, as imported stuff is already saved
2792                 when the Save button is shown.
2793
2794 2007-06-17 [colin]      2.9.2cvs67
2795
2796         * src/prefs_summaries.c
2797         * src/procmsg.c
2798                 Don't set as read when forwarded, only replied to
2799
2800 2007-06-17 [paul]       2.9.2cvs66
2801
2802         * src/alertpanel.c
2803                 add missing #include
2804
2805 2007-06-16 [colin]      2.9.2cvs65
2806
2807         * src/prefs_summaries.c
2808         * src/procmsg.c
2809                 Change the pref "Only mark as read when opened
2810                 in new window" to "..., replied to or forwarded".
2811                 Based on a patch by Paul Rolland.
2812
2813 2007-06-16 [paul]       2.9.2cvs64
2814
2815         * src/gtk/authors.h
2816                 alphabetical order! :)
2817
2818 2007-06-16 [colin]      2.9.2cvs63
2819
2820         * AUTHORS
2821         * src/gtk/authors.h
2822                 Add Michael Rasmussen in authors list
2823
2824 2007-06-16 [colin]      2.9.2cvs62
2825
2826         * src/messageview.c
2827                 Fix messageview_copy_clipboard to take advantage
2828                 of plugins' get_selection.
2829
2830 2007-06-15 [colin]      2.9.2cvs61
2831
2832         * src/action.c
2833         * src/addr_compl.c
2834         * src/addressbook.c
2835         * src/folderview.c
2836         * src/message_search.c
2837         * src/mimeview.c
2838         * src/summary_search.c
2839         * src/summaryview.c
2840         * src/textview.c
2841                 Allow GDK_KP_Enter to do the same as GDK_Return
2842                 Patch by Michael Rasmussen
2843
2844 2007-06-15 [paul]       2.9.2cvs60
2845
2846         * src/compose.c
2847                 fix bug when closing a compose window
2848                 during autosave
2849
2850 2007-06-14 [paul]       2.9.2cvs59
2851
2852         * src/main.c
2853         * src/common/defs.h
2854                 migrate sylpheed config
2855
2856 2007-06-14 [wwp]        2.9.2cvs58
2857
2858         * src/gtk/pluginwindow.c
2859                 Yet another attempt to fix sizing/alignment of the
2860                 button bar in plugins window.
2861
2862 2007-06-12 [colin]      2.9.2cvs57
2863
2864         * po/POTFILES.in
2865         * src/Makefile.am
2866         * src/folderview.c
2867         * src/prefs_common.c
2868         * src/prefs_common.h
2869         * src/prefs_summaries.c
2870         * src/prefs_summary_open.c
2871         * src/prefs_summary_open.h
2872         * src/summaryview.c
2873                 Make "when entering a folder" actions more personalisable
2874
2875 2007-06-12 [wwp]        2.9.2cvs56
2876
2877         * tools/README
2878                 Use short description from Paul (mairix.sh).
2879
2880 2007-06-12 [wwp]        2.9.2cvs55
2881
2882         * tools/README
2883                 Updated info about mairix.sh.
2884
2885 2007-06-11 [paul]       2.9.2cvs54
2886
2887         * src/prefs_logging.c
2888                 rework log window length widgets
2889                 and some sensitivity fixes
2890
2891 2007-06-11 [paul]       2.9.2cvs53
2892
2893         * src/mainwindow.c
2894         * src/prefs_logging.c
2895                 rename 'Protocol Log' to 'Network Log'
2896                 and some function renaming
2897
2898 2007-06-10 [wwp]        2.9.2cvs52
2899
2900         * src/gtk/pluginwindow.c
2901                 Revert 2.9.2cvs51.
2902
2903 2007-06-10 [wwp]        2.9.2cvs51
2904
2905         * src/gtk/pluginwindow.c
2906                 Fix button bar in plugin window, was centered and not
2907                 behaving like other dialogs w/ such button bar.
2908
2909 2007-06-08 [wwp]        2.9.2cvs50
2910
2911         * src/compose.c
2912         * src/compose.h
2913         * src/main.c
2914         * src/mainwindow.c
2915         * src/mainwindow.h
2916                 Provide a way out of automatic draft saving on IMAP, when
2917                 exiting offline.
2918                 Prevent drafting while sending and quitting while sending.
2919                 Thanks for Colin.
2920
2921
2922
2923 2007-06-08 [wwp]        2.9.2cvs49
2924
2925         * src/prefs_account.c
2926         * src/gtk/prefswindow.c
2927         * src/gtk/prefswindow.h
2928                 Activate the Basic page when opening account prefs.
2929
2930 2007-06-08 [wwp]        2.9.2cvs48
2931
2932         * src/common/socket.c
2933                 Don't crash if fork() fails, thanks to Colin.
2934
2935 2007-06-08 [wwp]        2.9.2cvs47
2936
2937         * src/gtk/prefswindow.c
2938                 Wrap some long lines, and reset horizontal scroller's adjusment
2939                 (this was already done, vertically), when changing tab (not page)
2940                 in prefs windows.
2941
2942 2007-06-08 [paul]       2.9.2cvs46
2943
2944         * src/common/utils.c
2945                 use gethostname() instead of uname()
2946                 based on a patch by Michael Hughes
2947                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2948
2949 2007-06-07 [wwp]        2.9.2cvs45
2950
2951         * src/prefs_common.c
2952                 Fix some useless warnings, thanks to Colin.
2953
2954 2007-06-06 [colin]      2.9.2cvs44
2955
2956         * src/ldapupdate.c
2957                 Fix strange allocations. 
2958
2959 2007-06-06 [colin]      2.9.2cvs43
2960
2961         * src/ldapupdate.c
2962                 Patch by Michael Rasmussus to help
2963                 bug 1232
2964
2965 2007-06-05 [wwp]        2.9.2cvs42
2966
2967         * src/prefs_account.c
2968         * src/prefs_folder_item.c
2969         * src/prefs_quote.c
2970         * src/quote_fmt.c
2971         * src/quote_fmt.h
2972                 Per-folder templates can now be applied recursively.
2973                 Always save per-folder templates (formats were erroneously
2974                 saved only if they were enabled).
2975                 Check for validity of quotation marks everywhere there
2976                 are defined.
2977
2978 2007-06-05 [wwp]        2.9.2cvs41
2979
2980         * src/inc.c
2981                 Fix incoming messages from local accounts always getting filtered
2982                 (even if the account prefs say don't), thanks to Colin.
2983
2984 2007-06-05 [wwp]        2.9.2cvs40
2985
2986         * src/compose.c
2987         * src/compose.h
2988                 Use per-folder/per-account quote chars when applying a
2989                 template or inserting text as well. Const'ify some
2990                 vars more.
2991
2992 2007-06-04 [colin]      2.9.2cvs39
2993
2994         * src/compose.c
2995                 More work for wwp :)
2996
2997 2007-06-04 [wwp]        2.9.2cvs38
2998
2999         * src/compose.c
3000                 Same as 2.9.2cvs36 but for forwarding.
3001
3002 2007-06-04 [colin]      2.9.2cvs37
3003
3004         * src/compose.c
3005                 Use original mail file for forward/redirect
3006                 Fixes some forwarded mails to be attached as
3007                 application/octet-stream (when they have binary
3008                 parts), and incidentally fixes bug 848
3009                 'Redirect breaks GnuPG'
3010
3011 2007-06-04 [wwp]        2.9.2cvs36
3012
3013         * src/compose.c
3014                 Fix quote mark mis-initialisation when replying/forwarding
3015                 (introduced w/ 2.9.2cvs20).
3016
3017 2007-06-04 [wwp]        2.9.2cvs35
3018
3019         * src/prefs_compose_writing.c
3020         * src/prefs_quote.c
3021                 Fix a bug where Quotation characters (prefs/compose/writing)
3022                 was cleared (introduced w/ 2.9.2cvs26).
3023
3024 2007-06-04 [wwp]        2.9.2cvs34
3025
3026         * src/prefs_account.c
3027         * src/prefs_account.h
3028                 Better fix for compiling w/o aspell (rollbacks
3029                 2.9.2cvs31).
3030
3031 2007-06-04 [wwp]        2.9.2cvs33
3032
3033         * src/account.c
3034         * src/prefs_account.c
3035         * src/prefs_account.h
3036         * src/procmsg.c
3037                 It's now possible to disable mail filtering plugins
3038                 on a per-account basis.
3039
3040 2007-06-04 [wwp]        2.9.2cvs32
3041
3042         * src/procheader.c
3043         * src/common/utils.c
3044         * src/common/utils.h
3045                 Support CRLF in headers part of messages.
3046                 Support few more date formats (RFC3339 subsets).
3047
3048 2007-06-04 [wwp]        2.9.2cvs31
3049
3050         * src/prefs_account.c
3051                 Fix compiling w/o aspell support.
3052
3053 2007-06-03 [wwp]        2.9.2cvs30
3054
3055         * src/prefs_gtk.c
3056                 Don't decode leading ENV_ and ~ in P_PASSWORD
3057                 values.
3058
3059 2007-06-03 [wwp]        2.9.2cvs29
3060
3061         * src/prefs_gtk.c
3062                 Don't decode leading ENV_ and ~ in P_PASSWORD
3063                 values.
3064
3065 2007-06-03 [wwp]        2.9.2cvs28
3066
3067         * src/prefs_account.c
3068         * src/gtk/prefswindow.c
3069         * src/gtk/prefswindow.h
3070                 Added a way to force preloading of all pages
3071                 (prefswindow).
3072                 Moved tabs to pages in account prefs.
3073
3074 2007-06-02 [colin]      2.9.2cvs27
3075
3076         * src/addressbook.c
3077                 Fix possible crash, fix ldap write bugs
3078         * src/ldapupdate.c
3079                 Fix ldap write bugs - patch by Michael
3080                 Rasmussen
3081         * src/alertpanel.c
3082         * src/alertpanel.h
3083                 Add a hook whenever alertpanel opens/closes
3084
3085 2007-05-31 [wwp]        2.9.2cvs26
3086
3087         * src/prefs_compose_writing.c
3088         * src/prefs_quote.c
3089                 Re-organized writing options a bit:
3090                  - renamed the Quoting page to Templates
3091                  - moved all composing templates to that page
3092                  - moved non-templates options to the Writing one,
3093                    grouped reply-related options, reordered reply and
3094                    forward options.
3095
3096 2007-05-31 [wwp]        2.9.2cvs25
3097
3098         * src/compose.c
3099                 Removed unused code.
3100
3101 2007-05-31 [colin]      2.9.2cvs24
3102
3103         * src/addressbook.c
3104                 Fix missing display name when modifying
3105                 LDAP. Patch by Michael Rasmussen
3106
3107 2007-05-31 [wwp]        2.9.2cvs23
3108
3109         * src/plugins/bogofilter/Makefile.am
3110         * src/plugins/clamav/Makefile.am
3111         * src/plugins/demo/Makefile.am
3112         * src/plugins/dillo_viewer/Makefile.am
3113         * src/plugins/spamassassin/Makefile.am
3114                 Fix building of those plugins in Mac OS X.
3115
3116 2007-05-30 [wwp]        2.9.2cvs22
3117
3118         * src/gtk/quicksearch.c
3119                 Fix missing initialization.
3120
3121 2007-05-30 [wwp]        2.9.2cvs21
3122
3123         * src/procheader.c
3124                 Revert accidental commit (debug outputs).
3125
3126 2007-05-30 [wwp]        2.9.2cvs20
3127
3128         * src/compose.c
3129         * src/folder_item_prefs.c
3130         * src/folder_item_prefs.h
3131         * src/prefs_account.c
3132         * src/prefs_account.h
3133         * src/prefs_folder_item.c
3134         * src/prefs_gtk.c
3135         * src/prefs_gtk.h
3136                 Implemented per-account and per-folder
3137                 compose/reply/forward formats.
3138
3139 2007-05-30 [wwp]        2.9.2cvs19
3140
3141         * src/prefs_compose_writing.c
3142         * src/prefs_quote.c
3143         * src/procheader.c
3144         * src/quote_fmt.c
3145         * src/quote_fmt.h
3146                 Internal API changes (factorize quote format
3147                 prefs and checks).
3148
3149 2007-05-30 [colin]      2.9.2cvs18
3150
3151         * src/compose.c
3152                 Fix race where it's possible to re-click Send
3153                 between end of SMTP session and end of "move to
3154                 sent folder" when sending an email with send
3155                 dialog enabled.
3156
3157 2007-05-30 [colin]      2.9.2cvs17
3158
3159         * src/crash.c
3160                 Ask for backtrace on all threads. Patch by
3161                 Pawel
3162         * src/folderview.c
3163                 Fix stale news statusbar when scanning fails.
3164                 Patch by Pawel
3165         * src/ldapupdate.c
3166                 Fix some LDAP write updates bugs. Patch
3167                 by Michael Rasmussen
3168
3169 2007-05-29 [colin]      2.9.2cvs16
3170
3171         * src/imap.c
3172                 Fix loss of local flags when moving mails
3173                 on IMAP in high-bandwidth mode (UID FETCH)
3174
3175 2007-05-25 [paul]       2.9.2cvs15
3176
3177         * src/common/socket.c
3178                 fix sometimes crasher on cancelling
3179                 message sending
3180
3181 2007-05-25 [colin]      2.9.2cvs14
3182
3183         * src/imap.c
3184                 Fix a memory leak
3185         * src/imap_gtk.c
3186                 Be more helpful in the subscription
3187                 message
3188
3189 2007-05-23 [wwp]        2.9.2cvs13
3190
3191         * src/compose.c
3192         * src/prefs_compose_writing.c
3193         * src/prefs_quote.c
3194         * src/prefs_template.c
3195         * src/prefs_template.h
3196         * src/quote_fmt.c
3197         * src/quote_fmt.h
3198         * src/quote_fmt_lex.l
3199         * src/quote_fmt_parse.y
3200                 Introduced new syntax elements (symbols and commands)
3201                 in templates/quote_fmt. Compatibility w/ old
3202                 symbols is kept.
3203                 Updated and reworked the corresponding Information
3204                 dialog.
3205                 Display the line number in dialogs that talk about
3206                 parser errors (in addition to the error message in
3207                 output).
3208
3209 2007-05-23 [wwp]        2.9.2cvs12
3210
3211         * src/quote_fmt_parse.y
3212                 Fix 2.9.2cvs11, probably a paste accident ;).
3213
3214 2007-05-23 [wwp]        2.9.2cvs11
3215
3216         * src/compose.c
3217         * src/prefs_template.c
3218         * src/quote_fmt.h
3219         * src/quote_fmt_parse.y
3220                 Fix 2.9.2cvs10, which broke --disable-aspell.
3221
3222 2007-05-22 [wwp]        2.9.2cvs10
3223
3224         * src/compose.c
3225         * src/prefs_template.c
3226         * src/quote_fmt.c
3227         * src/quote_fmt.h
3228         * src/quote_fmt_lex.l
3229         * src/quote_fmt_parse.y
3230         * src/gtk/gtkaspell.c
3231         * src/gtk/gtkaspell.h
3232                 Added template/quote format syntactical elements
3233                 to show and query:
3234                         - current dictionary
3235                           %T to show (shows empty if not set or not enabled),
3236                           ?T and !T to check if the default dictionary is
3237                           enabled and set
3238                         - current account's default dictionary
3239                           %aT to show (empty if not set or not enabled),
3240                           ?aT and !aT to check if it's enabled and set
3241                         - name completion for an address, from the address
3242                           book
3243                           %ABf, %ABt, %ABc respectively show the full name got
3244                           from the address book if From, To or Cc match a single
3245                           contact.
3246                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
3247                           matches any contact and if the full name is non-empty.
3248                           If From, To or Cc are lists of email addresses, only
3249                           the first address will be checked.
3250                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
3251                 that could show a trailing ','.
3252                 Also, template/quote_fmt parser now shows the line number in case
3253                 of parser error.
3254
3255 2007-05-15 [colin]      2.9.2cvs9
3256
3257         * src/main.c
3258         * src/main.h
3259                 Add a public function to know whether Claws
3260                 crashed last time
3261                 Store opened folder when exiting
3262         * src/folder.c
3263         * src/folder.h
3264                 Store last opened message in each FolderItem;
3265                 Reset last seen messages if Claws crashed, so 
3266                 that one can't go in an infinite crash in case 
3267                 a particular mail crashes Claws.
3268         * src/messageview.c
3269         * src/prefs_common.c
3270         * src/prefs_common.h
3271         * src/summaryview.c
3272         * src/prefs_summaries.c
3273                 Add "Select last opened message" when entering
3274                 a folder
3275                 Add "Select last opened folder" at startup.
3276
3277 2007-05-14 [colin]      2.9.2cvs8
3278
3279         * manual/xml2pdf
3280                 Fix bashism, search for xml catalog 
3281                 in /usr/local/share/xml/catalog too
3282                 Patch by Pawel
3283
3284 2007-05-13 [wwp]        2.9.2cvs7
3285
3286         * src/gtk/logwindow.c
3287                 fix raising log windows when they are either minimized or
3288                 in background.
3289
3290 2007-05-11 [colin]      2.9.2cvs6
3291
3292         * src/gtk/filesel.c
3293                 Use Hildon's file chooser on Maemo. Patch
3294                 by Jean-Luc Biord; fixes part 2 of bug 1201,
3295                 'File attachment "manipulation" bugs...'
3296
3297 2007-05-10 [wwp]        2.9.2cvs5
3298
3299         * src/prefs_common.c
3300         * src/prefs_common.h
3301         * src/gtk/quicksearch.c
3302                 Add a quicksearch option to automatically run
3303                 a search selected from the history (this option
3304                 is exclusive towards type-ahead).
3305
3306 2007-05-10 [colin]      2.9.2cvs4
3307
3308         * src/imap.c
3309                 Fix g_warnings, thanks to Brian
3310                 Morrison
3311
3312 2007-05-09 [colin]      2.9.2cvs3
3313
3314         * src/crash.c
3315         * src/exporthtml.c
3316         * src/mbox.c
3317         * src/prefs_summaries.c
3318         * src/procheader.c
3319         * src/common/log.c
3320         * src/common/utils.c
3321         * src/gtk/gtksourceprintjob.c
3322         * src/gtk/sslcertwindow.c
3323                 Use the re-entrant variant of time functions
3324                 Probably fixes bug 1217, 'reentrancy problems 
3325                 with time functions'
3326
3327 2007-05-09 [colin]      2.9.2cvs2
3328
3329         * src/imap.c
3330                 Fix crasher when reconnection fails
3331
3332 2007-05-08 [paul]       2.9.2cvs1
3333
3334         * NEWS
3335         * README
3336         * RELEASE_NOTES
3337         * configure.ac
3338                 bump version number following
3339                 stable release
3340
3341 2007-05-08 [paul]       2.9.1cvs48
3342
3343         * src/plugins/demo/demo.c
3344         * src/plugins/dillo_viewer/dillo_prefs.c
3345         * src/plugins/dillo_viewer/dillo_prefs.h
3346         * src/plugins/dillo_viewer/dillo_viewer.c
3347         * src/plugins/pgpcore/pgp_viewer.c
3348         * src/plugins/pgpcore/pgp_viewer.h
3349         * src/plugins/pgpcore/plugin.c
3350         * src/plugins/pgpcore/prefs_gpg.c
3351         * src/plugins/pgpcore/prefs_gpg.h
3352         * src/plugins/pgpcore/sgpgme.c
3353         * src/plugins/pgpcore/sgpgme.h
3354         * src/plugins/pgpinline/plugin.c
3355         * src/plugins/pgpmime/pgpmime.c
3356         * src/plugins/pgpmime/pgpmime.h
3357         * src/plugins/pgpmime/plugin.c
3358         * src/plugins/spamassassin/spamassassin.c
3359         * src/plugins/spamassassin/spamassassin.h
3360         * src/plugins/spamassassin/spamassassin_gtk.c
3361         * src/plugins/trayicon/README
3362         * tools/README
3363         * tools/README.sylprint
3364         * tools/outlook2claws-mail.pl
3365         * tools/sylprint.pl
3366         * tools/tb2claws-mail
3367         * tools/tbird2claws.py
3368         * tools/update-po
3369         * tools/vcard2xml.py
3370         * tools/kdeservicemenu/README
3371                 cleanups and corrections
3372
3373 2007-05-06 [wwp]        2.9.1cvs47
3374
3375         * tools/uudec
3376                 Fix missing dash to `display` command-line, reported
3377                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
3378
3379 2007-05-06 [colin]      2.9.1cvs46
3380
3381         * src/Makefile.am
3382         * src/stock_pixmap.c
3383         * src/stock_pixmap.h
3384         * src/pixmaps/printer.xpm
3385                 Add a printer icon
3386
3387 2007-05-06 [paul]       2.9.1cvs45
3388
3389         * src/compose.c
3390         * src/ldapquery.c
3391         * src/privacy.h
3392         * src/summary_search.c
3393         * src/summaryview.c
3394                 fix build warnings
3395
3396 2007-05-05 [wwp]        2.9.1cvs44
3397
3398         * src/messageview.c
3399         * src/mh.c
3400         * src/prefs_actions.c
3401         * src/prefs_gtk.c
3402         * src/summaryview.c
3403         * src/common/xml.c
3404                 Fix "faild" typos everywhere and capitalization of
3405                 some g_warnings.
3406
3407 2007-05-04 [colin]      2.9.1cvs43
3408
3409         * src/compose.c
3410         * src/privacy.c
3411         * src/privacy.h
3412         * src/plugins/pgpcore/prefs_gpg.c
3413         * src/plugins/pgpcore/prefs_gpg.h
3414         * src/plugins/pgpinline/pgpinline.c
3415         * src/plugins/pgpmime/pgpmime.c
3416                 Add an API to warn about encryption limits,
3417                 and allow to disable these warnings
3418
3419 2007-05-03 [colin]      2.9.1cvs42
3420
3421         * src/summaryview.c
3422         * src/mainwindow.c
3423                 Fix bug 1213, 'Delete more than 
3424                 one thread at once'
3425
3426 2007-05-03 [wwp]        2.9.1cvs41
3427
3428         * src/prefs_common.c
3429         * src/prefs_filtering.c
3430         * src/prefs_template.c
3431         * src/common/template.c
3432         * src/common/template.h
3433         * src/gtk/gtkutils.c
3434         * src/gtk/gtkutils.h
3435                 Templates are no longer automatically sorted
3436                 by name, but can be sorted manually using
3437                 |< < > >| buttons as well as drag'n'drop.
3438
3439 2007-05-03 [wwp]        2.9.1cvs40
3440
3441         * src/plugins/spamassassin/spamassassin.c
3442         * src/plugins/spamassassin/spamassassin.h
3443         * src/plugins/spamassassin/spamassassin_gtk.c
3444         * src/plugins/bogofilter/bogofilter.c
3445         * src/plugins/bogofilter/bogofilter.h
3446         * src/plugins/bogofilter/bogofilter_gtk.c
3447                 Added an option to conditionally mark saved spam
3448                 as read (default is and was to do so).
3449                 Satisfies feature request 1708539 on sf.net tracker.
3450
3451 2007-05-03 [colin]      2.9.1cvs39
3452
3453         * src/inc.c
3454                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
3455
3456 2007-05-02 [colin]      2.9.1cvs38
3457
3458         * src/textview.c
3459                 Fix bug 1209, 'Clicking on address 
3460                 in header (mailto uri) selects 
3461                 default account'. Patch adapted from
3462                 G.P. Halkes' patch.
3463
3464 2007-05-02 [colin]      2.9.1cvs37
3465
3466         * src/grouplistdialog.c
3467                 Set cursor to wait cursor while loading
3468                 groups.
3469
3470 2007-05-02 [paul]       2.9.1cvs36
3471
3472         * src/folder.c
3473         * src/common/defs.h
3474                 rename cache and mark files
3475                 (data is preserved)
3476
3477 2007-04-30 [paul]       2.9.1cvs35
3478
3479         * manual/glossary.xml
3480         * manual/plugins.xml
3481                 updates. Patch by Ricardo
3482
3483 2007-04-29 [wwp]        2.9.1cvs34
3484
3485         * src/mainwindow.c
3486         * configure.ac
3487                 Fix few grammatical errors (patch by David Relson < relson at
3488                 osagesoftware dot com >).
3489
3490 2007-04-28 [colin]      2.9.1cvs33
3491
3492         * src/account.c
3493         * src/pop.c
3494         * src/prefs_account.c
3495         * src/prefs_account.h
3496                 Drop the "Download all" preference. It's
3497                 stupidly useless and confuses people from
3498                 time to time.
3499
3500 2007-04-27 [wwp]        2.9.1cvs32
3501
3502         * src/account.c
3503         * src/prefs_account.c
3504         * src/prefs_account.h
3505                 Don't reflect accounts changes to the mainwindow when it's
3506                 not necessary.
3507
3508 2007-04-27 [colin]      2.9.1cvs31
3509
3510         * src/folder.c
3511                 Freeze/thaw when sync'ing flags
3512         * src/imap.c
3513         * src/prefs_account.c
3514         * src/prefs_account.h
3515         * src/etpan/imap-thread.c
3516         * src/etpan/imap-thread.h
3517                 Add a way to use UID FETCH instead
3518                 of searches to fetch message lists
3519                 and flags. More expensive towards
3520                 bandwidth, less expensive towards
3521                 server's CPU. Probably fixes 
3522                 bug 1158, 'Scanning new folders on 
3523                 Exchange 2007 extremely slow'.
3524                 Patch 95% by Hoa.
3525
3526 2007-04-27 [paul]       2.9.1cvs30
3527
3528         * src/mainwindow.c
3529         * src/prefs_logging.c
3530                 improvements to english usage
3531
3532 2007-04-27 [colin]      2.9.1cvs29
3533
3534         * src/imap.c
3535                 Fix build without libetpan (my bad!)
3536
3537 2007-04-26 [colin]      2.9.1cvs28
3538
3539         * src/imap.c
3540         * src/imap.h
3541                 Fix uselessly exported function
3542         * src/textview.c
3543                 Consider "- -- \n" as signature separator
3544                 (that's what signature separators look like
3545                  in PGP/Inline signed mails)
3546
3547 2007-04-26 [colin]      2.9.1cvs27
3548
3549         * configure.ac
3550                 libetpan-0.49 is now required
3551         * src/procmime.c
3552                 Fix double fetching of mails if
3553                 first try failed
3554         * src/imap.c
3555                 Make offline sync faster, by
3556                 remembering last change time, and
3557                 last sync time.
3558
3559 2007-04-26 [hoa]        2.9.1cvs26
3560
3561         * src/imap.c
3562         * src/imap.h
3563         * src/mainwindow.c
3564         * src/toolbar.c
3565         * src/etpan/imap-thread.c
3566         * src/etpan/imap-thread.h
3567                 cancellation of IMAP operations is now allowed.
3568                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
3569
3570 2007-04-26 [colin]      2.9.1cvs25
3571
3572         * src/folder.c
3573                 Always fetch body+headers in folders that are
3574                 synched for offline use, if "Synchronise as
3575                 soon as possible" is set.
3576                 Fixes bug 1200, 'Add option to always retrieve full 
3577                 messages'
3578
3579 2007-04-25 [colin]      2.9.1cvs24
3580
3581         * src/compose.c
3582                 Fix bug 1198, 'Reply-all "disappearing" address bug 
3583                 persists...'
3584
3585 2007-04-24 [colin]      2.9.1cvs23
3586
3587         * src/folderview.c
3588                 Fix bug 1195, 'Hardware key navigation' 
3589                 Make GDK_Enter toggle expansion (Maemo)
3590
3591 2007-04-24 [wwp]        2.9.1cvs22
3592
3593         * src/compose.c
3594                 Fix few compiler warnings.
3595
3596 2007-04-24 [paul]       2.9.1cvs21
3597
3598         * src/Makefile.am
3599         * src/stock_pixmap.c
3600         * src/stock_pixmap.h
3601                 complete last commit
3602
3603 2007-04-24 [paul]       2.9.1cvs20
3604
3605         * src/gtk/about.c
3606         * src/pixmaps/active.xpm
3607         * src/pixmaps/checkbox_off.xpm
3608         * src/pixmaps/checkbox_on.xpm
3609         * src/pixmaps/inactive.xpm
3610                 kick out the blobs
3611                 remove transparent border from checkbox icons
3612
3613 2007-04-24 [wwp]        2.9.1cvs19
3614
3615         * src/textview.c
3616         * src/textview.h
3617                 Fix a crash in textview, thanks to Colin.
3618
3619 2007-04-23 [wwp]        2.9.1cvs18
3620
3621         * src/prefs_common.c
3622                 Fix 2.9.1cvs5: no header was being translated at all.
3623
3624 2007-04-23 [colin]      2.9.1cvs17
3625
3626         * src/Makefile.am
3627         * src/stock_pixmap.c
3628         * src/stock_pixmap.h
3629         * src/summaryview.c
3630         * src/summaryview.h
3631         * src/gtk/gtksctree.c
3632         * src/gtk/gtksctree.h
3633         * src/pixmaps/selection.xpm
3634                 Fix bug 1193, 'Need a way to multi-select
3635                 items'. Add a toggle button to the summaryview
3636                 to switch between normal and multiple selection
3637                 (Maemo)
3638
3639 2007-04-23 [colin]      2.9.1cvs16
3640
3641         * src/Makefile.am
3642         * src/stock_pixmap.c
3643         * src/stock_pixmap.h
3644         * src/summaryview.c
3645         * src/summaryview.h
3646         * src/gtk/gtksctree.c
3647         * src/gtk/gtksctree.h
3648         * src/pixmaps/selection.xpm
3649                 Fix bug 1193, 'Need a way to multi-
3650                 select items'
3651                 Add a toggle button in the summaryview
3652                 to enable normal or multiple selection.
3653                 (Maemo)
3654
3655 2007-04-23 [colin]      2.9.1cvs15
3656
3657         * src/compose.c
3658                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
3659
3660 2007-04-21 [colin]      2.9.1cvs14
3661
3662         * src/gtk/quicksearch.c
3663                 Fix previous commit (actually use correct
3664                 parameter)
3665
3666 2007-04-21 [colin]      2.9.1cvs13
3667
3668         * src/gtk/quicksearch.c
3669                 Fix changing quicksearch type (after Esc,
3670                 after changing Recursive, ...)
3671
3672 2007-04-20 [wwp]        2.9.1cvs12
3673
3674         * src/gtk/Makefile.am
3675                 Added headers.h (completes 2.9.1cvs5).
3676
3677 2007-04-20 [wwp]        2.9.1cvs11
3678
3679         * src/addressbook.c
3680                 Fix the use of display name in name column,
3681                 it has been overriden w/ the use of nickname
3682                 by 2.9.0cvs3. Now nickname is used (if any)
3683                 in case of LDAP books only.
3684
3685 2007-04-20 [colin]      2.9.1cvs10
3686
3687         * src/mimeview.c
3688         * src/summaryview.c
3689         * src/textview.c
3690                 Add handling of 'a' to loop in a mail's
3691                 mimeparts
3692
3693 2007-04-20 [colin]      2.9.1cvs9
3694
3695         * src/toolbar.c
3696                 Fix bug 1190, 'dir_open' button doesn't work'
3697                 (Maemo)
3698
3699 2007-04-20 [colin]      2.9.1cvs8
3700
3701         * src/folderview.c
3702         * src/mainwindow.c
3703                 Fix bug 1194, 'Hardware keys move from email 
3704                 list to account/directory list, but not back 
3705                 to email list...' (Maemo)
3706
3707 2007-04-20 [colin]      2.9.1cvs7
3708
3709         * src/compose.h
3710                 complete previous commit
3711
3712 2007-04-20 [colin]      2.9.1cvs6
3713
3714         * src/compose.c
3715                 Fix bug 1187, 'Reply-to addressee disappears 
3716                 when reply-to text box is clicked...' (Maemo)
3717
3718 2007-04-20 [wwp]        2.9.1cvs5
3719
3720         * po/POTFILES.in
3721         * src/addressbook.c
3722         * src/compose.c
3723         * src/filtering.c
3724         * src/headerview.c
3725         * src/matcher.c
3726         * src/prefs_common.c
3727         * src/prefs_common.h
3728         * src/prefs_display_header.c
3729         * src/prefs_matcher.c
3730         * src/summaryview.c
3731         * src/gtk/headers.h
3732         * src/gtk/quicksearch.c
3733                 Translate more header names according to the relevant option value,
3734                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
3735                 Replaced nearly all uses of prefs_common.trans_hdr with a call
3736                 to prefs_common_translated_header_name().
3737                 Added a headers.h reference file that contains known header names
3738                 (RFC2822 and others) to the translation process' input, so that
3739                 translated header names will still exist even if no occurrence of
3740                 _("headername") is found anymore in the sources.
3741                 Don't translate column name 'Number' following to trans_hdr option
3742                 value as it's not a header name.
3743
3744 2007-04-20 [colin]      2.9.1cvs4
3745
3746         * src/gtk/quicksearch.c
3747         * src/gtk/quicksearch.h
3748                 Add "From, To or Subject" quicksearch
3749                 type. Patch by ulfschaper@users.sf.net
3750
3751 2007-04-20 [colin]      2.9.1cvs3
3752
3753         * src/matcher.c
3754                 Implement proper references filtering condition.
3755                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
3756
3757 2007-04-19 [wwp]        2.9.1cvs2
3758
3759         * src/prefs_display_header.c
3760         * src/message_search.c
3761                 Fix few warnings (g_free of const gchar*).
3762
3763 2007-04-19 [paul]       2.9.1cvs1
3764
3765         * NEWS
3766         * README
3767         * RELEASE_NOTES
3768         * configure.ac
3769                 bump version number following
3770                 stable release
3771
3772 2007-04-19 [paul]       2.9.0cvs9
3773
3774         * manual/advanced.xml
3775         * manual/glossary.xml
3776                 fix typos
3777
3778 2007-04-18 [paul]       2.9.0cvs8
3779
3780         * src/pop.c
3781                 fix for CVE-2007-1558 (APOP)
3782                 Thanks to Colin
3783
3784 2007-04-18 [paul]       2.9.0cvs7
3785
3786         * src/messageview.c
3787         * src/mimeview.c
3788         * src/summaryview.c
3789         * src/gtk/filesel.c
3790                 Fix encoding woes wrt saving of
3791                 mails and parts
3792                 Thanks to Colin
3793
3794 2007-04-18 [colin]      2.9.0cvs6
3795
3796         * src/gtk/pluginwindow.c
3797                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
3798
3799 2007-04-17 [wwp]        2.9.0cvs5
3800
3801         * src/addressadd.c
3802         * src/addressbook.c
3803         * src/addrindex.c
3804         * src/ldapupdate.c
3805                 Fix --disable-ldap build,
3806                 fix some LDAP annoyances on 
3807                 searches, thanks to Colin.
3808
3809 2007-04-17 [wwp]        2.9.0cvs4
3810
3811         * src/ldapupdate.c
3812                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
3813                 like gcc 2.9x. Thanks to Colin.
3814
3815 2007-04-17 [wwp]        2.9.0cvs3
3816
3817         * src/Makefile.am
3818         * src/addressadd.c
3819         * src/addressbook.c
3820         * src/addrindex.c
3821         * src/addritem.c
3822         * src/addritem.h
3823         * src/editaddress.c
3824         * src/ldapctrl.c
3825         * src/ldapctrl.h
3826         * src/ldapquery.c
3827         * src/ldapserver.c
3828         * src/ldapserver.h
3829         * src/ldapupdate.c
3830         * src/ldapupdate.h
3831                 Add LDAP write support. Patch mostly by 
3832                 Michael <mir at datanom dot net>
3833
3834 2007-04-17 [wwp]        2.9.0cvs2
3835
3836         * src/compose.c
3837                 Prepend "Add to address book" to the context menu of compose window's sender and
3838                 recipient fields.
3839
3840 2007-04-16 [paul]       2.9.0cvs1
3841
3842         * src/gtk/authors.h
3843                 add Pader Rezso
3844
3845 2007-04-16 [paul]       2.9.0
3846
3847         * NEWS
3848         * README
3849         * RELEASE_NOTES
3850                 2.9.0 released
3851
3852 2007-04-16 [paul]       2.8.1cvs102
3853
3854         * po/fr.po
3855                 updated by Fabien Vantard
3856
3857 2007-04-16 [paul]       2.8.1cvs101
3858
3859         * po/ca.po
3860         * po/cs.po
3861         * po/de.po
3862         * po/hu.po
3863         * po/pl.po
3864         * po/pt_BR.po
3865         * po/sr.po
3866         * po/zh_CN.po
3867                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3868                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3869                 Aleksandar Urosevic, and Ralgh Young
3870
3871 2007-04-15 [mones]      2.8.1cvs100
3872
3873         * po/es.po
3874                 Updated for release
3875
3876 2007-04-14 [colin]      2.8.1cvs99
3877
3878         * src/message_search.c
3879         * src/prefs_display_header.c
3880         * src/summary_search.c
3881         * src/gtk/combobox.c
3882                 Fix allocations
3883
3884 2007-04-14 [wwp]        2.8.1cvs98
3885
3886         * src/gtk/combobox.c
3887         * src/message_search.c
3888         * src/summary_search.c
3889         * src/prefs_display_header.c
3890                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3891                 returns NULL, get the text value directly from the GtkEntry child.
3892
3893 2007-04-13 [colin]      2.8.1cvs97
3894
3895         * src/gtk/quicksearch.c
3896                 Give the focus back to summaryview when
3897                 emptying the quicksearch with Esc
3898
3899 2007-04-13 [colin]      2.8.1cvs96
3900
3901         * src/message_search.c
3902         * src/prefs_display_header.c
3903         * src/summary_search.c
3904                 Fix possibles crashes when getting text
3905                 from gtk combos
3906
3907 2007-04-13 [colin]      2.8.1cvs95
3908
3909         * src/pop.c
3910                 Add some UIDL debugging
3911
3912 2007-04-12 [colin]      2.8.1cvs94
3913
3914         * src/folder.c
3915                 Force folder scan if necessary after
3916                 copying mails, to be able to reapply
3917                 flags.
3918
3919 2007-04-11 [colin]      2.8.1cvs93
3920
3921         * src/main.c
3922                 don't scan for new mail on startup if --select
3923                 is specified (or race conditions arise). If so,
3924                 do both sequentially.
3925
3926 2007-04-09 [colin]      2.8.1cvs92
3927
3928         * src/common/defs.h
3929                 Use leafpad by default on Maemo. Patch
3930                 by Jean-Luc Biord.
3931
3932 2007-04-06 [colin]      2.8.1cvs91
3933
3934         * src/pixmaps/queue_close.xpm
3935         * src/pixmaps/queue_close_hrm.xpm
3936         * src/pixmaps/queue_close_hrm_mark.xpm
3937         * src/pixmaps/queue_close_mark.xpm
3938         * src/pixmaps/queue_open.xpm
3939         * src/pixmaps/queue_open_hrm.xpm
3940         * src/pixmaps/queue_open_hrm_mark.xpm
3941         * src/pixmaps/queue_open_mark.xpm
3942                 Move the clock one pixel down :)
3943
3944 2007-04-05 [colin]      2.8.1cvs90
3945
3946         * src/mainwindow.c
3947                 Don't sync when switching offline from
3948                 command line - it's usually too late :)
3949
3950 2007-04-05 [paul]       2.8.1cvs89
3951
3952         * src/Makefile.am
3953         * src/stock_pixmap.c
3954         * src/pixmaps/dir_close_hrm.xpm
3955         * src/pixmaps/dir_close_hrm_mark.xpm
3956         * src/pixmaps/drafts_close.xpm
3957         * src/pixmaps/drafts_close_mark.xpm
3958         * src/pixmaps/drafts_open.xpm
3959         * src/pixmaps/drafts_open_mark.xpm
3960         * src/pixmaps/inbox.xpm
3961         * src/pixmaps/inbox_close.xpm
3962         * src/pixmaps/inbox_close_hrm.xpm
3963         * src/pixmaps/inbox_close_hrm_mark.xpm
3964         * src/pixmaps/inbox_close_mark.xpm
3965         * src/pixmaps/inbox_hrm.xpm
3966         * src/pixmaps/inbox_hrm_mark.xpm
3967         * src/pixmaps/inbox_mark.xpm
3968         * src/pixmaps/inbox_open.xpm
3969         * src/pixmaps/inbox_open_hrm.xpm
3970         * src/pixmaps/inbox_open_hrm_mark.xpm
3971         * src/pixmaps/inbox_open_mark.xpm
3972         * src/pixmaps/outbox.xpm
3973         * src/pixmaps/outbox_close.xpm
3974         * src/pixmaps/outbox_close_hrm.xpm
3975         * src/pixmaps/outbox_close_hrm_mark.xpm
3976         * src/pixmaps/outbox_close_mark.xpm
3977         * src/pixmaps/outbox_hrm.xpm
3978         * src/pixmaps/outbox_hrm_mark.xpm
3979         * src/pixmaps/outbox_mark.xpm
3980         * src/pixmaps/outbox_open.xpm
3981         * src/pixmaps/outbox_open_hrm.xpm
3982         * src/pixmaps/outbox_open_hrm_mark.xpm
3983         * src/pixmaps/outbox_open_mark.xpm
3984         * src/pixmaps/queue_close.xpm
3985         * src/pixmaps/queue_close_hrm.xpm
3986         * src/pixmaps/queue_close_hrm_mark.xpm
3987         * src/pixmaps/queue_close_mark.xpm
3988         * src/pixmaps/queue_open.xpm
3989         * src/pixmaps/queue_open_hrm.xpm
3990         * src/pixmaps/queue_open_hrm_mark.xpm
3991         * src/pixmaps/queue_open_mark.xpm
3992                 updated, added and replaced icons
3993                 Icons by Colin
3994
3995 2007-04-04 [colin]      2.8.1cvs88
3996
3997         * src/imap.c
3998                 Fix build without libetpan
3999
4000 2007-04-03 [colin]      2.8.1cvs87
4001
4002         * src/imap.c
4003                 Fix crash with Citadel, and try to make
4004                 things work. this server (and specifically 
4005                 STATUS and APPEND at least) seems broken.
4006
4007 2007-04-03 [colin]      2.8.1cvs86
4008
4009         * src/folderview.c
4010                 Fix icons on folder close
4011
4012 2007-04-03 [colin]      2.8.1cvs85
4013
4014         * src/inc.c
4015                 Fix double-ask of offline override in
4016                 certain cases
4017         * src/imap.c
4018         * src/imap.h
4019         * src/imap_gtk.c
4020                 Much more efficient way to synchronise
4021                 for offline use
4022         * src/etpan/imap-thread.c
4023                 Fix possible segs
4024         * src/folder.c
4025         * src/gtk/quicksearch.c
4026                 Fix some GUI lags
4027
4028 2007-04-03 [paul]       2.8.1cvs84
4029
4030         * src/filtering.c
4031         * src/folder.c
4032         * src/folder.h
4033         * src/prefs_common.c
4034         * src/prefs_common.h
4035         * src/prefs_other.c
4036                 Fix sync being done too late
4037                 Thanks to Colin
4038
4039 2007-04-02 [colin]      2.8.1cvs83
4040
4041         * src/summaryview.c
4042                 Maemo: Put status and quicksearch at the top
4043         * src/plugins/bogofilter/bogofilter.c
4044         * src/plugins/spamassassin/spamassassin.c
4045                 Derive trash from inbox if possible
4046
4047 2007-04-02 [paul]       2.8.1cvs82
4048
4049         * src/plugins/bogofilter/bogofilter_gtk.c
4050                 a few English changes
4051
4052 2007-04-02 [paul]
4053
4054         2.9.0-rc1 released
4055
4056 2007-04-02 [colin]      2.8.1cvs81
4057
4058         * src/image_viewer.c
4059                 Fix transparent images by using
4060                 GtkImage
4061         * src/messageview.c
4062                 Flush events (on new windows) to avoid
4063                 having the textview's image resize fail
4064                 to know the available width
4065
4066 2007-04-01 [colin]      2.8.1cvs80
4067
4068         * src/prefs_account.c
4069                 If no MH mailbox exist, when creating a POP/Local
4070                 account, just create and use the default one 
4071                 instead of bailing with a "Mailbox doesn't exist"
4072                 error
4073
4074 2007-03-31 [colin]      2.8.1cvs79
4075
4076         * src/prefs_account.c
4077                 Create signature file if it doesn't exist
4078                 before editing
4079         * src/prefs_toolbar.c
4080                 Maemo: Move "Use default" on the left so
4081                 that people can find it
4082         * src/common/defs.h
4083                 Maemo: make default editor "Maemopad", 
4084                 default signature file "MyDocs/signature.txt"
4085
4086 2007-03-31 [colin]      2.8.1cvs78
4087
4088         * src/prefs_account.c
4089                 Maemo: rework account prefs so
4090                 that less horizontal scrolling
4091                 is required
4092
4093 2007-03-31 [colin]      2.8.1cvs77
4094
4095         * src/folderview.c
4096         * src/prefs_common.c
4097         * src/prefs_common.h
4098                 Fix bug 1167, 'Allow not displaying zeros 
4099                 in folder list'. Patch by MartinP
4100
4101 2007-03-31 [colin]      2.8.1cvs76
4102
4103         * AUTHORS
4104                 Add Jean-Luc Biord
4105
4106 2007-03-31 [colin]      2.8.1cvs75
4107
4108         * src/imap.c
4109                 Apply patch from bug 1172, direct
4110                 access to the folder's session instead
4111                 of using getter. Patch by MartinP
4112
4113 2007-03-31 [paul]       2.8.1cvs74
4114
4115         * src/gtk/authors.h
4116                 no need to list Fabien twice!
4117
4118 2007-03-31 [colin]      2.8.1cvs73
4119
4120         * src/inc.c
4121                 If we're currently "overriding for %d minutes",
4122                 don't ask
4123
4124 2007-03-31 [colin]      2.8.1cvs72
4125
4126         * src/compose.c
4127         * src/imap.c
4128         * src/inc.c
4129         * src/inc.h
4130         * src/messageview.c
4131         * src/news.c
4132         * src/plugins/spamassassin/spamassassin.c
4133                 Offline override: Add a parameter to allow
4134                 asking even if the override timer is running.
4135                 Allows to ask every time the user makes an
4136                 explicit action needing online access (such
4137                 as Get Mail), and not when the action is 
4138                 implicit (such as opening an IMAP folder)
4139
4140 2007-03-31 [colin]      2.8.1cvs71
4141
4142         * src/inc.c
4143                 Override offline: "No" answer shouldn't
4144                 re-ask after 3 seconds, but 10 minutes. 
4145
4146 2007-03-30 [colin]      2.8.1cvs70
4147
4148         * src/common/socket.c
4149                 Better error reporting on unix socket
4150                 failure (bind usually)
4151         * src/gtk/gtkutils.c
4152         * src/gtk/gtkutils.h
4153                 Label window: add a pulsing progress
4154                 bar to show we're not hung :)
4155         * src/folderview.c
4156         * src/main.c
4157         * src/plugins/pgpcore/sgpgme.c
4158                 Update API
4159
4160 2007-03-30 [colin]      2.8.1cvs69
4161
4162         * src/pop.c
4163         * src/prefs_common.c
4164                 Fix possible trashing of history and uidl
4165                 files on disk full problems
4166
4167 2007-03-30 [paul]       2.8.1cvs68
4168
4169         * src/mainwindow.c
4170         * src/summaryview.c
4171         * src/summaryview.h
4172                 update summary when changing layout type
4173                 (fixes wrong folder icon being displayed)
4174                 Thanks to Colin
4175
4176 2007-03-29 [colin]      2.8.1cvs67
4177
4178         * src/prefs_ext_prog.c
4179                 The browser pref is irrelevant on Maemo
4180
4181 2007-03-29 [colin]      2.8.1cvs66
4182
4183         * src/compose.c
4184         * src/compose.h
4185                 Maemo: dynamically switch headers/text position
4186         * src/prefs_common.c
4187                 Maemo: hide compose's ruler by default
4188         * src/common/socket.c
4189         * src/common/socket.h
4190                 Fix build warning
4191
4192 2007-03-29 [colin]      2.8.1cvs65
4193
4194         * src/common/socket.c
4195         * src/common/socket.h
4196                 Fix build when MAEMO_CFLAGS contains
4197                 _X_OPENSOURCE (resolv.h errors as long
4198                 as we don't add _BSD_SOURCE. Ugly).
4199
4200 2007-03-29 [wwp]        2.8.1cvs64
4201
4202         * src/prefs_logging.c
4203                 Fix sensitivity of clip-log widgets in prefs/logging,
4204                 thanks to Fabien.
4205
4206 2007-03-29 [wwp]        2.8.1cvs63
4207
4208         * po/POTFILES.in
4209                 Updated files list for translations, thanks to Fabien.
4210
4211 2007-03-29 [colin]      2.8.1cvs62
4212
4213         * src/main.c
4214         * src/common/Makefile.am
4215         * src/common/utils.c
4216                 Maybe make URI opening work in Maemo
4217                 Requires testing :)
4218
4219 2007-03-28 [colin]      2.8.1cvs61
4220
4221         * src/folder.c
4222         * src/folder.h
4223         * src/folderview.c
4224                 Add the possibility to sort folders arbitrarily
4225                 (via editing of folderlist.xml only). Patch by
4226                 Martin P <mp26+claws@os.inf.tu-dresden.de>
4227                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
4228                 be changed by the user'
4229
4230 2007-03-28 [colin]      2.8.1cvs60
4231
4232         * src/mimeview.c
4233                 Add popup menu for mime icons
4234
4235 2007-03-28 [colin]      2.8.1cvs59
4236
4237         * src/mainwindow.c
4238                 Fix a layout issue when presenting
4239                 mainwindow in Small screen layout
4240         * src/toolbar.c
4241         * src/toolbar.h
4242                 Add a "Go to folder list" button for
4243                 mainwindow, and make it default in
4244                 the Maemo build
4245
4246 2007-03-28 [colin]      2.8.1cvs58
4247
4248         * src/compose.c
4249                 Don't dynamically update title on Maemo
4250                 Patch by Jean-Luc Biord
4251
4252 2007-03-27 [colin]      2.8.1cvs57
4253
4254         * src/compose.c
4255         * src/folderview.c
4256         * src/summaryview.c
4257                 Enable tap-and-hold on Maemo
4258
4259 2007-03-26 [colin]      2.8.1cvs56
4260
4261         * src/compose.c
4262                 More popup-menu (in attachments list)
4263
4264 2007-03-26 [colin]      2.8.1cvs55
4265
4266         * src/compose.c
4267                 Enable popup-menu signal
4268
4269 2007-03-26 [colin]      2.8.1cvs54
4270
4271         * src/plugins/pgpinline/pgpinline.c
4272                 Fix bug 1111, 'PGP/inline plugin hides text 
4273                 around encrypted text block'. Patch based on
4274                 a patch from Michal Cihar.
4275
4276 2007-03-26 [wwp]        2.8.1cvs53
4277
4278         * src/procmsg.c
4279                 Fix getting a false error when sending queued message
4280                 whereas the sending was fine (if there are subfolders
4281                 in the queue folder), thanks to Colin.
4282
4283 2007-03-26 [paul]       2.8.1cvs52
4284
4285         * src/wizard.c
4286                 update FACE header in welcome message
4287
4288 2007-03-25 [colin]      2.8.1cvs51
4289
4290         * src/Makefile.am
4291                 Fix make dist
4292
4293 2007-03-25 [colin]      2.8.1cvs50
4294
4295         * src/main.c
4296                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
4297
4298 2007-03-24 [colin]      2.8.1cvs49
4299
4300         * src/main.c
4301                 Fix a few launch problems on Maemo
4302                 Patch by Jean-Luc Biord
4303
4304 2007-03-24 [wwp]        2.8.1cvs48
4305
4306         * src/alertpanel.c
4307         * src/alertpanel.h
4308         * src/messageview.c
4309         * src/summaryview.c
4310                 Fix wrong action performed when closing the
4311                 "ask about account specific filtering rules
4312                 when filtering manually" dialog by pressing Escape.
4313                 Fix wrong order of buttons in the "return receipt
4314                 notification - the message was sent to several of
4315                 your accounts" dialog.
4316
4317 2007-03-24 [paul]       2.8.1cvs47
4318
4319         * src/folderview.c
4320                 an improvement to English usage
4321         * tools/kdeservicemenu/README
4322                 updated Claws url
4323
4324 2007-03-24 [paul]       2.8.1cvs46
4325
4326         * src/Makefile.am
4327         * src/stock_pixmap.c
4328         * src/pixmaps/edit_extern.xpm
4329         * src/pixmaps/mail_sign.xpm
4330                 rescue long lost icons
4331
4332 2007-03-24 [paul]       2.8.1cvs45
4333
4334         * src/toolbar.c
4335                 fix toolbar (broken in 2.8.1cvs42)
4336
4337 2007-03-23 [colin]      2.8.1cvs44
4338
4339         * src/imap.c
4340                 Correctly unsubscribe/resubscribe after
4341                 RENAME
4342
4343 2007-03-23 [colin]      2.8.1cvs43
4344
4345         * src/prefs_common.c
4346                 Maemo: as the platform is light on RAM, allow
4347                 caches to be discarded faster.
4348
4349 2007-03-23 [colin]      2.8.1cvs42
4350
4351         * src/Makefile.am
4352         * src/compose.c
4353         * src/compose.h
4354         * src/stock_pixmap.c
4355         * src/stock_pixmap.h
4356         * src/summaryview.c
4357         * src/summaryview.h
4358         * src/toolbar.c
4359         * src/toolbar.h
4360         * src/pixmaps/open_mail.xpm
4361                 Maemo changes: Add the possibility to have
4362                 "Open Email" and "Close Window" buttons on 
4363                 toolbars (and use them in Maemo's default
4364                 toolbars)
4365
4366 2007-03-23 [wwp]        2.8.1cvs41
4367
4368         * src/action.c
4369                 Reverted that part of the action dialog closure logics, to
4370                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
4371                 done later in a different way (or may not).
4372
4373 2007-03-22 [wwp]        2.8.1cvs40
4374
4375         * src/action.c
4376                 Fix sticky action dialog when got no output but action command
4377                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
4378
4379 2007-03-22 [colin]      2.8.1cvs39
4380
4381         * src/prefs_filtering.c
4382         * src/gtk/combobox.h
4383                 Fix escaping account names in filtering prefs
4384
4385 2007-03-22 [colin]      2.8.1cvs38
4386
4387         * src/addrindex.c
4388         * src/ldapctrl.h
4389         * src/ldapquery.c
4390                 Add any attribute specified in LDAP servers'
4391                 Search attributes to the Other Attributes tab
4392                 of contacts; Add 'telephoneNumber' in the
4393                 default list.
4394
4395 2007-03-22 [colin]      2.8.1cvs37
4396
4397         * src/folderview.c
4398         * src/folderview.h
4399         * src/mainwindow.c
4400                 Try to prevent race conditions when
4401                 changing the folder list
4402         * src/summaryview.c
4403                 Fix possible red folder icon when
4404                 switching from Small screen layout
4405                 to any other
4406
4407 2007-03-22 [colin]      2.8.1cvs36
4408
4409         * src/mainwindow.c
4410         * src/mainwindow.h
4411         * src/summaryview.c
4412                 Rename "little screen" to "Small screen"
4413         * src/gtk/Makefile.am
4414         * src/common/utils.c
4415         * src/mh.c
4416                 Fix Maemo-related compilation problems
4417
4418 2007-03-21 [colin]      2.8.1cvs35
4419
4420         * configure.ac
4421                 Fix previous commit
4422         * claws-mail.desktop
4423                 Remove .png from the Icon, it's useless
4424
4425 2007-03-21 [colin]      2.8.1cvs34
4426
4427         * configure.ac
4428         * src/Makefile.am
4429                 Add the necessary lib checking for 
4430                 Maemo
4431
4432 2007-03-21 [colin]      2.8.1cvs33
4433
4434         * src/main.c
4435                 Fix unconditional "error happened" when
4436                 sending via command-line. "lol @ myself"
4437
4438 2007-03-21 [colin]      2.8.1cvs32
4439
4440         * claws-mail-40x40.png
4441         * claws-mail-26x26.png
4442         * src/account.c
4443         * src/addressbook.c
4444         * src/compose.c
4445         * src/folderview.c
4446         * src/folderview.h
4447         * src/main.c
4448         * src/mainwindow.c
4449         * src/mainwindow.h
4450         * src/messageview.c
4451         * src/prefs_account.c
4452         * src/prefs_common.c
4453         * src/summary_search.c
4454         * src/summaryview.c
4455         * src/summaryview.h
4456         * src/gtk/authors.h
4457         * src/gtk/gtkutils.c
4458         * src/gtk/gtkutils.h
4459         * src/gtk/logwindow.c
4460         * src/gtk/menu.c
4461         * src/gtk/prefswindow.c
4462                 Add Maemo port (patch mainly by Jean-Luc Biort)
4463                 Add a new 'Little screen' layout to help on such
4464                 platforms (patch by me)
4465                 Make some default preferences different (more
4466                 adapted) on Maemo (patch by me)
4467
4468 2007-03-21 [wwp]        2.8.1cvs31
4469
4470         * src/prefs_logging.c
4471         * src/prefs_logging.h
4472                 Fixed copyright header of newly added files.
4473
4474 2007-03-21 [wwp]        2.8.1cvs30
4475
4476         * src/Makefile.am
4477         * src/filtering.c
4478         * src/filtering.h
4479         * src/folder.c
4480         * src/folderview.c
4481         * src/imap.c
4482         * src/inc.c
4483         * src/main.c
4484         * src/mainwindow.c
4485         * src/mainwindow.h
4486         * src/matcher.c
4487         * src/messageview.c
4488         * src/news.c
4489         * src/pop.c
4490         * src/prefs_common.c
4491         * src/prefs_common.h
4492         * src/prefs_logging.c
4493         * src/prefs_logging.h
4494         * src/prefs_other.c
4495         * src/procmsg.c
4496         * src/send_message.c
4497         * src/summaryview.c
4498         * src/common/log.c
4499         * src/common/log.h
4500         * src/common/nntp.c
4501         * src/common/session.c
4502         * src/common/smtp.c
4503         * src/common/socket.c
4504         * src/etpan/imap-thread.c
4505         * src/gtk/logwindow.c
4506         * src/gtk/logwindow.h
4507         * src/plugins/bogofilter/bogofilter.c
4508         * src/plugins/spamassassin/spamassassin.c
4509                 Added debugging of filtering/processing rules.
4510                 The debug log is here 'Tools/Filtering debug window',
4511                 the options there 'Configuration/Preferences/Other/Logging',
4512                 and the log file is ~/.claws-mail/filtering.log.
4513                 Moved protocol log prefs to 'Other/Logging' as well.
4514                 To support such debugging feature, the existing log API has
4515                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
4516                 this impacts many external modules (commits follow).
4517
4518 2007-03-21 [paul]       2.8.1cvs29
4519
4520         * src/etpan/Makefile.am
4521         * src/etpan/imap-thread.c
4522                 add missing #include
4523
4524 2007-03-21 [colin]      2.8.1cvs28
4525
4526         * src/procmime.c
4527                 Fix bug 1157, 'some broken messages confuse 
4528                 mime parser'. Make sure we can't have MimeInfos
4529                 with negative sizes.
4530
4531 2007-03-20 [colin]      2.8.1cvs27
4532
4533         * src/main.c
4534                 Fix missing \0 on buffer
4535
4536 2007-03-20 [colin]      2.8.1cvs26
4537
4538         * src/mh.c
4539                 Use make_dir_hier instead of make_dir 
4540                 to create the MH mailbox
4541
4542 2007-03-20 [colin]      2.8.1cvs25
4543
4544         * src/folder.c
4545         * src/folder.h
4546         * src/prefs_account.c
4547         * src/wizard.c
4548                 Fix default inbox weirdnesses (after wizard,
4549                 if path is Mail, mailbox identifier is #mh/Mailbox,
4550                 and when creating new accounts)
4551
4552 2007-03-20 [colin]      2.8.1cvs24
4553
4554         * src/account.c
4555                 Write folderlist after adding/deleting accounts
4556                 that have folders
4557
4558 2007-03-20 [colin]      2.8.1cvs23
4559
4560         * src/imap.c
4561         * src/remotefolder.h
4562                 Fix bug 1153, 'CM segfaults if IMAP folder is 
4563                 selected while scanning prior to update'
4564
4565 2007-03-17 [paul]       2.8.1cvs22
4566
4567         * src/main.c
4568                 fix a typo, and be a little more verbose.
4569
4570 2007-03-17 [wwp]        2.8.1cvs21
4571
4572         * src/inc.c
4573                 Fix a compiler warning.
4574
4575 2007-03-16 [wwp]        2.8.1cvs20
4576
4577         * tools/Makefile.am
4578         * tools/README
4579                 Updated to deal w/ the new mairix.sh tool.
4580
4581 2007-03-16 [wwp]        2.8.1cvs19
4582
4583         * src/action.c
4584                 Fix logics issues around the action IO dialog:
4585                 - disable entry widget and exec button when
4586                   the exec button is clicked (don't wait for any
4587                   output line) - fix possible disabling/re-enabling/
4588                   re-disabling of those widgets
4589                 - raise an error if executing a %as{} action either
4590                   empty or invalid, instead of failing silently
4591                 - don't close the dialog if the abort button has been
4592                   clicked and if there was no output yet
4593                 - set focus to the abort button when the exec button
4594                   is clicked
4595                 - fix capitalization of a warning message
4596
4597 2007-03-16 [wwp]        2.8.1cvs18
4598
4599         * tools/mairix.sh
4600                 Added a wrapper to mairix to the tools folder.
4601
4602 2007-03-16 [colin]      2.8.1cvs17
4603
4604         * src/messageview.c
4605         * src/mimeview.h
4606                 Allow mimeviewer plugins to print
4607                 their stuff
4608
4609 2007-03-16 [colin]      2.8.1cvs16
4610
4611         * .cvsignore
4612                 Ignore *.patchset
4613
4614 2007-03-15 [colin]      2.8.1cvs15
4615
4616         * src/messageview.c
4617         * src/mimeview.h
4618                 Add a way for mimeviewer plugins to
4619                 implement body search
4620
4621 2007-03-15 [paul]       2.8.1cvs14
4622
4623         * src/prefs_spelling.c
4624                 fix English usage
4625
4626 2007-03-15 [paul]       2.8.1cvs13
4627
4628         * src/common/quoted-printable.c
4629                 fix decoding of quoted-printable parts
4630
4631 2007-03-14 [wwp]        2.8.1cvs12
4632
4633         * src/gtk/logwindow.h
4634                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
4635
4636 2007-03-14 [wwp]        2.8.1cvs11
4637
4638         * src/gtk/logwindow.h
4639                 Complete 2.8.1cvs10.
4640
4641 2007-03-14 [colin]      2.8.1cvs10
4642
4643         * src/gtk/logwindow.c
4644                 Probably fix bug 1149, crash on logwindow
4645                 close - at the expense of performance once
4646                 logwin has been opened
4647
4648 2007-03-14 [colin]      2.8.1cvs9
4649
4650         * src/main.c
4651                 If claws-mail is running on another
4652                 display, warn instead of popping it up
4653                 on the other display
4654
4655 2007-03-12 [colin]      2.8.1cvs8
4656
4657         * src/wizard.c
4658                 Fix bug 1145, 'Setting a different name 
4659                 for the Mailbox name isn't reflected in 
4660                 default account settings'. Patch by wwp
4661
4662 2007-03-12 [colin]      2.8.1cvs7
4663
4664         * src/summaryview.c
4665                 Fix bug 1143, 'Add number of messages to be 
4666                 deleted to confirmation dialog'
4667
4668 2007-03-12 [wwp]        2.8.1cvs6
4669
4670         * src/folderview.c
4671         * src/prefs_common.c
4672         * src/prefs_common.h
4673         * src/prefs_summaries.c
4674                 Changed the option that displays unread messages count
4675                 next to the folder name in folder list: it is now
4676                 possible to either display nothing, display the
4677                 unread messages number only or the unread and total messages
4678                 numbers. The patch includes this extra feature as well
4679                 as some minor fixes by rewriting the algo in folderview.c.
4680                 Thanks to Paul for the original idea and implementation, plus
4681                 testing and proof-reading!
4682
4683 2007-03-09 [paul]       2.8.1cvs5
4684
4685         * tools/Makefile.am
4686         * tools/README
4687         * tools/claws-mail-compose-insert-files.pl
4688                 added a script which enables inserting files
4689                 into the message body of a new Claws Mail
4690                 Compose window from the command line. Additionally
4691                 To, Cc, Subject and files to attach to the message
4692                 can be specified.
4693
4694 2007-03-09 [wwp]        2.8.1cvs4
4695
4696         * src/addr_compl.c
4697         * src/addr_compl.h
4698         * src/filtering.c
4699                 Optimize matching of addresses in the addressbook
4700                 (filtering/processing 'found_in_addressbook' condition).
4701
4702 2007-03-07 [wwp]        2.8.1cvs3
4703
4704         * src/quote_fmt.c
4705         * src/quote_fmt_lex.l
4706         * src/quote_fmt_parse.y
4707                 Add a new quote format symbol: %A to insert the
4708                 sender email address (just the address itself).
4709
4710 2007-03-06 [wwp]        2.8.1cvs2
4711
4712         * src/gtk/gtkutils.c
4713         * src/plugins/trayicon/trayicon_prefs.h
4714         * src/plugins/trayicon/trayicon_prefs.c
4715         * src/plugins/trayicon/trayicon.c
4716         * src/mainwindow.h
4717         * src/mainwindow.c
4718                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
4719                 minimizing Claws-Mail main window will hide it to the trayicon instead.
4720
4721
4722 2007-03-06 [paul]       2.8.1cvs1
4723
4724         * NEWS
4725         * README
4726         * RELEASE_NOTES
4727         * configure.ac
4728                 bump version number following
4729                 stable release
4730
4731 2007-03-06 [paul]       2.8.0cvs24
4732
4733         * po/cs.po
4734                 corrected by by Tim <timbrain@post.cz>
4735
4736 2007-03-05 [colin]      2.8.0cvs23
4737
4738         * src/Makefile.am
4739         * src/procmime.c
4740                 Fix mime/globs path on NetBSD
4741                 patch by George Michaelson
4742
4743 2007-03-05 [wwp]        2.8.0cvs22
4744
4745         * src/addr_compl.c
4746                 Remove debug statement (accidentally committed w/ cvs14).
4747
4748 2007-03-05 [paul]       2.8.0cvs21
4749
4750         * src/plugins/pgpcore/prefs_gpg.c
4751                 fix compiler warning
4752
4753 2007-03-05 [wwp]        2.8.0cvs20
4754
4755         * src/matcher_parser_parse.y
4756                 Fix mismerge between cvs17 and cvs19.
4757
4758 2007-03-05 [wwp]        2.8.0cvs19
4759
4760         * src/matcher_parser_parse.y
4761         * src/prefs_filtering_action.c
4762         * src/matcher.c
4763         * src/matcher.h
4764         * src/filtering.c
4765         * src/filtering.h
4766                 Add new 'add_to_addressbook' filtering/processing action.
4767
4768 2007-03-05 [wwp]        2.8.0cvs18
4769
4770         * src/filtering.c
4771                 Fix mark_as_ham filtering/processing action: spam flag
4772                 was not unset.
4773
4774 2007-03-04 [colin]      2.8.0cvs17
4775
4776         * src/filtering.c
4777         * src/matcher.c
4778         * src/matcher.h
4779         * src/matcher_parser_parse.y
4780         * src/prefs_filtering_action.c
4781                 Add 'Mark as spam' and 'Mark as ham' filtering
4782                 actions. Fixes bug 1138.
4783
4784 2007-03-04 [colin]      2.8.0cvs16
4785
4786         * src/imap.c
4787                 Fix bug 1140, wrong return value
4788                 without libetpan
4789
4790 2007-03-04 [wwp]        2.8.0cvs15
4791
4792         * src/addr_compl.c
4793                 Rollback cvs14: don't free stuff that is managed in g_list.
4794
4795 2007-03-04 [wwp]        2.8.0cvs14
4796
4797         * src/addr_compl.c
4798                 Fix a leak in address completion code.
4799
4800 2007-03-04 [colin]      2.8.0cvs13
4801
4802         * src/addr_compl.c
4803                 Maybe fix bug 1136, 'Crash in group 
4804                 address completion'
4805
4806 2007-03-04 [iwkse]      2.8.0cvs12
4807
4808         * src/imap.c
4809                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
4810
4811 2007-03-03 [colin]      2.8.0cvs11
4812
4813         * src/plugins/pgpinline/pgpinline.c
4814                 Fix off-by-one, fix double-free. Fixes
4815                 bug 1135, 'cm-segfault on decrypting 
4816                 with PGP/inline'
4817
4818 2007-03-03 [colin]      2.8.0cvs10
4819
4820         * configure.ac
4821         * src/main.c
4822         * src/common/plugin.c
4823                 Fix bug 1134, 'Valgrind macros unhandled 
4824                 by Irix's cc'
4825
4826 2007-03-02 [colin]      2.8.0cvs9
4827
4828         * src/mbox.c
4829                 Don't error out on EAGAIN. Fixes 
4830                 bug 1129, '"local mbox file" account 
4831                 isn't retrieving mails'
4832
4833 2007-03-01 [wwp]        2.8.0cvs8
4834
4835         * src/mainwindow.c
4836         * src/gtk/colorlabel.c
4837                 Remove accels for extra color labels until we set better
4838                 and definitive ones.
4839
4840 2007-02-28 [wwp]        2.8.0cvs7
4841
4842         * src/mainwindow.c
4843         * src/matcher_parser_parse.y
4844         * src/prefs_common.c
4845         * src/prefs_msg_colors.c
4846         * src/procmsg.h
4847         * src/gtk/colorlabel.c
4848         * src/gtk/colorlabel.h
4849                 Add more customizable color labels. Cleaned up a bit
4850                 the color label API to avoid duplicate defines of
4851                 the max number of colors.
4852
4853 2007-02-27 [colin]      2.8.0cvs6
4854
4855         * src/mainwindow.c
4856         * src/common/utils.c
4857         * src/common/utils.h
4858                 Fix '+' in mailto URIs for List-* headers
4859
4860 2007-02-27 [colin]      2.8.0cvs5
4861
4862         * src/gtk/gtkutils.c
4863                 Use gtk_window_set_role instead of 
4864                 _set_wmclass
4865
4866 2007-02-27 [colin]      2.8.0cvs4
4867
4868         * src/inc.c
4869                 Fix "After receiving new mail, go to inbox" on IMAP,
4870                 and make it work only on manual reception
4871
4872 2007-02-27 [wwp]        2.8.0cvs3
4873
4874         * src/prefs_filtering.c
4875         * src/prefs_filtering_action.c
4876         * src/prefs_matcher.c
4877                 Update filtering matcher's and action's color label menus
4878                 when re-opening those dialogs (reflect any change to the
4879                 color labels list in the preferences).
4880
4881 2007-02-27 [colin]      2.8.0cvs2
4882
4883         * src/imap.c
4884         * src/etpan/etpan-thread-manager-types.h
4885         * src/etpan/etpan-thread-manager.c
4886         * src/etpan/imap-thread.c
4887                 Log imap ALERTs as errors in the log.
4888
4889 2007-02-26 [paul]       2.8.0cvs1
4890
4891         * tools/claws.i18n.status.pl
4892                 updated
4893
4894 2007-02-26 [paul]       2.7.2cvs75
4895
4896         * po/ca.po
4897         * po/cs.po
4898         * po/de.po
4899         * po/en_GB.po
4900         * po/fi.po
4901         * po/fr.po
4902         * po/hu.po
4903         * po/pl.po
4904         * po/pt_BR.po
4905         * po/sk.po
4906         * po/sr.po
4907         * po/zh_CN.po
4908                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4909                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4910                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4911                 Aleksandar Urosevic, and Ralgh Young
4912
4913 2007-02-25 [mones]      2.7.2cvs74
4914
4915         * po/es.po
4916                 Updated for release
4917
4918 2007-02-25 [colin]      2.7.2cvs73
4919
4920         * src/main.c
4921                 Clearing the list is only useful
4922                 to prevent a valgrind false-positive
4923
4924 2007-02-25 [paul]       2.7.2cvs72
4925
4926         * tools/Makefile.am
4927         * tools/README
4928         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
4929         * tools/maildir2claws-mail.pl  **REMOVED**
4930                 renamed the script, fixed a couple bugs
4931
4932 2007-02-23 [colin]      2.7.2cvs71
4933
4934         * src/addressbook.c
4935                 Fix a leak, check for a few improbable nulls
4936
4937 2007-02-23 [colin]      2.7.2cvs70
4938
4939         * src/main.c
4940         * src/main.h
4941         * src/plugins/trayicon/trayicon.c
4942                 Fix blinking mainwin when starting in tray
4943                 (show mainwindow later in the startup process,
4944                  apart if restarting post-crash)
4945
4946 2007-02-23 [colin]      2.7.2cvs69
4947
4948         * src/folderview.c
4949         * src/imap_gtk.c
4950                 Fix crash when unsubscribing the currently
4951                 selected/opened folder
4952
4953 2007-02-23 [colin]      2.7.2cvs68
4954
4955         * src/compose.c
4956                 Fix bug that prevented colorization to
4957                 work without wrap quotation option
4958
4959 2007-02-23 [colin]      2.7.2cvs67
4960
4961         * src/addr_compl.c
4962                 Fix refcounting, start and end completion who
4963                 behaved as if there couldn't be any other current
4964                 user of completion
4965
4966 2007-02-23 [wwp]        2.7.2cvs66
4967
4968         * src/addressbook.c
4969         * src/addrindex.c
4970                 Address completion fixes: fix addressbook_peek_folder_exists() in
4971                 which the algorithm was ridiculously over-obfuscated and broken.
4972                 Fix addrindex_load_completion() as well, to load addresses in
4973                 completion list with regards to what addressbook_peek_folder_exists()
4974                 returns now.
4975
4976 2007-02-23 [wwp]        2.7.2cvs65
4977
4978         * src/addr_compl.c
4979                 Add addresses to completion when they're non-empty (thanks to Colin).
4980
4981 2007-02-23 [paul]       2.7.2cvs64
4982
4983         * src/plugins/pgpcore/passphrase.c
4984                 remove 'const '
4985
4986 2007-02-23 [colin]      2.7.2cvs63
4987
4988         * src/plugins/pgpcore/prefs_gpg.c
4989         * src/plugins/pgpcore/prefs_gpg.h
4990         * src/plugins/pgpcore/sgpgme.c
4991         * src/plugins/pgpinline/pgpinline.c
4992         * src/plugins/pgpmime/pgpmime.c
4993                 Try harder to respect user's choice wrt
4994                 gpg-agent even with gpg2, by unsetting
4995                 GPG_AGENT_INFO when necessary.
4996
4997 2007-02-22 [paul]       2.7.2cvs62
4998
4999         * src/plugins/pgpcore/sgpgme.c
5000         * src/plugins/pgpcore/sgpgme.h
5001         * src/plugins/pgpcore/passphrase.c
5002         * src/plugins/pgpinline/pgpinline.c
5003         * src/plugins/pgpmime/pgpmime.c
5004                 Fix a leak - gpgme_data_release_and_get_mem
5005                 leaks in recent gpgme. Workaround by using
5006                 our own function.
5007
5008 2007-02-22 [paul]       2.7.2cvs61
5009
5010         * src/gtk/quicksearch.c
5011                 Abandon dynamic search when pressing
5012                 Enter
5013
5014 2007-02-21 [colin]      2.7.2cvs60
5015
5016         * src/procmsg.c
5017         * src/plugins/pgpcore/passphrase.c
5018                 Fix little memory leaks
5019         * src/main.c
5020                 Fix false-positive leak at exit
5021         * src/gtk/quicksearch.c
5022                 Fix potentially big leak in recursive
5023                 Quicksearch
5024
5025 2007-02-21 [wwp]        2.7.2cvs59
5026
5027         * src/summaryview.c
5028                 Add missing newline to a debug message.
5029
5030 2007-02-20 [colin]      2.7.2cvs58
5031
5032         * src/Makefile.am
5033         * src/mimeview.c
5034         * src/stock_pixmap.c
5035         * src/stock_pixmap.h
5036         * src/pixmaps/mime_pgpsig.xpm
5037                 Add icon for application/pgp-signature
5038
5039 2007-02-20 [colin]      2.7.2cvs57
5040
5041         * src/Makefile.am
5042         * src/main.c
5043         * src/mimeview.c
5044         * src/stock_pixmap.c
5045         * src/stock_pixmap.h
5046         * src/pixmaps/mime_calendar.xpm
5047         * src/pixmaps/mime_pdf.xpm
5048         * src/pixmaps/mime_ps.xpm
5049                 Add icons for text/calendar, application/pdf
5050                 and application/postscript
5051
5052 2007-02-20 [colin]      2.7.2cvs56
5053
5054         * autogen.sh
5055         * src/matcher_parser_parse.y
5056         * src/matcher_parser_lex.l
5057                 Fix big memory leak in flex, and
5058                 require flex 2.5.31
5059
5060 2007-02-20 [wwp]        2.7.2cvs55
5061
5062         * src/matcher_parser_parse.y
5063                 Fix a duplicate token definition (thanks to iwkse).
5064
5065 2007-02-20 [wwp]        2.7.2cvs54
5066
5067         * src/matcher_parser_lex.l
5068         * src/quote_fmt_lex.l
5069                 Use proper flex options instead of direct use of #define,
5070                 make the flex-generated C lighter.
5071
5072 2007-02-20 [colin]      2.7.2cvs53
5073
5074         * src/summaryview.c
5075                 Grab focus in message list after hiding
5076                 the quicksearch, instead of leaving it
5077                 "somewhere"
5078
5079 2007-02-19 [colin]      2.7.2cvs52
5080
5081         * src/folderview.c
5082                 Fix bug 1033, 'Automatically refresh 
5083                 message list when new messages arrives'
5084                 Looks like folderview->opened can sometimes
5085                 be wrong...
5086
5087 2007-02-19 [paul]       2.7.2cvs51
5088
5089         * tools/Makefile.am
5090         * tools/README
5091         * tools/thunderbird-filters-convertor.pl
5092                 add new script which converts thunderbird filter
5093                 rules to Claws filter rules
5094
5095 2007-02-18 [paul]       2.7.2cvs50
5096
5097         * src/plugins/pgpcore/prefs_gpg.c
5098         * src/plugins/pgpcore/prefs_gpg.h
5099         * src/plugins/pgpcore/sgpgme.c
5100         * src/plugins/pgpinline/pgpinline.c
5101         * src/plugins/pgpmime/pgpmime.c
5102                 improved GUI interoperability with gpg-agent
5103
5104 2007-02-18 [paul]       2.7.2cvs49
5105
5106         * src/prefs_account.c
5107                 Privacy options sensitivity fix
5108
5109 2007-02-17 [colin]      2.7.2cvs48
5110
5111         * src/messageview.c
5112                 Reset icon to warning in the noticeview
5113
5114 2007-02-15 [colin]      2.7.2cvs47
5115
5116         * src/folderview.c
5117                 Fix a manifestation of bug 1033 (summaryview failing
5118                 to update for new mails), which happens after editing
5119                 account preferences or preferences that cause a 
5120                 folderview reload.
5121
5122 2007-02-15 [colin]      2.7.2cvs46
5123
5124         * src/addressbook.c
5125                 Probably fix bug 1123, 'Segmentation 
5126                 fault while opening address book'. I get
5127                 g_warnings if the saved paned position is
5128                 not greater than 0. Also, save position
5129                 when hiding the addressbook instead of
5130                 via signal.
5131
5132 2007-02-14 [colin]      2.7.2cvs45
5133
5134         * src/plugins/pgpcore/prefs_gpg.c
5135         * src/plugins/pgpcore/prefs_gpg.h
5136         * src/plugins/pgpcore/sgpgme.c
5137         * src/plugins/pgpinline/pgpinline.c
5138         * src/plugins/pgpmime/pgpmime.c
5139                 Add an option "Use gpg-agent if available". Fixes
5140                 annoyances with distro-installed gpg-agent, when
5141                 no pinentry program is installed, and the user's 
5142                 at a loss on why "decryption failed". Makes more
5143                 clear why passphrase isn't saved when gpg-agent is
5144                 used. Defaults to true, to avoid changing the 
5145                 current behaviour.
5146
5147 2007-02-14 [wwp]        2.7.2cvs44
5148
5149         * src/matcher_parser_parse.y
5150                 Fix missing line number reset (wrong line number might appear
5151                 when re-loading filtering rules if there's a parser error).
5152
5153 2007-02-13 [colin]      2.7.2cvs43
5154
5155         * src/common/utils.c
5156                 Don't encode ',' in URIs before passing it
5157                 to the browser command-line. It was probably
5158                 done at a time where commas in URIs made
5159                 mozilla -remote 'openurl(%s,new-window)'
5160                 bug.
5161
5162 2007-02-13 [wwp]        2.7.2cvs42
5163
5164         * src/prefs_matcher.c
5165         * src/plugins/bogofilter/bogofilter_gtk.c
5166                 A bit of string factorization around "Select ..." buttons.
5167
5168 2007-02-11 [colin]      2.7.2cvs41
5169
5170         * src/alertpanel.c
5171                 Make sure to escape the title
5172
5173 2007-02-11 [colin]      2.7.2cvs40
5174
5175         * src/codeconv.c
5176                 Recognize .utf8 locales as .UTF-8 ones
5177
5178 2007-02-11 [colin]      2.7.2cvs39
5179
5180         * src/compose.c
5181                 Fix code conversion when dragging a file
5182
5183 2007-02-09 [colin]      2.7.2cvs38
5184
5185         * src/plugins/clamav/clamav_plugin.c
5186                 Complete Paul's patch with conditional
5187                 compilation to avoid breaking compilation
5188                 on old Dapper and Edgy... Maybe other
5189                 distros too.
5190
5191 2007-02-09 [paul]       2.7.2cvs37
5192
5193         * src/plugins/clamav/clamav_plugin.c
5194                 fix for the upstream changes in libclamav
5195
5196 2007-02-09 [paul]       2.7.2cvs36
5197
5198         * src/main.c
5199         * src/mainwindow.c
5200         * src/procmsg.c
5201         * src/procmsg.h
5202                 fix "warn if there are queued messages" (on exit)
5203                 option, which only checked the first mailbox's
5204                 queue
5205                 don't ask before emptying trash if there are no
5206                 messages in trash, also check and empty all trash
5207                 folders
5208         * src/prefs_other.c
5209                 move "Ask before emptying trash" option
5210                 outside of the "On exit" frame as it's
5211                 not only an "On exit" option
5212
5213 2007-02-09 [paul]       2.7.2cvs35
5214
5215         * src/addrgather.c
5216         * src/alertpanel.c
5217         * src/editldap.c
5218         * src/prefs_account.c
5219         * src/prefs_folder_item.c
5220         * src/prefs_gtk.h
5221         * src/prefs_matcher.c
5222         * src/prefs_message.c
5223         * src/prefs_msg_colors.c
5224         * src/prefs_summaries.c
5225         * src/wizard.c
5226         * src/gtk/inputdialog.c
5227         * src/plugins/bogofilter/bogofilter_gtk.c
5228                 pedantic commit: use 'checkbtn' everywhere
5229                 instead of a mixture of 'checkbtn' and 'chkbtn'
5230
5231 2007-02-09 [paul]       2.7.2cvs34
5232
5233         * src/compose.c
5234                 fix default hotkeys
5235         * src/prefs_other.c
5236         * src/prefs_send.c
5237                 move "Never send Return Receipts" from
5238                 prefs_other to prefs_send
5239                 add an option "Ask about account specific
5240                 filtering rules..." to prefs_other
5241         * src/gtk/gtkutils.c
5242                 fix a compiler warning
5243
5244 2007-02-08 [colin]      2.7.2cvs33
5245
5246         * src/plugins/pgpinline/pgpinline.c
5247                 Fix bug 1110, 'pgpmime fails to process 
5248                 encapsulated openpgp mime (rfc 3156, 6.1 
5249                 -> rfc1847)'
5250                 It was due to an interaction between PGP/Mime
5251                 and PGP/Inline plugin. 
5252
5253 2007-02-08 [colin]      2.7.2cvs32
5254
5255         * src/inc.c
5256         * src/mbox.c
5257         * src/mbox.h
5258                 Fix bug 1117, 'fcntl locking code 
5259                 does not work in mbox.c'
5260
5261 2007-02-08 [colin]      2.7.2cvs31
5262
5263         * src/prefs_account.c
5264                 Fix Gentoo bug 165819, 'can't create 
5265                 a "local mbox file" account'. Patch
5266                 by Olivier <castan.o@free.fr>
5267
5268 2007-02-07 [colin]      2.7.2cvs30
5269
5270         * src/ldapquery.c
5271                 Fix bug 1106, 'Claws crash on exit if LDAPS 
5272                 autocompletion was used'
5273
5274 2007-02-07 [paul]       2.7.2cvs29
5275
5276         * src/folder.c
5277                 cut down on unnecessary debug_prints
5278         * src/imap_gtk.c
5279                 fix menu_set_active() on 'Show only
5280                 subscribed folders'
5281
5282 2007-02-07 [paul]       2.7.2cvs28
5283
5284         * src/plugins/clamav/clamav_plugin.c
5285         * src/plugins/clamav/clamav_plugin.h
5286         * src/plugins/clamav/clamav_plugin_gtk.c
5287                 fix copyright header
5288
5289 2007-02-07 [paul]       2.7.2cvs27
5290
5291         * src/procheader.c
5292                 fix bug 1116, 'summary view allow a 
5293                 subject line break'
5294
5295 2007-02-06 [colin]      2.7.2cvs26
5296
5297         * src/summaryview.c
5298                 Fix delete thread
5299
5300 2007-02-05 [fabien]     2.7.2cvs25
5301
5302         * po/POTFILES.in
5303         * src/uri_opener.c
5304                 i18n related - 1 fix and 1 message for translators.
5305
5306 2007-02-05 [colin]      2.7.2cvs24
5307
5308         * src/gtk/quicksearch.c
5309                 Don't reload summary list if quicksearch wasn't
5310                 active on hiding; move currently selected mail in
5311                 the visible area when showing the quicksearch
5312
5313 2007-02-05 [colin]      2.7.2cvs23
5314
5315         * src/folderview.c
5316                 Add debug to try to solve bug 1104
5317
5318 2007-02-05 [paul]       2.7.2cvs22
5319
5320         * src/mainwindow.c
5321                 confirm before emptying trash on exit is
5322                 a Yes or No answer, use Yes or No in the
5323                 dialog
5324
5325 2007-02-04 [colin]      2.7.2cvs21
5326
5327         * src/compose.c
5328         * src/plugins/pgpcore/passphrase.c
5329         * src/plugins/pgpcore/select-keys.c
5330                 Set wmclass on new windows
5331
5332 2007-02-04 [colin]
5333
5334         2.8.0-rc1 released
5335
5336 2007-02-04 [colin]      2.7.2cvs20
5337
5338         * src/compose.c
5339         * src/compose.h
5340                 Auto save drafts on exit, reopen them
5341                 at startup, instead of asking
5342         * src/account.c
5343         * src/addressadd.c
5344         * src/addressbook.c
5345         * src/addressbook_foldersel.c
5346         * src/addrgather.c
5347         * src/crash.c
5348         * src/editaddress.c
5349         * src/editbook.c
5350         * src/editgroup.c
5351         * src/editjpilot.c
5352         * src/editldap.c
5353         * src/editldap_basedn.c
5354         * src/editvcard.c
5355         * src/exphtmldlg.c
5356         * src/expldifdlg.c
5357         * src/export.c
5358         * src/foldersel.c
5359         * src/gedit-print.c
5360         * src/import.c
5361         * src/importldif.c
5362         * src/importmutt.c
5363         * src/importpine.c
5364         * src/main.c
5365         * src/mainwindow.c
5366         * src/message_search.c
5367         * src/messageview.c
5368         * src/prefs_actions.c
5369         * src/prefs_customheader.c
5370         * src/prefs_display_header.c
5371         * src/prefs_filtering.c
5372         * src/prefs_filtering_action.c
5373         * src/prefs_folder_column.c
5374         * src/prefs_gtk.c
5375         * src/prefs_matcher.c
5376         * src/prefs_other.c
5377         * src/prefs_summaries.c
5378         * src/prefs_summary_column.c
5379         * src/prefs_template.c
5380         * src/sourcewindow.c
5381         * src/ssl_manager.c
5382         * src/summary_search.c
5383         * src/uri_opener.c
5384         * src/gtk/about.c
5385         * src/gtk/description_window.c
5386         * src/gtk/foldersort.c
5387         * src/gtk/gtkutils.c
5388         * src/gtk/gtkutils.h
5389         * src/gtk/icon_legend.c
5390         * src/gtk/logwindow.c
5391         * src/gtk/pluginwindow.c
5392         * src/gtk/prefswindow.c
5393                 Give different wmclass to different
5394                 windows - thanks to sed ;)
5395
5396 2007-02-04 [colin]      2.7.2cvs19
5397
5398         * src/main.c
5399                 Revert previous patch, can't reproduce
5400                 it anymore. 
5401
5402 2007-02-03 [colin]      2.7.2cvs18
5403
5404         * src/main.c
5405                 Don't save the mainwindow size and
5406                 position on emergency exit (libSM's
5407                 "die" callback), Xfce seems to make
5408                 the window smaller just before the
5409                 size's saved.
5410
5411 2007-02-03 [colin]      2.7.2cvs17
5412
5413         * src/plugins/bogofilter/bogofilter.c
5414         * src/plugins/bogofilter/bogofilter.h
5415         * src/plugins/bogofilter/bogofilter_gtk.c
5416         * src/plugins/pgpinline/pgpinline.c
5417         * src/plugins/pgpinline/pgpinline.h
5418                 Fix more copyrights
5419
5420 2007-02-03 [colin]      2.7.2cvs16
5421
5422         * src/partial_download.c
5423         * src/partial_download.h
5424         * src/ssl_manager.c
5425         * src/ssl_manager.h
5426         * src/uri_opener.c
5427         * src/uri_opener.h
5428         * src/wizard.c
5429         * src/wizard.h
5430         * src/common/ssl_certificate.c
5431         * src/common/ssl_certificate.h
5432         * src/gtk/quicksearch.c
5433         * src/gtk/quicksearch.h
5434         * src/gtk/sslcertwindow.c
5435         * src/gtk/sslcertwindow.h
5436                 Fix copyright on my files
5437
5438 2007-02-02 [colin]      2.7.2cvs15
5439
5440         * src/Makefile.am
5441         * src/mainwindow.c
5442         * src/messageview.c
5443         * src/messageview.h
5444         * src/textview.c
5445         * src/textview.h
5446         * src/uri_opener.c
5447         * src/uri_opener.h
5448                 Add Tools/List URIs to allow
5449                 opening any URI in the current mail
5450
5451 2007-02-02 [colin]      2.7.2cvs14
5452
5453         * src/common/valgrind.h ** NEW FILE **
5454         * src/common/Makefile.am
5455         * src/common/plugin.c
5456                 Don't dlclose the plugins if we're running
5457                 under valgrind. (doesn't require valgrind
5458                 either at compile time or run time).
5459
5460 2007-02-01 [paul]       2.7.2cvs13
5461
5462         * AUTHORS
5463         * src/gtk/authors.h
5464         * tools/freshmeat_search.pl
5465         * tools/google_search.pl
5466         * tools/multiwebsearch.pl
5467                 add support for non ISO-8859-1 compatible locales
5468                 Patch by Alex Gorbachenko <agent_007@immo.ru>
5469
5470 2007-02-01 [colin]      2.7.2cvs12
5471
5472         * src/prefs_other.c
5473         * src/prefs_summaries.c
5474                 Move keybinding prefs to the Other page
5475
5476 2007-02-01 [wwp]        2.7.2cvs11
5477
5478         * src/plugins/trayicon/trayicon.c
5479                 Fix a raising issue within KDE.
5480
5481 2007-02-01 [colin]      2.7.2cvs10
5482
5483         * src/codeconv.c
5484                 Fix stray quotes in encoded strings
5485         * src/addressadd.c
5486                 Fix wrong call causing g_warnings
5487         * src/textview.c
5488                 Remove useless message
5489
5490 2007-01-31 [wwp]        2.7.2cvs9
5491
5492         * src/plugins/trayicon/trayicon.c
5493                 fix buggy hiding of main window when closing if close-to-tray
5494                 is not set (bad logics  in the trayicon hook code).
5495                 Changed the quit confirmation message too.
5496
5497 2007-01-30 [colin]      2.7.2cvs8
5498
5499         * src/main.c
5500                 Fix hidden mainwindow after clicking on
5501                 the X close button, if compose windows
5502                 exist and the user chooses not to quit
5503
5504 2007-01-30 [colin]      2.7.2cvs7
5505
5506         * src/main.c
5507         * src/compose.c
5508                 Handle local URIs to attach files (file:///...)
5509                 Fixes attaching files from Thunar for example
5510
5511 2007-01-30 [colin]      2.7.2cvs6
5512
5513         * src/prefs_ext_prog.c
5514                 Add 'mousepad' to the list of text editors.
5515                 Mousepad is XFCE's text editor
5516
5517 2007-01-29 [wwp]        2.7.2cvs5
5518
5519         * po/POTFILES.in
5520         * src/plugins/trayicon/trayicon_prefs.c
5521                 trayicon i18n fixes, thanks to Fabien.
5522
5523 2007-01-28 [wwp]        2.7.2cvs4
5524
5525         * src/mainwindow.c
5526         * src/mainwindow.h
5527         * src/plugins/trayicon/trayicon.c
5528         * src/plugins/trayicon/trayicon_prefs.c
5529         * src/plugins/trayicon/trayicon_prefs.h
5530                 Added a new TrayIcon plugin option to close to tray
5531                 (WM's hotkey and [X] button will hide the window instead
5532                 of closing it - closing CM can be done using the tray icon
5533                 menu or the File menu).
5534                 Improved visibility handling in trayicon, clicking the
5535                 trayicon now raise the window to current desktop when it
5536                 was either minimized/shaded/on another desktop.
5537                 Thanks to Paul for testing and fixing a strange behaviour
5538                 in KDE ;-).
5539
5540 2007-01-27 [paul]       2.7.2cvs3
5541
5542         * src/prefs_folder_item.c
5543         * src/prefs_receive.c
5544         * src/plugins/pgpcore/prefs_gpg.c
5545                 use 'start-up' instead of 'startup' in labels
5546
5547 2007-01-26 [wwp]        2.7.2cvs2
5548
5549         * src/plugins/trayicon/Makefile.am
5550         * src/plugins/trayicon/trayicon.c
5551         * src/plugins/trayicon/trayicon_prefs.c
5552         * src/plugins/trayicon/trayicon_prefs.h
5553                 Add a new TrayIcon option to hide the main window at
5554                 start-up.
5555                 Fix trayicon.c copyright header.
5556
5557 2007-01-26 [paul]       2.7.2cvs1
5558
5559         * NEWS
5560         * README
5561         * RELEASE_NOTES
5562         * configure.ac
5563                 bump up version number following
5564                 stable release
5565
5566 2007-01-25 [mones]      2.7.1cvs60
5567
5568         * po/es.po
5569                 updated thousands of strings (well, probably less ;-)
5570
5571 2007-01-25 [colin]      2.7.1cvs59
5572
5573         * src/matcher.c
5574                 Fix 2nd-run loss of matcherrc on new
5575                 configurations. 
5576
5577 2007-01-25 [wwp]        2.7.1cvs58
5578
5579         * src/mimeview.c
5580                 fix handling of empty value in attach_save_directory too, thanks
5581                 to Colin.
5582
5583 2007-01-25 [wwp]        2.7.1cvs57
5584
5585         * src/gtk/filesel.c
5586                 fix handling of empty value in attach_load_directory,
5587                 thanks to Colin.
5588
5589 2007-01-25 [wwp]        2.7.1cvs56
5590
5591         * src/plugins/dillo_viewer/dillo_prefs.h
5592                 fix a typo.
5593
5594 2007-01-25 [colin]      2.7.1cvs55
5595
5596         * src/matcher.c
5597         * src/matcher.h
5598         * src/matcher_parser_parse.y
5599         * src/prefs_matcher.c
5600                 Add matching on the spam flag
5601
5602 2007-01-24 [colin]      2.7.1cvs54
5603
5604         * src/folder.c
5605         * src/common/xml.c
5606         * src/common/xml.h
5607                 Make sure folderlist.xml is correctly
5608                 written before overwriting it.
5609         * src/procmsg.c
5610         * src/procmsg.h
5611         * src/summaryview.c
5612         * src/plugins/bogofilter/bogofilter.c
5613         * src/plugins/bogofilter/bogofilter.h
5614         * src/plugins/bogofilter/bogofilter_gtk.c
5615         * src/plugins/spamassassin/spamassassin.c
5616         * src/plugins/spamassassin/spamassassin.h
5617         * src/plugins/spamassassin/spamassassin_gtk.c
5618                 Move spam to the correct trash folder after
5619                 learning, if spam directory isn't set.
5620
5621 2007-01-23 [paul]       2.7.1cvs53
5622
5623         * src/plugins/bogofilter/bogofilter_gtk.c
5624                 fix sensitivity of "Insert X-Bogosity header"
5625                 option
5626
5627 2007-01-23 [colin]      2.7.1cvs52
5628
5629         * src/toolbar.c
5630                 Translate toolbar items text if
5631                 they're translatable (default)
5632         * src/addrcache.c
5633         * src/addrcache.h
5634         * src/addritem.c
5635         * src/addritem.h
5636         * src/codeconv.c
5637         * src/codeconv.h
5638         * src/jpilot.c
5639         * src/jpilot.h
5640         * src/ldapctrl.c
5641         * src/ldapctrl.h
5642         * src/ldapquery.h
5643         * src/ldif.c
5644         * src/ldif.h
5645         * src/etpan/etpan-thread-manager.c
5646         * src/etpan/etpan-thread-manager.h
5647         * src/gtk/gtkutils.c
5648         * src/gtk/gtkutils.h
5649                 More static functions
5650
5651 2007-01-22 [fabien]     2.7.1cvs51
5652
5653         * src/gtk/gtkutils.c
5654                 gtkut_get_options_frame() : ability to pass
5655                 a 'NULL' value in frame pointer parameter if
5656                 we don't need it.
5657
5658 2007-01-22 [colin]      2.7.1cvs50
5659
5660         * src/procmsg.c
5661         * src/procmsg.h
5662         * src/plugins/bogofilter/bogofilter.c
5663         * src/plugins/bogofilter/bogofilter_gtk.c
5664         * src/plugins/spamassassin/spamassassin.c
5665         * src/plugins/spamassassin/spamassassin_gtk.c
5666                 Allow moving spams to the account's trash
5667                 instead of default one
5668
5669 2007-01-21 [colin]      2.7.1cvs49
5670
5671         * src/ldapquery.c
5672         * src/ldapquery.h
5673                 Revert a static function that shouldn't
5674                 have been
5675
5676 2007-01-21 [colin]      2.7.1cvs48
5677
5678         * src/ldapquery.c
5679         * src/ldapquery.h
5680                 Same
5681
5682 2007-01-21 [colin]      2.7.1cvs47
5683
5684         * src/procmsg.c
5685         * src/procmsg.h
5686                 Same
5687
5688 2007-01-21 [colin]      2.7.1cvs46
5689
5690         * src/common/socket.c
5691         * src/common/socket.h
5692                 Same
5693
5694 2007-01-21 [colin]      2.7.1cvs45
5695
5696         * src/crash.c
5697         * src/exporthtml.c
5698         * src/exporthtml.h
5699         * src/exportldif.c
5700         * src/exportldif.h
5701         * src/folder.c
5702         * src/folder.h
5703         * src/folder_item_prefs.c
5704         * src/folder_item_prefs.h
5705         * src/folderview.c
5706         * src/folderview.h
5707         * src/gedit-print.c
5708         * src/gedit-print.h
5709         * src/main.c
5710         * src/main.h
5711         * src/common/socket.c
5712         * src/common/socket.h
5713         * src/gtk/gtkaspell.c
5714         * src/gtk/gtkaspell.h
5715         * src/gtk/quicksearch.c
5716         * src/gtk/quicksearch.h
5717                 Same
5718
5719 2007-01-21 [colin]      2.7.1cvs44
5720
5721         * src/common/utils.c
5722         * src/common/utils.h
5723         * src/etpan/etpan-thread-manager.c
5724         * src/etpan/etpan-thread-manager.h
5725                 Same (Funny that etpan_thread_unbind
5726                 is called but not etpan_thread_bind)
5727
5728 2007-01-21 [colin]      2.7.1cvs43
5729
5730         * src/addrselect.c
5731         * src/addrselect.h
5732         * src/codeconv.c
5733         * src/codeconv.h
5734         * src/compose.c
5735         * src/compose.h
5736         * src/etpan/Makefile.am
5737         * src/gtk/colorlabel.c
5738         * src/gtk/colorlabel.h
5739         * src/gtk/sslcertwindow.c
5740         * src/gtk/sslcertwindow.h
5741         * src/etpan/etpan-log.c ** REMOVED **
5742         * src/etpan/etpan-log.h ** REMOVED **
5743                 Same
5744
5745 2007-01-20 [colin]      2.7.1cvs42
5746
5747         * src/addritem.c
5748         * src/addritem.h
5749                 Same
5750
5751 2007-01-20 [colin]      2.7.1cvs41
5752
5753         * src/account.c
5754         * src/account.h
5755         * src/addrbook.c
5756         * src/addrbook.h
5757         * src/addrcache.c
5758         * src/addrcache.h
5759         * src/addrclip.c
5760         * src/addrclip.h
5761         * src/addressbook.c
5762         * src/addressbook.h
5763         * src/addrharvest.c
5764         * src/addrharvest.h
5765         * src/addrindex.c
5766         * src/addrindex.h
5767         * src/editaddress.c
5768         * src/editaddress.h
5769                 Make functions that aren't used in other
5770                 files static
5771
5772 2007-01-20 [colin]      2.7.1cvs40
5773
5774         * src/account.c
5775         * src/addrbook.c
5776         * src/addrcache.c
5777         * src/addressbook.c
5778         * src/addrgather.c
5779         * src/addrindex.c
5780         * src/addrquery.c
5781         * src/addrselect.c
5782         * src/browseldap.c
5783         * src/compose.c
5784         * src/editbook.c
5785         * src/editjpilot.c
5786         * src/editldap.c
5787         * src/editldap_basedn.c
5788         * src/editvcard.c
5789         * src/exporthtml.c
5790         * src/exportldif.c
5791         * src/folder.c
5792         * src/folderview.c
5793         * src/image_viewer.c
5794         * src/imap.c
5795         * src/importmutt.c
5796         * src/importpine.c
5797         * src/jpilot.c
5798         * src/ldapquery.c
5799         * src/main.c
5800         * src/mainwindow.c
5801         * src/matcher.c
5802         * src/messageview.c
5803         * src/mh.c
5804         * src/mimeview.c
5805         * src/msgcache.c
5806         * src/mutt.c
5807         * src/news.c
5808         * src/pine.c
5809         * src/prefs_account.c
5810         * src/prefs_common.c
5811         * src/prefs_compose_writing.c
5812         * src/prefs_ext_prog.c
5813         * src/prefs_folder_item.c
5814         * src/prefs_fonts.c
5815         * src/prefs_message.c
5816         * src/prefs_msg_colors.c
5817         * src/prefs_other.c
5818         * src/prefs_quote.c
5819         * src/prefs_receive.c
5820         * src/prefs_send.c
5821         * src/prefs_spelling.c
5822         * src/prefs_summaries.c
5823         * src/prefs_toolbar.c
5824         * src/prefs_wrapping.c
5825         * src/privacy.c
5826         * src/procmime.c
5827         * src/procmsg.c
5828         * src/ssl_manager.c
5829         * src/statusbar.c
5830         * src/summaryview.c
5831         * src/toolbar.c
5832         * src/vcard.c
5833         * src/common/hooks.c
5834         * src/common/log.c
5835         * src/common/passcrypt.c
5836         * src/common/socket.c
5837         * src/common/ssl.c
5838         * src/common/ssl_certificate.c
5839         * src/common/template.c
5840         * src/common/utils.c
5841         * src/etpan/imap-thread.c
5842         * src/gtk/sslcertwindow.c
5843         * src/gtk/sslcertwindow.h
5844                 Make functions that could be static, static
5845
5846 2007-01-20 [colin]      2.7.1cvs39
5847
5848         * src/editldap.c
5849                 Fix tooltip
5850
5851 2007-01-20 [colin]      2.7.1cvs38
5852
5853         * src/ldapquery.c
5854         * src/ldaputil.c
5855         * src/ldaputil.h
5856                 Fix bug 1102, 'claws-mail-2.7.1 
5857                 makes use of deprecated ldap 
5858                 functions'
5859
5860 2007-01-20 [colin]      2.7.1cvs37
5861
5862         * src/mainwindow.c
5863         * src/mainwindow.h
5864         * src/summaryview.c
5865         * src/gtk/quicksearch.c
5866                 Add Wide message list layout
5867
5868 2007-01-19 [fabien]     2.7.1cvs36
5869
5870         * src/textview.c
5871                 make sure a font change is considered in links of
5872                 headerview.
5873
5874 2007-01-19 [colin]      2.7.1cvs35
5875
5876         * src/main.c
5877         * src/mainwindow.c
5878         * src/mainwindow.h
5879         * src/messageview.c
5880         * src/messageview.h
5881         * src/prefs_common.c
5882         * src/prefs_common.h
5883         * src/summaryview.c
5884         * src/summaryview.h
5885         * src/gtk/quicksearch.c
5886         * src/gtk/quicksearch.h
5887                 Drop 'Separate Folder tree' and 'Separate
5888                 Message View'. Put three layouts in place
5889                 of it.
5890
5891 2007-01-19 [paul]       2.7.1cvs34
5892
5893         * src/prefs_msg_colors.c
5894                 more use of Q_ for translators
5895
5896 2007-01-19 [paul]       2.7.1cvs33
5897
5898         * src/imap_gtk.c
5899         * src/prefs_account.c
5900                 a few changes to the English
5901
5902 2007-01-19 [fabien]     2.7.1cvs32
5903
5904         * src/wizard.c
5905                 factorize translatable string
5906
5907 2007-01-18 [colin]      2.7.1cvs31
5908
5909         * src/main.c
5910                 Don't error out on --sync option. Although
5911                 we don't do anything with it, gtk+ handles
5912                 it, and it's useful for debugging X errors
5913
5914 2007-01-18 [fabien]     2.7.1cvs30
5915
5916         * src/prefs_other.c
5917                 ability to apply on the fly the recent added
5918                 'gtk_can_change_accels' pref (no need to restart).
5919
5920 2007-01-18 [fabien]     2.7.1cvs29
5921
5922         * src/plugins/bogofilter/bogofilter_gtk.c
5923         * src/plugins/bogofilter/bogofilter.c
5924         * src/plugins/spamassassin/spamassassin_gtk.c
5925         * src/addr_compl.c
5926         * src/prefs_account.c
5927                 factorize or rewrite some translatable strings.
5928
5929 2007-01-18 [fabien]     2.7.1cvs28
5930
5931         * src/prefs_gtk.h
5932         * src/compose.c
5933                 set a 4pix space between "Subject:" label and subject entry in
5934                 compose window.
5935
5936 2007-01-18 [wwp]        2.7.1cvs27
5937
5938         * src/addressbook.c
5939                 fix conflicting address-copy/paste when focus is set
5940                 to the embedded edit-person form.
5941  
5942
5943 2007-01-18 [wwp]        2.7.1cvs26
5944
5945         * src/addressbook.h
5946                 complete 2.7.1cvs23 (one more file was missing from that
5947                 commit).
5948
5949 2007-01-18 [colin]      2.7.1cvs25
5950
5951         * src/main.c
5952                 Provide a way to migrate without backup
5953                 Re-ask for migration on next start if 
5954                 it has been refused and wizard has been 
5955                 cancelled after.
5956
5957 2007-01-18 [wwp]        2.7.1cvs24
5958
5959         * src/editaddress.c
5960                 complete 2.7.1.cvs23 (file was missing from previous
5961                 commit).
5962
5963 2007-01-18 [wwp]        2.7.1cvs23
5964
5965         * src/addressbook.c
5966                 fix potential crashes in address book's focus_in/out signal handlers,
5967                 force focus to the edit-person form when clicked the Edit menu entry or
5968                 button (this only matters if the edit-person form is embedded to the
5969                 AB window, in that case, focus is not set when browsing the contacts
5970                 list w/ keys or mouse clicks).
5971
5972 2007-01-18 [paul]       2.7.1cvs22
5973
5974         * src/main.c
5975                 add command line options:
5976                 -h for --help
5977                 -q and --quit for --exit
5978                 -v for --version
5979                 print "Unknown option" for unknown options
5980
5981 2007-01-18 [paul]       2.7.1cvs21
5982
5983         * po/ru.po
5984                 updated by Pavlo Bohmat
5985
5986 2007-01-18 [paul]       2.7.1cvs20
5987
5988         * src/mainwindow.c
5989                 fix sensitivity issues of Mark as Spam/Ham
5990
5991 2007-01-17 [fabien]     2.7.1cvs19
5992
5993         * src/prefs_other.c
5994         * src/prefs_common.c
5995         * src/prefs_common.h
5996         * src/main.c
5997                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
5998                 control the corresponding gtk property. It could be used to lock
5999                 all shortcuts (avoid to set one of them by inadvertency).
6000
6001 2007-01-17 [colin]      2.7.1cvs18
6002
6003         * src/summaryview.c
6004                 Fix bug 1100, 'Highlighted e-mail data not visible 
6005                 when color label applied.'. Use a weighted average
6006                 between normal selected foreground color and color
6007                 label instead of a simple one (3/1 instead 1/1).
6008
6009 2007-01-17 [colin]      2.7.1cvs17
6010
6011         * src/messageview.c
6012                 Better fix for bug 1088, 'Ctrl-h produces repeatable
6013                 crash' - don't prevent mail switching while loading
6014
6015 2007-01-17 [colin]      2.7.1cvs16
6016
6017         * src/folder.c
6018         * src/folder.h
6019         * src/folderview.c
6020         * src/folderview.h
6021         * src/imap.c
6022         * src/imap.h
6023         * src/imap_gtk.c
6024                 Manage recursive search of unsubscribed folders
6025                 Rescan tree without checking for new messages 
6026                 after subscriptions changed
6027
6028 2007-01-17 [paul]       2.7.1cvs15
6029
6030         * src/prefs_common.c
6031         * src/gtk/pluginwindow.c
6032                 fix bug 1101, '"Load plugin" button is
6033                 accidentally hidden'
6034                 unset (-1) initial width in prefs_common,
6035                 fix overlapping buttons,
6036                 and other cleanups
6037
6038 2007-01-17 [paul]       2.7.1cvs14
6039
6040         * src/procmime.c
6041                 add #include <errno.h>, it's needed
6042                 on some systems
6043
6044 2007-01-17 [paul]       2.7.1cvs13
6045
6046         * src/common/defs.h
6047         * tools/make.themes.project
6048                 rename .sylpheed_themeinfo to .claws_themeinfo
6049                 and use it
6050         * src/etpan/etpan-errors.h
6051         * src/etpan/etpan-log.c
6052         * src/etpan/etpan-log.h
6053         * src/etpan/etpan-thread-manager-types.h
6054         * src/etpan/etpan-thread-manager.c
6055         * src/etpan/etpan-thread-manager.h
6056         * src/etpan/imap-thread.c
6057         * src/etpan/imap-thread.h
6058                 add copyright header
6059
6060 2007-01-17 [colin]      2.7.1cvs12
6061
6062         * src/plugins/pgpcore/select-keys.c
6063         * src/gtk/pluginwindow.c
6064         * src/prefs_account.c
6065                 Fix warnings
6066
6067 2007-01-16 [colin]      2.7.1cvs11
6068
6069         * src/imap.c
6070         * src/imap.h
6071         * src/imap_gtk.c
6072                 Manage subscribing to subfolders when only
6073                 subscribed folders are shown.
6074
6075 2007-01-16 [colin]      2.7.1cvs10
6076
6077         * src/folderview.c
6078                 Fix annoying vscrollbar going back to top
6079                 on Check for new folders
6080
6081 2007-01-16 [colin]      2.7.1cvs9
6082
6083         * src/imap.c
6084                 Remove printf
6085
6086 2007-01-16 [colin]      2.7.1cvs8
6087
6088         * src/filtering.c
6089                 Bigger buffer for errors
6090         * src/imap.c
6091         * src/imap.h
6092         * src/imap_gtk.c
6093         * src/prefs_account.c
6094         * src/prefs_account.h
6095         * src/wizard.c
6096         * src/etpan/imap-thread.c
6097         * src/etpan/imap-thread.h
6098         * manual/handling.xml
6099                 Add subscriptions management. What it changes:
6100                 Creating a folder subscribes to it
6101                 Deleting a folder unsubscribes it
6102                 New contextual menu item allowing to switch between
6103                 All folders and Subscribed folders, subscribe, and
6104                 unsubscribe. "Creating" an existing but unsubscribed
6105                 folder will subscribe it.
6106                 By default for new accounts, only subscribed folders 
6107                 are shown.
6108
6109
6110 2007-01-16 [paul]       2.7.1cvs7
6111
6112         * src/summaryview.c
6113                 Allow folder classes to specify only sort_key or
6114                 sort_type instead of both or none.
6115
6116 2007-01-16 [paul]       2.7.1cvs6
6117
6118         * src/action.c
6119         * src/compose.c
6120         * src/mimeview.c
6121         * src/procmime.c
6122         * src/textview.c
6123                 Save and use errno for procmime_get_part
6124
6125 2007-01-16 [colin]      2.7.1cvs5
6126
6127         * src/imap.c
6128                 Never remove INBOX when scanning for
6129                 new folders. It's a special folder
6130                 that has to exist.
6131
6132 2007-01-15 [colin]      2.7.1cvs4
6133
6134         * src/imap.c
6135                 Fix 'Check for new folders' when IMAP subdirectory
6136                 is set
6137         * src/etpan/imap-thread.c
6138                 Fix build
6139
6140 2007-01-15 [colin]      2.7.1cvs3
6141
6142         * src/etpan/imap-thread.c
6143                 Fix invalid free on command-connection
6144                 error
6145
6146 2007-01-15 [wwp]        2.7.1cvs2
6147
6148         * src/matcher_parser_lex.l
6149         * src/quote_fmt_lex.l
6150         * src/matcher_parser_parse.y
6151                 fix copyright header in lexers and parsers.
6152
6153 2007-01-15 [paul]       2.7.1cvs1
6154
6155         * NEWS
6156         * README
6157         * RELEASE_NOTES
6158         * configure.ac
6159                 bump up version number following
6160                 stable release
6161
6162 2007-01-15 [paul]       2.7.0cvs31
6163
6164         * AUTHORS
6165         * src/gtk/authors.h
6166                 add Fabien to the Team list
6167                 add the recent contributors
6168                 make a few corrections
6169
6170 2007-01-15 [paul]       2.7.0cvs30
6171
6172         * src/mainwindow.c
6173                 fix compiler warning
6174         * src/plugins/pgpcore/prefs_gpg.c
6175         * src/plugins/pgpcore/prefs_gpg.h
6176                 add missing include
6177                 fix copyright header
6178
6179 2007-01-14 [colin]      2.7.0cvs29
6180
6181         * src/gtk/filesel.c
6182                 Use the 'gtk+' backend. Avoids gnome-vfs use,
6183                 two benefits: faster to open, will fix strange
6184                 dbus-related crash. Thanks to Pascal Terjan.
6185
6186 2007-01-14 [colin]      2.7.0cvs28
6187
6188         * src/etpan/imap-thread.c
6189                 Delete the old imap just after allocating
6190                 the new one. Makes sure we don't get the
6191                 same pointer by sheer luck, which feels
6192                 strange in the debug log.
6193
6194 2007-01-14 [colin]      2.7.0cvs27
6195
6196         * src/gtk/inputdialog.c
6197                 Make sure we don't print passwords in
6198                 clear text when in debug mode
6199
6200 2007-01-14 [colin]      2.7.0cvs26
6201
6202         * src/gtk/gtksctree.c
6203                 Fix bug 1098, 'bogus last row display 
6204                 after expanding a thread'. Patch by
6205                 Jindrich Makovicka <makovick@gmail.com>
6206
6207 2007-01-14 [colin]      2.7.0cvs25
6208
6209         * src/etpan/imap-thread.c
6210                 Close socket manually before
6211                 freeing the imap struct
6212
6213 2007-01-14 [colin]      2.7.0cvs24
6214
6215         * src/etpan/imap-thread.c
6216                 Maybe fix new reconnection issues
6217
6218 2007-01-13 [colin]      2.7.0cvs23
6219
6220         * src/summaryview.c
6221                 Freeze/thaw on thread selection
6222
6223 2007-01-13 [paul]       2.7.0cvs22
6224
6225         * src/mainwindow.c
6226         * src/summaryview.c
6227         * src/summaryview.h
6228                 add 'Edit/Delete thread'
6229
6230 2007-01-13 [colin]      2.7.0cvs21
6231
6232         * src/prefs_account.c
6233         * src/prefs_compose_writing.c
6234         * src/prefs_message.c
6235         * src/prefs_msg_colors.c
6236         * src/prefs_other.c
6237         * src/prefs_receive.c
6238         * src/prefs_spelling.c
6239         * src/prefs_summaries.c
6240         * src/prefs_themes.c
6241         * src/gtk/gtkutils.c
6242         * src/gtk/gtkutils.h
6243         * src/plugins/pgpcore/prefs_gpg.c
6244         * src/plugins/spamassassin/spamassassin_gtk.c
6245                 Factorize gtk frame creation
6246                 Patch by Pawel
6247
6248 2007-01-13 [colin]      2.7.0cvs20
6249
6250         * src/message_search.c
6251         * src/summary_search.c
6252                 Fix Enter in search windows
6253         * src/messageview.c
6254                 Fix body search starting at the
6255                 end of the mail (and asking for loop)
6256
6257 2007-01-13 [colin]      2.7.0cvs19
6258
6259         * src/etpan/imap-thread.c
6260                 Make sure we don't free the same imap
6261                 twice
6262
6263 2007-01-13 [colin]      2.7.0cvs18
6264
6265         * commitHelper
6266                 Allow multiple commitHelpers to
6267                 run at once
6268
6269 2007-01-12 [colin]      2.7.0cvs17
6270
6271         * src/etpan/imap-thread.c
6272                 Make sure we get rid of the previous mailimap
6273                 when connecting - just in case disconnect was
6274                 unclean
6275
6276 2007-01-12 [paul]       2.7.0cvs16
6277
6278         * src/compose.c
6279                 Strip S/MIME signatures when re-editing
6280                 S/MIME signed messages.
6281
6282 2007-01-12 [paul]       2.7.0cvs15
6283
6284         * configure.ac
6285         * src/addressbook.c
6286         * src/foldersel.c
6287         * src/folderview.c
6288         * src/main.c
6289                 no need to define CLAWS anymore, remove
6290                 all that stuff
6291
6292 2007-01-12 [paul]       2.7.0cvs14
6293
6294         * src/mimeview.c
6295                 check if the mail's signed as
6296                 it can change the mail structure
6297                 Thanks to Colin
6298
6299 2007-01-12 [paul]       2.7.0cvs13
6300
6301         * src/procmime.c
6302                 fix Forwarding msgs with attachments
6303                 that have dos line endings
6304                 Thanks to Colin
6305
6306 2007-01-12 [wwp]        2.7.0cvs12
6307
6308         * configure.ac
6309                 Revert accidentally committed extra version tag.
6310
6311 2007-01-12 [wwp]        2.7.0cvs11
6312
6313         * src/prefs_account.c
6314                 Fix compilation w/o aspell (completes 2.7.0cvs7).
6315
6316 2007-01-11 [colin]      2.7.0cvs10
6317
6318         * src/imap.c
6319                 move g_warning to debug_print
6320                 it scares people for no reason
6321
6322 2007-01-11 [colin]      2.7.0cvs9
6323
6324         * po/POTFILES.in
6325                 Fix files to translate. Patch by
6326                 Fabien
6327
6328 2007-01-11 [paul]       2.7.0cvs8
6329
6330         * src/imap.c
6331                 Fix recursion when server lists the
6332                 current subfolder in the response
6333         * src/mimeview.c
6334                 Fix updating of icon_list/ctree
6335         * src/plugins/pgpcore/select-keys.c
6336                 Fix a few annoyances when choosing
6337                 keys for the CMS (S/MIME) protocol
6338
6339 2007-01-11 [wwp]        2.7.0cvs7
6340
6341         * src/compose.c
6342         * src/prefs_account.c
6343         * src/prefs_account.h
6344                 Add per-account spellcheck default dictionaries settings.
6345
6346 2007-01-10 [colin]      2.7.0cvs6
6347
6348         * src/prefs_folder_item.c
6349                 Factorize strings - patch by Fabien
6350
6351 2007-01-10 [colin]      2.7.0cvs5
6352
6353         * src/mainwindow.c
6354                 Fix bug 1095, 'Crash while changing folder 
6355                 columns during incorporation'
6356
6357 2007-01-09 [colin]      2.7.0cvs4
6358
6359         * src/gtk/pluginwindow.c
6360                 Set the plugin window transient. Seems
6361                 like some window managers hide it in
6362                 the background after "load plugin"...
6363
6364 2007-01-09 [colin]      2.7.0cvs3
6365
6366         * src/gtk/filesel.c
6367                 Use the same type for alloc and free
6368
6369 2007-01-08 [paul]       2.7.0cvs2
6370
6371         * po/nl.po
6372                 updated by Tim Dijkstra
6373
6374 2007-01-08 [paul]       2.7.0cvs1
6375
6376         * src/prefs_themes.c
6377         * src/common/utils.c
6378                 Fix resource leaks
6379
6380 2007-01-08 [paul]       2.7.0
6381
6382         * NEWS
6383         * README
6384         * RELEASE_NOTES
6385                 2.7.0 released
6386
6387 2007-01-08 [paul]       2.6.1cvs119
6388
6389         * doc/man/claws-mail.1
6390                 another correction
6391
6392 2007-01-08 [paul]       2.6.1cvs118
6393
6394         * doc/man/claws-mail.1
6395                 corrections
6396         * manual/advanced.xml
6397                 improved English usage
6398
6399 2007-01-08 [paul]       2.6.1cvs117
6400
6401         * po/ca.po
6402         * po/de.po
6403         * po/en_GB.po
6404         * po/fi.po
6405         * po/it.po
6406         * po/pt_BR.po
6407         * po/sk.po
6408         * po/sr.po
6409         * po/zh_CN.po
6410                 updated by Miquel Oliete, Stephan Sachse, me,
6411                 Tommi Pirinen, Andrea Spadaccini, Frederico
6412                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
6413                 Urosevic, and Ralgh Young
6414
6415 2007-01-07 [mones]      2.6.1cvs116
6416
6417         * manual/es/advanced.xml
6418         * po/es.po
6419                 Synced manual (unhide mark_as_read_delay)
6420                 and updated translation for release
6421
6422 2007-01-07 [paul]       2.6.1cvs115
6423
6424         * src/prefs_matcher.c
6425                 make the hbox content fit better under
6426                 various languages
6427
6428 2007-01-07 [colin]      2.6.1cvs114
6429
6430         * src/messageview.c
6431                 Fix bug 1088, 'Ctrl-h produces repeatable
6432                 crash'
6433
6434 2007-01-06 [colin]      2.6.1cvs113
6435
6436         * src/etpan/imap-thread.c
6437                 Add casts to int to get certs. Fixes
6438                 bug 1064, 'crash @ etpan_certificate_check() 
6439                 when opening an IMAP folder', with latest
6440                 libetpan CVS or >= 0.49
6441         * src/mainwindow.c
6442         * src/mainwindow.h
6443         * src/imap_gtk.c
6444         * src/news_gtk.c
6445         * src/prefs_folder_item.c
6446                 Grey out the "synchronise" menu items if
6447                 there's nothing to synchronise.
6448         * src/plugins/pgpcore/sgpgme.c
6449                 Make an error clearer than "Unknown error"
6450
6451 2007-01-06 [colin]      2.6.1cvs112
6452
6453         * src/messageview.c
6454                 Don't try to show a message if updating
6455                 Maybe fixes bug 1088, 'ctrl-h produces
6456                 repeatable crash'.
6457
6458 2007-01-06 [colin]      2.6.1cvs111
6459
6460         * src/summaryview.c
6461                 Disable Control-Space (handle it as Space).
6462
6463 2007-01-05 [paul]       2.6.1cvs110
6464
6465         * src/imap.c
6466                 Fix bug 934, 'sylpheed claws 2.1 
6467                 doesn't show Exchanges Public Folders'
6468                 Thanks to Hoa and Colin
6469         * src/msgcache.c
6470                 Refuse to allocate more than 2 MB for a 
6471                 single field, it's a good indication of
6472                 cache corruption.
6473
6474 2007-01-05 [colin]      2.6.1cvs109
6475
6476         * src/mainwindow.c
6477                 Allow --select'ing emails by Message-ID too
6478
6479 2007-01-05 [colin]      2.6.1cvs108
6480
6481         * src/common/quoted-printable.c
6482                 Uh! Third fix :)
6483
6484 2007-01-05 [colin]      2.6.1cvs107
6485
6486         * src/common/quoted-printable.c
6487                 Fix previous commit about bug 1089
6488                 Thanks to Ralf
6489
6490 2007-01-05 [colin]      2.6.1cvs106
6491
6492         * src/common/quoted-printable.c
6493                 Fix my previous commit on bug 1089
6494                 - Thanks to Ralf :)
6495
6496 2007-01-04 [colin]      2.6.1cvs105
6497
6498         * src/common/quoted-printable.c
6499                 Fix bug 1089, 'NUL characters in Subject 
6500                 line are misinterpreted'. Not a pain to
6501                 fix in fact.
6502
6503 2007-01-04 [colin]      
6504
6505         2.7.0-rc3 released
6506
6507 2007-01-04 [wwp]        2.6.1cvs104
6508
6509         * src/image_viewer.c
6510                 Force operator precedence (fix a compiler warning).
6511
6512 2007-01-04 [colin]      2.6.1cvs103
6513
6514         * src/image_viewer.c
6515                 Be cautious there too (same fix as the one
6516                 in textview from cvs33)
6517         * src/messageview.c
6518                 Don't use any MimeViewer plugin when showing
6519                 all headers
6520
6521 2007-01-03 [wwp]        2.6.1cvs102
6522
6523         * src/html.c
6524         * src/html.h
6525                 fixed "cent" sign (use the existing ASCII one),
6526                 decode more HTML entities,
6527                 converted table ASCII entries to UTF-8,
6528                 moved a switch() into a hashtable.
6529
6530 2007-01-03 [paul]       2.6.1cvs101
6531
6532         * src/compose.c
6533         * src/messageview.c
6534         * src/procmsg.c
6535         * src/procmsg.h
6536                 When possible, use move_msg instead of
6537                 copy_msg + remove_msg to move sent mail
6538                 from Queue to Sent. 
6539
6540 2007-01-03 [paul]       2.6.1cvs100
6541
6542         * src/html.c
6543                 add more html entity recognition:
6544                 pounds, euros, and cents
6545
6546 2007-01-03 [colin]      2.6.1cvs99
6547
6548         * src/imap_gtk.c
6549                 Don't display an error on NOSELECT
6550                 folders when synchronising
6551
6552 2007-01-03 [paul]       2.6.1cvs98
6553
6554         * tools/maildir2claws-mail.pl
6555                 only substitute 'sent-mail' if it's
6556                 the full directory name
6557
6558 2007-01-03 [paul]       2.6.1cvs97
6559
6560         * ChangeLog
6561         * ChangeLog.pre2.0.0
6562         * Makefile.am
6563                 archive a chunk of ChangeLog in
6564                 ChangeLog.pre2.0.0
6565         * ChangeLog.gtk1
6566         * doc/src/ChangeLog.claws-pre0.8.0
6567                 remove ChangeLog.claws-pre0.8.0, adding
6568                 its contents to ChangeLog.gtk1
6569
6570 2007-01-03 [paul]       2.6.1cvs96
6571
6572         * src/account.c
6573         * src/account.h
6574         * src/action.c
6575         * src/action.h
6576         * src/adbookbase.h
6577         * src/addr_compl.c
6578         * src/addr_compl.h
6579         * src/addrbook.c
6580         * src/addrcache.c
6581         * src/addrcache.h
6582         * src/addrcindex.c
6583         * src/addrcindex.h
6584         * src/addrclip.c
6585         * src/addrclip.h
6586         * src/addrdefs.h
6587         * src/addressadd.c
6588         * src/addressadd.h
6589         * src/addressbook.c
6590         * src/addressbook.h
6591         * src/addressbook_foldersel.c
6592         * src/addressbook_foldersel.h
6593         * src/addrgather.c
6594         * src/addrgather.h
6595         * src/addrharvest.c
6596         * src/addrharvest.h
6597         * src/addrindex.c
6598         * src/addrindex.h
6599         * src/addritem.c
6600         * src/addritem.h
6601         * src/addrquery.c
6602         * src/addrquery.h
6603         * src/addrselect.c
6604         * src/addrselect.h
6605         * src/alertpanel.c
6606         * src/alertpanel.h
6607         * src/browseldap.c
6608         * src/browseldap.h
6609         * src/codeconv.c
6610         * src/codeconv.h
6611         * src/compose.c
6612         * src/compose.h
6613         * src/customheader.c
6614         * src/customheader.h
6615         * src/displayheader.c
6616         * src/displayheader.h
6617         * src/editaddress.c
6618         * src/editaddress.h
6619         * src/editbook.c
6620         * src/editbook.h
6621         * src/editgroup.c
6622         * src/editgroup.h
6623         * src/editjpilot.c
6624         * src/editjpilot.h
6625         * src/editldap.c
6626         * src/editldap.h
6627         * src/editldap_basedn.c
6628         * src/editldap_basedn.h
6629         * src/editvcard.c
6630         * src/editvcard.h
6631         * src/exphtmldlg.c
6632         * src/exphtmldlg.h
6633         * src/expldifdlg.c
6634         * src/expldifdlg.h
6635         * src/export.c
6636         * src/export.h
6637         * src/exporthtml.c
6638         * src/exporthtml.h
6639         * src/exportldif.c
6640         * src/exportldif.h
6641         * src/filtering.c
6642         * src/filtering.h
6643         * src/folder.c
6644         * src/folder.h
6645         * src/folder_item_prefs.c
6646         * src/folder_item_prefs.h
6647         * src/foldersel.c
6648         * src/foldersel.h
6649         * src/folderutils.c
6650         * src/folderutils.h
6651         * src/folderview.c
6652         * src/folderview.h
6653         * src/grouplistdialog.c
6654         * src/grouplistdialog.h
6655         * src/headerview.c
6656         * src/html.c
6657         * src/html.h
6658         * src/image_viewer.c
6659         * src/image_viewer.h
6660         * src/imap.c
6661         * src/imap.h
6662         * src/imap_gtk.c
6663         * src/imap_gtk.h
6664         * src/import.c
6665         * src/import.h
6666         * src/importldif.c
6667         * src/importldif.h
6668         * src/importmutt.c
6669         * src/importmutt.h
6670         * src/importpine.c
6671         * src/importpine.h
6672         * src/inc.c
6673         * src/inc.h
6674         * src/jpilot.c
6675         * src/jpilot.h
6676         * src/ldapctrl.c
6677         * src/ldapctrl.h
6678         * src/ldaplocate.c
6679         * src/ldaplocate.h
6680         * src/ldapquery.c
6681         * src/ldapquery.h
6682         * src/ldapserver.c
6683         * src/ldapserver.h
6684         * src/ldaputil.c
6685         * src/ldaputil.h
6686         * src/ldif.c
6687         * src/ldif.h
6688         * src/main.c
6689         * src/main.h
6690         * src/mainwindow.c
6691         * src/mainwindow.h
6692         * src/manual.c
6693         * src/manual.h
6694         * src/mbox.c
6695         * src/message_search.c
6696         * src/message_search.h
6697         * src/messageview.c
6698         * src/messageview.h
6699         * src/mh.c
6700         * src/mh.h
6701         * src/mh_gtk.c
6702         * src/mh_gtk.h
6703         * src/mimeview.c
6704         * src/mimeview.h
6705         * src/msgcache.c
6706         * src/msgcache.h
6707         * src/mutt.c
6708         * src/mutt.h
6709         * src/news.c
6710         * src/news.h
6711         * src/news_gtk.c
6712         * src/news_gtk.h
6713         * src/partial_download.c
6714         * src/partial_download.h
6715         * src/pine.c
6716         * src/pine.h
6717         * src/pop.c
6718         * src/pop.h
6719         * src/prefs_account.c
6720         * src/prefs_account.h
6721         * src/prefs_actions.c
6722         * src/prefs_actions.h
6723         * src/prefs_common.c
6724         * src/prefs_common.h
6725         * src/prefs_compose_writing.c
6726         * src/prefs_compose_writing.h
6727         * src/prefs_customheader.c
6728         * src/prefs_customheader.h
6729         * src/prefs_display_header.c
6730         * src/prefs_display_header.h
6731         * src/prefs_filtering.c
6732         * src/prefs_filtering.h
6733         * src/prefs_filtering_action.c
6734         * src/prefs_filtering_action.h
6735         * src/prefs_folder_column.c
6736         * src/prefs_folder_column.h
6737         * src/prefs_folder_item.c
6738         * src/prefs_folder_item.h
6739         * src/prefs_fonts.c
6740         * src/prefs_fonts.h
6741         * src/prefs_gtk.c
6742         * src/prefs_gtk.h
6743         * src/prefs_image_viewer.c
6744         * src/prefs_image_viewer.h
6745         * src/prefs_matcher.c
6746         * src/prefs_matcher.h
6747         * src/prefs_message.c
6748         * src/prefs_msg_colors.c
6749         * src/prefs_msg_colors.h
6750         * src/prefs_other.c
6751         * src/prefs_quote.c
6752         * src/prefs_receive.c
6753         * src/prefs_send.c
6754         * src/prefs_spelling.c
6755         * src/prefs_spelling.h
6756         * src/prefs_summaries.c
6757         * src/prefs_summaries.h
6758         * src/prefs_summary_column.c
6759         * src/prefs_summary_column.h
6760         * src/prefs_template.c
6761         * src/prefs_template.h
6762         * src/prefs_themes.c
6763         * src/prefs_themes.h
6764         * src/prefs_toolbar.c
6765         * src/prefs_toolbar.h
6766         * src/prefs_wrapping.c
6767         * src/prefs_wrapping.h
6768         * src/privacy.c
6769         * src/privacy.h
6770         * src/procheader.c
6771         * src/procheader.h
6772         * src/procmime.c
6773         * src/procmime.h
6774         * src/procmsg.c
6775         * src/procmsg.h
6776         * src/quote_fmt.c
6777         * src/quote_fmt_parse.y
6778         * src/recv.c
6779         * src/recv.h
6780         * src/remotefolder.c
6781         * src/remotefolder.h
6782         * src/send_message.c
6783         * src/send_message.h
6784         * src/setup.c
6785         * src/setup.h
6786         * src/sourcewindow.c
6787         * src/sourcewindow.h
6788         * src/ssl_manager.c
6789         * src/ssl_manager.h
6790         * src/statusbar.c
6791         * src/statusbar.h
6792         * src/stock_pixmap.c
6793         * src/stock_pixmap.h
6794         * src/summary_search.c
6795         * src/summary_search.h
6796         * src/summaryview.c
6797         * src/summaryview.h
6798         * src/textview.c
6799         * src/textview.h
6800         * src/toolbar.c
6801         * src/toolbar.h
6802         * src/undo.c
6803         * src/undo.h
6804         * src/unmime.c
6805         * src/unmime.h
6806         * src/vcard.c
6807         * src/vcard.h
6808         * src/wizard.c
6809         * src/wizard.h
6810         * src/common/base64.c
6811         * src/common/base64.h
6812         * src/common/defs.h
6813         * src/common/hooks.c
6814         * src/common/hooks.h
6815         * src/common/log.c
6816         * src/common/log.h
6817         * src/common/mgutils.c
6818         * src/common/mgutils.h
6819         * src/common/nntp.c
6820         * src/common/nntp.h
6821         * src/common/passcrypt.c
6822         * src/common/passcrypt.h.in
6823         * src/common/plugin.c
6824         * src/common/plugin.h
6825         * src/common/prefs.c
6826         * src/common/prefs.h
6827         * src/common/progressindicator.c
6828         * src/common/progressindicator.h
6829         * src/common/quoted-printable.c
6830         * src/common/quoted-printable.h
6831         * src/common/session.c
6832         * src/common/session.h
6833         * src/common/smtp.c
6834         * src/common/smtp.h
6835         * src/common/socket.c
6836         * src/common/socket.h
6837         * src/common/ssl.c
6838         * src/common/ssl.h
6839         * src/common/ssl_certificate.c
6840         * src/common/ssl_certificate.h
6841         * src/common/stringtable.c
6842         * src/common/stringtable.h
6843         * src/common/template.c
6844         * src/common/template.h
6845         * src/common/timing.h
6846         * src/common/utils.c
6847         * src/common/utils.h
6848         * src/common/version.h.in
6849         * src/common/xml.c
6850         * src/common/xml.h
6851         * src/common/xmlprops.c
6852         * src/common/xmlprops.h
6853         * src/gtk/about.c
6854         * src/gtk/colorlabel.c
6855         * src/gtk/colorsel.c
6856         * src/gtk/colorsel.h
6857         * src/gtk/combobox.c
6858         * src/gtk/combobox.h
6859         * src/gtk/description_window.c
6860         * src/gtk/description_window.h
6861         * src/gtk/filesel.c
6862         * src/gtk/filesel.h
6863         * src/gtk/foldersort.c
6864         * src/gtk/foldersort.h
6865         * src/gtk/gtksctree.c
6866         * src/gtk/gtkutils.c
6867         * src/gtk/gtkutils.h
6868         * src/gtk/inputdialog.c
6869         * src/gtk/inputdialog.h
6870         * src/gtk/logwindow.c
6871         * src/gtk/logwindow.h
6872         * src/gtk/manage_window.c
6873         * src/gtk/manage_window.h
6874         * src/gtk/menu.c
6875         * src/gtk/menu.h
6876         * src/gtk/pluginwindow.c
6877         * src/gtk/pluginwindow.h
6878         * src/gtk/prefswindow.c
6879         * src/gtk/prefswindow.h
6880         * src/gtk/progressdialog.c
6881         * src/gtk/progressdialog.h
6882         * src/gtk/sslcertwindow.c
6883         * src/gtk/sslcertwindow.h
6884         * src/plugins/bogofilter/bogofilter.c
6885         * src/plugins/bogofilter/bogofilter.h
6886         * src/plugins/bogofilter/bogofilter_gtk.c
6887         * src/plugins/clamav/clamav_plugin.c
6888         * src/plugins/clamav/clamav_plugin.h
6889         * src/plugins/clamav/clamav_plugin_gtk.c
6890         * src/plugins/demo/demo.c
6891         * src/plugins/dillo_viewer/dillo_prefs.c
6892         * src/plugins/dillo_viewer/dillo_prefs.h
6893         * src/plugins/dillo_viewer/dillo_viewer.c
6894         * src/plugins/pgpcore/passphrase.c
6895         * src/plugins/pgpcore/passphrase.h
6896         * src/plugins/pgpcore/pgp_viewer.c
6897         * src/plugins/pgpcore/pgp_viewer.h
6898         * src/plugins/pgpcore/plugin.c
6899         * src/plugins/pgpcore/select-keys.c
6900         * src/plugins/pgpcore/select-keys.h
6901         * src/plugins/pgpcore/sgpgme.c
6902         * src/plugins/pgpcore/sgpgme.h
6903         * src/plugins/pgpinline/pgpinline.c
6904         * src/plugins/pgpinline/pgpinline.h
6905         * src/plugins/pgpinline/plugin.c
6906         * src/plugins/pgpmime/pgpmime.c
6907         * src/plugins/pgpmime/pgpmime.h
6908         * src/plugins/pgpmime/plugin.c
6909         * src/plugins/spamassassin/spamassassin.c
6910         * src/plugins/spamassassin/spamassassin.h
6911         * src/plugins/spamassassin/spamassassin_gtk.c
6912         * src/plugins/trayicon/trayicon.c
6913                 it's 2007, update the year in the copyright headers
6914
6915 2007-01-03 [paul]       2.6.1cvs95
6916
6917         * src/gtk/about.c
6918                 it is 2007, use it in the copyright string
6919
6920 2007-01-03 [paul]       2.6.1cvs94
6921
6922         * src/html.c
6923                 html entity conversion:
6924                 move &#153; to a more suitable place
6925                 add &bull; and &ndash;
6926                 make sure &mdash; and &#8212; are both
6927                 converted the same
6928
6929 2007-01-02 [colin]      2.6.1cvs93
6930
6931         * src/addrbook.c
6932                 Fix leak
6933         * src/common/plugin.c
6934                 Add comment
6935         * src/etpan/imap-thread.c
6936                 Fix warning
6937
6938 2006-12-31 [paul]       2.6.1cvs92
6939
6940         * src/prefs_summaries.c
6941                 use gtk_button_new_from_stock()
6942
6943 2006-12-30 [colin]      2.6.1cvs91
6944
6945         * src/folder.c
6946         * src/imap_gtk.c
6947         * src/mh_gtk.c
6948                 Don't update filtering and account paths 
6949                 when copying folders
6950
6951 2006-12-30 [colin]      2.6.1cvs90
6952
6953         * src/prefs_compose_writing.c
6954         * src/prefs_quote.c
6955         * src/prefs_template.c
6956                 Use message font for Writing and 
6957                 Quoting prefs, as well as Templates.
6958
6959 2006-12-30 [colin]      2.6.1cvs89
6960
6961         * src/prefs_summaries.c
6962                 Rework GUI; patch by Pawel
6963
6964 2006-12-29 [colin]      2.6.1cvs88
6965
6966         * src/prefs_folder_item.c
6967                 Fix bug 1085, 'Apply to subfolder 
6968                 doesn't work' - I was mistaken saying
6969                 it worked in every case
6970
6971 2006-12-28 [colin]      2.6.1cvs87
6972
6973         * src/gtk/gtkaspell.c
6974                 Don't assert if use_alternate is true
6975                 and alt_dictionary isn't set -- this 
6976                 is what happens on upgrade! Rather,
6977                 do with it.
6978
6979 2006-12-28 [colin]      2.6.1cvs86
6980
6981         * Makefile.am
6982                 Fix desktop/icon simplification
6983
6984 2006-12-28 [colin]      2.6.1cvs85
6985
6986         * Makefile.am
6987                 Make desktop and icon not 
6988                 dependant on the desktop
6989
6990 2006-12-28 [wwp]        2.6.1cvs84
6991
6992         * src/plugins/pgpmime/claws.def
6993                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
6994
6995 2006-12-28 [wwp]        2.6.1cvs83
6996
6997         * src/prefs_folder_item.c
6998                 Fix coloring of "simplify subject regexp" (folder prefs),
6999                 which might be left to red whereas the regexp gets empty.
7000
7001 2006-12-28 [wwp]        2.6.1cvs82
7002
7003         * src/prefs_common.c
7004         * src/prefs_common.h
7005         * src/addressbook.c
7006         * src/addressitem.h
7007                 Save addressbook mainwindow's horizontal and vertical splitter position.
7008
7009 2006-12-27 [wwp]        2.6.1cvs81
7010
7011         * src/gtk/gtkaspell.c
7012         * src/gtk/gtkaspell.h
7013         * src/compose.c
7014                 Fix assignment of compose's default and alternate dictionary from
7015                 account or folder settings. Now gtkaspell_change_dict does rotate
7016                 dicts only when it's called from a menu cb.
7017
7018 2006-12-27 [wwp]        2.6.1cvs80
7019
7020         * src/folder_item_prefs.c
7021                 Fix randomly initialized default-alt-dictionary (folder prefs),
7022                 complete 2.6.1cvs72.
7023
7024 2006-12-27 [paul]       2.6.1cvs79
7025
7026         * src/imap_gtk.c
7027         * src/mh_gtk.c
7028                 Add Copy folder in the folder's contextual
7029                 menu
7030
7031 2006-12-27 [wwp]        2.6.1cvs78
7032
7033         * src/imap.c
7034                 Clean up session locking, thanks to Colin.
7035
7036 2006-12-26 [colin]      2.6.1cvs77
7037
7038         * src/statusbar.c
7039                 Revert previous patch
7040
7041 2006-12-26 [colin]      2.6.1cvs76
7042
7043         * src/folder.c
7044         * src/folderview.c
7045         * src/imap.c
7046         * src/statusbar.c
7047         * src/etpan/imap-thread.c
7048                 Fix previous commit warnings
7049                 Make statusbar update every second if total < 20
7050                 Make IMAP APPEND faster by simplifying log              
7051
7052 2006-12-26 [colin]      2.6.1cvs75
7053
7054         * src/folder.c
7055         * src/folder.h
7056         * src/folderview.c
7057         * src/folderview.h
7058         * src/imap_gtk.c
7059         * src/mh_gtk.c
7060                 Make it possible to copy folders accross
7061                 mailboxes (this was an arbitrary limitation).
7062                 Still make it impossible to move folders 
7063                 accross mailboxes.
7064
7065 2006-12-26 [colin]      2.6.1cvs74
7066
7067         * src/etpan/imap-thread.c
7068                 Fix bug 1081, 'claws-mail 
7069                 segfaults when going offline 
7070                 while it transfers mails via 
7071                 imap'
7072
7073 2006-12-26 [colin]      2.6.1cvs73
7074
7075         * src/folder_item_prefs.c
7076                 Don't forget alt dictionary when
7077                 renaming/moving folders
7078
7079 2006-12-26 [wwp]        2.6.1cvs72
7080
7081         * src/folder_item_prefs.c
7082                 Add missing defaults for per-folder alt dict
7083                 (forgotten in 2.6.1cvs61).
7084
7085 2006-12-26 [colin]      2.6.1cvs71
7086
7087         * src/wizard.c
7088                 Add tooltip to state that specifying
7089                 full path to mailbox is possible
7090
7091 2006-12-26 [wwp]        2.6.1cvs70
7092
7093         * src/partial_download.c
7094         * src/gtk/gtkvscrollbutton.c
7095         * src/plugins/pgpinline/plugin.c
7096                 Fix for few compiler warnings that matter.
7097
7098 2006-12-25 [colin]      2.6.1cvs69
7099
7100         * src/partial_download.c
7101                 Fix marking for download or deletion
7102                 when the header isn't the first
7103         * src/gtk/logwindow.c
7104                 Fix start of scrolling
7105
7106 2006-12-23 [paul]       2.6.1cvs68
7107
7108         * src/compose.c
7109                 change last commit to use the 'academic'
7110                 method instead. Thanks to wwp
7111
7112 2006-12-23 [paul]       2.6.1cvs67
7113
7114         * src/compose.c
7115                 don't warn about empty subject when
7116                 redirecting
7117
7118 2006-12-22 [colin]      2.6.1cvs66
7119
7120         * src/summary_search.c
7121                 Fix previous patch
7122
7123 2006-12-22 [colin]      2.6.1cvs65
7124
7125         * src/gtk/gtkutils.c
7126         * src/imap.c
7127         * src/jpilot.c
7128         * src/summary_search.c
7129                 A few warning fixes
7130
7131 2006-12-23 [paul]       
7132
7133         2.7.0-rc2 released
7134
7135 2006-12-22 [colin]      2.6.1cvs64
7136
7137         * src/toolbar.c
7138         * src/toolbar.h
7139                 Add a combo to the learn spam button
7140         * src/plugins/bogofilter/bogofilter.c
7141         * src/plugins/bogofilter/bogofilter_gtk.c
7142         * src/plugins/bogofilter/bogofilter.h
7143                 Allow to store Unsure mails in a specific
7144                 folder to make better teaching easier
7145
7146 2006-12-21 [wwp]        2.6.1cvs63
7147
7148         * src/compose.c
7149         * src/prefs_common.c
7150         * src/prefs_common.h
7151         * src/prefs_spelling.c
7152         * src/gtk/gtkaspell.c
7153         * src/gtk/gtkaspell.h
7154                 Allow spell-checking using both current and alternate dictionaries
7155                 (thanks to Colin).
7156
7157 2006-12-21 [wwp]        2.6.1cvs62
7158
7159         * src/gtk/gtkaspell.c
7160                 Apply recheck_when_changing_dict (highlight all mispelled words)
7161                 when switching to alternate dictionary.
7162
7163 2006-12-21 [wwp]        2.6.1cvs61
7164
7165         * src/compose.c
7166         * src/folder_item_prefs.h
7167         * src/prefs_common.c
7168         * src/prefs_common.h
7169         * src/prefs_folder_item.c
7170         * src/prefs_spelling.c
7171         * src/gtk/gtkaspell.c
7172         * src/gtk/gtkaspell.h
7173                 Add global and per-folder prefs to set the default
7174                 alternate dictionary.
7175
7176 2006-12-21 [colin]      2.6.1cvs60
7177
7178         * src/folder.c
7179                 Look for folders by path in all folders
7180         * src/html.c
7181                 add &mdash;
7182
7183 2006-12-20 [colin]      2.6.1cvs59
7184
7185         * src/gtk/quicksearch.c
7186                 Make sure in_typing is false when clearing
7187
7188 2006-12-20 [wwp]        2.6.1cvs58
7189
7190         * configure.ac
7191                 change manual's target dir to be LFH-compliant (thanks to Colin).
7192
7193 2006-12-20 [wwp]        2.6.1cvs57
7194
7195         * src/prefs_common.c
7196         * src/prefs_summaries.c
7197                 i18n fix and factorize patch, thanks to Fabien.
7198
7199 2006-12-20 [paul]       2.6.1cvs56
7200
7201         * configure.ac
7202                 last of the renaming (??)
7203         * src/main.c
7204                 correct --help info of --status-full
7205         * src/plugins/bogofilter/bogofilter.c
7206                 make FALSE default of whitelist_ab
7207
7208 2006-12-19 [colin]      2.6.1cvs55
7209
7210         * src/jpilot.c
7211                 Same as before, without depending on
7212                 pisock >= 0.12
7213
7214 2006-12-19 [colin]      2.6.1cvs54
7215
7216         * src/jpilot.c
7217                 Fix bug 1059, 'Better jpilot charset 
7218                 handling'. Use libpisync's charset conversion
7219                 if possible
7220
7221 2006-12-19 [colin]      2.6.1cvs53
7222
7223         * po/fr.po
7224                 Updated by Fabien
7225
7226 2006-12-19 [wwp]        2.6.1cvs52
7227
7228         * src/gtk/about.c
7229                 Add missing #include (thanks to Colin).
7230
7231 2006-12-19 [wwp]        2.6.1cvs51
7232
7233         * src/prefs_receive.c
7234                 Better spacing between widgets in prefs.
7235
7236 2006-12-18 [colin]      2.6.1cvs50
7237
7238         * src/imap.c
7239                 Fix failure to get separator on LIST "" ""
7240                 Try LIST "" "INBOX" too.
7241
7242 2006-12-18 [wwp]        2.6.1cvs49
7243
7244         * src/common/session.c
7245                 Fix a compiler warning (thanks to Fabien).
7246
7247 2006-12-18 [wwp]        2.6.1cvs48
7248
7249         * src/compose.c
7250         * src/prefs_quote.c
7251                 Factorize some strings for translation (it's about error
7252                 messages when applying or checking template/quote format).
7253
7254 2006-12-18 [colin]      2.6.1cvs47
7255
7256         * Makefile.am
7257         * src/common/defs.h
7258         * src/gtk/Makefile.am
7259         * src/gtk/about.c
7260                 Add a Release notes tab from the contents of
7261                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
7262
7263 2006-12-17 [colin]      2.6.1cvs46
7264
7265         * src/mimeview.c
7266         * src/textview.c
7267         * src/gtk/filesel.c
7268                 Correctly convert from/to UTF8/filename encoding
7269                 when loading and saving files. Probably fixes
7270                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
7271                 for a file to attach and is blocked...'
7272
7273 2006-12-17 [colin]      2.6.1cvs45
7274
7275         * src/gtk/logwindow.c
7276                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
7277                 IMAP folder and is blocked on main thread': 
7278                 make sure we put utf8 in the log.
7279
7280 2006-12-16 [colin]      2.6.1cvs44
7281
7282         * src/toolbar.c
7283         * src/toolbar.h
7284                 Fix bug 1055, 'Add the 'cancel receive' 
7285                 in the available events for the toolbar buttons'
7286
7287 2006-12-16 [colin]      2.6.1cvs43
7288
7289         * po/POTFILES.in
7290         * src/imap.c
7291         * src/common/nntp.c
7292         * src/common/session.c
7293                 Log error when SSL handshakes fail. 
7294                 Fixes bug 1082, 'incorrect / imprecise 
7295                 error message when imap server provides 
7296                 ssl only through STARTTLS but SSL is 
7297                 selected'
7298
7299 2006-12-15 [wwp]        2.6.1cvs42
7300
7301         * src/plugins/bogofilter/bogofilter_gtk.c
7302                 set proper sensitivity to widgets I've recently added.
7303
7304 2006-12-15 [colin]      
7305
7306         2.7.0-rc1 released
7307
7308 2006-12-15 [wwp]        2.6.1cvs41
7309
7310         * src/plugins/bogofilter/bogofilter.c
7311         * src/plugins/bogofilter/bogofilter.h
7312         * src/plugins/bogofilter/bogofilter_gtk.c
7313                 bogofilter's whitelist can now use a subset of
7314                 the addressbook (either a book, a subfolder of a book,
7315                 or the whole addressbook by using "Any"). Re-used there
7316                 some pref_matcher widgets and mechanisms to match a subset
7317                 of the addressbook.
7318
7319 2006-12-15 [wwp]        2.6.1cvs40
7320
7321         * src/wizard.c
7322         * src/common/plugin.c
7323         * src/common/plugin.h
7324         * src/gtk/about.c
7325         * src/plugins/bogofilter/bogofilter.c
7326         * src/plugins/clamav/clamav_plugin.c
7327         * src/plugins/demo/demo.c
7328         * src/plugins/dillo_viewer/dillo_viewer.c
7329         * src/plugins/pgpcore/plugin.c
7330         * src/plugins/pgpinline/plugin.c
7331         * src/plugins/pgpmime/plugin.c
7332         * src/plugins/spamassassin/spamassassin.c
7333         * src/plugins/trayicon/trayicon.c
7334                 factorize some translatable strings (plugins-related),
7335                 fix missing punctuation in several places,
7336                 remove useless translatable \n in about.c,
7337                 and factorize plugin init code w/ a new function
7338                 check_plugin_version() in common/plugin.c.
7339                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
7340
7341 2006-12-15 [wwp]        2.6.1cvs39
7342
7343         * src/plugins/bogofilter/bogofilter.c
7344         * src/plugins/bogofilter/bogofilter_gtk.c
7345                 flag whitelisted spams as spam, but don't filter it to the spam
7346                 folder. Thanks to Colin.
7347
7348 2006-12-15 [ticho]      2.6.1cvs38
7349
7350         * src/plugins/bogofilter/bogofilter.c
7351         * src/plugins/bogofilter/bogofilter.h
7352         * src/plugins/bogofilter/bogofilter_gtk.c
7353                 Add option to whitelist senders found in addressbook. Patch by colin.
7354
7355 2006-12-15 [paul]       2.6.1cvs37
7356
7357         * src/folderview.c
7358                 add missing #include "log.h"
7359
7360 2006-12-15 [paul]       2.6.1cvs36
7361
7362         * src/plugins/bogofilter/bogofilter.c
7363         * src/plugins/bogofilter/bogofilter.h
7364         * src/plugins/bogofilter/bogofilter_gtk.c
7365                 Add an option to allow inserting an
7366                 X-Claws-Bogosity header (on MH folders
7367                 only). Patch by Colin
7368
7369 2006-12-14 [colin]      2.6.1cvs35
7370
7371         * src/main.c
7372                 "Yes" should be the default choice for
7373                 migration configuration
7374
7375 2006-12-14 [paul]       2.6.1cvs34
7376
7377         * src/prefs_summaries.c
7378         * manual/advanced.xml
7379                 Unhide mark_as_read_delay
7380
7381 2006-12-14 [paul]       2.6.1cvs33
7382
7383         * src/messageview.c
7384         * src/messageview.h
7385         * src/mimeview.c
7386         * src/mimeview.h
7387         * src/summaryview.c
7388         * src/textview.c
7389         * src/textview.h
7390                 Fix printing of selection
7391                 Fix printing of message parts
7392                 Fix printing of images
7393         * src/gtk/gtksourceprintjob.c
7394                 Fix page count when there are images
7395
7396 2006-12-14 [wwp]        2.6.1cvs32
7397
7398         * src/mainwindow.c
7399         * src/summaryview.c
7400         * src/summaryview.h
7401         * src/gtk/quicksearch.c
7402                 fix quicksearch 'magnify' button status when QS is closed
7403                 using the Escape key, thanks to Colin.
7404
7405 2006-12-14 [wwp]        2.6.1cvs31
7406
7407         * src/mainwindow.c
7408         * src/summaryview.c
7409         * src/summaryview.h
7410         * src/gtk/quicksearch.c
7411                 fix quicksearch 'magnify' button status when QS is closed
7412                 using the Escape key, thanks to Colin.
7413
7414 2006-12-13 [colin]      2.6.1cvs30
7415
7416         * src/ldapquery.c
7417         * src/ldaputil.c
7418                 Use the binary safe version of ldap_get_values,
7419                 to make sure we manipulate null-terminated 
7420                 strings. Maybe fixes bug 1075, 'claws mail 
7421                 segfault when completing ldap adresses'
7422         * src/syldap.c ** REMOVED **
7423         * src/syldap.h ** REMOVED **
7424                 Remove dead files
7425
7426 2006-12-13 [mones]      2.6.1cvs29
7427
7428         * po/es.po
7429                 Fixed piped strings, fixed click translation
7430
7431 2006-12-13 [paul]       2.6.1cvs28
7432
7433         * src/main.c
7434                 don't translate these strings
7435
7436 2006-12-13 [paul]       2.6.1cvs27
7437
7438         * po/en_GB.po
7439                 updated
7440
7441 2006-12-13 [colin]      2.6.1cvs26
7442
7443         * src/main.c
7444         * src/main.h
7445                 Add claws_is_starting()
7446
7447 2006-12-13 [mones]      2.6.1cvs25
7448
7449         * manual/es/advanced.xml
7450         * po/es.po
7451                 Synced manual and updated translation
7452
7453 2006-12-12 [colin]      2.6.1cvs24
7454
7455         * src/wizard.c
7456                 Add an option to use STARTTLS in the
7457                 welcome wizard. Fixes bug 1080, 
7458                 'Using SSL option in wizard for incoming 
7459                 server does not activate SSL with STARTTLS'
7460
7461 2006-12-12 [colin]      2.6.1cvs23
7462
7463         * src/main.c
7464                 Don't exit when there's an incomplete
7465                 mailbox configured - leaves a chance 
7466                 to fix a failing IMAP account. Exit
7467                 if no mailbox at all is loaded (case
7468                 of missing plugin).
7469                 Completes bug 1077's fix (I was wrong
7470                 in this bug's comment #3).
7471
7472 2006-12-12 [colin]      2.6.1cvs22
7473
7474         * src/gtk/menu.h
7475                 Add another menu data type
7476         * src/prefs_account.c
7477                 Complete the completion of bug 1076
7478                 (doesn't lose the pref on apply)
7479
7480 2006-12-12 [paul]       2.6.1cvs21
7481
7482         * src/prefs_account.c
7483                 complete the fix of bug 1076
7484                 also be more verbose with the text
7485
7486 2006-12-12 [paul]       2.6.1cvs20
7487
7488         * src/gtk/combobox.c
7489                 fix compilation warning
7490
7491 2006-12-11 [colin]      2.6.1cvs19
7492
7493         * src/wizard.c
7494                 Document :port in server entry tooltips
7495
7496 2006-12-11 [colin]      2.6.1cvs18
7497
7498         * src/main.c
7499                 Fix compile
7500
7501 2006-12-11 [colin]      2.6.1cvs17
7502
7503         * src/main.c
7504                 Add failing IMAP as a reason for no
7505                 mailbox
7506
7507 2006-12-11 [colin]      2.6.1cvs16
7508
7509         * src/prefs_account.c
7510                 Check for existence of inbox for local
7511                 accounts too
7512         * src/wizard.c
7513                 Allow setting the port to use for servers
7514                 by using the usual "server.example.com:port"
7515                 syntax. Fixes bug 1077, 'sylpheed-claws does 
7516                 not start when IMAP server is unavailable'
7517
7518 2006-12-11 [colin]      2.6.1cvs15
7519
7520         * src/prefs_account.c
7521                 Prevent use of non-existing default inbox
7522
7523 2006-12-11 [colin]      2.6.1cvs14
7524
7525         * src/prefs_account.c
7526                 Fix sensitivity. Fixes bug 1076, 'privacy 
7527                 options are displayed even when pgp plugin 
7528                 not loaded / available'
7529
7530 2006-12-09 [colin]      2.6.1cvs13
7531
7532         * manual/advanced.xml
7533         * src/prefs_common.c
7534         * src/prefs_common.h
7535         * src/common/ssl_certificate.c
7536                 Add a new hidden preference, 'unsafe_ssl_certs',
7537                 which allows to store multiple certificates per
7538                 server/port. This is disabled by default because
7539                 it's less secure (presenting a new certificate
7540                 instead of a changed one raises less alarms).
7541                 This will cause Claws to ask about an unknown
7542                 certificate for people who have used 2.6.1cvs8
7543                 or greater.
7544
7545 2006-12-09 [colin]      2.6.1cvs12
7546
7547         * src/action.c
7548                 Fix cache updating after action
7549
7550 2006-12-07 [wwp]        2.6.1cvs11
7551
7552         * src/compose.c
7553                 fix email address comparison when replying to all
7554                 (avoid replying to ourselves), thanks to Colin.
7555
7556 2006-12-06 [paul]       2.6.1cvs10
7557
7558         * src/addrharvest.c
7559         * src/editldap.c
7560         * src/expldifdlg.c
7561         * src/news.c
7562         * src/toolbar.c
7563         * src/common/utils.c
7564                 ...and more renaming
7565                 Thanks to Colin
7566
7567 2006-12-06 [paul]       2.6.1cvs9
7568
7569         * src/compose.c
7570         * src/messageview.c
7571         * src/procheader.c
7572         * src/procmime.c
7573         * src/procmsg.c
7574         * src/textview.c
7575                 more renaming
7576                 Thanks to Colin
7577
7578 2006-12-06 [colin]      2.6.1cvs8
7579
7580         * src/ssl_manager.c
7581         * src/common/ssl_certificate.c
7582         * src/common/ssl_certificate.h
7583                 Handle multiple certificates per host/port
7584
7585 2006-12-06 [colin]      2.6.1cvs7
7586
7587         * src/etpan/imap-thread.c
7588                 Fix certificate checking on IMAP
7589
7590 2006-12-06 [colin]      2.6.1cvs6
7591
7592         * src/folderview.c
7593                 Fix bug 1072, 'Claws stops fetching newsgroups 
7594                 from server when newsgroup got deleted': continue
7595                 checking other groups
7596
7597 2006-12-05 [wwp]        2.6.1cvs5
7598
7599         * src/message_search.c
7600         * src/summary_search.c
7601         * src/gtk/combobox.c
7602         * src/gtk/combobox.h
7603         * src/gtk/gtkutils.c
7604         * src/gtk/gtkutils.h
7605                 make up and down arrow keys in modern gtk_combo_box_entry widgets
7606                 behave like w/ old comboboxes (summary and message search only).
7607
7608 2006-12-05 [paul]       2.6.1cvs4
7609
7610         * src/wizard.c
7611                 encode headers
7612                 Thanks to Colin
7613
7614 2006-12-05 [paul]       2.6.1cvs3
7615
7616         * tools/README
7617         * tools/textviewer.pl
7618                 script updated and description added
7619
7620 2006-12-04 [colin]      2.6.1cvs2
7621
7622         * src/compose.c
7623                 Run pre-send hook only when checking
7624                 everything
7625
7626 2006-12-04 [paul]       2.6.1cvs1
7627
7628         * NEWS
7629         * README
7630         * RELEASE_NOTES
7631         * configure.ac
7632         * tools/README
7633                 bump up version number following stable release
7634
7635 2006-12-04 [paul]       2.6.0cvs83
7636
7637         * README
7638                 updates and corrections
7639
7640 2006-12-04 [colin]      2.6.0cvs82
7641
7642         * src/common/utils.c
7643                 Probably fix bug 1066, 'Incorrect mailbox 
7644                 size displayed'
7645
7646 2006-12-04 [colin]      2.6.0cvs81
7647
7648         * src/common/utils.c
7649                 Trim tabs from mailcap file too.
7650
7651 2006-12-02 [paul]       2.6.0cvs80
7652
7653         * src/exphtmldlg.c
7654                 fix broken GUI under certain languages
7655         * src/expldifdlg.c
7656                 put the Cancel button to the right
7657
7658 2006-12-01 [paul]       2.6.0cvs79
7659
7660         * tools/Makefile.am
7661                 remove reference to removed file
7662
7663 2006-12-01 [wwp]        2.6.0cvs78
7664
7665         * src/addressbook.c
7666         * src/editaddress.c
7667                 remove forgotten debug statements.
7668
7669 2006-12-01 [wwp]        2.6.0cvs77
7670
7671         * manual/advanced.xml
7672         * manual/fr/advanced.xml
7673         * src/addressbook.c
7674         * src/addressbook.h
7675         * src/addressitem.h
7676         * src/editaddress.c
7677         * src/editaddress.h
7678         * src/prefs_common.c
7679         * src/prefs_common.h
7680         * src/gtk/gtkutils.c
7681         * src/gtk/gtkutils.h
7682                 add a hidden option to allow embedding the editaddress (edit contact details)
7683                 dialog into the addressbook's window. This doesn't change the default
7684                 behaviour.
7685
7686 2006-12-01 [wwp]        2.6.0cvs76
7687
7688         * src/message_search.c
7689         * src/summary_search.c
7690                 fix more focus issues (don't set focus to combobox's entry widget when
7691                 entry's value changed, if entry widget has focus already).
7692
7693 2006-12-01 [wwp]        2.6.0cvs75
7694
7695         * src/gtk/quicksearch.c
7696                 revert last changes to the quicksearch gtk_combo_box, this needs more
7697                 tuning and testing.
7698
7699 2006-12-01 [paul]       2.6.0cvs74
7700
7701         * tools/kdeservicemenu/README
7702         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7703         * tools/kdeservicemenu/install.sh
7704         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7705         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7706                 simplify this stuff, and in so doing,
7707                 fix it. (possibly re-extend it again at
7708                 a later date)
7709
7710 2006-12-01 [wwp]        2.6.0cvs73
7711
7712         * src/gtk/quicksearch.c
7713                 adapt quicksearch code to use modern gtk_combo_box'es.
7714
7715 2006-12-01 [wwp]        2.6.0cvs72
7716
7717         * src/common/defs.h
7718         * src/prefs_common.c
7719         * src/prefs_common.h
7720         * src/message_search.c
7721         * src/summary_search.c
7722         * src/gtk/combobox.c
7723         * src/gtk/combobox.h
7724                 add history combos to all message and summary search fields.
7725
7726 2006-12-01 [wwp]        2.6.0cvs71
7727
7728         * src/summaryview.c
7729                 As the list may change while the mark as read delay
7730                 runs, we can't rely on the 'row' pointer, which can
7731                 be invalid when the timeout is called. As the mark
7732                 as read is only done if the message is still selected,
7733                 use summaryview->selected instead. Thanks to Colin.
7734
7735 2006-11-30 [paul]       2.6.0cvs70
7736
7737         * src/textview.c
7738                 give emphasis to "Sylpheed-Claws"
7739                 as well as "Claws Mail"
7740
7741 2006-11-30 [colin]      2.6.0cvs69
7742
7743         * src/wizard.c
7744                 Put the SSL checkboxes in the receiving
7745                 and sending server pages.
7746
7747 2006-11-29 [colin]      2.6.0cvs68
7748
7749         * src/gtk/gtkutils.c
7750         * src/gtk/gtkvscrollbutton.c
7751                 Revert some deprecated fixes - they seem to
7752                 deprecate stuff as soon as a new one gets out.
7753                 g_object_ref_sink needed glib-2.10.
7754
7755 2006-11-29 [colin]      2.6.0cvs67
7756
7757         * src/common/utils.c
7758                 Create .mailcap if it doesn't exist
7759
7760 2006-11-29 [colin]      2.6.0cvs66
7761
7762         * src/compose.c
7763                 Followup to cvs60: use original list
7764                 of recipients if replying to a mail
7765                 in Sent Drafts or Queue.
7766
7767 2006-11-27 [paul]       2.6.0cvs65
7768
7769         * src/image_viewer.c
7770                 revert the last change for now (it's broken)
7771
7772 2006-11-27 [paul]       2.6.0cvs64
7773
7774         * Makefile.am
7775         * configure.ac
7776         * m4/aclocal-include.m4
7777         * m4/check-type.m4
7778         * src/Makefile.am
7779         * src/addr_compl.c
7780         * src/compose.c
7781         * src/crash.c
7782         * src/export.c
7783         * src/exporthtml.c
7784         * src/exportldif.c
7785         * src/imap.c
7786         * src/import.c
7787         * src/main.c
7788         * src/main.h
7789         * src/matcher.c
7790         * src/mimeview.c
7791         * src/procmsg.c
7792         * src/textview.c
7793         * src/common/Makefile.am
7794         * src/common/claws.c
7795         * src/common/claws.h
7796         * src/common/ssl.c
7797         * src/common/sylpheed.c
7798         * src/common/sylpheed.h
7799         * src/etpan/Makefile.am
7800         * src/gtk/Makefile.am
7801         * src/gtk/claws-marshal.list
7802         * src/gtk/filesel.c
7803         * src/gtk/gtksctree.c
7804         * src/gtk/quicksearch.c
7805         * src/gtk/sylpheed-marshal.list
7806         * src/plugins/bogofilter/bogofilter.c
7807         * src/plugins/bogofilter/bogofilter_gtk.c
7808         * src/plugins/clamav/clamav_plugin.c
7809         * src/plugins/clamav/clamav_plugin_gtk.c
7810         * src/plugins/demo/demo.c
7811         * src/plugins/dillo_viewer/dillo_viewer.c
7812         * src/plugins/pgpcore/Makefile.am
7813         * src/plugins/pgpcore/claws.def
7814         * src/plugins/pgpcore/pgp_viewer.c
7815         * src/plugins/pgpcore/plugin.c
7816         * src/plugins/pgpcore/sylpheed.def
7817         * src/plugins/pgpinline/Makefile.am
7818         * src/plugins/pgpinline/claws.def
7819         * src/plugins/pgpinline/plugin.c
7820         * src/plugins/pgpinline/sylpheed.def
7821         * src/plugins/pgpmime/Makefile.am
7822         * src/plugins/pgpmime/claws.def
7823         * src/plugins/pgpmime/plugin.c
7824         * src/plugins/pgpmime/sylpheed.def
7825         * src/plugins/spamassassin/spamassassin.c
7826         * src/plugins/spamassassin/spamassassin_gtk.c
7827         * src/plugins/trayicon/trayicon.c
7828                 yet more renaming
7829                 remove deprecated gtk_tooltips_set_delay()
7830
7831 2006-11-26 [paul]       2.6.0cvs63
7832
7833         * src/expldifdlg.c
7834         * src/folderview.c
7835         * src/image_viewer.c
7836         * src/mainwindow.c
7837         * src/gtk/gtkutils.c
7838         * src/gtk/gtkvscrollbutton.c
7839         * src/gtk/prefswindow.c
7840         * src/plugins/pgpcore/prefs_gpg.c
7841                 replace more deprecated GTK+ functions
7842
7843 2006-11-26 [paul]       2.6.0cvs62
7844
7845         * src/addr_compl.c
7846         * src/addressbook.c
7847         * src/browseldap.c
7848                 replace deprecated gtk_idle_... functions
7849
7850 2006-11-26 [paul]       2.6.0cvs61
7851
7852         * src/compose.c
7853         * src/folderview.c
7854         * src/inc.c
7855         * src/summaryview.c
7856         * src/gtk/gtkvscrollbutton.c
7857         * src/gtk/quicksearch.c
7858         * src/plugins/pgpcore/passphrase.c
7859                 replace deprecated gtk_timeout_add and
7860                 gtk_timeout_remove
7861
7862 2006-11-26 [paul]       2.6.0cvs60
7863
7864         * src/compose.c
7865                 fix bug that caused the wrong recipient
7866                 to be selected when replying to a msg
7867                 which is From one of our accounts to
7868                 another of our accounts
7869
7870 2006-11-25 [paul]       2.6.0cvs59
7871
7872         * src/summaryview.c
7873                 don't change the From column title to
7874                 To if the To column is visible
7875
7876 2006-11-24 [paul]       2.6.0cvs58
7877
7878         * src/compose.c
7879                 fix bug 1069, 'Sent mails disappear, BCC
7880                 or locking problem?'
7881
7882 2006-11-21 [wwp]        2.6.0cvs57
7883
7884         * src/compose.c
7885                 fix spelling menu when replying (same as 2.3.1cvs39):
7886                 discrepancy between context menu and top menu when
7887                 folder's dictionary isn't the default one.
7888
7889 2006-11-19 [paul]       2.6.0cvs56
7890
7891         * src/summaryview.c
7892                 obey always_show_msg option when
7893                 marking as spam
7894         * src/plugins/bogofilter/bogofilter.c
7895                 fix typo
7896
7897 2006-11-18 [paul]       2.6.0cvs55
7898
7899         * AUTHORS
7900         * README
7901         * debian/copyright
7902         * manual/ack.xml
7903         * manual/es/ack.xml
7904         * manual/fr/ack.xml
7905         * manual/pl/ack.xml
7906         * src/gtk/authors.h
7907         * src/gtk/icon_legend.c
7908         * src/gtk/icon_legend.h
7909         * tools/OOo2claws-mail.pl
7910         * tools/README
7911         * tools/acroread2claws-mail.pl
7912         * tools/claws.i18n.status.pl
7913         * tools/filter_conv.pl
7914         * tools/filter_conv_new.pl
7915         * tools/freshmeat_search.pl
7916         * tools/google_search.pl
7917         * tools/kmail2claws-mail.pl
7918         * tools/kmail2claws-mail_v2.pl
7919         * tools/maildir2claws-mail.pl
7920         * tools/make.themes.project
7921         * tools/multiwebsearch.pl
7922         * tools/outlook2claws-mail.pl
7923         * tools/tb2claws-mail
7924         * tools/kdeservicemenu/README
7925         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7926                 update mine and wwp's email addresses in
7927                 several places
7928                 Patch by wwp
7929         * src/prefs_compose_writing.c
7930                 set sensitivity on 'new message format' frame
7931
7932 2006-11-17 [paul]       2.6.0cvs54
7933
7934         * src/gtk/about.c
7935                 more reworking of the GUI
7936                 Patch by Fabien Vantard
7937
7938 2006-11-16 [paul]       2.6.0cvs53
7939
7940         * src/gtk/about.c
7941                 set a minimum size for the window, allow
7942                 it to automatically expand as necessary
7943
7944 2006-11-16 [wwp]        2.6.0cvs52
7945
7946         * src/gtk/about.c
7947                 better wrap of copyright info on some systems.
7948
7949 2006-11-16 [paul]       2.6.0cvs51
7950
7951         * src/gtk/about.c
7952                 move the tech info from the upper panel
7953                 to the Info tab
7954                 use a gtk_text_view for the features tab
7955
7956 2006-11-16 [paul]       2.6.0cvs50
7957
7958         * po/Makevars
7959                 update my email address
7960         * src/addressbook.c
7961         * src/compose.c
7962         * src/imap_gtk.c
7963         * src/mh_gtk.c
7964         * src/news_gtk.c
7965         * src/summaryview.c
7966         * src/plugins/trayicon/trayicon.c
7967                 don't offer simple menu separators
7968                 for translation
7969         * src/folderview.c
7970                 add separator between 'mark all read'
7971                 and 'search folder'
7972
7973 2006-11-15 [wwp]        2.6.0cvs49
7974
7975         * src/gtk/authors.h
7976                 updated manuals authors.
7977
7978 2006-11-14 [paul]       2.6.0cvs48
7979
7980         * src/compose.c
7981                 Fix Options/Reply mode after draft save
7982
7983 2006-11-14 [paul]       2.6.0cvs47
7984
7985         * src/Makefile.am
7986                 Fix make DESTDIR=...
7987         * src/mbox.c
7988                 Optimise speed
7989         * src/plugins/pgpinline/pgpinline.c
7990                 Probably fix bug 1061
7991
7992 2006-11-14 [paul]       2.6.0cvs46
7993
7994         * po/Makevars
7995                 enable Q_ macro
7996         * src/Makefile.am
7997         * src/stock_pixmap.c
7998         * src/stock_pixmap.h
7999         * src/gtk/about.c
8000         * src/pixmaps/active.xpm
8001         * src/pixmaps/inactive.xpm
8002                 add a new page, 'Features', to the About dialog
8003                 showing which features are compiled in and which
8004                 are not
8005
8006 2006-11-14 [paul]       2.6.0cvs45
8007
8008         * po/ru.po
8009                 updated by Pavlo Bohmat
8010
8011 2006-11-14 [colin]      2.6.0cvs44
8012
8013         * src/compose.c
8014         * src/inc.c
8015         * src/messageview.c
8016         * src/news.c
8017         * src/pop.c
8018         * src/procmsg.c
8019         * src/gtk/gtkaspell.c
8020                 Fix 64-bit-related warnings
8021         * src/ssl_manager.c
8022                 Fix possible infinite loop
8023         * src/plugins/pgpcore/sgpgme.c
8024                 Remove useless check
8025
8026 2006-11-13 [colin]      2.6.0cvs43
8027
8028         * src/gtk/Makefile.am
8029                 authors.h isn't generated
8030
8031 2006-11-13 [colin]      2.6.0cvs42
8032
8033         * src/plugins/pgpinline/pgpinline.c
8034         * src/plugins/pgpmime/pgpmime.c
8035                 Very probably fix bug 1061, 'crash on 
8036                 opening signed email'. Another cast
8037                 problem
8038
8039 2006-11-13 [colin]      2.6.0cvs41
8040
8041         * src/plugins/pgpcore/sgpgme.c
8042                 Maybe fix bug 1061, 'crash on opening 
8043                 signed email'
8044
8045 2006-11-13 [wwp]        2.6.0cvs40
8046
8047         * src/plugins/pgpinline/pgpinline.c
8048                 fix candidate for bug #1057, thanks to Colin.
8049
8050 2006-11-13 [wwp]        2.6.0cvs39
8051
8052         * src/compose.c
8053         * src/quote_fmt_parse.y
8054                 fix bug 1052: current parser buffer was not always 
8055                 allocated, ptr to this buffer could be returned as 
8056                 NULL whereas no parser error has occurred. in 
8057                 consequence, defining a template body as "%d" 
8058                 (w/o the quotes) for the first time of the instance 
8059                 of claws-mail, was reporting a parser error. make 
8060                 sure that the buffer is always allocated, even to 
8061                 an empty string.
8062                 fix mis-unescaping in compose.:compose_quote_fmt(): 
8063                 unescaping of the fmt string was always done 
8064                 whereas it must be done *only* when receiving 
8065                 quote format strings issued from the prefs 
8066                 (compose new message, reply, forward, redirect 
8067                 formats), *not* when applying templates.  in 
8068                 consequences, applying templates w/ sequences 
8069                 like \\|p{echo} were failing. make sure that 
8070                 unescaping is done only when necessary.
8071
8072 2006-11-12 [colin]      2.6.0cvs38
8073
8074         * po/de.po
8075                 Fix typo (s/KB/MB)
8076
8077 2006-11-12 [colin]      2.6.0cvs37
8078
8079         * src/plugins/pgpinline/pgpinline.c
8080         * src/plugins/pgpmime/pgpmime.c
8081                 Release GPG context at the latest 
8082                 possible moment. Maybe fixes 
8083                 bug 1057, 'crash on sending signed 
8084                 message to a newsgroup'
8085                 
8086
8087 2006-11-12 [colin]      2.6.0cvs36
8088
8089         * src/plugins/pgpcore/sgpgme.c
8090                 Tell a bit more when gpg's status doesn't
8091                 contain any signature
8092
8093 2006-11-12 [colin]      2.6.0cvs35
8094
8095         * src/compose.c
8096                 Fix bug 1060, 'compilation error with 
8097                 Irix's cc'
8098
8099 2006-11-12 [paul]       2.6.0cvs34
8100
8101         * doc/man/claws-mail.1
8102         * src/prefs_gtk.c
8103         * src/plugins/clamav/README
8104         * src/plugins/spamassassin/README
8105         * tools/README
8106         * tools/freshmeat_search.pl
8107         * tools/google_search.pl
8108         * tools/multiwebsearch.pl
8109                 more renaming
8110         * src/plugins/trayicon/trayicon.c
8111                 fix compiliation warning
8112
8113 2006-11-11 [colin]      2.6.0cvs33
8114
8115         * src/folderview.c
8116                 Forbid drag and drop from/to different
8117                 folders of type F_UNKNOWN
8118
8119 2006-11-11 [colin]      2.6.0cvs32
8120
8121         * src/plugins/pgpinline/pgpinline.c
8122                 Fix typo in previous commit:
8123                 - gpgme_new(&ctx);
8124                 + if ((err = gpgme_new(&data->ctx)) ...)
8125
8126 2006-11-11 [colin]      2.6.0cvs31
8127
8128         * src/plugins/pgpinline/pgpinline.c
8129         * src/plugins/pgpmime/pgpmime.c
8130                 Check success after calling gpgme_new
8131                 Maybe fixes bug 1057, 'crash on sending 
8132                 signed message to a newsgroup'
8133
8134 2006-11-11 [colin]      2.6.0cvs30
8135
8136         * src/undo.c
8137                 init undostruct to 0s (from
8138                 valgrind log of bug 1057)
8139
8140 2006-11-10 [colin]      2.6.0cvs29
8141
8142         * src/mainwindow.c
8143                 Set cursor to wait before filtering
8144                 duplicates in all folders
8145         * src/plugins/bogofilter/bogofilter.c
8146         * src/plugins/bogofilter/bogofilter.h
8147         * src/plugins/bogofilter/bogofilter_gtk.c
8148                 Completely thread away the bogofilter
8149                 filtering
8150
8151 2006-11-10 [mones]      2.6.0cvs28
8152
8153         * src/compose.c
8154         * src/compose.h
8155                 added COMPOSE_CHECK_BEFORE_SEND hook
8156
8157 2006-11-10 [paul]       2.6.0cvs27
8158
8159         * src/crash.c
8160                 more renaming
8161                 add libSM to get_compiled_in_features()
8162         * src/main.c
8163                 more renaming
8164
8165 2006-11-10 [colin]      2.6.0cvs26
8166
8167         * src/etpan/imap-thread.c
8168                 Add a reference to libetpan's sasl engine
8169                 so that sasl_done() doesn't get called by
8170                 libetpan, and doesn't break openssl.
8171                 Should fix bug 1053, 'SC fails to reestablish 
8172                 a secure connection'
8173                 Patch by Hoa
8174
8175 2006-11-10 [colin]      2.6.0cvs25
8176
8177         * manual/addrbook.xml
8178         * manual/advanced.xml
8179         * manual/faq.xml
8180         * manual/intro.xml
8181                 Some more renaming
8182
8183 2006-11-09 [colin]      2.6.0cvs24
8184
8185         * src/plugins/bogofilter/bogofilter_gtk.c
8186                 Add comment about annoyance
8187
8188 2006-11-09 [colin]      2.6.0cvs23
8189
8190         * src/plugins/bogofilter/bogofilter.c
8191         * src/plugins/bogofilter/bogofilter_gtk.c
8192                 Prepare things needed to thread bogofilter
8193                 filtering: separate bogo stuff and possible GUI
8194                 stuff. 
8195
8196 2006-11-09 [colin]      2.6.0cvs22
8197
8198         * src/account.c
8199         * src/compose.c
8200                 Search for one of our accounts in Delivered-To
8201                 (helps for auto-account selection when 
8202                  replying/forwarding)
8203         * src/folderview.c
8204         * src/mainwindow.c
8205         * src/mainwindow.h
8206         * src/plugins/trayicon/trayicon.c
8207                 Allow opening a new mail with any account from
8208                 the contextual menu
8209
8210 2006-11-09 [wwp]        2.6.0cvs21
8211
8212         * src/compose.c
8213         * src/prefs_common.c
8214         * src/prefs_common.h
8215         * src/prefs_compose_writing.c
8216                 add a compose new message format (in prefs/compose/writing), it's a
8217                 simple subject+body template to use when opening a new composition
8218                 window. It's similar to the existent reply and forward formats.
8219
8220                 enhanced the template/format % symbols substitution mechanism to
8221                 use current composition window information when % are used in
8222                 the compose new message format or in templates applied to new
8223                 messages (there were useless in that situations before). When
8224                 applied to new messages, %d corresponds to the system time/date.
8225
8226 2006-11-09 [paul]       2.6.0cvs20
8227
8228         * src/gtk/authors.h
8229                 fix last commit
8230
8231 2006-11-09 [paul]       2.6.0cvs19
8232
8233         * src/gtk/authors.h
8234                 keep tje alphabetical order
8235
8236 2006-11-08 [colin]      2.6.0cvs18
8237
8238         * src/etpan/imap-thread.c
8239                 Fix bug 1054, 'Slowness logging big 
8240                 data chunks'
8241
8242 2006-11-08 [paul]       2.6.0cvs17
8243
8244         * tools/Makefile.am
8245                 fix the renaming
8246
8247 2006-11-08 [paul]       2.6.0cvs16
8248
8249         * src/common/defs.h
8250                 update BUGZILLA_URI
8251
8252 2006-11-08 [paul]       2.6.0cvs15
8253
8254         * tools/Makefile.am
8255         * tools/OOo2claws-mail.pl
8256         * tools/OOo2sylpheed.pl
8257         * tools/README
8258         * tools/acroread2claws-mail.pl
8259         * tools/acroread2sylpheed.pl
8260         * tools/kmail2claws-mail.pl
8261         * tools/kmail2claws-mail_v2.pl
8262         * tools/kmail2sylpheed.pl
8263         * tools/kmail2sylpheed_v2.pl
8264         * tools/maildir2claws-mail.pl
8265         * tools/maildir2sylpheed.pl
8266         * tools/nautilus2claws-mail.sh
8267         * tools/nautilus2sylpheed.sh
8268         * tools/outlook2claws-mail.pl
8269         * tools/outlook2sylpheed.pl
8270         * tools/tb2claws-mail
8271         * tools/tb2sylpheed
8272         * tools/tbird2claws.py
8273         * tools/tbird2syl.py
8274         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
8275         * tools/kdeservicemenu/install.sh
8276         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8277         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
8278         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
8279         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8280         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8281                 renamed (removed, added) tools files
8282
8283 2006-11-08 [paul]       2.6.0cvs14
8284
8285         * src/main.c
8286         * src/common/defs.h
8287                 Migrate sylpheedrc to clawsrc, and fix the standard
8288                 plugins path in the process
8289
8290 2006-11-07 [colin]      2.6.0cvs13
8291
8292         * src/Makefile.am
8293                 Symlink sylpheed-claws relative to 
8294                 claws-mail
8295
8296 2006-11-07 [colin]      2.6.0cvs12
8297
8298         * src/compose.c
8299                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
8300
8301 2006-11-07 [paul]       2.6.0cvs11
8302
8303         * src/gtk/about.c
8304                 Fix a missed occurence of
8305                 Sylpheed-Claws
8306
8307 2006-11-07 [paul]       2.6.0cvs10
8308
8309         * src/Makefile.am
8310                 Fix symlink installation
8311
8312 2006-11-07 [paul]       2.6.0cvs9
8313
8314         * src/Makefile.am
8315                 Symlink claws-mail to sylpheed-claws
8316         * src/common/utils.c
8317                 Fix migrating symlinks
8318         * src/etpan/imap-thread.c
8319                 check certificate only when there's
8320                 no error
8321
8322 2006-11-07 [paul]       2.6.0cvs8
8323
8324         * Makefile.am
8325                 Fix icon breakages with Gtk, which needs a 
8326                 cache updated to see them.
8327
8328 2006-11-07 [paul]       2.6.0cvs7
8329
8330         * .cvsignore
8331         * AUTHORS
8332         * COPYING
8333         * INSTALL
8334         * Makefile.am
8335         * NEWS
8336         * README
8337         * RELEASE_NOTES
8338         * autogen.sh
8339         * claws-mail-128x128.png
8340         * claws-mail-64x64.png
8341         * claws-mail.ico
8342         * claws-mail.pc.in
8343         * claws-mail.png
8344         * configure.ac
8345         * sylpheed-claws-128x128.png
8346         * sylpheed-claws-64x64.png
8347         * sylpheed-claws.desktop
8348         * sylpheed-claws.ico
8349         * sylpheed-claws.pc.in
8350         * sylpheed-claws.png
8351         * debian/README.Debian
8352         * debian/changelog
8353         * debian/claws-mail.desktop
8354         * debian/claws-mail.menu
8355         * debian/claws-mail.postinst.debhelper
8356         * debian/claws-mail.postrm.debhelper
8357         * debian/control
8358         * debian/copyright
8359         * debian/files
8360         * debian/rules
8361         * debian/sylpheed-claws.desktop
8362         * debian/sylpheed-claws.menu
8363         * debian/sylpheed-claws.postinst.debhelper
8364         * debian/sylpheed-claws.postrm.debhelper
8365         * doc/man/Makefile.am
8366         * doc/man/claws-mail.1
8367         * doc/man/sylpheed-claws.1
8368         * doc/src/ChangeLog.claws-pre0.8.0
8369         * manual/Makefile.am
8370         * manual/account.xml
8371         * manual/ack.xml
8372         * manual/addrbook.xml
8373         * manual/advanced.xml
8374         * manual/claws-mail-manual.xml
8375         * manual/faq.xml
8376         * manual/glossary.xml
8377         * manual/handling.xml
8378         * manual/intro.xml
8379         * manual/keyboard.xml
8380         * manual/plugins.xml
8381         * manual/starting.xml
8382         * manual/sylpheed-claws-manual.xml
8383         * manual/xml2pdf
8384         * manual/dist/.cvsignore
8385         * manual/dist/html/.cvsignore
8386         * manual/dist/html/Makefile.am
8387         * manual/dist/pdf/.cvsignore
8388         * manual/dist/pdf/Makefile.am
8389         * manual/dist/ps/.cvsignore
8390         * manual/dist/ps/Makefile.am
8391         * manual/dist/txt/.cvsignore
8392         * manual/dist/txt/Makefile.am
8393         * manual/es/Makefile.am
8394         * manual/es/advanced.xml
8395         * manual/es/claws-mail-manual.xml
8396         * manual/es/faq.xml
8397         * manual/es/glossary.xml
8398         * manual/es/handling.xml
8399         * manual/es/intro.xml
8400         * manual/es/plugins.xml
8401         * manual/es/sylpheed-claws-manual.xml
8402         * manual/es/dist/.cvsignore
8403         * manual/es/dist/html/.cvsignore
8404         * manual/es/dist/html/Makefile.am
8405         * manual/es/dist/pdf/.cvsignore
8406         * manual/es/dist/pdf/Makefile.am
8407         * manual/es/dist/ps/.cvsignore
8408         * manual/es/dist/ps/Makefile.am
8409         * manual/es/dist/txt/.cvsignore
8410         * manual/es/dist/txt/Makefile.am
8411         * manual/fr/Makefile.am
8412         * manual/fr/account.xml
8413         * manual/fr/ack.xml
8414         * manual/fr/addrbook.xml
8415         * manual/fr/advanced.xml
8416         * manual/fr/claws-mail-manual.xml
8417         * manual/fr/faq.xml
8418         * manual/fr/glossary.xml
8419         * manual/fr/handling.xml
8420         * manual/fr/intro.xml
8421         * manual/fr/keyboard.xml
8422         * manual/fr/plugins.xml
8423         * manual/fr/starting.xml
8424         * manual/fr/sylpheed-claws-manual.xml
8425         * manual/fr/dist/.cvsignore
8426         * manual/fr/dist/html/.cvsignore
8427         * manual/fr/dist/html/Makefile.am
8428         * manual/fr/dist/pdf/.cvsignore
8429         * manual/fr/dist/pdf/Makefile.am
8430         * manual/fr/dist/ps/.cvsignore
8431         * manual/fr/dist/ps/Makefile.am
8432         * manual/fr/dist/txt/.cvsignore
8433         * manual/fr/dist/txt/Makefile.am
8434         * manual/pl/Makefile.am
8435         * manual/pl/account.xml
8436         * manual/pl/ack.xml
8437         * manual/pl/addrbook.xml
8438         * manual/pl/advanced.xml
8439         * manual/pl/claws-mail-manual.xml
8440         * manual/pl/faq.xml
8441         * manual/pl/glossary.xml
8442         * manual/pl/handling.xml
8443         * manual/pl/intro.xml
8444         * manual/pl/keyboard.xml
8445         * manual/pl/plugins.xml
8446         * manual/pl/starting.xml
8447         * manual/pl/sylpheed-claws-manual.xml
8448         * manual/pl/dist/.cvsignore
8449         * manual/pl/dist/html/.cvsignore
8450         * manual/pl/dist/html/Makefile.am
8451         * manual/pl/dist/pdf/.cvsignore
8452         * manual/pl/dist/pdf/Makefile.am
8453         * manual/pl/dist/ps/.cvsignore
8454         * manual/pl/dist/ps/Makefile.am
8455         * manual/pl/dist/txt/.cvsignore
8456         * manual/pl/dist/txt/Makefile.am
8457         * po/.cvsignore
8458         * po/Makevars
8459         * src/.cvsignore
8460         * src/Makefile.am
8461         * src/account.c
8462         * src/account.h
8463         * src/action.c
8464         * src/action.h
8465         * src/adbookbase.h
8466         * src/addr_compl.c
8467         * src/addr_compl.h
8468         * src/addrbook.c
8469         * src/addrcache.c
8470         * src/addrcache.h
8471         * src/addrcindex.c
8472         * src/addrcindex.h
8473         * src/addrclip.c
8474         * src/addrclip.h
8475         * src/addrdefs.h
8476         * src/addressadd.c
8477         * src/addressadd.h
8478         * src/addressbook.c
8479         * src/addressbook.h
8480         * src/addressbook_foldersel.c
8481         * src/addressbook_foldersel.h
8482         * src/addrgather.c
8483         * src/addrgather.h
8484         * src/addrharvest.c
8485         * src/addrharvest.h
8486         * src/addrindex.c
8487         * src/addrindex.h
8488         * src/addritem.c
8489         * src/addritem.h
8490         * src/addrquery.c
8491         * src/addrquery.h
8492         * src/addrselect.c
8493         * src/addrselect.h
8494         * src/alertpanel.c
8495         * src/alertpanel.h
8496         * src/browseldap.c
8497         * src/browseldap.h
8498         * src/codeconv.c
8499         * src/codeconv.h
8500         * src/compose.c
8501         * src/crash.c
8502         * src/crash.h
8503         * src/customheader.c
8504         * src/customheader.h
8505         * src/displayheader.c
8506         * src/displayheader.h
8507         * src/editaddress.c
8508         * src/editaddress.h
8509         * src/editbook.c
8510         * src/editbook.h
8511         * src/editgroup.c
8512         * src/editgroup.h
8513         * src/editjpilot.c
8514         * src/editjpilot.h
8515         * src/editldap.c
8516         * src/editldap.h
8517         * src/editldap_basedn.c
8518         * src/editldap_basedn.h
8519         * src/editvcard.c
8520         * src/editvcard.h
8521         * src/exphtmldlg.c
8522         * src/exphtmldlg.h
8523         * src/expldifdlg.c
8524         * src/expldifdlg.h
8525         * src/export.c
8526         * src/exporthtml.c
8527         * src/exporthtml.h
8528         * src/exportldif.c
8529         * src/exportldif.h
8530         * src/filtering.c
8531         * src/filtering.h
8532         * src/folder.c
8533         * src/folder.h
8534         * src/folder_item_prefs.c
8535         * src/folder_item_prefs.h
8536         * src/foldersel.c
8537         * src/foldersel.h
8538         * src/folderutils.c
8539         * src/folderutils.h
8540         * src/folderview.c
8541         * src/folderview.h
8542         * src/grouplistdialog.c
8543         * src/grouplistdialog.h
8544         * src/html.c
8545         * src/html.h
8546         * src/image_viewer.c
8547         * src/image_viewer.h
8548         * src/imap.c
8549         * src/imap.h
8550         * src/imap_gtk.c
8551         * src/imap_gtk.h
8552         * src/import.c
8553         * src/import.h
8554         * src/importldif.c
8555         * src/importldif.h
8556         * src/importmutt.c
8557         * src/importmutt.h
8558         * src/importpine.c
8559         * src/importpine.h
8560         * src/inc.c
8561         * src/inc.h
8562         * src/jpilot.c
8563         * src/jpilot.h
8564         * src/ldapctrl.c
8565         * src/ldapctrl.h
8566         * src/ldaplocate.c
8567         * src/ldaplocate.h
8568         * src/ldapquery.c
8569         * src/ldapquery.h
8570         * src/ldapserver.c
8571         * src/ldapserver.h
8572         * src/ldaputil.c
8573         * src/ldaputil.h
8574         * src/ldif.c
8575         * src/ldif.h
8576         * src/localfolder.c
8577         * src/localfolder.h
8578         * src/main.c
8579         * src/main.h
8580         * src/mainwindow.c
8581         * src/mainwindow.h
8582         * src/manual.c
8583         * src/manual.h
8584         * src/matcher.c
8585         * src/matcher.h
8586         * src/matcher_parser.h
8587         * src/matcher_parser_lex.l
8588         * src/matcher_parser_parse.y
8589         * src/mbox.c
8590         * src/mbox.h
8591         * src/message_search.c
8592         * src/message_search.h
8593         * src/messageview.c
8594         * src/messageview.h
8595         * src/mh.c
8596         * src/mh.h
8597         * src/mh_gtk.c
8598         * src/mh_gtk.h
8599         * src/mimeview.c
8600         * src/mimeview.h
8601         * src/msgcache.c
8602         * src/msgcache.h
8603         * src/mutt.c
8604         * src/mutt.h
8605         * src/news.c
8606         * src/news.h
8607         * src/news_gtk.c
8608         * src/news_gtk.h
8609         * src/noticeview.c
8610         * src/noticeview.h
8611         * src/partial_download.c
8612         * src/partial_download.h
8613         * src/pine.c
8614         * src/pine.h
8615         * src/pop.c
8616         * src/pop.h
8617         * src/prefs_account.c
8618         * src/prefs_account.h
8619         * src/prefs_actions.c
8620         * src/prefs_actions.h
8621         * src/prefs_common.c
8622         * src/prefs_common.h
8623         * src/prefs_compose_writing.c
8624         * src/prefs_compose_writing.h
8625         * src/prefs_customheader.c
8626         * src/prefs_customheader.h
8627         * src/prefs_display_header.c
8628         * src/prefs_display_header.h
8629         * src/prefs_ext_prog.c
8630         * src/prefs_ext_prog.h
8631         * src/prefs_filtering.c
8632         * src/prefs_folder_column.c
8633         * src/prefs_folder_column.h
8634         * src/prefs_folder_item.c
8635         * src/prefs_folder_item.h
8636         * src/prefs_fonts.c
8637         * src/prefs_fonts.h
8638         * src/prefs_gtk.c
8639         * src/prefs_gtk.h
8640         * src/prefs_image_viewer.c
8641         * src/prefs_image_viewer.h
8642         * src/prefs_matcher.c
8643         * src/prefs_matcher.h
8644         * src/prefs_message.c
8645         * src/prefs_message.h
8646         * src/prefs_msg_colors.c
8647         * src/prefs_msg_colors.h
8648         * src/prefs_other.c
8649         * src/prefs_other.h
8650         * src/prefs_quote.c
8651         * src/prefs_quote.h
8652         * src/prefs_receive.c
8653         * src/prefs_receive.h
8654         * src/prefs_send.c
8655         * src/prefs_send.h
8656         * src/prefs_spelling.c
8657         * src/prefs_spelling.h
8658         * src/prefs_summaries.c
8659         * src/prefs_summaries.h
8660         * src/prefs_summary_column.c
8661         * src/prefs_summary_column.h
8662         * src/prefs_template.c
8663         * src/prefs_template.h
8664         * src/prefs_themes.c
8665         * src/prefs_themes.h
8666         * src/prefs_toolbar.c
8667         * src/prefs_toolbar.h
8668         * src/prefs_wrapping.c
8669         * src/prefs_wrapping.h
8670         * src/privacy.c
8671         * src/privacy.h
8672         * src/procheader.c
8673         * src/procheader.h
8674         * src/procmime.c
8675         * src/procmime.h
8676         * src/procmsg.c
8677         * src/procmsg.h
8678         * src/quote_fmt.c
8679         * src/quote_fmt_parse.y
8680         * src/recv.c
8681         * src/recv.h
8682         * src/remotefolder.c
8683         * src/remotefolder.h
8684         * src/send_message.c
8685         * src/send_message.h
8686         * src/setup.c
8687         * src/setup.h
8688         * src/sourcewindow.c
8689         * src/sourcewindow.h
8690         * src/ssl_manager.c
8691         * src/ssl_manager.h
8692         * src/statusbar.c
8693         * src/statusbar.h
8694         * src/stock_pixmap.c
8695         * src/stock_pixmap.h
8696         * src/summary_search.c
8697         * src/summary_search.h
8698         * src/summaryview.c
8699         * src/summaryview.h
8700         * src/syldap.c
8701         * src/syldap.h
8702         * src/textview.c
8703         * src/textview.h
8704         * src/toolbar.c
8705         * src/toolbar.h
8706         * src/undo.c
8707         * src/undo.h
8708         * src/unmime.c
8709         * src/unmime.h
8710         * src/vcard.c
8711         * src/vcard.h
8712         * src/wizard.c
8713         * src/wizard.h
8714         * src/common/base64.c
8715         * src/common/base64.h
8716         * src/common/defs.h
8717         * src/common/hooks.c
8718         * src/common/hooks.h
8719         * src/common/log.c
8720         * src/common/log.h
8721         * src/common/mgutils.c
8722         * src/common/mgutils.h
8723         * src/common/nntp.c
8724         * src/common/nntp.h
8725         * src/common/passcrypt.c
8726         * src/common/passcrypt.h.in
8727         * src/common/plugin.c
8728         * src/common/plugin.h
8729         * src/common/prefs.c
8730         * src/common/prefs.h
8731         * src/common/progressindicator.c
8732         * src/common/progressindicator.h
8733         * src/common/quoted-printable.c
8734         * src/common/quoted-printable.h
8735         * src/common/session.c
8736         * src/common/session.h
8737         * src/common/smtp.c
8738         * src/common/smtp.h
8739         * src/common/socket.c
8740         * src/common/socket.h
8741         * src/common/ssl.c
8742         * src/common/ssl.h
8743         * src/common/stringtable.c
8744         * src/common/stringtable.h
8745         * src/common/sylpheed.c
8746         * src/common/sylpheed.h
8747         * src/common/template.c
8748         * src/common/template.h
8749         * src/common/timing.h
8750         * src/common/utils.c
8751         * src/common/utils.h
8752         * src/common/version.h.in
8753         * src/common/xml.c
8754         * src/common/xml.h
8755         * src/common/xmlprops.c
8756         * src/common/xmlprops.h
8757         * src/gtk/about.c
8758         * src/gtk/colorlabel.c
8759         * src/gtk/colorlabel.h
8760         * src/gtk/colorsel.c
8761         * src/gtk/colorsel.h
8762         * src/gtk/combobox.c
8763         * src/gtk/combobox.h
8764         * src/gtk/description_window.c
8765         * src/gtk/description_window.h
8766         * src/gtk/filesel.c
8767         * src/gtk/filesel.h
8768         * src/gtk/foldersort.c
8769         * src/gtk/foldersort.h
8770         * src/gtk/gtkaspell.c
8771         * src/gtk/gtkaspell.h
8772         * src/gtk/gtksctree.c
8773         * src/gtk/gtkshruler.c
8774         * src/gtk/gtkshruler.h
8775         * src/gtk/gtkutils.c
8776         * src/gtk/gtkutils.h
8777         * src/gtk/icon_legend.c
8778         * src/gtk/icon_legend.h
8779         * src/gtk/logwindow.c
8780         * src/gtk/logwindow.h
8781         * src/gtk/manage_window.c
8782         * src/gtk/manage_window.h
8783         * src/gtk/pluginwindow.c
8784         * src/gtk/pluginwindow.h
8785         * src/gtk/prefswindow.c
8786         * src/gtk/prefswindow.h
8787         * src/gtk/quicksearch.c
8788         * src/gtk/quicksearch.h
8789         * src/pixmaps/claws-mail.xpm
8790         * src/pixmaps/claws-mail_icon.xpm
8791         * src/pixmaps/claws-mail_logo.xpm
8792         * src/pixmaps/sylpheed-claws.xpm
8793         * src/pixmaps/sylpheed-claws_icon.xpm
8794         * src/pixmaps/sylpheed-claws_logo.xpm
8795         * src/plugins/bogofilter/Makefile.am
8796         * src/plugins/bogofilter/bogofilter.c
8797         * src/plugins/bogofilter/bogofilter.h
8798         * src/plugins/bogofilter/bogofilter_gtk.c
8799         * src/plugins/clamav/Makefile.am
8800         * src/plugins/clamav/clamav_plugin.c
8801         * src/plugins/clamav/clamav_plugin.h
8802         * src/plugins/clamav/clamav_plugin_gtk.c
8803         * src/plugins/demo/Makefile.am
8804         * src/plugins/demo/demo.c
8805         * src/plugins/dillo_viewer/Makefile.am
8806         * src/plugins/dillo_viewer/README
8807         * src/plugins/dillo_viewer/dillo_prefs.c
8808         * src/plugins/dillo_viewer/dillo_prefs.h
8809         * src/plugins/dillo_viewer/dillo_viewer.c
8810         * src/plugins/pgpcore/Makefile.am
8811         * src/plugins/pgpcore/passphrase.c
8812         * src/plugins/pgpcore/passphrase.h
8813         * src/plugins/pgpcore/pgp_viewer.c
8814         * src/plugins/pgpcore/pgp_viewer.h
8815         * src/plugins/pgpcore/plugin.c
8816         * src/plugins/pgpcore/prefs_gpg.c
8817         * src/plugins/pgpcore/prefs_gpg.h
8818         * src/plugins/pgpcore/select-keys.c
8819         * src/plugins/pgpcore/select-keys.h
8820         * src/plugins/pgpcore/sgpgme.c
8821         * src/plugins/pgpcore/sgpgme.h
8822         * src/plugins/pgpcore/sylpheed.def
8823         * src/plugins/pgpcore/version.rc
8824         * src/plugins/pgpinline/Makefile.am
8825         * src/plugins/pgpinline/pgpinline.c
8826         * src/plugins/pgpinline/pgpinline.h
8827         * src/plugins/pgpinline/plugin.c
8828         * src/plugins/pgpinline/sylpheed.def
8829         * src/plugins/pgpinline/version.rc
8830         * src/plugins/pgpmime/Makefile.am
8831         * src/plugins/pgpmime/pgpmime.c
8832         * src/plugins/pgpmime/pgpmime.h
8833         * src/plugins/pgpmime/plugin.c
8834         * src/plugins/pgpmime/sylpheed.def
8835         * src/plugins/pgpmime/version.rc
8836         * src/plugins/spamassassin/Makefile.am
8837         * src/plugins/spamassassin/README
8838         * src/plugins/spamassassin/spamassassin.c
8839         * src/plugins/spamassassin/spamassassin.h
8840         * src/plugins/spamassassin/spamassassin_gtk.c
8841         * src/plugins/trayicon/Makefile.am
8842         * src/plugins/trayicon/trayicon.c
8843         * tools/OOo2sylpheed.pl
8844         * tools/README
8845         * tools/README.sylprint
8846         * tools/acroread2sylpheed.pl
8847         * tools/claws.i18n.status.pl
8848         * tools/filter_conv.pl
8849         * tools/filter_conv_new.pl
8850         * tools/freshmeat_search.pl
8851         * tools/google_search.pl
8852         * tools/kmail2sylpheed.pl
8853         * tools/kmail2sylpheed_v2.pl
8854         * tools/make.themes.project
8855         * tools/multiwebsearch.pl
8856         * tools/nautilus2sylpheed.sh
8857         * tools/outlook2sylpheed.pl
8858         * tools/sylprint.pl
8859         * tools/sylprint.rc
8860         * tools/tb2sylpheed
8861         * tools/textviewer.sh
8862         * tools/vcard2xml.py
8863         * tools/kdeservicemenu/README
8864         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8865         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8866         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8867                 Change name to Claws Mail. Announce to follow...
8868
8869 2006-11-06 [wwp]        2.6.0cvs6
8870
8871         * src/prefs_template.c
8872                 unify messages related to quote format/template errors (fix
8873                 capitalization), again.
8874
8875 2006-11-06 [wwp]        2.6.0cvs5
8876
8877         * src/prefs_quote.c
8878                 unify messages related to quote format/template errors.
8879
8880 2006-11-06 [wwp]        2.6.0cvs4
8881
8882         * src/prefs_msg_colors.c
8883                 more uses of Q_ macro for contextual translations, thanks
8884                 to Fabien (fzzzzz).
8885
8886 2006-11-06 [wwp]        2.6.0cvs3
8887
8888         * src/compose.c
8889         * src/common/utils.c
8890         * src/common/utils.h
8891                 show an alertpanel to make sure users are aware that sensitive
8892                 files are attached (it's file blacklist-based). This will fix
8893                 interaction w/ GoogleEarth for instance, thanks to Colin.
8894
8895 2006-11-06 [wwp]        2.6.0cvs2
8896
8897         * src/prefs_quote.c
8898         * src/prefs_template.c
8899         * src/prefs_template.h
8900                 check quote format when applying/closing prefs. For now this only
8901                 shows up an error dialog box, not preventing the user from using
8902                 a broken quote (reply, forwards) format.
8903
8904 2006-11-06 [wwp]        2.6.0cvs1
8905
8906         * src/prefs_template.c
8907                 fix missing checks of some template fields.
8908
8909 2006-11-06 [paul]       2.6.0
8910
8911         * NEWS
8912         * README
8913         * RELEASE_NOTES
8914                 2.6.0 released
8915
8916 2006-11-06 [paul]       2.5.6cvs22
8917
8918         * manual/advanced.xml
8919         * manual/es/advanced.xml
8920                 put 'respect_flowed_format' info in the correct
8921                 place
8922
8923 2006-11-06 [mones]      2.5.6cvs21
8924
8925         * po/es.po
8926                 Minor fixes for release
8927
8928 2006-11-06 [paul]       2.5.6cvs20
8929
8930         * po/cs.po
8931         * po/de.po
8932         * po/fr.po
8933         * po/it.po
8934         * po/nl.po
8935         * po/pt_BR.po
8936         * po/sk.po
8937         * po/sv.po
8938         * po/zh_CN.po
8939                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
8940                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
8941                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
8942                 Young
8943
8944 2006-11-02 [colin]      2.5.6cvs19
8945
8946         * src/imap.c
8947         * src/imap.h
8948         * src/prefs_account.c
8949         * src/etpan/imap-thread.c
8950                 Add GSSAPI support - fixes Debian bug #383274
8951
8952 2006-11-01 [colin]      2.5.6cvs18
8953
8954         * src/jpilot.c
8955                 Handle libpisock12 support. Probably
8956                 fixes bug 1046, 'jpilot AddressDB.pdb 
8957                 import fail'
8958
8959 2006-11-01 [colin]      2.5.6cvs17
8960
8961         * src/folderutils.c
8962                 debug_print() folderutils_mark_all_read()
8963
8964 2006-11-01 [colin]      2.5.6cvs16
8965
8966         * COPYING
8967                 Add missed files to the Apache exception
8968
8969 2006-10-31 [colin]      2.5.6cvs15
8970
8971         * src/folder.c
8972         * src/folder.h
8973                 Add a copy_private_data() func to FolderClasses
8974                 Doesn't break the feature freeze, because we 
8975                 won't use it (right now) in the core.
8976
8977 2006-10-31 [colin]      2.5.6cvs14
8978
8979         * COPYING
8980                 Allow linking with the Apache licensed files in
8981                 src/plugins/spamassassin. Hopefully fixes 
8982                 bug 1048, 'Spamassassin plugin license problem'
8983
8984 2006-10-31 [wwp]        2.5.6cvs13
8985
8986         * src/compose.c
8987                 fix and optimize trimming of leading linefeeds in body loop.
8988
8989 2006-10-31 [colin]      2.5.6cvs12
8990
8991         * src/etpan/imap-thread.c
8992         * src/imap.c
8993                 Make really sure to have NULL sets in case
8994                 of error
8995
8996 2006-10-30 [wwp]        2.5.6cvs11
8997
8998         * src/prefs_common.c
8999         * src/prefs_common.h
9000         * src/compose.c
9001                 fix broken storage of quote format template when it contains \-escape
9002                 sequences. The application of such sequences is also fixed now (\t
9003                 in quote format will be a real tab instead of a 't', for instance).
9004
9005 2006-10-27 [colin]      2.5.6cvs10
9006
9007         * src/compose.c
9008                 Probably fix bug 1045, 'sylpheed-claws 
9009                 doesn't remove the mail from the IMAP 
9010                 Queue folder after sending'. From
9011                 2.5.6cvs3-stable
9012
9013 2006-10-27 [colin]      2.5.6cvs9
9014
9015         * configure.ac
9016                 Require libetpan-0.48. I'm so annoying,
9017                 I know ;-)
9018
9019 2006-10-27 [colin]      2.5.6cvs8
9020
9021         * src/folder.c
9022         * src/imap.c
9023                 Probably fix bug 1044, 'sylpheed-claws 
9024                 segfaults while moving mails' - Fix relation
9025                 usage when moving to an IMAP mailbox from another
9026                 mailbox
9027
9028 2006-10-26 [paul]       2.5.6cvs7
9029
9030         * src/gtk/about.c
9031                 add libSM to compiled-in features
9032                 list
9033
9034 2006-10-24 [colin]      2.5.6cvs6
9035
9036         * src/textview.c
9037         * src/gtk/gtkutils.c
9038                 Fix crash when printing emails with an
9039                 xface
9040
9041 2006-10-24 [mones]      2.5.6cvs5
9042
9043         * manual/es/advanced.xml
9044                 Synchronize hidden option respect_flowed_format
9045         * po/es.po
9046                 Updated translation
9047
9048 2006-10-21 [paul]       2.5.6cvs4
9049
9050         * src/gtk/authors.h
9051         * src/plugins/pgpcore/pgp_viewer.c
9052         * src/plugins/pgpcore/sgpgme.c
9053                 fix building on BSDs
9054                 Thanks to Michael Hughes
9055                 <Sylpheed-Claws_user@thehugheslogcabin.net>
9056
9057 2006-10-20 [colin]      2.5.6cvs3
9058
9059         * configure.ac
9060                 Bump up libetpan requirement
9061                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
9062         * src/common/utils.c
9063         * src/common/utils.h
9064                 Add convenience get_file_mtime()
9065         * src/imap.c
9066         * src/etpan/imap-thread.c
9067         * src/etpan/imap-thread.h
9068                 Implement UIDPLUS support if the server
9069                 supports it - faster sending in this case
9070
9071 2006-10-19 [colin]      2.5.6cvs2
9072
9073         * src/gtk/quicksearch.c
9074                 Fix emptying in type-ahead+extended mode
9075         * src/mainwindow.c
9076         * src/mainwindow.h
9077                 Add a hook for offline state change
9078         * src/plugins/trayicon/trayicon.c
9079                 Use it to display offline icons
9080         * src/plugins/trayicon/Makefile.am
9081         * src/plugins/trayicon/newmail.offline.xpm
9082         * src/plugins/trayicon/newmarkedmail.offline.xpm
9083         * src/plugins/trayicon/nomail.offline.xpm
9084         * src/plugins/trayicon/unreadmail.offline.xpm
9085         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
9086                 Add the icons
9087
9088 2006-10-12 [paul]       2.5.6cvs1
9089
9090         * NEWS
9091         * README
9092         * configure.ac
9093                 Update version number following
9094                 stable release
9095
9096 2006-10-19 [colin]      2.5.5cvs18
9097
9098         * manual/handling.xml
9099                 Add type-ahead search
9100
9101 2006-10-18 [colin]      2.5.5cvs17
9102
9103         * src/gtk/quicksearch.c
9104                 Remove "save to history only if there's
9105                 no syntax error", it breaks for some 
9106                 reason which I'll investigate later.
9107
9108 2006-10-18 [colin]      2.5.5cvs16
9109
9110         * src/prefs_common.c
9111         * src/prefs_common.h
9112         * src/summaryview.c
9113         * src/gtk/quicksearch.c
9114         * src/gtk/quicksearch.h
9115                 Add a type-ahead option for fast searches
9116                 Patch by Fabien Vantard
9117
9118 2006-10-18 [colin]      2.5.5cvs15
9119
9120         * src/compose.c
9121         * src/compose.h
9122                 Add Options/Reply mode/ menu to be able to
9123                 change the recipients of a reply on the fly
9124
9125 2006-10-18 [colin]      2.5.5cvs14
9126
9127         * src/compose.c
9128                 Fix redirecting of our own sent mails
9129
9130 2006-10-17 [wwp]        2.5.5cvs13
9131
9132         * src/send_message.c
9133                 Fix duplicate error messages when sending, and missing
9134                 newline in such error messages.
9135
9136 2006-10-17 [colin]      2.5.5cvs12
9137
9138         * src/compose.c
9139                 Compare addresses case-insensitive
9140
9141 2006-10-17 [colin]      2.5.5cvs11
9142
9143         * src/plugins/pgpcore/sgpgme.c
9144                 Fix return status
9145
9146 2006-10-17 [colin]      2.5.5cvs10
9147
9148         * src/plugins/pgpcore/pgp_viewer.c
9149                 Fix return status
9150
9151 2006-10-17 [colin]      2.5.5cvs9
9152
9153         * src/quote_fmt.c
9154                 Fix a typo (thanks to Fabien)
9155
9156 2006-10-16 [colin]      2.5.5cvs8
9157
9158         * src/textview.c
9159                 Fix problem with quote-folding when emails
9160                 don't convert cleanly to UTF-8
9161
9162 2006-10-14 [colin]      2.5.5cvs7
9163
9164         * src/prefs_template.c
9165                 Reset fields when reopening
9166                 the window
9167
9168 2006-10-13 [paul]       2.5.5cvs6
9169
9170         * manual/advanced.xml
9171         * src/prefs_message.c
9172                 make 'respect_flowed_format' a hidden
9173                 option, and add a manual entry for it
9174                 Thanks to Colin
9175
9176 2006-10-12 [colin]      2.5.5cvs5
9177
9178         * src/codeconv.c
9179                 Revert part of 2.5.2cvs21:
9180                 Don't optimise by reusing the 
9181                 last iconv converter if possible:
9182                 it seems slightly broken in a 
9183                 very hard way to reproduce
9184
9185 2006-10-12 [colin]      2.5.5cvs4
9186
9187         * src/prefs_common.c
9188         * src/prefs_common.h
9189         * src/prefs_message.c
9190         * src/procmime.c
9191                 Fix bug 1035, 'Incorrect handling 
9192                 of flowed lines'. We now optionnaly
9193                 handle this format (preference is in
9194                 Message View/Text options section)
9195
9196 2006-10-12 [colin]      2.5.5cvs3
9197
9198         * po/POTFILES.in
9199                 Add new file
9200         * src/plugins/pgpcore/pgp_viewer.c
9201         * src/plugins/pgpcore/sgpgme.c
9202                 Don't try to import without asking
9203
9204 2006-10-12 [colin]      2.5.5cvs2
9205
9206         * src/compose.c
9207                 Fix bug 1036, 'Forwarding a mutlipart
9208                 mail with a "text/html" block to ms
9209                 outlook users leeds to freeze of
9210                 outlook'. Poor outlook users...
9211
9212 2006-10-12 [paul]       2.5.5cvs1
9213
9214         * NEWS
9215         * README
9216         * configure.ac
9217                 Update version number following
9218                 stable release
9219
9220 2006-10-11 [paul]       2.5.4cvs1
9221
9222         * NEWS
9223         * README
9224         * configure.ac
9225                 Update version number following
9226                 stable release
9227
9228 2006-10-11 [paul]       2.5.3cvs32
9229
9230         * src/textview.c
9231                 fix bug 1032, 'Segmentation fault when showing
9232                 message' (bug in quote folding)
9233                 Thanks to Colin
9234
9235 2006-10-10 [colin]      2.5.3cvs31
9236
9237         * src/quote_fmt.c
9238                 Rephrase english a bit
9239
9240 2006-10-10 [colin]      2.5.3cvs30
9241
9242         * src/prefs_compose_writing.c
9243                 Stop making the page larger than the window
9244
9245 2006-10-10 [wwp]        2.5.3cvs29
9246
9247         * src/compose.c
9248         * src/prefs_template.c
9249         * src/quote_fmt.c
9250         * src/quote_fmt.h
9251         * src/quote_fmt_lex.l
9252         * src/quote_fmt_parse.y
9253                 Extend the quote parser a bit: allow to get access to
9254                 basic (composing) account info.
9255
9256 2006-10-10 [colin]      2.5.3cvs28
9257
9258         * src/procheader.c
9259                 Fix this \t problem in subject
9260
9261 2006-10-09 [colin]      2.5.3cvs27
9262
9263         * src/main.c
9264         * src/prefs_gtk.c
9265                 Prepare cache a bit later
9266                 If section already exists, skip the new one 
9267                 (as previously); avoid writing the same block
9268                 twice - if we find a second block with the 
9269                 same id, skip it.
9270         * src/plugins/pgpcore/pgp_viewer.c
9271                 Set cursor to busy when retrieving a key
9272         * src/plugins/pgpcore/sgpgme.c
9273                 allow 5 seconds for gpg to export the key
9274                 
9275
9276 2006-10-09 [colin]      2.5.3cvs26
9277
9278         * configure.ac
9279         * src/msgcache.c
9280         * src/prefs_gtk.c
9281                 Check for existence of fgets_unlocked
9282                 and fwrite_unlocked
9283
9284 2006-10-09 [paul]       2.5.3cvs25
9285
9286         * src/prefs_summaries.c
9287                 replace strftime() with fast_strftime() and in
9288                 the consequence fix the bug in the display of
9289                 AM/PM in the 'Example' string
9290
9291 2006-10-09 [ticho]      2.5.3cvs24
9292
9293         * po/sk.po
9294                 Updated (and fixed up somewhat) Slovak translation.
9295
9296 2006-10-08 [colin]      2.5.3cvs23
9297
9298         * src/prefs_folder_item.c
9299                 Explain why prefs in the top-level folder
9300                 aren't retained, but are still useful
9301
9302 2006-10-08 [colin]      2.5.3cvs22
9303
9304         * src/prefs_gtk.c
9305                 Don't cache anything if caching fails
9306
9307 2006-10-08 [colin]      2.5.3cvs21
9308
9309         * src/common/utils.c
9310                 always include gi18n.h
9311
9312 2006-10-07 [colin]      2.5.3cvs20
9313
9314         * src/plugins/pgpcore/pgp_viewer.c
9315                 Kill gpg after 5 seconds wait
9316
9317 2006-10-07 [colin]      2.5.3cvs19
9318
9319         * src/plugins/pgpcore/pgp_viewer.c
9320         * src/plugins/pgpcore/pgp_viewer.h
9321                 Fix copyright
9322
9323 2006-10-07 [colin]      2.5.3cvs18
9324
9325         * src/plugins/pgpcore/pgp_viewer.c
9326         * src/plugins/pgpcore/pgp_viewer.h
9327                 Actually add the files to CVS
9328
9329 2006-10-07 [colin]      2.5.3cvs17
9330
9331         * src/plugins/pgpcore/sgpgme.c
9332                 Be sure not to crash on 'application/pgp-signature' that
9333                 are not application/pgp-signatures
9334
9335 2006-10-07 [colin]      2.5.3cvs16
9336
9337         * src/textview.c
9338         * src/textview.h
9339                 Make a bit more of the API available
9340         * src/plugins/pgpcore/Makefile.am
9341         * src/plugins/pgpcore/plugin.c
9342         * src/plugins/pgpcore/sgpgme.c
9343                 Add basic key import/export
9344
9345 2006-10-07 [colin]      2.5.3cvs15
9346
9347         * src/folderview.c
9348         * src/imap.c
9349         * src/prefs_account.c
9350         * src/wizard.c
9351                 Warn users *everywhere* if libetpan's not
9352                 linked in
9353
9354 2006-10-06 [mones]      2.5.3cvs14
9355
9356         * po/de.po
9357         * po/es.po
9358                 updated by Stephan Sachse and me
9359
9360 2006-10-06 [colin]      2.5.3cvs13
9361
9362         * src/main.c
9363         * src/common/sylpheed.c
9364                 Don't load common plugins if --exit is passed
9365         * src/prefs_gtk.c
9366         * src/prefs_gtk.h
9367                 Implement a cache to avoid reading the same
9368                 files over and over again at startup
9369
9370 2006-10-06 [colin]      2.5.3cvs12
9371
9372         * src/summaryview.c
9373         * src/gtk/quicksearch.c
9374                 Update display every 5k mails on fast searches
9375
9376 2006-10-06 [colin]      2.5.3cvs11
9377
9378         * src/textview.c
9379                 Don't do quote folding on HTML or ERTF.
9380                 May fix the Cygwin issues if they were
9381                 happening with HTML mails?
9382
9383 2006-10-05 [colin]      2.5.3cvs10
9384
9385         * src/prefs_gtk.c
9386                 Oops, forgot one
9387
9388 2006-10-05 [colin]      2.5.3cvs9
9389
9390         * src/prefs_gtk.c
9391                 Use unlocked_stdio here too
9392
9393 2006-10-05 [colin]      2.5.3cvs8
9394
9395         * src/folderview.c
9396                 Fix go to next * after preferences apply
9397         * src/msgcache.c
9398                 Do the fd lock/unlock ourselves instead of
9399                 letting the libc do it at each write 
9400
9401 2006-10-05 [colin]      2.5.3cvs7
9402
9403         * src/common/utils.c
9404                 Faster division, thanks to Jean Diraison
9405
9406 2006-10-05 [paul]       2.5.3cvs6
9407
9408         * src/common/utils.c
9409                 fix building with --disable-nls
9410
9411 2006-10-04 [colin]      2.5.3cvs5
9412
9413         * src/folder.c
9414                 Maybe fix a segfault
9415
9416 2006-10-04 [wwp]        2.5.3cvs4
9417
9418         * src/prefs_folder_item.c
9419                 Fine-tune layouts in folder item prefs. Suggested by
9420                 Fabien Vantard <fzzzzz@gmail.com>.
9421
9422 2006-10-04 [wwp]        2.5.3cvs3
9423
9424         * src/prefs_folder_item.c
9425                 Kill the clandestine passengers. You didn't see anything.
9426
9427 2006-10-04 [wwp]        2.5.3cvs2
9428
9429         * src/prefs_folder_item.c
9430                 Add a way to test the subject simplify regexp in
9431                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
9432                 w/ few layout changes.
9433
9434 2006-20-04 [paul]       2.5.3cvs1
9435
9436         * NEWS
9437         * README
9438         * configure.ac
9439                 Update version number following
9440                 stable release
9441
9442 2006-10-04 [colin]      2.5.2cvs42
9443
9444         * src/folder.c
9445         * src/folder.h
9446         * src/summaryview.c
9447                 Provide a way for folder classes to set their sort
9448                 type and key
9449
9450 2006-10-03 [colin]      2.5.2cvs41
9451
9452         * src/mh.c
9453                 Don't use strlen() to know if the
9454                 string's empty
9455
9456 2006-10-03 [colin]      2.5.2cvs40
9457
9458         * src/mh.c
9459                 Fix "check for new folders" with accentued folders
9460
9461 2006-10-03 [ticho]      2.5.2cvs39
9462
9463         * src/filtering.c
9464         * src/folder.c
9465         * src/inc.c
9466         * src/mbox.c
9467                 Colin's fix for "copy" filtering rules.
9468
9469 2006-10-02 [colin]      2.5.2cvs38
9470
9471         * src/folderview.c
9472                 Fix for double-click too
9473
9474 2006-10-02 [colin]      2.5.2cvs37
9475
9476         * src/folderview.c
9477                 correct fix for cvs36
9478
9479 2006-10-02 [colin]      2.5.2cvs36
9480
9481         * src/folderview.c
9482                 Fix 'goto next unread' after collapsing/expanding 
9483                 a node.
9484
9485 2006-10-02 [colin]      2.5.2cvs35
9486
9487         * src/summaryview.c
9488                 Fix double freeze/thaw
9489         * src/common/utils.c
9490         * src/common/utils.h
9491                 Reimplement strftime
9492         * src/procheader.c
9493                 Use it
9494
9495
9496 2006-10-02 [colin]      2.5.2cvs34
9497
9498         * src/mh.c
9499                 Time mh_write_sequences() - it's fast
9500         * src/summaryview.c
9501                 Init a variable to shut up gcc
9502
9503 2006-10-01 [colin]      2.5.2cvs33
9504
9505         * src/folder.c
9506         * src/mh.c
9507         * src/mh.h
9508         * src/msgcache.c
9509                 Add helper mh_set_mtime(), and set mtime to stat()'s result
9510                 Add fsync but disable it, it's slow as hell
9511
9512 2006-10-01 [colin]      2.5.2cvs32
9513
9514         * src/mh.c
9515         * src/msgcache.c
9516                 fflush() caches and mh_sequences before
9517                 fclose()ing
9518
9519 2006-10-01 [colin]      2.5.2cvs31
9520
9521         * src/msgcache.c
9522                 Don't ftruncate when not using mmap
9523
9524 2006-09-30 [colin]      2.5.2cvs30
9525
9526         * src/main.c
9527                 Write folder list *after* saving caches
9528
9529 2006-09-30 [colin]      2.5.2cvs29
9530
9531         * src/folder.c
9532         * src/mh.c
9533                 Debug forced mtime changes
9534
9535 2006-09-30 [colin]      2.5.2cvs28
9536
9537         * src/folder.c
9538         * src/main.c
9539                 Remove useless debug_print()s (code
9540                 well-tested)
9541
9542 2006-09-30 [colin]      2.5.2cvs27
9543
9544         * src/mh.c
9545                 Do stuff faster when writing mh_sequences
9546
9547 2006-09-30 [colin]      2.5.2cvs26
9548
9549         * src/mh.c
9550                 Don't let the writing of .mh_sequences, which
9551                 can change the folder's mtime, let us think
9552                 we need to scan.
9553
9554 2006-09-30 [colin]      2.5.2cvs25
9555
9556         * src/folder.c
9557                 Move a debug_print where it belongs 
9558                 (processing)
9559         * src/summaryview.c
9560                 Don't mess with a huge slow subject
9561                 table if we're not threading by
9562                 subject
9563
9564 2006-09-30 [colin]      2.5.2cvs24
9565
9566         * src/msgcache.c
9567                 Reenable mmaped reads (*not* writes!)
9568         * src/procmsg.c
9569                 Don't destroy and recreate hashtables just
9570                 for fun
9571         * src/common/utils.c
9572                 Remove useless reply prefixes (it's case
9573                 unsensitive)
9574
9575 2006-09-30 [wwp]        2.5.2cvs23
9576
9577         * tools/fix_date.sh
9578                 Fixed a minor bug in date value extraction, added a switch
9579                 to replace non RFC-compliant Date: value, added a switch
9580                 to use strict RFC matching patterns for dates.
9581
9582 2006-09-29 [colin]      2.5.2cvs22
9583
9584         * src/matcher_parser.h
9585         * src/matcher_parser_parse.y
9586         * src/prefs_filtering.c
9587         * src/statusbar.c
9588         * src/summary_search.c
9589         * src/summaryview.c
9590         * src/gtk/quicksearch.c
9591         * src/gtk/quicksearch.h
9592                 Optimise searches by setting different
9593                 refresh intervals (depending if the 
9594                 search is fast or not)
9595
9596 2006-09-29 [colin]      2.5.2cvs21
9597
9598         * src/codeconv.c
9599                 Optimise by reusing the last iconv converter
9600                 if possible
9601         * src/textview.c
9602                 Optimise a bit (the foldable quotes feature
9603                 still has an awful O(n^2) algo
9604
9605 2006-09-29 [colin]      2.5.2cvs20
9606
9607         * src/gtk/gtksctree.c
9608         * src/gtk/gtksctree.h
9609                 Optimise de-selection via up/down or
9610                 another key
9611
9612 2006-09-28 [colin]      2.5.2cvs19
9613
9614         * src/action.c
9615         * src/compose.c
9616         * src/folderview.c
9617         * src/mainwindow.c
9618         * src/messageview.c
9619         * src/summary_search.c
9620         * src/toolbar.c
9621                 Avoid using summaryview->ctree directly
9622
9623 2006-09-28 [colin]      2.5.2cvs18
9624
9625         * src/summaryview.c
9626         * src/summaryview.h
9627                 Add helpers to freeze/thaw/grab_focus
9628                 Factorize calls to freeze/thaw/grab_focus
9629                 
9630
9631 2006-09-28 [colin]      2.5.2cvs17
9632
9633         * src/main.c
9634                 More guards for the session management
9635
9636 2006-09-28 [colin]      2.5.2cvs16
9637
9638         * src/folderview.c
9639         * src/gtk/gtksctree.c
9640         * src/gtk/gtksctree.h
9641                 Make expanding not recursive in folderview
9642
9643 2006-09-28 [colin]      2.5.2cvs15
9644
9645         * src/addressbook.c
9646                 If nothing is selected in the list (right part)
9647                 and a group is selected in the tree (left part),
9648                 mail this group.
9649
9650 2006-09-28 [colin]      2.5.2cvs14
9651
9652         * src/Makefile.am
9653                 Actually use SM_LIBS
9654
9655 2006-09-28 [ticho]      2.5.2cvs13
9656
9657         * src/export.c
9658         * src/messageview.c
9659         * src/mimeview.c
9660         * src/news.c
9661         * src/pop.c
9662         * src/prefs_themes.c
9663         * src/procmsg.c
9664                 Small i18n string optimization.
9665         * src/send_message.c
9666         * src/summaryview.c
9667         * src/common/session.c
9668         * src/common/smtp.c
9669         * src/common/ssl_certificate.c
9670         * src/common/utils.c
9671                 Use "Couldn't" instead of "Can't" in UI messages,
9672                 where appropriate.
9673
9674 2006-09-28 [colin]      2.5.2cvs12
9675
9676         * configure.ac
9677                 Possibly fix link errors
9678
9679 2006-09-27 [wwp]        2.5.2cvs11
9680
9681         * src/gtk/authors.h
9682         * doc/man/sylpheed-claws.1
9683         * manual/ack.xml
9684         * manual/es/ack.xml
9685         * manual/fr/ack.xml
9686         * manual/pl/ack.xml
9687                 Updated authors info (me, myself and I).
9688
9689 2006-09-27 [colin]      2.5.2cvs10
9690
9691         * src/addressbook.c
9692                 Remove useless printf
9693
9694 2006-09-27 [wwp]        2.5.2cvs9
9695
9696         * src/editgroup.c
9697         * src/send_message.c
9698         * src/inc.c
9699         * src/prefs_common.c
9700         * src/prefs_common.h
9701         * src/gtk/progressdialog.c
9702                 remember more windows' sizes (send dialog, received dialog,
9703                 edit group in addressbook).
9704
9705 2006-09-27 [colin]      2.5.2cvs8
9706
9707         * configure.ac
9708         * src/main.c
9709         * src/mainwindow.h
9710                 Use libSM to communicate with the session
9711                 manager, so that we can know when the 
9712                 session ends, save our caches, and draft
9713                 our compose windows.
9714
9715 2006-09-27 [colin]      2.5.2cvs7
9716
9717         * src/addressbook.c
9718                 Fix issues:
9719                 o Allow Book and Group creation from the tree's
9720                   contextual menu
9721                 o Do not actually delete the contacts when 
9722                   deleting groups from the tree (duh!)
9723
9724 2006-09-27 [colin]      2.5.2cvs6
9725
9726         * src/compose.c
9727         * src/compose.h
9728         * src/mainwindow.c
9729         * src/textview.c
9730         * src/toolbar.c
9731                 o Allow passing an email address to 
9732                   compose_new_with_folderitem
9733                 o Update callers
9734                 o Use current folderitem when clicking
9735                   on a TextView mailto: link
9736                 o Fix a possible leak in TextView
9737
9738 2006-09-27 [colin]      2.5.2cvs5
9739
9740         * src/html.c
9741                 Use UTF-8 chars to replace HTML entities
9742
9743 2006-09-27 [colin]      2.5.2cvs4
9744
9745         * AUTHORS
9746         * src/prefs_account.c
9747         * src/gtk/authors.h
9748                 Fix bug #1024 (Array index out of
9749                 range in sylpheed-claws-2.5.2)
9750                 Patch by Ales Nosek <anosek@suse.cz>
9751
9752 2006-09-27 [colin]      2.5.2cvs3
9753
9754         * src/addr_compl.c
9755                 Actually do the test
9756
9757 2006-09-27 [colin]      2.5.2cvs2
9758
9759         * src/addr_compl.c
9760         * src/addr_compl.h
9761                 Allow completing with comma (in certain cases: vCalendar
9762                 for example doesn't support that)
9763                 Patch by Fabien Vantard
9764
9765 2006-09-26 [colin]      2.5.2cvs1
9766
9767         * src/Makefile.am
9768         * src/addr_compl.c
9769         * src/addr_compl.h
9770         * src/addrbook.c
9771         * src/addrbook.h
9772         * src/addressbook.c
9773         * src/addrindex.c
9774         * src/addrindex.h
9775         * src/compose.c
9776         * src/prefs_common.c
9777         * src/prefs_filtering_action.c
9778         * src/prefs_folder_item.c
9779         * src/prefs_template.c
9780         * src/stock_pixmap.c
9781         * src/stock_pixmap.h
9782         * src/pixmaps/addr_one.xpm
9783         * src/pixmaps/addr_two.xpm
9784                 Add auto-completion on groups
9785
9786 2006-09-26 [colin]      2.5.2
9787
9788         * NEWS
9789         * README
9790         * RELEASE_NOTES
9791                 2.5.2 released
9792
9793 2006-09-26 [colin]      2.5.1cvs5
9794
9795         * src/matcher.c
9796                 Fix condition
9797
9798 2006-09-26 [colin]      2.5.1cvs4
9799
9800         * src/mbox.c
9801                 Revert cvs1 (useless as the message is printed 
9802                 every 500 mails)
9803
9804 2006-09-26 [colin]      2.5.1cvs3
9805
9806         * src/partial_download.c
9807                 Fix crasher found by Alexsandar Urosevic
9808
9809 2006-09-26 [colin]      2.5.1cvs2
9810
9811         * src/summaryview.c
9812                 Fix bug #1023 (Sylpheed deletes too much messages)
9813
9814 2006-09-26 [ticho]      2.5.1cvs1
9815
9816         * src/mbox.c
9817                 Make use of gettext's multiple plurals for statusbar
9818                 progress message.
9819
9820 2006-09-25 [paul]       2.5.1
9821
9822         * NEWS
9823         * README
9824         * RELEASE_NOTES
9825                 2.5.1 released
9826
9827 2006-09-25 [colin]      2.5.0cvs3
9828
9829         * src/plugins/bogofilter/bogofilter.c
9830         * src/plugins/clamav/clamav_plugin.c
9831         * src/plugins/spamassassin/spamassassin.c
9832                 BogoFilter, Spamassassin: Fix double hook registering after
9833                 visiting preferences
9834                 Spamassassin, Clamav: Just set the mails to move instead of
9835                 doing the move - caller will move the things at once.
9836
9837 2006-09-25 [colin]      2.5.0cvs2
9838
9839         * src/imap.c
9840         * src/etpan/imap-thread.c
9841                 Use UID SEARCH ALL instead of UID 1:*
9842                 (braindead servers can't figure out that's
9843                 the same...)
9844
9845 2006-09-25 [wwp]        2.5.0cvs1
9846
9847         * src/message_search.c
9848                 Added the ability to stop a running search (in message body).
9849
9850 2006-09-25 [paul]       2.5.0
9851
9852         * NEWS
9853         * README
9854         * RELEASE_NOTES
9855                 2.5.0 released
9856
9857 2006-09-25 [paul]       2.4.0cvs214
9858
9859         * po/cs.po
9860         * po/de.po
9861         * po/fi.po
9862         * po/fr.po
9863         * po/nl.po
9864         * po/pt_BR.po
9865         * po/sk.po
9866         * po/sr.po
9867         * po/zh_CN.po
9868                 updated by Tim, Stephan Sachse, Flammie Pirinen,
9869                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
9870                 Ticho, Aleksander Urosevic, Ralgh Young
9871
9872 2006-09-24 [mones]      2.4.0cvs213
9873
9874         * po/es.po
9875                 Updated for release
9876
9877 2006-09-23 [colin]      2.4.0cvs212
9878
9879         * src/gtk/inputdialog.c
9880                 Fix [ ] remember this appearing in normal
9881                 input dialogs after it's been used by
9882                 mimeview.
9883         * src/folder.c
9884         * src/folderview.c
9885         * src/msgcache.c
9886         * src/procmsg.c
9887         * src/summaryview.c
9888         * src/textview.c
9889         * src/common/timing.h
9890                 Enable timings in debug mode and make it
9891                 look prettier.
9892
9893 2006-09-22 [colin]      2.4.0cvs211
9894
9895         * README
9896                 Revert test change
9897         * commitHelper
9898                 ping the correct URI
9899
9900 2006-09-22 [colin]      2.4.0cvs210
9901
9902         * README
9903                 Let's see if bug #1022 is fixed
9904
9905 2006-09-21 [colin]      2.4.0cvs209
9906
9907         * src/wizard.c
9908         * src/common/plugin.c
9909                 Prepare infra to load predefined plugins when
9910                 no configuration existed. Don't actually load
9911                 anything yet (feat. freeze)
9912
9913 2006-09-21 [wwp]        2.4.0cvs208
9914
9915         * manual/fr/faq.xml
9916                 Partial sync w/ 2.4.0cvs72:
9917                 wrap file and minor updates.
9918
9919 2006-09-21 [wwp]        2.4.0cvs207
9920
9921         * tools/fix_date.sh
9922                 several fixes and enhancements. A new --force switch has been
9923                 added to prevent overriding by default Date: header when
9924                 already existing.
9925
9926 2006-09-21 [paul]       2.4.0cvs206
9927
9928         * src/common/utils.c
9929                 add Chinese UTF8 Re prefix
9930
9931 2006-09-21 [wwp]        2.4.0cvs205
9932
9933         * tools/Makefile.am
9934                 Fics alfabettical order.
9935
9936 2006-09-21 [wwp]        2.4.0cvs204
9937
9938         * tools/fix_date.sh
9939         * tools/Makefile.am
9940                 Added an action tool to fix missing Date field in emails.
9941                 Updated Makefile.am to reflect those last two additions.
9942
9943 2006-09-21 [wwp]        2.4.0cvs203
9944
9945         * tools/uuooffice
9946                 Added a action tool to open uuencoded docs w/
9947                 OpenOffice (based on uudec method).
9948
9949 2006-09-21 [colin]      2.4.0cvs202
9950
9951         * src/compose.c
9952         * src/textview.c
9953                 Workaround possible GTK crash: remove selection 
9954                 clipboard before destroying widget, or GTK+-2.10
9955                 dies. Thanks to Hiro.
9956
9957 2006-09-20 [colin]      2.4.0cvs201
9958
9959         * src/compose.c
9960                 Fix free-after-use in some cases (when 
9961                 procmime_encode_content() frees mimeinfo->data.mem
9962                 and turns it to a temp file)
9963
9964 2006-09-20 [colin]      2.4.0cvs200
9965
9966         * src/folderview.c
9967         * src/summaryview.c
9968         * src/gtk/gtksctree.c
9969         * src/gtk/gtksctree.h
9970                 Add tooltips in the folderview and summaryview
9971                 (Doesn't break string freeze as they already
9972                 exist)
9973         * src/toolbar.c
9974                 Put the spam button in the default configuration
9975                 if compiled with bogo plugin too
9976
9977 2006-09-19 [colin]      2.4.0cvs199
9978
9979         * src/summaryview.c
9980         * src/summaryview.h
9981                 Update folder name label on folder rename
9982         * src/prefs_matcher.c
9983         * src/gtk/logwindow.h
9984                 Fix warnings
9985                 Patches by Fabien
9986
9987 2006-09-19 [wwp]        2.4.0cvs198
9988
9989         * src/summary_search.c
9990                 fix can't click forward/backward buttons in the
9991                 search messages.
9992
9993 2006-09-18 [paul]       2.4.0cvs197
9994
9995         * src/wizard.c
9996                 add missing bracket, capitalise the A of
9997                 'SpamAssassin'
9998
9999 2006-09-18 [paul]       2.4.0cvs196
10000
10001         * src/compose.c
10002                 fix bug 1012 'crashed upon sending mail
10003                 from compose window'
10004                 Thanks to Colin
10005
10006 2006-09-16 [colin]      2.4.0cvs195
10007
10008         * src/folderview.c
10009                 Fix "real-time" sorting by freezing/thawing
10010
10011 2006-09-16 [colin]      2.4.0cvs194
10012
10013         * manual/faq.xml
10014                 Fix the anti-spam entry a bit
10015
10016 2006-09-16 [colin]      2.4.0cvs193
10017
10018         * src/wizard.c
10019                 Make sure reviewers have no excuse when stating
10020                 Sylpheed-Claws doesn't have antispam capabilities.
10021
10022 2006-09-16 [colin]      2.4.0cvs192
10023
10024         * src/main.c
10025                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
10026                 as if the SIGPIPE comes from etpan's thread we could
10027                 trigger a GUI update from this thread.
10028
10029 2006-09-16 [colin]      2.4.0cvs191
10030
10031         * src/summaryview.c
10032                 Init all members of the struct
10033
10034 2006-09-16 [paul]       2.4.0cvs190
10035
10036         * src/account.c
10037                 improvements to the English
10038
10039 2006-09-15 [colin]      2.4.0cvs189
10040
10041         * src/summaryview.c
10042                 HIG order on dialog
10043
10044 2006-09-14 [colin]      2.4.0cvs188
10045
10046         * src/common/socket.c
10047         * src/common/socket.h
10048         * src/common/ssl.c
10049         * src/common/ssl_certificate.c
10050         * src/common/ssl_certificate.h
10051         * src/etpan/imap-thread.c
10052                 the get_fqdn() call done to get canonical name when
10053                 checking an SSL certificate is blocking, which is
10054                 sad as we just did a non-blocking lookup to connect.
10055                 Fix that by letting the fqdn available to the SockInfo,
10056                 and use that in ssl_certificate_check(). For IMAP,
10057                 we don't do it as the lookup's done by libetpan, but
10058                 it's less annoying as IMAP connections as much more
10059                 rare than POP3 connections.
10060
10061 2006-09-14 [paul]       2.4.0cvs187
10062
10063         * manual/advanced.xml
10064                 improvements to the English,
10065                 properly place the new hidden options
10066                 within the alphabetical order
10067         * src/gtk/pluginwindow.c
10068                 improvements to the English
10069
10070 2006-09-14 [colin]      2.4.0cvs186
10071
10072         * src/prefs_common.c
10073         * src/prefs_common.h
10074         * src/gtk/gtksctree.c
10075         * manual/advanced.xml
10076                 New hidden pref, stripes_color_offset, to change
10077                 the value added/substracted to normal bgcolor to
10078                 create the stripes in summaries
10079
10080 2006-09-13 [colin]      2.4.0cvs185
10081
10082         * src/gedit-print.c
10083         * src/messageview.c
10084         * src/messageview.h
10085         * src/summaryview.c
10086         * src/textview.c
10087                 Fix misc. printing issues: 
10088                 - Bad font for linkified headers
10089                 - Different font if the mail was displayed or not
10090                 - Factorize the thing
10091
10092 2006-09-13 [colin]      2.4.0cvs184
10093
10094         * src/common/ssl_certificate.c
10095                 Only get FQDN once when checking certificate
10096
10097 2006-09-13 [colin]      2.4.0cvs183
10098
10099         * src/account.c
10100         * src/gtk/pluginwindow.c
10101                 Misc. GUI fixes by Fabien
10102
10103 2006-09-13 [wwp]        2.4.0cvs182
10104
10105         * configure.ac
10106         * src/common/utils.h
10107         * src/common/utils.c
10108                 get rid of unused wide-char functions.
10109
10110 2006-09-13 [wwp]        2.4.0cvs181
10111
10112         * src/plugins/pgpinline/sylpheed.def
10113         * src/textview.c
10114                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
10115                 add privacy_reset_error to the .def file,
10116                 do not fork for an external textviewer.
10117
10118 2006-09-13 [wwp]        2.4.0cvs180
10119
10120         * src/prefs_common.c
10121                 fix broken font entry in prefs (patch issued by the gpg4win team,
10122                 probably by Marcus Brinkmann <marcus@g10code.de>).
10123
10124 2006-09-13 [colin]      2.4.0cvs179
10125
10126         * src/folder.h
10127                 Fix a warning in summaryview.c
10128         * src/mainwindow.c
10129         * src/summaryview.c
10130         * src/summaryview.h
10131                 Add missing Mark/* elements in the
10132                 main menu
10133
10134 2006-09-12 [colin]      2.4.0cvs178
10135
10136         * src/prefs_actions.c
10137         * src/prefs_filtering_action.c
10138         * src/prefs_matcher.c
10139                 Use (New) instead of New everywhere
10140
10141 2006-09-12 [wwp]        2.4.0cvs177
10142
10143         * manual/fr/addrbook.xml
10144         * manual/fr/handling.xml
10145                 updated some quotes in the fr manual to match the fr translation.
10146
10147 2006-09-12 [wwp]        2.4.0cvs176
10148
10149         * src/prefs_matcher.c
10150                 don't store translated string elements in matcher expressions.
10151                 Also fixed a misused of Q_().
10152
10153 2006-09-11 [wwp]        2.4.0cvs175
10154
10155         * src/plugins//bogofilter/bogofilter.c
10156         * src/plugins//clamav/clamav_plugin.c
10157         * src/plugins//demo/demo.c
10158         * src/plugins//dillo_viewer/dillo_viewer.c
10159         * src/plugins//pgpcore/plugin.c
10160         * src/plugins//pgpinline/plugin.c
10161         * src/plugins//pgpmime/plugin.c
10162         * src/plugins//spamassassin/spamassassin.c
10163                 gettext-ize more strings (mostly plugin error messages).
10164
10165 2006-09-11 [colin]      2.4.0cvs174
10166
10167         * src/alertpanel.c
10168                 Make maximum buffer size bigger to avoid
10169                 truncating translated messages. Patch by
10170                 Fabien
10171
10172 2006-09-11 [colin]      2.4.0cvs173
10173
10174         * src/etpan/imap-thread.c
10175                 Fix compilation on OpenBSD, thanks to 
10176                 Landry
10177
10178 2006-09-10 [wwp]        2.4.0cvs172
10179
10180         * manual/account.xml
10181         * manual/addrbook.xml
10182         * manual/handling.xml
10183         * manual/es/handling.xml
10184         * manual/fr/account.xml
10185         * manual/fr/addrbook.xml
10186         * manual/fr/handling.xml
10187                 documented addressbook matching (condition configuration):
10188                   addrbook.xml, en fr
10189                 documented per-account filtering rules (handling/filtering
10190                   section, account section):
10191                   account.xml, handling.xml, en fr
10192                 slightly updated the handling/searching section to tell few
10193                   words about the extended search ability:
10194                   handling.xml, en fr
10195                 added missing <quote></quotes> to Quick Search:
10196                   handling.xml, en fr es
10197                 fixed a typo (auomatically):
10198                   handling.xml, en
10199                 changes revisited by Paul.
10200
10201 2006-09-10 [paul]       2.4.0cvs171
10202
10203         * src/prefs_actions.c
10204         * src/prefs_filtering.c
10205         * src/prefs_template.c
10206                 adjustments to the gui
10207                 Patch by Fabien Vantard (slightly modified)
10208
10209 2006-09-10 [colin]      2.4.0cvs170
10210
10211         * src/summaryview.c
10212                 Check folderitem/summaryview consistency
10213                 (basically automates Update summary). Fixes
10214                 #1011 (wrong (negative) count on unread 
10215                 messages)
10216
10217 2006-09-10 [colin]      2.4.0cvs169
10218
10219         * src/gtk/gtksctree.c
10220                 Fix recursive expansion via mouse
10221         * src/plugins/bogofilter/bogofilter.c
10222                 Use normal filtering way of moving
10223                 messages (batching), possibly fixing
10224                 bug #1015 (Bogofilter plugin doubles 
10225                 new messages)
10226
10227 2006-09-09 [wwp]        2.4.0cvs168
10228
10229         * src/prefs_filtering.c
10230                 better place for this fix.
10231
10232 2006-09-09 [wwp]        2.4.0cvs167
10233
10234         * src/prefs_filtering.c
10235                 fix a minor bug when the enabled status of a filtering/processing
10236                 rule always got set to TRUE when replacing this rule. That still
10237                 make sense when adding a new rule, but now when replacing, we
10238                 don't override the value of 'enabled'.
10239                 Also renamed the func prefs_filtering_list_view_get_rule_name()
10240                 to prefs_filtering_list_view_get_info() as this function not only
10241                 returns the name, but also the account_id and the enabled status.
10242
10243 2006-09-09 [mones]      2.4.0cvs166
10244
10245         * manual/glossary.xml
10246         * manual/plugins.xml
10247                 Minor format corrections
10248         * manual/gpl.xml
10249                 Fix misplaced NO WARRANTY section
10250         * manual/es/advanced.xml
10251         * manual/es/faq.xml
10252         * manual/es/glossary.xml
10253         * manual/es/gpl.xml
10254         * manual/es/handling.xml
10255         * manual/es/plugins.xml
10256         * manual/es/starting.xml
10257                 Incorporate changes from English version
10258         * manual/fr/ack.xml
10259         * manual/pl/ack.xml
10260         * manual/es/ack.xml
10261                 Fix address, (add translation credits in es version)
10262         * po/es.po
10263                 Updated translation
10264
10265 2006-09-09 [wwp]        2.4.0cvs165
10266
10267         * src/prefs_filtering.c
10268                 fix a crash when opening filtering prefs, if matcherrc file contains
10269                 broken data (non-existing account id, which is theoretically not
10270                 possible).
10271
10272 2006-09-08 [colin]      2.4.0cvs164
10273
10274         * src/folder.c
10275                 Wrong assert, make it an if()
10276         * src/gtk/gtksctree.c
10277                 Fix bug #1013 (expand selected thread 
10278                 tree) - expanding is now recursive
10279
10280 2006-09-07 [wwp]        2.4.0cvs163
10281
10282         * src/prefs_matcher.c
10283                 make better sentences about addressbook matching in the
10284                 matcher prefs. This should make translators' work easier
10285                 too.
10286
10287 2006-09-07 [wwp]        2.4.0cvs162
10288
10289         * src/prefs_filtering.c
10290                 code simplification (get rid of dup var. assignment).
10291
10292 2006-09-07 [wwp]        2.4.0cvs161
10293
10294         * src/summaryview.c
10295                 use GTK_STOCK icons when possible, patch by Fabien Vantard
10296                 <fzzzzz@gmail.com>.
10297
10298 2006-09-07 [paul]       2.4.0cvs160
10299
10300         * src/mimeview.c
10301                 fix compilation warnings
10302                 Thanks to Colin
10303
10304 2006-09-07 [paul]       2.4.0cvs159
10305
10306         * src/mimeview.c
10307                 select the mimepart icon when
10308                 displaying as text
10309                 Thanks to Colin
10310
10311 2006-09-06 [paul]       2.4.0cvs158
10312
10313         * src/prefs_filtering.c
10314                 fix labels and table element spacing
10315                 Patch by Fabien Vantard
10316
10317 2006-09-06 [paul]
10318
10319         2.5.0-rc3 released
10320
10321 2006-09-06 [paul]       2.4.0cvs157
10322
10323         * manual/es/advanced.xml
10324                 fix typo
10325
10326 2006-09-06 [wwp]        2.4.0cvs156
10327
10328         * src/mainwindow.c
10329                 fix an dup launch issue when iconified, thanks to Colin.
10330
10331 2006-09-06 [wwp]        2.4.0cvs155
10332
10333         * src/gtk//gtksctree.h
10334                 oops, forgot that one!
10335
10336 2006-09-06 [wwp]        2.4.0cvs154
10337
10338         * manual/pl/advanced.xml
10339         * manual/advanced.xml
10340         * manual/es/advanced.xml
10341         * manual/fr/advanced.xml
10342         * src/prefs_customheader.c
10343         * src/prefs_filtering_action.c
10344         * src/foldersel.c
10345         * src/prefs_summaries.c
10346         * src/prefs_filtering.c
10347         * src/account.c
10348         * src/compose.c
10349         * src/prefs_summary_column.c
10350         * src/addr_compl.c
10351         * src/prefs_actions.c
10352         * src/prefs_folder_column.c
10353         * src/ssl_manager.c
10354         * src/prefs_template.c
10355         * src/prefs_display_header.c
10356         * src/prefs_common.h
10357         * src/prefs_matcher.c
10358         * src/prefs_common.c
10359         * src/prefs_toolbar.c
10360         * src/summaryview.c
10361         * src/folderview.c
10362         * src/gtk/gtksctree.c
10363         * src/gtk/pluginwindow.c
10364         * src/gtk/progressdialog.c
10365         * src/gtk/prefswindow.c
10366                 renamed hidden option enable_rules_hint to use_stripes_everywhere
10367                 to make its meaning more obvious (all versions of the manual reflect
10368                 the change).
10369                 added an extra hidden option use_stripes_in_summary to allow
10370                 discarding these stripes in mainwindow's folder and message lists;
10371                 en and fr manuals only are OK towards this.
10372
10373 2006-09-06 [colin]      2.4.0cvs153
10374
10375         * src/textview.c
10376                 Hide Sylpheed-Claws' internal queue headers
10377                 when showing all headers. They'll be present
10378                 only in Source window.
10379
10380 2006-09-05 [colin]      2.4.0cvs152
10381
10382         * src/plugins/trayicon/trayicon.c
10383                 Fix crash at exit - we have to disconnect
10384                 our handlers
10385         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10386                 Update eggtrayicon - patch adapted from a
10387                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
10388                 on Sylpheed's ML
10389
10390 2006-09-05 [colin]      2.4.0cvs151
10391
10392         * src/mainwindow.c
10393         * src/gtk/logwindow.c
10394                 Fix race condition when something writes
10395                 to the log too soon during init. Thanks
10396                 to Fabien Vantard
10397
10398 2006-09-05 [colin]      2.4.0cvs150
10399
10400         * src/mimeview.c
10401                 Don't select part on right-click either
10402
10403 2006-09-05 [paul]       2.4.0cvs149
10404
10405         * src/mimeview.c
10406                 completion of previous commit
10407                 Thanks to Colin
10408
10409 2006-09-05 [colin]      2.4.0cvs148
10410
10411         * src/mimeview.c
10412                 Don't force selection on middle-click, just open
10413
10414 2006-09-04 [colin]      2.4.0cvs147
10415
10416         * src/mimeview.c
10417                 Looks like gtk_notebook_set_current_page()
10418                 sometimes steals focus, and this annoys us
10419                 in MimeViewers as it renders navigation
10420                 keys useless. Take back focus after switching
10421                 pages.
10422
10423 2006-09-04 [colin]      2.4.0cvs146
10424
10425         * src/messageview.c
10426                 Set stop_loading when clicking on Next
10427                 during load. Don't add a callback to 
10428                 avoid over-complicating things.
10429
10430 2006-09-04 [colin]      2.4.0cvs145
10431
10432         * src/mimeview.c
10433         * src/messageview.c
10434                 Fix multiple loads in separate messageview
10435
10436 2006-09-04 [colin]      2.4.0cvs144
10437
10438         * src/summaryview.c
10439                 Let navigation keys be handled during 
10440                 load
10441
10442 2006-09-04 [colin]      2.4.0cvs143
10443
10444         * src/messageview.c
10445         * src/summaryview.c
10446         * src/textview.c
10447         * src/textview.h
10448                 Make loading of huge mails (lots of text and/or
10449                 images) cancellable, so the GUI doesn't block 
10450
10451 2006-09-04 [colin]      2.4.0cvs142
10452
10453         * src/plugins/trayicon/trayicon.c
10454                 Fix annoyance when removing a folder with 
10455                 unread mails: trayicon didn't update
10456
10457 2006-09-04 [paul]       2.4.0cvs141
10458
10459         * src/gtk/icon_legend.c
10460                 straighten up columns
10461                 Patch by Fabien Vantard
10462
10463 2006-09-04 [wwp]        2.4.0cvs140
10464
10465         * src/prefs_filtering.c
10466                 fix new line's account name in filtering prefs:
10467                 was "All", is now "(New)".
10468
10469 2006-09-04 [paul]       2.4.0cvs139
10470
10471         * tools/make.themes.project
10472                 use "AUTOMAKE_OPTIONS = dist-bzip2"
10473                 instead of homebrewed "make release"
10474
10475 2006-09-03 [colin]      2.4.0cvs138
10476
10477         * src/folderview.c
10478                 Fix bug #1007 (Wrong folder highlighted)
10479
10480 2006-09-03 [colin]      2.4.0cvs137
10481
10482         * src/compose.c
10483                 Don't set Newsgroup: header to a mail folder
10484                 path
10485
10486 2006-09-03 [paul]       2.4.0cvs136
10487
10488         * src/prefs_other.c
10489         * src/prefs_spelling.c
10490                 unify the gui
10491
10492 2006-09-03 [paul]       2.4.0cvs135
10493
10494         * src/prefs_summaries.c
10495                 correct menu item text in prefs_keybind_apply_clicked()
10496
10497 2006-09-03 [paul]       2.4.0cvs134
10498
10499         * manual/advanced.xml
10500                 some improvements to the descriptions
10501         * src/mainwindow.c
10502         * src/messageview.c
10503         * src/summaryview.c
10504         * src/gtk/menu.c
10505                 fix menu sensitivity issues
10506         * src/prefs_message.c
10507                 drop the useless word 'short'
10508         * src/prefs_other.c
10509                 add the word 'lines' indicating log length
10510                 is a measure of lines
10511         * src/textview.c
10512                 fix compilation warnings
10513
10514 2006-09-02 [colin]      2.4.0cvs133
10515
10516         * src/messageview.c
10517                 Display a special return-receipt message
10518                 if the message is from the user
10519         * src/summaryview.c
10520                 Fix missing freeze of the list when marking
10521                 all read and unthreading for exec. Thanks
10522                 to Stephan Sachse.
10523
10524 2006-09-02 [paul]       2.4.0cvs132
10525
10526         * src/mainwindow.c
10527         * src/prefs_message.c
10528         * src/summaryview.c
10529                 fix some english
10530
10531 2006-09-02 [wwp]        2.4.0cvs131
10532
10533         * src/prefs_filtering.c
10534                 added an account name column to the filtering rules
10535                 dialog.
10536
10537 2006-09-02 [colin]      2.4.0cvs130
10538
10539         * src/gtk/logwindow.c
10540         * src/gtk/logwindow.h
10541                 Block scrolling if we're not at the end
10542                 of the log
10543
10544 2006-09-02 [colin]      2.4.0cvs129
10545
10546         * src/folder.c
10547                 Make sure account-specific rules can't
10548                 be used in {pre-,post-,}processing
10549         * src/mainwindow.c
10550         * src/gtk/logwindow.c
10551         * src/gtk/logwindow.h
10552                 Jump to last error when clicking on the
10553                 warning icon
10554
10555 2006-09-02 [colin]      2.4.0cvs128
10556
10557         * src/imap.c
10558         * src/import.c
10559         * src/mainwindow.c
10560         * src/mainwindow.h
10561                 Fix warning icon
10562         * src/inc.c
10563         * src/mbox.c
10564         * src/mbox.h
10565                 Let proc_mbox know its account, for
10566                 account-specific rules
10567
10568 2006-09-01 [colin]      2.4.0cvs127
10569
10570         * src/codeconv.c
10571                 Don't uselessly use iconv to convert from
10572                 us-ascii
10573         * src/alertpanel.c
10574         * src/mainwindow.c
10575         * src/mainwindow.h
10576         * src/inc.c
10577                 Fix certain log cases, disable warning icon
10578                 for now, the correct way to display it when
10579                 necessary and only when necessary is probably
10580                 to do it manually rather than use error logs
10581         * src/etpan/imap-thread.c
10582                 Clean up UID logging a bit
10583         * src/gtk/logwindow.c
10584         * src/gtk/logwindow.h
10585                 Make logging faster when the window's closed
10586
10587 2006-09-01 [wwp]        2.4.0cvs126
10588
10589         * manual/fr/account.xml
10590                 reflect changes to the ref. manual (parts of cvs72):
10591                 fix tabnames and quotes.
10592
10593 2006-09-01 [wwp]        2.4.0cvs125
10594
10595         * manual/fr/plugins.xml
10596                 reflect changes to the reference manual (cvs42):
10597                 update IRC channel info.
10598
10599 2006-09-01 [wwp]        2.4.0cvs124
10600
10601         * commitHelper
10602                 use CVSEDITOR env. var. if set, according to `man cvs`.
10603
10604 2006-09-01 [wwp]        2.4.0cvs123
10605
10606         * manual/advanced.xml
10607                 better sentence again (thanks to Paul).
10608
10609 2006-09-01 [wwp]        2.4.0cvs122
10610
10611         * manual/advanced.xml
10612         fix definition of toolbar_detachable and rework a bit the one of
10613         enable_dotted_lines.
10614
10615 2006-09-01 [mones]      2.4.0cvs121
10616
10617         * manual/advanced.xml
10618                 Document enable_dotted_lines
10619
10620 2006-09-01 [paul]       2.4.0cvs120
10621
10622         * src/folderview.c
10623         * src/folderview.h
10624         * src/imap.c
10625         * src/mainwindow.c
10626         * src/summaryview.c
10627                 obey the 'When entering folder...' option
10628                 when using the /View/Go to/... menu items
10629                 Thanks to Colin
10630
10631 2006-08-31 [colin]      2.4.0cvs119
10632
10633         * src/folderview.c
10634                 Revert 2.4.0cvs116, wrong fix.
10635
10636 2006-08-31 [colin]      2.4.0cvs118
10637
10638         * src/gtk/gtksctree.c
10639                 Better state the various copyrights
10640
10641 2006-08-31 [colin]      2.4.0cvs117
10642
10643         * src/prefs_common.c
10644                 fix enable_dotted_lines
10645
10646 2006-08-31 [colin]      2.4.0cvs116
10647
10648         * src/folderview.c
10649                 Use pref "Always open on select" when going
10650                 to next unread folder
10651         * src/gtk/gtksctree.c
10652                 Fix link failure to _gtk_clist_create_cell_layout
10653                 on certain computers. (Why not mine, I wonder)
10654
10655 2006-08-31 [colin]      2.4.0cvs115
10656
10657         * src/procmsg.c
10658         * src/textview.c
10659         * src/plugins/bogofilter/bogofilter.c
10660         * src/plugins/spamassassin/spamassassin.c
10661                 Requalify some "errors" to warnings
10662         * src/mainwindow.c
10663         * src/mainwindow.h
10664         * src/statusbar.c
10665                 Add an icon in the statusbar to notify
10666                 of errors
10667         * src/gtk/gtksctree.c
10668         * src/folderview.c
10669         * src/summaryview.c
10670                 Make the GtkSCTree look more modern by
10671                 alternating background lines
10672         * src/prefs_common.c
10673         * src/prefs_common.h
10674                 Add a pref to let people have the old
10675                 way if they prefer
10676
10677
10678 2006-08-30 [colin]      2.4.0cvs114
10679
10680         * src/procmsg.c
10681         * src/procmsg.h
10682                 Provide a way to filter a list of
10683                 messages in an optimised manner, and
10684                 add a list-filtering hook
10685         * src/folder.c
10686         * src/inc.c
10687         * src/mbox.c
10688                 Use the list filtering
10689         * src/plugins/bogofilter/bogofilter.c
10690                 Use the list-filtering hook
10691                 Use -b (bulk) mode for more speed
10692                 when learning and filtering
10693         * src/etpan/imap-thread.c
10694                 Make log output shorter in UID SEARCH
10695
10696
10697 2006-08-30 [colin]      2.4.0cvs113
10698
10699         * src/plugins/bogofilter/bogofilter.c
10700                 Really fast mass learning - thanks to David
10701                 Relson for the options explanations :)
10702
10703 2006-08-30 [colin]      2.4.0cvs112
10704
10705         * src/msgcache.c
10706                 Fix compilation on FreeBSD. Thanks
10707                 to Michael Hugues
10708
10709 2006-08-29 [colin]      2.4.0cvs111
10710
10711         * src/folderview.c
10712                 Handle "popup_menu" signal (for popping the 
10713                 menu via the keyboard)
10714         * src/mimeview.c
10715         * src/mimeview.h
10716         * src/summaryview.c
10717         * src/textview.c
10718         * src/gtk/gtkutils.c
10719         * src/gtk/gtkutils.h
10720                 Factorize scrolling code, and add an API 
10721                 for MimeViewers to handle scroll orders
10722
10723 2006-08-29 [wwp]        2.4.0cvs110
10724
10725         * src/plugins//bogofilter/bogofilter.c
10726         * src/plugins//spamassassin/spamassassin.c
10727                 make the bogofilter/spamassassin filtering error dialogs at
10728         incorporation obey to the "don't popup error dialog on
10729         receive error" option. If disabled, feed the log window w/
10730         the error message.
10731
10732 2006-08-29 [paul]
10733
10734         2.5.0-rc2 released
10735
10736 2006-08-29 [paul]       2.4.0cvs109
10737
10738         * Makefile.am
10739                 remove 'make release', it's not needed
10740                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
10741
10742 2006-08-29 [paul]       2.4.0cvs108
10743
10744         * src/foldersel.c
10745         * src/summary_search.c
10746         * src/gtk/progressdialog.c
10747         * src/plugins/pgpcore/passphrase.c
10748                 replace deprecated gtk_window_set_policy()
10749
10750 2006-08-29 [colin]      2.4.0cvs107
10751
10752         * src/folder.c
10753                 Fix data loss when copy fails during a move:
10754                 only use fast remove_msgs if everything was
10755                 copied OK; else use slow remove_msg on the
10756                 mails that got copied only.
10757
10758 2006-08-28 [paul]       2.4.0cvs106
10759
10760         * src/mh.c
10761                 revert change in 2.4.0cvs104, it breaks
10762                 stuff
10763
10764 2006-08-28 [paul]       2.4.0cvs105
10765
10766         * src/plugins/spamassassin/spamassassin.c
10767                 english fix
10768
10769 2006-08-28 [paul]       2.4.0cvs104
10770
10771         * src/mh.c
10772                 fix data loss when moving to another
10773                 mailbox fails
10774         * src/prefs_spelling.c
10775                 improve the english
10776         * src/gtk/pluginwindow.c
10777                 improve the layout of the dialog text
10778         All thanks to Colin
10779
10780 2006-08-28 [paul]       2.4.0cvs103
10781
10782         * src/plugins/bogofilter/bogofilter.c
10783         * src/plugins/bogofilter/bogofilter_gtk.c
10784                 fix english up a bit, innit
10785
10786 2006-08-28 [paul]       2.4.0cvs102
10787
10788         * configure.ac
10789         * po/Makefile.in.in
10790         * po/Makevars
10791                 require autoconf 2.60, enabling building
10792                 with gettext 0.15 (gettext 0.14.x build still
10793                 possible). Replace Makefiles with versions
10794                 from gettext 0.15.
10795                 Remove configure options --with-localedir and
10796                 --with-mandir. The options that are provided
10797                 directly by autoconf 2.60 can be used instead:
10798                 --mandir --localedir
10799
10800 2006-08-27 [colin]      2.4.0cvs101
10801
10802         * src/plugins/bogofilter/Makefile.am
10803                 Fix make dist (no README)
10804
10805 2006-08-27 [colin]      2.4.0cvs100
10806
10807         * src/folder.c
10808                 Don't use F_UNKNOWN folders for any default
10809                 outbox/trash/etc
10810         * src/plugins/bogofilter/bogofilter.c
10811         * src/plugins/bogofilter/bogofilter.h
10812         * src/plugins/bogofilter/bogofilter_gtk.c
10813                 Add an option to specify the path to bogofilter
10814                 Use single-quotes to be able to learn in folders
10815                 with spaces in their names
10816                 Verify learning status
10817
10818 2006-08-27 [colin]      2.4.0cvs99
10819
10820         * manual/faq.xml
10821         * manual/plugins.xml
10822                 Document Bogofilter plugin
10823
10824 2006-08-27 [colin]      2.4.0cvs98
10825
10826         * src/compose.c
10827         * src/messageview.c
10828         * src/procmsg.c
10829         * src/procmsg.h
10830                 When possible, copy the queued mail to sent folder
10831                 instead of re-adding. Much faster on IMAP.
10832
10833 2006-08-27 [colin]      2.4.0cvs97
10834
10835         * src/msgcache.c
10836                 Disable mmaped caches - huge metadata loss
10837                 here after a power failure.
10838         * src/summaryview.c
10839                 Add quicksearch timing
10840         * src/common/plugin.c
10841         * src/common/plugin.h
10842                 Implement an interface to tell what plugins
10843                 provide. Prevent loading of similar plugins.
10844         * src/plugins/clamav/clamav_plugin.c
10845         * src/plugins/demo/demo.c
10846         * src/plugins/dillo_viewer/dillo_viewer.c
10847         * src/plugins/pgpcore/plugin.c
10848         * src/plugins/pgpinline/pgpinline.c
10849         * src/plugins/pgpmime/pgpmime.c
10850         * src/plugins/spamassassin/spamassassin.c
10851         * src/plugins/trayicon/trayicon.c
10852                 Implement plugin_provides()
10853
10854 2006-08-27 [colin]      2.4.0cvs96
10855
10856         * configure.ac
10857         * src/plugins/Makefile.am
10858         * src/plugins/bogofilter/.cvsignore
10859         * src/plugins/bogofilter/Makefile.am
10860         * src/plugins/bogofilter/bogofilter.c
10861         * src/plugins/bogofilter/bogofilter.h
10862         * src/plugins/bogofilter/bogofilter_gtk.c
10863                 New Bogofilter plugin, provides filtering and
10864                 learning. Spamassassin will go to extra plugins.
10865
10866 2006-08-26 [mones]      2.4.0cvs95
10867
10868         * manual/handling.xml
10869                 Fix subfolder path in the example (thanks to Paul) 
10870
10871 2006-08-26 [mones]      2.4.0cvs94
10872
10873         * manual/glossary.xml
10874                 2.2. + add ISP to the glossary
10875                 7.5. + Add UIDL to glossary
10876                 7.7. + Add TCP to glossary
10877         * manual/handling.xml
10878                 7.1. + Mentions GNU/Linux distribution, what about the non...
10879                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
10880                 7.3. + Mentions .bashrc, what about the non-bash ones? 
10881                 7.4. = Use appropriate quotation for commands
10882                 7.6. = change "" to <quote></quote>
10883         * manual/plugins.xml
10884                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
10885         * manual/starting.xml
10886                 2.1. + local mbox file: some examples of mbox file locations...
10887                 Also reformatted files requiring it
10888
10889 2006-08-26 [wwp]        2.4.0cvs93
10890
10891         * src/summary_search.c
10892                 disable find buttons while summary search is running.
10893
10894 2006-08-25 [colin]      2.4.0cvs92
10895
10896         * src/folder.c
10897         * src/folderutils.c
10898         * src/mh.c
10899         * src/procmsg.h
10900         * src/summaryview.c
10901                 Speed up MH moving, and add progressbar
10902                 for MH deletion
10903         * src/msgcache.c
10904                 Write cache files using mmap() too
10905
10906 2006-08-25 [wwp]        2.4.0cvs91
10907
10908         * src/summaryview.c
10909                 switch spam<->ham button when a message has been marked as spam or ham
10910                 and is still selected. Thanks to Colin.
10911
10912 2006-08-25 [paul]       2.4.0cvs90
10913
10914         * src/Makefile.am
10915         * src/stock_pixmap.c
10916         * src/stock_pixmap.h
10917         * src/summaryview.c
10918         * src/gtk/icon_legend.c
10919         * src/pixmaps/copied.xpm
10920         * src/pixmaps/moved.xpm
10921                 add icons for delayed execution marked for
10922                 copying, marked for moving
10923
10924 2006-08-25 [mones]      2.4.0cvs89
10925
10926         * manual/glossary.xml
10927                 Fix the other glossary items:
10928                 5.1. = Inmmediate execution -> <quote>immediate execution...
10929                 5.2. = Fix MBOX capitalization -> Mbox
10930                 5.3. + Improve Plugins def. w/ tech. ref.
10931                 5.4. = Quotation -> replace '>' by <quote>></quote>
10932                 5.5. - SMTP Server. -> remove dot
10933         * po/es.po
10934                 Updated translation
10935
10936 2006-08-25 [mones]      2.4.0cvs88
10937
10938         * manual/ack.xml
10939                 Reformatted, changed email address
10940         * manual/glossary.xml
10941                 Reformatted, fixed MANUAL-TODO items:
10942                 8.2. + add ROT-13 to glossary
10943                 8.4. + add URL to glossary
10944         * manual/es/advanced.xml
10945                 Fixed <literal>s
10946
10947 2006-08-25 [paul]       2.4.0cvs87
10948
10949         * src/gtk/icon_legend.c
10950                 add 'marked for deletion' icon
10951                 arrange icons by containing column
10952                 wrap long label text
10953
10954 2006-08-25 [colin]      2.4.0cvs86
10955
10956         * src/common/utils.c
10957         * src/common/utils.h
10958                 Add the sc_g_*list_bigger functions in
10959                 a place everyone can use it
10960         * src/summaryview.c
10961                 Only freeze/thaw the list when working
10962                 on the selection, if it's bigger than 1
10963         * src/gtk/gtksctree.c
10964                 Only freeze/thaw the list when unselec-
10965                 ting 'all' if ('all' != 1)
10966                 This avoids some flickering
10967
10968 2006-08-24 [colin]      2.4.0cvs85
10969
10970         * src/addressbook.c
10971                 Fix strange list selection
10972                 Fix random seg (Invalid read of freed memory)
10973
10974 2006-08-24 [colin]      2.4.0cvs84
10975
10976         * src/alertpanel.c
10977         * src/gtk/inputdialog.c
10978         * src/plugins/pgpcore/passphrase.c
10979                 Revert minimal width patch of 2.4.0cvs67,
10980                 as it is also a maximal width. Use 
10981                 gtk_window_set_default_size instead.
10982
10983 2006-08-24 [colin]      2.4.0cvs83
10984
10985         * src/msgcache.c
10986                 Write cache/mark to temp files before
10987                 overwriting old ones (avoids metadata
10988                 loss if writing the new files fail).
10989                 Use mmap() to read cache/mark file, as
10990                 this makes cache reading faster. Dis-
10991                 abled for big-endian machines until it
10992                 can be tested. (Big-endian users: set
10993                 msgcache_use_mmap = TRUE in the relevant
10994                 #if).
10995         * src/procmsg.h
10996                 Move rarely used fields of MsgInfo in 
10997                 another structure, which will only be
10998                 allocated if needed. Face, X-Face,
10999                 Return receipt headers and List-*
11000                 headers are moved. Mails having none
11001                 of these occupy 52 bytes less with
11002                 this patch, which makes 2.5MB of RAM
11003                 saved on a 50k folder).
11004         * src/headerview.c
11005         * src/mainwindow.c
11006         * src/messageview.c
11007         * src/partial_download.c
11008         * src/procheader.c
11009         * src/procmsg.c
11010         * src/textview.c
11011                 Follow this structure change.
11012
11013 2006-08-24 [wwp]        2.4.0cvs82
11014
11015         * manual/es/.cvsignore
11016         * manual/es/dist/.cvsignore
11017         * manual/es/dist/html/.cvsignore
11018         * manual/es/dist/pdf/.cvsignore
11019         * manual/es/dist/ps/.cvsignore
11020         * manual/es/dist/txt/.cvsignore
11021                 more (generated) files to ignore.
11022
11023 2006-08-24 [colin]      2.4.0cvs81
11024
11025         * src/folder.c
11026         * src/mh.c
11027                 Fix possible problems with local delivery. Check the folder doesn't
11028                 need scan before setting its mtime when saving cache (which can be
11029                 done long after the folder's been modified by an external process);
11030                 Check that the stored item's mtime didn't change in mh functions.
11031
11032 2006-08-24 [mones]      2.4.0cvs80
11033
11034         * manual/advanced.xml
11035                 Rewrapping, some fixes and MANUAL-TODO items:
11036                 8.1. = change "" to <quote></quote>
11037                 8.3. = quote menu items
11038                 8.5. - deploying -> new user ... ideally a new user (redundant)
11039
11040 2006-08-23 [colin]      2.4.0cvs79
11041
11042         * src/gtk/gtksctree.c
11043                 When selecting or deselecting range, only
11044                 freeze/thaw when selection is bigger than 10
11045
11046 2006-08-23 [colin]      2.4.0cvs78
11047
11048         * src/messageview.c
11049         * src/mimeview.c
11050         * src/mimeview.h
11051         * src/plugins/dillo_viewer/dillo_viewer.c
11052                 Provide an API for MimeViewer plugins to
11053                 return a text selection for replying
11054
11055 2006-08-23 [colin]      2.4.0cvs77
11056
11057         * src/image_viewer.c
11058         * src/textview.c
11059                 Use gtk_pixbuf_new_from_file_at_scale(), which
11060                 is faster than getting the pixbuf then resizing
11061                 it.
11062
11063 2006-08-23 [colin]      2.4.0cvs76
11064
11065         * src/procmime.c
11066                 UTF-8 should be sent Quoted-printable
11067
11068 2006-08-22 [colin]      2.4.0cvs75
11069
11070         * src/mh.c
11071                 Check if scan is required before touching
11072                 the folder (or it'll be required every time)
11073
11074 2006-08-22 [colin]      2.4.0cvs74
11075
11076         * configure.ac
11077                 Require libetpan 0.46 (crasher fix when built
11078                 against gnutls)
11079
11080 2006-08-22 [colin]      2.4.0cvs73
11081
11082         * src/folder.c
11083                 Set folder's mtime after writing its
11084                 cache
11085         * src/folderview.c
11086                 Add some timing
11087         * src/procmsg.c
11088                 Don't do useless stuff if we don't 
11089                 thread by subject
11090         * src/summaryview.c
11091                 Add some timing, don't deselect prior
11092                 to selecting (gtksctree does it itself),
11093                 remove crash avoidance hacks as it's been
11094                 properly fixed since a while
11095         * src/common/utils.c
11096                 Optimize to_human_readable(): _() is slow,
11097                 do it only once, and avoid %f format for KB
11098                 (the most common in a summaryview)
11099         * src/gtk/gtksctree.c
11100                 Don't uselessly freeze/thaw (fixes flicker
11101                 on next unread and friends), reduce number
11102                 of g_list_nth/g_list_position where possible
11103         * src/gtk/gtkutils.c
11104         * src/gtk/gtkutils.h
11105                 Reduce number of g_list_nth/g_list_position
11106                 where possible.
11107                 All of this makes loading as 70k folder 2.1
11108                 seconds instead of 3.2 (with hot FS caches).
11109                 (1.3 seconds without Date and Size columns...)
11110
11111 2006-08-22 [paul]       2.4.0cvs72
11112
11113         wrap documents and do some items from mones' MANUAL-TODO:
11114
11115         * manual/account.xml
11116                 4.1. = fix tabname references to <quote>tabname</quote>
11117                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
11118         * manual/faq.xml
11119                 1.1. = mentioned options don't match UI
11120                 Add information about the 'Never send Return Receipts'
11121                 option
11122         * manual/handling.xml
11123                 6.2. = Mentions Extended symbols button, but now is
11124                 named Information
11125                 6.3. = Mentions ... button, which is now Edit
11126
11127 2006-08-22 [colin]      2.4.0cvs71
11128
11129         * src/gtk/pluginwindow.c
11130                 Fix layout in verbose translations (such
11131                 as french)
11132
11133 2006-08-22 [paul]       2.4.0cvs70
11134
11135         * manual/Makefile.am
11136                 build manuals in alphabetical order
11137         * src/addressbook.c
11138         * src/prefs_themes.c
11139                 replace/remove deprecated symbols
11140         * src/gtk/gtkutils.c
11141                 fix a warning
11142         * src/gtk/pluginwindow.c
11143                 replace deprecated symbol
11144                 replace label text and move it
11145         * src/plugins/pgpcore/prefs_gpg.c
11146                 move the 'Generate...' button out of the
11147                 Sign Key frame, replace the English used
11148         * src/plugins/pgpcore/sgpgme.c
11149                 fixes to the English
11150
11151 2006-08-21 [colin]      2.4.0cvs69
11152
11153         * src/plugins/trayicon/trayicon.c
11154                 Add more strings for translation; patch
11155                 by Pawel
11156
11157 2006-08-21 [colin]      2.4.0cvs68
11158
11159         * src/compose.c
11160                 fix replied flag not set after drafting
11161         * src/matcher.c
11162                 fix body quicksearch in non-encoded bodies
11163                 containing '='
11164         * src/msgcache.c
11165                 Get rid of the g_malloc workaround for
11166                 corrupted caches, use g_try_malloc
11167
11168 2006-08-21 [colin]      2.4.0cvs67
11169
11170         * src/alertpanel.c
11171         * src/gtk/inputdialog.c
11172         * src/plugins/pgpcore/passphrase.c
11173                 Set minimal width to 375
11174         * src/mainwindow.c
11175                 Fix switching to offline, asking if it 
11176                 should be overriden for synchronising
11177         * src/mimeview.c
11178                 Don't offer to remember command on Open 
11179                 with for text parts, as the browser or 
11180                 text editor command isn't changed from 
11181                 there
11182
11183 2006-08-20 [paul]       2.4.0cvs66
11184
11185         * po/ko.po
11186         * po/zh_CN.po
11187                 fix plural form errors. revealed by stricter
11188                 checking of gettext 0.15
11189
11190 2006-08-18 [paul]       2.4.0cvs65
11191
11192         * src/stock_pixmap.c
11193                 fix the fix of 2.4.0cvs64
11194                 Thanks to Colin
11195
11196 2006-08-18 [paul]       2.4.0cvs64
11197
11198         * src/stock_pixmap.c
11199                 fix leaks
11200                 Thanks to Colin
11201
11202 2006-08-18 [paul]       2.4.0cvs63
11203
11204         * src/compose.c
11205         * src/procmsg.c
11206                 fix occasional IMAP bug where large msgs
11207                 were left in the queue folder after sending
11208                 Thanks to Colin
11209
11210 2006-08-18 [paul]       2.4.0cvs62
11211
11212         * src/folderview.c
11213                 freeze the summaryview while quicksearch results
11214                 are displayed
11215                 (fixes bug 456 'current message is hidden when the
11216                 view is refreshed and extended search is "unread 
11217                 messages"')
11218                 Thanks to Colin
11219         * src/textview.c
11220                 add missing #include "inputdialog.h"
11221         * src/common/utils.h
11222                 add missing mailcap_update_default() and improve
11223                 readability
11224
11225 2006-08-17 [colin]      2.4.0cvs61
11226
11227         * src/plugins/pgpcore/select-keys.c
11228                 Fix warnings :)
11229
11230 2006-08-17 [colin]      2.4.0cvs60
11231
11232         * src/compose.c
11233                 Don't continue queuing if Cancel is clicked
11234                 in select-keys
11235
11236 2006-08-17 [colin]      2.4.0cvs59
11237
11238         * src/plugins/pgpcore/select-keys.c
11239                 When encrypting, if only one key matches and it 
11240                 matches exactly, automatically use it.
11241
11242 2006-08-17 [colin]      2.4.0cvs58
11243
11244         * src/mimeview.c
11245         * src/prefs_common.c
11246         * src/prefs_common.h
11247         * src/prefs_ext_prog.c
11248         * src/textview.c
11249                 Fix issues with previous patch (text/html)
11250                 Remove outdated prefs
11251
11252 2006-08-17 [colin]      2.4.0cvs57
11253
11254         * src/imap.c
11255                 Add View Log button on auth error
11256         * src/procmsg.c
11257                 Fix encrypted mail marked as new when
11258                 saved in normal folders
11259         * src/plugins/pgpinline/pgpinline.c
11260                 Fix encrypt bug on IMAP
11261         * src/mimeview.c
11262         * src/common/utils.c
11263         * src/common/utils.h
11264         * src/gtk/inputdialog.c
11265         * src/gtk/inputdialog.h
11266                 Get rid of metamail stuff, simplify
11267                 opening, and allow remembering of user's
11268                 choices (by updating ~/.mailcap). There's
11269                 still to drop "Audio player" and "Image
11270                 viewer" preferences.
11271
11272 2006-08-17 [mones]      2.4.0cvs56
11273
11274         * manual/es/sylpheed-claws-manual.xml
11275                 fix DTD path
11276
11277 2006-08-17 [mones]      2.4.0cvs55
11278
11279         * configure.ac
11280         * manual/Makefile.am
11281         * manual/es/Makefile.am
11282         * manual/es/account.xml
11283         * manual/es/ack.xml
11284         * manual/es/addrbook.xml
11285         * manual/es/advanced.xml
11286         * manual/es/faq.xml
11287         * manual/es/glossary.xml
11288         * manual/es/gpl.xml
11289         * manual/es/handling.xml
11290         * manual/es/intro.xml
11291         * manual/es/keyboard.xml
11292         * manual/es/plugins.xml
11293         * manual/es/starting.xml
11294         * manual/es/sylpheed-claws-manual.xml
11295         * manual/es/dist/Makefile.am
11296         * manual/es/dist/html/Makefile.am
11297         * manual/es/dist/pdf/Makefile.am
11298         * manual/es/dist/ps/Makefile.am
11299         * manual/es/dist/txt/Makefile.am
11300                 Spanish translation for the manual
11301
11302 2006-08-16 [colin]      2.4.0cvs54
11303
11304         * src/compose.c
11305         * src/main.c
11306         * src/mainwindow.c
11307                 Fix send button sensitivity at startup
11308                 Set send menu sensitivity (patch by Fabien)
11309         * src/ssl_manager.c
11310                 Enable closing with esc (patch by Fabien)
11311         * src/gtk/foldersort.c
11312                 Enable closing with esc (patch by Fabien)
11313         * src/procmime.c
11314                 Optimisation (no need to copy to tempfile to
11315                 "decode" 7bit and 8bit)
11316         * src/summaryview.c
11317                 Fix cruft in swap_from case
11318         * src/textview.c
11319                 Fix missing last line in some mail cases 
11320                 (Fixes debian #381872)
11321         * src/plugins/pgpcore/prefs_gpg.c
11322         * src/plugins/pgpcore/sgpgme.c
11323         * src/plugins/pgpcore/sgpgme.h
11324                 Don't show "no key found" when user explicitely
11325                 wants to create a key
11326
11327 2006-08-16 [paul]       2.4.0cvs53
11328
11329         * configure.ac
11330         * src/account.c
11331         * src/addressbook.c
11332         * src/headerview.c
11333         * src/prefs_account.c
11334         * src/prefs_message.c
11335         * src/gtk/gtkutils.c
11336                 bump up minimum required versions of GTK+ and
11337                 GLIB to 2.6.0
11338
11339 2006-08-16 [paul]       2.4.0cvs52
11340
11341         * src/toolbar.c
11342                 workaround GTK+ Bug 351600 - 'Can't re-click
11343                 on button after sensitivity update'
11344                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
11345                 Thanks to Colin
11346
11347 2006-08-15 [colin]      2.4.0cvs51
11348
11349         * src/plugins/pgpcore/prefs_gpg.c
11350                 Set options sensitivity according to
11351                 key existence
11352         * src/plugins/pgpcore/sgpgme.c
11353                 Allow to create key with no passphrase
11354
11355 2006-08-14 [cleroy]     2.4.0cvs50
11356
11357         * src/gtk/pluginwindow.c
11358                 New layout (maybe to be changed?)
11359         * src/gtk/gtkutils.c
11360                 Fix a bit label_window
11361         * src/plugins/pgpcore/passphrase.c
11362         * src/plugins/pgpcore/passphrase.h
11363         * src/plugins/pgpcore/plugin.c
11364         * src/plugins/pgpcore/prefs_gpg.c
11365         * src/plugins/pgpcore/prefs_gpg.h
11366         * src/plugins/pgpcore/sgpgme.c
11367         * src/plugins/pgpcore/sgpgme.h
11368                 Allow to create a PGP private key via the GUI
11369
11370 2006-08-14 [wwp]        2.4.0cvs49
11371
11372         * src/addressbook_foldersel.c
11373                 fix strict ISO C90 compliance.
11374
11375 2006-08-14 [paul]       2.4.0cvs48
11376
11377         * src/gtk/prefswindow.c
11378                 re-set scrolled window on opening
11379                 Patch by Ticho
11380
11381 2006-08-14 [paul]
11382
11383         2.5.0-rc1 released
11384
11385 2006-08-14 [paul]       2.4.0cvs47
11386
11387         * src/prefs_display_header.c
11388                 re-enable user-defined Displayed Headers
11389
11390 2006-08-14 [paul]       2.4.0cvs46
11391
11392         * src/prefs_account.c
11393                 use GTK_STOCK_EDIT
11394
11395 2006-08-13 [colin]      2.4.0cvs45
11396
11397         * src/common/utils.c
11398                 Fix "a" in quote when the original message is empty,
11399                 by using \0 instead of 'a' to test writability of
11400                 temp files.
11401
11402 2006-08-13 [wwp]        2.4.0cvs44
11403
11404         * src/plugins/spamassassin/spamassassin.c
11405                 fix capitalization of "SpamAssassin" in some debug, log and
11406                 dialog messages.
11407
11408 2006-08-13 [paul]       2.4.0cvs43
11409
11410         * src/editldap.c
11411                 fix overlapping widgets
11412         * src/prefs_account.c
11413                 fix translation of protocol_names[]
11414                 fix label disappearing off the edge of the
11415                 visible area
11416
11417 2006-08-12 [paul]       2.4.0cvs42
11418
11419         * manual/plugins.xml
11420                 update IRC channel info before it gets forgotten
11421                 about
11422
11423 2006-08-11 [colin]      2.4.0cvs41
11424
11425         * src/compose.c
11426         * src/mainwindow.c
11427         * src/mainwindow.h
11428         * src/procmsg.c
11429         * src/procmsg.h
11430         * src/summaryview.c
11431         * src/toolbar.c
11432                 Grey out the Send button if
11433                 - Queue folders are empty, or
11434                 - We're sending already
11435
11436 2006-08-11 [wwp]        2.4.0cvs40
11437
11438         * src/main.c
11439                 fix a logic issue when quitting while a compose window is
11440                 still open, thanks to Colin.
11441
11442 2006-08-10 [colin]      2.4.0cvs39
11443
11444         * src/main.c
11445                 Fix default font size setting after wizard run
11446         * src/imap.c
11447         * src/etpan/imap-thread.c
11448         * src/etpan/imap-thread.h
11449                 Fix bug #999 (Timing out on TSL cert validation 
11450                 dialog makes ugly things happen). Also, STARTTLS
11451                 unconditionnaly if initial capabilities contain
11452                 LOGINDISABLED and STARTTLS.
11453
11454 2006-08-09 [colin]      2.4.0cvs38
11455
11456         * src/mainwindow.c
11457         * src/mainwindow.h
11458                 Fix Tools/Actions sensitivity when there are
11459                 no actions
11460
11461 2006-08-09 [colin]      2.4.0cvs37
11462
11463         * src/prefs_filtering.c
11464                 Warning fix, patch by Paul
11465         * src/messageview.c
11466         * src/prefs_actions.c
11467         * src/prefs_filtering_action.c
11468         * src/prefs_matcher.c
11469                 Uniformisation of "Info ..." to "Info..." (for
11470                 old gtk), patch by Fabien
11471         * src/plugins/clamav/clamav_plugin_gtk.c
11472                 Sensitivity fix by Fabien
11473
11474 2006-08-09 [colin]      2.4.0cvs36
11475
11476         * src/main.c
11477         * src/main.h
11478                 Add a function to know whether we're exiting
11479         * src/plugins/trayicon/trayicon.c
11480                 If exiting, don't do anything. Faster, and
11481                 avoids gtk_main_iteration reentracy causing
11482                 segfaults at exit
11483
11484 2006-08-09 [colin]      2.4.0cvs35
11485
11486         * src/messageview.c
11487         * src/mimeview.c
11488         * src/mimeview.h
11489                 Fix lack of part selection when automatically 
11490                 jumping to a specific part
11491         * src/msgcache.c
11492                 Little optimisation in cache reading
11493
11494 2006-08-09 [colin]      2.4.0cvs34
11495
11496         * src/compose.c
11497                 Fix crash setting the priority on reedit
11498                 (Accessing compose before creating it!)
11499
11500 2006-08-08 [colin]      2.4.0cvs33
11501
11502         * src/procmime.c
11503                 Fix bug #998 (last attachment is not accessible)
11504                 Bad RFC interpretation on multipart close-delimiters
11505         * src/mimeview.c
11506         * src/mimeview.h
11507         * src/gtk/gtkvscrollbutton.c
11508         * src/gtk/gtkvscrollbutton.h
11509                 Make attachments list wheel-scrollable
11510
11511 2006-08-07 [colin]      2.4.0cvs32
11512
11513         * src/gtk/gtkaspell.c
11514                 Fix bug #973 (Unicode punctation characters 
11515                 are not recognized as separators by the
11516                 spell checker); fix unsigned stuff
11517
11518 2006-08-07 [colin]      2.4.0cvs31
11519
11520         * src/compose.c
11521                 Fix bug #956 (DnD text with accents in compose 
11522                 text entry); fix gccc's signed/unsigned fuss
11523
11524 2006-08-06 [colin]      2.4.0cvs30
11525
11526         * src/main.c
11527                 Fix bug #979 (Plugin crashes when exiting 
11528                 sylpheed-claws) : handle exit request only 
11529                 once
11530
11531 2006-08-05 [colin]      2.4.0cvs29
11532
11533         * src/news.c
11534                 Just make sure we have a msgid.
11535
11536 2006-08-05 [colin]      2.4.0cvs28
11537
11538         * src/news.c
11539         * src/summaryview.c
11540                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
11541                 by reimplementing it
11542         * src/textview.c
11543                 Fix bug when hiding quotes with level > 3 and quote
11544                 colors are recycled
11545
11546 2006-08-04 [colin]      2.4.0cvs27
11547
11548         * src/compose.c
11549         * src/undo.c
11550         * src/undo.h
11551                 Fix a bit replace-by-pasting undo
11552         * src/mainwindow.c
11553         * src/messageview.c
11554                 Fix Fold quotes menu synchro in
11555                 mainwindow when it changes in 
11556                 messageview
11557         * src/textview.c
11558                 Fix right-click on quotes blocks
11559         * src/common/utils.c
11560                 Verify that the file created by
11561                 my_tmpfile() is writable. Fixes
11562                 bug #988 (very specific filesystem
11563                 issue)
11564         * src/plugins/pgpcore/sgpgme.c
11565                 Fix file descriptor leak
11566         * src/plugins/spamassassin/spamassassin.c
11567                 Warn once if spamd isn't reachable
11568
11569 2006-08-04 [colin]      2.4.0cvs26
11570
11571         * src/toolbar.c
11572                 i18n context patch by Fabien
11573
11574 2006-08-03 [colin]      2.4.0cvs25
11575
11576         * src/mainwindow.c
11577         * src/messageview.c
11578                 Rename "Hide quotes" to "Fold quotes"
11579         * src/textview.c
11580                 Don't use hand cursor on quotes. "all 
11581                 the bonuses of the feature and none of 
11582                 unwelcome side-effects"
11583
11584 2006-08-03 [colin]      2.4.0cvs24
11585
11586         * AUTHORS
11587         * sylpheed-claws.desktop
11588         * src/gtk/authors.h
11589                 Bring the desktop file to XDG compliance
11590                 Patch by Charles A. Edwards
11591
11592 2006-08-03 [colin]      2.4.0cvs23
11593
11594         * src/textview.c
11595                 Fix links offset when they are preceded
11596                 by accentued chars (g_utf8_strlen!)
11597         * src/mainwindow.c
11598                 Fix wrong status when starting offline
11599
11600
11601 2006-08-03 [wwp]        2.4.0cvs22
11602
11603         * src/prefs_common.h
11604                 ask what to do w/ filtering rules that belong to an account when
11605                 applying filtering rules manually from the main window (skip,
11606                 apply regardless of the account, use current account). This dialog
11607                 can be skipped and the last reply used.
11608                 (forgot that file)
11609
11610 2006-08-03 [wwp]        2.4.0cvs21
11611
11612         * src/filtering.c
11613         * src/filtering.h
11614         * src/prefs_common.c
11615         * src/summaryview.c
11616         * src/alertpanel.c
11617         * src/alertpanel.h
11618         * src/messageview.c
11619                 ask what to do w/ filtering rules that belong to an account when
11620                 applying filtering rules manually from the main window (skip,
11621                 apply regardless of the account, use current account). This dialog
11622                 can be skipped and the last reply used.
11623
11624
11625 2006-08-03 [colin]      2.4.0cvs20
11626
11627         * src/textview.c
11628                 Optimize previous patch
11629
11630 2006-08-03 [cleroy]     2.4.0cvs19
11631
11632         * src/textview.c
11633                 Fix quotes getting toggled back when the
11634                 mail has an even number of text parts
11635
11636 2006-08-02 [colin]      2.4.0cvs18
11637
11638         * src/messageview.c
11639                 Add Hide quotes menu
11640
11641 2006-08-02 [colin]      2.4.0cvs17
11642
11643         * src/mainwindow.c
11644         * src/prefs_common.c
11645         * src/textview.c
11646         * src/textview.h
11647         * src/gtk/about.c
11648                 Allow per-level quote hiding,
11649                 Allow toggling quotes by double-clicking them
11650                 Rename RemoteURI to ClickableText to reflect
11651                 the fact it's used for a variety of things
11652
11653 2006-08-02 [wwp]        2.4.0cvs16
11654
11655         * src/mainwindow.c
11656                 fix "View/Hide quotes" menu item status initialization.
11657
11658 2006-08-02 [wwp]        2.4.0cvs15
11659
11660         * src/matcher_parser_parse.y
11661                 remove a debug trace.
11662
11663 2006-08-02 [paul]       2.4.0cvs14
11664
11665         * src/plugins/pgpcore/passphrase.c
11666                 don't set initial dialog size
11667                 make it resizable
11668
11669 2006-08-02 [paul]       2.4.0cvs13
11670
11671         * src/noticeview.c
11672                 remove the rogue '/' character
11673
11674 2006-08-02 [paul]       2.4.0cvs12
11675
11676         * src/noticeview.c
11677                 allow buttons to resize as necessary
11678
11679 2006-08-01 [wwp]        2.4.0cvs11
11680
11681         * src/mbox.c
11682                 fix strict ISO C90 compliance.
11683
11684 2006-08-01 [wwp]        2.4.0cvs10
11685
11686         * tools/update-po
11687                 updated update-po tool to work w/ context-dependent translations.
11688                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
11689
11690 2006-08-01 [wwp]        2.4.0cvs9
11691
11692         * src/matcher.c
11693         * src/prefs_filtering.c
11694         * src/prefs_matcher.c
11695                 allow context-dependent translations for "All",
11696                 patch by Fabien Vantard <fzzzzz@gmail.com>.
11697
11698 2006-07-31 [colin]      2.4.0cvs8
11699
11700         * AUTHORS
11701         * src/gtk/authors.h
11702                 Add Rafal to authors
11703
11704 2006-07-31 [colin]      2.4.0cvs7
11705
11706         * src/compose.c
11707         * src/mainwindow.c
11708         * src/messageview.h
11709         * src/prefs_common.c
11710         * src/prefs_common.h
11711         * src/textview.c
11712                 Add 'View/Hide quotes'. Patch based on a patch
11713                 by Rafal Weglarz
11714
11715 2006-07-31 [colin]      2.4.0cvs6
11716
11717         * src/action.c
11718                 Fix problem with "> stuff >" actions
11719
11720 2006-07-31 [paul]       2.4.0cvs5
11721
11722         * po/nb.po
11723                 updated by Geir Helland
11724
11725 2006-07-31 [wwp]        2.4.0cvs4
11726
11727         * src/mainwindow.c
11728         * src/summaryview.c
11729         * src/summaryview.h
11730                 add "View/Go to/Parent message" and "View/Go to/Last read message",
11731                 thanks to Colin.
11732
11733 2006-07-31 [wwp]        2.4.0cvs3
11734
11735         * src/Makefile.am
11736         * src/addr_compl.c
11737         * src/addr_compl.h
11738         * src/addressbook.c
11739         * src/addressbook.h
11740         * src/addressbook_foldersel.c
11741         * src/addressbook_foldersel.h
11742         * src/addrindex.c
11743         * src/addrindex.h
11744         * src/matcher.c
11745         * src/matcher.h
11746         * src/matcher_parser_lex.l
11747         * src/matcher_parser_parse.y
11748         * src/prefs_common.c
11749         * src/prefs_common.h
11750         * src/prefs_filtering.c
11751         * src/prefs_matcher.c
11752         * src/prefs_matcher.h
11753         * src/summaryview.c
11754                 introduce filtering against the address book. It's now possible to add
11755                 matched conditions to determine if any email address in a message matches
11756                 or doesn't match any or all books or folders in the address book.
11757
11758 2006-07-31 [wwp]        2.4.0cvs2
11759
11760         * src/account.c
11761         * src/filtering.c
11762         * src/filtering.h
11763         * src/folder.c
11764         * src/folderview.c
11765         * src/inc.c
11766         * src/mainwindow.c
11767         * src/matcher.c
11768         * src/matcher_parser_lex.l
11769         * src/matcher_parser_parse.y
11770         * src/mbox.c
11771         * src/prefs_filtering.c
11772         * src/prefs_filtering.h
11773         * src/procmsg.c
11774         * src/procmsg.h
11775         * src/summaryview.c
11776                 introduce per-account filtering rules. Each filtering rule can now be assigned
11777                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
11778                 when applying filtering rules manually, as all rules will apply - even the ones
11779                 assigned to an account. This issue will be addressed soon.
11780  
11781
11782
11783 2006-07-31 [wwp]        2.4.0cvs1
11784
11785         * src/quote_fmt.c
11786                 make more strings translatable.
11787
11788 2006-07-31 [paul]       2.4.0
11789
11790         2.4.0 released
11791
11792 2006-07-31 [paul]       2.3.1cvs91
11793
11794         * po/ca.po
11795                 updated by Miquel Oliete
11796
11797 2006-07-31 [paul]       2.3.1cvs90
11798
11799         * po/de.po
11800         * po/el.po
11801         * po/fr.po
11802         * po/it.po
11803         * po/pl.po
11804         * po/pt_BR.po
11805         * po/sr.po
11806         * po/zh_CN.po
11807                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
11808                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
11809                 Aleksandar Urosevic, and Ralgh Young
11810
11811 2006-07-31 [paul]       2.3.1cvs89
11812
11813         * src/account.c
11814         * src/main.c
11815         * src/mainwindow.c
11816         * src/mainwindow.h
11817                 Fix a race condition when, after an SC crash, rescanning
11818                 folders took more than 0.5 seconds
11819                 Thanks to Colin
11820
11821 2006-07-31 [paul]       2.3.1cvs88
11822
11823         * src/folderview.c
11824                 don't translate separator strings
11825
11826 2006-07-30 [mones]      2.3.1cvs87
11827
11828         * doc/man/sylpheed-claws.1
11829                 Fixed non-ASCII chars in Hoa's name
11830         * po/es.po
11831                 Updated for release
11832
11833 2006-07-27 [colin]      2.3.1cvs86
11834
11835         * src/textview.c
11836                 Don't include the leading \n in links
11837                 Patch by Fabien
11838
11839 2006-07-25 [colin]      2.3.1cvs85
11840
11841         * src/mainwindow.c
11842         * src/common/socket.h
11843         * src/etpan/imap-thread.c
11844                 Refresh resolvers before connecting
11845                 to IMAP servers, and after switching
11846                 to online. Thanks to Paul.
11847
11848 2006-07-18 [colin]
11849
11850         * 2.4.0-rc4 released
11851
11852 2006-07-17 [colin]      2.3.1cvs84
11853
11854         * src/inc.c
11855                 Show connection attempt in statusbar before
11856                 connecting (previously first message was
11857                 "Retrieving messages from ..." after the
11858                 connection succeeded.
11859
11860 2006-07-16 [wwp]        2.3.1cvs83
11861
11862         * sylpheed-claws.ico
11863                 Added .ico file (windows multi-size icon file, generated).
11864
11865 2006-07-12 [wwp]        2.3.1cvs82
11866
11867         * src/messageview.c
11868                 remove Message/Re-edit menu entry from messageview window,
11869                 as sent/draft/queued messages are opened in compose window when
11870                 re-edited and it's not possible to re-edit other msgs.
11871
11872 2006-07-12 [paul]       2.3.1cvs81
11873
11874         * AUTHORS
11875         * src/mainwindow.c
11876         * src/gtk/authors.h
11877                 check online state before resetting
11878                 mailcheck timer. Useful if some program
11879                 verifies connection state and updates
11880                 Claws.
11881                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
11882
11883 2006-07-12 [paul]       2.3.1cvs80
11884
11885         * sylpheed-claws-128x128.png
11886         * sylpheed-claws-64x64.png
11887         * sylpheed-claws.png
11888         * src/Makefile.am
11889         * src/main.c
11890         * src/prefs_toolbar.c
11891         * src/stock_pixmap.c
11892         * src/stock_pixmap.h
11893         * src/wizard.c
11894         * src/gtk/about.c
11895         * src/gtk/gtkutils.c
11896         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
11897         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
11898         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
11899         * src/pixmaps/sylpheed.xpm              ** REMOVED **
11900         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
11901         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
11902                 updated and renamed logo/icon files and related
11903                 logo by Jesper Schultz
11904
11905 2006-07-11 [paul]       2.3.1cvs79
11906
11907         * src/main.c
11908                 fix the labels a smidgin
11909
11910 2006-07-09 [colin]      2.3.1cvs78
11911
11912         * src/textview.c
11913                 Show errors in textviewer's command
11914                 Patch by H. Merijn Brand
11915
11916 2006-07-09 [colin]      2.3.1cvs77
11917
11918         * src/compose.c
11919                 Save FMID in drafts too
11920
11921 2006-07-08 [colin]      2.3.1cvs76
11922
11923         * src/compose.c
11924                 Svae RMID in drafted mails too
11925                 Save quote_fmt vars for whole mails,
11926                 don't reset at each quote_fmt_init:
11927                 allows to use the same |i{var} in
11928                 various template fields
11929         * src/prefs_template.c
11930         * src/quote_fmt.h
11931         * src/quote_fmt_parse.y
11932                 Same
11933
11934 2006-07-08 [colin]      2.3.1cvs75
11935
11936         * src/textview.c
11937                 Fix highlighting of attached parts URIs
11938
11939 2006-07-08 [colin]      2.3.1cvs74
11940
11941         * src/main.c
11942                 Prevent bug #981 (sc 2.3.1 segfaults with 
11943                 gtk+ 2.10) from being reported again:
11944                 if Sylpheed-Claws has been compiled against
11945                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
11946                 of if Sylpheed-Claws has been compiled against
11947                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
11948                 error out.
11949
11950 2006-07-07 [colin]      2.3.1cvs73
11951
11952         * src/prefs_actions.c
11953                 Fix label
11954
11955 2006-07-07 [colin]      2.3.1cvs72
11956
11957         * src/prefs_actions.c
11958                 Fix compile on gtk < 2.8. argh :)
11959
11960 2006-07-07 [paul]       2.3.1cvs71
11961
11962         * src/common/defs.h
11963                 update DONATE_URI
11964
11965 2006-07-07 [colin]      2.3.1cvs70
11966
11967         * po/POTFILES.in
11968         * src/quote_fmt.c
11969         * src/quote_fmt_lex.l
11970         * src/quote_fmt_parse.y
11971                 Add |i{var}, a way to insert user-entered
11972                 text in a template
11973
11974 2006-07-07 [colin]
11975
11976         * 2.4.0-rc3 released
11977
11978 2006-07-07 [colin]      2.3.1cvs69
11979
11980         * src/folder.c
11981                 Don't consider inboxes of UNKNOWN folder 
11982                 classes to be useable as default inboxes
11983
11984 2006-07-07 [paul]       2.3.1cvs68
11985
11986         * src/textview.c
11987                 add missing #include <errno.h>
11988                 Thanks to René J. Blokland
11989
11990 2006-07-07 [paul]       2.3.1cvs67
11991
11992         * src/action.c
11993                 Return now Closes dialog
11994         * src/mimeview.c
11995         * src/mimeview.h
11996         * src/textview.c
11997                 add contextual menu to mime parts listed
11998                 in the textview
11999                 Thanks to Colin
12000         * src/common/utils.c
12001                 reversal: ' is a valid character in URLs
12002
12003 2006-07-06 [colin]      2.3.1cvs66
12004
12005         * src/remotefolder.h
12006                 Forgotten in previous commit
12007
12008 2006-07-06 [colin]      2.3.1cvs65
12009
12010         * src/folder.c
12011                 Set summary update flag whenever
12012                 totals changed
12013         * src/imap.c
12014         * src/prefs_account.c
12015         * src/common/utils.h
12016         * src/etpan/imap-thread.c
12017                 Fix warnings, thanks to Fabien and
12018                 Ricardo
12019
12020 2006-07-06 [wwp]        2.3.1cvs64
12021
12022         * src/gtk/gtkutils.c
12023                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
12024
12025 2006-07-06 [wwp]        2.3.1cvs63
12026
12027         * src/account.c
12028         * src/addressbook.c
12029         * src/addressitem.h
12030         * src/folderview.c
12031         * src/mainwindow.c
12032         * src/manual.c
12033         * src/manual.h
12034         * src/message_search.c
12035         * src/prefs_actions.c
12036         * src/prefs_filtering.c
12037         * src/prefs_filtering.h
12038         * src/prefs_template.c
12039         * src/summary_search.c
12040         * src/summaryview.c
12041         * src/gtk/gtkutils.c
12042         * src/gtk/gtkutils.h
12043         * src/gtk/pluginwindow.c
12044                 add help buttons to some dialogs. Clicking such buttons opens a
12045                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
12046
12047 2006-07-06 [paul]       2.3.1cvs62
12048
12049         * src/textview.c
12050                 fix attachments contextual menu
12051                 Thanks to Colin
12052
12053 2006-07-05 [colin]      2.3.1cvs61
12054
12055         * src/textview.c
12056         * src/compose.c
12057                 Handle sftp:// links
12058
12059 2006-07-05 [paul]       2.3.1cvs60
12060
12061         * src/gtk/filesel.c
12062                 grab save button by default
12063                 Thanks to Colin
12064
12065 2006-07-05 [wwp]        2.3.1cvs59
12066
12067         * manual/xml2pdf
12068                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
12069
12070 2006-07-04 [colin]      2.3.1cvs58
12071
12072         * src/mimeview.c
12073         * src/textview.c
12074                 Use left click to select, middle click to open
12075                 on mimeparts links
12076         * src/common/utils.c
12077                 Fix segfault
12078
12079 2006-07-04 [colin]      2.3.1cvs57
12080
12081         * src/mainwindow.c
12082         * src/news.c
12083                 Warning fixes, thanks to Fabien
12084
12085 2006-07-04 [colin]      2.3.1cvs56
12086
12087         * src/mimeview.c
12088         * src/mimeview.h
12089         * src/textview.c
12090                 Allow parts to be selected via their text label
12091                 in textview
12092
12093 2006-07-04 [colin]      2.3.1cvs55
12094
12095         * src/folderview.c
12096                 Feedback when closing (for big folders)
12097         * src/prefs_actions.c
12098         * src/prefs_filtering.c
12099         * src/prefs_matcher.c
12100         * src/prefs_template.c
12101                 Fix default button when closing without
12102                 having saved
12103
12104 2006-07-04 [colin]      2.3.1cvs54
12105
12106         * src/news.c
12107                 Delete local file on deletion
12108
12109 2006-07-03 [colin]      2.3.1cvs53
12110
12111         * src/folderview.c
12112         * src/main.c
12113                 Don't freeze when rescanning after crash
12114
12115 2006-07-03 [wwp]        2.3.1cvs52
12116
12117         * src/compose.c
12118         * src/privacy.c
12119         * src/privacy.h
12120         * src/plugins/pgpinline/pgpinline.c
12121         * src/plugins/pgpmime/pgpmime.c
12122                 don't report an error when the user cancels the passphrase dialog.
12123
12124 2006-07-02 [colin]      2.3.1cvs51
12125
12126         * src/folderview.c
12127                 Open message when crossing folders with Space,
12128                 goto next unread and friends
12129
12130 2006-07-01 [colin]      2.3.1cvs50
12131
12132         * src/prefs_account.c
12133                 Typographic rules varying from language
12134                 to language (in french "Protocole :"),
12135                 we have to do that :)
12136
12137 2006-07-01 [ticho]      2.3.1cvs49
12138
12139         * src/prefs_account.c
12140                 Only use one temporary gchar* variable in
12141                 prefs_account_protocol_set_optmenu().
12142
12143 2006-07-01 [ticho]      2.3.1cvs48
12144
12145         * src/prefs_account.c
12146         * src/prefs_account.h
12147                 Use GtkLabel for existing account protocol name.
12148                 Created an array for protocol names and populate the
12149                 combobox from it in a for() cycle.
12150
12151 2006-06-30 [colin]      2.3.1cvs47
12152
12153         * src/compose.c
12154                 Block undo when changing signature (by changing
12155                 account)
12156
12157 2006-06-30 [paul]       2.3.1cvs46
12158
12159         * src/send_message.c
12160                 when editing From in the Compose window, use that address
12161                 in the Return-Path: header
12162                 Thanks to Colin
12163
12164 2006-06-30 [colin]      2.3.1cvs45
12165
12166         * src/compose.c
12167                 Fix signature replacement:
12168                 - when no newline before separator
12169                 - when reediting
12170
12171 2006-06-29 [colin]      2.3.1cvs44
12172
12173         * src/folderview.c
12174         * src/folderview.h
12175         * src/mainwindow.c
12176         * src/summaryview.c
12177                 Let 'View/Go to/Next marked' work like
12178                 Next new & Next unread: across folders
12179                 Change the select_on_entry pref to do
12180                 what we want when changing folder
12181         * src/common/utils.c
12182                 Fix single-quoted links 
12183
12184 2006-06-29 [colin]      2.3.1cvs43
12185
12186         * src/gtk/gtkaspell.c
12187                 "Sylpheed" and "Sylpheed-Claws" do exist !
12188
12189 2006-06-29 [colin]      2.3.1cvs42
12190
12191         * src/imap.c
12192                 Forgot to remove debug
12193
12194 2006-06-29 [colin]      2.3.1cvs41
12195
12196         * src/imap.c
12197         * src/imap.h
12198         * src/mainwindow.c
12199                 Disconnect from IMAP servers when going
12200                 offline. Fixes bug #978 (going to offline-mode 
12201                 won't close connections)
12202
12203 2006-06-29 [colin]      2.3.1cvs40
12204
12205         * src/main.c
12206                 Fix transient setting on failing plugins
12207                 Patch by Fabien
12208         * src/plugins/pgpcore/sgpgme.c
12209                 Only warn for OpenPGP. Most people don't
12210                 have CMS available.
12211
12212 2006-06-29 [colin]      2.3.1cvs39
12213
12214         * src/compose.c
12215                 Fix Spelling menu (discrepancy between context menu
12216                 and top menu when folder's dictionary isn't the 
12217                 default one)
12218         * src/plugins/pgpcore/sgpgme.c
12219                 More error reporting about why gpgme can fail
12220
12221 2006-06-29 [wwp]        2.3.1cvs38
12222
12223         * src/mainwindow.c
12224                 honor the display-header-pane setting even when the message view
12225                 is a separate window.
12226
12227 2006-06-29 [wwp]        2.3.1cvs37
12228
12229         * src/prefs_actions.c
12230                 forgot to commit that one (use of GTK_STOCK_INFO).
12231
12232 2006-06-29 [colin]      2.3.1cvs36
12233
12234         * src/imap.c
12235                 Better handling of login errors (ask the password
12236                 again once), alert in case of error. Fix three
12237                 signedness warnings.
12238
12239 2006-06-28 [wwp]        2.3.1cvs35
12240
12241         * src/prefs_template.c
12242         * src/prefs_matcher.c
12243         * src/prefs_filtering_action.c
12244         * src/prefs_quote.c
12245                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
12246                 patch by Fabien Vantard, slightly modified.
12247
12248 2006-06-28 [paul]
12249
12250         2.4.0-rc2 released
12251
12252 2006-06-28 [colin]      2.3.1cvs34
12253
12254         * src/prefs_account.c
12255                 Fix bug #977 (Can't add or edit imap accounts)
12256
12257 2006-06-28 [colin]      2.3.1cvs33
12258
12259         * src/mimeview.c
12260                 Fix previous
12261
12262 2006-06-28 [colin]      2.3.1cvs32
12263
12264         * src/mimeview.c
12265                 Save named inlined attachments with "Save all"
12266         * src/main.c
12267         * src/mbox.c
12268         * src/common/plugin.c
12269         * src/common/plugin.h
12270         * src/common/sylpheed.c
12271         * src/common/utils.c
12272         * src/plugins/pgpcore/sylpheed.def
12273         * src/plugins/pgpinline/sylpheed.def
12274         * src/plugins/pgpmime/sylpheed.def
12275                 Win32 compatibility patch, by
12276                 Werner Koch
12277
12278 2006-06-28 [wwp]        2.3.1cvs31
12279
12280         * src/imap.c
12281         * src/prefs_folder_item.c
12282                 less compilation warnings (thanks to Fabien Vantard), less typos.
12283
12284 2006-06-28 [paul]       2.3.1cvs30
12285
12286         * src/gtk/gtkutils.c
12287                 gtk_combo_box_set_focus_on_click() is only
12288                 available since gtk 2.6.0
12289
12290 2006-06-28 [paul]       2.3.1cvs29
12291
12292         * src/prefs_ext_prog.c
12293                 fix engrish and add a tooltip for the
12294                 'command for 'Display as text' option
12295
12296 2006-06-28 [paul]
12297
12298         2.4.0-rc1 released
12299
12300 2006-06-28 [paul]       2.3.1cvs28
12301
12302         * ChangeLog
12303         * tools/Makefile.am
12304                 include textviewer.pl in releases
12305
12306 2006-06-28 [paul]       2.3.1cvs27
12307
12308         * src/prefs_ext_prog.c
12309                 hide Print command option if libgnomeprint
12310                 support is present
12311
12312 2006-06-27 [colin]      2.3.1cvs26
12313
12314         * src/compose.c
12315                 Fix Esc handling in insert/attach dialog
12316                 Don't show this dialog if dragging something
12317                 else than text/uri-list
12318                 Thanks to Fabien Vantard
12319         * tools/textviewer.pl
12320                 Filter script to display stuff as text
12321                 by H. Merijn Brand
12322
12323 2006-06-27 [wwp]        2.3.1cvs25
12324
12325         * src/messageview.c
12326                 use the exact product name (message view title), patch
12327                 by Fabien Vantard.
12328
12329 2006-06-27 [ticho]      2.3.1cvs24
12330
12331         * src/prefs_account.c
12332         * src/prefs_common.c
12333         * src/prefs_common.h
12334         * src/prefs_ext_prog.c
12335         * src/textview.c
12336                 Add a preference (Preferences/External programs)
12337                 to allow "Display as text" to be done via a script
12338                 (patch by H.Merijn Brand).
12339                 Use GtkComboBox for protocol selection in account
12340                 preferences.
12341                 Only include current choice for existing accounts, and
12342                 insensitivize the combobox.
12343
12344 2006-06-27 [paul]       2.3.1cvs23
12345
12346         * src/mbox.c
12347                 fix crasher introduced in cvs21.
12348                 Thanks to Colin
12349
12350 2006-06-26 [colin]      2.3.1cvs22
12351
12352         * src/mbox.c
12353                 Fix double-frees when leaving folders
12354                 after exporting to mbox
12355
12356 2006-06-26 [colin]      2.3.1cvs21
12357
12358         * src/mbox.c
12359                 More feedback (and optimisation)
12360                 on import/export
12361         * src/common/utils.c
12362                 Fix case when looking for mail addresses
12363         * src/gtk/gtkutils.c
12364                 Extra check for (X-)Face
12365
12366 2006-06-25 [ticho]      2.3.1cvs20
12367
12368         * src/compose.c
12369         * src/exphtmldlg.c
12370         * src/gtk/gtkutils.c
12371         * src/gtk/gtkutils.h
12372                 Added second argument to gtkut_sc_combobox_create() to
12373                 control focus-on-click for the widget.
12374                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
12375
12376 2006-06-25 [ticho]      2.3.1cvs19
12377
12378         * src/compose.c
12379         * src/gtk/Makefile.am
12380         * src/gtk/combobox.c
12381         * src/gtk/combobox.h
12382         * src/gtk/gtkutils.c
12383         * src/gtk/gtkutils.h
12384                 Use GtkComboBox instead of deprecated GtkOptionMenu
12385                 for account selector in compose window and for encoding
12386                 selector in attachment properties.
12387                 Also factorise working with the new GtkComboBox somewhat.
12388
12389 2006-06-24 [paul]       2.3.1cvs18
12390
12391         * src/prefs_common.c
12392                 use the correct default value
12393
12394 2006-06-24 [paul]       2.3.1cvs17
12395
12396         * src/compose.c
12397         * src/prefs_common.c
12398         * src/prefs_common.h
12399         * src/prefs_compose_writing.c
12400                 enable setting of default action when
12401                 dnd'ing files in the compose window.
12402                 (Collaborative effort with wwp)
12403
12404 2006-06-23 [wwp]        2.3.1cvs16
12405
12406         * src/compose.c
12407                 i18n fix (thanks to Fabien Vantard)
12408
12409 2006-06-22 [colin]      2.3.1cvs15
12410
12411         * src/prefs_customheader.c
12412                 Don't use filters in custom headers' file 
12413                 selector. Remember, extensions mean nothing :)
12414
12415 2006-06-22 [paul]       2.3.1cvs14
12416
12417         * configure.ac
12418                 allow setting of man directory location
12419
12420 2006-06-22 [colin]      2.3.1cvs13
12421
12422         * src/mainwindow.c
12423                 Add 'View/Go to/Next unread folder'.
12424                 I missed that :)
12425
12426 2006-06-22 [colin]      2.3.1cvs12
12427
12428         * src/common/utils.c
12429                 Add some subject prefixes
12430                 Patch by Bjorn T Johansen <btj@havleik.no>
12431
12432 2006-06-22 [colin]      2.3.1cvs11
12433
12434         * manual/advanced.xml
12435                 Forgotten hidden pref
12436
12437 2006-06-21 [paul]       2.3.1cvs10
12438
12439         * src/prefs_account.c
12440                 complete the removal of 'Add date header' option
12441
12442 2006-06-21 [paul]       2.3.1cvs9
12443
12444         * src/account.c
12445         * src/compose.c
12446         * src/prefs_account.c
12447         * src/prefs_account.h
12448                 remove option to add date header - always
12449                 add date header
12450         * src/etpan/imap-thread.c
12451                 fix warnings (Thanks to Colin)
12452
12453 2006-06-21 [wwp]        2.3.1cvs8
12454
12455         * src/folder.c
12456                 set the attachment flag when inline text part are (file)named. This is more convenient
12457                 when receiving (for instance) inline source files or patches sent using thunderbird.
12458
12459 2006-06-21 [paul]       2.3.1cvs7
12460
12461         * src/inc.c
12462                 fix off-by-one count of current msg in
12463                 statusbar filtering progressbar
12464
12465 2006-06-21 [paul]       2.3.1cvs6
12466
12467         * src/folder.c
12468                 Show attachment icon even if the part is 'inline'
12469                 if the following conditions are met:
12470                 - content-type != 'text/plain'
12471                 - content-type != '*/pgp-signature'
12472                 - either 'name' or 'filename' parameter is not NULL
12473                 
12474                 Thanks to Colin
12475
12476 2006-06-21 [paul]       2.3.1cvs5
12477
12478         * src/messageview.c
12479         * src/prefs_common.c
12480         * src/prefs_common.h
12481         * src/prefs_other.c
12482                 add an option to 'Never send Return
12483                 Receipts'
12484                 Thanks to Colin
12485
12486 2006-06-20 [mones]      2.3.1cvs4
12487
12488         * po/es.po
12489                 updated
12490         * src/compose.c
12491                 typo fixed (space after comma)
12492         * tools/make.themes.project
12493                 remove exec mode from tarball files
12494
12495 2006-06-20 [colin]      2.3.1cvs3
12496
12497         * src/news.c
12498         * src/procheader.c
12499         * src/unmime.c
12500                 Better fix for \n's in headers (don't 
12501                 break Received: and others)
12502
12503 2006-06-20 [paul]       2.3.1cvs2
12504
12505         * src/alertpanel.c
12506         * src/textview.c
12507                 improve legibility of phishing attempt
12508                 dialog
12509
12510 2006-06-20 [paul]       2.3.1cvs1
12511
12512         * NEWS
12513         * README
12514         * configure.ac
12515                 Update version number following
12516                 stable release
12517
12518 2006-06-20 [colin]      2.3.0cvs26
12519
12520         * src/compose.c
12521                 When dragging a file to the text of the compose
12522                 window, ask whether we want to insert or attach
12523                 (I know lots of people who do that to attach)
12524
12525 2006-06-20 [colin]      2.3.0cvs25
12526
12527         * src/etpan/imap-thread.c
12528                 Fix threshold (the append command is often > 32 bytes)
12529
12530 2006-06-19 [colin]      2.3.0cvs24
12531
12532         * src/imap.c
12533         * src/etpan/imap-thread.c
12534                 Workaround Rockliffe IMAP server bug: replace
12535                 "x UID SEARCH (ANSWERED UID 1:*)" with
12536                 "x UID SEARCH ANSWERED"
12537                 (Rockliffe doesn't handle the parenthesis)
12538
12539 2006-06-19 [colin]      2.3.0cvs23
12540
12541         * src/compose.c
12542         * src/imap.c
12543         * src/etpan/imap-thread.c
12544                 Probably fix bug #972 (Freezes when adding 
12545                 an attachment to the message)
12546         * src/common/defs.h
12547                 Modernize Firefox cmd
12548
12549
12550 2006-06-18 [colin]      2.3.0cvs22
12551
12552         * src/prefs_customheader.c
12553                 Only allow correct filenames for various
12554                 custom headers
12555
12556 2006-06-18 [colin]      2.3.0cvs21
12557
12558         * src/prefs_customheader.c
12559                 Add a 'From File...' button in custom headers prefs, which
12560                 try to do the right thing: 
12561                 for normal headers, use file as plaintext,
12562                 for X-Face, calls compface,
12563                 for Face, encode to b64.
12564
12565 2006-06-17 [colin]      2.3.0cvs20
12566
12567         * src/mh.c
12568                 Warning fix
12569
12570 2006-06-16 [colin]      2.3.0cvs19
12571
12572         * src/summaryview.c
12573                 Recursive quicksearch: show message list
12574                 in current folder, *then* search children
12575                 in the background.
12576
12577 2006-06-16 [colin]      2.3.0cvs18
12578
12579         * src/main.c
12580                 Instead of ignoring SIGPIPE, save caches
12581                 when getting one. Will fix the fact that
12582                 hot caches are out-of-date when logging 
12583                 out of Xorg.
12584         * src/compose.c
12585         * src/prefs_compose_writing.c
12586                 Only save text (not attachments) when 
12587                 auto-saving to drafts
12588         * src/unmime.c
12589                 Always replace \n, \r and \t with spaces
12590                 in headers
12591         * manual/dist/html/Makefile.am
12592         * manual/dist/pdf/Makefile.am
12593         * manual/dist/ps/Makefile.am
12594         * manual/dist/txt/Makefile.am
12595         * manual/fr/dist/html/Makefile.am
12596         * manual/fr/dist/pdf/Makefile.am
12597         * manual/fr/dist/ps/Makefile.am
12598         * manual/fr/dist/txt/Makefile.am
12599         * manual/pl/dist/html/Makefile.am
12600         * manual/pl/dist/pdf/Makefile.am
12601         * manual/pl/dist/ps/Makefile.am
12602         * manual/pl/dist/txt/Makefile.am
12603                 Fix make clean removing pregenerated manuals
12604
12605
12606 2006-06-16 [colin]      2.3.0cvs17
12607
12608         * src/plugins/pgpcore/sgpgme.c
12609         * src/plugins/pgpmime/pgpmime.c
12610         * src/plugins/pgpinline/pgpinline.c
12611                 Better error reporting in setup_signers.
12612                 Don't fallback to default key if specified
12613                 key isn't found.
12614                 Don't allow signing if more than one secret
12615                 key matches the one specified in prefs.
12616
12617 2006-06-15 [colin]      2.3.0cvs16
12618
12619         * src/folderview.c
12620                 Add "Send queue" in the folder's contextual
12621                 menu
12622         * src/compose.c
12623         * src/messageview.c
12624         * src/privacy.c
12625         * src/privacy.h
12626         * src/procmime.c
12627         * src/procmsg.c
12628         * src/plugins/pgpcore/passphrase.c
12629         * src/plugins/pgpcore/sgpgme.c
12630         * src/plugins/pgpinline/pgpinline.c
12631         * src/plugins/pgpmime/pgpmime.c
12632                 Better error reporting
12633         * src/mbox.c
12634                 Probably fix bug #971 (2.2.3 cannot read mail 
12635                 from local mbox)
12636
12637
12638 2006-06-15 [mones]      2.3.0cvs15
12639
12640         * tools/make.themes.project
12641                 creates the themes project from the web page
12642
12643 2006-06-15 [colin]      2.3.0cvs14
12644
12645         * src/folder.c
12646                 Better fix (avoid losing the folder if scan_tree 
12647                 fails)
12648
12649 2006-06-15 [cleroy]     2.3.0cvs13
12650
12651         * src/folder.c
12652                 Probably fix Bug #969 (crash on rebuilding 
12653                 imap folder)
12654
12655 2006-06-14 [colin]      2.3.0cvs12
12656
12657         * manual/dtd/manual.xsl
12658         * manual/sylpheed-claws-manual.xml
12659         * manual/fr/sylpheed-claws-manual.xml
12660         * manual/pl/sylpheed-claws-manual.xml
12661                 Insert pagebreaks between sections
12662
12663 2006-06-14 [paul]       2.3.0cvs11
12664
12665         * configure.ac
12666                 better fix than 2.3.0cvs10
12667
12668 2006-06-14 [paul]       2.3.0cvs10
12669
12670         * configure.ac
12671                 fix setting of PACKAGE_DATA_DIR with newer autoconf
12672                 (backwards compatible)
12673
12674 2006-06-13 [colin]      2.3.0cvs9
12675
12676         * src/messageview.c
12677                 Fix sending of return receipt with the new queue folders
12678
12679 2006-06-13 [wwp]        2.3.0cvs8
12680
12681         * src/quote_fmt_lex.l
12682                 fix wrong tokens returned in quote_fmt lexer, query not().
12683
12684 2006-06-13 [wwp]        2.3.0cvs7
12685
12686         * src/folder.c
12687         * src/prefs_folder_item.c
12688                 allow changing folder type even when folder is not a top-level one,
12689                 thanks to Colin.
12690
12691 2006-06-12 [colin]      2.3.0cvs6
12692
12693         * src/folderview.c
12694                 Fix double-ask of "Do you want to mark all
12695                 as read"
12696
12697 2006-06-12 [colin]      2.3.0cvs5
12698
12699         * src/compose.c
12700         * src/compose.h
12701         * src/folder.c
12702         * src/folder.h
12703         * src/imap.c
12704         * src/inc.c
12705         * src/main.c
12706         * src/messageview.c
12707         * src/mh.c
12708         * src/prefs_folder_item.c
12709         * src/procheader.c
12710         * src/procmime.c
12711         * src/procmsg.c
12712         * src/procmsg.h
12713         * src/send_message.c
12714         * src/summaryview.c
12715         * src/toolbar.c
12716                 Apply bug #964's patch (Queue and drafts aren't normal)
12717                 The Drafts and Queue folder now contain RFC-822 files,
12718                 allowing to move and copy mails from and to these 
12719                 folders. Moving from Drafts to Queue will prepare the
12720                 mail for sending (PGP signature, encryption, etc).
12721                 This patch also rework sending errors handling to try
12722                 to be more helpful.
12723                 Also, allow redefining folder types via the GUI 
12724                 (Folder type in its Properties)
12725
12726 2006-06-12 [colin]      2.3.0cvs4
12727
12728         * src/summaryview.c
12729         * src/prefs_common.c
12730         * src/prefs_common.h
12731         * src/gedit-print.c
12732                 Allow to define a specific print font - patch
12733                 by Bernhard Walle <bernhard.walle@gmx.de>
12734         * src/prefs_fonts.c
12735         * manual/advanced.xml
12736         * manual/fr/advanced.xml
12737                 Add a hidden pref to allow deletion without
12738                 confirmation
12739
12740 2006-06-12 [wwp]        2.3.0cvs3
12741
12742         * .cvsignore
12743                 more files to ignore.
12744
12745 2006-06-12 [wwp]        2.3.0cvs2
12746
12747         * src/quote_fmt.c
12748         * src/quote_fmt_lex.l
12749         * src/quote_fmt_parse.y
12750                 extend the quote_fmt parser (templates and quotes):
12751                 - allow limited sub-expressions in |p{} and |f{} expressions,
12752                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
12753                 - implemented/fixed missing implementation of query_references and show_references,
12754                 - completed, fixed contents and format of the symbols help dialog,
12755                 - fix some compilation warnings.
12756
12757 2006-06-12 [wwp]        2.3.0cvs1
12758
12759         * manual/advanced.xml
12760         * manual/fr/advanced.xml
12761                 updates in the "templates" section of the manual (eng/fr):
12762                  - be more precise (both versions)
12763                  - completed to match the english reference (fr version)
12764                  - touchups (both versions)
12765
12766 2006-06-12 [paul]       2.3.0
12767
12768         2.3.0 released
12769
12770 2006-06-12 [paul]       2.2.3cvs14
12771
12772         * po/ca.po
12773         * po/cs.po
12774         * po/de.po
12775         * po/el.po
12776         * po/fr.po
12777         * po/it.po
12778         * po/pt_BR.po
12779         * po/sr.po
12780         * po/zh_CN.po
12781                 updated by Miquel Oliete, Tim, Stephan Sachse,
12782                 Stavros Giannouris, Fabien Vantard, Andrea
12783                 Spadaccini, Frederico Goncalves Guimaraes,
12784                 Aleksandar Urosevic, and Ralgh Young
12785
12786 2006-06-12 [colin]      2.2.3cvs13
12787
12788         * src/mbox.c
12789                 Add missing header
12790
12791 2006-06-11 [colin]      2.2.3cvs12
12792
12793         * src/msgcache.c
12794                 Verify that g_malloc() succeeded
12795
12796 2006-06-11 [colin]      2.2.3cvs11
12797
12798         * src/wizard.c
12799                 Add Face header to welcome mail
12800
12801 2006-06-10 [colin]      2.2.3cvs10
12802
12803         * src/textview.c
12804                 Revert previous (Forgot it changes the
12805                 margin on the whole mail)
12806
12807 2006-06-10 [colin]      2.2.3cvs9
12808
12809         * src/textview.c
12810                 Don't overlap long headers under (X-)Face
12811
12812 2006-06-10 [mones]      2.2.3cvs8
12813
12814         * manual/xml2pdf
12815                 allow generation of manual on systems lacking saxon binary
12816                 but with java and the saxon library installed
12817
12818         * po/es.po
12819                 updated for release
12820
12821 2006-06-09 [colin]      2.2.3cvs7
12822
12823         * src/summaryview.c
12824                 Fix leak when using Display Sender using Addressbook
12825
12826 2006-06-09 [colin]      2.2.3cvs6
12827
12828         * src/compose.c
12829         * src/folder.c
12830         * src/folderview.c
12831         * src/mimeview.c
12832         * src/summaryview.c
12833                 More leaks fixes
12834
12835 2006-06-09 [paul]       2.2.3cvs5
12836
12837         * AUTHORS
12838         * src/gtk/authors.h
12839         * tools/claws.i18n.status.pl
12840                 updated with new info
12841
12842 2006-06-09 [paul]       2.2.3cvs4
12843
12844         * README
12845                 updated
12846         * manual/ack.xml
12847                 add wwp to authors list
12848         * src/gtk/authors.h
12849                 update mine and Colin's addresses
12850
12851 2006-06-08 [colin]      2.2.3cvs3
12852
12853         * src/etpan/imap-thread.c
12854                 Fix leak on SSL cert check
12855
12856 2006-06-08 [colin]      2.2.3cvs2
12857
12858         * src/common/utils.c
12859                 Fix leak
12860
12861 2006-06-08 [paul]       2.2.3cvs1
12862
12863         * configure.ac
12864                 Update version number following
12865                 stable release
12866
12867 2006-06-07 [colin]      2.2.2cvs3
12868
12869         * src/msgcache.c
12870                 Fix catching cache read errors (guint instead of gint)
12871                 Prevent malloc'ing more than 8MB (means cache corruption)
12872
12873 2006-06-07 [paul]       2.2.2cvs2
12874
12875         * src/exporthtml.c
12876         * src/exportldif.c
12877         * src/mh.c
12878         * src/mutt.c
12879         * src/pine.c
12880         * src/common/utils.c
12881                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
12882                 obey $HOME'
12883                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
12884                 Thanks to Colin
12885
12886 2006-06-06 [paul]       2.2.2cvs1
12887
12888         * configure.ac
12889                 Update version number following
12890                 stable release
12891
12892 2006-06-06 [paul]       2.2.1cvs6
12893
12894         * src/matcher.c
12895                 fix  implicit declaration of
12896                 sylpheed_do_idle()
12897                 Patch by Fabien Vantard
12898
12899 2006-06-06 [paul]       2.2.1cvs5
12900
12901         * src/matcher.c
12902                 fix age_greater and age_lower so that they
12903                 mean what say and not '...or equal to'
12904                 Thanks to Colin
12905
12906 2006-06-06 [paul]       2.2.1cvs4
12907
12908         * src/textview.c
12909         * src/common/utils.c
12910                 fix URI check
12911                 Thanks to Colin
12912
12913 2006-06-05 [wwp]        2.2.1cvs3
12914
12915         * manual/fr/account.xml
12916                 minor language fixes (thanks to Fabien Vantard).
12917
12918 2006-06-05 [colin]      2.2.1cvs2
12919
12920         * src/prefs_folder_item.c
12921         * src/folderview.c
12922                 Allow recursive setting of properties 
12923                 for whole mailboxes
12924         * src/matcher.c
12925                 Don't freeze on 'test' filtering rule
12926
12927 2006-06-05 [colin]      2.2.1cvs1
12928
12929         * configure.ac
12930                 Update version number following
12931                 stable release
12932
12933 2006-06-04 [wwp]        2.2.0cvs82
12934
12935         * manual/glossary.xml
12936         * manual/account.xml
12937         * manual/fr/glossary.xml
12938         * manual/fr/account.xml
12939                 added glossary section and references/links related to the Face custom header.
12940
12941 2006-06-04 [colin]      2.2.0cvs81
12942
12943         * src/summaryview.c
12944                 Skip to next message on move with no
12945                 immediate execution
12946
12947 2006-06-04 [wwp]        2.2.0cvs80
12948
12949         * manual/xml2pdf
12950                 added sanity checks, exit when needed.
12951
12952 2006-06-03 [paul]       2.2.0cvs79
12953
12954         * src/prefs_receive.c
12955                 page name is now 'Receiving'
12956         * src/prefs_send.c
12957                 page name is now 'Sending'
12958
12959 2006-06-03 [colin]      2.2.0cvs78
12960
12961         * src/plugins/spamassassin/spamassassin_gtk.c
12962                 Autoswitch to Localhost if transport was previously
12963                 disabled. Else people had to check [] Enable, then
12964                 *reselect* transport.
12965
12966 2006-06-03 [colin]      2.2.0cvs77
12967
12968         * src/plugins/pgpinline/pgpinline.c
12969         * src/plugins/pgpmime/pgpmime.c
12970                 Check that gpg_data_release_and_get_mem 
12971                 didn't fail (now, why this happens...)
12972
12973 2006-06-03 [colin]      2.2.0cvs76
12974
12975         * src/mbox.c
12976                 Fix bug #962 (Manual and/or UI should 
12977                 warn about incompatible locking 
12978                 causing dataloss)
12979
12980 2006-06-02 [cleroy]     2.2.0cvs75
12981
12982         * src/filtering.c
12983         * src/folder.c
12984         * src/procmsg.c
12985         * src/summaryview.c
12986                 Fix a few leaks
12987
12988 2006-06-02 [colin]      2.2.0cvs74
12989
12990         * src/main.c
12991                 On exit, free caches after writing them
12992                 Shuts up some valgrind false positives
12993         * src/procmsg.c
12994         * src/send_message.c
12995                 Fix races when reusing existing SMTP connections
12996                 Fix inexistant session timeout
12997         * src/toolbar.c
12998                 Display alertpanel after all queues have
12999                 been processed, not after each
13000
13001 2006-06-02 [wwp]        2.2.0cvs73
13002
13003         * manual/fr/glossary.xml
13004         * manual/fr/ack.xml
13005         * manual/ack.xml
13006                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
13007
13008 2006-06-02 [wwp]        2.2.0cvs72
13009
13010         * manual/xml2pdf
13011         * manual/dist/pdf/Makefile.am
13012         * manual/dtd/manual.xsl
13013         * manual/fr/dist/pdf/Makefile.am
13014         * manual/pl/dist/pdf/Makefile.am
13015                 we changed the procedure to generate the .pdf version of the manual.
13016                 The procedure is more modern and the .pdf we get now has a valid index.
13017                 Here are the new pre-requisites:
13018
13019                 - JRE 1.x (1.4 here): there must be one from your distro
13020                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
13021                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
13022                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
13023
13024                 See my posts for further info about the installation of this toolchain:
13025
13026                 Date: Fri, 19 May 2006 19:40:06 +0200
13027                 From: wwp <subscript@free.fr>
13028                 To: sylpheed-claws-devel@lists.sourceforge.net
13029                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
13030
13031                 and
13032
13033                 Date: Wed, 24 May 2006 12:58:49 +0200
13034                 From: wwp <subscript@free.fr>
13035                 To: sylpheed-claws-devel@lists.sourceforge.net
13036                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
13037
13038 2006-06-01 [colin]      2.2.0cvs71
13039
13040         * src/compose.c
13041                 Better guards against IMAP races
13042         * src/main.c
13043         * src/prefs_common.c
13044         * src/prefs_common.h
13045         * src/common/ssl_certificate.c
13046         * src/etpan/imap-thread.c
13047         * src/etpan/imap-thread.h
13048         * src/gtk/sslcertwindow.c
13049                 New hidden option ssl_skip_cert_check to 
13050                 avoid dups of bug #959 (libetpan linked
13051                 against gnutls and gnutls buggy on 64bit)
13052                 Present expired warning only once per
13053                 session/server.
13054         * manual/advanced.xml
13055         * manual/fr/advanced.xml
13056                 Document new option
13057
13058 2006-06-01 [wwp]        2.2.0cvs70
13059
13060         * src/messageview.c
13061                 fix for bug #961 (return receipt dialog 
13062                 complains incorrectly about return-path 
13063                 email adress being different), thanks 
13064                 to Colin.
13065
13066 2006-05-31 [cleroy]     2.2.0cvs69
13067
13068         * src/common/ssl.c
13069                 Guard against NULLs, although this
13070                 should never be an issue
13071
13072 2006-05-31 [colin]      2.2.0cvs68
13073
13074         * src/filtering.c
13075                 Use g_slist_prepend
13076         * src/imap.c
13077                 Don't remove caches when destroying folder, it
13078                 could (should) be done at exit
13079         * src/inc.c
13080                 free processing cache after incorporation
13081         * src/etpan/imap-thread.c
13082                 Maybe fix bug #959 (Crash on moving to emails 
13083                 to a imap account per ssl with a expired 
13084                 certificate.)
13085
13086 2006-05-30 [colin]      2.2.0cvs67
13087
13088         * src/summaryview.c
13089                 Put back event flush when displaying message
13090                 It avoids reading a bunch of messages just
13091                 by hitting shift-n for too long ;)
13092
13093 2006-05-29 [colin]      2.2.0cvs66
13094
13095         * src/summaryview.c
13096                 Remove useless g_warnings
13097
13098 2006-05-29 [colin]      2.2.0cvs65
13099
13100         * src/imap.c
13101                 Fix g_slist_append()s for performance
13102
13103 2006-05-29 [colin]      2.2.0cvs64
13104
13105         * src/compose.c
13106         * src/common/utils.c
13107                 Fix extraneous tab at start of addresses
13108         * src/mainwindow.c
13109                 Fix warnings (thanks to Fabien)
13110                 Fix crash at exit when composing messages 
13111                 exist
13112         * src/pop.c
13113                 Fix progress bar when deleting expired mails
13114                 Thanks to Hiro
13115         * src/summaryview.c
13116         * src/gtk/gtksctree.c
13117                 Fix re-sorting slowness
13118
13119 2006-05-29 [paul]       2.2.0cvs63
13120
13121         * src/mh.c
13122                 fetch full message when moving mails
13123                 from another mailbox, (fixed data loss
13124                 when filtering from IMAP to MH, introduced
13125                 in 2.2.0cvs57).
13126                 Thanks to Colin
13127
13128 2006-05-29 [mones]      2.2.0cvs62
13129
13130         * src/gtk/gtksctree.c
13131                 Unselect faster (patch by Colin)        
13132
13133 2006-05-26 [colin]      2.2.0cvs61
13134
13135         * src/summaryview.c
13136                 Unplug MSGINFO_UPDATE callback on delete too.
13137
13138 2006-05-26 [colin]      2.2.0cvs60
13139
13140         * src/foldersel.c
13141                 Fix bold in folder selection window with glib2.10
13142                 thanks Hiro
13143
13144 2006-05-26 [colin]      2.2.0cvs59
13145
13146         * src/procheader.c
13147                 Convert date only if necessary (and don't
13148                 try to convert from utf8 to utf8, too)
13149         * src/summaryview.c
13150                 Only set column's text if the column's 
13151                 displayed
13152
13153 2006-05-26 [colin]      2.2.0cvs58
13154
13155         * src/summaryview.c
13156         * src/gtk/gtkutils.c
13157                 Fix useless warning
13158
13159 2006-05-26 [colin]      2.2.0cvs57
13160
13161         * src/mainwindow.c
13162                 Make summaryview selectable as long as 
13163                 no message has focus
13164         * src/mh.c
13165                 Faster deletion (by implementing mh_remove_msgs)
13166                 Faster copy (avoid using mh_fetch_msg just to get
13167                 the filename)
13168                 Faster move (using move_file instead of copy_file
13169                 if MSG_IS_MOVE)
13170                 No progressbar if total number of mails to cp/mv 
13171                 is less than 100
13172         * src/summaryview.c
13173                 Fix removal from subject_table when mail gets moved
13174                 Faster deletion (g_slist_prepend instead of append)
13175         * src/gtk/gtksctree.c
13176                 Remove useless code
13177
13178 2006-05-25 [colin]      2.2.0cvs56
13179
13180         * src/common/ssl_certificate.c
13181                 Fix leak in expired cert check
13182
13183 2006-05-25 [colin]      2.2.0cvs55
13184
13185         * src/mh.c
13186                 Disable flags syncing on .mh_sequences - it
13187                 is buggy and marks mails read under unknown
13188                 conditions.
13189
13190 2006-05-25 [paul]
13191
13192         * 2.3.0-rc4 released
13193
13194 2006-05-24 [colin]      2.2.0cvs54
13195
13196         attention cvs users: if you manage to crash
13197         Sylpheed-Claws while moving, copying or deleting
13198         mails, we *are* interested in stack traces and
13199         valgrind logs. It looks stable, but one never
13200         knows...
13201
13202         * src/folder.c
13203                 Add progressbar for cache updates
13204         * src/folderutils.c
13205                 Optimize Mark all read in the current
13206                 folder
13207         * src/mh.c
13208                 Add progressbar for copy/move
13209         * src/procmsg.c
13210                 Optimize O(n^2) in copy/move
13211         * src/summaryview.c
13212         * src/gtk/gtksctree.c
13213                 Optimize O(n^2) algos
13214         * src/common/timing.h
13215                 Display ms instead of us
13216
13217 2006-05-24 [wwp]        2.2.0cvs53
13218
13219         * manual/fr/advanced.xml
13220                 updates to the French manual.
13221
13222 2006-05-24 [wwp]        2.2.0cvs52
13223
13224         * src/common/utils.c
13225                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
13226
13227 2006-05-24 [wwp]        2.2.0cvs51
13228
13229         * src/folderutils.c
13230                 fixed "mark all read" in MH folders (thanks to Colin).
13231
13232 2006-05-24 [paul]       2.2.0cvs50
13233
13234         * doc/man/sylpheed-claws.1
13235                 updated the man page
13236
13237 2006-05-23 [colin]      2.2.0cvs49
13238
13239         * src/folderview.c
13240         * src/imap.c
13241         * src/inc.c
13242         * src/mbox.c
13243         * src/messageview.c
13244         * src/news.c
13245         * src/send_message.c
13246         * src/summaryview.c
13247         * src/gtk/sslcertwindow.c
13248                 alertpanel fixes, by Fabien
13249
13250 2006-05-23 [colin]      2.2.0cvs48
13251
13252         * src/folder.c
13253         * src/folderview.c
13254         * src/msgcache.c
13255         * src/summaryview.c
13256         * src/gtk/gtksctree.c
13257         * src/gtk/gtksctree.h
13258                 More timings
13259                 Fix slow loading problem, which was caused by the
13260                 use of some gtk_ctree funcs and their use of
13261                 g_list_position while gtk_ctree_(un)link'ing.
13262                 Reap more functions from gtkctree.c to be sure we
13263                 use our (fast) version instead of theirs.
13264         * src/mh.c
13265                 Fix copy of unread mails
13266
13267
13268 2006-05-22 [wwp]        2.2.0cvs47
13269
13270         * manual/fr/advanced.xml
13271                 updated.
13272
13273 2006-05-22 [colin]      2.2.0cvs46
13274
13275         * src/filtering.c
13276                 Fix possible infinite loop. 'copy' is not a 
13277                 final action, so when encountering a 'copy',
13278                 we have to check if a previous one was set
13279                 and do it. In the same way, if we encounter
13280                 a 'move' we have to perform a possibly 
13281                 pending 'copy'. This will slow down filtering
13282                 on IMAP if move+copy or multiple copy actions
13283                 are to be done, but handling it via the batch
13284                 would be really too convoluted.
13285
13286 2006-05-22 [wwp]        2.2.0cvs45
13287
13288         * manual/fr/advanced.xml
13289         * manual/fr/faq.xml
13290         * manual/fr/glossary.xml
13291         * manual/fr/handling.xml
13292         * manual/fr/intro.xml
13293         * manual/fr/plugins.xml
13294         * manual/fr/sylpheed-claws-manual.xml
13295                 sync w/ the english manual: updates URIs, documented mailing-list
13296                 support, better explanation about the enabled/disabled feature
13297                 in filtering/processing rules by Paul.
13298
13299 2006-05-21 [colin]      2.2.0cvs44
13300
13301         * src/summaryview.c
13302                 Don't expand after building threads, but during
13303
13304 2006-05-21 [colin]      2.2.0cvs43
13305
13306         * src/procmsg.c
13307         * src/summaryview.c
13308                 More timing possibilities... For next time I have 
13309                 to find out how the hell some 3GHz computer takes
13310                 one minute to open a 30k folder...
13311
13312 2006-05-21 [colin]      2.2.0cvs42
13313
13314         * manual/pl/advanced.xml
13315         * manual/pl/faq.xml
13316         * manual/pl/glossary.xml
13317         * manual/pl/handling.xml
13318         * manual/pl/intro.xml
13319         * manual/pl/plugins.xml
13320         * manual/pl/sylpheed-claws-manual.xml
13321                 Polish manual updated by Pawel
13322
13323 2006-05-20 [colin]
13324
13325         * 2.3.0-rc3 released
13326
13327 2006-05-20 [colin]      2.2.0cvs41
13328
13329         * src/imap.c
13330                 Fix -rc2 problems:
13331                 - remove cache of moved messages from original folder
13332                 - apply new flags to messages even if they aren't appliable
13333                   via IMAP.
13334
13335 2006-05-20 [colin]
13336
13337         * 2.3.0-rc2 released
13338
13339 2006-05-19 [colin]      2.2.0cvs40
13340
13341         * src/imap.c
13342                 Don't issue SELECT in imap_change_flags
13343                 before having checked that we indeed have
13344                 some flags to change. MSG_POSTFILTERED for
13345                 example can't be used on IMAP.
13346                 Fixes bug #955 (copying messages between 
13347                 imap folders is extremely slow), which was
13348                 a regression.
13349
13350 2006-05-19 [colin]      2.2.0cvs39
13351
13352         * src/folder.c
13353         * src/folder.h
13354         * src/folderview.c
13355                 Try to fix bug #830 (Some unread messages 
13356                 get marked read in IMAP inbox):
13357                 - Prevent scanning a folder if it's being 
13358                   opened via the GUI
13359                 - Postpone opening via the GUI of a folder
13360                   currently scanned.
13361
13362
13363 2006-05-19 [wwp]        2.2.0cvs38
13364
13365         * manual/advanced.xml
13366                 fix English+typo (thanks to Paul).
13367
13368 2006-05-19 [wwp]        2.2.0cvs37
13369
13370         * manual/advanced.xml
13371         * manual/fr/advanced.xml
13372         * src/gtk/logwindow.c
13373         * src/prefs_common.c
13374         * src/prefs_common.h
13375                 added hidden prefs to allow customization of colors used in
13376                 protocol log window (useful for dark gtk+ themes).
13377
13378 2006-05-19 [wwp]        2.2.0cvs36
13379
13380         * ChangeLog
13381                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
13382
13383 2006-05-19 [paul]       2.2.0cvs35
13384
13385         * src/textview.c
13386                 make Reply-To fully clickable
13387         * src/gtk/logwindow.c
13388                 more colouring (SMTP ESMTP)
13389         Both patches by Pawel Pekala
13390
13391 2006-05-19 [cleroy]     2.2.0cvs34
13392
13393         * src/mh.c
13394                 Don't update flags from current folder
13395                 Probably fixes bug #935 (Read Messages 
13396                 Revert to Being Marked as Unread)
13397
13398 2006-05-18 [colin]      2.2.0cvs33
13399
13400         * src/imap.c
13401                 Warning fix
13402         * src/compose.c
13403         * src/mainwindow.c
13404         * src/summaryview.c
13405         * src/toolbar.c
13406                 Allow replying to multiple emails
13407                 in multiple windows
13408         * src/mimeview.c
13409         * src/etpan/imap-thread.c
13410                 Leak fixes
13411
13412 2006-05-18 [paul]       2.2.0cvs32
13413
13414         * src/summaryview.c
13415                 keep Mailing-List menu refreshed
13416                 Thanks to Colin
13417
13418 2006-05-18 [paul]       2.2.0cvs31
13419
13420         * manual/advanced.xml
13421         * manual/faq.xml
13422         * manual/glossary.xml
13423         * manual/handling.xml
13424         * manual/intro.xml
13425         * manual/plugins.xml
13426         * manual/sylpheed-claws-manual.xml
13427                 update URLs
13428                 add info about mailing-list support
13429                 edit filtering info
13430         * src/wizard.c
13431         * src/common/defs.h
13432         * src/gtk/about.c
13433         * src/plugins/dillo_viewer/README
13434                 update URLs
13435
13436 2006-05-17 [wwp]        2.2.0cvs30
13437
13438         * manual/handling.xml
13439         * manual/fr/handling.xml
13440                 documented the ability to enabled/disable filtering/processing rules.
13441
13442 2006-05-17 [colin]      2.2.0cvs29
13443
13444         * src/main.c
13445                 Don't initialize g_thread subsystem if it's 
13446                 already done (thanks to Hiro)
13447         * src/mimeview.c
13448                 Fix saving of parts when there name can't be
13449                 converted from UTF-8.
13450
13451 2006-05-17 [paul]       2.2.0cvs28
13452
13453         * po/Makefile.in.in
13454                 fix config.status warning with autoconf 2.60
13455
13456 2006-05-17 [paul]       2.2.0cvs27
13457
13458         * po/POTFILES.in
13459                 add src/mbox.c
13460
13461 2006-05-17 [wwp]        2.2.0cvs26
13462
13463         * src/mainwindow.c
13464                 fix useless and potentially dangerous buffer walking (thanks to Colin).
13465
13466 2006-05-17 [wwp]        2.2.0cvs25
13467
13468         * src/plugins/demo/demo.c
13469                 updated product name in plugin demo (many plugins need to be
13470                 sync'ed w/ that change).
13471
13472 2006-05-17 [colin]      2.2.0cvs24
13473
13474         * src/mh.c
13475                 Fix leak
13476
13477 2006-05-16 [colin]      2.2.0cvs23
13478
13479         * src/mainwindow.c
13480                 Stupid me hit again. Fix cvs22.
13481
13482 2006-05-16 [colin]      2.2.0cvs22
13483
13484         * src/mainwindow.c
13485                 Fix bug #922 (sylpheed-claws crashed after 
13486                 pushing on Inbox folder)
13487
13488 2006-05-16 [colin]      2.2.0cvs21
13489
13490         * src/compose.c
13491                 Make From header be copy/paste/select-able
13492
13493 2006-05-16 [wwp]        2.2.0cvs20
13494
13495         * src/export.c
13496         * src/matcher.c
13497         * src/summaryview.c
13498         * src/etpan/imap-thread.c
13499                 fix some compiler warnings (thanks to Colin).
13500
13501 2006-05-16 [wwp]        2.2.0cvs19
13502
13503         * src/action.c
13504         * src/gedit-print.c
13505         * src/inc.c
13506         * src/mainwindow.c
13507         * src/mh.c
13508         * src/statusbar.c
13509         * src/send_message.c
13510         * src/summaryview.c
13511                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
13512
13513 2006-05-15 [colin]      2.2.0cvs18
13514
13515         * src/procmsg.c
13516                 Fix automatic rule creation with List-Post
13517
13518 2006-05-15 [paul]       2.2.0cvs17
13519
13520         * tools/filter_conv_new.pl
13521                 updated for rule enabling/disabling
13522                 claws version >= 2.3.x required
13523
13524 2006-05-15 [cleroy]     2.2.0cvs16
13525
13526         * src/main.c
13527                 Revert test
13528
13529 2006-05-15 [cleroy]     2.2.0cvs15
13530
13531         * src/main.c
13532                 test
13533
13534 2006-05-15 [wwp]        2.2.0cvs14
13535
13536         * manual/pl/.cvsignore
13537                 ignore generated files.
13538
13539 2006-05-14 [wwp]        2.3.0-rc1
13540
13541         * 2.3.0-rc1 released
13542
13543 2006-05-13 [wwp]        2.2.0cvs13
13544
13545         * src/filtering.c
13546         * src/filtering.h
13547         * src/matcher.c
13548         * src/matcher_parser_lex.l
13549         * src/matcher_parser_parse.y
13550         * src/prefs_filtering.c
13551                 new feature: provide the ability to disable filtering and processing
13552                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
13553                 adaptations.
13554
13555 2006-05-13 [colin]      2.2.0cvs12
13556
13557         * src/compose.c
13558                 Remove useless if (a) b; else b;
13559                 Thanks to wwp
13560
13561 2006-05-13 [wwp]        2.2.0cvs11
13562
13563         * src/export.c
13564         * src/import.c
13565         * src/mainwindow.c
13566         * src/mbox.c
13567         * src/summaryview.c
13568         * src/summaryview.h
13569                 no more silent failures (or at least less ones) when importing
13570                 or exporting from/to mbox. Also start importing/exporting if
13571                 the necessary info is set.
13572
13573 2006-05-13 [wwp]        2.2.0cvs10
13574
13575         * RELEASE_NOTES
13576                 restored up-to-date release notes.
13577
13578 2006-05-13 [paul]       2.2.0cvs9
13579
13580         * po/nl.po
13581         * po/ru.po
13582                 updated by Tim Dijkstra and Pavlo Bohmat
13583
13584 2006-05-12 [colin]      2.2.0cvs8
13585
13586         * src/gtk/quicksearch.c
13587                 Add "k" as shortcut for "colorlabel". Patch
13588                 by ath42@users.sf.net.
13589
13590 2006-05-12 [paul]       2.2.0cvs7
13591
13592         * src/prefs_common.h
13593         * src/prefs_summaries.c
13594         * src/summaryview.c
13595                 when entering a folder also allow
13596                 going directly to first Marked message
13597
13598 2006-05-12 [paul]       2.2.0cvs6
13599
13600         * src/summaryview.c
13601                 always obey 'confirm before marking all
13602                 mails read' option
13603
13604 2006-05-12 [paul]       2.2.0cvs5
13605
13606         * src/textview.c
13607                 make Sender fully clickable
13608
13609 2006-05-12 [colin]      2.2.0cvs4
13610
13611         * src/compose.c
13612         * src/compose.h
13613                 Let From be editable
13614         * src/main.c
13615         * src/mh.c
13616                 Full support of .mh_sequences' Unseen seq
13617
13618 2006-05-12 [colin]      2.2.0cvs3
13619
13620         * src/folder.c
13621         * src/mainwindow.c
13622         * src/mainwindow.h
13623         * src/messageview.c
13624         * src/prefs_spelling.c
13625         * src/procheader.c
13626         * src/procmsg.c
13627         * src/procmsg.h
13628         * src/summaryview.c
13629         * src/toolbar.c
13630         * src/toolbar.h
13631                 Add contextual menu on Compose toolbar
13632                 button. Fixes bug #944 (Automatic
13633                 addresses not applied when changing account
13634                 from compose window)
13635                 add Mailing List support
13636                 based on the old 0.6.5claws25 patch by
13637                 Melvin Hadasht, with finishing touches
13638                 by Colin
13639                 Fix "ignore thread" when mails are threaded by
13640                 subject (and weren't ignored although appearing
13641                 in the thread).
13642                 GUI rework.
13643                 Both patches by Pawel.
13644
13645 2006-05-08 [paul]       2.2.0cvs2
13646
13647         * src/mainwindow.c
13648         * src/mainwindow.h
13649         * src/messageview.c
13650         * src/procheader.c
13651         * src/procmsg.c
13652         * src/procmsg.h
13653         * src/summaryview.c
13654                 add Mailing List support
13655                 based on the old 0.6.5claws25 patch by 
13656                 Melvin Hadasht, with finishing touches
13657                 by Colin
13658
13659 2006-05-08 [colin]      2.2.0cvs1
13660
13661         * src/mainwindow.c
13662         * src/toolbar.c
13663         * src/toolbar.h
13664                 Add contextual menu on Compose toolbar 
13665                 button. Fixes bug #944 (Automatic 
13666                 addresses not applied when changing account 
13667                 from compose window)
13668
13669 2006-05-08 [paul]       2.2.0
13670
13671         2.2.0 released
13672
13673 2006-05-08 [paul]       2.1.1cvs51
13674
13675         * po/cs.po
13676         * po/de.po
13677         * po/en_GB.po
13678         * po/fi.po
13679         * po/fr.po
13680         * po/pt_BR.po
13681         * po/sr.po
13682         * po/zh_CN.po
13683                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13684                 Fabien Vantard, Frederico Goncalves Guimaraes,
13685                 Aleksandar Urosevic, and Ralgh Young
13686
13687 2006-05-12 [colin]      2.1.1cvs50
13688
13689         * po/cs.po
13690         * po/de.po
13691         * po/en_GB.po
13692         * po/es.po
13693         * po/fi.po
13694         * po/fr.po
13695         * po/pt_BR.po
13696         * po/sr.po
13697         * po/zh_CN.po
13698                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13699                 Fabien Vantard, Frederico Goncalves Guimaraes,
13700                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
13701
13702 2006-05-05 [colin]      2.1.1cvs49
13703
13704         * manual/Makefile.am
13705         * manual/pl/Makefile.am
13706         * manual/pl/account.xml
13707         * manual/pl/ack.xml
13708         * manual/pl/addrbook.xml
13709         * manual/pl/advanced.xml
13710         * manual/pl/faq.xml
13711         * manual/pl/glossary.xml
13712         * manual/pl/gpl.xml
13713         * manual/pl/handling.xml
13714         * manual/pl/intro.xml
13715         * manual/pl/keyboard.xml
13716         * manual/pl/plugins.xml
13717         * manual/pl/starting.xml
13718         * manual/pl/sylpheed-claws-manual.xml
13719         * manual/pl/dist/.cvsignore
13720         * manual/pl/dist/Makefile.am
13721         * manual/pl/dist/html/.cvsignore
13722         * manual/pl/dist/html/Makefile.am
13723         * manual/pl/dist/pdf/.cvsignore
13724         * manual/pl/dist/pdf/Makefile.am
13725         * manual/pl/dist/ps/.cvsignore
13726         * manual/pl/dist/ps/Makefile.am
13727         * manual/pl/dist/txt/.cvsignore
13728         * manual/pl/dist/txt/Makefile.am
13729                 Add the polish translation of the manual,
13730                 Authored by Pawel Pekala.
13731
13732 2006-05-05 [cleroy]     2.1.1cvs48
13733
13734         * src/main.c
13735                 Re-read matcherrc after loading plugins 
13736                 if some of them add folders.
13737
13738 2006-05-03 [colin]      2.1.1cvs47
13739
13740         * src/imap.c
13741                 I'm idiot
13742
13743 2006-05-03 [colin]      2.1.1cvs46
13744
13745         * src/imap.c
13746                 Be sure to have a session when
13747                 getting separator
13748
13749 2006-05-03 [colin]      2.1.1cvs45
13750
13751         * src/imap.c
13752         * src/imap.h
13753         * src/imap_gtk.c
13754                 Fix preventing renaming with namespace 
13755                 separator.
13756
13757 2006-05-01 [colin]      2.1.1cvs44
13758
13759         * src/action.c
13760                 Don't reload messageview when result of
13761                 action is piped.
13762
13763 2006-04-29 [colin]      2.1.1cvs43
13764
13765         * src/prefs_receive.c
13766         * src/plugins/spamassassin/spamassassin_gtk.c
13767         * src/plugins/clamav/clamav_plugin_gtk.c
13768                 GUI fixes by Pawel
13769
13770 2006-04-29 [colin]      2.1.1cvs42
13771
13772         * src/prefs_compose_writing.c
13773         * src/prefs_quote.c
13774                 Cleanups. Patch by Pawel
13775
13776 2006-04-28 [paul]       2.1.1cvs41
13777
13778         * src/matcher.c
13779                 fix returned quick search results when search
13780                 term contains an underscore.
13781                 Thanks to Colin
13782
13783 2006-04-28 [paul]       2.1.1cvs40
13784
13785         * src/prefs_message.c
13786         * src/prefs_receive.c
13787                 GUI cleanups
13788                 Patches by Pawel Pekala
13789
13790 2006-04-27 [colin]      2.1.1cvs39
13791
13792         * src/wizard.c
13793                 Differentiate subject Welcome from
13794                 window's title Welcome
13795
13796 2006-04-27 [paul]
13797
13798         2.2.0-rc1 released
13799
13800 2006-04-27 [paul]       2.1.1cvs38
13801
13802         * manual/advanced.xml
13803         * manual/fr/advanced.xml
13804                 add info about compose_no_markup hidden pref
13805
13806 2006-04-27 [paul]       2.1.1cvs37
13807
13808         * src/prefs_account.c
13809                 improve privacy labels
13810         * src/prefs_msg_colors.c
13811                 change some strings for translators' convenience
13812         * src/gtk/gtkutils.c
13813                 don't underline the link button text
13814
13815 2006-04-25 [colin]      2.1.1cvs36
13816
13817         * src/folder.c
13818                 Complete 2.1.1cvs33 (once more ;)
13819
13820 2006-04-25 [colin]      2.1.1cvs35
13821
13822         * src/editldap.c
13823                 Fix tooltip
13824
13825 2006-04-25 [cleroy]     2.1.1cvs34
13826
13827         * src/compose.c
13828         * src/gtk/gtkaspell.c
13829                 Fix crash on redirect (related to the return 
13830                 of the aspell menu in compose's toolbar)
13831         * src/prefs_msg_colors.c
13832                 Fix sensitivity widgets
13833         * src/image_viewer.c
13834         * src/gtk/pluginwindow.c
13835         * src/gtk/prefswindow.c
13836                 Change released signals to clicked (Fabien)
13837         * po/POTFILES.in
13838         * src/common/socket.c
13839         * src/plugins/spamassassin/spamassassin.c
13840                 Translate strings (Fabien)
13841
13842 2006-04-25 [paul]       2.1.1cvs33
13843
13844         * src/folder.c
13845         * src/folder.h
13846         * src/folderview.c
13847                 complete the fix of bug #912
13848                 Thanks to Colin
13849
13850 2006-04-25 [colin]      2.1.1cvs32
13851
13852         * src/news.c
13853                 Better progress bar
13854         * src/mimeview.c
13855         * src/summaryview.c
13856         * src/summaryview.h
13857                 Fix focus chain
13858                 Patches by Pawel Pekala
13859
13860 2006-04-24 [colin]      2.1.1cvs31
13861
13862         * src/compose.c
13863                 Fix compilation warnings (Fabien)
13864
13865 2006-04-24 [colin]      2.1.1cvs30
13866
13867         * src/addrindex.c
13868         * src/editldap.c
13869         * src/editldap_basedn.c
13870         * src/editldap_basedn.h
13871         * src/ldapctrl.c
13872         * src/ldapctrl.h
13873         * src/ldapquery.c
13874         * src/ldaputil.c
13875         * src/ldaputil.h
13876                 Fix bug #901 (LDAPS support)
13877
13878 2006-04-24 [colin]      2.1.1cvs29
13879
13880         * src/compose.c
13881                 Fix logic on error with send dialog on
13882         * src/imap.c
13883                 Fix compilation without libetpan, thanks
13884                 to Fabien
13885         * src/summaryview.c
13886                 Fix 'context-menu' key
13887
13888 2006-04-23 [colin]      2.1.1cvs28
13889
13890         * src/folder.c
13891                 Never free current's cache to free up 
13892                 memory. Fixes bug #912 (new count 
13893                 randomly set to message count)
13894
13895 2006-04-23 [colin]      2.1.1cvs27
13896
13897         * src/gtk/quicksearch.c
13898                 And remove printf...
13899
13900 2006-04-23 [colin]      2.1.1cvs26
13901
13902         * src/gtk/quicksearch.c
13903                 Fix replacing in quicksearch, and fix inserting
13904                 in the middle of the string. (introduced at 2.1.0cvs22)
13905
13906 2006-04-23 [colin]      2.1.1cvs25
13907
13908         * src/imap.c
13909                 Make sure uidnext is initialized in get_num_list
13910                 (not for stable, related to 2.1.1cvs8 and friends)
13911
13912 2006-04-23 [colin]      2.1.1cvs24
13913
13914         * src/imap.c
13915                 Output something when login is successful
13916                 too
13917
13918 2006-04-23 [colin]      2.1.1cvs23
13919
13920         * src/etpan/imap-thread.c
13921                 Better logging (line-per-line, hide data in fetch)
13922                 Fix a const warning
13923         * src/gtk/logwindow.c
13924         * src/gtk/logwindow.h
13925                 Better logging (color for input/output)
13926
13927 2006-04-21 [colin]      2.1.1cvs22
13928
13929         * src/gtk/quicksearch.c
13930                 On gtk+-2.8, use stock buttons in quicksearch
13931                 Based on a patch by Fabien and a design by Paul
13932
13933 2006-04-21 [colin]      2.1.1cvs21
13934
13935         * src/folderview.c
13936         * src/mainwindow.c
13937                 Fix occasional flicker in folderview
13938         * src/common/utils.c
13939                 Fix bug #943 (Incorrectly parsed email address 
13940                 list in short headers on message view and in 
13941                 printouts)
13942
13943 2006-04-20 [colin]      2.1.1cvs20
13944
13945         * src/imap.c
13946         * src/imap.h
13947         * src/prefs_account.c
13948                 Add ANONYMOUS auth for IMAP
13949
13950 2006-04-20 [paul]       2.1.1cvs19
13951
13952         * src/main.c
13953                 proper fix for 2.1.1cvs18
13954                 Thanks to Colin
13955
13956 2006-04-20 [paul]       2.1.1cvs18
13957
13958         * src/main.c
13959                 fix build warnings
13960
13961 2006-04-20 [paul]       2.1.1cvs17
13962
13963         * src/gtk/quicksearch.c
13964                 fix standard, non-extended Quick search,
13965                 was broken in 2.1.1cvs15.
13966                 Thanks to Colin.
13967
13968 2006-04-20 [colin]      2.1.1cvs16
13969
13970         * src/prefs_matcher.c
13971                 Fix values when reselecting a ~test
13972                 rule
13973
13974 2006-04-19 [colin]      2.1.1cvs15
13975
13976         * src/compose.c
13977         * src/compose.h
13978         * src/gtk/gtkaspell.c
13979         * src/gtk/gtkaspell.h
13980                 Put back Options menu in Spelling/
13981         * src/gtk/quicksearch.c
13982                 Don't search, and show error, if the
13983                 advanced search has a syntax error
13984
13985 2006-04-18 [colin]      2.1.1cvs14
13986
13987         * src/textview.c
13988                 Fix gdk warnings on set_cursor when textview
13989                 isn't visible
13990
13991 2006-04-18 [colin]      2.1.1cvs13
13992
13993         * src/gtk/gtksctree.c
13994                 Remove seemingly useless refresh that causes
13995                 flicker - watch this commit in case of 
13996                 problems before planned backport to stable
13997
13998 2006-04-18 [colin]      2.1.1cvs12
13999
14000         * src/imap.c
14001                 Factorize get/set_xml code
14002         * src/compose.c
14003         * src/prefs_account.c
14004         * src/prefs_account.h
14005         * src/procmsg.c
14006                 Add Encrypt to self option
14007
14008 2006-04-17 [colin]      2.1.1cvs11
14009
14010         * configure.ac
14011                 Fix search on encrpyt function on dragonfly
14012                 Patch by Jonathan Buschmann <jonthn@agmact.com>
14013
14014 2006-04-17 [colin]      2.1.1cvs10
14015
14016         * src/prefs_account.c
14017                 Be safe by default: remove mails from POP3
14018                 after 7 days, not immediately
14019
14020 2006-04-17 [colin]      2.1.1cvs9
14021
14022         * src/etpan/imap-thread.c
14023                 Fix build on DragonFly - patch by 
14024                 Jonathan Buschmann <jonthn@agmact.com>
14025
14026 2006-04-17 [colin]      2.1.1cvs8
14027
14028         * src/imap.c
14029                 Save uidnext between sessions
14030
14031 2006-04-17 [colin]      2.1.1cvs7
14032
14033         * src/imap.c
14034                 scan is required when uid validity changes
14035
14036 2006-04-17 [colin]      2.1.1cvs6
14037
14038         * src/folderview.c
14039                 Don't scan if not necessary, apart in current
14040                 folder and INBOX to fetch flags.
14041         * src/imap.c
14042                 Scan is necessary if unread count changes
14043
14044 2006-04-17 [colin]      2.1.1cvs5
14045
14046         * src/imap.c
14047                 ...But always fetch ANSWERED and DELETED flags for
14048                 INBOX, as filtering can happen on these flags.
14049
14050 2006-04-17 [colin]      2.1.1cvs4
14051
14052         * src/imap.c
14053                 Don't fetch REPLIED and DELETED flags when synchronising
14054                 flags with a closed folder. We only need UNSEEN and FLAGGED
14055                 to update the folderview.
14056
14057 2006-04-17 [colin]      2.1.1cvs3
14058
14059         * src/imap.c
14060                 Faster flag search when there are new mails 
14061                 in a folder. We can do a full search if the 
14062                 folder contains less messages than the new
14063                 list.
14064
14065 2006-04-17 [colin]      2.1.1cvs2
14066
14067         * po/cs.po
14068         * po/de.po
14069         * po/fr.po
14070         * po/nl.po
14071         * po/pt_BR.po
14072                 Update translations from stable branch
14073
14074 2006-04-17 [colin]      2.1.1cvs1
14075
14076         * configure.ac
14077                 Bump version to follow stable release
14078
14079 2006-04-16 [mones]      2.1.0cvs50
14080
14081         * po/es.po
14082                 Updated for release
14083
14084 2006-04-16 [colin]      2.1.0cvs49
14085
14086         * src/textview.c
14087                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
14088                 with gtk < 2.8. Thanks to Fabien Vantard.
14089
14090 2006-04-15 [colin]      2.1.0cvs48
14091
14092         * src/etpan/imap-thread.c
14093                 Fix bug #919 (libetpan: SEGV when connecting 
14094                 using command)
14095
14096 2006-04-14 [colin]      2.1.0cvs47
14097
14098         * src/main.c
14099                 Fix race on --select (should be done better)
14100
14101 2006-04-14 [wwp]        2.1.0cvs46
14102
14103         * src/send_message.c
14104                 enforce a check for domain in account prefs (a sending
14105                 error could be faced if domain was checked but no value set),
14106                 thanks to Colin.
14107
14108 2006-04-14 [colin]      2.1.0cvs45
14109
14110         * src/codeconv.c
14111                 when converting from unknown to unknown, if the
14112                 string is UTF8, don't convert it to the locale
14113                 (which breaks it)
14114
14115 2006-04-14 [colin]      2.1.0cvs44
14116
14117         * src/compose.c
14118                 Don't try to use ASCII for converting headers
14119                 (as done in body)
14120
14121 2006-04-14 [paul]       2.1.0cvs43
14122
14123         * src/crash.c
14124                 add locale/charset info to crash report
14125         * src/gtk/about.c
14126                 add wwp to doc team
14127                 replace 'e-mail' with preferred 'email'
14128         * src/gtk/authors.h
14129                 ensure contributors list is in alphabetical
14130                 order
14131
14132 2006-04-13 [colin]      2.1.0cvs42
14133
14134         * src/textview.c
14135                 Prevent gdk warnings
14136
14137 2006-04-13 [colin]      2.1.0cvs41
14138
14139         * src/common/ssl_certificate.c
14140         * src/common/ssl_certificate.h
14141         * src/gtk/sslcertwindow.c
14142                 Warn on expired certs, and display the expiration date
14143
14144 2006-04-13 [colin]      2.1.0cvs40
14145
14146         * src/plugins/spamassassin/spamassassin_gtk.c
14147                 Fix missing set_text on unix socket
14148
14149 2006-04-13 [wwp]        2.1.0cvs39
14150
14151         * manual/fr/advanced.xml
14152         * manual/fr/glossary.xml
14153                 applied new spam/ham/email lexicon (pourriel, courriel)
14154
14155 2006-04-13 [paul]       2.1.0cvs38
14156
14157         * src/plugins/pgpmime/plugin.c
14158                 remove the mention of S/MIME from the
14159                 description. This is now handled by the
14160                 S/MIME plugin.
14161
14162 2006-04-13 [paul]       2.1.0cvs37
14163
14164         * src/prefs_msg_colors.c
14165                 rework dialog
14166         * src/prefs_folder_item.c
14167         * src/prefs_spelling.c
14168                 add a tooltip to the colour selector buttons
14169
14170 2006-04-13 [wwp]        2.1.0cvs36
14171
14172         * manual/advanced.xml
14173         * manual/glossary.xml
14174         * manual/handling.xml
14175         * manual/keyboard.xml
14176         * manual/plugins.xml
14177         * manual/starting.xml
14178         * manual/fr/account.xml
14179         * manual/fr/ack.xml
14180         * manual/fr/addrbook.xml
14181         * manual/fr/advanced.xml
14182         * manual/fr/faq.xml
14183         * manual/fr/glossary.xml
14184         * manual/fr/gpl.xml
14185         * manual/fr/handling.xml
14186         * manual/fr/intro.xml
14187         * manual/fr/keyboard.xml
14188         * manual/fr/plugins.xml
14189         * manual/fr/starting.xml
14190         * manual/fr/sylpheed-claws-manual.xml
14191                 fixes to the manuals:
14192                  - summaryview -> Message List (same in French)
14193                  - translate key names
14194                  - fix French punctuation, use non-breakable spaces when
14195                    necessary, don't use &thinsp; which is not portable
14196                  - tell what maildir and mbox formats we support
14197
14198 2006-04-12 [wwp]        2.1.0cvs35
14199
14200         * src/prefs_toolbar.c
14201                 unified a replace button more,
14202                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14203
14204 2006-04-12 [wwp]        2.1.0cvs34
14205
14206         * src/prefs_common.c
14207         * src/prefs_msg_colors.c
14208                 make default color labels translatable,
14209                 patch from Fabien Vantard <fzzzzz@gmail.com>,
14210                 thanks to Tim <timbrain@post.cz> for reporting.
14211
14212 2006-04-12 [wwp]        2.1.0cvs33
14213
14214         * manual/glossary.xml
14215         * manual/intro.xml
14216         * manual/plugins.xml
14217         * manual/starting.xml
14218         * manual/sylpheed-claws-manual.xml
14219         * manual/fr/.cvsignore
14220         * manual/fr/account.xml
14221         * manual/fr/ack.xml
14222         * manual/fr/addrbook.xml
14223         * manual/fr/advanced.xml
14224         * manual/fr/faq.xml
14225         * manual/fr/glossary.xml
14226         * manual/fr/handling.xml
14227         * manual/fr/intro.xml
14228         * manual/fr/keyboard.xml
14229         * manual/fr/plugins.xml
14230         * manual/fr/starting.xml
14231         * manual/fr/sylpheed-claws-manual.xml
14232                 various fixes: typos, missing .fr translations, punctuation,
14233                 capitalization, links, accents and some bad French more.
14234
14235 2006-04-12 [wwp]        2.1.0cvs32
14236
14237         * src/prefs_gtk.c
14238                 fix for bug #935: always store prefs files in UTF-8 (thanks
14239                 to Colin).
14240
14241 2006-04-11 [colin]      2.1.0cvs31
14242
14243         * src/compose.c
14244                 Fix inserting files not in utf8 when locale is utf8
14245
14246 2006-04-11 [colin]      2.1.0cvs30
14247
14248         * src/inc.c
14249                 Don't show error dialog when cancelling connection
14250                 Patch by Pawel
14251
14252 2006-04-11 [cleroy]     2.1.0cvs29
14253
14254         * src/compose.c
14255                 Implement multiple quote levels
14256         * src/prefs_common.c
14257                 Change a little bit the quote bgcolor for 2nd level
14258
14259 2006-04-11 [colin]      2.1.0cvs28
14260
14261         * src/gtk/about.c
14262                 Add locale and charset in the label
14263
14264 2006-04-10 [colin]      2.1.0cvs27
14265
14266         * src/compose.c
14267         * src/prefs_common.c
14268         * src/prefs_common.h
14269         * src/prefs_msg_colors.c
14270         * src/textview.c
14271                 Allow optional background color in quotes
14272                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
14273                 GTK+-2.8.x feature
14274
14275 2006-04-10 [colin]      2.1.0cvs26
14276
14277         * src/main.c
14278         * src/mainwindow.c
14279         * src/mainwindow.h
14280                 Implement --select
14281
14282 2006-04-10 [colin]      2.1.0cvs25
14283
14284         * manual/plugins.xml
14285         * manual/fr/plugins.xml
14286                 Document libcurl's proxy variables
14287
14288 2006-04-09 [colin]      2.1.0cvs24
14289
14290         * src/prefs_common.c
14291                 gettext() returns statically allocated stuff. We have
14292                 to strdup it in order to be able to free it.
14293
14294 2006-04-09 [colin]      2.1.0cvs23
14295
14296         * AUTHORS
14297         * src/gtk/authors.h
14298                 Add Alexei
14299
14300 2006-04-09 [colin]      2.1.0cvs22
14301
14302         * src/mainwindow.c
14303         * src/gtk/quicksearch.c
14304                 Fix bug #859 (problems with cyrilic input in 
14305                 search panel) - Patch by Alexey Illarionov 
14306                 <littlesavage@rambler.ru>
14307
14308 2006-04-09 [colin]      2.1.0cvs21
14309
14310         * src/prefs_customheader.c
14311                 I prefer removing then freeing rather than the contrary
14312                 (even if it doesn't change anything ;-)
14313         * src/prefs_account.c
14314                 Fix bug #933 (Crash re-entering the custom headers list 
14315                 dialog in accounts prefs)
14316                 The problem happened when cancelling the Account 
14317                 Preferences' dialogs - in which case we didn't do 
14318                 anything to the PrefsAccount * struct. In case of applying,
14319                 the old ac_prefs was replaced with the tmp_ac_prefs we were
14320                 working with in this dialog. The problem is that 
14321                 prefs_customheader.c, working on this tmp_ac_prefs, always
14322                 changes the ->customhdr_list pointer, even when cancelled. 
14323                 So in case of cancelling the prefs_account dialog, we still
14324                 have to update ->customhdr_list in the real account.
14325
14326 2006-04-08 [colin]      2.1.0cvs20
14327
14328         * manual/fr/glossary.xml
14329         * manual/fr/keyboard.xml
14330                 Forgot some headers :)
14331
14332 2006-04-08 [colin]      2.1.0cvs19
14333
14334         * manual/Makefile.am
14335         * manual/fr/Makefile.am
14336         * manual/fr/account.xml
14337         * manual/fr/ack.xml
14338         * manual/fr/addrbook.xml
14339         * manual/fr/advanced.xml
14340         * manual/fr/faq.xml
14341         * manual/fr/glossary.xml
14342         * manual/fr/gpl.xml
14343         * manual/fr/handling.xml
14344         * manual/fr/intro.xml
14345         * manual/fr/keyboard.xml
14346         * manual/fr/plugins.xml
14347         * manual/fr/starting.xml
14348         * manual/fr/sylpheed-claws-manual.xml
14349         * manual/fr/dist/.cvsignore
14350         * manual/fr/dist/Makefile.am
14351         * manual/fr/dist/html/.cvsignore
14352         * manual/fr/dist/html/Makefile.am
14353         * manual/fr/dist/pdf/.cvsignore
14354         * manual/fr/dist/pdf/Makefile.am
14355         * manual/fr/dist/ps/.cvsignore
14356         * manual/fr/dist/ps/Makefile.am
14357         * manual/fr/dist/txt/.cvsignore
14358         * manual/fr/dist/txt/Makefile.am
14359                 Add the french translation of the manual. Thanks to
14360                 Olivier Delhomme <olivier.delhomme@free.fr> for 
14361                 account.xml, ack.xml, addrbook.xml and advanced.xml
14362
14363 2006-04-08 [colin]      2.1.0cvs18
14364
14365         * manual/plugins.xml
14366         * manual/starting.xml
14367                 More fixes
14368
14369 2006-04-07 [colin]      2.1.0cvs17
14370
14371         * manual/faq.xml
14372         * manual/intro.xml
14373         * manual/keyboard.xml
14374                 Little fixes
14375
14376 2006-04-07 [colin]      2.1.0cvs16
14377
14378         * README
14379         * src/compose.c
14380         * src/prefs_common.c
14381         * src/prefs_common.h
14382                 Add hidden compose_no_markup pref
14383
14384 2006-04-07 [wwp]        2.1.0cvs15
14385
14386         * src/summary_search.c
14387         * .cvsignore
14388                 Bugfix: stop button was sticky when searching in an empty folder.
14389                 Applied curly brackets code style to the whole file (summary_search.c).
14390                 More files to ignore.
14391
14392 2006-04-07 [wwp]        2.1.0cvs14
14393
14394         * src/message_search.c
14395         * src/summary_search.c
14396                 changed default button when search bumps at file/folder
14397                 beginning or end, for convenience (thanks to Colin).
14398
14399 2006-04-07 [paul]       2.1.0cvs13
14400
14401         * src/plugins/dillo_viewer/dillo_prefs.c
14402                 avoid future potential for namespace collision
14403                 Patch by Colin
14404
14405 2006-04-06 [wwp]        2.1.0cvs12
14406
14407         * src/summary_search.c
14408                 Unify extended/advanced searches names (and thus factorize labels),
14409                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14410
14411 2006-04-06 [wwp]        2.1.0cvs11
14412
14413         * src/folderview.c
14414         * src/prefs_themes.c
14415         * src/summaryview.c
14416                 Fixed some compilation warnings.
14417
14418 2006-04-06 [colin]      2.1.0cvs10
14419
14420         * manual/advanced.xml
14421                 Document the wizard template and how to deploy
14422                 Sylpheed-Claws effectively
14423
14424 2006-04-06 [colin]      2.1.0cvs9
14425
14426         * src/folderview.c
14427                 gettext patch to tell translators about _("#"),
14428                 by Maxim Britov
14429
14430 2006-04-06 [colin]      2.1.0cvs8
14431
14432         * src/textview.c
14433                 Fix invalid GtkTextBIter after clicking "Display as text"
14434
14435 2006-04-06 [mones]      2.1.0cvs7
14436
14437         * src/addr_compl.c
14438         * src/addrindex.c
14439         * src/addritem.c
14440         * src/codeconv.c
14441         * src/compose.c
14442         * src/filtering.c
14443         * src/folder.c
14444         * src/folder_item_prefs.c
14445         * src/folderview.c
14446         * src/localfolder.c
14447         * src/matcher.c
14448         * src/mimeview.c
14449         * src/prefs_msg_colors.c
14450         * src/prefs_spelling.c
14451         * src/prefs_themes.c
14452         * src/procmime.c
14453         * src/procmsg.c
14454         * src/stock_pixmap.c
14455         * src/summaryview.c
14456         * src/textview.c
14457         * src/toolbar.c
14458         * src/common/mgutils.c
14459         * src/common/prefs.c
14460         * src/common/ssl_certificate.c
14461         * src/gtk/colorlabel.c
14462         * src/gtk/quicksearch.c
14463         * src/plugins/pgpmime/pgpmime.c
14464         * src/plugins/spamassassin/spamassassin.c
14465                 Removed redundant NULL checks for g_free() calls.
14466                 Patch by Pawel Pekala.
14467
14468 2006-04-06 [mones]      2.1.0cvs6
14469
14470         * src/prefs_actions.c
14471         * src/prefs_filtering.c
14472         * src/prefs_filtering_action.c
14473         * src/prefs_matcher.c
14474         * src/prefs_template.c
14475         * src/gtk/gtkutils.c
14476         * src/gtk/gtkutils.h
14477                 Have a nice replace button. Patch by Pawel Pekala
14478
14479 2006-04-06 [colin]      2.1.0cvs5
14480
14481         * src/addressbook.c
14482                 Fix crash with empty columns
14483
14484 2006-04-05 [colin]      2.1.0cvs4
14485
14486         * src/wizard.c
14487         * src/prefs_gtk.c
14488                 Allow wizard customization with pre-filled values
14489
14490 2006-04-05 [colin]      2.1.0cvs3
14491
14492         * src/textview.c
14493         * src/mimeview.c
14494         * src/mimeview.h
14495                 Nicer messages in mimeview
14496
14497 2006-04-05 [colin]      2.1.0cvs2
14498
14499         * src/addressbook.c
14500         * src/prefs_summaries.c
14501                 i18n fix
14502
14503 2006-04-05 [colin]      2.1.0cvs1
14504
14505         * src/plugins/pgpcore/plugin.c
14506         * src/plugins/pgpcore/select-keys.c
14507         * src/plugins/pgpcore/select-keys.h
14508         * src/plugins/pgpcore/sgpgme.c
14509         * src/plugins/pgpcore/sgpgme.h
14510         * src/plugins/pgpinline/pgpinline.c
14511         * src/plugins/pgpinline/plugin.c
14512         * src/plugins/pgpmime/pgpmime.c
14513         * src/plugins/pgpmime/plugin.c
14514                 Factorize and generalize a bit 
14515                 Drop S/MIME signature verification from PGP/MIME
14516                 (adding it as another, more complete plugin)
14517
14518 2006-04-05 [paul]       2.1.0
14519
14520         2.1.0 released
14521
14522 2006-04-05 [paul]       2.0.0cvs186
14523
14524         * manual/advanced.xml
14525                 add info on colour labels
14526
14527 2006-04-05 [paul]       2.0.0cvs185
14528
14529         * po/bg.po
14530         * po/cs.po
14531         * po/de.po
14532         * po/el.po
14533         * po/en_GB.po
14534         * po/fi.po
14535         * po/fr.po
14536         * po/it.po
14537         * po/nl.po
14538         * po/pl.po
14539         * po/pt_BR.po
14540         * po/sr.po
14541         * po/zh_CN.po
14542                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
14543                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
14544                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
14545                 Guimaraes, Aleksandar Urosevic, Ralgh Young
14546         * src/gtk/authors.h
14547         * tools/claws.i18n.status.pl
14548                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
14549                 and new Czech translator, Tim <timbrain@post.cz>
14550
14551 2006-04-05 [mones]      2.0.0cvs184
14552
14553         * po/es.po
14554                 Updated translation
14555
14556 2006-04-05 [colin]      2.0.0cvs183
14557
14558         * src/gtk/quicksearch.c
14559                 Fix bug #929 (unnecessary reload in quick search bar)
14560
14561 2006-04-05 [colin]      2.0.0cvs182
14562
14563         * src/compose.c
14564                 Fix crash on Reply with no From:
14565                 Show signature and conversion error on queuing 
14566                 (but not sending)
14567         * src/mainwindow.c
14568         * src/summaryview.c
14569         * src/summaryview.h
14570                 Factorize threading code and make sure msginfo 
14571                 is not null when it comes from a GtkCTreeRow's 
14572                 data
14573         * src/gtk/gtkaspell.c
14574                 Check for necessary things
14575         * src/gtk/gtksctree.c
14576         * src/gtk/gtksctree.h
14577                 Reset anchor if necessary when removing node
14578
14579 2006-03-29 [colin]      2.0.0cvs181
14580
14581         * src/folderview.c
14582                 Warn for disabled IMAP accounts (due to lack of
14583                 libetpan). Breaks string-freeze - sorry - but it
14584                 is kind of important ;)
14585
14586 2006-03-28 [colin]      2.0.0cvs180
14587
14588         * src/gtk/gtkutils.c
14589         * src/gtk/gtkutils.h
14590                 Add a gtkut_get_link_btn() function that
14591                 creates a button which acts like an URI
14592         * src/prefs_themes.c
14593         * src/gtk/about.c
14594                 Use this function (factorizes codes)
14595         * src/common/defs.h
14596         * src/gtk/pluginwindow.c
14597                 Add a "Get more..." in the plugins window
14598
14599 2006-03-28 [colin]      2.0.0cvs179
14600
14601         * src/common/smtp.c
14602         * src/common/passcrypt.c
14603         * src/undo.c
14604                 Warning fixes. Patch by Pawel Pekala
14605
14606 2006-03-27 [colin]      2.0.0cvs178
14607
14608         * src/undo.c
14609                 Fix undoing by blocks with spaces
14610
14611 2006-03-27 [colin]      2.0.0cvs177
14612
14613         * src/textview.c
14614                 Set margin to 3px for headers
14615
14616 2006-03-27 [paul]
14617
14618         2.1.0-rc2 released
14619
14620 2006-03-27 [wwp]        2.0.0cvs176
14621
14622         * src/summaryview.c
14623                 don't reset quicksearch when updating the message list.
14624                 Thanks to Colin.
14625
14626 2006-03-26 [wwp]        2.0.0cvs175
14627
14628         * src/compose.c
14629                 use a unified border width ('other' tab in the compose window,
14630                 patch by Pawel Pekala).
14631
14632
14633 2006-03-26 [wwp]        2.0.0cvs174
14634
14635         * src/common/quoted-printable.c
14636         * src/addressbook.c
14637                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
14638
14639 2006-03-26 [colin]      2.0.0cvs173
14640
14641         * src/quote_fmt_parse.y
14642                 Fix non-UTF8 date formats messing up the whole quote a 
14643                 little bit
14644
14645 2006-03-26 [colin]      2.0.0cvs172
14646
14647         * src/procheader.c
14648                 Make sure the date is UTF8 valid, or try to make it
14649                 so. IncrediMail is really IncrediStupid.
14650         * src/compose.c
14651                 Fix possible conversions. 
14652                 
14653
14654 2006-03-26 [colin]      2.0.0cvs171
14655
14656         * src/matcher.c
14657                 Fix corner cases in body search. This is still a
14658                 hack... It seems impossible to make it good and 
14659                 reasonably fast at the same time.
14660
14661 2006-03-26 [colin]      2.0.0cvs170
14662
14663         * src/summaryview.c
14664                 I think I killed the twilight zone bug!
14665                 summary_select_node() flushes GTK events in order
14666                 to be able to center the view. But this also 
14667                 flushes keypresses like Ctrl-Alt-U, so this can
14668                 call summary_show from summary_select_node (itself
14669                 called from summary_show, etc.). And the summaryview
14670                 has to be unlocked in this function. So just locking
14671                 while processing GTK events, and bailing if locked, 
14672                 should fix it.
14673                 Fixes bug #927 (SIGSEGV during Update Summary)
14674
14675 2006-03-25 [colin]      2.0.0cvs169
14676
14677         * src/matcher.c
14678                 Fix search in QP-encoded bodies
14679                 Fix utf-8 searches in bodies encoded in the
14680                 locale's encoding
14681         * src/common/quoted-printable.c
14682         * src/common/quoted-printable.h
14683                 Add a decode function that doesn't overwrite
14684                 the original pointer
14685                 
14686
14687 2006-03-24 [colin]      2.0.0cvs168
14688
14689         * src/action.c
14690         * src/summaryview.c
14691         * src/summaryview.h
14692                 Update message cache after action
14693                 Patch by H. Merijn Brand
14694         * src/prefs_msg_colors.c
14695                 Factorize label 
14696                 Patch by Fabien Vantard
14697         * src/plugins/spamassassin/spamassassin_gtk.c
14698                 Remove useless translation
14699                 Patch by Fabien Vantard
14700
14701 2006-03-23 [colin]      2.0.0cvs167
14702
14703         * src/common/ssl.c
14704                 Let 30 seconds to SSL_connect
14705
14706 2006-03-23 [wwp]        2.0.0cvs166
14707
14708         * src/summaryview.c
14709         * src/gtk/description_window.c
14710                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
14711                 and headers are translated; adjust description windows' width to fit their
14712                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
14713
14714 2006-03-23 [paul]       2.0.0cvs165
14715
14716         * src/common/utils.c
14717                 fix highlighting of URIs containing "()"
14718                 (2.0.0cvs164's reversal fixed)
14719                 Thanks to Colin.
14720
14721 2006-03-23 [paul]       2.0.0cvs164
14722
14723         * src/common/utils.c
14724                 revert patch, (postponing a fix), at 2.0.0cvs120
14725                 as it breaks more URIs than it fixes.
14726                 Allow '-' to be a terminating character in a URI
14727
14728 2006-03-22 [colin]      2.0.0cvs163
14729
14730         * configure.ac
14731                 Require libetpan 0.45
14732                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
14733
14734 2006-03-22 [paul]       2.0.0cvs162
14735
14736         * src/editgroup.c
14737                 replace '<-' and '->' buttons with GTK_STOCK graphical
14738                 buttons
14739         * src/summary_search.c
14740                 don't offer '...' for translation
14741                 add a tooltip to advanced search '...' button
14742         * src/gtk/quicksearch.c
14743                 don't offer '...' for translation
14744
14745 2006-03-21 [colin]      2.0.0cvs161
14746
14747         * src/compose.c
14748                 Fix middle-click pasting (insert at click
14749                 position instead of cursor position, don't
14750                 remove existing selection and allow pasting
14751                 our own selection)
14752         * src/addressbook.c
14753                 "LDAP Server" -> "LDAP servers"
14754
14755 2006-03-21 [wwp]        2.0.0cvs160
14756
14757         * src/etpan/imap-thread.c
14758                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
14759
14760 2006-03-20 [colin]      2.0.0cvs159
14761
14762         * src/summaryview.c
14763                 Don't reload summaryview after an execute with no
14764                 move action
14765
14766 2006-03-19 [colin]      2.0.0cvs158
14767
14768         * src/addressbook.c
14769                 and put groups at the top, always
14770
14771 2006-03-19 [colin]      2.0.0cvs157
14772
14773         * src/addressbook.c
14774                 Order groups before names, as previously
14775
14776 2006-03-19 [colin]      2.0.0cvs156
14777
14778         * src/addressbook.c
14779                 - Sort case-unsensitive
14780                 - Put the sort arrow at opening too
14781
14782 2006-03-19 [wwp]        2.0.0cvs155
14783
14784         * src/addressbook.c
14785                 allow sorting by name/email/remarks, ensure that right-pane's contents
14786                 matches the left-pane selection (cleared when appropriate).
14787                 Patch by Pawel Pekala <c0rn@o2.pl>.
14788
14789 2006-03-18 [colin]      2.0.0cvs154
14790
14791         * src/textview.c
14792                 Fix text cursor ;)
14793
14794 2006-03-18 [colin]      2.0.0cvs153
14795
14796         * src/gtk/filesel.c
14797                 Make sure we hide the preview if we didn't get
14798                 a filename
14799
14800 2006-03-18 [colin]      2.0.0cvs152
14801
14802         * src/summaryview.c
14803                 Set cursor to watch for execution (fixes lack
14804                 of watch-cursor when dnd'ing hundreds of mails)
14805         * src/gtk/filesel.c
14806                 Check that mime type is 'image/*' before updating
14807                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
14808
14809 2006-03-18 [colin]      2.0.0cvs151
14810
14811         * src/mainwindow.c
14812         * src/textview.c
14813         * src/textview.h
14814                 Put a watch cursor in textview too when the mainwindow's
14815                 cursor in a watch
14816
14817 2006-03-18 [colin]      2.0.0cvs150
14818
14819         * src/folder.c
14820                 Change wrong asserts to simple tests
14821
14822 2006-03-17 [colin]      2.0.0cvs149
14823
14824         * src/mainwindow.c
14825         * src/mainwindow.h
14826         * src/prefs_msg_colors.c
14827         * src/summaryview.c
14828         * src/summaryview.h
14829         * src/gtk/colorlabel.c
14830         * src/gtk/colorlabel.h
14831                 Add a color label menu in the main menubar
14832                 Add (fixed) accels Ctrl-{0-7} to change the color
14833                 They have to be fixed because the menu's dynamic,
14834                 the items are complex widgets, hence we can't use
14835                 a GtkItemFactory.
14836
14837
14838 2006-03-17 [wwp]        2.0.0cvs148
14839
14840         * src/compose.c
14841                 rollback few lines from my previous commit (those lines come from
14842                 a pending patch, accidentally commited, even if neutral as they are
14843                 commented out).
14844
14845 2006-03-17 [wwp]        2.0.0cvs147
14846
14847         * src/compose.c
14848                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
14849                 applied code style/indentation to the modified function.
14850
14851 2006-03-17 [wwp]        2.0.0cvs146
14852
14853         * src/procmsg.c
14854         * src/compose.c
14855                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
14856
14857 2006-03-17 [paul]
14858
14859         2.1.0-rc1 released
14860
14861 2006-03-17 [paul]       2.0.0cvs145
14862
14863         * src/main.c
14864                 addressbook_read_file() was called twice
14865         * src/textview.c
14866                 X-Mailer highlighting
14867
14868 2006-03-16 [colin]      2.0.0cvs144
14869
14870         * src/sourcewindow.c
14871         * src/sourcewindow.h
14872                 And the last one, in source window.
14873
14874 2006-03-16 [colin]      2.0.0cvs143
14875
14876         * src/compose.c
14877         * src/compose.h
14878                 Fix the same stuff in compose
14879
14880 2006-03-16 [colin]      2.0.0cvs142
14881
14882         * src/messageview.c
14883                 Complete the previous messageview crash fix
14884
14885 2006-03-16 [colin]      2.0.0cvs141
14886
14887         * src/procmsg.h
14888         * src/procmsg.c
14889         * src/folder.c
14890                 Fix POSTPROCESSING hook
14891                 Patch by H. Merijn Brand
14892
14893         * src/procmime.c
14894         * src/procmime.h
14895                 Parse Content-Location
14896
14897         * src/toolbar.c
14898         * src/messageview.c
14899         * src/messageview.h
14900                 Don't crash when a top-level MessageView has
14901                 been closed on us. Same problematic than
14902                 yesterday's quicksearch issue.
14903
14904 2006-03-15 [colin]      2.0.0cvs140
14905
14906         * src/gtk/quicksearch.c
14907                 Fix a bitchy race we didn't think about when we
14908                 added quicksearch cancellation:
14909                 If the search is not on cached fields, for example
14910                 body_part matchcase "stuff"
14911                 the matcher code has to get the whole message. If
14912                 we're on IMAP, that can be slow, and in order to
14913                 be non-blocking, the IMAP code idle loop processes
14914                 gtk events too. So it is possible to cancel a
14915                 quicksearch while the matcher is getting the mail's
14916                 body. After matcher got its body, it will start to
14917                 iterate over the matcher list that the Quicksearch's
14918                 clear_search_cb() just freed via prepare_matcher().
14919                 SIGSEGV ensues.
14920                 The fix consists of guarding the matcherlist_match()
14921                 call with a boolean 'matching'. If we reset the
14922                 quicksearch while matching is TRUE, we don't free
14923                 the matcherlist anymore like we did, but we set
14924                 another new flag, deferred_free, to TRUE. Then,
14925                 in quicksearch_match(), just after returning from
14926                 matcherlist_match() and unsetting the matching flag,
14927                 we check the deferred_free flag and do the
14928                 prepare_matcher() (which does the matcherlist_free)
14929                 for real, so we free the matcherlist once it's not
14930                 used anymore.
14931                 As all of this runs via the glib main loop, we
14932                 luckily don't need a mutex.
14933         * src/summaryview.c
14934                 Also, show progress while searching.
14935
14936
14937 2006-03-14 [colin]      2.0.0cvs139
14938
14939         * src/alertpanel.c
14940                 Make alertpanel_is_open non-static
14941
14942 2006-03-14 [colin]      2.0.0cvs138
14943
14944         * src/prefs_spelling.c
14945                 Cleanups - Fabien Vantard
14946
14947 2006-03-14 [wwp]        2.0.0cvs137
14948
14949         * src/main.c
14950                 code style normalization (curly braces, indentation).
14951
14952 2006-03-14 [wwp]        2.0.0cvs137
14953
14954         * src/main.c
14955                 code style (braces, indentation)
14956
14957 2006-03-12 [paul]       2.0.0cvs136
14958
14959         * src/prefs_common.c
14960                 trans_hdr defaults to FALSE to be RFC-savvy
14961         * src/prefs_summaries.c
14962                 add a tooltip to the trans_hdr option
14963                 
14964
14965 2006-03-12 [paul]       2.0.0cvs135
14966
14967         * src/prefs_matcher.c
14968                 give a little more width to the combos
14969         * src/prefs_display_header.c
14970         * src/textview.c
14971                 translate headers if prefs_common.trans_hdr
14972                 is TRUE
14973
14974         Patches by Pawel Pekala
14975
14976 2006-03-12 [paul]       2.0.0cvs134
14977
14978         * src/plugins/clamav/clamav_plugin.c
14979         * src/plugins/dillo_viewer/dillo_viewer.c
14980         * src/plugins/pgpcore/plugin.c
14981         * src/plugins/pgpinline/plugin.c
14982         * src/plugins/pgpmime/plugin.c
14983         * src/plugins/spamassassin/spamassassin.c
14984                 update/add to descriptions
14985         * src/plugins/spamassassin/spamassassin_gtk.c
14986                 fixes to the english, remove superfluous
14987                 tooltips, clean up a little
14988
14989 2006-03-12 [paul]       2.0.0cvs133
14990
14991         * src/compose.c
14992                 fix Bug 924, 'Account combo box shows up wrong 
14993                 if & is in account name'
14994
14995 2006-03-11 [colin]      2.0.0cvs132
14996
14997         * src/summaryview.c
14998                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
14999                 messed up shift-selection because is slows down
15000                 moving around summaryview. thanks -users
15001
15002 2006-03-10 [colin]      2.0.0cvs131
15003
15004         * src/plugins/spamassassin/spamassassin_gtk.c
15005                 Put back Paul's engrish fixes
15006
15007 2006-03-10 [colin]      2.0.0cvs130
15008
15009         * src/plugins/spamassassin/spamassassin.c
15010         * src/plugins/spamassassin/spamassassin.h
15011         * src/plugins/spamassassin/spamassassin_gtk.c
15012                 Cleanup SA prefs page (more)
15013                 Patch by Fabien Vantard
15014
15015 2006-03-10 [paul]       2.0.0cvs129
15016
15017         * src/prefs_msg_colors.c
15018         * src/prefs_spelling.c
15019                 widget sensitivity
15020
15021 2006-03-09 [mones]      2.0.0cvs128
15022
15023         * po/es.po
15024                 Update for next RC
15025
15026 2006-03-09 [wwp]        2.0.0cvs127
15027
15028         * configure.ac
15029                 revert accidental commit (requirement for libetpan 0.43), this time
15030                 not in HEAD.
15031
15032 2006-03-09 [wwp]        2.0.0cvs125
15033
15034         * configure.ac
15035                 revert accidental commit (requirement for libetpan 0.43)
15036
15037 2006-03-09 [paul]       2.0.0cvs126
15038
15039         * src/prefs_receive.c
15040                 remove useless frame
15041                 replace 'incorporation' with 'receiving'
15042         * src/plugins/clamav/clamav_plugin_gtk.c
15043         * src/plugins/spamassassin/spamassassin_gtk.c
15044                 improve widget sensitivity
15045                 fix a bit his engrish
15046
15047 2006-03-09 [wwp]        2.0.0cvs125
15048
15049         * src/addressadd.c
15050         * src/foldersel.c
15051         * src/prefs_common.c
15052         * src/prefs_common.h
15053                 remember some more windows' sizes (add to addressbook and
15054                 select folder).
15055
15056 2006-03-09 [paul]       2.0.0cvs124
15057
15058         * src/plugins/pgpcore/prefs_gpg.c
15059                 normalise construction of dialogue
15060
15061 2006-03-09 [paul]       2.0.0cvs123
15062
15063         * src/plugins/trayicon/Makefile.am
15064                 add missing slash
15065
15066 2006-03-08 [colin]      2.0.0cvs122
15067
15068         * src/plugins/trayicon/Makefile.am
15069                 Fix build in separate dir 
15070                 Patch by Bamanzi <bamanzi@gmail.com>
15071
15072 2006-03-08 [colin]      2.0.0cvs121
15073
15074         * src/procmsg.c
15075                 Batch move and copies from summaryview with delayed execution
15076                 too
15077
15078 2006-03-07 [paul]       2.0.0cvs120
15079
15080         * src/common/utils.c
15081                 fix highlighting of URIs containing "()"
15082                 Patch by Pawel Pekala
15083
15084 2006-03-07 [paul]       2.0.0cvs119
15085
15086         * src/folder.c
15087         * src/folder.h
15088         * src/folderview.c
15089                 immediately do alphabetical resort when
15090                 changing a folder's name
15091                 Patch by Pawel Pekala
15092
15093 2006-03-07 [paul]       2.0.0cvs118
15094
15095         * src/news.c
15096         * src/news_gtk.c
15097                 when unsubscribing a newsgroup, remove the
15098                 folder and msgs in .sylpheed-claws/newscache
15099                 Patch by Pawel Pekala <c0rn@gazeta.pl>
15100
15101 2006-03-07 [paul]       2.0.0cvs117
15102
15103         * src/textview.c
15104                 fix wrong Fake URL Warning
15105                 Thanks to Hiro
15106
15107 2006-03-07 [colin]      2.0.0cvs116
15108
15109         * src/imap.c
15110                 Return immediately when password dialog was
15111                 cancelled
15112         * src/gtk/inputdialog.c
15113                 Allow empty strings for passwords
15114
15115
15116 2006-03-06 [colin]      2.0.0cvs115
15117
15118         * src/imap.c
15119                 Prevent double-timeouts when connection fails
15120
15121 2006-03-06 [colin]
15122
15123         2.0.1-rc1 released
15124
15125 2006-03-06 [colin]      2.0.0cvs114
15126
15127         * src/imap.c
15128                 Refresh session during potentially long
15129                 operations
15130
15131 2006-03-06 [wwp]        2.0.0cvs113
15132
15133         * src/prefs_msg_colors.h
15134                 forgot that one (custom color labels).
15135
15136 2006-03-06 [wwp]        2.0.0cvs112
15137
15138         * src/prefs_common.c
15139         * src/prefs_common.h
15140         * src/prefs_msg_colors.c
15141         * src/summaryview.c
15142         * src/summaryview.h
15143         * src/gtk/colorlabel.c
15144         * src/gtk/colorlabel.h
15145                 colors in messages list are now customizable. Color values and names can
15146                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
15147                 Thanks to Paul and Colin for their help with this longstanding patch!
15148
15149 2006-03-06 [wwp]        2.0.0cvs111
15150
15151         * src/textview.c
15152                 don't crash if (x)face is bad.
15153
15154 2006-03-05 [paul]       2.0.0cvs110
15155
15156         * AUTHORS
15157         * configure.ac
15158         * src/Makefile.am
15159         * src/common/Makefile.am
15160         * src/common/utils.h
15161         * src/etpan/imap-thread.c
15162         * src/gtk/authors.h
15163         * src/plugins/clamav/Makefile.am
15164         * src/plugins/demo/Makefile.am
15165         * src/plugins/dillo_viewer/Makefile.am
15166         * src/plugins/pgpcore/Makefile.am
15167         * src/plugins/pgpcore/passphrase.c
15168         * src/plugins/pgpinline/Makefile.am
15169         * src/plugins/pgpmime/Makefile.am
15170         * src/plugins/spamassassin/Makefile.am
15171         * src/plugins/trayicon/Makefile.am
15172                 fix builiding on cygwin
15173                 Patch by Ralgh Young <bamanzi@gmail.com>
15174
15175 2006-03-04 [wwp]        2.0.0cvs109
15176
15177         * manual/keyboard.xml
15178                 fix mixed up/down keys.
15179
15180 2006-03-04 [wwp]        2.0.0cvs108
15181
15182         * README
15183         * INSTALL
15184                 updated links to SpamAssassin.
15185
15186 2006-03-04 [wwp]        2.0.0cvs107
15187
15188         * manual/plugins.xml
15189         * src/plugins/spamassassin/README
15190                 updated SpamAssassin plugin docs to reflect new functional additions
15191                 (also fix/update/documents few technical stuff more, see the README).
15192
15193 2006-03-04 [wwp]        2.0.0cvs106
15194
15195         * src/prefs_message.c
15196                 normalized capitalization of message-prefs paths.
15197
15198 2006-03-04 [wwp]        2.0.0cvs105
15199
15200         * manual/advanced.xml
15201                 typo.
15202
15203 2006-03-03 [colin]      2.0.0cvs104
15204
15205         * src/plugins/clamav/clamav_plugin_gtk.c
15206                 Rework prefs page, patch by Fabien 
15207
15208 2006-03-03 [colin]      2.0.0cvs103
15209
15210         * src/plugins/clamav/clamav_plugin.c
15211                 Set error on all errors
15212
15213 2006-03-03 [colin]      2.0.0cvs102
15214
15215         * src/common/plugin.c
15216                 Initialize error to avoid crashing when a plugin fails
15217                 without setting error
15218
15219 2006-03-02 [wwp]        2.0.0cvs101
15220
15221         * configure.ac
15222                 fixed linker flags for libetpan support on Cygwin
15223                 (thanks to H.Merijn Brand).
15224
15225 2006-03-02 [wwp]        2.0.0cvs100
15226
15227         * src/addressbook.c
15228                 fix some AB error messages: one for punctuation and
15229                 one wrongly duplicate (thanks, maxbritov).
15230
15231 2006-03-02 [wwp]        2.0.0cvs99
15232
15233         * src/plugins/spamassassin/spamassassin.c
15234                 make sync calls to sa-learn/spamc to prevent
15235                 system (whatever local or client/server) overload.
15236
15237 2006-03-02 [colin]      2.0.0cvs98
15238
15239         * src/summaryview.c
15240                 Put the spam icon in the status column instead of the
15241                 mark one
15242
15243 2006-03-01 [colin]      2.0.0cvs97
15244
15245         * src/plugins/spamassassin/spamassassin.c
15246                 Fix segfault (g_file_set_contents fails for some 
15247                 reason and err==0x2f. Can't find out why with
15248                 valgrind, using working function :-)
15249
15250 2006-03-01 [colin]      2.0.0cvs96
15251
15252         * src/inc.c
15253                 Offline overriding: let 'No' be cached only 3 seconds
15254
15255 2006-03-01 [colin]      2.0.0cvs95
15256
15257         * src/addr_compl.c
15258         * src/addrbook.c
15259         * src/addressbook.c
15260         * src/addrindex.c
15261         * src/folder_item_prefs.c
15262         * src/headerview.c
15263         * src/imap.c
15264         * src/inc.c
15265         * src/ldif.c
15266         * src/mainwindow.c
15267         * src/mh.c
15268         * src/msgcache.c
15269         * src/prefs_common.h
15270         * src/prefs_msg_colors.c
15271         * src/procheader.c
15272         * src/procheader.h
15273         * src/procmime.c
15274         * src/procmsg.c
15275         * src/procmsg.h
15276         * src/send_message.h
15277         * src/simple-gettext.c
15278         * src/summaryview.c
15279         * src/summaryview.h
15280         * src/syldap.c
15281         * src/textview.c
15282         * src/undo.c
15283         * src/common/ssl_certificate.c
15284         * src/common/utils.c
15285         * src/gtk/colorsel.c
15286         * src/gtk/gtksctree.c
15287         * src/gtk/gtkshruler.c
15288         * src/plugins/trayicon/trayicon.c
15289                 #if 0 goes to /dev/null
15290
15291 2006-03-01 [colin]      2.0.0cvs94
15292
15293         * src/compose.c
15294         * src/imap.c
15295         * src/inc.c
15296         * src/inc.h
15297         * src/messageview.c
15298         * src/news.c
15299         * src/plugins/spamassassin/spamassassin.c
15300                 Allow to add information in the "working offline"
15301                 window
15302
15303 2006-03-01 [wwp]        2.0.0cvs93
15304
15305         * src/plugins/spamassassin/spamassassin.c
15306                 fixed spamc invocation: use a tricky temporary mini shell wrapper
15307                 'cause it seems that calling `spamc ... < inputfile` with
15308                 g_spawn_(a)sync simply.. erm doesn't work :-).
15309
15310 2006-03-01 [wwp]        2.0.0cvs92
15311
15312         * src/toolbar.c
15313         * src/toolbar.h
15314                 simplify the adding of spam/ham button to the messageview toolbar
15315                 (it gets more clear now that the same button will be "Mark as spam"
15316                 or "Mark as ham" according to the current message status,
15317                 thanks to Colin).
15318
15319 2006-03-01 [wwp]        2.0.0cvs91
15320
15321         * src/messageview.c
15322         * src/procmsg.c
15323         * src/procmsg.h
15324         * src/summaryview.c
15325         * src/plugins/spamassassin/spamassassin.c
15326         * src/plugins/spamassassin/spamassassin.h
15327                 make learner callbacks return a status (0 for ok),
15328                 handle it in main code to avoid setting flags when learning failed,
15329                 don't learn on TCP if offline in spamassassin,
15330                 thanks to Colin.
15331
15332                 
15333
15334 2006-03-01 [wwp]        2.0.0cvs90
15335
15336         * src/compose.c
15337                 some work around the compose window's account menu,
15338                 patch by Fabien Vantard.
15339
15340 2006-03-01 [wwp]        2.0.0cvs89
15341
15342         * src/plugins/spamassassin/spamassassin.c
15343                 fixed bad logics, was using spamc in local mode and sa-learn
15344                 in remote mode (thanks, Colin).
15345
15346 2006-03-01 [wwp]        2.0.0cvs88
15347
15348         * src/plugins/spamassassin/spamassassin.c
15349         * src/plugins/spamassassin/spamassassin.h
15350         * src/plugins/spamassassin/spamassassin_gtk.c
15351                 made processing of emails w/ sa-plugin an option (default is TRUE),
15352                 fixed Engrish some tooltips, capitalization of some debug messages
15353                 and warnings. The spamassassin plugin now provides two separate
15354                 services: process emails upon incorporation and spamd training.
15355                 Both services (un)register independently but use some common
15356                 plugin settings (transport settings, spam storage location).
15357
15358 2006-02-28 [wwp]        2.0.0cvs87
15359
15360         * src/plugins/spamassassin/spamassassin.c
15361                 fix async flag to spamc cmdline execution (batch exec should
15362                 be asynchronous).
15363
15364 2006-02-27 [wwp]        2.0.0cvs86
15365
15366         * src/plugins/spamassassin/spamassassin.c
15367         * src/plugins/spamassassin/spamassassin.h
15368         * src/plugins/spamassassin/spamassassin_gtk.c
15369                 - added the ability to learn a remote spamassassin server (spamd),
15370                 using spamc.
15371                 - added the spamassassin option 'username', that applies to all
15372                 spamassassin operations (filtering, learning, local or remote).
15373                 The default username is the current unix user (if left blank
15374                 from gtk prefs or config file).
15375                 - commented out some unused code (notebook widget), removed unused
15376                 layout (hbox1).
15377                 - make more widgets sensitive to the transport type.
15378
15379 2006-02-27 [colin]      2.0.0cvs85
15380
15381         * src/plugins/spamassassin/spamassassin.c
15382                 Fix sa-learn call when offline
15383
15384 2006-02-27 [colin]      2.0.0cvs84
15385
15386         * configure.ac
15387         * src/Makefile.am
15388         * src/mainwindow.c
15389         * src/mainwindow.h
15390         * src/messageview.c
15391         * src/messageview.h
15392         * src/prefs_toolbar.c
15393         * src/procmsg.c
15394         * src/stock_pixmap.c
15395         * src/stock_pixmap.h
15396         * src/summaryview.c
15397         * src/toolbar.c
15398         * src/toolbar.h
15399         * src/pixmaps/ham_btn.xpm
15400         * src/pixmaps/spam.xpm
15401         * src/pixmaps/spam_btn.xpm
15402         * src/plugins/spamassassin/spamassassin.c
15403                 Add button in toolbar for spam learning
15404                 Fix a few bugs from the last related commit
15405                 Revert 1.9.6cvs23 which messed up shift-selection
15406
15407 2006-02-24 [colin]      2.0.0cvs83
15408
15409         * src/procmsg.c
15410         * src/summaryview.c
15411         * src/summaryview.h
15412         * src/plugins/spamassassin/spamassassin.c
15413         * src/plugins/spamassassin/spamassassin.h
15414         * src/plugins/spamassassin/spamassassin_gtk.c
15415                 Unregister learner when spamassassin is either
15416                 disabled or over tcp
15417
15418 2006-02-24 [colin]      2.0.0cvs82
15419
15420         * src/Makefile.am
15421         * src/mainwindow.c
15422         * src/mainwindow.h
15423         * src/procmsg.c
15424         * src/procmsg.h
15425         * src/stock_pixmap.c
15426         * src/stock_pixmap.h
15427         * src/summaryview.c
15428         * src/summaryview.h
15429         * src/gtk/icon_legend.c
15430         * src/pixmaps/spam.xpm  ** NEW FILE **
15431         * src/plugins/spamassassin/spamassassin.c
15432         * src/plugins/spamassassin/spamassassin_gtk.c
15433                 Add spam learning interface (Mark/Mark as 
15434                 (spam|ham) menus)
15435
15436 2006-02-24 [wwp]        2.0.0cvs81
15437
15438         * src/compose.c
15439         * src/compose.h
15440         * src/filtering.c
15441                 hide compose window when sending message in batch mode
15442                 (filtering: forward and redirect). Also fixed a wrong
15443                 value returned when sending failed, neutral anyway.
15444                 (Colin, me) 
15445
15446 2006-02-24 [wwp]        2.0.0cvs80
15447
15448         * src/mainwindow.c
15449                 use GTK+'s stock quit button. Patch by Fabien Vantard.
15450
15451 2006-02-24 [paul]       2.0.0cvs79
15452
15453         * src/news.c
15454         * src/news.h
15455         * src/news_gtk.c
15456                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
15457                 Thanks to Colin
15458
15459 2006-02-23 [colin]      2.0.0cvs78
15460
15461         * src/alertpanel.c
15462                 Change OK to Close in alertpanel with View log
15463                 button; add accel to View log. Patch by Fabien
15464                 Vantard
15465
15466 2006-02-23 [wwp]        2.0.0cvs77
15467
15468         * src/compose.c
15469                 silly me, there were much more tests to perform, since toolbars can
15470                 really have down to 1 element only.
15471
15472 2006-02-23 [wwp]        2.0.0cvs76
15473
15474         * commitHelper
15475                 fixed indentation from my previous commit. Fallback to VISUAL if
15476                 EDITOR is not set (and to vi, at last resort).
15477
15478 2006-02-23 [wwp]        2.0.0cvs75
15479
15480         * commitHelper
15481                 improved error detection (Colin, me).
15482
15483 2006-02-23 [wwp]        2.0.0cvs74
15484
15485         * src/prefs_toolbar.c
15486                 simplify and fix prefs/toolbars layouting. Combos' contents can
15487                 now be really displayed.
15488
15489 2006-02-23 [wwp]        2.0.0cvs73
15490         simplifies and fix prefs/toolbars layouting. Combos' contents can now
15491         be really displayed.
15492
15493 2006-02-22 [wwp]        2.0.0cvs72
15494
15495         * src/compose.c
15496                 fix a typo in my previous commit (sorry!).
15497
15498 2006-02-22 [wwp]        2.0.0cvs71
15499
15500         * src/prefs_toolbar.c
15501                 fix a crash when adding separators to toolbars,
15502                 also fix some separator item information.
15503
15504 2006-02-22 [wwp]        2.0.0cvs70
15505
15506         * src/compose.c
15507                 fix a crash when redirecting (for instance) when compose window's
15508                 toolbar contents has been customized (when some buttons have been
15509                 removed in fact).
15510
15511 2006-02-21 [wwp]        2.0.0cvs69
15512
15513         * src/summaryview.c
15514         * src/gtk/pluginwindow.c
15515         * src/plugins/pgpcore/prefs_gpg.c
15516                 fix some compilation warnings (feat. remains of removed code).
15517
15518 2006-02-21 [wwp]        2.0.0cvs68
15519
15520         * src/gtk/gtkutils.c
15521                 fix two compilation issues, thanks to Stephan Sachse.
15522
15523 2006-02-20 [colin]      2.0.0cvs67
15524
15525         * src/mainwindow.c
15526                 Don't reselect displayed mail on refocus
15527                 This fixes actions misbehaving 
15528
15529 2006-02-20 [wwp]        2.0.0cvs66
15530
15531         * src/summaryview.c
15532         * src/gtk/gtksctree.c
15533         * src/gtk/gtkshruler.c
15534                 changed more runtime typecast checks.
15535
15536 2006-02-20 [wwp]        2.0.0cvs65
15537
15538         * src/summary_search.c
15539                 find all - summaryview refresh issue fixed, thanks to Colin.
15540
15541 2006-02-20 [wwp]        2.0.0cvs64
15542
15543         * src/gtk/gtkutils.c
15544                 better runtime typecast checks.
15545
15546 2006-02-20 [wwp]        2.0.0cvs63
15547
15548         * src/summary_search.c
15549                 enhancements to the summary search:
15550                         - add the ability to stop the running search
15551                           (upon ESC-key press, new Stop button or when Clear button is pressed)
15552                         - don't search if no criteria (From/To/Subject/Body) is set
15553                         - ensure that a busy mouse pointer is always shown when searching,
15554                           show it even a bit earlier
15555
15556 2006-02-19 [colin]      2.0.0cvs62
15557
15558         * src/compose.c
15559         * src/imap.c
15560         * src/etpan/imap-thread.c
15561         * src/etpan/imap-thread.h
15562                 (Future) IMAP speed improvement on sending
15563                 Will require a libetpan update
15564         * src/summaryview.c
15565         * src/gtk/quicksearch.c
15566                 Make quicksearch clearable while running.
15567
15568 2006-02-17 [colin]      2.0.0cvs61
15569
15570         * src/imap.c
15571         * src/etpan/imap-thread.c
15572         * src/etpan/imap-thread.h
15573                 Check for IMAP certificates
15574                 ** Requires libetpan-0.42-cvs4 
15575                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
15576
15577 2006-02-17 [colin]      2.0.0cvs60
15578
15579         * src/messageview.c
15580         * src/prefs_common.c
15581         * src/prefs_common.h
15582         * src/prefs_message.c
15583                 Add pref to display HTML-only mails with plugin, 
15584                 if possible (defaulting to FALSE of course).
15585
15586 2006-02-16 [colin]      2.0.0cvs59
15587
15588         * src/main.c
15589         * src/common/plugin.c
15590         * src/common/plugin.h
15591         * src/gtk/pluginwindow.c
15592                 Keep track of requested (but unloaded) plugins
15593                 in some error cases.
15594
15595 2006-02-16 [wwp]        2.0.0cvs58
15596
15597         * src/gtk/gtkaspell.c
15598         * src/gtk/gtkaspell.h
15599         * src/prefs_spelling.c
15600         * src/compose.c
15601         * src/prefs_common.c
15602         * src/prefs_common.h
15603                 implemented new optional spellchecker behaviour: re-check message when
15604                 dictionary got changed (from compose-window/context-menu/Change dictionary).
15605
15606 2006-02-16 [wwp]        2.0.0cvs57
15607
15608         * src/quote_fmt_parse.y
15609                 pclose popen'ed pipe.
15610
15611 2006-02-15 [colin]      2.0.0cvs56
15612
15613         * src/mimeview.c
15614         * src/mimeview.h
15615                 Let MimeViewers know which MimeView they
15616                 depend of.
15617         * src/summaryview.c
15618                 Swap From/To columns in Sent/Queue/Drafts
15619                 folders
15620         * src/etpan/imap-thread.c
15621                 Use mailstream_low_tls_open() for STARTTLS
15622                 instead of mailstream_low_ssl_open()
15623                 ** REQUIRES libetpan 0.42cvs3 **
15624
15625 2006-02-15 [wwp]        2.0.0cvs55
15626
15627         * src/compose.c
15628         * src/compose.h
15629         * src/message_search.c
15630         * src/message_search.h
15631         * src/textview.c
15632         * src/gtk/gtkutils.c
15633         * src/gtk/gtkutils.h
15634                 added the ability to Find text in the compose window (and a bit
15635                 of code factorization).
15636
15637 2006-02-15 [wwp]        2.0.0cvs54
15638
15639         * src/prefs_gtk.c
15640                 yet another one file was missing (fix for some widgets' sensitivity).
15641                 Thanks Colin!
15642
15643 2006-02-15 [wwp]        2.0.0cvs53
15644
15645         * src/prefs_gtk.h
15646                 oops forgot that file (fix for some widgets' sensitivity).
15647
15648 2006-02-15 [wwp]        2.0.0cvs52
15649
15650         * src/summary_search.c
15651                 implemented advanced summary search options (added the ability
15652                 to use matcher conditions in an advanced search mode).
15653
15654 2006-02-15 [wwp]        2.0.0cvs51
15655
15656         * src/plugins/pgpcore/prefs_gpg.c
15657         * src/prefs_account.c
15658                 fix some widget sensitivity, mostly around some labels in
15659                 account prefs.
15660
15661 2006-02-15 [paul]       2.0.0cvs50
15662
15663         * manual/advanced.xml
15664                 improve Templates info
15665                 written by wwp
15666
15667 2006-02-14 [colin]      2.0.0cvs49
15668
15669         * src/pixmaps/address_book.xpm
15670         * src/pixmaps/preferences.xpm
15671         * src/pixmaps/properties.xpm
15672                 Fix pixmap size - patch by Fabien Vantard
15673
15674 2006-02-13 [colin]      2.0.0cvs48
15675
15676         * src/procmime.c
15677                 Add missing fclose()s on error
15678         * src/textview.c
15679                 Remove unused code
15680         * src/common/utils.c
15681                 Fix temp files not being deleted on windows
15682         Patches by Thomas Gilgin
15683
15684 2006-02-13 [colin]      2.0.0cvs47
15685
15686         * src/mainwindow.c
15687                 Fix exit crash
15688
15689 2006-02-13 [wwp]        2.0.0cvs46
15690
15691         * src/plugins/pgpcore/prefs_gpg.c
15692                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
15693
15694 2006-02-12 [colin]      2.0.0cvs45
15695
15696         * src/folderview.c
15697         * src/main.c
15698         * src/mainwindow.c
15699                 Fix "stuff" when quitting
15700
15701 2006-02-12 [wwp]        2.0.0cvs44
15702
15703         * src/prefs_themes.c
15704                 fix typos in debug messages.
15705
15706 2006-02-11 [colin]      2.0.0cvs43
15707
15708         * src/summaryview.c
15709                 don't allow drag/drop from ourself
15710
15711 2006-02-10 [wwp]        2.0.0cvs42
15712
15713         * src/exporthtml.c
15714         * src/html.c
15715         * src/html.h
15716         * src/procmime.c
15717         * src/textview.c
15718                 renamed html_ prefixed functions and data structures to avoid
15719                 namespace clashes w/ other software (gtkhtml2 for instance).
15720                 Closes bug #907.
15721
15722
15723 2006-02-09 [colin]      2.0.0cvs41
15724
15725         * src/summaryview.c
15726                 Fix shitty logic messed up. Thanks Ticho for the hint!
15727
15728 2006-02-09 [wwp]        2.0.0cvs40
15729
15730         * src/gtk/about.c
15731         * src/compose.c
15732         * src/prefs_account.c
15733         * src/prefs_gtk.h
15734         * src/editaddress.c
15735                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
15736                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
15737                 Browse buttons in accounts prefs.
15738
15739 2006-02-09 [colin]      2.0.0cvs39
15740
15741         * src/matcher.c
15742                 Check for pointer before using its members
15743         * src/gtk/gtksourceprintjob.c
15744                 Fix a wrong warning
15745
15746 2006-02-09 [wwp]        2.0.0cvs38
15747
15748         * src/gtk/filesel.c
15749                 fix few compiler warnings (type mismatch).
15750
15751 2006-02-09 [paul]       2.0.0cvs37
15752
15753         * po/fr.po
15754                 updated by Fabien Vantard
15755
15756 2006-02-08 [colin]      2.0.0cvs36
15757
15758         * src/prefs_common.c
15759         * src/common/defs.h
15760         * src/common/plugin.c
15761                 allow windows and linux configurations to coexist
15762                 patch by Thomas Gilgin
15763
15764 2006-02-08 [colin]      2.0.0cvs35
15765
15766         * src/filtering.c
15767         * src/matcher.c
15768         * src/matcher.h
15769         * src/matcher_parser_parse.y
15770         * src/prefs_filtering_action.c
15771         * src/prefs_matcher.c
15772                 Add the "Ignore thread" filtering
15773                 action
15774
15775 2006-02-08 [colin]      2.0.0cvs34
15776
15777         * src/compose.c
15778         * src/procmime.c
15779         * src/procmime.h
15780                 Fix bug #905 (damaged attachment)
15781                 text files with raw \0's aren't really text files
15782         FOR_STABLE
15783
15784 2006-02-08 [colin]      2.0.0cvs33
15785
15786         * src/summaryview.c
15787                 Fix crasher introduced yesterday
15788
15789 2006-02-08 [wwp]        2.0.0cvs32
15790
15791         * src/compose.c
15792         * src/compose.h
15793                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
15794
15795 2006-02-08 [wwp]        2.0.0cvs31
15796
15797         * src/prefs_template.c
15798                 templates enhancement: allow address completion for Cc and Bcc fields
15799                 (it was currently possible for the To field only)
15800
15801 2006-02-08 [colin]      2.0.0cvs30
15802
15803         * src/compose.c
15804                 Don't unblock if not blocked
15805         FOR_STABLE
15806
15807 2006-02-07 [colin]      2.0.0cvs29
15808
15809         * src/action.c
15810                 Forgot to refresh summaryview
15811
15812 2006-02-07 [colin]      2.0.0cvs28
15813
15814         * src/action.c
15815                 Freeze/thaw message list and folder list while
15816                 processing %as{} actions 
15817         * src/compose.c
15818                 Fix auto-wrap disabling after a middle-click
15819                 paste - FOR_STABLE
15820
15821 2006-02-07 [paul]       2.0.0cvs27
15822
15823         * src/folder.c
15824                 fix freeing of uninitialised pointers
15825                 Thanks to Colin
15826
15827 2006-02-06 [colin]      2.0.0cvs26
15828
15829         * src/folder.c
15830                 Use g_slist_prepend in potentially big list
15831
15832 2006-02-06 [colin]      2.0.0cvs25
15833
15834         * src/folder.c
15835                 Completely skip processing if it doesn't 
15836                 exist (faster!)
15837
15838 2006-02-06 [colin]      2.0.0cvs24
15839
15840         * src/folder.c
15841         * src/summaryview.c
15842                 Batch filtering in summaryview (from Tools menu)
15843                 and pre/post//-processing too
15844
15845 2006-02-06 [colin]      2.0.0cvs23
15846
15847         * src/procmsg.h
15848         * src/filtering.c
15849                 Use a special field for batch filtering instead
15850                 of stepping on deferred execution's toes
15851
15852 2006-02-06 [colin]      2.0.0cvs22
15853
15854         * src/action.c
15855         * src/filtering.c
15856         * src/filtering.h
15857         * src/folder.c
15858         * src/summaryview.c
15859                 Fix filtering via menus and actions
15860
15861 2006-02-06 [colin]      2.0.0cvs21
15862
15863         * src/imap.c
15864                 Put the added file directly to cache if possible (will work
15865                 with next libetpan)
15866         * src/filtering.c
15867         * src/filtering.h
15868         * src/inc.c
15869         * src/folder.c
15870         * src/mbox.c
15871         * src/procmsg.h
15872                 Move and copy filtered messages by batches instead of one
15873                 by one - faster on IMAP
15874         * src/procmsg.c
15875                 Add a function that'll possibly be useful later
15876
15877 2006-02-06 [colin]      2.0.0cvs20
15878
15879         * src/addressbook.c
15880                 Use internal mime-type instead of text/plain for d'n'd
15881         * src/compose.c
15882                 Allow attaching files from mimeview's icon list via d'n'd
15883         * src/folderview.c
15884         * src/folderview.h
15885                 Use internal mime-type instead of text/plain for d'n'd
15886                 Don't try to selected opened folder if none is
15887                 Factorize d'n'd from other apps code
15888         * src/headerview.c
15889         * src/textview.c
15890         * src/gtk/gtkutils.c
15891         * src/gtk/gtkutils.h
15892                 Factorize Face/X-Face stuff
15893         * src/mimeview.c
15894                 Fix d'n'd to other apps
15895         * src/prefs_message.c
15896                 Let the XFace pref be usable without libcompface as it also
15897                 applies to Face
15898         * src/summaryview.c
15899                 Fix d'n'd to other apps
15900                 Factorize d'n'd from other apps code
15901
15902 2006-02-06 [wwp]        2.0.0cvs19
15903
15904         * po/it.po
15905                 Italian translation fixes by Andrea Spadaccini (no more confusion
15906                 between filtering and processing, and few changes in the About
15907                 dialog).
15908
15909
15910 2006-02-06 [mones]      2.0.0cvs18
15911
15912         * src/gtk/icon_legend.c
15913                 Improved descriptions allowing better translations
15914
15915 2006-02-05 [colin]      2.0.0cvs17
15916
15917         * src/imap.c
15918                 Add the f*cking missing expunge that caused imap_fetch_env
15919                 to fail after an add_msgs ! :-///
15920         * src/etpan/imap-thread.c
15921                 Add a bit of debug
15922         FOR_STABLE
15923
15924 2006-02-05 [colin]      2.0.0cvs16
15925
15926         * src/common/utils.c
15927                 Don't check for return-path (or we can't put
15928                 back non-sent mails)
15929
15930 2006-02-05 [colin]      2.0.0cvs15
15931
15932         * src/textview.c
15933                 Don't try to display Face header in textview
15934                 when teh headerview's active
15935
15936 2006-02-05 [colin]      2.0.0cvs14
15937
15938         * tools/tbird2syl.py
15939         * tools/Makefile.am
15940                 Add script to import Thunderbird mails
15941
15942 2006-02-05 [colin]      2.0.0cvs13
15943
15944         * src/headerview.c
15945         * src/procheader.c
15946         * src/procmsg.c
15947         * src/procmsg.h
15948         * src/textview.c
15949                 Show Face headers - patch partially by Klaus Flittner
15950
15951 2006-02-05 [colin]      2.0.0cvs12
15952
15953         * src/folderview.c
15954         * src/summaryview.c
15955         * src/common/utils.c
15956         * src/common/utils.h
15957                 Let dnd work from mime icons to summaryview
15958                 and to folderview too
15959                 Add a crude test to avoid trying to add files
15960                 drag'n'dropped when they're not mails
15961
15962 2006-02-04 [colin]      2.0.0cvs11
15963
15964         * src/summaryview.c
15965         * src/mimeview.c
15966                 Fix utf8 conversion
15967
15968 2006-02-04 [colin]      2.0.0cvs10
15969
15970         * src/compose.c
15971         * src/folderview.c
15972         * src/mimeview.c
15973         * src/summaryview.c
15974         * src/summaryview.h
15975                 Added various drag and drop capas:
15976                 From                    To
15977                 summaryview             other apps
15978                 mimeview icons          other apps
15979                 other apps              summaryview
15980                 other apps              folderview
15981
15982                 This shouldn't have broken the existing:
15983                 From                    To
15984                 summaryview             folderview
15985                 folderview              folderview
15986                 summaryview             compose's attachments
15987
15988         Tests welcomed.
15989
15990 2006-02-02 [paul]       2.0.0cvs9
15991
15992         * src/mainwindow.c
15993                 move global option 'Set displayed columns...' out
15994                 of folder option grouping.
15995                 fix sensitivity of 'harvest addresses'
15996         FOR_STABLE
15997
15998 2006-02-01 [colin]      2.0.0cvs8
15999
16000         * src/mimeview.c
16001                 Revert the alertpanel patch, it sucks (intrusive
16002                 and gets in the way of "open")
16003
16004 2006-02-01 [colin]      2.0.0cvs7
16005
16006         * src/compose.c
16007         * src/prefs_account.c
16008         * src/prefs_common.c
16009         * src/common/defs.h
16010         * src/common/utils.c
16011         * src/common/utils.h
16012                 Add ability to edit the signature file
16013                 from the account preferences, and use
16014                 a default for the text editor.
16015                 Patch by Fabien Vantard
16016
16017 2006-02-01 [colin]      2.0.0cvs6
16018
16019         * src/mimeview.c
16020                 Try to get mime type by extension if it is
16021                 application/octet-stream
16022                 Display a window with possible choices when
16023                 encountering unknown mime types
16024         * src/gtk/filesel.c
16025         * src/gtk/filesel.h
16026                 Add preview
16027                 Allow multiple selection in filtered filesel
16028                 (patch by Fabien Vantard)
16029         * src/gtk/pluginwindow.c
16030                 Use it (patch by Fabien Vantard)
16031
16032 2006-02-01 [paul]       2.0.0cvs5
16033
16034         * src/jpilot.c
16035                 fix crash on creating jpilot address book
16036                 Thanks to Colin - FOR_STABLE
16037         * src/prefs_summaries.c
16038         * src/prefs_wrapping.c
16039         * src/gtk/icon_legend.c
16040         * src/gtk/quicksearch.c
16041                 string fixes and additions
16042
16043 2006-02-01 [paul]       2.0.0cvs4
16044
16045         * src/compose.c
16046         * src/mainwindow.c
16047         * src/messageview.c
16048         * src/prefs_send.c
16049                 add Arabic encoding option
16050                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
16051
16052 2006-01-31 [colin]      2.0.0cvs3
16053
16054         * src/plugins/pgpcore/passphrase.c
16055                 Convert passphrase to locale encoding
16056         * src/compose.c
16057                 Fix drafting on IMAP. Crappy bug sneaked in
16058                 the release :-/
16059         FOR_STABLE
16060
16061 2006-01-30 [paul]       2.0.0cvs2
16062
16063         * src/gtk/icon_legend.c
16064                 show the new entries
16065
16066 2006-01-30 [colin]      2.0.0cvs1
16067
16068         * src/manual.c
16069                 Check for the file to be present before 
16070                 enabling the menu - FOR_STABLE
16071         * src/gtk/icon_legend.c
16072                 Add folders icons (not all of them, there
16073                 are too much, but the most intriguing ones)
16074
16075 2006-01-30 [paul]       2.0.0
16076
16077         version 2.0.0 released
16078
16079 [For previous entries, see ChangeLog.pre2.0.0]