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