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