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