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