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