2011-04-10 [colin] 3.7.9cvs7
[claws.git] / ChangeLog
1 2011-04-10 [colin]      3.7.9cvs7
2
3         * src/addr_compl.c
4         * src/addressbook.c
5         * src/compose.c
6         * src/editaddress_other_attributes_ldap.c
7         * src/message_search.c
8         * src/prefs_display_header.c
9         * src/prefs_filtering_action.c
10         * src/prefs_other.c
11         * src/prefs_toolbar.c
12         * src/summary_search.c
13         * src/gtk/colorlabel.c
14         * src/gtk/combobox.c
15         * src/gtk/gtkcmoptionmenu.c
16         * src/gtk/gtkutils.h
17                 More comboboxtext undeprecation
18
19 2011-04-10 [colin]      3.7.9cvs6
20
21         * src/messageview.c
22                 Fix it better.
23
24 2011-04-10 [colin]      3.7.9cvs5
25
26         * src/messageview.c
27                 Fix age-old typo.
28
29 2011-04-10 [colin]      3.7.9cvs4
30
31         * src/compose.c
32         * src/editaddress_other_attributes_ldap.c
33         * src/message_search.c
34         * src/prefs_display_header.c
35         * src/prefs_filtering_action.c
36         * src/prefs_other.c
37         * src/prefs_toolbar.c
38         * src/summary_search.c
39         * src/gtk/combobox.c
40         * src/gtk/gtkutils.h
41                 gtk_combo_box_*_text() is deprecated, and
42                 gtk_combo_box_text_*() is the new hotness.
43
44 2011-04-10 [colin]      3.7.9cvs3
45
46         * src/addr_compl.c
47         * src/addressbook.c
48         * src/browseldap.c
49         * src/compose.c
50         * src/folder.c
51         * src/folderview.c
52         * src/gtk/gtkvscrollbutton.c
53         * src/gtk/gtkvscrollbutton.h
54                 s/GtkFunction/GSourceFunc
55
56 2011-04-10 [colin]      3.7.9cvs2
57
58         * src/mainwindow.c
59                 Use gtkut_window_popup() to work around a bug in Gnome Shell.
60                 This is the patch from bug #2396, it should be innocuous even
61                 if that's useless to do deiconify + present window...
62
63 2011-04-09 [paul]       3.7.9cvs1
64
65         * src/prefs_summaries.c
66                 fix typo in string. (thanks, Brad!)
67
68 2011-04-09 [paul]       3.7.9
69         * NEWS
70         * README
71         * RELEASE_NOTES 
72                 3.7.9 unleashed!        
73
74 2011-04-09 [paul]       3.7.8cvs78
75
76         * po/cs.po
77         * po/es.po
78         * po/fi.po
79         * po/fr.po
80         * po/lt.po
81         * po/pt_BR.po
82         * po/sk.po
83         * po/uk.po
84                 updated by David Vachulka, Ricardo Mones, Flammie Pirinen,
85                 wwp, Mindaugas Baranauskas, Frederico Goncalves Guimaraes,
86                 Slavko, and Yarema
87
88 2011-04-09 [colin]      3.7.8cvs77
89
90         * src/gtk/filesel.c
91                 Revert part of yesterday's patch. While gtk_file_chooser_set_current_name()
92                 wants an UTF-8 string, gtk_file_chooser_set_current_folder() wants a glib-
93                 encoding filename. Hooray for stupid.
94
95 2011-04-08 [colin]      3.7.8cvs76
96
97         * src/action.c
98                 Fix action Stop: if child does not react to SIGTERM, it'll
99                 probably start behaving when it'll get a SIGKILL on the user's
100                 second press on Stop.
101                 Fixes bug #2237, "User action makes Claws unresponsive".
102
103 2011-04-08 [colin]      3.7.8cvs75
104
105         * src/account.c
106         * src/folder.c
107         * src/folder.h
108         * src/folder_item_prefs.c
109         * src/folder_item_prefs.h
110         * src/prefs_account.c
111                 Fix bug #2382, "folderitemrc not updated when account
112                 name is changed". Indeed, this wasn't done.
113
114 2011-04-08 [wwp]        3.7.8cvs74
115
116         * src/procmime.c
117         Add support for quoted values (*="value").
118         This commonly fixes a trailing quote appearing to filenames
119         sent by iphone Mail (not sure if it's culprit at all, though).
120
121 2011-04-08 [colin]      3.7.8cvs73
122
123         * src/gtk/filesel.c
124                 Fix bug #2393, "Crashes and rendering problems in the "Save as" menu 
125                 caused by attachments with extended chars in the file name". Patch
126                 derived from a patch bt Fabien Keil
127
128 2011-04-05 [wwp]        3.7.8cvs72
129
130         * src/compose.c
131                 A debug string not to translate.
132
133 2011-04-03 [colin]      3.7.8cvs71
134
135         * src/common/utils.h
136                 Fix bug #2394, "backtrace() crashes on FreeBSD"
137                 That's not the first bug-report where internal
138                 debug-only backtrace() crashes on FreeBSD.
139
140 2011-04-03 [colin]      3.7.8cvs70
141
142         * src/compose.c
143                 Fix bug #2365 again, "Crash when auto-scrolling headers in
144                 compose window".
145                 Batch-mode compose windows (from filtering actions) shouldn't
146                 try to access stuff after flushing events...
147
148 2011-03-31 [paul]       3.7.8cvs69
149
150         * INSTALL
151                 update as gtk >= 2.10 now required
152                 (because I'll never remember to do this later)
153
154 2011-03-26 [paul]       3.7.8cvs68
155
156         * src/messageview.c
157                 fix separators in Go To menu
158
159 2011-03-20 [colin]      3.7.8cvs67
160
161         * configure.ac
162                 Drop the *_DISABLE_DEPRECATED. We'll put them back
163                 when we'll have time to handle them
164
165 2011-03-18 [paul]       3.7.8cvs66
166
167         * src/textview.c
168                 make user-facing message more accurate -
169                 'Network Log' not 'View Log'
170
171 2011-03-17 [wwp]        3.7.8cvs65
172
173         * po/fr.po
174                 Fix a typo around plural form, as reported by
175                 Yannick Palanque.
176
177 2011-03-15 [colin]      3.7.8cvs64
178
179         * AUTHORS
180         * src/gtk/authors.h
181         * src/main.c
182                 Fix bug #2381, "Support for NetworkManager 0.9".
183                 Patch by Mikhail Efremov
184
185 2011-03-04 [colin]      3.7.8cvs63
186
187         * src/mimeview.c
188         * src/mimeview.h
189                 Fix segfault on Windows
190         * src/exporthtml.c
191         * src/common/utils.c
192         * src/common/w32_unistd.c
193         * src/common/w32lib.h
194                 Rationalize use of time_r() funcs (pthread do define them)
195
196 2011-03-02 [pawel]      3.7.8cvs62
197
198         * src/wizard.c
199                 Re-implement widgets aligning, switch from GtkSizeGroup
200                 to GtkTable - this should fix disappearing labels
201
202 2011-03-01 [pawel]      3.7.8cvs61
203
204         * src/wizard.c
205                 Wizard GUI cleanups. Make it look and behave more
206                 like account preferences.
207
208 2011-02-23 [colin]      3.7.8cvs60
209
210         * src/common/Makefile.am
211                 Fix make dist
212
213 2011-02-23 [colin]      3.7.8cvs59
214
215         * src/Makefile.am
216         * src/main.c
217         * src/common/Makefile.am
218         * src/common/plugin.c
219         * src/common/valgrind.h
220                 Fix bug #2369, "valgrind.h should NOT be part of claws-mail"
221                 Use valgrind's own header.
222
223 2011-02-22 [colin]      3.7.8cvs58
224
225         * src/prefs_account.c
226                 Fix bug #2367 (Win32): Disable "Always sign messages when replying to a
227                 signed message" upon new installation. This is disturbing when PGP
228                 plugins are loaded by default.
229
230 2011-02-16 [paul]       3.7.8cvs57
231
232         * src/*
233                 update copyright headers throughout
234
235 2011-02-16 [paul]       3.7.8cvs56
236
237         * src/summaryview.c
238                 use gettext plural form for "item selected"/"items selected"
239
240 2011-02-13 [colin]      3.7.8cvs55
241
242         * src/mimeview.c
243         * src/mimeview.h
244                 Fix bug #2361, "Claws crashes after PGP Check in separate
245                 msg view". Don't let the cancel thread lie around after
246                 the verification ended.
247
248 2011-02-13 [paul]       3.7.8cvs54
249
250         * po/lt.po
251                 updated by Mindaugas Baranauskas
252
253 2011-02-11 [mones]      3.7.8cvs53
254
255         * manual/es/advanced.xml
256                 Sync with English manual
257         * src/imap.c
258                 Fix remaining mismatched alloc/free from cppcheck
259
260 2011-02-10 [pawel]      3.7.8cvs52
261
262         * src/ldapupdate.c
263                 Fix memleaks
264
265 2011-02-10 [pawel]      3.7.8cvs51
266
267         * src/prefs_toolbar.c
268                 - set menus sensitivity in item type combo depending on
269                   availability of actions / plugin hooks
270                 - style fixes, spaces instead of tabs mostly
271
272 2011-02-10 [paul]       3.7.8cvs50
273
274         * src/prefs_account.c
275                 move the 'send acc mail addr in msg-id" option to
276                 the send page
277
278 2011-02-10 [paul]       3.7.8cvs49
279
280         * src/prefs_account.c
281                 move the 'expunge immediately' option to a more
282                 suitable page
283
284 2011-02-05 [pawel]      3.7.8cvs48
285
286         * manual/advanced.xml
287                 Document new hidden pref
288         * src/folder.c
289                 Dont treat mimeparts referenced by others as
290                 real attachments
291         * src/mimeview.c
292         * src/prefs_common.c
293         * src/prefs_common.h
294                 Add ability to hide inline attachments referenced
295                 by other mimeparts in MimeView. To enable this
296                 feature set show_inline_attachments=0 in your clawsrc
297
298 2011-01-25 [colin]      3.7.8cvs47
299
300         * src/matcher.c
301                 Fix matcher body parsing: decode mails with our
302                 MIME parser. This speeds up body search a bit as
303                 binary attachments are not searched anymore, slows
304                 down a bit full message searches, but not awfully.
305         * src/summary_search.c
306                 Use matcher API to search, in all cases (advanced search or
307                 not). Also, fix little logic bugs related to combos history
308         * src/common/utils.c
309         * src/common/utils.h
310         * src/procmime.c
311         * src/procmime.h
312                 Remove dead code, export functions needed by matcher.c
313
314 2011-01-25 [colin]      3.7.8cvs46
315
316         * src/compose.c
317         * src/prefs_common.c
318         * src/common/md5.c
319         * src/common/ssl_certificate.c
320                 Fix mismatched alloc/free (thanks to cppcheck)
321
322 2011-01-25 [colin]      3.7.8cvs45
323
324         * src/pop.c
325                 Fix leak on error path
326
327 2011-01-23 [mones]      3.7.8cvs44
328
329         * manual/es/advanced.xml
330                 Sync with English manual
331
332 2011-01-23 [paul]       3.7.8cvs43
333
334         * src/gtk/about.c
335                 it's 2011, update copyright line
336
337 2011-01-23 [paul]       3.7.8cvs42
338
339         * manual/advanced.xml
340         * src/prefs_common.c
341         * src/prefs_common.h
342         * src/textview.c
343                 fix bug #2350, 'Make displaying localized date/time in
344                 message view optional'.
345                 This introduces a new hidden option (why do more?),
346                 'msgview_date_format', which defaults to OFF, maintaining
347                 the current and expected behaviour.
348
349 2011-01-21 [colin]      3.7.8cvs41
350
351         * src/procmime.c
352                 Fix bug #2050, Clawsmail sends return receipt every seconds
353                 We forgot to close the file when parsing 
354                 disposition-notification fields, which made unlinking of the
355                 corresponding emails in tempfolder/processing impossible in
356                 Windows. Causing them to be re-fetched every time.
357
358 2011-01-21 [colin]      3.7.8cvs40
359
360         * claws-mail.desktop
361                 Fix again bug #2346: We should have a %u parameter.
362
363 2011-01-21 [colin]      3.7.8cvs39
364
365         * src/plugins/spamassassin/spamassassin.c
366                 Fix sa-learn when offline (its command line parsing is
367                 space-dependant). Patch by Wolfgang Lorenz
368
369 2011-01-19 [pawel]      3.7.8cvs38
370
371         * claws-mail.desktop
372                 Fix Bug 2346 'Please register x-handler-scheme
373                  in .desktop file' patch by Laurent Bigonville
374                 While I'm here update things to current
375                 standards, fix desktop-file-validate warnings/errors
376
377 2011-01-18 [colin]      3.7.8cvs37
378
379         * src/common/smtp.c
380                 Fix logic on SMTP AUTH: If the selected method isn't
381                 available, say so instead of supposing it'll work.
382                 Fixes bug #2039, 'SMTP AUTHENTICATION'
383
384 2011-01-15 [pawel]      3.7.8cvs36
385
386         * src/prefs_folder_item.c
387                 Rework subject regexp simplify gui a bit, this give us better
388                 options page layout (window with min width was too short to 
389                 show all contents and thigs were unwieldy) and better preview
390                 of regexp working/not working
391
392 2011-01-14 [pawel]      3.7.8cvs35
393
394         * src/textview.c
395                 strncpy2() NULLify strings just fine, no need to be
396                 extra "clever"
397
398 2011-01-14 [pawel]      3.7.8cvs34
399
400         * src/textview.c
401                 Fix Bug #2165 'The date not localized in the message view'
402                 Display Date header in messageview in the same way as in
403                 summaryview by respecting date format set in preferences.
404
405 2011-01-06 [pawel]      3.7.8cvs33
406
407         * src/prefs_account.c
408         * src/prefs_folder_item.c
409         * src/prefs_quote.c
410         * src/quote_fmt.c
411                 Make quote templates widgets more compact
412
413 2011-01-06 [pawel]      3.7.8cvs32
414
415         * src/plugins/trayicon/trayicon.c
416                 - fix logic bug which caused icon to be
417                   always set no-mail status on plugin load
418                 - force icon hide on plugin_done(), without
419                   it empty space(?!) is left in tray under KDE3 and KDE4
420
421 2011-01-06 [colin]      3.7.8cvs31
422
423         * src/addrharvest.c
424         * src/codeconv.c
425         * src/codeconv.h
426         * src/compose.c
427         * src/news.c
428         * src/procheader.c
429         * src/procmime.c
430         * src/unmime.c
431         * src/unmime.h
432                 Unmime headers differently whether they're addresses or not:
433                 It's useless to quote things containing commas if it's in
434                 subject, for example. (introduced in 3.7.8cvs26)
435
436 2011-01-06 [colin]      3.7.8cvs30
437
438         * src/gtk/gtkaspell.c
439                 Complete previous patch
440         * src/messageview.c
441         * src/plugins/pgpinline/pgpinline.c
442                 Coding style
443
444 2011-01-06 [paul]       3.7.8cvs29
445
446         * AUTHORS
447         * configure.ac
448         * po/lt.po
449         * src/gtk/authors.h
450                 add Lithuanian translation (approx. 65% complete)
451                 submitted by Mindaugas Baranauskas
452
453 2011-01-06 [pawel]      3.7.8cvs28
454
455         * src/export.c
456         * src/import.c
457         * src/messageview.c
458         * src/prefs_actions.c
459         * src/procmime.c
460         * src/gtk/gtkaspell.c
461         * src/plugins/pgpinline/pgpinline.c
462         * src/plugins/pgpmime/pgpmime.c
463         * src/plugins/smime/smime.c
464                 Fix memory/file descriptors leaks
465
466 2011-01-06 [paul]       3.7.8cvs27
467
468         * src/plugins/pgpcore/sgpgme.c
469                 fix bug #2322, 'GPG Full info: showing subkey
470                 ID instead of primary key fingerprint'
471                 Patch by Sébastien Bigaret.
472
473 2011-01-03 [colin]      3.7.8cvs26
474
475         * src/unmime.c
476                 Better quote-checking when unmim-ing headers
477                 that may have comas.
478
479 2011-01-03 [colin]      3.7.8cvs25
480
481         * src/unmime.c
482                 Fix bug #2299, "Incorrect handling of quoted printable coma
483                 in headers". As this is really painful to fix by switching
484                 the whole stuff to a list of headers tokens, we workaround
485                 the problem by adding quotes around the encoded-word (making
486                 it a quoted-string which continuity is already handled).
487
488 2011-01-03 [colin]      3.7.8cvs24
489
490         * src/procheader.c
491                 Remove dead code
492
493 2010-12-23 [colin]      3.7.8cvs23
494
495         * src/compose.c
496                 Finish fixing bug #2203: When forwarding (inline) and there
497                 are some text/* parts with no name, set them a name and
498                 set their disposition to attachment, so that recipients with
499                 MUAs preferring HTML parts don't show them by default.
500
501 2010-12-22 [paul]       3.7.8cvs22
502
503         * src/compose.h
504                 fix missing file in 3.7.8cvs20
505
506 2010-12-22 [colin]      3.7.8cvs21
507
508         * src/folderview.c
509         * src/folderview.h
510                 Implement a nicer scroll when drag and dropping
511
512 2010-12-22 [colin]      3.7.8cvs20
513
514         * src/compose.c
515                 Store charset if available when attaching text/* parts
516                 Fixes bug #2203, 'Problems in forwarding multipart/
517                 alternative messages with HTML part'
518
519 2010-12-22 [colin]      3.7.8cvs19
520
521         * src/textview.c
522                 Fix wrong free
523
524 2010-12-21 [colin]      3.7.8cvs18
525
526         * src/inc.c
527         * src/send_message.c
528         * src/common/session.c
529         * src/common/session.h
530                 Differentiate between running sessions and connected
531                 sessions. Fixes bug #2332, "Crash when hitting cancel
532                 on the SMTP status window"
533
534 2010-12-21 [colin]      3.7.8cvs17
535
536         * src/etpan/etpan-thread-manager.c
537                 Dead code removal
538
539 2010-12-21 [colin]      3.7.8cvs16
540
541         * src/textview.c
542                 Check whether we should continue loading the
543                 current textview after inserting a possibly
544                 big image.
545
546 2010-12-20 [colin]      3.7.8cvs15
547
548         * src/addrcindex.c
549         * src/addrcindex.h
550                 Removed. Dead code since ages!
551         * src/addr_compl.c
552         * src/gtk/gtkcmclist.c
553         * src/gtk/gtkcmctree.c
554         * src/gtk/gtksctree.c
555                 undefine *_DISABLE_DEPRECATED in the files that
556                 use deprecated interfaces. Implicit declarations
557                 can lead to crashes as prototypes are unknown, as
558                 evidenced by bug #2315.
559
560 2010-12-20 [colin]      3.7.8cvs14
561
562         * src/compose.c
563                 Don't flush events when adding an header entry. This
564                 can mess up the keypresses in the previous header.
565                 Instead, make the scroll happen later (doing it on the
566                 spot without flushing events doesn't work as the new
567                 requisitions aren't set yet).
568
569 2010-12-20 [colin]      3.7.8cvs13
570
571         * src/mainwindow.c
572                 Don't iconify at start on w32. This un-iconifies in the
573                 background.
574
575 2010-12-20 [colin]      3.7.8cvs12
576
577         * src/common/base64.c
578                 Fix bug #2331, "Base64 is broken in 3.7.7 and 3.7.8"
579                 Patch by pochini at shiny.it
580
581 2010-12-19 [colin]      3.7.8cvs11
582
583         * src/ldapserver.c
584                 Better debug.
585
586 2010-12-18 [colin]      3.7.8cvs10
587
588         * src/compose.c
589                 Fix bug #2148, "Attachment content-transfer-encoding 
590                 incorrectly set when signing emails". The RFC 2045
591                 states that message/* and multipart/* encoding must
592                 be either 7-bit, 8-bit or binary.
593
594 2010-12-18 [mones]      3.7.8cvs9
595
596         * src/ldaputil.c
597                 Fix crash when searching or adding a LDAP server
598
599 2010-12-17 [colin]      3.7.8cvs8
600
601         * configure.ac
602         * src/editldap.c
603         * src/ldapquery.c
604         * src/ldapserver.c
605         * src/ldapupdate.c
606         * src/ldaputil.c
607         * src/ldaputil.h
608                 Better error logging. Disable LDAP SSL/TLS on
609                 Windows, it's crashy/non-worky.
610
611 2010-12-17 [colin]      3.7.8cvs7
612
613         * src/folder.c
614                 Fix bug #2325, "messages remains in folder cache after moving
615                 from MH to IMAP boxes". Bug introduced in 3.7.6cvs53.
616
617 2010-12-17 [colin]      3.7.8cvs6
618
619         * src/addressadd.c
620         * src/addressbook.c
621         * src/addrindex.c
622         * src/ldapquery.c
623         * src/ldapquery.h
624         * src/ldapserver.c
625         * src/ldapserver.h
626         * src/ldapupdate.c
627         * src/ldaputil.c
628         * src/ldaputil.h
629                 Windows build fixes (w32 LDAP completely untested!)
630
631 2010-12-16 [colin]      3.7.8cvs5
632
633         * src/addrindex.c
634         * src/editldap.c
635         * src/ldapctrl.c
636         * src/ldapquery.c
637         * src/ldapserver.c
638         * src/ldapserver.h
639         * src/ldapupdate.c
640         * src/ldaputil.c
641                 Try to rationalize a bit LDAP connections
642
643 2010-12-16 [colin]      3.7.8cvs4
644
645         * src/prefs_spelling.c
646         * src/common/defs.h
647                 Add a button to get dictionaries (win32)
648
649 2010-12-16 [colin]      3.7.8cvs3
650
651         * src/prefs_matcher.c
652                 Fix bug #2279, "crash when clicking 'define' in filter
653                 configuring". Thanks to Theodor Ciobanu for the hint at
654                 the problem.
655
656 2010-12-14 [colin]      3.7.8cvs2
657
658         * src/gtk/gtkaspell.c
659                 Add missing guard for sys/wait.h
660
661 2010-12-05 [colin]      3.7.8cvs1
662
663         * tools/make.themes.project
664                 Seems wget has changed naming of targets downloaded.
665                 Fix it by always providing our own name.
666                 [Pushing mones' patch again after messing with CVSROOT]
667
668 2010-12-04 [paul]       3.7.8
669         * NEWS
670         * README
671         * RELEASE_NOTES 
672                 3.7.8 unleashed!
673
674 2010-12-03 [paul]       3.7.7cvs11
675
676         * configure.ac
677         * manual/xml2pdf ** REMOVED **
678         * manual/dist/pdf/Makefile.am
679         * manual/es/dist/pdf/Makefile.am
680         * manual/fr/dist/pdf/Makefile.am
681         * manual/pl/dist/pdf/Makefile.am
682                 simplify check for tools needed for manual building,
683                 remove xml2pdf and use docbook2pdf instead
684
685 2010-12-03 [mir]        3.7.7cvs10
686
687         * configure.ac
688           Fix bug so that configure option --disable-manual
689           actually disable building the manuals
690
691 2010-12-01 [pawel]      3.7.7cvs9
692
693         * src/crash.c
694                 One more GTK+ 2.22 build fix
695
696 2010-11-30 [colin]      3.7.7cvs8
697
698         * src/action.c
699                 Fix bug #2317, 'Action results in "Bad file descriptor"'
700                 Introduced in 3.7.6cvs57. In fact the error has been there
701                 since ages, and only new thing is the verification of the
702                 various functions return code. Let the stuff work as it
703                 does, as it seems to do the right thing since ages.
704
705 2010-11-28 [colin]      3.7.7cvs7
706
707         * src/gtk/quicksearch.c
708                 Fix bug #2313, 'CLI quicksearch sometimes returns 
709                 the same messages twice'. Patch by Sebastien Bigaret
710
711 2010-11-25 [paul]       3.7.7cvs6
712
713         * src/prefs_common.c
714                 make "gtk_can_change_accels" FALSE by default.
715                 fixes bug #2309, 'Shortcuts should not be modifiable
716                 by default' (RFE)
717
718 2010-11-24 [mones]      3.7.7cvs5
719
720         * src/mainwindow.c
721                 Add missing shortcuts for marking as spam and ham
722                 Fixes Debian bug #599547
723
724 2010-11-22 [colin]      3.7.7cvs4
725
726         * src/compose.c
727                 Revert 3.7.6cvs{39,38,37,35,34}. The fact that
728                 five patches were needed to fix a corner case
729                 is a good indicator that is was bound to break
730                 something.
731
732 2010-11-21 [colin]      3.7.7cvs3
733
734         * src/plugins/pgpcore/claws.def
735                 Win32 build fix
736
737 2010-11-20 [wwp]        3.7.7cvs2
738
739         * src/main.c
740           Fix either a typo or an irrelevant iff word there.
741           IMO type and recursive possible values should be changed to
742           smth simple and neat here, and help strings be really
743           translatable.
744
745 2010-11-20 [colin]      3.7.7cvs1
746
747         * AUTHORS
748                 Damn, forgot to commit this file twice.
749
750 2010-11-19 [paul]       3.7.7
751         * NEWS
752         * README
753         * RELEASE_NOTES 
754                 3.7.7 unleashed!
755
756 2010-11-19 [paul]       3.7.6cvs66
757
758         * po/ca.po
759         * po/cs.po
760         * po/de.po
761         * po/es.po
762         * po/fi.po
763         * po/fr.po
764         * po/hu.po
765         * po/id.po
766         * po/pt_BR.po
767         * po/sk.po
768         * po/uk.po
769                 updated by Miquel Oliete, David Vachulka, Stephan Sachse,
770                 Ricardo Mones, Flammie Pirinen, wwp, Pader Rezso, MSulchan
771                 Darmawan, Frederico Goncalves Guimaraes, Slavko, Yarema
772
773 2010-11-17 [colin]      3.7.6cvs65
774
775         * src/common/utils.c
776                 Separate email address from timestamp with a dot.
777                 Fix coding style.
778
779 2010-11-17 [colin]      3.7.6cvs64
780
781         * src/common/utils.c
782                 Fix multiple @ in generated message-ids.
783                 That's not allowed in RFC 2822.
784
785 2010-11-16 [mones]      3.7.6cvs63
786
787         * manual/es/advanced.xml
788                 Synchronise with English version
789
790 2010-11-04 [wwp]        3.7.6cvs62
791
792         * src/filtering.c
793                 Fix bug 2293, "filtering: simplify expression", as simplifying
794                 this expression doesn't make it less easy to understand and we
795                 gain few cycles by making the logical expression more simple
796                 by applying. Patch by Nicolas Kaiser.
797
798 2010-11-03 [colin]      3.7.6cvs61
799
800         * src/addrindex.c
801                 Fix bug 2294, "addrindex.c: address index conversion always
802                 fails". Clearly a copy-paste-bug. Patch by Nicolas Kaiser.
803
804 2010-11-02 [wwp]        3.7.6cvs60
805
806         * src/action.c
807         * src/statusbar.c
808         * src/toolbar.c
809                 Enlarge the progress bar (main window) a bit when compiling
810                 for UMPCs like maemo: this solves truncated text that might
811                 appear in the progress bar while processing messages.
812                 Also use a more compact string format when displaying
813                 progress like 'number/total', still for UMPCs, this fixes
814                 a previous inconsistency with these format strings where
815                 no space around the / were used sometimes.
816
817 2010-10-26 [ticho]      3.7.6cvs59
818
819         * src/news.c
820                 Recreate NNTP session if server port setting has changed. Fixes
821                 bug #2092.
822
823 2010-10-26 [colin]      3.7.6cvs58
824
825         * src/imap_gtk.c
826         * src/mh_gtk.c
827                 Fix copy-paste error, thanks to David Relson
828                 for spotting it.
829
830 2010-10-18 [colin]      3.7.6cvs57
831
832         * src/action.c
833         * src/addrharvest.c
834         * src/alertpanel.c
835         * src/filtering.c
836         * src/jpilot.c
837         * src/prefs_themes.c
838         * src/procmime.c
839         * src/textview.c
840         * src/gtk/gtkutils.c
841         * src/gtk/quicksearch.c
842         * src/gtk/quicksearch.h
843         * src/plugins/pgpcore/passphrase.c
844         * src/plugins/spamassassin/libspamc.c
845                 Fix warnings
846
847 2010-10-17 [colin]      3.7.6cvs56
848
849         * src/prefs_themes.c
850         * src/gtk/gtkaspell.c
851         * src/gtk/gtkutils.c
852         * src/gtk/gtkutils.h
853         * src/gtk/inputdialog.c
854         * src/gtk/progressdialog.c
855                 Undeprecate a few things
856
857 2010-10-17 [colin]      3.7.6cvs55
858
859         * src/main.c
860         * src/gtk/authors.h
861         * src/gtk/quicksearch.c
862         * src/gtk/quicksearch.h
863                 Add ability to search from the command-line.
864                 Closes bug 2249, ' Making QuickSearch independent from the GUI'
865                 Patch by Sebastien Bigarret.
866
867 2010-10-04 [mones]      3.7.6cvs54
868
869         * manual/dist/pdf/Makefile.am
870                 Fix build of English PDF manual
871                 (sh: Can't open ../../../xml2pdf)
872
873 2010-10-03 [colin]      3.7.6cvs53
874
875         * src/folder.c
876         * src/folder.h
877         * src/imap.c
878         * src/mh.c
879         * src/procmsg.c
880                 Get rid of GRelation which were, mostly, used as
881                 GHashTables. Probably fixes bug #2277, 'Segfault when
882                 loading inbox for the first time'
883
884 2010-10-03 [mir]        3.7.6cvs52
885
886         * manual/de/dist/html/Makefile.am
887         * manual/de/dist/pdf/Makefile.am
888         * manual/de/dist/ps/Makefile.am
889         * manual/de/dist/txt/Makefile.am
890         * manual/dist/html/Makefile.am
891         * manual/dist/pdf/Makefile.am
892         * manual/dist/ps/Makefile.am
893         * manual/dist/txt/Makefile.am
894         * manual/es/dist/html/Makefile.am
895         * manual/es/dist/pdf/Makefile.am
896         * manual/es/dist/ps/Makefile.am
897         * manual/es/dist/txt/Makefile.am
898         * manual/fr/dist/html/Makefile.am
899         * manual/fr/dist/pdf/Makefile.am
900         * manual/fr/dist/ps/Makefile.am
901         * manual/fr/dist/txt/Makefile.am
902         * manual/pl/dist/html/Makefile.am
903         * manual/pl/dist/pdf/Makefile.am
904         * manual/pl/dist/ps/Makefile.am
905         * manual/pl/dist/txt/Makefile.am
906             Missing Makefile.am's for 3.7.6cvs49
907
908
909 2010-10-03 [colin]      3.7.6cvs51
910
911         * po/POTFILES.in
912                 Fix build
913
914 2010-10-02 [mir]        3.7.6cvs50
915
916         * manual/de/dist/html/Makefile.am
917         * manual/de/dist/pdf/Makefile.am
918         * manual/de/dist/ps/Makefile.am
919         * manual/de/dist/txt/Makefile.am
920         * manual/dist/html/Makefile.am
921         * manual/dist/pdf/Makefile.am
922         * manual/dist/ps/Makefile.am
923         * manual/dist/txt/Makefile.am
924         * manual/es/dist/html/Makefile.am
925         * manual/es/dist/pdf/Makefile.am
926         * manual/es/dist/ps/Makefile.am
927         * manual/es/dist/txt/Makefile.am
928         * manual/fr/dist/html/Makefile.am
929         * manual/fr/dist/pdf/Makefile.am
930         * manual/fr/dist/ps/Makefile.am
931         * manual/fr/dist/txt/Makefile.am
932         * manual/pl/dist/html/Makefile.am
933         * manual/pl/dist/pdf/Makefile.am
934         * manual/pl/dist/ps/Makefile.am
935         * manual/pl/dist/txt/Makefile.am
936             Part 2 of last commit which broke due to a permission error
937             Avoid claws trying to build manuals if the required
938             tools are not present.
939
940 2010-10-02 [mir]        3.7.6cvs49
941
942         * configure.ac
943         * manual/de/dist/html/Makefile.am
944         * manual/de/dist/pdf/Makefile.am
945         * manual/de/dist/ps/Makefile.am
946         * manual/de/dist/txt/Makefile.am
947         * manual/dist/html/Makefile.am
948         * manual/dist/pdf/Makefile.am
949         * manual/dist/ps/Makefile.am
950         * manual/dist/txt/Makefile.am
951         * manual/es/dist/html/Makefile.am
952         * manual/es/dist/pdf/Makefile.am
953         * manual/es/dist/ps/Makefile.am
954         * manual/es/dist/txt/Makefile.am
955         * manual/fr/dist/html/Makefile.am
956         * manual/fr/dist/pdf/Makefile.am
957         * manual/fr/dist/ps/Makefile.am
958         * manual/fr/dist/txt/Makefile.am
959         * manual/pl/dist/html/Makefile.am
960         * manual/pl/dist/pdf/Makefile.am
961         * manual/pl/dist/ps/Makefile.am
962         * manual/pl/dist/txt/Makefile.am
963             1) Downgrade autoconf requirements to 2.59 to allow
964             building on oldest supported Linux distributions.
965             2) Only try to build manuals if the needed software
966             is present.
967
968 2010-10-02 [colin]      3.7.6cvs48
969
970         * src/plugins/trayicon/trayicon.c
971                 And fix theme updating.
972
973 2010-10-02 [colin]      3.7.6cvs47
974
975         * src/plugins/trayicon/trayicon.c
976                 Got burnt by wrong indentation!
977
978 2010-10-02 [colin]      3.7.6cvs46
979
980         * configure.ac
981                 Forgot to remove the directory from top-level
982
983 2010-10-02 [colin]      3.7.6cvs45
984
985         * src/plugins/trayicon/Makefile.am
986         * src/plugins/trayicon/trayicon.c
987         * src/plugins/trayicon/libeggtrayicon/.cvsignore
988         * src/plugins/trayicon/libeggtrayicon/Makefile.am
989         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
990         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
991         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
992         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
993         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
994         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
995         * src/plugins/trayicon/libeggtrayicon/xembed.h
996                 Finally get rid of Eggtrayicon, use GtkStatusIcon
997                 instead (which can be done safely now that we 
998                 require GTK+ 2.10).
999
1000 2010-10-02 [colin]      3.7.6cvs44
1001
1002         * src/action.c
1003         * src/addr_compl.c
1004         * src/addressbook.c
1005         * src/addrgather.c
1006         * src/alertpanel.c
1007         * src/editaddress.c
1008         * src/editaddress_other_attributes_ldap.c
1009         * src/editgroup.c
1010         * src/folderview.c
1011         * src/grouplistdialog.c
1012         * src/headerview.c
1013         * src/image_viewer.c
1014         * src/importldif.c
1015         * src/main.c
1016         * src/mainwindow.c
1017         * src/message_search.c
1018         * src/mimeview.c
1019         * src/prefs_themes.c
1020         * src/summary_search.c
1021         * src/summaryview.c
1022         * src/toolbar.c
1023         * src/etpan/imap-thread.c
1024         * src/gtk/authors.h
1025         * src/gtk/gtkcmclist.c
1026         * src/gtk/gtkcmoptionmenu.c
1027         * src/gtk/gtkutils.c
1028         * src/gtk/gtkutils.h
1029         * src/gtk/gtkvscrollbutton.c
1030         * src/plugins/pgpcore/select-keys.c
1031         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1032                 Undeprecate for GTK+2.22. Patch by Reed Loden.
1033                 Fixes bug #2276, 'Compile in maintainer mode
1034                 fails on GTK+ 2.22'.
1035
1036 2010-10-02 [colin]      3.7.6cvs43
1037
1038         * configure.ac
1039                 It's now time to remove the temporary enable-openssl
1040                 option that was used when we removed OpenSSL. See 
1041                 bug #2276 comment #14.
1042
1043 2010-09-30 [wwp]        3.7.6cvs42
1044
1045         * src/prefs_account.c
1046         * src/prefs_filtering_action.c
1047         * src/prefs_matcher.c
1048                         Fix bug #2274, wrong color label index range
1049                         used w/ gtk_cmoption_menu (behaviour change
1050                         has been introduced w/ 3.5.0cvs49 apparently),
1051                         now it must be 1..N so let's use colorlabel value
1052                         (0..N) + 1.
1053                         
1054
1055 2010-09-20 [pawel]      3.7.6cvs41
1056
1057         * src/compose.c
1058         * src/mainwindow.c
1059         * src/summaryview.c
1060                 revert last patch
1061
1062 2010-09-19 [pawel]      3.7.6cvs40
1063
1064         * src/compose.c
1065         * src/mainwindow.c
1066         * src/summaryview.c
1067                 Set ML menus sensitivity accordingly to
1068                 possibility of reply to ML
1069
1070 2010-09-19 [colin]      3.7.6cvs39
1071
1072         * src/compose.c
1073                 Fix cvs34 and cvs35. NNTP accounts are mandatory to post
1074                 to newsgroups, and NNTP accounts *can* send email. We 
1075                 should not force an email account when replying to_ml or
1076                 anything...
1077
1078 2010-09-19 [colin]      3.7.6cvs38
1079
1080         * src/compose.c
1081                 Revert previous commit (which breaks Reply to newsgroups)
1082
1083 2010-09-17 [pawel]      3.7.6cvs37
1084
1085         * src/compose.c
1086                 Respect reply_account_autosel when changing compose
1087                 account to email one while replying to NNTP post
1088
1089 2010-09-17 [wwp]        3.7.6cvs36
1090
1091         * doc/man/claws-mail.1
1092         Update --compose documentation in `man claws-mail`.
1093
1094 2010-09-12 [pawel]      3.7.6cvs35
1095
1096         * src/compose.c
1097                 Add forgotten bit to previous commit,
1098                 select email account when replying to ML
1099
1100 2010-09-12 [pawel]      3.7.6cvs34
1101
1102         * src/compose.c
1103                 Fix bug #2247 "nntp reply-to-all broken?"
1104                 Make reply-to-all and reply-to-ml work as expected in
1105                 mailing list through NNTP case
1106
1107 2010-09-11 [pawel]      3.7.6cvs33
1108
1109         * src/mainwindow.c
1110         * src/summaryview.c
1111         * src/toolbar.c
1112                 gtk_widget_set_can_focus() -> GTK_WIDGET_UNSET_FLAGS()
1113                 fixes build with GTK+ < 2.18
1114
1115 2010-09-10 [pawel]      3.7.6cvs32
1116
1117         * src/mainwindow.c
1118         * src/summaryview.c
1119         * src/toolbar.c
1120                 Make Tab key switch between FolderView, MsgView and
1121                 SummaryView only, other widgets have/can have their own
1122                 keybindings anyway
1123
1124 2010-08-25 [colin]      3.7.6cvs31
1125
1126         * src/procmime.c
1127         * AUTHORS
1128         * src/gtk/authors.h
1129         * src/common/base64.c
1130         * src/common/base64.h
1131                 Fix bug #2245, "base64 decoding fails with line breaks"
1132                 Patch by Yotam Medini
1133
1134 2010-08-25 [colin]      3.7.6cvs30
1135
1136         * src/main.c
1137                 Fix bug #2241, "Empty trash on exit fails on scripted exit"
1138
1139 2010-08-23 [pawel]      3.7.6cvs29
1140
1141         * src/inc.c
1142         * src/send_message.c
1143         * src/statusbar.c
1144         * src/toolbar.c
1145                 Hide progressbar on statusbar when not needed
1146
1147 2010-08-17 [colin]      3.7.6cvs28
1148
1149         * src/main.c
1150                 Fix previous patch (our own tmp dir is inside
1151                 our rc dir)
1152
1153 2010-08-16 [colin]      3.7.6cvs27
1154
1155         * src/main.c
1156                 Use temp dir to store logs in Windows. Avoids doing
1157                 get_rc_dir() early, which prevents set_rc_dir()
1158                 working correctly.
1159
1160 2010-07-31 [holger]     3.7.6cvs26
1161
1162         * src/gtk/gtkshruler.c
1163                 Yet more GdkGC to Cairo porting
1164
1165 2010-07-30 [holger]     3.7.6cvs25
1166
1167         * src/stock_pixmap.c
1168                 More GdkGC to Cairo porting
1169
1170 2010-07-30 [holger]     3.7.6cvs24
1171
1172         * src/gtk/colorlabel.c
1173                 One GdkGC usage less
1174
1175 2010-07-29 [holger]     3.7.6cvs23
1176
1177         * src/printing.c
1178                 Replace some gdk drawing with cairo, as the former
1179                 is going towards deprecation.
1180
1181 2010-07-25 [colin]      3.7.6cvs22
1182
1183         * src/common/utils.c
1184                 And now for a real fix. g_list_remove() doesn't, of
1185                 course, free the data. But we have to have a solid
1186                 pointer to it in order to free it ourselves instead
1187                 of relying on the old freed list pointer.
1188                 Maybe that's the last patch on the subject now ? :)
1189
1190 2010-07-25 [colin]      3.7.6cvs21
1191
1192         * src/common/utils.c
1193                 Remove stupid and extraneous g_free() of elements
1194                 which have just been freed by g_list_remove(). (see
1195                 GList documentation). I don't know how it worked before
1196
1197 2010-07-25 [colin]      3.7.6cvs20
1198
1199         * src/common/utils.c
1200                 Reverse free/use with more logical and safe
1201                 use/free. Thanks to Michael Rasmussen !
1202
1203 2010-07-24 [colin]      3.7.6cvs19
1204
1205         * src/gtk/quicksearch.c
1206                 Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
1207                 'freeze when using quick search'
1208
1209 2010-07-11 [iwkse]      3.7.6cvs18
1210
1211         * src/gtk/quicksearch.c
1212                 Add SMALL_LAYOUT to quicksearch_relayout
1213
1214 2010-07-10 [iwkse]      3.7.6cvs17
1215
1216         * src/mainwindow.h
1217                         Remove forgotten variable from
1218                         the last bugfix #2224
1219
1220 2010-07-10 [colin]      3.7.6cvs16
1221
1222         * src/mainwindow.c
1223         * src/gtk/quicksearch.c
1224                 Clean fix for bug #2224: don't mess with GTK settings when
1225                 handling the layout ourselves is enough
1226
1227 2010-07-09 [iwkse]      3.7.6cvs15
1228
1229         * src/mainwindow.h
1230         * src/mainwindow.c
1231                         Better fix for Bug #2224
1232
1233 2010-07-09 [iwkse]      3.7.6cvs14
1234
1235         * src/mainwindow.c
1236                         Bug #2224
1237                         Always use stock icons on buttons
1238
1239 2010-07-08 [colin]      3.7.6cvs13
1240
1241         * src/gtk/filesel.c
1242                 Fix bug 2223, 'Compilation fails with GTK+
1243                 2.21.3'. Thanks to Jan Psota !
1244
1245 2010-06-29 [pawel]      3.7.6cvs12
1246
1247         * src/compose.c
1248                 Revert 3.7.5cvs41, it breaks templates that use %X
1249
1250 2010-06-23 [wwp]        3.7.6cvs11
1251
1252         * src/gtk/colorlabel.c
1253                 Silent up a warning by avoiding possible confusion
1254                 in logical expression evaluation, thanks to TuxCM.
1255
1256 2010-06-21 [iwkse]      3.7.6cvs10
1257
1258         * src/gtk/quicksearch.c
1259                 Do not add into quicksearch history
1260                 matching rules with bad syntax
1261
1262 2010-05-26 [holger]     3.7.6cvs9
1263
1264         * src/summaryview.c
1265         * src/summaryview.h
1266                 Add function to select rows given a list of messages,
1267                 complementary to summary_get_selected_msg_list()
1268
1269 2010-05-22 [mir]        3.7.6cvs8
1270
1271         * src/ldapctrl.c
1272                 Fix bug 2208. Encode encrypted password to qouted
1273                 printable to avoid making invalid XML. Encoding
1274                 will be activated the first time the password is
1275                 changed.
1276
1277 2010-05-22 [paul]       3.7.6cvs7
1278
1279         * manual/advanced.xml
1280         * src/compose.c
1281         * src/prefs_common.c
1282         * src/prefs_common.h
1283                 after using the compose margin for several days
1284                 I wanted the old style back - add a new hidden
1285                 pref 'show_compose_margin' to restore the old
1286                 behaviour (defaults to FALSE)
1287
1288 2010-05-14 [paul]       3.7.6cvs6
1289
1290         * src/compose.c
1291                 add a margin to the compose window text that matches
1292                 the margin in textview
1293
1294 2010-05-14 [colin]      3.7.6cvs5
1295
1296         * src/gtk/sslcertwindow.c
1297                 Fix dangling pointer. Thanks to Michael R!
1298
1299 2010-05-14 [colin]      3.7.6cvs4
1300
1301         * src/gtk/sslcertwindow.c
1302                 Fix bug 1993, 'Cannot send mail when SSL certificate is 
1303                 expired but certificate check is skipped' and maybe
1304                 bug 2200, 'SSL is not working with POP3'
1305
1306 2010-05-14 [colin]      3.7.6cvs3
1307
1308         * src/plugins/pgpinline/pgpinline.c
1309                 Fix bug 2205, 'PGPInline: segfault on malformed mails'
1310
1311 2010-05-04 [iwkse]      3.7.6cvs2
1312
1313         * src/prefs_message.c
1314                         Get a generic name as 'Quotation' for
1315                         the frame
1316
1317 2010-05-04 [iwkse]      3.7.6cvs1
1318
1319         * src/prefs_message.c
1320         * src/prefs_common.h
1321         * src/prefs_common.c
1322         * src/textview.c
1323                         Fix #2188
1324                         Option for collapsing via double-click
1325
1326 2010-05-01 [paul]       3.7.6
1327         * NEWS
1328         * README
1329         * RELEASE_NOTES 
1330                 3.7.6 unleashed!
1331
1332 2010-05-01 [paul]       3.7.5cvs55
1333
1334         * tools/claws.i18n.status.pl
1335                 add Ukrainian stat
1336
1337 2010-05-01 [paul]       3.7.5cvs54
1338
1339         * src/gtk/authors.h
1340                 add YUP, new Ukrainian translator
1341
1342 2010-04-30 [paul]       3.7.5cvs53
1343
1344         * configure.ac
1345         * po/uk.po
1346                 add Ukrainian translation, submitted by YUP
1347         * po/cs.po
1348         * po/de.po
1349         * po/fi.po
1350         * po/hu.po
1351         * po/nl.po
1352         * po/pt_BR.po
1353         * po/pt_PT.po
1354         * po/sk.po
1355                 updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
1356                 Páder RezsÅ‘, Marcel Pol, Frederico Goncalves Guimaraes,
1357                 Tiago Faria, and Slavko
1358
1359 2010-04-26 [wwp]        3.7.5cvs52
1360
1361         * po/fr.po
1362                 Fix capitalization.
1363
1364 2010-04-26 [mones]      3.7.5cvs51
1365
1366         * po/es.po
1367                 Updated for release
1368
1369 2010-04-22 [pawel]      3.7.5cvs50
1370
1371         * src/addressbook.c
1372                 fix compile warning
1373         * src/vcard.c
1374                 first NULL check pointer, then use it
1375
1376 2010-04-22 [colin]      3.7.5cvs49
1377
1378         * src/imap.c
1379                 Fix error message when session isn't established
1380         * po/fr.po
1381                 Update translation and fix a typo in it
1382
1383 2010-04-15 [pawel]      3.7.5cvs48
1384
1385         * src/prefs_account.c
1386                 Fix Bug 2144 'When creating an account with IMAP4+SSL,
1387                                 the port isn't configured properly'
1388                 When using SSL/TLS tunneling automatically use default
1389                 ports for encrypted connections: smtps, pop3s, imaps, nntps
1390
1391 2010-04-15 [pawel]      3.7.5cvs47
1392
1393         * src/action.c
1394                 Fix crasher in actions using '%f' argument
1395                 on multiple files with external scripts which
1396                 don't return any output.
1397
1398 2010-04-14 [colin]      3.7.5cvs46
1399
1400         * src/mainwindow.c
1401                 Fix hand cursor after error symbol appears
1402
1403 2010-04-12 [colin]      3.7.5cvs45
1404
1405         * configure.ac
1406                 Fix bug 2162, 'configure check for libetpan 
1407                 fails with libetpan 1.0'
1408
1409
1410 2010-04-09 [mones]      3.7.5cvs44
1411
1412         * manual/de/glossary.xml
1413                 Fix encoding to match main document's
1414                 Also fixes make dist with Debian's openjade
1415
1416 2010-03-29 [pawel]      3.7.5cvs43
1417
1418         * src/matcher_parser.h
1419         * src/matcher_parser_parse.y
1420         * src/gtk/quicksearch.c
1421                 Disable matcher warnings when populating quicksearch
1422                 completion lists on startup
1423
1424 2010-03-27 [colin]      3.7.5cvs42
1425
1426         * src/gtk/quicksearch.c
1427                 Fix double-free later in code. Optimize
1428                 list creation
1429
1430 2010-03-27 [pawel]      3.7.5cvs41
1431
1432         * src/compose.c
1433                 Make sure that quote ends with new line char
1434
1435 2010-03-26 [pawel]      3.7.5cvs40
1436
1437         * src/compose.c
1438         * src/compose.h
1439         * src/textview.c
1440                 Fix Bug 1928 Add "reply to this address" pop menu 
1441                              on Message View
1442                 - Set composing account to email one when creating/replying
1443                   from NNTP folder by clicking link or choosing option
1444                   from popup menu
1445                 - Factorize code
1446
1447 2010-03-25 [paul]       3.7.5cvs39
1448
1449         * src/gtk/gtkcmclist.c
1450                 Fix build with GTK+ 2.20
1451
1452 2010-03-24 [pawel]      3.7.5cvs38
1453
1454         * src/addr_compl.c
1455         * src/compose.c
1456         * src/folderview.c
1457         * src/grouplistdialog.c
1458         * src/headerview.c
1459         * src/mainwindow.c
1460         * src/mimeview.c
1461         * src/prefs_account.c
1462         * src/gtk/gtkcmclist.c
1463         * src/gtk/gtkcmctree.c
1464         * src/gtk/gtkcmoptionmenu.c
1465         * src/gtk/gtksctree.c
1466         * src/gtk/gtkshruler.c
1467         * src/gtk/gtkutils.c
1468         * src/gtk/gtkutils.h
1469         * src/gtk/gtkvscrollbutton.c
1470         * src/gtk/inputdialog.c
1471         * src/gtk/spell_entry.c
1472         * src/plugins/trayicon/trayicon.c
1473         * src/plugins/trayicon/libeggtrayicon/Makefile.am
1474         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1475         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1476                 Fix build with GTK+ 2.19
1477
1478 2010-03-23 [pawel]      3.7.5cvs37
1479
1480         * src/mainwindow.c
1481         * src/mimeview.c
1482                 Respect view->show_col_headers option
1483         * src/gtk/gtkcmctree.c
1484                 Fix GtkCmcTree column width calculation when it has
1485                 auto_resize set and new node is added
1486
1487 2010-03-22 [pawel]      3.7.5cvs36
1488
1489         * src/grouplistdialog.c
1490         * src/prefs_common.c
1491         * src/prefs_common.h
1492                 - remember newsgroups list dialog size
1493                 - respect use_dotted_lines hidden pref
1494                 - respect use_stripes_everywhere hidden pref
1495
1496 2010-03-21 [pawel]      3.7.5cvs35
1497
1498         * src/addrgather.c
1499                 Remove superfluous gtk_widget_show_all()
1500         * src/mimeview.c
1501                 Add forgotten colon
1502         * src/common/utils.c
1503                 Return correct type
1504
1505 2010-03-21 [pawel]      3.7.5cvs34
1506
1507         * src/main.c
1508         * src/gtk/quicksearch.c
1509         * src/gtk/quicksearch.h
1510                 Implement separate search phrase completion for
1511                 normal/extended quicksearch
1512
1513 2010-03-11 [paul]       3.7.5cvs33
1514
1515         * po/zh_CN.po
1516                 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
1517                 submitted by Yuwei Yu
1518
1519 2010-03-09 [colin]      3.7.5cvs32
1520
1521         * manual/de/glossary.xml
1522                 Fix build
1523
1524 2010-03-02 [colin]      3.7.5cvs31
1525
1526         * manual/de/glossary.xml
1527                 Sort alphabetically. Done by Volker Ribbert.
1528
1529 2010-03-02 [mones]      3.7.5cvs30
1530
1531         * README
1532                 Fix mailing list archives location
1533                 Remove currently unavailable CVS webview
1534
1535 2010-03-01 [iwkse]      3.7.5cvs29
1536
1537         * src/common/plugin.c
1538                         Other indentation issues
1539
1540 2010-03-01 [iwkse]      3.7.5cvs28
1541
1542         * src/common/plugin.c
1543                         Fix indentation of the previous commit
1544
1545 2010-03-01 [iwkse]      3.7.5cvs27
1546
1547         * src/common/plugin.h
1548         * src/common/plugin.c
1549                         Add API for getting a loaded Plugin from the
1550                         plugin's name, plugin_get_loaded_by_name (const gchar *name)
1551                         Thanks to Colin, Michael
1552
1553 2010-02-27 [colin]      3.7.5cvs26
1554
1555         * configure.ac
1556         * AUTHORS
1557         * src/gtk/authors.h
1558         * manual/Makefile.am
1559         * manual/de/Makefile.am
1560         * manual/de/account.xml
1561         * manual/de/ack.xml
1562         * manual/de/addrbook.xml
1563         * manual/de/advanced.xml
1564         * manual/de/claws-mail-manual.xml
1565         * manual/de/faq.xml
1566         * manual/de/glossary.xml
1567         * manual/de/gpl.xml
1568         * manual/de/handling.xml
1569         * manual/de/intro.xml
1570         * manual/de/keyboard.xml
1571         * manual/de/plugins.xml
1572         * manual/de/starting.xml
1573         * manual/de/dist/.cvsignore
1574         * manual/de/dist/Makefile.am
1575         * manual/de/dist/html/.cvsignore
1576         * manual/de/dist/html/Makefile.am
1577         * manual/de/dist/pdf/.cvsignore
1578         * manual/de/dist/pdf/Makefile.am
1579         * manual/de/dist/ps/.cvsignore
1580         * manual/de/dist/ps/Makefile.am
1581         * manual/de/dist/txt/.cvsignore
1582         * manual/de/dist/txt/Makefile.am
1583                 Add the german translation of the manual, done by
1584                 Volker Ribbert <thoraki@arcor.de>.
1585
1586 2010-02-27 [holger]     3.7.5cvs25
1587
1588         * src/prefs_toolbar.c
1589                 Don't make toolbar item description for
1590                 plugin registered items editable
1591
1592 2010-02-26 [colin]      3.7.5cvs24
1593
1594         * src/toolbar.c
1595                 Don't translate empty description
1596
1597 2010-02-22 [colin]      3.7.5cvs23
1598
1599         * src/compose.c
1600                 Don't make In-Reply-To visible when reediting
1601                 a draft or sent mail.
1602
1603 2010-02-20 [colin]      3.7.5cvs22
1604
1605         * src/imap.c
1606         * src/imap.h
1607         * src/main.c
1608         * src/mainwindow.c
1609         * src/etpan/imap-thread.c
1610         * src/etpan/imap-thread.h
1611         * src/etpan/nntp-thread.c
1612         * src/etpan/nntp-thread.h
1613                 When going offline from NetworkManager, just
1614                 delete IMAP connections. That'll avoid timeouts
1615                 when coming back online in certain cases when
1616                 the TCP socket will have timed out.
1617
1618 2010-02-20 [holger]     3.7.5cvs21
1619
1620         * .cvsignore
1621                 More files to ignore
1622
1623 2010-02-17 [ticho]      3.7.5cvs20
1624
1625         * src/summaryview.c
1626         * src/summaryview.h
1627         * src/toolbar.c
1628                 Revert 3.7.5cvs19.
1629
1630 2010-02-16 [ticho]      3.7.5cvs19
1631
1632         * src/summaryview.c
1633         * src/summaryview.h
1634         * src/toolbar.c
1635                 Removed unused argument from summary_open_row().
1636
1637 2010-02-10 [pawel]      3.7.5cvs18
1638
1639         * src/compose.c
1640                 - fix headers filtering when prefs_common.trans_hdr is on
1641                 - fix headers setting when changing composing account 
1642                 - plug memleak
1643         * src/prefs_template.c
1644                 Re-add template's name for translation
1645
1646 2010-02-10 [colin]      3.7.5cvs17
1647
1648         * src/prefs_matcher.c
1649                 Fix bug 2099, 'add List-Id in Configuration>Filtering>
1650                 Condition>Define>Header>Name combo box'. Patch by
1651                 Francois Cami
1652
1653 2010-02-10 [colin]      3.7.5cvs16
1654
1655         * src/codeconv.c
1656         * src/codeconv.h
1657         * src/compose.c
1658         * src/mainwindow.c
1659         * src/messageview.c
1660         * src/prefs_send.c
1661         * src/procmime.c
1662         * src/textview.c
1663                 Add the GB18030 Chinese charset, which is a superset
1664                 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
1665
1666 2010-02-09 [holger]     3.7.5cvs15
1667
1668         * configure.ac
1669                 GTK+ 2.10 related cleanup
1670
1671 2010-02-09 [pawel]      3.7.5cvs14
1672
1673         * src/prefs_account.c
1674         * src/prefs_folder_item.c
1675         * src/prefs_template.c
1676         * src/quote_fmt.c
1677                 Respect prefs_common.trans_hdr in couple more places to avoid
1678                 confusion with translated/non-translated header names
1679
1680 2010-02-09 [colin]      3.7.5cvs13
1681
1682         * po/POTFILES.in
1683                 Fix make dist
1684
1685 2010-02-09 [colin]      3.7.5cvs12
1686
1687         * src/mimeview.c
1688                 And fix 2.10 build :)
1689
1690 2010-02-09 [colin]      3.7.5cvs11
1691
1692         * configure.ac
1693                 Bump up GTK+ requirement to 2.10
1694         * src/Makefile.am
1695         * src/compose.c
1696         * src/crash.c
1697         * src/foldersel.c
1698         * src/main.c
1699         * src/mainwindow.c
1700         * src/messageview.c
1701         * src/messageview.h
1702         * src/prefs_actions.c
1703         * src/prefs_common.c
1704         * src/prefs_common.h
1705         * src/prefs_ext_prog.c
1706         * src/prefs_filtering_action.c
1707         * src/prefs_fonts.c
1708         * src/prefs_image_viewer.c
1709         * src/prefs_matcher.c
1710         * src/prefs_msg_colors.c
1711         * src/prefs_summaries.c
1712         * src/prefs_template.c
1713         * src/printing.c
1714         * src/printing.h
1715         * src/quote_fmt.c
1716         * src/summaryview.c
1717         * src/textview.c
1718         * src/gtk/Makefile.am
1719         * src/gtk/about.c
1720         * src/gtk/gtkcmclist.c
1721         * src/gtk/gtkcmctree.c
1722         * src/gtk/gtkutils.c
1723         * src/gtk/quicksearch.c
1724                 Remove all compile-time conditionals depending on
1725                 GTK+ < 2.10
1726         * src/gedit-print.c
1727         * src/gedit-print.h
1728         * src/gtk/gtksourceprintjob.c
1729         * src/gtk/gtksourceprintjob.h
1730                 Remove libgnomeprint-based printing system (and
1731                 command-line-based printing system) as GTK+ 2.10
1732                 ships with print support.
1733
1734 2010-02-08 [mir]        3.7.5cvs10
1735
1736         * src/compose.c
1737             Avoid displaying Bcc headers in message sent
1738             to NNTP servers. Thanks to Henning Mersch.
1739
1740
1741 2010-02-08 [pawel]      3.7.5cvs9
1742
1743         * src/mimeview.c
1744                 Make tooltips less cryptic
1745         * src/gtk/description_window.c
1746                 Improve window size calculation
1747
1748 2010-02-08 [pawel]      3.7.5cvs8
1749
1750         * src/compose.c
1751         * src/compose.h
1752         * src/common/utils.c
1753         * src/common/utils.h
1754         * src/gtk/authors.h
1755                 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
1756                 Patch by Laurent Bigonville with slight modifications
1757
1758 2010-02-03 [pawel]      3.7.5cvs7
1759
1760         * m4/.cvsignore
1761                 Add some libtool files to ignore
1762
1763 2010-02-03 [pawel]      3.7.5cvs6
1764
1765         * src/plugins/trayicon/trayicon.c
1766                 Save and then restore focus when closing/minimizing to tray
1767
1768 2010-02-03 [mir]        3.7.5cvs5
1769
1770         * src/addrindex.c
1771         * src/editldap.c
1772         * src/ldapctrl.c
1773         * src/ldapctrl.h
1774         * src/ldapquery.c
1775         * src/ldapupdate.c
1776             Save LDAP password encrypted. See bug 2113.
1777
1778
1779 2010-02-03 [colin]      3.7.5cvs4
1780
1781         * src/privacy.c
1782                 Fix again decoding of encrypted parts. The
1783                 reverting of the patch was wrong, as the
1784                 double-decoding was fixed in smime itself.
1785                 Thanks to Matthias Drochner again...
1786
1787 2010-02-02 [colin]      3.7.5cvs3
1788
1789         * src/plugins/smime/smime.c
1790         * src/privacy.c
1791                 Revert 3.7.4cvs2 and make a better patch for bug
1792                 2059 and 2076. Patch by Matthias Drochner
1793
1794 2010-01-31 [pawel]      3.7.5cvs2
1795
1796         * src/gtk/authors.h
1797                 Fix hungarian translator's name
1798
1799 2010-01-31 [pawel]      3.7.5cvs1
1800
1801         * src/messageview.c
1802         * src/mimeview.c
1803                 Fix Bug 2107 - Arrow keys don't work in message view window
1804
1805 2010-01-31 [paul]       3.7.5
1806
1807         * NEWS
1808         * README
1809         * RELEASE_NOTES 
1810                 3.7.5 released!
1811
1812 2010-01-23 [pawel]      3.7.4cvs10
1813
1814         * src/addressbook.c
1815                 Fix button sensitivity in compose mode
1816
1817 2010-01-23 [pawel]      3.7.4cvs9
1818
1819         * commitHelper
1820         * tools/kdeservicemenu/install.sh
1821         * tools/make.themes.project
1822         * tools/nautilus2claws-mail.sh
1823         * tools/popfile-link.sh
1824         * tools/textviewer.sh
1825                 Not all systems have bash installed in /bin, use env(1) to find
1826                 it`s location
1827
1828 2010-01-22 [pawel]      3.7.4cvs8
1829
1830         * src/prefs_account.c
1831         * src/prefs_filtering.c
1832         * src/prefs_send.c
1833         * src/gtk/colorlabel.c
1834                 Add some separators in combos
1835
1836 2010-01-22 [pawel]      3.7.4cvs7
1837
1838         * autogen.sh
1839                 --disable-aspell -> --disable-enchant
1840         * configure.ac
1841                 Fix options spacing in configure --help
1842         * src/wizard.c
1843                 Make wizard's window centered on the screen
1844
1845 2010-01-19 [holger]     3.7.4cvs6
1846
1847         * src/folder.c
1848         * src/folder.h
1849                 Introduce folder_get_item_from_identifier().
1850                 In contrast to folder_find_item_from_identifier(), this
1851                 function recursively creates the FolderItems in the id path.
1852                 Useful for programmatically creating folders (e.g. by plugins)
1853
1854 2010-01-17 [pawel]      3.7.4cvs5
1855
1856         * src/gtk/authors.h
1857                 Fix my lastname
1858
1859 2010-01-16 [colin]      3.7.4cvs4
1860
1861         * src/plugins/pgpcore/sgpgme.c
1862                 Probably fix bug 2098, 'claws-mails crashes frequently 
1863                 with pgpcore'. Fix double-free.
1864
1865 2010-01-16 [holger]     3.7.4cvs3
1866
1867         * src/prefs_toolbar.h
1868                 Forgotten header
1869
1870 2010-01-15 [colin]      3.7.4cvs2
1871
1872         * src/privacy.c
1873                 Decode mimeinfo before decrypting it. Probably
1874                 fixes bug 2059 'gpgme >=1.1.8 not compatible 
1875                 with S/MIME encryption' and bug 2076 'having 
1876                 worked 2 times properly CLAWS ceased to 
1877                 decrypt incoming PGP mails -displays base64 
1878                 instead - sucks completely'
1879                 Let's hope complete suckage ends here!
1880                 Thanks to Matthias Drochner.
1881
1882 2010-01-08 [paul]       3.7.4cvs1
1883
1884         * tools/claws.i18n.status.pl
1885                 fix typos
1886
1887 2010-01-08 [paul]       3.7.4
1888
1889         * NEWS
1890         * README
1891         * RELEASE_NOTES 
1892                 3.7.4 released!
1893
1894 2010-01-08 [paul]       3.7.3cvs57
1895
1896         * po/ca.po
1897         * po/cs.po
1898         * po/de.po
1899         * po/fi.po
1900         * po/hu.po
1901         * po/id.po
1902         * po/ja.po
1903         * po/nl.po
1904         * po/pt_BR.po
1905         * po/pt_PT.po
1906         * po/ru.po
1907         * po/sk.po
1908                 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
1909                 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
1910                 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
1911                 Slavko
1912
1913 2010-01-08 [paul]       3.7.3cvs56
1914
1915         * src/common/utils.c
1916                 fix bug 2089, 'URLs ending with an underscore ('_')
1917                 are not correctly parsed'. thanks to Johan
1918
1919 2010-01-05 [colin]      3.7.3cvs55
1920
1921         * po/fr.po
1922                 Update french translation
1923
1924 2010-01-04 [mones]      3.7.3cvs54
1925
1926         * po/es.po
1927                 Update Spanish translation
1928
1929 2010-01-04 [mones]      3.7.3cvs53
1930
1931         * manual/plugins.xml
1932                 Some format
1933         * manual/es/claws-mail-manual.xml
1934         * manual/es/intro.xml
1935         * manual/es/plugins.xml
1936                 Synchronise with English version
1937
1938 2010-01-03 [paul]       3.7.3cvs52
1939
1940         * ChangeLog
1941                 fix format
1942         * src/gtk/authors.h
1943                 update TEAM_LIST, fix encoding
1944
1945 2010-01-03 [mir]        3.7.3cvs51
1946
1947         * src/compose.c
1948                 When composing to a NNTP list TO: will always be preset
1949                 to the NNTP list unless user has chosen some other default
1950                 in which case we will handle this the normal way. Therefore
1951                 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
1952
1953 2010-01-01 [paul]       3.7.3cvs50
1954
1955         * src/gtk/about.c
1956                 bump copyright year whilst it's in mind
1957
1958 2009-12-31 [paul]       3.7.3cvs49
1959
1960         * manual/claws-mail-manual.xml
1961         * manual/intro.xml
1962         * manual/plugins.xml
1963                 fix links so that they make sense in the context of the
1964                 text version of the manual
1965
1966 2009-12-31 [paul]       3.7.3cvs48
1967
1968         * manual/intro.xml
1969         * manual/plugins.xml
1970                 updates, improvements, corrections, additions
1971
1972 2009-12-29 [pawel]      3.7.3cvs47
1973
1974         * src/prefs_filtering_action.c
1975                 Fix Bug 2082 'Wrong color rectangle position when replacing
1976                 "color" processing rule'
1977
1978 2009-12-29 [colin]      3.7.3cvs46
1979
1980         * src/compose.c
1981                 Fix bug 2074, 'Remember sending account 
1982                 for sent messages'
1983
1984 2009-12-20 [holger]     3.7.3cvs45
1985
1986         * src/compose.c
1987                 Delay CREATED_HOOKLIST invokation until
1988                 after the modifications to the compose window
1989                 are done, to allow hooks to further modify the
1990                 window without getting overridden again
1991
1992 2009-12-20 [holger]     3.7.3cvs44
1993
1994         * src/prefs_toolbar.h
1995                 Fix last commit
1996
1997 2009-12-20 [holger]     3.7.3cvs43
1998
1999         * src/prefs_toolbar.c
2000         * src/prefs_toolbar.h
2001         * src/toolbar.c
2002                 Pass window struct to caller
2003
2004 2009-12-20 [holger]     3.7.3cvs42
2005
2006         * src/compose.c
2007         * src/compose.h
2008                 Add hooklist after creation of a compose window
2009
2010 2009-12-19 [holger]     3.7.3cvs41
2011
2012         * src/prefs_toolbar.c
2013         * src/prefs_toolbar.h
2014         * src/toolbar.c
2015                 Allow plugins to choose to which toolbar they want
2016                 to add actions (main window, compose window, or message view)
2017
2018 2009-12-19 [paul]       3.7.3cvs40
2019
2020         * src/statusbar.c
2021                 fix statusbar in GTK+ 2.19.1
2022
2023 2009-12-10 [pawel]      3.7.3cvs39
2024
2025         * src/compose.c
2026                 Better fix for cvs28 regression
2027
2028 2009-12-10 [iwkse]      3.7.3cvs38
2029
2030         * src/compose.c
2031             Fix some indentation
2032
2033 2009-12-10 [iwkse]      3.7.3cvs37
2034
2035         * src/compose.c
2036             Add missing checks for gtkaspell: avoid
2037             crashing in some cases when Enchant is 
2038             enabled but the spell checker is disabled 
2039             in preferences.
2040
2041 2009-12-09 [colin]      3.7.3cvs36
2042
2043         * src/compose.c
2044                 Fix leak and unchecked accesses.
2045
2046 2009-12-09 [mir]        3.7.3cvs35
2047
2048         * src/compose.c
2049         Fix Bug 2072 "template at folder properties is not working"
2050         introduced in cvs24.
2051
2052 2009-12-08 [pawel]      3.7.3cvs34
2053
2054         * src/compose.c
2055                 When 'Reply All' remove current compose address from
2056                 Cc/Bcc list - fix for regression introduced in cvs28
2057
2058 2009-12-05 [pawel]      3.7.3cvs33
2059
2060         * src/messageview.c
2061                 Fix memory management, duh!
2062
2063 2009-12-04 [pawel]      3.7.3cvs32
2064
2065         * src/messageview.c
2066                 Use case insensitive comparison in search for
2067                 duplicate urls
2068         * src/uri_opener.c
2069                 Refresh scrollbars on every window open
2070
2071 2009-12-04 [pawel]      3.7.3cvs31
2072
2073         * src/compose.c
2074                 Highlight misspelled words when applying template and
2075                 check_while_typing option is on
2076
2077 2009-12-03 [pawel]      3.7.3cvs30
2078
2079         * src/compose.c
2080                 Highlight misspelled words in text inserted from file(s)
2081                 or pasted to message body when check_while_typing
2082                 options is on
2083
2084 2009-12-02 [pawel]      3.7.3cvs29
2085
2086         * src/compose.c
2087                 Revert first part of previous commit
2088
2089 2009-12-02 [pawel]      3.7.3cvs28
2090
2091         * src/compose.c
2092                 Fix Bug 2055 "duplicate mailing list reply if
2093                 List-Post + Reply-To present"
2094                 - Ignore Reply-To if answering to ML
2095                 - Improve parsing of List-Post header
2096
2097 2009-12-02 [pawel]      3.7.3cvs27
2098
2099         * src/compose.c
2100         * src/compose.h
2101                 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
2102                 email had user in "From" and "CC"
2103                 Don't allow duplicate addresses in compose window headers
2104
2105 2009-12-02 [mones]      3.7.3cvs26
2106
2107         * manual/intro.xml
2108         * manual/es/intro.xml
2109         * manual/fr/intro.xml
2110         * manual/it/intro.xml
2111         * manual/pl/intro.xml
2112                 Make URL to point current site
2113
2114 2009-12-01 [holger]     3.7.3cvs25
2115
2116         * src/summaryview.c
2117         * src/summaryview.h
2118                 Introduce new drag type "claws-mail/msg-path-list" for
2119                 drag'n'drop of a message selection from the summaryview
2120                 into other applications. The drag data gets set to the
2121                 folder-item-id followed by message ids, separated by newlines.
2122                 This enables other applications to back-link to Claws Mail
2123                 via a "claws-mail --select" call after they received a drop.
2124
2125 2009-11-30 [mir]        3.7.3cvs24
2126
2127         * src/compose.c
2128            Place cursor in compose window according to provided input
2129            If to: is present place cursor in subject field and if both
2130            to: and subject: is present place cursor in body. If body: is
2131            present insert a new line after text and place cursor there.
2132
2133 2009-11-27 [mones]      3.7.3cvs23
2134
2135         * src/gtk/quicksearch.c
2136                 Allow viewing longer expressions if there's space
2137
2138 2009-11-25 [holger]     3.7.3cvs22
2139
2140         * Makefile.am
2141         * src/common/Makefile.am
2142         * src/common/utils.c
2143         * src/common/utils.h
2144                 Add a function to query the
2145                 filepath of the .desktop file
2146
2147 2009-11-25 [colin]      3.7.3cvs21
2148
2149         * src/imap.c
2150                 Fix bug 2063, 'glib assertion in GRelation use in 
2151                 imap.c'
2152
2153 2009-11-24 [pawel]      3.7.3cvs20
2154
2155         * src/common/utils.c
2156                 Fix Bug 2053 'Inconsistent application of Coloration 
2157                 of Message text'
2158                 Don't allow '<' character between quotation marks
2159
2160 2009-11-21 [holger]     3.7.3cvs19
2161
2162         * src/printing.c
2163                 Modify cairo clip handling in preview windows,
2164                 to prevent print preview windows from being blank
2165                 with GTK+ 2.18. Follow recommendation of the GTK+
2166                 documentation (section "Migrating to client side windows")
2167                 and create a new cairo context for each expose event.
2168
2169 2009-11-19 [pawel]      3.7.3cvs18
2170
2171         * Makefile.am
2172                 complete 3.7.3cvs15 so install is DESTDIR safe
2173                 remove icons with changed names on uninstall
2174
2175 2009-11-18 [pawel]      3.7.3cvs17
2176
2177         * src/news_gtk.c
2178                 remove unneeded and code-duplicating function
2179
2180 2009-11-18 [pawel]      3.7.3cvs16
2181
2182         * src/news_gtk.c
2183                 Fix Bug 2057 'Claws mail does not keep renamed names
2184                 of nntp-subscribed groups'
2185                 Check for already subscribed group using item->path for group
2186                 comparision as folders item->path != item->name may be truth 
2187                 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
2188
2189 2009-11-17 [pawel]      3.7.3cvs15
2190
2191         * Makefile.am
2192                 Fix Bug 2049 'some icons not copied?'
2193                 Install additional 64x64 and 128x128 icons
2194
2195 2009-11-17 [holger]     3.7.3cvs14
2196
2197         * src/prefs_toolbar.c
2198         * src/prefs_toolbar.h
2199         * src/toolbar.c
2200         * src/toolbar.h
2201                 Allow plugins to register toolbar items
2202
2203 2009-11-11 [pawel]      3.7.3cvs13
2204
2205         * src/addressbook.c
2206         * src/compose.c
2207         * src/compose.h
2208         * src/filtering.c
2209                 Fix Bug 1867 Changing account does not change BCC address
2210                 Set account specific headers when changing account
2211                 in compose window.
2212
2213 2009-11-07 [colin]      3.7.3cvs12
2214
2215         * src/gtk/prefswindow.c
2216                 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
2217                 Patch by Pawel
2218
2219 2009-11-07 [colin]      3.7.3cvs11
2220
2221         * src/gtk/spell_entry.c
2222                 Fix bug 2040, 'numbers in subject entry marked as misspelled'
2223                 Patch by Pawel Pekala
2224
2225 2009-10-27 [colin]      3.7.3cvs10
2226
2227         * src/folder.c
2228                 Fix bug 2028, 'Attempts to connect to all accounts on exit'
2229                 Don't try to check whether the folder is up-to-date if
2230                 the folder class doesn't implement set_mtime, as we don't
2231                 care in this case. This code exists since a long time, but
2232                 the bug was triggered by more scanning of queue folders 
2233                 since recently (when we added \Deleted handling).
2234
2235 2009-10-27 [colin]      3.7.3cvs9
2236
2237         * src/mainwindow.c
2238                 Try to fix registering as default client
2239                 on windows 7
2240
2241 2009-10-21 [wwp]        3.7.3cvs8
2242
2243         * src/common/utils.c
2244                 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
2245
2246 2009-10-21 [wwp]        3.7.3cvs7
2247
2248         * src/common/utils.c
2249                 Don't core dump when attempting to insert a non-existing
2250                 file using a mailto: uri (g_error does core dump).
2251
2252 2009-10-20 [colin]      3.7.3cvs6
2253
2254         * src/common/utils.c
2255                 Don't g_error on normal warnings...
2256
2257 2009-10-20 [colin]      3.7.3cvs5
2258
2259         * src/plugins/pgpcore/sgpgme.c
2260                 Fix bug 1996, 'S/MIME key not selected'
2261                 Check for S/MIME certs too
2262
2263 2009-10-20 [colin]      3.7.3cvs4
2264
2265         * src/common/w32lib.h
2266                 Fix win32 build on latest mingw32
2267
2268 2009-10-20 [colin]      3.7.3cvs3
2269
2270         * src/exportldif.c
2271         * src/ldif.c
2272         * src/ldif.h
2273                 Fix LDIF export. Patch by Michael Rasmussen
2274
2275 2009-10-18 [paul]       3.7.3cvs2
2276
2277         * tools/claws.i18n.status.pl
2278                 increase the value of $transolddays since we're relasing less
2279                 often now.
2280                 rework the en_GB.po hack so that en_GB is always 100% translated
2281                 and recently updated
2282
2283 2009-10-17 [paul]       3.7.3cvs1
2284
2285         * src/prefs_account.c
2286         * src/prefs_compose_writing.c
2287         * src/prefs_receive.c
2288         * src/prefs_summaries.c
2289         * src/prefs_wrapping.c
2290                 reword a few labels. (this incorporates everything
2291                 that seemed worthwhile from bug 2020)
2292         * src/prefs_customheader.c
2293                 use a 'Browse' button instead of button with
2294                 label 'From file...'
2295
2296 2009-10-12 [colin]
2297
2298         * CVS repository change
2299
2300 2009-10-09 [paul[       3.7.3
2301
2302         version 3.7.3 unleashed!!
2303
2304 2009-10-07 [paul]       3.7.2cvs49
2305
2306         * src/folderview.c
2307         * src/folderview.h
2308         * src/mainwindow.c
2309                 fix  Bug 1994 -  Changing colors required restart.
2310                 in the process rename folderview_reflect_prefs_pixmap_theme() to the
2311                 more accurate folderview_reinit_fonts()
2312
2313 2009-10-07 [paul]       3.7.2cvs48
2314
2315         * src/addrgather.c
2316         * src/prefs_common.c
2317         * src/prefs_common.h
2318                 fix  Bug 2003 -  Address gathering dialog minor bugs/annoyances,
2319                 patch by Pawel Pekala
2320
2321 2009-10-07 [paul]       3.7.2cvs47
2322
2323         * po/cs.po
2324         * po/de.po
2325         * po/hu.po
2326         * po/id.po
2327         * po/ja.po
2328         * po/pt_BR.po
2329                 updated by David Vachulka, Stephan Sachse and Marc Arens,
2330                 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
2331                 Goncalves Guimaraes
2332
2333 2009-10-06 [colin]      3.7.2cvs46
2334
2335         * po/fr.po
2336                 French translation update
2337
2338 2009-10-05 [paul]       3.7.2cvs45
2339
2340         * src/printing.c
2341                 enable Page Size and Orientation in the print dialog,
2342                 GTK+ >= 2.18.x only. Patch by Mark__T
2343
2344 2009-10-05 [paul]       3.7.2cvs44
2345
2346         * src/prefs_summaries.c
2347                 fix label, startup --> start-up, to match other uses of the
2348                 term
2349
2350 2009-10-05 [paul]       3.7.2cvs43
2351
2352         * po/pl.po
2353                 updated by Emilian Nowak
2354
2355 2009-10-03 [colin]      3.7.2cvs42
2356
2357         * src/mimeview.c
2358         * src/noticeview.c
2359         * src/gtk/gtkcmclist.c
2360         * src/gtk/gtkvscrollbutton.c
2361         * src/gtk/logwindow.c
2362                 GTK+ 2.18 fixes:
2363                 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
2364                 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
2365                 Fix warning at start
2366
2367 2009-09-28 [colin]      3.7.2cvs41
2368
2369         * src/matcher.c
2370         * src/mimeview.c
2371         * src/prefs_folder_item.c
2372                 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
2373
2374 2009-09-28 [colin]      3.7.2cvs40
2375
2376         * src/prefs_summaries.c
2377         * src/gtk/sslcertwindow.c
2378                 Fix bug 2006, 'Non-utf8 strftime(3) date strings 
2379                 shows up garbled in GUI'. Patch by Pawel Pekala
2380
2381 2009-09-24 [iwkse]      3.7.2cvs39
2382
2383         * configure.ac
2384             That's only for statistics, of course :)
2385
2386 2009-09-24 [iwkse]      3.7.2cvs38
2387
2388         * configure.ac
2389             ...
2390
2391 2009-09-24 [iwkse]      3.7.2cvs37
2392
2393         * configure.ac
2394             Revert unwanted change
2395
2396 2009-09-24 [iwkse]      3.7.2cvs36
2397
2398         * src/action.c
2399             Fix issue with filtering actions and 
2400             parsed parameters
2401
2402 2009-09-20 [mones]      3.7.2cvs35
2403
2404         * tools/convert_mbox.pl
2405                 Add -R flag to support recursive conversions
2406                 of arbitrary Evolution mail folders, based on
2407                 bash script by Daniel Dickinson (fixes debian 
2408                 bug #461435) 
2409         * tools/popfile-link.sh
2410                 Set required shell for script (fixes debian 
2411                 bug #530057)
2412
2413 2009-09-16 [colin]      3.7.2cvs34
2414
2415         * src/main.c
2416                 Go grab files in /etc/skel if they exist
2417                 at first startup 
2418
2419 2009-09-15 [colin]      3.7.2cvs33
2420
2421         * src/procmime.c
2422                 Complete 3.7.1cvs42: only output directly to
2423                 final file if we get NULL byes at the start.
2424                 Still fixes saving UTF16 files, but also
2425                 fixes displaying Base64 parts with decoding
2426                 errors (parts without errors get displayed)
2427
2428 2009-09-14 [colin]      3.7.2cvs32
2429
2430         * src/matcher.c
2431         * src/matcher.h
2432         * src/matcher_parser_parse.y
2433         * src/prefs_matcher.c
2434                 Add 'has_attachment' and 'signed' matcher
2435                 expressions. Patch by Aleksei Miheev, fixes
2436                 bug 1997. 
2437
2438 2009-09-14 [colin]      3.7.2cvs31
2439
2440         * src/common/utils.c
2441                 Add "Re :" prefix from french Yahoo mail.
2442                 Patch by Didier Barvaux, fixes bug 1999
2443
2444 2009-09-10 [mones]      3.7.2cvs30
2445
2446         * manual/plugins.xml
2447                 Fix sites supported by SpamReport
2448         * manual/es/plugins.xml
2449                 Synchronise Spanish manual
2450
2451 2009-09-07 [holger]     3.7.2cvs29
2452
2453         * Makefile.am
2454                 Also update the icon cache on uninstall.
2455                 This prevents possible problems when Claws Mail was
2456                 uninstalled and installed again into a different location,
2457                 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
2458                 and the blog post linked therein
2459
2460 2009-09-07 [paul]       3.7.2cvs28
2461
2462         * src/prefs_toolbar.c
2463                 when updating the main toolbar icons just update
2464                 the main toolbar (and consequently fix a bug where
2465                 folderview icons would disappear)
2466
2467 2009-08-30 [holger]     3.7.2cvs27
2468
2469         * src/compose.c
2470                 Do case-insensitive comparison against
2471                 header names when extracting recipients
2472                 from composed mails
2473
2474 2009-08-23 [colin]      3.7.2cvs26
2475
2476         * src/mbox.c
2477                 Probably fix RH bug 512024, " folder.c:3543 
2478                 Condition msglist != NULL failed"
2479
2480 2009-08-23 [colin]      3.7.2cvs25
2481
2482         * src/prefs_compose_writing.c
2483                 Make the maximum size warning bigger. Patch
2484                 by Didier Barvaux on bug 1986.
2485
2486 2009-08-21 [colin]      3.7.2cvs24
2487
2488         * src/compose.c
2489                 Previous commit: move the function into compose_insert_file
2490                 so that it's also used on drag-n-drop
2491
2492 2009-08-21 [colin]      3.7.2cvs23
2493
2494         * src/compose.c
2495                 Fix scrolling when adding an header
2496
2497 2009-08-21 [colin]      3.7.2cvs22
2498
2499         * src/compose.c
2500         * src/prefs_common.c
2501         * src/prefs_common.h
2502         * src/prefs_compose_writing.c
2503         * src/common/utils.c
2504                 Fix bug 1986, "New feature: warn user when inserting 
2505                 a large file in the message body". Patch by Didier
2506                 Barvaux
2507
2508 2009-08-21 [colin]      3.7.2cvs21
2509
2510         * AUTHORS
2511         * src/gtk/authors.h
2512         * src/common/utils.c
2513                 Fix bug 1984: Add R�f. : reply prefix (french 
2514                 Lotus Notes); patch by Didier Barvaux
2515
2516 2009-08-21 [colin]      3.7.2cvs20
2517
2518         * src/codeconv.c
2519         * src/codeconv.h
2520                 Fix bug 1969, 'Bad guess for outgoing encoding'
2521                 Make sure the specific converters (japanese in
2522                 this case) can return success/error in strict
2523                 mode, instead of silently failing back to 
2524                 strncpy
2525
2526 2009-08-20 [holger]     3.7.2cvs19
2527
2528         * src/compose.c
2529         * src/compose.h
2530                 Make it possible for code outside
2531                 compose (e.g. plugins) to attach files
2532
2533 2009-08-20 [colin]      3.7.2cvs18
2534
2535         * src/main.c
2536                 Fix crash when accessing IMAP soon
2537
2538 2009-08-18 [colin]      3.7.2cvs17
2539
2540         * src/ldapquery.c
2541                 Maybe fix crash on non-existent LDAP server
2542
2543 2009-08-04 [colin]      3.7.2cvs16
2544
2545         * src/toolbar.c
2546                 Fix toolbar's spacing that breaks dark
2547                 themes (patch from http://blogs.igalia.com/aperez/
2548                 2009/07/making-claws-mail-look-better/)
2549
2550 2009-07-28 [colin]      3.7.2cvs15
2551
2552         * src/account.c
2553         * src/addrcustomattr.c
2554         * src/addressadd.c
2555         * src/addressbook_foldersel.c
2556         * src/addrgather.c
2557         * src/browseldap.c
2558         * src/compose.c
2559         * src/editbook.c
2560         * src/editgroup.c
2561         * src/editjpilot.c
2562         * src/editldap.c
2563         * src/editldap_basedn.c
2564         * src/edittags.c
2565         * src/editvcard.c
2566         * src/exphtmldlg.c
2567         * src/expldifdlg.c
2568         * src/export.c
2569         * src/foldersel.c
2570         * src/import.c
2571         * src/importldif.c
2572         * src/importmutt.c
2573         * src/importpine.c
2574         * src/prefs_actions.c
2575         * src/prefs_customheader.c
2576         * src/prefs_display_header.c
2577         * src/prefs_filtering.c
2578         * src/prefs_folder_column.c
2579         * src/prefs_matcher.c
2580         * src/prefs_summary_column.c
2581         * src/prefs_summary_open.c
2582         * src/prefs_template.c
2583         * src/textview.c
2584         * src/uri_opener.c
2585                 Fix bug 1950, 'Program freeze up during folder selection'
2586                 Don't leave hidden windows modal
2587
2588 2009-07-28 [colin]      3.7.2cvs14
2589
2590         * src/ldapquery.c
2591                 Fix bug 1957, 'LDAP errs out after searching too 
2592                 many search bases'
2593
2594 2009-07-28 [colin]      3.7.2cvs13
2595
2596         * src/summaryview.c
2597                 Fix bug 1966, '"Collapse all threads" slower than 
2598                 "Expand all threads"'
2599
2600 2009-07-28 [colin]      3.7.2cvs12
2601
2602         * src/common/session.c
2603                 Fix bug 1967, 'Claws gets stuck after accepting 
2604                 a certificate warning dialog'
2605
2606 2009-07-19 [paul]       3.7.2cvs11
2607
2608         * manual/plugins.xml
2609                 a few small changes to the English
2610
2611 2009-07-18 [mones]      3.7.2cvs10
2612
2613         * manual/plugins.xml
2614                 Add new bsfilter and fancy plugins to the docs
2615                 and a note about dealing with plugins of the same class
2616         * src/prefs_account.c
2617                 Fix extra space at the end typo
2618
2619 2009-07-16 [colin]      3.7.2cvs9
2620
2621         * src/summaryview.c
2622                 Fix wrong return without unlocking; thanks
2623                 to mupuf_
2624
2625 2009-07-14 [colin]      3.7.2cvs8
2626
2627         * src/imap.c
2628                 Fix bug 1954, 'Segfault on reading wrong STATUS'
2629
2630 2009-07-10 [colin]      3.7.2cvs7
2631
2632         * src/plugins/pgpcore/plugin.def
2633         * src/common/utils.h
2634                 Fix windows port
2635
2636 2009-07-10 [colin]      3.7.2cvs6
2637
2638         * src/prefs_display_header.c
2639                 Fix bug 1951, 'C-Mail dumps core when editing 
2640                 displayed headers'. Patch by Alexey Rusakov
2641
2642 2009-07-10 [colin]      3.7.2cvs5
2643
2644         * src/folderview.c
2645                 Fix bug 1952, 'Deleted mails in Queue folder 
2646                 highlight it'.
2647
2648 2009-07-09 [colin]      3.7.2cvs4
2649
2650         * src/gtk/spell_entry.c
2651                 Fix bug 1949, 'Spell checker doesn't recognise 
2652                 certain word in Subject header, but does in 
2653                 message body'. Patch by Pawel Pekala.
2654
2655 2009-07-09 [paul]       3.7.2cvs3
2656
2657         * configure.ac
2658                 use pkgconfig to check for the minimum required
2659                 version of GnuTLS
2660
2661 2009-07-06 [colin]      3.7.2cvs2
2662
2663         * src/prefs_customheader.c
2664                 Fix build failure
2665
2666 2009-07-04 [paul]       3.7.2cvs1
2667
2668         * tools/claws.i18n.status.pl
2669                 updated
2670
2671 2009-07-03 [paul]       3.7.2
2672
2673         * NEWS
2674         * README
2675         * RELEASE_NOTES 
2676                 3.7.2 released!
2677
2678 2009-07-03 [paul]       3.7.1cvs85
2679
2680         * AUTHORS
2681         * configure.ac
2682         * po/pt_PT.po
2683         * po/sk.po
2684         * src/gtk/authors.h
2685                 added new translations by Tiago Faria and Slavko
2686         * po/bg.po
2687         * po/cs.po
2688         * po/de.po
2689         * po/es.po
2690         * po/fi.po
2691         * po/fr.po
2692         * po/hu.po
2693         * po/id.po
2694         * po/it.po
2695         * po/ja.po
2696         * po/pt_BR.po
2697         * po/ru.po
2698                 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
2699                 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
2700                 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
2701                 Goncalves Guimaraes, Aleksei Miheev
2702
2703 2009-07-01 [colin]      3.7.1cvs84
2704
2705         * src/prefs_common.c
2706                 Fix bug 1940, 'Doesn't open links in 
2707                 user's default browser'. Turn the preference
2708                 to TRUE by default; that will only change the
2709                 behaviour for new users.
2710
2711 2009-06-29 [colin]      3.7.1cvs83
2712
2713         * src/filtering.c
2714         * src/filtering.h
2715         * src/prefs_filtering_action.c
2716                 Fix bug 1935, 'problems with very long filtering actions':
2717                 Use a dynamic buffer in action to string, and a bigger
2718                 buffer in string to action
2719
2720 2009-06-29 [colin]      3.7.1cvs82
2721
2722         * src/matcher_parser_lex.l
2723                 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
2724
2725 2009-06-29 [colin]      3.7.1cvs81
2726
2727         * src/addressbook.c
2728                 Fix warnings
2729         * src/editgroup.c
2730                 Fix crash (out-of-bounds tree column)
2731         * src/gtk/gtkcmctree.c
2732         * src/gtk/gtksctree.c
2733                 Prevent using an out-of-bounds tree column
2734
2735 2009-06-29 [colin]      3.7.1cvs80
2736
2737         * src/ldapupdate.c
2738         * src/ldif.c
2739                 Leak fixes; patch by Pawel Pekala.
2740
2741 2009-06-26 [colin]      3.7.1cvs79
2742
2743         * src/summaryview.c
2744                 Sort by msgnum if dates are equal
2745
2746 2009-06-24 [paul]       3.7.1cvs78
2747
2748         * src/summaryview.c
2749                 make some (forgotten) strings translatable
2750
2751 2009-06-19 [colin]      3.7.1cvs77
2752
2753         * src/summaryview.c
2754                 Fix menu sensitiveness
2755
2756 2009-06-18 [colin]      3.7.1cvs76
2757
2758         * configure.ac
2759         * src/plugins/pgpcore/sgpgme.c
2760         * src/plugins/pgpcore/sgpgme.h
2761         * src/plugins/pgpmime/mypgpcore.def
2762         * src/plugins/pgpmime/pgpmime.c
2763         * src/plugins/smime/mypgpcore.def
2764         * src/plugins/smime/smime.c
2765                 Use largefile support (and stop using our old GPGME
2766                 hack on gpgme_data_seek/rewind)
2767                 (See 1.9.12cvs44 to 46 - if this breaks things we 
2768                 should soon know :)
2769
2770 2009-06-13 [colin]      3.7.1cvs75
2771
2772         * src/gtk/spell_entry.c
2773                 Fix assertion. We can put a NULL gtkaspell to
2774                 an entry; it just means it won't be spell-checked.
2775
2776 2009-06-12 [mones]      3.7.1cvs74
2777
2778         * src/compose.c
2779         * src/messageview.c
2780         * src/prefs_account.c
2781         * src/prefs_account.h
2782         * src/common/utils.c
2783         * src/common/utils.h
2784                 Added preference to use account address in generated
2785                 Message-Id. Fixes Debian bug #531052
2786
2787 2009-06-12 [colin]      3.7.1cvs73
2788
2789         * src/common/ssl.c
2790                 Better fix, API-compatible with libgnutls13
2791
2792 2009-06-12 [colin]      3.7.1cvs72
2793
2794         * src/common/ssl.c
2795                 Use compatibility mode in GnuTLS, and avoid problems with 
2796                 servers that don't comply 100% with the spec, but still
2797                 exist.
2798
2799 2009-06-06 [iwkse]      3.7.1cvs71
2800
2801         * src/compose.c
2802                 Ops..revert a mix with another patch
2803
2804 2009-06-06 [iwkse]      3.7.1cvs70
2805
2806         * src/compose.c
2807                 A better fix for the previous commit's issue
2808
2809 2009-06-06 [iwkse]      3.7.1cvs69
2810
2811         * src/compose.c
2812                 Fix shutting down of Claws Mail while a GTK_Return keypress 
2813                 event is sent to the Attach property window
2814
2815 2009-06-05 [colin]      3.7.1cvs68
2816
2817         * src/compose.c
2818                 Fix build on GTK+ 2.6
2819
2820 2009-06-03 [mones]      3.7.1cvs67
2821
2822         * tools/make.themes.project
2823                 Oops! fix header, sorry Paul ;-)
2824
2825 2009-06-03 [mones]      3.7.1cvs66
2826
2827         * tools/make.themes.project
2828                 Add support for PNG themes and other
2829                 fixes i don't remember now... :)
2830
2831 2009-06-02 [colin]      3.7.1cvs65
2832
2833         * src/compose.c
2834         * src/prefs_template.c
2835         * src/quote_fmt.c
2836                 Fix error messages in templates, and fix their
2837                 checking
2838
2839 2009-05-22 [colin]      3.7.1cvs64
2840
2841         * src/compose.c
2842                 And remove hbox too
2843
2844 2009-05-22 [colin]      3.7.1cvs63
2845
2846         * src/compose.c
2847                 Fix phantom button behind entry when
2848                 changing fields via Tools/Reply mode.
2849
2850 2009-05-22 [colin]      3.7.1cvs62
2851
2852         * src/compose.c
2853                 Fix icon size
2854
2855 2009-05-21 [mones]      3.7.1cvs61
2856
2857         * src/compose.c
2858         * src/compose.h
2859                 Add button to empty header lines with one click
2860
2861 2009-05-21 [paul]       3.7.1cvs60
2862
2863         * src/mainwindow.c
2864         * src/mainwindow.h
2865         * src/plugins/trayicon/trayicon.c
2866                 when quitting from the trayicon, honour
2867                 prefs_common.clean_on_exit
2868
2869 2009-05-21 [paul]       3.7.1cvs59
2870
2871         * src/gtk/Makefile.am
2872                 remove duplicate entry
2873                 thanks to Charles A Edwards
2874
2875 2009-05-19 [paul]       3.7.1cvs58
2876
2877         * src/send_message.c
2878                 clear progressbar in the statusbar on 'Cancel'
2879
2880 2009-05-16 [colin]      3.7.1cvs57
2881
2882         * AUTHORS
2883         * src/gtk/authors.h
2884                 Add Fabian
2885
2886 2009-05-16 [colin]      3.7.1cvs56
2887
2888         * src/msgcache.c
2889                 Remove msgnum>0 condition for removing messages
2890                 from caches. There's no such condition on add.
2891                 Fixes bug 1913, 'Allow to remove phantom 
2892                 messages from the cache'; patch by Fabian
2893                 Keil <fk at fabiankeil.de>
2894
2895 2009-05-12 [holger]     3.7.1cvs55
2896
2897         * src/messageview.c
2898         * src/messageview.h
2899                 Introduce hook after showing of the message view
2900
2901 2009-05-11 [colin]      3.7.1cvs54
2902
2903         * src/compose.c
2904                 Fix bug 1872, 'A: Cc: CCi: selector should 
2905                 default on same as preceding contact'
2906
2907 2009-05-10 [holger]     3.7.1cvs53
2908
2909         * src/addr_compl.c
2910         * src/addr_compl.h
2911                 Add a hook to make it possible for plugins to
2912                 modify the address completion list
2913
2914 2009-05-06 [paul]       3.7.1cvs52
2915
2916         * src/folder.c
2917         * src/mimeview.c
2918                 fix bug 1915, 'Mails signed with smime.p7s
2919                 display both signed and attachment icon.'
2920
2921 2009-05-05 [colin]      3.7.1cvs51
2922
2923         * src/common/utils.c
2924                 Fix patch :)
2925
2926 2009-05-05 [colin]      3.7.1cvs50
2927
2928         * src/common/utils.c
2929                 Fix bug 1895, '(imap) cache issues when cache dir is on a 
2930                 different mountpoint than tempdir'
2931
2932 2009-05-04 [colin]      3.7.1cvs49
2933
2934         * src/msgcache.c
2935                 Probably fix bug 1914, 'Crash reading
2936                 corrupted tags file'
2937
2938 2009-04-26 [paul]       3.7.1cvs48
2939
2940         * configure.ac
2941         * src/gtk/gtkaspell.h
2942                 fix bug 1904, 'build mechanism looks for
2943                 'enchant.h' in a wrong place'
2944
2945 2009-04-25 [paul]       3.7.1cvs47
2946
2947         * src/printing.c
2948                 gah! fix coding style!
2949
2950 2009-04-25 [paul]       3.7.1cvs46
2951
2952         * src/printing.c
2953         * src/toolbar.c
2954                 if building with GTK+ >= 2.16 use
2955                 gtk_orientable_set_orientation() instead of now
2956                 deprecated gtk_toolbar_set_orientation()
2957
2958 2009-04-24 [colin]      3.7.1cvs45
2959
2960         * src/compose.c
2961                 Ask before sending if an attached file has
2962                 disappeared.
2963
2964 2009-04-19 [paul]       3.7.1cvs44
2965
2966         * src/prefs_common.c
2967         * src/prefs_common.h
2968         * src/gtk/about.c
2969                 save About window size.
2970                 patch by Pawel Pekala
2971
2972 2009-04-12 [paul]       3.7.1cvs43
2973
2974         * tools/csv2addressbook.pl
2975                 add extra CSV fields that are now appended
2976                 by thunderbird (version 2.0.0.21)
2977
2978 2009-04-08 [colin]      3.7.1cvs42
2979
2980         * src/procmime.c
2981                 fix saving (but not displaying) of UTF-16
2982                 files
2983
2984 2009-04-08 [colin]      3.7.1cvs41
2985
2986         * src/gtk/manage_window.c
2987                 Disable transient windows on win32 - seems to
2988                 fix most focusing issues
2989
2990 2009-04-05 [colin]      3.7.1cvs40
2991
2992         * src/procmsg.c
2993                 Don't ask whether we want to send deleted mails in queue
2994                 folders; also, don't send deleted mails when flushing
2995                 queues
2996
2997 2009-04-04 [paul]       3.7.1cvs39
2998
2999         * AUTHORS
3000         * configure.ac
3001         * po/id.po
3002         * src/gtk/authors.h
3003         * tools/claws.i18n.status.pl
3004                 add new Indonesian translation, by
3005                 MSulchan Darmawan
3006
3007 2009-04-03 [paul]       3.7.1cvs38
3008
3009         * AUTHORS
3010         * src/gtk/authors.h
3011                 credit due
3012
3013 2009-04-03 [colin]      3.7.1cvs37
3014
3015         * src/compose.c
3016         * src/textview.c
3017                 Fix bug 1891, 'Add support for gopher:// links'
3018                 Patch by Jacob Head <clawsmail at jacob-head.com>
3019                 Let's go back to the roots! 
3020
3021 2009-04-03 [paul]       3.7.1cvs36
3022
3023         * m4/Makefile.am
3024                 complete cvs35
3025
3026 2009-04-03 [paul]       3.7.1cvs35
3027
3028         * configure.ac
3029                 add AC_CONFIG_MACRO_DIR([m4])
3030                 remove CLAWS_ACLOCAL_INCLUDE(m4)
3031         * m4/aclocal-include.m4
3032                 removed this now unneeded file
3033
3034 2009-04-02 [colin]      3.7.1cvs34
3035
3036         * src/common/utils.h
3037                 Fix previous (thanks to Marcus :)
3038
3039 2009-04-02 [colin]      3.7.1cvs33
3040
3041         * src/common/utils.h
3042         * src/etpan/etpan-thread-manager.c
3043                 pipe() was a macro from GLib on win32 until
3044                 glib 2.13.2. It's undefined after that.
3045                 Thanks to Marcus Brinkmann for the heads-up!
3046
3047 2009-03-31 [colin]      3.7.1cvs32
3048
3049         * src/folder_item_prefs.c
3050                 Copy folder settings with prefs
3051
3052 2009-03-31 [colin]      3.7.1cvs31
3053
3054         * src/prefs_account.c
3055                 Don't use un-sensitive checkboxes in Privacy tab
3056                 when privacy system in None (makes unchecking 
3057                 painful when no privacy plugin is loaded)
3058
3059 2009-03-30 [colin]      3.7.1cvs30
3060
3061         * src/folder.c
3062         * src/folder.h
3063         * src/imap.c
3064         * src/mainwindow.c
3065         * src/mainwindow.h
3066         * src/prefs_account.c
3067         * src/prefs_account.h
3068         * src/summaryview.c
3069         * src/summaryview.h
3070                 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
3071                 Add an option on the Receive page of IMAP account preferences:
3072                 "Move deleted mails to trash and expunge immediately". This
3073                 option defaults to TRUE to avoid changing the existing behaviour.
3074                 Setting it to FALSE prevents automatic expunging. 
3075                 Also, add Tools/Expunge and View/Hide deleted messages menu items
3076                 (View/Hide deleted message being a per-folder setting, and behaving,
3077                 like View/Hide read messages).
3078
3079 2009-03-30 [colin]      3.7.1cvs29
3080
3081         * src/imap.c
3082                 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
3083                 ask for IMAP password when using GSSAPI auth
3084
3085 2009-03-27 [colin]      3.7.1cvs28
3086
3087         * src/folder.c
3088                 Fix cvs14, make sure we mark non-existent caches dirty
3089                 (or they never get written)
3090
3091 2009-03-27 [colin]      3.7.1cvs27
3092
3093         * src/imap.c
3094                 Fix tag update when all tags are removed 
3095                 from another client
3096
3097 2009-03-25 [colin]      3.7.1cvs26
3098
3099         * configure.ac
3100                 Fix configure.ac, thanks to Pawel
3101
3102 2009-03-25 [colin]      3.7.1cvs25
3103
3104         * src/news.c
3105         * src/etpan/nntp-thread.c
3106                 Fix header fetching (NG/To/Cc). Fixes 
3107                 bug 1883, 'Message processing fails to 
3108                 act on Newsgroups: field'
3109
3110 2009-03-23 [colin]      3.7.1cvs24
3111
3112         * src/textview.c
3113                 Fix internal headers visible in queue/sent
3114
3115 2009-03-23 [colin]      3.7.1cvs23
3116
3117         * configure.ac
3118                 Fix check for RC (resource compiler) used
3119                 on win32 (AC_LIBTOOL_RC used to call it 
3120                 implicitely but stopped)
3121
3122 2009-03-19 [colin]      3.7.1cvs22
3123
3124         * src/toolbar.c
3125                 Put spam button in default toolbar even if
3126                 bogofilter and spamassassin are not built.
3127                 Other anti-spam plugin could exist! :)
3128         * src/common/utils.c
3129                 Fix exit status fetch on win32
3130
3131 2009-03-18 [paul]       3.7.1cvs21
3132
3133         * src/gtk/spell_entry.c
3134                 fix "[BUG] Wrong word replaced in 'Subject:'
3135                 when spell-checking correction used"
3136                 Patch by Pawel Pekala
3137
3138 2009-03-17 [colin]      3.7.1cvs20
3139
3140         * src/common/utils.c
3141                 Fix win32 build (from cvs12)
3142
3143 2009-03-17 [colin]      3.7.1cvs19
3144
3145         * src/compose.c
3146                 Fix bug 1735, 'Change To: and Newsgroups: 
3147                 recipient field according account type'
3148                 Patch by Pawel
3149
3150 2009-03-17 [colin]      3.7.1cvs18
3151
3152         * src/msgcache.c
3153         * src/prefs_common.c
3154         * src/prefs_common.h
3155         * src/prefs_other.c
3156         * src/common/prefs.c
3157                 Add preference for fsyncing metadata
3158
3159 2009-03-16 [paul]       3.7.1cvs17
3160
3161         * src/prefs_customheader.c
3162                 add forgotten #if HAVE_LIBCOMPFACE
3163
3164 2009-03-16 [paul]       3.7.1cvs16
3165
3166         * src/prefs_customheader.c
3167                 put the (X-)Face preview image below the up/down
3168                 buttons so they don't jump around.
3169                 make the list reorderable by drag'n'drop
3170
3171 2009-03-16 [colin]      3.7.1cvs15
3172
3173         * src/prefs_customheader.c
3174                 Add a (X-)Face preview. Patch by iwkse.
3175
3176 2009-03-16 [colin]      3.7.1cvs14
3177
3178         * src/compose.c
3179         * src/folder.c
3180         * src/folder.h
3181         * src/msgcache.c
3182         * src/common/prefs.c
3183                 Add fsync calls to make sure we don't
3184                 lose data on system crashes. (to do:
3185                 add a pref to allow people choosing raw
3186                 speed)
3187
3188 2009-03-15 [colin]      3.7.1cvs13
3189
3190         * src/gtk/gtkaspell.c
3191                 Fix empty menu when there are no
3192                 suggestions (using the Spelling menu)
3193
3194 2009-03-14 [colin]      3.7.1cvs12
3195
3196         * src/common/utils.c
3197                 Win32: fix subject prefix length
3198
3199 2009-03-11 [mones]      3.7.1cvs11
3200
3201         * po/es.po
3202                 fix encoding declared in header
3203                 update translation now we're at it
3204
3205 2009-03-10 [colin]      3.7.1cvs10
3206
3207         * src/messageview.c
3208                 Fix "wrong mime" message printed out multiple
3209                 times
3210
3211 2009-03-10 [colin]      3.7.1cvs9
3212
3213         * src/prefs_folder_item.c
3214                 Fix build
3215
3216 2009-03-09 [paul]       3.7.1cvs8
3217
3218         * src/prefs_folder_item.c
3219         * src/send_message.c
3220                 fixes to english text
3221
3222 2009-03-08 [paul]       3.7.1cvs7
3223
3224         * po/ja.po
3225                 correct errors in header
3226
3227 2009-03-08 [paul]       3.7.1cvs6
3228
3229         * AUTHORS
3230         * configure.ac
3231         * po/ja.po
3232         * src/gtk/authors.h
3233         * tools/claws.i18n.status.pl
3234                 add Japanese translation, submitted by kazken3
3235
3236 2009-03-07 [colin]      3.7.1cvs5
3237
3238         * src/messageview.c
3239                 Don't let the invalid MIME warning hide
3240                 other noticeview (Partial receive or 
3241                 return receipt).
3242
3243 2009-03-07 [colin]      3.7.1cvs4
3244
3245         * src/procmime.c
3246                 Fix build
3247
3248 2009-03-07 [colin]      3.7.1cvs3
3249
3250         * src/messageview.c
3251         * src/procmime.c
3252         * src/procmime.h
3253                 Handle mimeparts that lack an end boundary.
3254                 They're invalid but it's too annoying for
3255                 normal users to fix.
3256
3257 2009-03-06 [wwp]        3.7.1cvs2
3258
3259         * src/compose.c
3260         * src/folder_item_prefs.c
3261         * src/folder_item_prefs.h
3262         * src/prefs_folder_item.c
3263                 Add per-folder default cc, bcc and reply-to.
3264
3265 2009-03-06 [colin]      3.7.1cvs1
3266
3267         * src/gedit-print.c
3268         * src/gtk/gtksourceprintjob.c
3269                 Fix build with old print interface
3270
3271 2009-03-06 [paul]       3.7.1
3272
3273         * NEWS
3274         * README
3275         * RELEASE_NOTES 
3276                 3.7.1 released!
3277
3278 2009-03-06 [paul]       3.7.0cvs78
3279
3280         * po/cs.po
3281         * po/de.po
3282         * po/fi.po
3283         * po/fr.po
3284         * po/hu.po
3285         * po/nl.po
3286         * po/pt_BR.po
3287         * po/sv.po
3288         * po/zh_CN.po
3289                 updated by David Vachulka, Stephan Sachse, Flammie
3290                 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
3291                 Frederico Goncalves Guimaraes, Lars Persson Fink,
3292                 and Ralph Young
3293
3294 2009-03-03 [colin]      3.7.0cvs77
3295
3296         * src/prefs_filtering.c
3297                 Win32: Fix bug 1865, 'IMAP account name changes 
3298                 are not followed at filter actions'
3299
3300 2009-03-02 [colin]      3.7.0cvs76
3301
3302         * src/imap.c
3303                 Fix Launchpad bug 335571: 'claws-mail crashed 
3304                 with SIGSEGV in strlen() while deleting 
3305                 large amount of e-mails on IMAP account
3306
3307 2009-02-27 [mones]      3.7.0cvs75
3308
3309         * manual/es/account.xml
3310         * manual/es/ack.xml
3311         * manual/es/addrbook.xml
3312         * manual/es/advanced.xml
3313         * manual/es/claws-mail-manual.xml
3314         * manual/es/faq.xml
3315         * manual/es/glossary.xml
3316         * manual/es/gpl.xml
3317         * manual/es/handling.xml
3318         * manual/es/intro.xml
3319         * manual/es/keyboard.xml
3320         * manual/es/plugins.xml
3321         * manual/es/starting.xml
3322                 Sync with English version, fix some typos
3323                 Changed encoding to UTF-8
3324         * po/es.po
3325                 Update for release, changed encoding to UTF-8
3326
3327 2009-02-24 [colin]      3.7.0cvs74
3328
3329         * src/printing.c
3330                 Don't print separation line if there
3331                 are no headers
3332
3333 2009-02-23 [cleroy]     3.7.0cvs73
3334
3335         * src/account.c
3336         * src/action.c
3337         * src/addr_compl.c
3338         * src/addrbook.c
3339         * src/addrcache.c
3340         * src/addrcindex.c
3341         * src/addrclip.c
3342         * src/addrduplicates.c
3343         * src/addressadd.c
3344         * src/addressbook.c
3345         * src/addressbook_foldersel.c
3346         * src/addrharvest.c
3347         * src/addrindex.c
3348         * src/addritem.c
3349         * src/addrquery.c
3350         * src/addrselect.c
3351         * src/codeconv.c
3352         * src/compose.c
3353         * src/customheader.c
3354         * src/editaddress.c
3355         * src/editaddress_other_attributes_ldap.c
3356         * src/editgroup.c
3357         * src/editldap.c
3358         * src/enriched.c
3359         * src/exporthtml.c
3360         * src/exportldif.c
3361         * src/filtering.c
3362         * src/folder.c
3363         * src/foldersel.c
3364         * src/folderutils.c
3365         * src/folderview.c
3366         * src/gedit-print.c
3367         * src/html.c
3368         * src/imap.c
3369         * src/imap_gtk.c
3370         * src/inc.c
3371         * src/jpilot.c
3372         * src/ldapctrl.c
3373         * src/ldapquery.c
3374         * src/ldapserver.c
3375         * src/ldapupdate.c
3376         * src/ldif.c
3377         * src/localfolder.c
3378         * src/main.c
3379         * src/mainwindow.c
3380         * src/matcher.c
3381         * src/mbox.c
3382         * src/messageview.c
3383         * src/mh.c
3384         * src/mh_gtk.c
3385         * src/mimeview.c
3386         * src/msgcache.c
3387         * src/mutt.c
3388         * src/news.c
3389         * src/news_gtk.c
3390         * src/noticeview.c
3391         * src/pine.c
3392         * src/pop.c
3393         * src/prefs_account.c
3394         * src/prefs_actions.c
3395         * src/prefs_common.c
3396         * src/prefs_filtering.c
3397         * src/prefs_filtering_action.c
3398         * src/prefs_folder_column.c
3399         * src/prefs_folder_item.c
3400         * src/prefs_gtk.c
3401         * src/prefs_matcher.c
3402         * src/prefs_quote.c
3403         * src/prefs_send.c
3404         * src/prefs_summaries.c
3405         * src/prefs_summary_column.c
3406         * src/prefs_template.c
3407         * src/prefs_themes.c
3408         * src/prefs_toolbar.c
3409         * src/printing.c
3410         * src/privacy.c
3411         * src/procheader.c
3412         * src/procmime.c
3413         * src/procmsg.c
3414         * src/quote_fmt.c
3415         * src/remotefolder.c
3416         * src/send_message.c
3417         * src/sourcewindow.c
3418         * src/statusbar.c
3419         * src/stock_pixmap.c
3420         * src/summary_search.c
3421         * src/summaryview.c
3422         * src/textview.c
3423         * src/toolbar.c
3424         * src/undo.c
3425         * src/uri_opener.c
3426         * src/vcard.c
3427         * src/common/base64.c
3428         * src/common/claws.c
3429         * src/common/hooks.c
3430         * src/common/plugin.c
3431         * src/common/prefs.c
3432         * src/common/session.c
3433         * src/common/smtp.c
3434         * src/common/socket.c
3435         * src/common/string_match.c
3436         * src/common/stringtable.c
3437         * src/common/utils.c
3438         * src/common/utils.h
3439         * src/common/xml.c
3440         * src/common/xmlprops.c
3441         * src/gtk/colorlabel.c
3442         * src/gtk/combobox.c
3443         * src/gtk/foldersort.c
3444         * src/gtk/gtkaspell.c
3445         * src/gtk/gtkcmclist.c
3446         * src/gtk/gtkcmctree.c
3447         * src/gtk/gtkcmoptionmenu.c
3448         * src/gtk/gtksctree.c
3449         * src/gtk/gtkshruler.c
3450         * src/gtk/gtksourceprintjob.c
3451         * src/gtk/gtkutils.c
3452         * src/gtk/gtkvscrollbutton.c
3453         * src/gtk/logwindow.c
3454         * src/gtk/menu.c
3455         * src/gtk/pluginwindow.c
3456         * src/gtk/prefswindow.c
3457         * src/gtk/quicksearch.c
3458         * src/gtk/spell_entry.c
3459         * src/plugins/pgpcore/select-keys.c
3460         * src/plugins/pgpinline/pgpinline.c
3461         * src/plugins/pgpmime/pgpmime.c
3462         * src/plugins/smime/smime.c
3463         * src/plugins/spamassassin/spamassassin_gtk.c
3464                 Mass commit changing g_return_* to cm_return_*
3465                 and making these more interesting
3466
3467 2009-02-23 [colin]      3.7.0cvs72
3468
3469         * src/imap.c
3470                 Always initialise error code to no error
3471
3472 2009-02-23 [colin]      3.7.0cvs71
3473
3474         * src/imap.c
3475                 Fix separator substitution
3476
3477 2009-02-23 [colin]      3.7.0cvs70
3478
3479         * src/stock_pixmap.c
3480         * src/gtk/colorlabel.c
3481                 don't use g_return on normal checks
3482
3483 2009-02-22 [colin]      3.7.0cvs69
3484
3485         * src/addressbook.c
3486         * src/procmime.c
3487                 More fixes
3488
3489 2009-02-22 [colin]      3.7.0cvs68
3490
3491         * src/addrduplicates.c
3492         * src/addressbook.c
3493         * src/addrharvest.c
3494         * src/codeconv.c
3495         * src/compose.c
3496         * src/filtering.c
3497         * src/folder.c
3498         * src/imap.c
3499         * src/imap_gtk.c
3500         * src/importldif.c
3501         * src/jpilot.c
3502         * src/mainwindow.c
3503         * src/matcher.c
3504         * src/mbox.c
3505         * src/messageview.c
3506         * src/mh_gtk.c
3507         * src/prefs_common.c
3508         * src/prefs_filtering.c
3509         * src/prefs_gtk.c
3510         * src/printing.c
3511         * src/privacy.c
3512         * src/procmime.c
3513         * src/procmsg.c
3514         * src/summaryview.c
3515         * src/textview.c
3516         * src/undo.c
3517         * src/wizard.c
3518         * src/common/md5.c
3519         * src/common/socket.c
3520         * src/common/template.c
3521         * src/etpan/imap-thread.c
3522         * src/gtk/gtkaspell.c
3523         * src/gtk/gtkcmctree.c
3524         * src/gtk/gtksctree.c
3525         * src/gtk/inputdialog.c
3526         * src/plugins/pgpcore/sgpgme.c
3527         * src/plugins/pgpmime/pgpmime.c
3528         * src/plugins/smime/smime.c
3529         * src/plugins/spamassassin/spamassassin.c
3530                 Fix errors caught by Coverity: NULL checks, leaks, overruns,
3531                 uninitialised accesses
3532
3533 2009-02-17 [colin]      3.7.0cvs67
3534
3535         * src/compose.c
3536                 Disable controls during queuing
3537
3538 2009-02-15 [colin]      3.7.0cvs66
3539
3540         * src/privacy.c
3541         * src/plugins/pgpcore/select-keys.c
3542         * src/plugins/pgpcore/sgpgme.c
3543                 Disable use of disabled keys
3544
3545 2009-02-15 [colin]      3.7.0cvs65
3546
3547         * src/folderview.c
3548         * src/summaryview.c
3549                 Fix font updating after changing 
3550                 prefs_common.derive_from_normal_font
3551
3552 2009-02-12 [paul]       3.7.0cvs64
3553
3554         * src/addressitem.h
3555         * src/export.h
3556         * src/headerview.c
3557         * src/headerview.h
3558         * src/common/version.h.in
3559         * src/gtk/about.h
3560         * src/gtk/menu.c
3561         * src/gtk/menu.h
3562                 more copyright header fixes
3563
3564 2009-02-12 [paul]       3.7.0cvs63
3565
3566         * src/gtk/progressdialog.c
3567         * src/gtk/progressdialog.h
3568                 fix copyright header
3569
3570 2009-02-12 [paul]       3.7.0cvs62
3571
3572         * src/gtk/spell_entry.c
3573         * src/gtk/spell_entry.h
3574                 better, more standard copyright header
3575
3576 2009-02-12 [paul]       3.7.0cvs61
3577
3578         * src/gtk/spell_entry.c
3579         * src/gtk/spell_entry.h
3580                 changes to copyright header
3581
3582 2009-02-12 [paul]       3.7.0cvs60
3583
3584         * src/gtk/spell_entry.c
3585         * src/gtk/spell_entry.h
3586                 fix broken build
3587
3588 2009-02-11 [colin]      3.7.0cvs59
3589
3590         * src/gtk/spell_entry.c
3591         * src/gtk/spell_entry.h
3592                 Forgot to add files
3593
3594 2009-02-11 [colin]      3.7.0cvs58
3595
3596         * src/compose.c
3597         * src/gtk/Makefile.am
3598         * src/gtk/gtkaspell.c
3599         * src/gtk/gtkaspell.h
3600                 Add spellcheck to subject. Patch by
3601                 Pawel.
3602
3603 2009-02-10 [holger]     3.7.0cvs57
3604
3605         * src/printing.c
3606         * src/common/defs.h
3607                 Move filename define for printing page setup cache to defs.h
3608
3609 2009-02-08 [mones]      3.7.0cvs56
3610
3611         * src/matcher.h
3612                 Fix build for bison 2.4.1
3613
3614 2009-02-06 [holger]     3.7.0cvs55
3615
3616         * src/prefs_common.c
3617         * src/prefs_common.h
3618         * src/printing.c
3619                 Fix restoring of custom page setups for printing by
3620                 temporarily caching the settings.
3621                 This is a workaround for Gnome Bug #39018, and fixes
3622                 Claws Mail Bug #1840.
3623
3624 2009-02-06 [colin]      3.7.0cvs54
3625
3626         * src/mainwindow.c
3627                 Fix hardcoded Shift-Q quits. Fixes
3628                 bug 1838, 'Claws-Mail sometimes quits 
3629                 when attempting to type a capital Q'
3630
3631 2009-01-31 [paul]       3.7.0cvs53
3632
3633         * src/compose.c
3634                 revert 3.7.0cvs49, until there is time to find out
3635                 why it causes a nasty crash!
3636
3637 2009-01-31 [paul]       3.7.0cvs52
3638
3639         * src/mainwindow.c
3640                 1 string that was forgotten for translation
3641
3642 2009-01-31 [paul]       3.7.0cvs51
3643
3644         * src/messageview.c
3645                 2 strings that were forgotten for translation
3646
3647 2009-01-31 [paul]       3.7.0cvs50
3648
3649         * src/gtk/prefswindow.c
3650                 build prefs tree in a slightly smarter way -
3651                 fix bug where if path[0] had same name as
3652                 path[1], (like in the de translation), path[1]
3653                 was lost and not shown in the window
3654
3655 2009-01-31 [paul]       3.7.0cvs49
3656
3657         * src/compose.c
3658                 fix bug 1836, 'Quoted text still blue after
3659                 removal of quote-character'
3660                 comment out some debug_print's that needlessly
3661                 slow things down
3662         * src/undo.c
3663                 comment out a debug_print that needlessly slows
3664                 things down
3665
3666 2009-01-31 [paul]       3.7.0cvs48
3667
3668         * src/summaryview.c
3669                 fix bug 1834, '"semi"-selection when collapsing thread'
3670
3671 2009-01-31 [paul]       3.7.0cvs47
3672
3673         * src/prefs_compose_writing.c
3674         * src/prefs_message.c
3675                 move 'quote_chars' pref to where it should be
3676
3677 2009-01-30 [paul]       3.7.0cvs46
3678
3679         * src/summaryview.c
3680                 fix updating of popup menu sensitivity
3681
3682 2009-01-28 [paul]       3.7.0cvs45
3683
3684         * tools/filter_conv_new.pl
3685                 move 'move' and 'delete' to end of @actions
3686                 so that they are always final actions in the
3687                 generated filtering rule
3688
3689 2009-01-27 [paul]       3.7.0cvs44
3690
3691         * src/messageview.c
3692                 always select text/calendar mimepart if suitable
3693                 plugin (i.e. vCalendar) is available
3694
3695 2009-01-27 [paul]       3.7.0cvs43
3696
3697         * src/folder.c
3698                 fix crash when right-clicking in summaryview when
3699                 processing is active
3700
3701 2009-01-22 [colin]      3.7.0cvs42
3702
3703         * src/compose.c
3704         * src/privacy.c
3705         * src/privacy.h
3706                 When replying to signed/encrypted mail and the
3707                 preference to sign/encrypt in this case is set,
3708                 choose the original mail's privacy system (if
3709                 available).
3710
3711 2009-01-21 [colin]      3.7.0cvs41
3712
3713         * src/addressbook.h
3714                 Fix warning (on-the-fly theming of
3715                 addressbook isn't complete yet)
3716
3717 2009-01-21 [colin]      3.7.0cvs40
3718
3719         * src/account.c
3720         * src/addressbook.c
3721                 Win32: Fix window placement
3722
3723 2009-01-21 [paul]       3.7.0cvs39
3724
3725         * src/inc.c
3726                 update timeout log msg
3727
3728 2009-01-17 [colin]      3.7.0cvs38
3729
3730         * src/main.c
3731         * src/mbox.c
3732         * src/common/md5.c
3733         * src/common/utils.c
3734         * src/etpan/imap-thread.c
3735                 Fix g_open calls (which don't ignore mode)
3736
3737 2009-01-17 [colin]      3.7.0cvs37
3738
3739         * src/addressbook.c
3740         * src/compose.c
3741         * src/foldersel.c
3742         * src/main.c
3743         * src/mainwindow.c
3744         * src/mbox.c
3745         * src/common/md5.c
3746         * src/common/ssl_certificate.c
3747         * src/common/tags.c
3748         * src/common/utils.c
3749         * src/etpan/imap-thread.c
3750         * src/plugins/bogofilter/bogofilter.c
3751         * src/plugins/pgpinline/pgpinline.c
3752         * src/plugins/smime/smime.c
3753                 Probably fix bug 1825, 'Unable to fetch messages from 
3754                 IMAP folders named with non-ASCII string'
3755                 Change remaining occurences of fopen and open with
3756                 g_fopen and g_open
3757
3758 2009-01-17 [paul]       3.7.0cvs36
3759
3760         * manual/faq.xml
3761                 update an old, outdated piece of info
3762
3763 2009-01-17 [paul]       3.7.0cvs35
3764
3765         * src/prefs_folder_item.c
3766                 fix bug where saving Folder Properties of a
3767                 sub-folder of outbox, queue, draft or trash
3768                 would change its parent's folder type to normal
3769
3770 2009-01-12 [mones]      3.7.0cvs34
3771
3772         * po/es.po
3773                 Updated translation
3774
3775 2009-01-12 [wwp]        3.7.0cvs33
3776
3777         * tools/fix_date.sh
3778         * tools/popfile-link.sh
3779         * tools/textviewer.sh
3780                 Fix bashisms and other portability glitches (thanks to
3781                 Steven M. Bellovin).
3782
3783 2009-01-11 [paul]       3.7.0cvs32
3784
3785         * src/addrindex.c
3786                 clean up some build warnings
3787
3788 2009-01-11 [colin]      3.7.0cvs31
3789
3790         * src/addrindex.c
3791                 Revert part of patch 3.7.0cvs29 
3792                 This function is used when jpilot
3793                 support is disabled
3794
3795 2009-01-11 [colin]      3.7.0cvs30
3796
3797         * src/folder.c
3798                 folder_find_child_item_by_name():
3799                 actually use name, not path's basename
3800
3801 2009-01-11 [paul]       3.7.0cvs29
3802
3803         * src/addrclip.c
3804         * src/addrindex.c
3805         * src/addritem.c
3806         * src/foldersel.h
3807         * src/folderview.c
3808         * src/prefs_folder_item.c
3809                 clean up some build warnings
3810
3811 2009-01-11 [paul]       3.7.0cvs28
3812
3813         * src/gtk/about.c
3814                 don't even mention printing support, assume its
3815                 presence, unless building with GTK+ < 2.10.0
3816
3817 2009-01-10 [colin]      3.7.0cvs27
3818
3819         * src/codeconv.c
3820                 Fix bug 1811, '[mime] Crash when there's no 
3821                 room for filename's start on the same line'
3822                 When the mimetype of the attachment is very 
3823                 long, there's no room at all to start the 
3824                 name=... parameter on the same line. This
3825                 caused an infinite loop as 0 characters of
3826                 the filename could be appended.
3827                 In such cases, insert linebreak before the
3828                 name parameter.
3829
3830 2009-01-09 [colin]      3.7.0cvs26
3831
3832         * src/compose.c
3833         * src/mainwindow.c
3834         * src/common/utils.c
3835                 Win32: Fix bug 1815, 'Drag-n-Drop of files on 
3836                 Compose Window does not attach'
3837
3838 2009-01-09 [colin]      3.7.0cvs25
3839
3840         * src/foldersel.c
3841                 Fix bug 1817, 'Changing Themes does not 
3842                 update the pixmaps in "Select folder" 
3843                 dialog box'
3844
3845 2009-01-09 [colin]      3.7.0cvs24
3846
3847         * src/main.c
3848                 Win32: Fix bug 1816, 'Attaching files with 
3849                 command-line generates error after attaching'
3850
3851 2009-01-09 [paul]       3.7.0cvs23
3852
3853         * src/gtk/about.c
3854                 forgot this '2009' in last commit
3855
3856 2009-01-09 [paul]       3.7.0cvs22
3857
3858         * src/*/*.[c,h]
3859                 it's 2009!
3860                 update copyright headers
3861
3862 2009-01-09 [paul]       3.7.0cvs21
3863
3864         * doc/man/claws-mail.1
3865                 update Team list
3866
3867 2009-01-09 [colin]      3.7.0cvs20
3868
3869         * src/messageview.c
3870                 Fix bug 1814, 'Windows' WM badly places 
3871                 message view'
3872
3873 2009-01-09 [colin]      3.7.0cvs19
3874
3875         * src/prefs_themes.c
3876         * src/stock_pixmap.c
3877         * src/stock_pixmap.h
3878         * src/common/utils.c
3879         * src/common/utils.h
3880                 Win32: Fix bug 1813, 'Installing Theme Creates Error'
3881
3882 2009-01-08 [colin]      3.7.0cvs18
3883
3884         * src/mimeview.c
3885                 Win32: Fix bug 1810, 'Pressing 'o' key 
3886                 crashes CM'
3887
3888 2009-01-07 [colin]      3.7.0cvs17
3889
3890         * src/html.c
3891                 Fix bug 1432, '&amp; not escaped in links (HTML 
3892                 rendered as text)'
3893
3894 2009-01-06 [colin]      3.7.0cvs16
3895
3896         * src/plugins/pgpcore/select-keys.c
3897                 Warn translators the usual way about
3898                 accels
3899
3900 2009-01-06 [colin]      3.7.0cvs15
3901
3902         * src/mainwindow.c
3903                 Fix synchronisation dialog that shouldn't
3904                 appear when network goes down (Network
3905                 Manager)
3906         * src/mimeview.c
3907         * src/textview.c
3908                 Fix save as when attach_save_dir isn't set
3909                 fixes bug 1804, 'attach_save_directory does 
3910                 not default to $HOME'
3911         * src/plugins/pgpcore/select-keys.c
3912                 Add mnemonics to buttons - warn translators!
3913
3914 2009-01-06 [wwp]        3.7.0cvs14
3915
3916         * src/common/utils.c
3917                 Fix cvs13, thanks to Colin.
3918
3919 2009-01-06 [wwp]        3.7.0cvs13
3920
3921         * src/common/utils.c
3922                 Better support for Spanish Outlook replies (RES).
3923
3924 2009-01-02 [colin]      3.7.0cvs12
3925
3926         * src/folderview.c
3927                 Fix (+) sign after collapsed folder names that 
3928                 have quicksearch-matching children.
3929                 Fixes bug 1506, 'Recursive search in collapsed 
3930                 folders'
3931
3932 2009-01-02 [colin]      3.7.0cvs11
3933
3934         * src/stock_pixmap.c
3935         * src/stock_pixmap.h
3936                 Remove now-unused stock_pixmap_gdk
3937
3938 2009-01-02 [colin]      3.7.0cvs10
3939
3940         * src/gtk/gtkutils.c
3941         * src/pixmaps/claws-mail_icon.xpm
3942                 Use pixbuf for app icon, and make the app icon
3943                 a bit nicer
3944
3945 2009-01-02 [colin]      3.7.0cvs9
3946
3947         * src/uri_opener.c
3948                 Show both link title and URI if possible
3949
3950 2009-01-02 [colin]      3.7.0cvs8
3951
3952         * src/addressadd.c
3953         * src/addressbook.c
3954         * src/addressbook_foldersel.c
3955         * src/addressitem.h
3956         * src/folderview.c
3957         * src/grouplistdialog.c
3958         * src/importldif.c
3959         * src/mimeview.c
3960         * src/summaryview.c
3961         * src/gtk/gtkcmclist.c
3962         * src/gtk/gtkcmclist.h
3963         * src/gtk/gtkcmctree.c
3964         * src/gtk/gtkcmctree.h
3965         * src/gtk/gtksctree.c
3966         * src/gtk/gtksctree.h
3967                 Implement pixbuf rendering in tree widgets
3968                 instead of pixmaps
3969         * src/plugins/trayicon/trayicon.c
3970         * src/noticeview.c
3971         * src/prefs_themes.c
3972                 Use pixbuf rendering here too
3973
3974 2008-12-30 [paul]       3.7.0cvs7
3975
3976         * src/textview.c
3977                 no need to prematurely trim the uri in the statusbar
3978
3979 2008-12-29 [paul]       3.7.0cvs6
3980
3981         * src/procmsg.c
3982                 prefer List-Id header to X-* headers when creating
3983                 filter rule automatically
3984
3985 2008-12-28 [colin]      3.7.0cvs5
3986
3987         * src/compose.c
3988                 Set minimum height to 440 instead of 480
3989
3990 2008-12-22 [colin]      3.7.0cvs4
3991
3992         * src/compose.c
3993                 Fix bug 1799, '"Discard message" deletes manually 
3994                 saved draft'. Switch rmode to REEDIT after 
3995                 manually saving.
3996
3997 2008-12-21 [paul]       3.7.0cvs3
3998
3999         * tools/claws.i18n.status.pl
4000                 updates
4001
4002 2008-12-21 [paul]       3.7.0cvs2
4003
4004         * AUTHORS
4005         * src/gtk/authors.h
4006                 (more) updates
4007
4008 2008-12-21 [paul]       3.7.0cvs1
4009
4010         * AUTHORS
4011         * src/gtk/authors.h
4012                 updates
4013
4014 2008-12-19 [paul]       3.7.0
4015
4016         * NEWS
4017         * README
4018         * RELEASE_NOTES 
4019                 3.7.0 released!
4020
4021 2008-12-19 [paul]       3.6.1cvs80
4022
4023         * configure.ac
4024                 remove unmaintained sk and sr from ALL_LINGUAS
4025                 add newly maintained cs to ALL_LINGUAS
4026         * po/bg.po
4027         * po/ca.po
4028         * po/cs.po
4029         * po/de.po
4030         * po/fi.po
4031         * po/hu.po
4032         * po/nl.po
4033         * po/pt_BR.po
4034         * po/ru.po
4035         * po/sv.po
4036                 updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
4037                 Stephan Sachse, Flammie Pirinen, P�der Rezso, Marcel Pol,
4038                 Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
4039                 Persson Fink
4040
4041 2008-12-16 [colin]      3.6.1cvs79
4042
4043         * src/plugins/pgpcore/sgpgme.c
4044                 Fix warning
4045
4046 2008-12-15 [colin]      3.6.1cvs78
4047
4048         * src/compose.c
4049         * src/privacy.c
4050         * src/privacy.h
4051         * src/plugins/pgpcore/sgpgme.c
4052         * src/plugins/pgpcore/sgpgme.h
4053         * src/plugins/pgpinline/pgpinline.c
4054         * src/plugins/pgpmime/pgpmime.c
4055         * src/plugins/smime/smime.c
4056                 Fix bug 1796, 'PGP/MIME setting: "select key by your 
4057                 email address" doesn't work'. Use custom from address
4058                 if set
4059
4060 2008-12-15 [colin]      3.6.1cvs77
4061
4062         * src/common/utils.c
4063                 Fix bug 1746, 'Makes a mailto link from several 
4064                 paragraphs'
4065
4066 2008-12-15 [paul]       3.6.1cvs76
4067
4068         * m4/spamassassin.m4
4069                 fix warnings thrown up by autoconf-2.63
4070
4071 2008-12-13 [colin]      3.6.1cvs75
4072
4073         * Makefile.am
4074         * src/Makefile.am
4075         * src/common/ssl.c
4076         * src/common/utils.c
4077         * src/common/utils.h
4078         * tools/Makefile.am
4079                 Finish previous patch
4080
4081 2008-12-13 [colin]      3.6.1cvs74
4082
4083         * tools/Makefile.am
4084                 Only install certs on windows
4085
4086 2008-12-13 [colin]      3.6.1cvs73
4087
4088         * tools/Makefile.am
4089         * tools/ca-certificates.crt
4090         * src/common/Makefile.am
4091         * src/common/ssl.c
4092                 First try to ship SSL certificates in Windows
4093                 build
4094
4095 2008-12-12 [colin]      3.6.1cvs72
4096
4097         * configure.ac
4098         * src/plugins/pgpinline/claws.def
4099                 Windows build fixes
4100
4101 2008-12-12 [paul]       3.6.1cvs71
4102
4103         * src/imap.c
4104         * src/mh.c
4105         * src/partial_download.c
4106         * src/textview.c
4107         * src/common/claws.c
4108         * src/common/prefs.c
4109         * src/common/utils.c
4110                 win32: fix unlinking, renaming and bug with
4111                 non-ascii username
4112                 Patch by Colin
4113
4114 2008-12-11 [colin]      3.6.1cvs70
4115
4116         * po/fr.po
4117         * manual/fr/advanced.xml
4118                 Update french translations
4119
4120 2008-12-10 [colin]      3.6.1cvs69
4121
4122         * manual/faq.xml
4123                 Correct bug submission guidelines
4124
4125 2008-12-10 [colin]      3.6.1cvs68
4126
4127         * src/plugins/pgpcore/pgp_viewer.c
4128                 Fix bug 1736, 'Key import does not work'
4129                 Kill the correct pid (and not the parent
4130                 shell), and increase the timeout a bit.
4131
4132 2008-12-09 [paul]       3.6.1cvs67
4133
4134         * src/messageview.c
4135                 ensure that any stray noticeview buttons are hidden,
4136                 as clicking them causes segfaults!
4137
4138 2008-12-09 [colin]      3.6.1cvs66
4139
4140         * src/compose.c
4141         * src/compose.h
4142         * src/folder_item_prefs.h
4143         * src/prefs_common.c
4144         * src/prefs_common.h
4145         * src/common/defs.h
4146                 Fix bug 1792, '"Save Message to" should 
4147                 retain list of recently selected folders'
4148                 Also, make Enchant-related prefs stick
4149                 even if the build doesn't enable enchant
4150
4151 2008-12-09 [paul]       3.6.1cvs65
4152
4153         * src/messageview.c
4154                 fix bug 1787, 'Prevent automatic PGP inline
4155                 decryption attempts' use the noticeview to display
4156                 decryption failure messages instead of the irritating
4157                 popup dialog
4158
4159 2008-12-09 [colin]      3.6.1cvs64
4160
4161         * src/prefs_filtering.c
4162                 Fix bug 1789, 'filtering account selection 
4163                 (regression)'. Filtering on sending-only
4164                 accounts can be a little useful when using
4165                 filtering via Tools menu.
4166
4167 2008-12-07 [paul]       3.6.1cvs63
4168
4169         * src/prefs_actions.c
4170                 don't auto-select first entry (same as other
4171                 similar dialogs)
4172         * src/gtk/pluginwindow.c
4173                 these parents don't have children so don't look
4174                 for them
4175
4176 2008-12-07 [paul]       3.6.1cvs62
4177
4178         * src/prefs_account.c
4179         * src/gtk/pluginwindow.c
4180         * src/gtk/prefswindow.c
4181         * src/gtk/prefswindow.h
4182                 auto-select first page
4183
4184 2008-12-05 [colin]      3.6.1cvs61
4185
4186         * src/codeconv.c
4187         * src/procmime.c
4188                 Fix bug 1788, 'CM crashes re-encoding 
4189                 encoded parameters' (introduced in cvs40)
4190
4191 2008-12-05 [paul]       3.6.1cvs60
4192
4193         * src/prefs_common.h
4194                 remove gpg prefs that are no longer needed here
4195
4196 2008-12-03 [colin]      3.6.1cvs59
4197
4198         * src/msgcache.c
4199                 Speed up cache reading (about 10% gain)
4200         * src/summaryview.c
4201         * src/gtk/gtksctree.c
4202                 Speed up expand/collapse all threads
4203                 (about 95% gain)
4204
4205 2008-12-03 [paul]       3.6.1cvs58
4206
4207         * configure.ac
4208                 eradicate gcc4's signedness warnings
4209                 fix building with gnuTLS on (Open)Solaris
4210
4211 2008-12-01 [colin]      3.6.1cvs57
4212
4213         * src/gtk/gtkcmclist.c
4214                 Fix column headers
4215
4216 2008-12-01 [colin]      3.6.1cvs56
4217
4218         * src/plugins/pgpinline/pgpinline.c
4219                 Fix bug 1779, 'PGP Inline badly handles 
4220                 multipart'. Properly dump the current part
4221                 instead of running around with scissors
4222
4223 2008-11-30 [paul]       3.6.1cvs55
4224
4225         * manual/advanced.xml
4226         * manual/plugins.xml
4227         * src/prefs_toolbar.c
4228                 remove the verb from the page title and
4229                 update references in the manual
4230
4231 2008-11-30 [paul]       3.6.1cvs54
4232
4233         * src/prefs_other.c
4234                 move Other/ page to Other/Miscellaneous
4235         * src/gtk/prefswindow.c
4236                 make parent page unselectable
4237
4238 2008-11-29 [paul]       3.6.1cvs53
4239
4240         * README
4241                 add the new 'primary_paste_unselects' hidden
4242                 option, add missing 'log_[...]_color' options,
4243                 and reformat the text
4244         * manual/advanced.xml
4245                 add the new 'primary_paste_unselects' hidden
4246                 option, add missing 'log_[...]_color' options
4247
4248 2008-11-28 [colin]      3.6.1cvs52
4249
4250         * src/mimeview.c
4251                 Fix leak
4252
4253 2008-11-28 [colin]      3.6.1cvs51
4254
4255         * po/fr.po
4256                 Update translation
4257
4258 2008-11-28 [colin]      3.6.1cvs50
4259
4260         * src/mainwindow.c
4261                 Fix account selection in Mailing list
4262                 menu
4263
4264 2008-11-28 [paul]       3.6.1cvs49
4265
4266         * po/Makefile.in.in
4267                 automatically remove obsolete strings
4268
4269 2008-11-28 [colin]      3.6.1cvs48
4270
4271         * src/plugins/pgpcore/sgpgme.c
4272                 Fix error message when key isn't available.
4273
4274 2008-11-27 [colin]      3.6.1cvs47
4275
4276         * src/filtering.c
4277         * src/matcher.c
4278                 Fix a little leak
4279
4280 2008-11-26 [colin]      3.6.1cvs46
4281
4282         * src/common/ssl.c
4283                 Fix new warning
4284
4285 2008-11-26 [colin]      3.6.1cvs45
4286
4287         * src/plugins/pgpcore/select-keys.c
4288         * src/plugins/pgpcore/sgpgme.c
4289                 Fix bug 1591, 'S/MIME: better key 
4290                 handling/selection dialog'
4291                 Really ignore revoked/expired keys
4292
4293 2008-11-26 [colin]      3.6.1cvs44
4294
4295         * src/main.c
4296         * src/common/claws.c
4297         * src/common/ssl.c
4298                 Make sure libgcrypt's threading is initialised
4299                 before gnutls. See also old bug 1539.
4300
4301 2008-11-26 [colin]      3.6.1cvs43
4302
4303         * src/imap.c
4304         * src/news.c
4305         * src/etpan/imap-thread.c
4306                 Fix possible crashes due to clist_begin()
4307                 not checking for NULLs (it should!)
4308
4309 2008-11-25 [colin]      3.6.1cvs42
4310
4311         * src/procmime.c
4312                 Fix line length in MIME parameters
4313
4314 2008-11-22 [paul]       3.6.1cvs41
4315
4316         * src/compose.c
4317                 grab Return key press in attachments Properties
4318                 dialog
4319
4320 2008-11-21 [colin]      3.6.1cvs40
4321
4322         * src/compose.c
4323         * src/procmime.c
4324                 Fix bug 1776, 'use encoded name parameters 
4325                 for attachments instead of ascii'.
4326                 Break the RFC 2047 by using B-encoded 
4327                 filename parameter, like everyone does,
4328                 following advice from the RFC author.
4329
4330 2008-11-21 [colin]      3.6.1cvs39
4331
4332         * src/common/socket.c
4333                 Rehandshake if server asks to
4334
4335 2008-11-21 [colin]      3.6.1cvs38
4336
4337         * src/mimeview.h
4338         * src/toolbar.h
4339         * src/common/session.h
4340         * src/common/smtp.h
4341                 Move conditional-compilation members to
4342                 end of structs
4343
4344 2008-11-19 [wwp]        3.6.1cvs37
4345
4346         * src/prefs_actions.c
4347                 Fixed wrong behaviour when pressing Escape (was not cancelling
4348                 the action).
4349
4350 2008-11-19 [wwp]        3.6.1cvs36
4351
4352         * src/compose.c
4353         * src/matcher.c
4354         * src/messageview.c
4355         * src/mimeview.c
4356         * src/prefs_actions.c
4357         * src/prefs_filtering_action.c
4358         * src/procmsg.c
4359         * src/summaryview.c
4360         * src/textview.c
4361         * src/common/utils.c
4362                 Replace occurrences of "command line" with "command-line" everywhere.
4363                 Enforce code style (mostly indentation) in prefs_actions.c.
4364
4365 2008-11-19 [colin]      3.6.1cvs35
4366
4367         * src/compose.c
4368         * src/prefs_common.c
4369         * src/prefs_common.h
4370                 Add primary_paste_unselects hidden preference
4371                 to change how middle-click pasting changes
4372                 the selection and insert point; defaults to
4373                 pre-3.6.1cvs31
4374
4375 2008-11-19 [colin]      3.6.1cvs34
4376
4377         * src/folderview.c
4378                 Always give focus to summaryview, even if
4379                 the folder is empty, in small screen layout.
4380                 Allows to go back to folderlist using the
4381                 keyboard.
4382
4383 2008-11-18 [colin]      3.6.1cvs33
4384
4385         * src/mainwindow.h
4386                 Put back conditional at the end of struct
4387
4388 2008-11-18 [colin]      3.6.1cvs32
4389
4390         * src/procmime.c
4391         * src/common/w32_reg.c
4392                 Fix crash on win32 when browsing to a
4393                 directory
4394
4395 2008-11-15 [colin]      3.6.1cvs31
4396
4397         * src/compose.c
4398                 After a mid-click paste, deselect selection
4399                 and go to end of paste.
4400
4401 2008-11-15 [colin]      3.6.1cvs30
4402
4403         * src/compose.c
4404                 Auto-save draft after external editor quits
4405
4406 2008-11-15 [colin]      3.6.1cvs29
4407
4408         * src/plugins/pgpcore/sgpgme.c
4409                 Fix wrong error display, thanks to
4410                 Charles A. Edwards
4411
4412 2008-11-14 [colin]      3.6.1cvs28
4413
4414         * src/prefs_actions.c
4415                 Comment out bogus (IMO) warning
4416
4417 2008-11-14 [colin]      3.6.1cvs27
4418
4419         * src/mainwindow.c
4420         * src/summaryview.c
4421         * src/summaryview.h
4422         * src/gtk/menu.c
4423         * src/gtk/menu.h
4424                 Share summaryview's context menu actions with
4425                 the equivalent menu items of the main menu;
4426                 this allows to share accelerators and de-
4427                 duplicate code.
4428
4429 2008-11-14 [colin]      3.6.1cvs26
4430
4431         * src/plugins/pgpcore/sgpgme.c
4432                 Fix bug 1768, 'claws-mail crashes while 
4433                 checking smime bad signature'
4434
4435 2008-11-13 [colin]      3.6.1cvs25
4436
4437         * src/account.c
4438         * src/filtering.c
4439                 Fix redefinition of PREFSBUFSIZE
4440
4441 2008-11-13 [wwp]        3.6.1cvs24
4442
4443         * tools/popfile-link.sh
4444                 Add support for reusing existing POPFile session ID.
4445
4446 2008-11-12 [colin]      3.6.1cvs23
4447
4448         * src/prefs_gtk.h
4449                 Fix bug 1771, 'Folder template gets 
4450                 truncated when exiting the application'
4451                 Use a 32k buffer for string preferences
4452
4453 2008-11-11 [colin]      3.6.1cvs22
4454
4455         * src/summaryview.c
4456                 Fix "display sender using addressbook" when
4457                 prefs_common.swap_from is in use. Patch by
4458                 H. Merijn Brand
4459
4460 2008-11-11 [colin]      3.6.1cvs21
4461
4462         * src/autofaces.c
4463         * src/common/md5.c
4464         * src/common/md5.h
4465                 Make a few functions static
4466
4467 2008-11-07 [colin]      3.6.1cvs20
4468
4469         * src/mainwindow.c
4470         * src/summaryview.c
4471                 Fix crash when rebuilding colorlabel
4472                 menu
4473         * src/addrgather.c
4474         * src/editldap.c
4475         * src/prefs_account.c
4476         * src/prefs_compose_writing.c
4477         * src/prefs_logging.c
4478         * src/prefs_message.c
4479         * src/prefs_other.c
4480         * src/prefs_receive.c
4481         * src/prefs_summaries.c
4482         * src/prefs_wrapping.c
4483         * src/plugins/bogofilter/bogofilter_gtk.c
4484         * src/plugins/pgpcore/prefs_gpg.c
4485         * src/plugins/spamassassin/spamassassin_gtk.c
4486                 Fix deprecated use of page_size in 
4487                 gtkspinbutton adjustments
4488
4489 2008-11-06 [mones]      3.6.1cvs19
4490
4491         * src/mainwindow.c
4492                 Fix missing "About" in Help menu
4493         * tools/claws.i18n.status.pl
4494                 Fix header
4495
4496 2008-11-05 [colin]      3.6.1cvs18
4497
4498         * src/action.c
4499         * src/main.c
4500         * src/mainwindow.c
4501         * src/common/socket.c
4502         * src/common/socket.h
4503         * src/gtk/gtkutils.c
4504         * src/gtk/gtkutils.h
4505                 w32: Implement single launch (lock
4506                 socket); always put debug log to
4507                 the rc_dir; fix Start menu update
4508                 after registering as default Mail 
4509                 app
4510
4511 2008-11-05 [colin]      3.6.1cvs17
4512
4513         * src/mainwindow.c
4514                 Setting the Mail start menu item in HKCU 
4515                 confuses the Internet Options dialog. Do 
4516                 it in HKLM as this dialog does.
4517
4518 2008-11-04 [colin]      3.6.1cvs16
4519
4520         * src/common/w32_reg.c
4521                 Fix off-by-one
4522
4523 2008-11-04 [colin]      3.6.1cvs15
4524
4525         * src/procmime.c
4526                 w32: Fix getting content-type 
4527         * src/mimeview.c
4528         * src/prefs_common.c
4529         * src/prefs_common.h
4530         * src/prefs_ext_prog.c
4531         * src/textview.c
4532                 w32: better integration (use the
4533                 standard file associations instead
4534                 of our platform-unadapted open
4535                 dialog)
4536         * src/mainwindow.c
4537         * src/common/utils.c
4538         * src/common/w32_reg.c
4539         * src/common/w32lib.h
4540                 w32: better integration (allow 
4541                 setting Claws as default MUA)
4542
4543 2008-11-01 [colin]      3.6.1cvs14
4544
4545         * src/codeconv.c
4546                 Fix wrongly converted non-ascii characters
4547                 when locale's charset is US-ASCII (strict-mode
4548                 was failing in this case)
4549
4550 2008-10-30 [colin]      3.6.1cvs13
4551
4552         * src/mimeview.c
4553         * src/mimeview.h
4554         * src/textview.c
4555         * src/textview.h
4556                 Use one UI Manager per mimeview, instead of
4557                 the global one -- else user_data pointer gets
4558                 broken if opening and closing another message-
4559                 view, then using right-click on a mimeview's 
4560                 mimepart. Probably fixes bug 1711, 'Save-as
4561                 attachment crashes'
4562
4563 2008-10-24 [paul]       3.6.1cvs12
4564
4565         * tools/Makefile.am
4566         * tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template
4567         * tools/kdeservicemenu/install.sh
4568                 another, possibly the final?, attempt on getting this
4569                 sorted for kde4
4570
4571 2008-10-24 [paul]       3.6.1cvs11
4572
4573         * tools/kdeservicemenu/install.sh
4574                 fix servicemenu installation directory on kde4
4575
4576 2008-10-24 [paul]       3.6.1cvs10
4577
4578         * tools/kdeservicemenu/README
4579         * tools/kdeservicemenu/install.sh
4580                 add support for kde4 in addition to kde3.
4581                 a rework involving checking for kde4-config, then
4582                 kde-config, finally prompting the user for the
4583                 location of either if they cannot be found
4584                 
4585
4586 2008-10-18 [paul]       3.6.1cvs9
4587
4588         * tools/claws.i18n.status.pl
4589                 updated with latest translator info.
4590                 only print for languages defined in %langname
4591
4592 2008-10-17 [paul]       3.6.1cvs8
4593
4594         * src/plugins/pgpcore/sgpgme.c
4595                 when listing the uid's, show the uid validity
4596
4597 2008-10-16 [paul]       3.6.1cvs7
4598
4599         * INSTALL
4600                 updated
4601
4602 2008-10-13 [wwp]        3.6.1cvs6
4603
4604         * po/fr.po
4605                 Updated French translation.
4606
4607 2008-10-11 [colin]      3.6.1cvs5
4608
4609         * src/gtk/authors.h
4610                 Fix bug 1756, "Outdated translators list in About 
4611                 dialogue". Patch by Aleksei Miheev.
4612
4613 2008-10-11 [colin]      3.6.1cvs4
4614
4615         * src/account.c
4616         * src/imap.c
4617         * src/inc.c
4618         * src/main.c
4619         * src/mainwindow.c
4620         * src/news.c
4621         * src/pop.c
4622         * src/pop.h
4623         * src/prefs_account.c
4624         * src/send_message.c
4625         * src/send_message.h
4626         * src/ssl_manager.c
4627         * src/ssl_manager.h
4628         * src/wizard.c
4629         * src/common/claws.c
4630         * src/common/defs.h
4631         * src/common/session.c
4632         * src/common/session.h
4633         * src/common/smtp.c
4634         * src/common/smtp.h
4635         * src/common/socket.c
4636         * src/common/socket.h
4637         * src/common/ssl.c
4638         * src/common/ssl.h
4639         * src/common/ssl_certificate.c
4640         * src/common/ssl_certificate.h
4641         * src/gtk/about.c
4642         * src/gtk/sslcertwindow.c
4643         * src/gtk/sslcertwindow.h
4644                 Remove OpenSSL code
4645
4646 2008-10-11 [colin]      3.6.1cvs3
4647
4648         * src/common/ssl_certificate.c
4649                 Make local function static
4650
4651 2008-10-10 [colin]      3.6.1cvs2
4652
4653         * src/common/ssl.h
4654         * src/common/ssl_certificate.c
4655         * src/gtk/sslcertwindow.c
4656                 Add offline certificate verification,
4657                 thanks to Nikos Mavrogiannopoulos for the
4658                 hints
4659
4660 2008-10-10 [colin]      3.6.1cvs1
4661
4662         * src/common/ssl_certificate.c
4663         * src/gtk/sslcertwindow.c
4664                 Fix warnings
4665
4666 2008-10-10 [paul]       3.6.1
4667
4668         * m4/spamassassin.m4
4669                 remove openssl dross
4670
4671         * NEWS
4672         * README
4673         * RELEASE_NOTES 
4674                 3.6.1 released!
4675
4676 2008-10-10 [colin]      3.6.0cvs25
4677
4678         * src/common/ssl.c
4679                 Tell libetpan it doesn't need to init
4680                 GnuTLS
4681
4682 2008-10-10 [colin]      3.6.0cvs24
4683
4684         * claws-mail.pc.in
4685                 Remove references to openssl
4686
4687 2008-10-09 [colin]      3.6.0cvs23
4688
4689         * configure.ac
4690                 Fix message
4691
4692 2008-10-09 [colin]      3.6.0cvs22
4693
4694         * configure.ac
4695                 Error out when building against openssl
4696
4697 2008-10-09 [colin]      3.6.0cvs21
4698
4699         * configure.ac
4700         * COPYING
4701         * src/crash.c
4702         * src/main.c
4703         * src/gtk/about.c
4704                 Disable OpenSSL due to requirement of
4705                 OpenSSL exception. Code not removed yet,
4706                 just in case, but disabled.
4707
4708 2008-10-09 [colin]      3.6.0cvs20
4709
4710         * configure.ac
4711         * src/Makefile.am
4712         * src/crash.c
4713         * src/gedit-print.c
4714         * src/gedit-print.h
4715         * src/main.c
4716         * src/mainwindow.c
4717         * src/messageview.c
4718         * src/prefs_ext_prog.c
4719         * src/prefs_fonts.c
4720         * src/prefs_image_viewer.c
4721         * src/printing.c
4722         * src/printing.h
4723         * src/summaryview.c
4724         * src/gtk/Makefile.am
4725         * src/gtk/about.c
4726         * src/gtk/gtksourceprintjob.c
4727         * src/gtk/gtksourceprintjob.h
4728                 Revert previous patch. It'd be better to remove
4729                 OpenSSL instead, as GnuTLS works as well.
4730
4731 2008-10-09 [colin]      3.6.0cvs19
4732
4733         * configure.ac
4734         * src/Makefile.am
4735         * src/crash.c
4736         * src/gedit-print.c
4737         * src/gedit-print.h
4738         * src/main.c
4739         * src/mainwindow.c
4740         * src/messageview.c
4741         * src/prefs_ext_prog.c
4742         * src/prefs_fonts.c
4743         * src/prefs_image_viewer.c
4744         * src/printing.c
4745         * src/printing.h
4746         * src/summaryview.c
4747         * src/gtk/Makefile.am
4748         * src/gtk/about.c
4749         * src/gtk/gtksourceprintjob.c
4750         * src/gtk/gtksourceprintjob.h
4751                 Remove the libgnomeprint interface (deprecated,
4752                 and fixes Debian's #501570, 'Copyright confusion')
4753
4754 2008-10-09 [colin]      3.6.0cvs18
4755
4756         * configure.ac
4757                 Require libetpan 0.57 (important fixes)
4758
4759 2008-10-08 [paul]       3.6.0cvs17
4760
4761         * src/prefs_filtering_action.c
4762         * src/prefs_matcher.c
4763                 enable re-ordering of the filtering/processing
4764                 condition and actions lists by drag'n'drop
4765
4766 2008-10-08 [colin]      3.6.0cvs16
4767
4768         * src/addressbook.c
4769                 Fix wrong menu title
4770
4771 2008-10-07 [colin]      3.6.0cvs15
4772
4773         * src/imap.c
4774                 After thinking, revert this. It's only a minor
4775                 annoyance to GSSAPI users, and I can't test this
4776                 right now. Postponed until after next good release.
4777
4778 2008-10-07 [colin]      3.6.0cvs14
4779
4780         * src/imap.c
4781                 Don't ask for a password when using GSSAPI
4782
4783 2008-10-07 [colin]      3.6.0cvs13
4784
4785         * src/mainwindow.c
4786                 Fix build with GTK+ < 2.14
4787
4788 2008-10-07 [colin]      3.6.0cvs12
4789
4790         * src/mainwindow.c
4791         * src/mainwindow.h
4792         * src/prefs_common.c
4793         * src/prefs_common.h
4794         * src/summaryview.c
4795         * src/gtk/colorlabel.c
4796                 Fix bug 1749, 'Shortcut keys for color labels 
4797                 not changeable'
4798                 Make fullscreen a setting remembered between
4799                 sessions
4800
4801 2008-10-07 [colin]      3.6.0cvs11
4802
4803         * src/prefs_other.c
4804                 Fix bug 1747, 'Wanderlust keybindings no longer 
4805                 working (regression)'
4806
4807 2008-10-07 [colin]      3.6.0cvs10
4808
4809         * src/mainwindow.c
4810                 Make fullscreen a real menu item
4811
4812 2008-10-07 [colin]      3.6.0cvs9
4813
4814         * src/mainwindow.c
4815                 Make sure we won't save size when
4816                 fullscreening
4817
4818 2008-10-06 [colin]      3.6.0cvs8
4819
4820         * src/mainwindow.c
4821         * src/mainwindow.h
4822                 Handle fullscreen via F11. Patch by
4823                 Michael Rasmussen
4824
4825 2008-10-06 [colin]      3.6.0cvs7
4826
4827         * src/common/ssl.c
4828                 Fix return value when setting client cert
4829
4830 2008-10-04 [colin]      3.6.0cvs6
4831
4832         * src/mimeview.c
4833                 Fix bug 1742, 'Attachment list contents not 
4834                 visible/scrollable'
4835
4836 2008-10-04 [paul]       3.6.0cvs5
4837
4838         * src/mainwindow.c
4839                 fix failure of Hide toolbar option on restart
4840
4841 2008-10-04 [colin]      3.6.0cvs4
4842
4843         * src/addressbook.c
4844         * src/compose.c
4845         * src/mainwindow.c
4846         * src/messageview.c
4847         * src/summaryview.c
4848                 Maemo: Fix bug 1737, Crashes upon opening
4849
4850 2008-10-04 [paul]       3.6.0cvs3
4851
4852         * po/pt_BR.po
4853                 submitted (just a little late) by Frederico
4854                 Goncalves Guimaraes
4855
4856 2008-10-03 [wwp]        3.6.0cvs2
4857
4858         * po/fr.po
4859                 Many fixes, mostly in menus and accelerators.
4860
4861 2008-10-03 [colin]      3.6.0cvs1
4862
4863         * src/gtk/filesel.c
4864                 Allow network mounts with new GTKs: they're
4865                 available via FUSE mounts and we don't need
4866                 GVFS.
4867
4868 2008-10-03 [paul]       3.6.0
4869
4870         * NEWS
4871         * README
4872         * RELEASE_NOTES 
4873                 3.6.0 released!
4874
4875 2008-10-03 [paul]       3.5.0cvs145
4876
4877         * configure.ac
4878         * po/bg.po
4879         * po/nl.po
4880         * po/ru.po
4881         * po/sv.po
4882                 new translations. added by Yasen Pramatarov,
4883                 Marcel Pol, Aleksei Miheev, and Lars Persson Fink
4884         * po/ca.po
4885         * po/de.po
4886         * po/fi.po
4887         * po/fr.po
4888         * po/hu.po
4889         * po/it.po
4890         * po/pl.po
4891         * po/zh_CN.po
4892                 updated translations. submitted by Miquel Oliete,
4893                 Stephan Sachse, Flammie Pirinen, wwp, Pader Rezo,
4894                 Andrea Spadaccini, Emilian Nowak, and Ralph Young
4895
4896 2008-10-02 [colin]      3.5.0cvs144
4897
4898         * src/common/session.c
4899                 Fix crash when connection fails on windows
4900
4901 2008-10-01 [colin]      3.5.0cvs143
4902
4903         * src/imap.c
4904                 Real fix for FS-unsafe chars on win32
4905
4906 2008-10-01 [colin]      3.5.0cvs142
4907
4908         * src/imap.c
4909                 Encode prohibited filenames on win32
4910
4911 2008-09-30 [mones]      3.5.0cvs141
4912
4913         * src/ldapctrl.c
4914         * src/main.c
4915         * src/prefs_themes.c
4916         * src/printing.c
4917                 Fix output of some debug messages
4918
4919 2008-09-30 [colin]      3.5.0cvs140
4920
4921         * src/addrbook.c
4922         * src/addrharvest.c
4923         * src/compose.c
4924         * src/jpilot.c
4925         * src/mh.c
4926         * src/prefs_themes.c
4927         * src/procheader.c
4928         * src/procmime.c
4929         * src/summaryview.c
4930         * src/common/utils.c
4931         * src/gtk/sslcertwindow.c
4932                 Win32: Fix time usage; use g_stat
4933
4934 2008-09-29 [colin]      3.5.0cvs139
4935
4936         * src/common/utils.c
4937                 Fix case-sensitive match of subject
4938                 prefixes on win32
4939
4940 2008-09-29 [colin]      3.5.0cvs138
4941
4942         * src/folder_item_prefs.c
4943         * src/folder_item_prefs.h
4944         * src/matcher.c
4945         * src/prefs_folder_item.c
4946         * src/prefs_matcher.c
4947         * src/summaryview.c
4948         * src/common/string_match.c
4949         * src/common/utils.c
4950                 Fix a huge leak (dozens of megs per folder
4951                 change) on Windows: disable regexps 
4952
4953 2008-09-28 [paul]       3.5.0cvs137
4954
4955         * po/en_GB.po
4956                 updated
4957
4958 2008-09-27 [colin]      3.5.0cvs136
4959
4960         * src/account.c
4961         * src/account.h
4962                 Add accessor for cur_account
4963
4964 2008-09-27 [colin]      3.5.0cvs135
4965
4966         * src/imap.c
4967                 Fix crash when error happen on session establishment
4968
4969 2008-09-26 [mones]      3.5.0cvs134
4970
4971         * po/es.po
4972                 Updated for release
4973
4974 2008-09-26 [colin]      3.5.0cvs133
4975
4976         * src/plugins/pgpcore/claws.def
4977                 Fix symbol
4978
4979 2008-09-26 [colin]      3.5.0cvs132
4980
4981         * src/prefs_common.c
4982         * src/prefs_common.h
4983         * src/plugins/pgpcore/pgp_viewer.c
4984                 Add an accessor to prefs_common for plugins
4985                 (Win32 fix)
4986
4987 2008-09-25 [colin]      3.5.0cvs131
4988
4989         * src/main.c
4990                 Fix bug 1725, 'useless lines in clawsrc'
4991         * src/plugins/smime/mypgpcore.def
4992                 Add a missing symbol
4993
4994 2008-09-25 [paul]       3.5.0cvs130
4995
4996         * src/plugins/smime/mypgpcore.def
4997         * src/plugins/smime/plugin.def
4998         * src/plugins/smime/version.rc
4999                 add these windows-specific files
5000                 (Thanks to Colin)
5001
5002 2008-09-25 [colin]      3.5.0cvs129
5003
5004         * src/main.c
5005                 Load standard plugins only on first run
5006
5007 2008-09-25 [colin]      3.5.0cvs128
5008
5009         * src/codeconv.c
5010                 Fix build...
5011
5012 2008-09-24 [colin]      3.5.0cvs127
5013
5014         * src/codeconv.c
5015                 Add nb_NO's charset (iso-8859-1)
5016
5017 2008-09-24 [colin]      3.5.0cvs126
5018
5019         * src/common/utils.c
5020                 Fix get_mail_base_dir() on windows
5021                 (was synced from main ages ago)
5022
5023 2008-09-24 [colin]      3.5.0cvs125
5024
5025         * src/main.c
5026         * src/wizard.c
5027                 Integrate better with Windows' style
5028
5029 2008-09-23 [paul]       3.5.0cvs124
5030
5031         * src/compose.c
5032         * src/mainwindow.c
5033         * src/messageview.c
5034                 offer these strings to translators too 
5035
5036 2008-09-23 [colin]      3.5.0cvs123
5037
5038         * configure.ac
5039                 Add a --disable-dbus flag in case we want
5040                 no DBUS even if headers are available (like
5041                 for building gpg4win)
5042         * src/filtering.c
5043         * src/mainwindow.c
5044         * src/prefs_logging.c
5045         * src/common/utils.c
5046         * src/plugins/pgpcore/sgpgme.c
5047         * src/plugins/smime/claws.def
5048                 Windows fixes:
5049                 - disable filtering log (it's crashy for
5050                   some reason)
5051                 - fix gmtime_r when time is -1 (before 01/01/70)
5052                 - add symbols for smime
5053
5054 2008-09-22 [colin]      3.5.0cvs122
5055
5056         * src/common/utils.c
5057         * src/account.c
5058                 Remove raw printf
5059         * src/compose.c
5060                 Fix cursor position after changing account
5061         * src/imap.c
5062         * src/mimeview.c
5063         * src/news.c
5064                 Fix absolute path detection 
5065
5066 2008-09-21 [colin]      3.5.0cvs121
5067
5068         * src/gtk/gtkaspell.c
5069                 Don't try to use empty dictionaries
5070
5071 2008-09-20 [colin]      3.5.0cvs120
5072
5073         * po/POTFILES.in
5074                 Add the new files to the translations
5075
5076 2008-09-20 [colin]      3.5.0cvs119
5077
5078         * configure.ac
5079         * src/plugins/Makefile.am
5080         * src/plugins/smime/Makefile.am
5081         * src/plugins/smime/plugin.c
5082         * src/plugins/smime/smime.c
5083         * src/plugins/smime/smime.deps
5084         * src/plugins/smime/smime.h
5085                 Include S/Mime plugin in the main plugins
5086                 Will ease the Gpg4win team's work
5087
5088 2008-09-20 [colin]      3.5.0cvs118
5089
5090         * src/autofaces.c
5091         * src/compose.c
5092         * src/ldapquery.c
5093         * src/main.c
5094         * src/news.c
5095         * src/common/socket.c
5096         * src/gtk/gtkutils.c
5097         * src/plugins/pgpcore/claws.def
5098                 Windows: more fixes, thanks to wwp and
5099                 Marcus Brinkmann
5100
5101 2008-09-20 [colin]      3.5.0cvs117
5102
5103         * src/imap.c
5104                 Tell on which server errors happened
5105
5106 2008-09-20 [colin]      3.5.0cvs116
5107
5108         * src/etpan/etpan-thread-manager.c
5109         * src/etpan/imap-thread.c
5110         * src/etpan/nntp-thread.c
5111                 Windows: Fix hang on IMAP/NNTP
5112
5113 2008-09-20 [colin]      3.5.0cvs115
5114
5115         * src/common/utils.c
5116                 Fix bug 1723, "Buffer overflow crash caused by 
5117                 preview in 'Date format help' dialog box"
5118                 Also, optimise fast_strftime a bit :)
5119
5120 2008-09-18 [colin]      3.5.0cvs114
5121
5122         * src/procmime.c
5123         * src/textview.c
5124                 Check for NULLs before str* functions
5125
5126 2008-09-18 [colin]      3.5.0cvs113
5127
5128         * src/messageview.c
5129         * src/procmime.c
5130         * src/textview.c
5131                 Handle html parts in multipart/related
5132                 Decode ISO-8859-1 as Windows-1252 (the former
5133                 is a subset of the latter) in order to 
5134                 workaround Outlook mails misencoding
5135         * src/gtk/logwindow.c
5136         * src/gtk/logwindow.h
5137                 Clear mainwindow's error pixmap when the
5138                 error scrolls out of the log
5139
5140 2008-09-17 [colin]      3.5.0cvs112
5141
5142         * src/image_viewer.c
5143                 Fix image loading (multiple childs added to 
5144                 scrolledwindow, break of the resize functionality)
5145         * src/account.c
5146         * src/prefs_folder_item.c
5147         * src/prefs_spelling.c
5148         * src/gtk/gtkaspell.c
5149                 Better fix problems with dictionaries updates
5150
5151 2008-09-17 [colin]      3.5.0cvs111
5152
5153         * src/common/utils.c
5154                 Fix double-opening (fixes multiple signatures when
5155                 using signify)
5156
5157 2008-09-16 [colin]      3.5.0cvs110
5158
5159         * src/prefs_account.c
5160         * src/prefs_folder_item.c
5161         * src/prefs_spelling.c
5162         * src/gtk/gtkaspell.c
5163                 Better stripping of aspell dictionaries names
5164
5165 2008-09-16 [colin]
5166
5167         * 3.6.0-rc1 released
5168
5169 2008-09-16 [colin]      3.5.0cvs109
5170
5171         * src/account.c
5172         * src/inc.c
5173         * src/mainwindow.c
5174         * src/prefs_account.h
5175         * src/prefs_other.c
5176         * src/send_message.c
5177         * src/gtk/inputdialog.c
5178                 Don't add a pref to allow remembering passwords
5179                 (Just not checking the checkbox is enough)
5180
5181 2008-09-16 [colin]      3.5.0cvs108
5182
5183         * configure.ac
5184                 Require libetpan 0.56 as 0.55 is crashy
5185         * src/messageview.c
5186                 Fix english
5187         * src/gtk/inputdialog.c
5188         * src/gtk/inputdialog.h
5189                 Fix warnings
5190
5191 2008-09-16 [wwp]        3.5.0cvs107
5192
5193         * src/compose.c
5194                 Complete 3.5.0cvs106 by removing a function that got
5195                 moved to account.[ch].
5196
5197 2008-09-16 [wwp]        3.5.0cvs106
5198
5199         * src/account.c
5200         * src/account.h
5201         * src/compose.c
5202         * src/quote_fmt.c
5203         * src/quote_fmt_lex.l
5204         * src/quote_fmt_parse.y
5205                 Add account signature (path and value string) manipulation
5206                 keywords to the template processor. It's now possible in
5207                 all templates to insert the account signature to an
5208                 arbitrary location or to pass it to a external script for
5209                 further editing.
5210
5211
5212 2008-09-16 [mones]      3.5.0cvs105
5213
5214         * src/imap.c
5215         * src/inc.c
5216         * src/mainwindow.c
5217         * src/mainwindow.h
5218         * src/news.c
5219         * src/prefs_account.h
5220         * src/prefs_common.c
5221         * src/prefs_common.h
5222         * src/prefs_other.c
5223         * src/send_message.c
5224         * src/gtk/inputdialog.c
5225         * src/gtk/inputdialog.h
5226                 Implement session passwords: unsaved passwords for receiving
5227                 or sending of accounts can be remembered while running to 
5228                 avoid repetitive typing.
5229                 As keeping passwords in memory is unsafe a new preference 
5230                 in Other page is added to activate or not such capability.
5231
5232 2008-09-14 [colin]      3.5.0cvs104
5233
5234         * src/codeconv.c
5235         * src/codeconv.h
5236                 Make conv_iconv_strdup static
5237
5238 2008-09-12 [colin]      3.5.0cvs103
5239
5240         * claws-mail.pc.in
5241         * src/Makefile.am
5242         * src/compose.c
5243         * src/compose.h
5244         * src/crash.c
5245         * src/folder_item_prefs.c
5246         * src/folder_item_prefs.h
5247         * src/main.c
5248         * src/prefs_account.c
5249         * src/prefs_common.c
5250         * src/prefs_common.h
5251         * src/prefs_folder_item.c
5252         * src/prefs_spelling.c
5253         * src/prefs_template.c
5254         * src/quote_fmt.h
5255         * src/quote_fmt_parse.y
5256         * src/toolbar.c
5257         * src/toolbar.h
5258         * src/gtk/Makefile.am
5259         * src/gtk/about.c
5260         * src/gtk/filesel.c
5261         * src/gtk/gtkaspell.c
5262         * src/gtk/gtkaspell.h
5263         * src/plugins/bogofilter/Makefile.am
5264         * src/plugins/dillo_viewer/Makefile.am
5265         * src/plugins/spamassassin/Makefile.am
5266         * src/plugins/trayicon/Makefile.am
5267                 Switch spellchecker to Enchant
5268
5269 2008-09-12 [paul]       3.5.0cvs102
5270
5271         * tools/README
5272         * tools/csv2addressbook.pl
5273                 add support for Fox Mail
5274
5275 2008-09-12 [paul]       3.5.0cvs101
5276
5277         * src/compose.c
5278         * src/prefs_wrapping.c
5279                 changes to English
5280
5281 2008-09-12 [paul]       3.5.0cvs100
5282
5283         * configure.ac
5284                 revert cvs99's libenchant commit error
5285
5286 2008-09-12 [colin]      3.5.0cvs99
5287
5288         * src/inc.c
5289                 Only go to inbox if there are new mails
5290                 (and fetch was manual)
5291
5292 2008-09-10 [colin]      3.5.0cvs98
5293
5294         * src/inc.c
5295         * src/summaryview.c
5296         * src/common/session.c
5297                 Use g_timeout_add_seconds instead of g_timeout_add
5298                 on glib >= 2.14 when we don't need precision on the 
5299                 delay. This helps reducing power consumption:
5300                 http://mjg59.livejournal.com/74651.html
5301
5302 2008-09-10 [colin]      3.5.0cvs97
5303
5304         * src/compose.c
5305                 Don't save window size and position when
5306                 compose is hidden (filtering action)
5307
5308 2008-09-09 [colin]      3.5.0cvs96
5309
5310         * src/action.h
5311         * src/addr_compl.c
5312         * src/addressadd.c
5313         * src/addressbook.h
5314         * src/addressbook_foldersel.c
5315         * src/addressitem.h
5316         * src/addrgather.c
5317         * src/alertpanel.c
5318         * src/browseldap.c
5319         * src/editaddress.c
5320         * src/editaddress_other_attributes_ldap.h
5321         * src/editbook.c
5322         * src/editjpilot.c
5323         * src/editldap.c
5324         * src/editldap_basedn.c
5325         * src/editvcard.c
5326         * src/exphtmldlg.c
5327         * src/expldifdlg.c
5328         * src/export.c
5329         * src/foldersel.c
5330         * src/foldersel.h
5331         * src/gedit-print.c
5332         * src/gedit-print.h
5333         * src/grouplistdialog.c
5334         * src/headerview.c
5335         * src/headerview.h
5336         * src/image_viewer.c
5337         * src/import.c
5338         * src/importldif.c
5339         * src/importmutt.c
5340         * src/importpine.c
5341         * src/inc.c
5342         * src/main.c
5343         * src/main.h
5344         * src/messageview.c
5345         * src/messageview.h
5346         * src/noticeview.c
5347         * src/prefs_actions.c
5348         * src/prefs_filtering.c
5349         * src/prefs_folder_column.c
5350         * src/prefs_gtk.h
5351         * src/prefs_summary_column.c
5352         * src/prefs_toolbar.c
5353         * src/send_message.c
5354         * src/setup.c
5355         * src/sourcewindow.c
5356         * src/sourcewindow.h
5357         * src/ssl_manager.c
5358         * src/statusbar.c
5359         * src/statusbar.h
5360         * src/stock_pixmap.c
5361         * src/stock_pixmap.h
5362         * src/summaryview.c
5363         * src/textview.c
5364         * src/textview.h
5365         * src/undo.h
5366         * src/uri_opener.c
5367         * src/wizard.c
5368         * src/wizard.h
5369         * src/common/ssl.h
5370         * src/common/utils.c
5371         * src/gtk/about.c
5372         * src/gtk/colorlabel.c
5373         * src/gtk/colorlabel.h
5374         * src/gtk/combobox.h
5375         * src/gtk/description_window.c
5376         * src/gtk/filesel.c
5377         * src/gtk/gtkaspell.c
5378         * src/gtk/gtkaspell.h
5379         * src/gtk/gtkcmclist.c
5380         * src/gtk/gtkcmclist.h
5381         * src/gtk/gtkcmctree.c
5382         * src/gtk/gtkcmctree.h
5383         * src/gtk/gtkcmoptionmenu.h
5384         * src/gtk/gtksctree.c
5385         * src/gtk/gtksctree.h
5386         * src/gtk/gtkshruler.c
5387         * src/gtk/gtkshruler.h
5388         * src/gtk/gtksourceprintjob.c
5389         * src/gtk/gtksourceprintjob.h
5390         * src/gtk/gtkutils.c
5391         * src/gtk/gtkutils.h
5392         * src/gtk/gtkvscrollbutton.c
5393         * src/gtk/gtkvscrollbutton.h
5394         * src/gtk/icon_legend.c
5395         * src/gtk/inputdialog.c
5396         * src/gtk/logwindow.c
5397         * src/gtk/logwindow.h
5398         * src/gtk/manage_window.c
5399         * src/gtk/manage_window.h
5400         * src/gtk/menu.c
5401         * src/gtk/prefswindow.c
5402         * src/gtk/progressdialog.c
5403         * src/gtk/progressdialog.h
5404         * src/plugins/bogofilter/bogofilter_gtk.c
5405         * src/plugins/pgpcore/passphrase.c
5406         * src/plugins/spamassassin/spamassassin_gtk.c
5407         * src/plugins/trayicon/trayicon.c
5408         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5409         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
5410         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
5411         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
5412         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
5413                 Complete GTK+ 2.14 undeprecation
5414                 (thanks to "J.A. Magallon" <jamagallon@ono.com>)
5415
5416 2008-09-09 [colin]      3.5.0cvs95
5417
5418         * src/gtk/gtkcmclist.h
5419                 Fix build on GTK+ 2.14
5420
5421 2008-09-08 [colin]      3.5.0cvs94
5422
5423         * src/noticeview.c
5424         * src/noticeview.h
5425                 Remove GtkSignalFunc
5426
5427 2008-09-07 [colin]      3.5.0cvs93
5428
5429         * src/addressadd.c
5430         * src/addressbook_foldersel.c
5431         * src/gtk/gtkcmclist.c
5432         * src/gtk/gtkcmclist.h
5433         * src/gtk/gtkcmctree.c
5434         * src/gtk/gtkcmctree.h
5435         * src/gtk/gtksctree.c
5436         * src/gtk/prefswindow.c
5437         * src/gtk/prefswindow.h
5438                 Use GDestroyNotify instead of GtkDestroyNotify
5439                 (deprecated in GTK+ 2.14)
5440
5441 2008-09-07 [colin]      3.5.0cvs92
5442
5443         * src/textview.c
5444                 Fix bug 1712, 'invalid "Phishing attempt warning" 
5445                 when linked text ends with spaces'
5446
5447 2008-09-05 [colin]      3.5.0cvs91
5448
5449         * src/procmime.c
5450                 Maybe fix bug 1711, 'Save-as attachment crashes'
5451                 Possibly wrong free() due to pointer shifting
5452
5453 2008-09-05 [colin]      3.5.0cvs90
5454
5455         * src/compose.c
5456                 Fix bug 1710, 'User misreads "Discard Message" 
5457                 as "Discard Changes"'. Propose to save or discard
5458                 only the latest changes when closing an existing
5459                 draft. Autosave may still have saved parts of the
5460                 edit session.
5461
5462 2008-09-04 [colin]      3.5.0cvs89
5463
5464         * src/summaryview.c
5465                 Fix bug 1707, 'Segfault when sorting on non-visible column'
5466
5467 2008-09-01 [colin]      3.5.0cvs88
5468
5469         * src/imap.c
5470         * src/summaryview.c
5471         * src/common/tags.c
5472         * src/etpan/imap-thread.c
5473         * src/etpan/imap-thread.h
5474                 Store spam flag on IMAP (Junk/NonJunk, as 
5475                 ThunderBird does - this is nonstandard)
5476
5477 2008-08-31 [wwp]        3.5.0cvs87
5478
5479         * ChangeLog
5480                 Fix globish edition^Wediting.
5481
5482 2008-08-31 [wwp]        3.5.0cvs86
5483
5484         * src/addressbook.c
5485                 Don't break nickname editing for non-LDAP books (nickname
5486                 value was overwritten when editing existing contact, this
5487                 came from 3.0.2cvs109).
5488
5489 2008-08-30 [colin]      3.5.0cvs85
5490
5491         * src/mainwindow.c
5492         * src/summaryview.c
5493                 Fix "Apply tags..." key shortcut
5494
5495 2008-08-29 [iwkse]      3.5.0cvs84
5496
5497         * src/summaryview.c
5498                         Bit of clean:)
5499
5500 2008-08-29 [iwkse]      3.5.0cvs83
5501
5502         * src/summaryview.c
5503                         Disable "Move to trash" action if
5504                         we are in a trash-like folder.
5505                         Thanks to colinl
5506
5507 2008-08-29 [paul]       3.5.0cvs82
5508
5509         * configure.ac
5510                 bump up libetpan version requirement since
5511                 0.55 is released now
5512
5513 2008-08-28 [wwp]        3.5.0cvs81
5514
5515         * src/account.c
5516         * src/pop.c
5517         * src/prefs_account.c
5518         * src/prefs_account.h
5519                 Add finer granularity to the POP3's remove-after delay (now in
5520                 hours in addition to in days), patch by Paul Rolland.
5521
5522 2008-08-28 [wwp]        3.5.0cvs80
5523
5524         * src/gtk/combobox.c
5525                 Fix a typo in a comment.
5526
5527 2008-08-28 [iwkse]      3.5.0cvs79
5528
5529         * src/account.c
5530         * src/prefs_actions.c
5531         * src/prefs_filtering.c
5532         * src/prefs_template.c
5533                         Add search feature to the account, 
5534                         template and action dialog.
5535                         It's turned on selecting one row
5536                         of the list and typing some random
5537                         letter. Thanks to wwp, colinl
5538
5539 2008-08-28 [colin]      3.5.0cvs78
5540
5541         * src/Makefile.am
5542         * src/account.c
5543         * src/compose.c
5544         * src/prefs_account.c
5545         * src/prefs_account.h
5546         * src/privacy.c
5547         * src/privacy.h
5548         * src/procmime.c
5549         * src/stock_pixmap.c
5550         * src/stock_pixmap.h
5551         * src/summaryview.c
5552         * src/pixmaps/key_gpg_signed.xpm
5553                 Fix bug 1412, "Sign reply, if mail was signed"
5554                 Add an account preference to sign replies to signed mails
5555
5556 2008-08-28 [iwkse]      3.5.0cvs77
5557
5558         * src/prefs_filtering.c
5559                 Making the search more useful,
5560                 jumping directly to the relative rule.
5561
5562 2008-08-27 [colin]      3.5.0cvs76
5563
5564         * src/main.c
5565                 Add a bit of info
5566
5567 2008-08-27 [colin]      3.5.0cvs75
5568
5569         * src/gtk/gtkcmctree.c
5570                 Fix a few ifdefs
5571
5572 2008-08-26 [colin]      3.5.0cvs74
5573
5574         * src/gtk/gtkcmctree.c
5575                 Fix missing inits on old glib
5576
5577 2008-08-26 [wwp]        3.5.0cvs73
5578
5579         * src/common/utils.c
5580                 Added 'Fwd' to the list of known common subject prefixes.
5581
5582 2008-08-25 [iwkse]      3.5.0cvs72
5583
5584         * src/image_viewer.c
5585                 Add animated gif support to the
5586                 message preview.
5587
5588 2008-08-25 [colin]      3.5.0cvs71
5589
5590         * src/gtk/gtkcmctree.c
5591                 Make sure work isn't null
5592
5593 2008-08-24 [colin]      3.5.0cvs70
5594
5595         * src/common/ssl.c
5596                 Fix typo on SSL_CERT_DIR
5597
5598 2008-08-23 [holger]     3.5.0cvs69
5599
5600         * src/printing.c
5601                 Fix bug 1699 'Separator line mis-placed when
5602                 printing some e-mails'. The number of header lines
5603                 was not correctly calculated when Pango inserts
5604                 linebreaks
5605
5606 2008-08-23 [colin]      3.5.0cvs68
5607
5608         * src/mainwindow.c
5609                 Fix the account selector button; thanks
5610                 to wwp
5611
5612 2008-08-21 [colin]      3.5.0cvs67
5613
5614         * src/compose.c
5615         * src/compose.h
5616                 Add a compose preference for auto-indent
5617         * src/mainwindow.c
5618         * src/summaryview.c
5619                 Make colorlabel accels a bit less hacky
5620
5621 2008-08-21 [colin]      3.5.0cvs66
5622
5623         * src/compose.c
5624         * src/prefs_common.c
5625         * src/prefs_common.h
5626         * src/prefs_wrapping.c
5627                 Add a preference for autoindent; fix no_join tag
5628                 being applied to whole lines instead of just \n when
5629                 creating a line 
5630
5631 2008-08-21 [colin]      3.5.0cvs65
5632
5633         * src/compose.c
5634                 Add support for auto-indentation
5635
5636 2008-08-19 [colin]      3.5.0cvs64
5637
5638         * src/compose.c
5639                 Save Autowrap status in drafts/queued mails
5640
5641 2008-08-19 [colin]      3.5.0cvs63
5642
5643         * src/mainwindow.c
5644                 Fix a comment (in reality, test commit on
5645                 the new CVS server)
5646
5647 2008-08-17 [colin]      3.5.0cvs62
5648
5649         * src/prefs_actions.c
5650         * src/procmime.c
5651         * src/wizard.c
5652         * src/common/socket.h
5653         * src/gtk/gtkcmctree.c
5654                 Fix warnings
5655
5656 2008-08-16 [colin]      3.5.0cvs61
5657
5658         * src/editaddress_other_attributes_ldap.h
5659                 Add 'l' field (localityName)
5660
5661 2008-08-16 [colin]      3.5.0cvs60
5662
5663         * src/mainwindow.c
5664         * src/gtk/gtkcmclist.c
5665         * src/gtk/gtkcmclist.h
5666         * src/gtk/gtkcmctree.c
5667         * src/gtk/gtksctree.c
5668         * src/gtk/gtkutils.c
5669         * src/gtk/gtkvscrollbutton.c
5670                 Fix Maemo build (OS2007)
5671
5672 2008-08-14 [colin]      3.5.0cvs59
5673
5674         * src/folder.c
5675                 Don't crash if parent is null when creating
5676                 a folder
5677         * src/gtk/pluginwindow.c
5678                 Don't crash on race when closing window while
5679                 a plugin is loading and does gtk_iterations
5680
5681 2008-08-13 [colin]      3.5.0cvs58
5682
5683         * src/messageview.c
5684         * src/messageview.h
5685         * src/mimeview.c
5686                 Fix bug 1696, 'Viewing binary attachements 
5687                 as text over 1 MB' (various buglets)
5688
5689 2008-08-10 [colin]      3.5.0cvs57
5690
5691         * src/summaryview.c
5692         * src/gtk/gtkcmclist.c
5693                 Continue fixing GTK < 2.12 build, thanks to
5694                 Michael Hugues
5695
5696 2008-08-10 [colin]      3.5.0cvs56
5697
5698         * src/gtk/gtksctree.c
5699                 Fix build on GTK < 2.12
5700
5701 2008-08-09 [colin]      3.5.0cvs55
5702
5703         * src/mainwindow.c
5704                 Fix untranslatable strings, thanks to
5705                 Stephan Sachse
5706
5707 2008-08-07 [colin]      3.5.0cvs54
5708
5709         * src/compose.c
5710         * src/editaddress.c
5711         * src/folderview.c
5712         * src/mainwindow.c
5713         * src/message_search.c
5714         * src/mimeview.c
5715         * src/noticeview.c
5716         * src/prefs_account.c
5717         * src/prefs_common.c
5718         * src/prefs_customheader.c
5719         * src/prefs_ext_prog.c
5720         * src/prefs_filtering_action.c
5721         * src/prefs_gtk.c
5722         * src/prefs_logging.c
5723         * src/prefs_matcher.c
5724         * src/prefs_msg_colors.c
5725         * src/procmime.c
5726         * src/summary_search.c
5727         * src/summaryview.c
5728         * src/toolbar.c
5729         * src/gtk/colorsel.c
5730         * src/gtk/gtkaspell.c
5731         * src/gtk/gtkutils.c
5732         * src/gtk/gtkutils.h
5733         * src/gtk/inputdialog.c
5734         * src/gtk/pluginwindow.c
5735         * src/gtk/quicksearch.c
5736         * src/plugins/bogofilter/bogofilter_gtk.c
5737         * src/plugins/dillo_viewer/dillo_prefs.c
5738         * src/plugins/spamassassin/spamassassin_gtk.c
5739                 - Fix Ctrl-Space shortcut
5740                 - Fix mime-parsing bug in procmime (cvs52)
5741                 - Fix double-free in procmime (cvs52)
5742                 - Use gtk_bin_get_child instead of GTK_BIN()->child
5743                 - Fix Goto menu in mainwindow
5744
5745 2008-08-07 [mones]      3.5.0cvs53
5746
5747         * po/es.po
5748                 Updated translation (lots of changes!)
5749         * src/compose.c
5750                 Add missing accelerator key
5751         * src/mainwindow.c
5752                 Restored 'v' key function (thanks Colin!)
5753
5754 2008-08-06 [colin]      3.5.0cvs52
5755
5756         * src/addrbook.c
5757         * src/addrcindex.c
5758         * src/addrduplicates.c
5759         * src/addrharvest.c
5760         * src/enriched.c
5761         * src/html.c
5762         * src/ldif.c
5763         * src/mimeview.c
5764         * src/mutt.c
5765         * src/pine.c
5766         * src/procmime.c
5767         * src/vcard.c
5768         * src/wizard.c
5769                 Fix my use of g_utf8_strdown (it returns
5770                 a newly allocated string and doesn't
5771                 change the parameter)
5772
5773 2008-08-06 [colin]      3.5.0cvs51
5774
5775         * src/compose.c
5776                 Fix bug 1690, 'Copy/Paste in edit window may 
5777                 break Undo'; middle-click pastes aren't 
5778                 REPLACE_INSERT but just INSERT. 
5779                 Also, fix privacy menu selection
5780
5781 2008-08-05 [colin]      3.5.0cvs50
5782
5783         * src/action.c
5784         * src/addr_compl.c
5785         * src/addrbook.c
5786         * src/addrcindex.c
5787         * src/addrduplicates.c
5788         * src/addrharvest.c
5789         * src/enriched.c
5790         * src/html.c
5791         * src/ldif.c
5792         * src/main.c
5793         * src/mimeview.c
5794         * src/mutt.c
5795         * src/pine.c
5796         * src/procmime.c
5797         * src/vcard.c
5798         * src/wizard.c
5799         * src/common/socket.c
5800         * src/gtk/gtkutils.c
5801         * src/gtk/gtkutils.h
5802         * src/gtk/menu.c
5803         * src/plugins/spamassassin/spamassassin.c
5804                 More undeprecation (Glib)
5805
5806 2008-08-05 [colin]      3.5.0cvs49
5807
5808         * src/prefs_account.c
5809         * src/prefs_filtering_action.c
5810         * src/prefs_matcher.c
5811         * src/gtk/Makefile.am
5812         * src/gtk/claws-marshal.list
5813         * src/gtk/colorlabel.c
5814         * src/gtk/colorsel.c
5815         * src/gtk/foldersort.c
5816         * src/gtk/gtkaspell.c
5817         * src/gtk/gtkcmclist.c
5818         * src/gtk/gtkcmclist.h
5819         * src/gtk/gtkcmctree.c
5820         * src/gtk/gtkcmctree.h
5821         * src/gtk/gtkcmoptionmenu.c
5822         * src/gtk/gtkcmoptionmenu.h
5823         * src/gtk/gtksctree.c
5824         * src/gtk/gtksctree.h
5825         * src/gtk/gtkutils.c
5826         * src/gtk/gtkutils.h
5827         * src/gtk/gtkvscrollbutton.c
5828         * src/gtk/menu.c
5829         * src/gtk/menu.h
5830         * src/gtk/quicksearch.c
5831         * src/plugins/dillo_viewer/dillo_viewer.c
5832         * src/plugins/pgpcore/select-keys.c
5833                 Try to finish yesterday's commit
5834
5835 2008-08-04 [colin]      3.5.0cvs48
5836
5837         * src/addressadd.c
5838         * src/addressbook.c
5839         * src/addressbook_foldersel.c
5840         * src/addressitem.h
5841         * src/addrgather.c
5842         * src/browseldap.c
5843         * src/compose.c
5844         * src/compose.h
5845         * src/editaddress.c
5846         * src/editaddress_other_attributes_ldap.c
5847         * src/editgroup.c
5848         * src/editldap_basedn.c
5849         * src/folderview.c
5850         * src/folderview.h
5851         * src/grouplistdialog.c
5852         * src/image_viewer.c
5853         * src/imap_gtk.c
5854         * src/importldif.c
5855         * src/main.c
5856         * src/mainwindow.c
5857         * src/message_search.c
5858         * src/mh_gtk.c
5859         * src/mimeview.c
5860         * src/mimeview.h
5861         * src/news_gtk.c
5862         * src/noticeview.h
5863         * src/prefs_account.c
5864         * src/prefs_filtering_action.c
5865         * src/prefs_matcher.c
5866         * src/prefs_msg_colors.c
5867         * src/prefs_summaries.c
5868         * src/statusbar.c
5869         * src/stock_pixmap.c
5870         * src/summary_search.c
5871         * src/summaryview.c
5872         * src/summaryview.h
5873         * src/textview.c
5874         * src/toolbar.h
5875         * src/gtk/Makefile.am
5876         * src/gtk/claws-marshal.list
5877         * src/gtk/colorsel.c
5878         * src/gtk/foldersort.c
5879         * src/gtk/gtkaspell.c
5880         * src/gtk/gtkcmclist.c
5881         * src/gtk/gtkcmclist.h
5882         * src/gtk/gtkcmctree.c
5883         * src/gtk/gtkcmctree.h
5884         * src/gtk/gtksctree.c
5885         * src/gtk/gtksctree.h
5886         * src/gtk/gtkutils.c
5887         * src/gtk/gtkutils.h
5888         * src/gtk/gtkvscrollbutton.c
5889         * src/gtk/menu.c
5890         * src/gtk/menu.h
5891         * src/gtk/quicksearch.c
5892         * src/plugins/dillo_viewer/dillo_viewer.c
5893         * src/plugins/pgpcore/select-keys.c
5894                 Include GtkCList/GtkCTree locally (renamed GTKCMCList/CTree)
5895                 Undeprecate their implementation (GtkArg, GtkType, ...)
5896                 Undeprecate a few other things here and there
5897                 Add -DGTK_DISABLE_DEPRECATED to CFLAGS in maintainer mode
5898                 Add #undef GTK_DISABLE_DEPRECATED in the files where we
5899                 still have work to do
5900
5901 2008-08-04 [colin]      3.5.0cvs47
5902
5903         * src/compose.c
5904         * src/compose.h
5905         * src/toolbar.h
5906         * src/textview.c
5907         * src/stock_pixmap.c
5908         * src/statusbar.c
5909         * src/noticeview.h
5910         * src/mimeview.h
5911         * src/mainwindow.c
5912         * src/image_viewer.c
5913         * src/gtk/gtkaspell.c
5914         * src/gtk/gtkvscrollbutton.c
5915         * src/plugins/dillo_viewer/dillo_viewer.c
5916                 Undeprecate more things
5917
5918 2008-08-02 [colin]      3.5.0cvs46
5919
5920         * src/mainwindow.c
5921                 Fix toggle menu activation state
5922                 (thanks to cvs45 ;)
5923
5924 2008-08-02 [paul]       3.5.0cvs45
5925
5926         * src/mainwindow.c
5927                 fix sensitivity of
5928                 /View/Show or hide/Message View
5929
5930 2008-08-01 [paul]       3.5.0cvs44
5931
5932         * src/common/utils.c
5933         * src/plugins/pgpcore/claws.def
5934         * src/plugins/pgpinline/claws.def
5935                 fix compilation problems on mingw32,
5936                 (bug 1688) Patch by Marcus Brinkmann
5937
5938 2008-08-01 [colin]      3.5.0cvs43
5939
5940         * src/gtk/gtkutils.c
5941         * src/gtk/gtkvscrollbutton.c
5942                 Oups, fix build
5943
5944 2008-08-01 [colin]      3.5.0cvs42
5945
5946         * src/compose.c
5947         * src/foldersel.c
5948         * src/mainwindow.c
5949         * src/prefs_account.c
5950         * src/prefs_folder_item.c
5951         * src/prefs_quote.c
5952         * src/summaryview.c
5953         * src/gtk/gtkaspell.c
5954         * src/gtk/gtkutils.c
5955         * src/gtk/gtkvscrollbutton.c
5956                 Replace a few deprecated function calls
5957
5958 2008-08-01 [paul]       3.5.0cvs41
5959
5960         * src/action.c
5961                 fix crash that occurs because of recent GtkUIManager
5962                 changes. Thanks to Colin
5963
5964 2008-07-31 [colin]      3.5.0cvs40
5965
5966         * src/addressbook.c
5967         * src/compose.c
5968         * src/mainwindow.c
5969         * src/messageview.c
5970                 Some Maemo fixes
5971         * src/gtk/menu.c
5972         * src/gtk/menu.h
5973                 Remove deprecated helper funcs
5974
5975 2008-07-30 [colin]      3.5.0cvs39
5976
5977         * src/folderview.c
5978         * src/folderview.h
5979         * src/imap_gtk.c
5980         * src/mh_gtk.c
5981         * src/news_gtk.c
5982                 Move the folderview popup menu to GtkUIManager
5983
5984 2008-07-29 [colin]      3.5.0cvs38
5985
5986         * src/account.c
5987         * src/account.h
5988         * src/action.c
5989         * src/action.h
5990         * src/addressitem.h
5991         * src/compose.c
5992         * src/edittags.c
5993         * src/mainwindow.c
5994         * src/mainwindow.h
5995         * src/mimeview.c
5996         * src/summaryview.c
5997         * src/gtk/menu.c
5998         * src/gtk/menu.h
5999                 Switch the main menu to GtkUIManager
6000                 Warning fixes
6001
6002 2008-07-29 [colin]      3.5.0cvs37
6003
6004         * src/news.c
6005                 Fix bug 1684, 'view news messages with large 
6006                 attachements segfaults'
6007
6008 2008-07-29 [colin]      3.5.0cvs36
6009
6010         * src/action.c
6011         * src/action.h
6012         * src/addressbook.c
6013         * src/addressitem.h
6014         * src/compose.c
6015         * src/compose.h
6016         * src/messageview.c
6017         * src/messageview.h
6018         * src/summaryview.c
6019         * src/gtk/menu.c
6020         * src/gtk/menu.h
6021                 More switches to GtkUIManager
6022
6023 2008-07-26 [colin]      3.5.0cvs35
6024
6025         * src/gtk/menu.c
6026         * src/gtk/menu.h
6027                 Fix prototype
6028
6029 2008-07-25 [colin]      3.5.0cvs34
6030
6031         * src/addrcustomattr.c
6032         * src/addressbook.c
6033         * src/compose.c
6034         * src/editaddress.c
6035         * src/editaddress_other_attributes_ldap.h
6036         * src/edittags.c
6037         * src/mainwindow.c
6038         * src/mimeview.c
6039         * src/prefs_actions.c
6040         * src/prefs_filtering.c
6041         * src/prefs_template.c
6042         * src/summaryview.c
6043         * src/textview.c
6044         * src/textview.h
6045         * src/toolbar.c
6046         * src/gtk/about.c
6047         * src/gtk/menu.c
6048         * src/gtk/menu.h
6049         * src/plugins/trayicon/trayicon.c
6050                 More changes from GtkItemFactory to GtkUIManager
6051
6052 2008-07-25 [colin]      3.5.0cvs33
6053
6054         * src/gtk/menu.h
6055                 Add a macro to remove menu items
6056                 Make the gui_manager variable useless
6057
6058 2008-07-24 [colin]      3.5.0cvs32
6059
6060         * src/mimeview.c
6061                 Fix a gtk warning on clear
6062         * src/mainwindow.c
6063         * src/summaryview.c
6064         * src/summaryview.h
6065                 Switch the message list popup menu to
6066                 GtkUIManager
6067
6068 2008-07-23 [colin]      3.5.0cvs31
6069
6070         * src/plugins/pgpcore/pgp_viewer.c
6071         * src/plugins/pgpcore/sgpgme.c
6072                 Fix bug 1681, 'GnuPG Plugin does not compile on solaris'
6073                 Patch by Thomas Wiegner <wiegner@gmx.de>
6074
6075 2008-07-20 [paul]       3.5.0cvs30
6076
6077         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6078                 remove redundant GTK version check
6079
6080 2008-07-20 [ticho]      3.5.0cvs29
6081
6082         * src/folderview.c
6083         * src/imap_gtk.c
6084         * src/news_gtk.c
6085                 Moved sensitivity setting for "Download messages" for IMAP and
6086                 news folders from folderview.c to imap_gtk.c and news_gtk.c
6087                 respectively for better code readability.
6088                 Fixed indentation in news' set_sensitivity().
6089
6090 2008-07-20 [paul]       3.5.0cvs28
6091
6092         * src/addrgather.c
6093                 remove more redundant code following cvs27
6094
6095 2008-07-20 [paul]       3.5.0cvs27
6096
6097         * src/addrgather.c
6098                 remove now redundant code
6099         * src/mainwindow.c
6100         * src/mainwindow.h
6101                 fix bug 1673, 'Tools/Harvest adresses is
6102                 grayed out if folder is empty'
6103
6104 2008-07-19 [ticho]      3.5.0cvs26
6105
6106         * src/edittags.c
6107         * src/main.c
6108         * src/mimeview.c
6109         * src/mimeview.h
6110         * src/gtk/gtkutils.c
6111         * src/gtk/gtkutils.h
6112         * src/gtk/menu.c
6113         * src/gtk/menu.h
6114                 Use GtkUIManager for mimeview and tag edit dialog popup menus,
6115                 instead of deprecated GtkItemFactory.
6116
6117 2008-07-19 [colin]      3.5.0cvs25
6118
6119         * src/account.c
6120         * src/addrgather.c
6121         * src/compose.c
6122         * src/editldap.c
6123         * src/expldifdlg.c
6124         * src/importldif.c
6125         * src/main.c
6126         * src/mainwindow.c
6127         * src/mimeview.c
6128         * src/noticeview.c
6129         * src/prefs_account.c
6130         * src/prefs_actions.c
6131         * src/prefs_ext_prog.c
6132         * src/prefs_filtering.c
6133         * src/prefs_folder_item.c
6134         * src/prefs_image_viewer.c
6135         * src/prefs_logging.c
6136         * src/prefs_msg_colors.c
6137         * src/prefs_other.c
6138         * src/prefs_send.c
6139         * src/prefs_spelling.c
6140         * src/prefs_summaries.c
6141         * src/prefs_template.c
6142         * src/printing.c
6143         * src/quote_fmt.c
6144         * src/summary_search.c
6145         * src/summaryview.c
6146         * src/toolbar.c
6147         * src/wizard.c
6148         * src/common/Makefile.am
6149         * src/gtk/gtksctree.c
6150         * src/gtk/gtkutils.h
6151         * src/gtk/pluginwindow.c
6152         * src/gtk/quicksearch.c
6153         * src/plugins/bogofilter/bogofilter_gtk.c
6154         * src/plugins/dillo_viewer/dillo_prefs.c
6155         * src/plugins/pgpcore/prefs_gpg.c
6156         * src/plugins/spamassassin/spamassassin_gtk.c
6157         * src/plugins/trayicon/trayicon.c
6158         * src/plugins/trayicon/trayicon_prefs.c
6159                 Use the shiny new GTK tooltips API when possible (GTK+ 2.12 
6160                 or greater). Use the old deprecated one on GTK+ < 2.12.
6161                 Easy! Straightforward! I'm not annoyed at all! It's not a loss
6162                 of time!
6163
6164 2008-07-16 [colin]      3.5.0cvs24
6165
6166         * src/mainwindow.c
6167                 Fix folderview's scrolbar when starting minimised
6168                 to tray, and popping up the mainwindow by calling
6169                 claws-mail from the command line
6170
6171 2008-07-08 [colin]      3.5.0cvs23
6172
6173         * src/compose.c
6174                 Possibly fix po-headers appearing on empty
6175                 templates
6176
6177 2008-07-08 [colin]      3.5.0cvs22
6178
6179         * src/folderview.c
6180         * src/summaryview.c
6181                 Finish the always_open tristate patch, by Jonathan
6182                 Corbet.
6183
6184 2008-07-07 [paul]       3.5.0cvs21
6185
6186         * src/mainwindow.c
6187                 fix typo (missing ")
6188
6189 2008-07-07 [paul]       3.5.0cvs20
6190
6191         * src/mainwindow.c
6192                 fit the menu style a bit better
6193
6194 2008-07-07 [colin]      3.5.0cvs19
6195
6196         * src/prefs_themes.c
6197                 Make upgrading themes easier
6198
6199 2008-07-07 [colin]      3.5.0cvs18
6200
6201         * src/mainwindow.c
6202         * src/prefs_toolbar.c
6203         * src/stock_pixmap.c
6204                 Finish fixing bug 1609, 'Icon issues'
6205
6206 2008-07-07 [colin]      3.5.0cvs17
6207
6208         * src/prefs_common.c
6209                 Fix the default value
6210
6211 2008-07-07 [colin]      3.5.0cvs16
6212
6213         * src/prefs_summaries.c
6214                 Revert my fix to the string, the correct term
6215                 is indeed Message View
6216
6217 2008-07-07 [colin]      3.5.0cvs15
6218
6219         * AUTHORS
6220         * src/gtk/authors.h
6221         * src/prefs_common.c
6222         * src/prefs_common.h
6223         * src/prefs_summaries.c
6224         * src/summaryview.c
6225         * src/gtk/authors.h
6226                 Change "Always open message when selected" to
6227                 a tristate (Never/Always/When preview is visible)
6228                 Patch by Jonathan Corbet <corbet@lwn.net>.
6229
6230 2008-07-06 [paul]       3.5.0cvs14
6231
6232         * src/addrgather.c
6233                 improve the layout of the dialogue
6234                 improve the English
6235                 add tooltips
6236                 fix some of the nasty coding style
6237         * src/mainwindow.c
6238                 improve the English
6239                 add some missing mnemonics
6240
6241 2008-07-05 [paul]       3.5.0cvs13
6242
6243         * src/mainwindow.c
6244         * src/mainwindow.h
6245                 fix bug 1398, '"Change current account" is
6246                 available even when there's only one account'
6247         * src/plugins/pgpcore/prefs_gpg.c
6248                 put back a needed include, removed in error
6249
6250 2008-07-05 [colin]      3.5.0cvs12
6251
6252         * src/mainwindow.c
6253                 MAEMO: Fix bug 1620, 'Can't use hardware zoom buttons'
6254
6255 2008-07-05 [colin]      3.5.0cvs11
6256
6257         * src/news.c
6258         * src/news_gtk.c
6259                 Provide ability to rename newsgroups. Closes
6260                 bug 1444, 'Add GUI option for renaming 
6261                 newsgroups'. Patch by Pawel Pekala
6262
6263 2008-07-05 [colin]      3.5.0cvs10
6264
6265         * src/plugins/pgpcore/passphrase.c
6266         * src/plugins/pgpcore/prefs_gpg.c
6267         * src/plugins/pgpcore/select-keys.c
6268                 Simplify GTK includes (with the advantage
6269                 of compiling against GTK+2.13); patch by
6270                 Charles A Edwards
6271
6272 2008-07-05 [colin]      3.5.0cvs9
6273
6274         * src/wizard.c
6275                 Add SSL client certificates
6276
6277 2008-07-05 [colin]      3.5.0cvs8
6278
6279         * src/prefs_account.c
6280         * src/common/session.h
6281                 Fix warnings
6282         * src/common/ssl.c
6283                 Add one path for certs
6284
6285 2008-07-05 [colin]      3.5.0cvs7
6286
6287         * src/prefs_account.c
6288                 Fix no-ssl build
6289
6290 2008-07-04 [colin]      3.5.0cvs6
6291
6292         * src/common/ssl.c
6293         * src/common/ssl.h
6294         * src/common/ssl_certificate.c
6295                 Workaround distro bugs and fix certificate checking
6296                 with OpenSSL
6297
6298 2008-07-04 [colin]      3.5.0cvs5
6299
6300         * src/filtering.c
6301         * src/common/ssl_certificate.c
6302         * src/common/ssl_certificate.h
6303         * src/etpan/imap-thread.c
6304         * src/etpan/nntp-thread.c
6305                 Fix some leaks, thanks to Martin Zwickel
6306                 Rename gnutls functions that do the same
6307                 as OpenSSL ones, to avoid symbol clashing
6308                 when Claws is built against GnuTLS and
6309                 libetpan against OpenSSL
6310
6311 2008-07-04 [paul]       3.5.0cvs4
6312
6313         * src/prefs_account.c
6314                 remove 1 forgotten '.'
6315
6316 2008-07-04 [paul]       3.5.0cvs3
6317
6318         * src/prefs_account.c
6319                 layout/engrish fixes to the 'Client
6320                 certificates' frame
6321
6322 2008-07-03 [colin]      3.5.0cvs2
6323
6324         * src/imap.c
6325         * src/news.c
6326         * src/pop.c
6327         * src/prefs_account.c
6328         * src/prefs_account.h
6329         * src/prefs_common.c
6330         * src/send_message.c
6331         * src/common/session.c
6332         * src/common/session.h
6333         * src/common/smtp.c
6334         * src/common/smtp.h
6335         * src/common/socket.h
6336         * src/common/ssl.c
6337         * src/common/ssl.h
6338         * src/common/ssl_certificate.c
6339         * src/common/ssl_certificate.h
6340         * src/etpan/imap-thread.c
6341         * src/etpan/nntp-thread.c
6342         * src/gtk/inputdialog.c
6343                 Add support for SSL client certificates (either PEM files
6344                 with certificate and private key, either PKCS12 files)
6345
6346 2008-06-28 [colin]      3.5.0cvs1
6347
6348         * src/foldersel.c
6349                 Fix compilation with older GTKs
6350
6351 2008-06-27 [paul]       3.5.0
6352
6353         * NEWS
6354         * README
6355         * RELEASE_NOTES 
6356                 3.5.0 released
6357
6358 2008-06-27 [paul]       3.4.0cvs116
6359
6360         * src/gtk/authors.h
6361                 complete cvs115
6362
6363 2008-06-27 [paul]       3.4.0cvs115
6364
6365         * configure.ac
6366         * src/gtk/authors.h
6367                 no longer build unmaintained translations
6368
6369 2008-06-27 [paul]       3.4.0cvs114
6370
6371         * po/de.po
6372         * po/fi.po
6373         * po/pt_BR.po
6374                 updated by Stephan Sachse, Flammie Pirinen, and
6375                 Frederico Goncalves Guimaraes
6376
6377 2008-06-26 [wwp]        3.4.0cvs113
6378
6379         * manual/fr/advanced.xml
6380                 Update French version of the manual (AutoFaces documentation).
6381
6382 2008-06-26 [wwp]        3.4.0cvs112
6383
6384         * manual/fr/advanced.xml
6385         * manual/fr/plugins.xml
6386                 Updated French version of the manual (completed
6387                 hidden options list, added note about Clawsker
6388                 and new mail archiver plugin).
6389
6390 2008-06-25 [colin]      3.4.0cvs111
6391
6392         * src/gtk/gtkaspell.c
6393                 Fix non-UTF8 in the replace with dialog
6394         * src/prefs_actions.c
6395                 Fix possible crasher
6396                 Patches by Pawel
6397
6398 2008-06-24 [mones]      3.4.0cvs110
6399
6400         * src/autofaces.c
6401                 Fix non-warning message, downgraded to debug info
6402
6403 2008-06-24 [colin]      3.4.0cvs109
6404
6405         * src/summaryview.c
6406                 Fix bug 1650, Message line too small after 
6407                 changing columns in "three columns" layout
6408
6409 2008-06-24 [colin]      3.4.0cvs108
6410
6411         * src/messageview.c
6412                 Fix Spam button sensitivity in newsgroups
6413
6414 2008-06-23 [wwp]        3.4.0cvs107
6415
6416         * po/fr.po
6417                 Updated French translation.
6418
6419 2008-06-23 [mones]      3.4.0cvs106
6420
6421         * po/es.po
6422                 Updated translation for release
6423
6424 2008-06-22 [mones]      3.4.0cvs105
6425
6426         * manual/es/plugins.xml
6427                 Synced new entry for Mail Archiver plugin
6428
6429 2008-06-22 [colin]      3.4.0cvs104
6430
6431         * src/compose.c
6432                 Fix initial cursor position
6433
6434 2008-06-21 [paul]       3.4.0cvs103
6435
6436         * manual/plugins.xml
6437                 add an entry for the new Mail Archiver plugin
6438
6439 2008-06-21 [paul]       3.4.0cvs102
6440
6441         * src/gtk/about.c
6442                 we're in 'string freeze', put back the
6443                 < > symbols for now
6444
6445 2008-06-21 [paul]       3.4.0cvs101
6446
6447         * manual/advanced.xml
6448         * manual/es/advanced.xml
6449                 fix build warning: <emphasis> cannot be contained
6450                 within <filename>
6451         * src/gtk/about.c
6452                 fix non-clickable link on License page and drop
6453                 the containing < > symbols to match other links
6454
6455 2008-06-20 [mones]      3.4.0cvs100
6456
6457         * manual/advanced.xml
6458                 Added autofaces documentation, note about clawsker in hidden
6459                 preferences, minor markup fix. Thanks Paul for proofreading
6460         * manual/es/advanced.xml
6461                 Synchronised Spanish manual
6462
6463 2008-06-16 [colin]      3.4.0cvs99
6464
6465         * src/compose.c
6466                 Fix cursor placing on signature change
6467
6468 2008-06-16 [paul]       3.4.0cvs98
6469
6470         * src/imap_gtk.c
6471         * src/mh_gtk.c
6472         * src/gtk/inputdialog.c
6473                 really fussy coding style fixes
6474
6475 2008-06-16 [paul]       3.4.0cvs97
6476
6477         * src/Makefile.am
6478                 keep the alphabetical order
6479
6480 2008-06-13 [mones]      3.4.0cvs96
6481
6482         * src/autofaces.c
6483                 Fix crasher ;-)
6484         * src/prefs_filtering_action.c
6485                 Fixed cosmetic bug, processing also displays "Filtering"
6486
6487 2008-06-13 [mones]      3.4.0cvs95
6488
6489         * src/Makefile.am
6490         * src/autofaces.c       ** NEW FILE **  
6491         * src/autofaces.h       ** NEW FILE **
6492         * src/compose.c
6493                 Allow setting Faces and X-Faces globally and per-account
6494                 from configuration files under ~/.claws-mail/autofaces
6495
6496 2008-06-13 [holger]     3.4.0cvs94
6497
6498         * .cvsignore
6499                 More files to ignore
6500         * src/gtk/inputdialog.c
6501         * src/gtk/inputdialog.h
6502                 Make input dialog more generic so that a checkbox
6503                 with custom text can be used in addition to the
6504                 "remember this" checkbox
6505         * src/imap_gtk.c
6506         * src/mh_gtk.c
6507         * src/prefs_common.c
6508         * src/prefs_common.h
6509                 Allow new folders to inherit the properties of the
6510                 parent folder during folder creation
6511
6512 2008-06-13 [wwp]        3.4.0cvs93
6513
6514         * src/addressbook.c
6515                 a better fix for this string, won't break up translations,
6516                 and is conform to other similar ones.
6517
6518 2008-06-13 [wwp]        3.4.0cvs92
6519
6520         * src/addrduplicates.c
6521         * src/addressadd.c
6522         * src/addressbook.c
6523         * src/addressbook_foldersel.c
6524         * src/editgroup.c
6525                 use tree decorations everywhere AB folders are used (AB tree pane,
6526                     add address to AB, select AB folder, edit group, custom attr, find dup
6527                     results), in order to match global style
6528                 make double-clicks in AB's tree pane behave like in MW's folder tree pane:
6529                     double clicking on groups in tree pane does open the group edit dialog
6530                     double clicking on other items in tree pane does expand/collapse
6531                 fix a missing space in AB's delete-folder dialog
6532                 fix again edit button sensitivity (thanks to iwkse, this reworks cvs79)
6533
6534         * src/foldersel.c
6535                 make foldersel dialog show dotted lines according to global (hidden) prefs
6536
6537 2008-06-12 [colin]      3.4.0cvs91
6538
6539         * src/compose.c
6540         * src/compose.h
6541                 Fix bug 1635, 'Last character of message is truncated 
6542                 when changing accounts w/ sigs'
6543         * src/folderview.c
6544                 Fix bug 1636, 'Can't select "properties" on "folders 
6545                 only" folders'
6546
6547 2008-06-11 [colin]      3.4.0cvs90
6548
6549         * src/folder.c
6550                 Maybe fix bug 1623, 'exits with segfault when 
6551                 logging in to certain imap-servers'
6552
6553 2008-06-10 [mones]      3.4.0cvs89
6554
6555         * AUTHORS
6556         * tools/Makefile.am
6557         * tools/README
6558         * tools/convert_mbox.sh
6559                 Undo cvs86 and cvs87, it really should be a patch to 
6560                 convert_mbox.pl
6561
6562 2008-06-10 [wwp]        3.4.0cvs88
6563
6564         * po/fr.po
6565                 Updated French translation.
6566
6567 2008-06-10 [mones]      3.4.0cvs87
6568
6569         * tools/Makefile.am
6570                 Oops, forgot to add previous script for distribution
6571
6572 2008-06-10 [mones]      3.4.0cvs86
6573
6574         * AUTHORS
6575         * tools/README
6576         * tools/convert_mbox.sh
6577                 Added script to convert Evolution mail folders contributed
6578                 by Daniel Dickinson <cshore@fionavar.ca>
6579                 Fixes debian bug 461435
6580
6581 2008-06-09 [colin]      3.4.0cvs85
6582
6583         * src/main.c
6584                 Integrate AWN information bubble if dbus is
6585                 available
6586         * src/folder.c
6587                 Fix crash when calling scan_required() on 
6588                 folder classes that don't implement them
6589         * src/common/session.c
6590                 Fix a little typo
6591
6592 2008-06-09 [colin]      3.4.0cvs84
6593
6594         * src/main.c
6595                 Fix bug 1447, 'If user tries to close while starting 
6596                 up, it will not close ever.'
6597
6598 2008-06-09 [colin]      3.4.0cvs83
6599
6600         * src/filtering.c
6601                 Fix bug 1628, 'Claws Mail crashes when 
6602                 filtering selected messages'
6603
6604 2008-06-04 [colin]      3.4.0cvs82
6605
6606         * src/messageview.c
6607                 Complete handling of html parts in multipart/alternative
6608                 mails
6609
6610 2008-06-03 [paul]       3.4.0cvs81
6611
6612         * src/prefs_message.c
6613                 make always the english good
6614
6615 2008-06-03 [colin]      3.4.0cvs80
6616
6617         * src/mainwindow.c
6618         * src/mainwindow.h
6619                 Fix bug 1624, '[PATCH] Quick search should be 
6620                 disabled for folder view'; based on a patch by
6621                 Michael Terry
6622
6623 2008-06-03 [iwkse]      3.4.0cvs79
6624
6625         * src/addressbook.c
6626                 Fix little gui bug on button sensitivity
6627         * src/messageview.c
6628         * src/prefs_common.c
6629         * src/prefs_common.h
6630         * src/prefs_message.c
6631                 Allow by default to show html in multipart/alternative
6632
6633 2008-06-02 [colin]      3.4.0cvs78
6634
6635         * src/prefs_actions.c
6636                 GUI rework, patch by Pawel 
6637
6638 2008-06-02 [colin]      3.4.0cvs77
6639
6640         * src/quote_fmt.c
6641                 Fix sensitivity/alignment, patch from
6642                 Pawel
6643
6644 2008-05-31 [colin]      3.4.0cvs76
6645
6646         * src/imap.c
6647                 Fix login issue introduced in cvs75.
6648
6649 2008-05-31 [colin]      3.4.0cvs75
6650
6651         * src/imap.c
6652                 Fix more possible double-frees. Also, fix the root cause
6653                 of these double-frees by just noting the Session is to
6654                 be destroyed instead of destroying it in flight
6655
6656 2008-05-29 [paul]       3.4.0cvs74
6657
6658         * manual/keyboard.xml
6659                 'Makes' these entries like the others
6660
6661 2008-05-29 [colin]      3.4.0cvs73
6662
6663         * src/procmsg.h
6664                 Include utils.h in case we
6665                 need to pull goffset definition
6666
6667 2008-05-29 [colin]      3.4.0cvs72
6668
6669         * src/common/utils.h
6670                 Workaround a stupid Glib issue, where
6671                 goffset happens to be undefined. 
6672
6673 2008-05-28 [colin]      3.4.0cvs71
6674
6675         * src/compose.c
6676         * src/compose.h
6677         * src/grouplistdialog.c
6678         * src/image_viewer.c
6679         * src/imap.c
6680         * src/inc.c
6681         * src/main.c
6682         * src/matcher.c
6683         * src/messageview.c
6684         * src/mimeview.c
6685         * src/prefs_themes.c
6686         * src/procmsg.h
6687         * src/summaryview.c
6688         * src/summaryview.h
6689         * src/textview.c
6690         * src/common/smtp.c
6691         * src/common/utils.c
6692         * src/common/utils.h
6693                 Use goffset instead of off_t for MsgInfo's size
6694                 Allows using MsgInfo structure from plugins
6695                 compiled with largefile support
6696
6697 2008-05-26 [colin]      3.4.0cvs70
6698
6699         * src/mainwindow.c
6700         * src/mainwindow.h
6701                 Define THEME_CHANGED_HOOKLIST and invoke
6702                 it on theme change
6703         * src/plugins/trayicon/trayicon.c
6704                 Listen to THEME_CHANGED_HOOKLIST and
6705                 update accordingly
6706
6707 2008-05-26 [paul]       3.4.0cvs69
6708
6709         * src/mimeview.c
6710                 plug a leak in mimeview_save_all()
6711
6712 2008-05-24 [colin]      3.4.0cvs68
6713
6714         * src/common/utils.h
6715                 Fix wrong define on old glibs
6716
6717 2008-05-24 [paul]       3.4.0cvs67
6718
6719         * src/Makefile.am
6720         * src/stock_pixmap.c
6721         * src/stock_pixmap.h
6722         * src/toolbar.c
6723         * src/pixmaps/cancel.xpm
6724         * src/pixmaps/close.xpm
6725                 add a specific icon for A_CANCEL_INC (addresses
6726                 point 1 of bug 1609 'Icon issues')
6727                 replace close.xpm with an icon of the standard
6728                 24x24 size
6729
6730 2008-05-24 [paul]       3.4.0cvs66
6731
6732         * src/pixmaps/insert_file.xpm
6733                 replaced
6734
6735 2008-05-23 [paul]       3.4.0cvs65
6736
6737         * src/common/md5.c
6738         * src/common/md5.h
6739                 add the possibility to check md5 on binary files,
6740                 thanks to Colin
6741
6742 2008-05-23 [colin]      3.4.0cvs64
6743
6744         * src/mainwindow.c
6745         * src/summaryview.c
6746                 Fix bug 1610, 'claws crash after opening/closing 
6747                 preferences and window update'
6748
6749 2008-05-22 [colin]      3.4.0cvs63
6750
6751         * src/prefs_filtering_action.c
6752         * src/gtk/combobox.c
6753         * src/gtk/combobox.h
6754                 Fix reselecting of Tags actions in
6755                 filtering actions dialog
6756
6757 2008-05-22 [colin]      3.4.0cvs62
6758
6759         * src/Makefile.am
6760         * src/prefs_toolbar.c
6761         * src/stock_pixmap.c
6762         * src/stock_pixmap.h
6763         * src/toolbar.c
6764         * src/pixmaps/delete_btn.xpm
6765         * src/pixmaps/insert_file.xpm
6766         * src/pixmaps/mail_reply_to_list.xpm
6767                 Fix more of bug 1609:
6768                 - Add a Delete button icon
6769                 - Add a Reply to list button icon
6770                 - Fix Insert file button icon
6771                 Artwork by Ciprian Popovici.
6772
6773 2008-05-21 [colin]      3.4.0cvs61
6774
6775         * src/common/utils.c
6776                 Fix a little leak
6777
6778 2008-05-21 [wwp]        3.4.0cvs60
6779
6780         * src/prefs_filtering.c
6781                 Don't show SMTP-only accounts in accounts list, as they are
6782                 irrelevant for filtering incoming messages.
6783
6784 2008-05-21 [colin]      3.4.0cvs59
6785
6786         * src/mainwindow.c
6787                 Don't put SMTP-only accounts in receive menus
6788
6789 2008-05-21 [colin]      3.4.0cvs58
6790
6791         * src/imap.c
6792                 Fix cvs56 (brain fart)
6793
6794 2008-05-21 [colin]      3.4.0cvs57
6795
6796         * src/common/utils.c
6797                 Fix bug 1615, 'hang on FIFO when the other end's not 
6798                 opened'
6799
6800 2008-05-21 [colin]      3.4.0cvs56
6801
6802         * src/imap.c
6803                 Fix a warning
6804
6805 2008-05-19 [colin]      3.4.0cvs55
6806
6807         * src/plugins/pgpcore/sgpgme.c
6808                 Maybe fix debian bug 481856, 'Segmentation fault 
6809                 when verifying a GPG signature'. Although it 
6810                 looks like a race condition...
6811
6812 2008-05-19 [colin]      3.4.0cvs54
6813
6814         * src/prefs_filtering_action.c
6815         * src/prefs_matcher.c
6816         * src/common/tags.c
6817         * src/common/tags.h
6818         * src/gtk/combobox.c
6819         * src/gtk/combobox.h
6820                 Patch by Pawel: disabled Tags menus in filtering dialogs
6821
6822 2008-05-19 [colin]      3.4.0cvs53
6823
6824         * src/prefs_account.c
6825                 GUI patch by Pawel: align ports entries
6826
6827 2008-05-19 [colin]      3.4.0cvs52
6828
6829         * src/mainwindow.c
6830                 Fix bug 1616, 'strange question while emptying trash'
6831
6832 2008-05-18 [colin]      3.4.0cvs51
6833
6834         * src/common/plugin.c
6835         * src/etpan/imap-thread.c
6836         * src/etpan/nntp-thread.c
6837         * src/gtk/gtksctree.c
6838                 Fix bug 1613, 'Various memory leaks'; 
6839                 based on a patch by Didier Barvaux.
6840
6841 2008-05-18 [colin]      3.4.0cvs50
6842
6843         * src/mimeview.c
6844         * src/privacy.h
6845         * src/toolbar.c
6846         * src/toolbar.h
6847         * src/plugins/pgpcore/sgpgme.c
6848                 Fix more parts of bug 1609:
6849                 - Make use of specific Expired privacy icon
6850                 - Use CLOSE instead of NOTICE_ERROR for cancel
6851                   receiving
6852                 - Allow a Preferences button in the main toolbar
6853
6854 2008-05-18 [colin]      3.4.0cvs49
6855
6856         * src/stock_pixmap.c
6857                 Fix bug with non-updating icons after theme change:
6858                 If fetching pixbuf for a given icon after a theme
6859                 change, the next pixmap fetch would return the old
6860                 cached one, as the theme change was forgotten at 
6861                 this time. (and vice-versa). This was mostly 
6862                 visible on open folder icons
6863
6864 2008-05-17 [colin]      3.4.0cvs48
6865
6866         * src/prefs_summaries.c
6867         * src/summaryview.c
6868                 Fix bug 1608, 'Inconsistent behaviour of mark as read 
6869                 options'. Patch by Pawel
6870
6871 2008-05-16 [colin]      3.4.0cvs47
6872
6873         * src/imap.c
6874                 Fix another possible crash (on fatal errors
6875                 at login, like stream error).
6876
6877 2008-05-16 [paul]       3.4.0cvs46
6878
6879         * tools/thunderbird-filters-convertor.pl
6880                 fix a typo
6881                 fix reading a tb rule that contains something
6882                 like that: \"Sender\"
6883
6884 2008-05-16 [paul]       3.4.0cvs45
6885
6886         * tools/README
6887         * tools/csv2addressbook.pl
6888                 add support for gmail exported csv address book
6889
6890 2008-05-16 [colin]      3.4.0cvs44
6891
6892         * configure.ac
6893         * src/ldapupdate.c
6894                 Fix ldap deprecated calls. Patch by
6895                 Michael Rasmussen
6896
6897 2008-05-16 [paul]       3.4.0cvs43
6898
6899         * manual/de/account.xml
6900         * manual/it/account.xml
6901         * manual/it/ack.xml
6902         * manual/it/addrbook.xml
6903         * manual/it/claws-mail-manual.xml
6904         * manual/it/gpl.xml
6905         * manual/it/intro.xml
6906         * manual/it/starting.xml
6907                 add pages towards German and Italian manuals.
6908                 (just for storage, they are not built yet, due
6909                 to being incomplete.) submitted by Speckmade
6910                 <Speckmade@gmx.net> and Salvatore De Paolis
6911                 <iwkse@claws-mail.org>
6912
6913 2008-05-16 [colin]      3.4.0cvs42
6914
6915         * src/gtk/sslcertwindow.c
6916                 Fix SHA1 fingerprint with GnuTLS
6917
6918 2008-05-15 [colin]      3.4.0cvs41
6919
6920         * src/gtk/sslcertwindow.c
6921                 Print SHA1 fingerprint too
6922
6923 2008-05-15 [colin]      3.4.0cvs40
6924
6925         * src/imap.c
6926                 Fix certificate port on TLS. It was 
6927                 previously always 0.
6928                 **IMPORTANT INFORMATION**: this will trigger 
6929                 one wrong "New certificate" warning at the 
6930                 first connection with this fix, if using STARTTLS
6931                 on IMAP.
6932         * src/gtk/sslcertwindow.c
6933                 Make labels selectable
6934
6935 2008-05-15 [colin]      3.4.0cvs39
6936
6937         * src/imap.c
6938                 Fix double free when STARTTLS fails (for
6939                 example due to refusing the certificate)
6940
6941 2008-05-15 [paul]       3.4.0cvs38
6942
6943         * manual/advanced.xml
6944                 fix typo
6945
6946 2008-05-15 [paul]       3.4.0cvs37
6947
6948         * manual/advanced.xml
6949         * src/prefs_send.c
6950                 make outgoing_fallback_to_ascii a hidden pref
6951
6952 2008-05-14 [colin]      3.4.0cvs36
6953
6954         * src/main.c
6955         * src/mainwindow.c
6956         * src/mainwindow.h
6957                 Make it possible to cancel quit when Claws
6958                 ask whether to empty trash.
6959
6960 2008-05-14 [colin]      3.4.0cvs35
6961
6962         * src/compose.c
6963         * src/prefs_common.c
6964         * src/prefs_common.h
6965         * src/prefs_send.c
6966                 Add a preference to be able to specify an
6967                 outgoing charset/encoding but still fallback
6968                 to 7bit US-ASCII when possible (default TRUE,
6969                 same behavior as pre-cvs34)
6970
6971 2008-05-14 [colin]      3.4.0cvs34
6972
6973         * src/compose.c
6974                 Always use the specified encoding and charset if it is
6975                 specified, even if the mail is ASCII.
6976
6977 2008-05-13 [paul]       3.4.0cvs33
6978
6979         * src/ldapupdate.c
6980                 fix the build warnings the easy way for now
6981
6982 2008-05-13 [colin]      3.4.0cvs32
6983
6984         * src/prefs_themes.c
6985                 Count .png files as icons too (fixes part
6986                 of bug 1609, 'Icon issues')
6987
6988 2008-05-13 [wwp]        3.4.0cvs31
6989
6990         * src/addressbook_foldersel.c
6991                 Fix wrong check (completes 3.4.0.cvs30).
6992
6993 2008-05-12 [wwp]        3.4.0cvs30
6994
6995         * src/addressbook.c
6996         * src/addressbook_foldersel.c
6997         * src/filtering.c
6998         * src/matcher.c
6999         * src/prefs_matcher.c
7000         * src/plugins/bogofilter/bogofilter.c
7001         * src/plugins/bogofilter/bogofilter_gtk.c
7002         * src/plugins/dillo_viewer/dillo_prefs.c
7003         * src/plugins/spamassassin/spamassassin.c
7004         * src/plugins/spamassassin/spamassassin_gtk.c
7005                 Fix for bug 1604 "found_in_addressbook in Any in non English local",
7006                 based on a patch submitted by Paul CtrlAltBs. Also fix storing of
7007                 translated string "Any" in plugins (whitelisting) and
7008                 UTF8 comparisons.
7009
7010 2008-05-07 [colin]      3.4.0cvs29
7011
7012         * configure.ac
7013                 Fix --enable-maemo (assume --enable-generic-umpc)
7014
7015 2008-05-07 [colin]      3.4.0cvs28
7016
7017         * configure.ac
7018         * src/account.c
7019         * src/addr_compl.c
7020         * src/compose.c
7021         * src/editaddress.c
7022         * src/folderview.c
7023         * src/mainwindow.c
7024         * src/messageview.c
7025         * src/mimeview.c
7026         * src/prefs_account.c
7027         * src/prefs_common.c
7028         * src/prefs_display_header.c
7029         * src/prefs_filtering.c
7030         * src/prefs_summaries.c
7031         * src/prefs_template.c
7032         * src/prefs_toolbar.c
7033         * src/stock_pixmap.c
7034         * src/summaryview.c
7035         * src/summaryview.h
7036         * src/textview.c
7037         * src/toolbar.c
7038         * src/gtk/about.c
7039         * src/gtk/gtksctree.c
7040         * src/gtk/menu.c
7041         * src/gtk/prefswindow.c
7042         * src/gtk/sslcertwindow.c
7043                 Separate generic UMPC code (layouts, ...) from 
7044                 MAEMO code (Hildon, ...)
7045
7046 2008-05-06 [paul]       3.4.0cvs27
7047
7048         * tools/claws.i18n.status.pl
7049                 add he.po
7050
7051 2008-05-06 [colin]      3.4.0cvs26
7052
7053         * src/common/utils.c
7054                 Maybe fix crash on FreeBSD
7055
7056 2008-05-05 [colin]      3.4.0cvs25
7057
7058         * src/messageview.c
7059                 Fix bug 1602, 'Crash when sending return receipt for
7060                 messages with no subject'
7061
7062 2008-05-05 [colin]      3.4.0cvs24
7063
7064         * src/mimeview.c
7065                 Don't overwrite temporary files with same
7066                 name when drag and dropping. Fixes bug 1599,
7067                 'attach multiple files with the same name from 
7068                 one mail to another'
7069
7070 2008-05-04 [paul]       3.4.0cvs23
7071
7072         * src/compose.c
7073         * src/prefs_common.c
7074                 fix bug 1587 'can not replay with quote'
7075
7076 2008-05-03 [colin]      3.4.0cvs22
7077
7078         * po/de.po
7079                 Fix bug 1598, 'Leading slash while translating "Unsubscribe"'
7080
7081 2008-05-03 [colin]      3.4.0cvs21
7082
7083         * src/toolbar.c
7084                 Fix bug 1597, 'In news folders, "Move Message to Wastebin" 
7085                 icon isn't grayed although ineffective'
7086
7087 2008-05-02 [wwp]        3.4.0cvs20
7088
7089         * po/fr.po
7090                 Fix translation.
7091
7092         * src/prefs_folder_item.c
7093                 Add missing notice in folder properties (templates) when
7094                 folder is a root node.
7095
7096 2008-04-30 [colin]      3.4.0cvs19
7097
7098         * src/prefs_toolbar.c
7099                 Add Trash and Delete icons to the icon chooser
7100
7101 2008-04-30 [colin]      3.4.0cvs18
7102
7103         * src/compose.c
7104                 Remove "Delete entire line" which was a noop
7105                 and should be the same as "Delete line" :)
7106
7107 2008-04-30 [colin]      3.4.0cvs17
7108
7109         * src/compose.c
7110                 Fix 'Delete line' and 'Delete to end of line'
7111                 on the last line. Patch by <seelenhirt@gmx.net>
7112
7113 2008-04-28 [colin]      3.4.0cvs16
7114
7115         * src/folder.c
7116                 Fix bug 1589, 'tagsdb file not removed when
7117                 folder deleted'.
7118         * src/common/utils.c
7119                 Make sure claws_unlink accepts NULL arg.
7120
7121 2008-04-25 [colin]      3.4.0cvs15
7122
7123         * src/common/ssl.c
7124                 Fix/simplify previous commit
7125
7126 2008-04-25 [colin]      3.4.0cvs14
7127
7128         * src/addrindex.h
7129         * src/common/ssl_certificate.c
7130                 Patch by Marcus: Fix Win32 build
7131         * src/common/ssl.c
7132                 Fix build with GnuTLS/no pthread, thanks
7133                 to Marcus
7134
7135 2008-04-25 [colin]      3.4.0cvs13
7136
7137         * src/summaryview.c
7138                 Fix bug 1586, '3-pane vertical layout now and then 
7139                 still shows sender column'
7140
7141 2008-04-25 [colin]      3.4.0cvs12
7142
7143         * src/Makefile.am
7144         * src/w32-logo.ico
7145         * src/w32-resource.rc
7146                 Patch from Marcus Brinkmann to set an icon on w32.
7147
7148 2008-04-24 [colin]      3.4.0cvs11
7149
7150         * src/inc.c
7151         * src/inc.h
7152                 Trace inc locks
7153         * src/ldif.c
7154         * src/ldif.h
7155                 Fix bug 1581, 'Bad File Format during Import LDIF':
7156                 Use dynamically allocated buffers; also, allow 
7157                 importing contacts with no email address
7158
7159 2008-04-24 [colin]      3.4.0cvs10
7160
7161         * src/prefs_common.c
7162                 Increment the timeout a bit on OpenBSD, 75 isn't enough
7163
7164 2008-04-23 [colin]      3.4.0cvs9
7165
7166         * src/compose.c
7167         * src/prefs_folder_item.c
7168         * src/prefs_template.c
7169         * src/quote_fmt.c
7170                 Fix bug 1576: Fix unescaping of templates when testing them
7171                 I think it breaks nothing. (wwp, you're welcome to double-check)
7172
7173 2008-04-23 [paul]       3.4.0cvs8
7174
7175         * manual/advanced.xml
7176                 add info about the "two_line_vertical" hidden
7177                 pref
7178
7179 2008-04-22 [paul]       3.4.0cvs7
7180
7181         * src/prefs_common.c
7182         * src/prefs_common.h
7183         * src/summaryview.c
7184                 make the 2-line view in summaryview when in three
7185                 columns mode configurable. hidden pref: "two_line_vertical"
7186
7187 2008-04-22 [colin]      3.4.0cvs6
7188
7189         * src/inc.c
7190                 Fix missing inc_unlock()
7191         * src/prefs_matcher.c
7192         * src/send_message.c
7193                 Fix my last commit
7194
7195 2008-04-22 [colin]      3.4.0cvs5
7196
7197         * src/etpan/imap-thread.c
7198                 Use g_(un)setenv instead of (un)setenv which
7199                 doesn't exist on IRIX 6.5
7200
7201 2008-04-22 [colin]      3.4.0cvs4
7202
7203         * src/inc.c
7204         * src/prefs_common.c
7205         * src/send_message.c
7206                 Fix bug 1566, 'too short I/O timeout on OpenBSD'
7207                 Set the default timeout to 75 seconds
7208
7209 2008-04-20 [colin]      3.4.0cvs3
7210
7211         * src/pixmaps/tray_newmail.offline.xpm
7212         * src/pixmaps/tray_newmail.xpm
7213         * src/pixmaps/tray_newmarkedmail.offline.xpm
7214         * src/pixmaps/tray_newmarkedmail.xpm
7215         * src/pixmaps/tray_nomail.offline.xpm
7216         * src/pixmaps/tray_nomail.xpm
7217         * src/pixmaps/tray_unreadmail.offline.xpm
7218         * src/pixmaps/tray_unreadmail.xpm
7219         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
7220         * src/pixmaps/tray_unreadmarkedmail.xpm
7221                 Make the tray icons a bit nicer. Would be
7222                 nice to get really nice icons from someone
7223                 who's good at Gimp :)
7224
7225 2008-04-18 [colin]      3.4.0cvs2
7226
7227         * src/common/log.c
7228                 Forgot one g_unlink
7229
7230 lease complete the changelog entry below
7231 2008-04-18 [colin]      3.4.0cvs1
7232
7233         * src/addrduplicates.c
7234         * src/addressbook.c
7235         * src/compose.c
7236         * src/crash.c
7237         * src/editaddress.c
7238         * src/folder.c
7239         * src/image_viewer.c
7240         * src/imap.c
7241         * src/inc.c
7242         * src/main.c
7243         * src/mbox.c
7244         * src/messageview.c
7245         * src/mh.c
7246         * src/msgcache.c
7247         * src/news.c
7248         * src/partial_download.c
7249         * src/pop.c
7250         * src/prefs_common.c
7251         * src/prefs_common.h
7252         * src/prefs_other.c
7253         * src/prefs_themes.c
7254         * src/procheader.c
7255         * src/procmime.c
7256         * src/procmsg.c
7257         * src/textview.c
7258         * src/wizard.c
7259         * src/common/prefs.c
7260         * src/common/ssl_certificate.c
7261         * src/common/template.c
7262         * src/common/utils.c
7263         * src/common/utils.h
7264         * src/etpan/imap-thread.c
7265         * src/plugins/dillo_viewer/dillo_viewer.c
7266         * src/plugins/pgpcore/sgpgme.c
7267         * src/plugins/pgpinline/pgpinline.c
7268                 Add an option to shred temporary files and messages
7269                 instead of just removing them. Slows deletions down!
7270
7271 2008-04-18 [paul]       3.4.0
7272
7273         * NEWS
7274         * README
7275         * RELEASE_NOTES 
7276                 3.4.0 released
7277
7278
7279 2008-04-18 [paul]       3.3.1cvs61
7280
7281         * po/de.po
7282         * po/fi.po
7283         * po/it.po
7284         * po/pt_BR.po
7285                 updated by Stephan Sachse, Flammie Pirinen, Andrea Spadaccini,
7286                 and Frederico Goncalves Guimaraes
7287         * po/es.po
7288                 updated on the last minute by a lazy Ricardo Mones
7289
7290 2008-04-18 [colin]      3.3.1cvs60
7291
7292         * po/fr.po
7293                 Update translation (Fabien Vantard)
7294
7295 2008-04-17 [colin]      3.3.1cvs59
7296
7297         * src/imap.c
7298                 Fix debian bug 474712, 'claws seg faults when IMAP 
7299                 connection breaks after an IMAP protocol error 
7300                 (BAD UID SEARCH Invalid parameter: $Forwarded)]'
7301         * src/summaryview.c
7302                 Fix a little leak
7303
7304 2008-04-17 [colin]      3.3.1cvs58
7305
7306         * src/common/log.c
7307                 Fix log size getting out of control (claws-mail
7308                 getting SIGXFSZ): rotate if every 10MB
7309
7310 2008-04-10 [paul]       3.3.1cvs57
7311
7312         * src/prefs_other.c
7313                 improvements to english usage
7314
7315 2008-04-10 [paul]       3.3.1cvs56
7316
7317         * src/prefs_receive.c
7318                 add an accurate description
7319
7320 2008-04-08 [colin]      3.3.1cvs55
7321
7322         * src/undo.c
7323                 Probably fix corruption, introduced in cvs53
7324
7325 2008-04-04 [iwkse]      3.3.1cvs54
7326
7327         * src/undo.c
7328                 undo should works properly again
7329
7330 2008-04-04 [iwkse]      3.3.1cvs53
7331
7332         * src/undo.c
7333                 Fix a segfault but breaks undo
7334                 on a specific case (eg. double paste with
7335                 middle-mouse button)
7336
7337 2008-04-04 [iwkse]      3.3.1cvs52
7338
7339         * src/prefs_filtering.c
7340                 Fix previous Tab mess
7341
7342 2008-04-03 [iwkse]      3.3.1cvs51
7343
7344         * src/prefs_filtering.c
7345                 Add search in filtering rules list
7346
7347 2008-04-02 [colin]      3.3.1cvs50
7348
7349         * src/main.c
7350                 Revert part of the previous patch: we do
7351                 want to parse ~/.claws-mail/gtkrc-2.0 if it
7352                 exists
7353
7354 2008-04-02 [colin]      3.3.1cvs49
7355
7356         * src/main.c
7357                 Fix bug 1562, 'Claws-Mail does not completely 
7358                 respect settings in GTK2_RC_FILES environment'
7359                 Remove manual parsing of .gtkrc-2.0 and 
7360                 .gtk/gtkrc-2.0. GTK does it itself these days.
7361
7362 2008-04-01 [colin]      3.3.1cvs48
7363
7364         * src/imap_gtk.c
7365                 Fix bug 1561, 'Crashes leaving unsubscribed folder after 
7366                 ticking "Show only subscribed"'
7367
7368 2008-03-31 [colin]      3.3.1cvs47
7369
7370         * src/folder.c
7371                 Fix bug 1553, 'File lock not respected'
7372                 Regression due to the implementation of
7373                 deletion batching
7374
7375 2008-03-31 [colin]      3.3.1cvs46
7376
7377         * src/mainwindow.c
7378                 Fix tags menu update, thanks to Paul
7379
7380 2008-03-29 [wwp]        3.3.1cvs45
7381
7382         * src/prefs_account.c
7383         * src/prefs_common.c
7384         * src/prefs_folder_item.c
7385         * src/prefs_quote.c
7386         * src/quote_fmt.c
7387         * src/quote_fmt.h
7388                 Fix compose template formats (in global preferences)
7389                 being translated under specific conditions.
7390                 Add a button to restore factory defaults for current
7391                 language.
7392
7393 2008-03-27 [colin]      3.3.1cvs44
7394
7395         * src/common/prefs.c
7396         * src/common/xmlprops.c
7397                 Fix RedHat bug 431735, 'segfault if /home is full' 
7398                 (when starting): Fix double fclose() in prefs.c
7399                 and potentially xmlprops.c
7400
7401 2008-03-27 [colin]      3.3.1cvs43
7402
7403         * src/addressbook.c
7404                 Fix bug 1559, 'Claws Mail crashed deleting all 
7405                 common contacts'
7406
7407 2008-03-27 [wwp]        3.3.1cvs42
7408
7409         * src/addressbook.c
7410                 Fix 3.3.0cvs41.
7411
7412 2008-03-27 [wwp]        3.3.1cvs41
7413
7414         * src/addressbook.c
7415                 Prevent list flickering when deleting addresses.
7416
7417 2008-03-26 [colin]      3.3.1cvs40
7418
7419         * src/imap.c
7420                 Clean up session disconnection. Possibly
7421                 fix Ubuntu bug #204290
7422
7423 2008-03-26 [colin]      3.3.1cvs39
7424
7425         * src/textview.c
7426                 Fix bug 1555: current folder wasn't used when
7427                 right-clicking on an email address
7428
7429 2008-03-25 [colin]      3.3.1cvs38
7430
7431         * src/plugins/bogofilter/bogofilter.c
7432         * src/plugins/bogofilter/bogofilter.h
7433         * src/plugins/bogofilter/bogofilter_gtk.c
7434                 Add a "learn from whitelist" preference
7435                 Whitelist Unsure mails too.
7436
7437 2008-03-24 [paul]       3.3.1cvs37
7438
7439         * src/prefs_account.c
7440                 If no MH mailbox and no account exists, when
7441                 creating a POP/Local account, just create and
7442                 use the default one instead of bailing with a
7443                 "Mailbox doesn't exist" error
7444
7445 2008-03-21 [colin]      3.3.1cvs36
7446
7447         * src/procmime.c
7448                 strstrip mime subtype
7449
7450 2008-03-21 [paul]       3.3.1cvs35
7451
7452         * manual/advanced.xml
7453                 correct and update the info about Actions
7454
7455 2008-03-20 [colin]      3.3.1cvs34
7456
7457         * src/messageview.c
7458         * src/messageview.h
7459         * src/textview.c
7460                 Show at max 1MB of text, add a noticeview to
7461                 show everything optionally.
7462
7463 2008-03-20 [colin]      3.3.1cvs33
7464
7465         * src/stock_pixmap.c
7466                 Add support for png themes
7467
7468 2008-03-19 [wwp]        3.3.1cvs32
7469
7470         * src/procheader.c
7471                 Sanity check.
7472
7473 2008-03-18 [colin]      3.3.1cvs31
7474
7475         * src/common/utils.c
7476         * src/common/utils.h
7477                 Handle size_t instead of off_t in to_human_readable
7478
7479 2008-03-18 [colin]      3.3.1cvs30
7480
7481         * src/imap.c
7482                 Remove raw printf
7483
7484 2008-03-16 [colin]      3.3.1cvs29
7485
7486         * src/summaryview.c
7487                 Fix build on GTK < 2.12
7488
7489 2008-03-16 [colin]      3.3.1cvs28
7490
7491         * src/mainwindow.c
7492                 Refresh non-list widget when switching
7493                 messageview
7494
7495 2008-03-16 [colin]      3.3.1cvs27
7496
7497         * manual/faq.xml
7498                 Revert cvs25: This wasn't a typo :) :
7499                 jade:.../faq.xml:49:16:E: there is no attribute "linkend"
7500
7501
7502 2008-03-16 [colin]      3.3.1cvs26
7503
7504         * src/summaryview.c
7505         * src/gtk/gtksctree.c
7506         * src/gtk/gtksctree.h
7507                 Implement 2-lines items in Summaryview when in 
7508                 three columns mode
7509
7510 2008-03-16 [paul]       3.3.1cvs25
7511
7512         * manual/faq.xml
7513                 fix typo
7514
7515 2008-03-14 [colin]      3.3.1cvs24
7516
7517         * src/prefs_filtering_action.c
7518                 Fix buglet on setting recipient when
7519                 reediting forward rules.
7520
7521 2008-03-12 [colin]      3.3.1cvs23
7522
7523         * src/summaryview.c
7524                 Fix a new unused variable warning
7525         * src/plugins/trayicon/trayicon.c
7526                 Fix folderview's scrollbar at startup
7527                 if starting hidden
7528
7529 2008-03-12 [colin]      3.3.1cvs22
7530
7531         * src/folderview.c
7532         * src/summaryview.c
7533                 Use item_opened at the beginning of showing
7534                 a folder instead of the end. Fixes flicker.
7535
7536 2008-03-12 [paul]       3.3.1cvs21
7537
7538         * src/folder.c
7539         * src/folder.h
7540         * src/mainwindow.c
7541         * src/procmsg.c
7542         * src/summaryview.c
7543         * src/plugins/trayicon/trayicon.c
7544                 add tooltip with extended folder stats
7545
7546 2008-03-10 [colin]      3.3.1cvs20
7547
7548         * src/common/xml.c
7549                 Handle comments
7550
7551 2008-03-07 [colin]      3.3.1cvs19
7552
7553         * src/mainwindow.c
7554                 Fix blinking of the taskbar entry
7555
7556 2008-03-07 [colin]      3.3.1cvs18
7557
7558         * src/mainwindow.c
7559                 MAEMO: Fix bug 1494, 'Trayicon 
7560                 plugin breaks UI...'
7561
7562 2008-03-07 [paul]       3.3.1cvs17
7563
7564         * src/gtk/authors.h
7565                 reflect reality a bit more closely
7566
7567 2008-03-06 [colin]      3.3.1cvs16
7568
7569         * src/mainwindow.c
7570         * src/mainwindow.h
7571         * src/summaryview.c
7572         * src/summaryview.h
7573         * src/toolbar.c
7574                 Integrate things better wrt the new
7575                 summaryview extensibility.
7576
7577 2008-03-06 [wwp]        3.3.1cvs15
7578
7579         * src/quote_fmt.c
7580                 Fix some gcc warnings.
7581
7582 2008-03-06 [wwp]        3.3.1cvs14
7583
7584         * src/prefs_account.c
7585         * src/prefs_folder_item.c
7586         * src/prefs_gtk.c
7587         * src/prefs_template.c
7588         * src/gtk/prefswindow.c
7589         * src/gtk/prefswindow.h
7590                 prefs_templates: fix missing unregistering of addr_completion widgets
7591                 and and ending of addr_completion service.
7592                 prefs_folder_item: fix missing registering/unregistering of widgets,
7593                 and rework the way add_completion service is started and stopped.
7594                 Plus few prefswindow API changes (opening).
7595
7596 2008-03-06 [wwp]        3.3.1cvs13
7597
7598         * src/folder_item_prefs.c
7599         * src/prefs_template.c
7600         * src/prefs_template.h
7601         * src/quote_fmt.c
7602         * src/common/template.c
7603                 Complete 3.3.1cvs12, thanks to Colin.
7604
7605 2008-03-06 [wwp]        3.3.1cvs12
7606
7607         * src/compose.c
7608         * src/folder_item_prefs.c
7609         * src/folder_item_prefs.h
7610         * src/prefs_account.c
7611         * src/prefs_folder_item.c
7612         * src/prefs_quote.c
7613         * src/prefs_template.c
7614         * src/quote_fmt.c
7615         * src/quote_fmt.h
7616         * src/common/template.c
7617         * src/common/template.h
7618                 Global and per-folder templates can now override the from name (this
7619                 doesn't change the account being used).
7620                 Examples:
7621                  "My other name" <%account_email> (just changes the name)
7622                  my.faked.email@address.org (overrides the address too)
7623
7624 2008-03-05 [colin]      3.3.1cvs11
7625
7626         * src/summaryview.c
7627         * src/summaryview.h
7628                 Replace that hbox with a notebook
7629
7630 2008-03-05 [colin]      3.3.1cvs10
7631
7632         * src/folder.h
7633         * src/folderview.c
7634                 Add klass functions for notification of folder
7635                 opening/closing via the GUI
7636         * src/summaryview.c
7637         * src/summaryview.h
7638                 Add a specific container for the scrolledwin
7639
7640 2008-03-05 [colin]      3.3.1cvs9
7641
7642         * src/folder.h
7643         * src/folderview.c
7644                 Add klass functions for notification of folder 
7645                 opening/closing via the GUI
7646         * src/summaryview.c
7647         * src/summaryview.h
7648                 Add a specific container for the scrolledwin
7649
7650 2008-03-02 [colin]      3.3.1cvs8
7651
7652         * src/messageview.c
7653                 MAEMO: Fix bug 1541, 'Deleting message from within 
7654                 read window displays next message then closes.'
7655
7656 2008-03-02 [colin]      3.3.1cvs7
7657
7658         * src/main.c
7659                 Probably fix bug 1539, 'Program crashes':
7660                 Setup Gcrypt's thread functions when built
7661                 with GnuTLS
7662
7663 2008-03-01 [colin]      3.3.1cvs6
7664
7665         * src/folder.c
7666         * src/imap_gtk.c
7667                 Get rid of stale folders with no account
7668
7669 2008-02-28 [colin]      3.3.1cvs5
7670
7671         * src/compose.c
7672                 Fix bug 1534, 'Segmentation fault when doing 
7673                 some draft saving and then throwing away'
7674         * src/imap.c
7675                 Fix bug 1533, 'Claws is unable to mark messages 
7676                 as "read" in IMAP shared folders'
7677         * src/etpan/imap-thread.c
7678                 Fix bug 1515, 'large messages crash claws when 
7679                 syncing for offline mode'. This is rather a
7680                 workaround, and mails > 64MB will still be
7681                 problematic if there's less than 64MB available
7682                 on the dataroot volume.
7683         * src/messageview.c
7684                 MAEMO: Add information when fetching big messages
7685
7686 2008-02-26 [colin]      3.3.1cvs4
7687
7688         * src/imap.c
7689                 fix bug 1532, '"login refused" message insufficiently 
7690                 detailed'
7691
7692 2008-02-26 [paul]       3.3.1cvs3
7693
7694         * INSTALL
7695         * README
7696                 remove mentions of ClamAV and a few other
7697                 old bits of information
7698
7699 2008-02-23 [colin]      3.3.1cvs2
7700
7701         * src/main.c
7702                 Fix log output (missing \n)
7703
7704 2008-02-23 [colin]      3.3.1cvs1
7705
7706         * configure.ac
7707                 Bump version number for stable release
7708
7709 2008-02-23 [paul]       3.3.0cvs21
7710
7711         * po/he.po
7712                 updated by Ofer
7713
7714 2008-02-21 [colin]      3.3.0cvs20
7715
7716         * src/matcher.c
7717                 Fix bug 1527, 'filtering is case sensitive when it 
7718                 shouldn't be'
7719
7720 2008-02-20 [colin]      3.3.0cvs19
7721
7722         * src/main.c
7723                 Fix file attachments from older Thunar
7724
7725 2008-02-19 [colin]      3.3.0cvs18
7726
7727         * manual/plugins.xml
7728         * manual/es/plugins.xml
7729         * manual/fr/plugins.xml
7730         * manual/pl/plugins.xml
7731                 Remove Clamav
7732
7733 2008-02-19 [paul]       3.3.0cvs17
7734
7735         * tools/README
7736         * tools/csv2addressbook.pl
7737                 add support for Kmail/Kaddressbook
7738
7739 2008-02-18 [colin]      3.3.0cvs16
7740
7741         * src/imap.c
7742                 Unset folder's session before creating a
7743                 new one
7744         * src/main.c
7745         * src/prefs_common.c
7746         * src/prefs_common.h
7747         * manual/advanced.xml
7748                 Add an hidden use_networkmanager pref, to
7749                 disable NetworkManager handling. Also,
7750                 consider UNKNOWN state to be CONNECTED.
7751
7752 2008-02-18 [wwp]        3.3.0cvs15
7753
7754         * src/matcher.c
7755                 Fix Engrish and make 'not' more visible in filtering debug logs.
7756
7757 2008-02-15 [colin]      3.3.0cvs14
7758
7759         * src/matcher.c
7760                 Revert cvs10 for now, it breaks the feature
7761
7762 2008-02-15 [colin]      3.3.0cvs13
7763
7764         * src/main.c
7765                 Always focus folder tree at startup
7766         * src/compose.c
7767                 Fix bug 1521, 'Cannot close compose window after 
7768                 replying to a non-existent news message'
7769
7770 2008-02-13 [colin]      3.3.0cvs12
7771
7772         * src/folderview.c
7773                 Fix important warnings
7774
7775 2008-02-12 [colin]      3.3.0cvs11
7776
7777         * src/imap.c
7778         * src/etpan/imap-thread.c
7779         * src/etpan/imap-thread.h
7780                 Fix handling of $Forwarded flag on Exchange:
7781                 check for the existence or creatability of a
7782                 flag before using it.
7783
7784 2008-02-12 [colin]      3.3.0cvs10
7785
7786         * src/matcher.c
7787                 Optimise matching on Found in addressbook if
7788                 the matched header is in cache (From, etc)
7789
7790 2008-02-12 [colin]      3.3.0cvs9
7791
7792         * src/folderview.c
7793                 Fix crashy stuff when changing displayed
7794                 columns
7795
7796 2008-02-12 [wwp]        3.3.0cvs8
7797
7798         * src/folder.h
7799                 Remove duplicate func declaration and restore the one
7800                 a missing one.
7801
7802 2008-02-12 [wwp]        3.3.0cvs7
7803
7804         * src/compose.c
7805         * src/export.c
7806         * src/folder.c
7807         * src/folder.h
7808         * src/foldersel.c
7809         * src/foldersel.h
7810         * src/imap_gtk.c
7811         * src/import.c
7812         * src/mainwindow.c
7813         * src/messageview.c
7814         * src/mh_gtk.c
7815         * src/prefs_account.c
7816         * src/prefs_filtering_action.c
7817         * src/summaryview.c
7818         * src/plugins/bogofilter/bogofilter_gtk.c
7819         * src/plugins/spamassassin/spamassassin_gtk.c
7820                 Allow moving/copying folders to root folders when using
7821                 the folder selection dialog (it was not possible to
7822                 maemo users to reparent a subfolder to a root folder
7823                 at all).
7824
7825 2008-02-12 [fabien]     3.3.0cvs6
7826
7827         * po/fr.po
7828                 a few days late for i18n fr update. Sorry.
7829
7830 2008-02-11 [colin]      3.3.0cvs5
7831
7832         * src/main.c
7833                 Implement support for future /dev/mem_notify.
7834                 This Linux kernel feature will allow applications
7835                 to be notified that memory has to be freed
7836                 before getting OOM-killed. For more information:
7837                 http://lwn.net/Articles/267013/
7838
7839 2008-02-10 [paul]       3.3.0cvs4
7840
7841         * src/Makefile.am
7842         * src/mimeview.c
7843         * src/prefs_toolbar.c
7844         * src/stock_pixmap.c
7845         * src/stock_pixmap.h
7846         * src/pixmaps/mime_text_patch.xpm
7847                 add an icon for attached patches
7848
7849 2008-02-09 [paul]       3.3.0cvs3
7850
7851         * src/gtk/about.c
7852                 bump the (c) year
7853
7854 2008-02-09 [wwp]        3.3.0cvs2
7855
7856         * src/main.c
7857                 Fix compiling issue w/ non-gcc/C99 compilers (suncc).
7858
7859 2008-02-08 [colin]      3.3.0cvs1
7860
7861         * src/common/utils.c
7862                 Forbid attaching anything containing "../" or ".ssh/"
7863                 from mailto: URI
7864
7865 2008-02-08 [paul]       3.3.0
7866
7867         * NEWS
7868         * README
7869         * RELEASE_NOTES 
7870                 3.3.0 released
7871
7872 2008-02-08 [paul]       3.2.0cvs77
7873
7874         * AUTHORS
7875                 updated with new translators
7876         * configure.ac
7877                 added he to ALL_LINGUAS
7878         * po/cs.po
7879         * po/de.po
7880         * po/es.po
7881         * po/fi.po
7882         * po/hu.po
7883         * po/it.po
7884         * po/pt_BR.po
7885         * po/zh_CN.po
7886                 updated by Tim Brain and Petr Vanek, Stephan Sachse,
7887                 Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso,
7888                 Andrea Spadaccini, Frederico Goncalves Guimaraes,
7889                 and Ralph Young
7890         * po/he.po
7891                 new Hebrew translation by Ofer <oc666@netvision.net.il>
7892         * src/gtk/about.c
7893                 updated with new translators and bumped (c) year
7894         * src/gtk/authors.h
7895                 updated with new translators
7896
7897 2008-02-05 [colin]      3.2.0cvs76
7898
7899         * src/messageview.c
7900         * src/mimeview.c
7901         * src/mimeview.h
7902                 Special case text/calendar parts: if there's one in
7903                 the mail, and a plugin handling text/calendar is
7904                 loaded, show that part. That'll avoid rendering 
7905                 meetings as plain text, which just looks broken to
7906                 many users.
7907
7908 2008-02-04 [colin]      3.2.0cvs75
7909
7910         * src/mainwindow.c
7911                 Maemo: Fix LED handling on OS 2008
7912
7913 2008-02-01 [colin]      3.2.0cvs74
7914
7915         * src/compose.c
7916                 Possibly fix the annoying and hard-to reproduce bug
7917                 where lines 
7918                 are
7919                 rewrapped
7920                 like
7921                 that.
7922
7923 2008-02-01 [paul]       3.2.0cvs73
7924
7925         * src/common/utils.c
7926                 fix bug 1502, 'Plus signs are stripped from
7927                 email addresses when calling from command line'
7928                 Thanks to Colin
7929
7930 2008-01-31 [colin]      3.2.0cvs72
7931
7932         * src/exphtmldlg.c
7933         * src/mimeview.c
7934         * src/summaryview.c
7935                 Fix building of URIs from filenames
7936
7937 2008-01-31 [wwp]        3.2.0cvs71
7938
7939         * src/main.c
7940                 Fixes debug output of compiled-in features list
7941                 (completes 3.2.0cvs60).
7942
7943 2008-01-31 [colin]      3.2.0cvs70
7944
7945         * configure.ac
7946         * po/POTFILES.in
7947         * src/compose.c
7948         * src/plugins/Makefile.am
7949         * src/plugins/clamav/.cvsignore
7950         * src/plugins/clamav/Makefile.am
7951         * src/plugins/clamav/README
7952         * src/plugins/clamav/clamav_plugin.c
7953         * src/plugins/clamav/clamav_plugin.h
7954         * src/plugins/clamav/clamav_plugin_gtk.c
7955         * src/plugins/clamav/clamav_plugin_gtk.deps
7956                 Remove the Clamav plugin from the core
7957
7958 2008-01-28 [wwp]        3.2.0cvs69
7959
7960         * src/compose.c
7961         * src/prefs_template.c
7962         * src/prefs_template.h
7963         * src/quote_fmt.c
7964         * src/quote_fmt.h
7965         * src/quote_fmt_lex.l
7966         * src/quote_fmt_parse.y
7967                 Fix for bug #1493: count lines (\n chars) according to the way
7968                 format body is passed (i.e. \-escaped or not).
7969
7970 2008-01-27 [paul]       3.2.0cvs68
7971
7972         * po/en_GB.po
7973                 updated
7974         * src/prefs_actions.c
7975         * src/prefs_filtering.c
7976         * src/prefs_folder_item.c
7977         * src/prefs_template.c
7978         * src/gtk/about.c
7979                 some minor changes to the English
7980
7981 2008-01-24 [colin]      3.2.0cvs67
7982
7983         * src/etpan/imap-thread.c
7984         * src/etpan/nntp-thread.c
7985                 Fix bug 1348, 'Hang ups at exit time with 
7986                 pgp plugin since 3.0.2'
7987
7988 2008-01-23 [colin]      3.2.0cvs66
7989
7990         * src/toolbar.c
7991                 Fix translation of something that shouldn't be
7992
7993 2008-01-23 [colin]      3.2.0cvs65
7994
7995         * src/procmime.c
7996                 Fix bug 1486, 'Re: Incorrect content when replying'
7997                 Revert to full scan if short scan found only 0-length
7998                 text parts
7999
8000 2008-01-23 [paul]       3.2.0cvs64
8001
8002         * src/prefs_folder_item.c
8003                 fix bug 1485, 'selecting a folder's default
8004                 account if name contains '&''
8005
8006 2008-01-23 [colin]      3.2.0cvs63
8007
8008         * src/folder.c
8009         * src/folder.h
8010         * src/main.c
8011         * src/mainwindow.c
8012                 Fix bug 1480, 'should be able to display mail file
8013                 from command line'. Let 'claws-mail --select' accept
8014                 absolute paths in addition to folder identifiers.
8015
8016 2008-01-22 [wwp]        3.2.0cvs62
8017
8018         * src/account.c
8019         * src/account.h
8020         * src/compose.c
8021         * src/messageview.c
8022         * src/summaryview.c
8023         * src/common/utils.c
8024         * src/common/utils.h
8025                 Allow from=address in mailto sequence:
8026                   --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
8027                   The 'from' will try to select the first account matching in accounts list,
8028                   otherwise will use the usual account selection mechanism but override with
8029                   this 'from' address.
8030                 Allow mailto with NNTP accounts
8031                   mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
8032                   is the default one or if a NNTP account address is used with 'from'.
8033                   This is more or less a bugfix as it was possible to use mailto with a NNTP
8034                   default account but the complete mailto sequence was put in To.
8035
8036 2008-01-22 [wwp]        3.2.0cvs61
8037
8038         * doc/man/claws-mail.1
8039                 Updated the man page: status of few features, command-line
8040                 usage (--version-full) and completed list of config files
8041                 and dirs.
8042
8043 2008-01-22 [wwp]        3.2.0cvs60
8044
8045         * src/main.c
8046                 Added --version-full to display version and compiled-in
8047                 features list (for later use by Clawsker for instance).
8048
8049 2008-01-22 [holger]     3.2.0cvs59
8050
8051         * src/addrduplicates.c
8052                 Fix scrolling in addressbook duplicate
8053                 finder result dialog
8054
8055 2008-01-21 [colin]      3.2.0cvs58
8056
8057         * src/summaryview.c
8058                 Fix bug 1457, 'sorting messages on, say, from, 
8059                 should subsort on previous sort choice'. Subsort
8060                 by date when sort is Subject, From, To, Tags.
8061
8062 2008-01-21 [colin]      3.2.0cvs57
8063
8064         * AUTHORS
8065         * src/matcher.c
8066         * src/mimeview.c
8067         * src/common/ssl.c
8068         * src/gtk/authors.h
8069                 Fix bug 1478, 'Wrong pthread_create calls all 
8070                 over the place'. Patch by Christian Cornelssen
8071
8072 2008-01-20 [colin]      3.2.0cvs56
8073
8074         * src/imap.c
8075         * src/etpan/imap-thread.c
8076         * src/etpan/imap-thread.h
8077                 Fix bug 1468, 'Use IMAP keyword to 
8078                 store "forwarded" flag'
8079
8080 2008-01-20 [colin]      3.2.0cvs55
8081
8082         * src/folderutils.c
8083                 Make list operations faster
8084
8085 2008-01-20 [colin]      3.2.0cvs54
8086
8087         * src/mainwindow.c
8088                 Fix bug 1353, 'on startup with small screen 
8089                 layout, keyboard input gets lost'
8090
8091 2008-01-20 [colin]      3.2.0cvs53
8092
8093         * src/textview.c
8094                 Complete 3.2.0cvs49, and fixes bug 1477, 
8095                 'Claws Mail crashes when view PGP-encrypted 
8096                 message'
8097
8098 2008-01-20 [colin]      3.2.0cvs52
8099
8100         * src/compose.c
8101                 Fix privacy menu update when replying to
8102                 encrypted mail and no default privacy 
8103                 system is set
8104
8105 2008-01-19 [colin]      3.2.0cvs51
8106
8107         * src/filtering.c
8108         * src/procmsg.h
8109         * src/plugins/bogofilter/bogofilter.c
8110         * src/plugins/clamav/clamav_plugin.c
8111         * src/plugins/spamassassin/spamassassin.c
8112                 Batch filtering deletions too (and save 4 bytes
8113                 per MsgInfo in the process :)
8114
8115 2008-01-19 [colin]      3.2.0cvs50
8116
8117         * src/folder.c
8118                 Make cache update after copies much faster
8119                 on IMAP
8120
8121 2008-01-19 [colin]      3.2.0cvs49
8122
8123         * src/textview.c
8124                 Check g_fopen() success
8125
8126 2008-01-17 [wwp]        3.2.0cvs48
8127
8128         * manual/faq.xml
8129         * manual/es/faq.xml
8130         * manual/fr/faq.xml
8131         * manual/pl/faq.xml
8132                 Sylpheed? No idea what this means.
8133
8134 2008-01-17 [colin]      3.2.0cvs47
8135
8136         * src/gtk/gtksctree.c
8137                 Make dnd threshold higher on Maemo
8138
8139 2008-01-16 [colin]      3.2.0cvs46
8140
8141         * src/common/passcrypt.c
8142                 Fix build on FreeBSD, thanks to Pawel
8143
8144 2008-01-15 [colin]      3.2.0cvs45
8145
8146         * src/compose.c
8147                 Fix bug 1472, 'Keyboard "Menu" key doesn't call 
8148                 spell check of actuall word'
8149         * src/summaryview.c
8150                 Temporarily disable immediate execution when learning
8151                 spam *only* if the summaryview isn't locked
8152
8153 2008-01-15 [wwp]        3.2.0cvs44
8154
8155         * src/prefs_filtering.c
8156                 Fix filtering prefs layout (Maemo port), moving page up/down
8157                 from buttons to context menu.
8158
8159 2008-01-15 [colin]      3.2.0cvs43
8160
8161         * src/compose.c
8162                 Fix bug 1465, 'First line in new message does not mark URLs'
8163
8164 2008-01-15 [colin]      3.2.0cvs42
8165
8166         * src/common/passcrypt.c
8167                 Fix bug 1461, 'several components #define 
8168                 _XOPEN_SOURCE improperly'
8169
8170 2008-01-15 [colin]      3.2.0cvs41
8171
8172         * src/summaryview.c
8173                 Fix bug 1469, 'Column width adjustments on message 
8174                 lists do not save'
8175
8176 2008-01-14 [holger]     3.2.0cvs40
8177
8178         * configure.ac
8179                 Add tests for dbus, dbus glib bindings,
8180                 and NetworkManager. All is optional. Add new
8181                 --(en|dis)able-networkmanager-support switch.
8182         * src/Makefile.am
8183         * src/imap.c
8184         * src/inc.c
8185         * src/main.c
8186         * src/main.h
8187         * src/mainwindow.c
8188         * src/gtk/about.c
8189                 Add optional NetworkManager support, so Claws Mail
8190                 can try to do the right thing when the network connection
8191                 status changes. NetworkManager support is active by
8192                 default if above requirements were met.
8193
8194 2008-01-12 [colin]      3.2.0cvs39
8195
8196         * src/summaryview.c
8197                 Advertise the click-on-reply feature in the tooltip
8198
8199 2008-01-12 [colin]      3.2.0cvs38
8200
8201         * src/Makefile.am
8202         * src/stock_pixmap.c
8203         * src/stock_pixmap.h
8204         * src/pixmaps/tray_newmail.offline.xpm
8205         * src/pixmaps/tray_newmail.xpm
8206         * src/pixmaps/tray_newmarkedmail.offline.xpm
8207         * src/pixmaps/tray_newmarkedmail.xpm
8208         * src/pixmaps/tray_nomail.offline.xpm
8209         * src/pixmaps/tray_nomail.xpm
8210         * src/pixmaps/tray_unreadmail.offline.xpm
8211         * src/pixmaps/tray_unreadmail.xpm
8212         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
8213         * src/pixmaps/tray_unreadmarkedmail.xpm
8214         * src/plugins/trayicon/Makefile.am
8215         * src/plugins/trayicon/newmail.offline.xpm
8216         * src/plugins/trayicon/newmail.xpm
8217         * src/plugins/trayicon/newmarkedmail.offline.xpm
8218         * src/plugins/trayicon/newmarkedmail.xpm
8219         * src/plugins/trayicon/nomail.offline.xpm
8220         * src/plugins/trayicon/nomail.xpm
8221         * src/plugins/trayicon/trayicon.c
8222         * src/plugins/trayicon/unreadmail.offline.xpm
8223         * src/plugins/trayicon/unreadmail.xpm
8224         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
8225         * src/plugins/trayicon/unreadmarkedmail.xpm
8226                 Make the Trayicon plugin icons themable
8227
8228 2008-01-12 [wwp]        3.2.0cvs37
8229
8230         * src/prefs_display_header.c
8231                 Fix extra leading hyphen visible in the display
8232                 header configuration combo list (maemo).
8233
8234 2008-01-11 [colin]      3.2.0cvs36
8235
8236         * src/imap.c
8237                 Set timeout to 1 before disconnecting all -
8238                 for when one switches to offline and has 
8239                 no network anymore
8240         * src/messageview.c
8241                 Fix bug 1454, 'error message shows parts and 
8242                 signature of previous messages'
8243         * src/prefs_common.c
8244                 Maemo: Hide Send dialog by default
8245
8246 2008-01-10 [colin]      3.2.0cvs35
8247
8248         * src/action.c
8249         * src/editldap.c
8250         * src/prefs_account.c
8251         * src/wizard.c
8252         * src/gtk/inputdialog.c
8253         * src/plugins/pgpcore/passphrase.c
8254                 Maemo: Fix bug 1455, 'Password enters leading letter 
8255                 incorrectly as uppercase'
8256
8257 2008-01-09 [colin]      3.2.0cvs34
8258
8259         * po/pl.po
8260                 Fix bug 1446, 'SC crashes frequently when staying 
8261                 in background'. Format string error in Polish 
8262                 translation
8263         * src/gtk/description_window.c
8264         * src/prefs_template.c
8265                 Complete 3.2.0cvs9 (fix bug with gtk_main loop);
8266                 patch by Pawel
8267         * src/wizard.c
8268                 Maemo: Fix build
8269
8270 2008-01-08 [colin]      3.2.0cvs33
8271
8272         * src/main.c
8273                 Maemo: connect HW status change signal for shutdown
8274         * src/mainwindow.c
8275                 Maemo: Fix hardware space key
8276         * src/wizard.c
8277                 Maemo: name mmc1 and 2 a better name
8278
8279 2008-01-08 [wwp]        3.2.0cvs32
8280
8281         * src/folder.c
8282         * src/folder_item_prefs.c
8283         * src/folder_item_prefs.h
8284         * src/prefs_folder_item.c
8285                 It's now possible to disable processing rules when
8286                 entering a folder (this adds a new option to the
8287                 folder properties dialog).
8288
8289 2008-01-08 [wwp]        3.2.0cvs31
8290
8291         * src/common/utils.c
8292                 Mailto: now supports 'insert' (stands for 'insert file'), this
8293                 adds the ability to create a new message from the command-line,
8294                 with body set from an existing file contents.
8295
8296 2008-01-08 [colin]      3.2.0cvs30
8297
8298         * src/summaryview.c
8299                 Maybe fix bug 1452, 'crash while drag'n'droping 
8300                 emails to an IMAP folder'
8301
8302 2008-01-07 [wwp]        3.2.0cvs29
8303
8304         * src/prefs_filtering.c
8305                 Static-alize a function, thanks to Colin.
8306
8307 2008-01-07 [colin]      3.2.0cvs28
8308
8309         * src/folderview.c
8310                 Fix scrolling to bottom when drag and dropping
8311         * src/summaryview.c
8312                 Fix bug 1445, 'Display sender using addressbook: fails 
8313                 when From: isn't an email address'
8314
8315 2008-01-07 [wwp]        3.2.0cvs27
8316
8317         * src/prefs_actions.c
8318         * src/prefs_filtering.c
8319         * src/prefs_template.c
8320                 Add tooltips to most buttons in the templates, actions and
8321                 filtering/processing dialogs.
8322
8323 2008-01-07 [wwp]        3.2.0cvs26
8324
8325         * src/prefs_filtering.c
8326                  - add a clear button to clear dialog input fields
8327                  - add page up and page down buttons to move selected rule up and down
8328                  - in rules list popup-menu: added Delete, Delete all and Duplicate
8329                  - popup-menu items are greyed out either if the list is empty (not counting the
8330                    (New) row or if there is no selected item
8331                  - clear store when closing dialog
8332
8333         * src/prefs_actions.c
8334                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
8335                    clear button, popup-menu
8336                  - clear store when closing dialog
8337
8338         * src/prefs_template.c
8339                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
8340                    clear button, popup-menu 
8341
8342         * src/addrcustomattr.c
8343                  - renamed popup-menu item Clear list to Delete all
8344                  - grey out popup-menu items is there is no selected item or if list is empty
8345                  - clear store when closing dialog
8346
8347         * src/edittags.c
8348                  - added popup-menu item Delete all
8349                  - grey out popup-menu items is there is no selected item or if list is empty
8350                  - clear store when closing dialog
8351
8352 2008-01-06 [wwp]        3.2.0cvs25
8353
8354         * src/addressadd.c
8355                 One more layout fix by Pawel (completes 3.2.0cvs24).
8356
8357 2008-01-05 [colin]      3.2.0cvs24
8358
8359         * src/addressadd.c
8360                 Little GUI fixes, patch by Pawel
8361
8362 2007-12-29 [wwp]        3.2.0cvs23
8363
8364         * src/compose.c
8365                 Fix for bug #1443, and strip possible whitespaces around
8366                 custom header names.
8367
8368 2007-12-29 [mones]      3.2.0cvs22
8369
8370         * po/es.po
8371                 Updated translation, corrected a term based 
8372                 on suggestion from Israel Saeta P�rez,
8373                 reverted awful X-Mailer translation
8374         * src/procmime.c
8375                 Complete cvs20 for FreeBSD, patch by Pawel
8376
8377 2007-12-29 [colin]      3.2.0cvs21
8378
8379         * src/textview.c
8380                 Fix bug 1442, 'Tags are repeated in 
8381                 encapsulated messages'
8382
8383 2007-12-28 [colin]      3.2.0cvs20
8384
8385         * src/procmime.c
8386                 Fix path to mime/globs. Patch by Marten King.
8387
8388 2007-12-27 [colin]      3.2.0cvs19
8389
8390         * src/plugins/pgpcore/Makefile.am
8391         * src/plugins/pgpinline/Makefile.am
8392         * src/plugins/pgpmime/Makefile.am
8393                 Add missing flags to build pgp plugins on maemo
8394
8395 2007-12-27 [colin]      3.2.0cvs18
8396
8397         * src/mainwindow.c
8398                 Maximise before showing to avoid probable flickering
8399                 on slow computers.
8400
8401 2007-12-27 [colin]      3.2.0cvs17
8402
8403         * src/main.c
8404         * src/mainwindow.c
8405         * src/prefs_common.c
8406         * src/prefs_common.h
8407                 Fix bug 1439, 'Claws Mail does not remember window size 
8408                 state when restarted'. Save maximised state and force
8409                 maximisation at startup if applicable.
8410
8411 2007-12-23 [paul]       3.2.0cvs16
8412
8413         * src/prefs_matcher.c
8414                 fix bug 1436, 'Filter condition dialog doesn't
8415                 load header name from current rules'
8416
8417 2007-12-22 [paul]       3.2.0cvs15
8418
8419         * src/compose.c
8420                 fix bug 1435, 'Reply doesn't take into account
8421                 reply-to field'
8422
8423 2007-12-21 [paul]       3.2.0cvs14
8424
8425         * src/common/ssl_certificate.c
8426                 fix FreeBSD build with IPV6 support 
8427
8428 2007-12-20 [colin]      3.2.0cvs13
8429
8430         * src/imap.c
8431                 Fix error handling
8432
8433 2007-12-20 [colin]      3.2.0cvs12
8434
8435         * src/imap.c
8436         * src/imap.h
8437         * src/prefs_account.c
8438                 Add DIGEST-MD5 support for IMAP authentication
8439
8440 2007-12-19 [mones]      3.2.0cvs11
8441
8442         * doc/man/claws-mail.1
8443                 Better ordering of sections, updated options
8444         * po/es.po
8445                 Updated strings
8446
8447 2007-12-19 [paul]       3.2.0cvs10
8448
8449         * src/prefs_account.c
8450                 use a spinbutton instead of an entry for
8451                 "POP authentication timeout" also
8452
8453 2007-12-19 [colin]      3.2.0cvs9
8454
8455         * src/prefs_filtering_action.c
8456         * src/prefs_matcher.c
8457         * src/gtk/description_window.c
8458                 Destroy info windows with their parents
8459                 Patch by Pawel
8460
8461 2007-12-19 [colin]      3.2.0cvs8
8462
8463         * src/prefs_account.c
8464                 Use spinbuttons instead of entries where needed
8465                 Patch by Pawel
8466
8467 2007-12-18 [paul]       3.2.0cvs7
8468
8469         * src/prefs_matcher.c
8470                 add missing i18n for a few strings
8471                 Patch by Stephan Sachse
8472
8473 2007-12-18 [paul]       3.2.0cvs6
8474
8475         * src/prefs_logging.c
8476                 use 'disk' instead of 'disc'
8477
8478 2007-12-18 [paul]       3.2.0cvs5
8479
8480         * po/en_GB.po
8481                 updated
8482         * src/addrcustomattr.c
8483         * src/editaddress.c
8484                 fixes to the ingleesh
8485         * src/prefs_filtering_action.c
8486                 fix copyright header
8487                 fix untranslated strings
8488         * src/prefs_filtering_action.h
8489                 fix copyright header
8490
8491 2007-12-18 [wwp]        3.2.0cvs4
8492
8493         * src/folderview.c
8494         * src/headerview.c
8495         * src/prefs_common.c
8496         * src/prefs_common.h
8497         * src/prefs_fonts.c
8498         * src/summaryview.c
8499         * src/textview.c
8500         * src/wizard.c
8501         * src/common/defs.h
8502         * src/gtk/gtkutils.c
8503                 Added prefs to set custom small and bold fonts
8504                 (might matter on some desktops, according to
8505                 DPI and font settings).
8506
8507 2007-12-18 [colin]      3.2.0cvs3
8508
8509         * src/prefs_logging.c
8510                 Rework GUI, patch by Pawel
8511
8512 2007-12-18 [colin]      3.2.0cvs2
8513
8514         * src/prefs_filtering_action.c
8515                 Rework GUI, patch by Pawel
8516
8517 2007-12-18 [colin]      3.2.0cvs1
8518
8519         * src/editaddress.c
8520                 Fix build on old GCC
8521                 Fix inverted buttons
8522
8523 2007-12-17 [paul]       3.2.0
8524
8525         * NEWS
8526         * README
8527         * RELEASE_NOTES 
8528                 3.2.0 released
8529
8530 2007-12-17 [paul]       3.1.0cvs79
8531
8532         * po/de.po
8533         * po/fr.po
8534         * po/hu.po
8535         * po/it.po
8536         * po/pt_BR.po
8537                 updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
8538                 Andrea Spadaccini, and Frederico Goncalves Guimaraes
8539
8540 2007-12-17 [mones]      3.1.0cvs78
8541
8542         * po/es.po
8543                 Updated Spanish translation for 3.2.0 release
8544
8545 2007-12-16 [colin]      3.1.0cvs77
8546
8547         * src/addrcustomattr.c
8548                 Fix translations, patch by Fabien
8549
8550 2007-12-15 [paul]       3.1.0cvs76
8551
8552         * src/folderview.c
8553                 fix compiler warning
8554
8555 2007-12-14 [colin]      3.1.0cvs75
8556
8557         * src/folderview.c
8558                 Simplify logic
8559
8560 2007-12-12 [wwp]        3.1.0cvs74
8561
8562         * AUTHORS
8563         * src/gtk/authors.h
8564                 Added Marius Glauser to the hall of fame.
8565
8566 2007-12-12 [wwp]        3.1.0cvs73
8567
8568         * src/gtk/gtkutils.c
8569                 Improve the way we show results of searches
8570                 in message bodies: selected text now get centered
8571                 vertically in the message window.
8572                 Patch by Marius Glauser <seelenhirt@gmx.net>.
8573
8574 2007-12-10 [colin]      3.1.0cvs72
8575
8576         * src/folder.c
8577                 Don't crash when setting batch mode on no folder
8578
8579 2007-12-10 [colin]      3.1.0cvs71
8580
8581         * src/common/utils.c
8582                 Fix potential buffer overrun (thanks to
8583                 Hiroyuki)
8584
8585 2007-12-08 [paul]       3.1.0cvs70
8586
8587         * src/prefs_receive.c
8588                 small change to the English
8589
8590 2007-12-08 [colin]      3.1.0cvs69
8591
8592         * src/vcard.c
8593                 Fix warnings
8594
8595 2007-12-07 [colin]      3.1.0cvs68
8596
8597         * src/mainwindow.c
8598         * src/summaryview.c
8599         * src/summaryview.h
8600                 Free simplify_subject_preg at exit
8601
8602 2007-12-07 [colin]      3.1.0cvs67
8603
8604         * src/main.c
8605         * src/summaryview.c
8606         * src/common/utils.c
8607         * src/common/utils.h
8608                 We have to free reused regexps from time to
8609                 time, or they get huge
8610
8611 2007-12-07 [colin]      3.1.0cvs66
8612
8613         * src/vcard.c
8614                 Fix QP decoding (and UTF8)
8615
8616 2007-12-07 [colin]      3.1.0cvs65
8617
8618         * src/addrcustomattr.c
8619                 Update list of default custom attributes
8620                 now (will be needed for a feature patch
8621                 post 3.2.0)
8622
8623 2007-12-07 [colin]      3.1.0cvs64
8624
8625         * src/folder.c
8626                 Batch on destination folder when copying - fixes
8627                 slowness when moving unread mails to trash on IMAP
8628
8629 2007-12-06 [colin]      3.1.0cvs63
8630
8631         * src/common/w32_time.c
8632         * src/common/w32lib.h
8633         * src/etpan/etpan-thread-manager.c
8634         * src/etpan/imap-thread.c
8635         * src/etpan/nntp-thread.c
8636         * src/gtk/Makefile.am
8637                 Fix win32 build with libetpan. Thanks to
8638                 Marcus Brinkmann.
8639
8640 2007-12-06 [colin]      3.1.0cvs62
8641
8642         * src/account.c
8643         * src/imap.c
8644         * src/prefs_account.c
8645         * src/prefs_account.h
8646         * src/etpan/imap-thread.c
8647         * src/etpan/imap-thread.h
8648                 Disable connection via command line on WIN32
8649                 Disable mmap use on WIN32 - use normal strings
8650         * src/addressbook.c
8651         * src/addressbook.h
8652         * src/addressbook_foldersel.c
8653         * src/addressbook_foldersel.h
8654         * src/prefs_filtering_action.c
8655         * src/prefs_matcher.c
8656         * src/plugins/bogofilter/bogofilter_gtk.c
8657         * src/plugins/dillo_viewer/dillo_prefs.c
8658         * src/plugins/spamassassin/spamassassin_gtk.c
8659                 Fix leak, rework function logics to be more
8660                 natural - thanks to Holger
8661         * src/common/utils.c
8662                 Fix warnings
8663
8664 2007-12-06 [colin]      3.1.0cvs61
8665
8666         * src/news.c
8667         * src/common/utils.c
8668         * src/common/utils.h
8669                 Fix posting, and fix UTF-8 being sent when encoding
8670                 is 8bit
8671
8672 2007-12-05 [colin]      3.1.0cvs60
8673
8674         * src/news.c
8675                 Fix debian bug #453157, 'Fails to post usenet
8676                 articles after NNTP connection has been 
8677                 interrupted". Fix return value to prevent deletion
8678                 on failure, and issue MODE READER in case posting
8679                 fails at first.
8680
8681 2007-12-05 [colin]      3.1.0cvs59
8682
8683         * src/messageview.c
8684         * src/uri_opener.c
8685                 Improvements to the List URIs dialog
8686                 Patch by Pawel
8687
8688 2007-12-05 [colin]      3.1.0cvs58
8689
8690         * src/prefs_other.c
8691         * src/gtk/gtksctree.h
8692                 Fix warnings
8693
8694 2007-12-04 [colin]      3.1.0cvs57
8695
8696         * src/etpan/imap-thread.c
8697                 Fix bug 1378, 'Claws exits on IMAP alert message'
8698                 Don't do GTK calls directly from Etpan thread
8699
8700 2007-12-04 [colin]      3.1.0cvs56
8701
8702         * src/folderview.c
8703         * src/gtk/gtksctree.c
8704                 MAEMO: Fix bug 1325, 'Folder Navigation Problems'
8705                 Make all the left of column zero an hotspot for
8706                 expanding.
8707
8708 2007-12-04 [colin]      3.1.0cvs55
8709
8710         * src/mainwindow.c
8711         * src/mainwindow.h
8712         * src/prefs_common.c
8713         * src/prefs_common.h
8714         * src/prefs_receive.c
8715                 MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
8716
8717 2007-12-04 [wwp]        3.1.0cvs54
8718
8719         * src/prefs_other.c
8720                 Fix for bug #1419.
8721
8722 2007-12-04 [holger]     3.1.0cvs53
8723
8724         * src/addrduplicates.c
8725         * src/addrduplicates.h
8726                 Export addressbook entry deletion
8727
8728 2007-12-04 [colin]      3.1.0cvs52
8729
8730         * tools/Makefile.am
8731         * tools/README.sylprint
8732         * tools/sylprint.pl
8733         * tools/sylprint.rc
8734                 Fix debian bug #454089 (symlink attack in TMP directory)
8735                 http://secwatch.org/advisories/1019661/ :
8736                 Remove the buggy script, which was unmaintained anyway
8737         * src/news.c
8738         * src/procmsg.c
8739                 Store things in our private tmp directory.
8740
8741 2007-12-03 [colin]      3.1.0cvs51
8742
8743         * src/folder.c
8744         * src/folder.h
8745         * src/folderview.c
8746         * src/imap.c
8747         * src/mainwindow.c
8748                 Fix update problem when getting remote tags
8749         * src/prefs_matcher.c
8750                 Rework GUI to make it better. Patch by Pawel
8751                 Pekala
8752
8753 2007-12-03 [colin]      3.1.0cvs50
8754
8755         * src/etpan/imap-thread.c
8756         * src/etpan/nntp-thread.c
8757                 Fix bug 1417, 'Network log doesn't reveal 
8758                 enough NNTP errors'
8759
8760 2007-12-02 [iwkse]      3.1.0cvs49
8761
8762         * src/plugins/dillo_viewer/dillo_prefs.c
8763                         Insert dillo under the Plugins menu
8764
8765 2007-12-01 [paul]       3.1.0cvs48
8766
8767         * src/html.c
8768                 add these variant forms
8769                 Thanks to Colin
8770
8771 2007-12-01 [paul]       3.1.0cvs47
8772
8773         * src/matcher.c
8774                 fix a typo
8775
8776 2007-12-01 [paul]       3.1.0cvs46
8777
8778         * po/POTFILES.in
8779                 add the new addrcustomattr.c file
8780
8781 2007-11-29 [colin]      3.1.0cvs45
8782
8783         * src/common/ssl_certificate.c
8784                 Use the more modern getaddrinfo instead of 
8785                 gethostbyname when possible
8786
8787 2007-11-28 [colin]      3.1.0cvs44
8788
8789         * src/summaryview.c
8790                 Maybe fix bug 1410 and other crash reports
8791                 in summaryview since cvs38.
8792
8793 2007-11-28 [wwp]        3.1.0cvs43
8794
8795         * src/prefs_summary_open.c
8796                 Guard against an empty list of actions to perform
8797                 when opening a folder (or migration defaults could
8798                 be introduced, confusing).
8799
8800 2007-11-28 [colin]      3.1.0cvs42
8801
8802         * src/folderview.c
8803                 Fix mark all read from folder's contextual menu
8804
8805 2007-11-27 [colin]      3.1.0cvs41
8806
8807         * src/imap.c
8808         * src/imap.h
8809         * src/imap_gtk.c
8810         * src/prefs_account.c
8811         * src/etpan/imap-thread.c
8812                 A few fixes to the IMAP flags handling: Optimisations,
8813                 two crashers, mention that Bandwitdh-efficient mode
8814                 prevents tag fetching.
8815                 Fix M-UTF7 in subscription dialog.
8816
8817 2007-11-27 [colin]      3.1.0cvs40
8818
8819         * src/folder.c
8820         * src/mbox.c
8821         * src/summaryview.c
8822                 Make filtering faster on flags change: Batch original 
8823                 folderitem, where we'll do flags/tags changes.
8824
8825 2007-11-27 [colin]      3.1.0cvs39
8826
8827         * src/filtering.c
8828                 Fix bug 1407, 'After a copy action, further rules apply 
8829                 to both original and copy'
8830
8831 2007-11-27 [colin]      3.1.0cvs38
8832
8833         * src/edittags.c
8834         * src/summaryview.c
8835                 Fixes races when doing a long operation and user
8836                 asks for another one (Mark all read/unread on a 
8837                 big folder on IMAP for example)
8838
8839 2007-11-27 [wwp]        3.1.0cvs37
8840
8841         * src/addressbook.c
8842         * src/prefs_common.c
8843                 Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
8844                 and 3.1.0cvs35 (addressbook.c).
8845
8846 2007-11-27 [holger]     3.1.0cvs36
8847
8848         * src/printing.c
8849                 Add a line separating header and body
8850                 in the printout
8851
8852 2007-11-27 [wwp]        3.1.0cvs35
8853
8854         * src/addressbook.c
8855                 Fix a drag-and-drop issue introduced with 3.1.0cvs33
8856                 (thanks to Colin) and revert disabling of cut/copy
8857                 context menu entries upon selected groups.
8858
8859 2007-11-27 [holger]     3.1.0cvs34
8860
8861         * src/printing.c
8862                 Add weights to the list of supported text attributes
8863                 for printing
8864
8865 2007-11-27 [wwp]        3.1.0cvs33
8866
8867         * src/Makefile.am
8868         * src/addrcustomattr.c
8869         * src/addrcustomattr.h
8870         * src/addressbook.c
8871         * src/editaddress.c
8872         * src/editaddress.h
8873         * src/prefs_common.c
8874         * src/prefs_common.h
8875         * src/common/defs.h
8876                 Provide a (customizable) list of preset attribute names
8877                 for editing contacts (closes bug #1391).
8878
8879 2007-11-27 [wwp]        3.1.0cvs32
8880
8881         * src/addrclip.c
8882         * src/addressbook.c
8883         * src/addritem.c
8884                 Various fixes in the address book:
8885                         - made copy/move of a folder to itself or its subtree
8886                           impossible (-> error)
8887                         - errors messages don't show in the status bar anymore,
8888                           use alertpanels instead
8889                         - simple click on group doesn't open group edit dialog
8890                           anymore when in contact edit embedded mode (was too itchy)
8891                         - fixed disabling of edit button and and menu entry when
8892                           in contact edit embedded mode (was done in a bad and
8893                           ineffective way)
8894                         - fix menu cut/paste sensitivity in treelist context
8895                           menu (conflicting enabling was done by different functions)
8896                         - fix some menu item sensitivity in address list context menu
8897                         - don't allow cut/copy of groups, it's useless as they won't
8898                           be copied w/ their contents
8899                         - fix missing copy of the picture file when copying (bug #1402),
8900                           fix picture attribute (internal) value when moving or copying
8901
8902
8903 2007-11-27 [colin]      3.1.0cvs31
8904
8905         * src/folder.c
8906         * src/imap.c
8907                 Fix tags loss on move, fix space encoding
8908
8909 2007-11-26 [colin]      3.1.0cvs30
8910
8911         * src/edittags.c
8912         * src/folder.c
8913         * src/folder.h
8914         * src/imap.c
8915         * src/messageview.c
8916         * src/procmsg.c
8917         * src/procmsg.h
8918         * src/summaryview.c
8919         * src/common/utils.c
8920         * src/common/utils.h
8921         * src/etpan/imap-thread.c
8922         * src/etpan/imap-thread.h
8923                 Add IMAP tags support
8924
8925 2007-11-26 [colin]      3.1.0cvs29
8926
8927         * src/imap.c
8928                 Fix bug 1405, 'imap auto auth method doesn't 
8929                 work since 3.1.0'
8930
8931 2007-11-26 [colin]      3.1.0cvs28
8932
8933         * src/messageview.c
8934         * src/procmime.c
8935                 Handle broken disposition-notifications from Evolution
8936                 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
8937
8938 2007-11-25 [paul]       3.1.0cvs27
8939
8940         * src/folder_item_prefs.c
8941         * src/folder_item_prefs.h
8942                 remove dead code
8943
8944 2007-11-23 [wwp]        3.1.0cvs26
8945
8946         * src/matcher.c
8947         * src/matcher.h
8948         * src/matcher_parser_parse.y
8949         * src/prefs_matcher.c
8950                 Fix irrelevant case folding when adding matcher condition 'test',
8951                 thanks to Colin.
8952
8953 2007-11-23 [wwp]        3.1.0cvs25
8954
8955         * src/prefs_common.c
8956         * src/prefs_common.h
8957         * src/prefs_summary_open.c
8958         * src/prefs_summary_open.h
8959         * src/summaryview.c
8960                 Add "select first email in list" to the list of possible selections
8961                 when opening a folder.
8962
8963 2007-11-23 [paul]       3.1.0cvs24
8964
8965         * po/de.po
8966                 a fix by Stephan Sachse, plus remove all
8967                 old strings from the end of the file
8968
8969 2007-11-23 [wwp]        3.1.0cvs23
8970
8971         * src/prefs_msg_colors.c
8972                 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
8973                 with little changes.
8974
8975 2007-11-23 [paul]       3.1.0cvs22
8976
8977         * src/prefs_logging.c
8978                 eliminate wasted horizontal space
8979
8980 2007-11-23 [paul]       3.1.0cvs21
8981
8982         * src/prefs_summaries.c
8983                 don't wrap the label or put linebreaks
8984
8985 2007-11-22 [colin]      3.1.0cvs20
8986
8987         * src/plugins/pgpinline/pgpinline.c
8988                 Fix decryption
8989
8990 2007-11-22 [wwp]        3.1.0cvs19
8991
8992         * src/prefs_themes.c
8993                 Yet another misuse of get_rc_dir(), still related
8994                 to user themes. Completes 3.1.0cvs18.
8995
8996 2007-11-22 [wwp]        3.1.0cvs18
8997
8998         * src/stock_pixmap.c
8999                 Fix a misuse of get_rc_dir(), user themes dir was
9000                 not set properly and some themes might have disappeared
9001                 from themes list in prefs.
9002
9003 2007-11-22 [wwp]        3.1.0cvs17
9004
9005         * src/edittags.c
9006         * src/edittags.h
9007         * src/common/tags.c
9008         * src/common/tags.h
9009                 Correct copyright for these claws-mail-only brand new
9010                 files.
9011
9012 2007-11-22 [paul]       3.1.0cvs16
9013
9014         * src/compose.c
9015                 fix bug 1400, 'Drag and drop of URLs does not work'
9016                 Thanks to Colin
9017
9018 2007-11-22 [paul]       3.1.0cvs15
9019
9020         * src/prefs_common.c
9021                 make "cmds_use_system_default" default to FALSE
9022                 so as not to disrupt current settings
9023         * src/summaryview.c
9024                 increase the size of the GdkRectangle, tooltips
9025                 didn't show for me otherwise
9026
9027 2007-11-21 [colin]      3.1.0cvs14
9028
9029         * src/compose.c
9030         * src/crash.c
9031         * src/exphtmldlg.c
9032         * src/mainwindow.c
9033         * src/manual.c
9034         * src/mimeview.c
9035         * src/prefs_account.c
9036         * src/prefs_common.c
9037         * src/prefs_common.h
9038         * src/prefs_ext_prog.c
9039         * src/textview.c
9040         * src/uri_opener.c
9041         * src/gtk/about.c
9042         * src/gtk/gtkutils.c
9043                 Use xdg-open as a way to find default browser,
9044                 when available
9045
9046 2007-11-21 [colin]      3.1.0cvs13
9047
9048         * src/messageview.c
9049         * src/procmime.c
9050         * src/procmsg.h
9051                 Send better return receipts (useful ones)
9052                 Handle incoming return receipts
9053
9054 2007-11-20 [colin]      3.1.0cvs12
9055
9056         * src/printing.c
9057         * src/printing.h
9058                 Add getter/setter for settings, and getter
9059                 for page setup
9060
9061 2007-11-20 [colin]      3.1.0cvs11
9062
9063         * src/folderview.c
9064         * src/main.c
9065         * src/mainwindow.c
9066                 Fix bug 1396, 'Crash on disabling a filter 
9067                 while it is processing'
9068
9069 2007-11-20 [paul]       3.1.0cvs10
9070
9071         * src/folder.c
9072                 fix bug 1395, 'Crash on checking for new mails
9073                 while filter is running'
9074                 Thanks to Colin
9075
9076 2007-11-20 [paul]       3.1.0cvs9
9077
9078         * src/compose.c
9079                 make this string easier for translators
9080
9081 2007-11-19 [colin]      3.1.0cvs8
9082
9083         * src/prefs_summaries.c
9084         * src/summaryview.c
9085                 Don't enable more tooltips on Maemo
9086
9087 2007-11-19 [colin]      3.1.0cvs7
9088
9089         * src/prefs_common.c
9090         * src/prefs_common.h
9091         * src/prefs_summaries.c
9092         * src/summaryview.c
9093                 Fix bug 1388, 'message list tool tips'
9094                 Add (optional) tooltips in summaryview.
9095                 This only works with GTK+ >= 2.12
9096
9097 2007-11-19 [colin]      3.1.0cvs6
9098
9099         * src/compose.c
9100                 Make strings a bit better when attaching
9101                 from mailto: URIs
9102
9103 2007-11-19 [colin]      3.1.0cvs5
9104
9105         * src/common/utils.c
9106                 Fix bug 1392, 'Top level domain .EU is 
9107                 not recognised as valid'
9108
9109 2007-11-19 [wwp]        3.1.0cvs4
9110
9111         * src/compose.c
9112         * src/compose.h
9113                 Revert changes to compose.c made in 3.1.0cvs2.
9114
9115 2007-11-19 [wwp]        3.1.0cvs3
9116
9117         * src/addressbook.c
9118         * src/addressbook.h
9119         * src/editaddress.c
9120         * src/editgroup.c
9121         * src/addrduplicates.c
9122                 Minor improvements in the address book:
9123                 always accept new contacts provided that some
9124                 detail is set (instead of rejecting silently).
9125                 Better guessing of contact name from incomplete
9126                 name information. Better display of contacts with
9127                 no name, in contact lists, group contents, find
9128                 duplicate results.
9129                 
9130
9131 2007-11-19 [wwp]        3.1.0cvs2
9132
9133         * src/compose.c
9134         * src/compose.h
9135         * src/prefs_logging.c
9136         * src/prefs_summaries.c
9137                 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
9138                 wrap some long label in prefs/summaries, layout checkboxes
9139                 in a more compact form in prefs/loggin, make account and
9140                 header's combos have the same size/spacing in compose
9141                 window.
9142
9143 2007-11-19 [wwp]        3.1.0cvs1
9144
9145         * src/edittags.c
9146                 Fix a tiny leak and duplicate variable.
9147
9148 2007-11-19 [paul]       3.1.0
9149
9150         * NEWS
9151         * README
9152         * RELEASE_NOTES 
9153                 3.1.0 released
9154
9155 2007-11-19 [paul]       3.0.2cvs145
9156
9157         * po/de.po
9158         * po/fi.po
9159         * po/fr.po
9160         * po/hu.po
9161         * po/it.po
9162         * po/pl.po
9163         * po/pt_BR.po
9164         * po/sk.po
9165         * po/zh_CN.po
9166                 updated by Stephan Sachse, Flammie Pirinen,
9167                 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
9168                 Emil Nowak, Frederico Goncalves Guimaraes,
9169                 Andrej Kacian, and Ralph Young
9170
9171 2007-11-18 [mones]      3.0.2cvs144
9172
9173         * po/es.po
9174                 Updated Spanish translation
9175
9176 2007-11-18 [colin]      3.0.2cvs143
9177
9178         * src/edittags.c
9179                 Prevent empty tag after edit, thanks to wwp
9180
9181 2007-11-18 [colin]      3.0.2cvs142
9182
9183         * src/editaddress.c
9184                 Fix possible "(null)" %s - thanks to wwp
9185
9186 2007-11-16 [wwp]        3.0.2cvs141
9187
9188         * src/common/utils.c
9189                 Fix for 3.0.2cvs140, prevents from crashing when opening
9190                 a compose window.
9191
9192 2007-11-16 [colin]      3.0.2cvs140
9193
9194         * src/main.c
9195         * src/common/claws.c
9196                 Output a bit more useful info at startup
9197                 in --debug mode
9198
9199 2007-11-16 [colin]      3.0.2cvs139
9200
9201         * src/compose.c
9202         * src/common/utils.c
9203         * src/common/utils.h
9204                 Fix bug 1387, 'Request for --compose to 
9205                 support multiple attachments'
9206
9207 2007-11-16 [colin]      3.0.2cvs138
9208
9209         * src/news.c
9210                 Fix bug 1390, 'NNTP fails after server 
9211                 closed connection'
9212
9213 2007-11-16 [colin]      3.0.2cvs137
9214
9215         * src/prefs_display_header.c
9216                 Fix bug 1389, 'Changing 'Display headers 
9217                 in message view' breaks dispheaderrc'
9218
9219 2007-11-14 [colin]      3.0.2cvs136
9220
9221         * src/summaryview.c
9222         * src/gtk/quicksearch.c
9223         * src/gtk/quicksearch.h
9224                 Fix resetting the quicksearch when in non-sticky
9225                 mode, but Recursive is set: reset only when going
9226                 out of the root search folder.
9227
9228 2007-11-14 [colin]      3.0.2cvs135
9229
9230         * src/filtering.c
9231                 Don't set new flag back when doing "Mark as unread"
9232                 from filtering
9233
9234 2007-11-12 [paul]       3.0.2cvs134
9235
9236         * src/plugins/dillo_viewer/dillo_viewer.c
9237                 don't offer the mime type for translation
9238
9239 2007-11-12 [paul]
9240
9241         3.1.0-rc2 released
9242
9243 2007-11-11 [colin]      3.0.2cvs133
9244
9245         * src/imap_gtk.c
9246         * src/mh_gtk.c
9247                 Use markup-escaped strings in dialogs
9248
9249 2007-11-11 [colin]      3.0.2cvs132
9250
9251         * src/imap.c
9252                 Better IMAP-UTF7/UTF8 conversion
9253
9254 2007-11-10 [colin]      3.0.2cvs131
9255
9256         * src/news.c
9257                 Fix debian bug 450698, 'nntp auth behavior changed 
9258                 without notice'
9259
9260 2007-11-10 [colin]      3.0.2cvs130
9261
9262         * configure.ac
9263         * src/inc.c
9264         * src/main.c
9265         * src/main.h
9266         * src/mimeview.c
9267         * src/statusbar.c
9268         * src/common/utils.c
9269         * src/etpan/Makefile.am
9270         * src/gtk/filesel.c
9271         * src/gtk/gtkutils.h
9272         * src/gtk/menu.c
9273         * src/plugins/bogofilter/Makefile.am
9274         * src/plugins/clamav/Makefile.am
9275         * src/plugins/dillo_viewer/Makefile.am
9276         * src/plugins/pgpcore/Makefile.am
9277         * src/plugins/spamassassin/Makefile.am
9278         * src/plugins/trayicon/Makefile.am
9279                 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
9280
9281 2007-11-09 [colin]      3.0.2cvs129
9282
9283         * src/addressbook.c
9284         * src/ldapupdate.c
9285                 fix bug 1375, 'Impossible to modify e-mail
9286                 in LDAP addressbook twice'; Try two. update
9287                 externalID, don't make display lag, and
9288                 fix the cases where dn is not mail.
9289
9290 2007-11-08 [paul]       3.0.2cvs128
9291
9292         * src/account.c
9293         * src/compose.c
9294         * src/messageview.c
9295         * src/prefs_account.c
9296         * src/prefs_account.h
9297                 reinstate 'Generate Message-ID' option as an
9298                 account preference. (hidden on IMAP)
9299                 Thanks to Colin
9300
9301 2007-11-08 [paul]       3.0.2cvs127
9302
9303         * src/textview.c
9304                 MAEMO: fix failure of loading images inline
9305                 MAEMO: fix bug 1349, 'Emails still skip to end
9306                 when opened (in certain circumstances)...'
9307
9308 2007-11-07 [colin]      3.0.2cvs126
9309
9310         * src/toolbar.c
9311                 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
9312
9313 2007-11-07 [colin]      3.0.2cvs125
9314
9315         * src/toolbar.c
9316                 Re-change the string occurence of A_CLAWS_ACTIONS
9317                 to A_SYL_ACTIONS, to prevent parse errors of the
9318                 toolbar_*.xml files
9319
9320 2007-11-07 [colin]      3.0.2cvs124
9321
9322         * src/mimeview.c
9323         * src/prefs_common.c
9324         * src/prefs_common.h
9325         * manual/advanced.xml
9326                 Add an hidden pref, 'save_parts_readwrite';
9327                 completes 3.0.2cvs35
9328
9329 2007-11-07 [paul]       3.0.2cvs123
9330
9331         * src/prefs_toolbar.c
9332         * src/toolbar.c
9333         * src/toolbar.h
9334                 rename ToolbarSylpheedActions to ToolbarClawsActions
9335                 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
9336
9337 2007-11-07 [paul]       3.0.2cvs122
9338
9339         * src/toolbar.c
9340                 MAEMO: remove tooltips
9341
9342 2007-11-07 [colin]      3.0.2cvs121
9343
9344         * src/plugins/pgpinline/pgpinline.c
9345                 Fix bug 1377, 'unspecific errors on 
9346                 signature checking'. Fix trimming of
9347                 UTF8 data.
9348
9349 2007-11-06 [iwkse]      3.0.2cvs120
9350
9351         * src/prefs_summary_open.c
9352                 yet a string change
9353
9354 2007-11-06 [paul]       3.0.2cvs119
9355
9356         * tools/Makefile.am
9357         * tools/README
9358         * tools/csv2addressbook.pl
9359                 add a new script that imports a CSV formatted
9360                 address book. Becky and Thunderbird address
9361                 book are currently supported.
9362
9363 2007-11-05 [colin]      3.0.2cvs118
9364
9365         * src/imap.c
9366                 Fix deletion 
9367
9368 2007-11-05 [iwkse]      3.0.2cvs117
9369
9370         * src/prefs_summary_open.c
9371                 String changes
9372
9373 2007-11-04 [paul]       3.0.2cvs116
9374
9375         * src/addressbook_foldersel.c
9376                 fix gtk critical warning
9377                 Patch by Pawel Pekala
9378
9379 2007-11-04 [paul]       3.0.2cvs115
9380
9381         * tools/README
9382         * tools/claws-mail-compose-insert-files.pl
9383                 add --bcc and uri_escape() everything
9384
9385 2007-11-04 [paul]       3.0.2cvs114
9386
9387         * src/gtk/gtkutils.c
9388                 gtkut_stock_with_text_button_set_create(): set
9389                 GTK_CAN_DEFAULT on buttons 2 and 3
9390
9391 2007-11-03 [paul]       3.0.2cvs113
9392
9393         * src/common/utils.c
9394                 fix debian bug #448814, 'mailto: URI decoding
9395                 desn't decode the destination address field'
9396                 Patch by Federico Heinz <fheinz@vialibre.org.ar>
9397
9398 2007-11-03 [paul]       3.0.2cvs112
9399
9400         * AUTHORS
9401         * src/compose.c
9402         * src/gtk/authors.h
9403                 allow Bcc in commandline URIs
9404                 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
9405
9406 2007-11-02 [colin]      3.0.2cvs111
9407
9408         * src/addressbook.c
9409                 Maybe fix bug 1376, 'crash on 
9410                 addressbook manipulation'
9411
9412 2007-10-31 [paul]       3.0.2cvs110
9413
9414         * src/ldapupdate.c
9415                 fix bug 1375, 'Impossible to modify e-mail
9416                 in LDAP addressbook twice'
9417                 Patch by Michael Rasmussen
9418
9419 2007-10-30 [paul]       3.0.2cvs109
9420
9421         * configure.ac
9422                 enable GnuTLS support with --enable-gnutls which
9423                 will disable openssl support. if the user has
9424                 gtk >= 2.10.x don't allow gnomeprint even if the
9425                 user asks for it
9426
9427 2007-10-30 [paul]
9428
9429         3.1.0-rc1 released
9430
9431 2007-10-30 [paul]       3.0.2cvs108
9432
9433         * Makefile.am
9434                 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
9435
9436 2007-10-30 [paul]       3.0.2cvs107
9437
9438         * src/expldifdlg.c
9439         * src/prefs_account.c
9440         * src/prefs_folder_item.c
9441         * src/prefs_spelling.c
9442         * src/prefs_themes.c
9443         * src/wizard.c
9444         * src/gtk/gtkaspell.c
9445         * src/gtk/gtkaspell.h
9446         * src/plugins/spamassassin/spamassassin_gtk.c
9447                 replace deprecated gtk_option_menu...
9448                 patch by Pawel Pekala
9449
9450 2007-10-29 [colin]      3.0.2cvs106
9451
9452         * src/plugins/dillo_viewer/dillo_prefs.c
9453                 Fix forgotten signal connect
9454
9455 2007-10-28 [colin]      3.0.2cvs105
9456
9457         * src/plugins/dillo_viewer/dillo_prefs.c
9458         * src/plugins/dillo_viewer/dillo_prefs.h
9459         * src/plugins/dillo_viewer/dillo_viewer.c
9460                 Implement addressbook-based whitelisting for loading
9461                 remote images. Fixed missing destroy of the embedded
9462                 browser that made a Dillo window pop up on exit, if
9463                 an HTML part was displayed.
9464
9465 2007-10-26 [colin]      3.0.2cvs104
9466
9467         * src/edittags.c
9468                 Add missing static
9469
9470 2007-10-25 [colin]      3.0.2cvs103
9471
9472         * src/editaddress.c
9473                 Add tap-and-hold on the picture, for Maemo
9474         * src/edittags.c
9475         * src/edittags.h
9476         * src/mainwindow.c
9477         * src/procmsg.c
9478         * src/summaryview.c
9479         * src/textview.c
9480                 Unify tag interfaces.
9481
9482 2007-10-25 [colin]      3.0.2cvs102
9483
9484         * src/imap.c
9485         * src/etpan/imap-thread.h
9486                 Much better error handling. We'll need to be really
9487                 clear to users about where errors come from, with 
9488                 the apparition of Gmail's IMAP server.
9489
9490 2007-10-24 [colin]      3.0.2cvs101
9491
9492         * src/edittags.c
9493         * src/mainwindow.c
9494         * src/summaryview.c
9495         * src/textview.c
9496                 Add tags sorting (alphabetical); allow deletion of
9497                 tags from the Apply Tags window
9498
9499 2007-10-24 [colin]      3.0.2cvs100
9500
9501         * src/editaddress.c
9502         * src/editaddress_other_attributes_ldap.c
9503         * src/editaddress_other_attributes_ldap.h
9504         * src/ldapctrl.c
9505         * src/ldapquery.c
9506         * src/ldapupdate.c
9507                 Fix LDAP writing (got broken in cvs39)
9508                 Add read-only support for jpegPhoto LDAP field
9509
9510 2007-10-23 [colin]      3.0.2cvs99
9511
9512         * src/news.c
9513                 Fix crash in some cases
9514
9515 2007-10-22 [colin]      3.0.2cvs98
9516
9517         * src/common/socket.h
9518         * src/common/ssl.c
9519                 Fix big leak in GnuTLS code
9520
9521 2007-10-22 [colin]      3.0.2cvs97
9522
9523         * src/news.c
9524                 Fix bug 1368, 'SIGSEGV in NNTP code'
9525
9526 2007-10-22 [colin]      3.0.2cvs96
9527
9528         * src/prefs_customheader.c
9529                 Catch compface warnings when generating X-Faces
9530
9531 2007-10-22 [wwp]        3.0.2cvs95
9532
9533         * src/quote_fmt_parse.y
9534                 Remove accidentally committed debug traces.
9535                 Fix a warning.
9536
9537 2007-10-22 [colin]      3.0.2cvs94
9538
9539         * src/etpan/nntp-thread.c
9540                 Fix authentication
9541
9542 2007-10-19 [wwp]        3.0.2cvs93
9543
9544         * src/common/ssl_certificate.c
9545                 Add missing include (Windows).
9546
9547 2007-10-19 [colin]      3.0.2cvs92
9548
9549         * src/imap_gtk.c
9550         * src/mimeview.c
9551         * src/textview.c
9552         * src/gtk/inputdialog.c
9553         * src/gtk/inputdialog.h
9554                 Remove the last old combo; patch by
9555                 Pawel
9556
9557 2007-10-19 [colin]      3.0.2cvs91
9558
9559         * src/common/ssl.c
9560                 Fix interop problem with GnuTLS and some crappy
9561                 servers that have very little keys.
9562
9563 2007-10-19 [colin]      3.0.2cvs90
9564
9565         * src/common/ssl.c
9566                 Fix return value check on GnuTLS, and
9567                 display the error
9568
9569 2007-10-18 [colin]      3.0.2cvs89
9570
9571         * src/common/ssl_certificate.c
9572                 Fix missing initialisations
9573
9574 2007-10-18 [wwp]        3.0.2cvs88
9575
9576         * src/Makefile.am
9577                 Fix linking against GNUTLS (matters if --enable-gnutls only).
9578
9579 2007-10-18 [colin]      3.0.2cvs87
9580
9581         * po/POTFILES.in
9582                 Fix build
9583
9584 2007-10-18 [mones]      3.0.2cvs86
9585
9586         * src/editbook.c
9587         * src/import.c
9588         * src/prefs_account.c
9589         * src/prefs_receive.c
9590         * src/gtk/about.c
9591         * src/plugins/bogofilter/bogofilter_gtk.c
9592         * src/plugins/spamassassin/spamassassin_gtk.c
9593                 More capitalisation micro-fixes
9594
9595 2007-10-18 [paul]       3.0.2cvs85
9596
9597         * configure.ac
9598                 add info about NNTP support via libetpan
9599                 change the configure output ending msg a little
9600         * src/gtk/about.c
9601                 similar changes to above
9602
9603 2007-10-18 [colin]      3.0.2cvs84
9604
9605         * src/procmime.c
9606         * src/procmime.h
9607                 Fix missing symbol for S/MIME
9608
9609 2007-10-18 [colin]      3.0.2cvs83
9610
9611         * src/prefs_filtering_action.c
9612                 Fix crash in tags (introduced in cvs78)
9613
9614 2007-10-18 [colin]      3.0.2cvs82
9615
9616         * src/common/Makefile.am
9617         * src/common/nntp.c
9618         * src/common/nntp.h
9619         * src/etpan/Makefile.am
9620         * src/etpan/etpan-thread-manager-types.h
9621         * src/etpan/etpan-thread-manager.c
9622         * src/etpan/imap-thread.c
9623         * src/etpan/nntp-thread.c
9624         * src/etpan/nntp-thread.h
9625         * src/news.c
9626         * src/news.h
9627                 Rewrite the nntp implementation
9628                 to use libetpan. Non-blocking NNTP!
9629         * src/account.c
9630         * src/crash.c
9631         * src/imap.c
9632         * src/inc.c
9633         * src/main.c
9634         * src/mainwindow.c
9635         * src/pop.c
9636         * src/pop.h
9637         * src/prefs_account.c
9638         * src/recv.c
9639         * src/recv.h
9640         * src/send_message.c
9641         * src/send_message.h
9642         * src/ssl_manager.c
9643         * src/ssl_manager.h
9644         * src/wizard.c
9645         * src/common/claws.c
9646         * src/common/session.c
9647         * src/common/session.h
9648         * src/common/smtp.c
9649         * src/common/smtp.h
9650         * src/common/socket.c
9651         * src/common/socket.h
9652         * src/common/ssl.c
9653         * src/common/ssl.h
9654         * src/common/ssl_certificate.c
9655         * src/common/ssl_certificate.h
9656         * src/gtk/about.c
9657         * src/gtk/sslcertwindow.c
9658         * src/gtk/sslcertwindow.h
9659                 Implement GnuTLS support. GnuTLS support
9660                 will be used if OpenSSL isn't available, or
9661                 specified explicitely. (the reason is that
9662                 GnuTLS cerficate checking is a bit less 
9663                 practical than OpenSSL's)
9664
9665 2007-10-18 [paul]       3.0.2cvs81
9666
9667         * src/gtk/inputdialog.c
9668         * src/gtk/inputdialog.h
9669                 fix copyright header
9670
9671 2007-10-17 [colin]      3.0.2cvs80
9672
9673         * src/plugins/pgpcore/select-keys.c
9674                 Fix bug which prevented encryption key
9675                 auto-selection when two or more matched the
9676                 email address, but only one isn't revoked
9677                 or expired.
9678
9679 2007-10-17 [wwp]        3.0.2cvs79
9680
9681         * src/compose.c
9682         * src/quote_fmt.c
9683         * src/quote_fmt.h
9684         * src/quote_fmt_lex.l
9685         * src/quote_fmt_parse.y
9686                 Templates can now attach files using |attach{filename}.
9687
9688 2007-10-17 [wwp]        3.0.2cvs78
9689
9690         * src/prefs_customheader.c
9691         * src/prefs_ext_prog.c
9692         * src/prefs_filtering_action.c
9693         * src/prefs_matcher.c
9694         * src/prefs_other.c
9695         * src/prefs_toolbar.c
9696         * src/gtk/combobox.c
9697         * src/gtk/combobox.h
9698         * src/gtk/gtkutils.c
9699         * src/gtk/gtkutils.h
9700         * src/plugins/bogofilter/bogofilter_gtk.c
9701         * src/plugins/spamassassin/spamassassin_gtk.c
9702                 Removed almost all remaining instances of GtkCombo
9703                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
9704                 few visual and code cleanup from Colin.
9705
9706 2007-10-16 [wwp]        3.0.2cvs77
9707         * src/gtk/pluginwindow.c
9708                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
9709
9710 2007-10-15 [colin]      3.0.2cvs76
9711
9712         * src/edittags.c
9713         * src/edittags.h
9714         * src/filtering.c
9715         * src/filtering.h
9716         * src/importmutt.c
9717         * src/importpine.c
9718         * src/main.c
9719         * src/messageview.c
9720         * src/messageview.h
9721         * src/mimeview.c
9722         * src/mimeview.h
9723         * src/pop.c
9724         * src/pop.h
9725         * src/prefs_common.c
9726         * src/prefs_common.h
9727         * src/prefs_customheader.c
9728         * src/prefs_customheader.h
9729         * src/prefs_display_header.c
9730         * src/prefs_display_header.h
9731         * src/prefs_filtering_action.c
9732         * src/prefs_filtering_action.h
9733         * src/prefs_folder_column.c
9734         * src/prefs_folder_column.h
9735         * src/prefs_folder_item.c
9736         * src/prefs_folder_item.h
9737         * src/prefs_gtk.c
9738         * src/prefs_gtk.h
9739         * src/prefs_logging.h
9740         * src/prefs_matcher.c
9741         * src/prefs_matcher.h
9742         * src/prefs_summary_column.c
9743         * src/prefs_summary_column.h
9744         * src/prefs_summary_open.c
9745         * src/procheader.c
9746         * src/procheader.h
9747         * src/procmime.c
9748         * src/procmime.h
9749         * src/recv.c
9750         * src/recv.h
9751         * src/sourcewindow.c
9752         * src/sourcewindow.h
9753         * src/summaryview.c
9754         * src/summaryview.h
9755         * src/textview.c
9756         * src/textview.h
9757         * src/toolbar.c
9758         * src/toolbar.h
9759         * src/common/mgutils.c
9760         * src/common/mgutils.h
9761         * src/common/nntp.c
9762         * src/common/nntp.h
9763         * src/common/prefs.c
9764         * src/common/prefs.h
9765         * src/common/socket.c
9766         * src/common/socket.h
9767         * src/common/stringtable.c
9768         * src/common/stringtable.h
9769         * src/common/template.c
9770         * src/common/template.h
9771         * src/common/uuencode.c
9772         * src/common/uuencode.h
9773         * src/gtk/gtkshruler.c
9774         * src/gtk/gtkshruler.h
9775         * src/gtk/menu.c
9776         * src/gtk/menu.h
9777         * src/gtk/progressdialog.c
9778         * src/gtk/progressdialog.h
9779                 Remove/staticalize, the return of the revenge
9780
9781 2007-10-15 [colin]      3.0.2cvs75
9782
9783         * src/matcher.c
9784                 Fix redirections in filtering's tests
9785
9786 2007-10-15 [colin]      3.0.2cvs74
9787
9788         * src/imap.c
9789                 Don't build imap_synchronise at all when 
9790                 building without libetpan
9791
9792 2007-10-14 [colin]      3.0.2cvs73
9793
9794         * src/imap.c
9795         * src/common/md5.c
9796         * src/common/md5.h
9797         * src/gtk/manage_window.c
9798         * src/gtk/manage_window.h
9799                 Remove more unused code
9800
9801 2007-10-14 [colin]      3.0.2cvs72
9802
9803         * src/addrquery.c
9804         * src/addrquery.h
9805         * src/recv.c
9806         * src/recv.h
9807         * src/vcard.c
9808         * src/vcard.h
9809         * src/common/xml.c
9810         * src/common/xml.h
9811         * src/common/xmlprops.c
9812         * src/common/xmlprops.h
9813                 Remove more unused code
9814
9815 2007-10-14 [colin]      3.0.2cvs71
9816
9817         * src/common/utils.c
9818                 Remove unused function
9819
9820 2007-10-13 [colin]      3.0.2cvs70
9821
9822         * src/imap.c
9823         * src/imap.h
9824         * src/mainwindow.c
9825         * src/mainwindow.h
9826         * src/gtk/gtkutils.c
9827         * src/gtk/gtkutils.h
9828                 Staticalise/Remove more code
9829
9830 2007-10-13 [colin]      3.0.2cvs69
9831
9832         * src/common/utils.c
9833         * src/common/utils.h
9834                 Remove dead code, unused for ages
9835
9836 2007-10-13 [colin]      3.0.2cvs68
9837
9838         * src/main.c
9839         * src/main.h
9840                 Maemo: define hildon_program in main.c,
9841                 make it accessible in the .h with extern
9842
9843 2007-10-13 [paul]       3.0.2cvs67
9844
9845         * src/gtk/menu.c
9846                 fix a bunch of runtime warnings on maemo
9847
9848 2007-10-13 [paul]       3.0.2cvs66
9849
9850         * src/main.c
9851         * src/main.h
9852         * src/gtk/gtkutils.c
9853         * src/gtk/gtkutils.h
9854                 fix a bunch of compiler warnings on maemo
9855
9856 2007-10-12 [colin]      3.0.2cvs65
9857
9858         * src/account.c
9859         * src/addritem.c
9860         * src/addritem.h
9861         * src/filtering.c
9862         * src/filtering.h
9863         * src/folder.c
9864         * src/folder.h
9865         * src/common/utils.c
9866         * src/common/utils.h
9867                 Remove unused code, staticalise some functions
9868
9869 2007-10-12 [paul]       3.0.2cvs64
9870
9871         * src/account.c
9872         * src/folderview.c
9873         * src/main.c
9874         * src/mainwindow.c
9875         * src/messageview.c
9876         * src/summary_search.c
9877         * src/summaryview.c
9878         * src/toolbar.c
9879         * src/wizard.c
9880         * src/common/utils.c
9881         * src/gtk/prefswindow.c
9882                 fix a bunch of compiler warnings on maemo
9883
9884 2007-10-11 [colin]      3.0.2cvs63
9885
9886         * src/editaddress.c
9887                 Make static function static
9888
9889 2007-10-11 [mones]      3.0.2cvs62
9890
9891         * src/addrduplicates.c
9892         * src/addressbook.c
9893         * src/compose.c
9894         * src/expldifdlg.c
9895         * src/mainwindow.c
9896         * src/messageview.c
9897         * src/pop.c
9898         * src/prefs_customheader.c
9899         * src/prefs_send.c
9900         * src/prefs_themes.c
9901         * src/common/plugin.c
9902         * src/gtk/pluginwindow.c
9903         * src/gtk/quicksearch.c
9904                 Fix several typos and capitalisation issues
9905
9906 2007-10-11 [wwp]        3.0.2cvs61
9907
9908         * src/editaddress.c
9909                 Fix a warning about possible use of uninitialized
9910                 filename var.
9911
9912 2007-10-11 [wwp]        3.0.2cvs60
9913
9914         * src/editaddress.c
9915                 Disable "Unset picture" menu item when there's
9916                 no picture to clear. Fix an extraneous g_unref_object,
9917                 add missing initializers.
9918
9919 2007-10-11 [wwp]        3.0.2cvs59
9920
9921         * src/pixmaps/anonymous.xpm
9922         * src/editaddress.c
9923         * src/Makefile.am
9924         * src/stock_pixmap.c
9925         * src/stock_pixmap.h
9926                 Fix a leak, gettext-ize the photo label.
9927                 Don't clear the existing picture if loading
9928                 a new one fails. Use a default 'anonymous'
9929                 picture (this new xpm has been added to the
9930                 internal stock_pixmap API). Add a
9931                 "Set picture" context menu entry.
9932
9933 2007-10-11 [colin]      3.0.2cvs58
9934
9935         * src/messageview.c
9936                 Make shift-shortcuts work
9937         * src/prefs_actions.c
9938                 Don't ask if we really want to close when
9939                 choosing OK and only the list is changed
9940         * src/prefs_template.c
9941                 Don't ask if we really want to close when
9942                 choosing OK and only the list is changed
9943         * src/common/plugin.c
9944                 Fix writing of second [Plugins_*] block
9945         * src/common/template.c
9946                 Remove unused files (fixes deletion)
9947
9948 2007-10-10 [paul]       3.0.2cvs57
9949
9950         * src/prefs_template.c
9951                 put the whole thing in a scrolled window
9952                 so that half the page is no longer inaccessible
9953                 on maemo
9954                 make the gtk_text_view smaller on maemo
9955
9956 2007-10-10 [colin]      3.0.2cvs56
9957
9958         * src/compose.c
9959                 Fix updating of Attachments number in some
9960                 cases (reedit, attach from command-line, ...)
9961
9962 2007-10-10 [colin]      3.0.2cvs55
9963
9964         * src/editaddress.c
9965                 Initialise error correctly
9966
9967 2007-10-10 [paul]       3.0.2cvs54
9968
9969         * src/prefs_filtering_action.c
9970         * src/gtk/description_window.c
9971         * src/gtk/foldersort.c
9972         * src/gtk/quicksearch.c
9973                 get rid of some pointless new lines and
9974                 make the descripton labels wrap better
9975
9976 2007-10-10 [colin]      3.0.2cvs53
9977
9978         * src/addressadd.c
9979         * src/editaddress.c
9980         * src/headerview.c
9981         * src/textview.c
9982                 More error handling on saving pictures
9983
9984 2007-10-10 [colin]      3.0.2cvs52
9985
9986         * src/printing.c
9987         * src/printing.h
9988                 Generalize a bit printing, so we can factorize
9989                 most of the code. 
9990
9991 2007-10-10 [paul]       3.0.2cvs51
9992
9993         * src/addrduplicates.c
9994                 fix engrish
9995                 use GTK_STOCK... buttons
9996
9997 2007-10-10 [paul]       3.0.2cvs50
9998
9999         * src/addressadd.c
10000         * src/addrindex.c
10001         * src/editaddress.c
10002                 Fix previous patch
10003                 Thanks to Colin
10004
10005 2007-10-10 [paul]       3.0.2cvs49
10006
10007         * src/summaryview.c
10008         * src/messageview.c
10009                 Fix crash on Add sender to addressbook when
10010                 From is null
10011         * src/addressadd.c
10012         * src/addrindex.c
10013         * src/editaddress.c
10014         * src/editaddress_other_attributes_ldap.h
10015                 Fix leaks 
10016                 Rename images to .png in addrbook/
10017         * src/headerview.c
10018         * src/textview.c
10019                 Fix Face/X-Face being used if adding another
10020                 address than sender to addressbook
10021                 Thanks to Colin
10022
10023 2007-10-10 [holger]     3.0.2cvs48
10024
10025         * src/addrduplicates.c
10026         * src/editaddress.c
10027                 Improvements to the addressbook duplicate finder
10028                 feature:
10029                  - add an edit button to the button bar
10030                  - display the whole bookname (with iface) and
10031                    use this for same-book checking
10032                  - after editing, try to keep selections if the
10033                    entries are still present
10034                  - sort the email column alphabetically
10035                  - put results in a scrolled window
10036                  - support embedded editing
10037                  - make columns in detail view resizable
10038                  - add keyboard shortcuts
10039
10040 2007-10-10 [wwp]        3.0.2cvs47
10041
10042         * src/addrindex.c
10043                 Fix a crash when there's no From: in email, thanks to Colin.
10044
10045 2007-10-09 [paul]       3.0.2cvs46
10046
10047         * src/messageview.c
10048         * src/summaryview.c
10049         * src/textview.c
10050                 fix building without compface support
10051
10052 2007-10-09 [colin]      3.0.2cvs45
10053
10054         * src/editaddress.c
10055         * src/headerview.c
10056         * src/textview.c
10057                 Add error handling
10058
10059 2007-10-09 [colin]      3.0.2cvs44
10060
10061         * src/addrduplicates.c
10062         * src/addressadd.c
10063         * src/addressadd.h
10064         * src/addressbook.c
10065         * src/addressbook.h
10066         * src/addrindex.c
10067         * src/addrindex.h
10068         * src/addritem.c
10069         * src/addritem.h
10070         * src/compose.c
10071         * src/editaddress.c
10072         * src/editaddress_other_attributes_ldap.h
10073         * src/headerview.c
10074         * src/messageview.c
10075         * src/mimeview.c
10076         * src/summaryview.c
10077         * src/textview.c
10078         * src/gtk/gtkutils.c
10079                 Automatically set contacts' pictures from Face 
10080                 or X-Face if they have no picture
10081                 Display the contact picture in textview or
10082                 headerview for mails sent by people in the 
10083                 addressbook, that have no Face or X-Face
10084                 Fix a few details in the Person edition dialog
10085                 (ability to unset picture)
10086                 Remove picture file when deleting contacts
10087
10088 2007-10-09 [iwkse]      3.0.2cvs43
10089
10090         * src/gtk/about.c
10091                 center the about window
10092
10093 2007-10-09 [paul]       3.0.2cvs42
10094
10095         * src/prefs_toolbar.c
10096                 fix icon selector window on maemo
10097
10098 2007-10-09 [paul]       3.0.2cvs41
10099
10100         * src/messageview.c
10101                 add 'go to' menu to separate msgview
10102
10103 2007-10-09 [colin]      3.0.2cvs40
10104
10105         * src/common/defs.h
10106                 Add forgotten file
10107
10108 2007-10-09 [iwkse]      3.0.2cvs39
10109
10110         * Makefile.am
10111         * src/addressbook.c
10112         * src/addritem.c
10113         * src/addritem.h
10114         * src/editaddress.c
10115         * src/editaddress_other_attributes_ldap.h
10116         * src/addrbook.c
10117         * src/Makefile.am
10118                 set a photo in the Addressbook
10119
10120 2007-10-08 [colin]      3.0.2cvs38
10121
10122         * src/prefs_toolbar.c
10123                 Make height 320 to remove the scrollbar 
10124                 (with current number of icons)
10125
10126 2007-10-08 [colin]      3.0.2cvs37
10127
10128         * src/prefs_toolbar.c
10129                 Transform the treeview to a GtkIconView.
10130                 Patch by Pawel
10131                 In addition, transform the window so that 
10132                 it looks like a popup menu. Patch by me
10133
10134 2007-10-08 [colin]      3.0.2cvs36
10135
10136         * src/compose.c
10137         * src/compose.h
10138                 Beautify the GUI a bit; in particular, show the
10139                 number of attachments in the tab's title.
10140                 Patch by Pawel
10141
10142 2007-10-08 [paul]       3.0.2cvs35
10143
10144         * src/mimeview.c
10145                 Save users from themselves: save temporary
10146                 files used for Open/Open with as read-only.
10147                 Thanks to Colin
10148
10149 2007-10-08 [paul]       3.0.2cvs34
10150
10151         * tools/Makefile.am
10152                 forgot this in cvs33
10153
10154 2007-10-08 [paul]       3.0.2cvs33
10155
10156         * tools/kdeservicemenu/README
10157         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
10158         * tools/kdeservicemenu/install.sh
10159         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
10160                 renamed template* to *template so as not to confuse
10161                 lintian
10162
10163 2007-10-08 [paul]       3.0.2cvs32
10164
10165         * src/prefs_themes.c
10166         * src/stock_pixmap.c
10167                 replace 2 direct uses of RC_DIR
10168
10169 2007-10-07 [colin]      3.0.2cvs31
10170
10171         * src/addrduplicates.c
10172         * src/addrduplicates.h
10173         * src/addressbook.c
10174         * src/addressbook.h
10175         * src/addrindex.c
10176         * src/addrindex.h
10177                 Implement deletion in duplicate finder. 
10178                 Patch by Holger 
10179
10180 2007-10-07 [colin]      3.0.2cvs30
10181
10182         * src/exporthtml.c
10183         * src/mbox.c
10184         * src/common/utils.c
10185                 Better fix for Solaris, thanks to Nicolas Doualot
10186
10187 2007-10-07 [colin]      3.0.2cvs29
10188
10189         * AUTHORS
10190         * src/gtk/authors.h
10191                 Add Frank Dietrich
10192
10193 2007-10-07 [colin]      3.0.2cvs28
10194
10195         * src/exporthtml.c
10196                 Fix HTML export to make it more compliant
10197                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
10198
10199 2007-10-07 [colin]      3.0.2cvs27
10200
10201         * src/prefs_toolbar.c
10202                 Only use icons that wouldn't look stupid in the toolbar
10203                 Patch by Pawel
10204
10205 2007-10-07 [colin]      3.0.2cvs26
10206
10207         * src/prefs_toolbar.c
10208                 Fix old icon being used when none is selected
10209
10210 2007-10-07 [colin]      3.0.2cvs25
10211
10212         * src/toolbar.c
10213                 Fix copy/paste error
10214
10215 2007-10-07 [colin]      3.0.2cvs24
10216
10217         * src/prefs_toolbar.c
10218         * src/toolbar.c
10219         * src/toolbar.h
10220                 Update icon to default one when changing event
10221                 Make the icon chooser nicer (handle Esc, Enter,
10222                 double-click)
10223
10224 2007-10-06 [colin]      3.0.2cvs23
10225
10226         * src/prefs_toolbar.c
10227                 Fix text reset; patch by Pawel
10228
10229 2007-10-06 [colin]      3.0.2cvs22
10230
10231         * src/toolbar.h
10232                 Complete previous commit
10233
10234 2007-10-06 [colin]      3.0.2cvs21
10235
10236         * src/prefs_toolbar.c
10237         * src/toolbar.c
10238                 Set toolbar text automatically to the default
10239                 when changing Event executed on click
10240
10241 2007-10-06 [colin]      3.0.2cvs20
10242
10243         * src/prefs_toolbar.c
10244                 Invert Text and Event fields
10245
10246 2007-10-06 [colin]      3.0.2cvs19
10247
10248         * src/prefs_toolbar.c
10249         * src/toolbar.c
10250                 Make toolbar prefs look much better
10251                 Patch by Pawel Pekala
10252
10253 2007-10-06 [paul]       3.0.2cvs18
10254
10255         * src/account.c
10256         * src/prefs_filtering.c
10257                 fix checkbuttons in gtktreeview on maemo by
10258                 setting maemo's "allow-checkbox-mode" to FALSE
10259
10260 2007-10-06 [colin]      3.0.2cvs17
10261
10262         * configure.ac
10263                 Export -DSOLARIS in CFLAGS for all
10264                 Solaris (not just 2.8) and OpenSolaris
10265
10266 2007-10-06 [paul]       3.0.2cvs16
10267
10268         * AUTHORS
10269         * src/exporthtml.c
10270         * src/mbox.c
10271         * src/gtk/authors.h
10272                 fix build on solaris where ctime_r takes
10273                 3 arguments rather than 2.
10274                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
10275
10276 2007-10-05 [colin]      3.0.2cvs15
10277
10278         * src/etpan/imap-thread.c
10279                 Fix wrong error codepath
10280
10281 2007-10-05 [wwp]        3.0.2cvs14
10282
10283         * src/filtering.c
10284                 Fix unexpected logging of quicksearches:
10285                 debug_filtering_session flag was never reset to FALSE, causing
10286                 matcher functions to log when called from a quicksearch
10287                 (if a filtering session happened before).
10288
10289 2007-10-05 [paul]       3.0.2cvs13
10290
10291         * src/prefs_actions.c
10292         * src/prefs_filtering.c
10293         * src/prefs_template.c
10294                 fix bug 1343, 'Filtering..'s close button
10295                 silently discards new filter'
10296                 Thanks to Colin
10297
10298 2007-10-05 [paul]       3.0.2cvs12
10299
10300         * configure.ac
10301         * src/Makefile.am
10302                 fix bug 1347, '-Wno-unused-function, optional'
10303
10304 2007-10-05 [colin]      3.0.2cvs11
10305
10306         * src/procmime.c
10307         * src/common/mgutils.c
10308                 Fix warnings
10309
10310 2007-10-05 [mones]      3.0.2cvs10
10311
10312         * manual/advanced.xml
10313                 Use full menu name
10314         * manual/es/advanced.xml
10315                 Synchronise translation
10316
10317 2007-10-04 [colin]      3.0.2cvs9
10318
10319         * src/action.c
10320         * src/addrbook.c
10321         * src/addrindex.c
10322         * src/compose.c
10323         * src/exporthtml.c
10324         * src/exportldif.c
10325         * src/folder.c
10326         * src/main.c
10327         * src/matcher.c
10328         * src/mbox.c
10329         * src/messageview.c
10330         * src/mh.c
10331         * src/news.c
10332         * src/partial_download.c
10333         * src/pop.c
10334         * src/procmime.c
10335         * src/procmsg.c
10336         * src/toolbar.c
10337         * src/common/log.c
10338         * src/common/mgutils.c
10339         * src/common/plugin.c
10340         * src/common/utils.c
10341         * src/common/xml.c
10342         * src/common/xml.h
10343         * src/common/xmlprops.c
10344         * src/common/xmlprops.h
10345         * src/plugins/bogofilter/bogofilter.c
10346         * src/plugins/clamav/clamav_plugin.c
10347         * src/plugins/dillo_viewer/dillo_prefs.c
10348         * src/plugins/pgpcore/prefs_gpg.c
10349         * src/plugins/pgpinline/pgpinline.c
10350         * src/plugins/pgpmime/pgpmime.c
10351         * src/plugins/spamassassin/spamassassin.c
10352         * src/plugins/trayicon/trayicon_prefs.c
10353                 Verify success on writes. Will fix possible strange
10354                 failure on disk full.
10355
10356 2007-10-04 [paul]       3.0.2cvs8
10357
10358         * manual/advanced.xml
10359                 add further info about Actions
10360                 Patch by Emmanuel Briot <briot@adacore.com>
10361
10362 2007-10-04 [paul]       3.0.2cvs7
10363
10364         * src/account.c
10365                 remove the D column, instead indicate the
10366                 default account by use of bold text
10367
10368 2007-10-03 [colin]      3.0.2cvs6
10369
10370         * src/common/template.c
10371                 Fix templates writing (was prone to disk full problems)
10372
10373 2007-10-03 [colin]      3.0.2cvs5
10374
10375         * src/Makefile.am
10376         * src/addrduplicates.c
10377         * src/addrduplicates.h
10378         * src/addressbook.c
10379                 Add duplicate deletion. Patch by Holger
10380
10381 2007-10-03 [colin]      3.0.2cvs4
10382
10383         * src/matcher.c
10384         * src/gtk/quicksearch.c
10385                 Fix bug 1340, 'Case insensitive searches with 
10386                 non-ascii alphabets fail'.
10387
10388 2007-10-03 [colin]      3.0.2cvs3
10389
10390         * src/main.c
10391         * src/common/utils.c
10392         * src/common/utils.h
10393                 Implement run-time alternative config directories
10394
10395 2007-10-03 [colin]      3.0.2cvs2
10396
10397         * src/folderview.c
10398                 Prevent opening folder item while folder
10399                 is scanned in a better way
10400
10401 2007-10-02 [paul]       3.0.2cvs1
10402
10403         * NEWS
10404         * README
10405         * RELEASE_NOTES
10406         * configure.ac
10407                 bump up version number following stable release
10408
10409 2007-09-30 [colin]      3.0.1cvs49
10410
10411         * src/imap.c
10412                 Refresh session if needed
10413
10414 2007-09-30 [colin]      3.0.1cvs48
10415
10416         * src/imap.c
10417                 Reset folder's session to NULL
10418                 before destroying it
10419
10420 2007-09-30 [mones]      3.0.1cvs47
10421
10422         * manual/handling.xml
10423                 Use markup quotes instead hardcoded quotes
10424         * manual/es/handling.xml
10425                 Added new synced section (IMAP subscriptions)
10426
10427 2007-09-29 [colin]      3.0.1cvs46
10428
10429         * src/imap.c
10430                 Notice disconnections faster
10431
10432 2007-09-28 [colin]      3.0.1cvs45
10433
10434         * src/addressbook.c
10435         * src/addrindex.c
10436                 Fix warnings
10437
10438 2007-09-28 [paul]       3.0.1cvs44
10439
10440         * src/mimeview.c
10441                 fix maemo build
10442
10443 2007-09-28 [paul]       3.0.1cvs43
10444
10445         * src/account.c
10446                 use gtk_widget_set_size_request() on the label
10447                 so that wrapping works better. get rid of the
10448                 (partially deprecated) hbutton_box.
10449                 these changes should prevent buttons overlapping
10450                 on maemo
10451
10452 2007-09-28 [colin]      3.0.1cvs42
10453
10454         * src/pop.c
10455                 Fix typo :)
10456
10457 2007-09-28 [colin]      3.0.1cvs41
10458
10459         * src/compose.c
10460         * src/msgcache.c
10461         * src/pop.c
10462         * src/procmime.c
10463         * src/etpan/imap-thread.c
10464                 64bits-related warning fixes
10465
10466 2007-09-28 [colin]      3.0.1cvs40
10467
10468         * src/folder_item_prefs.c
10469         * src/ldaputil.c
10470         * src/mainwindow.c
10471         * src/mimeview.c
10472         * src/common/tags.c
10473                 Fix warnings
10474
10475 2007-09-28 [colin]      3.0.1cvs39
10476
10477         * src/plugins/spamassassin/spamassassin.c
10478         * src/plugins/spamassassin/spamassassin.h
10479         * src/plugins/spamassassin/spamassassin_gtk.c
10480                 Add addressbook-based whitelisting
10481
10482 2007-09-28 [colin]      3.0.1cvs38
10483
10484         * src/folder.c
10485                 Fix bug 1337, 'crash on pressing Send button'
10486
10487 2007-09-28 [paul]       3.0.1cvs37
10488
10489         * src/prefs_folder_item.c
10490                 give the orphans a parent. makes all prefs
10491                 pages visible on maemo
10492
10493 2007-09-28 [colin]      3.0.1cvs36
10494
10495         * src/prefs_folder_column.c
10496         * src/prefs_summary_column.c
10497                 Fix two leaks
10498
10499 2007-09-27 [colin]      3.0.1cvs35
10500
10501         * src/gtk/quicksearch.c
10502                 Fix bug 1336, 'Segfault if empty space before search-string'
10503
10504 2007-09-26 [mones]      3.0.1cvs34
10505
10506         * manual/account.xml
10507         * manual/plugins.xml
10508                 Fixed irc channel name, added some docbook markup.
10509                 Changed text markup to docbook markup. 
10510                 Added spamcop as supported in SpamReport description.
10511         * manual/fr/plugins.xml
10512                 Fixed irc channel name.
10513         * manual/es/account.xml
10514         * manual/es/advanced.xml
10515         * manual/es/claws-mail-manual.xml
10516         * manual/es/glossary.xml
10517         * manual/es/gpl.xml
10518         * manual/es/keyboard.xml
10519         * manual/es/plugins.xml
10520                 Synced with English version, fixed a couple of typos.
10521
10522 2007-09-26 [colin]      3.0.1cvs33
10523
10524         * configure.ac
10525                 Explain why "Libgnomeprint: no" on GTK+ 2.10
10526
10527 2007-09-26 [colin]      3.0.1cvs32
10528
10529         * src/messageview.c
10530         * src/procmsg.c
10531         * src/procmsg.h
10532                 Optimisation: avoid fetching mail 3 times locally
10533                 for displaying
10534
10535 2007-09-26 [colin]      3.0.1cvs31
10536
10537         * src/mh.c
10538                 Fix missing static
10539
10540 2007-09-26 [colin]      3.0.1cvs30
10541
10542         * src/folder.c
10543         * src/folder.h
10544         * src/mh.c
10545         * src/mh.h
10546                 Fix MH mtime hack - make it a folder class function
10547
10548 2007-09-26 [colin]      3.0.1cvs29
10549
10550         * src/inc.c
10551                 Fix bug 1334, 'user defined mail incorporation 
10552                 script not run'
10553
10554 2007-09-25 [colin]      3.0.1cvs28
10555
10556         * src/codeconv.c
10557                 Optimisation: shortcut conv_codeset_strdup
10558                 when src_code and dest_code are the same
10559         * src/common/xml.c
10560         * src/common/xml.h
10561                 Optimisation: shortcut code conversions when
10562                 files are in UTF-8; faster list walking by
10563                 using prepend/reverse.
10564
10565 2007-09-25 [holger]     3.0.1cvs27
10566
10567         * src/printing.c
10568                 Replace button bar of the preview window
10569                 with a real toolbar (patch by Colin)
10570                 Add zooming to the preview window
10571
10572 2007-09-24 [paul]       3.0.1cvs26
10573
10574         * src/compose.c
10575                 compact the character set menu, adding some
10576                 missing encodings. Patch by Pawel Pekala
10577
10578 2007-09-23 [paul]       3.0.1cvs25
10579
10580         * src/prefs_account.c
10581         * src/prefs_folder_item.c
10582         * src/prefs_quote.c
10583         * src/quote_fmt.c
10584         * src/quote_fmt.h
10585                 remove unnecessary frame from Templates options
10586                 and improve the English of the check button label
10587
10588 2007-09-22 [colin]      3.0.1cvs24
10589
10590         * src/gtk/quicksearch.c
10591                 Fix bug 1329, 'error in quicksearch.c'
10592                 Fix return with value in function returning void
10593
10594 2007-09-22 [colin]      3.0.1cvs23
10595
10596         * src/imap.c
10597         * src/procmsg.h
10598         * src/common/utils.c
10599         * src/common/utils.h
10600         * src/etpan/imap-thread.c
10601                 Optimise fetching IMAP cached emails *a lot*
10602                 (remember whether mail is fully cached and \r's
10603                  are already stripped)
10604
10605 2007-09-22 [colin]      3.0.1cvs22
10606
10607         * src/folder.c
10608         * src/folder.h
10609         * src/prefs_folder_item.c
10610                 Add a button to allow users to drop local caches.
10611
10612 2007-09-21 [colin]      3.0.1cvs21
10613
10614         * src/summaryview.c
10615                 Remove unnecessary error when cancelling export to mbox.
10616                 Patch by Pawel
10617
10618 2007-09-21 [paul]       3.0.1cvs20
10619
10620         * src/gtk/prefswindow.c
10621                 remove unnecessary frames from the prefs
10622                 pages. Patch by Pawel Pekala
10623
10624 2007-09-21 [paul]       3.0.1cvs19
10625
10626         * src/prefs_account.c
10627         * src/prefs_folder_item.c
10628         * src/prefs_quote.c
10629         * src/quote_fmt.c
10630                 put the Templates options into a tabbed
10631                 layout. Patch by Pawel Pekala
10632
10633 2007-09-21 [paul]       3.0.1cvs18
10634
10635         * src/mainwindow.c
10636                 group together the character set menu items
10637                 move the /View/Show or hide/Message view below
10638                 .../Toolbar menu item
10639                 Patch by Pawel Pekala
10640
10641 2007-09-21 [mones]      3.0.1cvs17
10642
10643         * src/compose.c
10644                 Fix for bug 1327, 'segfault when replying to a non-existent
10645                 news message', thanks to Colin.
10646
10647 2007-09-21 [colin]      3.0.1cvs16
10648
10649         * src/folderview.c
10650                 Complete 3.0.1cvs15
10651
10652 2007-09-20 [colin]      3.0.1cvs15
10653
10654         * src/folderview.c
10655         * src/folderview.h
10656                 Maybe fix bug 1324, 'Corrupted IMAP cache'
10657
10658 2007-09-20 [colin]      3.0.1cvs14
10659
10660         * src/printing.c
10661                 Fix a little leak
10662
10663 2007-09-20 [holger]     3.0.1cvs13
10664
10665         * src/printing.c
10666                 Add page layout to print preview.
10667                 Make the close-button in the toolbar
10668                 right-aligned.
10669
10670 2007-09-20 [paul]       3.0.1cvs12
10671
10672         * po/ru.po
10673                 updated by Pavlo Bohmat
10674
10675 2007-09-19 [colin]      3.0.1cvs11
10676
10677         * src/common/utils.c
10678                 Prevent unquoted mime boundaries, by always
10679                 using a /
10680
10681 2007-09-19 [colin]      3.0.1cvs10
10682
10683         * src/printing.c
10684                 Fix drawing area size, fix DPI change that
10685                 can cause total number of lines to decrease
10686
10687 2007-09-19 [colin]      3.0.1cvs9
10688
10689         * po/POTFILES.in
10690         * src/printing.c
10691                 Make print preview more efficient and nicer.
10692                 Patch mostly by Holger Berndt <hb@claws-mail.org>
10693
10694 2007-09-19 [colin]      3.0.1cvs8
10695
10696         * src/prefs_common.c
10697         * src/prefs_common.h
10698         * src/printing.c
10699                 Add scrolledwindow, default allocation and
10700                 size saving to the print preview window.
10701
10702 2007-09-18 [colin]      3.0.1cvs7
10703
10704         * src/prefs_common.c
10705         * src/prefs_common.h
10706         * src/prefs_image_viewer.c
10707         * src/printing.c
10708                 GtkPrintOperation:
10709                 - add image printing support
10710                 - add option to print images
10711                 - add preview widget
10712                 - add saving of a few Page Setup parameters
10713
10714 2007-09-18 [colin]      3.0.1cvs6
10715
10716         * AUTHORS
10717         * src/gtk/authors.h
10718                 Add Guillaume Chazarain
10719
10720 2007-09-18 [colin]      3.0.1cvs5
10721
10722         * src/common/utils.c
10723                 Fix bug 1321, 'access before allocation 
10724                 when scanning for uris'. Patch by 
10725                 Guillaume Chazarain <guichaz@yahoo.fr>
10726
10727 2007-09-18 [colin]      3.0.1cvs4
10728
10729         * src/toolbar.c
10730                 Fix bug 1320, 'Memory leak caused by 
10731                 gtk_container_get_children'. Patch by
10732                 Guillaume Chazarain <guichaz@yahoo.fr>
10733
10734 2007-09-18 [colin]      3.0.1cvs3
10735
10736         * src/printing.c
10737         * src/printing.h
10738                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
10739
10740 2007-09-18 [colin]      3.0.1cvs2
10741
10742         * src/Makefile.am
10743         * src/mainwindow.c
10744         * src/messageview.c
10745         * src/messageview.h
10746         * src/prefs_ext_prog.c
10747         * src/prefs_fonts.c
10748         * src/printing.c
10749         * src/printing.h
10750         * src/summaryview.c
10751                 Use GtkPrintOperation by default on GTK+ >= 2.10
10752                 Patch by Holger Berndt <hb@claws-mail.org>
10753
10754 2007-09-18 [paul]       3.0.1cvs1
10755
10756         * NEWS
10757         * README
10758         * RELEASE_NOTES
10759         * configure.ac
10760                 bump up version number following stable release
10761
10762 2007-09-16 [colin]      3.0.0cvs18
10763
10764         * src/folder.c
10765                 Fix possible memleak
10766
10767 2007-09-16 [colin]      3.0.0cvs17
10768
10769         * src/folderview.c
10770                 Fix bug 1311, 'Wrong arrow position 
10771                 while moving message into folder when 
10772                 column headers hidden'
10773         * src/image_viewer.c
10774                 Show error in the GUI if image can't
10775                 be loaded
10776         * src/matcher.c
10777                 Fix spurious output
10778         * src/messageview.c
10779                 Allow setting domain in msgid
10780         * src/common/plugin.c
10781                 Add timing information
10782
10783 2007-09-16 [colin]      3.0.0cvs16
10784
10785         * src/account.c
10786         * src/compose.c
10787         * src/prefs_account.c
10788         * src/prefs_account.h
10789         * src/common/utils.c
10790                 Remove Generate Message-ID option. We need
10791                 this on some IMAP servers.
10792         * src/prefs_template.c
10793                 Fix double-free
10794
10795 2007-09-16 [colin]      3.0.0cvs15
10796
10797         * src/prefs_filtering.c
10798         * src/prefs_filtering.h
10799         * src/prefs_filtering_action.c
10800         * src/common/tags.c
10801                 Fix tags issues: tags with spaces, renaming
10802                 tags.
10803
10804 2007-09-16 [colin]      3.0.0cvs14
10805
10806         * src/folderview.c
10807         * src/main.c
10808         * src/mainwindow.c
10809                 Fix bug 1308, 'Claws deletes folderlist.xml after
10810                 fetching mail short after start-up'
10811
10812 2007-09-16 [colin]      3.0.0cvs13
10813
10814         * src/compose.c
10815                 Fix scrolling to cursor
10816
10817 2007-09-16 [paul]       3.0.0cvs12
10818
10819         * po/sr.po
10820                 updated by Aleksandar Urosevic
10821
10822 2007-09-16 [paul]       3.0.0cvs11
10823
10824         * src/folder.c
10825                 do not allow locked msgs to be deleted,
10826                 even by filtering/processing
10827
10828 2007-09-07 [paul]       3.0.0cvs10
10829
10830         * src/prefs_folder_column.c
10831         * src/prefs_summary_column.c
10832                 implement button sensitivity
10833                 patch by Pawel Pekala
10834
10835 2007-09-06 [wwp]        3.0.0cvs9
10836
10837         * src/prefs_gtk.c
10838                 Add a missing linefeed to a debug message.
10839
10840 2007-09-05 [colin]      3.0.0cvs8
10841
10842         * src/inc.c
10843                 Fix statusbar/window mismatch on Maemo
10844
10845 2007-09-05 [colin]      3.0.0cvs7
10846
10847         * src/ldaputil.c
10848                 Fix build without USE_LDAP_TLS
10849
10850 2007-09-05 [colin]      3.0.0cvs6
10851
10852         * src/folder.c
10853         * src/imap.c
10854         * src/inc.c
10855         * src/mbox.c
10856         * src/send_message.c
10857         * src/statusbar.c
10858         * src/statusbar.h
10859                 Maemo: distinguish various statusbar messages,
10860                 in order to display only the most important.
10861
10862 2007-09-04 [wwp]        3.0.0cvs5
10863
10864         * src/account.c
10865                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
10866                 Show protocol "SMTP" and the appropriate server for send-only
10867                 accounts, show "-" instead of "" when no value is relevant.
10868
10869 2007-09-03 [ticho]      3.0.0cvs4
10870
10871         * src/summaryview.c
10872                 Handle plural form better in delete confirmation dialog.
10873
10874 2007-09-03 [wwp]        3.0.0cvs3
10875
10876         * src/compose.c
10877                 Warn differently when sending or sending later (queueing).
10878
10879 2007-09-03 [colin]      3.0.0cvs2
10880
10881         * src/procmime.c
10882         * src/procmime.h
10883         * src/common/plugin.c
10884         * src/common/plugin.h
10885                 Add a new plugin API, MimeParser. It allows
10886                 plugins to scan email MIME parts and optionally,
10887                 transform them.
10888
10889 2007-09-03 [mones]      3.0.0cvs1
10890
10891         * po/es.po
10892                 Updated translation
10893         * src/common/defs.h
10894                 While a better solution is made double history sizes
10895
10896 2007-09-03 [paul]       3.0.0
10897
10898         * NEWS
10899         * README
10900         * RELEASE_NOTES
10901                 3.0.0 released
10902
10903 [For previous entries, see ChangeLog.2.0.0-3.0.0]