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