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