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