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