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