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