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