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