2007-10-05 [paul] 3.0.2cvs12
[claws.git] / ChangeLog
1 2007-10-05 [paul]       3.0.2cvs12
2
3         * configure.ac
4         * src/Makefile.am
5                 fix bug 1347, '-Wno-unused-function, optional'
6
7 2007-10-05 [colin]      3.0.2cvs11
8
9         * src/procmime.c
10         * src/common/mgutils.c
11                 Fix warnings
12
13 2007-10-05 [mones]      3.0.2cvs10
14
15         * manual/advanced.xml
16                 Use full menu name
17         * manual/es/advanced.xml
18                 Synchronise translation
19
20 2007-10-04 [colin]      3.0.2cvs9
21
22         * src/action.c
23         * src/addrbook.c
24         * src/addrindex.c
25         * src/compose.c
26         * src/exporthtml.c
27         * src/exportldif.c
28         * src/folder.c
29         * src/main.c
30         * src/matcher.c
31         * src/mbox.c
32         * src/messageview.c
33         * src/mh.c
34         * src/news.c
35         * src/partial_download.c
36         * src/pop.c
37         * src/procmime.c
38         * src/procmsg.c
39         * src/toolbar.c
40         * src/common/log.c
41         * src/common/mgutils.c
42         * src/common/plugin.c
43         * src/common/utils.c
44         * src/common/xml.c
45         * src/common/xml.h
46         * src/common/xmlprops.c
47         * src/common/xmlprops.h
48         * src/plugins/bogofilter/bogofilter.c
49         * src/plugins/clamav/clamav_plugin.c
50         * src/plugins/dillo_viewer/dillo_prefs.c
51         * src/plugins/pgpcore/prefs_gpg.c
52         * src/plugins/pgpinline/pgpinline.c
53         * src/plugins/pgpmime/pgpmime.c
54         * src/plugins/spamassassin/spamassassin.c
55         * src/plugins/trayicon/trayicon_prefs.c
56                 Verify success on writes. Will fix possible strange
57                 failure on disk full.
58
59 2007-10-04 [paul]       3.0.2cvs8
60
61         * manual/advanced.xml
62                 add further info about Actions
63                 Patch by Emmanuel Briot <briot@adacore.com>
64
65 2007-10-04 [paul]       3.0.2cvs7
66
67         * src/account.c
68                 remove the D column, instead indicate the
69                 default account by use of bold text
70
71 2007-10-03 [colin]      3.0.2cvs6
72
73         * src/common/template.c
74                 Fix templates writing (was prone to disk full problems)
75
76 2007-10-03 [colin]      3.0.2cvs5
77
78         * src/Makefile.am
79         * src/addrduplicates.c
80         * src/addrduplicates.h
81         * src/addressbook.c
82                 Add duplicate deletion. Patch by Holger
83
84 2007-10-03 [colin]      3.0.2cvs4
85
86         * src/matcher.c
87         * src/gtk/quicksearch.c
88                 Fix bug 1340, 'Case insensitive searches with 
89                 non-ascii alphabets fail'.
90
91 2007-10-03 [colin]      3.0.2cvs3
92
93         * src/main.c
94         * src/common/utils.c
95         * src/common/utils.h
96                 Implement run-time alternative config directories
97
98 2007-10-03 [colin]      3.0.2cvs2
99
100         * src/folderview.c
101                 Prevent opening folder item while folder
102                 is scanned in a better way
103
104 2007-10-02 [paul]       3.0.2cvs1
105
106         * NEWS
107         * README
108         * RELEASE_NOTES
109         * configure.ac
110                 bump up version number following stable release
111
112 2007-09-30 [colin]      3.0.1cvs49
113
114         * src/imap.c
115                 Refresh session if needed
116
117 2007-09-30 [colin]      3.0.1cvs48
118
119         * src/imap.c
120                 Reset folder's session to NULL
121                 before destroying it
122
123 2007-09-30 [mones]      3.0.1cvs47
124
125         * manual/handling.xml
126                 Use markup quotes instead hardcoded quotes
127         * manual/es/handling.xml
128                 Added new synced section (IMAP subscriptions)
129
130 2007-09-29 [colin]      3.0.1cvs46
131
132         * src/imap.c
133                 Notice disconnections faster
134
135 2007-09-28 [colin]      3.0.1cvs45
136
137         * src/addressbook.c
138         * src/addrindex.c
139                 Fix warnings
140
141 2007-09-28 [paul]       3.0.1cvs44
142
143         * src/mimeview.c
144                 fix maemo build
145
146 2007-09-28 [paul]       3.0.1cvs43
147
148         * src/account.c
149                 use gtk_widget_set_size_request() on the label
150                 so that wrapping works better. get rid of the
151                 (partially deprecated) hbutton_box.
152                 these changes should prevent buttons overlapping
153                 on maemo
154
155 2007-09-28 [colin]      3.0.1cvs42
156
157         * src/pop.c
158                 Fix typo :)
159
160 2007-09-28 [colin]      3.0.1cvs41
161
162         * src/compose.c
163         * src/msgcache.c
164         * src/pop.c
165         * src/procmime.c
166         * src/etpan/imap-thread.c
167                 64bits-related warning fixes
168
169 2007-09-28 [colin]      3.0.1cvs40
170
171         * src/folder_item_prefs.c
172         * src/ldaputil.c
173         * src/mainwindow.c
174         * src/mimeview.c
175         * src/common/tags.c
176                 Fix warnings
177
178 2007-09-28 [colin]      3.0.1cvs39
179
180         * src/plugins/spamassassin/spamassassin.c
181         * src/plugins/spamassassin/spamassassin.h
182         * src/plugins/spamassassin/spamassassin_gtk.c
183                 Add addressbook-based whitelisting
184
185 2007-09-28 [colin]      3.0.1cvs38
186
187         * src/folder.c
188                 Fix bug 1337, 'crash on pressing Send button'
189
190 2007-09-28 [paul]       3.0.1cvs37
191
192         * src/prefs_folder_item.c
193                 give the orphans a parent. makes all prefs
194                 pages visible on maemo
195
196 2007-09-28 [colin]      3.0.1cvs36
197
198         * src/prefs_folder_column.c
199         * src/prefs_summary_column.c
200                 Fix two leaks
201
202 2007-09-27 [colin]      3.0.1cvs35
203
204         * src/gtk/quicksearch.c
205                 Fix bug 1336, 'Segfault if empty space before search-string'
206
207 2007-09-26 [mones]      3.0.1cvs34
208
209         * manual/account.xml
210         * manual/plugins.xml
211                 Fixed irc channel name, added some docbook markup.
212                 Changed text markup to docbook markup. 
213                 Added spamcop as supported in SpamReport description.
214         * manual/fr/plugins.xml
215                 Fixed irc channel name.
216         * manual/es/account.xml
217         * manual/es/advanced.xml
218         * manual/es/claws-mail-manual.xml
219         * manual/es/glossary.xml
220         * manual/es/gpl.xml
221         * manual/es/keyboard.xml
222         * manual/es/plugins.xml
223                 Synced with English version, fixed a couple of typos.
224
225 2007-09-26 [colin]      3.0.1cvs33
226
227         * configure.ac
228                 Explain why "Libgnomeprint: no" on GTK+ 2.10
229
230 2007-09-26 [colin]      3.0.1cvs32
231
232         * src/messageview.c
233         * src/procmsg.c
234         * src/procmsg.h
235                 Optimisation: avoid fetching mail 3 times locally
236                 for displaying
237
238 2007-09-26 [colin]      3.0.1cvs31
239
240         * src/mh.c
241                 Fix missing static
242
243 2007-09-26 [colin]      3.0.1cvs30
244
245         * src/folder.c
246         * src/folder.h
247         * src/mh.c
248         * src/mh.h
249                 Fix MH mtime hack - make it a folder class function
250
251 2007-09-26 [colin]      3.0.1cvs29
252
253         * src/inc.c
254                 Fix bug 1334, 'user defined mail incorporation 
255                 script not run'
256
257 2007-09-25 [colin]      3.0.1cvs28
258
259         * src/codeconv.c
260                 Optimisation: shortcut conv_codeset_strdup
261                 when src_code and dest_code are the same
262         * src/common/xml.c
263         * src/common/xml.h
264                 Optimisation: shortcut code conversions when
265                 files are in UTF-8; faster list walking by
266                 using prepend/reverse.
267
268 2007-09-25 [holger]     3.0.1cvs27
269
270         * src/printing.c
271                 Replace button bar of the preview window
272                 with a real toolbar (patch by Colin)
273                 Add zooming to the preview window
274
275 2007-09-24 [paul]       3.0.1cvs26
276
277         * src/compose.c
278                 compact the character set menu, adding some
279                 missing encodings. Patch by Pawel Pekala
280
281 2007-09-23 [paul]       3.0.1cvs25
282
283         * src/prefs_account.c
284         * src/prefs_folder_item.c
285         * src/prefs_quote.c
286         * src/quote_fmt.c
287         * src/quote_fmt.h
288                 remove unnecessary frame from Templates options
289                 and improve the English of the check button label
290
291 2007-09-22 [colin]      3.0.1cvs24
292
293         * src/gtk/quicksearch.c
294                 Fix bug 1329, 'error in quicksearch.c'
295                 Fix return with value in function returning void
296
297 2007-09-22 [colin]      3.0.1cvs23
298
299         * src/imap.c
300         * src/procmsg.h
301         * src/common/utils.c
302         * src/common/utils.h
303         * src/etpan/imap-thread.c
304                 Optimise fetching IMAP cached emails *a lot*
305                 (remember whether mail is fully cached and \r's
306                  are already stripped)
307
308 2007-09-22 [colin]      3.0.1cvs22
309
310         * src/folder.c
311         * src/folder.h
312         * src/prefs_folder_item.c
313                 Add a button to allow users to drop local caches.
314
315 2007-09-21 [colin]      3.0.1cvs21
316
317         * src/summaryview.c
318                 Remove unnecessary error when cancelling export to mbox.
319                 Patch by Pawel
320
321 2007-09-21 [paul]       3.0.1cvs20
322
323         * src/gtk/prefswindow.c
324                 remove unnecessary frames from the prefs
325                 pages. Patch by Pawel Pekala
326
327 2007-09-21 [paul]       3.0.1cvs19
328
329         * src/prefs_account.c
330         * src/prefs_folder_item.c
331         * src/prefs_quote.c
332         * src/quote_fmt.c
333                 put the Templates options into a tabbed
334                 layout. Patch by Pawel Pekala
335
336 2007-09-21 [paul]       3.0.1cvs18
337
338         * src/mainwindow.c
339                 group together the character set menu items
340                 move the /View/Show or hide/Message view below
341                 .../Toolbar menu item
342                 Patch by Pawel Pekala
343
344 2007-09-21 [mones]      3.0.1cvs17
345
346         * src/compose.c
347                 Fix for bug 1327, 'segfault when replying to a non-existent
348                 news message', thanks to Colin.
349
350 2007-09-21 [colin]      3.0.1cvs16
351
352         * src/folderview.c
353                 Complete 3.0.1cvs15
354
355 2007-09-20 [colin]      3.0.1cvs15
356
357         * src/folderview.c
358         * src/folderview.h
359                 Maybe fix bug 1324, 'Corrupted IMAP cache'
360
361 2007-09-20 [colin]      3.0.1cvs14
362
363         * src/printing.c
364                 Fix a little leak
365
366 2007-09-20 [holger]     3.0.1cvs13
367
368         * src/printing.c
369                 Add page layout to print preview.
370                 Make the close-button in the toolbar
371                 right-aligned.
372
373 2007-09-20 [paul]       3.0.1cvs12
374
375         * po/ru.po
376                 updated by Pavlo Bohmat
377
378 2007-09-19 [colin]      3.0.1cvs11
379
380         * src/common/utils.c
381                 Prevent unquoted mime boundaries, by always
382                 using a /
383
384 2007-09-19 [colin]      3.0.1cvs10
385
386         * src/printing.c
387                 Fix drawing area size, fix DPI change that
388                 can cause total number of lines to decrease
389
390 2007-09-19 [colin]      3.0.1cvs9
391
392         * po/POTFILES.in
393         * src/printing.c
394                 Make print preview more efficient and nicer.
395                 Patch mostly by Holger Berndt <hb@claws-mail.org>
396
397 2007-09-19 [colin]      3.0.1cvs8
398
399         * src/prefs_common.c
400         * src/prefs_common.h
401         * src/printing.c
402                 Add scrolledwindow, default allocation and
403                 size saving to the print preview window.
404
405 2007-09-18 [colin]      3.0.1cvs7
406
407         * src/prefs_common.c
408         * src/prefs_common.h
409         * src/prefs_image_viewer.c
410         * src/printing.c
411                 GtkPrintOperation:
412                 - add image printing support
413                 - add option to print images
414                 - add preview widget
415                 - add saving of a few Page Setup parameters
416
417 2007-09-18 [colin]      3.0.1cvs6
418
419         * AUTHORS
420         * src/gtk/authors.h
421                 Add Guillaume Chazarain
422
423 2007-09-18 [colin]      3.0.1cvs5
424
425         * src/common/utils.c
426                 Fix bug 1321, 'access before allocation 
427                 when scanning for uris'. Patch by 
428                 Guillaume Chazarain <guichaz@yahoo.fr>
429
430 2007-09-18 [colin]      3.0.1cvs4
431
432         * src/toolbar.c
433                 Fix bug 1320, 'Memory leak caused by 
434                 gtk_container_get_children'. Patch by
435                 Guillaume Chazarain <guichaz@yahoo.fr>
436
437 2007-09-18 [colin]      3.0.1cvs3
438
439         * src/printing.c
440         * src/printing.h
441                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
442
443 2007-09-18 [colin]      3.0.1cvs2
444
445         * src/Makefile.am
446         * src/mainwindow.c
447         * src/messageview.c
448         * src/messageview.h
449         * src/prefs_ext_prog.c
450         * src/prefs_fonts.c
451         * src/printing.c
452         * src/printing.h
453         * src/summaryview.c
454                 Use GtkPrintOperation by default on GTK+ >= 2.10
455                 Patch by Holger Berndt <hb@claws-mail.org>
456
457 2007-09-18 [paul]       3.0.1cvs1
458
459         * NEWS
460         * README
461         * RELEASE_NOTES
462         * configure.ac
463                 bump up version number following stable release
464
465 2007-09-16 [colin]      3.0.0cvs18
466
467         * src/folder.c
468                 Fix possible memleak
469
470 2007-09-16 [colin]      3.0.0cvs17
471
472         * src/folderview.c
473                 Fix bug 1311, 'Wrong arrow position 
474                 while moving message into folder when 
475                 column headers hidden'
476         * src/image_viewer.c
477                 Show error in the GUI if image can't
478                 be loaded
479         * src/matcher.c
480                 Fix spurious output
481         * src/messageview.c
482                 Allow setting domain in msgid
483         * src/common/plugin.c
484                 Add timing information
485
486 2007-09-16 [colin]      3.0.0cvs16
487
488         * src/account.c
489         * src/compose.c
490         * src/prefs_account.c
491         * src/prefs_account.h
492         * src/prefs_template.c
493         * src/common/utils.c
494                 Remove Generate Message-ID option. We need
495                 this on some IMAP servers.
496
497 2007-09-16 [colin]      3.0.0cvs15
498
499         * src/prefs_filtering.c
500         * src/prefs_filtering.h
501         * src/prefs_filtering_action.c
502         * src/common/tags.c
503                 Fix tags issues: tags with spaces, renaming
504                 tags.
505
506 2007-09-16 [colin]      3.0.0cvs14
507
508         * src/folderview.c
509         * src/main.c
510         * src/mainwindow.c
511                 Fix bug 1308, 'Claws deletes folderlist.xml after
512                 fetching mail short after start-up'
513
514 2007-09-16 [colin]      3.0.0cvs13
515
516         * src/compose.c
517                 Fix scrolling to cursor
518
519 2007-09-16 [paul]       3.0.0cvs12
520
521         * po/sr.po
522                 updated by Aleksandar Urosevic
523
524 2007-09-16 [paul]       3.0.0cvs11
525
526         * src/folder.c
527                 do not allow locked msgs to be deleted,
528                 even by filtering/processing
529
530 2007-09-07 [paul]       3.0.0cvs10
531
532         * src/prefs_folder_column.c
533         * src/prefs_summary_column.c
534                 implement button sensitivity
535                 patch by Pawel Pekala
536
537 2007-09-06 [wwp]        3.0.0cvs9
538
539         * src/prefs_gtk.c
540                 Add a missing linefeed to a debug message.
541
542 2007-09-05 [colin]      3.0.0cvs8
543
544         * src/inc.c
545                 Fix statusbar/window mismatch on Maemo
546
547 2007-09-05 [colin]      3.0.0cvs7
548
549         * src/ldaputil.c
550                 Fix build without USE_LDAP_TLS
551
552 2007-09-05 [colin]      3.0.0cvs6
553
554         * src/folder.c
555         * src/imap.c
556         * src/inc.c
557         * src/mbox.c
558         * src/send_message.c
559         * src/statusbar.c
560         * src/statusbar.h
561                 Maemo: distinguish various statusbar messages,
562                 in order to display only the most important.
563
564 2007-09-04 [wwp]        3.0.0cvs5
565
566         * src/account.c
567                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
568                 Show protocol "SMTP" and the appropriate server for send-only
569                 accounts, show "-" instead of "" when no value is relevant.
570
571 2007-09-03 [ticho]      3.0.0cvs4
572
573         * src/summaryview.c
574                 Handle plural form better in delete confirmation dialog.
575
576 2007-09-03 [wwp]        3.0.0cvs3
577
578         * src/compose.c
579                 Warn differently when sending or sending later (queueing).
580
581 2007-09-03 [colin]      3.0.0cvs2
582
583         * src/procmime.c
584         * src/procmime.h
585         * src/common/plugin.c
586         * src/common/plugin.h
587                 Add a new plugin API, MimeParser. It allows
588                 plugins to scan email MIME parts and optionally,
589                 transform them.
590
591 2007-09-03 [mones]      3.0.0cvs1
592
593         * po/es.po
594                 Updated translation
595         * src/common/defs.h
596                 While a better solution is made double history sizes
597
598 2007-09-03 [paul]       3.0.0
599
600         * NEWS
601         * README
602         * RELEASE_NOTES
603                 3.0.0 released
604
605 2007-09-03 [paul]       2.10.0cvs191
606
607         * po/bg.po
608         * po/ca.po
609         * po/de.po
610         * po/fi.po
611         * po/fr.po
612         * po/hu.po
613         * po/it.po
614         * po/pl.po
615         * po/pt_BR.po
616         * po/ru.po
617         * po/sk.po
618         * po/zh_CN.po
619                 updated by Yasen Pramatarov, Miquel Oliete, Stephan
620                 Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso,
621                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves
622                 Guimaraes, Pavlo Bohmat, Andrej Kacian, and Ralph Young
623
624 2007-09-02 [colin]      2.10.0cvs190
625
626         * src/edittags.c
627         * src/common/tags.c
628                 Prevent empty or white-space tags
629
630 2007-09-01 [colin]      2.10.0cvs189
631
632         * src/main.c
633                 Fix double-reading of accounts list when
634                 the wizard has been run due to no accounts
635         * src/mainwindow.c
636                 Fix sensitivity of a menu item in case 
637                 there's no account
638
639 2007-09-01 [wwp]        2.10.0cvs188
640
641         * src/wizard.c
642                 Fix wizard crash when Mailbox dir already exists
643                 (thanks to Colin).
644
645 2007-08-31 [colin]      2.10.0cvs187
646
647         * src/etpan/imap-thread.c
648                 Fix unwanted creation of 
649                 libetpan's stream dump file
650         * src/compose.c
651                 Fix coloring of pastes as quotation
652         * src/summaryview.c
653                 Maemo: Fix opening of mails from keypad
654                 in Sent folders
655         * src/addressbook.c
656         * src/folderview.c
657         * src/image_viewer.c
658         * src/mimeview.c
659         * src/gtk/prefswindow.c
660                 Maemo: Fix adjustments changes 
661
662 2007-08-30 [colin]      2.10.0cvs186
663
664         * src/folderview.c
665                 Don't opened selected folder when clicking
666                 on white space
667         * src/mainwindow.c
668                 Maemo: Make Esc close messageviews
669         * src/messageview.c
670                 Maemo: Fix message scrolling to the end on 
671                 opening
672                 Maemo: Fix reopening same message
673         * src/gtk/prefswindow.c
674                 Maemo: try to fix scrollbar. Doesn't work,
675                 it seems as if gtk_adjustment_set_value was
676                 a noop.
677
678 2007-08-30 [colin]      2.10.0cvs185
679
680         * src/compose.c
681         * src/folderview.c
682         * src/main.c
683         * src/prefs_matcher.c
684         * src/prefs_template.c
685         * src/quote_fmt.c
686         * src/send_message.c
687         * src/toolbar.c
688         * src/gtk/gtkaspell.c
689         * src/plugins/bogofilter/bogofilter.c
690         * src/plugins/bogofilter/bogofilter_gtk.c
691         * src/plugins/clamav/clamav_plugin_gtk.c
692         * src/plugins/pgpcore/sgpgme.c
693         * src/plugins/spamassassin/spamassassin.c
694         * src/plugins/spamassassin/spamassassin_gtk.c
695                 Fix all potential misuses of format-string functions
696
697 2007-08-30 [wwp]        2.10.0cvs184
698
699         * src/prefs_template.c
700                 Fix a leak.
701
702 2007-08-29 [colin]      2.10.0cvs183
703
704         * src/plugins/trayicon/trayicon.c
705                 Fix leak of hooks in case of error,
706                 thanks to Holger Berndt
707
708 2007-08-28 [colin]      2.10.0cvs182
709
710         * src/mainwindow.c
711                 Don't use current folder settings when
712                 composing from the compose button's
713                 account selector
714
715 2007-08-28 [colin]      2.10.0cvs181
716
717         * src/quote_fmt_parse.y
718                 Fix cursor offset when quote contains UTF-8
719                 chars
720
721 2007-08-28 [colin]      2.10.0cvs180
722
723         * src/compose.c
724         * src/compose.h
725                 Fix signature replacement when it's been wrapped
726
727 2007-08-27 [colin]      2.10.0cvs179
728
729         * src/summaryview.c
730                 Fix indentation
731
732 2007-08-27 [colin]      2.10.0cvs178
733
734         * src/summaryview.c
735                 Fix Quicksearch's Sticky mode
736
737 2007-08-27 [colin]      2.10.0cvs177
738
739         * src/folder_item_prefs.c
740         * src/folder_item_prefs.h
741         * src/imap_gtk.c
742         * src/mh_gtk.c
743                 Fix loss of subfolders properties when
744                 renaming a folder
745
746 2007-08-26 [wwp]        2.10.0cvs176
747
748         * src/alertpanel.c
749         * src/messageview.c
750         * src/prefs_actions.c
751                 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
752                 will have to be used when necessary *before* calling
753                 alertpanel functions.
754
755 2007-08-25 [paul]       2.10.0cvs175
756
757         * src/prefs_actions.c
758                 workaround gettext problem marking
759                 string as c-format when it's not
760
761 2007-08-25 [wwp]        2.10.0cvs174
762
763         * src/alertpanel.c
764         * src/messageview.c
765         * src/prefs_actions.c
766                 Call the pango markup escape function right ince in alertpanel_create
767                 instead of everywhere (reverts some parts of 2.10.0cvs123 and
768                 2.10.0cvs158).
769
770         * src/common/log.c
771                 Fix a crash due to a misuse of g_print(), encountered when the string
772                 passed to g_print was containing printf substitution symbols.
773
774 2007-08-25 [paul]       2.10.0cvs173
775
776         * src/common/log.c
777                 fix a segfault when refreshing RSSyl feeds
778
779 2007-08-25 [paul]       2.10.0cvs172
780
781         * src/gtk/icon_legend.c
782                 add watchthread.xpm
783
784 2007-08-25 [paul]       2.10.0cvs171
785
786         * src/Makefile.am
787         * src/stock_pixmap.c
788         * src/pixmaps/insert_file.xpm
789                 add a new pixmap instead of re-using
790                 paste.xpm. (easier for icon theme authors)
791
792 2007-08-24 [holger]     2.10.0cvs170
793
794         * src/plugins/trayicon/trayicon.c
795                 The same fix for another hook id.
796
797 2007-08-24 [holger]     2.10.0cvs169
798
799         * src/plugins/trayicon/trayicon.c
800                 Micro-fix: Do the error checking for
801                 the right hook id.
802
803 2007-08-24 [paul]       2.10.0cvs168
804
805         * src/folder.h
806                 fix typo causing compiler warning
807
808 2007-08-24 [paul]       2.10.0cvs167
809
810         * README
811                 put back the correct version of this file also
812
813 2007-08-24 [colin]      2.10.0cvs166
814
815         * src/send_message.c
816                 Use progress bar when sending messages
817
818 2007-08-24 [paul]       2.10.0cvs165
819
820         * Makefile.am
821                 oops! if i'm quick no-one will notice
822                 (put back the proper file)
823
824 2007-08-24 [paul]       2.10.0cvs164
825
826         * AUTHORS
827         * Makefile.am
828         * README
829         * src/gtk/authors.h
830         * tools/Makefile.am
831         * tools/README
832         * tools/mew2claws-mail.pl
833                 add new script that imports a Mew address book
834                 submitted by Jerome Lelong
835
836 2007-08-24 [paul]       2.10.0cvs163
837
838         * manual/plugins.xml
839                 remove the obsolete plugins, add the
840                 missing plugins, including the forthcoming
841                 SpamReport plugin
842
843 2007-08-24 [paul]       2.10.0cvs162
844
845         * manual/advanced.xml
846                 add info about the hidden emphasis_color option
847         * manual/keyboard.xml
848                 correct the info about hotkeys
849                 wrap the long lines
850
851 2007-08-24 [paul]       2.10.0cvs161
852
853         * src/folderview.c
854                 add mnemonic to 'Run procesing rules'
855
856 2007-08-24 [paul]       2.10.0cvs160
857
858         * src/account.c
859         * src/folder.c
860         * src/folder.h
861                 use suitable defaults for outbox,
862                 queue, drafts and trash folders
863
864 2007-08-24 [wwp]        2.10.0cvs159
865
866         * src/folderview.c
867                 Update menu item sensitivity if necessary (or we get a
868                 gtk critical message).
869
870 2007-08-23 [wwp]        2.10.0cvs158
871
872         * src/action.c
873         * src/prefs_actions.c
874                 Allow literal % chars in action commands (use %%).
875                 Add a missing p++ to the action parser in action_get_type(),
876                 which was missing it, even if it was neutral.
877                 Fix a pango markup warning at runtime.
878
879 2007-08-23 [wwp]        2.10.0cvs157
880
881         * src/addressbook.c
882                 Contacts are now locale-aware sorted in the address book
883                 (LC_COLLATE matters here).
884                 Fix missing table initializers.
885
886 2007-08-23 [colin]      2.10.0cvs156
887
888         * src/imap.c
889                 Check scan_required on dest folder when copying
890
891 2007-08-23 [colin]      2.10.0cvs155
892
893         * src/imap.c
894                 Fix scanning when folder was empty
895
896 2007-08-22 [colin]      2.10.0cvs154
897
898         * src/msgcache.c
899                 Don't g_warning when g_try_malloc fails(), or it makes
900                 things worse as g_log() allocates. Fixes bug 1290,
901                 'Claws Mail crashes if too little memory when 
902                 rebuilding folder tree'
903
904 2007-08-22 [colin]      2.10.0cvs153
905
906         * src/inc.c
907                 Fix format string vulnerability, thanks to
908                 Ulf Harnhammar, Secunia Research
909
910 2007-08-22 [colin]      2.10.0cvs152
911
912         * src/ldapserver.c
913                 Set tv_usec too
914
915 2007-08-22 [wwp]        2.10.0cvs151
916
917         * src/ldapquery.c
918                 Few better null-ptr checks.
919
920 2007-08-22 [colin]      2.10.0cvs150
921
922         * src/editldap.c
923         * src/editldap_basedn.c
924         * src/ldapquery.c
925         * src/ldapserver.c
926         * src/ldapserver.h
927         * src/ldapupdate.c
928         * src/ldaputil.c
929         * src/ldaputil.h
930                 Fix ldap timeouts
931
932 2007-08-22 [colin]      2.10.0cvs149
933
934         * src/ldapquery.c
935                 Finish previous fix
936
937 2007-08-22 [colin]      2.10.0cvs148
938
939         * src/ldapquery.c
940                 Fix wrong assertions
941
942 2007-08-22 [colin]      2.10.0cvs147
943
944         * src/ldaputil.c
945                 Fix test (set ldap v3 if bindDN is set or TLS is set)
946
947 2007-08-22 [colin]      2.10.0cvs146
948
949         * src/editldap.c
950         * src/ldaputil.c
951                 Fix wrong "Connected successfully to server". Connection only succeeds if
952                 we can get the base DN.
953
954 2007-08-21 [wwp]        2.10.0cvs145
955
956         * src/browseldap.c
957         * src/editldap.c
958         * src/ldapctrl.c
959         * src/ldapquery.c
960         * src/ldapserver.c
961         * src/ldapupdate.c
962         * src/ldaputil.c
963                 More sanity checks in ldap functions.
964
965 2007-08-21 [wwp]        2.10.0cvs144
966
967         * src/prefs_account.c
968                 Don't return a value in a void function().
969
970 2007-08-21 [paul]       2.10.0cvs143
971
972         * src/messageview.c
973                 add check for ftp: to messageview_list_urls()
974
975 2007-08-21 [colin]      2.10.0cvs142
976
977         * src/editldap.c
978         * src/ldapctrl.c
979         * src/ldapctrl.h
980         * src/ldapquery.c
981         * src/ldapupdate.c
982                 Fix bug 1293, 'LDAP address book not working'
983                 Search only on specified fields, but fetch 
984                 every field possible. People will have to 
985                 reset the searched Attributes in their LDAP
986                 servers properties.
987
988 2007-08-21 [wwp]        2.10.0cvs141
989
990         * src/addr_compl.c
991         * src/addrbook.c
992         * src/addrcache.c
993         * src/addrcindex.c
994         * src/addressbook.c
995         * src/addrindex.c
996         * src/browseldap.c
997         * src/crash.c
998         * src/editaddress_other_attributes_ldap.c
999         * src/exporthtml.c
1000         * src/folder.c
1001         * src/folderview.c
1002         * src/imap.c
1003         * src/jpilot.c
1004         * src/ldapserver.c
1005         * src/ldapupdate.c
1006         * src/ldif.c
1007         * src/main.c
1008         * src/mainwindow.c
1009         * src/matcher.c
1010         * src/mh.c
1011         * src/msgcache.c
1012         * src/mutt.c
1013         * src/pine.c
1014         * src/pop.c
1015         * src/prefs_customheader.c
1016         * src/prefs_msg_colors.c
1017         * src/procmime.c
1018         * src/textview.c
1019         * src/vcard.c
1020         * src/wizard.c
1021         * src/common/log.c
1022         * src/common/socket.c
1023         * src/common/ssl_certificate.c
1024         * src/common/utils.c
1025         * src/common/utils.h
1026         * src/gtk/description_window.c
1027         * src/plugins/demo/demo.c
1028         * src/plugins/pgpcore/prefs_gpg.c
1029         * src/plugins/spamassassin/libspamc.c
1030                 Make sure we use glib functions to send text messages (information,
1031                 debug, warning, errors) to stdout/stderr - no more direct puts
1032                 fputs printf fprintf to stdout/stderr when it can be done using
1033                 g_log*() and g_print/g_printerr. Doing this, we make sure every
1034                 stdout/stderr message is saved to log in Windows.
1035
1036
1037 2007-08-21 [wwp]        2.10.0cvs140
1038
1039         * src/main.c
1040         * src/common/utils.h
1041                 Route glib's stdout/stderr messages to a log file (Windows only),
1042                 instead of loosing them.
1043
1044 2007-08-21 [paul]       2.10.0cvs139
1045
1046         * src/mainwindow.c
1047                 replace deprecated g_strncasecmp()
1048         * src/messageview.c
1049                 fix 'List URLS'
1050
1051 2007-08-20 [ticho]      2.10.0cvs138
1052
1053         * src/account.c
1054         * src/prefs_account.h
1055                 Copy all account preferences in account_clone() - some
1056                 were missing.
1057         * src/prefs_account.c
1058                 Handle empty privacy system combobox gracefully (warning
1059                 instead of a crash).
1060
1061 2007-08-20 [colin]      2.10.0cvs137
1062
1063         * src/ldapctrl.c
1064                 Fix a leak
1065
1066 2007-08-20 [paul]       2.10.0cvs136
1067
1068         * src/browseldap.c
1069         * src/editldap.c
1070         * src/ldapctrl.c
1071         * src/ldapquery.c
1072         * src/ldapquery.h
1073         * src/ldapserver.c
1074         * src/ldaputil.c
1075                 add debug_prints
1076                 patch by Michael Rasmussen
1077
1078 2007-08-19 [colin]      2.10.0cvs135
1079
1080         * src/imap.c
1081                 Fix previous commit. Sensitivity update is needed
1082                 for "Cancel receiving". However when batching we
1083                 don't need to do it for every message flag change,
1084                 just once at the start and once at the end.
1085
1086 2007-08-19 [colin]      2.10.0cvs134
1087
1088         * src/imap.c
1089                 Remove useless menu updates on session lock/unlock
1090
1091 2007-08-19 [colin]      2.10.0cvs133
1092
1093         * src/etpan/imap-thread.c
1094                 Make all fetch logs less verbose
1095
1096 2007-08-19 [paul]       2.10.0cvs132
1097
1098         * src/foldersel.c
1099         * src/folderview.c
1100         * src/summaryview.c
1101                 fix bug 1286, 'Can't move a folder into a "Folders
1102                 Only" folder'
1103
1104 2007-08-18 [ticho]      2.10.0cvs131
1105
1106         * src/editaddress_other_attributes_ldap.c
1107                 Converted option menu for other ldap attributes to GtkComboBox.
1108
1109 2007-08-18 [colin]      2.10.0cvs130
1110
1111         * src/compose.c
1112         * src/prefs_common.c
1113         * src/prefs_common.h
1114         * src/prefs_send.c
1115         * src/send_message.c
1116                 Revert 'send_dialog_mode' meaning to 
1117                 'send_dialog_invisible', so that the 
1118                 new checkbox doesn't change the 
1119                 existing behaviour.
1120
1121 2007-08-18 [paul]       2.10.0cvs129
1122
1123         * src/summaryview.c
1124                 add missing menu update
1125
1126 2007-08-17 [colin]      2.10.0cvs128
1127
1128         * src/folder.c
1129                 Set batching after getting flags - maybe fixes
1130                 bug 1292, 'CM crashes on writing mail'
1131
1132 2007-08-16 [ticho]      2.10.0cvs127
1133
1134         * src/prefs_send.c
1135                 Convert two GtkOptionMenu widgets to new GtkComboBox.
1136         * src/gtk/combobox.h
1137         * src/gtk/gtkutils.c
1138                 Allow NULL for GtkComboBox menuitem label, rendering such
1139                 items as row separators.
1140
1141 2007-08-16 [paul]       2.10.0cvs126
1142
1143         * src/plugins/trayicon/trayicon.c
1144                 remove wrongly used gettextisation
1145
1146 2007-08-15 [ticho]      2.10.0cvs125
1147
1148         * src/importldif.c
1149                 Fixed a runtime warning where an attempt to pack an
1150                 already packed GtkLabel was made.
1151
1152 2007-08-15 [ticho]      2.10.0cvs124
1153
1154         * src/prefs_compose_writing.c
1155                 Convert the insert-or-attach-dragged-files GtkOptionMenu
1156                 into GtkComboBox.
1157
1158 2007-08-14 [ticho]      2.10.0cvs123
1159
1160         * src/messageview.c
1161         * src/gtk/gtkutils.c
1162                 Changed return receipt account selector to GtkComboBox.
1163                 Fixed a runtime warning where GTK tried to parse
1164                 "name <email@address" as a Pango markup in an alertpanel label.
1165
1166 2007-08-14 [ticho]      2.10.0cvs122
1167
1168         * src/prefs_logging.c
1169                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
1170
1171 2007-08-14 [wwp]        2.10.0cvs121
1172
1173         * tools/Makefile.am
1174         * tools/README
1175         * tools/popfile-link.sh
1176                 Added a new tool: POPFile helper, to open
1177                 selected messages in POPFile control center,
1178                 in order to change the messages' status.
1179
1180 2007-08-14 [ticho]      2.10.0cvs120
1181
1182         * src/compose.c
1183         * src/prefs_common.c
1184         * src/prefs_common.h
1185         * src/prefs_send.c
1186         * src/send_message.c
1187                 Change "Show send dialog" optionmenu to a checkbutton.
1188         * src/prefs_receive.c
1189                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
1190
1191 2007-08-13 [wwp]        2.10.0cvs119
1192
1193         * src/addr_compl.c
1194         * src/addressbook.c
1195         * src/addrindex.c
1196         * src/compose.c
1197         * src/filtering.c
1198         * src/folderview.c
1199         * src/inc.c
1200         * src/matcher.c
1201         * src/mh.c
1202         * src/partial_download.c
1203         * src/prefs_gtk.c
1204         * src/procmsg.c
1205         * src/stock_pixmap.c
1206         * src/summaryview.c
1207         * src/common/utils.c
1208         * src/gtk/gtkaspell.c
1209         * src/gtk/menu.c
1210                 Make sure we never pass NULL pointers for %s substitutions
1211                 (prevent from crashing in Windows).
1212
1213 2007-08-13 [wwp]        2.10.0cvs118
1214
1215         * src/msgcache.c
1216                 Re-enable mmap_reads in Windows with some missing
1217                 CloseHandle of mapping objects, thanks to
1218                 Marcus Brinkmann.
1219
1220 2007-08-13 [paul]       2.10.0cvs117
1221
1222         * src/common/utils.c
1223                 fix bug 1287, 'Compile time problem on Solaris
1224                 (nexenta gnu/Solaris) utils.c'
1225                 Thanks to Piotr Chrzczonowicz
1226
1227 2007-08-12 [wwp]        2.10.0cvs116
1228
1229         * src/plugins/pgpcore/prefs_gpg.c
1230                 Don't try to unset a GPG_AGENT_INFO that was not
1231                 set (and don't use a NULL string in Windows, it was
1232                 crashing with --debug if GPG_AGENT_INFO was not set).
1233
1234 2007-08-12 [wwp]        2.10.0cvs115
1235
1236         * src/privacy.h
1237                 Make gcc type-check arguments passed to privacy_set_error().
1238
1239 2007-08-12 [ticho]      2.10.0cvs114
1240
1241         * src/prefs_folder_item.c
1242                 Make sure that folder default account combobox always has some
1243                 account preselected.
1244         * src/gtk/combobox.c
1245                 Handle empty combobox gracefully (warning instead of crash).
1246
1247 2007-08-12 [ticho]      2.10.0cvs114
1248
1249         * src/prefs_folder_item.c
1250                 Make sure that folder default account combobox is not empty.
1251         * src/gtk/combobox.c
1252                 Handle empty combobox gracefully (warning instead of crash).
1253
1254 2007-08-11 [paul]       2.10.0cvs113
1255
1256         * src/addrgather.c
1257         * src/folderview.c
1258                 use 'subfolder' instead of 'sub-folder', matching
1259                 everywhere else the term is used
1260         * src/imap_gtk.c
1261                 fix engrish
1262
1263 2007-08-10 [wwp]        2.10.0cvs112
1264
1265         * src/msgcache.c
1266                 Disable mmap reads in Windows only (at least temporarily), they
1267                 prevent from renaming/removing target cache files.
1268
1269 2007-08-10 [paul]
1270
1271         3.0.0-rc2 released
1272
1273 2007-08-10 [wwp]        2.10.0cvs111
1274
1275         * src/msgcache.c
1276                 fix unpredictable crashes in Windows due to broken
1277                 cache/mark/tags files writting (file were opened for
1278                 writing in text mode).
1279
1280         * src/recv.c
1281                 use gettimeofday() from w32lib.h on Windows.
1282
1283 2007-08-10 [colin]      2.10.0cvs110
1284
1285         * src/imap.c
1286         * src/etpan/imap-thread.c
1287         * src/etpan/imap-thread.h
1288                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
1289
1290 2007-08-09 [colin]      2.10.0cvs109
1291
1292         * src/editldap.c
1293                 Fix port being reset to 636 on SSL
1294         * src/folder.c
1295                 Fix folder_item_get_msg_num_by_file
1296                 on drafts/queue folders
1297
1298 2007-08-09 [wwp]        2.10.0cvs108
1299
1300         * src/folder.c
1301                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
1302                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
1303
1304
1305 2007-08-09 [colin]      2.10.0cvs107
1306
1307         * src/folderview.c
1308         * src/summaryview.c
1309         * src/gtk/prefswindow.c
1310                 A few Maemo layout fixes
1311
1312 2007-08-09 [paul]       2.10.0cvs106
1313
1314         * src/prefs_account.c
1315                 remove the hyphen from plug-ins to
1316                 match everywhere else
1317
1318 2007-08-08 [wwp]        2.10.0cvs105
1319
1320         * src/prefs_folder_item.c
1321                 Fix an extraneous stealth ^L char.
1322
1323 2007-08-08 [wwp]        2.10.0cvs104
1324
1325         * src/prefs_folder_item.c
1326                 Better fix, group variables declarations (USE_ASPELL).
1327
1328 2007-08-08 [wwp]        2.10.0cvs103
1329
1330         * src/prefs_folder_item.c
1331                 Fix compilation w/ USE_ASPELL set (broken
1332                 by 2.10.0cvs102).
1333
1334 2007-08-08 [ticho]      2.10.0cvs102
1335
1336         * src/prefs_folder_item.c
1337                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
1338
1339 2007-08-08 [colin]      2.10.0cvs101
1340
1341         * src/imap.c
1342         * src/etpan/imap-thread.c
1343         * src/etpan/imap-thread.h
1344                 Close selected mailbox before doing
1345                 status on it.
1346
1347 2007-08-08 [colin]      2.10.0cvs100
1348
1349         * src/html.c
1350                 Complete symbol table, thanks to wwp.
1351                 Fixes bug 1284, 'The html -> text 
1352                 converter ignores entities'
1353         * src/msgcache.c
1354                 Fix possible fd leak
1355
1356 2007-08-08 [colin]      2.10.0cvs99
1357
1358         * src/imap.c
1359                 Better way to fetch UIDs on non-UIDPLUS servers
1360
1361 2007-08-07 [colin]      2.10.0cvs98
1362
1363         * src/imap.c
1364                 fix bug 1275, 'auto-saved draft messages not 
1365                 always being removed'; Also, make multiple
1366                 copy (in the same account) faster by matching
1367                 source/destination message UIDs.
1368         * src/messageview.c
1369                 Don't try to reshow deleted mail
1370         * src/msgcache.c
1371                 Fix leak on error path
1372
1373 2007-08-07 [wwp]        2.10.0cvs97
1374
1375         * manual/account.xml
1376         * manual/advanced.xml
1377         * manual/fr/account.xml
1378         * manual/fr/advanced.xml
1379                 Updated the reference manual and the French translation to
1380                 reflect 2.10.0cvs84: enable running folder Processing
1381                 rules on demand.
1382
1383 2007-08-06 [wwp]        2.10.0cvs96
1384
1385         * src/prefs_common.c
1386         * src/prefs_common.h
1387         * src/textview.c
1388                 Allow changing the emphasis color used to highlight
1389                 the newsreader/x-mailer header value when it matches
1390                 our preferred mail agent (hidden pref 'emphasis_col' added
1391                 to clawsrc).
1392
1393 2007-08-06 [colin]      2.10.0cvs95
1394
1395         * src/compose.c
1396         * src/compose.h
1397                 Re-commit 2.10.0cvs86, with a protection
1398                 against Pango bug. Also, try to fix 
1399                 bug 1275, 'auto-saved draft messages not 
1400                 always being removed'
1401
1402 2007-08-06 [wwp]        2.10.0cvs94
1403
1404         * src/gtk/quicksearch.c
1405                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
1406
1407 2007-08-06 [ticho]      2.10.0cvs93
1408
1409         * src/prefs_account.c
1410         * src/gtk/combobox.c
1411                 Use GtkComboBox instead of GtkOptionMenu for privacy system
1412                 selection in account preferences.
1413
1414 2007-08-06 [wwp]        2.10.0cvs92
1415
1416         * src/plugins/pgpcore/plugin.def
1417                 Apply one more chunk from gpg4win's 03-w32-port patch.
1418
1419 2007-08-05 [colin]      2.10.0cvs91
1420
1421         * src/compose.c
1422         * src/compose.h
1423                 reverting buggy patch for now
1424
1425 2007-08-05 [colin]      2.10.0cvs90
1426
1427         * src/folder.c
1428                 Fix slowdown
1429
1430 2007-08-04 [colin]      2.10.0cvs89
1431
1432         * src/prefs_summaries.c
1433         * src/summary_search.c
1434                 Replace deprecated widgets. Patch by
1435                 Andrej.
1436
1437 2007-08-04 [colin]      2.10.0cvs88
1438
1439         * src/mh.c
1440                 Refresh GUI only every 2000 mails on mh_get_last_num
1441                 This is fast (readdir) and done only once per 
1442                 session/folder
1443
1444 2007-08-03 [colin]      2.10.0cvs87
1445
1446         * src/prefs_account.c
1447         * src/gtk/combobox.h
1448         * src/gtk/gtkutils.c
1449                 Fix a deprecated widget. Patch by
1450                 Andrej
1451
1452 2007-08-03 [colin]      2.10.0cvs86
1453
1454         * src/compose.c
1455         * src/compose.h
1456                 Make colorisation and wrapping algorithms
1457                 faster. Fixes bug 1246, 'compose becomes 
1458                 increasingly slow replying to complex emails'
1459
1460 2007-08-03 [paul]       2.10.0cvs85
1461
1462         * src/mh.c
1463                 keep the window painted
1464
1465 2007-08-02 [paul]       2.10.0cvs84
1466
1467         * src/folderview.c
1468         * src/mainwindow.c
1469         * src/mainwindow.h
1470                 enable running folder Processing
1471                 rules on demand
1472
1473 2007-08-02 [paul]       2.10.0cvs83
1474
1475         * src/textview.c
1476                 speed up/clean up rendering of larger
1477                 msgs
1478                 Thanks to Colin
1479
1480 2007-08-01 [paul]       2.10.0cvs82
1481
1482         * src/mainwindow.h
1483                 clean up cruft
1484         * src/toolbar.c
1485                 change default toolbar layout on maemo
1486         * src/pixmaps/close.xpm
1487                 make the red cross a grey cross
1488         * src/pixmaps/jpilot.xpm
1489                 make icon smaller so it fits better
1490
1491 2007-07-31 [paul]       2.10.0cvs81
1492
1493         * src/setup.c
1494         * src/gtk/gtkutils.c
1495                 fix crash on maemo on first launch
1496
1497 2007-07-30 [paul]       2.10.0cvs80
1498
1499         * src/prefs_matcher.c
1500                 specify the units of age and size
1501
1502 2007-07-30 [paul]       2.10.0cvs79
1503
1504         * src/main.c
1505                 Fix IMAP timeout setting
1506
1507 2007-07-30 [colin]      2.10.0cvs78
1508
1509         * src/prefs_account.c
1510                 Fix a deprecated widget. Patch by
1511                 Andrej
1512
1513 2007-07-27 [paul]       2.10.0cvs77
1514
1515         * src/matcher_parser_parse.y
1516         * src/prefs_filtering_action.c
1517         * src/prefs_matcher.c
1518                 these changes forgotten in cvs74's
1519                 'watch thread' feature
1520
1521 2007-07-27 [paul]       2.10.0cvs76
1522
1523         * src/compose.c
1524                 fix potential crasher
1525                 thanks to Colin
1526
1527 2007-07-27 [paul]       2.10.0cvs75
1528
1529         * src/mainwindow.c
1530         * src/manual.c
1531         * src/manual.h
1532         * src/gtk/gtkutils.c
1533                 make mainwindow's /Help/Manual point to the
1534                 remote copy if the local copy doesn't exist
1535
1536 2007-07-27 [paul]       2.10.0cvs74
1537
1538         * src/Makefile.am
1539         * src/filtering.c
1540         * src/folder.c
1541         * src/mainwindow.c
1542         * src/matcher.c
1543         * src/matcher.h
1544         * src/matcher_parser_parse.y
1545         * src/procmsg.c
1546         * src/procmsg.h
1547         * src/stock_pixmap.c
1548         * src/stock_pixmap.h
1549         * src/summaryview.c
1550         * src/summaryview.h
1551         * src/toolbar.c
1552         * src/toolbar.h
1553         * src/pixmaps/watchthread.xpm
1554                 add 'watch thread' feature
1555
1556 2007-07-27 [paul]       2.10.0cvs73
1557
1558         * src/prefs_folder_item.c
1559                 adjust labels, add tooltips
1560
1561 2007-07-27 [colin]      2.10.0cvs72
1562
1563         * src/summaryview.c
1564                 Maemo: Remove less used menu items
1565
1566 2007-07-26 [colin]      2.10.0cvs71
1567
1568         * src/messageview.c
1569                 Maemo: destroy messageview after trashing mail.
1570                 Maybe should be done on X11 too
1571
1572 2007-07-26 [colin]      2.10.0cvs70
1573
1574         * src/folderview.c
1575         * src/mainwindow.c
1576         * src/prefs_common.c
1577         * src/prefs_common.h
1578         * src/summaryview.c
1579                 Add View/Show or Hide/Column headers
1580
1581 2007-07-26 [colin]      2.10.0cvs69
1582
1583         * src/procmime.c
1584                 Fix unwanted output
1585
1586 2007-07-26 [colin]      2.10.0cvs68
1587
1588         * src/ldapserver.c
1589                 Fix possible crash on cache invalidation
1590         * src/compose.c
1591         * src/procmime.c
1592         * src/procmime.h
1593         * src/quote_fmt_parse.y
1594                 Make replying to mails with big attachments
1595                 much faster. Fixes bug 1224, 'The process of 
1596                 Replying to emails with large attachments 
1597                 seems unreasonably long...'
1598
1599 2007-07-26 [colin]      2.10.0cvs67
1600
1601         * src/mimeview.c
1602         * src/matcher.c
1603         * src/common/ssl.c
1604                 Fix threads use on BSDs
1605
1606 2007-07-26 [paul]       2.10.0cvs66
1607
1608         * src/gtk/prefswindow.c
1609                 fix account prefs breakage
1610                 thanks to Colin
1611
1612 2007-07-26 [paul]       2.10.0cvs65
1613
1614         * configure.ac
1615                 standardise ./configure --help messages
1616
1617 2007-07-26 [colin]      2.10.0cvs64
1618
1619         * src/addressbook.c
1620         * src/editaddress.c
1621                 Fix two vCard-related crashes
1622
1623 2007-07-25 [colin]      2.10.0cvs63
1624
1625         * src/inc.c
1626         * src/prefs_common.c
1627         * src/prefs_common.h
1628         * src/prefs_receive.c
1629                 Maemo: Add a better way to notify of
1630                 new mails
1631         * src/mainwindow.c
1632         * src/statusbar.h
1633         * src/summaryview.c
1634         * src/toolbar.c
1635                 Maemo: Various layout fixes
1636         * src/gtk/prefswindow.c
1637                 Maemo: Better prefs layout
1638
1639 2007-07-25 [paul]       2.10.0cvs62
1640
1641         * src/textview.c
1642                 fix the layout on maemo
1643                 thanks to Colin
1644
1645 2007-07-25 [iwkse]      2.10.0cvs61
1646
1647         * src/summaryview.c
1648                 add 'o' shortcut on summaryview
1649
1650 2007-07-25 [iwkse]      2.10.0cvs60
1651
1652         * src/textview.c
1653                 fix o shortcut
1654
1655 2007-07-24 [colin]      2.10.0cvs59
1656
1657         * src/mh.c
1658                 Fix missing timestamp update on source
1659                 folder when moving
1660         * src/textview.c
1661         * src/textview.h
1662                 Better text layout on part's choices
1663
1664 2007-07-23 [colin]      2.10.0cvs58
1665
1666         * src/mimeview.c
1667         * src/textview.c
1668                 Maemo: Automatically choose the correct application
1669                 to open parts
1670         * src/gtk/quicksearch.c
1671                 Make search run on GDK_KP_Enter too
1672
1673 2007-07-23 [wwp]        2.10.0cvs57
1674
1675         * src/quote_fmt_lex.l
1676                 Revert accidentaly committed lines (account_sig) in
1677                 2.10.0cvs56.
1678
1679 2007-07-23 [wwp]        2.10.0cvs56
1680
1681         * src/quote_fmt_lex.l
1682                 Fix typos around long form expressions in the quote lexer.
1683
1684 2007-07-23 [paul]
1685
1686         3.0.0-rc1 released
1687
1688 2007-07-23 [colin]      2.10.0cvs55
1689
1690         * src/addr_compl.c
1691                 Fix auto-completion on Maemo
1692
1693 2007-07-23 [colin]      2.10.0cvs54
1694
1695         * src/statusbar.c
1696                 Maemo: Fix sticking statusbars
1697
1698 2007-07-22 [colin]      2.10.0cvs53
1699
1700         * src/main.c
1701                 Maemo: Fix the strange "top_application" info
1702                 at startup. We should do something when 
1703                 receiving such a message.
1704
1705 2007-07-20 [paul]       2.10.0cvs52
1706
1707         * src/news_gtk.c
1708                 add missing #include "statusbar.h"
1709
1710 2007-07-20 [colin]      2.10.0cvs51
1711
1712         * src/folder.c
1713         * src/folder.h
1714         * src/folder_item_prefs.c
1715         * src/folder_item_prefs.h
1716         * src/folderview.c
1717         * src/imap.c
1718         * src/imap_gtk.c
1719         * src/imap_gtk.h
1720         * src/news.c
1721         * src/news_gtk.c
1722         * src/news_gtk.h
1723         * src/prefs_folder_item.c
1724                 Implement age-based caching: allow to
1725                 specify a threshold for the offline synchronisation
1726                 feature, and whether old cached bodies should 
1727                 be removed
1728         * src/toolbar.c
1729         * src/toolbar.h
1730                 Fix label/tooltips
1731         * src/plugins/dillo_viewer/dillo_viewer.c
1732                 Check that Dillo's installed
1733
1734 2007-07-20 [wwp]        2.10.0cvs50
1735
1736         * src/mimeview.c
1737         * src/stock_pixmap.c
1738                 Draw a frame around the selected mimeview part icon (instead of the
1739                 shifted 'dancing' icon).
1740
1741 2007-07-20 [colin]      2.10.0cvs49
1742
1743         * src/main.c
1744                 Unref stuff even on error
1745         * src/wizard.c
1746                 disconnect signals only at the very
1747                 end of the wizard save.
1748
1749 2007-07-20 [colin]      2.10.0cvs48
1750
1751         * src/mainwindow.c
1752         * src/messageview.c
1753         * src/toolbar.c
1754         * src/toolbar.h
1755                 Fix random crashes while navigating
1756                 (GTK_EVENTS_FLUSH)
1757
1758 2007-07-19 [colin]      2.10.0cvs47
1759
1760         * configure.ac
1761         * src/main.c
1762         * src/prefs_common.c
1763         * src/prefs_common.h
1764         * src/wizard.c
1765         * src/common/defs.h
1766         * src/common/utils.c
1767                 Maemo: add an easy way to store data (mails
1768                 and IMAP/NNTP caches) on one of the SD cards,
1769                 and protect against unmounts if needed
1770
1771 2007-07-19 [paul]       2.10.0cvs46
1772
1773         * src/Makefile.am
1774         * src/stock_pixmap.c
1775         * src/gtk/about.c
1776         * src/pixmaps/claws-mail_logo-small.xpm
1777                 implement a (slightly) different About
1778                 dialog for maemo and add a small version
1779                 of the logo for it
1780         * src/wizard.c
1781                 use a scrolled window for wizard page 1
1782                 on maemo
1783
1784 2007-07-19 [paul]       2.10.0cvs45
1785
1786         * src/Makefile.am
1787                 too soon for this line
1788
1789 2007-07-19 [paul]       2.10.0cvs44
1790
1791         * src/Makefile.am
1792                 fix build on n800
1793
1794 2007-07-19 [colin]      2.10.0cvs43
1795
1796         * src/wizard.c
1797                 Solve Mail/Mailbox name when specifying
1798                 full /path/to/Mail.
1799
1800 2007-07-18 [colin]      2.10.0cvs42
1801
1802         * src/inc.c
1803         * configure.ac
1804                 Fix build on n770
1805
1806 2007-07-18 [colin]      2.10.0cvs41
1807
1808         * src/inc.c
1809                 Maemo: plug the online/offline system into
1810                 maemo's interfaces to have Claws automatically
1811                 switch according to the system status
1812         * src/statusbar.c
1813                 Maemo: use HildonBanners to display status
1814                 messages. Renders the main statusbar useless.
1815
1816 2007-07-18 [paul]       2.10.0cvs40
1817
1818         * src/filtering.c
1819                 fix screen blanking on moving/copying many msgs
1820         * src/folder.c
1821                 fix processing progressbar and screen blanking
1822                 during processing
1823
1824 2007-07-18 [paul]       2.10.0cvs39
1825
1826         * src/messageview.c
1827                 revert cvs37, breakage on maemo
1828
1829 2007-07-18 [paul]       2.10.0cvs38
1830
1831         * src/gtk/gtkutils.c
1832                 make sure we can still build with older GTK's
1833
1834 2007-07-18 [colin]      2.10.0cvs37
1835
1836         * src/messageview.c
1837                 Only hide the small layout's messageview, instead
1838                 of destroying it when closing
1839         * src/gtk/gtkutils.c
1840                 Use gtk_window_present_with_time to popup windows,
1841                 it seems to make things better with modern WMs
1842                 (actually focusing)
1843
1844 2007-07-17 [colin]      2.10.0cvs36
1845
1846         * src/editaddress.c
1847                 Simplify layout on Maemo
1848         * src/folder.c
1849                 Fix possible crash
1850         * src/prefs_display_header.c
1851                 Remove some headers by default on Maemo
1852
1853 2007-07-17 [paul]       2.10.0cvs35
1854
1855         * src/prefs_common.c
1856         * src/prefs_common.h
1857         * src/prefs_logging.c
1858         * src/common/log.c
1859                 add options to stop/enable writing logs to disc
1860
1861 2007-07-17 [paul]       2.10.0cvs34
1862
1863         * src/edittags.c
1864                 fix some issues with the Apply tags window:
1865                 - set search column (enables autocompl in the treeview)
1866                 - apply tag from "New tag" if it existed
1867                 - clears New tag entry when adding it with the button
1868                 Thanks to Colin
1869
1870 2007-07-17 [paul]       2.10.0cvs33
1871
1872         * src/edittags.c
1873                 fix 'apply tags' dialogue weirdness
1874
1875 2007-07-16 [colin]      2.10.0cvs32
1876
1877         * src/toolbar.c
1878                 Fix double-loading of mails on Maemo
1879
1880 2007-07-16 [colin]      2.10.0cvs31
1881
1882         * src/messageview.c
1883                 Prevent double-loading of the same part under some
1884                 conditions; hide statusbar on Maemo
1885
1886 2007-07-16 [colin]      2.10.0cvs30
1887
1888         * src/edittags.c
1889         * src/edittags.h
1890         * src/mainwindow.c
1891         * src/summaryview.c
1892                 Improve the tag interface - allow
1893                 to set/unset tags from a special
1894                 window.
1895         * src/gtk/gtkvscrollbutton.c
1896         * src/mimeview.c
1897         * src/mimeview.h
1898         * src/stock_pixmap.c
1899                 Fix Mimeview's ugly hacks in the
1900                 icon list. 
1901
1902 2007-07-16 [paul]       2.10.0cvs29
1903
1904         * src/wizard.c
1905                 rework dialog
1906         * src/gtk/icon_legend.c
1907                 put it all in a scrolled window
1908
1909 2007-07-15 [colin]      2.10.0cvs28
1910
1911         * src/mainwindow.c
1912                 Maemo: force layout to be Small screen; the
1913                 others don't make sense
1914
1915 2007-07-14 [colin]      2.10.0cvs27
1916
1917         * src/mimeview.c
1918         * src/gtk/gtkvscrollbutton.c
1919                 Maemo: Fix mimeview's buttons size
1920
1921 2007-07-14 [colin]      2.10.0cvs26
1922
1923         * src/toolbar.c
1924                 Fix the button workaround fix.
1925                 (Use the correct variable)
1926
1927 2007-07-14 [colin]      2.10.0cvs25
1928
1929         * src/mainwindow.c
1930         * src/toolbar.c
1931                 Maemo: put the progress bar in the
1932                 toolbar
1933
1934 2007-07-14 [colin]      2.10.0cvs24
1935
1936         * src/prefs_common.c
1937                 Maemo: hide statusbar by default
1938         * src/Makefile.am
1939         * src/stock_pixmap.c
1940         * src/stock_pixmap.h
1941         * src/toolbar.c
1942         * src/pixmaps/go_folders.xpm
1943                 Maemo: Add a specific icon to go back to
1944                 folder list
1945
1946 2007-07-14 [colin]      2.10.0cvs23
1947
1948         * src/toolbar.c
1949                 Don't set homogeneous finally
1950
1951 2007-07-14 [colin]      2.10.0cvs22
1952
1953         * src/toolbar.c
1954                 Fix button show/hide issues
1955
1956 2007-07-14 [colin]      2.10.0cvs21
1957
1958         * src/toolbar.c
1959                 Fix huge arrows
1960                 Fix button workaround to be able to click
1961                 if mouse was on button when it went un-
1962                 sensitive.
1963                 Revert previous commit, gtk_tool_item_set_homogeneous
1964                 doesn't mean what it seems to mean ;-)
1965
1966 2007-07-14 [paul]       2.10.0cvs20
1967
1968         * src/toolbar.c
1969                 make homogeneous FALSE always
1970
1971 2007-07-13 [colin]      2.10.0cvs19
1972
1973         * src/toolbar.c
1974         * src/toolbar.h
1975                 Rework to fit the non-deprecated API
1976         * src/compose.c
1977         * src/folderview.c
1978         * src/mainwindow.c
1979         * src/messageview.c
1980         * src/summaryview.c
1981                 Maemo layout changes. Better toolbars,
1982                 removal of CTree headers. 
1983
1984 2007-07-13 [paul]       2.10.0cvs18
1985
1986         * src/gtk/colorlabel.c
1987                 fix bug 1261, '[DE] coloring messages in overview 
1988                 keys are not localised'
1989                 the string is now included in claws-mail.pot
1990
1991 2007-07-13 [colin]      2.10.0cvs17
1992
1993         * src/summaryview.c
1994                 Fix bug 1267, 'printing mutliple messages 
1995                 opens one message-dialog after the other'
1996                 Ask for confirmation when printing 10
1997                 messages or more.
1998
1999 2007-07-11 [colin]      2.10.0cvs16
2000
2001         * COPYING
2002         * README
2003         * autogen.sh
2004         * manual/claws-mail-manual.xml
2005         * manual/gpl.xml
2006         * manual/es/claws-mail-manual.xml
2007         * manual/es/gpl.xml
2008         * manual/fr/claws-mail-manual.xml
2009         * manual/fr/gpl.xml
2010         * manual/pl/gpl.xml
2011         * src/account.c
2012         * src/account.h
2013         * src/action.c
2014         * src/action.h
2015         * src/adbookbase.h
2016         * src/addr_compl.c
2017         * src/addr_compl.h
2018         * src/addrbook.c
2019         * src/addrbook.h
2020         * src/addrcache.c
2021         * src/addrcache.h
2022         * src/addrcindex.c
2023         * src/addrcindex.h
2024         * src/addrclip.c
2025         * src/addrclip.h
2026         * src/addrdefs.h
2027         * src/addressadd.c
2028         * src/addressadd.h
2029         * src/addressbook.c
2030         * src/addressbook.h
2031         * src/addressbook_foldersel.c
2032         * src/addressbook_foldersel.h
2033         * src/addressitem.h
2034         * src/addrgather.c
2035         * src/addrgather.h
2036         * src/addrharvest.c
2037         * src/addrharvest.h
2038         * src/addrindex.c
2039         * src/addrindex.h
2040         * src/addritem.c
2041         * src/addritem.h
2042         * src/addrquery.c
2043         * src/addrquery.h
2044         * src/addrselect.c
2045         * src/addrselect.h
2046         * src/alertpanel.c
2047         * src/alertpanel.h
2048         * src/browseldap.c
2049         * src/browseldap.h
2050         * src/codeconv.c
2051         * src/codeconv.h
2052         * src/compose.c
2053         * src/compose.h
2054         * src/crash.c
2055         * src/crash.h
2056         * src/customheader.c
2057         * src/customheader.h
2058         * src/displayheader.c
2059         * src/displayheader.h
2060         * src/editaddress.c
2061         * src/editaddress.h
2062         * src/editaddress_other_attributes_ldap.c
2063         * src/editaddress_other_attributes_ldap.h
2064         * src/editbook.c
2065         * src/editbook.h
2066         * src/editgroup.c
2067         * src/editgroup.h
2068         * src/editjpilot.c
2069         * src/editjpilot.h
2070         * src/editldap.c
2071         * src/editldap.h
2072         * src/editldap_basedn.c
2073         * src/editldap_basedn.h
2074         * src/edittags.c
2075         * src/edittags.h
2076         * src/editvcard.c
2077         * src/editvcard.h
2078         * src/enriched.c
2079         * src/enriched.h
2080         * src/exphtmldlg.c
2081         * src/exphtmldlg.h
2082         * src/expldifdlg.c
2083         * src/expldifdlg.h
2084         * src/export.c
2085         * src/export.h
2086         * src/exporthtml.c
2087         * src/exporthtml.h
2088         * src/exportldif.c
2089         * src/exportldif.h
2090         * src/filtering.c
2091         * src/filtering.h
2092         * src/folder.c
2093         * src/folder.h
2094         * src/folder_item_prefs.c
2095         * src/folder_item_prefs.h
2096         * src/foldersel.c
2097         * src/foldersel.h
2098         * src/folderutils.c
2099         * src/folderutils.h
2100         * src/folderview.c
2101         * src/folderview.h
2102         * src/gedit-print.c
2103         * src/gedit-print.h
2104         * src/grouplistdialog.c
2105         * src/grouplistdialog.h
2106         * src/headerview.c
2107         * src/headerview.h
2108         * src/html.c
2109         * src/html.h
2110         * src/image_viewer.c
2111         * src/image_viewer.h
2112         * src/imap.c
2113         * src/imap.h
2114         * src/imap_gtk.c
2115         * src/imap_gtk.h
2116         * src/import.c
2117         * src/import.h
2118         * src/importldif.c
2119         * src/importldif.h
2120         * src/importmutt.c
2121         * src/importmutt.h
2122         * src/importpine.c
2123         * src/importpine.h
2124         * src/inc.c
2125         * src/inc.h
2126         * src/jpilot.c
2127         * src/jpilot.h
2128         * src/ldapctrl.c
2129         * src/ldapctrl.h
2130         * src/ldaplocate.c
2131         * src/ldaplocate.h
2132         * src/ldapquery.c
2133         * src/ldapquery.h
2134         * src/ldapserver.c
2135         * src/ldapserver.h
2136         * src/ldapupdate.c
2137         * src/ldapupdate.h
2138         * src/ldaputil.c
2139         * src/ldaputil.h
2140         * src/ldif.c
2141         * src/ldif.h
2142         * src/localfolder.c
2143         * src/localfolder.h
2144         * src/main.c
2145         * src/main.h
2146         * src/mainwindow.c
2147         * src/mainwindow.h
2148         * src/manual.c
2149         * src/manual.h
2150         * src/matcher.c
2151         * src/matcher.h
2152         * src/matcher_parser.h
2153         * src/matcher_parser_lex.l
2154         * src/matcher_parser_parse.y
2155         * src/mbox.c
2156         * src/mbox.h
2157         * src/message_search.c
2158         * src/message_search.h
2159         * src/messageview.c
2160         * src/messageview.h
2161         * src/mh.c
2162         * src/mh.h
2163         * src/mh_gtk.c
2164         * src/mh_gtk.h
2165         * src/mimeview.c
2166         * src/mimeview.h
2167         * src/msgcache.c
2168         * src/msgcache.h
2169         * src/mutt.c
2170         * src/mutt.h
2171         * src/news.c
2172         * src/news.h
2173         * src/news_gtk.c
2174         * src/news_gtk.h
2175         * src/noticeview.c
2176         * src/noticeview.h
2177         * src/partial_download.c
2178         * src/partial_download.h
2179         * src/pine.c
2180         * src/pine.h
2181         * src/pop.c
2182         * src/pop.h
2183         * src/prefs_account.c
2184         * src/prefs_account.h
2185         * src/prefs_actions.c
2186         * src/prefs_actions.h
2187         * src/prefs_common.c
2188         * src/prefs_common.h
2189         * src/prefs_compose_writing.c
2190         * src/prefs_compose_writing.h
2191         * src/prefs_customheader.c
2192         * src/prefs_customheader.h
2193         * src/prefs_display_header.c
2194         * src/prefs_display_header.h
2195         * src/prefs_ext_prog.c
2196         * src/prefs_ext_prog.h
2197         * src/prefs_filtering.c
2198         * src/prefs_filtering.h
2199         * src/prefs_filtering_action.c
2200         * src/prefs_filtering_action.h
2201         * src/prefs_folder_column.c
2202         * src/prefs_folder_column.h
2203         * src/prefs_folder_item.c
2204         * src/prefs_folder_item.h
2205         * src/prefs_fonts.c
2206         * src/prefs_fonts.h
2207         * src/prefs_gtk.c
2208         * src/prefs_gtk.h
2209         * src/prefs_image_viewer.c
2210         * src/prefs_image_viewer.h
2211         * src/prefs_logging.c
2212         * src/prefs_logging.h
2213         * src/prefs_matcher.c
2214         * src/prefs_matcher.h
2215         * src/prefs_message.c
2216         * src/prefs_message.h
2217         * src/prefs_msg_colors.c
2218         * src/prefs_msg_colors.h
2219         * src/prefs_other.c
2220         * src/prefs_other.h
2221         * src/prefs_quote.c
2222         * src/prefs_quote.h
2223         * src/prefs_receive.c
2224         * src/prefs_receive.h
2225         * src/prefs_send.c
2226         * src/prefs_send.h
2227         * src/prefs_spelling.c
2228         * src/prefs_spelling.h
2229         * src/prefs_summaries.c
2230         * src/prefs_summaries.h
2231         * src/prefs_summary_column.c
2232         * src/prefs_summary_column.h
2233         * src/prefs_summary_open.c
2234         * src/prefs_summary_open.h
2235         * src/prefs_template.c
2236         * src/prefs_template.h
2237         * src/prefs_themes.c
2238         * src/prefs_themes.h
2239         * src/prefs_toolbar.c
2240         * src/prefs_toolbar.h
2241         * src/prefs_wrapping.c
2242         * src/prefs_wrapping.h
2243         * src/privacy.c
2244         * src/privacy.h
2245         * src/procheader.c
2246         * src/procheader.h
2247         * src/procmime.c
2248         * src/procmime.h
2249         * src/procmsg.c
2250         * src/procmsg.h
2251         * src/quote_fmt.c
2252         * src/quote_fmt_lex.l
2253         * src/quote_fmt_parse.y
2254         * src/recv.c
2255         * src/recv.h
2256         * src/remotefolder.c
2257         * src/remotefolder.h
2258         * src/send_message.c
2259         * src/send_message.h
2260         * src/setup.c
2261         * src/setup.h
2262         * src/simple-gettext.c
2263         * src/sourcewindow.c
2264         * src/sourcewindow.h
2265         * src/ssl_manager.c
2266         * src/ssl_manager.h
2267         * src/statusbar.c
2268         * src/statusbar.h
2269         * src/stock_pixmap.c
2270         * src/stock_pixmap.h
2271         * src/summary_search.c
2272         * src/summary_search.h
2273         * src/summaryview.c
2274         * src/summaryview.h
2275         * src/textview.c
2276         * src/textview.h
2277         * src/toolbar.c
2278         * src/toolbar.h
2279         * src/undo.c
2280         * src/undo.h
2281         * src/unmime.c
2282         * src/unmime.h
2283         * src/uri_opener.c
2284         * src/uri_opener.h
2285         * src/vcard.c
2286         * src/vcard.h
2287         * src/wizard.c
2288         * src/wizard.h
2289         * src/common/base64.c
2290         * src/common/base64.h
2291         * src/common/claws.c
2292         * src/common/claws.h
2293         * src/common/defs.h
2294         * src/common/fnmatch.c
2295         * src/common/fnmatch.h
2296         * src/common/fnmatch_loop.c
2297         * src/common/hooks.c
2298         * src/common/hooks.h
2299         * src/common/log.c
2300         * src/common/log.h
2301         * src/common/md5.c
2302         * src/common/md5.h
2303         * src/common/mgutils.c
2304         * src/common/mgutils.h
2305         * src/common/nntp.c
2306         * src/common/nntp.h
2307         * src/common/passcrypt.c
2308         * src/common/passcrypt.h.in
2309         * src/common/plugin.c
2310         * src/common/plugin.h
2311         * src/common/prefs.c
2312         * src/common/prefs.h
2313         * src/common/progressindicator.c
2314         * src/common/progressindicator.h
2315         * src/common/quoted-printable.c
2316         * src/common/quoted-printable.h
2317         * src/common/session.c
2318         * src/common/session.h
2319         * src/common/smtp.c
2320         * src/common/smtp.h
2321         * src/common/socket.c
2322         * src/common/socket.h
2323         * src/common/ssl.c
2324         * src/common/ssl.h
2325         * src/common/ssl_certificate.c
2326         * src/common/ssl_certificate.h
2327         * src/common/string_match.c
2328         * src/common/string_match.h
2329         * src/common/stringtable.c
2330         * src/common/stringtable.h
2331         * src/common/tags.c
2332         * src/common/tags.h
2333         * src/common/template.c
2334         * src/common/template.h
2335         * src/common/timing.h
2336         * src/common/utils.c
2337         * src/common/utils.h
2338         * src/common/uuencode.c
2339         * src/common/uuencode.h
2340         * src/common/version.h.in
2341         * src/common/w32_dirent.c
2342         * src/common/w32_reg.c
2343         * src/common/w32_signal.c
2344         * src/common/w32_stat.c
2345         * src/common/w32_stdlib.c
2346         * src/common/w32_string.c
2347         * src/common/w32_time.c
2348         * src/common/w32_unistd.c
2349         * src/common/w32_wait.c
2350         * src/common/w32lib.h
2351         * src/common/xml.c
2352         * src/common/xml.h
2353         * src/common/xmlprops.c
2354         * src/common/xmlprops.h
2355         * src/etpan/etpan-errors.h
2356         * src/etpan/etpan-thread-manager-types.h
2357         * src/etpan/etpan-thread-manager.c
2358         * src/etpan/etpan-thread-manager.h
2359         * src/etpan/imap-thread.c
2360         * src/etpan/imap-thread.h
2361         * src/gtk/about.c
2362         * src/gtk/about.h
2363         * src/gtk/colorlabel.c
2364         * src/gtk/colorlabel.h
2365         * src/gtk/colorsel.c
2366         * src/gtk/colorsel.h
2367         * src/gtk/combobox.c
2368         * src/gtk/combobox.h
2369         * src/gtk/description_window.c
2370         * src/gtk/description_window.h
2371         * src/gtk/filesel.c
2372         * src/gtk/filesel.h
2373         * src/gtk/foldersort.c
2374         * src/gtk/foldersort.h
2375         * src/gtk/gtkaspell.c
2376         * src/gtk/gtkaspell.h
2377         * src/gtk/gtksctree.c
2378         * src/gtk/gtkshruler.c
2379         * src/gtk/gtkshruler.h
2380         * src/gtk/gtksourceprintjob.c
2381         * src/gtk/gtksourceprintjob.h
2382         * src/gtk/gtkutils.c
2383         * src/gtk/gtkutils.h
2384         * src/gtk/gtkvscrollbutton.c
2385         * src/gtk/gtkvscrollbutton.h
2386         * src/gtk/icon_legend.c
2387         * src/gtk/icon_legend.h
2388         * src/gtk/inputdialog.c
2389         * src/gtk/inputdialog.h
2390         * src/gtk/logwindow.c
2391         * src/gtk/logwindow.h
2392         * src/gtk/manage_window.c
2393         * src/gtk/manage_window.h
2394         * src/gtk/menu.c
2395         * src/gtk/menu.h
2396         * src/gtk/pluginwindow.c
2397         * src/gtk/pluginwindow.h
2398         * src/gtk/prefswindow.c
2399         * src/gtk/prefswindow.h
2400         * src/gtk/progressdialog.c
2401         * src/gtk/progressdialog.h
2402         * src/gtk/quicksearch.c
2403         * src/gtk/quicksearch.h
2404         * src/gtk/sslcertwindow.c
2405         * src/gtk/sslcertwindow.h
2406         * src/plugins/bogofilter/bogofilter.c
2407         * src/plugins/bogofilter/bogofilter.h
2408         * src/plugins/bogofilter/bogofilter_gtk.c
2409         * src/plugins/clamav/clamav_plugin.c
2410         * src/plugins/clamav/clamav_plugin.h
2411         * src/plugins/clamav/clamav_plugin_gtk.c
2412         * src/plugins/demo/demo.c
2413         * src/plugins/dillo_viewer/dillo_prefs.c
2414         * src/plugins/dillo_viewer/dillo_prefs.h
2415         * src/plugins/dillo_viewer/dillo_viewer.c
2416         * src/plugins/pgpcore/passphrase.c
2417         * src/plugins/pgpcore/passphrase.h
2418         * src/plugins/pgpcore/pgp_viewer.c
2419         * src/plugins/pgpcore/pgp_viewer.h
2420         * src/plugins/pgpcore/plugin.c
2421         * src/plugins/pgpcore/prefs_gpg.c
2422         * src/plugins/pgpcore/prefs_gpg.h
2423         * src/plugins/pgpcore/select-keys.c
2424         * src/plugins/pgpcore/select-keys.h
2425         * src/plugins/pgpcore/sgpgme.c
2426         * src/plugins/pgpcore/sgpgme.h
2427         * src/plugins/pgpinline/pgpinline.c
2428         * src/plugins/pgpinline/pgpinline.h
2429         * src/plugins/pgpinline/plugin.c
2430         * src/plugins/pgpmime/pgpmime.c
2431         * src/plugins/pgpmime/pgpmime.h
2432         * src/plugins/pgpmime/plugin.c
2433         * src/plugins/spamassassin/spamassassin.c
2434         * src/plugins/spamassassin/spamassassin.h
2435         * src/plugins/spamassassin/spamassassin_gtk.c
2436         * src/plugins/trayicon/trayicon.c
2437         * src/plugins/trayicon/trayicon_prefs.c
2438         * src/plugins/trayicon/trayicon_prefs.h
2439         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2440         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
2441         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
2442         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2443         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
2444         * tools/OOo2claws-mail.pl
2445         * tools/README.sylprint
2446         * tools/acroread2claws-mail.pl
2447         * tools/claws-mail-compose-insert-files.pl
2448         * tools/convert_mbox.pl
2449         * tools/filter_conv.pl
2450         * tools/filter_conv_new.pl
2451         * tools/fix_date.sh
2452         * tools/freshmeat_search.pl
2453         * tools/google_search.pl
2454         * tools/kmail-mailbox2claws-mail.pl
2455         * tools/kmail2claws-mail.pl
2456         * tools/kmail2claws-mail_v2.pl
2457         * tools/mairix.sh
2458         * tools/make.themes.project
2459         * tools/multiwebsearch.pl
2460         * tools/nautilus2claws-mail.sh
2461         * tools/outlook2claws-mail.pl
2462         * tools/textviewer.sh
2463         * tools/thunderbird-filters-convertor.pl
2464         * tools/update-po
2465         * tools/uuooffice
2466         * tools/vcard2xml.py
2467         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2468                 Upgrade to GPLv3 or later.
2469
2470 2007-07-10 [wwp]        2.10.0cvs15
2471
2472         * src/main.c
2473                 Fix re-opening of all composing messages that were
2474                 opened when closing the previous instance, thanks
2475                 to Colin.
2476
2477 2007-07-10 [paul]       2.10.0cvs14
2478
2479         * src/editaddress_other_attributes_ldap.c
2480         * src/ldapupdate.c
2481                 fix crash on selecting 'other attributes' combo
2482                 for either a new entry or an old entry with no
2483                 existing attributes.
2484                 fix bug on editing multiple attributes which
2485                 resulted them all having the value of the last
2486                 one changed.
2487                 Thanks to Colin
2488
2489 2007-07-10 [colin]      2.10.0cvs13
2490
2491         * src/editaddress.c
2492         * src/editaddress_other_attributes_ldap.h
2493         * src/ldapupdate.c
2494                 Fix --disable-ldap build
2495
2496 2007-07-09 [colin]      2.10.0cvs12
2497
2498         * src/Makefile.am
2499         * src/addritem.c
2500         * src/addritem.h
2501         * src/editaddress.c
2502         * src/editaddress_other_attributes_ldap.c
2503         * src/editaddress_other_attributes_ldap.h
2504         * src/editldap.c
2505         * src/ldapctrl.c
2506         * src/ldapctrl.h
2507         * src/ldapupdate.c
2508                 Add capability to edit all inetOrgPerson
2509                 attributes on LDAP. Patch by Michael 
2510                 Rasmussen
2511
2512 2007-07-09 [colin]      2.10.0cvs11
2513
2514         * src/Makefile.am
2515         * src/exporthtml.c
2516         * src/mbox.c
2517         * src/msgcache.c
2518         * src/prefs_summaries.c
2519         * src/prefs_themes.c
2520         * src/procheader.c
2521         * src/common/Makefile.am
2522         * src/common/log.c
2523         * src/common/timing.h
2524         * src/common/utils.c
2525         * src/common/utils.h
2526         * src/common/w32_account.c
2527         * src/common/w32lib.h
2528         * src/gtk/Makefile.am
2529         * src/gtk/colorlabel.c
2530         * src/plugins/pgpcore/Makefile.am
2531         * src/plugins/pgpcore/claws.def
2532         * src/plugins/pgpcore/passphrase.c
2533         * src/plugins/pgpcore/pgp_viewer.c
2534         * src/plugins/pgpcore/plugin.def
2535         * src/plugins/pgpcore/sgpgme.c
2536         * src/plugins/pgpinline/Makefile.am
2537         * src/plugins/pgpinline/claws.def
2538         * src/plugins/pgpinline/mypgpcore.def
2539         * src/plugins/pgpinline/plugin.def
2540         * src/plugins/pgpmime/Makefile.am
2541         * src/plugins/pgpmime/claws.def
2542         * src/plugins/pgpmime/mypgpcore.def
2543         * src/plugins/pgpmime/plugin.def
2544                 Commit win32 patch, from Werner Koch and
2545                 Marcus Brinkmann
2546
2547 2007-07-09 [colin]      2.10.0cvs10
2548
2549         * src/prefs_toolbar.c
2550                 Fix crash when no actions exist
2551
2552 2007-07-07 [paul]       2.10.0cvs9
2553
2554         * COPYING
2555         * manual/claws-mail-manual.xml
2556                 update copyright year
2557         * po/fi.po
2558                 updated by Flammie Pirinen
2559
2560 2007-07-05 [wwp]        2.10.0cvs8
2561
2562         * src/plugins/clamav/clamav_plugin_gtk.c
2563                 Make vertical spacing like in other plugin prefs pages.
2564
2565 2007-07-05 [wwp]        2.10.0cvs7
2566
2567         * src/quote_fmt.c
2568                 It's %am that works, not %ae (this doc incoherence has been
2569                 introduced with 2.9.2cvs13).
2570
2571 2007-07-04 [wwp]        2.10.0cvs6
2572
2573         * src/plugins/bogofilter/bogofilter.c
2574                 Gettext-ize an occurrence of "Any" that wasn't.
2575
2576 2007-07-04 [colin]      2.10.0cvs5
2577
2578         * po/POTFILES.in
2579                 Fix untranslated strings; thanks
2580                 to Pader Rezso.
2581
2582 2007-07-03 [colin]      2.10.0cvs4
2583
2584         * src/folder.c
2585         * src/mainwindow.c
2586                 Fix saving of sort mode for tags and
2587                 thread date. Thanks to Pierre Ossman.
2588                 Completes fix for bug 1233
2589
2590 2007-07-03 [paul]       2.10.0cvs3
2591
2592         * src/compose.c
2593                 fix auto-save
2594         * src/summaryview.c
2595                 fix build warnings
2596         Thanks to Colin
2597
2598 2007-07-02 [colin]      2.10.0cvs2
2599
2600         * src/folder.h
2601         * src/mainwindow.c
2602         * src/procmsg.h
2603         * src/summaryview.c
2604                 Add View/Sort/by Thread date
2605                 Fixes bug 1233, 'Capability to sort 
2606                 threads by most recent message'
2607                 Based on a patch by Paul Rolland
2608
2609 2007-07-02 [colin]      2.10.0cvs1
2610
2611         * src/Makefile.am
2612         * src/compose.c
2613         * src/edittags.c
2614         * src/edittags.h
2615         * src/filtering.c
2616         * src/folder.c
2617         * src/folder.h
2618         * src/headerview.c
2619         * src/headerview.h
2620         * src/main.c
2621         * src/mainwindow.c
2622         * src/mainwindow.h
2623         * src/manual.h
2624         * src/matcher.c
2625         * src/matcher.h
2626         * src/matcher_parser_parse.y
2627         * src/mimeview.c
2628         * src/msgcache.c
2629         * src/msgcache.h
2630         * src/prefs_common.c
2631         * src/prefs_common.h
2632         * src/prefs_filtering_action.c
2633         * src/prefs_matcher.c
2634         * src/prefs_summary_column.c
2635         * src/procmsg.c
2636         * src/procmsg.h
2637         * src/quote_fmt.c
2638         * src/quote_fmt_lex.l
2639         * src/quote_fmt_parse.y
2640         * src/summaryview.c
2641         * src/summaryview.h
2642         * src/textview.c
2643         * src/common/Makefile.am
2644         * src/common/defs.h
2645         * src/common/tags.c
2646         * src/common/tags.h
2647         * src/gtk/quicksearch.c
2648         * src/gtk/quicksearch.h
2649                 Add Tags implementation. Tags are arbitrary labels
2650                 that can be applied to messages. It is possible 
2651                 to create, edit, remove tags; apply them to mails;
2652                 filter on tags or tag presence; apply or unset
2653                 tags via filtering actions; reference tags in
2654                 reply templates.
2655
2656 2007-07-02 [paul]       2.10.0
2657
2658         * NEWS
2659         * README
2660         * RELEASE_NOTES
2661                 2.10.0 released
2662
2663 2007-07-02 [paul]       2.9.2cvs78
2664
2665         * po/de.po
2666         * po/en_GB.po
2667         * po/es.po
2668         * po/fr.po
2669         * po/hu.po
2670         * po/pt_BR.po
2671         * po/ru.po
2672         * po/zh_CN.po
2673                 updated by Stephan Sachse, me, Ricardo Mones
2674                 Lastra, Fabien Vantard, Pader Rezso, Frederico
2675                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
2676
2677 2007-07-02 [paul]       2.9.2cvs77
2678
2679         * AUTHORS
2680                 updated
2681
2682 2007-06-29 [wwp]        2.9.2cvs76
2683
2684         * src/gtk/headers.h
2685                 Fix a typo (thanks to Ricardo for finding this out).
2686
2687 2007-06-28 [paul]       2.9.2cvs75
2688
2689         * src/folderview.c
2690                 fix build warnings
2691
2692 2007-06-28 [paul]       2.9.2cvs74
2693
2694         * tools/Makefile.am
2695                 fix bug in the autotools build system.
2696                 Files cataloged under EXTRA_DIST were never
2697                 automatically copied to the build tree.
2698                 (fix 'make distcheck')
2699                 Patch by Michael Rasmussen.
2700
2701 2007-06-24 [colin]      2.9.2cvs73
2702
2703         * src/news_gtk.c
2704                 Fix bug 1249, 'Error handling for 
2705                 news errors needs modification'
2706                 Only popup error if the according
2707                 pref in Prefs/Receive is set.
2708
2709 2007-06-21 [colin]      2.9.2cvs72
2710
2711         * src/common/plugin.c
2712         * src/common/plugin.h
2713                 Change plugin API to know whether it's safe to 
2714                 unload plugins or whether we should just hide
2715                 them. Fixes bug 1248, 'Core dumps after 
2716                 unloading plugin and clicking on load plugins'
2717         * src/plugins/bogofilter/bogofilter.c
2718         * src/plugins/clamav/clamav_plugin.c
2719         * src/plugins/demo/demo.c
2720         * src/plugins/dillo_viewer/dillo_viewer.c
2721         * src/plugins/pgpcore/plugin.c
2722         * src/plugins/pgpinline/plugin.c
2723         * src/plugins/pgpmime/plugin.c
2724         * src/plugins/spamassassin/spamassassin.c
2725         * src/plugins/trayicon/trayicon.c
2726                 Update API
2727
2728 2007-06-19 [colin]      2.9.2cvs71
2729
2730         * src/compose.c
2731         * src/messageview.c
2732                 Fix crash mentioned in bug 1246
2733                 Race condition when automatically drafting
2734                 due to insertion on reedit.
2735
2736 2007-06-18 [wwp]        2.9.2cvs70
2737
2738         * src/importldif.c
2739                 LDIF import: use a "Proceed" button to complete
2740                 the process.
2741
2742 2007-06-18 [paul]       2.9.2cvs69
2743
2744         * configure.ac
2745                 use pkgconfig to check for gtk and glib
2746
2747 2007-06-17 [wwp]        2.9.2cvs68
2748
2749         * src/ldif.c
2750         * src/importldif.c
2751                 LDIF import: better error handling, minor code
2752                 and UI cleanup, and renamed the Save button
2753                 to Close, as imported stuff is already saved
2754                 when the Save button is shown.
2755
2756 2007-06-17 [colin]      2.9.2cvs67
2757
2758         * src/prefs_summaries.c
2759         * src/procmsg.c
2760                 Don't set as read when forwarded, only replied to
2761
2762 2007-06-17 [paul]       2.9.2cvs66
2763
2764         * src/alertpanel.c
2765                 add missing #include
2766
2767 2007-06-16 [colin]      2.9.2cvs65
2768
2769         * src/prefs_summaries.c
2770         * src/procmsg.c
2771                 Change the pref "Only mark as read when opened
2772                 in new window" to "..., replied to or forwarded".
2773                 Based on a patch by Paul Rolland.
2774
2775 2007-06-16 [paul]       2.9.2cvs64
2776
2777         * src/gtk/authors.h
2778                 alphabetical order! :)
2779
2780 2007-06-16 [colin]      2.9.2cvs63
2781
2782         * AUTHORS
2783         * src/gtk/authors.h
2784                 Add Michael Rasmussen in authors list
2785
2786 2007-06-16 [colin]      2.9.2cvs62
2787
2788         * src/messageview.c
2789                 Fix messageview_copy_clipboard to take advantage
2790                 of plugins' get_selection.
2791
2792 2007-06-15 [colin]      2.9.2cvs61
2793
2794         * src/action.c
2795         * src/addr_compl.c
2796         * src/addressbook.c
2797         * src/folderview.c
2798         * src/message_search.c
2799         * src/mimeview.c
2800         * src/summary_search.c
2801         * src/summaryview.c
2802         * src/textview.c
2803                 Allow GDK_KP_Enter to do the same as GDK_Return
2804                 Patch by Michael Rasmussen
2805
2806 2007-06-15 [paul]       2.9.2cvs60
2807
2808         * src/compose.c
2809                 fix bug when closing a compose window
2810                 during autosave
2811
2812 2007-06-14 [paul]       2.9.2cvs59
2813
2814         * src/main.c
2815         * src/common/defs.h
2816                 migrate sylpheed config
2817
2818 2007-06-14 [wwp]        2.9.2cvs58
2819
2820         * src/gtk/pluginwindow.c
2821                 Yet another attempt to fix sizing/alignment of the
2822                 button bar in plugins window.
2823
2824 2007-06-12 [colin]      2.9.2cvs57
2825
2826         * po/POTFILES.in
2827         * src/Makefile.am
2828         * src/folderview.c
2829         * src/prefs_common.c
2830         * src/prefs_common.h
2831         * src/prefs_summaries.c
2832         * src/prefs_summary_open.c
2833         * src/prefs_summary_open.h
2834         * src/summaryview.c
2835                 Make "when entering a folder" actions more personalisable
2836
2837 2007-06-12 [wwp]        2.9.2cvs56
2838
2839         * tools/README
2840                 Use short description from Paul (mairix.sh).
2841
2842 2007-06-12 [wwp]        2.9.2cvs55
2843
2844         * tools/README
2845                 Updated info about mairix.sh.
2846
2847 2007-06-11 [paul]       2.9.2cvs54
2848
2849         * src/prefs_logging.c
2850                 rework log window length widgets
2851                 and some sensitivity fixes
2852
2853 2007-06-11 [paul]       2.9.2cvs53
2854
2855         * src/mainwindow.c
2856         * src/prefs_logging.c
2857                 rename 'Protocol Log' to 'Network Log'
2858                 and some function renaming
2859
2860 2007-06-10 [wwp]        2.9.2cvs52
2861
2862         * src/gtk/pluginwindow.c
2863                 Revert 2.9.2cvs51.
2864
2865 2007-06-10 [wwp]        2.9.2cvs51
2866
2867         * src/gtk/pluginwindow.c
2868                 Fix button bar in plugin window, was centered and not
2869                 behaving like other dialogs w/ such button bar.
2870
2871 2007-06-08 [wwp]        2.9.2cvs50
2872
2873         * src/compose.c
2874         * src/compose.h
2875         * src/main.c
2876         * src/mainwindow.c
2877         * src/mainwindow.h
2878                 Provide a way out of automatic draft saving on IMAP, when
2879                 exiting offline.
2880                 Prevent drafting while sending and quitting while sending.
2881                 Thanks for Colin.
2882
2883
2884
2885 2007-06-08 [wwp]        2.9.2cvs49
2886
2887         * src/prefs_account.c
2888         * src/gtk/prefswindow.c
2889         * src/gtk/prefswindow.h
2890                 Activate the Basic page when opening account prefs.
2891
2892 2007-06-08 [wwp]        2.9.2cvs48
2893
2894         * src/common/socket.c
2895                 Don't crash if fork() fails, thanks to Colin.
2896
2897 2007-06-08 [wwp]        2.9.2cvs47
2898
2899         * src/gtk/prefswindow.c
2900                 Wrap some long lines, and reset horizontal scroller's adjusment
2901                 (this was already done, vertically), when changing tab (not page)
2902                 in prefs windows.
2903
2904 2007-06-08 [paul]       2.9.2cvs46
2905
2906         * src/common/utils.c
2907                 use gethostname() instead of uname()
2908                 based on a patch by Michael Hughes
2909                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2910
2911 2007-06-07 [wwp]        2.9.2cvs45
2912
2913         * src/prefs_common.c
2914                 Fix some useless warnings, thanks to Colin.
2915
2916 2007-06-06 [colin]      2.9.2cvs44
2917
2918         * src/ldapupdate.c
2919                 Fix strange allocations. 
2920
2921 2007-06-06 [colin]      2.9.2cvs43
2922
2923         * src/ldapupdate.c
2924                 Patch by Michael Rasmussus to help
2925                 bug 1232
2926
2927 2007-06-05 [wwp]        2.9.2cvs42
2928
2929         * src/prefs_account.c
2930         * src/prefs_folder_item.c
2931         * src/prefs_quote.c
2932         * src/quote_fmt.c
2933         * src/quote_fmt.h
2934                 Per-folder templates can now be applied recursively.
2935                 Always save per-folder templates (formats were erroneously
2936                 saved only if they were enabled).
2937                 Check for validity of quotation marks everywhere there
2938                 are defined.
2939
2940 2007-06-05 [wwp]        2.9.2cvs41
2941
2942         * src/inc.c
2943                 Fix incoming messages from local accounts always getting filtered
2944                 (even if the account prefs say don't), thanks to Colin.
2945
2946 2007-06-05 [wwp]        2.9.2cvs40
2947
2948         * src/compose.c
2949         * src/compose.h
2950                 Use per-folder/per-account quote chars when applying a
2951                 template or inserting text as well. Const'ify some
2952                 vars more.
2953
2954 2007-06-04 [colin]      2.9.2cvs39
2955
2956         * src/compose.c
2957                 More work for wwp :)
2958
2959 2007-06-04 [wwp]        2.9.2cvs38
2960
2961         * src/compose.c
2962                 Same as 2.9.2cvs36 but for forwarding.
2963
2964 2007-06-04 [colin]      2.9.2cvs37
2965
2966         * src/compose.c
2967                 Use original mail file for forward/redirect
2968                 Fixes some forwarded mails to be attached as
2969                 application/octet-stream (when they have binary
2970                 parts), and incidentally fixes bug 848
2971                 'Redirect breaks GnuPG'
2972
2973 2007-06-04 [wwp]        2.9.2cvs36
2974
2975         * src/compose.c
2976                 Fix quote mark mis-initialisation when replying/forwarding
2977                 (introduced w/ 2.9.2cvs20).
2978
2979 2007-06-04 [wwp]        2.9.2cvs35
2980
2981         * src/prefs_compose_writing.c
2982         * src/prefs_quote.c
2983                 Fix a bug where Quotation characters (prefs/compose/writing)
2984                 was cleared (introduced w/ 2.9.2cvs26).
2985
2986 2007-06-04 [wwp]        2.9.2cvs34
2987
2988         * src/prefs_account.c
2989         * src/prefs_account.h
2990                 Better fix for compiling w/o aspell (rollbacks
2991                 2.9.2cvs31).
2992
2993 2007-06-04 [wwp]        2.9.2cvs33
2994
2995         * src/account.c
2996         * src/prefs_account.c
2997         * src/prefs_account.h
2998         * src/procmsg.c
2999                 It's now possible to disable mail filtering plugins
3000                 on a per-account basis.
3001
3002 2007-06-04 [wwp]        2.9.2cvs32
3003
3004         * src/procheader.c
3005         * src/common/utils.c
3006         * src/common/utils.h
3007                 Support CRLF in headers part of messages.
3008                 Support few more date formats (RFC3339 subsets).
3009
3010 2007-06-04 [wwp]        2.9.2cvs31
3011
3012         * src/prefs_account.c
3013                 Fix compiling w/o aspell support.
3014
3015 2007-06-03 [wwp]        2.9.2cvs30
3016
3017         * src/prefs_gtk.c
3018                 Don't decode leading ENV_ and ~ in P_PASSWORD
3019                 values.
3020
3021 2007-06-03 [wwp]        2.9.2cvs29
3022
3023         * src/prefs_gtk.c
3024                 Don't decode leading ENV_ and ~ in P_PASSWORD
3025                 values.
3026
3027 2007-06-03 [wwp]        2.9.2cvs28
3028
3029         * src/prefs_account.c
3030         * src/gtk/prefswindow.c
3031         * src/gtk/prefswindow.h
3032                 Added a way to force preloading of all pages
3033                 (prefswindow).
3034                 Moved tabs to pages in account prefs.
3035
3036 2007-06-02 [colin]      2.9.2cvs27
3037
3038         * src/addressbook.c
3039                 Fix possible crash, fix ldap write bugs
3040         * src/ldapupdate.c
3041                 Fix ldap write bugs - patch by Michael
3042                 Rasmussen
3043         * src/alertpanel.c
3044         * src/alertpanel.h
3045                 Add a hook whenever alertpanel opens/closes
3046
3047 2007-05-31 [wwp]        2.9.2cvs26
3048
3049         * src/prefs_compose_writing.c
3050         * src/prefs_quote.c
3051                 Re-organized writing options a bit:
3052                  - renamed the Quoting page to Templates
3053                  - moved all composing templates to that page
3054                  - moved non-templates options to the Writing one,
3055                    grouped reply-related options, reordered reply and
3056                    forward options.
3057
3058 2007-05-31 [wwp]        2.9.2cvs25
3059
3060         * src/compose.c
3061                 Removed unused code.
3062
3063 2007-05-31 [colin]      2.9.2cvs24
3064
3065         * src/addressbook.c
3066                 Fix missing display name when modifying
3067                 LDAP. Patch by Michael Rasmussen
3068
3069 2007-05-31 [wwp]        2.9.2cvs23
3070
3071         * src/plugins/bogofilter/Makefile.am
3072         * src/plugins/clamav/Makefile.am
3073         * src/plugins/demo/Makefile.am
3074         * src/plugins/dillo_viewer/Makefile.am
3075         * src/plugins/spamassassin/Makefile.am
3076                 Fix building of those plugins in Mac OS X.
3077
3078 2007-05-30 [wwp]        2.9.2cvs22
3079
3080         * src/gtk/quicksearch.c
3081                 Fix missing initialization.
3082
3083 2007-05-30 [wwp]        2.9.2cvs21
3084
3085         * src/procheader.c
3086                 Revert accidental commit (debug outputs).
3087
3088 2007-05-30 [wwp]        2.9.2cvs20
3089
3090         * src/compose.c
3091         * src/folder_item_prefs.c
3092         * src/folder_item_prefs.h
3093         * src/prefs_account.c
3094         * src/prefs_account.h
3095         * src/prefs_folder_item.c
3096         * src/prefs_gtk.c
3097         * src/prefs_gtk.h
3098                 Implemented per-account and per-folder
3099                 compose/reply/forward formats.
3100
3101 2007-05-30 [wwp]        2.9.2cvs19
3102
3103         * src/prefs_compose_writing.c
3104         * src/prefs_quote.c
3105         * src/procheader.c
3106         * src/quote_fmt.c
3107         * src/quote_fmt.h
3108                 Internal API changes (factorize quote format
3109                 prefs and checks).
3110
3111 2007-05-30 [colin]      2.9.2cvs18
3112
3113         * src/compose.c
3114                 Fix race where it's possible to re-click Send
3115                 between end of SMTP session and end of "move to
3116                 sent folder" when sending an email with send
3117                 dialog enabled.
3118
3119 2007-05-30 [colin]      2.9.2cvs17
3120
3121         * src/crash.c
3122                 Ask for backtrace on all threads. Patch by
3123                 Pawel
3124         * src/folderview.c
3125                 Fix stale news statusbar when scanning fails.
3126                 Patch by Pawel
3127         * src/ldapupdate.c
3128                 Fix some LDAP write updates bugs. Patch
3129                 by Michael Rasmussen
3130
3131 2007-05-29 [colin]      2.9.2cvs16
3132
3133         * src/imap.c
3134                 Fix loss of local flags when moving mails
3135                 on IMAP in high-bandwidth mode (UID FETCH)
3136
3137 2007-05-25 [paul]       2.9.2cvs15
3138
3139         * src/common/socket.c
3140                 fix sometimes crasher on cancelling
3141                 message sending
3142
3143 2007-05-25 [colin]      2.9.2cvs14
3144
3145         * src/imap.c
3146                 Fix a memory leak
3147         * src/imap_gtk.c
3148                 Be more helpful in the subscription
3149                 message
3150
3151 2007-05-23 [wwp]        2.9.2cvs13
3152
3153         * src/compose.c
3154         * src/prefs_compose_writing.c
3155         * src/prefs_quote.c
3156         * src/prefs_template.c
3157         * src/prefs_template.h
3158         * src/quote_fmt.c
3159         * src/quote_fmt.h
3160         * src/quote_fmt_lex.l
3161         * src/quote_fmt_parse.y
3162                 Introduced new syntax elements (symbols and commands)
3163                 in templates/quote_fmt. Compatibility w/ old
3164                 symbols is kept.
3165                 Updated and reworked the corresponding Information
3166                 dialog.
3167                 Display the line number in dialogs that talk about
3168                 parser errors (in addition to the error message in
3169                 output).
3170
3171 2007-05-23 [wwp]        2.9.2cvs12
3172
3173         * src/quote_fmt_parse.y
3174                 Fix 2.9.2cvs11, probably a paste accident ;).
3175
3176 2007-05-23 [wwp]        2.9.2cvs11
3177
3178         * src/compose.c
3179         * src/prefs_template.c
3180         * src/quote_fmt.h
3181         * src/quote_fmt_parse.y
3182                 Fix 2.9.2cvs10, which broke --disable-aspell.
3183
3184 2007-05-22 [wwp]        2.9.2cvs10
3185
3186         * src/compose.c
3187         * src/prefs_template.c
3188         * src/quote_fmt.c
3189         * src/quote_fmt.h
3190         * src/quote_fmt_lex.l
3191         * src/quote_fmt_parse.y
3192         * src/gtk/gtkaspell.c
3193         * src/gtk/gtkaspell.h
3194                 Added template/quote format syntactical elements
3195                 to show and query:
3196                         - current dictionary
3197                           %T to show (shows empty if not set or not enabled),
3198                           ?T and !T to check if the default dictionary is
3199                           enabled and set
3200                         - current account's default dictionary
3201                           %aT to show (empty if not set or not enabled),
3202                           ?aT and !aT to check if it's enabled and set
3203                         - name completion for an address, from the address
3204                           book
3205                           %ABf, %ABt, %ABc respectively show the full name got
3206                           from the address book if From, To or Cc match a single
3207                           contact.
3208                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
3209                           matches any contact and if the full name is non-empty.
3210                           If From, To or Cc are lists of email addresses, only
3211                           the first address will be checked.
3212                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
3213                 that could show a trailing ','.
3214                 Also, template/quote_fmt parser now shows the line number in case
3215                 of parser error.
3216
3217 2007-05-15 [colin]      2.9.2cvs9
3218
3219         * src/main.c
3220         * src/main.h
3221                 Add a public function to know whether Claws
3222                 crashed last time
3223                 Store opened folder when exiting
3224         * src/folder.c
3225         * src/folder.h
3226                 Store last opened message in each FolderItem;
3227                 Reset last seen messages if Claws crashed, so 
3228                 that one can't go in an infinite crash in case 
3229                 a particular mail crashes Claws.
3230         * src/messageview.c
3231         * src/prefs_common.c
3232         * src/prefs_common.h
3233         * src/summaryview.c
3234         * src/prefs_summaries.c
3235                 Add "Select last opened message" when entering
3236                 a folder
3237                 Add "Select last opened folder" at startup.
3238
3239 2007-05-14 [colin]      2.9.2cvs8
3240
3241         * manual/xml2pdf
3242                 Fix bashism, search for xml catalog 
3243                 in /usr/local/share/xml/catalog too
3244                 Patch by Pawel
3245
3246 2007-05-13 [wwp]        2.9.2cvs7
3247
3248         * src/gtk/logwindow.c
3249                 fix raising log windows when they are either minimized or
3250                 in background.
3251
3252 2007-05-11 [colin]      2.9.2cvs6
3253
3254         * src/gtk/filesel.c
3255                 Use Hildon's file chooser on Maemo. Patch
3256                 by Jean-Luc Biord; fixes part 2 of bug 1201,
3257                 'File attachment "manipulation" bugs...'
3258
3259 2007-05-10 [wwp]        2.9.2cvs5
3260
3261         * src/prefs_common.c
3262         * src/prefs_common.h
3263         * src/gtk/quicksearch.c
3264                 Add a quicksearch option to automatically run
3265                 a search selected from the history (this option
3266                 is exclusive towards type-ahead).
3267
3268 2007-05-10 [colin]      2.9.2cvs4
3269
3270         * src/imap.c
3271                 Fix g_warnings, thanks to Brian
3272                 Morrison
3273
3274 2007-05-09 [colin]      2.9.2cvs3
3275
3276         * src/crash.c
3277         * src/exporthtml.c
3278         * src/mbox.c
3279         * src/prefs_summaries.c
3280         * src/procheader.c
3281         * src/common/log.c
3282         * src/common/utils.c
3283         * src/gtk/gtksourceprintjob.c
3284         * src/gtk/sslcertwindow.c
3285                 Use the re-entrant variant of time functions
3286                 Probably fixes bug 1217, 'reentrancy problems 
3287                 with time functions'
3288
3289 2007-05-09 [colin]      2.9.2cvs2
3290
3291         * src/imap.c
3292                 Fix crasher when reconnection fails
3293
3294 2007-05-08 [paul]       2.9.2cvs1
3295
3296         * NEWS
3297         * README
3298         * RELEASE_NOTES
3299         * configure.ac
3300                 bump version number following
3301                 stable release
3302
3303 2007-05-08 [paul]       2.9.1cvs48
3304
3305         * src/plugins/demo/demo.c
3306         * src/plugins/dillo_viewer/dillo_prefs.c
3307         * src/plugins/dillo_viewer/dillo_prefs.h
3308         * src/plugins/dillo_viewer/dillo_viewer.c
3309         * src/plugins/pgpcore/pgp_viewer.c
3310         * src/plugins/pgpcore/pgp_viewer.h
3311         * src/plugins/pgpcore/plugin.c
3312         * src/plugins/pgpcore/prefs_gpg.c
3313         * src/plugins/pgpcore/prefs_gpg.h
3314         * src/plugins/pgpcore/sgpgme.c
3315         * src/plugins/pgpcore/sgpgme.h
3316         * src/plugins/pgpinline/plugin.c
3317         * src/plugins/pgpmime/pgpmime.c
3318         * src/plugins/pgpmime/pgpmime.h
3319         * src/plugins/pgpmime/plugin.c
3320         * src/plugins/spamassassin/spamassassin.c
3321         * src/plugins/spamassassin/spamassassin.h
3322         * src/plugins/spamassassin/spamassassin_gtk.c
3323         * src/plugins/trayicon/README
3324         * tools/README
3325         * tools/README.sylprint
3326         * tools/outlook2claws-mail.pl
3327         * tools/sylprint.pl
3328         * tools/tb2claws-mail
3329         * tools/tbird2claws.py
3330         * tools/update-po
3331         * tools/vcard2xml.py
3332         * tools/kdeservicemenu/README
3333                 cleanups and corrections
3334
3335 2007-05-06 [wwp]        2.9.1cvs47
3336
3337         * tools/uudec
3338                 Fix missing dash to `display` command-line, reported
3339                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
3340
3341 2007-05-06 [colin]      2.9.1cvs46
3342
3343         * src/Makefile.am
3344         * src/stock_pixmap.c
3345         * src/stock_pixmap.h
3346         * src/pixmaps/printer.xpm
3347                 Add a printer icon
3348
3349 2007-05-06 [paul]       2.9.1cvs45
3350
3351         * src/compose.c
3352         * src/ldapquery.c
3353         * src/privacy.h
3354         * src/summary_search.c
3355         * src/summaryview.c
3356                 fix build warnings
3357
3358 2007-05-05 [wwp]        2.9.1cvs44
3359
3360         * src/messageview.c
3361         * src/mh.c
3362         * src/prefs_actions.c
3363         * src/prefs_gtk.c
3364         * src/summaryview.c
3365         * src/common/xml.c
3366                 Fix "faild" typos everywhere and capitalization of
3367                 some g_warnings.
3368
3369 2007-05-04 [colin]      2.9.1cvs43
3370
3371         * src/compose.c
3372         * src/privacy.c
3373         * src/privacy.h
3374         * src/plugins/pgpcore/prefs_gpg.c
3375         * src/plugins/pgpcore/prefs_gpg.h
3376         * src/plugins/pgpinline/pgpinline.c
3377         * src/plugins/pgpmime/pgpmime.c
3378                 Add an API to warn about encryption limits,
3379                 and allow to disable these warnings
3380
3381 2007-05-03 [colin]      2.9.1cvs42
3382
3383         * src/summaryview.c
3384         * src/mainwindow.c
3385                 Fix bug 1213, 'Delete more than 
3386                 one thread at once'
3387
3388 2007-05-03 [wwp]        2.9.1cvs41
3389
3390         * src/prefs_common.c
3391         * src/prefs_filtering.c
3392         * src/prefs_template.c
3393         * src/common/template.c
3394         * src/common/template.h
3395         * src/gtk/gtkutils.c
3396         * src/gtk/gtkutils.h
3397                 Templates are no longer automatically sorted
3398                 by name, but can be sorted manually using
3399                 |< < > >| buttons as well as drag'n'drop.
3400
3401 2007-05-03 [wwp]        2.9.1cvs40
3402
3403         * src/plugins/spamassassin/spamassassin.c
3404         * src/plugins/spamassassin/spamassassin.h
3405         * src/plugins/spamassassin/spamassassin_gtk.c
3406         * src/plugins/bogofilter/bogofilter.c
3407         * src/plugins/bogofilter/bogofilter.h
3408         * src/plugins/bogofilter/bogofilter_gtk.c
3409                 Added an option to conditionally mark saved spam
3410                 as read (default is and was to do so).
3411                 Satisfies feature request 1708539 on sf.net tracker.
3412
3413 2007-05-03 [colin]      2.9.1cvs39
3414
3415         * src/inc.c
3416                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
3417
3418 2007-05-02 [colin]      2.9.1cvs38
3419
3420         * src/textview.c
3421                 Fix bug 1209, 'Clicking on address 
3422                 in header (mailto uri) selects 
3423                 default account'. Patch adapted from
3424                 G.P. Halkes' patch.
3425
3426 2007-05-02 [colin]      2.9.1cvs37
3427
3428         * src/grouplistdialog.c
3429                 Set cursor to wait cursor while loading
3430                 groups.
3431
3432 2007-05-02 [paul]       2.9.1cvs36
3433
3434         * src/folder.c
3435         * src/common/defs.h
3436                 rename cache and mark files
3437                 (data is preserved)
3438
3439 2007-04-30 [paul]       2.9.1cvs35
3440
3441         * manual/glossary.xml
3442         * manual/plugins.xml
3443                 updates. Patch by Ricardo
3444
3445 2007-04-29 [wwp]        2.9.1cvs34
3446
3447         * src/mainwindow.c
3448         * configure.ac
3449                 Fix few grammatical errors (patch by David Relson < relson at
3450                 osagesoftware dot com >).
3451
3452 2007-04-28 [colin]      2.9.1cvs33
3453
3454         * src/account.c
3455         * src/pop.c
3456         * src/prefs_account.c
3457         * src/prefs_account.h
3458                 Drop the "Download all" preference. It's
3459                 stupidly useless and confuses people from
3460                 time to time.
3461
3462 2007-04-27 [wwp]        2.9.1cvs32
3463
3464         * src/account.c
3465         * src/prefs_account.c
3466         * src/prefs_account.h
3467                 Don't reflect accounts changes to the mainwindow when it's
3468                 not necessary.
3469
3470 2007-04-27 [colin]      2.9.1cvs31
3471
3472         * src/folder.c
3473                 Freeze/thaw when sync'ing flags
3474         * src/imap.c
3475         * src/prefs_account.c
3476         * src/prefs_account.h
3477         * src/etpan/imap-thread.c
3478         * src/etpan/imap-thread.h
3479                 Add a way to use UID FETCH instead
3480                 of searches to fetch message lists
3481                 and flags. More expensive towards
3482                 bandwidth, less expensive towards
3483                 server's CPU. Probably fixes 
3484                 bug 1158, 'Scanning new folders on 
3485                 Exchange 2007 extremely slow'.
3486                 Patch 95% by Hoa.
3487
3488 2007-04-27 [paul]       2.9.1cvs30
3489
3490         * src/mainwindow.c
3491         * src/prefs_logging.c
3492                 improvements to english usage
3493
3494 2007-04-27 [colin]      2.9.1cvs29
3495
3496         * src/imap.c
3497                 Fix build without libetpan (my bad!)
3498
3499 2007-04-26 [colin]      2.9.1cvs28
3500
3501         * src/imap.c
3502         * src/imap.h
3503                 Fix uselessly exported function
3504         * src/textview.c
3505                 Consider "- -- \n" as signature separator
3506                 (that's what signature separators look like
3507                  in PGP/Inline signed mails)
3508
3509 2007-04-26 [colin]      2.9.1cvs27
3510
3511         * configure.ac
3512                 libetpan-0.49 is now required
3513         * src/procmime.c
3514                 Fix double fetching of mails if
3515                 first try failed
3516         * src/imap.c
3517                 Make offline sync faster, by
3518                 remembering last change time, and
3519                 last sync time.
3520
3521 2007-04-26 [hoa]        2.9.1cvs26
3522
3523         * src/imap.c
3524         * src/imap.h
3525         * src/mainwindow.c
3526         * src/toolbar.c
3527         * src/etpan/imap-thread.c
3528         * src/etpan/imap-thread.h
3529                 cancellation of IMAP operations is now allowed.
3530                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
3531
3532 2007-04-26 [colin]      2.9.1cvs25
3533
3534         * src/folder.c
3535                 Always fetch body+headers in folders that are
3536                 synched for offline use, if "Synchronise as
3537                 soon as possible" is set.
3538                 Fixes bug 1200, 'Add option to always retrieve full 
3539                 messages'
3540
3541 2007-04-25 [colin]      2.9.1cvs24
3542
3543         * src/compose.c
3544                 Fix bug 1198, 'Reply-all "disappearing" address bug 
3545                 persists...'
3546
3547 2007-04-24 [colin]      2.9.1cvs23
3548
3549         * src/folderview.c
3550                 Fix bug 1195, 'Hardware key navigation' 
3551                 Make GDK_Enter toggle expansion (Maemo)
3552
3553 2007-04-24 [wwp]        2.9.1cvs22
3554
3555         * src/compose.c
3556                 Fix few compiler warnings.
3557
3558 2007-04-24 [paul]       2.9.1cvs21
3559
3560         * src/Makefile.am
3561         * src/stock_pixmap.c
3562         * src/stock_pixmap.h
3563                 complete last commit
3564
3565 2007-04-24 [paul]       2.9.1cvs20
3566
3567         * src/gtk/about.c
3568         * src/pixmaps/active.xpm
3569         * src/pixmaps/checkbox_off.xpm
3570         * src/pixmaps/checkbox_on.xpm
3571         * src/pixmaps/inactive.xpm
3572                 kick out the blobs
3573                 remove transparent border from checkbox icons
3574
3575 2007-04-24 [wwp]        2.9.1cvs19
3576
3577         * src/textview.c
3578         * src/textview.h
3579                 Fix a crash in textview, thanks to Colin.
3580
3581 2007-04-23 [wwp]        2.9.1cvs18
3582
3583         * src/prefs_common.c
3584                 Fix 2.9.1cvs5: no header was being translated at all.
3585
3586 2007-04-23 [colin]      2.9.1cvs17
3587
3588         * src/Makefile.am
3589         * src/stock_pixmap.c
3590         * src/stock_pixmap.h
3591         * src/summaryview.c
3592         * src/summaryview.h
3593         * src/gtk/gtksctree.c
3594         * src/gtk/gtksctree.h
3595         * src/pixmaps/selection.xpm
3596                 Fix bug 1193, 'Need a way to multi-select
3597                 items'. Add a toggle button to the summaryview
3598                 to switch between normal and multiple selection
3599                 (Maemo)
3600
3601 2007-04-23 [colin]      2.9.1cvs16
3602
3603         * src/Makefile.am
3604         * src/stock_pixmap.c
3605         * src/stock_pixmap.h
3606         * src/summaryview.c
3607         * src/summaryview.h
3608         * src/gtk/gtksctree.c
3609         * src/gtk/gtksctree.h
3610         * src/pixmaps/selection.xpm
3611                 Fix bug 1193, 'Need a way to multi-
3612                 select items'
3613                 Add a toggle button in the summaryview
3614                 to enable normal or multiple selection.
3615                 (Maemo)
3616
3617 2007-04-23 [colin]      2.9.1cvs15
3618
3619         * src/compose.c
3620                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
3621
3622 2007-04-21 [colin]      2.9.1cvs14
3623
3624         * src/gtk/quicksearch.c
3625                 Fix previous commit (actually use correct
3626                 parameter)
3627
3628 2007-04-21 [colin]      2.9.1cvs13
3629
3630         * src/gtk/quicksearch.c
3631                 Fix changing quicksearch type (after Esc,
3632                 after changing Recursive, ...)
3633
3634 2007-04-20 [wwp]        2.9.1cvs12
3635
3636         * src/gtk/Makefile.am
3637                 Added headers.h (completes 2.9.1cvs5).
3638
3639 2007-04-20 [wwp]        2.9.1cvs11
3640
3641         * src/addressbook.c
3642                 Fix the use of display name in name column,
3643                 it has been overriden w/ the use of nickname
3644                 by 2.9.0cvs3. Now nickname is used (if any)
3645                 in case of LDAP books only.
3646
3647 2007-04-20 [colin]      2.9.1cvs10
3648
3649         * src/mimeview.c
3650         * src/summaryview.c
3651         * src/textview.c
3652                 Add handling of 'a' to loop in a mail's
3653                 mimeparts
3654
3655 2007-04-20 [colin]      2.9.1cvs9
3656
3657         * src/toolbar.c
3658                 Fix bug 1190, 'dir_open' button doesn't work'
3659                 (Maemo)
3660
3661 2007-04-20 [colin]      2.9.1cvs8
3662
3663         * src/folderview.c
3664         * src/mainwindow.c
3665                 Fix bug 1194, 'Hardware keys move from email 
3666                 list to account/directory list, but not back 
3667                 to email list...' (Maemo)
3668
3669 2007-04-20 [colin]      2.9.1cvs7
3670
3671         * src/compose.h
3672                 complete previous commit
3673
3674 2007-04-20 [colin]      2.9.1cvs6
3675
3676         * src/compose.c
3677                 Fix bug 1187, 'Reply-to addressee disappears 
3678                 when reply-to text box is clicked...' (Maemo)
3679
3680 2007-04-20 [wwp]        2.9.1cvs5
3681
3682         * po/POTFILES.in
3683         * src/addressbook.c
3684         * src/compose.c
3685         * src/filtering.c
3686         * src/headerview.c
3687         * src/matcher.c
3688         * src/prefs_common.c
3689         * src/prefs_common.h
3690         * src/prefs_display_header.c
3691         * src/prefs_matcher.c
3692         * src/summaryview.c
3693         * src/gtk/headers.h
3694         * src/gtk/quicksearch.c
3695                 Translate more header names according to the relevant option value,
3696                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
3697                 Replaced nearly all uses of prefs_common.trans_hdr with a call
3698                 to prefs_common_translated_header_name().
3699                 Added a headers.h reference file that contains known header names
3700                 (RFC2822 and others) to the translation process' input, so that
3701                 translated header names will still exist even if no occurrence of
3702                 _("headername") is found anymore in the sources.
3703                 Don't translate column name 'Number' following to trans_hdr option
3704                 value as it's not a header name.
3705
3706 2007-04-20 [colin]      2.9.1cvs4
3707
3708         * src/gtk/quicksearch.c
3709         * src/gtk/quicksearch.h
3710                 Add "From, To or Subject" quicksearch
3711                 type. Patch by ulfschaper@users.sf.net
3712
3713 2007-04-20 [colin]      2.9.1cvs3
3714
3715         * src/matcher.c
3716                 Implement proper references filtering condition.
3717                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
3718
3719 2007-04-19 [wwp]        2.9.1cvs2
3720
3721         * src/prefs_display_header.c
3722         * src/message_search.c
3723                 Fix few warnings (g_free of const gchar*).
3724
3725 2007-04-19 [paul]       2.9.1cvs1
3726
3727         * NEWS
3728         * README
3729         * RELEASE_NOTES
3730         * configure.ac
3731                 bump version number following
3732                 stable release
3733
3734 2007-04-19 [paul]       2.9.0cvs9
3735
3736         * manual/advanced.xml
3737         * manual/glossary.xml
3738                 fix typos
3739
3740 2007-04-18 [paul]       2.9.0cvs8
3741
3742         * src/pop.c
3743                 fix for CVE-2007-1558 (APOP)
3744                 Thanks to Colin
3745
3746 2007-04-18 [paul]       2.9.0cvs7
3747
3748         * src/messageview.c
3749         * src/mimeview.c
3750         * src/summaryview.c
3751         * src/gtk/filesel.c
3752                 Fix encoding woes wrt saving of
3753                 mails and parts
3754                 Thanks to Colin
3755
3756 2007-04-18 [colin]      2.9.0cvs6
3757
3758         * src/gtk/pluginwindow.c
3759                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
3760
3761 2007-04-17 [wwp]        2.9.0cvs5
3762
3763         * src/addressadd.c
3764         * src/addressbook.c
3765         * src/addrindex.c
3766         * src/ldapupdate.c
3767                 Fix --disable-ldap build,
3768                 fix some LDAP annoyances on 
3769                 searches, thanks to Colin.
3770
3771 2007-04-17 [wwp]        2.9.0cvs4
3772
3773         * src/ldapupdate.c
3774                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
3775                 like gcc 2.9x. Thanks to Colin.
3776
3777 2007-04-17 [wwp]        2.9.0cvs3
3778
3779         * src/Makefile.am
3780         * src/addressadd.c
3781         * src/addressbook.c
3782         * src/addrindex.c
3783         * src/addritem.c
3784         * src/addritem.h
3785         * src/editaddress.c
3786         * src/ldapctrl.c
3787         * src/ldapctrl.h
3788         * src/ldapquery.c
3789         * src/ldapserver.c
3790         * src/ldapserver.h
3791         * src/ldapupdate.c
3792         * src/ldapupdate.h
3793                 Add LDAP write support. Patch mostly by 
3794                 Michael <mir at datanom dot net>
3795
3796 2007-04-17 [wwp]        2.9.0cvs2
3797
3798         * src/compose.c
3799                 Prepend "Add to address book" to the context menu of compose window's sender and
3800                 recipient fields.
3801
3802 2007-04-16 [paul]       2.9.0cvs1
3803
3804         * src/gtk/authors.h
3805                 add Pader Rezso
3806
3807 2007-04-16 [paul]       2.9.0
3808
3809         * NEWS
3810         * README
3811         * RELEASE_NOTES
3812                 2.9.0 released
3813
3814 2007-04-16 [paul]       2.8.1cvs102
3815
3816         * po/fr.po
3817                 updated by Fabien Vantard
3818
3819 2007-04-16 [paul]       2.8.1cvs101
3820
3821         * po/ca.po
3822         * po/cs.po
3823         * po/de.po
3824         * po/hu.po
3825         * po/pl.po
3826         * po/pt_BR.po
3827         * po/sr.po
3828         * po/zh_CN.po
3829                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3830                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3831                 Aleksandar Urosevic, and Ralgh Young
3832
3833 2007-04-15 [mones]      2.8.1cvs100
3834
3835         * po/es.po
3836                 Updated for release
3837
3838 2007-04-14 [colin]      2.8.1cvs99
3839
3840         * src/message_search.c
3841         * src/prefs_display_header.c
3842         * src/summary_search.c
3843         * src/gtk/combobox.c
3844                 Fix allocations
3845