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