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