2011-04-10 [colin] 3.7.9cvs5
[claws.git] / ChangeLog
1 2011-04-10 [colin]      3.7.9cvs5
2
3         * src/messageview.c
4                 Fix age-old typo.
5
6 2011-04-10 [colin]      3.7.9cvs4
7
8         * src/compose.c
9         * src/editaddress_other_attributes_ldap.c
10         * src/message_search.c
11         * src/prefs_display_header.c
12         * src/prefs_filtering_action.c
13         * src/prefs_other.c
14         * src/prefs_toolbar.c
15         * src/summary_search.c
16         * src/gtk/combobox.c
17         * src/gtk/gtkutils.h
18                 gtk_combo_box_*_text() is deprecated, and
19                 gtk_combo_box_text_*() is the new hotness.
20
21 2011-04-10 [colin]      3.7.9cvs3
22
23         * src/addr_compl.c
24         * src/addressbook.c
25         * src/browseldap.c
26         * src/compose.c
27         * src/folder.c
28         * src/folderview.c
29         * src/gtk/gtkvscrollbutton.c
30         * src/gtk/gtkvscrollbutton.h
31                 s/GtkFunction/GSourceFunc
32
33 2011-04-10 [colin]      3.7.9cvs2
34
35         * src/mainwindow.c
36                 Use gtkut_window_popup() to work around a bug in Gnome Shell.
37                 This is the patch from bug #2396, it should be innocuous even
38                 if that's useless to do deiconify + present window...
39
40 2011-04-09 [paul]       3.7.9cvs1
41
42         * src/prefs_summaries.c
43                 fix typo in string. (thanks, Brad!)
44
45 2011-04-09 [paul]       3.7.9
46         * NEWS
47         * README
48         * RELEASE_NOTES 
49                 3.7.9 unleashed!        
50
51 2011-04-09 [paul]       3.7.8cvs78
52
53         * po/cs.po
54         * po/es.po
55         * po/fi.po
56         * po/fr.po
57         * po/lt.po
58         * po/pt_BR.po
59         * po/sk.po
60         * po/uk.po
61                 updated by David Vachulka, Ricardo Mones, Flammie Pirinen,
62                 wwp, Mindaugas Baranauskas, Frederico Goncalves Guimaraes,
63                 Slavko, and Yarema
64
65 2011-04-09 [colin]      3.7.8cvs77
66
67         * src/gtk/filesel.c
68                 Revert part of yesterday's patch. While gtk_file_chooser_set_current_name()
69                 wants an UTF-8 string, gtk_file_chooser_set_current_folder() wants a glib-
70                 encoding filename. Hooray for stupid.
71
72 2011-04-08 [colin]      3.7.8cvs76
73
74         * src/action.c
75                 Fix action Stop: if child does not react to SIGTERM, it'll
76                 probably start behaving when it'll get a SIGKILL on the user's
77                 second press on Stop.
78                 Fixes bug #2237, "User action makes Claws unresponsive".
79
80 2011-04-08 [colin]      3.7.8cvs75
81
82         * src/account.c
83         * src/folder.c
84         * src/folder.h
85         * src/folder_item_prefs.c
86         * src/folder_item_prefs.h
87         * src/prefs_account.c
88                 Fix bug #2382, "folderitemrc not updated when account
89                 name is changed". Indeed, this wasn't done.
90
91 2011-04-08 [wwp]        3.7.8cvs74
92
93         * src/procmime.c
94         Add support for quoted values (*="value").
95         This commonly fixes a trailing quote appearing to filenames
96         sent by iphone Mail (not sure if it's culprit at all, though).
97
98 2011-04-08 [colin]      3.7.8cvs73
99
100         * src/gtk/filesel.c
101                 Fix bug #2393, "Crashes and rendering problems in the "Save as" menu 
102                 caused by attachments with extended chars in the file name". Patch
103                 derived from a patch bt Fabien Keil
104
105 2011-04-05 [wwp]        3.7.8cvs72
106
107         * src/compose.c
108                 A debug string not to translate.
109
110 2011-04-03 [colin]      3.7.8cvs71
111
112         * src/common/utils.h
113                 Fix bug #2394, "backtrace() crashes on FreeBSD"
114                 That's not the first bug-report where internal
115                 debug-only backtrace() crashes on FreeBSD.
116
117 2011-04-03 [colin]      3.7.8cvs70
118
119         * src/compose.c
120                 Fix bug #2365 again, "Crash when auto-scrolling headers in
121                 compose window".
122                 Batch-mode compose windows (from filtering actions) shouldn't
123                 try to access stuff after flushing events...
124
125 2011-03-31 [paul]       3.7.8cvs69
126
127         * INSTALL
128                 update as gtk >= 2.10 now required
129                 (because I'll never remember to do this later)
130
131 2011-03-26 [paul]       3.7.8cvs68
132
133         * src/messageview.c
134                 fix separators in Go To menu
135
136 2011-03-20 [colin]      3.7.8cvs67
137
138         * configure.ac
139                 Drop the *_DISABLE_DEPRECATED. We'll put them back
140                 when we'll have time to handle them
141
142 2011-03-18 [paul]       3.7.8cvs66
143
144         * src/textview.c
145                 make user-facing message more accurate -
146                 'Network Log' not 'View Log'
147
148 2011-03-17 [wwp]        3.7.8cvs65
149
150         * po/fr.po
151                 Fix a typo around plural form, as reported by
152                 Yannick Palanque.
153
154 2011-03-15 [colin]      3.7.8cvs64
155
156         * AUTHORS
157         * src/gtk/authors.h
158         * src/main.c
159                 Fix bug #2381, "Support for NetworkManager 0.9".
160                 Patch by Mikhail Efremov
161
162 2011-03-04 [colin]      3.7.8cvs63
163
164         * src/mimeview.c
165         * src/mimeview.h
166                 Fix segfault on Windows
167         * src/exporthtml.c
168         * src/common/utils.c
169         * src/common/w32_unistd.c
170         * src/common/w32lib.h
171                 Rationalize use of time_r() funcs (pthread do define them)
172
173 2011-03-02 [pawel]      3.7.8cvs62
174
175         * src/wizard.c
176                 Re-implement widgets aligning, switch from GtkSizeGroup
177                 to GtkTable - this should fix disappearing labels
178
179 2011-03-01 [pawel]      3.7.8cvs61
180
181         * src/wizard.c
182                 Wizard GUI cleanups. Make it look and behave more
183                 like account preferences.
184
185 2011-02-23 [colin]      3.7.8cvs60
186
187         * src/common/Makefile.am
188                 Fix make dist
189
190 2011-02-23 [colin]      3.7.8cvs59
191
192         * src/Makefile.am
193         * src/main.c
194         * src/common/Makefile.am
195         * src/common/plugin.c
196         * src/common/valgrind.h
197                 Fix bug #2369, "valgrind.h should NOT be part of claws-mail"
198                 Use valgrind's own header.
199
200 2011-02-22 [colin]      3.7.8cvs58
201
202         * src/prefs_account.c
203                 Fix bug #2367 (Win32): Disable "Always sign messages when replying to a
204                 signed message" upon new installation. This is disturbing when PGP
205                 plugins are loaded by default.
206
207 2011-02-16 [paul]       3.7.8cvs57
208
209         * src/*
210                 update copyright headers throughout
211
212 2011-02-16 [paul]       3.7.8cvs56
213
214         * src/summaryview.c
215                 use gettext plural form for "item selected"/"items selected"
216
217 2011-02-13 [colin]      3.7.8cvs55
218
219         * src/mimeview.c
220         * src/mimeview.h
221                 Fix bug #2361, "Claws crashes after PGP Check in separate
222                 msg view". Don't let the cancel thread lie around after
223                 the verification ended.
224
225 2011-02-13 [paul]       3.7.8cvs54
226
227         * po/lt.po
228                 updated by Mindaugas Baranauskas
229
230 2011-02-11 [mones]      3.7.8cvs53
231
232         * manual/es/advanced.xml
233                 Sync with English manual
234         * src/imap.c
235                 Fix remaining mismatched alloc/free from cppcheck
236
237 2011-02-10 [pawel]      3.7.8cvs52
238
239         * src/ldapupdate.c
240                 Fix memleaks
241
242 2011-02-10 [pawel]      3.7.8cvs51
243
244         * src/prefs_toolbar.c
245                 - set menus sensitivity in item type combo depending on
246                   availability of actions / plugin hooks
247                 - style fixes, spaces instead of tabs mostly
248
249 2011-02-10 [paul]       3.7.8cvs50
250
251         * src/prefs_account.c
252                 move the 'send acc mail addr in msg-id" option to
253                 the send page
254
255 2011-02-10 [paul]       3.7.8cvs49
256
257         * src/prefs_account.c
258                 move the 'expunge immediately' option to a more
259                 suitable page
260
261 2011-02-05 [pawel]      3.7.8cvs48
262
263         * manual/advanced.xml
264                 Document new hidden pref
265         * src/folder.c
266                 Dont treat mimeparts referenced by others as
267                 real attachments
268         * src/mimeview.c
269         * src/prefs_common.c
270         * src/prefs_common.h
271                 Add ability to hide inline attachments referenced
272                 by other mimeparts in MimeView. To enable this
273                 feature set show_inline_attachments=0 in your clawsrc
274
275 2011-01-25 [colin]      3.7.8cvs47
276
277         * src/matcher.c
278                 Fix matcher body parsing: decode mails with our
279                 MIME parser. This speeds up body search a bit as
280                 binary attachments are not searched anymore, slows
281                 down a bit full message searches, but not awfully.
282         * src/summary_search.c
283                 Use matcher API to search, in all cases (advanced search or
284                 not). Also, fix little logic bugs related to combos history
285         * src/common/utils.c
286         * src/common/utils.h
287         * src/procmime.c
288         * src/procmime.h
289                 Remove dead code, export functions needed by matcher.c
290
291 2011-01-25 [colin]      3.7.8cvs46
292
293         * src/compose.c
294         * src/prefs_common.c
295         * src/common/md5.c
296         * src/common/ssl_certificate.c
297                 Fix mismatched alloc/free (thanks to cppcheck)
298
299 2011-01-25 [colin]      3.7.8cvs45
300
301         * src/pop.c
302                 Fix leak on error path
303
304 2011-01-23 [mones]      3.7.8cvs44
305
306         * manual/es/advanced.xml
307                 Sync with English manual
308
309 2011-01-23 [paul]       3.7.8cvs43
310
311         * src/gtk/about.c
312                 it's 2011, update copyright line
313
314 2011-01-23 [paul]       3.7.8cvs42
315
316         * manual/advanced.xml
317         * src/prefs_common.c
318         * src/prefs_common.h
319         * src/textview.c
320                 fix bug #2350, 'Make displaying localized date/time in
321                 message view optional'.
322                 This introduces a new hidden option (why do more?),
323                 'msgview_date_format', which defaults to OFF, maintaining
324                 the current and expected behaviour.
325
326 2011-01-21 [colin]      3.7.8cvs41
327
328         * src/procmime.c
329                 Fix bug #2050, Clawsmail sends return receipt every seconds
330                 We forgot to close the file when parsing 
331                 disposition-notification fields, which made unlinking of the
332                 corresponding emails in tempfolder/processing impossible in
333                 Windows. Causing them to be re-fetched every time.
334
335 2011-01-21 [colin]      3.7.8cvs40
336
337         * claws-mail.desktop
338                 Fix again bug #2346: We should have a %u parameter.
339
340 2011-01-21 [colin]      3.7.8cvs39
341
342         * src/plugins/spamassassin/spamassassin.c
343                 Fix sa-learn when offline (its command line parsing is
344                 space-dependant). Patch by Wolfgang Lorenz
345
346 2011-01-19 [pawel]      3.7.8cvs38
347
348         * claws-mail.desktop
349                 Fix Bug 2346 'Please register x-handler-scheme
350                  in .desktop file' patch by Laurent Bigonville
351                 While I'm here update things to current
352                 standards, fix desktop-file-validate warnings/errors
353
354 2011-01-18 [colin]      3.7.8cvs37
355
356         * src/common/smtp.c
357                 Fix logic on SMTP AUTH: If the selected method isn't
358                 available, say so instead of supposing it'll work.
359                 Fixes bug #2039, 'SMTP AUTHENTICATION'
360
361 2011-01-15 [pawel]      3.7.8cvs36
362
363         * src/prefs_folder_item.c
364                 Rework subject regexp simplify gui a bit, this give us better
365                 options page layout (window with min width was too short to 
366                 show all contents and thigs were unwieldy) and better preview
367                 of regexp working/not working
368
369 2011-01-14 [pawel]      3.7.8cvs35
370
371         * src/textview.c
372                 strncpy2() NULLify strings just fine, no need to be
373                 extra "clever"
374
375 2011-01-14 [pawel]      3.7.8cvs34
376
377         * src/textview.c
378                 Fix Bug #2165 'The date not localized in the message view'
379                 Display Date header in messageview in the same way as in
380                 summaryview by respecting date format set in preferences.
381
382 2011-01-06 [pawel]      3.7.8cvs33
383
384         * src/prefs_account.c
385         * src/prefs_folder_item.c
386         * src/prefs_quote.c
387         * src/quote_fmt.c
388                 Make quote templates widgets more compact
389
390 2011-01-06 [pawel]      3.7.8cvs32
391
392         * src/plugins/trayicon/trayicon.c
393                 - fix logic bug which caused icon to be
394                   always set no-mail status on plugin load
395                 - force icon hide on plugin_done(), without
396                   it empty space(?!) is left in tray under KDE3 and KDE4
397
398 2011-01-06 [colin]      3.7.8cvs31
399
400         * src/addrharvest.c
401         * src/codeconv.c
402         * src/codeconv.h
403         * src/compose.c
404         * src/news.c
405         * src/procheader.c
406         * src/procmime.c
407         * src/unmime.c
408         * src/unmime.h
409                 Unmime headers differently whether they're addresses or not:
410                 It's useless to quote things containing commas if it's in
411                 subject, for example. (introduced in 3.7.8cvs26)
412
413 2011-01-06 [colin]      3.7.8cvs30
414
415         * src/gtk/gtkaspell.c
416                 Complete previous patch
417         * src/messageview.c
418         * src/plugins/pgpinline/pgpinline.c
419                 Coding style
420
421 2011-01-06 [paul]       3.7.8cvs29
422
423         * AUTHORS
424         * configure.ac
425         * po/lt.po
426         * src/gtk/authors.h
427                 add Lithuanian translation (approx. 65% complete)
428                 submitted by Mindaugas Baranauskas
429
430 2011-01-06 [pawel]      3.7.8cvs28
431
432         * src/export.c
433         * src/import.c
434         * src/messageview.c
435         * src/prefs_actions.c
436         * src/procmime.c
437         * src/gtk/gtkaspell.c
438         * src/plugins/pgpinline/pgpinline.c
439         * src/plugins/pgpmime/pgpmime.c
440         * src/plugins/smime/smime.c
441                 Fix memory/file descriptors leaks
442
443 2011-01-06 [paul]       3.7.8cvs27
444
445         * src/plugins/pgpcore/sgpgme.c
446                 fix bug #2322, 'GPG Full info: showing subkey
447                 ID instead of primary key fingerprint'
448                 Patch by Sébastien Bigaret.
449
450 2011-01-03 [colin]      3.7.8cvs26
451
452         * src/unmime.c
453                 Better quote-checking when unmim-ing headers
454                 that may have comas.
455
456 2011-01-03 [colin]      3.7.8cvs25
457
458         * src/unmime.c
459                 Fix bug #2299, "Incorrect handling of quoted printable coma
460                 in headers". As this is really painful to fix by switching
461                 the whole stuff to a list of headers tokens, we workaround
462                 the problem by adding quotes around the encoded-word (making
463                 it a quoted-string which continuity is already handled).
464
465 2011-01-03 [colin]      3.7.8cvs24
466
467         * src/procheader.c
468                 Remove dead code
469
470 2010-12-23 [colin]      3.7.8cvs23
471
472         * src/compose.c
473                 Finish fixing bug #2203: When forwarding (inline) and there
474                 are some text/* parts with no name, set them a name and
475                 set their disposition to attachment, so that recipients with
476                 MUAs preferring HTML parts don't show them by default.
477
478 2010-12-22 [paul]       3.7.8cvs22
479
480         * src/compose.h
481                 fix missing file in 3.7.8cvs20
482
483 2010-12-22 [colin]      3.7.8cvs21
484
485         * src/folderview.c
486         * src/folderview.h
487                 Implement a nicer scroll when drag and dropping
488
489 2010-12-22 [colin]      3.7.8cvs20
490
491         * src/compose.c
492                 Store charset if available when attaching text/* parts
493                 Fixes bug #2203, 'Problems in forwarding multipart/
494                 alternative messages with HTML part'
495
496 2010-12-22 [colin]      3.7.8cvs19
497
498         * src/textview.c
499                 Fix wrong free
500
501 2010-12-21 [colin]      3.7.8cvs18
502
503         * src/inc.c
504         * src/send_message.c
505         * src/common/session.c
506         * src/common/session.h
507                 Differentiate between running sessions and connected
508                 sessions. Fixes bug #2332, "Crash when hitting cancel
509                 on the SMTP status window"
510
511 2010-12-21 [colin]      3.7.8cvs17
512
513         * src/etpan/etpan-thread-manager.c
514                 Dead code removal
515
516 2010-12-21 [colin]      3.7.8cvs16
517
518         * src/textview.c
519                 Check whether we should continue loading the
520                 current textview after inserting a possibly
521                 big image.
522
523 2010-12-20 [colin]      3.7.8cvs15
524
525         * src/addrcindex.c
526         * src/addrcindex.h
527                 Removed. Dead code since ages!
528         * src/addr_compl.c
529         * src/gtk/gtkcmclist.c
530         * src/gtk/gtkcmctree.c
531         * src/gtk/gtksctree.c
532                 undefine *_DISABLE_DEPRECATED in the files that
533                 use deprecated interfaces. Implicit declarations
534                 can lead to crashes as prototypes are unknown, as
535                 evidenced by bug #2315.
536
537 2010-12-20 [colin]      3.7.8cvs14
538
539         * src/compose.c
540                 Don't flush events when adding an header entry. This
541                 can mess up the keypresses in the previous header.
542                 Instead, make the scroll happen later (doing it on the
543                 spot without flushing events doesn't work as the new
544                 requisitions aren't set yet).
545
546 2010-12-20 [colin]      3.7.8cvs13
547
548         * src/mainwindow.c
549                 Don't iconify at start on w32. This un-iconifies in the
550                 background.
551
552 2010-12-20 [colin]      3.7.8cvs12
553
554         * src/common/base64.c
555                 Fix bug #2331, "Base64 is broken in 3.7.7 and 3.7.8"
556                 Patch by pochini at shiny.it
557
558 2010-12-19 [colin]      3.7.8cvs11
559
560         * src/ldapserver.c
561                 Better debug.
562
563 2010-12-18 [colin]      3.7.8cvs10
564
565         * src/compose.c
566                 Fix bug #2148, "Attachment content-transfer-encoding 
567                 incorrectly set when signing emails". The RFC 2045
568                 states that message/* and multipart/* encoding must
569                 be either 7-bit, 8-bit or binary.
570
571 2010-12-18 [mones]      3.7.8cvs9
572
573         * src/ldaputil.c
574                 Fix crash when searching or adding a LDAP server
575
576 2010-12-17 [colin]      3.7.8cvs8
577
578         * configure.ac
579         * src/editldap.c
580         * src/ldapquery.c
581         * src/ldapserver.c
582         * src/ldapupdate.c
583         * src/ldaputil.c
584         * src/ldaputil.h
585                 Better error logging. Disable LDAP SSL/TLS on
586                 Windows, it's crashy/non-worky.
587
588 2010-12-17 [colin]      3.7.8cvs7
589
590         * src/folder.c
591                 Fix bug #2325, "messages remains in folder cache after moving
592                 from MH to IMAP boxes". Bug introduced in 3.7.6cvs53.
593
594 2010-12-17 [colin]      3.7.8cvs6
595
596         * src/addressadd.c
597         * src/addressbook.c
598         * src/addrindex.c
599         * src/ldapquery.c
600         * src/ldapquery.h
601         * src/ldapserver.c
602         * src/ldapserver.h
603         * src/ldapupdate.c
604         * src/ldaputil.c
605         * src/ldaputil.h
606                 Windows build fixes (w32 LDAP completely untested!)
607
608 2010-12-16 [colin]      3.7.8cvs5
609
610         * src/addrindex.c
611         * src/editldap.c
612         * src/ldapctrl.c
613         * src/ldapquery.c
614         * src/ldapserver.c
615         * src/ldapserver.h
616         * src/ldapupdate.c
617         * src/ldaputil.c
618                 Try to rationalize a bit LDAP connections
619
620 2010-12-16 [colin]      3.7.8cvs4
621
622         * src/prefs_spelling.c
623         * src/common/defs.h
624                 Add a button to get dictionaries (win32)
625
626 2010-12-16 [colin]      3.7.8cvs3
627
628         * src/prefs_matcher.c
629                 Fix bug #2279, "crash when clicking 'define' in filter
630                 configuring". Thanks to Theodor Ciobanu for the hint at
631                 the problem.
632
633 2010-12-14 [colin]      3.7.8cvs2
634
635         * src/gtk/gtkaspell.c
636                 Add missing guard for sys/wait.h
637
638 2010-12-05 [colin]      3.7.8cvs1
639
640         * tools/make.themes.project
641                 Seems wget has changed naming of targets downloaded.
642                 Fix it by always providing our own name.
643                 [Pushing mones' patch again after messing with CVSROOT]
644
645 2010-12-04 [paul]       3.7.8
646         * NEWS
647         * README
648         * RELEASE_NOTES 
649                 3.7.8 unleashed!
650
651 2010-12-03 [paul]       3.7.7cvs11
652
653         * configure.ac
654         * manual/xml2pdf ** REMOVED **
655         * manual/dist/pdf/Makefile.am
656         * manual/es/dist/pdf/Makefile.am
657         * manual/fr/dist/pdf/Makefile.am
658         * manual/pl/dist/pdf/Makefile.am
659                 simplify check for tools needed for manual building,
660                 remove xml2pdf and use docbook2pdf instead
661
662 2010-12-03 [mir]        3.7.7cvs10
663
664         * configure.ac
665           Fix bug so that configure option --disable-manual
666           actually disable building the manuals
667
668 2010-12-01 [pawel]      3.7.7cvs9
669
670         * src/crash.c
671                 One more GTK+ 2.22 build fix
672
673 2010-11-30 [colin]      3.7.7cvs8
674
675         * src/action.c
676                 Fix bug #2317, 'Action results in "Bad file descriptor"'
677                 Introduced in 3.7.6cvs57. In fact the error has been there
678                 since ages, and only new thing is the verification of the
679                 various functions return code. Let the stuff work as it
680                 does, as it seems to do the right thing since ages.
681
682 2010-11-28 [colin]      3.7.7cvs7
683
684         * src/gtk/quicksearch.c
685                 Fix bug #2313, 'CLI quicksearch sometimes returns 
686                 the same messages twice'. Patch by Sebastien Bigaret
687
688 2010-11-25 [paul]       3.7.7cvs6
689
690         * src/prefs_common.c
691                 make "gtk_can_change_accels" FALSE by default.
692                 fixes bug #2309, 'Shortcuts should not be modifiable
693                 by default' (RFE)
694
695 2010-11-24 [mones]      3.7.7cvs5
696
697         * src/mainwindow.c
698                 Add missing shortcuts for marking as spam and ham
699                 Fixes Debian bug #599547
700
701 2010-11-22 [colin]      3.7.7cvs4
702
703         * src/compose.c
704                 Revert 3.7.6cvs{39,38,37,35,34}. The fact that
705                 five patches were needed to fix a corner case
706                 is a good indicator that is was bound to break
707                 something.
708
709 2010-11-21 [colin]      3.7.7cvs3
710
711         * src/plugins/pgpcore/claws.def
712                 Win32 build fix
713
714 2010-11-20 [wwp]        3.7.7cvs2
715
716         * src/main.c
717           Fix either a typo or an irrelevant iff word there.
718           IMO type and recursive possible values should be changed to
719           smth simple and neat here, and help strings be really
720           translatable.
721
722 2010-11-20 [colin]      3.7.7cvs1
723
724         * AUTHORS
725                 Damn, forgot to commit this file twice.
726
727 2010-11-19 [paul]       3.7.7
728         * NEWS
729         * README
730         * RELEASE_NOTES 
731                 3.7.7 unleashed!
732
733 2010-11-19 [paul]       3.7.6cvs66
734
735         * po/ca.po
736         * po/cs.po
737         * po/de.po
738         * po/es.po
739         * po/fi.po
740         * po/fr.po
741         * po/hu.po
742         * po/id.po
743         * po/pt_BR.po
744         * po/sk.po
745         * po/uk.po
746                 updated by Miquel Oliete, David Vachulka, Stephan Sachse,
747                 Ricardo Mones, Flammie Pirinen, wwp, Pader Rezso, MSulchan
748                 Darmawan, Frederico Goncalves Guimaraes, Slavko, Yarema
749
750 2010-11-17 [colin]      3.7.6cvs65
751
752         * src/common/utils.c
753                 Separate email address from timestamp with a dot.
754                 Fix coding style.
755
756 2010-11-17 [colin]      3.7.6cvs64
757
758         * src/common/utils.c
759                 Fix multiple @ in generated message-ids.
760                 That's not allowed in RFC 2822.
761
762 2010-11-16 [mones]      3.7.6cvs63
763
764         * manual/es/advanced.xml
765                 Synchronise with English version
766
767 2010-11-04 [wwp]        3.7.6cvs62
768
769         * src/filtering.c
770                 Fix bug 2293, "filtering: simplify expression", as simplifying
771                 this expression doesn't make it less easy to understand and we
772                 gain few cycles by making the logical expression more simple
773                 by applying. Patch by Nicolas Kaiser.
774
775 2010-11-03 [colin]      3.7.6cvs61
776
777         * src/addrindex.c
778                 Fix bug 2294, "addrindex.c: address index conversion always
779                 fails". Clearly a copy-paste-bug. Patch by Nicolas Kaiser.
780
781 2010-11-02 [wwp]        3.7.6cvs60
782
783         * src/action.c
784         * src/statusbar.c
785         * src/toolbar.c
786                 Enlarge the progress bar (main window) a bit when compiling
787                 for UMPCs like maemo: this solves truncated text that might
788                 appear in the progress bar while processing messages.
789                 Also use a more compact string format when displaying
790                 progress like 'number/total', still for UMPCs, this fixes
791                 a previous inconsistency with these format strings where
792                 no space around the / were used sometimes.
793
794 2010-10-26 [ticho]      3.7.6cvs59
795
796         * src/news.c
797                 Recreate NNTP session if server port setting has changed. Fixes
798                 bug #2092.
799
800 2010-10-26 [colin]      3.7.6cvs58
801
802         * src/imap_gtk.c
803         * src/mh_gtk.c
804                 Fix copy-paste error, thanks to David Relson
805                 for spotting it.
806
807 2010-10-18 [colin]      3.7.6cvs57
808
809         * src/action.c
810         * src/addrharvest.c
811         * src/alertpanel.c
812         * src/filtering.c
813         * src/jpilot.c
814         * src/prefs_themes.c
815         * src/procmime.c
816         * src/textview.c
817         * src/gtk/gtkutils.c
818         * src/gtk/quicksearch.c
819         * src/gtk/quicksearch.h
820         * src/plugins/pgpcore/passphrase.c
821         * src/plugins/spamassassin/libspamc.c
822                 Fix warnings
823
824 2010-10-17 [colin]      3.7.6cvs56
825
826         * src/prefs_themes.c
827         * src/gtk/gtkaspell.c
828         * src/gtk/gtkutils.c
829         * src/gtk/gtkutils.h
830         * src/gtk/inputdialog.c
831         * src/gtk/progressdialog.c
832                 Undeprecate a few things
833
834 2010-10-17 [colin]      3.7.6cvs55
835
836         * src/main.c
837         * src/gtk/authors.h
838         * src/gtk/quicksearch.c
839         * src/gtk/quicksearch.h
840                 Add ability to search from the command-line.
841                 Closes bug 2249, ' Making QuickSearch independent from the GUI'
842                 Patch by Sebastien Bigarret.
843
844 2010-10-04 [mones]      3.7.6cvs54
845
846         * manual/dist/pdf/Makefile.am
847                 Fix build of English PDF manual
848                 (sh: Can't open ../../../xml2pdf)
849
850 2010-10-03 [colin]      3.7.6cvs53
851
852         * src/folder.c
853         * src/folder.h
854         * src/imap.c
855         * src/mh.c
856         * src/procmsg.c
857                 Get rid of GRelation which were, mostly, used as
858                 GHashTables. Probably fixes bug #2277, 'Segfault when
859                 loading inbox for the first time'
860
861 2010-10-03 [mir]        3.7.6cvs52
862
863         * manual/de/dist/html/Makefile.am
864         * manual/de/dist/pdf/Makefile.am
865         * manual/de/dist/ps/Makefile.am
866         * manual/de/dist/txt/Makefile.am
867         * manual/dist/html/Makefile.am
868         * manual/dist/pdf/Makefile.am
869         * manual/dist/ps/Makefile.am
870         * manual/dist/txt/Makefile.am
871         * manual/es/dist/html/Makefile.am
872         * manual/es/dist/pdf/Makefile.am
873         * manual/es/dist/ps/Makefile.am
874         * manual/es/dist/txt/Makefile.am
875         * manual/fr/dist/html/Makefile.am
876         * manual/fr/dist/pdf/Makefile.am
877         * manual/fr/dist/ps/Makefile.am
878         * manual/fr/dist/txt/Makefile.am
879         * manual/pl/dist/html/Makefile.am
880         * manual/pl/dist/pdf/Makefile.am
881         * manual/pl/dist/ps/Makefile.am
882         * manual/pl/dist/txt/Makefile.am
883             Missing Makefile.am's for 3.7.6cvs49
884
885
886 2010-10-03 [colin]      3.7.6cvs51
887
888         * po/POTFILES.in
889                 Fix build
890
891 2010-10-02 [mir]        3.7.6cvs50
892
893         * manual/de/dist/html/Makefile.am
894         * manual/de/dist/pdf/Makefile.am
895         * manual/de/dist/ps/Makefile.am
896         * manual/de/dist/txt/Makefile.am
897         * manual/dist/html/Makefile.am
898         * manual/dist/pdf/Makefile.am
899         * manual/dist/ps/Makefile.am
900         * manual/dist/txt/Makefile.am
901         * manual/es/dist/html/Makefile.am
902         * manual/es/dist/pdf/Makefile.am
903         * manual/es/dist/ps/Makefile.am
904         * manual/es/dist/txt/Makefile.am
905         * manual/fr/dist/html/Makefile.am
906         * manual/fr/dist/pdf/Makefile.am
907         * manual/fr/dist/ps/Makefile.am
908         * manual/fr/dist/txt/Makefile.am
909         * manual/pl/dist/html/Makefile.am
910         * manual/pl/dist/pdf/Makefile.am
911         * manual/pl/dist/ps/Makefile.am
912         * manual/pl/dist/txt/Makefile.am
913             Part 2 of last commit which broke due to a permission error
914             Avoid claws trying to build manuals if the required
915             tools are not present.
916
917 2010-10-02 [mir]        3.7.6cvs49
918
919         * configure.ac
920         * manual/de/dist/html/Makefile.am
921         * manual/de/dist/pdf/Makefile.am
922         * manual/de/dist/ps/Makefile.am
923         * manual/de/dist/txt/Makefile.am
924         * manual/dist/html/Makefile.am
925         * manual/dist/pdf/Makefile.am
926         * manual/dist/ps/Makefile.am
927         * manual/dist/txt/Makefile.am
928         * manual/es/dist/html/Makefile.am
929         * manual/es/dist/pdf/Makefile.am
930         * manual/es/dist/ps/Makefile.am
931         * manual/es/dist/txt/Makefile.am
932         * manual/fr/dist/html/Makefile.am
933         * manual/fr/dist/pdf/Makefile.am
934         * manual/fr/dist/ps/Makefile.am
935         * manual/fr/dist/txt/Makefile.am
936         * manual/pl/dist/html/Makefile.am
937         * manual/pl/dist/pdf/Makefile.am
938         * manual/pl/dist/ps/Makefile.am
939         * manual/pl/dist/txt/Makefile.am
940             1) Downgrade autoconf requirements to 2.59 to allow
941             building on oldest supported Linux distributions.
942             2) Only try to build manuals if the needed software
943             is present.
944
945 2010-10-02 [colin]      3.7.6cvs48
946
947         * src/plugins/trayicon/trayicon.c
948                 And fix theme updating.
949
950 2010-10-02 [colin]      3.7.6cvs47
951
952         * src/plugins/trayicon/trayicon.c
953                 Got burnt by wrong indentation!
954
955 2010-10-02 [colin]      3.7.6cvs46
956
957         * configure.ac
958                 Forgot to remove the directory from top-level
959
960 2010-10-02 [colin]      3.7.6cvs45
961
962         * src/plugins/trayicon/Makefile.am
963         * src/plugins/trayicon/trayicon.c
964         * src/plugins/trayicon/libeggtrayicon/.cvsignore
965         * src/plugins/trayicon/libeggtrayicon/Makefile.am
966         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
967         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
968         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
969         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
970         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
971         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
972         * src/plugins/trayicon/libeggtrayicon/xembed.h
973                 Finally get rid of Eggtrayicon, use GtkStatusIcon
974                 instead (which can be done safely now that we 
975                 require GTK+ 2.10).
976
977 2010-10-02 [colin]      3.7.6cvs44
978
979         * src/action.c
980         * src/addr_compl.c
981         * src/addressbook.c
982         * src/addrgather.c
983         * src/alertpanel.c
984         * src/editaddress.c
985         * src/editaddress_other_attributes_ldap.c
986         * src/editgroup.c
987         * src/folderview.c
988         * src/grouplistdialog.c
989         * src/headerview.c
990         * src/image_viewer.c
991         * src/importldif.c
992         * src/main.c
993         * src/mainwindow.c
994         * src/message_search.c
995         * src/mimeview.c
996         * src/prefs_themes.c
997         * src/summary_search.c
998         * src/summaryview.c
999         * src/toolbar.c
1000         * src/etpan/imap-thread.c
1001         * src/gtk/authors.h
1002         * src/gtk/gtkcmclist.c
1003         * src/gtk/gtkcmoptionmenu.c
1004         * src/gtk/gtkutils.c
1005         * src/gtk/gtkutils.h
1006         * src/gtk/gtkvscrollbutton.c
1007         * src/plugins/pgpcore/select-keys.c
1008         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1009                 Undeprecate for GTK+2.22. Patch by Reed Loden.
1010                 Fixes bug #2276, 'Compile in maintainer mode
1011                 fails on GTK+ 2.22'.
1012
1013 2010-10-02 [colin]      3.7.6cvs43
1014
1015         * configure.ac
1016                 It's now time to remove the temporary enable-openssl
1017                 option that was used when we removed OpenSSL. See 
1018                 bug #2276 comment #14.
1019
1020 2010-09-30 [wwp]        3.7.6cvs42
1021
1022         * src/prefs_account.c
1023         * src/prefs_filtering_action.c
1024         * src/prefs_matcher.c
1025                         Fix bug #2274, wrong color label index range
1026                         used w/ gtk_cmoption_menu (behaviour change
1027                         has been introduced w/ 3.5.0cvs49 apparently),
1028                         now it must be 1..N so let's use colorlabel value
1029                         (0..N) + 1.
1030                         
1031
1032 2010-09-20 [pawel]      3.7.6cvs41
1033
1034         * src/compose.c
1035         * src/mainwindow.c
1036         * src/summaryview.c
1037                 revert last patch
1038
1039 2010-09-19 [pawel]      3.7.6cvs40
1040
1041         * src/compose.c
1042         * src/mainwindow.c
1043         * src/summaryview.c
1044                 Set ML menus sensitivity accordingly to
1045                 possibility of reply to ML
1046
1047 2010-09-19 [colin]      3.7.6cvs39
1048
1049         * src/compose.c
1050                 Fix cvs34 and cvs35. NNTP accounts are mandatory to post
1051                 to newsgroups, and NNTP accounts *can* send email. We 
1052                 should not force an email account when replying to_ml or
1053                 anything...
1054
1055 2010-09-19 [colin]      3.7.6cvs38
1056
1057         * src/compose.c
1058                 Revert previous commit (which breaks Reply to newsgroups)
1059
1060 2010-09-17 [pawel]      3.7.6cvs37
1061
1062         * src/compose.c
1063                 Respect reply_account_autosel when changing compose
1064                 account to email one while replying to NNTP post
1065
1066 2010-09-17 [wwp]        3.7.6cvs36
1067
1068         * doc/man/claws-mail.1
1069         Update --compose documentation in `man claws-mail`.
1070
1071 2010-09-12 [pawel]      3.7.6cvs35
1072
1073         * src/compose.c
1074                 Add forgotten bit to previous commit,
1075                 select email account when replying to ML
1076
1077 2010-09-12 [pawel]      3.7.6cvs34
1078
1079         * src/compose.c
1080                 Fix bug #2247 "nntp reply-to-all broken?"
1081                 Make reply-to-all and reply-to-ml work as expected in
1082                 mailing list through NNTP case
1083
1084 2010-09-11 [pawel]      3.7.6cvs33
1085
1086         * src/mainwindow.c
1087         * src/summaryview.c
1088         * src/toolbar.c
1089                 gtk_widget_set_can_focus() -> GTK_WIDGET_UNSET_FLAGS()
1090                 fixes build with GTK+ < 2.18
1091
1092 2010-09-10 [pawel]      3.7.6cvs32
1093
1094         * src/mainwindow.c
1095         * src/summaryview.c
1096         * src/toolbar.c
1097                 Make Tab key switch between FolderView, MsgView and
1098                 SummaryView only, other widgets have/can have their own
1099                 keybindings anyway
1100
1101 2010-08-25 [colin]      3.7.6cvs31
1102
1103         * src/procmime.c
1104         * AUTHORS
1105         * src/gtk/authors.h
1106         * src/common/base64.c
1107         * src/common/base64.h
1108                 Fix bug #2245, "base64 decoding fails with line breaks"
1109                 Patch by Yotam Medini
1110
1111 2010-08-25 [colin]      3.7.6cvs30
1112
1113         * src/main.c
1114                 Fix bug #2241, "Empty trash on exit fails on scripted exit"
1115
1116 2010-08-23 [pawel]      3.7.6cvs29
1117
1118         * src/inc.c
1119         * src/send_message.c
1120         * src/statusbar.c
1121         * src/toolbar.c
1122                 Hide progressbar on statusbar when not needed
1123
1124 2010-08-17 [colin]      3.7.6cvs28
1125
1126         * src/main.c
1127                 Fix previous patch (our own tmp dir is inside
1128                 our rc dir)
1129
1130 2010-08-16 [colin]      3.7.6cvs27
1131
1132         * src/main.c
1133                 Use temp dir to store logs in Windows. Avoids doing
1134                 get_rc_dir() early, which prevents set_rc_dir()
1135                 working correctly.
1136
1137 2010-07-31 [holger]     3.7.6cvs26
1138
1139         * src/gtk/gtkshruler.c
1140                 Yet more GdkGC to Cairo porting
1141
1142 2010-07-30 [holger]     3.7.6cvs25
1143
1144         * src/stock_pixmap.c
1145                 More GdkGC to Cairo porting
1146
1147 2010-07-30 [holger]     3.7.6cvs24
1148
1149         * src/gtk/colorlabel.c
1150                 One GdkGC usage less
1151
1152 2010-07-29 [holger]     3.7.6cvs23
1153
1154         * src/printing.c
1155                 Replace some gdk drawing with cairo, as the former
1156                 is going towards deprecation.
1157
1158 2010-07-25 [colin]      3.7.6cvs22
1159
1160         * src/common/utils.c
1161                 And now for a real fix. g_list_remove() doesn't, of
1162                 course, free the data. But we have to have a solid
1163                 pointer to it in order to free it ourselves instead
1164                 of relying on the old freed list pointer.
1165                 Maybe that's the last patch on the subject now ? :)
1166
1167 2010-07-25 [colin]      3.7.6cvs21
1168
1169         * src/common/utils.c
1170                 Remove stupid and extraneous g_free() of elements
1171                 which have just been freed by g_list_remove(). (see
1172                 GList documentation). I don't know how it worked before
1173
1174 2010-07-25 [colin]      3.7.6cvs20
1175
1176         * src/common/utils.c
1177                 Reverse free/use with more logical and safe
1178                 use/free. Thanks to Michael Rasmussen !
1179
1180 2010-07-24 [colin]      3.7.6cvs19
1181
1182         * src/gtk/quicksearch.c
1183                 Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
1184                 'freeze when using quick search'
1185
1186 2010-07-11 [iwkse]      3.7.6cvs18
1187
1188         * src/gtk/quicksearch.c
1189                 Add SMALL_LAYOUT to quicksearch_relayout
1190
1191 2010-07-10 [iwkse]      3.7.6cvs17
1192
1193         * src/mainwindow.h
1194                         Remove forgotten variable from
1195                         the last bugfix #2224
1196
1197 2010-07-10 [colin]      3.7.6cvs16
1198
1199         * src/mainwindow.c
1200         * src/gtk/quicksearch.c
1201                 Clean fix for bug #2224: don't mess with GTK settings when
1202                 handling the layout ourselves is enough
1203
1204 2010-07-09 [iwkse]      3.7.6cvs15
1205
1206         * src/mainwindow.h
1207         * src/mainwindow.c
1208                         Better fix for Bug #2224
1209
1210 2010-07-09 [iwkse]      3.7.6cvs14
1211
1212         * src/mainwindow.c
1213                         Bug #2224
1214                         Always use stock icons on buttons
1215
1216 2010-07-08 [colin]      3.7.6cvs13
1217
1218         * src/gtk/filesel.c
1219                 Fix bug 2223, 'Compilation fails with GTK+
1220                 2.21.3'. Thanks to Jan Psota !
1221
1222 2010-06-29 [pawel]      3.7.6cvs12
1223
1224         * src/compose.c
1225                 Revert 3.7.5cvs41, it breaks templates that use %X
1226
1227 2010-06-23 [wwp]        3.7.6cvs11
1228
1229         * src/gtk/colorlabel.c
1230                 Silent up a warning by avoiding possible confusion
1231                 in logical expression evaluation, thanks to TuxCM.
1232
1233 2010-06-21 [iwkse]      3.7.6cvs10
1234
1235         * src/gtk/quicksearch.c
1236                 Do not add into quicksearch history
1237                 matching rules with bad syntax
1238
1239 2010-05-26 [holger]     3.7.6cvs9
1240
1241         * src/summaryview.c
1242         * src/summaryview.h
1243                 Add function to select rows given a list of messages,
1244                 complementary to summary_get_selected_msg_list()
1245
1246 2010-05-22 [mir]        3.7.6cvs8
1247
1248         * src/ldapctrl.c
1249                 Fix bug 2208. Encode encrypted password to qouted
1250                 printable to avoid making invalid XML. Encoding
1251                 will be activated the first time the password is
1252                 changed.
1253
1254 2010-05-22 [paul]       3.7.6cvs7
1255
1256         * manual/advanced.xml
1257         * src/compose.c
1258         * src/prefs_common.c
1259         * src/prefs_common.h
1260                 after using the compose margin for several days
1261                 I wanted the old style back - add a new hidden
1262                 pref 'show_compose_margin' to restore the old
1263                 behaviour (defaults to FALSE)
1264
1265 2010-05-14 [paul]       3.7.6cvs6
1266
1267         * src/compose.c
1268                 add a margin to the compose window text that matches
1269                 the margin in textview
1270
1271 2010-05-14 [colin]      3.7.6cvs5
1272
1273         * src/gtk/sslcertwindow.c
1274                 Fix dangling pointer. Thanks to Michael R!
1275
1276 2010-05-14 [colin]      3.7.6cvs4
1277
1278         * src/gtk/sslcertwindow.c
1279                 Fix bug 1993, 'Cannot send mail when SSL certificate is 
1280                 expired but certificate check is skipped' and maybe
1281                 bug 2200, 'SSL is not working with POP3'
1282
1283 2010-05-14 [colin]      3.7.6cvs3
1284
1285         * src/plugins/pgpinline/pgpinline.c
1286                 Fix bug 2205, 'PGPInline: segfault on malformed mails'
1287
1288 2010-05-04 [iwkse]      3.7.6cvs2
1289
1290         * src/prefs_message.c
1291                         Get a generic name as 'Quotation' for
1292                         the frame
1293
1294 2010-05-04 [iwkse]      3.7.6cvs1
1295
1296         * src/prefs_message.c
1297         * src/prefs_common.h
1298         * src/prefs_common.c
1299         * src/textview.c
1300                         Fix #2188
1301                         Option for collapsing via double-click
1302
1303 2010-05-01 [paul]       3.7.6
1304         * NEWS
1305         * README
1306         * RELEASE_NOTES 
1307                 3.7.6 unleashed!
1308
1309 2010-05-01 [paul]       3.7.5cvs55
1310
1311         * tools/claws.i18n.status.pl
1312                 add Ukrainian stat
1313
1314 2010-05-01 [paul]       3.7.5cvs54
1315
1316         * src/gtk/authors.h
1317                 add YUP, new Ukrainian translator
1318
1319 2010-04-30 [paul]       3.7.5cvs53
1320
1321         * configure.ac
1322         * po/uk.po
1323                 add Ukrainian translation, submitted by YUP
1324         * po/cs.po
1325         * po/de.po
1326         * po/fi.po
1327         * po/hu.po
1328         * po/nl.po
1329         * po/pt_BR.po
1330         * po/pt_PT.po
1331         * po/sk.po
1332                 updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
1333                 Páder RezsÅ‘, Marcel Pol, Frederico Goncalves Guimaraes,
1334                 Tiago Faria, and Slavko
1335
1336 2010-04-26 [wwp]        3.7.5cvs52
1337
1338         * po/fr.po
1339                 Fix capitalization.
1340
1341 2010-04-26 [mones]      3.7.5cvs51
1342
1343         * po/es.po
1344                 Updated for release
1345
1346 2010-04-22 [pawel]      3.7.5cvs50
1347
1348         * src/addressbook.c
1349                 fix compile warning
1350         * src/vcard.c
1351                 first NULL check pointer, then use it
1352
1353 2010-04-22 [colin]      3.7.5cvs49
1354
1355         * src/imap.c
1356                 Fix error message when session isn't established
1357         * po/fr.po
1358                 Update translation and fix a typo in it
1359
1360 2010-04-15 [pawel]      3.7.5cvs48
1361
1362         * src/prefs_account.c
1363                 Fix Bug 2144 'When creating an account with IMAP4+SSL,
1364                                 the port isn't configured properly'
1365                 When using SSL/TLS tunneling automatically use default
1366                 ports for encrypted connections: smtps, pop3s, imaps, nntps
1367
1368 2010-04-15 [pawel]      3.7.5cvs47
1369
1370         * src/action.c
1371                 Fix crasher in actions using '%f' argument
1372                 on multiple files with external scripts which
1373                 don't return any output.
1374
1375 2010-04-14 [colin]      3.7.5cvs46
1376
1377         * src/mainwindow.c
1378                 Fix hand cursor after error symbol appears
1379
1380 2010-04-12 [colin]      3.7.5cvs45
1381
1382         * configure.ac
1383                 Fix bug 2162, 'configure check for libetpan 
1384                 fails with libetpan 1.0'
1385
1386
1387 2010-04-09 [mones]      3.7.5cvs44
1388
1389         * manual/de/glossary.xml
1390                 Fix encoding to match main document's
1391                 Also fixes make dist with Debian's openjade
1392
1393 2010-03-29 [pawel]      3.7.5cvs43
1394
1395         * src/matcher_parser.h
1396         * src/matcher_parser_parse.y
1397         * src/gtk/quicksearch.c
1398                 Disable matcher warnings when populating quicksearch
1399                 completion lists on startup
1400
1401 2010-03-27 [colin]      3.7.5cvs42
1402
1403         * src/gtk/quicksearch.c
1404                 Fix double-free later in code. Optimize
1405                 list creation
1406
1407 2010-03-27 [pawel]      3.7.5cvs41
1408
1409         * src/compose.c
1410                 Make sure that quote ends with new line char
1411
1412 2010-03-26 [pawel]      3.7.5cvs40
1413
1414         * src/compose.c
1415         * src/compose.h
1416         * src/textview.c
1417                 Fix Bug 1928 Add "reply to this address" pop menu 
1418                              on Message View
1419                 - Set composing account to email one when creating/replying
1420                   from NNTP folder by clicking link or choosing option
1421                   from popup menu
1422                 - Factorize code
1423
1424 2010-03-25 [paul]       3.7.5cvs39
1425
1426         * src/gtk/gtkcmclist.c
1427                 Fix build with GTK+ 2.20
1428
1429 2010-03-24 [pawel]      3.7.5cvs38
1430
1431         * src/addr_compl.c
1432         * src/compose.c
1433         * src/folderview.c
1434         * src/grouplistdialog.c
1435         * src/headerview.c
1436         * src/mainwindow.c
1437         * src/mimeview.c
1438         * src/prefs_account.c
1439         * src/gtk/gtkcmclist.c
1440         * src/gtk/gtkcmctree.c
1441         * src/gtk/gtkcmoptionmenu.c
1442         * src/gtk/gtksctree.c
1443         * src/gtk/gtkshruler.c
1444         * src/gtk/gtkutils.c
1445         * src/gtk/gtkutils.h
1446         * src/gtk/gtkvscrollbutton.c
1447         * src/gtk/inputdialog.c
1448         * src/gtk/spell_entry.c
1449         * src/plugins/trayicon/trayicon.c
1450         * src/plugins/trayicon/libeggtrayicon/Makefile.am
1451         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1452         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1453                 Fix build with GTK+ 2.19
1454
1455 2010-03-23 [pawel]      3.7.5cvs37
1456
1457         * src/mainwindow.c
1458         * src/mimeview.c
1459                 Respect view->show_col_headers option
1460         * src/gtk/gtkcmctree.c
1461                 Fix GtkCmcTree column width calculation when it has
1462                 auto_resize set and new node is added
1463
1464 2010-03-22 [pawel]      3.7.5cvs36
1465
1466         * src/grouplistdialog.c
1467         * src/prefs_common.c
1468         * src/prefs_common.h
1469                 - remember newsgroups list dialog size
1470                 - respect use_dotted_lines hidden pref
1471                 - respect use_stripes_everywhere hidden pref
1472
1473 2010-03-21 [pawel]      3.7.5cvs35
1474
1475         * src/addrgather.c
1476                 Remove superfluous gtk_widget_show_all()
1477         * src/mimeview.c
1478                 Add forgotten colon
1479         * src/common/utils.c
1480                 Return correct type
1481
1482 2010-03-21 [pawel]      3.7.5cvs34
1483
1484         * src/main.c
1485         * src/gtk/quicksearch.c
1486         * src/gtk/quicksearch.h
1487                 Implement separate search phrase completion for
1488                 normal/extended quicksearch
1489
1490 2010-03-11 [paul]       3.7.5cvs33
1491
1492         * po/zh_CN.po
1493                 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
1494                 submitted by Yuwei Yu
1495
1496 2010-03-09 [colin]      3.7.5cvs32
1497
1498         * manual/de/glossary.xml
1499                 Fix build
1500
1501 2010-03-02 [colin]      3.7.5cvs31
1502
1503         * manual/de/glossary.xml
1504                 Sort alphabetically. Done by Volker Ribbert.
1505
1506 2010-03-02 [mones]      3.7.5cvs30
1507
1508         * README
1509                 Fix mailing list archives location
1510                 Remove currently unavailable CVS webview
1511
1512 2010-03-01 [iwkse]      3.7.5cvs29
1513
1514         * src/common/plugin.c
1515                         Other indentation issues
1516
1517 2010-03-01 [iwkse]      3.7.5cvs28
1518
1519         * src/common/plugin.c
1520                         Fix indentation of the previous commit
1521
1522 2010-03-01 [iwkse]      3.7.5cvs27
1523
1524         * src/common/plugin.h
1525         * src/common/plugin.c
1526                         Add API for getting a loaded Plugin from the
1527                         plugin's name, plugin_get_loaded_by_name (const gchar *name)
1528                         Thanks to Colin, Michael
1529
1530 2010-02-27 [colin]      3.7.5cvs26
1531
1532         * configure.ac
1533         * AUTHORS
1534         * src/gtk/authors.h
1535         * manual/Makefile.am
1536         * manual/de/Makefile.am
1537         * manual/de/account.xml
1538         * manual/de/ack.xml
1539         * manual/de/addrbook.xml
1540         * manual/de/advanced.xml
1541         * manual/de/claws-mail-manual.xml
1542         * manual/de/faq.xml
1543         * manual/de/glossary.xml
1544         * manual/de/gpl.xml
1545         * manual/de/handling.xml
1546         * manual/de/intro.xml
1547         * manual/de/keyboard.xml
1548         * manual/de/plugins.xml
1549         * manual/de/starting.xml
1550         * manual/de/dist/.cvsignore
1551         * manual/de/dist/Makefile.am
1552         * manual/de/dist/html/.cvsignore
1553         * manual/de/dist/html/Makefile.am
1554         * manual/de/dist/pdf/.cvsignore
1555         * manual/de/dist/pdf/Makefile.am
1556         * manual/de/dist/ps/.cvsignore
1557         * manual/de/dist/ps/Makefile.am
1558         * manual/de/dist/txt/.cvsignore
1559         * manual/de/dist/txt/Makefile.am
1560                 Add the german translation of the manual, done by
1561                 Volker Ribbert <thoraki@arcor.de>.
1562
1563 2010-02-27 [holger]     3.7.5cvs25
1564
1565         * src/prefs_toolbar.c
1566                 Don't make toolbar item description for
1567                 plugin registered items editable
1568
1569 2010-02-26 [colin]      3.7.5cvs24
1570
1571         * src/toolbar.c
1572                 Don't translate empty description
1573
1574 2010-02-22 [colin]      3.7.5cvs23
1575
1576         * src/compose.c
1577                 Don't make In-Reply-To visible when reediting
1578                 a draft or sent mail.
1579
1580 2010-02-20 [colin]      3.7.5cvs22
1581
1582         * src/imap.c
1583         * src/imap.h
1584         * src/main.c
1585         * src/mainwindow.c
1586         * src/etpan/imap-thread.c
1587         * src/etpan/imap-thread.h
1588         * src/etpan/nntp-thread.c
1589         * src/etpan/nntp-thread.h
1590                 When going offline from NetworkManager, just
1591                 delete IMAP connections. That'll avoid timeouts
1592                 when coming back online in certain cases when
1593                 the TCP socket will have timed out.
1594
1595 2010-02-20 [holger]     3.7.5cvs21
1596
1597         * .cvsignore
1598                 More files to ignore
1599
1600 2010-02-17 [ticho]      3.7.5cvs20
1601
1602         * src/summaryview.c
1603         * src/summaryview.h
1604         * src/toolbar.c
1605                 Revert 3.7.5cvs19.
1606
1607 2010-02-16 [ticho]      3.7.5cvs19
1608
1609         * src/summaryview.c
1610         * src/summaryview.h
1611         * src/toolbar.c
1612                 Removed unused argument from summary_open_row().
1613
1614 2010-02-10 [pawel]      3.7.5cvs18
1615
1616         * src/compose.c
1617                 - fix headers filtering when prefs_common.trans_hdr is on
1618                 - fix headers setting when changing composing account 
1619                 - plug memleak
1620         * src/prefs_template.c
1621                 Re-add template's name for translation
1622
1623 2010-02-10 [colin]      3.7.5cvs17
1624
1625         * src/prefs_matcher.c
1626                 Fix bug 2099, 'add List-Id in Configuration>Filtering>
1627                 Condition>Define>Header>Name combo box'. Patch by
1628                 Francois Cami
1629
1630 2010-02-10 [colin]      3.7.5cvs16
1631
1632         * src/codeconv.c
1633         * src/codeconv.h
1634         * src/compose.c
1635         * src/mainwindow.c
1636         * src/messageview.c
1637         * src/prefs_send.c
1638         * src/procmime.c
1639         * src/textview.c
1640                 Add the GB18030 Chinese charset, which is a superset
1641                 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
1642
1643 2010-02-09 [holger]     3.7.5cvs15
1644
1645         * configure.ac
1646                 GTK+ 2.10 related cleanup
1647
1648 2010-02-09 [pawel]      3.7.5cvs14
1649
1650         * src/prefs_account.c
1651         * src/prefs_folder_item.c
1652         * src/prefs_template.c
1653         * src/quote_fmt.c
1654                 Respect prefs_common.trans_hdr in couple more places to avoid
1655                 confusion with translated/non-translated header names
1656
1657 2010-02-09 [colin]      3.7.5cvs13
1658
1659         * po/POTFILES.in
1660                 Fix make dist
1661
1662 2010-02-09 [colin]      3.7.5cvs12
1663
1664         * src/mimeview.c
1665                 And fix 2.10 build :)
1666
1667 2010-02-09 [colin]      3.7.5cvs11
1668
1669         * configure.ac
1670                 Bump up GTK+ requirement to 2.10
1671         * src/Makefile.am
1672         * src/compose.c
1673         * src/crash.c
1674         * src/foldersel.c
1675         * src/main.c
1676         * src/mainwindow.c
1677         * src/messageview.c
1678         * src/messageview.h
1679         * src/prefs_actions.c
1680         * src/prefs_common.c
1681         * src/prefs_common.h
1682         * src/prefs_ext_prog.c
1683         * src/prefs_filtering_action.c
1684         * src/prefs_fonts.c
1685         * src/prefs_image_viewer.c
1686         * src/prefs_matcher.c
1687         * src/prefs_msg_colors.c
1688         * src/prefs_summaries.c
1689         * src/prefs_template.c
1690         * src/printing.c
1691         * src/printing.h
1692         * src/quote_fmt.c
1693         * src/summaryview.c
1694         * src/textview.c
1695         * src/gtk/Makefile.am
1696         * src/gtk/about.c
1697         * src/gtk/gtkcmclist.c
1698         * src/gtk/gtkcmctree.c
1699         * src/gtk/gtkutils.c
1700         * src/gtk/quicksearch.c
1701                 Remove all compile-time conditionals depending on
1702                 GTK+ < 2.10
1703         * src/gedit-print.c
1704         * src/gedit-print.h
1705         * src/gtk/gtksourceprintjob.c
1706         * src/gtk/gtksourceprintjob.h
1707                 Remove libgnomeprint-based printing system (and
1708                 command-line-based printing system) as GTK+ 2.10
1709                 ships with print support.
1710
1711 2010-02-08 [mir]        3.7.5cvs10
1712
1713         * src/compose.c
1714             Avoid displaying Bcc headers in message sent
1715             to NNTP servers. Thanks to Henning Mersch.
1716
1717
1718 2010-02-08 [pawel]      3.7.5cvs9
1719
1720         * src/mimeview.c
1721                 Make tooltips less cryptic
1722         * src/gtk/description_window.c
1723                 Improve window size calculation
1724
1725 2010-02-08 [pawel]      3.7.5cvs8
1726
1727         * src/compose.c
1728         * src/compose.h
1729         * src/common/utils.c
1730         * src/common/utils.h
1731         * src/gtk/authors.h
1732                 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
1733                 Patch by Laurent Bigonville with slight modifications
1734
1735 2010-02-03 [pawel]      3.7.5cvs7
1736
1737         * m4/.cvsignore
1738                 Add some libtool files to ignore
1739
1740 2010-02-03 [pawel]      3.7.5cvs6
1741
1742         * src/plugins/trayicon/trayicon.c
1743                 Save and then restore focus when closing/minimizing to tray
1744
1745 2010-02-03 [mir]        3.7.5cvs5
1746
1747         * src/addrindex.c
1748         * src/editldap.c
1749         * src/ldapctrl.c
1750         * src/ldapctrl.h
1751         * src/ldapquery.c
1752         * src/ldapupdate.c
1753             Save LDAP password encrypted. See bug 2113.
1754
1755
1756 2010-02-03 [colin]      3.7.5cvs4
1757
1758         * src/privacy.c
1759                 Fix again decoding of encrypted parts. The
1760                 reverting of the patch was wrong, as the
1761                 double-decoding was fixed in smime itself.
1762                 Thanks to Matthias Drochner again...
1763
1764 2010-02-02 [colin]      3.7.5cvs3
1765
1766         * src/plugins/smime/smime.c
1767         * src/privacy.c
1768                 Revert 3.7.4cvs2 and make a better patch for bug
1769                 2059 and 2076. Patch by Matthias Drochner
1770
1771 2010-01-31 [pawel]      3.7.5cvs2
1772
1773         * src/gtk/authors.h
1774                 Fix hungarian translator's name
1775
1776 2010-01-31 [pawel]      3.7.5cvs1
1777
1778         * src/messageview.c
1779         * src/mimeview.c
1780                 Fix Bug 2107 - Arrow keys don't work in message view window
1781
1782 2010-01-31 [paul]       3.7.5
1783
1784         * NEWS
1785         * README
1786         * RELEASE_NOTES 
1787                 3.7.5 released!
1788
1789 2010-01-23 [pawel]      3.7.4cvs10
1790
1791         * src/addressbook.c
1792                 Fix button sensitivity in compose mode
1793
1794 2010-01-23 [pawel]      3.7.4cvs9
1795
1796         * commitHelper
1797         * tools/kdeservicemenu/install.sh
1798         * tools/make.themes.project
1799         * tools/nautilus2claws-mail.sh
1800         * tools/popfile-link.sh
1801         * tools/textviewer.sh
1802                 Not all systems have bash installed in /bin, use env(1) to find
1803                 it`s location
1804
1805 2010-01-22 [pawel]      3.7.4cvs8
1806
1807         * src/prefs_account.c
1808         * src/prefs_filtering.c
1809         * src/prefs_send.c
1810         * src/gtk/colorlabel.c
1811                 Add some separators in combos
1812
1813 2010-01-22 [pawel]      3.7.4cvs7
1814
1815         * autogen.sh
1816                 --disable-aspell -> --disable-enchant
1817         * configure.ac
1818                 Fix options spacing in configure --help
1819         * src/wizard.c
1820                 Make wizard's window centered on the screen
1821
1822 2010-01-19 [holger]     3.7.4cvs6
1823
1824         * src/folder.c
1825         * src/folder.h
1826                 Introduce folder_get_item_from_identifier().
1827                 In contrast to folder_find_item_from_identifier(), this
1828                 function recursively creates the FolderItems in the id path.
1829                 Useful for programmatically creating folders (e.g. by plugins)
1830
1831 2010-01-17 [pawel]      3.7.4cvs5
1832
1833         * src/gtk/authors.h
1834                 Fix my lastname
1835
1836 2010-01-16 [colin]      3.7.4cvs4
1837
1838         * src/plugins/pgpcore/sgpgme.c
1839                 Probably fix bug 2098, 'claws-mails crashes frequently 
1840                 with pgpcore'. Fix double-free.
1841
1842 2010-01-16 [holger]     3.7.4cvs3
1843
1844         * src/prefs_toolbar.h
1845                 Forgotten header
1846
1847 2010-01-15 [colin]      3.7.4cvs2
1848
1849         * src/privacy.c
1850                 Decode mimeinfo before decrypting it. Probably
1851                 fixes bug 2059 'gpgme >=1.1.8 not compatible 
1852                 with S/MIME encryption' and bug 2076 'having 
1853                 worked 2 times properly CLAWS ceased to 
1854                 decrypt incoming PGP mails -displays base64 
1855                 instead - sucks completely'
1856                 Let's hope complete suckage ends here!
1857                 Thanks to Matthias Drochner.
1858
1859 2010-01-08 [paul]       3.7.4cvs1
1860
1861         * tools/claws.i18n.status.pl
1862                 fix typos
1863
1864 2010-01-08 [paul]       3.7.4
1865
1866         * NEWS
1867         * README
1868         * RELEASE_NOTES 
1869                 3.7.4 released!
1870
1871 2010-01-08 [paul]       3.7.3cvs57
1872
1873         * po/ca.po
1874         * po/cs.po
1875         * po/de.po
1876         * po/fi.po
1877         * po/hu.po
1878         * po/id.po
1879         * po/ja.po
1880         * po/nl.po
1881         * po/pt_BR.po
1882         * po/pt_PT.po
1883         * po/ru.po
1884         * po/sk.po
1885                 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
1886                 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
1887                 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
1888                 Slavko
1889
1890 2010-01-08 [paul]       3.7.3cvs56
1891
1892         * src/common/utils.c
1893                 fix bug 2089, 'URLs ending with an underscore ('_')
1894                 are not correctly parsed'. thanks to Johan
1895
1896 2010-01-05 [colin]      3.7.3cvs55
1897
1898         * po/fr.po
1899                 Update french translation
1900
1901 2010-01-04 [mones]      3.7.3cvs54
1902
1903         * po/es.po
1904                 Update Spanish translation
1905
1906 2010-01-04 [mones]      3.7.3cvs53
1907
1908         * manual/plugins.xml
1909                 Some format
1910         * manual/es/claws-mail-manual.xml
1911         * manual/es/intro.xml
1912         * manual/es/plugins.xml
1913                 Synchronise with English version
1914
1915 2010-01-03 [paul]       3.7.3cvs52
1916
1917         * ChangeLog
1918                 fix format
1919         * src/gtk/authors.h
1920                 update TEAM_LIST, fix encoding
1921
1922 2010-01-03 [mir]        3.7.3cvs51
1923
1924         * src/compose.c
1925                 When composing to a NNTP list TO: will always be preset
1926                 to the NNTP list unless user has chosen some other default
1927                 in which case we will handle this the normal way. Therefore
1928                 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
1929
1930 2010-01-01 [paul]       3.7.3cvs50
1931
1932         * src/gtk/about.c
1933                 bump copyright year whilst it's in mind
1934
1935 2009-12-31 [paul]       3.7.3cvs49
1936
1937         * manual/claws-mail-manual.xml
1938         * manual/intro.xml
1939         * manual/plugins.xml
1940                 fix links so that they make sense in the context of the
1941                 text version of the manual
1942
1943 2009-12-31 [paul]       3.7.3cvs48
1944
1945         * manual/intro.xml
1946         * manual/plugins.xml
1947                 updates, improvements, corrections, additions
1948
1949 2009-12-29 [pawel]      3.7.3cvs47
1950
1951         * src/prefs_filtering_action.c
1952                 Fix Bug 2082 'Wrong color rectangle position when replacing
1953                 "color" processing rule'
1954
1955 2009-12-29 [colin]      3.7.3cvs46
1956
1957         * src/compose.c
1958                 Fix bug 2074, 'Remember sending account 
1959                 for sent messages'
1960
1961 2009-12-20 [holger]     3.7.3cvs45
1962
1963         * src/compose.c
1964                 Delay CREATED_HOOKLIST invokation until
1965                 after the modifications to the compose window
1966                 are done, to allow hooks to further modify the
1967                 window without getting overridden again
1968
1969 2009-12-20 [holger]     3.7.3cvs44
1970
1971         * src/prefs_toolbar.h
1972                 Fix last commit
1973
1974 2009-12-20 [holger]     3.7.3cvs43
1975
1976         * src/prefs_toolbar.c
1977         * src/prefs_toolbar.h
1978         * src/toolbar.c
1979                 Pass window struct to caller
1980
1981 2009-12-20 [holger]     3.7.3cvs42
1982
1983         * src/compose.c
1984         * src/compose.h
1985                 Add hooklist after creation of a compose window
1986
1987 2009-12-19 [holger]     3.7.3cvs41
1988
1989         * src/prefs_toolbar.c
1990         * src/prefs_toolbar.h
1991         * src/toolbar.c
1992                 Allow plugins to choose to which toolbar they want
1993                 to add actions (main window, compose window, or message view)
1994
1995 2009-12-19 [paul]       3.7.3cvs40
1996
1997         * src/statusbar.c
1998                 fix statusbar in GTK+ 2.19.1
1999
2000 2009-12-10 [pawel]      3.7.3cvs39
2001
2002         * src/compose.c
2003                 Better fix for cvs28 regression
2004
2005 2009-12-10 [iwkse]      3.7.3cvs38
2006
2007         * src/compose.c
2008             Fix some indentation
2009
2010 2009-12-10 [iwkse]      3.7.3cvs37
2011
2012         * src/compose.c
2013             Add missing checks for gtkaspell: avoid
2014             crashing in some cases when Enchant is 
2015             enabled but the spell checker is disabled 
2016             in preferences.
2017
2018 2009-12-09 [colin]      3.7.3cvs36
2019
2020         * src/compose.c
2021                 Fix leak and unchecked accesses.
2022
2023 2009-12-09 [mir]        3.7.3cvs35
2024
2025         * src/compose.c
2026         Fix Bug 2072 "template at folder properties is not working"
2027         introduced in cvs24.
2028
2029 2009-12-08 [pawel]      3.7.3cvs34
2030
2031         * src/compose.c
2032                 When 'Reply All' remove current compose address from
2033                 Cc/Bcc list - fix for regression introduced in cvs28
2034
2035 2009-12-05 [pawel]      3.7.3cvs33
2036
2037         * src/messageview.c
2038                 Fix memory management, duh!
2039
2040 2009-12-04 [pawel]      3.7.3cvs32
2041
2042         * src/messageview.c
2043                 Use case insensitive comparison in search for
2044                 duplicate urls
2045         * src/uri_opener.c
2046                 Refresh scrollbars on every window open
2047
2048 2009-12-04 [pawel]      3.7.3cvs31
2049
2050         * src/compose.c
2051                 Highlight misspelled words when applying template and
2052                 check_while_typing option is on
2053
2054 2009-12-03 [pawel]      3.7.3cvs30
2055
2056         * src/compose.c
2057                 Highlight misspelled words in text inserted from file(s)
2058                 or pasted to message body when check_while_typing
2059                 options is on
2060
2061 2009-12-02 [pawel]      3.7.3cvs29
2062
2063         * src/compose.c
2064                 Revert first part of previous commit
2065
2066 2009-12-02 [pawel]      3.7.3cvs28
2067
2068         * src/compose.c
2069                 Fix Bug 2055 "duplicate mailing list reply if
2070                 List-Post + Reply-To present"
2071                 - Ignore Reply-To if answering to ML
2072                 - Improve parsing of List-Post header
2073
2074 2009-12-02 [pawel]      3.7.3cvs27
2075
2076         * src/compose.c
2077         * src/compose.h
2078                 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
2079                 email had user in "From" and "CC"
2080                 Don't allow duplicate addresses in compose window headers
2081
2082 2009-12-02 [mones]      3.7.3cvs26
2083
2084         * manual/intro.xml
2085         * manual/es/intro.xml
2086         * manual/fr/intro.xml
2087         * manual/it/intro.xml
2088         * manual/pl/intro.xml
2089                 Make URL to point current site
2090
2091 2009-12-01 [holger]     3.7.3cvs25
2092
2093         * src/summaryview.c
2094         * src/summaryview.h
2095                 Introduce new drag type "claws-mail/msg-path-list" for
2096                 drag'n'drop of a message selection from the summaryview
2097                 into other applications. The drag data gets set to the
2098                 folder-item-id followed by message ids, separated by newlines.
2099                 This enables other applications to back-link to Claws Mail
2100                 via a "claws-mail --select" call after they received a drop.
2101
2102 2009-11-30 [mir]        3.7.3cvs24
2103
2104         * src/compose.c
2105            Place cursor in compose window according to provided input
2106            If to: is present place cursor in subject field and if both
2107            to: and subject: is present place cursor in body. If body: is
2108            present insert a new line after text and place cursor there.
2109
2110 2009-11-27 [mones]      3.7.3cvs23
2111
2112         * src/gtk/quicksearch.c
2113                 Allow viewing longer expressions if there's space
2114
2115 2009-11-25 [holger]     3.7.3cvs22
2116
2117         * Makefile.am
2118         * src/common/Makefile.am
2119         * src/common/utils.c
2120         * src/common/utils.h
2121                 Add a function to query the
2122                 filepath of the .desktop file
2123
2124 2009-11-25 [colin]      3.7.3cvs21
2125
2126         * src/imap.c
2127                 Fix bug 2063, 'glib assertion in GRelation use in 
2128                 imap.c'
2129
2130 2009-11-24 [pawel]      3.7.3cvs20
2131
2132         * src/common/utils.c
2133                 Fix Bug 2053 'Inconsistent application of Coloration 
2134                 of Message text'
2135                 Don't allow '<' character between quotation marks
2136
2137 2009-11-21 [holger]     3.7.3cvs19
2138
2139         * src/printing.c
2140                 Modify cairo clip handling in preview windows,
2141                 to prevent print preview windows from being blank
2142                 with GTK+ 2.18. Follow recommendation of the GTK+
2143                 documentation (section "Migrating to client side windows")
2144                 and create a new cairo context for each expose event.
2145
2146 2009-11-19 [pawel]      3.7.3cvs18
2147
2148         * Makefile.am
2149                 complete 3.7.3cvs15 so install is DESTDIR safe
2150                 remove icons with changed names on uninstall
2151
2152 2009-11-18 [pawel]      3.7.3cvs17
2153
2154         * src/news_gtk.c
2155                 remove unneeded and code-duplicating function
2156
2157 2009-11-18 [pawel]      3.7.3cvs16
2158
2159         * src/news_gtk.c
2160                 Fix Bug 2057 'Claws mail does not keep renamed names
2161                 of nntp-subscribed groups'
2162                 Check for already subscribed group using item->path for group
2163                 comparision as folders item->path != item->name may be truth 
2164                 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
2165
2166 2009-11-17 [pawel]      3.7.3cvs15
2167
2168         * Makefile.am
2169                 Fix Bug 2049 'some icons not copied?'
2170                 Install additional 64x64 and 128x128 icons
2171
2172 2009-11-17 [holger]     3.7.3cvs14
2173
2174         * src/prefs_toolbar.c
2175         * src/prefs_toolbar.h
2176         * src/toolbar.c
2177         * src/toolbar.h
2178                 Allow plugins to register toolbar items
2179
2180 2009-11-11 [pawel]      3.7.3cvs13
2181
2182         * src/addressbook.c
2183         * src/compose.c
2184         * src/compose.h
2185         * src/filtering.c
2186                 Fix Bug 1867 Changing account does not change BCC address
2187                 Set account specific headers when changing account
2188                 in compose window.
2189
2190 2009-11-07 [colin]      3.7.3cvs12
2191
2192         * src/gtk/prefswindow.c
2193                 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
2194                 Patch by Pawel
2195
2196 2009-11-07 [colin]      3.7.3cvs11
2197
2198         * src/gtk/spell_entry.c
2199                 Fix bug 2040, 'numbers in subject entry marked as misspelled'
2200                 Patch by Pawel Pekala
2201
2202 2009-10-27 [colin]      3.7.3cvs10
2203
2204         * src/folder.c
2205                 Fix bug 2028, 'Attempts to connect to all accounts on exit'
2206                 Don't try to check whether the folder is up-to-date if
2207                 the folder class doesn't implement set_mtime, as we don't
2208                 care in this case. This code exists since a long time, but
2209                 the bug was triggered by more scanning of queue folders 
2210                 since recently (when we added \Deleted handling).
2211
2212 2009-10-27 [colin]      3.7.3cvs9
2213
2214         * src/mainwindow.c
2215                 Try to fix registering as default client
2216                 on windows 7
2217
2218 2009-10-21 [wwp]        3.7.3cvs8
2219
2220         * src/common/utils.c
2221                 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
2222
2223 2009-10-21 [wwp]        3.7.3cvs7
2224
2225         * src/common/utils.c
2226                 Don't core dump when attempting to insert a non-existing
2227                 file using a mailto: uri (g_error does core dump).
2228
2229 2009-10-20 [colin]      3.7.3cvs6
2230
2231         * src/common/utils.c
2232                 Don't g_error on normal warnings...
2233
2234 2009-10-20 [colin]      3.7.3cvs5
2235
2236         * src/plugins/pgpcore/sgpgme.c
2237                 Fix bug 1996, 'S/MIME key not selected'
2238                 Check for S/MIME certs too
2239
2240 2009-10-20 [colin]      3.7.3cvs4
2241
2242         * src/common/w32lib.h
2243                 Fix win32 build on latest mingw32
2244
2245 2009-10-20 [colin]      3.7.3cvs3
2246
2247         * src/exportldif.c
2248         * src/ldif.c
2249         * src/ldif.h
2250                 Fix LDIF export. Patch by Michael Rasmussen
2251
2252 2009-10-18 [paul]       3.7.3cvs2
2253
2254         * tools/claws.i18n.status.pl
2255                 increase the value of $transolddays since we're relasing less
2256                 often now.
2257                 rework the en_GB.po hack so that en_GB is always 100% translated
2258                 and recently updated
2259
2260 2009-10-17 [paul]       3.7.3cvs1
2261
2262         * src/prefs_account.c
2263         * src/prefs_compose_writing.c
2264         * src/prefs_receive.c
2265         * src/prefs_summaries.c
2266         * src/prefs_wrapping.c
2267                 reword a few labels. (this incorporates everything
2268                 that seemed worthwhile from bug 2020)
2269         * src/prefs_customheader.c
2270                 use a 'Browse' button instead of button with
2271                 label 'From file...'
2272
2273 2009-10-12 [colin]
2274
2275         * CVS repository change
2276
2277 2009-10-09 [paul[       3.7.3
2278
2279         version 3.7.3 unleashed!!
2280
2281 2009-10-07 [paul]       3.7.2cvs49
2282
2283         * src/folderview.c
2284         * src/folderview.h
2285         * src/mainwindow.c
2286                 fix  Bug 1994 -  Changing colors required restart.
2287                 in the process rename folderview_reflect_prefs_pixmap_theme() to the
2288                 more accurate folderview_reinit_fonts()
2289
2290 2009-10-07 [paul]       3.7.2cvs48
2291
2292         * src/addrgather.c
2293         * src/prefs_common.c
2294         * src/prefs_common.h
2295                 fix  Bug 2003 -  Address gathering dialog minor bugs/annoyances,
2296                 patch by Pawel Pekala
2297
2298 2009-10-07 [paul]       3.7.2cvs47
2299
2300         * po/cs.po
2301         * po/de.po
2302         * po/hu.po
2303         * po/id.po
2304         * po/ja.po
2305         * po/pt_BR.po
2306                 updated by David Vachulka, Stephan Sachse and Marc Arens,
2307                 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
2308                 Goncalves Guimaraes
2309
2310 2009-10-06 [colin]      3.7.2cvs46
2311
2312         * po/fr.po
2313                 French translation update
2314
2315 2009-10-05 [paul]       3.7.2cvs45
2316
2317         * src/printing.c
2318                 enable Page Size and Orientation in the print dialog,
2319                 GTK+ >= 2.18.x only. Patch by Mark__T
2320
2321 2009-10-05 [paul]       3.7.2cvs44
2322
2323         * src/prefs_summaries.c
2324                 fix label, startup --> start-up, to match other uses of the
2325                 term
2326
2327 2009-10-05 [paul]       3.7.2cvs43
2328
2329         * po/pl.po
2330                 updated by Emilian Nowak
2331
2332 2009-10-03 [colin]      3.7.2cvs42
2333
2334         * src/mimeview.c
2335         * src/noticeview.c
2336         * src/gtk/gtkcmclist.c
2337         * src/gtk/gtkvscrollbutton.c
2338         * src/gtk/logwindow.c
2339                 GTK+ 2.18 fixes:
2340                 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
2341                 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
2342                 Fix warning at start
2343
2344 2009-09-28 [colin]      3.7.2cvs41
2345
2346         * src/matcher.c
2347         * src/mimeview.c
2348         * src/prefs_folder_item.c
2349                 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
2350
2351 2009-09-28 [colin]      3.7.2cvs40
2352
2353         * src/prefs_summaries.c
2354         * src/gtk/sslcertwindow.c
2355                 Fix bug 2006, 'Non-utf8 strftime(3) date strings 
2356                 shows up garbled in GUI'. Patch by Pawel Pekala
2357
2358 2009-09-24 [iwkse]      3.7.2cvs39
2359
2360         * configure.ac
2361             That's only for statistics, of course :)
2362
2363 2009-09-24 [iwkse]      3.7.2cvs38
2364
2365         * configure.ac
2366             ...
2367
2368 2009-09-24 [iwkse]      3.7.2cvs37
2369
2370         * configure.ac
2371             Revert unwanted change
2372
2373 2009-09-24 [iwkse]      3.7.2cvs36
2374
2375         * src/action.c
2376             Fix issue with filtering actions and 
2377             parsed parameters
2378
2379 2009-09-20 [mones]      3.7.2cvs35
2380
2381         * tools/convert_mbox.pl
2382                 Add -R flag to support recursive conversions
2383                 of arbitrary Evolution mail folders, based on
2384                 bash script by Daniel Dickinson (fixes debian 
2385                 bug #461435) 
2386         * tools/popfile-link.sh
2387                 Set required shell for script (fixes debian 
2388                 bug #530057)
2389
2390 2009-09-16 [colin]      3.7.2cvs34
2391
2392         * src/main.c
2393                 Go grab files in /etc/skel if they exist
2394                 at first startup 
2395
2396 2009-09-15 [colin]      3.7.2cvs33
2397
2398         * src/procmime.c
2399                 Complete 3.7.1cvs42: only output directly to
2400                 final file if we get NULL byes at the start.
2401                 Still fixes saving UTF16 files, but also
2402                 fixes displaying Base64 parts with decoding
2403                 errors (parts without errors get displayed)
2404
2405 2009-09-14 [colin]      3.7.2cvs32
2406
2407         * src/matcher.c
2408         * src/matcher.h
2409         * src/matcher_parser_parse.y
2410         * src/prefs_matcher.c
2411                 Add 'has_attachment' and 'signed' matcher
2412                 expressions. Patch by Aleksei Miheev, fixes
2413                 bug 1997. 
2414
2415 2009-09-14 [colin]      3.7.2cvs31
2416
2417         * src/common/utils.c
2418                 Add "Re :" prefix from french Yahoo mail.
2419                 Patch by Didier Barvaux, fixes bug 1999
2420
2421 2009-09-10 [mones]      3.7.2cvs30
2422
2423         * manual/plugins.xml
2424                 Fix sites supported by SpamReport
2425         * manual/es/plugins.xml
2426                 Synchronise Spanish manual
2427
2428 2009-09-07 [holger]     3.7.2cvs29
2429
2430         * Makefile.am
2431                 Also update the icon cache on uninstall.
2432                 This prevents possible problems when Claws Mail was
2433                 uninstalled and installed again into a different location,
2434                 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
2435                 and the blog post linked therein
2436
2437 2009-09-07 [paul]       3.7.2cvs28
2438
2439         * src/prefs_toolbar.c
2440                 when updating the main toolbar icons just update
2441                 the main toolbar (and consequently fix a bug where
2442                 folderview icons would disappear)
2443
2444 2009-08-30 [holger]     3.7.2cvs27
2445
2446         * src/compose.c
2447                 Do case-insensitive comparison against
2448                 header names when extracting recipients
2449                 from composed mails
2450
2451 2009-08-23 [colin]      3.7.2cvs26
2452
2453         * src/mbox.c
2454                 Probably fix RH bug 512024, " folder.c:3543 
2455                 Condition msglist != NULL failed"
2456
2457 2009-08-23 [colin]      3.7.2cvs25
2458
2459         * src/prefs_compose_writing.c
2460                 Make the maximum size warning bigger. Patch
2461                 by Didier Barvaux on bug 1986.
2462
2463 2009-08-21 [colin]      3.7.2cvs24
2464
2465         * src/compose.c
2466                 Previous commit: move the function into compose_insert_file
2467                 so that it's also used on drag-n-drop
2468
2469 2009-08-21 [colin]      3.7.2cvs23
2470
2471         * src/compose.c
2472                 Fix scrolling when adding an header
2473
2474 2009-08-21 [colin]      3.7.2cvs22
2475
2476         * src/compose.c
2477         * src/prefs_common.c
2478         * src/prefs_common.h
2479         * src/prefs_compose_writing.c
2480         * src/common/utils.c
2481                 Fix bug 1986, "New feature: warn user when inserting 
2482                 a large file in the message body". Patch by Didier
2483                 Barvaux
2484
2485 2009-08-21 [colin]      3.7.2cvs21
2486
2487         * AUTHORS
2488         * src/gtk/authors.h
2489         * src/common/utils.c
2490                 Fix bug 1984: Add R�f. : reply prefix (french 
2491                 Lotus Notes); patch by Didier Barvaux
2492
2493 2009-08-21 [colin]      3.7.2cvs20
2494
2495         * src/codeconv.c
2496         * src/codeconv.h
2497                 Fix bug 1969, 'Bad guess for outgoing encoding'
2498                 Make sure the specific converters (japanese in
2499                 this case) can return success/error in strict
2500                 mode, instead of silently failing back to 
2501                 strncpy
2502
2503 2009-08-20 [holger]     3.7.2cvs19
2504
2505         * src/compose.c
2506         * src/compose.h
2507                 Make it possible for code outside
2508                 compose (e.g. plugins) to attach files
2509
2510 2009-08-20 [colin]      3.7.2cvs18
2511
2512         * src/main.c
2513                 Fix crash when accessing IMAP soon
2514
2515 2009-08-18 [colin]      3.7.2cvs17
2516
2517         * src/ldapquery.c
2518                 Maybe fix crash on non-existent LDAP server
2519
2520 2009-08-04 [colin]      3.7.2cvs16
2521
2522         * src/toolbar.c
2523                 Fix toolbar's spacing that breaks dark
2524                 themes (patch from http://blogs.igalia.com/aperez/
2525                 2009/07/making-claws-mail-look-better/)
2526
2527 2009-07-28 [colin]      3.7.2cvs15
2528
2529         * src/account.c
2530         * src/addrcustomattr.c
2531         * src/addressadd.c
2532         * src/addressbook_foldersel.c
2533         * src/addrgather.c
2534         * src/browseldap.c
2535         * src/compose.c
2536         * src/editbook.c
2537         * src/editgroup.c
2538         * src/editjpilot.c
2539         * src/editldap.c
2540         * src/editldap_basedn.c
2541         * src/edittags.c
2542         * src/editvcard.c
2543         * src/exphtmldlg.c
2544         * src/expldifdlg.c
2545         * src/export.c
2546         * src/foldersel.c
2547         * src/import.c
2548         * src/importldif.c
2549         * src/importmutt.c
2550         * src/importpine.c
2551         * src/prefs_actions.c
2552         * src/prefs_customheader.c
2553         * src/prefs_display_header.c
2554         * src/prefs_filtering.c
2555         * src/prefs_folder_column.c
2556         * src/prefs_matcher.c
2557         * src/prefs_summary_column.c
2558         * src/prefs_summary_open.c
2559         * src/prefs_template.c
2560         * src/textview.c
2561         * src/uri_opener.c
2562                 Fix bug 1950, 'Program freeze up during folder selection'
2563                 Don't leave hidden windows modal
2564
2565 2009-07-28 [colin]      3.7.2cvs14
2566
2567         * src/ldapquery.c
2568                 Fix bug 1957, 'LDAP errs out after searching too 
2569                 many search bases'
2570
2571 2009-07-28 [colin]      3.7.2cvs13
2572
2573         * src/summaryview.c
2574                 Fix bug 1966, '"Collapse all threads" slower than 
2575                 "Expand all threads"'
2576
2577 2009-07-28 [colin]      3.7.2cvs12
2578
2579         * src/common/session.c
2580                 Fix bug 1967, 'Claws gets stuck after accepting 
2581                 a certificate warning dialog'
2582
2583 2009-07-19 [paul]       3.7.2cvs11
2584
2585         * manual/plugins.xml
2586                 a few small changes to the English
2587
2588 2009-07-18 [mones]      3.7.2cvs10
2589
2590         * manual/plugins.xml
2591                 Add new bsfilter and fancy plugins to the docs
2592                 and a note about dealing with plugins of the same class
2593         * src/prefs_account.c
2594                 Fix extra space at the end typo
2595
2596 2009-07-16 [colin]      3.7.2cvs9
2597
2598         * src/summaryview.c
2599                 Fix wrong return without unlocking; thanks
2600                 to mupuf_
2601
2602 2009-07-14 [colin]      3.7.2cvs8
2603
2604         * src/imap.c
2605                 Fix bug 1954, 'Segfault on reading wrong STATUS'
2606
2607 2009-07-10 [colin]      3.7.2cvs7
2608
2609         * src/plugins/pgpcore/plugin.def
2610         * src/common/utils.h
2611                 Fix windows port
2612
2613 2009-07-10 [colin]      3.7.2cvs6
2614
2615         * src/prefs_display_header.c
2616                 Fix bug 1951, 'C-Mail dumps core when editing 
2617                 displayed headers'. Patch by Alexey Rusakov
2618
2619 2009-07-10 [colin]      3.7.2cvs5
2620
2621         * src/folderview.c
2622                 Fix bug 1952, 'Deleted mails in Queue folder 
2623                 highlight it'.
2624
2625 2009-07-09 [colin]      3.7.2cvs4
2626
2627         * src/gtk/spell_entry.c
2628                 Fix bug 1949, 'Spell checker doesn't recognise 
2629                 certain word in Subject header, but does in 
2630                 message body'. Patch by Pawel Pekala.
2631
2632 2009-07-09 [paul]       3.7.2cvs3
2633
2634         * configure.ac
2635                 use pkgconfig to check for the minimum required
2636                 version of GnuTLS
2637
2638 2009-07-06 [colin]      3.7.2cvs2
2639
2640         * src/prefs_customheader.c
2641                 Fix build failure
2642
2643 2009-07-04 [paul]       3.7.2cvs1
2644
2645         * tools/claws.i18n.status.pl
2646                 updated
2647
2648 2009-07-03 [paul]       3.7.2
2649
2650         * NEWS
2651         * README
2652         * RELEASE_NOTES 
2653                 3.7.2 released!
2654
2655 2009-07-03 [paul]       3.7.1cvs85
2656
2657         * AUTHORS
2658         * configure.ac
2659         * po/pt_PT.po
2660         * po/sk.po
2661         * src/gtk/authors.h
2662                 added new translations by Tiago Faria and Slavko
2663         * po/bg.po
2664         * po/cs.po
2665         * po/de.po
2666         * po/es.po
2667         * po/fi.po
2668         * po/fr.po
2669         * po/hu.po
2670         * po/id.po
2671         * po/it.po
2672         * po/ja.po
2673         * po/pt_BR.po
2674         * po/ru.po
2675                 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
2676                 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
2677                 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
2678                 Goncalves Guimaraes, Aleksei Miheev
2679
2680 2009-07-01 [colin]      3.7.1cvs84
2681
2682         * src/prefs_common.c
2683                 Fix bug 1940, 'Doesn't open links in 
2684                 user's default browser'. Turn the preference
2685                 to TRUE by default; that will only change the
2686                 behaviour for new users.
2687
2688 2009-06-29 [colin]      3.7.1cvs83
2689
2690         * src/filtering.c
2691         * src/filtering.h
2692         * src/prefs_filtering_action.c
2693                 Fix bug 1935, 'problems with very long filtering actions':
2694                 Use a dynamic buffer in action to string, and a bigger
2695                 buffer in string to action
2696
2697 2009-06-29 [colin]      3.7.1cvs82
2698
2699         * src/matcher_parser_lex.l
2700                 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
2701
2702 2009-06-29 [colin]      3.7.1cvs81
2703
2704         * src/addressbook.c
2705                 Fix warnings
2706         * src/editgroup.c
2707                 Fix crash (out-of-bounds tree column)
2708         * src/gtk/gtkcmctree.c
2709         * src/gtk/gtksctree.c
2710                 Prevent using an out-of-bounds tree column
2711
2712 2009-06-29 [colin]      3.7.1cvs80
2713
2714         * src/ldapupdate.c
2715         * src/ldif.c
2716                 Leak fixes; patch by Pawel Pekala.
2717
2718 2009-06-26 [colin]      3.7.1cvs79
2719
2720         * src/summaryview.c
2721                 Sort by msgnum if dates are equal
2722
2723 2009-06-24 [paul]       3.7.1cvs78
2724
2725         * src/summaryview.c
2726                 make some (forgotten) strings translatable
2727
2728 2009-06-19 [colin]      3.7.1cvs77
2729
2730         * src/summaryview.c
2731                 Fix menu sensitiveness
2732
2733 2009-06-18 [colin]      3.7.1cvs76
2734
2735         * configure.ac
2736         * src/plugins/pgpcore/sgpgme.c
2737         * src/plugins/pgpcore/sgpgme.h
2738         * src/plugins/pgpmime/mypgpcore.def
2739         * src/plugins/pgpmime/pgpmime.c
2740         * src/plugins/smime/mypgpcore.def
2741         * src/plugins/smime/smime.c
2742                 Use largefile support (and stop using our old GPGME
2743                 hack on gpgme_data_seek/rewind)
2744                 (See 1.9.12cvs44 to 46 - if this breaks things we 
2745                 should soon know :)
2746
2747 2009-06-13 [colin]      3.7.1cvs75
2748
2749         * src/gtk/spell_entry.c
2750                 Fix assertion. We can put a NULL gtkaspell to
2751                 an entry; it just means it won't be spell-checked.
2752
2753 2009-06-12 [mones]      3.7.1cvs74
2754
2755         * src/compose.c
2756         * src/messageview.c
2757         * src/prefs_account.c
2758         * src/prefs_account.h
2759         * src/common/utils.c
2760         * src/common/utils.h
2761                 Added preference to use account address in generated
2762                 Message-Id. Fixes Debian bug #531052
2763
2764 2009-06-12 [colin]      3.7.1cvs73
2765
2766         * src/common/ssl.c
2767                 Better fix, API-compatible with libgnutls13
2768
2769 2009-06-12 [colin]      3.7.1cvs72
2770
2771         * src/common/ssl.c
2772                 Use compatibility mode in GnuTLS, and avoid problems with 
2773                 servers that don't comply 100% with the spec, but still
2774                 exist.
2775
2776 2009-06-06 [iwkse]      3.7.1cvs71
2777
2778         * src/compose.c
2779                 Ops..revert a mix with another patch
2780
2781 2009-06-06 [iwkse]      3.7.1cvs70
2782
2783         * src/compose.c
2784                 A better fix for the previous commit's issue
2785
2786 2009-06-06 [iwkse]      3.7.1cvs69
2787
2788         * src/compose.c
2789                 Fix shutting down of Claws Mail while a GTK_Return keypress 
2790                 event is sent to the Attach property window
2791
2792 2009-06-05 [colin]      3.7.1cvs68
2793
2794         * src/compose.c
2795                 Fix build on GTK+ 2.6
2796
2797 2009-06-03 [mones]      3.7.1cvs67
2798
2799         * tools/make.themes.project
2800                 Oops! fix header, sorry Paul ;-)
2801
2802 2009-06-03 [mones]      3.7.1cvs66
2803
2804         * tools/make.themes.project
2805                 Add support for PNG themes and other
2806                 fixes i don't remember now... :)
2807
2808 2009-06-02 [colin]      3.7.1cvs65
2809
2810         * src/compose.c
2811         * src/prefs_template.c
2812         * src/quote_fmt.c
2813                 Fix error messages in templates, and fix their
2814                 checking
2815
2816 2009-05-22 [colin]      3.7.1cvs64
2817
2818         * src/compose.c
2819                 And remove hbox too
2820
2821 2009-05-22 [colin]      3.7.1cvs63
2822
2823         * src/compose.c
2824                 Fix phantom button behind entry when
2825                 changing fields via Tools/Reply mode.
2826
2827 2009-05-22 [colin]      3.7.1cvs62
2828
2829         * src/compose.c
2830                 Fix icon size
2831
2832 2009-05-21 [mones]      3.7.1cvs61
2833
2834         * src/compose.c
2835         * src/compose.h
2836                 Add button to empty header lines with one click
2837
2838 2009-05-21 [paul]       3.7.1cvs60
2839
2840         * src/mainwindow.c
2841         * src/mainwindow.h
2842         * src/plugins/trayicon/trayicon.c
2843                 when quitting from the trayicon, honour
2844                 prefs_common.clean_on_exit
2845
2846 2009-05-21 [paul]       3.7.1cvs59
2847
2848         * src/gtk/Makefile.am
2849                 remove duplicate entry
2850                 thanks to Charles A Edwards
2851
2852 2009-05-19 [paul]       3.7.1cvs58
2853
2854         * src/send_message.c
2855                 clear progressbar in the statusbar on 'Cancel'
2856
2857 2009-05-16 [colin]      3.7.1cvs57
2858
2859         * AUTHORS
2860         * src/gtk/authors.h
2861                 Add Fabian
2862
2863 2009-05-16 [colin]      3.7.1cvs56
2864
2865         * src/msgcache.c
2866                 Remove msgnum>0 condition for removing messages
2867                 from caches. There's no such condition on add.
2868                 Fixes bug 1913, 'Allow to remove phantom 
2869                 messages from the cache'; patch by Fabian
2870                 Keil <fk at fabiankeil.de>
2871
2872 2009-05-12 [holger]     3.7.1cvs55
2873
2874         * src/messageview.c
2875         * src/messageview.h
2876                 Introduce hook after showing of the message view
2877
2878 2009-05-11 [colin]      3.7.1cvs54
2879
2880         * src/compose.c
2881                 Fix bug 1872, 'A: Cc: CCi: selector should 
2882                 default on same as preceding contact'
2883
2884 2009-05-10 [holger]     3.7.1cvs53
2885
2886         * src/addr_compl.c
2887         * src/addr_compl.h
2888                 Add a hook to make it possible for plugins to
2889                 modify the address completion list
2890
2891 2009-05-06 [paul]       3.7.1cvs52
2892
2893         * src/folder.c
2894         * src/mimeview.c
2895                 fix bug 1915, 'Mails signed with smime.p7s
2896                 display both signed and attachment icon.'
2897
2898 2009-05-05 [colin]      3.7.1cvs51
2899
2900         * src/common/utils.c
2901                 Fix patch :)
2902
2903 2009-05-05 [colin]      3.7.1cvs50
2904
2905         * src/common/utils.c
2906                 Fix bug 1895, '(imap) cache issues when cache dir is on a 
2907                 different mountpoint than tempdir'
2908
2909 2009-05-04 [colin]      3.7.1cvs49
2910
2911         * src/msgcache.c
2912                 Probably fix bug 1914, 'Crash reading
2913                 corrupted tags file'
2914
2915 2009-04-26 [paul]       3.7.1cvs48
2916
2917         * configure.ac
2918         * src/gtk/gtkaspell.h
2919                 fix bug 1904, 'build mechanism looks for
2920                 'enchant.h' in a wrong place'
2921
2922 2009-04-25 [paul]       3.7.1cvs47
2923
2924         * src/printing.c
2925                 gah! fix coding style!
2926
2927 2009-04-25 [paul]       3.7.1cvs46
2928
2929         * src/printing.c
2930         * src/toolbar.c
2931                 if building with GTK+ >= 2.16 use
2932                 gtk_orientable_set_orientation() instead of now
2933                 deprecated gtk_toolbar_set_orientation()
2934
2935 2009-04-24 [colin]      3.7.1cvs45
2936
2937         * src/compose.c
2938                 Ask before sending if an attached file has
2939                 disappeared.
2940
2941 2009-04-19 [paul]       3.7.1cvs44
2942
2943         * src/prefs_common.c
2944         * src/prefs_common.h
2945         * src/gtk/about.c
2946                 save About window size.
2947                 patch by Pawel Pekala
2948
2949 2009-04-12 [paul]       3.7.1cvs43
2950
2951         * tools/csv2addressbook.pl
2952                 add extra CSV fields that are now appended
2953                 by thunderbird (version 2.0.0.21)
2954
2955 2009-04-08 [colin]      3.7.1cvs42
2956
2957         * src/procmime.c
2958                 fix saving (but not displaying) of UTF-16
2959                 files
2960
2961 2009-04-08 [colin]      3.7.1cvs41
2962
2963         * src/gtk/manage_window.c
2964                 Disable transient windows on win32 - seems to
2965                 fix most focusing issues
2966
2967 2009-04-05 [colin]      3.7.1cvs40
2968
2969         * src/procmsg.c
2970                 Don't ask whether we want to send deleted mails in queue
2971                 folders; also, don't send deleted mails when flushing
2972                 queues
2973
2974 2009-04-04 [paul]       3.7.1cvs39
2975
2976         * AUTHORS
2977         * configure.ac
2978         * po/id.po
2979         * src/gtk/authors.h
2980         * tools/claws.i18n.status.pl
2981                 add new Indonesian translation, by
2982                 MSulchan Darmawan
2983
2984 2009-04-03 [paul]       3.7.1cvs38
2985
2986         * AUTHORS
2987         * src/gtk/authors.h
2988                 credit due
2989
2990 2009-04-03 [colin]      3.7.1cvs37
2991
2992         * src/compose.c
2993         * src/textview.c
2994                 Fix bug 1891, 'Add support for gopher:// links'
2995                 Patch by Jacob Head <clawsmail at jacob-head.com>
2996                 Let's go back to the roots! 
2997
2998 2009-04-03 [paul]       3.7.1cvs36
2999
3000         * m4/Makefile.am
3001                 complete cvs35
3002
3003 2009-04-03 [paul]       3.7.1cvs35
3004
3005         * configure.ac
3006                 add AC_CONFIG_MACRO_DIR([m4])
3007                 remove CLAWS_ACLOCAL_INCLUDE(m4)
3008         * m4/aclocal-include.m4
3009                 removed this now unneeded file
3010
3011 2009-04-02 [colin]      3.7.1cvs34
3012
3013         * src/common/utils.h
3014                 Fix previous (thanks to Marcus :)
3015
3016 2009-04-02 [colin]      3.7.1cvs33
3017
3018         * src/common/utils.h
3019         * src/etpan/etpan-thread-manager.c
3020                 pipe() was a macro from GLib on win32 until
3021                 glib 2.13.2. It's undefined after that.
3022                 Thanks to Marcus Brinkmann for the heads-up!
3023
3024 2009-03-31 [colin]      3.7.1cvs32
3025
3026         * src/folder_item_prefs.c
3027                 Copy folder settings with prefs
3028
3029 2009-03-31 [colin]      3.7.1cvs31
3030
3031         * src/prefs_account.c
3032                 Don't use un-sensitive checkboxes in Privacy tab
3033                 when privacy system in None (makes unchecking 
3034                 painful when no privacy plugin is loaded)
3035
3036 2009-03-30 [colin]      3.7.1cvs30
3037
3038         * src/folder.c
3039         * src/folder.h
3040         * src/imap.c
3041         * src/mainwindow.c
3042         * src/mainwindow.h
3043         * src/prefs_account.c
3044         * src/prefs_account.h
3045         * src/summaryview.c
3046         * src/summaryview.h
3047                 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
3048                 Add an option on the Receive page of IMAP account preferences:
3049                 "Move deleted mails to trash and expunge immediately". This
3050                 option defaults to TRUE to avoid changing the existing behaviour.
3051                 Setting it to FALSE prevents automatic expunging. 
3052                 Also, add Tools/Expunge and View/Hide deleted messages menu items
3053                 (View/Hide deleted message being a per-folder setting, and behaving,
3054                 like View/Hide read messages).
3055
3056 2009-03-30 [colin]      3.7.1cvs29
3057
3058         * src/imap.c
3059                 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
3060                 ask for IMAP password when using GSSAPI auth
3061
3062 2009-03-27 [colin]      3.7.1cvs28
3063
3064         * src/folder.c
3065                 Fix cvs14, make sure we mark non-existent caches dirty
3066                 (or they never get written)
3067
3068 2009-03-27 [colin]      3.7.1cvs27
3069
3070         * src/imap.c
3071                 Fix tag update when all tags are removed 
3072                 from another client
3073
3074 2009-03-25 [colin]      3.7.1cvs26
3075
3076         * configure.ac
3077                 Fix configure.ac, thanks to Pawel
3078
3079 2009-03-25 [colin]      3.7.1cvs25
3080
3081         * src/news.c
3082         * src/etpan/nntp-thread.c
3083                 Fix header fetching (NG/To/Cc). Fixes 
3084                 bug 1883, 'Message processing fails to 
3085                 act on Newsgroups: field'
3086
3087 2009-03-23 [colin]      3.7.1cvs24
3088
3089         * src/textview.c
3090                 Fix internal headers visible in queue/sent
3091
3092 2009-03-23 [colin]      3.7.1cvs23
3093
3094         * configure.ac
3095                 Fix check for RC (resource compiler) used
3096                 on win32 (AC_LIBTOOL_RC used to call it 
3097                 implicitely but stopped)
3098
3099 2009-03-19 [colin]      3.7.1cvs22
3100
3101         * src/toolbar.c
3102                 Put spam button in default toolbar even if
3103                 bogofilter and spamassassin are not built.
3104                 Other anti-spam plugin could exist! :)
3105         * src/common/utils.c
3106                 Fix exit status fetch on win32
3107
3108 2009-03-18 [paul]       3.7.1cvs21
3109
3110         * src/gtk/spell_entry.c
3111                 fix "[BUG] Wrong word replaced in 'Subject:'
3112                 when spell-checking correction used"
3113                 Patch by Pawel Pekala
3114
3115 2009-03-17 [colin]      3.7.1cvs20
3116
3117         * src/common/utils.c
3118                 Fix win32 build (from cvs12)
3119
3120 2009-03-17 [colin]      3.7.1cvs19
3121
3122         * src/compose.c
3123                 Fix bug 1735, 'Change To: and Newsgroups: 
3124                 recipient field according account type'
3125                 Patch by Pawel
3126
3127 2009-03-17 [colin]      3.7.1cvs18
3128
3129         * src/msgcache.c
3130         * src/prefs_common.c
3131         * src/prefs_common.h
3132         * src/prefs_other.c
3133         * src/common/prefs.c
3134                 Add preference for fsyncing metadata
3135
3136 2009-03-16 [paul]       3.7.1cvs17
3137
3138         * src/prefs_customheader.c
3139                 add forgotten #if HAVE_LIBCOMPFACE
3140
3141 2009-03-16 [paul]       3.7.1cvs16
3142
3143         * src/prefs_customheader.c
3144                 put the (X-)Face preview image below the up/down
3145                 buttons so they don't jump around.
3146                 make the list reorderable by drag'n'drop
3147
3148 2009-03-16 [colin]      3.7.1cvs15
3149
3150         * src/prefs_customheader.c
3151                 Add a (X-)Face preview. Patch by iwkse.
3152
3153 2009-03-16 [colin]      3.7.1cvs14
3154
3155         * src/compose.c
3156         * src/folder.c
3157         * src/folder.h
3158         * src/msgcache.c
3159         * src/common/prefs.c
3160                 Add fsync calls to make sure we don't
3161                 lose data on system crashes. (to do:
3162                 add a pref to allow people choosing raw
3163                 speed)
3164
3165 2009-03-15 [colin]      3.7.1cvs13
3166
3167         * src/gtk/gtkaspell.c
3168                 Fix empty menu when there are no
3169                 suggestions (using the Spelling menu)
3170
3171 2009-03-14 [colin]      3.7.1cvs12
3172
3173         * src/common/utils.c
3174                 Win32: fix subject prefix length
3175
3176 2009-03-11 [mones]      3.7.1cvs11
3177
3178         * po/es.po
3179                 fix encoding declared in header
3180                 update translation now we're at it
3181
3182 2009-03-10 [colin]      3.7.1cvs10
3183
3184         * src/messageview.c
3185                 Fix "wrong mime" message printed out multiple
3186                 times
3187
3188 2009-03-10 [colin]      3.7.1cvs9
3189
3190         * src/prefs_folder_item.c
3191                 Fix build
3192
3193 2009-03-09 [paul]       3.7.1cvs8
3194
3195         * src/prefs_folder_item.c
3196         * src/send_message.c
3197                 fixes to english text
3198
3199 2009-03-08 [paul]       3.7.1cvs7
3200
3201         * po/ja.po
3202                 correct errors in header
3203
3204 2009-03-08 [paul]       3.7.1cvs6
3205
3206         * AUTHORS
3207         * configure.ac
3208         * po/ja.po
3209         * src/gtk/authors.h
3210         * tools/claws.i18n.status.pl
3211                 add Japanese translation, submitted by kazken3
3212
3213 2009-03-07 [colin]      3.7.1cvs5
3214
3215         * src/messageview.c
3216                 Don't let the invalid MIME warning hide
3217                 other noticeview (Partial receive or 
3218                 return receipt).
3219
3220 2009-03-07 [colin]      3.7.1cvs4
3221
3222         * src/procmime.c
3223                 Fix build
3224
3225 2009-03-07 [colin]      3.7.1cvs3
3226
3227         * src/messageview.c
3228         * src/procmime.c
3229         * src/procmime.h
3230                 Handle mimeparts that lack an end boundary.
3231                 They're invalid but it's too annoying for
3232                 normal users to fix.
3233
3234 2009-03-06 [wwp]        3.7.1cvs2
3235
3236         * src/compose.c
3237         * src/folder_item_prefs.c
3238         * src/folder_item_prefs.h
3239         * src/prefs_folder_item.c
3240                 Add per-folder default cc, bcc and reply-to.
3241
3242 2009-03-06 [colin]      3.7.1cvs1
3243
3244         * src/gedit-print.c
3245         * src/gtk/gtksourceprintjob.c
3246                 Fix build with old print interface
3247
3248 2009-03-06 [paul]       3.7.1
3249
3250         * NEWS
3251         * README
3252         * RELEASE_NOTES 
3253                 3.7.1 released!
3254
3255 2009-03-06 [paul]       3.7.0cvs78
3256
3257         * po/cs.po
3258         * po/de.po
3259         * po/fi.po
3260         * po/fr.po
3261         * po/hu.po
3262         * po/nl.po
3263         * po/pt_BR.po
3264         * po/sv.po
3265         * po/zh_CN.po
3266                 updated by David Vachulka, Stephan Sachse, Flammie
3267                 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
3268                 Frederico Goncalves Guimaraes, Lars Persson Fink,
3269                 and Ralph Young
3270
3271 2009-03-03 [colin]      3.7.0cvs77
3272
3273         * src/prefs_filtering.c
3274                 Win32: Fix bug 1865, 'IMAP account name changes 
3275                 are not followed at filter actions'
3276
3277 2009-03-02 [colin]      3.7.0cvs76
3278
3279         * src/imap.c
3280                 Fix Launchpad bug 335571: 'claws-mail crashed 
3281                 with SIGSEGV in strlen() while deleting 
3282                 large amount of e-mails on IMAP account
3283
3284 2009-02-27 [mones]      3.7.0cvs75
3285
3286         * manual/es/account.xml
3287         * manual/es/ack.xml
3288         * manual/es/addrbook.xml
3289         * manual/es/advanced.xml
3290         * manual/es/claws-mail-manual.xml
3291         * manual/es/faq.xml
3292         * manual/es/glossary.xml
3293         * manual/es/gpl.xml
3294         * manual/es/handling.xml
3295         * manual/es/intro.xml
3296         * manual/es/keyboard.xml
3297         * manual/es/plugins.xml
3298         * manual/es/starting.xml
3299                 Sync with English version, fix some typos
3300                 Changed encoding to UTF-8
3301         * po/es.po
3302                 Update for release, changed encoding to UTF-8
3303
3304 2009-02-24 [colin]      3.7.0cvs74
3305
3306         * src/printing.c
3307                 Don't print separation line if there
3308                 are no headers
3309
3310 2009-02-23 [cleroy]     3.7.0cvs73
3311
3312         * src/account.c
3313         * src/action.c
3314         * src/addr_compl.c
3315         * src/addrbook.c
3316         * src/addrcache.c
3317         * src/addrcindex.c
3318         * src/addrclip.c
3319         * src/addrduplicates.c
3320         * src/addressadd.c
3321         * src/addressbook.c
3322         * src/addressbook_foldersel.c
3323         * src/addrharvest.c
3324         * src/addrindex.c
3325         * src/addritem.c
3326         * src/addrquery.c
3327         * src/addrselect.c
3328         * src/codeconv.c
3329         * src/compose.c
3330         * src/customheader.c
3331         * src/editaddress.c
3332         * src/editaddress_other_attributes_ldap.c
3333         * src/editgroup.c
3334         * src/editldap.c
3335         * src/enriched.c
3336         * src/exporthtml.c
3337         * src/exportldif.c
3338         * src/filtering.c
3339         * src/folder.c
3340         * src/foldersel.c
3341         * src/folderutils.c
3342         * src/folderview.c
3343         * src/gedit-print.c
3344         * src/html.c
3345         * src/imap.c
3346         * src/imap_gtk.c
3347         * src/inc.c
3348         * src/jpilot.c
3349         * src/ldapctrl.c
3350         * src/ldapquery.c
3351         * src/ldapserver.c
3352         * src/ldapupdate.c
3353         * src/ldif.c
3354         * src/localfolder.c
3355         * src/main.c
3356         * src/mainwindow.c
3357         * src/matcher.c
3358         * src/mbox.c
3359         * src/messageview.c
3360         * src/mh.c
3361         * src/mh_gtk.c
3362         * src/mimeview.c
3363         * src/msgcache.c
3364         * src/mutt.c
3365         * src/news.c
3366         * src/news_gtk.c
3367         * src/noticeview.c
3368         * src/pine.c
3369         * src/pop.c
3370         * src/prefs_account.c
3371         * src/prefs_actions.c
3372         * src/prefs_common.c
3373         * src/prefs_filtering.c
3374         * src/prefs_filtering_action.c
3375         * src/prefs_folder_column.c
3376         * src/prefs_folder_item.c
3377         * src/prefs_gtk.c
3378         * src/prefs_matcher.c
3379         * src/prefs_quote.c
3380         * src/prefs_send.c
3381         * src/prefs_summaries.c
3382         * src/prefs_summary_column.c
3383         * src/prefs_template.c
3384         * src/prefs_themes.c
3385         * src/prefs_toolbar.c
3386         * src/printing.c
3387         * src/privacy.c
3388         * src/procheader.c
3389         * src/procmime.c
3390         * src/procmsg.c
3391         * src/quote_fmt.c
3392         * src/remotefolder.c
3393         * src/send_message.c
3394         * src/sourcewindow.c
3395         * src/statusbar.c
3396         * src/stock_pixmap.c
3397         * src/summary_search.c
3398         * src/summaryview.c
3399         * src/textview.c
3400         * src/toolbar.c
3401         * src/undo.c
3402         * src/uri_opener.c
3403         * src/vcard.c
3404         * src/common/base64.c
3405         * src/common/claws.c
3406         * src/common/hooks.c
3407         * src/common/plugin.c
3408         * src/common/prefs.c
3409         * src/common/session.c
3410         * src/common/smtp.c
3411         * src/common/socket.c
3412         * src/common/string_match.c
3413         * src/common/stringtable.c
3414         * src/common/utils.c
3415         * src/common/utils.h
3416         * src/common/xml.c
3417         * src/common/xmlprops.c
3418         * src/gtk/colorlabel.c
3419         * src/gtk/combobox.c
3420         * src/gtk/foldersort.c
3421         * src/gtk/gtkaspell.c
3422         * src/gtk/gtkcmclist.c
3423         * src/gtk/gtkcmctree.c
3424         * src/gtk/gtkcmoptionmenu.c
3425         * src/gtk/gtksctree.c
3426         * src/gtk/gtkshruler.c
3427         * src/gtk/gtksourceprintjob.c
3428         * src/gtk/gtkutils.c
3429         * src/gtk/gtkvscrollbutton.c
3430         * src/gtk/logwindow.c
3431         * src/gtk/menu.c
3432         * src/gtk/pluginwindow.c
3433         * src/gtk/prefswindow.c
3434         * src/gtk/quicksearch.c
3435         * src/gtk/spell_entry.c
3436         * src/plugins/pgpcore/select-keys.c
3437         * src/plugins/pgpinline/pgpinline.c
3438         * src/plugins/pgpmime/pgpmime.c
3439         * src/plugins/smime/smime.c
3440         * src/plugins/spamassassin/spamassassin_gtk.c
3441                 Mass commit changing g_return_* to cm_return_*
3442                 and making these more interesting
3443
3444 2009-02-23 [colin]      3.7.0cvs72
3445
3446         * src/imap.c
3447                 Always initialise error code to no error
3448
3449 2009-02-23 [colin]      3.7.0cvs71
3450
3451         * src/imap.c
3452                 Fix separator substitution
3453
3454 2009-02-23 [colin]      3.7.0cvs70
3455
3456         * src/stock_pixmap.c
3457         * src/gtk/colorlabel.c
3458                 don't use g_return on normal checks
3459
3460 2009-02-22 [colin]      3.7.0cvs69
3461
3462         * src/addressbook.c
3463         * src/procmime.c
3464                 More fixes
3465
3466 2009-02-22 [colin]      3.7.0cvs68
3467
3468         * src/addrduplicates.c
3469         * src/addressbook.c
3470         * src/addrharvest.c
3471         * src/codeconv.c
3472         * src/compose.c
3473         * src/filtering.c
3474         * src/folder.c
3475         * src/imap.c
3476         * src/imap_gtk.c
3477         * src/importldif.c
3478         * src/jpilot.c
3479         * src/mainwindow.c
3480         * src/matcher.c
3481         * src/mbox.c
3482         * src/messageview.c
3483         * src/mh_gtk.c
3484         * src/prefs_common.c
3485         * src/prefs_filtering.c
3486         * src/prefs_gtk.c
3487         * src/printing.c
3488         * src/privacy.c
3489         * src/procmime.c
3490         * src/procmsg.c
3491         * src/summaryview.c
3492         * src/textview.c
3493         * src/undo.c
3494         * src/wizard.c
3495         * src/common/md5.c
3496         * src/common/socket.c
3497         * src/common/template.c
3498         * src/etpan/imap-thread.c
3499         * src/gtk/gtkaspell.c
3500         * src/gtk/gtkcmctree.c
3501         * src/gtk/gtksctree.c
3502         * src/gtk/inputdialog.c
3503         * src/plugins/pgpcore/sgpgme.c
3504         * src/plugins/pgpmime/pgpmime.c
3505         * src/plugins/smime/smime.c
3506         * src/plugins/spamassassin/spamassassin.c
3507                 Fix errors caught by Coverity: NULL checks, leaks, overruns,
3508                 uninitialised accesses
3509
3510 2009-02-17 [colin]      3.7.0cvs67
3511
3512         * src/compose.c
3513                 Disable controls during queuing
3514
3515 2009-02-15 [colin]      3.7.0cvs66
3516
3517         * src/privacy.c
3518         * src/plugins/pgpcore/select-keys.c
3519         * src/plugins/pgpcore/sgpgme.c
3520                 Disable use of disabled keys
3521
3522 2009-02-15 [colin]      3.7.0cvs65
3523
3524         * src/folderview.c
3525         * src/summaryview.c
3526                 Fix font updating after changing 
3527                 prefs_common.derive_from_normal_font
3528
3529 2009-02-12 [paul]       3.7.0cvs64
3530
3531         * src/addressitem.h
3532         * src/export.h
3533         * src/headerview.c
3534         * src/headerview.h
3535         * src/common/version.h.in
3536         * src/gtk/about.h
3537         * src/gtk/menu.c
3538         * src/gtk/menu.h
3539                 more copyright header fixes
3540
3541 2009-02-12 [paul]       3.7.0cvs63
3542
3543         * src/gtk/progressdialog.c
3544         * src/gtk/progressdialog.h
3545                 fix copyright header
3546
3547 2009-02-12 [paul]       3.7.0cvs62
3548
3549         * src/gtk/spell_entry.c
3550         * src/gtk/spell_entry.h
3551                 better, more standard copyright header
3552
3553 2009-02-12 [paul]       3.7.0cvs61
3554
3555         * src/gtk/spell_entry.c
3556         * src/gtk/spell_entry.h
3557                 changes to copyright header
3558
3559 2009-02-12 [paul]       3.7.0cvs60
3560
3561         * src/gtk/spell_entry.c
3562         * src/gtk/spell_entry.h
3563                 fix broken build
3564
3565 2009-02-11 [colin]      3.7.0cvs59
3566
3567         * src/gtk/spell_entry.c
3568         * src/gtk/spell_entry.h
3569                 Forgot to add files
3570
3571 2009-02-11 [colin]      3.7.0cvs58
3572
3573         * src/compose.c
3574         * src/gtk/Makefile.am
3575         * src/gtk/gtkaspell.c
3576         * src/gtk/gtkaspell.h
3577                 Add spellcheck to subject. Patch by
3578                 Pawel.
3579
3580 2009-02-10 [holger]     3.7.0cvs57
3581
3582         * src/printing.c
3583         * src/common/defs.h
3584                 Move filename define for printing page setup cache to defs.h
3585
3586 2009-02-08 [mones]      3.7.0cvs56
3587
3588         * src/matcher.h
3589                 Fix build for bison 2.4.1
3590
3591 2009-02-06 [holger]     3.7.0cvs55
3592
3593         * src/prefs_common.c
3594         * src/prefs_common.h
3595         * src/printing.c
3596                 Fix restoring of custom page setups for printing by
3597                 temporarily caching the settings.
3598                 This is a workaround for Gnome Bug #39018, and fixes
3599                 Claws Mail Bug #1840.
3600
3601 2009-02-06 [colin]      3.7.0cvs54
3602
3603         * src/mainwindow.c
3604                 Fix hardcoded Shift-Q quits. Fixes
3605                 bug 1838, 'Claws-Mail sometimes quits 
3606                 when attempting to type a capital Q'
3607
3608 2009-01-31 [paul]       3.7.0cvs53
3609
3610         * src/compose.c
3611                 revert 3.7.0cvs49, until there is time to find out
3612                 why it causes a nasty crash!
3613
3614 2009-01-31 [paul]       3.7.0cvs52
3615
3616         * src/mainwindow.c
3617                 1 string that was forgotten for translation
3618
3619 2009-01-31 [paul]       3.7.0cvs51
3620
3621         * src/messageview.c
3622                 2 strings that were forgotten for translation
3623
3624 2009-01-31 [paul]       3.7.0cvs50
3625
3626         * src/gtk/prefswindow.c
3627                 build prefs tree in a slightly smarter way -
3628                 fix bug where if path[0] had same name as
3629                 path[1], (like in the de translation), path[1]
3630                 was lost and not shown in the window
3631
3632 2009-01-31 [paul]       3.7.0cvs49
3633
3634         * src/compose.c
3635                 fix bug 1836, 'Quoted text still blue after
3636                 removal of quote-character'
3637                 comment out some debug_print's that needlessly
3638                 slow things down
3639         * src/undo.c
3640                 comment out a debug_print that needlessly slows
3641                 things down
3642
3643 2009-01-31 [paul]       3.7.0cvs48
3644
3645         * src/summaryview.c
3646                 fix bug 1834, '"semi"-selection when collapsing thread'
3647
3648 2009-01-31 [paul]       3.7.0cvs47
3649
3650         * src/prefs_compose_writing.c
3651         * src/prefs_message.c
3652                 move 'quote_chars' pref to where it should be
3653
3654 2009-01-30 [paul]       3.7.0cvs46
3655
3656         * src/summaryview.c
3657                 fix updating of popup menu sensitivity
3658
3659 2009-01-28 [paul]       3.7.0cvs45
3660
3661         * tools/filter_conv_new.pl
3662                 move 'move' and 'delete' to end of @actions
3663                 so that they are always final actions in the
3664                 generated filtering rule
3665
3666 2009-01-27 [paul]       3.7.0cvs44
3667
3668         * src/messageview.c
3669                 always select text/calendar mimepart if suitable
3670                 plugin (i.e. vCalendar) is available
3671
3672 2009-01-27 [paul]       3.7.0cvs43
3673
3674         * src/folder.c
3675                 fix crash when right-clicking in summaryview when
3676                 processing is active
3677
3678 2009-01-22 [colin]      3.7.0cvs42
3679
3680         * src/compose.c
3681         * src/privacy.c
3682         * src/privacy.h
3683                 When replying to signed/encrypted mail and the
3684                 preference to sign/encrypt in this case is set,
3685                 choose the original mail's privacy system (if
3686                 available).
3687
3688 2009-01-21 [colin]      3.7.0cvs41
3689
3690         * src/addressbook.h
3691                 Fix warning (on-the-fly theming of
3692                 addressbook isn't complete yet)
3693
3694 2009-01-21 [colin]      3.7.0cvs40
3695
3696         * src/account.c
3697         * src/addressbook.c
3698                 Win32: Fix window placement
3699
3700 2009-01-21 [paul]       3.7.0cvs39
3701
3702         * src/inc.c
3703                 update timeout log msg
3704
3705 2009-01-17 [colin]      3.7.0cvs38
3706
3707         * src/main.c
3708         * src/mbox.c
3709         * src/common/md5.c
3710         * src/common/utils.c
3711         * src/etpan/imap-thread.c
3712                 Fix g_open calls (which don't ignore mode)
3713
3714 2009-01-17 [colin]      3.7.0cvs37
3715
3716         * src/addressbook.c
3717         * src/compose.c
3718         * src/foldersel.c
3719         * src/main.c
3720         * src/mainwindow.c
3721         * src/mbox.c
3722         * src/common/md5.c
3723         * src/common/ssl_certificate.c
3724         * src/common/tags.c
3725         * src/common/utils.c
3726         * src/etpan/imap-thread.c
3727         * src/plugins/bogofilter/bogofilter.c
3728         * src/plugins/pgpinline/pgpinline.c
3729         * src/plugins/smime/smime.c
3730                 Probably fix bug 1825, 'Unable to fetch messages from 
3731                 IMAP folders named with non-ASCII string'
3732                 Change remaining occurences of fopen and open with
3733                 g_fopen and g_open
3734
3735 2009-01-17 [paul]       3.7.0cvs36
3736
3737         * manual/faq.xml
3738                 update an old, outdated piece of info
3739
3740 2009-01-17 [paul]       3.7.0cvs35
3741
3742         * src/prefs_folder_item.c
3743                 fix bug where saving Folder Properties of a
3744                 sub-folder of outbox, queue, draft or trash
3745                 would change its parent's folder type to normal
3746
3747 2009-01-12 [mones]      3.7.0cvs34
3748
3749         * po/es.po
3750                 Updated translation
3751
3752 2009-01-12 [wwp]        3.7.0cvs33
3753
3754         * tools/fix_date.sh
3755         * tools/popfile-link.sh
3756         * tools/textviewer.sh
3757                 Fix bashisms and other portability glitches (thanks to
3758                 Steven M. Bellovin).
3759
3760 2009-01-11 [paul]       3.7.0cvs32
3761
3762         * src/addrindex.c
3763                 clean up some build warnings
3764
3765 2009-01-11 [colin]      3.7.0cvs31
3766
3767         * src/addrindex.c
3768                 Revert part of patch 3.7.0cvs29 
3769                 This function is used when jpilot
3770                 support is disabled
3771
3772 2009-01-11 [colin]      3.7.0cvs30
3773
3774         * src/folder.c
3775                 folder_find_child_item_by_name():
3776                 actually use name, not path's basename
3777
3778 2009-01-11 [paul]       3.7.0cvs29
3779
3780         * src/addrclip.c
3781         * src/addrindex.c
3782         * src/addritem.c
3783         * src/foldersel.h
3784         * src/folderview.c
3785         * src/prefs_folder_item.c
3786                 clean up some build warnings
3787
3788 2009-01-11 [paul]       3.7.0cvs28
3789
3790         * src/gtk/about.c
3791                 don't even mention printing support, assume its
3792                 presence, unless building with GTK+ < 2.10.0
3793
3794 2009-01-10 [colin]      3.7.0cvs27
3795
3796         * src/codeconv.c
3797                 Fix bug 1811, '[mime] Crash when there's no 
3798                 room for filename's start on the same line'
3799                 When the mimetype of the attachment is very 
3800                 long, there's no room at all to start the 
3801                 name=... parameter on the same line. This
3802                 caused an infinite loop as 0 characters of
3803                 the filename could be appended.
3804                 In such cases, insert linebreak before the
3805                 name parameter.
3806
3807 2009-01-09 [colin]      3.7.0cvs26
3808
3809         * src/compose.c
3810         * src/mainwindow.c
3811         * src/common/utils.c
3812                 Win32: Fix bug 1815, 'Drag-n-Drop of files on 
3813                 Compose Window does not attach'
3814
3815 2009-01-09 [colin]      3.7.0cvs25
3816
3817         * src/foldersel.c
3818                 Fix bug 1817, 'Changing Themes does not 
3819                 update the pixmaps in "Select folder" 
3820                 dialog box'
3821
3822 2009-01-09 [colin]      3.7.0cvs24
3823
3824         * src/main.c
3825                 Win32: Fix bug 1816, 'Attaching files with 
3826                 command-line generates error after attaching'
3827
3828 2009-01-09 [paul]       3.7.0cvs23
3829
3830      &nb