d174c0607af03e51a04e57bf87fb6d1b11c0019b
[claws.git] / ChangeLog
1 2011-01-25 [colin]      3.7.8cvs45
2
3         * src/pop.c
4                 Fix leak on error path
5
6 2011-01-23 [mones]      3.7.8cvs44
7
8         * manual/es/advanced.xml
9                 Sync with English manual
10
11 2011-01-23 [paul]       3.7.8cvs43
12
13         * src/gtk/about.c
14                 it's 2011, update copyright line
15
16 2011-01-23 [paul]       3.7.8cvs42
17
18         * manual/advanced.xml
19         * src/prefs_common.c
20         * src/prefs_common.h
21         * src/textview.c
22                 fix bug #2350, 'Make displaying localized date/time in
23                 message view optional'.
24                 This introduces a new hidden option (why do more?),
25                 'msgview_date_format', which defaults to OFF, maintaining
26                 the current and expected behaviour.
27
28 2011-01-21 [colin]      3.7.8cvs41
29
30         * src/procmime.c
31                 Fix bug #2050, Clawsmail sends return receipt every seconds
32                 We forgot to close the file when parsing 
33                 disposition-notification fields, which made unlinking of the
34                 corresponding emails in tempfolder/processing impossible in
35                 Windows. Causing them to be re-fetched every time.
36
37 2011-01-21 [colin]      3.7.8cvs40
38
39         * claws-mail.desktop
40                 Fix again bug #2346: We should have a %u parameter.
41
42 2011-01-21 [colin]      3.7.8cvs39
43
44         * src/plugins/spamassassin/spamassassin.c
45                 Fix sa-learn when offline (its command line parsing is
46                 space-dependant). Patch by Wolfgang Lorenz
47
48 2011-01-19 [pawel]      3.7.8cvs38
49
50         * claws-mail.desktop
51                 Fix Bug 2346 'Please register x-handler-scheme
52                  in .desktop file' patch by Laurent Bigonville
53                 While I'm here update things to current
54                 standards, fix desktop-file-validate warnings/errors
55
56 2011-01-18 [colin]      3.7.8cvs37
57
58         * src/common/smtp.c
59                 Fix logic on SMTP AUTH: If the selected method isn't
60                 available, say so instead of supposing it'll work.
61                 Fixes bug #2039, 'SMTP AUTHENTICATION'
62
63 2011-01-15 [pawel]      3.7.8cvs36
64
65         * src/prefs_folder_item.c
66                 Rework subject regexp simplify gui a bit, this give us better
67                 options page layout (window with min width was too short to 
68                 show all contents and thigs were unwieldy) and better preview
69                 of regexp working/not working
70
71 2011-01-14 [pawel]      3.7.8cvs35
72
73         * src/textview.c
74                 strncpy2() NULLify strings just fine, no need to be
75                 extra "clever"
76
77 2011-01-14 [pawel]      3.7.8cvs34
78
79         * src/textview.c
80                 Fix Bug #2165 'The date not localized in the message view'
81                 Display Date header in messageview in the same way as in
82                 summaryview by respecting date format set in preferences.
83
84 2011-01-06 [pawel]      3.7.8cvs33
85
86         * src/prefs_account.c
87         * src/prefs_folder_item.c
88         * src/prefs_quote.c
89         * src/quote_fmt.c
90                 Make quote templates widgets more compact
91
92 2011-01-06 [pawel]      3.7.8cvs32
93
94         * src/plugins/trayicon/trayicon.c
95                 - fix logic bug which caused icon to be
96                   always set no-mail status on plugin load
97                 - force icon hide on plugin_done(), without
98                   it empty space(?!) is left in tray under KDE3 and KDE4
99
100 2011-01-06 [colin]      3.7.8cvs31
101
102         * src/addrharvest.c
103         * src/codeconv.c
104         * src/codeconv.h
105         * src/compose.c
106         * src/news.c
107         * src/procheader.c
108         * src/procmime.c
109         * src/unmime.c
110         * src/unmime.h
111                 Unmime headers differently whether they're addresses or not:
112                 It's useless to quote things containing commas if it's in
113                 subject, for example. (introduced in 3.7.8cvs26)
114
115 2011-01-06 [colin]      3.7.8cvs30
116
117         * src/gtk/gtkaspell.c
118                 Complete previous patch
119         * src/messageview.c
120         * src/plugins/pgpinline/pgpinline.c
121                 Coding style
122
123 2011-01-06 [paul]       3.7.8cvs29
124
125         * AUTHORS
126         * configure.ac
127         * po/lt.po
128         * src/gtk/authors.h
129                 add Lithuanian translation (approx. 65% complete)
130                 submitted by Mindaugas Baranauskas
131
132 2011-01-06 [pawel]      3.7.8cvs28
133
134         * src/export.c
135         * src/import.c
136         * src/messageview.c
137         * src/prefs_actions.c
138         * src/procmime.c
139         * src/gtk/gtkaspell.c
140         * src/plugins/pgpinline/pgpinline.c
141         * src/plugins/pgpmime/pgpmime.c
142         * src/plugins/smime/smime.c
143                 Fix memory/file descriptors leaks
144
145 2011-01-06 [paul]       3.7.8cvs27
146
147         * src/plugins/pgpcore/sgpgme.c
148                 fix bug #2322, 'GPG Full info: showing subkey
149                 ID instead of primary key fingerprint'
150                 Patch by Sébastien Bigaret.
151
152 2011-01-03 [colin]      3.7.8cvs26
153
154         * src/unmime.c
155                 Better quote-checking when unmim-ing headers
156                 that may have comas.
157
158 2011-01-03 [colin]      3.7.8cvs25
159
160         * src/unmime.c
161                 Fix bug #2299, "Incorrect handling of quoted printable coma
162                 in headers". As this is really painful to fix by switching
163                 the whole stuff to a list of headers tokens, we workaround
164                 the problem by adding quotes around the encoded-word (making
165                 it a quoted-string which continuity is already handled).
166
167 2011-01-03 [colin]      3.7.8cvs24
168
169         * src/procheader.c
170                 Remove dead code
171
172 2010-12-23 [colin]      3.7.8cvs23
173
174         * src/compose.c
175                 Finish fixing bug #2203: When forwarding (inline) and there
176                 are some text/* parts with no name, set them a name and
177                 set their disposition to attachment, so that recipients with
178                 MUAs preferring HTML parts don't show them by default.
179
180 2010-12-22 [paul]       3.7.8cvs22
181
182         * src/compose.h
183                 fix missing file in 3.7.8cvs20
184
185 2010-12-22 [colin]      3.7.8cvs21
186
187         * src/folderview.c
188         * src/folderview.h
189                 Implement a nicer scroll when drag and dropping
190
191 2010-12-22 [colin]      3.7.8cvs20
192
193         * src/compose.c
194                 Store charset if available when attaching text/* parts
195                 Fixes bug #2203, 'Problems in forwarding multipart/
196                 alternative messages with HTML part'
197
198 2010-12-22 [colin]      3.7.8cvs19
199
200         * src/textview.c
201                 Fix wrong free
202
203 2010-12-21 [colin]      3.7.8cvs18
204
205         * src/inc.c
206         * src/send_message.c
207         * src/common/session.c
208         * src/common/session.h
209                 Differentiate between running sessions and connected
210                 sessions. Fixes bug #2332, "Crash when hitting cancel
211                 on the SMTP status window"
212
213 2010-12-21 [colin]      3.7.8cvs17
214
215         * src/etpan/etpan-thread-manager.c
216                 Dead code removal
217
218 2010-12-21 [colin]      3.7.8cvs16
219
220         * src/textview.c
221                 Check whether we should continue loading the
222                 current textview after inserting a possibly
223                 big image.
224
225 2010-12-20 [colin]      3.7.8cvs15
226
227         * src/addrcindex.c
228         * src/addrcindex.h
229                 Removed. Dead code since ages!
230         * src/addr_compl.c
231         * src/gtk/gtkcmclist.c
232         * src/gtk/gtkcmctree.c
233         * src/gtk/gtksctree.c
234                 undefine *_DISABLE_DEPRECATED in the files that
235                 use deprecated interfaces. Implicit declarations
236                 can lead to crashes as prototypes are unknown, as
237                 evidenced by bug #2315.
238
239 2010-12-20 [colin]      3.7.8cvs14
240
241         * src/compose.c
242                 Don't flush events when adding an header entry. This
243                 can mess up the keypresses in the previous header.
244                 Instead, make the scroll happen later (doing it on the
245                 spot without flushing events doesn't work as the new
246                 requisitions aren't set yet).
247
248 2010-12-20 [colin]      3.7.8cvs13
249
250         * src/mainwindow.c
251                 Don't iconify at start on w32. This un-iconifies in the
252                 background.
253
254 2010-12-20 [colin]      3.7.8cvs12
255
256         * src/common/base64.c
257                 Fix bug #2331, "Base64 is broken in 3.7.7 and 3.7.8"
258                 Patch by pochini at shiny.it
259
260 2010-12-19 [colin]      3.7.8cvs11
261
262         * src/ldapserver.c
263                 Better debug.
264
265 2010-12-18 [colin]      3.7.8cvs10
266
267         * src/compose.c
268                 Fix bug #2148, "Attachment content-transfer-encoding 
269                 incorrectly set when signing emails". The RFC 2045
270                 states that message/* and multipart/* encoding must
271                 be either 7-bit, 8-bit or binary.
272
273 2010-12-18 [mones]      3.7.8cvs9
274
275         * src/ldaputil.c
276                 Fix crash when searching or adding a LDAP server
277
278 2010-12-17 [colin]      3.7.8cvs8
279
280         * configure.ac
281         * src/editldap.c
282         * src/ldapquery.c
283         * src/ldapserver.c
284         * src/ldapupdate.c
285         * src/ldaputil.c
286         * src/ldaputil.h
287                 Better error logging. Disable LDAP SSL/TLS on
288                 Windows, it's crashy/non-worky.
289
290 2010-12-17 [colin]      3.7.8cvs7
291
292         * src/folder.c
293                 Fix bug #2325, "messages remains in folder cache after moving
294                 from MH to IMAP boxes". Bug introduced in 3.7.6cvs53.
295
296 2010-12-17 [colin]      3.7.8cvs6
297
298         * src/addressadd.c
299         * src/addressbook.c
300         * src/addrindex.c
301         * src/ldapquery.c
302         * src/ldapquery.h
303         * src/ldapserver.c
304         * src/ldapserver.h
305         * src/ldapupdate.c
306         * src/ldaputil.c
307         * src/ldaputil.h
308                 Windows build fixes (w32 LDAP completely untested!)
309
310 2010-12-16 [colin]      3.7.8cvs5
311
312         * src/addrindex.c
313         * src/editldap.c
314         * src/ldapctrl.c
315         * src/ldapquery.c
316         * src/ldapserver.c
317         * src/ldapserver.h
318         * src/ldapupdate.c
319         * src/ldaputil.c
320                 Try to rationalize a bit LDAP connections
321
322 2010-12-16 [colin]      3.7.8cvs4
323
324         * src/prefs_spelling.c
325         * src/common/defs.h
326                 Add a button to get dictionaries (win32)
327
328 2010-12-16 [colin]      3.7.8cvs3
329
330         * src/prefs_matcher.c
331                 Fix bug #2279, "crash when clicking 'define' in filter
332                 configuring". Thanks to Theodor Ciobanu for the hint at
333                 the problem.
334
335 2010-12-14 [colin]      3.7.8cvs2
336
337         * src/gtk/gtkaspell.c
338                 Add missing guard for sys/wait.h
339
340 2010-12-05 [colin]      3.7.8cvs1
341
342         * tools/make.themes.project
343                 Seems wget has changed naming of targets downloaded.
344                 Fix it by always providing our own name.
345                 [Pushing mones' patch again after messing with CVSROOT]
346
347 2010-12-04 [paul]       3.7.8
348         * NEWS
349         * README
350         * RELEASE_NOTES 
351                 3.7.8 unleashed!
352
353 2010-12-03 [paul]       3.7.7cvs11
354
355         * configure.ac
356         * manual/xml2pdf ** REMOVED **
357         * manual/dist/pdf/Makefile.am
358         * manual/es/dist/pdf/Makefile.am
359         * manual/fr/dist/pdf/Makefile.am
360         * manual/pl/dist/pdf/Makefile.am
361                 simplify check for tools needed for manual building,
362                 remove xml2pdf and use docbook2pdf instead
363
364 2010-12-03 [mir]        3.7.7cvs10
365
366         * configure.ac
367           Fix bug so that configure option --disable-manual
368           actually disable building the manuals
369
370 2010-12-01 [pawel]      3.7.7cvs9
371
372         * src/crash.c
373                 One more GTK+ 2.22 build fix
374
375 2010-11-30 [colin]      3.7.7cvs8
376
377         * src/action.c
378                 Fix bug #2317, 'Action results in "Bad file descriptor"'
379                 Introduced in 3.7.6cvs57. In fact the error has been there
380                 since ages, and only new thing is the verification of the
381                 various functions return code. Let the stuff work as it
382                 does, as it seems to do the right thing since ages.
383
384 2010-11-28 [colin]      3.7.7cvs7
385
386         * src/gtk/quicksearch.c
387                 Fix bug #2313, 'CLI quicksearch sometimes returns 
388                 the same messages twice'. Patch by Sebastien Bigaret
389
390 2010-11-25 [paul]       3.7.7cvs6
391
392         * src/prefs_common.c
393                 make "gtk_can_change_accels" FALSE by default.
394                 fixes bug #2309, 'Shortcuts should not be modifiable
395                 by default' (RFE)
396
397 2010-11-24 [mones]      3.7.7cvs5
398
399         * src/mainwindow.c
400                 Add missing shortcuts for marking as spam and ham
401                 Fixes Debian bug #599547
402
403 2010-11-22 [colin]      3.7.7cvs4
404
405         * src/compose.c
406                 Revert 3.7.6cvs{39,38,37,35,34}. The fact that
407                 five patches were needed to fix a corner case
408                 is a good indicator that is was bound to break
409                 something.
410
411 2010-11-21 [colin]      3.7.7cvs3
412
413         * src/plugins/pgpcore/claws.def
414                 Win32 build fix
415
416 2010-11-20 [wwp]        3.7.7cvs2
417
418         * src/main.c
419           Fix either a typo or an irrelevant iff word there.
420           IMO type and recursive possible values should be changed to
421           smth simple and neat here, and help strings be really
422           translatable.
423
424 2010-11-20 [colin]      3.7.7cvs1
425
426         * AUTHORS
427                 Damn, forgot to commit this file twice.
428
429 2010-11-19 [paul]       3.7.7
430         * NEWS
431         * README
432         * RELEASE_NOTES 
433                 3.7.7 unleashed!
434
435 2010-11-19 [paul]       3.7.6cvs66
436
437         * po/ca.po
438         * po/cs.po
439         * po/de.po
440         * po/es.po
441         * po/fi.po
442         * po/fr.po
443         * po/hu.po
444         * po/id.po
445         * po/pt_BR.po
446         * po/sk.po
447         * po/uk.po
448                 updated by Miquel Oliete, David Vachulka, Stephan Sachse,
449                 Ricardo Mones, Flammie Pirinen, wwp, Pader Rezso, MSulchan
450                 Darmawan, Frederico Goncalves Guimaraes, Slavko, Yarema
451
452 2010-11-17 [colin]      3.7.6cvs65
453
454         * src/common/utils.c
455                 Separate email address from timestamp with a dot.
456                 Fix coding style.
457
458 2010-11-17 [colin]      3.7.6cvs64
459
460         * src/common/utils.c
461                 Fix multiple @ in generated message-ids.
462                 That's not allowed in RFC 2822.
463
464 2010-11-16 [mones]      3.7.6cvs63
465
466         * manual/es/advanced.xml
467                 Synchronise with English version
468
469 2010-11-04 [wwp]        3.7.6cvs62
470
471         * src/filtering.c
472                 Fix bug 2293, "filtering: simplify expression", as simplifying
473                 this expression doesn't make it less easy to understand and we
474                 gain few cycles by making the logical expression more simple
475                 by applying. Patch by Nicolas Kaiser.
476
477 2010-11-03 [colin]      3.7.6cvs61
478
479         * src/addrindex.c
480                 Fix bug 2294, "addrindex.c: address index conversion always
481                 fails". Clearly a copy-paste-bug. Patch by Nicolas Kaiser.
482
483 2010-11-02 [wwp]        3.7.6cvs60
484
485         * src/action.c
486         * src/statusbar.c
487         * src/toolbar.c
488                 Enlarge the progress bar (main window) a bit when compiling
489                 for UMPCs like maemo: this solves truncated text that might
490                 appear in the progress bar while processing messages.
491                 Also use a more compact string format when displaying
492                 progress like 'number/total', still for UMPCs, this fixes
493                 a previous inconsistency with these format strings where
494                 no space around the / were used sometimes.
495
496 2010-10-26 [ticho]      3.7.6cvs59
497
498         * src/news.c
499                 Recreate NNTP session if server port setting has changed. Fixes
500                 bug #2092.
501
502 2010-10-26 [colin]      3.7.6cvs58
503
504         * src/imap_gtk.c
505         * src/mh_gtk.c
506                 Fix copy-paste error, thanks to David Relson
507                 for spotting it.
508
509 2010-10-18 [colin]      3.7.6cvs57
510
511         * src/action.c
512         * src/addrharvest.c
513         * src/alertpanel.c
514         * src/filtering.c
515         * src/jpilot.c
516         * src/prefs_themes.c
517         * src/procmime.c
518         * src/textview.c
519         * src/gtk/gtkutils.c
520         * src/gtk/quicksearch.c
521         * src/gtk/quicksearch.h
522         * src/plugins/pgpcore/passphrase.c
523         * src/plugins/spamassassin/libspamc.c
524                 Fix warnings
525
526 2010-10-17 [colin]      3.7.6cvs56
527
528         * src/prefs_themes.c
529         * src/gtk/gtkaspell.c
530         * src/gtk/gtkutils.c
531         * src/gtk/gtkutils.h
532         * src/gtk/inputdialog.c
533         * src/gtk/progressdialog.c
534                 Undeprecate a few things
535
536 2010-10-17 [colin]      3.7.6cvs55
537
538         * src/main.c
539         * src/gtk/authors.h
540         * src/gtk/quicksearch.c
541         * src/gtk/quicksearch.h
542                 Add ability to search from the command-line.
543                 Closes bug 2249, ' Making QuickSearch independent from the GUI'
544                 Patch by Sebastien Bigarret.
545
546 2010-10-04 [mones]      3.7.6cvs54
547
548         * manual/dist/pdf/Makefile.am
549                 Fix build of English PDF manual
550                 (sh: Can't open ../../../xml2pdf)
551
552 2010-10-03 [colin]      3.7.6cvs53
553
554         * src/folder.c
555         * src/folder.h
556         * src/imap.c
557         * src/mh.c
558         * src/procmsg.c
559                 Get rid of GRelation which were, mostly, used as
560                 GHashTables. Probably fixes bug #2277, 'Segfault when
561                 loading inbox for the first time'
562
563 2010-10-03 [mir]        3.7.6cvs52
564
565         * manual/de/dist/html/Makefile.am
566         * manual/de/dist/pdf/Makefile.am
567         * manual/de/dist/ps/Makefile.am
568         * manual/de/dist/txt/Makefile.am
569         * manual/dist/html/Makefile.am
570         * manual/dist/pdf/Makefile.am
571         * manual/dist/ps/Makefile.am
572         * manual/dist/txt/Makefile.am
573         * manual/es/dist/html/Makefile.am
574         * manual/es/dist/pdf/Makefile.am
575         * manual/es/dist/ps/Makefile.am
576         * manual/es/dist/txt/Makefile.am
577         * manual/fr/dist/html/Makefile.am
578         * manual/fr/dist/pdf/Makefile.am
579         * manual/fr/dist/ps/Makefile.am
580         * manual/fr/dist/txt/Makefile.am
581         * manual/pl/dist/html/Makefile.am
582         * manual/pl/dist/pdf/Makefile.am
583         * manual/pl/dist/ps/Makefile.am
584         * manual/pl/dist/txt/Makefile.am
585             Missing Makefile.am's for 3.7.6cvs49
586
587
588 2010-10-03 [colin]      3.7.6cvs51
589
590         * po/POTFILES.in
591                 Fix build
592
593 2010-10-02 [mir]        3.7.6cvs50
594
595         * manual/de/dist/html/Makefile.am
596         * manual/de/dist/pdf/Makefile.am
597         * manual/de/dist/ps/Makefile.am
598         * manual/de/dist/txt/Makefile.am
599         * manual/dist/html/Makefile.am
600         * manual/dist/pdf/Makefile.am
601         * manual/dist/ps/Makefile.am
602         * manual/dist/txt/Makefile.am
603         * manual/es/dist/html/Makefile.am
604         * manual/es/dist/pdf/Makefile.am
605         * manual/es/dist/ps/Makefile.am
606         * manual/es/dist/txt/Makefile.am
607         * manual/fr/dist/html/Makefile.am
608         * manual/fr/dist/pdf/Makefile.am
609         * manual/fr/dist/ps/Makefile.am
610         * manual/fr/dist/txt/Makefile.am
611         * manual/pl/dist/html/Makefile.am
612         * manual/pl/dist/pdf/Makefile.am
613         * manual/pl/dist/ps/Makefile.am
614         * manual/pl/dist/txt/Makefile.am
615             Part 2 of last commit which broke due to a permission error
616             Avoid claws trying to build manuals if the required
617             tools are not present.
618
619 2010-10-02 [mir]        3.7.6cvs49
620
621         * configure.ac
622         * manual/de/dist/html/Makefile.am
623         * manual/de/dist/pdf/Makefile.am
624         * manual/de/dist/ps/Makefile.am
625         * manual/de/dist/txt/Makefile.am
626         * manual/dist/html/Makefile.am
627         * manual/dist/pdf/Makefile.am
628         * manual/dist/ps/Makefile.am
629         * manual/dist/txt/Makefile.am
630         * manual/es/dist/html/Makefile.am
631         * manual/es/dist/pdf/Makefile.am
632         * manual/es/dist/ps/Makefile.am
633         * manual/es/dist/txt/Makefile.am
634         * manual/fr/dist/html/Makefile.am
635         * manual/fr/dist/pdf/Makefile.am
636         * manual/fr/dist/ps/Makefile.am
637         * manual/fr/dist/txt/Makefile.am
638         * manual/pl/dist/html/Makefile.am
639         * manual/pl/dist/pdf/Makefile.am
640         * manual/pl/dist/ps/Makefile.am
641         * manual/pl/dist/txt/Makefile.am
642             1) Downgrade autoconf requirements to 2.59 to allow
643             building on oldest supported Linux distributions.
644             2) Only try to build manuals if the needed software
645             is present.
646
647 2010-10-02 [colin]      3.7.6cvs48
648
649         * src/plugins/trayicon/trayicon.c
650                 And fix theme updating.
651
652 2010-10-02 [colin]      3.7.6cvs47
653
654         * src/plugins/trayicon/trayicon.c
655                 Got burnt by wrong indentation!
656
657 2010-10-02 [colin]      3.7.6cvs46
658
659         * configure.ac
660                 Forgot to remove the directory from top-level
661
662 2010-10-02 [colin]      3.7.6cvs45
663
664         * src/plugins/trayicon/Makefile.am
665         * src/plugins/trayicon/trayicon.c
666         * src/plugins/trayicon/libeggtrayicon/.cvsignore
667         * src/plugins/trayicon/libeggtrayicon/Makefile.am
668         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
669         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
670         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
671         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
672         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
673         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
674         * src/plugins/trayicon/libeggtrayicon/xembed.h
675                 Finally get rid of Eggtrayicon, use GtkStatusIcon
676                 instead (which can be done safely now that we 
677                 require GTK+ 2.10).
678
679 2010-10-02 [colin]      3.7.6cvs44
680
681         * src/action.c
682         * src/addr_compl.c
683         * src/addressbook.c
684         * src/addrgather.c
685         * src/alertpanel.c
686         * src/editaddress.c
687         * src/editaddress_other_attributes_ldap.c
688         * src/editgroup.c
689         * src/folderview.c
690         * src/grouplistdialog.c
691         * src/headerview.c
692         * src/image_viewer.c
693         * src/importldif.c
694         * src/main.c
695         * src/mainwindow.c
696         * src/message_search.c
697         * src/mimeview.c
698         * src/prefs_themes.c
699         * src/summary_search.c
700         * src/summaryview.c
701         * src/toolbar.c
702         * src/etpan/imap-thread.c
703         * src/gtk/authors.h
704         * src/gtk/gtkcmclist.c
705         * src/gtk/gtkcmoptionmenu.c
706         * src/gtk/gtkutils.c
707         * src/gtk/gtkutils.h
708         * src/gtk/gtkvscrollbutton.c
709         * src/plugins/pgpcore/select-keys.c
710         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
711                 Undeprecate for GTK+2.22. Patch by Reed Loden.
712                 Fixes bug #2276, 'Compile in maintainer mode
713                 fails on GTK+ 2.22'.
714
715 2010-10-02 [colin]      3.7.6cvs43
716
717         * configure.ac
718                 It's now time to remove the temporary enable-openssl
719                 option that was used when we removed OpenSSL. See 
720                 bug #2276 comment #14.
721
722 2010-09-30 [wwp]        3.7.6cvs42
723
724         * src/prefs_account.c
725         * src/prefs_filtering_action.c
726         * src/prefs_matcher.c
727                         Fix bug #2274, wrong color label index range
728                         used w/ gtk_cmoption_menu (behaviour change
729                         has been introduced w/ 3.5.0cvs49 apparently),
730                         now it must be 1..N so let's use colorlabel value
731                         (0..N) + 1.
732                         
733
734 2010-09-20 [pawel]      3.7.6cvs41
735
736         * src/compose.c
737         * src/mainwindow.c
738         * src/summaryview.c
739                 revert last patch
740
741 2010-09-19 [pawel]      3.7.6cvs40
742
743         * src/compose.c
744         * src/mainwindow.c
745         * src/summaryview.c
746                 Set ML menus sensitivity accordingly to
747                 possibility of reply to ML
748
749 2010-09-19 [colin]      3.7.6cvs39
750
751         * src/compose.c
752                 Fix cvs34 and cvs35. NNTP accounts are mandatory to post
753                 to newsgroups, and NNTP accounts *can* send email. We 
754                 should not force an email account when replying to_ml or
755                 anything...
756
757 2010-09-19 [colin]      3.7.6cvs38
758
759         * src/compose.c
760                 Revert previous commit (which breaks Reply to newsgroups)
761
762 2010-09-17 [pawel]      3.7.6cvs37
763
764         * src/compose.c
765                 Respect reply_account_autosel when changing compose
766                 account to email one while replying to NNTP post
767
768 2010-09-17 [wwp]        3.7.6cvs36
769
770         * doc/man/claws-mail.1
771         Update --compose documentation in `man claws-mail`.
772
773 2010-09-12 [pawel]      3.7.6cvs35
774
775         * src/compose.c
776                 Add forgotten bit to previous commit,
777                 select email account when replying to ML
778
779 2010-09-12 [pawel]      3.7.6cvs34
780
781         * src/compose.c
782                 Fix bug #2247 "nntp reply-to-all broken?"
783                 Make reply-to-all and reply-to-ml work as expected in
784                 mailing list through NNTP case
785
786 2010-09-11 [pawel]      3.7.6cvs33
787
788         * src/mainwindow.c
789         * src/summaryview.c
790         * src/toolbar.c
791                 gtk_widget_set_can_focus() -> GTK_WIDGET_UNSET_FLAGS()
792                 fixes build with GTK+ < 2.18
793
794 2010-09-10 [pawel]      3.7.6cvs32
795
796         * src/mainwindow.c
797         * src/summaryview.c
798         * src/toolbar.c
799                 Make Tab key switch between FolderView, MsgView and
800                 SummaryView only, other widgets have/can have their own
801                 keybindings anyway
802
803 2010-08-25 [colin]      3.7.6cvs31
804
805         * src/procmime.c
806         * AUTHORS
807         * src/gtk/authors.h
808         * src/common/base64.c
809         * src/common/base64.h
810                 Fix bug #2245, "base64 decoding fails with line breaks"
811                 Patch by Yotam Medini
812
813 2010-08-25 [colin]      3.7.6cvs30
814
815         * src/main.c
816                 Fix bug #2241, "Empty trash on exit fails on scripted exit"
817
818 2010-08-23 [pawel]      3.7.6cvs29
819
820         * src/inc.c
821         * src/send_message.c
822         * src/statusbar.c
823         * src/toolbar.c
824                 Hide progressbar on statusbar when not needed
825
826 2010-08-17 [colin]      3.7.6cvs28
827
828         * src/main.c
829                 Fix previous patch (our own tmp dir is inside
830                 our rc dir)
831
832 2010-08-16 [colin]      3.7.6cvs27
833
834         * src/main.c
835                 Use temp dir to store logs in Windows. Avoids doing
836                 get_rc_dir() early, which prevents set_rc_dir()
837                 working correctly.
838
839 2010-07-31 [holger]     3.7.6cvs26
840
841         * src/gtk/gtkshruler.c
842                 Yet more GdkGC to Cairo porting
843
844 2010-07-30 [holger]     3.7.6cvs25
845
846         * src/stock_pixmap.c
847                 More GdkGC to Cairo porting
848
849 2010-07-30 [holger]     3.7.6cvs24
850
851         * src/gtk/colorlabel.c
852                 One GdkGC usage less
853
854 2010-07-29 [holger]     3.7.6cvs23
855
856         * src/printing.c
857                 Replace some gdk drawing with cairo, as the former
858                 is going towards deprecation.
859
860 2010-07-25 [colin]      3.7.6cvs22
861
862         * src/common/utils.c
863                 And now for a real fix. g_list_remove() doesn't, of
864                 course, free the data. But we have to have a solid
865                 pointer to it in order to free it ourselves instead
866                 of relying on the old freed list pointer.
867                 Maybe that's the last patch on the subject now ? :)
868
869 2010-07-25 [colin]      3.7.6cvs21
870
871         * src/common/utils.c
872                 Remove stupid and extraneous g_free() of elements
873                 which have just been freed by g_list_remove(). (see
874                 GList documentation). I don't know how it worked before
875
876 2010-07-25 [colin]      3.7.6cvs20
877
878         * src/common/utils.c
879                 Reverse free/use with more logical and safe
880                 use/free. Thanks to Michael Rasmussen !
881
882 2010-07-24 [colin]      3.7.6cvs19
883
884         * src/gtk/quicksearch.c
885                 Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
886                 'freeze when using quick search'
887
888 2010-07-11 [iwkse]      3.7.6cvs18
889
890         * src/gtk/quicksearch.c
891                 Add SMALL_LAYOUT to quicksearch_relayout
892
893 2010-07-10 [iwkse]      3.7.6cvs17
894
895         * src/mainwindow.h
896                         Remove forgotten variable from
897                         the last bugfix #2224
898
899 2010-07-10 [colin]      3.7.6cvs16
900
901         * src/mainwindow.c
902         * src/gtk/quicksearch.c
903                 Clean fix for bug #2224: don't mess with GTK settings when
904                 handling the layout ourselves is enough
905
906 2010-07-09 [iwkse]      3.7.6cvs15
907
908         * src/mainwindow.h
909         * src/mainwindow.c
910                         Better fix for Bug #2224
911
912 2010-07-09 [iwkse]      3.7.6cvs14
913
914         * src/mainwindow.c
915                         Bug #2224
916                         Always use stock icons on buttons
917
918 2010-07-08 [colin]      3.7.6cvs13
919
920         * src/gtk/filesel.c
921                 Fix bug 2223, 'Compilation fails with GTK+
922                 2.21.3'. Thanks to Jan Psota !
923
924 2010-06-29 [pawel]      3.7.6cvs12
925
926         * src/compose.c
927                 Revert 3.7.5cvs41, it breaks templates that use %X
928
929 2010-06-23 [wwp]        3.7.6cvs11
930
931         * src/gtk/colorlabel.c
932                 Silent up a warning by avoiding possible confusion
933                 in logical expression evaluation, thanks to TuxCM.
934
935 2010-06-21 [iwkse]      3.7.6cvs10
936
937         * src/gtk/quicksearch.c
938                 Do not add into quicksearch history
939                 matching rules with bad syntax
940
941 2010-05-26 [holger]     3.7.6cvs9
942
943         * src/summaryview.c
944         * src/summaryview.h
945                 Add function to select rows given a list of messages,
946                 complementary to summary_get_selected_msg_list()
947
948 2010-05-22 [mir]        3.7.6cvs8
949
950         * src/ldapctrl.c
951                 Fix bug 2208. Encode encrypted password to qouted
952                 printable to avoid making invalid XML. Encoding
953                 will be activated the first time the password is
954                 changed.
955
956 2010-05-22 [paul]       3.7.6cvs7
957
958         * manual/advanced.xml
959         * src/compose.c
960         * src/prefs_common.c
961         * src/prefs_common.h
962                 after using the compose margin for several days
963                 I wanted the old style back - add a new hidden
964                 pref 'show_compose_margin' to restore the old
965                 behaviour (defaults to FALSE)
966
967 2010-05-14 [paul]       3.7.6cvs6
968
969         * src/compose.c
970                 add a margin to the compose window text that matches
971                 the margin in textview
972
973 2010-05-14 [colin]      3.7.6cvs5
974
975         * src/gtk/sslcertwindow.c
976                 Fix dangling pointer. Thanks to Michael R!
977
978 2010-05-14 [colin]      3.7.6cvs4
979
980         * src/gtk/sslcertwindow.c
981                 Fix bug 1993, 'Cannot send mail when SSL certificate is 
982                 expired but certificate check is skipped' and maybe
983                 bug 2200, 'SSL is not working with POP3'
984
985 2010-05-14 [colin]      3.7.6cvs3
986
987         * src/plugins/pgpinline/pgpinline.c
988                 Fix bug 2205, 'PGPInline: segfault on malformed mails'
989
990 2010-05-04 [iwkse]      3.7.6cvs2
991
992         * src/prefs_message.c
993                         Get a generic name as 'Quotation' for
994                         the frame
995
996 2010-05-04 [iwkse]      3.7.6cvs1
997
998         * src/prefs_message.c
999         * src/prefs_common.h
1000         * src/prefs_common.c
1001         * src/textview.c
1002                         Fix #2188
1003                         Option for collapsing via double-click
1004
1005 2010-05-01 [paul]       3.7.6
1006         * NEWS
1007         * README
1008         * RELEASE_NOTES 
1009                 3.7.6 unleashed!
1010
1011 2010-05-01 [paul]       3.7.5cvs55
1012
1013         * tools/claws.i18n.status.pl
1014                 add Ukrainian stat
1015
1016 2010-05-01 [paul]       3.7.5cvs54
1017
1018         * src/gtk/authors.h
1019                 add YUP, new Ukrainian translator
1020
1021 2010-04-30 [paul]       3.7.5cvs53
1022
1023         * configure.ac
1024         * po/uk.po
1025                 add Ukrainian translation, submitted by YUP
1026         * po/cs.po
1027         * po/de.po
1028         * po/fi.po
1029         * po/hu.po
1030         * po/nl.po
1031         * po/pt_BR.po
1032         * po/pt_PT.po
1033         * po/sk.po
1034                 updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
1035                 Páder Rezső, Marcel Pol, Frederico Goncalves Guimaraes,
1036                 Tiago Faria, and Slavko
1037
1038 2010-04-26 [wwp]        3.7.5cvs52
1039
1040         * po/fr.po
1041                 Fix capitalization.
1042
1043 2010-04-26 [mones]      3.7.5cvs51
1044
1045         * po/es.po
1046                 Updated for release
1047
1048 2010-04-22 [pawel]      3.7.5cvs50
1049
1050         * src/addressbook.c
1051                 fix compile warning
1052         * src/vcard.c
1053                 first NULL check pointer, then use it
1054
1055 2010-04-22 [colin]      3.7.5cvs49
1056
1057         * src/imap.c
1058                 Fix error message when session isn't established
1059         * po/fr.po
1060                 Update translation and fix a typo in it
1061
1062 2010-04-15 [pawel]      3.7.5cvs48
1063
1064         * src/prefs_account.c
1065                 Fix Bug 2144 'When creating an account with IMAP4+SSL,
1066                                 the port isn't configured properly'
1067                 When using SSL/TLS tunneling automatically use default
1068                 ports for encrypted connections: smtps, pop3s, imaps, nntps
1069
1070 2010-04-15 [pawel]      3.7.5cvs47
1071
1072         * src/action.c
1073                 Fix crasher in actions using '%f' argument
1074                 on multiple files with external scripts which
1075                 don't return any output.
1076
1077 2010-04-14 [colin]      3.7.5cvs46
1078
1079         * src/mainwindow.c
1080                 Fix hand cursor after error symbol appears
1081
1082 2010-04-12 [colin]      3.7.5cvs45
1083
1084         * configure.ac
1085                 Fix bug 2162, 'configure check for libetpan 
1086                 fails with libetpan 1.0'
1087
1088
1089 2010-04-09 [mones]      3.7.5cvs44
1090
1091         * manual/de/glossary.xml
1092                 Fix encoding to match main document's
1093                 Also fixes make dist with Debian's openjade
1094
1095 2010-03-29 [pawel]      3.7.5cvs43
1096
1097         * src/matcher_parser.h
1098         * src/matcher_parser_parse.y
1099         * src/gtk/quicksearch.c
1100                 Disable matcher warnings when populating quicksearch
1101                 completion lists on startup
1102
1103 2010-03-27 [colin]      3.7.5cvs42
1104
1105         * src/gtk/quicksearch.c
1106                 Fix double-free later in code. Optimize
1107                 list creation
1108
1109 2010-03-27 [pawel]      3.7.5cvs41
1110
1111         * src/compose.c
1112                 Make sure that quote ends with new line char
1113
1114 2010-03-26 [pawel]      3.7.5cvs40
1115
1116         * src/compose.c
1117         * src/compose.h
1118         * src/textview.c
1119                 Fix Bug 1928 Add "reply to this address" pop menu 
1120                              on Message View
1121                 - Set composing account to email one when creating/replying
1122                   from NNTP folder by clicking link or choosing option
1123                   from popup menu
1124                 - Factorize code
1125
1126 2010-03-25 [paul]       3.7.5cvs39
1127
1128         * src/gtk/gtkcmclist.c
1129                 Fix build with GTK+ 2.20
1130
1131 2010-03-24 [pawel]      3.7.5cvs38
1132
1133         * src/addr_compl.c
1134         * src/compose.c
1135         * src/folderview.c
1136         * src/grouplistdialog.c
1137         * src/headerview.c
1138         * src/mainwindow.c
1139         * src/mimeview.c
1140         * src/prefs_account.c
1141         * src/gtk/gtkcmclist.c
1142         * src/gtk/gtkcmctree.c
1143         * src/gtk/gtkcmoptionmenu.c
1144         * src/gtk/gtksctree.c
1145         * src/gtk/gtkshruler.c
1146         * src/gtk/gtkutils.c
1147         * src/gtk/gtkutils.h
1148         * src/gtk/gtkvscrollbutton.c
1149         * src/gtk/inputdialog.c
1150         * src/gtk/spell_entry.c
1151         * src/plugins/trayicon/trayicon.c
1152         * src/plugins/trayicon/libeggtrayicon/Makefile.am
1153         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1154         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1155                 Fix build with GTK+ 2.19
1156
1157 2010-03-23 [pawel]      3.7.5cvs37
1158
1159         * src/mainwindow.c
1160         * src/mimeview.c
1161                 Respect view->show_col_headers option
1162         * src/gtk/gtkcmctree.c
1163                 Fix GtkCmcTree column width calculation when it has
1164                 auto_resize set and new node is added
1165
1166 2010-03-22 [pawel]      3.7.5cvs36
1167
1168         * src/grouplistdialog.c
1169         * src/prefs_common.c
1170         * src/prefs_common.h
1171                 - remember newsgroups list dialog size
1172                 - respect use_dotted_lines hidden pref
1173                 - respect use_stripes_everywhere hidden pref
1174
1175 2010-03-21 [pawel]      3.7.5cvs35
1176
1177         * src/addrgather.c
1178                 Remove superfluous gtk_widget_show_all()
1179         * src/mimeview.c
1180                 Add forgotten colon
1181         * src/common/utils.c
1182                 Return correct type
1183
1184 2010-03-21 [pawel]      3.7.5cvs34
1185
1186         * src/main.c
1187         * src/gtk/quicksearch.c
1188         * src/gtk/quicksearch.h
1189                 Implement separate search phrase completion for
1190                 normal/extended quicksearch
1191
1192 2010-03-11 [paul]       3.7.5cvs33
1193
1194         * po/zh_CN.po
1195                 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
1196                 submitted by Yuwei Yu
1197
1198 2010-03-09 [colin]      3.7.5cvs32
1199
1200         * manual/de/glossary.xml
1201                 Fix build
1202
1203 2010-03-02 [colin]      3.7.5cvs31
1204
1205         * manual/de/glossary.xml
1206                 Sort alphabetically. Done by Volker Ribbert.
1207
1208 2010-03-02 [mones]      3.7.5cvs30
1209
1210         * README
1211                 Fix mailing list archives location
1212                 Remove currently unavailable CVS webview
1213
1214 2010-03-01 [iwkse]      3.7.5cvs29
1215
1216         * src/common/plugin.c
1217                         Other indentation issues
1218
1219 2010-03-01 [iwkse]      3.7.5cvs28
1220
1221         * src/common/plugin.c
1222                         Fix indentation of the previous commit
1223
1224 2010-03-01 [iwkse]      3.7.5cvs27
1225
1226         * src/common/plugin.h
1227         * src/common/plugin.c
1228                         Add API for getting a loaded Plugin from the
1229                         plugin's name, plugin_get_loaded_by_name (const gchar *name)
1230                         Thanks to Colin, Michael
1231
1232 2010-02-27 [colin]      3.7.5cvs26
1233
1234         * configure.ac
1235         * AUTHORS
1236         * src/gtk/authors.h
1237         * manual/Makefile.am
1238         * manual/de/Makefile.am
1239         * manual/de/account.xml
1240         * manual/de/ack.xml
1241         * manual/de/addrbook.xml
1242         * manual/de/advanced.xml
1243         * manual/de/claws-mail-manual.xml
1244         * manual/de/faq.xml
1245         * manual/de/glossary.xml
1246         * manual/de/gpl.xml
1247         * manual/de/handling.xml
1248         * manual/de/intro.xml
1249         * manual/de/keyboard.xml
1250         * manual/de/plugins.xml
1251         * manual/de/starting.xml
1252         * manual/de/dist/.cvsignore
1253         * manual/de/dist/Makefile.am
1254         * manual/de/dist/html/.cvsignore
1255         * manual/de/dist/html/Makefile.am
1256         * manual/de/dist/pdf/.cvsignore
1257         * manual/de/dist/pdf/Makefile.am
1258         * manual/de/dist/ps/.cvsignore
1259         * manual/de/dist/ps/Makefile.am
1260         * manual/de/dist/txt/.cvsignore
1261         * manual/de/dist/txt/Makefile.am
1262                 Add the german translation of the manual, done by
1263                 Volker Ribbert <thoraki@arcor.de>.
1264
1265 2010-02-27 [holger]     3.7.5cvs25
1266
1267         * src/prefs_toolbar.c
1268                 Don't make toolbar item description for
1269                 plugin registered items editable
1270
1271 2010-02-26 [colin]      3.7.5cvs24
1272
1273         * src/toolbar.c
1274                 Don't translate empty description
1275
1276 2010-02-22 [colin]      3.7.5cvs23
1277
1278         * src/compose.c
1279                 Don't make In-Reply-To visible when reediting
1280                 a draft or sent mail.
1281
1282 2010-02-20 [colin]      3.7.5cvs22
1283
1284         * src/imap.c
1285         * src/imap.h
1286         * src/main.c
1287         * src/mainwindow.c
1288         * src/etpan/imap-thread.c
1289         * src/etpan/imap-thread.h
1290         * src/etpan/nntp-thread.c
1291         * src/etpan/nntp-thread.h
1292                 When going offline from NetworkManager, just
1293                 delete IMAP connections. That'll avoid timeouts
1294                 when coming back online in certain cases when
1295                 the TCP socket will have timed out.
1296
1297 2010-02-20 [holger]     3.7.5cvs21
1298
1299         * .cvsignore
1300                 More files to ignore
1301
1302 2010-02-17 [ticho]      3.7.5cvs20
1303
1304         * src/summaryview.c
1305         * src/summaryview.h
1306         * src/toolbar.c
1307                 Revert 3.7.5cvs19.
1308
1309 2010-02-16 [ticho]      3.7.5cvs19
1310
1311         * src/summaryview.c
1312         * src/summaryview.h
1313         * src/toolbar.c
1314                 Removed unused argument from summary_open_row().
1315
1316 2010-02-10 [pawel]      3.7.5cvs18
1317
1318         * src/compose.c
1319                 - fix headers filtering when prefs_common.trans_hdr is on
1320                 - fix headers setting when changing composing account 
1321                 - plug memleak
1322         * src/prefs_template.c
1323                 Re-add template's name for translation
1324
1325 2010-02-10 [colin]      3.7.5cvs17
1326
1327         * src/prefs_matcher.c
1328                 Fix bug 2099, 'add List-Id in Configuration>Filtering>
1329                 Condition>Define>Header>Name combo box'. Patch by
1330                 Francois Cami
1331
1332 2010-02-10 [colin]      3.7.5cvs16
1333
1334         * src/codeconv.c
1335         * src/codeconv.h
1336         * src/compose.c
1337         * src/mainwindow.c
1338         * src/messageview.c
1339         * src/prefs_send.c
1340         * src/procmime.c
1341         * src/textview.c
1342                 Add the GB18030 Chinese charset, which is a superset
1343                 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
1344
1345 2010-02-09 [holger]     3.7.5cvs15
1346
1347         * configure.ac
1348                 GTK+ 2.10 related cleanup
1349
1350 2010-02-09 [pawel]      3.7.5cvs14
1351
1352         * src/prefs_account.c
1353         * src/prefs_folder_item.c
1354         * src/prefs_template.c
1355         * src/quote_fmt.c
1356                 Respect prefs_common.trans_hdr in couple more places to avoid
1357                 confusion with translated/non-translated header names
1358
1359 2010-02-09 [colin]      3.7.5cvs13
1360
1361         * po/POTFILES.in
1362                 Fix make dist
1363
1364 2010-02-09 [colin]      3.7.5cvs12
1365
1366         * src/mimeview.c
1367                 And fix 2.10 build :)
1368
1369 2010-02-09 [colin]      3.7.5cvs11
1370
1371         * configure.ac
1372                 Bump up GTK+ requirement to 2.10
1373         * src/Makefile.am
1374         * src/compose.c
1375         * src/crash.c
1376         * src/foldersel.c
1377         * src/main.c
1378         * src/mainwindow.c
1379         * src/messageview.c
1380         * src/messageview.h
1381         * src/prefs_actions.c
1382         * src/prefs_common.c
1383         * src/prefs_common.h
1384         * src/prefs_ext_prog.c
1385         * src/prefs_filtering_action.c
1386         * src/prefs_fonts.c
1387         * src/prefs_image_viewer.c
1388         * src/prefs_matcher.c
1389         * src/prefs_msg_colors.c
1390         * src/prefs_summaries.c
1391         * src/prefs_template.c
1392         * src/printing.c
1393         * src/printing.h
1394         * src/quote_fmt.c
1395         * src/summaryview.c
1396         * src/textview.c
1397         * src/gtk/Makefile.am
1398         * src/gtk/about.c
1399         * src/gtk/gtkcmclist.c
1400         * src/gtk/gtkcmctree.c
1401         * src/gtk/gtkutils.c
1402         * src/gtk/quicksearch.c
1403                 Remove all compile-time conditionals depending on
1404                 GTK+ < 2.10
1405         * src/gedit-print.c
1406         * src/gedit-print.h
1407         * src/gtk/gtksourceprintjob.c
1408         * src/gtk/gtksourceprintjob.h
1409                 Remove libgnomeprint-based printing system (and
1410                 command-line-based printing system) as GTK+ 2.10
1411                 ships with print support.
1412
1413 2010-02-08 [mir]        3.7.5cvs10
1414
1415         * src/compose.c
1416             Avoid displaying Bcc headers in message sent
1417             to NNTP servers. Thanks to Henning Mersch.
1418
1419
1420 2010-02-08 [pawel]      3.7.5cvs9
1421
1422         * src/mimeview.c
1423                 Make tooltips less cryptic
1424         * src/gtk/description_window.c
1425                 Improve window size calculation
1426
1427 2010-02-08 [pawel]      3.7.5cvs8
1428
1429         * src/compose.c
1430         * src/compose.h
1431         * src/common/utils.c
1432         * src/common/utils.h
1433         * src/gtk/authors.h
1434                 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
1435                 Patch by Laurent Bigonville with slight modifications
1436
1437 2010-02-03 [pawel]      3.7.5cvs7
1438
1439         * m4/.cvsignore
1440                 Add some libtool files to ignore
1441
1442 2010-02-03 [pawel]      3.7.5cvs6
1443
1444         * src/plugins/trayicon/trayicon.c
1445                 Save and then restore focus when closing/minimizing to tray
1446
1447 2010-02-03 [mir]        3.7.5cvs5
1448
1449         * src/addrindex.c
1450         * src/editldap.c
1451         * src/ldapctrl.c
1452         * src/ldapctrl.h
1453         * src/ldapquery.c
1454         * src/ldapupdate.c
1455             Save LDAP password encrypted. See bug 2113.
1456
1457
1458 2010-02-03 [colin]      3.7.5cvs4
1459
1460         * src/privacy.c
1461                 Fix again decoding of encrypted parts. The
1462                 reverting of the patch was wrong, as the
1463                 double-decoding was fixed in smime itself.
1464                 Thanks to Matthias Drochner again...
1465
1466 2010-02-02 [colin]      3.7.5cvs3
1467
1468         * src/plugins/smime/smime.c
1469         * src/privacy.c
1470                 Revert 3.7.4cvs2 and make a better patch for bug
1471                 2059 and 2076. Patch by Matthias Drochner
1472
1473 2010-01-31 [pawel]      3.7.5cvs2
1474
1475         * src/gtk/authors.h
1476                 Fix hungarian translator's name
1477
1478 2010-01-31 [pawel]      3.7.5cvs1
1479
1480         * src/messageview.c
1481         * src/mimeview.c
1482                 Fix Bug 2107 - Arrow keys don't work in message view window
1483
1484 2010-01-31 [paul]       3.7.5
1485
1486         * NEWS
1487         * README
1488         * RELEASE_NOTES 
1489                 3.7.5 released!
1490
1491 2010-01-23 [pawel]      3.7.4cvs10
1492
1493         * src/addressbook.c
1494                 Fix button sensitivity in compose mode
1495
1496 2010-01-23 [pawel]      3.7.4cvs9
1497
1498         * commitHelper
1499         * tools/kdeservicemenu/install.sh
1500         * tools/make.themes.project
1501         * tools/nautilus2claws-mail.sh
1502         * tools/popfile-link.sh
1503         * tools/textviewer.sh
1504                 Not all systems have bash installed in /bin, use env(1) to find
1505                 it`s location
1506
1507 2010-01-22 [pawel]      3.7.4cvs8
1508
1509         * src/prefs_account.c
1510         * src/prefs_filtering.c
1511         * src/prefs_send.c
1512         * src/gtk/colorlabel.c
1513                 Add some separators in combos
1514
1515 2010-01-22 [pawel]      3.7.4cvs7
1516
1517         * autogen.sh
1518                 --disable-aspell -> --disable-enchant
1519         * configure.ac
1520                 Fix options spacing in configure --help
1521         * src/wizard.c
1522                 Make wizard's window centered on the screen
1523
1524 2010-01-19 [holger]     3.7.4cvs6
1525
1526         * src/folder.c
1527         * src/folder.h
1528                 Introduce folder_get_item_from_identifier().
1529                 In contrast to folder_find_item_from_identifier(), this
1530                 function recursively creates the FolderItems in the id path.
1531                 Useful for programmatically creating folders (e.g. by plugins)
1532
1533 2010-01-17 [pawel]      3.7.4cvs5
1534
1535         * src/gtk/authors.h
1536                 Fix my lastname
1537
1538 2010-01-16 [colin]      3.7.4cvs4
1539
1540         * src/plugins/pgpcore/sgpgme.c
1541                 Probably fix bug 2098, 'claws-mails crashes frequently 
1542                 with pgpcore'. Fix double-free.
1543
1544 2010-01-16 [holger]     3.7.4cvs3
1545
1546         * src/prefs_toolbar.h
1547                 Forgotten header
1548
1549 2010-01-15 [colin]      3.7.4cvs2
1550
1551         * src/privacy.c
1552                 Decode mimeinfo before decrypting it. Probably
1553                 fixes bug 2059 'gpgme >=1.1.8 not compatible 
1554                 with S/MIME encryption' and bug 2076 'having 
1555                 worked 2 times properly CLAWS ceased to 
1556                 decrypt incoming PGP mails -displays base64 
1557                 instead - sucks completely'
1558                 Let's hope complete suckage ends here!
1559                 Thanks to Matthias Drochner.
1560
1561 2010-01-08 [paul]       3.7.4cvs1
1562
1563         * tools/claws.i18n.status.pl
1564                 fix typos
1565
1566 2010-01-08 [paul]       3.7.4
1567
1568         * NEWS
1569         * README
1570         * RELEASE_NOTES 
1571                 3.7.4 released!
1572
1573 2010-01-08 [paul]       3.7.3cvs57
1574
1575         * po/ca.po
1576         * po/cs.po
1577         * po/de.po
1578         * po/fi.po
1579         * po/hu.po
1580         * po/id.po
1581         * po/ja.po
1582         * po/nl.po
1583         * po/pt_BR.po
1584         * po/pt_PT.po
1585         * po/ru.po
1586         * po/sk.po
1587                 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
1588                 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
1589                 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
1590                 Slavko
1591
1592 2010-01-08 [paul]       3.7.3cvs56
1593
1594         * src/common/utils.c
1595                 fix bug 2089, 'URLs ending with an underscore ('_')
1596                 are not correctly parsed'. thanks to Johan
1597
1598 2010-01-05 [colin]      3.7.3cvs55
1599
1600         * po/fr.po
1601                 Update french translation
1602
1603 2010-01-04 [mones]      3.7.3cvs54
1604
1605         * po/es.po
1606                 Update Spanish translation
1607
1608 2010-01-04 [mones]      3.7.3cvs53
1609
1610         * manual/plugins.xml
1611                 Some format
1612         * manual/es/claws-mail-manual.xml
1613         * manual/es/intro.xml
1614         * manual/es/plugins.xml
1615                 Synchronise with English version
1616
1617 2010-01-03 [paul]       3.7.3cvs52
1618
1619         * ChangeLog
1620                 fix format
1621         * src/gtk/authors.h
1622                 update TEAM_LIST, fix encoding
1623
1624 2010-01-03 [mir]        3.7.3cvs51
1625
1626         * src/compose.c
1627                 When composing to a NNTP list TO: will always be preset
1628                 to the NNTP list unless user has chosen some other default
1629                 in which case we will handle this the normal way. Therefore
1630                 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
1631
1632 2010-01-01 [paul]       3.7.3cvs50
1633
1634         * src/gtk/about.c
1635                 bump copyright year whilst it's in mind
1636
1637 2009-12-31 [paul]       3.7.3cvs49
1638
1639         * manual/claws-mail-manual.xml
1640         * manual/intro.xml
1641         * manual/plugins.xml
1642                 fix links so that they make sense in the context of the
1643                 text version of the manual
1644
1645 2009-12-31 [paul]       3.7.3cvs48
1646
1647         * manual/intro.xml
1648         * manual/plugins.xml
1649                 updates, improvements, corrections, additions
1650
1651 2009-12-29 [pawel]      3.7.3cvs47
1652
1653         * src/prefs_filtering_action.c
1654                 Fix Bug 2082 'Wrong color rectangle position when replacing
1655                 "color" processing rule'
1656
1657 2009-12-29 [colin]      3.7.3cvs46
1658
1659         * src/compose.c
1660                 Fix bug 2074, 'Remember sending account 
1661                 for sent messages'
1662
1663 2009-12-20 [holger]     3.7.3cvs45
1664
1665         * src/compose.c
1666                 Delay CREATED_HOOKLIST invokation until
1667                 after the modifications to the compose window
1668                 are done, to allow hooks to further modify the
1669                 window without getting overridden again
1670
1671 2009-12-20 [holger]     3.7.3cvs44
1672
1673         * src/prefs_toolbar.h
1674                 Fix last commit
1675
1676 2009-12-20 [holger]     3.7.3cvs43
1677
1678         * src/prefs_toolbar.c
1679         * src/prefs_toolbar.h
1680         * src/toolbar.c
1681                 Pass window struct to caller
1682
1683 2009-12-20 [holger]     3.7.3cvs42
1684
1685         * src/compose.c
1686         * src/compose.h
1687                 Add hooklist after creation of a compose window
1688
1689 2009-12-19 [holger]     3.7.3cvs41
1690
1691         * src/prefs_toolbar.c
1692         * src/prefs_toolbar.h
1693         * src/toolbar.c
1694                 Allow plugins to choose to which toolbar they want
1695                 to add actions (main window, compose window, or message view)
1696
1697 2009-12-19 [paul]       3.7.3cvs40
1698
1699         * src/statusbar.c
1700                 fix statusbar in GTK+ 2.19.1
1701
1702 2009-12-10 [pawel]      3.7.3cvs39
1703
1704         * src/compose.c
1705                 Better fix for cvs28 regression
1706
1707 2009-12-10 [iwkse]      3.7.3cvs38
1708
1709         * src/compose.c
1710             Fix some indentation
1711
1712 2009-12-10 [iwkse]      3.7.3cvs37
1713
1714         * src/compose.c
1715             Add missing checks for gtkaspell: avoid
1716             crashing in some cases when Enchant is 
1717             enabled but the spell checker is disabled 
1718             in preferences.
1719
1720 2009-12-09 [colin]      3.7.3cvs36
1721
1722         * src/compose.c
1723                 Fix leak and unchecked accesses.
1724
1725 2009-12-09 [mir]        3.7.3cvs35
1726
1727         * src/compose.c
1728         Fix Bug 2072 "template at folder properties is not working"
1729         introduced in cvs24.
1730
1731 2009-12-08 [pawel]      3.7.3cvs34
1732
1733         * src/compose.c
1734                 When 'Reply All' remove current compose address from
1735                 Cc/Bcc list - fix for regression introduced in cvs28
1736
1737 2009-12-05 [pawel]      3.7.3cvs33
1738
1739         * src/messageview.c
1740                 Fix memory management, duh!
1741
1742 2009-12-04 [pawel]      3.7.3cvs32
1743
1744         * src/messageview.c
1745                 Use case insensitive comparison in search for
1746                 duplicate urls
1747         * src/uri_opener.c
1748                 Refresh scrollbars on every window open
1749
1750 2009-12-04 [pawel]      3.7.3cvs31
1751
1752         * src/compose.c
1753                 Highlight misspelled words when applying template and
1754                 check_while_typing option is on
1755
1756 2009-12-03 [pawel]      3.7.3cvs30
1757
1758         * src/compose.c
1759                 Highlight misspelled words in text inserted from file(s)
1760                 or pasted to message body when check_while_typing
1761                 options is on
1762
1763 2009-12-02 [pawel]      3.7.3cvs29
1764
1765         * src/compose.c
1766                 Revert first part of previous commit
1767
1768 2009-12-02 [pawel]      3.7.3cvs28
1769
1770         * src/compose.c
1771                 Fix Bug 2055 "duplicate mailing list reply if
1772                 List-Post + Reply-To present"
1773                 - Ignore Reply-To if answering to ML
1774                 - Improve parsing of List-Post header
1775
1776 2009-12-02 [pawel]      3.7.3cvs27
1777
1778         * src/compose.c
1779         * src/compose.h
1780                 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
1781                 email had user in "From" and "CC"
1782                 Don't allow duplicate addresses in compose window headers
1783
1784 2009-12-02 [mones]      3.7.3cvs26
1785
1786         * manual/intro.xml
1787         * manual/es/intro.xml
1788         * manual/fr/intro.xml
1789         * manual/it/intro.xml
1790         * manual/pl/intro.xml
1791                 Make URL to point current site
1792
1793 2009-12-01 [holger]     3.7.3cvs25
1794
1795         * src/summaryview.c
1796         * src/summaryview.h
1797                 Introduce new drag type "claws-mail/msg-path-list" for
1798                 drag'n'drop of a message selection from the summaryview
1799                 into other applications. The drag data gets set to the
1800                 folder-item-id followed by message ids, separated by newlines.
1801                 This enables other applications to back-link to Claws Mail
1802                 via a "claws-mail --select" call after they received a drop.
1803
1804 2009-11-30 [mir]        3.7.3cvs24
1805
1806         * src/compose.c
1807            Place cursor in compose window according to provided input
1808            If to: is present place cursor in subject field and if both
1809            to: and subject: is present place cursor in body. If body: is
1810            present insert a new line after text and place cursor there.
1811
1812 2009-11-27 [mones]      3.7.3cvs23
1813
1814         * src/gtk/quicksearch.c
1815                 Allow viewing longer expressions if there's space
1816
1817 2009-11-25 [holger]     3.7.3cvs22
1818
1819         * Makefile.am
1820         * src/common/Makefile.am
1821         * src/common/utils.c
1822         * src/common/utils.h
1823                 Add a function to query the
1824                 filepath of the .desktop file
1825
1826 2009-11-25 [colin]      3.7.3cvs21
1827
1828         * src/imap.c
1829                 Fix bug 2063, 'glib assertion in GRelation use in 
1830                 imap.c'
1831
1832 2009-11-24 [pawel]      3.7.3cvs20
1833
1834         * src/common/utils.c
1835                 Fix Bug 2053 'Inconsistent application of Coloration 
1836                 of Message text'
1837                 Don't allow '<' character between quotation marks
1838
1839 2009-11-21 [holger]     3.7.3cvs19
1840
1841         * src/printing.c
1842                 Modify cairo clip handling in preview windows,
1843                 to prevent print preview windows from being blank
1844                 with GTK+ 2.18. Follow recommendation of the GTK+
1845                 documentation (section "Migrating to client side windows")
1846                 and create a new cairo context for each expose event.
1847
1848 2009-11-19 [pawel]      3.7.3cvs18
1849
1850         * Makefile.am
1851                 complete 3.7.3cvs15 so install is DESTDIR safe
1852                 remove icons with changed names on uninstall
1853
1854 2009-11-18 [pawel]      3.7.3cvs17
1855
1856         * src/news_gtk.c
1857                 remove unneeded and code-duplicating function
1858
1859 2009-11-18 [pawel]      3.7.3cvs16
1860
1861         * src/news_gtk.c
1862                 Fix Bug 2057 'Claws mail does not keep renamed names
1863                 of nntp-subscribed groups'
1864                 Check for already subscribed group using item->path for group
1865                 comparision as folders item->path != item->name may be truth 
1866                 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
1867
1868 2009-11-17 [pawel]      3.7.3cvs15
1869
1870         * Makefile.am
1871                 Fix Bug 2049 'some icons not copied?'
1872                 Install additional 64x64 and 128x128 icons
1873
1874 2009-11-17 [holger]     3.7.3cvs14
1875
1876         * src/prefs_toolbar.c
1877         * src/prefs_toolbar.h
1878         * src/toolbar.c
1879         * src/toolbar.h
1880                 Allow plugins to register toolbar items
1881
1882 2009-11-11 [pawel]      3.7.3cvs13
1883
1884         * src/addressbook.c
1885         * src/compose.c
1886         * src/compose.h
1887         * src/filtering.c
1888                 Fix Bug 1867 Changing account does not change BCC address
1889                 Set account specific headers when changing account
1890                 in compose window.
1891
1892 2009-11-07 [colin]      3.7.3cvs12
1893
1894         * src/gtk/prefswindow.c
1895                 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
1896                 Patch by Pawel
1897
1898 2009-11-07 [colin]      3.7.3cvs11
1899
1900         * src/gtk/spell_entry.c
1901                 Fix bug 2040, 'numbers in subject entry marked as misspelled'
1902                 Patch by Pawel Pekala
1903
1904 2009-10-27 [colin]      3.7.3cvs10
1905
1906         * src/folder.c
1907                 Fix bug 2028, 'Attempts to connect to all accounts on exit'
1908                 Don't try to check whether the folder is up-to-date if
1909                 the folder class doesn't implement set_mtime, as we don't
1910                 care in this case. This code exists since a long time, but
1911                 the bug was triggered by more scanning of queue folders 
1912                 since recently (when we added \Deleted handling).
1913
1914 2009-10-27 [colin]      3.7.3cvs9
1915
1916         * src/mainwindow.c
1917                 Try to fix registering as default client
1918                 on windows 7
1919
1920 2009-10-21 [wwp]        3.7.3cvs8
1921
1922         * src/common/utils.c
1923                 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
1924
1925 2009-10-21 [wwp]        3.7.3cvs7
1926
1927         * src/common/utils.c
1928                 Don't core dump when attempting to insert a non-existing
1929                 file using a mailto: uri (g_error does core dump).
1930
1931 2009-10-20 [colin]      3.7.3cvs6
1932
1933         * src/common/utils.c
1934                 Don't g_error on normal warnings...
1935
1936 2009-10-20 [colin]      3.7.3cvs5
1937
1938         * src/plugins/pgpcore/sgpgme.c
1939                 Fix bug 1996, 'S/MIME key not selected'
1940                 Check for S/MIME certs too
1941
1942 2009-10-20 [colin]      3.7.3cvs4
1943
1944         * src/common/w32lib.h
1945                 Fix win32 build on latest mingw32
1946
1947 2009-10-20 [colin]      3.7.3cvs3
1948
1949         * src/exportldif.c
1950         * src/ldif.c
1951         * src/ldif.h
1952                 Fix LDIF export. Patch by Michael Rasmussen
1953
1954 2009-10-18 [paul]       3.7.3cvs2
1955
1956         * tools/claws.i18n.status.pl
1957                 increase the value of $transolddays since we're relasing less
1958                 often now.
1959                 rework the en_GB.po hack so that en_GB is always 100% translated
1960                 and recently updated
1961
1962 2009-10-17 [paul]       3.7.3cvs1
1963
1964         * src/prefs_account.c
1965         * src/prefs_compose_writing.c
1966         * src/prefs_receive.c
1967         * src/prefs_summaries.c
1968         * src/prefs_wrapping.c
1969                 reword a few labels. (this incorporates everything
1970                 that seemed worthwhile from bug 2020)
1971         * src/prefs_customheader.c
1972                 use a 'Browse' button instead of button with
1973                 label 'From file...'
1974
1975 2009-10-12 [colin]
1976
1977         * CVS repository change
1978
1979 2009-10-09 [paul[       3.7.3
1980
1981         version 3.7.3 unleashed!!
1982
1983 2009-10-07 [paul]       3.7.2cvs49
1984
1985         * src/folderview.c
1986         * src/folderview.h
1987         * src/mainwindow.c
1988                 fix  Bug 1994 -  Changing colors required restart.
1989                 in the process rename folderview_reflect_prefs_pixmap_theme() to the
1990                 more accurate folderview_reinit_fonts()
1991
1992 2009-10-07 [paul]       3.7.2cvs48
1993
1994         * src/addrgather.c
1995         * src/prefs_common.c
1996         * src/prefs_common.h
1997                 fix  Bug 2003 -  Address gathering dialog minor bugs/annoyances,
1998                 patch by Pawel Pekala
1999
2000 2009-10-07 [paul]       3.7.2cvs47
2001
2002         * po/cs.po
2003         * po/de.po
2004         * po/hu.po
2005         * po/id.po
2006         * po/ja.po
2007         * po/pt_BR.po
2008                 updated by David Vachulka, Stephan Sachse and Marc Arens,
2009                 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
2010                 Goncalves Guimaraes
2011
2012 2009-10-06 [colin]      3.7.2cvs46
2013
2014         * po/fr.po
2015                 French translation update
2016
2017 2009-10-05 [paul]       3.7.2cvs45
2018
2019         * src/printing.c
2020                 enable Page Size and Orientation in the print dialog,
2021                 GTK+ >= 2.18.x only. Patch by Mark__T
2022
2023 2009-10-05 [paul]       3.7.2cvs44
2024
2025         * src/prefs_summaries.c
2026                 fix label, startup --> start-up, to match other uses of the
2027                 term
2028
2029 2009-10-05 [paul]       3.7.2cvs43
2030
2031         * po/pl.po
2032                 updated by Emilian Nowak
2033
2034 2009-10-03 [colin]      3.7.2cvs42
2035
2036         * src/mimeview.c
2037         * src/noticeview.c
2038         * src/gtk/gtkcmclist.c
2039         * src/gtk/gtkvscrollbutton.c
2040         * src/gtk/logwindow.c
2041                 GTK+ 2.18 fixes:
2042                 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
2043                 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
2044                 Fix warning at start
2045
2046 2009-09-28 [colin]      3.7.2cvs41
2047
2048         * src/matcher.c
2049         * src/mimeview.c
2050         * src/prefs_folder_item.c
2051                 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
2052
2053 2009-09-28 [colin]      3.7.2cvs40
2054
2055         * src/prefs_summaries.c
2056         * src/gtk/sslcertwindow.c
2057                 Fix bug 2006, 'Non-utf8 strftime(3) date strings 
2058                 shows up garbled in GUI'. Patch by Pawel Pekala
2059
2060 2009-09-24 [iwkse]      3.7.2cvs39
2061
2062         * configure.ac
2063             That's only for statistics, of course :)
2064
2065 2009-09-24 [iwkse]      3.7.2cvs38
2066
2067         * configure.ac
2068             ...
2069
2070 2009-09-24 [iwkse]      3.7.2cvs37
2071
2072         * configure.ac
2073             Revert unwanted change
2074
2075 2009-09-24 [iwkse]      3.7.2cvs36
2076
2077         * src/action.c
2078             Fix issue with filtering actions and 
2079             parsed parameters
2080
2081 2009-09-20 [mones]      3.7.2cvs35
2082
2083         * tools/convert_mbox.pl
2084                 Add -R flag to support recursive conversions
2085                 of arbitrary Evolution mail folders, based on
2086                 bash script by Daniel Dickinson (fixes debian 
2087                 bug #461435) 
2088         * tools/popfile-link.sh
2089                 Set required shell for script (fixes debian 
2090                 bug #530057)
2091
2092 2009-09-16 [colin]      3.7.2cvs34
2093
2094         * src/main.c
2095                 Go grab files in /etc/skel if they exist
2096                 at first startup 
2097
2098 2009-09-15 [colin]      3.7.2cvs33
2099
2100         * src/procmime.c
2101                 Complete 3.7.1cvs42: only output directly to
2102                 final file if we get NULL byes at the start.
2103                 Still fixes saving UTF16 files, but also
2104                 fixes displaying Base64 parts with decoding
2105                 errors (parts without errors get displayed)
2106
2107 2009-09-14 [colin]      3.7.2cvs32
2108
2109         * src/matcher.c
2110         * src/matcher.h
2111         * src/matcher_parser_parse.y
2112         * src/prefs_matcher.c
2113                 Add 'has_attachment' and 'signed' matcher
2114                 expressions. Patch by Aleksei Miheev, fixes
2115                 bug 1997. 
2116
2117 2009-09-14 [colin]      3.7.2cvs31
2118
2119         * src/common/utils.c
2120                 Add "Re :" prefix from french Yahoo mail.
2121                 Patch by Didier Barvaux, fixes bug 1999
2122
2123 2009-09-10 [mones]      3.7.2cvs30
2124
2125         * manual/plugins.xml
2126                 Fix sites supported by SpamReport
2127         * manual/es/plugins.xml
2128                 Synchronise Spanish manual
2129
2130 2009-09-07 [holger]     3.7.2cvs29
2131
2132         * Makefile.am
2133                 Also update the icon cache on uninstall.
2134                 This prevents possible problems when Claws Mail was
2135                 uninstalled and installed again into a different location,
2136                 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
2137                 and the blog post linked therein
2138
2139 2009-09-07 [paul]       3.7.2cvs28
2140
2141         * src/prefs_toolbar.c
2142                 when updating the main toolbar icons just update
2143                 the main toolbar (and consequently fix a bug where
2144                 folderview icons would disappear)
2145
2146 2009-08-30 [holger]     3.7.2cvs27
2147
2148         * src/compose.c
2149                 Do case-insensitive comparison against
2150                 header names when extracting recipients
2151                 from composed mails
2152
2153 2009-08-23 [colin]      3.7.2cvs26
2154
2155         * src/mbox.c
2156                 Probably fix RH bug 512024, " folder.c:3543 
2157                 Condition msglist != NULL failed"
2158
2159 2009-08-23 [colin]      3.7.2cvs25
2160
2161         * src/prefs_compose_writing.c
2162                 Make the maximum size warning bigger. Patch
2163                 by Didier Barvaux on bug 1986.
2164
2165 2009-08-21 [colin]      3.7.2cvs24
2166
2167         * src/compose.c
2168                 Previous commit: move the function into compose_insert_file
2169                 so that it's also used on drag-n-drop
2170
2171 2009-08-21 [colin]      3.7.2cvs23
2172
2173         * src/compose.c
2174                 Fix scrolling when adding an header
2175
2176 2009-08-21 [colin]      3.7.2cvs22
2177
2178         * src/compose.c
2179         * src/prefs_common.c
2180         * src/prefs_common.h
2181         * src/prefs_compose_writing.c
2182         * src/common/utils.c
2183                 Fix bug 1986, "New feature: warn user when inserting 
2184                 a large file in the message body". Patch by Didier
2185                 Barvaux
2186
2187 2009-08-21 [colin]      3.7.2cvs21
2188
2189         * AUTHORS
2190         * src/gtk/authors.h
2191         * src/common/utils.c
2192                 Fix bug 1984: Add R�f. : reply prefix (french 
2193                 Lotus Notes); patch by Didier Barvaux
2194
2195 2009-08-21 [colin]      3.7.2cvs20
2196
2197         * src/codeconv.c
2198         * src/codeconv.h
2199                 Fix bug 1969, 'Bad guess for outgoing encoding'
2200                 Make sure the specific converters (japanese in
2201                 this case) can return success/error in strict
2202                 mode, instead of silently failing back to 
2203                 strncpy
2204
2205 2009-08-20 [holger]     3.7.2cvs19
2206
2207         * src/compose.c
2208         * src/compose.h
2209                 Make it possible for code outside
2210                 compose (e.g. plugins) to attach files
2211
2212 2009-08-20 [colin]      3.7.2cvs18
2213
2214         * src/main.c
2215                 Fix crash when accessing IMAP soon
2216
2217 2009-08-18 [colin]      3.7.2cvs17
2218
2219         * src/ldapquery.c
2220                 Maybe fix crash on non-existent LDAP server
2221
2222 2009-08-04 [colin]      3.7.2cvs16
2223
2224         * src/toolbar.c
2225                 Fix toolbar's spacing that breaks dark
2226                 themes (patch from http://blogs.igalia.com/aperez/
2227                 2009/07/making-claws-mail-look-better/)
2228
2229 2009-07-28 [colin]      3.7.2cvs15
2230
2231         * src/account.c
2232         * src/addrcustomattr.c
2233         * src/addressadd.c
2234         * src/addressbook_foldersel.c
2235         * src/addrgather.c
2236         * src/browseldap.c
2237         * src/compose.c
2238         * src/editbook.c
2239         * src/editgroup.c
2240         * src/editjpilot.c
2241         * src/editldap.c
2242         * src/editldap_basedn.c
2243         * src/edittags.c
2244         * src/editvcard.c
2245         * src/exphtmldlg.c
2246         * src/expldifdlg.c
2247         * src/export.c
2248         * src/foldersel.c
2249         * src/import.c
2250         * src/importldif.c
2251         * src/importmutt.c
2252         * src/importpine.c
2253         * src/prefs_actions.c
2254         * src/prefs_customheader.c
2255         * src/prefs_display_header.c
2256         * src/prefs_filtering.c
2257         * src/prefs_folder_column.c
2258         * src/prefs_matcher.c
2259         * src/prefs_summary_column.c
2260         * src/prefs_summary_open.c
2261         * src/prefs_template.c
2262         * src/textview.c
2263         * src/uri_opener.c
2264                 Fix bug 1950, 'Program freeze up during folder selection'
2265                 Don't leave hidden windows modal
2266
2267 2009-07-28 [colin]      3.7.2cvs14
2268
2269         * src/ldapquery.c
2270                 Fix bug 1957, 'LDAP errs out after searching too 
2271                 many search bases'
2272
2273 2009-07-28 [colin]      3.7.2cvs13
2274
2275         * src/summaryview.c
2276                 Fix bug 1966, '"Collapse all threads" slower than 
2277                 "Expand all threads"'
2278
2279 2009-07-28 [colin]      3.7.2cvs12
2280
2281         * src/common/session.c
2282                 Fix bug 1967, 'Claws gets stuck after accepting 
2283                 a certificate warning dialog'
2284
2285 2009-07-19 [paul]       3.7.2cvs11
2286
2287         * manual/plugins.xml
2288                 a few small changes to the English
2289
2290 2009-07-18 [mones]      3.7.2cvs10
2291
2292         * manual/plugins.xml
2293                 Add new bsfilter and fancy plugins to the docs
2294                 and a note about dealing with plugins of the same class
2295         * src/prefs_account.c
2296                 Fix extra space at the end typo
2297
2298 2009-07-16 [colin]      3.7.2cvs9
2299
2300         * src/summaryview.c
2301                 Fix wrong return without unlocking; thanks
2302                 to mupuf_
2303
2304 2009-07-14 [colin]      3.7.2cvs8
2305
2306         * src/imap.c
2307                 Fix bug 1954, 'Segfault on reading wrong STATUS'
2308
2309 2009-07-10 [colin]      3.7.2cvs7
2310
2311         * src/plugins/pgpcore/plugin.def
2312         * src/common/utils.h
2313                 Fix windows port
2314
2315 2009-07-10 [colin]      3.7.2cvs6
2316
2317         * src/prefs_display_header.c
2318                 Fix bug 1951, 'C-Mail dumps core when editing 
2319                 displayed headers'. Patch by Alexey Rusakov
2320
2321 2009-07-10 [colin]      3.7.2cvs5
2322
2323         * src/folderview.c
2324                 Fix bug 1952, 'Deleted mails in Queue folder 
2325                 highlight it'.
2326
2327 2009-07-09 [colin]      3.7.2cvs4
2328
2329         * src/gtk/spell_entry.c
2330                 Fix bug 1949, 'Spell checker doesn't recognise 
2331                 certain word in Subject header, but does in 
2332                 message body'. Patch by Pawel Pekala.
2333
2334 2009-07-09 [paul]       3.7.2cvs3
2335
2336         * configure.ac
2337                 use pkgconfig to check for the minimum required
2338                 version of GnuTLS
2339
2340 2009-07-06 [colin]      3.7.2cvs2
2341
2342         * src/prefs_customheader.c
2343                 Fix build failure
2344
2345 2009-07-04 [paul]       3.7.2cvs1
2346
2347         * tools/claws.i18n.status.pl
2348                 updated
2349
2350 2009-07-03 [paul]       3.7.2
2351
2352         * NEWS
2353         * README
2354         * RELEASE_NOTES 
2355                 3.7.2 released!
2356
2357 2009-07-03 [paul]       3.7.1cvs85
2358
2359         * AUTHORS
2360         * configure.ac
2361         * po/pt_PT.po
2362         * po/sk.po
2363         * src/gtk/authors.h
2364                 added new translations by Tiago Faria and Slavko
2365         * po/bg.po
2366         * po/cs.po
2367         * po/de.po
2368         * po/es.po
2369         * po/fi.po
2370         * po/fr.po
2371         * po/hu.po
2372         * po/id.po
2373         * po/it.po
2374         * po/ja.po
2375         * po/pt_BR.po
2376         * po/ru.po
2377                 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
2378                 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
2379                 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
2380                 Goncalves Guimaraes, Aleksei Miheev
2381
2382 2009-07-01 [colin]      3.7.1cvs84
2383
2384         * src/prefs_common.c
2385                 Fix bug 1940, 'Doesn't open links in 
2386                 user's default browser'. Turn the preference
2387                 to TRUE by default; that will only change the
2388                 behaviour for new users.
2389
2390 2009-06-29 [colin]      3.7.1cvs83
2391
2392         * src/filtering.c
2393         * src/filtering.h
2394         * src/prefs_filtering_action.c
2395                 Fix bug 1935, 'problems with very long filtering actions':
2396                 Use a dynamic buffer in action to string, and a bigger
2397                 buffer in string to action
2398
2399 2009-06-29 [colin]      3.7.1cvs82
2400
2401         * src/matcher_parser_lex.l
2402                 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
2403
2404 2009-06-29 [colin]      3.7.1cvs81
2405
2406         * src/addressbook.c
2407                 Fix warnings
2408         * src/editgroup.c
2409                 Fix crash (out-of-bounds tree column)
2410         * src/gtk/gtkcmctree.c
2411         * src/gtk/gtksctree.c
2412                 Prevent using an out-of-bounds tree column
2413
2414 2009-06-29 [colin]      3.7.1cvs80
2415
2416         * src/ldapupdate.c
2417         * src/ldif.c
2418                 Leak fixes; patch by Pawel Pekala.
2419
2420 2009-06-26 [colin]      3.7.1cvs79
2421
2422         * src/summaryview.c
2423                 Sort by msgnum if dates are equal
2424
2425 2009-06-24 [paul]       3.7.1cvs78
2426
2427         * src/summaryview.c
2428                 make some (forgotten) strings translatable
2429
2430 2009-06-19 [colin]      3.7.1cvs77
2431
2432         * src/summaryview.c
2433                 Fix menu sensitiveness
2434
2435 2009-06-18 [colin]      3.7.1cvs76
2436
2437         * configure.ac
2438         * src/plugins/pgpcore/sgpgme.c
2439         * src/plugins/pgpcore/sgpgme.h
2440         * src/plugins/pgpmime/mypgpcore.def
2441         * src/plugins/pgpmime/pgpmime.c
2442         * src/plugins/smime/mypgpcore.def
2443         * src/plugins/smime/smime.c
2444                 Use largefile support (and stop using our old GPGME
2445                 hack on gpgme_data_seek/rewind)
2446                 (See 1.9.12cvs44 to 46 - if this breaks things we 
2447                 should soon know :)
2448
2449 2009-06-13 [colin]      3.7.1cvs75
2450
2451         * src/gtk/spell_entry.c
2452                 Fix assertion. We can put a NULL gtkaspell to
2453                 an entry; it just means it won't be spell-checked.
2454
2455 2009-06-12 [mones]      3.7.1cvs74
2456
2457         * src/compose.c
2458         * src/messageview.c
2459         * src/prefs_account.c
2460         * src/prefs_account.h
2461         * src/common/utils.c
2462         * src/common/utils.h
2463                 Added preference to use account address in generated
2464                 Message-Id. Fixes Debian bug #531052
2465
2466 2009-06-12 [colin]      3.7.1cvs73
2467
2468         * src/common/ssl.c
2469                 Better fix, API-compatible with libgnutls13
2470
2471 2009-06-12 [colin]      3.7.1cvs72
2472
2473         * src/common/ssl.c
2474                 Use compatibility mode in GnuTLS, and avoid problems with 
2475                 servers that don't comply 100% with the spec, but still
2476                 exist.
2477
2478 2009-06-06 [iwkse]      3.7.1cvs71
2479
2480         * src/compose.c
2481                 Ops..revert a mix with another patch
2482
2483 2009-06-06 [iwkse]      3.7.1cvs70
2484
2485         * src/compose.c
2486                 A better fix for the previous commit's issue
2487
2488 2009-06-06 [iwkse]      3.7.1cvs69
2489
2490         * src/compose.c
2491                 Fix shutting down of Claws Mail while a GTK_Return keypress 
2492                 event is sent to the Attach property window
2493
2494 2009-06-05 [colin]      3.7.1cvs68
2495
2496         * src/compose.c
2497                 Fix build on GTK+ 2.6
2498
2499 2009-06-03 [mones]      3.7.1cvs67
2500
2501         * tools/make.themes.project
2502                 Oops! fix header, sorry Paul ;-)
2503
2504 2009-06-03 [mones]      3.7.1cvs66
2505
2506         * tools/make.themes.project
2507                 Add support for PNG themes and other
2508                 fixes i don't remember now... :)
2509
2510 2009-06-02 [colin]      3.7.1cvs65
2511
2512         * src/compose.c
2513         * src/prefs_template.c
2514         * src/quote_fmt.c
2515                 Fix error messages in templates, and fix their
2516                 checking
2517
2518 2009-05-22 [colin]      3.7.1cvs64
2519
2520         * src/compose.c
2521                 And remove hbox too
2522
2523 2009-05-22 [colin]      3.7.1cvs63
2524
2525         * src/compose.c
2526                 Fix phantom button behind entry when
2527                 changing fields via Tools/Reply mode.
2528
2529 2009-05-22 [colin]      3.7.1cvs62
2530
2531         * src/compose.c
2532                 Fix icon size
2533
2534 2009-05-21 [mones]      3.7.1cvs61
2535
2536         * src/compose.c
2537         * src/compose.h
2538                 Add button to empty header lines with one click
2539
2540 2009-05-21 [paul]       3.7.1cvs60
2541
2542         * src/mainwindow.c
2543         * src/mainwindow.h
2544         * src/plugins/trayicon/trayicon.c
2545                 when quitting from the trayicon, honour
2546                 prefs_common.clean_on_exit
2547
2548 2009-05-21 [paul]       3.7.1cvs59
2549
2550         * src/gtk/Makefile.am
2551                 remove duplicate entry
2552                 thanks to Charles A Edwards
2553
2554 2009-05-19 [paul]       3.7.1cvs58
2555
2556         * src/send_message.c
2557                 clear progressbar in the statusbar on 'Cancel'
2558
2559 2009-05-16 [colin]      3.7.1cvs57
2560
2561         * AUTHORS
2562         * src/gtk/authors.h
2563                 Add Fabian
2564
2565 2009-05-16 [colin]      3.7.1cvs56
2566
2567         * src/msgcache.c
2568                 Remove msgnum>0 condition for removing messages
2569                 from caches. There's no such condition on add.
2570                 Fixes bug 1913, 'Allow to remove phantom 
2571                 messages from the cache'; patch by Fabian
2572                 Keil <fk at fabiankeil.de>
2573
2574 2009-05-12 [holger]     3.7.1cvs55
2575
2576         * src/messageview.c
2577         * src/messageview.h
2578                 Introduce hook after showing of the message view
2579
2580 2009-05-11 [colin]      3.7.1cvs54
2581
2582         * src/compose.c
2583                 Fix bug 1872, 'A: Cc: CCi: selector should 
2584                 default on same as preceding contact'
2585
2586 2009-05-10 [holger]     3.7.1cvs53
2587
2588         * src/addr_compl.c
2589         * src/addr_compl.h
2590                 Add a hook to make it possible for plugins to
2591                 modify the address completion list
2592
2593 2009-05-06 [paul]       3.7.1cvs52
2594
2595         * src/folder.c
2596         * src/mimeview.c
2597                 fix bug 1915, 'Mails signed with smime.p7s
2598                 display both signed and attachment icon.'
2599
2600 2009-05-05 [colin]      3.7.1cvs51
2601
2602         * src/common/utils.c
2603                 Fix patch :)
2604
2605 2009-05-05 [colin]      3.7.1cvs50
2606
2607         * src/common/utils.c
2608                 Fix bug 1895, '(imap) cache issues when cache dir is on a 
2609                 different mountpoint than tempdir'
2610
2611 2009-05-04 [colin]      3.7.1cvs49
2612
2613         * src/msgcache.c
2614                 Probably fix bug 1914, 'Crash reading
2615                 corrupted tags file'
2616
2617 2009-04-26 [paul]       3.7.1cvs48
2618
2619         * configure.ac
2620         * src/gtk/gtkaspell.h
2621                 fix bug 1904, 'build mechanism looks for
2622                 'enchant.h' in a wrong place'
2623
2624 2009-04-25 [paul]       3.7.1cvs47
2625
2626         * src/printing.c
2627                 gah! fix coding style!
2628
2629 2009-04-25 [paul]       3.7.1cvs46
2630
2631         * src/printing.c
2632         * src/toolbar.c
2633                 if building with GTK+ >= 2.16 use
2634                 gtk_orientable_set_orientation() instead of now
2635                 deprecated gtk_toolbar_set_orientation()
2636
2637 2009-04-24 [colin]      3.7.1cvs45
2638
2639         * src/compose.c
2640                 Ask before sending if an attached file has
2641                 disappeared.
2642
2643 2009-04-19 [paul]       3.7.1cvs44
2644
2645         * src/prefs_common.c
2646         * src/prefs_common.h
2647         * src/gtk/about.c
2648                 save About window size.
2649                 patch by Pawel Pekala
2650
2651 2009-04-12 [paul]       3.7.1cvs43
2652
2653         * tools/csv2addressbook.pl
2654                 add extra CSV fields that are now appended
2655                 by thunderbird (version 2.0.0.21)
2656
2657 2009-04-08 [colin]      3.7.1cvs42
2658
2659         * src/procmime.c
2660                 fix saving (but not displaying) of UTF-16
2661                 files
2662
2663 2009-04-08 [colin]      3.7.1cvs41
2664
2665         * src/gtk/manage_window.c
2666                 Disable transient windows on win32 - seems to
2667                 fix most focusing issues
2668
2669 2009-04-05 [colin]      3.7.1cvs40
2670
2671         * src/procmsg.c
2672                 Don't ask whether we want to send deleted mails in queue
2673                 folders; also, don't send deleted mails when flushing
2674                 queues
2675
2676 2009-04-04 [paul]       3.7.1cvs39
2677
2678         * AUTHORS
2679         * configure.ac
2680         * po/id.po
2681         * src/gtk/authors.h
2682         * tools/claws.i18n.status.pl
2683                 add new Indonesian translation, by
2684                 MSulchan Darmawan
2685
2686 2009-04-03 [paul]       3.7.1cvs38
2687
2688         * AUTHORS
2689         * src/gtk/authors.h
2690                 credit due
2691
2692 2009-04-03 [colin]      3.7.1cvs37
2693
2694         * src/compose.c
2695         * src/textview.c
2696                 Fix bug 1891, 'Add support for gopher:// links'
2697                 Patch by Jacob Head <clawsmail at jacob-head.com>
2698                 Let's go back to the roots! 
2699
2700 2009-04-03 [paul]       3.7.1cvs36
2701
2702         * m4/Makefile.am
2703                 complete cvs35
2704
2705 2009-04-03 [paul]       3.7.1cvs35
2706
2707         * configure.ac
2708                 add AC_CONFIG_MACRO_DIR([m4])
2709                 remove CLAWS_ACLOCAL_INCLUDE(m4)
2710         * m4/aclocal-include.m4
2711                 removed this now unneeded file
2712
2713 2009-04-02 [colin]      3.7.1cvs34
2714
2715         * src/common/utils.h
2716                 Fix previous (thanks to Marcus :)
2717
2718 2009-04-02 [colin]      3.7.1cvs33
2719
2720         * src/common/utils.h
2721         * src/etpan/etpan-thread-manager.c
2722                 pipe() was a macro from GLib on win32 until
2723                 glib 2.13.2. It's undefined after that.
2724                 Thanks to Marcus Brinkmann for the heads-up!
2725
2726 2009-03-31 [colin]      3.7.1cvs32
2727
2728         * src/folder_item_prefs.c
2729                 Copy folder settings with prefs
2730
2731 2009-03-31 [colin]      3.7.1cvs31
2732
2733         * src/prefs_account.c
2734                 Don't use un-sensitive checkboxes in Privacy tab
2735                 when privacy system in None (makes unchecking 
2736                 painful when no privacy plugin is loaded)
2737
2738 2009-03-30 [colin]      3.7.1cvs30
2739
2740         * src/folder.c
2741         * src/folder.h
2742         * src/imap.c
2743         * src/mainwindow.c
2744         * src/mainwindow.h
2745         * src/prefs_account.c
2746         * src/prefs_account.h
2747         * src/summaryview.c
2748         * src/summaryview.h
2749                 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
2750                 Add an option on the Receive page of IMAP account preferences:
2751                 "Move deleted mails to trash and expunge immediately". This
2752                 option defaults to TRUE to avoid changing the existing behaviour.
2753                 Setting it to FALSE prevents automatic expunging. 
2754                 Also, add Tools/Expunge and View/Hide deleted messages menu items
2755                 (View/Hide deleted message being a per-folder setting, and behaving,
2756                 like View/Hide read messages).
2757
2758 2009-03-30 [colin]      3.7.1cvs29
2759
2760         * src/imap.c
2761                 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
2762                 ask for IMAP password when using GSSAPI auth
2763
2764 2009-03-27 [colin]      3.7.1cvs28
2765
2766         * src/folder.c
2767                 Fix cvs14, make sure we mark non-existent caches dirty
2768                 (or they never get written)
2769
2770 2009-03-27 [colin]      3.7.1cvs27
2771
2772         * src/imap.c
2773                 Fix tag update when all tags are removed 
2774                 from another client
2775
2776 2009-03-25 [colin]      3.7.1cvs26
2777
2778         * configure.ac
2779                 Fix configure.ac, thanks to Pawel
2780
2781 2009-03-25 [colin]      3.7.1cvs25
2782
2783         * src/news.c
2784         * src/etpan/nntp-thread.c
2785                 Fix header fetching (NG/To/Cc). Fixes 
2786                 bug 1883, 'Message processing fails to 
2787                 act on Newsgroups: field'
2788
2789 2009-03-23 [colin]      3.7.1cvs24
2790
2791         * src/textview.c
2792                 Fix internal headers visible in queue/sent
2793
2794 2009-03-23 [colin]      3.7.1cvs23
2795
2796         * configure.ac
2797                 Fix check for RC (resource compiler) used
2798                 on win32 (AC_LIBTOOL_RC used to call it 
2799                 implicitely but stopped)
2800
2801 2009-03-19 [colin]      3.7.1cvs22
2802
2803         * src/toolbar.c
2804                 Put spam button in default toolbar even if
2805                 bogofilter and spamassassin are not built.
2806                 Other anti-spam plugin could exist! :)
2807         * src/common/utils.c
2808                 Fix exit status fetch on win32
2809
2810 2009-03-18 [paul]       3.7.1cvs21
2811
2812         * src/gtk/spell_entry.c
2813                 fix "[BUG] Wrong word replaced in 'Subject:'
2814                 when spell-checking correction used"
2815                 Patch by Pawel Pekala
2816
2817 2009-03-17 [colin]      3.7.1cvs20
2818
2819         * src/common/utils.c
2820                 Fix win32 build (from cvs12)
2821
2822 2009-03-17 [colin]      3.7.1cvs19
2823
2824         * src/compose.c
2825                 Fix bug 1735, 'Change To: and Newsgroups: 
2826                 recipient field according account type'
2827                 Patch by Pawel
2828
2829 2009-03-17 [colin]      3.7.1cvs18
2830
2831         * src/msgcache.c
2832         * src/prefs_common.c
2833         * src/prefs_common.h
2834         * src/prefs_other.c
2835         * src/common/prefs.c
2836                 Add preference for fsyncing metadata
2837
2838 2009-03-16 [paul]       3.7.1cvs17
2839
2840         * src/prefs_customheader.c
2841                 add forgotten #if HAVE_LIBCOMPFACE
2842
2843 2009-03-16 [paul]       3.7.1cvs16
2844
2845         * src/prefs_customheader.c
2846                 put the (X-)Face preview image below the up/down
2847                 buttons so they don't jump around.
2848                 make the list reorderable by drag'n'drop
2849
2850 2009-03-16 [colin]      3.7.1cvs15
2851
2852         * src/prefs_customheader.c
2853                 Add a (X-)Face preview. Patch by iwkse.
2854
2855 2009-03-16 [colin]      3.7.1cvs14
2856
2857         * src/compose.c
2858         * src/folder.c
2859         * src/folder.h
2860         * src/msgcache.c
2861         * src/common/prefs.c
2862                 Add fsync calls to make sure we don't
2863                 lose data on system crashes. (to do:
2864                 add a pref to allow people choosing raw
2865                 speed)
2866
2867 2009-03-15 [colin]      3.7.1cvs13
2868
2869         * src/gtk/gtkaspell.c
2870                 Fix empty menu when there are no
2871                 suggestions (using the Spelling menu)
2872
2873 2009-03-14 [colin]      3.7.1cvs12
2874
2875         * src/common/utils.c
2876                 Win32: fix subject prefix length
2877
2878 2009-03-11 [mones]      3.7.1cvs11
2879
2880         * po/es.po
2881                 fix encoding declared in header
2882                 update translation now we're at it
2883
2884 2009-03-10 [colin]      3.7.1cvs10
2885
2886         * src/messageview.c
2887                 Fix "wrong mime" message printed out multiple
2888                 times
2889
2890 2009-03-10 [colin]      3.7.1cvs9
2891
2892         * src/prefs_folder_item.c
2893                 Fix build
2894
2895 2009-03-09 [paul]       3.7.1cvs8
2896
2897         * src/prefs_folder_item.c
2898         * src/send_message.c
2899                 fixes to english text
2900
2901 2009-03-08 [paul]       3.7.1cvs7
2902
2903         * po/ja.po
2904                 correct errors in header
2905
2906 2009-03-08 [paul]       3.7.1cvs6
2907
2908         * AUTHORS
2909         * configure.ac
2910         * po/ja.po
2911         * src/gtk/authors.h
2912         * tools/claws.i18n.status.pl
2913                 add Japanese translation, submitted by kazken3
2914
2915 2009-03-07 [colin]      3.7.1cvs5
2916
2917         * src/messageview.c
2918                 Don't let the invalid MIME warning hide
2919                 other noticeview (Partial receive or 
2920                 return receipt).
2921
2922 2009-03-07 [colin]      3.7.1cvs4
2923
2924         * src/procmime.c
2925                 Fix build
2926
2927 2009-03-07 [colin]      3.7.1cvs3
2928
2929         * src/messageview.c
2930         * src/procmime.c
2931         * src/procmime.h
2932                 Handle mimeparts that lack an end boundary.
2933                 They're invalid but it's too annoying for
2934                 normal users to fix.
2935
2936 2009-03-06 [wwp]        3.7.1cvs2
2937
2938         * src/compose.c
2939         * src/folder_item_prefs.c
2940         * src/folder_item_prefs.h
2941         * src/prefs_folder_item.c
2942                 Add per-folder default cc, bcc and reply-to.
2943
2944 2009-03-06 [colin]      3.7.1cvs1
2945
2946         * src/gedit-print.c
2947         * src/gtk/gtksourceprintjob.c
2948                 Fix build with old print interface
2949
2950 2009-03-06 [paul]       3.7.1
2951
2952         * NEWS
2953         * README
2954         * RELEASE_NOTES 
2955                 3.7.1 released!
2956
2957 2009-03-06 [paul]       3.7.0cvs78
2958
2959         * po/cs.po
2960         * po/de.po
2961         * po/fi.po
2962         * po/fr.po
2963         * po/hu.po
2964         * po/nl.po
2965         * po/pt_BR.po
2966         * po/sv.po
2967         * po/zh_CN.po
2968                 updated by David Vachulka, Stephan Sachse, Flammie
2969                 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
2970                 Frederico Goncalves Guimaraes, Lars Persson Fink,
2971                 and Ralph Young
2972
2973 2009-03-03 [colin]      3.7.0cvs77
2974
2975         * src/prefs_filtering.c
2976                 Win32: Fix bug 1865, 'IMAP account name changes 
2977                 are not followed at filter actions'
2978
2979 2009-03-02 [colin]      3.7.0cvs76
2980
2981         * src/imap.c
2982                 Fix Launchpad bug 335571: 'claws-mail crashed 
2983                 with SIGSEGV in strlen() while deleting 
2984                 large amount of e-mails on IMAP account
2985
2986 2009-02-27 [mones]      3.7.0cvs75
2987
2988         * manual/es/account.xml
2989         * manual/es/ack.xml
2990         * manual/es/addrbook.xml
2991         * manual/es/advanced.xml
2992         * manual/es/claws-mail-manual.xml
2993         * manual/es/faq.xml
2994         * manual/es/glossary.xml
2995         * manual/es/gpl.xml
2996         * manual/es/handling.xml
2997         * manual/es/intro.xml
2998         * manual/es/keyboard.xml
2999         * manual/es/plugins.xml
3000         * manual/es/starting.xml
3001                 Sync with English version, fix some typos
3002                 Changed encoding to UTF-8
3003         * po/es.po
3004                 Update for release, changed encoding to UTF-8
3005
3006 2009-02-24 [colin]      3.7.0cvs74
3007
3008         * src/printing.c
3009                 Don't print separation line if there
3010                 are no headers
3011
3012 2009-02-23 [cleroy]     3.7.0cvs73
3013
3014         * src/account.c
3015         * src/action.c
3016         * src/addr_compl.c
3017         * src/addrbook.c
3018         * src/addrcache.c
3019         * src/addrcindex.c
3020         * src/addrclip.c
3021         * src/addrduplicates.c
3022         * src/addressadd.c
3023         * src/addressbook.c
3024         * src/addressbook_foldersel.c
3025         * src/addrharvest.c
3026         * src/addrindex.c
3027         * src/addritem.c
3028         * src/addrquery.c
3029         * src/addrselect.c
3030         * src/codeconv.c
3031         * src/compose.c
3032         * src/customheader.c
3033         * src/editaddress.c
3034         * src/editaddress_other_attributes_ldap.c
3035         * src/editgroup.c
3036         * src/editldap.c
3037         * src/enriched.c
3038         * src/exporthtml.c
3039         * src/exportldif.c
3040         * src/filtering.c
3041         * src/folder.c
3042         * src/foldersel.c
3043         * src/folderutils.c
3044         * src/folderview.c
3045         * src/gedit-print.c
3046         * src/html.c
3047         * src/imap.c
3048         * src/imap_gtk.c
3049         * src/inc.c
3050         * src/jpilot.c
3051         * src/ldapctrl.c
3052         * src/ldapquery.c
3053         * src/ldapserver.c
3054         * src/ldapupdate.c
3055         * src/ldif.c
3056         * src/localfolder.c
3057         * src/main.c
3058         * src/mainwindow.c
3059         * src/matcher.c
3060         * src/mbox.c
3061         * src/messageview.c
3062         * src/mh.c
3063         * src/mh_gtk.c
3064         * src/mimeview.c
3065         * src/msgcache.c
3066         * src/mutt.c
3067         * src/news.c
3068         * src/news_gtk.c
3069         * src/noticeview.c
3070         * src/pine.c
3071         * src/pop.c
3072         * src/prefs_account.c
3073         * src/prefs_actions.c
3074         * src/prefs_common.c
3075         * src/prefs_filtering.c
3076         * src/prefs_filtering_action.c
3077         * src/prefs_folder_column.c
3078         * src/prefs_folder_item.c
3079         * src/prefs_gtk.c
3080         * src/prefs_matcher.c
3081         * src/prefs_quote.c
3082         * src/prefs_send.c
3083         * src/prefs_summaries.c
3084         * src/prefs_summary_column.c
3085         * src/prefs_template.c
3086         * src/prefs_themes.c
3087         * src/prefs_toolbar.c
3088         * src/printing.c
3089         * src/privacy.c
3090         * src/procheader.c
3091         * src/procmime.c
3092         * src/procmsg.c
3093         * src/quote_fmt.c
3094         * src/remotefolder.c
3095         * src/send_message.c
3096         * src/sourcewindow.c
3097         * src/statusbar.c
3098         * src/stock_pixmap.c
3099         * src/summary_search.c
3100         * src/summaryview.c
3101         * src/textview.c
3102         * src/toolbar.c
3103         * src/undo.c
3104         * src/uri_opener.c
3105         * src/vcard.c
3106         * src/common/base64.c
3107         * src/common/claws.c
3108         * src/common/hooks.c
3109         * src/common/plugin.c
3110         * src/common/prefs.c
3111         * src/common/session.c
3112         * src/common/smtp.c
3113         * src/common/socket.c
3114         * src/common/string_match.c
3115         * src/common/stringtable.c
3116         * src/common/utils.c
3117         * src/common/utils.h
3118         * src/common/xml.c
3119         * src/common/xmlprops.c
3120         * src/gtk/colorlabel.c
3121         * src/gtk/combobox.c
3122         * src/gtk/foldersort.c
3123         * src/gtk/gtkaspell.c
3124         * src/gtk/gtkcmclist.c
3125         * src/gtk/gtkcmctree.c
3126         * src/gtk/gtkcmoptionmenu.c
3127         * src/gtk/gtksctree.c
3128         * src/gtk/gtkshruler.c
3129         * src/gtk/gtksourceprintjob.c
3130         * src/gtk/gtkutils.c
3131         * src/gtk/gtkvscrollbutton.c
3132         * src/gtk/logwindow.c
3133         * src/gtk/menu.c
3134         * src/gtk/pluginwindow.c
3135         * src/gtk/prefswindow.c
3136         * src/gtk/quicksearch.c
3137         * src/gtk/spell_entry.c
3138         * src/plugins/pgpcore/select-keys.c
3139         * src/plugins/pgpinline/pgpinline.c
3140         * src/plugins/pgpmime/pgpmime.c
3141         * src/plugins/smime/smime.c
3142         * src/plugins/spamassassin/spamassassin_gtk.c
3143                 Mass commit changing g_return_* to cm_return_*
3144                 and making these more interesting
3145
3146 2009-02-23 [colin]      3.7.0cvs72
3147
3148         * src/imap.c
3149                 Always initialise error code to no error
3150
3151 2009-02-23 [colin]      3.7.0cvs71
3152
3153         * src/imap.c
3154                 Fix separator substitution
3155
3156 2009-02-23 [colin]      3.7.0cvs70
3157
3158         * src/stock_pixmap.c
3159         * src/gtk/colorlabel.c
3160                 don't use g_return on normal checks
3161
3162 2009-02-22 [colin]      3.7.0cvs69
3163
3164         * src/addressbook.c
3165         * src/procmime.c
3166                 More fixes
3167
3168 2009-02-22 [colin]      3.7.0cvs68
3169
3170         * src/addrduplicates.c
3171         * src/addressbook.c
3172         * src/addrharvest.c
3173         * src/codeconv.c
3174         * src/compose.c
3175         * src/filtering.c
3176         * src/folder.c
3177         * src/imap.c
3178         * src/imap_gtk.c
3179         * src/importldif.c
3180         * src/jpilot.c
3181         * src/mainwindow.c
3182         * src/matcher.c
3183         * src/mbox.c
3184         * src/messageview.c
3185         * src/mh_gtk.c
3186         * src/prefs_common.c
3187         * src/prefs_filtering.c
3188         * src/prefs_gtk.c
3189         * src/printing.c
3190         * src/privacy.c
3191         * src/procmime.c
3192         * src/procmsg.c
3193         * src/summaryview.c
3194         * src/textview.c
3195         * src/undo.c
3196         * src/wizard.c
3197         * src/common/md5.c
3198         * src/common/socket.c
3199         * src/common/template.c
3200         * src/etpan/imap-thread.c
3201         * src/gtk/gtkaspell.c
3202         * src/gtk/gtkcmctree.c
3203         * src/gtk/gtksctree.c
3204         * src/gtk/inputdialog.c
3205         * src/plugins/pgpcore/sgpgme.c
3206         * src/plugins/pgpmime/pgpmime.c
3207         * src/plugins/smime/smime.c
3208         * src/plugins/spamassassin/spamassassin.c
3209                 Fix errors caught by Coverity: NULL checks, leaks, overruns,
3210                 uninitialised accesses
3211
3212 2009-02-17 [colin]      3.7.0cvs67
3213
3214         * src/compose.c
3215                 Disable controls during queuing
3216
3217 2009-02-15 [colin]      3.7.0cvs66
3218
3219         * src/privacy.c
3220         * src/plugins/pgpcore/select-keys.c
3221         * src/plugins/pgpcore/sgpgme.c
3222                 Disable use of disabled keys
3223
3224 2009-02-15 [colin]      3.7.0cvs65
3225
3226         * src/folderview.c
3227         * src/summaryview.c
3228                 Fix font updating after changing 
3229                 prefs_common.derive_from_normal_font
3230
3231 2009-02-12 [paul]       3.7.0cvs64
3232
3233         * src/addressitem.h
3234         * src/export.h
3235         * src/headerview.c
3236         * src/headerview.h
3237         * src/common/version.h.in
3238         * src/gtk/about.h
3239         * src/gtk/menu.c
3240         * src/gtk/menu.h
3241                 more copyright header fixes
3242
3243 2009-02-12 [paul]       3.7.0cvs63
3244
3245         * src/gtk/progressdialog.c
3246         * src/gtk/progressdialog.h
3247                 fix copyright header
3248
3249 2009-02-12 [paul]       3.7.0cvs62
3250
3251         * src/gtk/spell_entry.c
3252         * src/gtk/spell_entry.h
3253                 better, more standard copyright header
3254
3255 2009-02-12 [paul]       3.7.0cvs61
3256
3257         * src/gtk/spell_entry.c
3258         * src/gtk/spell_entry.h
3259                 changes to copyright header
3260
3261 2009-02-12 [paul]       3.7.0cvs60
3262
3263         * src/gtk/spell_entry.c
3264         * src/gtk/spell_entry.h
3265                 fix broken build
3266
3267 2009-02-11 [colin]      3.7.0cvs59
3268
3269         * src/gtk/spell_entry.c
3270         * src/gtk/spell_entry.h
3271                 Forgot to add files
3272
3273 2009-02-11 [colin]      3.7.0cvs58
3274
3275         * src/compose.c
3276         * src/gtk/Makefile.am
3277         * src/gtk/gtkaspell.c
3278         * src/gtk/gtkaspell.h
3279                 Add spellcheck to subject. Patch by
3280                 Pawel.
3281
3282 2009-02-10 [holger]     3.7.0cvs57
3283
3284         * src/printing.c
3285         * src/common/defs.h
3286                 Move filename define for printing page setup cache to defs.h
3287
3288 2009-02-08 [mones]      3.7.0cvs56
3289
3290         * src/matcher.h
3291                 Fix build for bison 2.4.1
3292
3293 2009-02-06 [holger]     3.7.0cvs55
3294
3295         * src/prefs_common.c
3296         * src/prefs_common.h
3297         * src/printing.c
3298                 Fix restoring of custom page setups for printing by
3299                 temporarily caching the settings.
3300                 This is a workaround for Gnome Bug #39018, and fixes
3301                 Claws Mail Bug #1840.
3302
3303 2009-02-06 [colin]      3.7.0cvs54
3304
3305         * src/mainwindow.c
3306                 Fix hardcoded Shift-Q quits. Fixes
3307                 bug 1838, 'Claws-Mail sometimes quits 
3308                 when attempting to type a capital Q'
3309
3310 2009-01-31 [paul]       3.7.0cvs53
3311
3312         * src/compose.c
3313                 revert 3.7.0cvs49, until there is time to find out
3314                 why it causes a nasty crash!
3315
3316 2009-01-31 [paul]       3.7.0cvs52
3317
3318         * src/mainwindow.c
3319                 1 string that was forgotten for translation
3320
3321 2009-01-31 [paul]       3.7.0cvs51
3322
3323         * src/messageview.c
3324                 2 strings that were forgotten for translation
3325
3326 2009-01-31 [paul]       3.7.0cvs50
3327
3328         * src/gtk/prefswindow.c
3329                 build prefs tree in a slightly smarter way -
3330                 fix bug where if path[0] had same name as
3331                 path[1], (like in the de translation), path[1]
3332                 was lost and not shown in the window
3333
3334 2009-01-31 [paul]       3.7.0cvs49
3335
3336         * src/compose.c
3337                 fix bug 1836, 'Quoted text still blue after
3338                 removal of quote-character'
3339                 comment out some debug_print's that needlessly
3340                 slow things down
3341         * src/undo.c
3342                 comment out a debug_print that needlessly slows
3343                 things down
3344
3345 2009-01-31 [paul]       3.7.0cvs48
3346
3347         * src/summaryview.c
3348                 fix bug 1834, '"semi"-selection when collapsing thread'
3349
3350 2009-01-31 [paul]       3.7.0cvs47
3351
3352         * src/prefs_compose_writing.c
3353         * src/prefs_message.c
3354                 move 'quote_chars' pref to where it should be
3355
3356 2009-01-30 [paul]       3.7.0cvs46
3357
3358         * src/summaryview.c
3359                 fix updating of popup menu sensitivity
3360
3361 2009-01-28 [paul]       3.7.0cvs45
3362
3363         * tools/filter_conv_new.pl
3364                 move 'move' and 'delete' to end of @actions
3365                 so that they are always final actions in the
3366                 generated filtering rule
3367
3368 2009-01-27 [paul]       3.7.0cvs44
3369
3370         * src/messageview.c
3371                 always select text/calendar mimepart if suitable
3372                 plugin (i.e. vCalendar) is available
3373
3374 2009-01-27 [paul]       3.7.0cvs43
3375
3376         * src/folder.c
3377                 fix crash when right-clicking in summaryview when
3378                 processing is active
3379
3380 2009-01-22 [colin]      3.7.0cvs42
3381
3382         * src/compose.c
3383         * src/privacy.c
3384         * src/privacy.h
3385                 When replying to signed/encrypted mail and the
3386                 preference to sign/encrypt in this case is set,
3387                 choose the original mail's privacy system (if
3388                 available).
3389
3390 2009-01-21 [colin]      3.7.0cvs41
3391
3392         * src/addressbook.h
3393                 Fix warning (on-the-fly theming of
3394                 addressbook isn't complete yet)
3395
3396 2009-01-21 [colin]      3.7.0cvs40
3397
3398         * src/account.c
3399         * src/addressbook.c
3400                 Win32: Fix window placement
3401
3402 2009-01-21 [paul]       3.7.0cvs39
3403
3404         * src/inc.c
3405                 update timeout log msg
3406
3407 2009-01-17 [colin]      3.7.0cvs38
3408
3409         * src/main.c
3410         * src/mbox.c
3411         * src/common/md5.c
3412         * src/common/utils.c
3413         * src/etpan/imap-thread.c
3414                 Fix g_open calls (which don't ignore mode)
3415
3416 2009-01-17 [colin]      3.7.0cvs37
3417
3418         * src/addressbook.c
3419         * src/compose.c
3420         * src/foldersel.c
3421         * src/main.c
3422         * src/mainwindow.c
3423         * src/mbox.c
3424         * src/common/md5.c
3425         * src/common/ssl_certificate.c
3426         * src/common/tags.c
3427         * src/common/utils.c
3428         * src/etpan/imap-thread.c
3429         * src/plugins/bogofilter/bogofilter.c
3430         * src/plugins/pgpinline/pgpinline.c
3431         * src/plugins/smime/smime.c
3432                 Probably fix bug 1825, 'Unable to fetch messages from 
3433                 IMAP folders named with non-ASCII string'
3434                 Change remaining occurences of fopen and open with
3435                 g_fopen and g_open
3436
3437 2009-01-17 [paul]       3.7.0cvs36
3438
3439         * manual/faq.xml
3440                 update an old, outdated piece of info
3441
3442 2009-01-17 [paul]       3.7.0cvs35
3443
3444         * src/prefs_folder_item.c
3445                 fix bug where saving Folder Properties of a
3446                 sub-folder of outbox, queue, draft or trash
3447                 would change its parent's folder type to normal
3448
3449 2009-01-12 [mones]      3.7.0cvs34
3450
3451         * po/es.po
3452                 Updated translation
3453
3454 2009-01-12 [wwp]        3.7.0cvs33
3455
3456         * tools/fix_date.sh
3457         * tools/popfile-link.sh
3458         * tools/textviewer.sh
3459                 Fix bashisms and other portability glitches (thanks to
3460                 Steven M. Bellovin).
3461
3462 2009-01-11 [paul]       3.7.0cvs32
3463
3464         * src/addrindex.c
3465                 clean up some build warnings
3466
3467 2009-01-11 [colin]      3.7.0cvs31
3468
3469         * src/addrindex.c
3470                 Revert part of patch 3.7.0cvs29 
3471                 This function is used when jpilot
3472                 support is disabled
3473
3474 2009-01-11 [colin]      3.7.0cvs30
3475
3476         * src/folder.c
3477                 folder_find_child_item_by_name():
3478                 actually use name, not path's basename
3479
3480 2009-01-11 [paul]       3.7.0cvs29
3481
3482         * src/addrclip.c
3483         * src/addrindex.c
3484         * src/addritem.c
3485         * src/foldersel.h
3486         * src/folderview.c
3487         * src/prefs_folder_item.c
3488                 clean up some build warnings
3489
3490 2009-01-11 [paul]       3.7.0cvs28
3491
3492         * src/gtk/about.c
3493                 don't even mention printing support, assume its
3494                 presence, unless building with GTK+ < 2.10.0
3495
3496 2009-01-10 [colin]      3.7.0cvs27
3497
3498         * src/codeconv.c
3499                 Fix bug 1811, '[mime] Crash when there's no 
3500                 room for filename's start on the same line'
3501                 When the mimetype of the attachment is very 
3502                 long, there's no room at all to start the 
3503                 name=... parameter on the same line. This
3504                 caused an infinite loop as 0 characters of
3505                 the filename could be appended.
3506                 In such cases, insert linebreak before the
3507                 name parameter.
3508
3509 2009-01-09 [colin]      3.7.0cvs26
3510
3511         * src/compose.c
3512         * src/mainwindow.c
3513         * src/common/utils.c
3514                 Win32: Fix bug 1815, 'Drag-n-Drop of files on 
3515                 Compose Window does not attach'
3516
3517 2009-01-09 [colin]      3.7.0cvs25
3518
3519         * src/foldersel.c
3520                 Fix bug 1817, 'Changing Themes does not 
3521                 update the pixmaps in "Select folder" 
3522                 dialog box'
3523
3524 2009-01-09 [colin]      3.7.0cvs24
3525
3526         * src/main.c
3527                 Win32: Fix bug 1816, 'Attaching files with 
3528                 command-line generates error after attaching'
3529
3530 2009-01-09 [paul]       3.7.0cvs23
3531
3532         * src/gtk/about.c
3533                 forgot this '2009' in last commit
3534
3535 2009-01-09 [paul]       3.7.0cvs22
3536
3537         * src/*/*.[c,h]
3538                 it's 2009!
3539                 update copyright headers
3540
3541 2009-01-09 [paul]       3.7.0cvs21
3542
3543         * doc/man/claws-mail.1
3544                 update Team list
3545
3546 2009-01-09 [colin]      3.7.0cvs20
3547
3548         * src/messageview.c
3549                 Fix bug 1814, 'Windows' WM badly places 
3550                 message view'
3551
3552 2009-01-09 [colin]      3.7.0cvs19
3553
3554         * src/prefs_themes.c
3555         * src/stock_pixmap.c
3556         * src/stock_pixmap.h
3557         * src/common/utils.c
3558         * src/common/utils.h
3559                 Win32: Fix bug 1813, 'Installing Theme Creates Error'
3560
3561 2009-01-08 [colin]      3.7.0cvs18
3562
3563         * src/mimeview.c
3564                 Win32: Fix bug 1810, 'Pressing 'o' key 
3565                 crashes CM'
3566
3567 2009-01-07 [colin]      3.7.0cvs17
3568
3569         * src/html.c
3570                 Fix bug 1432, '&amp; not escaped in links (HTML 
3571                 rendered as text)'
3572
3573 2009-01-06 [colin]      3.7.0cvs16
3574
3575         * src/plugins/pgpcore/select-keys.c
3576                 Warn translators the usual way about
3577                 accels
3578
3579 2009-01-06 [colin]      3.7.0cvs15
3580
3581         * src/mainwindow.c
3582                 Fix synchronisation dialog that shouldn't
3583                 appear when network goes down (Network
3584                 Manager)
3585         * src/mimeview.c
3586         * src/textview.c
3587                 Fix save as when attach_save_dir isn't set
3588                 fixes bug 1804, 'attach_save_directory does 
3589                 not default to $HOME'
3590         * src/plugins/pgpcore/select-keys.c
3591                 Add mnemonics to buttons - warn translators!
3592
3593 2009-01-06 [wwp]        3.7.0cvs14
3594
3595         * src/common/utils.c
3596                 Fix cvs13, thanks to Colin.
3597
3598 2009-01-06 [wwp]        3.7.0cvs13
3599
3600         * src/common/utils.c
3601                 Better support for Spanish Outlook replies (RES).
3602
3603 2009-01-02 [colin]      3.7.0cvs12
3604
3605         * src/folderview.c
3606                 Fix (+) sign after collapsed folder names that 
3607                 have quicksearch-matching children.
3608                 Fixes bug 1506, 'Recursive search in collapsed 
3609                 folders'
3610
3611 2009-01-02 [colin]      3.7.0cvs11
3612
3613         * src/stock_pixmap.c
3614         * src/stock_pixmap.h
3615                 Remove now-unused stock_pixmap_gdk
3616
3617 2009-01-02 [colin]      3.7.0cvs10
3618
3619         * src/gtk/gtkutils.c
3620         * src/pixmaps/claws-mail_icon.xpm
3621                 Use pixbuf for app icon, and make the app icon
3622                 a bit nicer
3623
3624 2009-01-02 [colin]      3.7.0cvs9
3625
3626         * src/uri_opener.c
3627                 Show both link title and URI if possible
3628
3629 2009-01-02 [colin]      3.7.0cvs8
3630
3631         * src/addressadd.c
3632         * src/addressbook.c
3633         * src/addressbook_foldersel.c
3634         * src/addressitem.h
3635         * src/folderview.c
3636         * src/grouplistdialog.c
3637         * src/importldif.c
3638         * src/mimeview.c
3639         * src/summaryview.c
3640         * src/gtk/gtkcmclist.c
3641         * src/gtk/gtkcmclist.h
3642         * src/gtk/gtkcmctree.c
3643         * src/gtk/gtkcmctree.h
3644         * src/gtk/gtksctree.c
3645         * src/gtk/gtksctree.h
3646                 Implement pixbuf rendering in tree widgets
3647                 instead of pixmaps
3648         * src/plugins/trayicon/trayicon.c
3649         * src/noticeview.c
3650         * src/prefs_themes.c
3651                 Use pixbuf rendering here too
3652
3653 2008-12-30 [paul]       3.7.0cvs7
3654
3655         * src/textview.c
3656                 no need to prematurely trim the uri in the statusbar
3657
3658 2008-12-29 [paul]       3.7.0cvs6
3659
3660         * src/procmsg.c
3661                 prefer List-Id header to X-* headers when creating
3662                 filter rule automatically
3663
3664 2008-12-28 [colin]      3.7.0cvs5
3665
3666         * src/compose.c
3667                 Set minimum height to 440 instead of 480
3668
3669 2008-12-22 [colin]      3.7.0cvs4
3670
3671         * src/compose.c
3672                 Fix bug 1799, '"Discard message" deletes manually 
3673                 saved draft'. Switch rmode to REEDIT after 
3674                 manually saving.
3675
3676 2008-12-21 [paul]       3.7.0cvs3
3677
3678         * tools/claws.i18n.status.pl
3679                 updates
3680
3681 2008-12-21 [paul]       3.7.0cvs2
3682
3683         * AUTHORS
3684         * src/gtk/authors.h
3685                 (more) updates
3686
3687 2008-12-21 [paul]       3.7.0cvs1
3688
3689         * AUTHORS
3690         * src/gtk/authors.h
3691                 updates
3692
3693 2008-12-19 [paul]       3.7.0
3694
3695         * NEWS
3696         * README
3697         * RELEASE_NOTES 
3698                 3.7.0 released!
3699
3700 2008-12-19 [paul]       3.6.1cvs80
3701
3702         * configure.ac
3703                 remove unmaintained sk and sr from ALL_LINGUAS
3704                 add newly maintained cs to ALL_LINGUAS
3705         * po/bg.po
3706         * po/ca.po
3707         * po/cs.po
3708         * po/de.po
3709         * po/fi.po
3710         * po/hu.po
3711         * po/nl.po
3712         * po/pt_BR.po
3713         * po/ru.po
3714         * po/sv.po
3715                 updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
3716                 Stephan Sachse, Flammie Pirinen, P�der Rezso, Marcel Pol,
3717                 Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
3718                 Persson Fink
3719
3720 2008-12-16 [colin]      3.6.1cvs79
3721
3722         * src/plugins/pgpcore/sgpgme.c
3723                 Fix warning
3724
3725 2008-12-15 [colin]      3.6.1cvs78
3726
3727         * src/compose.c
3728         * src/privacy.c
3729         * src/privacy.h
3730         * src/plugins/pgpcore/sgpgme.c
3731         * src/plugins/pgpcore/sgpgme.h
3732         * src/plugins/pgpinline/pgpinline.c
3733         * src/plugins/pgpmime/pgpmime.c
3734         * src/plugins/smime/smime.c
3735                 Fix bug 1796, 'PGP/MIME setting: "select key by your 
3736                 email address" doesn't work'. Use custom from address
3737                 if set
3738
3739 2008-12-15 [colin]      3.6.1cvs77
3740
3741         * src/common/utils.c
3742                 Fix bug 1746, 'Makes a mailto link from several 
3743                 paragraphs'
3744
3745 2008-12-15 [paul]       3.6.1cvs76
3746
3747         * m4/spamassassin.m4
3748                 fix warnings thrown up by autoconf-2.63
3749
3750 2008-12-13 [colin]      3.6.1cvs75
3751
3752         * Makefile.am
3753         * src/Makefile.am
3754         * src/common/ssl.c
3755         * src/common/utils.c
3756         * src/common/utils.h
3757         * tools/Makefile.am
3758                 Finish previous patch
3759
3760 2008-12-13 [colin]      3.6.1cvs74
3761
3762         * tools/Makefile.am
3763                 Only install certs on windows
3764
3765 2008-12-13 [colin]      3.6.1cvs73
3766
3767         * tools/Makefile.am
3768         * tools/ca-certificates.crt
3769         * src/common/Makefile.am
3770         * src/common/ssl.c
3771                 First try to ship SSL certificates in Windows
3772                 build
3773
3774 2008-12-12 [colin]      3.6.1cvs72
3775
3776         * configure.ac
3777         * src/plugins/pgpinline/claws.def
3778                 Windows build fixes
3779
3780 2008-12-12 [paul]       3.6.1cvs71
3781
3782         * src/imap.c
3783         * src/mh.c
3784         * src/partial_download.c
3785         * src/textview.c
3786         * src/common/claws.c
3787         * src/common/prefs.c
3788         * src/common/utils.c
3789                 win32: fix unlinking, renaming and bug with
3790                 non-ascii username
3791                 Patch by Colin
3792
3793 2008-12-11 [colin]      3.6.1cvs70
3794
3795         * po/fr.po
3796         * manual/fr/advanced.xml
3797                 Update french translations
3798
3799 2008-12-10 [colin]      3.6.1cvs69
3800
3801         * manual/faq.xml
3802                 Correct bug submission guidelines
3803
3804 2008-12-10 [colin]      3.6.1cvs68
3805
3806         * src/plugins/pgpcore/pgp_viewer.c
3807                 Fix bug 1736, 'Key import does not work'
3808                 Kill the correct pid (and not the parent
3809                 shell), and increase the timeout a bit.
3810
3811 2008-12-09 [paul]       3.6.1cvs67
3812
3813         * src/messageview.c
3814                 ensure that any stray noticeview buttons are hidden,
3815                 as clicking them causes segfaults!
3816
3817 2008-12-09 [colin]      3.6.1cvs66
3818
3819         * src/compose.c
3820         * src/compose.h
3821         * src/folder_item_prefs.h
3822         * src/prefs_common.c
3823         * src/prefs_common.h
3824         * src/common/defs.h
3825                 Fix bug 1792, '"Save Message to" should 
3826                 retain list of recently selected folders'
3827                 Also, make Enchant-related prefs stick
3828                 even if the build doesn't enable enchant
3829
3830 2008-12-09 [paul]       3.6.1cvs65
3831
3832         * src/messageview.c
3833                 fix bug 1787, 'Prevent automatic PGP inline
3834                 decryption attempts' use the noticeview to display
3835                 decryption failure messages instead of the irritating
3836                 popup dialog
3837
3838 2008-12-09 [colin]      3.6.1cvs64
3839
3840         * src/prefs_filtering.c
3841                 Fix bug 1789, 'filtering account selection 
3842                 (regression)'. Filtering on sending-only
3843                 accounts can be a little useful when using
3844                 filtering via Tools menu.
3845
3846 2008-12-07 [paul]       3.6.1cvs63
3847
3848         * src/prefs_actions.c
3849                 don't auto-select first entry (same as other
3850                 similar dialogs)
3851         * src/gtk/pluginwindow.c
3852                 these parents don't have children so don't look
3853                 for them
3854
3855 2008-12-07 [paul]       3.6.1cvs62
3856
3857         * src/prefs_account.c
3858         * src/gtk/pluginwindow.c
3859         * src/gtk/prefswindow.c
3860         * src/gtk/prefswindow.h
3861                 auto-select first page
3862
3863 2008-12-05 [colin]      3.6.1cvs61
3864
3865         * src/codeconv.c
3866         * src/procmime.c
3867                 Fix bug 1788, 'CM crashes re-encoding 
3868                 encoded parameters' (introduced in cvs40)
3869
3870 2008-12-05 [paul]       3.6.1cvs60
3871
3872         * src/prefs_common.h
3873                 remove gpg prefs that are no longer needed here
3874
3875 2008-12-03 [colin]      3.6.1cvs59
3876
3877         * src/msgcache.c
3878                 Speed up cache reading (about 10% gain)
3879         * src/summaryview.c
3880         * src/gtk/gtksctree.c
3881                 Speed up expand/collapse all threads
3882                 (about 95% gain)
3883
3884 2008-12-03 [paul]       3.6.1cvs58
3885
3886         * configure.ac
3887                 eradicate gcc4's signedness warnings
3888                 fix building with gnuTLS on (Open)Solaris
3889
3890 2008-12-01 [colin]      3.6.1cvs57
3891
3892         * src/gtk/gtkcmclist.c
3893                 Fix column headers
3894
3895 2008-12-01 [colin]      3.6.1cvs56
3896
3897         * src/plugins/pgpinline/pgpinline.c
3898                 Fix bug 1779, 'PGP Inline badly handles 
3899                 multipart'. Properly dump the current part
3900                 instead of running around with scissors
3901
3902 2008-11-30 [paul]       3.6.1cvs55
3903
3904         * manual/advanced.xml
3905         * manual/plugins.xml
3906         * src/prefs_toolbar.c
3907                 remove the verb from the page title and
3908                 update references in the manual
3909
3910 2008-11-30 [paul]       3.6.1cvs54
3911
3912         * src/prefs_other.c
3913                 move Other/ page to Other/Miscellaneous
3914         * src/gtk/prefswindow.c
3915                 make parent page unselectable
3916
3917 2008-11-29 [paul]       3.6.1cvs53
3918
3919         * README
3920                 add the new 'primary_paste_unselects' hidden
3921                 option, add missing 'log_[...]_color' options,
3922                 and reformat the text
3923         * manual/advanced.xml
3924                 add the new 'primary_paste_unselects' hidden
3925                 option, add missing 'log_[...]_color' options
3926
3927 2008-11-28 [colin]      3.6.1cvs52
3928
3929         * src/mimeview.c
3930                 Fix leak
3931
3932 2008-11-28 [colin]      3.6.1cvs51
3933
3934         * po/fr.po
3935                 Update translation
3936
3937 2008-11-28 [colin]      3.6.1cvs50
3938
3939         * src/mainwindow.c
3940                 Fix account selection in Mailing list
3941                 menu
3942
3943 2008-11-28 [paul]       3.6.1cvs49
3944
3945         * po/Makefile.in.in
3946                 automatically remove obsolete strings
3947
3948 2008-11-28 [colin]      3.6.1cvs48
3949
3950         * src/plugins/pgpcore/sgpgme.c
3951                 Fix error message when key isn't available.
3952
3953 2008-11-27 [colin]      3.6.1cvs47
3954
3955         * src/filtering.c
3956         * src/matcher.c
3957                 Fix a little leak
3958
3959 2008-11-26 [colin]      3.6.1cvs46
3960
3961         * src/common/ssl.c
3962                 Fix new warning
3963
3964 2008-11-26 [colin]      3.6.1cvs45
3965
3966         * src/plugins/pgpcore/select-keys.c
3967         * src/plugins/pgpcore/sgpgme.c
3968                 Fix bug 1591, 'S/MIME: better key 
3969                 handling/selection dialog'
3970                 Really ignore revoked/expired keys
3971
3972 2008-11-26 [colin]      3.6.1cvs44
3973
3974         * src/main.c
3975         * src/common/claws.c
3976         * src/common/ssl.c
3977                 Make sure libgcrypt's threading is initialised
3978                 before gnutls. See also old bug 1539.
3979
3980 2008-11-26 [colin]      3.6.1cvs43
3981
3982         * src/imap.c
3983         * src/news.c
3984         * src/etpan/imap-thread.c
3985                 Fix possible crashes due to clist_begin()
3986                 not checking for NULLs (it should!)
3987
3988 2008-11-25 [colin]      3.6.1cvs42
3989
3990         * src/procmime.c
3991                 Fix line length in MIME parameters
3992
3993 2008-11-22 [paul]       3.6.1cvs41
3994
3995         * src/compose.c
3996                 grab Return key press in attachments Properties
3997                 dialog
3998
3999 2008-11-21 [colin]      3.6.1cvs40
4000
4001         * src/compose.c
4002         * src/procmime.c
4003                 Fix bug 1776, 'use encoded name parameters 
4004                 for attachments instead of ascii'.
4005                 Break the RFC 2047 by using B-encoded 
4006                 filename parameter, like everyone does,
4007                 following advice from the RFC author.
4008
4009 2008-11-21 [colin]      3.6.1cvs39
4010
4011         * src/common/socket.c
4012                 Rehandshake if server asks to
4013
4014 2008-11-21 [colin]      3.6.1cvs38
4015
4016         * src/mimeview.h
4017         * src/toolbar.h
4018         * src/common/session.h
4019         * src/common/smtp.h
4020                 Move conditional-compilation members to
4021                 end of structs
4022
4023 2008-11-19 [wwp]        3.6.1cvs37
4024
4025         * src/prefs_actions.c
4026                 Fixed wrong behaviour when pressing Escape (was not cancelling
4027                 the action).
4028
4029 2008-11-19 [wwp]        3.6.1cvs36
4030
4031         * src/compose.c
4032         * src/matcher.c
4033         * src/messageview.c
4034         * src/mimeview.c
4035         * src/prefs_actions.c
4036         * src/prefs_filtering_action.c
4037         * src/procmsg.c
4038         * src/summaryview.c
4039         * src/textview.c
4040         * src/common/utils.c
4041                 Replace occurrences of "command line" with "command-line" everywhere.
4042                 Enforce code style (mostly indentation) in prefs_actions.c.
4043
4044 2008-11-19 [colin]      3.6.1cvs35
4045
4046         * src/compose.c
4047         * src/prefs_common.c
4048         * src/prefs_common.h
4049                 Add primary_paste_unselects hidden preference
4050                 to change how middle-click pasting changes
4051                 the selection and insert point; defaults to
4052                 pre-3.6.1cvs31
4053
4054 2008-11-19 [colin]      3.6.1cvs34
4055
4056         * src/folderview.c
4057                 Always give focus to summaryview, even if
4058                 the folder is empty, in small screen layout.
4059                 Allows to go back to folderlist using the
4060                 keyboard.
4061
4062 2008-11-18 [colin]      3.6.1cvs33
4063
4064         * src/mainwindow.h
4065                 Put back conditional at the end of struct
4066
4067 2008-11-18 [colin]      3.6.1cvs32
4068
4069         * src/procmime.c
4070         * src/common/w32_reg.c
4071                 Fix crash on win32 when browsing to a
4072                 directory
4073
4074 2008-11-15 [colin]      3.6.1cvs31
4075
4076         * src/compose.c
4077                 After a mid-click paste, deselect selection
4078                 and go to end of paste.
4079
4080 2008-11-15 [colin]      3.6.1cvs30
4081
4082         * src/compose.c
4083                 Auto-save draft after external editor quits
4084
4085 2008-11-15 [colin]      3.6.1cvs29
4086
4087         * src/plugins/pgpcore/sgpgme.c
4088                 Fix wrong error display, thanks to
4089                 Charles A. Edwards
4090
4091 2008-11-14 [colin]      3.6.1cvs28
4092
4093         * src/prefs_actions.c
4094                 Comment out bogus (IMO) warning
4095
4096 2008-11-14 [colin]      3.6.1cvs27
4097
4098         * src/mainwindow.c
4099         * src/summaryview.c
4100         * src/summaryview.h
4101         * src/gtk/menu.c
4102         * src/gtk/menu.h
4103                 Share summaryview's context menu actions with
4104                 the equivalent menu items of the main menu;
4105                 this allows to share accelerators and de-
4106                 duplicate code.
4107
4108 2008-11-14 [colin]      3.6.1cvs26
4109
4110         * src/plugins/pgpcore/sgpgme.c
4111                 Fix bug 1768, 'claws-mail crashes while 
4112                 checking smime bad signature'
4113
4114 2008-11-13 [colin]      3.6.1cvs25
4115
4116         * src/account.c
4117         * src/filtering.c
4118                 Fix redefinition of PREFSBUFSIZE
4119
4120 2008-11-13 [wwp]        3.6.1cvs24
4121
4122         * tools/popfile-link.sh
4123                 Add support for reusing existing POPFile session ID.
4124
4125 2008-11-12 [colin]      3.6.1cvs23
4126
4127         * src/prefs_gtk.h
4128                 Fix bug 1771, 'Folder template gets 
4129                 truncated when exiting the application'
4130                 Use a 32k buffer for string preferences
4131
4132 2008-11-11 [colin]      3.6.1cvs22
4133
4134         * src/summaryview.c
4135                 Fix "display sender using addressbook" when
4136                 prefs_common.swap_from is in use. Patch by
4137                 H. Merijn Brand
4138
4139 2008-11-11 [colin]      3.6.1cvs21
4140
4141         * src/autofaces.c
4142         * src/common/md5.c
4143         * src/common/md5.h
4144                 Make a few functions static
4145
4146 2008-11-07 [colin]      3.6.1cvs20
4147
4148         * src/mainwindow.c
4149         * src/summaryview.c
4150                 Fix crash when rebuilding colorlabel
4151                 menu
4152         * src/addrgather.c
4153         * src/editldap.c
4154         * src/prefs_account.c
4155         * src/prefs_compose_writing.c
4156         * src/prefs_logging.c
4157         * src/prefs_message.c
4158         * src/prefs_other.c
4159         * src/prefs_receive.c
4160         * src/prefs_summaries.c
4161         * src/prefs_wrapping.c
4162         * src/plugins/bogofilter/bogofilter_gtk.c
4163         * src/plugins/pgpcore/prefs_gpg.c
4164         * src/plugins/spamassassin/spamassassin_gtk.c
4165                 Fix deprecated use of page_size in 
4166                 gtkspinbutton adjustments
4167
4168 2008-11-06 [mones]      3.6.1cvs19
4169
4170         * src/mainwindow.c
4171                 Fix missing "About" in Help menu
4172         * tools/claws.i18n.status.pl
4173                 Fix header
4174
4175 2008-11-05 [colin]      3.6.1cvs18
4176
4177         * src/action.c
4178         * src/main.c
4179         * src/mainwindow.c
4180         * src/common/socket.c
4181         * src/common/socket.h
4182         * src/gtk/gtkutils.c
4183         * src/gtk/gtkutils.h
4184                 w32: Implement single launch (lock
4185                 socket); always put debug log to
4186                 the rc_dir; fix Start menu update
4187                 after registering as default Mail 
4188                 app
4189
4190 2008-11-05 [colin]      3.6.1cvs17
4191
4192         * src/mainwindow.c
4193                 Setting the Mail start menu item in HKCU 
4194                 confuses the Internet Options dialog. Do 
4195                 it in HKLM as this dialog does.
4196
4197 2008-11-04 [colin]      3.6.1cvs16
4198
4199         * src/common/w32_reg.c
4200                 Fix off-by-one
4201
4202 2008-11-04 [colin]      3.6.1cvs15
4203
4204         * src/procmime.c
4205                 w32: Fix getting content-type 
4206         * src/mimeview.c
4207         * src/prefs_common.c
4208         * src/prefs_common.h
4209         * src/prefs_ext_prog.c
4210         * src/textview.c
4211                 w32: better integration (use the
4212                 standard file associations instead
4213                 of our platform-unadapted open
4214                 dialog)
4215         * src/mainwindow.c
4216         * src/common/utils.c
4217         * src/common/w32_reg.c
4218         * src/common/w32lib.h
4219                 w32: better integration (allow 
4220                 setting Claws as default MUA)
4221
4222 2008-11-01 [colin]      3.6.1cvs14
4223
4224         * src/codeconv.c
4225                 Fix wrongly converted non-ascii characters
4226                 when locale's charset is US-ASCII (strict-mode
4227                 was failing in this case)
4228
4229 2008-10-30 [colin]      3.6.1cvs13
4230
4231         * src/mimeview.c
4232         * src/mimeview.h
4233         * src/textview.c
4234         * src/textview.h
4235                 Use one UI Manager per mimeview, instead of
4236                 the global one -- else user_data pointer gets
4237                 broken if opening and closing another message-
4238                 view, then using right-click on a mimeview's 
4239                 mimepart. Probably fixes bug 1711, 'Save-as
4240                 attachment crashes'
4241
4242 2008-10-24 [paul]       3.6.1cvs12
4243
4244         * tools/Makefile.am
4245         * tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template
4246         * tools/kdeservicemenu/install.sh
4247                 another, possibly the final?, attempt on getting this
4248                 sorted for kde4
4249
4250 2008-10-24 [paul]       3.6.1cvs11
4251
4252         * tools/kdeservicemenu/install.sh
4253                 fix servicemenu installation directory on kde4
4254
4255 2008-10-24 [paul]       3.6.1cvs10
4256
4257         * tools/kdeservicemenu/README
4258         * tools/kdeservicemenu/install.sh
4259                 add support for kde4 in addition to kde3.
4260                 a rework involving checking for kde4-config, then
4261                 kde-config, finally prompting the user for the
4262                 location of either if they cannot be found
4263                 
4264
4265 2008-10-18 [paul]       3.6.1cvs9
4266
4267         * tools/claws.i18n.status.pl
4268                 updated with latest translator info.
4269                 only print for languages defined in %langname
4270
4271 2008-10-17 [paul]       3.6.1cvs8
4272
4273         * src/plugins/pgpcore/sgpgme.c
4274                 when listing the uid's, show the uid validity
4275
4276 2008-10-16 [paul]       3.6.1cvs7
4277
4278         * INSTALL
4279                 updated
4280
4281 2008-10-13 [wwp]        3.6.1cvs6
4282
4283         * po/fr.po
4284                 Updated French translation.
4285
4286 2008-10-11 [colin]      3.6.1cvs5
4287
4288         * src/gtk/authors.h
4289                 Fix bug 1756, "Outdated translators list in About 
4290                 dialogue". Patch by Aleksei Miheev.
4291
4292 2008-10-11 [colin]      3.6.1cvs4
4293
4294         * src/account.c
4295         * src/imap.c
4296         * src/inc.c
4297         * src/main.c
4298         * src/mainwindow.c
4299         * src/news.c
4300         * src/pop.c
4301         * src/pop.h
4302         * src/prefs_account.c
4303         * src/send_message.c
4304         * src/send_message.h
4305         * src/ssl_manager.c
4306         * src/ssl_manager.h
4307         * src/wizard.c
4308         * src/common/claws.c
4309         * src/common/defs.h
4310         * src/common/session.c
4311         * src/common/session.h
4312         * src/common/smtp.c
4313         * src/common/smtp.h
4314         * src/common/socket.c
4315         * src/common/socket.h
4316         * src/common/ssl.c
4317         * src/common/ssl.h
4318         * src/common/ssl_certificate.c
4319         * src/common/ssl_certificate.h
4320         * src/gtk/about.c
4321         * src/gtk/sslcertwindow.c
4322         * src/gtk/sslcertwindow.h
4323                 Remove OpenSSL code
4324
4325 2008-10-11 [colin]      3.6.1cvs3
4326
4327         * src/common/ssl_certificate.c
4328                 Make local function static
4329
4330 2008-10-10 [colin]      3.6.1cvs2
4331
4332         * src/common/ssl.h
4333         * src/common/ssl_certificate.c
4334         * src/gtk/sslcertwindow.c
4335                 Add offline certificate verification,
4336                 thanks to Nikos Mavrogiannopoulos for the
4337                 hints
4338
4339 2008-10-10 [colin]      3.6.1cvs1
4340
4341         * src/common/ssl_certificate.c
4342         * src/gtk/sslcertwindow.c
4343                 Fix warnings
4344
4345 2008-10-10 [paul]       3.6.1
4346
4347         * m4/spamassassin.m4
4348                 remove openssl dross
4349
4350         * NEWS
4351         * README
4352         * RELEASE_NOTES 
4353                 3.6.1 released!
4354
4355 2008-10-10 [colin]      3.6.0cvs25
4356
4357         * src/common/ssl.c
4358                 Tell libetpan it doesn't need to init
4359                 GnuTLS
4360
4361 2008-10-10 [colin]      3.6.0cvs24
4362
4363         * claws-mail.pc.in
4364                 Remove references to openssl
4365
4366 2008-10-09 [colin]      3.6.0cvs23
4367
4368         * configure.ac
4369                 Fix message
4370
4371 2008-10-09 [colin]      3.6.0cvs22
4372
4373         * configure.ac
4374                 Error out when building against openssl
4375
4376 2008-10-09 [colin]      3.6.0cvs21
4377
4378         * configure.ac
4379         * COPYING
4380         * src/crash.c
4381         * src/main.c
4382         * src/gtk/about.c
4383                 Disable OpenSSL due to requirement of
4384                 OpenSSL exception. Code not removed yet,
4385                 just in case, but disabled.
4386
4387 2008-10-09 [colin]      3.6.0cvs20
4388
4389         * configure.ac
4390         * src/Makefile.am
4391         * src/crash.c
4392         * src/gedit-print.c
4393         * src/gedit-print.h
4394         * src/main.c
4395         * src/mainwindow.c
4396         * src/messageview.c
4397         * src/prefs_ext_prog.c
4398         * src/prefs_fonts.c
4399         * src/prefs_image_viewer.c
4400         * src/printing.c
4401         * src/printing.h
4402         * src/summaryview.c
4403         * src/gtk/Makefile.am
4404         * src/gtk/about.c
4405         * src/gtk/gtksourceprintjob.c
4406         * src/gtk/gtksourceprintjob.h
4407                 Revert previous patch. It'd be better to remove
4408                 OpenSSL instead, as GnuTLS works as well.
4409
4410 2008-10-09 [colin]      3.6.0cvs19
4411
4412         * configure.ac
4413         * src/Makefile.am
4414         * src/crash.c
4415         * src/gedit-print.c
4416         * src/gedit-print.h
4417         * src/main.c
4418         * src/mainwindow.c
4419         * src/messageview.c
4420         * src/prefs_ext_prog.c
4421         * src/prefs_fonts.c
4422         * src/prefs_image_viewer.c
4423         * src/printing.c
4424         * src/printing.h
4425         * src/summaryview.c
4426         * src/gtk/Makefile.am
4427         * src/gtk/about.c
4428         * src/gtk/gtksourceprintjob.c
4429         * src/gtk/gtksourceprintjob.h
4430                 Remove the libgnomeprint interface (deprecated,
4431                 and fixes Debian's #501570, 'Copyright confusion')
4432
4433 2008-10-09 [colin]      3.6.0cvs18
4434
4435         * configure.ac
4436                 Require libetpan 0.57 (important fixes)
4437
4438 2008-10-08 [paul]       3.6.0cvs17
4439
4440         * src/prefs_filtering_action.c
4441         * src/prefs_matcher.c
4442                 enable re-ordering of the filtering/processing
4443                 condition and actions lists by drag'n'drop
4444
4445 2008-10-08 [colin]      3.6.0cvs16
4446
4447         * src/addressbook.c
4448                 Fix wrong menu title
4449
4450 2008-10-07 [colin]      3.6.0cvs15
4451
4452         * src/imap.c
4453                 After thinking, revert this. It's only a minor
4454                 annoyance to GSSAPI users, and I can't test this
4455                 right now. Postponed until after next good release.
4456
4457 2008-10-07 [colin]      3.6.0cvs14
4458
4459         * src/imap.c
4460                 Don't ask for a password when using GSSAPI
4461
4462 2008-10-07 [colin]      3.6.0cvs13
4463
4464         * src/mainwindow.c
4465                 Fix build with GTK+ < 2.14
4466
4467 2008-10-07 [colin]      3.6.0cvs12
4468
4469         * src/mainwindow.c
4470         * src/mainwindow.h
4471         * src/prefs_common.c
4472         * src/prefs_common.h
4473         * src/summaryview.c
4474         * src/gtk/colorlabel.c
4475                 Fix bug 1749, 'Shortcut keys for color labels 
4476                 not changeable'
4477                 Make fullscreen a setting remembered between
4478                 sessions
4479
4480 2008-10-07 [colin]      3.6.0cvs11
4481
4482         * src/prefs_other.c
4483                 Fix bug 1747, 'Wanderlust keybindings no longer 
4484                 working (regression)'
4485
4486 2008-10-07 [colin]      3.6.0cvs10
4487
4488         * src/mainwindow.c
4489                 Make fullscreen a real menu item
4490
4491 2008-10-07 [colin]      3.6.0cvs9
4492
4493         * src/mainwindow.c
4494                 Make sure we won't save size when
4495                 fullscreening
4496
4497 2008-10-06 [colin]      3.6.0cvs8
4498
4499         * src/mainwindow.c
4500         * src/mainwindow.h
4501                 Handle fullscreen via F11. Patch by
4502                 Michael Rasmussen
4503
4504 2008-10-06 [colin]      3.6.0cvs7
4505
4506         * src/common/ssl.c
4507                 Fix return value when setting client cert
4508
4509 2008-10-04 [colin]      3.6.0cvs6
4510
4511         * src/mimeview.c
4512                 Fix bug 1742, 'Attachment list contents not 
4513                 visible/scrollable'
4514
4515 2008-10-04 [paul]       3.6.0cvs5
4516
4517         * src/mainwindow.c
4518                 fix failure of Hide toolbar option on restart
4519
4520 2008-10-04 [colin]      3.6.0cvs4
4521
4522         * src/addressbook.c
4523         * src/compose.c
4524         * src/mainwindow.c
4525         * src/messageview.c
4526         * src/summaryview.c
4527                 Maemo: Fix bug 1737, Crashes upon opening
4528
4529 2008-10-04 [paul]       3.6.0cvs3
4530
4531         * po/pt_BR.po
4532                 submitted (just a little late) by Frederico
4533                 Goncalves Guimaraes
4534
4535 2008-10-03 [wwp]        3.6.0cvs2
4536
4537         * po/fr.po
4538                 Many fixes, mostly in menus and accelerators.
4539
4540 2008-10-03 [colin]      3.6.0cvs1
4541
4542         * src/gtk/filesel.c
4543                 Allow network mounts with new GTKs: they're
4544                 available via FUSE mounts and we don't need
4545                 GVFS.
4546
4547 2008-10-03 [paul]       3.6.0
4548
4549         * NEWS
4550         * README
4551         * RELEASE_NOTES 
4552                 3.6.0 released!
4553
4554 2008-10-03 [paul]       3.5.0cvs145
4555
4556         * configure.ac
4557         * po/bg.po
4558         * po/nl.po
4559         * po/ru.po
4560         * po/sv.po
4561                 new translations. added by Yasen Pramatarov,
4562                 Marcel Pol, Aleksei Miheev, and Lars Persson Fink
4563         * po/ca.po
4564         * po/de.po
4565         * po/fi.po
4566         * po/fr.po
4567         * po/hu.po
4568         * po/it.po
4569         * po/pl.po
4570         * po/zh_CN.po
4571                 updated translations. submitted by Miquel Oliete,
4572                 Stephan Sachse, Flammie Pirinen, wwp, Pader Rezo,
4573                 Andrea Spadaccini, Emilian Nowak, and Ralph Young
4574
4575 2008-10-02 [colin]      3.5.0cvs144
4576
4577         * src/common/session.c
4578                 Fix crash when connection fails on windows
4579
4580 2008-10-01 [colin]      3.5.0cvs143
4581
4582         * src/imap.c
4583                 Real fix for FS-unsafe chars on win32
4584
4585 2008-10-01 [colin]      3.5.0cvs142
4586
4587         * src/imap.c
4588                 Encode prohibited filenames on win32
4589
4590 2008-09-30 [mones]      3.5.0cvs141
4591
4592         * src/ldapctrl.c
4593         * src/main.c
4594         * src/prefs_themes.c
4595         * src/printing.c
4596                 Fix output of some debug messages
4597
4598 2008-09-30 [colin]      3.5.0cvs140
4599
4600         * src/addrbook.c
4601         * src/addrharvest.c
4602         * src/compose.c
4603         * src/jpilot.c
4604         * src/mh.c
4605         * src/prefs_themes.c
4606         * src/procheader.c
4607         * src/procmime.c
4608         * src/summaryview.c
4609         * src/common/utils.c
4610         * src/gtk/sslcertwindow.c
4611                 Win32: Fix time usage; use g_stat
4612
4613 2008-09-29 [colin]      3.5.0cvs139
4614
4615         * src/common/utils.c
4616                 Fix case-sensitive match of subject
4617                 prefixes on win32
4618
4619 2008-09-29 [colin]      3.5.0cvs138
4620
4621         * src/folder_item_prefs.c
4622         * src/folder_item_prefs.h
4623         * src/matcher.c
4624         * src/prefs_folder_item.c
4625         * src/prefs_matcher.c
4626         * src/summaryview.c
4627         * src/common/string_match.c
4628         * src/common/utils.c
4629                 Fix a huge leak (dozens of megs per folder
4630                 change) on Windows: disable regexps 
4631
4632 2008-09-28 [paul]       3.5.0cvs137
4633
4634         * po/en_GB.po
4635                 updated
4636
4637 2008-09-27 [colin]      3.5.0cvs136
4638
4639         * src/account.c
4640         * src/account.h
4641                 Add accessor for cur_account
4642
4643 2008-09-27 [colin]      3.5.0cvs135
4644
4645         * src/imap.c
4646                 Fix crash when error happen on session establishment
4647
4648 2008-09-26 [mones]      3.5.0cvs134
4649
4650         * po/es.po
4651                 Updated for release
4652
4653 2008-09-26 [colin]      3.5.0cvs133
4654
4655         * src/plugins/pgpcore/claws.def
4656                 Fix symbol
4657
4658 2008-09-26 [colin]      3.5.0cvs132
4659
4660         * src/prefs_common.c
4661         * src/prefs_common.h
4662         * src/plugins/pgpcore/pgp_viewer.c
4663                 Add an accessor to prefs_common for plugins
4664                 (Win32 fix)
4665
4666 2008-09-25 [colin]      3.5.0cvs131
4667
4668         * src/main.c
4669                 Fix bug 1725, 'useless lines in clawsrc'
4670         * src/plugins/smime/mypgpcore.def
4671                 Add a missing symbol
4672
4673 2008-09-25 [paul]       3.5.0cvs130
4674
4675         * src/plugins/smime/mypgpcore.def
4676         * src/plugins/smime/plugin.def
4677         * src/plugins/smime/version.rc
4678                 add these windows-specific files
4679                 (Thanks to Colin)
4680
4681 2008-09-25 [colin]      3.5.0cvs129
4682
4683         * src/main.c
4684                 Load standard plugins only on first run
4685
4686 2008-09-25 [colin]      3.5.0cvs128
4687
4688         * src/codeconv.c
4689                 Fix build...
4690
4691 2008-09-24 [colin]      3.5.0cvs127
4692
4693         * src/codeconv.c
4694                 Add nb_NO's charset (iso-8859-1)
4695
4696 2008-09-24 [colin]      3.5.0cvs126
4697
4698         * src/common/utils.c
4699                 Fix get_mail_base_dir() on windows
4700                 (was synced from main ages ago)
4701
4702 2008-09-24 [colin]      3.5.0cvs125
4703
4704         * src/main.c
4705         * src/wizard.c
4706                 Integrate better with Windows' style
4707
4708 2008-09-23 [paul]       3.5.0cvs124
4709
4710         * src/compose.c
4711         * src/mainwindow.c
4712         * src/messageview.c
4713                 offer these strings to translators too 
4714
4715 2008-09-23 [colin]      3.5.0cvs123
4716
4717         * configure.ac
4718                 Add a --disable-dbus flag in case we want
4719                 no DBUS even if headers are available (like
4720                 for building gpg4win)
4721         * src/filtering.c
4722         * src/mainwindow.c
4723         * src/prefs_logging.c
4724         * src/common/utils.c
4725         * src/plugins/pgpcore/sgpgme.c
4726         * src/plugins/smime/claws.def
4727                 Windows fixes:
4728                 - disable filtering log (it's crashy for
4729                   some reason)
4730                 - fix gmtime_r when time is -1 (before 01/01/70)
4731                 - add symbols for smime
4732
4733 2008-09-22 [colin]      3.5.0cvs122
4734
4735         * src/common/utils.c
4736         * src/account.c
4737                 Remove raw printf
4738         * src/compose.c
4739                 Fix cursor position after changing account
4740         * src/imap.c
4741         * src/mimeview.c
4742         * src/news.c
4743                 Fix absolute path detection 
4744
4745 2008-09-21 [colin]      3.5.0cvs121
4746
4747         * src/gtk/gtkaspell.c
4748                 Don't try to use empty dictionaries
4749
4750 2008-09-20 [colin]      3.5.0cvs120
4751
4752         * po/POTFILES.in
4753                 Add the new files to the translations
4754
4755 2008-09-20 [colin]      3.5.0cvs119
4756
4757         * configure.ac
4758         * src/plugins/Makefile.am
4759         * src/plugins/smime/Makefile.am
4760         * src/plugins/smime/plugin.c
4761         * src/plugins/smime/smime.c
4762         * src/plugins/smime/smime.deps
4763         * src/plugins/smime/smime.h
4764                 Include S/Mime plugin in the main plugins
4765                 Will ease the Gpg4win team's work
4766
4767 2008-09-20 [colin]      3.5.0cvs118
4768
4769         * src/autofaces.c
4770         * src/compose.c
4771         * src/ldapquery.c
4772         * src/main.c
4773         * src/news.c
4774         * src/common/socket.c
4775         * src/gtk/gtkutils.c
4776         * src/plugins/pgpcore/claws.def
4777                 Windows: more fixes, thanks to wwp and
4778                 Marcus Brinkmann
4779
4780 2008-09-20 [colin]      3.5.0cvs117
4781
4782         * src/imap.c
4783                 Tell on which server errors happened
4784
4785 2008-09-20 [colin]      3.5.0cvs116
4786
4787         * src/etpan/etpan-thread-manager.c
4788         * src/etpan/imap-thread.c
4789         * src/etpan/nntp-thread.c
4790                 Windows: Fix hang on IMAP/NNTP
4791
4792 2008-09-20 [colin]      3.5.0cvs115
4793
4794         * src/common/utils.c
4795                 Fix bug 1723, "Buffer overflow crash caused by 
4796                 preview in 'Date format help' dialog box"
4797                 Also, optimise fast_strftime a bit :)
4798
4799 2008-09-18 [colin]      3.5.0cvs114
4800
4801         * src/procmime.c
4802         * src/textview.c
4803                 Check for NULLs before str* functions
4804
4805 2008-09-18 [colin]      3.5.0cvs113
4806
4807         * src/messageview.c
4808         * src/procmime.c
4809         * src/textview.c
4810                 Handle html parts in multipart/related
4811                 Decode ISO-8859-1 as Windows-1252 (the former
4812                 is a subset of the latter) in order to 
4813                 workaround Outlook mails misencoding
4814         * src/gtk/logwindow.c
4815         * src/gtk/logwindow.h
4816                 Clear mainwindow's error pixmap when the
4817                 error scrolls out of the log
4818
4819 2008-09-17 [colin]      3.5.0cvs112
4820
4821         * src/image_viewer.c
4822                 Fix image loading (multiple childs added to 
4823                 scrolledwindow, break of the resize functionality)
4824         * src/account.c
4825         * src/prefs_folder_item.c
4826         * src/prefs_spelling.c
4827         * src/gtk/gtkaspell.c
4828                 Better fix problems with dictionaries updates
4829
4830 2008-09-17 [colin]      3.5.0cvs111
4831
4832         * src/common/utils.c
4833                 Fix double-opening (fixes multiple signatures when
4834                 using signify)
4835
4836 2008-09-16 [colin]      3.5.0cvs110
4837
4838         * src/prefs_account.c
4839         * src/prefs_folder_item.c
4840         * src/prefs_spelling.c
4841         * src/gtk/gtkaspell.c
4842                 Better stripping of aspell dictionaries names
4843
4844 2008-09-16 [colin]
4845
4846         * 3.6.0-rc1 released
4847
4848 2008-09-16 [colin]      3.5.0cvs109
4849
4850         * src/account.c
4851         * src/inc.c
4852         * src/mainwindow.c
4853         * src/prefs_account.h
4854         * src/prefs_other.c
4855         * src/send_message.c
4856         * src/gtk/inputdialog.c
4857                 Don't add a pref to allow remembering passwords
4858                 (Just not checking the checkbox is enough)
4859
4860 2008-09-16 [colin]      3.5.0cvs108
4861
4862         * configure.ac
4863                 Require libetpan 0.56 as 0.55 is crashy
4864         * src/messageview.c
4865                 Fix english
4866         * src/gtk/inputdialog.c
4867         * src/gtk/inputdialog.h
4868                 Fix warnings
4869
4870 2008-09-16 [wwp]        3.5.0cvs107
4871
4872         * src/compose.c
4873                 Complete 3.5.0cvs106 by removing a function that got
4874                 moved to account.[ch].
4875
4876 2008-09-16 [wwp]        3.5.0cvs106
4877
4878         * src/account.c
4879         * src/account.h
4880         * src/compose.c
4881         * src/quote_fmt.c
4882         * src/quote_fmt_lex.l
4883         * src/quote_fmt_parse.y
4884                 Add account signature (path and value string) manipulation
4885                 keywords to the template processor. It's now possible in
4886                 all templates to insert the account signature to an
4887                 arbitrary location or to pass it to a external script for
4888                 further editing.
4889
4890
4891 2008-09-16 [mones]      3.5.0cvs105
4892
4893         * src/imap.c
4894         * src/inc.c
4895         * src/mainwindow.c
4896         * src/mainwindow.h
4897         * src/news.c
4898         * src/prefs_account.h
4899         * src/prefs_common.c
4900         * src/prefs_common.h
4901         * src/prefs_other.c
4902         * src/send_message.c
4903         * src/gtk/inputdialog.c
4904         * src/gtk/inputdialog.h
4905                 Implement session passwords: unsaved passwords for receiving
4906                 or sending of accounts can be remembered while running to 
4907                 avoid repetitive typing.
4908                 As keeping passwords in memory is unsafe a new preference 
4909                 in Other page is added to activate or not such capability.
4910
4911 2008-09-14 [colin]      3.5.0cvs104
4912
4913         * src/codeconv.c
4914         * src/codeconv.h
4915                 Make conv_iconv_strdup static
4916
4917 2008-09-12 [colin]      3.5.0cvs103
4918
4919         * claws-mail.pc.in
4920         * src/Makefile.am
4921         * src/compose.c
4922         * src/compose.h
4923         * src/crash.c
4924         * src/folder_item_prefs.c
4925         * src/folder_item_prefs.h
4926         * src/main.c
4927         * src/prefs_account.c
4928         * src/prefs_common.c
4929         * src/prefs_common.h
4930         * src/prefs_folder_item.c
4931         * src/prefs_spelling.c
4932         * src/prefs_template.c
4933         * src/quote_fmt.h
4934         * src/quote_fmt_parse.y
4935         * src/toolbar.c
4936         * src/toolbar.h
4937         * src/gtk/Makefile.am
4938         * src/gtk/about.c
4939         * src/gtk/filesel.c
4940         * src/gtk/gtkaspell.c
4941         * src/gtk/gtkaspell.h
4942         * src/plugins/bogofilter/Makefile.am
4943         * src/plugins/dillo_viewer/Makefile.am
4944         * src/plugins/spamassassin/Makefile.am
4945         * src/plugins/trayicon/Makefile.am
4946                 Switch spellchecker to Enchant
4947
4948 2008-09-12 [paul]       3.5.0cvs102
4949
4950         * tools/README
4951         * tools/csv2addressbook.pl
4952                 add support for Fox Mail
4953
4954 2008-09-12 [paul]       3.5.0cvs101
4955
4956         * src/compose.c
4957         * src/prefs_wrapping.c
4958                 changes to English
4959
4960 2008-09-12 [paul]       3.5.0cvs100
4961
4962         * configure.ac
4963                 revert cvs99's libenchant commit error
4964
4965 2008-09-12 [colin]      3.5.0cvs99
4966
4967         * src/inc.c
4968                 Only go to inbox if there are new mails
4969                 (and fetch was manual)
4970
4971 2008-09-10 [colin]      3.5.0cvs98
4972
4973         * src/inc.c
4974         * src/summaryview.c
4975         * src/common/session.c
4976                 Use g_timeout_add_seconds instead of g_timeout_add
4977                 on glib >= 2.14 when we don't need precision on the 
4978                 delay. This helps reducing power consumption:
4979                 http://mjg59.livejournal.com/74651.html
4980
4981 2008-09-10 [colin]      3.5.0cvs97
4982
4983         * src/compose.c
4984                 Don't save window size and position when
4985                 compose is hidden (filtering action)
4986
4987 2008-09-09 [colin]      3.5.0cvs96
4988
4989         * src/action.h
4990         * src/addr_compl.c
4991         * src/addressadd.c
4992         * src/addressbook.h
4993         * src/addressbook_foldersel.c
4994         * src/addressitem.h
4995         * src/addrgather.c
4996         * src/alertpanel.c
4997         * src/browseldap.c
4998         * src/editaddress.c
4999         * src/editaddress_other_attributes_ldap.h
5000         * src/editbook.c
5001         * src/editjpilot.c
5002         * src/editldap.c
5003         * src/editldap_basedn.c
5004         * src/editvcard.c
5005         * src/exphtmldlg.c
5006         * src/expldifdlg.c
5007         * src/export.c
5008         * src/foldersel.c
5009         * src/foldersel.h
5010         * src/gedit-print.c
5011         * src/gedit-print.h
5012         * src/grouplistdialog.c
5013         * src/headerview.c
5014         * src/headerview.h
5015         * src/image_viewer.c
5016         * src/import.c
5017         * src/importldif.c
5018         * src/importmutt.c
5019         * src/importpine.c
5020         * src/inc.c
5021         * src/main.c
5022         * src/main.h
5023         * src/messageview.c
5024         * src/messageview.h
5025         * src/noticeview.c
5026         * src/prefs_actions.c
5027         * src/prefs_filtering.c
5028         * src/prefs_folder_column.c
5029         * src/prefs_gtk.h
5030         * src/prefs_summary_column.c
5031         * src/prefs_toolbar.c
5032         * src/send_message.c
5033         * src/setup.c
5034         * src/sourcewindow.c
5035         * src/sourcewindow.h
5036         * src/ssl_manager.c
5037         * src/statusbar.c
5038         * src/statusbar.h
5039         * src/stock_pixmap.c
5040         * src/stock_pixmap.h
5041         * src/summaryview.c
5042         * src/textview.c
5043         * src/textview.h
5044         * src/undo.h
5045         * src/uri_opener.c
5046         * src/wizard.c
5047         * src/wizard.h
5048         * src/common/ssl.h
5049         * src/common/utils.c
5050         * src/gtk/about.c
5051         * src/gtk/colorlabel.c
5052         * src/gtk/colorlabel.h
5053         * src/gtk/combobox.h
5054         * src/gtk/description_window.c
5055         * src/gtk/filesel.c
5056         * src/gtk/gtkaspell.c
5057         * src/gtk/gtkaspell.h
5058         * src/gtk/gtkcmclist.c
5059         * src/gtk/gtkcmclist.h
5060         * src/gtk/gtkcmctree.c
5061         * src/gtk/gtkcmctree.h
5062         * src/gtk/gtkcmoptionmenu.h
5063         * src/gtk/gtksctree.c
5064         * src/gtk/gtksctree.h
5065         * src/gtk/gtkshruler.c
5066         * src/gtk/gtkshruler.h
5067         * src/gtk/gtksourceprintjob.c
5068         * src/gtk/gtksourceprintjob.h
5069         * src/gtk/gtkutils.c
5070         * src/gtk/gtkutils.h
5071         * src/gtk/gtkvscrollbutton.c
5072         * src/gtk/gtkvscrollbutton.h
5073         * src/gtk/icon_legend.c
5074         * src/gtk/inputdialog.c
5075         * src/gtk/logwindow.c
5076         * src/gtk/logwindow.h
5077         * src/gtk/manage_window.c
5078         * src/gtk/manage_window.h
5079         * src/gtk/menu.c
5080         * src/gtk/prefswindow.c
5081         * src/gtk/progressdialog.c
5082         * src/gtk/progressdialog.h
5083         * src/plugins/bogofilter/bogofilter_gtk.c
5084         * src/plugins/pgpcore/passphrase.c
5085         * src/plugins/spamassassin/spamassassin_gtk.c
5086         * src/plugins/trayicon/trayicon.c
5087         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5088         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
5089         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
5090         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
5091         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
5092                 Complete GTK+ 2.14 undeprecation
5093                 (thanks to "J.A. Magallon" <jamagallon@ono.com>)
5094
5095 2008-09-09 [colin]      3.5.0cvs95
5096
5097         * src/gtk/gtkcmclist.h
5098                 Fix build on GTK+ 2.14
5099
5100 2008-09-08 [colin]      3.5.0cvs94
5101
5102         * src/noticeview.c
5103         * src/noticeview.h
5104                 Remove GtkSignalFunc
5105
5106 2008-09-07 [colin]      3.5.0cvs93
5107
5108         * src/addressadd.c
5109         * src/addressbook_foldersel.c
5110         * src/gtk/gtkcmclist.c
5111         * src/gtk/gtkcmclist.h
5112         * src/gtk/gtkcmctree.c
5113         * src/gtk/gtkcmctree.h
5114         * src/gtk/gtksctree.c
5115         * src/gtk/prefswindow.c
5116         * src/gtk/prefswindow.h
5117                 Use GDestroyNotify instead of GtkDestroyNotify
5118                 (deprecated in GTK+ 2.14)
5119
5120 2008-09-07 [colin]      3.5.0cvs92
5121
5122         * src/textview.c
5123                 Fix bug 1712, 'invalid "Phishing attempt warning" 
5124                 when linked text ends with spaces'
5125
5126 2008-09-05 [colin]      3.5.0cvs91
5127
5128         * src/procmime.c
5129                 Maybe fix bug 1711, 'Save-as attachment crashes'
5130                 Possibly wrong free() due to pointer shifting
5131
5132 2008-09-05 [colin]      3.5.0cvs90
5133
5134         * src/compose.c
5135                 Fix bug 1710, 'User misreads "Discard Message" 
5136                 as "Discard Changes"'. Propose to save or discard
5137                 only the latest changes when closing an existing
5138                 draft. Autosave may still have saved parts of the
5139                 edit session.
5140
5141 2008-09-04 [colin]      3.5.0cvs89
5142
5143         * src/summaryview.c
5144                 Fix bug 1707, 'Segfault when sorting on non-visible column'
5145
5146 2008-09-01 [colin]      3.5.0cvs88
5147
5148         * src/imap.c
5149         * src/summaryview.c
5150         * src/common/tags.c
5151         * src/etpan/imap-thread.c
5152         * src/etpan/imap-thread.h
5153                 Store spam flag on IMAP (Junk/NonJunk, as 
5154                 ThunderBird does - this is nonstandard)
5155
5156 2008-08-31 [wwp]        3.5.0cvs87
5157
5158         * ChangeLog
5159                 Fix globish edition^Wediting.
5160
5161 2008-08-31 [wwp]        3.5.0cvs86
5162
5163         * src/addressbook.c
5164                 Don't break nickname editing for non-LDAP books (nickname
5165                 value was overwritten when editing existing contact, this
5166                 came from 3.0.2cvs109).
5167
5168 2008-08-30 [colin]      3.5.0cvs85
5169
5170         * src/mainwindow.c
5171         * src/summaryview.c
5172                 Fix "Apply tags..." key shortcut
5173
5174 2008-08-29 [iwkse]      3.5.0cvs84
5175
5176         * src/summaryview.c
5177                         Bit of clean:)
5178
5179 2008-08-29 [iwkse]      3.5.0cvs83
5180
5181         * src/summaryview.c
5182                         Disable "Move to trash" action if
5183                         we are in a trash-like folder.
5184                         Thanks to colinl
5185
5186 2008-08-29 [paul]       3.5.0cvs82
5187
5188         * configure.ac
5189                 bump up libetpan version requirement since
5190                 0.55 is released now
5191
5192 2008-08-28 [wwp]        3.5.0cvs81
5193
5194         * src/account.c
5195         * src/pop.c
5196         * src/prefs_account.c
5197         * src/prefs_account.h
5198                 Add finer granularity to the POP3's remove-after delay (now in
5199                 hours in addition to in days), patch by Paul Rolland.
5200
5201 2008-08-28 [wwp]        3.5.0cvs80
5202
5203         * src/gtk/combobox.c
5204                 Fix a typo in a comment.
5205
5206 2008-08-28 [iwkse]      3.5.0cvs79
5207
5208         * src/account.c
5209         * src/prefs_actions.c
5210         * src/prefs_filtering.c
5211         * src/prefs_template.c
5212                         Add search feature to the account, 
5213                         template and action dialog.
5214                         It's turned on selecting one row
5215                         of the list and typing some random
5216                         letter. Thanks to wwp, colinl
5217
5218 2008-08-28 [colin]      3.5.0cvs78
5219
5220         * src/Makefile.am
5221         * src/account.c
5222         * src/compose.c
5223         * src/prefs_account.c
5224         * src/prefs_account.h
5225         * src/privacy.c
5226         * src/privacy.h
5227         * src/procmime.c
5228         * src/stock_pixmap.c
5229         * src/stock_pixmap.h
5230         * src/summaryview.c
5231         * src/pixmaps/key_gpg_signed.xpm
5232                 Fix bug 1412, "Sign reply, if mail was signed"
5233                 Add an account preference to sign replies to signed mails
5234
5235 2008-08-28 [iwkse]      3.5.0cvs77
5236
5237         * src/prefs_filtering.c
5238                 Making the search more useful,
5239                 jumping directly to the relative rule.
5240
5241 2008-08-27 [colin]      3.5.0cvs76
5242
5243         * src/main.c
5244                 Add a bit of info
5245
5246 2008-08-27 [colin]      3.5.0cvs75
5247
5248         * src/gtk/gtkcmctree.c
5249                 Fix a few ifdefs
5250
5251 2008-08-26 [colin]      3.5.0cvs74
5252
5253         * src/gtk/gtkcmctree.c
5254                 Fix missing inits on old glib
5255
5256 2008-08-26 [wwp]        3.5.0cvs73
5257
5258         * src/common/utils.c
5259                 Added 'Fwd' to the list of known common subject prefixes.
5260
5261 2008-08-25 [iwkse]      3.5.0cvs72
5262
5263         * src/image_viewer.c
5264                 Add animated gif support to the
5265                 message preview.
5266
5267 2008-08-25 [colin]      3.5.0cvs71
5268
5269         * src/gtk/gtkcmctree.c
5270                 Make sure work isn't null
5271
5272 2008-08-24 [colin]      3.5.0cvs70
5273
5274         * src/common/ssl.c
5275                 Fix typo on SSL_CERT_DIR
5276
5277 2008-08-23 [holger]     3.5.0cvs69
5278
5279         * src/printing.c
5280                 Fix bug 1699 'Separator line mis-placed when
5281                 printing some e-mails'. The number of header lines
5282                 was not correctly calculated when Pango inserts
5283                 linebreaks
5284
5285 2008-08-23 [colin]      3.5.0cvs68
5286
5287         * src/mainwindow.c
5288                 Fix the account selector button; thanks
5289                 to wwp
5290
5291 2008-08-21 [colin]      3.5.0cvs67
5292
5293         * src/compose.c
5294         * src/compose.h
5295                 Add a compose preference for auto-indent
5296         * src/mainwindow.c
5297         * src/summaryview.c
5298                 Make colorlabel accels a bit less hacky
5299
5300 2008-08-21 [colin]      3.5.0cvs66
5301
5302         * src/compose.c
5303         * src/prefs_common.c
5304         * src/prefs_common.h
5305         * src/prefs_wrapping.c
5306                 Add a preference for autoindent; fix no_join tag
5307                 being applied to whole lines instead of just \n when
5308                 creating a line 
5309
5310 2008-08-21 [colin]      3.5.0cvs65
5311
5312         * src/compose.c
5313                 Add support for auto-indentation
5314
5315 2008-08-19 [colin]      3.5.0cvs64
5316
5317         * src/compose.c
5318                 Save Autowrap status in drafts/queued mails
5319
5320 2008-08-19 [colin]      3.5.0cvs63
5321
5322         * src/mainwindow.c
5323                 Fix a comment (in reality, test commit on
5324                 the new CVS server)
5325
5326 2008-08-17 [colin]      3.5.0cvs62
5327
5328         * src/prefs_actions.c
5329         * src/procmime.c
5330         * src/wizard.c
5331         * src/common/socket.h
5332         * src/gtk/gtkcmctree.c
5333                 Fix warnings
5334
5335 2008-08-16 [colin]      3.5.0cvs61
5336
5337         * src/editaddress_other_attributes_ldap.h
5338                 Add 'l' field (localityName)
5339
5340 2008-08-16 [colin]      3.5.0cvs60
5341
5342         * src/mainwindow.c
5343         * src/gtk/gtkcmclist.c
5344         * src/gtk/gtkcmclist.h
5345         * src/gtk/gtkcmctree.c
5346         * src/gtk/gtksctree.c
5347         * src/gtk/gtkutils.c
5348         * src/gtk/gtkvscrollbutton.c
5349                 Fix Maemo build (OS2007)
5350
5351 2008-08-14 [colin]      3.5.0cvs59
5352
5353         * src/folder.c
5354                 Don't crash if parent is null when creating
5355                 a folder
5356         * src/gtk/pluginwindow.c
5357                 Don't crash on race when closing window while
5358                 a plugin is loading and does gtk_iterations
5359
5360 2008-08-13 [colin]      3.5.0cvs58
5361
5362         * src/messageview.c
5363         * src/messageview.h
5364         * src/mimeview.c
5365                 Fix bug 1696, 'Viewing binary attachements 
5366                 as text over 1 MB' (various buglets)
5367
5368 2008-08-10 [colin]      3.5.0cvs57
5369
5370         * src/summaryview.c
5371         * src/gtk/gtkcmclist.c
5372                 Continue fixing GTK < 2.12 build, thanks to
5373                 Michael Hugues
5374
5375 2008-08-10 [colin]      3.5.0cvs56
5376
5377         * src/gtk/gtksctree.c
5378                 Fix build on GTK < 2.12
5379
5380 2008-08-09 [colin]      3.5.0cvs55
5381
5382         * src/mainwindow.c
5383                 Fix untranslatable strings, thanks to
5384                 Stephan Sachse
5385
5386 2008-08-07 [colin]      3.5.0cvs54
5387
5388         * src/compose.c
5389         * src/editaddress.c
5390         * src/folderview.c
5391         * src/mainwindow.c
5392         * src/message_search.c
5393         * src/mimeview.c
5394         * src/noticeview.c
5395         * src/prefs_account.c
5396         * src/prefs_common.c
5397         * src/prefs_customheader.c
5398         * src/prefs_ext_prog.c
5399         * src/prefs_filtering_action.c
5400         * src/prefs_gtk.c
5401         * src/prefs_logging.c
5402         * src/prefs_matcher.c
5403         * src/prefs_msg_colors.c
5404         * src/procmime.c
5405         * src/summary_search.c
5406         * src/summaryview.c
5407         * src/toolbar.c
5408         * src/gtk/colorsel.c
5409         * src/gtk/gtkaspell.c
5410         * src/gtk/gtkutils.c
5411         * src/gtk/gtkutils.h
5412         * src/gtk/inputdialog.c
5413         * src/gtk/pluginwindow.c
5414         * src/gtk/quicksearch.c
5415         * src/plugins/bogofilter/bogofilter_gtk.c
5416         * src/plugins/dillo_viewer/dillo_prefs.c
5417         * src/plugins/spamassassin/spamassassin_gtk.c
5418                 - Fix Ctrl-Space shortcut
5419                 - Fix mime-parsing bug in procmime (cvs52)
5420                 - Fix double-free in procmime (cvs52)
5421                 - Use gtk_bin_get_child instead of GTK_BIN()->child
5422                 - Fix Goto menu in mainwindow
5423
5424 2008-08-07 [mones]      3.5.0cvs53
5425
5426         * po/es.po
5427                 Updated translation (lots of changes!)
5428         * src/compose.c
5429                 Add missing accelerator key
5430         * src/mainwindow.c
5431                 Restored 'v' key function (thanks Colin!)
5432
5433 2008-08-06 [colin]      3.5.0cvs52
5434
5435         * src/addrbook.c
5436         * src/addrcindex.c
5437         * src/addrduplicates.c
5438         * src/addrharvest.c
5439         * src/enriched.c
5440         * src/html.c
5441         * src/ldif.c
5442         * src/mimeview.c
5443         * src/mutt.c
5444         * src/pine.c
5445         * src/procmime.c
5446         * src/vcard.c
5447         * src/wizard.c
5448                 Fix my use of g_utf8_strdown (it returns
5449                 a newly allocated string and doesn't
5450                 change the parameter)
5451
5452 2008-08-06 [colin]      3.5.0cvs51
5453
5454         * src/compose.c
5455                 Fix bug 1690, 'Copy/Paste in edit window may 
5456                 break Undo'; middle-click pastes aren't 
5457                 REPLACE_INSERT but just INSERT. 
5458                 Also, fix privacy menu selection
5459
5460 2008-08-05 [colin]      3.5.0cvs50
5461
5462         * src/action.c
5463         * src/addr_compl.c
5464         * src/addrbook.c
5465         * src/addrcindex.c
5466         * src/addrduplicates.c
5467         * src/addrharvest.c
5468         * src/enriched.c
5469         * src/html.c
5470         * src/ldif.c
5471         * src/main.c
5472         * src/mimeview.c
5473         * src/mutt.c
5474         * src/pine.c
5475         * src/procmime.c
5476         * src/vcard.c
5477         * src/wizard.c
5478         * src/common/socket.c
5479         * src/gtk/gtkutils.c
5480         * src/gtk/gtkutils.h
5481         * src/gtk/menu.c
5482         * src/plugins/spamassassin/spamassassin.c
5483                 More undeprecation (Glib)
5484
5485 2008-08-05 [colin]      3.5.0cvs49
5486
5487         * src/prefs_account.c
5488         * src/prefs_filtering_action.c
5489         * src/prefs_matcher.c
5490         * src/gtk/Makefile.am
5491         * src/gtk/claws-marshal.list
5492         * src/gtk/colorlabel.c
5493         * src/gtk/colorsel.c
5494         * src/gtk/foldersort.c
5495         * src/gtk/gtkaspell.c
5496         * src/gtk/gtkcmclist.c
5497         * src/gtk/gtkcmclist.h
5498         * src/gtk/gtkcmctree.c
5499         * src/gtk/gtkcmctree.h
5500         * src/gtk/gtkcmoptionmenu.c
5501         * src/gtk/gtkcmoptionmenu.h
5502         * src/gtk/gtksctree.c
5503         * src/gtk/gtksctree.h
5504         * src/gtk/gtkutils.c
5505         * src/gtk/gtkutils.h
5506         * src/gtk/gtkvscrollbutton.c
5507         * src/gtk/menu.c
5508         * src/gtk/menu.h
5509         * src/gtk/quicksearch.c
5510         * src/plugins/dillo_viewer/dillo_viewer.c
5511         * src/plugins/pgpcore/select-keys.c
5512                 Try to finish yesterday's commit
5513
5514 2008-08-04 [colin]      3.5.0cvs48
5515
5516         * src/addressadd.c
5517         * src/addressbook.c
5518         * src/addressbook_foldersel.c
5519         * src/addressitem.h
5520         * src/addrgather.c
5521         * src/browseldap.c
5522         * src/compose.c
5523         * src/compose.h
5524         * src/editaddress.c
5525         * src/editaddress_other_attributes_ldap.c
5526         * src/editgroup.c
5527         * src/editldap_basedn.c
5528         * src/folderview.c
5529         * src/folderview.h
5530         * src/grouplistdialog.c
5531         * src/image_viewer.c
5532         * src/imap_gtk.c
5533         * src/importldif.c
5534         * src/main.c
5535         * src/mainwindow.c
5536         * src/message_search.c
5537         * src/mh_gtk.c
5538         * src/mimeview.c
5539         * src/mimeview.h
5540         * src/news_gtk.c
5541         * src/noticeview.h
5542         * src/prefs_account.c
5543         * src/prefs_filtering_action.c
5544         * src/prefs_matcher.c
5545         * src/prefs_msg_colors.c
5546         * src/prefs_summaries.c
5547         * src/statusbar.c
5548         * src/stock_pixmap.c
5549         * src/summary_search.c
5550         * src/summaryview.c
5551         * src/summaryview.h
5552         * src/textview.c
5553         * src/toolbar.h
5554         * src/gtk/Makefile.am
5555         * src/gtk/claws-marshal.list
5556         * src/gtk/colorsel.c
5557         * src/gtk/foldersort.c
5558         * src/gtk/gtkaspell.c
5559         * src/gtk/gtkcmclist.c
5560         * src/gtk/gtkcmclist.h
5561         * src/gtk/gtkcmctree.c
5562         * src/gtk/gtkcmctree.h
5563         * src/gtk/gtksctree.c
5564         * src/gtk/gtksctree.h
5565         * src/gtk/gtkutils.c
5566         * src/gtk/gtkutils.h
5567         * src/gtk/gtkvscrollbutton.c
5568         * src/gtk/menu.c
5569         * src/gtk/menu.h
5570         * src/gtk/quicksearch.c
5571         * src/plugins/dillo_viewer/dillo_viewer.c
5572         * src/plugins/pgpcore/select-keys.c
5573                 Include GtkCList/GtkCTree locally (renamed GTKCMCList/CTree)
5574                 Undeprecate their implementation (GtkArg, GtkType, ...)
5575                 Undeprecate a few other things here and there
5576                 Add -DGTK_DISABLE_DEPRECATED to CFLAGS in maintainer mode
5577                 Add #undef GTK_DISABLE_DEPRECATED in the files where we
5578                 still have work to do
5579
5580 2008-08-04 [colin]      3.5.0cvs47
5581
5582         * src/compose.c
5583         * src/compose.h
5584         * src/toolbar.h
5585         * src/textview.c
5586         * src/stock_pixmap.c
5587         * src/statusbar.c
5588         * src/noticeview.h
5589         * src/mimeview.h
5590         * src/mainwindow.c
5591         * src/image_viewer.c
5592         * src/gtk/gtkaspell.c
5593         * src/gtk/gtkvscrollbutton.c
5594         * src/plugins/dillo_viewer/dillo_viewer.c
5595                 Undeprecate more things
5596
5597 2008-08-02 [colin]      3.5.0cvs46
5598
5599         * src/mainwindow.c
5600                 Fix toggle menu activation state
5601                 (thanks to cvs45 ;)
5602
5603 2008-08-02 [paul]       3.5.0cvs45
5604
5605         * src/mainwindow.c
5606                 fix sensitivity of
5607                 /View/Show or hide/Message View
5608
5609 2008-08-01 [paul]       3.5.0cvs44
5610
5611         * src/common/utils.c
5612         * src/plugins/pgpcore/claws.def
5613         * src/plugins/pgpinline/claws.def
5614                 fix compilation problems on mingw32,
5615                 (bug 1688) Patch by Marcus Brinkmann
5616
5617 2008-08-01 [colin]      3.5.0cvs43
5618
5619         * src/gtk/gtkutils.c
5620         * src/gtk/gtkvscrollbutton.c
5621                 Oups, fix build
5622
5623 2008-08-01 [colin]      3.5.0cvs42
5624
5625         * src/compose.c
5626         * src/foldersel.c
5627         * src/mainwindow.c
5628         * src/prefs_account.c
5629         * src/prefs_folder_item.c
5630         * src/prefs_quote.c
5631         * src/summaryview.c
5632         * src/gtk/gtkaspell.c
5633         * src/gtk/gtkutils.c
5634         * src/gtk/gtkvscrollbutton.c
5635                 Replace a few deprecated function calls
5636
5637 2008-08-01 [paul]       3.5.0cvs41
5638
5639         * src/action.c
5640                 fix crash that occurs because of recent GtkUIManager
5641                 changes. Thanks to Colin
5642
5643 2008-07-31 [colin]      3.5.0cvs40
5644
5645         * src/addressbook.c
5646         * src/compose.c
5647         * src/mainwindow.c
5648         * src/messageview.c
5649                 Some Maemo fixes
5650         * src/gtk/menu.c
5651         * src/gtk/menu.h
5652                 Remove deprecated helper funcs
5653
5654 2008-07-30 [colin]      3.5.0cvs39
5655
5656         * src/folderview.c
5657         * src/folderview.h
5658         * src/imap_gtk.c
5659         * src/mh_gtk.c
5660         * src/news_gtk.c
5661                 Move the folderview popup menu to GtkUIManager
5662
5663 2008-07-29 [colin]      3.5.0cvs38
5664
5665         * src/account.c
5666         * src/account.h
5667         * src/action.c
5668         * src/action.h
5669         * src/addressitem.h
5670         * src/compose.c
5671         * src/edittags.c
5672         * src/mainwindow.c
5673         * src/mainwindow.h
5674         * src/mimeview.c
5675         * src/summaryview.c
5676         * src/gtk/menu.c
5677         * src/gtk/menu.h
5678                 Switch the main menu to GtkUIManager
5679                 Warning fixes
5680
5681 2008-07-29 [colin]      3.5.0cvs37
5682
5683         * src/news.c
5684                 Fix bug 1684, 'view news messages with large 
5685                 attachements segfaults'
5686
5687 2008-07-29 [colin]      3.5.0cvs36
5688
5689         * src/action.c
5690         * src/action.h
5691         * src/addressbook.c
5692         * src/addressitem.h
5693         * src/compose.c
5694         * src/compose.h
5695         * src/messageview.c
5696         * src/messageview.h
5697         * src/summaryview.c
5698         * src/gtk/menu.c
5699         * src/gtk/menu.h
5700                 More switches to GtkUIManager
5701
5702 2008-07-26 [colin]      3.5.0cvs35
5703
5704         * src/gtk/menu.c
5705         * src/gtk/menu.h
5706                 Fix prototype
5707
5708 2008-07-25 [colin]      3.5.0cvs34
5709
5710         * src/addrcustomattr.c
5711         * src/addressbook.c
5712         * src/compose.c
5713         * src/editaddress.c
5714         * src/editaddress_other_attributes_ldap.h
5715         * src/edittags.c
5716         * src/mainwindow.c
5717         * src/mimeview.c
5718         * src/prefs_actions.c
5719         * src/prefs_filtering.c
5720         * src/prefs_template.c
5721         * src/summaryview.c
5722         * src/textview.c
5723         * src/textview.h
5724         * src/toolbar.c
5725         * src/gtk/about.c
5726         * src/gtk/menu.c
5727         * src/gtk/menu.h
5728         * src/plugins/trayicon/trayicon.c
5729                 More changes from GtkItemFactory to GtkUIManager
5730
5731 2008-07-25 [colin]      3.5.0cvs33
5732
5733         * src/gtk/menu.h
5734                 Add a macro to remove menu items
5735                 Make the gui_manager variable useless
5736
5737 2008-07-24 [colin]      3.5.0cvs32
5738
5739         * src/mimeview.c
5740                 Fix a gtk warning on clear
5741         * src/mainwindow.c
5742         * src/summaryview.c
5743         * src/summaryview.h
5744                 Switch the message list popup menu to
5745                 GtkUIManager
5746
5747 2008-07-23 [colin]      3.5.0cvs31
5748
5749         * src/plugins/pgpcore/pgp_viewer.c
5750         * src/plugins/pgpcore/sgpgme.c
5751                 Fix bug 1681, 'GnuPG Plugin does not compile on solaris'
5752                 Patch by Thomas Wiegner <wiegner@gmx.de>
5753
5754 2008-07-20 [paul]       3.5.0cvs30
5755
5756         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5757                 remove redundant GTK version check
5758
5759 2008-07-20 [ticho]      3.5.0cvs29
5760
5761         * src/folderview.c
5762         * src/imap_gtk.c
5763         * src/news_gtk.c
5764                 Moved sensitivity setting for "Download messages" for IMAP and
5765                 news folders from folderview.c to imap_gtk.c and news_gtk.c
5766                 respectively for better code readability.
5767                 Fixed indentation in news' set_sensitivity().
5768
5769 2008-07-20 [paul]       3.5.0cvs28
5770
5771         * src/addrgather.c
5772                 remove more redundant code following cvs27
5773
5774 2008-07-20 [paul]       3.5.0cvs27
5775
5776         * src/addrgather.c
5777                 remove now redundant code
5778         * src/mainwindow.c
5779         * src/mainwindow.h
5780                 fix bug 1673, 'Tools/Harvest adresses is
5781                 grayed out if folder is empty'
5782
5783 2008-07-19 [ticho]      3.5.0cvs26
5784
5785         * src/edittags.c
5786         * src/main.c
5787         * src/mimeview.c
5788         * src/mimeview.h
5789         * src/gtk/gtkutils.c
5790         * src/gtk/gtkutils.h
5791         * src/gtk/menu.c
5792         * src/gtk/menu.h
5793                 Use GtkUIManager for mimeview and tag edit dialog popup menus,
5794                 instead of deprecated GtkItemFactory.
5795
5796 2008-07-19 [colin]      3.5.0cvs25
5797
5798         * src/account.c
5799         * src/addrgather.c
5800         * src/compose.c
5801         * src/editldap.c
5802         * src/expldifdlg.c
5803         * src/importldif.c
5804         * src/main.c
5805         * src/mainwindow.c
5806         * src/mimeview.c
5807         * src/noticeview.c
5808         * src/prefs_account.c
5809         * src/prefs_actions.c
5810         * src/prefs_ext_prog.c
5811         * src/prefs_filtering.c
5812         * src/prefs_folder_item.c
5813         * src/prefs_image_viewer.c
5814         * src/prefs_logging.c
5815         * src/prefs_msg_colors.c
5816         * src/prefs_other.c
5817         * src/prefs_send.c
5818         * src/prefs_spelling.c
5819         * src/prefs_summaries.c
5820         * src/prefs_template.c
5821         * src/printing.c
5822         * src/quote_fmt.c
5823         * src/summary_search.c
5824         * src/summaryview.c
5825         * src/toolbar.c
5826         * src/wizard.c
5827         * src/common/Makefile.am
5828         * src/gtk/gtksctree.c
5829         * src/gtk/gtkutils.h
5830         * src/gtk/pluginwindow.c
5831         * src/gtk/quicksearch.c
5832         * src/plugins/bogofilter/bogofilter_gtk.c
5833         * src/plugins/dillo_viewer/dillo_prefs.c
5834         * src/plugins/pgpcore/prefs_gpg.c
5835         * src/plugins/spamassassin/spamassassin_gtk.c
5836         * src/plugins/trayicon/trayicon.c
5837         * src/plugins/trayicon/trayicon_prefs.c
5838                 Use the shiny new GTK tooltips API when possible (GTK+ 2.12 
5839                 or greater). Use the old deprecated one on GTK+ < 2.12.
5840                 Easy! Straightforward! I'm not annoyed at all! It's not a loss
5841                 of time!
5842
5843 2008-07-16 [colin]      3.5.0cvs24
5844
5845         * src/mainwindow.c
5846                 Fix folderview's scrolbar when starting minimised
5847                 to tray, and popping up the mainwindow by calling
5848                 claws-mail from the command line
5849
5850 2008-07-08 [colin]      3.5.0cvs23
5851
5852         * src/compose.c
5853                 Possibly fix po-headers appearing on empty
5854                 templates
5855
5856 2008-07-08 [colin]      3.5.0cvs22
5857
5858         * src/folderview.c
5859         * src/summaryview.c
5860                 Finish the always_open tristate patch, by Jonathan
5861                 Corbet.
5862
5863 2008-07-07 [paul]       3.5.0cvs21
5864
5865         * src/mainwindow.c
5866                 fix typo (missing ")
5867
5868 2008-07-07 [paul]       3.5.0cvs20
5869
5870         * src/mainwindow.c
5871                 fit the menu style a bit better
5872
5873 2008-07-07 [colin]      3.5.0cvs19
5874
5875         * src/prefs_themes.c
5876                 Make upgrading themes easier
5877
5878 2008-07-07 [colin]      3.5.0cvs18
5879
5880         * src/mainwindow.c
5881         * src/prefs_toolbar.c
5882         * src/stock_pixmap.c
5883                 Finish fixing bug 1609, 'Icon issues'
5884
5885 2008-07-07 [colin]      3.5.0cvs17
5886
5887         * src/prefs_common.c
5888                 Fix the default value
5889
5890 2008-07-07 [colin]      3.5.0cvs16
5891
5892         * src/prefs_summaries.c
5893                 Revert my fix to the string, the correct term
5894                 is indeed Message View
5895
5896 2008-07-07 [colin]      3.5.0cvs15
5897
5898         * AUTHORS
5899         * src/gtk/authors.h
5900         * src/prefs_common.c
5901         * src/prefs_common.h
5902         * src/prefs_summaries.c
5903         * src/summaryview.c
5904         * src/gtk/authors.h
5905                 Change "Always open message when selected" to
5906                 a tristate (Never/Always/When preview is visible)
5907                 Patch by Jonathan Corbet <corbet@lwn.net>.
5908
5909 2008-07-06 [paul]       3.5.0cvs14
5910
5911         * src/addrgather.c
5912                 improve the layout of the dialogue
5913                 improve the English
5914                 add tooltips
5915                 fix some of the nasty coding style
5916         * src/mainwindow.c
5917                 improve the English
5918                 add some missing mnemonics
5919
5920 2008-07-05 [paul]       3.5.0cvs13
5921
5922         * src/mainwindow.c
5923         * src/mainwindow.h
5924                 fix bug 1398, '"Change current account" is
5925                 available even when there's only one account'
5926         * src/plugins/pgpcore/prefs_gpg.c
5927                 put back a needed include, removed in error
5928
5929 2008-07-05 [colin]      3.5.0cvs12
5930
5931         * src/mainwindow.c
5932                 MAEMO: Fix bug 1620, 'Can't use hardware zoom buttons'
5933
5934 2008-07-05 [colin]      3.5.0cvs11
5935
5936         * src/news.c
5937         * src/news_gtk.c
5938                 Provide ability to rename newsgroups. Closes
5939                 bug 1444, 'Add GUI option for renaming 
5940                 newsgroups'. Patch by Pawel Pekala
5941
5942 2008-07-05 [colin]      3.5.0cvs10
5943
5944         * src/plugins/pgpcore/passphrase.c
5945         * src/plugins/pgpcore/prefs_gpg.c
5946         * src/plugins/pgpcore/select-keys.c
5947                 Simplify GTK includes (with the advantage
5948                 of compiling against GTK+2.13); patch by
5949                 Charles A Edwards
5950
5951 2008-07-05 [colin]      3.5.0cvs9
5952
5953         * src/wizard.c
5954                 Add SSL client certificates
5955
5956 2008-07-05 [colin]      3.5.0cvs8
5957
5958         * src/prefs_account.c
5959         * src/common/session.h
5960                 Fix warnings
5961         * src/common/ssl.c
5962                 Add one path for certs
5963
5964 2008-07-05 [colin]      3.5.0cvs7
5965
5966         * src/prefs_account.c
5967                 Fix no-ssl build
5968
5969 2008-07-04 [colin]      3.5.0cvs6
5970
5971         * src/common/ssl.c
5972         * src/common/ssl.h
5973         * src/common/ssl_certificate.c
5974                 Workaround distro bugs and fix certificate checking
5975                 with OpenSSL
5976
5977 2008-07-04 [colin]      3.5.0cvs5
5978
5979         * src/filtering.c
5980         * src/common/ssl_certificate.c
5981         * src/common/ssl_certificate.h
5982         * src/etpan/imap-thread.c
5983         * src/etpan/nntp-thread.c
5984                 Fix some leaks, thanks to Martin Zwickel
5985                 Rename gnutls functions that do the same
5986                 as OpenSSL ones, to avoid symbol clashing
5987                 when Claws is built against GnuTLS and
5988                 libetpan against OpenSSL
5989
5990 2008-07-04 [paul]       3.5.0cvs4
5991
5992         * src/prefs_account.c
5993                 remove 1 forgotten '.'
5994
5995 2008-07-04 [paul]       3.5.0cvs3
5996
5997         * src/prefs_account.c
5998                 layout/engrish fixes to the 'Client
5999                 certificates' frame
6000
6001 2008-07-03 [colin]      3.5.0cvs2
6002
6003         * src/imap.c
6004         * src/news.c
6005         * src/pop.c
6006         * src/prefs_account.c
6007         * src/prefs_account.h
6008         * src/prefs_common.c
6009         * src/send_message.c
6010         * src/common/session.c
6011         * src/common/session.h
6012         * src/common/smtp.c
6013         * src/common/smtp.h
6014         * src/common/socket.h
6015         * src/common/ssl.c
6016         * src/common/ssl.h
6017         * src/common/ssl_certificate.c
6018         * src/common/ssl_certificate.h
6019         * src/etpan/imap-thread.c
6020         * src/etpan/nntp-thread.c
6021         * src/gtk/inputdialog.c
6022                 Add support for SSL client certificates (either PEM files
6023                 with certificate and private key, either PKCS12 files)
6024
6025 2008-06-28 [colin]      3.5.0cvs1
6026
6027         * src/foldersel.c
6028                 Fix compilation with older GTKs
6029
6030 2008-06-27 [paul]       3.5.0
6031
6032         * NEWS
6033         * README
6034         * RELEASE_NOTES 
6035                 3.5.0 released
6036
6037 2008-06-27 [paul]       3.4.0cvs116
6038
6039         * src/gtk/authors.h
6040                 complete cvs115
6041
6042 2008-06-27 [paul]       3.4.0cvs115
6043
6044         * configure.ac
6045         * src/gtk/authors.h
6046                 no longer build unmaintained translations
6047
6048 2008-06-27 [paul]       3.4.0cvs114
6049
6050         * po/de.po
6051         * po/fi.po
6052         * po/pt_BR.po
6053                 updated by Stephan Sachse, Flammie Pirinen, and
6054                 Frederico Goncalves Guimaraes
6055
6056 2008-06-26 [wwp]        3.4.0cvs113
6057
6058         * manual/fr/advanced.xml
6059                 Update French version of the manual (AutoFaces documentation).
6060
6061 2008-06-26 [wwp]        3.4.0cvs112
6062
6063         * manual/fr/advanced.xml
6064         * manual/fr/plugins.xml
6065                 Updated French version of the manual (completed
6066                 hidden options list, added note about Clawsker
6067                 and new mail archiver plugin).
6068
6069 2008-06-25 [colin]      3.4.0cvs111
6070
6071         * src/gtk/gtkaspell.c
6072                 Fix non-UTF8 in the replace with dialog
6073         * src/prefs_actions.c
6074                 Fix possible crasher
6075                 Patches by Pawel
6076
6077 2008-06-24 [mones]      3.4.0cvs110
6078
6079         * src/autofaces.c
6080                 Fix non-warning message, downgraded to debug info
6081
6082 2008-06-24 [colin]      3.4.0cvs109
6083
6084         * src/summaryview.c
6085                 Fix bug 1650, Message line too small after 
6086                 changing columns in "three columns" layout
6087
6088 2008-06-24 [colin]      3.4.0cvs108
6089
6090         * src/messageview.c
6091                 Fix Spam button sensitivity in newsgroups
6092
6093 2008-06-23 [wwp]        3.4.0cvs107
6094
6095         * po/fr.po
6096                 Updated French translation.
6097
6098 2008-06-23 [mones]      3.4.0cvs106
6099
6100         * po/es.po
6101                 Updated translation for release
6102
6103 2008-06-22 [mones]      3.4.0cvs105
6104
6105         * manual/es/plugins.xml
6106                 Synced new entry for Mail Archiver plugin
6107
6108 2008-06-22 [colin]      3.4.0cvs104
6109
6110         * src/compose.c
6111                 Fix initial cursor position
6112
6113 2008-06-21 [paul]       3.4.0cvs103
6114
6115         * manual/plugins.xml
6116                 add an entry for the new Mail Archiver plugin
6117
6118 2008-06-21 [paul]       3.4.0cvs102
6119
6120         * src/gtk/about.c
6121                 we're in 'string freeze', put back the
6122                 < > symbols for now
6123
6124 2008-06-21 [paul]       3.4.0cvs101
6125
6126         * manual/advanced.xml
6127         * manual/es/advanced.xml
6128                 fix build warning: <emphasis> cannot be contained
6129                 within <filename>
6130         * src/gtk/about.c
6131                 fix non-clickable link on License page and drop
6132                 the containing < > symbols to match other links
6133
6134 2008-06-20 [mones]      3.4.0cvs100
6135
6136         * manual/advanced.xml
6137                 Added autofaces documentation, note about clawsker in hidden
6138                 preferences, minor markup fix. Thanks Paul for proofreading
6139         * manual/es/advanced.xml
6140                 Synchronised Spanish manual
6141
6142 2008-06-16 [colin]      3.4.0cvs99
6143
6144         * src/compose.c
6145                 Fix cursor placing on signature change
6146
6147 2008-06-16 [paul]       3.4.0cvs98
6148
6149         * src/imap_gtk.c
6150         * src/mh_gtk.c
6151         * src/gtk/inputdialog.c
6152                 really fussy coding style fixes
6153
6154 2008-06-16 [paul]       3.4.0cvs97
6155
6156         * src/Makefile.am
6157                 keep the alphabetical order
6158
6159 2008-06-13 [mones]      3.4.0cvs96
6160
6161         * src/autofaces.c
6162                 Fix crasher ;-)
6163         * src/prefs_filtering_action.c
6164                 Fixed cosmetic bug, processing also displays "Filtering"
6165
6166 2008-06-13 [mones]      3.4.0cvs95
6167
6168         * src/Makefile.am
6169         * src/autofaces.c       ** NEW FILE **  
6170         * src/autofaces.h       ** NEW FILE **
6171         * src/compose.c
6172                 Allow setting Faces and X-Faces globally and per-account
6173                 from configuration files under ~/.claws-mail/autofaces
6174
6175 2008-06-13 [holger]     3.4.0cvs94
6176
6177         * .cvsignore
6178                 More files to ignore
6179         * src/gtk/inputdialog.c
6180         * src/gtk/inputdialog.h
6181                 Make input dialog more generic so that a checkbox
6182                 with custom text can be used in addition to the
6183                 "remember this" checkbox
6184         * src/imap_gtk.c
6185         * src/mh_gtk.c
6186         * src/prefs_common.c
6187         * src/prefs_common.h
6188                 Allow new folders to inherit the properties of the
6189                 parent folder during folder creation
6190
6191 2008-06-13 [wwp]        3.4.0cvs93
6192
6193         * src/addressbook.c
6194                 a better fix for this string, won't break up translations,
6195                 and is conform to other similar ones.
6196
6197 2008-06-13 [wwp]        3.4.0cvs92
6198
6199         * src/addrduplicates.c
6200         * src/addressadd.c
6201         * src/addressbook.c
6202         * src/addressbook_foldersel.c
6203         * src/editgroup.c
6204                 use tree decorations everywhere AB folders are used (AB tree pane,
6205                     add address to AB, select AB folder, edit group, custom attr, find dup
6206                     results), in order to match global style
6207                 make double-clicks in AB's tree pane behave like in MW's folder tree pane:
6208                     double clicking on groups in tree pane does open the group edit dialog
6209                     double clicking on other items in tree pane does expand/collapse
6210                 fix a missing space in AB's delete-folder dialog
6211                 fix again edit button sensitivity (thanks to iwkse, this reworks cvs79)
6212
6213         * src/foldersel.c
6214                 make foldersel dialog show dotted lines according to global (hidden) prefs
6215
6216 2008-06-12 [colin]      3.4.0cvs91
6217
6218         * src/compose.c
6219         * src/compose.h
6220                 Fix bug 1635, 'Last character of message is truncated 
6221                 when changing accounts w/ sigs'
6222         * src/folderview.c
6223                 Fix bug 1636, 'Can't select "properties" on "folders 
6224                 only" folders'
6225
6226 2008-06-11 [colin]      3.4.0cvs90
6227
6228         * src/folder.c
6229                 Maybe fix bug 1623, 'exits with segfault when 
6230                 logging in to certain imap-servers'
6231
6232 2008-06-10 [mones]      3.4.0cvs89
6233
6234         * AUTHORS
6235         * tools/Makefile.am
6236         * tools/README
6237         * tools/convert_mbox.sh
6238                 Undo cvs86 and cvs87, it really should be a patch to 
6239                 convert_mbox.pl
6240
6241 2008-06-10 [wwp]        3.4.0cvs88
6242
6243         * po/fr.po
6244                 Updated French translation.
6245
6246 2008-06-10 [mones]      3.4.0cvs87
6247
6248         * tools/Makefile.am
6249                 Oops, forgot to add previous script for distribution
6250
6251 2008-06-10 [mones]      3.4.0cvs86
6252
6253         * AUTHORS
6254         * tools/README
6255         * tools/convert_mbox.sh
6256                 Added script to convert Evolution mail folders contributed
6257                 by Daniel Dickinson <cshore@fionavar.ca>
6258                 Fixes debian bug 461435
6259
6260 2008-06-09 [colin]      3.4.0cvs85
6261
6262         * src/main.c
6263                 Integrate AWN information bubble if dbus is
6264                 available
6265         * src/folder.c
6266                 Fix crash when calling scan_required() on 
6267                 folder classes that don't implement them
6268         * src/common/session.c
6269                 Fix a little typo
6270
6271 2008-06-09 [colin]      3.4.0cvs84
6272
6273         * src/main.c
6274                 Fix bug 1447, 'If user tries to close while starting 
6275                 up, it will not close ever.'
6276
6277 2008-06-09 [colin]      3.4.0cvs83
6278
6279         * src/filtering.c
6280                 Fix bug 1628, 'Claws Mail crashes when 
6281                 filtering selected messages'
6282
6283 2008-06-04 [colin]      3.4.0cvs82
6284
6285         * src/messageview.c
6286                 Complete handling of html parts in multipart/alternative
6287                 mails
6288
6289 2008-06-03 [paul]       3.4.0cvs81
6290
6291         * src/prefs_message.c
6292                 make always the english good
6293
6294 2008-06-03 [colin]      3.4.0cvs80
6295
6296         * src/mainwindow.c
6297         * src/mainwindow.h
6298                 Fix bug 1624, '[PATCH] Quick search should be 
6299                 disabled for folder view'; based on a patch by
6300                 Michael Terry
6301
6302 2008-06-03 [iwkse]      3.4.0cvs79
6303
6304         * src/addressbook.c
6305                 Fix little gui bug on button sensitivity
6306         * src/messageview.c
6307         * src/prefs_common.c
6308         * src/prefs_common.h
6309         * src/prefs_message.c
6310                 Allow by default to show html in multipart/alternative
6311
6312 2008-06-02 [colin]      3.4.0cvs78
6313
6314         * src/prefs_actions.c
6315                 GUI rework, patch by Pawel 
6316
6317 2008-06-02 [colin]      3.4.0cvs77
6318
6319         * src/quote_fmt.c
6320                 Fix sensitivity/alignment, patch from
6321                 Pawel
6322
6323 2008-05-31 [colin]      3.4.0cvs76
6324
6325         * src/imap.c
6326                 Fix login issue introduced in cvs75.
6327
6328 2008-05-31 [colin]      3.4.0cvs75
6329
6330         * src/imap.c
6331                 Fix more possible double-frees. Also, fix the root cause
6332                 of these double-frees by just noting the Session is to
6333                 be destroyed instead of destroying it in flight
6334
6335 2008-05-29 [paul]       3.4.0cvs74
6336
6337         * manual/keyboard.xml
6338                 'Makes' these entries like the others
6339
6340 2008-05-29 [colin]      3.4.0cvs73
6341
6342         * src/procmsg.h
6343                 Include utils.h in case we
6344                 need to pull goffset definition
6345
6346 2008-05-29 [colin]      3.4.0cvs72
6347
6348         * src/common/utils.h
6349                 Workaround a stupid Glib issue, where
6350                 goffset happens to be undefined. 
6351
6352 2008-05-28 [colin]      3.4.0cvs71
6353
6354         * src/compose.c
6355         * src/compose.h
6356         * src/grouplistdialog.c
6357         * src/image_viewer.c
6358         * src/imap.c
6359         * src/inc.c
6360         * src/main.c
6361         * src/matcher.c
6362         * src/messageview.c
6363         * src/mimeview.c
6364         * src/prefs_themes.c
6365         * src/procmsg.h
6366         * src/summaryview.c
6367         * src/summaryview.h
6368         * src/textview.c
6369         * src/common/smtp.c
6370         * src/common/utils.c
6371         * src/common/utils.h
6372                 Use goffset instead of off_t for MsgInfo's size
6373                 Allows using MsgInfo structure from plugins
6374                 compiled with largefile support
6375
6376 2008-05-26 [colin]      3.4.0cvs70
6377
6378         * src/mainwindow.c
6379         * src/mainwindow.h
6380                 Define THEME_CHANGED_HOOKLIST and invoke
6381                 it on theme change
6382         * src/plugins/trayicon/trayicon.c
6383                 Listen to THEME_CHANGED_HOOKLIST and
6384                 update accordingly
6385
6386 2008-05-26 [paul]       3.4.0cvs69
6387
6388         * src/mimeview.c
6389                 plug a leak in mimeview_save_all()
6390
6391 2008-05-24 [colin]      3.4.0cvs68
6392
6393         * src/common/utils.h
6394                 Fix wrong define on old glibs
6395
6396 2008-05-24 [paul]       3.4.0cvs67
6397
6398         * src/Makefile.am
6399         * src/stock_pixmap.c
6400         * src/stock_pixmap.h
6401         * src/toolbar.c
6402         * src/pixmaps/cancel.xpm
6403         * src/pixmaps/close.xpm
6404                 add a specific icon for A_CANCEL_INC (addresses
6405                 point 1 of bug 1609 'Icon issues')
6406                 replace close.xpm with an icon of the standard
6407                 24x24 size
6408
6409 2008-05-24 [paul]       3.4.0cvs66
6410
6411         * src/pixmaps/insert_file.xpm
6412                 replaced
6413
6414 2008-05-23 [paul]       3.4.0cvs65
6415
6416         * src/common/md5.c
6417         * src/common/md5.h
6418                 add the possibility to check md5 on binary files,
6419                 thanks to Colin
6420
6421 2008-05-23 [colin]      3.4.0cvs64
6422
6423         * src/mainwindow.c
6424         * src/summaryview.c
6425                 Fix bug 1610, 'claws crash after opening/closing 
6426                 preferences and window update'
6427
6428 2008-05-22 [colin]      3.4.0cvs63
6429
6430         * src/prefs_filtering_action.c
6431         * src/gtk/combobox.c
6432         * src/gtk/combobox.h
6433                 Fix reselecting of Tags actions in
6434                 filtering actions dialog
6435
6436 2008-05-22 [colin]      3.4.0cvs62
6437
6438         * src/Makefile.am
6439         * src/prefs_toolbar.c
6440         * src/stock_pixmap.c
6441         * src/stock_pixmap.h
6442         * src/toolbar.c
6443         * src/pixmaps/delete_btn.xpm
6444         * src/pixmaps/insert_file.xpm
6445         * src/pixmaps/mail_reply_to_list.xpm
6446                 Fix more of bug 1609:
6447                 - Add a Delete button icon
6448                 - Add a Reply to list button icon
6449                 - Fix Insert file button icon
6450                 Artwork by Ciprian Popovici.
6451
6452 2008-05-21 [colin]      3.4.0cvs61
6453
6454         * src/common/utils.c
6455                 Fix a little leak
6456
6457 2008-05-21 [wwp]        3.4.0cvs60
6458
6459         * src/prefs_filtering.c
6460                 Don't show SMTP-only accounts in accounts list, as they are
6461                 irrelevant for filtering incoming messages.
6462
6463 2008-05-21 [colin]      3.4.0cvs59
6464
6465         * src/mainwindow.c
6466                 Don't put SMTP-only accounts in receive menus
6467
6468 2008-05-21 [colin]      3.4.0cvs58
6469
6470         * src/imap.c
6471                 Fix cvs56 (brain fart)
6472
6473 2008-05-21 [colin]      3.4.0cvs57
6474
6475         * src/common/utils.c
6476                 Fix bug 1615, 'hang on FIFO when the other end's not 
6477                 opened'
6478
6479 2008-05-21 [colin]      3.4.0cvs56
6480
6481         * src/imap.c
6482                 Fix a warning
6483
6484 2008-05-19 [colin]      3.4.0cvs55
6485
6486         * src/plugins/pgpcore/sgpgme.c
6487                 Maybe fix debian bug 481856, 'Segmentation fault 
6488                 when verifying a GPG signature'. Although it 
6489                 looks like a race condition...
6490
6491 2008-05-19 [colin]      3.4.0cvs54
6492
6493         * src/prefs_filtering_action.c
6494         * src/prefs_matcher.c
6495         * src/common/tags.c
6496         * src/common/tags.h
6497         * src/gtk/combobox.c
6498         * src/gtk/combobox.h
6499                 Patch by Pawel: disabled Tags menus in filtering dialogs
6500
6501 2008-05-19 [colin]      3.4.0cvs53
6502
6503         * src/prefs_account.c
6504                 GUI patch by Pawel: align ports entries
6505
6506 2008-05-19 [colin]      3.4.0cvs52
6507
6508         * src/mainwindow.c
6509                 Fix bug 1616, 'strange question while emptying trash'
6510
6511 2008-05-18 [colin]      3.4.0cvs51
6512
6513         * src/common/plugin.c
6514         * src/etpan/imap-thread.c
6515         * src/etpan/nntp-thread.c
6516         * src/gtk/gtksctree.c
6517                 Fix bug 1613, 'Various memory leaks'; 
6518                 based on a patch by Didier Barvaux.
6519
6520 2008-05-18 [colin]      3.4.0cvs50
6521
6522         * src/mimeview.c
6523         * src/privacy.h
6524         * src/toolbar.c
6525         * src/toolbar.h
6526         * src/plugins/pgpcore/sgpgme.c
6527                 Fix more parts of bug 1609:
6528                 - Make use of specific Expired privacy icon
6529                 - Use CLOSE instead of NOTICE_ERROR for cancel
6530                   receiving
6531                 - Allow a Preferences button in the main toolbar
6532
6533 2008-05-18 [colin]      3.4.0cvs49
6534
6535         * src/stock_pixmap.c
6536                 Fix bug with non-updating icons after theme change:
6537                 If fetching pixbuf for a given icon after a theme
6538                 change, the next pixmap fetch would return the old
6539                 cached one, as the theme change was forgotten at 
6540                 this time. (and vice-versa). This was mostly 
6541                 visible on open folder icons
6542
6543 2008-05-17 [colin]      3.4.0cvs48
6544
6545         * src/prefs_summaries.c
6546         * src/summaryview.c
6547                 Fix bug 1608, 'Inconsistent behaviour of mark as read 
6548                 options'. Patch by Pawel
6549
6550 2008-05-16 [colin]      3.4.0cvs47
6551
6552         * src/imap.c
6553                 Fix another possible crash (on fatal errors
6554                 at login, like stream error).
6555
6556 2008-05-16 [paul]       3.4.0cvs46
6557
6558         * tools/thunderbird-filters-convertor.pl
6559                 fix a typo
6560                 fix reading a tb rule that contains something
6561                 like that: \"Sender\"
6562
6563 2008-05-16 [paul]       3.4.0cvs45
6564
6565         * tools/README
6566         * tools/csv2addressbook.pl
6567                 add support for gmail exported csv address book
6568
6569 2008-05-16 [colin]      3.4.0cvs44
6570
6571         * configure.ac
6572         * src/ldapupdate.c
6573                 Fix ldap deprecated calls. Patch by
6574                 Michael Rasmussen
6575
6576 2008-05-16 [paul]       3.4.0cvs43
6577
6578         * manual/de/account.xml
6579         * manual/it/account.xml
6580         * manual/it/ack.xml
6581         * manual/it/addrbook.xml
6582         * manual/it/claws-mail-manual.xml
6583         * manual/it/gpl.xml
6584         * manual/it/intro.xml
6585         * manual/it/starting.xml
6586                 add pages towards German and Italian manuals.
6587                 (just for storage, they are not built yet, due
6588                 to being incomplete.) submitted by Speckmade
6589                 <Speckmade@gmx.net> and Salvatore De Paolis
6590                 <iwkse@claws-mail.org>
6591
6592 2008-05-16 [colin]      3.4.0cvs42
6593
6594         * src/gtk/sslcertwindow.c
6595                 Fix SHA1 fingerprint with GnuTLS
6596
6597 2008-05-15 [colin]      3.4.0cvs41
6598
6599         * src/gtk/sslcertwindow.c
6600                 Print SHA1 fingerprint too
6601
6602 2008-05-15 [colin]      3.4.0cvs40
6603
6604         * src/imap.c
6605                 Fix certificate port on TLS. It was 
6606                 previously always 0.
6607                 **IMPORTANT INFORMATION**: this will trigger 
6608                 one wrong "New certificate" warning at the 
6609                 first connection with this fix, if using STARTTLS
6610                 on IMAP.
6611         * src/gtk/sslcertwindow.c
6612                 Make labels selectable
6613
6614 2008-05-15 [colin]      3.4.0cvs39
6615
6616         * src/imap.c
6617                 Fix double free when STARTTLS fails (for
6618                 example due to refusing the certificate)
6619
6620 2008-05-15 [paul]       3.4.0cvs38
6621
6622         * manual/advanced.xml
6623                 fix typo
6624
6625 2008-05-15 [paul]       3.4.0cvs37
6626
6627         * manual/advanced.xml
6628         * src/prefs_send.c
6629                 make outgoing_fallback_to_ascii a hidden pref
6630
6631 2008-05-14 [colin]      3.4.0cvs36
6632
6633         * src/main.c
6634         * src/mainwindow.c
6635         * src/mainwindow.h
6636                 Make it possible to cancel quit when Claws
6637                 ask whether to empty trash.
6638
6639 2008-05-14 [colin]      3.4.0cvs35
6640
6641         * src/compose.c
6642         * src/prefs_common.c
6643         * src/prefs_common.h
6644         * src/prefs_send.c
6645                 Add a preference to be able to specify an
6646                 outgoing charset/encoding but still fallback
6647                 to 7bit US-ASCII when possible (default TRUE,
6648                 same behavior as pre-cvs34)
6649
6650 2008-05-14 [colin]      3.4.0cvs34
6651
6652         * src/compose.c
6653                 Always use the specified encoding and charset if it is
6654                 specified, even if the mail is ASCII.
6655
6656 2008-05-13 [paul]       3.4.0cvs33
6657
6658         * src/ldapupdate.c
6659                 fix the build warnings the easy way for now
6660
6661 2008-05-13 [colin]      3.4.0cvs32
6662
6663         * src/prefs_themes.c
6664                 Count .png files as icons too (fixes part
6665                 of bug 1609, 'Icon issues')
6666
6667 2008-05-13 [wwp]        3.4.0cvs31
6668
6669         * src/addressbook_foldersel.c
6670                 Fix wrong check (completes 3.4.0.cvs30).
6671
6672 2008-05-12 [wwp]        3.4.0cvs30
6673
6674         * src/addressbook.c
6675         * src/addressbook_foldersel.c
6676         * src/filtering.c
6677         * src/matcher.c
6678         * src/prefs_matcher.c
6679         * src/plugins/bogofilter/bogofilter.c
6680         * src/plugins/bogofilter/bogofilter_gtk.c
6681         * src/plugins/dillo_viewer/dillo_prefs.c
6682         * src/plugins/spamassassin/spamassassin.c
6683         * src/plugins/spamassassin/spamassassin_gtk.c
6684                 Fix for bug 1604 "found_in_addressbook in Any in non English local",
6685                 based on a patch submitted by Paul CtrlAltBs. Also fix storing of
6686                 translated string "Any" in plugins (whitelisting) and
6687                 UTF8 comparisons.
6688
6689 2008-05-07 [colin]      3.4.0cvs29
6690
6691         * configure.ac
6692                 Fix --enable-maemo (assume --enable-generic-umpc)
6693
6694 2008-05-07 [colin]      3.4.0cvs28
6695
6696         * configure.ac
6697         * src/account.c
6698         * src/addr_compl.c
6699         * src/compose.c
6700         * src/editaddress.c
6701         * src/folderview.c
6702         * src/mainwindow.c
6703         * src/messageview.c
6704         * src/mimeview.c
6705         * src/prefs_account.c
6706         * src/prefs_common.c
6707         * src/prefs_display_header.c
6708         * src/prefs_filtering.c
6709         * src/prefs_summaries.c
6710         * src/prefs_template.c
6711         * src/prefs_toolbar.c
6712         * src/stock_pixmap.c
6713         * src/summaryview.c
6714         * src/summaryview.h
6715         * src/textview.c
6716         * src/toolbar.c
6717         * src/gtk/about.c
6718         * src/gtk/gtksctree.c
6719         * src/gtk/menu.c
6720         * src/gtk/prefswindow.c
6721         * src/gtk/sslcertwindow.c
6722                 Separate generic UMPC code (layouts, ...) from 
6723                 MAEMO code (Hildon, ...)
6724
6725 2008-05-06 [paul]       3.4.0cvs27
6726
6727         * tools/claws.i18n.status.pl
6728                 add he.po
6729
6730 2008-05-06 [colin]      3.4.0cvs26
6731
6732         * src/common/utils.c
6733                 Maybe fix crash on FreeBSD
6734
6735 2008-05-05 [colin]      3.4.0cvs25
6736
6737         * src/messageview.c
6738                 Fix bug 1602, 'Crash when sending return receipt for
6739                 messages with no subject'
6740
6741 2008-05-05 [colin]      3.4.0cvs24
6742
6743         * src/mimeview.c
6744                 Don't overwrite temporary files with same
6745                 name when drag and dropping. Fixes bug 1599,
6746                 'attach multiple files with the same name from 
6747                 one mail to another'
6748
6749 2008-05-04 [paul]       3.4.0cvs23
6750
6751         * src/compose.c
6752         * src/prefs_common.c
6753                 fix bug 1587 'can not replay with quote'
6754
6755 2008-05-03 [colin]      3.4.0cvs22
6756
6757         * po/de.po
6758                 Fix bug 1598, 'Leading slash while translating "Unsubscribe"'
6759
6760 2008-05-03 [colin]      3.4.0cvs21
6761
6762         * src/toolbar.c
6763                 Fix bug 1597, 'In news folders, "Move Message to Wastebin" 
6764                 icon isn't grayed although ineffective'
6765
6766 2008-05-02 [wwp]        3.4.0cvs20
6767
6768         * po/fr.po
6769                 Fix translation.
6770
6771         * src/prefs_folder_item.c
6772                 Add missing notice in folder properties (templates) when
6773                 folder is a root node.
6774
6775 2008-04-30 [colin]      3.4.0cvs19
6776
6777         * src/prefs_toolbar.c
6778                 Add Trash and Delete icons to the icon chooser
6779
6780 2008-04-30 [colin]      3.4.0cvs18
6781
6782         * src/compose.c
6783                 Remove "Delete entire line" which was a noop
6784                 and should be the same as "Delete line" :)
6785
6786 2008-04-30 [colin]      3.4.0cvs17
6787
6788         * src/compose.c
6789                 Fix 'Delete line' and 'Delete to end of line'
6790                 on the last line. Patch by <seelenhirt@gmx.net>
6791
6792 2008-04-28 [colin]      3.4.0cvs16
6793
6794         * src/folder.c
6795                 Fix bug 1589, 'tagsdb file not removed when
6796                 folder deleted'.
6797         * src/common/utils.c
6798                 Make sure claws_unlink accepts NULL arg.
6799
6800 2008-04-25 [colin]      3.4.0cvs15
6801
6802         * src/common/ssl.c
6803                 Fix/simplify previous commit
6804
6805 2008-04-25 [colin]      3.4.0cvs14
6806
6807         * src/addrindex.h
6808         * src/common/ssl_certificate.c
6809                 Patch by Marcus: Fix Win32 build
6810         * src/common/ssl.c
6811                 Fix build with GnuTLS/no pthread, thanks
6812                 to Marcus
6813
6814 2008-04-25 [colin]      3.4.0cvs13
6815
6816         * src/summaryview.c
6817                 Fix bug 1586, '3-pane vertical layout now and then 
6818                 still shows sender column'
6819
6820 2008-04-25 [colin]      3.4.0cvs12
6821
6822         * src/Makefile.am
6823         * src/w32-logo.ico
6824         * src/w32-resource.rc
6825                 Patch from Marcus Brinkmann to set an icon on w32.
6826
6827 2008-04-24 [colin]      3.4.0cvs11
6828
6829         * src/inc.c
6830         * src/inc.h
6831                 Trace inc locks
6832         * src/ldif.c
6833         * src/ldif.h
6834                 Fix bug 1581, 'Bad File Format during Import LDIF':
6835                 Use dynamically allocated buffers; also, allow 
6836                 importing contacts with no email address
6837
6838 2008-04-24 [colin]      3.4.0cvs10
6839
6840         * src/prefs_common.c
6841                 Increment the timeout a bit on OpenBSD, 75 isn't enough
6842
6843 2008-04-23 [colin]      3.4.0cvs9
6844
6845         * src/compose.c
6846         * src/prefs_folder_item.c
6847         * src/prefs_template.c
6848         * src/quote_fmt.c
6849                 Fix bug 1576: Fix unescaping of templates when testing them
6850                 I think it breaks nothing. (wwp, you're welcome to double-check)
6851
6852 2008-04-23 [paul]       3.4.0cvs8
6853
6854         * manual/advanced.xml
6855                 add info about the "two_line_vertical" hidden
6856                 pref
6857
6858 2008-04-22 [paul]       3.4.0cvs7
6859
6860         * src/prefs_common.c
6861         * src/prefs_common.h
6862         * src/summaryview.c
6863                 make the 2-line view in summaryview when in three
6864                 columns mode configurable. hidden pref: "two_line_vertical"
6865
6866 2008-04-22 [colin]      3.4.0cvs6
6867
6868         * src/inc.c
6869                 Fix missing inc_unlock()
6870         * src/prefs_matcher.c
6871         * src/send_message.c
6872                 Fix my last commit
6873
6874 2008-04-22 [colin]      3.4.0cvs5
6875
6876         * src/etpan/imap-thread.c
6877                 Use g_(un)setenv instead of (un)setenv which
6878                 doesn't exist on IRIX 6.5
6879
6880 2008-04-22 [colin]      3.4.0cvs4
6881
6882         * src/inc.c
6883         * src/prefs_common.c
6884         * src/send_message.c
6885                 Fix bug 1566, 'too short I/O timeout on OpenBSD'
6886                 Set the default timeout to 75 seconds
6887
6888 2008-04-20 [colin]      3.4.0cvs3
6889
6890         * src/pixmaps/tray_newmail.offline.xpm
6891         * src/pixmaps/tray_newmail.xpm
6892         * src/pixmaps/tray_newmarkedmail.offline.xpm
6893         * src/pixmaps/tray_newmarkedmail.xpm
6894         * src/pixmaps/tray_nomail.offline.xpm
6895         * src/pixmaps/tray_nomail.xpm
6896         * src/pixmaps/tray_unreadmail.offline.xpm
6897         * src/pixmaps/tray_unreadmail.xpm
6898         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
6899         * src/pixmaps/tray_unreadmarkedmail.xpm
6900                 Make the tray icons a bit nicer. Would be
6901                 nice to get really nice icons from someone
6902                 who's good at Gimp :)
6903
6904 2008-04-18 [colin]      3.4.0cvs2
6905
6906         * src/common/log.c
6907                 Forgot one g_unlink
6908
6909 lease complete the changelog entry below
6910 2008-04-18 [colin]      3.4.0cvs1
6911
6912         * src/addrduplicates.c
6913         * src/addressbook.c
6914         * src/compose.c
6915         * src/crash.c
6916         * src/editaddress.c
6917         * src/folder.c
6918         * src/image_viewer.c
6919         * src/imap.c
6920         * src/inc.c
6921         * src/main.c
6922         * src/mbox.c
6923         * src/messageview.c
6924         * src/mh.c
6925         * src/msgcache.c
6926         * src/news.c
6927         * src/partial_download.c
6928         * src/pop.c
6929         * src/prefs_common.c
6930         * src/prefs_common.h
6931         * src/prefs_other.c
6932         * src/prefs_themes.c
6933         * src/procheader.c
6934         * src/procmime.c
6935         * src/procmsg.c
6936         * src/textview.c
6937         * src/wizard.c
6938         * src/common/prefs.c
6939         * src/common/ssl_certificate.c
6940         * src/common/template.c
6941         * src/common/utils.c
6942         * src/common/utils.h
6943         * src/etpan/imap-thread.c
6944         * src/plugins/dillo_viewer/dillo_viewer.c
6945         * src/plugins/pgpcore/sgpgme.c
6946         * src/plugins/pgpinline/pgpinline.c
6947                 Add an option to shred temporary files and messages
6948                 instead of just removing them. Slows deletions down!
6949
6950 2008-04-18 [paul]       3.4.0
6951
6952         * NEWS
6953         * README
6954         * RELEASE_NOTES 
6955                 3.4.0 released
6956
6957
6958 2008-04-18 [paul]       3.3.1cvs61
6959
6960         * po/de.po
6961         * po/fi.po
6962         * po/it.po
6963         * po/pt_BR.po
6964                 updated by Stephan Sachse, Flammie Pirinen, Andrea Spadaccini,
6965                 and Frederico Goncalves Guimaraes
6966         * po/es.po
6967                 updated on the last minute by a lazy Ricardo Mones
6968
6969 2008-04-18 [colin]      3.3.1cvs60
6970
6971         * po/fr.po
6972                 Update translation (Fabien Vantard)
6973
6974 2008-04-17 [colin]      3.3.1cvs59
6975
6976         * src/imap.c
6977                 Fix debian bug 474712, 'claws seg faults when IMAP 
6978                 connection breaks after an IMAP protocol error 
6979                 (BAD UID SEARCH Invalid parameter: $Forwarded)]'
6980         * src/summaryview.c
6981                 Fix a little leak
6982
6983 2008-04-17 [colin]      3.3.1cvs58
6984
6985         * src/common/log.c
6986                 Fix log size getting out of control (claws-mail
6987                 getting SIGXFSZ): rotate if every 10MB
6988
6989 2008-04-10 [paul]       3.3.1cvs57
6990
6991         * src/prefs_other.c
6992                 improvements to english usage
6993
6994 2008-04-10 [paul]       3.3.1cvs56
6995
6996         * src/prefs_receive.c
6997                 add an accurate description
6998
6999 2008-04-08 [colin]      3.3.1cvs55
7000
7001         * src/undo.c
7002                 Probably fix corruption, introduced in cvs53
7003
7004 2008-04-04 [iwkse]      3.3.1cvs54
7005
7006         * src/undo.c
7007                 undo should works properly again
7008
7009 2008-04-04 [iwkse]      3.3.1cvs53
7010
7011         * src/undo.c
7012                 Fix a segfault but breaks undo
7013                 on a specific case (eg. double paste with
7014                 middle-mouse button)
7015
7016 2008-04-04 [iwkse]      3.3.1cvs52
7017
7018         * src/prefs_filtering.c
7019                 Fix previous Tab mess
7020
7021 2008-04-03 [iwkse]      3.3.1cvs51
7022
7023         * src/prefs_filtering.c
7024                 Add search in filtering rules list
7025
7026 2008-04-02 [colin]      3.3.1cvs50
7027
7028         * src/main.c
7029                 Revert part of the previous patch: we do
7030                 want to parse ~/.claws-mail/gtkrc-2.0 if it
7031                 exists
7032
7033 2008-04-02 [colin]      3.3.1cvs49
7034
7035         * src/main.c
7036                 Fix bug 1562, 'Claws-Mail does not completely 
7037                 respect settings in GTK2_RC_FILES environment'
7038                 Remove manual parsing of .gtkrc-2.0 and 
7039                 .gtk/gtkrc-2.0. GTK does it itself these days.
7040
7041 2008-04-01 [colin]      3.3.1cvs48
7042
7043         * src/imap_gtk.c
7044                 Fix bug 1561, 'Crashes leaving unsubscribed folder after 
7045                 ticking "Show only subscribed"'
7046
7047 2008-03-31 [colin]      3.3.1cvs47
7048
7049         * src/folder.c
7050                 Fix bug 1553, 'File lock not respected'
7051                 Regression due to the implementation of
7052                 deletion batching
7053
7054 2008-03-31 [colin]      3.3.1cvs46
7055
7056         * src/mainwindow.c
7057                 Fix tags menu update, thanks to Paul
7058
7059 2008-03-29 [wwp]        3.3.1cvs45
7060
7061         * src/prefs_account.c
7062         * src/prefs_common.c
7063         * src/prefs_folder_item.c
7064         * src/prefs_quote.c
7065         * src/quote_fmt.c
7066         * src/quote_fmt.h
7067                 Fix compose template formats (in global preferences)
7068                 being translated under specific conditions.
7069                 Add a button to restore factory defaults for current
7070                 language.
7071
7072 2008-03-27 [colin]      3.3.1cvs44
7073
7074         * src/common/prefs.c
7075         * src/common/xmlprops.c
7076                 Fix RedHat bug 431735, 'segfault if /home is full' 
7077                 (when starting): Fix double fclose() in prefs.c
7078                 and potentially xmlprops.c
7079
7080 2008-03-27 [colin]      3.3.1cvs43
7081
7082         * src/addressbook.c
7083                 Fix bug 1559, 'Claws Mail crashed deleting all 
7084                 common contacts'
7085
7086 2008-03-27 [wwp]        3.3.1cvs42
7087
7088         * src/addressbook.c
7089                 Fix 3.3.0cvs41.
7090
7091 2008-03-27 [wwp]        3.3.1cvs41
7092
7093         * src/addressbook.c
7094                 Prevent list flickering when deleting addresses.
7095
7096 2008-03-26 [colin]      3.3.1cvs40
7097
7098         * src/imap.c
7099                 Clean up session disconnection. Possibly
7100                 fix Ubuntu bug #204290
7101
7102 2008-03-26 [colin]      3.3.1cvs39
7103
7104         * src/textview.c
7105                 Fix bug 1555: current folder wasn't used when
7106                 right-clicking on an email address
7107
7108 2008-03-25 [colin]      3.3.1cvs38
7109
7110         * src/plugins/bogofilter/bogofilter.c
7111         * src/plugins/bogofilter/bogofilter.h
7112         * src/plugins/bogofilter/bogofilter_gtk.c
7113                 Add a "learn from whitelist" preference
7114                 Whitelist Unsure mails too.
7115
7116 2008-03-24 [paul]       3.3.1cvs37
7117
7118         * src/prefs_account.c
7119                 If no MH mailbox and no account exists, when
7120                 creating a POP/Local account, just create and
7121                 use the default one instead of bailing with a
7122                 "Mailbox doesn't exist" error
7123
7124 2008-03-21 [colin]      3.3.1cvs36
7125
7126         * src/procmime.c
7127                 strstrip mime subtype
7128
7129 2008-03-21 [paul]       3.3.1cvs35
7130
7131         * manual/advanced.xml
7132                 correct and update the info about Actions
7133
7134 2008-03-20 [colin]      3.3.1cvs34
7135
7136         * src/messageview.c
7137         * src/messageview.h
7138         * src/textview.c
7139                 Show at max 1MB of text, add a noticeview to
7140                 show everything optionally.
7141
7142 2008-03-20 [colin]      3.3.1cvs33
7143
7144         * src/stock_pixmap.c
7145                 Add support for png themes
7146
7147 2008-03-19 [wwp]        3.3.1cvs32
7148
7149         * src/procheader.c
7150                 Sanity check.
7151
7152 2008-03-18 [colin]      3.3.1cvs31
7153
7154         * src/common/utils.c
7155         * src/common/utils.h
7156                 Handle size_t instead of off_t in to_human_readable
7157
7158 2008-03-18 [colin]      3.3.1cvs30
7159
7160         * src/imap.c
7161                 Remove raw printf
7162
7163 2008-03-16 [colin]      3.3.1cvs29
7164
7165         * src/summaryview.c
7166                 Fix build on GTK < 2.12
7167
7168 2008-03-16 [colin]      3.3.1cvs28
7169
7170         * src/mainwindow.c
7171                 Refresh non-list widget when switching
7172                 messageview
7173
7174 2008-03-16 [colin]      3.3.1cvs27
7175
7176         * manual/faq.xml
7177                 Revert cvs25: This wasn't a typo :) :
7178                 jade:.../faq.xml:49:16:E: there is no attribute "linkend"
7179
7180
7181 2008-03-16 [colin]      3.3.1cvs26
7182
7183         * src/summaryview.c
7184         * src/gtk/gtksctree.c
7185         * src/gtk/gtksctree.h
7186                 Implement 2-lines items in Summaryview when in 
7187                 three columns mode
7188
7189 2008-03-16 [paul]       3.3.1cvs25
7190
7191         * manual/faq.xml
7192                 fix typo
7193
7194 2008-03-14 [colin]      3.3.1cvs24
7195
7196         * src/prefs_filtering_action.c
7197                 Fix buglet on setting recipient when
7198                 reediting forward rules.
7199
7200 2008-03-12 [colin]      3.3.1cvs23
7201
7202         * src/summaryview.c
7203                 Fix a new unused variable warning
7204         * src/plugins/trayicon/trayicon.c
7205                 Fix folderview's scrollbar at startup
7206                 if starting hidden
7207
7208 2008-03-12 [colin]      3.3.1cvs22
7209
7210         * src/folderview.c
7211         * src/summaryview.c
7212                 Use item_opened at the beginning of showing
7213                 a folder instead of the end. Fixes flicker.
7214
7215 2008-03-12 [paul]       3.3.1cvs21
7216
7217         * src/folder.c
7218         * src/folder.h
7219         * src/mainwindow.c
7220         * src/procmsg.c
7221         * src/summaryview.c
7222         * src/plugins/trayicon/trayicon.c
7223                 add tooltip with extended folder stats
7224
7225 2008-03-10 [colin]      3.3.1cvs20
7226
7227         * src/common/xml.c
7228                 Handle comments
7229
7230 2008-03-07 [colin]      3.3.1cvs19
7231
7232         * src/mainwindow.c
7233                 Fix blinking of the taskbar entry
7234
7235 2008-03-07 [colin]      3.3.1cvs18
7236
7237         * src/mainwindow.c
7238                 MAEMO: Fix bug 1494, 'Trayicon 
7239                 plugin breaks UI...'
7240
7241 2008-03-07 [paul]       3.3.1cvs17
7242
7243         * src/gtk/authors.h
7244                 reflect reality a bit more closely
7245
7246 2008-03-06 [colin]      3.3.1cvs16
7247
7248         * src/mainwindow.c
7249         * src/mainwindow.h
7250         * src/summaryview.c
7251         * src/summaryview.h
7252         * src/toolbar.c
7253                 Integrate things better wrt the new
7254                 summaryview extensibility.
7255
7256 2008-03-06 [wwp]        3.3.1cvs15
7257
7258         * src/quote_fmt.c
7259                 Fix some gcc warnings.
7260
7261 2008-03-06 [wwp]        3.3.1cvs14
7262
7263         * src/prefs_account.c
7264         * src/prefs_folder_item.c
7265         * src/prefs_gtk.c
7266         * src/prefs_template.c
7267         * src/gtk/prefswindow.c
7268         * src/gtk/prefswindow.h
7269                 prefs_templates: fix missing unregistering of addr_completion widgets
7270                 and and ending of addr_completion service.
7271                 prefs_folder_item: fix missing registering/unregistering of widgets,
7272                 and rework the way add_completion service is started and stopped.
7273                 Plus few prefswindow API changes (opening).
7274
7275 2008-03-06 [wwp]        3.3.1cvs13
7276
7277         * src/folder_item_prefs.c
7278         * src/prefs_template.c
7279         * src/prefs_template.h
7280         * src/quote_fmt.c
7281         * src/common/template.c
7282                 Complete 3.3.1cvs12, thanks to Colin.
7283
7284 2008-03-06 [wwp]        3.3.1cvs12
7285
7286         * src/compose.c
7287         * src/folder_item_prefs.c
7288         * src/folder_item_prefs.h
7289         * src/prefs_account.c
7290         * src/prefs_folder_item.c
7291         * src/prefs_quote.c
7292         * src/prefs_template.c
7293         * src/quote_fmt.c
7294         * src/quote_fmt.h
7295         * src/common/template.c
7296         * src/common/template.h
7297                 Global and per-folder templates can now override the from name (this
7298                 doesn't change the account being used).
7299                 Examples:
7300                  "My other name" <%account_email> (just changes the name)
7301                  my.faked.email@address.org (overrides the address too)
7302
7303 2008-03-05 [colin]      3.3.1cvs11
7304
7305         * src/summaryview.c
7306         * src/summaryview.h
7307                 Replace that hbox with a notebook
7308
7309 2008-03-05 [colin]      3.3.1cvs10
7310
7311         * src/folder.h
7312         * src/folderview.c
7313                 Add klass functions for notification of folder
7314                 opening/closing via the GUI
7315         * src/summaryview.c
7316         * src/summaryview.h
7317                 Add a specific container for the scrolledwin
7318
7319 2008-03-05 [colin]      3.3.1cvs9
7320
7321         * src/folder.h
7322         * src/folderview.c
7323                 Add klass functions for notification of folder 
7324                 opening/closing via the GUI
7325         * src/summaryview.c
7326         * src/summaryview.h
7327                 Add a specific container for the scrolledwin
7328
7329 2008-03-02 [colin]      3.3.1cvs8
7330
7331         * src/messageview.c
7332                 MAEMO: Fix bug 1541, 'Deleting message from within 
7333                 read window displays next message then closes.'
7334
7335 2008-03-02 [colin]      3.3.1cvs7
7336
7337         * src/main.c
7338                 Probably fix bug 1539, 'Program crashes':
7339                 Setup Gcrypt's thread functions when built
7340                 with GnuTLS
7341
7342 2008-03-01 [colin]      3.3.1cvs6
7343
7344         * src/folder.c
7345         * src/imap_gtk.c
7346                 Get rid of stale folders with no account
7347
7348 2008-02-28 [colin]      3.3.1cvs5
7349
7350         * src/compose.c
7351                 Fix bug 1534, 'Segmentation fault when doing 
7352                 some draft saving and then throwing away'
7353         * src/imap.c
7354                 Fix bug 1533, 'Claws is unable to mark messages 
7355                 as "read" in IMAP shared folders'
7356         * src/etpan/imap-thread.c
7357                 Fix bug 1515, 'large messages crash claws when 
7358                 syncing for offline mode'. This is rather a
7359                 workaround, and mails > 64MB will still be
7360                 problematic if there's less than 64MB available
7361                 on the dataroot volume.
7362         * src/messageview.c
7363                 MAEMO: Add information when fetching big messages
7364
7365 2008-02-26 [colin]      3.3.1cvs4
7366
7367         * src/imap.c
7368                 fix bug 1532, '"login refused" message insufficiently 
7369                 detailed'
7370
7371 2008-02-26 [paul]       3.3.1cvs3
7372
7373         * INSTALL
7374         * README
7375                 remove mentions of ClamAV and a few other
7376                 old bits of information
7377
7378 2008-02-23 [colin]      3.3.1cvs2
7379
7380         * src/main.c
7381                 Fix log output (missing \n)
7382
7383 2008-02-23 [colin]      3.3.1cvs1
7384
7385         * configure.ac
7386                 Bump version number for stable release
7387
7388 2008-02-23 [paul]       3.3.0cvs21
7389
7390         * po/he.po
7391                 updated by Ofer
7392
7393 2008-02-21 [colin]      3.3.0cvs20
7394
7395         * src/matcher.c
7396                 Fix bug 1527, 'filtering is case sensitive when it 
7397                 shouldn't be'
7398
7399 2008-02-20 [colin]      3.3.0cvs19
7400
7401         * src/main.c
7402                 Fix file attachments from older Thunar
7403
7404 2008-02-19 [colin]      3.3.0cvs18
7405
7406         * manual/plugins.xml
7407         * manual/es/plugins.xml
7408         * manual/fr/plugins.xml
7409         * manual/pl/plugins.xml
7410                 Remove Clamav
7411
7412 2008-02-19 [paul]       3.3.0cvs17
7413
7414         * tools/README
7415         * tools/csv2addressbook.pl
7416                 add support for Kmail/Kaddressbook
7417
7418 2008-02-18 [colin]      3.3.0cvs16
7419
7420         * src/imap.c
7421                 Unset folder's session before creating a
7422                 new one
7423         * src/main.c
7424         * src/prefs_common.c
7425         * src/prefs_common.h
7426         * manual/advanced.xml
7427                 Add an hidden use_networkmanager pref, to
7428                 disable NetworkManager handling. Also,
7429                 consider UNKNOWN state to be CONNECTED.
7430
7431 2008-02-18 [wwp]        3.3.0cvs15
7432
7433         * src/matcher.c
7434                 Fix Engrish and make 'not' more visible in filtering debug logs.
7435
7436 2008-02-15 [colin]      3.3.0cvs14
7437
7438         * src/matcher.c
7439                 Revert cvs10 for now, it breaks the feature
7440
7441 2008-02-15 [colin]      3.3.0cvs13
7442
7443         * src/main.c
7444                 Always focus folder tree at startup
7445         * src/compose.c
7446                 Fix bug 1521, 'Cannot close compose window after 
7447                 replying to a non-existent news message'
7448
7449 2008-02-13 [colin]      3.3.0cvs12
7450
7451         * src/folderview.c
7452                 Fix important warnings
7453
7454 2008-02-12 [colin]      3.3.0cvs11
7455
7456         * src/imap.c
7457         * src/etpan/imap-thread.c
7458         * src/etpan/imap-thread.h
7459                 Fix handling of $Forwarded flag on Exchange:
7460                 check for the existence or creatability of a
7461                 flag before using it.
7462
7463 2008-02-12 [colin]      3.3.0cvs10
7464
7465         * src/matcher.c
7466                 Optimise matching on Found in addressbook if
7467                 the matched header is in cache (From, etc)
7468
7469 2008-02-12 [colin]      3.3.0cvs9
7470
7471         * src/folderview.c
7472                 Fix crashy stuff when changing displayed
7473                 columns
7474
7475 2008-02-12 [wwp]        3.3.0cvs8
7476
7477         * src/folder.h
7478                 Remove duplicate func declaration and restore the one
7479                 a missing one.
7480
7481 2008-02-12 [wwp]        3.3.0cvs7
7482
7483         * src/compose.c
7484         * src/export.c
7485         * src/folder.c
7486         * src/folder.h
7487         * src/foldersel.c
7488         * src/foldersel.h
7489         * src/imap_gtk.c
7490         * src/import.c
7491         * src/mainwindow.c
7492         * src/messageview.c
7493         * src/mh_gtk.c
7494         * src/prefs_account.c
7495         * src/prefs_filtering_action.c
7496         * src/summaryview.c
7497         * src/plugins/bogofilter/bogofilter_gtk.c
7498         * src/plugins/spamassassin/spamassassin_gtk.c
7499                 Allow moving/copying folders to root folders when using
7500                 the folder selection dialog (it was not possible to
7501                 maemo users to reparent a subfolder to a root folder
7502                 at all).
7503
7504 2008-02-12 [fabien]     3.3.0cvs6
7505
7506         * po/fr.po
7507                 a few days late for i18n fr update. Sorry.
7508
7509 2008-02-11 [colin]      3.3.0cvs5
7510
7511         * src/main.c
7512                 Implement support for future /dev/mem_notify.
7513                 This Linux kernel feature will allow applications
7514                 to be notified that memory has to be freed
7515                 before getting OOM-killed. For more information:
7516                 http://lwn.net/Articles/267013/
7517
7518 2008-02-10 [paul]       3.3.0cvs4
7519
7520         * src/Makefile.am
7521         * src/mimeview.c
7522         * src/prefs_toolbar.c
7523         * src/stock_pixmap.c
7524         * src/stock_pixmap.h
7525         * src/pixmaps/mime_text_patch.xpm
7526                 add an icon for attached patches
7527
7528 2008-02-09 [paul]       3.3.0cvs3
7529
7530         * src/gtk/about.c
7531                 bump the (c) year
7532
7533 2008-02-09 [wwp]        3.3.0cvs2
7534
7535         * src/main.c
7536                 Fix compiling issue w/ non-gcc/C99 compilers (suncc).
7537
7538 2008-02-08 [colin]      3.3.0cvs1
7539
7540         * src/common/utils.c
7541                 Forbid attaching anything containing "../" or ".ssh/"
7542                 from mailto: URI
7543
7544 2008-02-08 [paul]       3.3.0
7545
7546         * NEWS
7547         * README
7548         * RELEASE_NOTES 
7549                 3.3.0 released
7550
7551 2008-02-08 [paul]       3.2.0cvs77
7552
7553         * AUTHORS
7554                 updated with new translators
7555         * configure.ac
7556                 added he to ALL_LINGUAS
7557         * po/cs.po
7558         * po/de.po
7559         * po/es.po
7560         * po/fi.po
7561         * po/hu.po
7562         * po/it.po
7563         * po/pt_BR.po
7564         * po/zh_CN.po
7565                 updated by Tim Brain and Petr Vanek, Stephan Sachse,
7566                 Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso,
7567                 Andrea Spadaccini, Frederico Goncalves Guimaraes,
7568                 and Ralph Young
7569         * po/he.po
7570                 new Hebrew translation by Ofer <oc666@netvision.net.il>
7571         * src/gtk/about.c
7572                 updated with new translators and bumped (c) year
7573         * src/gtk/authors.h
7574                 updated with new translators
7575
7576 2008-02-05 [colin]      3.2.0cvs76
7577
7578         * src/messageview.c
7579         * src/mimeview.c
7580         * src/mimeview.h
7581                 Special case text/calendar parts: if there's one in
7582                 the mail, and a plugin handling text/calendar is
7583                 loaded, show that part. That'll avoid rendering 
7584                 meetings as plain text, which just looks broken to
7585                 many users.
7586
7587 2008-02-04 [colin]      3.2.0cvs75
7588
7589         * src/mainwindow.c
7590                 Maemo: Fix LED handling on OS 2008
7591
7592 2008-02-01 [colin]      3.2.0cvs74
7593
7594         * src/compose.c
7595                 Possibly fix the annoying and hard-to reproduce bug
7596                 where lines 
7597                 are
7598                 rewrapped
7599                 like
7600                 that.
7601
7602 2008-02-01 [paul]       3.2.0cvs73
7603
7604         * src/common/utils.c
7605                 fix bug 1502, 'Plus signs are stripped from
7606                 email addresses when calling from command line'
7607                 Thanks to Colin
7608
7609 2008-01-31 [colin]      3.2.0cvs72
7610
7611         * src/exphtmldlg.c
7612         * src/mimeview.c
7613         * src/summaryview.c
7614                 Fix building of URIs from filenames
7615
7616 2008-01-31 [wwp]        3.2.0cvs71
7617
7618         * src/main.c
7619                 Fixes debug output of compiled-in features list
7620                 (completes 3.2.0cvs60).
7621
7622 2008-01-31 [colin]      3.2.0cvs70
7623
7624         * configure.ac
7625         * po/POTFILES.in
7626         * src/compose.c
7627         * src/plugins/Makefile.am
7628         * src/plugins/clamav/.cvsignore
7629         * src/plugins/clamav/Makefile.am
7630         * src/plugins/clamav/README
7631         * src/plugins/clamav/clamav_plugin.c
7632         * src/plugins/clamav/clamav_plugin.h
7633         * src/plugins/clamav/clamav_plugin_gtk.c
7634         * src/plugins/clamav/clamav_plugin_gtk.deps
7635                 Remove the Clamav plugin from the core
7636
7637 2008-01-28 [wwp]        3.2.0cvs69
7638
7639         * src/compose.c
7640         * src/prefs_template.c
7641         * src/prefs_template.h
7642         * src/quote_fmt.c
7643         * src/quote_fmt.h
7644         * src/quote_fmt_lex.l
7645         * src/quote_fmt_parse.y
7646                 Fix for bug #1493: count lines (\n chars) according to the way
7647                 format body is passed (i.e. \-escaped or not).
7648
7649 2008-01-27 [paul]       3.2.0cvs68
7650
7651         * po/en_GB.po
7652                 updated
7653         * src/prefs_actions.c
7654         * src/prefs_filtering.c
7655         * src/prefs_folder_item.c
7656         * src/prefs_template.c
7657         * src/gtk/about.c
7658                 some minor changes to the English
7659
7660 2008-01-24 [colin]      3.2.0cvs67
7661
7662         * src/etpan/imap-thread.c
7663         * src/etpan/nntp-thread.c
7664                 Fix bug 1348, 'Hang ups at exit time with 
7665                 pgp plugin since 3.0.2'
7666
7667 2008-01-23 [colin]      3.2.0cvs66
7668
7669         * src/toolbar.c
7670                 Fix translation of something that shouldn't be
7671
7672 2008-01-23 [colin]      3.2.0cvs65
7673
7674         * src/procmime.c
7675                 Fix bug 1486, 'Re: Incorrect content when replying'
7676                 Revert to full scan if short scan found only 0-length
7677                 text parts
7678
7679 2008-01-23 [paul]       3.2.0cvs64
7680
7681         * src/prefs_folder_item.c
7682                 fix bug 1485, 'selecting a folder's default
7683                 account if name contains '&''
7684
7685 2008-01-23 [colin]      3.2.0cvs63
7686
7687         * src/folder.c
7688         * src/folder.h
7689         * src/main.c
7690         * src/mainwindow.c
7691                 Fix bug 1480, 'should be able to display mail file
7692                 from command line'. Let 'claws-mail --select' accept
7693                 absolute paths in addition to folder identifiers.
7694
7695 2008-01-22 [wwp]        3.2.0cvs62
7696
7697         * src/account.c
7698         * src/account.h
7699         * src/compose.c
7700         * src/messageview.c
7701         * src/summaryview.c
7702         * src/common/utils.c
7703         * src/common/utils.h
7704                 Allow from=address in mailto sequence:
7705                   --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
7706                   The 'from' will try to select the first account matching in accounts list,
7707                   otherwise will use the usual account selection mechanism but override with
7708                   this 'from' address.
7709                 Allow mailto with NNTP accounts
7710                   mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
7711                   is the default one or if a NNTP account address is used with 'from'.
7712                   This is more or less a bugfix as it was possible to use mailto with a NNTP
7713                   default account but the complete mailto sequence was put in To.
7714
7715 2008-01-22 [wwp]        3.2.0cvs61
7716
7717         * doc/man/claws-mail.1
7718                 Updated the man page: status of few features, command-line
7719                 usage (--version-full) and completed list of config files
7720                 and dirs.
7721
7722 2008-01-22 [wwp]        3.2.0cvs60
7723
7724         * src/main.c
7725                 Added --version-full to display version and compiled-in
7726                 features list (for later use by Clawsker for instance).
7727
7728 2008-01-22 [holger]     3.2.0cvs59
7729
7730         * src/addrduplicates.c
7731                 Fix scrolling in addressbook duplicate
7732                 finder result dialog
7733
7734 2008-01-21 [colin]      3.2.0cvs58
7735
7736         * src/summaryview.c
7737                 Fix bug 1457, 'sorting messages on, say, from, 
7738                 should subsort on previous sort choice'. Subsort
7739                 by date when sort is Subject, From, To, Tags.
7740
7741 2008-01-21 [colin]      3.2.0cvs57
7742
7743         * AUTHORS
7744         * src/matcher.c
7745         * src/mimeview.c
7746         * src/common/ssl.c
7747         * src/gtk/authors.h
7748                 Fix bug 1478, 'Wrong pthread_create calls all 
7749                 over the place'. Patch by Christian Cornelssen
7750
7751 2008-01-20 [colin]      3.2.0cvs56
7752
7753         * src/imap.c
7754         * src/etpan/imap-thread.c
7755         * src/etpan/imap-thread.h
7756                 Fix bug 1468, 'Use IMAP keyword to 
7757                 store "forwarded" flag'
7758
7759 2008-01-20 [colin]      3.2.0cvs55
7760
7761         * src/folderutils.c
7762                 Make list operations faster
7763
7764 2008-01-20 [colin]      3.2.0cvs54
7765
7766         * src/mainwindow.c
7767                 Fix bug 1353, 'on startup with small screen 
7768                 layout, keyboard input gets lost'
7769
7770 2008-01-20 [colin]      3.2.0cvs53
7771
7772         * src/textview.c
7773                 Complete 3.2.0cvs49, and fixes bug 1477, 
7774                 'Claws Mail crashes when view PGP-encrypted 
7775                 message'
7776
7777 2008-01-20 [colin]      3.2.0cvs52
7778
7779         * src/compose.c
7780                 Fix privacy menu update when replying to
7781                 encrypted mail and no default privacy 
7782                 system is set
7783
7784 2008-01-19 [colin]      3.2.0cvs51
7785
7786         * src/filtering.c
7787         * src/procmsg.h
7788         * src/plugins/bogofilter/bogofilter.c
7789         * src/plugins/clamav/clamav_plugin.c
7790         * src/plugins/spamassassin/spamassassin.c
7791                 Batch filtering deletions too (and save 4 bytes
7792                 per MsgInfo in the process :)
7793
7794 2008-01-19 [colin]      3.2.0cvs50
7795
7796         * src/folder.c
7797                 Make cache update after copies much faster
7798                 on IMAP
7799
7800 2008-01-19 [colin]      3.2.0cvs49
7801
7802         * src/textview.c
7803                 Check g_fopen() success
7804
7805 2008-01-17 [wwp]        3.2.0cvs48
7806
7807         * manual/faq.xml
7808         * manual/es/faq.xml
7809         * manual/fr/faq.xml
7810         * manual/pl/faq.xml
7811                 Sylpheed? No idea what this means.
7812
7813 2008-01-17 [colin]      3.2.0cvs47
7814
7815         * src/gtk/gtksctree.c
7816                 Make dnd threshold higher on Maemo
7817
7818 2008-01-16 [colin]      3.2.0cvs46
7819
7820         * src/common/passcrypt.c
7821                 Fix build on FreeBSD, thanks to Pawel
7822
7823 2008-01-15 [colin]      3.2.0cvs45
7824
7825         * src/compose.c
7826                 Fix bug 1472, 'Keyboard "Menu" key doesn't call 
7827                 spell check of actuall word'
7828         * src/summaryview.c
7829                 Temporarily disable immediate execution when learning
7830                 spam *only* if the summaryview isn't locked
7831
7832 2008-01-15 [wwp]        3.2.0cvs44
7833
7834         * src/prefs_filtering.c
7835                 Fix filtering prefs layout (Maemo port), moving page up/down
7836                 from buttons to context menu.
7837
7838 2008-01-15 [colin]      3.2.0cvs43
7839
7840         * src/compose.c
7841                 Fix bug 1465, 'First line in new message does not mark URLs'
7842
7843 2008-01-15 [colin]      3.2.0cvs42
7844
7845         * src/common/passcrypt.c
7846                 Fix bug 1461, 'several components #define 
7847                 _XOPEN_SOURCE improperly'
7848
7849 2008-01-15 [colin]      3.2.0cvs41
7850
7851         * src/summaryview.c
7852                 Fix bug 1469, 'Column width adjustments on message 
7853                 lists do not save'
7854
7855 2008-01-14 [holger]     3.2.0cvs40
7856
7857         * configure.ac
7858                 Add tests for dbus, dbus glib bindings,
7859                 and NetworkManager. All is optional. Add new
7860                 --(en|dis)able-networkmanager-support switch.
7861         * src/Makefile.am
7862         * src/imap.c
7863         * src/inc.c
7864         * src/main.c
7865         * src/main.h
7866         * src/mainwindow.c
7867         * src/gtk/about.c
7868                 Add optional NetworkManager support, so Claws Mail
7869                 can try to do the right thing when the network connection
7870                 status changes. NetworkManager support is active by
7871                 default if above requirements were met.
7872
7873 2008-01-12 [colin]      3.2.0cvs39
7874
7875         * src/summaryview.c
7876                 Advertise the click-on-reply feature in the tooltip
7877
7878 2008-01-12 [colin]      3.2.0cvs38
7879
7880         * src/Makefile.am
7881         * src/stock_pixmap.c
7882         * src/stock_pixmap.h
7883         * src/pixmaps/tray_newmail.offline.xpm
7884         * src/pixmaps/tray_newmail.xpm
7885         * src/pixmaps/tray_newmarkedmail.offline.xpm
7886         * src/pixmaps/tray_newmarkedmail.xpm
7887         * src/pixmaps/tray_nomail.offline.xpm
7888         * src/pixmaps/tray_nomail.xpm
7889         * src/pixmaps/tray_unreadmail.offline.xpm
7890         * src/pixmaps/tray_unreadmail.xpm
7891         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
7892         * src/pixmaps/tray_unreadmarkedmail.xpm
7893         * src/plugins/trayicon/Makefile.am
7894         * src/plugins/trayicon/newmail.offline.xpm
7895         * src/plugins/trayicon/newmail.xpm
7896         * src/plugins/trayicon/newmarkedmail.offline.xpm
7897         * src/plugins/trayicon/newmarkedmail.xpm
7898         * src/plugins/trayicon/nomail.offline.xpm
7899         * src/plugins/trayicon/nomail.xpm
7900         * src/plugins/trayicon/trayicon.c
7901         * src/plugins/trayicon/unreadmail.offline.xpm
7902         * src/plugins/trayicon/unreadmail.xpm
7903         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
7904         * src/plugins/trayicon/unreadmarkedmail.xpm
7905                 Make the Trayicon plugin icons themable
7906
7907 2008-01-12 [wwp]        3.2.0cvs37
7908
7909         * src/prefs_display_header.c
7910                 Fix extra leading hyphen visible in the display
7911                 header configuration combo list (maemo).
7912
7913 2008-01-11 [colin]      3.2.0cvs36
7914
7915         * src/imap.c
7916                 Set timeout to 1 before disconnecting all -
7917                 for when one switches to offline and has 
7918                 no network anymore
7919         * src/messageview.c
7920                 Fix bug 1454, 'error message shows parts and 
7921                 signature of previous messages'
7922         * src/prefs_common.c
7923                 Maemo: Hide Send dialog by default
7924
7925 2008-01-10 [colin]      3.2.0cvs35
7926
7927         * src/action.c
7928         * src/editldap.c
7929         * src/prefs_account.c
7930         * src/wizard.c
7931         * src/gtk/inputdialog.c
7932         * src/plugins/pgpcore/passphrase.c
7933                 Maemo: Fix bug 1455, 'Password enters leading letter 
7934                 incorrectly as uppercase'
7935
7936 2008-01-09 [colin]      3.2.0cvs34
7937
7938         * po/pl.po
7939                 Fix bug 1446, 'SC crashes frequently when staying 
7940                 in background'. Format string error in Polish 
7941                 translation
7942         * src/gtk/description_window.c
7943         * src/prefs_template.c
7944                 Complete 3.2.0cvs9 (fix bug with gtk_main loop);
7945                 patch by Pawel
7946         * src/wizard.c
7947                 Maemo: Fix build
7948
7949 2008-01-08 [colin]      3.2.0cvs33
7950
7951         * src/main.c
7952                 Maemo: connect HW status change signal for shutdown
7953         * src/mainwindow.c
7954                 Maemo: Fix hardware space key
7955         * src/wizard.c
7956                 Maemo: name mmc1 and 2 a better name
7957
7958 2008-01-08 [wwp]        3.2.0cvs32
7959
7960         * src/folder.c
7961         * src/folder_item_prefs.c
7962         * src/folder_item_prefs.h
7963         * src/prefs_folder_item.c
7964                 It's now possible to disable processing rules when
7965                 entering a folder (this adds a new option to the
7966                 folder properties dialog).
7967
7968 2008-01-08 [wwp]        3.2.0cvs31
7969
7970         * src/common/utils.c
7971                 Mailto: now supports 'insert' (stands for 'insert file'), this
7972                 adds the ability to create a new message from the command-line,
7973                 with body set from an existing file contents.
7974
7975 2008-01-08 [colin]      3.2.0cvs30
7976
7977         * src/summaryview.c
7978                 Maybe fix bug 1452, 'crash while drag'n'droping 
7979                 emails to an IMAP folder'
7980
7981 2008-01-07 [wwp]        3.2.0cvs29
7982
7983         * src/prefs_filtering.c
7984                 Static-alize a function, thanks to Colin.
7985
7986 2008-01-07 [colin]      3.2.0cvs28
7987
7988         * src/folderview.c
7989                 Fix scrolling to bottom when drag and dropping
7990         * src/summaryview.c
7991                 Fix bug 1445, 'Display sender using addressbook: fails 
7992                 when From: isn't an email address'
7993
7994 2008-01-07 [wwp]        3.2.0cvs27
7995
7996         * src/prefs_actions.c
7997         * src/prefs_filtering.c
7998         * src/prefs_template.c
7999                 Add tooltips to most buttons in the templates, actions and
8000                 filtering/processing dialogs.
8001
8002 2008-01-07 [wwp]        3.2.0cvs26
8003
8004         * src/prefs_filtering.c
8005                  - add a clear button to clear dialog input fields
8006                  - add page up and page down buttons to move selected rule up and down
8007                  - in rules list popup-menu: added Delete, Delete all and Duplicate
8008                  - popup-menu items are greyed out either if the list is empty (not counting the
8009                    (New) row or if there is no selected item
8010                  - clear store when closing dialog
8011
8012         * src/prefs_actions.c
8013                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
8014                    clear button, popup-menu
8015                  - clear store when closing dialog
8016
8017         * src/prefs_template.c
8018                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
8019                    clear button, popup-menu 
8020
8021         * src/addrcustomattr.c
8022                  - renamed popup-menu item Clear list to Delete all
8023                  - grey out popup-menu items is there is no selected item or if list is empty
8024                  - clear store when closing dialog
8025
8026         * src/edittags.c
8027                  - added popup-menu item Delete all
8028                  - grey out popup-menu items is there is no selected item or if list is empty
8029                  - clear store when closing dialog
8030
8031 2008-01-06 [wwp]        3.2.0cvs25
8032
8033         * src/addressadd.c
8034                 One more layout fix by Pawel (completes 3.2.0cvs24).
8035
8036 2008-01-05 [colin]      3.2.0cvs24
8037
8038         * src/addressadd.c
8039                 Little GUI fixes, patch by Pawel
8040
8041 2007-12-29 [wwp]        3.2.0cvs23
8042
8043         * src/compose.c
8044                 Fix for bug #1443, and strip possible whitespaces around
8045                 custom header names.
8046
8047 2007-12-29 [mones]      3.2.0cvs22
8048
8049         * po/es.po
8050                 Updated translation, corrected a term based 
8051                 on suggestion from Israel Saeta P�rez,
8052                 reverted awful X-Mailer translation
8053         * src/procmime.c
8054                 Complete cvs20 for FreeBSD, patch by Pawel
8055
8056 2007-12-29 [colin]      3.2.0cvs21
8057
8058         * src/textview.c
8059                 Fix bug 1442, 'Tags are repeated in 
8060                 encapsulated messages'
8061
8062 2007-12-28 [colin]      3.2.0cvs20
8063
8064         * src/procmime.c
8065                 Fix path to mime/globs. Patch by Marten King.
8066
8067 2007-12-27 [colin]      3.2.0cvs19
8068
8069         * src/plugins/pgpcore/Makefile.am
8070         * src/plugins/pgpinline/Makefile.am
8071         * src/plugins/pgpmime/Makefile.am
8072                 Add missing flags to build pgp plugins on maemo
8073
8074 2007-12-27 [colin]      3.2.0cvs18
8075
8076         * src/mainwindow.c
8077                 Maximise before showing to avoid probable flickering
8078                 on slow computers.
8079
8080 2007-12-27 [colin]      3.2.0cvs17
8081
8082         * src/main.c
8083         * src/mainwindow.c
8084         * src/prefs_common.c
8085         * src/prefs_common.h
8086                 Fix bug 1439, 'Claws Mail does not remember window size 
8087                 state when restarted'. Save maximised state and force
8088                 maximisation at startup if applicable.
8089
8090 2007-12-23 [paul]       3.2.0cvs16
8091
8092         * src/prefs_matcher.c
8093                 fix bug 1436, 'Filter condition dialog doesn't
8094                 load header name from current rules'
8095
8096 2007-12-22 [paul]       3.2.0cvs15
8097
8098         * src/compose.c
8099                 fix bug 1435, 'Reply doesn't take into account
8100                 reply-to field'
8101
8102 2007-12-21 [paul]       3.2.0cvs14
8103
8104         * src/common/ssl_certificate.c
8105                 fix FreeBSD build with IPV6 support 
8106
8107 2007-12-20 [colin]      3.2.0cvs13
8108
8109         * src/imap.c
8110                 Fix error handling
8111
8112 2007-12-20 [colin]      3.2.0cvs12
8113
8114         * src/imap.c
8115         * src/imap.h
8116         * src/prefs_account.c
8117                 Add DIGEST-MD5 support for IMAP authentication
8118
8119 2007-12-19 [mones]      3.2.0cvs11
8120
8121         * doc/man/claws-mail.1
8122                 Better ordering of sections, updated options
8123         * po/es.po
8124                 Updated strings
8125
8126 2007-12-19 [paul]       3.2.0cvs10
8127
8128         * src/prefs_account.c
8129                 use a spinbutton instead of an entry for
8130                 "POP authentication timeout" also
8131
8132 2007-12-19 [colin]      3.2.0cvs9
8133
8134         * src/prefs_filtering_action.c
8135         * src/prefs_matcher.c
8136         * src/gtk/description_window.c
8137                 Destroy info windows with their parents
8138                 Patch by Pawel
8139
8140 2007-12-19 [colin]      3.2.0cvs8
8141
8142         * src/prefs_account.c
8143                 Use spinbuttons instead of entries where needed
8144                 Patch by Pawel
8145
8146 2007-12-18 [paul]       3.2.0cvs7
8147
8148         * src/prefs_matcher.c
8149                 add missing i18n for a few strings
8150                 Patch by Stephan Sachse
8151
8152 2007-12-18 [paul]       3.2.0cvs6
8153
8154         * src/prefs_logging.c
8155                 use 'disk' instead of 'disc'
8156
8157 2007-12-18 [paul]       3.2.0cvs5
8158
8159         * po/en_GB.po
8160                 updated
8161         * src/addrcustomattr.c
8162         * src/editaddress.c
8163                 fixes to the ingleesh
8164         * src/prefs_filtering_action.c
8165                 fix copyright header
8166                 fix untranslated strings
8167         * src/prefs_filtering_action.h
8168                 fix copyright header
8169
8170 2007-12-18 [wwp]        3.2.0cvs4
8171
8172         * src/folderview.c
8173         * src/headerview.c
8174         * src/prefs_common.c
8175         * src/prefs_common.h
8176         * src/prefs_fonts.c
8177         * src/summaryview.c
8178         * src/textview.c
8179         * src/wizard.c
8180         * src/common/defs.h
8181         * src/gtk/gtkutils.c
8182                 Added prefs to set custom small and bold fonts
8183                 (might matter on some desktops, according to
8184                 DPI and font settings).
8185
8186 2007-12-18 [colin]      3.2.0cvs3
8187
8188         * src/prefs_logging.c
8189                 Rework GUI, patch by Pawel
8190
8191 2007-12-18 [colin]      3.2.0cvs2
8192
8193         * src/prefs_filtering_action.c
8194                 Rework GUI, patch by Pawel
8195
8196 2007-12-18 [colin]      3.2.0cvs1
8197
8198         * src/editaddress.c
8199                 Fix build on old GCC
8200                 Fix inverted buttons
8201
8202 2007-12-17 [paul]       3.2.0
8203
8204         * NEWS
8205         * README
8206         * RELEASE_NOTES 
8207                 3.2.0 released
8208
8209 2007-12-17 [paul]       3.1.0cvs79
8210
8211         * po/de.po
8212         * po/fr.po
8213         * po/hu.po
8214         * po/it.po
8215         * po/pt_BR.po
8216                 updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
8217                 Andrea Spadaccini, and Frederico Goncalves Guimaraes
8218
8219 2007-12-17 [mones]      3.1.0cvs78
8220
8221         * po/es.po
8222                 Updated Spanish translation for 3.2.0 release
8223
8224 2007-12-16 [colin]      3.1.0cvs77
8225
8226         * src/addrcustomattr.c
8227                 Fix translations, patch by Fabien
8228
8229 2007-12-15 [paul]       3.1.0cvs76
8230
8231         * src/folderview.c
8232                 fix compiler warning
8233
8234 2007-12-14 [colin]      3.1.0cvs75
8235
8236         * src/folderview.c
8237                 Simplify logic
8238
8239 2007-12-12 [wwp]        3.1.0cvs74
8240
8241         * AUTHORS
8242         * src/gtk/authors.h
8243                 Added Marius Glauser to the hall of fame.
8244
8245 2007-12-12 [wwp]        3.1.0cvs73
8246
8247         * src/gtk/gtkutils.c
8248                 Improve the way we show results of searches
8249                 in message bodies: selected text now get centered
8250                 vertically in the message window.
8251                 Patch by Marius Glauser <seelenhirt@gmx.net>.
8252
8253 2007-12-10 [colin]      3.1.0cvs72
8254
8255         * src/folder.c
8256                 Don't crash when setting batch mode on no folder
8257
8258 2007-12-10 [colin]      3.1.0cvs71
8259
8260         * src/common/utils.c
8261                 Fix potential buffer overrun (thanks to
8262                 Hiroyuki)
8263
8264 2007-12-08 [paul]       3.1.0cvs70
8265
8266         * src/prefs_receive.c
8267                 small change to the English
8268
8269 2007-12-08 [colin]      3.1.0cvs69
8270
8271         * src/vcard.c
8272                 Fix warnings
8273
8274 2007-12-07 [colin]      3.1.0cvs68
8275
8276         * src/mainwindow.c
8277         * src/summaryview.c
8278         * src/summaryview.h
8279                 Free simplify_subject_preg at exit
8280
8281 2007-12-07 [colin]      3.1.0cvs67
8282
8283         * src/main.c
8284         * src/summaryview.c
8285         * src/common/utils.c
8286         * src/common/utils.h
8287                 We have to free reused regexps from time to
8288                 time, or they get huge
8289
8290 2007-12-07 [colin]      3.1.0cvs66
8291
8292         * src/vcard.c
8293                 Fix QP decoding (and UTF8)
8294
8295 2007-12-07 [colin]      3.1.0cvs65
8296
8297         * src/addrcustomattr.c
8298                 Update list of default custom attributes
8299                 now (will be needed for a feature patch
8300                 post 3.2.0)
8301
8302 2007-12-07 [colin]      3.1.0cvs64
8303
8304         * src/folder.c
8305                 Batch on destination folder when copying - fixes
8306                 slowness when moving unread mails to trash on IMAP
8307
8308 2007-12-06 [colin]      3.1.0cvs63
8309
8310         * src/common/w32_time.c
8311         * src/common/w32lib.h
8312         * src/etpan/etpan-thread-manager.c
8313         * src/etpan/imap-thread.c
8314         * src/etpan/nntp-thread.c
8315         * src/gtk/Makefile.am
8316                 Fix win32 build with libetpan. Thanks to
8317                 Marcus Brinkmann.
8318
8319 2007-12-06 [colin]      3.1.0cvs62
8320
8321         * src/account.c
8322         * src/imap.c
8323         * src/prefs_account.c
8324         * src/prefs_account.h
8325         * src/etpan/imap-thread.c
8326         * src/etpan/imap-thread.h
8327                 Disable connection via command line on WIN32
8328                 Disable mmap use on WIN32 - use normal strings
8329         * src/addressbook.c
8330         * src/addressbook.h
8331         * src/addressbook_foldersel.c
8332         * src/addressbook_foldersel.h
8333         * src/prefs_filtering_action.c
8334         * src/prefs_matcher.c
8335         * src/plugins/bogofilter/bogofilter_gtk.c
8336         * src/plugins/dillo_viewer/dillo_prefs.c
8337         * src/plugins/spamassassin/spamassassin_gtk.c
8338                 Fix leak, rework function logics to be more
8339                 natural - thanks to Holger
8340         * src/common/utils.c
8341                 Fix warnings
8342
8343 2007-12-06 [colin]      3.1.0cvs61
8344
8345         * src/news.c
8346         * src/common/utils.c
8347         * src/common/utils.h
8348                 Fix posting, and fix UTF-8 being sent when encoding
8349                 is 8bit
8350
8351 2007-12-05 [colin]      3.1.0cvs60
8352
8353         * src/news.c
8354                 Fix debian bug #453157, 'Fails to post usenet
8355                 articles after NNTP connection has been 
8356                 interrupted". Fix return value to prevent deletion
8357                 on failure, and issue MODE READER in case posting
8358                 fails at first.
8359
8360 2007-12-05 [colin]      3.1.0cvs59
8361
8362         * src/messageview.c
8363         * src/uri_opener.c
8364                 Improvements to the List URIs dialog
8365                 Patch by Pawel
8366
8367 2007-12-05 [colin]      3.1.0cvs58
8368
8369         * src/prefs_other.c
8370         * src/gtk/gtksctree.h
8371                 Fix warnings
8372
8373 2007-12-04 [colin]      3.1.0cvs57
8374
8375         * src/etpan/imap-thread.c
8376                 Fix bug 1378, 'Claws exits on IMAP alert message'
8377                 Don't do GTK calls directly from Etpan thread
8378
8379 2007-12-04 [colin]      3.1.0cvs56
8380
8381         * src/folderview.c
8382         * src/gtk/gtksctree.c
8383                 MAEMO: Fix bug 1325, 'Folder Navigation Problems'
8384                 Make all the left of column zero an hotspot for
8385                 expanding.
8386
8387 2007-12-04 [colin]      3.1.0cvs55
8388
8389         * src/mainwindow.c
8390         * src/mainwindow.h
8391         * src/prefs_common.c
8392         * src/prefs_common.h
8393         * src/prefs_receive.c
8394                 MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
8395
8396 2007-12-04 [wwp]        3.1.0cvs54
8397
8398         * src/prefs_other.c
8399                 Fix for bug #1419.
8400
8401 2007-12-04 [holger]     3.1.0cvs53
8402
8403         * src/addrduplicates.c
8404         * src/addrduplicates.h
8405                 Export addressbook entry deletion
8406
8407 2007-12-04 [colin]      3.1.0cvs52
8408
8409         * tools/Makefile.am
8410         * tools/README.sylprint
8411         * tools/sylprint.pl
8412         * tools/sylprint.rc
8413                 Fix debian bug #454089 (symlink attack in TMP directory)
8414                 http://secwatch.org/advisories/1019661/ :
8415                 Remove the buggy script, which was unmaintained anyway
8416         * src/news.c
8417         * src/procmsg.c
8418                 Store things in our private tmp directory.
8419
8420 2007-12-03 [colin]      3.1.0cvs51
8421
8422         * src/folder.c
8423         * src/folder.h
8424         * src/folderview.c
8425         * src/imap.c
8426         * src/mainwindow.c
8427                 Fix update problem when getting remote tags
8428         * src/prefs_matcher.c
8429                 Rework GUI to make it better. Patch by Pawel
8430                 Pekala
8431
8432 2007-12-03 [colin]      3.1.0cvs50
8433
8434         * src/etpan/imap-thread.c
8435         * src/etpan/nntp-thread.c
8436                 Fix bug 1417, 'Network log doesn't reveal 
8437                 enough NNTP errors'
8438
8439 2007-12-02 [iwkse]      3.1.0cvs49
8440
8441         * src/plugins/dillo_viewer/dillo_prefs.c
8442                         Insert dillo under the Plugins menu
8443
8444 2007-12-01 [paul]       3.1.0cvs48
8445
8446         * src/html.c
8447                 add these variant forms
8448                 Thanks to Colin
8449
8450 2007-12-01 [paul]       3.1.0cvs47
8451
8452         * src/matcher.c
8453                 fix a typo
8454
8455 2007-12-01 [paul]       3.1.0cvs46
8456
8457         * po/POTFILES.in
8458                 add the new addrcustomattr.c file
8459
8460 2007-11-29 [colin]      3.1.0cvs45
8461
8462         * src/common/ssl_certificate.c
8463                 Use the more modern getaddrinfo instead of 
8464                 gethostbyname when possible
8465
8466 2007-11-28 [colin]      3.1.0cvs44
8467
8468         * src/summaryview.c
8469                 Maybe fix bug 1410 and other crash reports
8470                 in summaryview since cvs38.
8471
8472 2007-11-28 [wwp]        3.1.0cvs43
8473
8474         * src/prefs_summary_open.c
8475                 Guard against an empty list of actions to perform
8476                 when opening a folder (or migration defaults could
8477                 be introduced, confusing).
8478
8479 2007-11-28 [colin]      3.1.0cvs42
8480
8481         * src/folderview.c
8482                 Fix mark all read from folder's contextual menu
8483
8484 2007-11-27 [colin]      3.1.0cvs41
8485
8486         * src/imap.c
8487         * src/imap.h
8488         * src/imap_gtk.c
8489         * src/prefs_account.c
8490         * src/etpan/imap-thread.c
8491                 A few fixes to the IMAP flags handling: Optimisations,
8492                 two crashers, mention that Bandwitdh-efficient mode
8493                 prevents tag fetching.
8494                 Fix M-UTF7 in subscription dialog.
8495
8496 2007-11-27 [colin]      3.1.0cvs40
8497
8498         * src/folder.c
8499         * src/mbox.c
8500         * src/summaryview.c
8501                 Make filtering faster on flags change: Batch original 
8502                 folderitem, where we'll do flags/tags changes.
8503
8504 2007-11-27 [colin]      3.1.0cvs39
8505
8506         * src/filtering.c
8507                 Fix bug 1407, 'After a copy action, further rules apply 
8508                 to both original and copy'
8509
8510 2007-11-27 [colin]      3.1.0cvs38
8511
8512         * src/edittags.c
8513         * src/summaryview.c
8514                 Fixes races when doing a long operation and user
8515                 asks for another one (Mark all read/unread on a 
8516                 big folder on IMAP for example)
8517
8518 2007-11-27 [wwp]        3.1.0cvs37
8519
8520         * src/addressbook.c
8521         * src/prefs_common.c
8522                 Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
8523                 and 3.1.0cvs35 (addressbook.c).
8524
8525 2007-11-27 [holger]     3.1.0cvs36
8526
8527         * src/printing.c
8528                 Add a line separating header and body
8529                 in the printout
8530
8531 2007-11-27 [wwp]        3.1.0cvs35
8532
8533         * src/addressbook.c
8534                 Fix a drag-and-drop issue introduced with 3.1.0cvs33
8535                 (thanks to Colin) and revert disabling of cut/copy
8536                 context menu entries upon selected groups.
8537
8538 2007-11-27 [holger]     3.1.0cvs34
8539
8540         * src/printing.c
8541                 Add weights to the list of supported text attributes
8542                 for printing
8543
8544 2007-11-27 [wwp]        3.1.0cvs33
8545
8546         * src/Makefile.am
8547         * src/addrcustomattr.c
8548         * src/addrcustomattr.h
8549         * src/addressbook.c
8550         * src/editaddress.c
8551         * src/editaddress.h
8552         * src/prefs_common.c
8553         * src/prefs_common.h
8554         * src/common/defs.h
8555                 Provide a (customizable) list of preset attribute names
8556                 for editing contacts (closes bug #1391).
8557
8558 2007-11-27 [wwp]        3.1.0cvs32
8559
8560         * src/addrclip.c
8561         * src/addressbook.c
8562         * src/addritem.c
8563                 Various fixes in the address book:
8564                         - made copy/move of a folder to itself or its subtree
8565                           impossible (-> error)
8566                         - errors messages don't show in the status bar anymore,
8567                           use alertpanels instead
8568                         - simple click on group doesn't open group edit dialog
8569                           anymore when in contact edit embedded mode (was too itchy)
8570                         - fixed disabling of edit button and and menu entry when
8571                           in contact edit embedded mode (was done in a bad and
8572                           ineffective way)
8573                         - fix menu cut/paste sensitivity in treelist context
8574                           menu (conflicting enabling was done by different functions)
8575                         - fix some menu item sensitivity in address list context menu
8576                         - don't allow cut/copy of groups, it's useless as they won't
8577                           be copied w/ their contents
8578                         - fix missing copy of the picture file when copying (bug #1402),
8579                           fix picture attribute (internal) value when moving or copying
8580
8581
8582 2007-11-27 [colin]      3.1.0cvs31
8583
8584         * src/folder.c
8585         * src/imap.c
8586                 Fix tags loss on move, fix space encoding
8587
8588 2007-11-26 [colin]      3.1.0cvs30
8589
8590         * src/edittags.c
8591         * src/folder.c
8592         * src/folder.h
8593         * src/imap.c
8594         * src/messageview.c
8595         * src/procmsg.c
8596         * src/procmsg.h
8597         * src/summaryview.c
8598         * src/common/utils.c
8599         * src/common/utils.h
8600         * src/etpan/imap-thread.c
8601         * src/etpan/imap-thread.h
8602                 Add IMAP tags support
8603
8604 2007-11-26 [colin]      3.1.0cvs29
8605
8606         * src/imap.c
8607                 Fix bug 1405, 'imap auto auth method doesn't 
8608                 work since 3.1.0'
8609
8610 2007-11-26 [colin]      3.1.0cvs28
8611
8612         * src/messageview.c
8613         * src/procmime.c
8614                 Handle broken disposition-notifications from Evolution
8615                 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
8616
8617 2007-11-25 [paul]       3.1.0cvs27
8618
8619         * src/folder_item_prefs.c
8620         * src/folder_item_prefs.h
8621                 remove dead code
8622
8623 2007-11-23 [wwp]        3.1.0cvs26
8624
8625         * src/matcher.c
8626         * src/matcher.h
8627         * src/matcher_parser_parse.y
8628         * src/prefs_matcher.c
8629                 Fix irrelevant case folding when adding matcher condition 'test',
8630                 thanks to Colin.
8631
8632 2007-11-23 [wwp]        3.1.0cvs25
8633
8634         * src/prefs_common.c
8635         * src/prefs_common.h
8636         * src/prefs_summary_open.c
8637         * src/prefs_summary_open.h
8638         * src/summaryview.c
8639                 Add "select first email in list" to the list of possible selections
8640                 when opening a folder.
8641
8642 2007-11-23 [paul]       3.1.0cvs24
8643
8644         * po/de.po
8645                 a fix by Stephan Sachse, plus remove all
8646                 old strings from the end of the file
8647
8648 2007-11-23 [wwp]        3.1.0cvs23
8649
8650         * src/prefs_msg_colors.c
8651                 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
8652                 with little changes.
8653
8654 2007-11-23 [paul]       3.1.0cvs22
8655
8656         * src/prefs_logging.c
8657                 eliminate wasted horizontal space
8658
8659 2007-11-23 [paul]       3.1.0cvs21
8660
8661         * src/prefs_summaries.c
8662                 don't wrap the label or put linebreaks
8663
8664 2007-11-22 [colin]      3.1.0cvs20
8665
8666         * src/plugins/pgpinline/pgpinline.c
8667                 Fix decryption
8668
8669 2007-11-22 [wwp]        3.1.0cvs19
8670
8671         * src/prefs_themes.c
8672                 Yet another misuse of get_rc_dir(), still related
8673                 to user themes. Completes 3.1.0cvs18.
8674
8675 2007-11-22 [wwp]        3.1.0cvs18
8676
8677         * src/stock_pixmap.c
8678                 Fix a misuse of get_rc_dir(), user themes dir was
8679                 not set properly and some themes might have disappeared
8680                 from themes list in prefs.
8681
8682 2007-11-22 [wwp]        3.1.0cvs17
8683
8684         * src/edittags.c
8685         * src/edittags.h
8686         * src/common/tags.c
8687         * src/common/tags.h
8688                 Correct copyright for these claws-mail-only brand new
8689                 files.
8690
8691 2007-11-22 [paul]       3.1.0cvs16
8692
8693         * src/compose.c
8694                 fix bug 1400, 'Drag and drop of URLs does not work'
8695                 Thanks to Colin
8696
8697 2007-11-22 [paul]       3.1.0cvs15
8698
8699         * src/prefs_common.c
8700                 make "cmds_use_system_default" default to FALSE
8701                 so as not to disrupt current settings
8702         * src/summaryview.c
8703                 increase the size of the GdkRectangle, tooltips
8704                 didn't show for me otherwise
8705
8706 2007-11-21 [colin]      3.1.0cvs14
8707
8708         * src/compose.c
8709         * src/crash.c
8710         * src/exphtmldlg.c
8711         * src/mainwindow.c
8712         * src/manual.c
8713         * src/mimeview.c
8714         * src/prefs_account.c
8715         * src/prefs_common.c
8716         * src/prefs_common.h
8717         * src/prefs_ext_prog.c
8718         * src/textview.c
8719         * src/uri_opener.c
8720         * src/gtk/about.c
8721         * src/gtk/gtkutils.c
8722                 Use xdg-open as a way to find default browser,
8723                 when available
8724
8725 2007-11-21 [colin]      3.1.0cvs13
8726
8727         * src/messageview.c
8728         * src/procmime.c
8729         * src/procmsg.h
8730                 Send better return receipts (useful ones)
8731                 Handle incoming return receipts
8732
8733 2007-11-20 [colin]      3.1.0cvs12
8734
8735         * src/printing.c
8736         * src/printing.h
8737                 Add getter/setter for settings, and getter
8738                 for page setup
8739
8740 2007-11-20 [colin]      3.1.0cvs11
8741
8742         * src/folderview.c
8743         * src/main.c
8744         * src/mainwindow.c
8745                 Fix bug 1396, 'Crash on disabling a filter 
8746                 while it is processing'
8747
8748 2007-11-20 [paul]       3.1.0cvs10
8749
8750         * src/folder.c
8751                 fix bug 1395, 'Crash on checking for new mails
8752                 while filter is running'
8753                 Thanks to Colin
8754
8755 2007-11-20 [paul]       3.1.0cvs9
8756
8757         * src/compose.c
8758                 make this string easier for translators
8759
8760 2007-11-19 [colin]      3.1.0cvs8
8761
8762         * src/prefs_summaries.c
8763         * src/summaryview.c
8764                 Don't enable more tooltips on Maemo
8765
8766 2007-11-19 [colin]      3.1.0cvs7
8767
8768         * src/prefs_common.c
8769         * src/prefs_common.h
8770         * src/prefs_summaries.c
8771         * src/summaryview.c
8772                 Fix bug 1388, 'message list tool tips'
8773                 Add (optional) tooltips in summaryview.
8774                 This only works with GTK+ >= 2.12
8775
8776 2007-11-19 [colin]      3.1.0cvs6
8777
8778         * src/compose.c
8779                 Make strings a bit better when attaching
8780                 from mailto: URIs
8781
8782 2007-11-19 [colin]      3.1.0cvs5
8783
8784         * src/common/utils.c
8785                 Fix bug 1392, 'Top level domain .EU is 
8786                 not recognised as valid'
8787
8788 2007-11-19 [wwp]        3.1.0cvs4
8789
8790         * src/compose.c
8791         * src/compose.h
8792                 Revert changes to compose.c made in 3.1.0cvs2.
8793
8794 2007-11-19 [wwp]        3.1.0cvs3
8795
8796         * src/addressbook.c
8797         * src/addressbook.h
8798         * src/editaddress.c
8799         * src/editgroup.c
8800         * src/addrduplicates.c
8801                 Minor improvements in the address book:
8802                 always accept new contacts provided that some
8803                 detail is set (instead of rejecting silently).
8804                 Better guessing of contact name from incomplete
8805                 name information. Better display of contacts with
8806                 no name, in contact lists, group contents, find
8807                 duplicate results.
8808                 
8809
8810 2007-11-19 [wwp]        3.1.0cvs2
8811
8812         * src/compose.c
8813         * src/compose.h
8814         * src/prefs_logging.c
8815         * src/prefs_summaries.c
8816                 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
8817                 wrap some long label in prefs/summaries, layout checkboxes
8818                 in a more compact form in prefs/loggin, make account and
8819                 header's combos have the same size/spacing in compose
8820                 window.
8821
8822 2007-11-19 [wwp]        3.1.0cvs1
8823
8824         * src/edittags.c
8825                 Fix a tiny leak and duplicate variable.
8826
8827 2007-11-19 [paul]       3.1.0
8828
8829         * NEWS
8830         * README
8831         * RELEASE_NOTES 
8832                 3.1.0 released
8833
8834 2007-11-19 [paul]       3.0.2cvs145
8835
8836         * po/de.po
8837         * po/fi.po
8838         * po/fr.po
8839         * po/hu.po
8840         * po/it.po
8841         * po/pl.po
8842         * po/pt_BR.po
8843         * po/sk.po
8844         * po/zh_CN.po
8845                 updated by Stephan Sachse, Flammie Pirinen,
8846                 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
8847                 Emil Nowak, Frederico Goncalves Guimaraes,
8848                 Andrej Kacian, and Ralph Young
8849
8850 2007-11-18 [mones]      3.0.2cvs144
8851
8852         * po/es.po
8853                 Updated Spanish translation
8854
8855 2007-11-18 [colin]      3.0.2cvs143
8856
8857         * src/edittags.c
8858                 Prevent empty tag after edit, thanks to wwp
8859
8860 2007-11-18 [colin]      3.0.2cvs142
8861
8862         * src/editaddress.c
8863                 Fix possible "(null)" %s - thanks to wwp
8864
8865 2007-11-16 [wwp]        3.0.2cvs141
8866
8867         * src/common/utils.c
8868                 Fix for 3.0.2cvs140, prevents from crashing when opening
8869                 a compose window.
8870
8871 2007-11-16 [colin]      3.0.2cvs140
8872
8873         * src/main.c
8874         * src/common/claws.c
8875                 Output a bit more useful info at startup
8876                 in --debug mode
8877
8878 2007-11-16 [colin]      3.0.2cvs139
8879
8880         * src/compose.c
8881         * src/common/utils.c
8882         * src/common/utils.h
8883                 Fix bug 1387, 'Request for --compose to 
8884                 support multiple attachments'
8885
8886 2007-11-16 [colin]      3.0.2cvs138
8887
8888         * src/news.c
8889                 Fix bug 1390, 'NNTP fails after server 
8890                 closed connection'
8891
8892 2007-11-16 [colin]      3.0.2cvs137
8893
8894         * src/prefs_display_header.c
8895                 Fix bug 1389, 'Changing 'Display headers 
8896                 in message view' breaks dispheaderrc'
8897
8898 2007-11-14 [colin]      3.0.2cvs136
8899
8900         * src/summaryview.c
8901         * src/gtk/quicksearch.c
8902         * src/gtk/quicksearch.h
8903                 Fix resetting the quicksearch when in non-sticky
8904                 mode, but Recursive is set: reset only when going
8905                 out of the root search folder.
8906
8907 2007-11-14 [colin]      3.0.2cvs135
8908
8909         * src/filtering.c
8910                 Don't set new flag back when doing "Mark as unread"
8911                 from filtering
8912
8913 2007-11-12 [paul]       3.0.2cvs134
8914
8915         * src/plugins/dillo_viewer/dillo_viewer.c
8916                 don't offer the mime type for translation
8917
8918 2007-11-12 [paul]
8919
8920         3.1.0-rc2 released
8921
8922 2007-11-11 [colin]      3.0.2cvs133
8923
8924         * src/imap_gtk.c
8925         * src/mh_gtk.c
8926                 Use markup-escaped strings in dialogs
8927
8928 2007-11-11 [colin]      3.0.2cvs132
8929
8930         * src/imap.c
8931                 Better IMAP-UTF7/UTF8 conversion
8932
8933 2007-11-10 [colin]      3.0.2cvs131
8934
8935         * src/news.c
8936                 Fix debian bug 450698, 'nntp auth behavior changed 
8937                 without notice'
8938
8939 2007-11-10 [colin]      3.0.2cvs130
8940
8941         * configure.ac
8942         * src/inc.c
8943         * src/main.c
8944         * src/main.h
8945         * src/mimeview.c
8946         * src/statusbar.c
8947         * src/common/utils.c
8948         * src/etpan/Makefile.am
8949         * src/gtk/filesel.c
8950         * src/gtk/gtkutils.h
8951         * src/gtk/menu.c
8952         * src/plugins/bogofilter/Makefile.am
8953         * src/plugins/clamav/Makefile.am
8954         * src/plugins/dillo_viewer/Makefile.am
8955         * src/plugins/pgpcore/Makefile.am
8956         * src/plugins/spamassassin/Makefile.am
8957         * src/plugins/trayicon/Makefile.am
8958                 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
8959
8960 2007-11-09 [colin]      3.0.2cvs129
8961
8962         * src/addressbook.c
8963         * src/ldapupdate.c
8964                 fix bug 1375, 'Impossible to modify e-mail
8965                 in LDAP addressbook twice'; Try two. update
8966                 externalID, don't make display lag, and
8967                 fix the cases where dn is not mail.
8968
8969 2007-11-08 [paul]       3.0.2cvs128
8970
8971         * src/account.c
8972         * src/compose.c
8973         * src/messageview.c
8974         * src/prefs_account.c
8975         * src/prefs_account.h
8976                 reinstate 'Generate Message-ID' option as an
8977                 account preference. (hidden on IMAP)
8978                 Thanks to Colin
8979
8980 2007-11-08 [paul]       3.0.2cvs127
8981
8982         * src/textview.c
8983                 MAEMO: fix failure of loading images inline
8984                 MAEMO: fix bug 1349, 'Emails still skip to end
8985                 when opened (in certain circumstances)...'
8986
8987 2007-11-07 [colin]      3.0.2cvs126
8988
8989         * src/toolbar.c
8990                 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
8991
8992 2007-11-07 [colin]      3.0.2cvs125
8993
8994         * src/toolbar.c
8995                 Re-change the string occurence of A_CLAWS_ACTIONS
8996                 to A_SYL_ACTIONS, to prevent parse errors of the
8997                 toolbar_*.xml files
8998
8999 2007-11-07 [colin]      3.0.2cvs124
9000
9001         * src/mimeview.c
9002         * src/prefs_common.c
9003         * src/prefs_common.h
9004         * manual/advanced.xml
9005                 Add an hidden pref, 'save_parts_readwrite';
9006                 completes 3.0.2cvs35
9007
9008 2007-11-07 [paul]       3.0.2cvs123
9009
9010         * src/prefs_toolbar.c
9011         * src/toolbar.c
9012         * src/toolbar.h
9013                 rename ToolbarSylpheedActions to ToolbarClawsActions
9014                 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
9015
9016 2007-11-07 [paul]       3.0.2cvs122
9017
9018         * src/toolbar.c
9019                 MAEMO: remove tooltips
9020
9021 2007-11-07 [colin]      3.0.2cvs121
9022
9023         * src/plugins/pgpinline/pgpinline.c
9024                 Fix bug 1377, 'unspecific errors on 
9025                 signature checking'. Fix trimming of
9026                 UTF8 data.
9027
9028 2007-11-06 [iwkse]      3.0.2cvs120
9029
9030         * src/prefs_summary_open.c
9031                 yet a string change
9032
9033 2007-11-06 [paul]       3.0.2cvs119
9034
9035         * tools/Makefile.am
9036         * tools/README
9037         * tools/csv2addressbook.pl
9038                 add a new script that imports a CSV formatted
9039                 address book. Becky and Thunderbird address
9040                 book are currently supported.
9041
9042 2007-11-05 [colin]      3.0.2cvs118
9043
9044         * src/imap.c
9045                 Fix deletion 
9046
9047 2007-11-05 [iwkse]      3.0.2cvs117
9048
9049         * src/prefs_summary_open.c
9050                 String changes
9051
9052 2007-11-04 [paul]       3.0.2cvs116
9053
9054         * src/addressbook_foldersel.c
9055                 fix gtk critical warning
9056                 Patch by Pawel Pekala
9057
9058 2007-11-04 [paul]       3.0.2cvs115
9059
9060         * tools/README
9061         * tools/claws-mail-compose-insert-files.pl
9062                 add --bcc and uri_escape() everything
9063
9064 2007-11-04 [paul]       3.0.2cvs114
9065
9066         * src/gtk/gtkutils.c
9067                 gtkut_stock_with_text_button_set_create(): set
9068                 GTK_CAN_DEFAULT on buttons 2 and 3
9069
9070 2007-11-03 [paul]       3.0.2cvs113
9071
9072         * src/common/utils.c
9073                 fix debian bug #448814, 'mailto: URI decoding
9074                 desn't decode the destination address field'
9075                 Patch by Federico Heinz <fheinz@vialibre.org.ar>
9076
9077 2007-11-03 [paul]       3.0.2cvs112
9078
9079         * AUTHORS
9080         * src/compose.c
9081         * src/gtk/authors.h
9082                 allow Bcc in commandline URIs
9083                 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
9084
9085 2007-11-02 [colin]      3.0.2cvs111
9086
9087         * src/addressbook.c
9088                 Maybe fix bug 1376, 'crash on 
9089                 addressbook manipulation'
9090
9091 2007-10-31 [paul]       3.0.2cvs110
9092
9093         * src/ldapupdate.c
9094                 fix bug 1375, 'Impossible to modify e-mail
9095                 in LDAP addressbook twice'
9096                 Patch by Michael Rasmussen
9097
9098 2007-10-30 [paul]       3.0.2cvs109
9099
9100         * configure.ac
9101                 enable GnuTLS support with --enable-gnutls which
9102                 will disable openssl support. if the user has
9103                 gtk >= 2.10.x don't allow gnomeprint even if the
9104                 user asks for it
9105
9106 2007-10-30 [paul]
9107
9108         3.1.0-rc1 released
9109
9110 2007-10-30 [paul]       3.0.2cvs108
9111
9112         * Makefile.am
9113                 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
9114
9115 2007-10-30 [paul]       3.0.2cvs107
9116
9117         * src/expldifdlg.c
9118         * src/prefs_account.c
9119         * src/prefs_folder_item.c
9120         * src/prefs_spelling.c
9121         * src/prefs_themes.c
9122         * src/wizard.c
9123         * src/gtk/gtkaspell.c
9124         * src/gtk/gtkaspell.h
9125         * src/plugins/spamassassin/spamassassin_gtk.c
9126                 replace deprecated gtk_option_menu...
9127                 patch by Pawel Pekala
9128
9129 2007-10-29 [colin]      3.0.2cvs106
9130
9131         * src/plugins/dillo_viewer/dillo_prefs.c
9132                 Fix forgotten signal connect
9133
9134 2007-10-28 [colin]      3.0.2cvs105
9135
9136         * src/plugins/dillo_viewer/dillo_prefs.c
9137         * src/plugins/dillo_viewer/dillo_prefs.h
9138         * src/plugins/dillo_viewer/dillo_viewer.c
9139                 Implement addressbook-based whitelisting for loading
9140                 remote images. Fixed missing destroy of the embedded
9141                 browser that made a Dillo window pop up on exit, if
9142                 an HTML part was displayed.
9143
9144 2007-10-26 [colin]      3.0.2cvs104
9145
9146         * src/edittags.c
9147                 Add missing static
9148
9149 2007-10-25 [colin]      3.0.2cvs103
9150
9151         * src/editaddress.c
9152                 Add tap-and-hold on the picture, for Maemo
9153         * src/edittags.c
9154         * src/edittags.h
9155         * src/mainwindow.c
9156         * src/procmsg.c
9157         * src/summaryview.c
9158         * src/textview.c
9159                 Unify tag interfaces.
9160
9161 2007-10-25 [colin]      3.0.2cvs102
9162
9163         * src/imap.c
9164         * src/etpan/imap-thread.h
9165                 Much better error handling. We'll need to be really
9166                 clear to users about where errors come from, with 
9167                 the apparition of Gmail's IMAP server.
9168
9169 2007-10-24 [colin]      3.0.2cvs101
9170
9171         * src/edittags.c
9172         * src/mainwindow.c
9173         * src/summaryview.c
9174         * src/textview.c
9175                 Add tags sorting (alphabetical); allow deletion of
9176                 tags from the Apply Tags window
9177
9178 2007-10-24 [colin]      3.0.2cvs100
9179
9180         * src/editaddress.c
9181         * src/editaddress_other_attributes_ldap.c
9182         * src/editaddress_other_attributes_ldap.h
9183         * src/ldapctrl.c
9184         * src/ldapquery.c
9185         * src/ldapupdate.c
9186                 Fix LDAP writing (got broken in cvs39)
9187                 Add read-only support for jpegPhoto LDAP field
9188
9189 2007-10-23 [colin]      3.0.2cvs99
9190
9191         * src/news.c
9192                 Fix crash in some cases
9193
9194 2007-10-22 [colin]      3.0.2cvs98
9195
9196         * src/common/socket.h
9197         * src/common/ssl.c
9198                 Fix big leak in GnuTLS code
9199
9200 2007-10-22 [colin]      3.0.2cvs97
9201
9202         * src/news.c
9203                 Fix bug 1368, 'SIGSEGV in NNTP code'
9204
9205 2007-10-22 [colin]      3.0.2cvs96
9206
9207         * src/prefs_customheader.c
9208                 Catch compface warnings when generating X-Faces
9209
9210 2007-10-22 [wwp]        3.0.2cvs95
9211
9212         * src/quote_fmt_parse.y
9213                 Remove accidentally committed debug traces.
9214                 Fix a warning.
9215
9216 2007-10-22 [colin]      3.0.2cvs94
9217
9218         * src/etpan/nntp-thread.c
9219                 Fix authentication
9220
9221 2007-10-19 [wwp]        3.0.2cvs93
9222
9223         * src/common/ssl_certificate.c
9224                 Add missing include (Windows).
9225
9226 2007-10-19 [colin]      3.0.2cvs92
9227
9228         * src/imap_gtk.c
9229         * src/mimeview.c
9230         * src/textview.c
9231         * src/gtk/inputdialog.c
9232         * src/gtk/inputdialog.h
9233                 Remove the last old combo; patch by
9234                 Pawel
9235
9236 2007-10-19 [colin]      3.0.2cvs91
9237
9238         * src/common/ssl.c
9239                 Fix interop problem with GnuTLS and some crappy
9240                 servers that have very little keys.
9241
9242 2007-10-19 [colin]      3.0.2cvs90
9243
9244         * src/common/ssl.c
9245                 Fix return value check on GnuTLS, and
9246                 display the error
9247
9248 2007-10-18 [colin]      3.0.2cvs89
9249
9250         * src/common/ssl_certificate.c
9251                 Fix missing initialisations
9252
9253 2007-10-18 [wwp]        3.0.2cvs88
9254
9255         * src/Makefile.am
9256                 Fix linking against GNUTLS (matters if --enable-gnutls only).
9257
9258 2007-10-18 [colin]      3.0.2cvs87
9259
9260         * po/POTFILES.in
9261                 Fix build
9262
9263 2007-10-18 [mones]      3.0.2cvs86
9264
9265         * src/editbook.c
9266         * src/import.c
9267         * src/prefs_account.c
9268         * src/prefs_receive.c
9269         * src/gtk/about.c
9270         * src/plugins/bogofilter/bogofilter_gtk.c
9271         * src/plugins/spamassassin/spamassassin_gtk.c
9272                 More capitalisation micro-fixes
9273
9274 2007-10-18 [paul]       3.0.2cvs85
9275
9276         * configure.ac
9277                 add info about NNTP support via libetpan
9278                 change the configure output ending msg a little
9279         * src/gtk/about.c
9280                 similar changes to above
9281
9282 2007-10-18 [colin]      3.0.2cvs84
9283
9284         * src/procmime.c
9285         * src/procmime.h
9286                 Fix missing symbol for S/MIME
9287
9288 2007-10-18 [colin]      3.0.2cvs83
9289
9290         * src/prefs_filtering_action.c
9291                 Fix crash in tags (introduced in cvs78)
9292
9293 2007-10-18 [colin]      3.0.2cvs82
9294
9295         * src/common/Makefile.am
9296         * src/common/nntp.c
9297         * src/common/nntp.h
9298         * src/etpan/Makefile.am
9299         * src/etpan/etpan-thread-manager-types.h
9300         * src/etpan/etpan-thread-manager.c
9301         * src/etpan/imap-thread.c
9302         * src/etpan/nntp-thread.c
9303         * src/etpan/nntp-thread.h
9304         * src/news.c
9305         * src/news.h
9306                 Rewrite the nntp implementation
9307                 to use libetpan. Non-blocking NNTP!
9308         * src/account.c
9309         * src/crash.c
9310         * src/imap.c
9311         * src/inc.c
9312         * src/main.c
9313         * src/mainwindow.c
9314         * src/pop.c
9315         * src/pop.h
9316         * src/prefs_account.c
9317         * src/recv.c
9318         * src/recv.h
9319         * src/send_message.c
9320         * src/send_message.h
9321         * src/ssl_manager.c
9322         * src/ssl_manager.h
9323         * src/wizard.c
9324         * src/common/claws.c
9325         * src/common/session.c
9326         * src/common/session.h
9327         * src/common/smtp.c
9328         * src/common/smtp.h
9329         * src/common/socket.c
9330         * src/common/socket.h
9331         * src/common/ssl.c
9332         * src/common/ssl.h
9333         * src/common/ssl_certificate.c
9334         * src/common/ssl_certificate.h
9335         * src/gtk/about.c
9336         * src/gtk/sslcertwindow.c
9337         * src/gtk/sslcertwindow.h
9338                 Implement GnuTLS support. GnuTLS support
9339                 will be used if OpenSSL isn't available, or
9340                 specified explicitely. (the reason is that
9341                 GnuTLS cerficate checking is a bit less 
9342                 practical than OpenSSL's)
9343
9344 2007-10-18 [paul]       3.0.2cvs81
9345
9346         * src/gtk/inputdialog.c
9347         * src/gtk/inputdialog.h
9348                 fix copyright header
9349
9350 2007-10-17 [colin]      3.0.2cvs80
9351
9352         * src/plugins/pgpcore/select-keys.c
9353                 Fix bug which prevented encryption key
9354                 auto-selection when two or more matched the
9355                 email address, but only one isn't revoked
9356                 or expired.
9357
9358 2007-10-17 [wwp]        3.0.2cvs79
9359
9360         * src/compose.c
9361         * src/quote_fmt.c
9362         * src/quote_fmt.h
9363         * src/quote_fmt_lex.l
9364         * src/quote_fmt_parse.y
9365                 Templates can now attach files using |attach{filename}.
9366
9367 2007-10-17 [wwp]        3.0.2cvs78
9368
9369         * src/prefs_customheader.c
9370         * src/prefs_ext_prog.c
9371         * src/prefs_filtering_action.c
9372         * src/prefs_matcher.c
9373         * src/prefs_other.c
9374         * src/prefs_toolbar.c
9375         * src/gtk/combobox.c
9376         * src/gtk/combobox.h
9377         * src/gtk/gtkutils.c
9378         * src/gtk/gtkutils.h
9379         * src/plugins/bogofilter/bogofilter_gtk.c
9380         * src/plugins/spamassassin/spamassassin_gtk.c
9381                 Removed almost all remaining instances of GtkCombo
9382                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
9383                 few visual and code cleanup from Colin.
9384
9385 2007-10-16 [wwp]        3.0.2cvs77
9386         * src/gtk/pluginwindow.c
9387                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
9388
9389 2007-10-15 [colin]      3.0.2cvs76
9390
9391         * src/edittags.c
9392         * src/edittags.h
9393         * src/filtering.c
9394         * src/filtering.h
9395         * src/importmutt.c
9396         * src/importpine.c
9397         * src/main.c
9398         * src/messageview.c
9399         * src/messageview.h
9400         * src/mimeview.c
9401         * src/mimeview.h
9402         * src/pop.c
9403         * src/pop.h
9404         * src/prefs_common.c
9405         * src/prefs_common.h
9406         * src/prefs_customheader.c
9407         * src/prefs_customheader.h
9408         * src/prefs_display_header.c
9409         * src/prefs_display_header.h
9410         * src/prefs_filtering_action.c
9411         * src/prefs_filtering_action.h
9412         * src/prefs_folder_column.c
9413         * src/prefs_folder_column.h
9414         * src/prefs_folder_item.c
9415         * src/prefs_folder_item.h
9416         * src/prefs_gtk.c
9417         * src/prefs_gtk.h
9418         * src/prefs_logging.h
9419         * src/prefs_matcher.c
9420         * src/prefs_matcher.h
9421         * src/prefs_summary_column.c
9422         * src/prefs_summary_column.h
9423         * src/prefs_summary_open.c
9424         * src/procheader.c
9425         * src/procheader.h
9426         * src/procmime.c
9427         * src/procmime.h
9428         * src/recv.c
9429         * src/recv.h
9430         * src/sourcewindow.c
9431         * src/sourcewindow.h
9432         * src/summaryview.c
9433         * src/summaryview.h
9434         * src/textview.c
9435         * src/textview.h
9436         * src/toolbar.c
9437         * src/toolbar.h
9438         * src/common/mgutils.c
9439         * src/common/mgutils.h
9440         * src/common/nntp.c
9441         * src/common/nntp.h
9442         * src/common/prefs.c
9443         * src/common/prefs.h
9444         * src/common/socket.c
9445         * src/common/socket.h
9446         * src/common/stringtable.c
9447         * src/common/stringtable.h
9448         * src/common/template.c
9449         * src/common/template.h
9450         * src/common/uuencode.c
9451         * src/common/uuencode.h
9452         * src/gtk/gtkshruler.c
9453         * src/gtk/gtkshruler.h
9454         * src/gtk/menu.c
9455         * src/gtk/menu.h
9456         * src/gtk/progressdialog.c
9457         * src/gtk/progressdialog.h
9458                 Remove/staticalize, the return of the revenge
9459
9460 2007-10-15 [colin]      3.0.2cvs75
9461
9462         * src/matcher.c
9463                 Fix redirections in filtering's tests
9464
9465 2007-10-15 [colin]      3.0.2cvs74
9466
9467         * src/imap.c
9468                 Don't build imap_synchronise at all when 
9469                 building without libetpan
9470
9471 2007-10-14 [colin]      3.0.2cvs73
9472
9473         * src/imap.c
9474         * src/common/md5.c
9475         * src/common/md5.h
9476         * src/gtk/manage_window.c
9477         * src/gtk/manage_window.h
9478                 Remove more unused code
9479
9480 2007-10-14 [colin]      3.0.2cvs72
9481
9482         * src/addrquery.c
9483         * src/addrquery.h
9484         * src/recv.c
9485         * src/recv.h
9486         * src/vcard.c
9487         * src/vcard.h
9488         * src/common/xml.c
9489         * src/common/xml.h
9490         * src/common/xmlprops.c
9491         * src/common/xmlprops.h
9492                 Remove more unused code
9493
9494 2007-10-14 [colin]      3.0.2cvs71
9495
9496         * src/common/utils.c
9497                 Remove unused function
9498
9499 2007-10-13 [colin]      3.0.2cvs70
9500
9501         * src/imap.c
9502         * src/imap.h
9503         * src/mainwindow.c
9504         * src/mainwindow.h
9505         * src/gtk/gtkutils.c
9506         * src/gtk/gtkutils.h
9507                 Staticalise/Remove more code
9508
9509 2007-10-13 [colin]      3.0.2cvs69
9510
9511         * src/common/utils.c
9512         * src/common/utils.h
9513                 Remove dead code, unused for ages
9514
9515 2007-10-13 [colin]      3.0.2cvs68
9516
9517         * src/main.c
9518         * src/main.h
9519                 Maemo: define hildon_program in main.c,
9520                 make it accessible in the .h with extern
9521
9522 2007-10-13 [paul]       3.0.2cvs67
9523
9524         * src/gtk/menu.c
9525                 fix a bunch of runtime warnings on maemo
9526
9527 2007-10-13 [paul]       3.0.2cvs66
9528
9529         * src/main.c
9530         * src/main.h
9531         * src/gtk/gtkutils.c
9532         * src/gtk/gtkutils.h
9533                 fix a bunch of compiler warnings on maemo
9534
9535 2007-10-12 [colin]      3.0.2cvs65
9536
9537         * src/account.c
9538         * src/addritem.c
9539         * src/addritem.h
9540         * src/filtering.c
9541         * src/filtering.h
9542         * src/folder.c
9543         * src/folder.h
9544         * src/common/utils.c
9545         * src/common/utils.h
9546                 Remove unused code, staticalise some functions
9547
9548 2007-10-12 [paul]       3.0.2cvs64
9549
9550         * src/account.c
9551         * src/folderview.c
9552         * src/main.c
9553         * src/mainwindow.c
9554         * src/messageview.c
9555         * src/summary_search.c
9556         * src/summaryview.c
9557         * src/toolbar.c
9558         * src/wizard.c
9559         * src/common/utils.c
9560         * src/gtk/prefswindow.c
9561                 fix a bunch of compiler warnings on maemo
9562
9563 2007-10-11 [colin]      3.0.2cvs63
9564
9565         * src/editaddress.c
9566                 Make static function static
9567
9568 2007-10-11 [mones]      3.0.2cvs62
9569
9570         * src/addrduplicates.c
9571         * src/addressbook.c
9572         * src/compose.c
9573         * src/expldifdlg.c
9574         * src/mainwindow.c
9575         * src/messageview.c
9576         * src/pop.c
9577         * src/prefs_customheader.c
9578         * src/prefs_send.c
9579         * src/prefs_themes.c
9580         * src/common/plugin.c
9581         * src/gtk/pluginwindow.c
9582         * src/gtk/quicksearch.c
9583                 Fix several typos and capitalisation issues
9584
9585 2007-10-11 [wwp]        3.0.2cvs61
9586
9587         * src/editaddress.c
9588                 Fix a warning about possible use of uninitialized
9589                 filename var.
9590
9591 2007-10-11 [wwp]        3.0.2cvs60
9592
9593         * src/editaddress.c
9594                 Disable "Unset picture" menu item when there's
9595                 no picture to clear. Fix an extraneous g_unref_object,
9596                 add missing initializers.
9597
9598 2007-10-11 [wwp]        3.0.2cvs59
9599
9600         * src/pixmaps/anonymous.xpm
9601         * src/editaddress.c
9602         * src/Makefile.am
9603         * src/stock_pixmap.c
9604         * src/stock_pixmap.h
9605                 Fix a leak, gettext-ize the photo label.
9606                 Don't clear the existing picture if loading
9607                 a new one fails. Use a default 'anonymous'
9608                 picture (this new xpm has been added to the
9609                 internal stock_pixmap API). Add a
9610                 "Set picture" context menu entry.
9611
9612 2007-10-11 [colin]      3.0.2cvs58
9613
9614         * src/messageview.c
9615                 Make shift-shortcuts work
9616         * src/prefs_actions.c
9617                 Don't ask if we really want to close when
9618                 choosing OK and only the list is changed
9619         * src/prefs_template.c
9620                 Don't ask if we really want to close when
9621                 choosing OK and only the list is changed
9622         * src/common/plugin.c
9623                 Fix writing of second [Plugins_*] block
9624         * src/common/template.c
9625                 Remove unused files (fixes deletion)
9626
9627 2007-10-10 [paul]       3.0.2cvs57
9628
9629         * src/prefs_template.c
9630                 put the whole thing in a scrolled window
9631                 so that half the page is no longer inaccessible
9632                 on maemo
9633                 make the gtk_text_view smaller on maemo
9634
9635 2007-10-10 [colin]      3.0.2cvs56
9636
9637         * src/compose.c
9638                 Fix updating of Attachments number in some
9639                 cases (reedit, attach from command-line, ...)
9640
9641 2007-10-10 [colin]      3.0.2cvs55
9642
9643         * src/editaddress.c
9644                 Initialise error correctly
9645
9646 2007-10-10 [paul]       3.0.2cvs54
9647
9648         * src/prefs_filtering_action.c
9649         * src/gtk/description_window.c
9650         * src/gtk/foldersort.c
9651         * src/gtk/quicksearch.c
9652                 get rid of some pointless new lines and
9653                 make the descripton labels wrap better
9654
9655 2007-10-10 [colin]      3.0.2cvs53
9656
9657         * src/addressadd.c
9658         * src/editaddress.c
9659         * src/headerview.c
9660         * src/textview.c
9661                 More error handling on saving pictures
9662
9663 2007-10-10 [colin]      3.0.2cvs52
9664
9665         * src/printing.c
9666         * src/printing.h
9667                 Generalize a bit printing, so we can factorize
9668                 most of the code. 
9669
9670 2007-10-10 [paul]       3.0.2cvs51
9671
9672         * src/addrduplicates.c
9673                 fix engrish
9674                 use GTK_STOCK... buttons
9675
9676 2007-10-10 [paul]       3.0.2cvs50
9677
9678         * src/addressadd.c
9679         * src/addrindex.c
9680         * src/editaddress.c
9681                 Fix previous patch
9682                 Thanks to Colin
9683
9684 2007-10-10 [paul]       3.0.2cvs49
9685
9686         * src/summaryview.c
9687         * src/messageview.c
9688                 Fix crash on Add sender to addressbook when
9689                 From is null
9690         * src/addressadd.c
9691         * src/addrindex.c
9692         * src/editaddress.c
9693         * src/editaddress_other_attributes_ldap.h
9694                 Fix leaks 
9695                 Rename images to .png in addrbook/
9696         * src/headerview.c
9697         * src/textview.c
9698                 Fix Face/X-Face being used if adding another
9699                 address than sender to addressbook
9700                 Thanks to Colin
9701
9702 2007-10-10 [holger]     3.0.2cvs48
9703
9704         * src/addrduplicates.c
9705         * src/editaddress.c
9706                 Improvements to the addressbook duplicate finder
9707                 feature:
9708                  - add an edit button to the button bar
9709                  - display the whole bookname (with iface) and
9710                    use this for same-book checking
9711                  - after editing, try to keep selections if the
9712                    entries are still present
9713                  - sort the email column alphabetically
9714                  - put results in a scrolled window
9715                  - support embedded editing
9716                  - make columns in detail view resizable
9717                  - add keyboard shortcuts
9718
9719 2007-10-10 [wwp]        3.0.2cvs47
9720
9721         * src/addrindex.c
9722                 Fix a crash when there's no From: in email, thanks to Colin.
9723
9724 2007-10-09 [paul]       3.0.2cvs46
9725
9726         * src/messageview.c
9727         * src/summaryview.c
9728         * src/textview.c
9729                 fix building without compface support
9730
9731 2007-10-09 [colin]      3.0.2cvs45
9732
9733         * src/editaddress.c
9734         * src/headerview.c
9735         * src/textview.c
9736                 Add error handling
9737
9738 2007-10-09 [colin]      3.0.2cvs44
9739
9740         * src/addrduplicates.c
9741         * src/addressadd.c
9742         * src/addressadd.h
9743         * src/addressbook.c
9744         * src/addressbook.h
9745         * src/addrindex.c
9746         * src/addrindex.h
9747         * src/addritem.c
9748         * src/addritem.h
9749         * src/compose.c
9750         * src/editaddress.c
9751         * src/editaddress_other_attributes_ldap.h
9752         * src/headerview.c
9753         * src/messageview.c
9754         * src/mimeview.c
9755         * src/summaryview.c
9756         * src/textview.c
9757         * src/gtk/gtkutils.c
9758                 Automatically set contacts' pictures from Face 
9759                 or X-Face if they have no picture
9760                 Display the contact picture in textview or
9761                 headerview for mails sent by people in the 
9762                 addressbook, that have no Face or X-Face
9763                 Fix a few details in the Person edition dialog
9764                 (ability to unset picture)
9765                 Remove picture file when deleting contacts
9766
9767 2007-10-09 [iwkse]      3.0.2cvs43
9768
9769         * src/gtk/about.c
9770                 center the about window
9771
9772 2007-10-09 [paul]       3.0.2cvs42
9773
9774         * src/prefs_toolbar.c
9775                 fix icon selector window on maemo
9776
9777 2007-10-09 [paul]       3.0.2cvs41
9778
9779         * src/messageview.c
9780                 add 'go to' menu to separate msgview
9781
9782 2007-10-09 [colin]      3.0.2cvs40
9783
9784         * src/common/defs.h
9785                 Add forgotten file
9786
9787 2007-10-09 [iwkse]      3.0.2cvs39
9788
9789         * Makefile.am
9790         * src/addressbook.c
9791         * src/addritem.c
9792         * src/addritem.h
9793         * src/editaddress.c
9794         * src/editaddress_other_attributes_ldap.h
9795         * src/addrbook.c
9796         * src/Makefile.am
9797                 set a photo in the Addressbook
9798
9799 2007-10-08 [colin]      3.0.2cvs38
9800
9801         * src/prefs_toolbar.c
9802                 Make height 320 to remove the scrollbar 
9803                 (with current number of icons)
9804
9805 2007-10-08 [colin]      3.0.2cvs37
9806
9807         * src/prefs_toolbar.c
9808                 Transform the treeview to a GtkIconView.
9809                 Patch by Pawel
9810                 In addition, transform the window so that 
9811                 it looks like a popup menu. Patch by me
9812
9813 2007-10-08 [colin]      3.0.2cvs36
9814
9815         * src/compose.c
9816         * src/compose.h
9817                 Beautify the GUI a bit; in particular, show the
9818                 number of attachments in the tab's title.
9819                 Patch by Pawel
9820
9821 2007-10-08 [paul]       3.0.2cvs35
9822
9823         * src/mimeview.c
9824                 Save users from themselves: save temporary
9825                 files used for Open/Open with as read-only.
9826                 Thanks to Colin
9827
9828 2007-10-08 [paul]       3.0.2cvs34
9829
9830         * tools/Makefile.am
9831                 forgot this in cvs33
9832
9833 2007-10-08 [paul]       3.0.2cvs33
9834
9835         * tools/kdeservicemenu/README
9836         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
9837         * tools/kdeservicemenu/install.sh
9838         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
9839                 renamed template* to *template so as not to confuse
9840                 lintian
9841
9842 2007-10-08 [paul]       3.0.2cvs32
9843
9844         * src/prefs_themes.c
9845         * src/stock_pixmap.c
9846                 replace 2 direct uses of RC_DIR
9847
9848 2007-10-07 [colin]      3.0.2cvs31
9849
9850         * src/addrduplicates.c
9851         * src/addrduplicates.h
9852         * src/addressbook.c
9853         * src/addressbook.h
9854         * src/addrindex.c
9855         * src/addrindex.h
9856                 Implement deletion in duplicate finder. 
9857                 Patch by Holger 
9858
9859 2007-10-07 [colin]      3.0.2cvs30
9860
9861         * src/exporthtml.c
9862         * src/mbox.c
9863         * src/common/utils.c
9864                 Better fix for Solaris, thanks to Nicolas Doualot
9865
9866 2007-10-07 [colin]      3.0.2cvs29
9867
9868         * AUTHORS
9869         * src/gtk/authors.h
9870                 Add Frank Dietrich
9871
9872 2007-10-07 [colin]      3.0.2cvs28
9873
9874         * src/exporthtml.c
9875                 Fix HTML export to make it more compliant
9876                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
9877
9878 2007-10-07 [colin]      3.0.2cvs27
9879
9880         * src/prefs_toolbar.c
9881                 Only use icons that wouldn't look stupid in the toolbar
9882                 Patch by Pawel
9883
9884 2007-10-07 [colin]      3.0.2cvs26
9885
9886         * src/prefs_toolbar.c
9887                 Fix old icon being used when none is selected
9888
9889 2007-10-07 [colin]      3.0.2cvs25
9890
9891         * src/toolbar.c
9892                 Fix copy/paste error
9893
9894 2007-10-07 [colin]      3.0.2cvs24
9895
9896         * src/prefs_toolbar.c
9897         * src/toolbar.c
9898         * src/toolbar.h
9899                 Update icon to default one when changing event
9900                 Make the icon chooser nicer (handle Esc, Enter,
9901                 double-click)
9902
9903 2007-10-06 [colin]      3.0.2cvs23
9904
9905         * src/prefs_toolbar.c
9906                 Fix text reset; patch by Pawel
9907
9908 2007-10-06 [colin]      3.0.2cvs22
9909
9910         * src/toolbar.h
9911                 Complete previous commit
9912
9913 2007-10-06 [colin]      3.0.2cvs21
9914
9915         * src/prefs_toolbar.c
9916         * src/toolbar.c
9917                 Set toolbar text automatically to the default
9918                 when changing Event executed on click
9919
9920 2007-10-06 [colin]      3.0.2cvs20
9921
9922         * src/prefs_toolbar.c
9923                 Invert Text and Event fields
9924
9925 2007-10-06 [colin]      3.0.2cvs19
9926
9927         * src/prefs_toolbar.c
9928         * src/toolbar.c
9929                 Make toolbar prefs look much better
9930                 Patch by Pawel Pekala
9931
9932 2007-10-06 [paul]       3.0.2cvs18
9933
9934         * src/account.c
9935         * src/prefs_filtering.c
9936                 fix checkbuttons in gtktreeview on maemo by
9937                 setting maemo's "allow-checkbox-mode" to FALSE
9938
9939 2007-10-06 [colin]      3.0.2cvs17
9940
9941         * configure.ac
9942                 Export -DSOLARIS in CFLAGS for all
9943                 Solaris (not just 2.8) and OpenSolaris
9944
9945 2007-10-06 [paul]       3.0.2cvs16
9946
9947         * AUTHORS
9948         * src/exporthtml.c
9949         * src/mbox.c
9950         * src/gtk/authors.h
9951                 fix build on solaris where ctime_r takes
9952                 3 arguments rather than 2.
9953                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
9954
9955 2007-10-05 [colin]      3.0.2cvs15
9956
9957         * src/etpan/imap-thread.c
9958                 Fix wrong error codepath
9959
9960 2007-10-05 [wwp]        3.0.2cvs14
9961
9962         * src/filtering.c
9963                 Fix unexpected logging of quicksearches:
9964                 debug_filtering_session flag was never reset to FALSE, causing
9965                 matcher functions to log when called from a quicksearch
9966                 (if a filtering session happened before).
9967
9968 2007-10-05 [paul]       3.0.2cvs13
9969
9970         * src/prefs_actions.c
9971         * src/prefs_filtering.c
9972         * src/prefs_template.c
9973                 fix bug 1343, 'Filtering..'s close button
9974                 silently discards new filter'
9975                 Thanks to Colin
9976
9977 2007-10-05 [paul]       3.0.2cvs12
9978
9979         * configure.ac
9980         * src/Makefile.am
9981                 fix bug 1347, '-Wno-unused-function, optional'
9982
9983 2007-10-05 [colin]      3.0.2cvs11
9984
9985         * src/procmime.c
9986         * src/common/mgutils.c
9987                 Fix warnings
9988
9989 2007-10-05 [mones]      3.0.2cvs10
9990
9991         * manual/advanced.xml
9992                 Use full menu name
9993         * manual/es/advanced.xml
9994                 Synchronise translation
9995
9996 2007-10-04 [colin]      3.0.2cvs9
9997
9998         * src/action.c
9999         * src/addrbook.c
10000         * src/addrindex.c
10001         * src/compose.c
10002         * src/exporthtml.c
10003         * src/exportldif.c
10004         * src/folder.c
10005         * src/main.c
10006         * src/matcher.c
10007         * src/mbox.c
10008         * src/messageview.c
10009         * src/mh.c
10010         * src/news.c
10011         * src/partial_download.c
10012         * src/pop.c
10013         * src/procmime.c
10014         * src/procmsg.c
10015         * src/toolbar.c
10016         * src/common/log.c
10017         * src/common/mgutils.c
10018         * src/common/plugin.c
10019         * src/common/utils.c
10020         * src/common/xml.c
10021         * src/common/xml.h
10022         * src/common/xmlprops.c
10023         * src/common/xmlprops.h
10024         * src/plugins/bogofilter/bogofilter.c
10025         * src/plugins/clamav/clamav_plugin.c
10026         * src/plugins/dillo_viewer/dillo_prefs.c
10027         * src/plugins/pgpcore/prefs_gpg.c
10028         * src/plugins/pgpinline/pgpinline.c
10029         * src/plugins/pgpmime/pgpmime.c
10030         * src/plugins/spamassassin/spamassassin.c
10031         * src/plugins/trayicon/trayicon_prefs.c
10032                 Verify success on writes. Will fix possible strange
10033                 failure on disk full.
10034
10035 2007-10-04 [paul]       3.0.2cvs8
10036
10037         * manual/advanced.xml
10038                 add further info about Actions
10039                 Patch by Emmanuel Briot <briot@adacore.com>
10040
10041 2007-10-04 [paul]       3.0.2cvs7
10042
10043         * src/account.c
10044                 remove the D column, instead indicate the
10045                 default account by use of bold text
10046
10047 2007-10-03 [colin]      3.0.2cvs6
10048
10049         * src/common/template.c
10050                 Fix templates writing (was prone to disk full problems)
10051
10052 2007-10-03 [colin]      3.0.2cvs5
10053
10054         * src/Makefile.am
10055         * src/addrduplicates.c
10056         * src/addrduplicates.h
10057         * src/addressbook.c
10058                 Add duplicate deletion. Patch by Holger
10059
10060 2007-10-03 [colin]      3.0.2cvs4
10061
10062         * src/matcher.c
10063         * src/gtk/quicksearch.c
10064                 Fix bug 1340, 'Case insensitive searches with 
10065                 non-ascii alphabets fail'.
10066
10067 2007-10-03 [colin]      3.0.2cvs3
10068
10069         * src/main.c
10070         * src/common/utils.c
10071         * src/common/utils.h
10072                 Implement run-time alternative config directories
10073
10074 2007-10-03 [colin]      3.0.2cvs2
10075
10076         * src/folderview.c
10077                 Prevent opening folder item while folder
10078                 is scanned in a better way
10079
10080 2007-10-02 [paul]       3.0.2cvs1
10081
10082         * NEWS
10083         * README
10084         * RELEASE_NOTES
10085         * configure.ac
10086                 bump up version number following stable release
10087
10088 2007-09-30 [colin]      3.0.1cvs49
10089
10090         * src/imap.c
10091                 Refresh session if needed
10092
10093 2007-09-30 [colin]      3.0.1cvs48
10094
10095         * src/imap.c
10096                 Reset folder's session to NULL
10097                 before destroying it
10098
10099 2007-09-30 [mones]      3.0.1cvs47
10100
10101         * manual/handling.xml
10102                 Use markup quotes instead hardcoded quotes
10103         * manual/es/handling.xml
10104                 Added new synced section (IMAP subscriptions)
10105
10106 2007-09-29 [colin]      3.0.1cvs46
10107
10108         * src/imap.c
10109                 Notice disconnections faster
10110
10111 2007-09-28 [colin]      3.0.1cvs45
10112
10113         * src/addressbook.c
10114         * src/addrindex.c
10115                 Fix warnings
10116
10117 2007-09-28 [paul]       3.0.1cvs44
10118
10119         * src/mimeview.c
10120                 fix maemo build
10121
10122 2007-09-28 [paul]       3.0.1cvs43
10123
10124         * src/account.c
10125                 use gtk_widget_set_size_request() on the label
10126                 so that wrapping works better. get rid of the
10127                 (partially deprecated) hbutton_box.
10128                 these changes should prevent buttons overlapping
10129                 on maemo
10130
10131 2007-09-28 [colin]      3.0.1cvs42
10132
10133         * src/pop.c
10134                 Fix typo :)
10135
10136 2007-09-28 [colin]      3.0.1cvs41
10137
10138         * src/compose.c
10139         * src/msgcache.c
10140         * src/pop.c
10141         * src/procmime.c
10142         * src/etpan/imap-thread.c
10143                 64bits-related warning fixes
10144
10145 2007-09-28 [colin]      3.0.1cvs40
10146
10147         * src/folder_item_prefs.c
10148         * src/ldaputil.c
10149         * src/mainwindow.c
10150         * src/mimeview.c
10151         * src/common/tags.c
10152                 Fix warnings
10153
10154 2007-09-28 [colin]      3.0.1cvs39
10155
10156         * src/plugins/spamassassin/spamassassin.c
10157         * src/plugins/spamassassin/spamassassin.h
10158         * src/plugins/spamassassin/spamassassin_gtk.c
10159                 Add addressbook-based whitelisting
10160
10161 2007-09-28 [colin]      3.0.1cvs38
10162
10163         * src/folder.c
10164                 Fix bug 1337, 'crash on pressing Send button'
10165
10166 2007-09-28 [paul]       3.0.1cvs37
10167
10168         * src/prefs_folder_item.c
10169                 give the orphans a parent. makes all prefs
10170                 pages visible on maemo
10171
10172 2007-09-28 [colin]      3.0.1cvs36
10173
10174         * src/prefs_folder_column.c
10175         * src/prefs_summary_column.c
10176                 Fix two leaks
10177
10178 2007-09-27 [colin]      3.0.1cvs35
10179
10180         * src/gtk/quicksearch.c
10181                 Fix bug 1336, 'Segfault if empty space before search-string'
10182
10183 2007-09-26 [mones]      3.0.1cvs34
10184
10185         * manual/account.xml
10186         * manual/plugins.xml
10187                 Fixed irc channel name, added some docbook markup.
10188                 Changed text markup to docbook markup. 
10189                 Added spamcop as supported in SpamReport description.
10190         * manual/fr/plugins.xml
10191                 Fixed irc channel name.
10192         * manual/es/account.xml
10193         * manual/es/advanced.xml
10194         * manual/es/claws-mail-manual.xml
10195         * manual/es/glossary.xml
10196         * manual/es/gpl.xml
10197         * manual/es/keyboard.xml
10198         * manual/es/plugins.xml
10199                 Synced with English version, fixed a couple of typos.
10200
10201 2007-09-26 [colin]      3.0.1cvs33
10202
10203         * configure.ac
10204                 Explain why "Libgnomeprint: no" on GTK+ 2.10
10205
10206 2007-09-26 [colin]      3.0.1cvs32
10207
10208         * src/messageview.c
10209         * src/procmsg.c
10210         * src/procmsg.h
10211                 Optimisation: avoid fetching mail 3 times locally
10212                 for displaying
10213
10214 2007-09-26 [colin]      3.0.1cvs31
10215
10216         * src/mh.c
10217                 Fix missing static
10218
10219 2007-09-26 [colin]      3.0.1cvs30
10220
10221         * src/folder.c
10222         * src/folder.h
10223         * src/mh.c
10224         * src/mh.h
10225                 Fix MH mtime hack - make it a folder class function
10226
10227 2007-09-26 [colin]      3.0.1cvs29
10228
10229         * src/inc.c
10230                 Fix bug 1334, 'user defined mail incorporation 
10231                 script not run'
10232
10233 2007-09-25 [colin]      3.0.1cvs28
10234
10235         * src/codeconv.c
10236                 Optimisation: shortcut conv_codeset_strdup
10237                 when src_code and dest_code are the same
10238         * src/common/xml.c
10239         * src/common/xml.h
10240                 Optimisation: shortcut code conversions when
10241                 files are in UTF-8; faster list walking by
10242                 using prepend/reverse.
10243
10244 2007-09-25 [holger]     3.0.1cvs27
10245
10246         * src/printing.c
10247                 Replace button bar of the preview window
10248                 with a real toolbar (patch by Colin)
10249                 Add zooming to the preview window
10250
10251 2007-09-24 [paul]       3.0.1cvs26
10252
10253         * src/compose.c
10254                 compact the character set menu, adding some
10255                 missing encodings. Patch by Pawel Pekala
10256
10257 2007-09-23 [paul]       3.0.1cvs25
10258
10259         * src/prefs_account.c
10260         * src/prefs_folder_item.c
10261         * src/prefs_quote.c
10262         * src/quote_fmt.c
10263         * src/quote_fmt.h
10264                 remove unnecessary frame from Templates options
10265                 and improve the English of the check button label
10266
10267 2007-09-22 [colin]      3.0.1cvs24
10268
10269         * src/gtk/quicksearch.c
10270                 Fix bug 1329, 'error in quicksearch.c'
10271                 Fix return with value in function returning void
10272
10273 2007-09-22 [colin]      3.0.1cvs23
10274
10275         * src/imap.c
10276         * src/procmsg.h
10277         * src/common/utils.c
10278         * src/common/utils.h
10279         * src/etpan/imap-thread.c
10280                 Optimise fetching IMAP cached emails *a lot*
10281                 (remember whether mail is fully cached and \r's
10282                  are already stripped)
10283
10284 2007-09-22 [colin]      3.0.1cvs22
10285
10286         * src/folder.c
10287         * src/folder.h
10288         * src/prefs_folder_item.c
10289                 Add a button to allow users to drop local caches.
10290
10291 2007-09-21 [colin]      3.0.1cvs21
10292
10293         * src/summaryview.c
10294                 Remove unnecessary error when cancelling export to mbox.
10295                 Patch by Pawel
10296
10297 2007-09-21 [paul]       3.0.1cvs20
10298
10299         * src/gtk/prefswindow.c
10300                 remove unnecessary frames from the prefs
10301                 pages. Patch by Pawel Pekala
10302
10303 2007-09-21 [paul]       3.0.1cvs19
10304
10305         * src/prefs_account.c
10306         * src/prefs_folder_item.c
10307         * src/prefs_quote.c
10308         * src/quote_fmt.c
10309                 put the Templates options into a tabbed
10310                 layout. Patch by Pawel Pekala
10311
10312 2007-09-21 [paul]       3.0.1cvs18
10313
10314         * src/mainwindow.c
10315                 group together the character set menu items
10316                 move the /View/Show or hide/Message view below
10317                 .../Toolbar menu item
10318                 Patch by Pawel Pekala
10319
10320 2007-09-21 [mones]      3.0.1cvs17
10321
10322         * src/compose.c
10323                 Fix for bug 1327, 'segfault when replying to a non-existent
10324                 news message', thanks to Colin.
10325
10326 2007-09-21 [colin]      3.0.1cvs16
10327
10328         * src/folderview.c
10329                 Complete 3.0.1cvs15
10330
10331 2007-09-20 [colin]      3.0.1cvs15
10332
10333         * src/folderview.c
10334         * src/folderview.h
10335                 Maybe fix bug 1324, 'Corrupted IMAP cache'
10336
10337 2007-09-20 [colin]      3.0.1cvs14
10338
10339         * src/printing.c
10340                 Fix a little leak
10341
10342 2007-09-20 [holger]     3.0.1cvs13
10343
10344         * src/printing.c
10345                 Add page layout to print preview.
10346                 Make the close-button in the toolbar
10347                 right-aligned.
10348
10349 2007-09-20 [paul]       3.0.1cvs12
10350
10351         * po/ru.po
10352                 updated by Pavlo Bohmat
10353
10354 2007-09-19 [colin]      3.0.1cvs11
10355
10356         * src/common/utils.c
10357                 Prevent unquoted mime boundaries, by always
10358                 using a /
10359
10360 2007-09-19 [colin]      3.0.1cvs10
10361
10362         * src/printing.c
10363                 Fix drawing area size, fix DPI change that
10364                 can cause total number of lines to decrease
10365
10366 2007-09-19 [colin]      3.0.1cvs9
10367
10368         * po/POTFILES.in
10369         * src/printing.c
10370                 Make print preview more efficient and nicer.
10371                 Patch mostly by Holger Berndt <hb@claws-mail.org>
10372
10373 2007-09-19 [colin]      3.0.1cvs8
10374
10375         * src/prefs_common.c
10376         * src/prefs_common.h
10377         * src/printing.c
10378                 Add scrolledwindow, default allocation and
10379                 size saving to the print preview window.
10380
10381 2007-09-18 [colin]      3.0.1cvs7
10382
10383         * src/prefs_common.c
10384         * src/prefs_common.h
10385         * src/prefs_image_viewer.c
10386         * src/printing.c
10387                 GtkPrintOperation:
10388                 - add image printing support
10389                 - add option to print images
10390                 - add preview widget
10391                 - add saving of a few Page Setup parameters
10392
10393 2007-09-18 [colin]      3.0.1cvs6
10394
10395         * AUTHORS
10396         * src/gtk/authors.h
10397                 Add Guillaume Chazarain
10398
10399 2007-09-18 [colin]      3.0.1cvs5
10400
10401         * src/common/utils.c
10402                 Fix bug 1321, 'access before allocation 
10403                 when scanning for uris'. Patch by 
10404                 Guillaume Chazarain <guichaz@yahoo.fr>
10405
10406 2007-09-18 [colin]      3.0.1cvs4
10407
10408         * src/toolbar.c
10409                 Fix bug 1320, 'Memory leak caused by 
10410                 gtk_container_get_children'. Patch by
10411                 Guillaume Chazarain <guichaz@yahoo.fr>
10412
10413 2007-09-18 [colin]      3.0.1cvs3
10414
10415         * src/printing.c
10416         * src/printing.h
10417                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
10418
10419 2007-09-18 [colin]      3.0.1cvs2
10420
10421         * src/Makefile.am
10422         * src/mainwindow.c
10423         * src/messageview.c
10424         * src/messageview.h
10425         * src/prefs_ext_prog.c
10426         * src/prefs_fonts.c
10427         * src/printing.c
10428         * src/printing.h
10429         * src/summaryview.c
10430                 Use GtkPrintOperation by default on GTK+ >= 2.10
10431                 Patch by Holger Berndt <hb@claws-mail.org>
10432
10433 2007-09-18 [paul]       3.0.1cvs1
10434
10435         * NEWS
10436         * README
10437         * RELEASE_NOTES
10438         * configure.ac
10439                 bump up version number following stable release
10440
10441 2007-09-16 [colin]      3.0.0cvs18
10442
10443         * src/folder.c
10444                 Fix possible memleak
10445
10446 2007-09-16 [colin]      3.0.0cvs17
10447
10448         * src/folderview.c
10449                 Fix bug 1311, 'Wrong arrow position 
10450                 while moving message into folder when 
10451                 column headers hidden'
10452         * src/image_viewer.c
10453                 Show error in the GUI if image can't
10454                 be loaded
10455         * src/matcher.c
10456                 Fix spurious output
10457         * src/messageview.c
10458                 Allow setting domain in msgid
10459         * src/common/plugin.c
10460                 Add timing information
10461
10462 2007-09-16 [colin]      3.0.0cvs16
10463
10464         * src/account.c
10465         * src/compose.c
10466         * src/prefs_account.c
10467         * src/prefs_account.h
10468         * src/common/utils.c
10469                 Remove Generate Message-ID option. We need
10470                 this on some IMAP servers.
10471         * src/prefs_template.c
10472                 Fix double-free
10473
10474 2007-09-16 [colin]      3.0.0cvs15
10475
10476         * src/prefs_filtering.c
10477         * src/prefs_filtering.h
10478         * src/prefs_filtering_action.c
10479         * src/common/tags.c
10480                 Fix tags issues: tags with spaces, renaming
10481                 tags.
10482
10483 2007-09-16 [colin]      3.0.0cvs14
10484
10485         * src/folderview.c
10486         * src/main.c
10487         * src/mainwindow.c
10488                 Fix bug 1308, 'Claws deletes folderlist.xml after
10489                 fetching mail short after start-up'
10490
10491 2007-09-16 [colin]      3.0.0cvs13
10492
10493         * src/compose.c
10494                 Fix scrolling to cursor
10495
10496 2007-09-16 [paul]       3.0.0cvs12
10497
10498         * po/sr.po
10499                 updated by Aleksandar Urosevic
10500
10501 2007-09-16 [paul]       3.0.0cvs11
10502
10503         * src/folder.c
10504                 do not allow locked msgs to be deleted,
10505                 even by filtering/processing
10506
10507 2007-09-07 [paul]       3.0.0cvs10
10508
10509         * src/prefs_folder_column.c
10510         * src/prefs_summary_column.c
10511                 implement button sensitivity
10512                 patch by Pawel Pekala
10513
10514 2007-09-06 [wwp]        3.0.0cvs9
10515
10516         * src/prefs_gtk.c
10517                 Add a missing linefeed to a debug message.
10518
10519 2007-09-05 [colin]      3.0.0cvs8
10520
10521         * src/inc.c
10522                 Fix statusbar/window mismatch on Maemo
10523
10524 2007-09-05 [colin]      3.0.0cvs7
10525
10526         * src/ldaputil.c
10527                 Fix build without USE_LDAP_TLS
10528
10529 2007-09-05 [colin]      3.0.0cvs6
10530
10531         * src/folder.c
10532         * src/imap.c
10533         * src/inc.c
10534         * src/mbox.c
10535         * src/send_message.c
10536         * src/statusbar.c
10537         * src/statusbar.h
10538                 Maemo: distinguish various statusbar messages,
10539                 in order to display only the most important.
10540
10541 2007-09-04 [wwp]        3.0.0cvs5
10542
10543         * src/account.c
10544                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
10545                 Show protocol "SMTP" and the appropriate server for send-only
10546                 accounts, show "-" instead of "" when no value is relevant.
10547
10548 2007-09-03 [ticho]      3.0.0cvs4
10549
10550         * src/summaryview.c
10551                 Handle plural form better in delete confirmation dialog.
10552
10553 2007-09-03 [wwp]        3.0.0cvs3
10554
10555         * src/compose.c
10556                 Warn differently when sending or sending later (queueing).
10557
10558 2007-09-03 [colin]      3.0.0cvs2
10559
10560         * src/procmime.c
10561         * src/procmime.h
10562         * src/common/plugin.c
10563         * src/common/plugin.h
10564                 Add a new plugin API, MimeParser. It allows
10565                 plugins to scan email MIME parts and optionally,
10566                 transform them.
10567
10568 2007-09-03 [mones]      3.0.0cvs1
10569
10570         * po/es.po
10571                 Updated translation
10572         * src/common/defs.h
10573                 While a better solution is made double history sizes
10574
10575 2007-09-03 [paul]       3.0.0
10576
10577         * NEWS
10578         * README
10579         * RELEASE_NOTES
10580                 3.0.0 released
10581
10582 [For previous entries, see ChangeLog.2.0.0-3.0.0]