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