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