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