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