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