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