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