2008-05-07 [colin] 3.4.0cvs29
[claws.git] / ChangeLog
1 2008-05-07 [colin]      3.4.0cvs29
2
3         * configure.ac
4                 Fix --enable-maemo (assume --enable-generic-umpc)
5
6 2008-05-07 [colin]      3.4.0cvs28
7
8         * configure.ac
9         * src/account.c
10         * src/addr_compl.c
11         * src/compose.c
12         * src/editaddress.c
13         * src/folderview.c
14         * src/mainwindow.c
15         * src/messageview.c
16         * src/mimeview.c
17         * src/prefs_account.c
18         * src/prefs_common.c
19         * src/prefs_display_header.c
20         * src/prefs_filtering.c
21         * src/prefs_summaries.c
22         * src/prefs_template.c
23         * src/prefs_toolbar.c
24         * src/stock_pixmap.c
25         * src/summaryview.c
26         * src/summaryview.h
27         * src/textview.c
28         * src/toolbar.c
29         * src/gtk/about.c
30         * src/gtk/gtksctree.c
31         * src/gtk/menu.c
32         * src/gtk/prefswindow.c
33         * src/gtk/sslcertwindow.c
34                 Separate generic UMPC code (layouts, ...) from 
35                 MAEMO code (Hildon, ...)
36
37 2008-05-06 [paul]       3.4.0cvs27
38
39         * tools/claws.i18n.status.pl
40                 add he.po
41
42 2008-05-06 [colin]      3.4.0cvs26
43
44         * src/common/utils.c
45                 Maybe fix crash on FreeBSD
46
47 2008-05-05 [colin]      3.4.0cvs25
48
49         * src/messageview.c
50                 Fix bug 1602, 'Crash when sending return receipt for
51                 messages with no subject'
52
53 2008-05-05 [colin]      3.4.0cvs24
54
55         * src/mimeview.c
56                 Don't overwrite temporary files with same
57                 name when drag and dropping. Fixes bug 1599,
58                 'attach multiple files with the same name from 
59                 one mail to another'
60
61 2008-05-04 [paul]       3.4.0cvs23
62
63         * src/compose.c
64         * src/prefs_common.c
65                 fix bug 1587 'can not replay with quote'
66
67 2008-05-03 [colin]      3.4.0cvs22
68
69         * po/de.po
70                 Fix bug 1598, 'Leading slash while translating "Unsubscribe"'
71
72 2008-05-03 [colin]      3.4.0cvs21
73
74         * src/toolbar.c
75                 Fix bug 1597, 'In news folders, "Move Message to Wastebin" 
76                 icon isn't grayed although ineffective'
77
78 2008-05-02 [wwp]        3.4.0cvs20
79
80         * po/fr.po
81                 Fix translation.
82
83         * src/prefs_folder_item.c
84                 Add missing notice in folder properties (templates) when
85                 folder is a root node.
86
87 2008-04-30 [colin]      3.4.0cvs19
88
89         * src/prefs_toolbar.c
90                 Add Trash and Delete icons to the icon chooser
91
92 2008-04-30 [colin]      3.4.0cvs18
93
94         * src/compose.c
95                 Remove "Delete entire line" which was a noop
96                 and should be the same as "Delete line" :)
97
98 2008-04-30 [colin]      3.4.0cvs17
99
100         * src/compose.c
101                 Fix 'Delete line' and 'Delete to end of line'
102                 on the last line. Patch by <seelenhirt@gmx.net>
103
104 2008-04-28 [colin]      3.4.0cvs16
105
106         * src/folder.c
107                 Fix bug 1589, 'tagsdb file not removed when
108                 folder deleted'.
109         * src/common/utils.c
110                 Make sure claws_unlink accepts NULL arg.
111
112 2008-04-25 [colin]      3.4.0cvs15
113
114         * src/common/ssl.c
115                 Fix/simplify previous commit
116
117 2008-04-25 [colin]      3.4.0cvs14
118
119         * src/addrindex.h
120         * src/common/ssl_certificate.c
121                 Patch by Marcus: Fix Win32 build
122         * src/common/ssl.c
123                 Fix build with GnuTLS/no pthread, thanks
124                 to Marcus
125
126 2008-04-25 [colin]      3.4.0cvs13
127
128         * src/summaryview.c
129                 Fix bug 1586, '3-pane vertical layout now and then 
130                 still shows sender column'
131
132 2008-04-25 [colin]      3.4.0cvs12
133
134         * src/Makefile.am
135         * src/w32-logo.ico
136         * src/w32-resource.rc
137                 Patch from Marcus Brinkmann to set an icon on w32.
138
139 2008-04-24 [colin]      3.4.0cvs11
140
141         * src/inc.c
142         * src/inc.h
143                 Trace inc locks
144         * src/ldif.c
145         * src/ldif.h
146                 Fix bug 1581, 'Bad File Format during Import LDIF':
147                 Use dynamically allocated buffers; also, allow 
148                 importing contacts with no email address
149
150 2008-04-24 [colin]      3.4.0cvs10
151
152         * src/prefs_common.c
153                 Increment the timeout a bit on OpenBSD, 75 isn't enough
154
155 2008-04-23 [colin]      3.4.0cvs9
156
157         * src/compose.c
158         * src/prefs_folder_item.c
159         * src/prefs_template.c
160         * src/quote_fmt.c
161                 Fix bug 1576: Fix unescaping of templates when testing them
162                 I think it breaks nothing. (wwp, you're welcome to double-check)
163
164 2008-04-23 [paul]       3.4.0cvs8
165
166         * manual/advanced.xml
167                 add info about the "two_line_vertical" hidden
168                 pref
169
170 2008-04-22 [paul]       3.4.0cvs7
171
172         * src/prefs_common.c
173         * src/prefs_common.h
174         * src/summaryview.c
175                 make the 2-line view in summaryview when in three
176                 columns mode configurable. hidden pref: "two_line_vertical"
177
178 2008-04-22 [colin]      3.4.0cvs6
179
180         * src/inc.c
181                 Fix missing inc_unlock()
182         * src/prefs_matcher.c
183         * src/send_message.c
184                 Fix my last commit
185
186 2008-04-22 [colin]      3.4.0cvs5
187
188         * src/etpan/imap-thread.c
189                 Use g_(un)setenv instead of (un)setenv which
190                 doesn't exist on IRIX 6.5
191
192 2008-04-22 [colin]      3.4.0cvs4
193
194         * src/inc.c
195         * src/prefs_common.c
196         * src/send_message.c
197                 Fix bug 1566, 'too short I/O timeout on OpenBSD'
198                 Set the default timeout to 75 seconds
199
200 2008-04-20 [colin]      3.4.0cvs3
201
202         * src/pixmaps/tray_newmail.offline.xpm
203         * src/pixmaps/tray_newmail.xpm
204         * src/pixmaps/tray_newmarkedmail.offline.xpm
205         * src/pixmaps/tray_newmarkedmail.xpm
206         * src/pixmaps/tray_nomail.offline.xpm
207         * src/pixmaps/tray_nomail.xpm
208         * src/pixmaps/tray_unreadmail.offline.xpm
209         * src/pixmaps/tray_unreadmail.xpm
210         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
211         * src/pixmaps/tray_unreadmarkedmail.xpm
212                 Make the tray icons a bit nicer. Would be
213                 nice to get really nice icons from someone
214                 who's good at Gimp :)
215
216 2008-04-18 [colin]      3.4.0cvs2
217
218         * src/common/log.c
219                 Forgot one g_unlink
220
221 lease complete the changelog entry below
222 2008-04-18 [colin]      3.4.0cvs1
223
224         * src/addrduplicates.c
225         * src/addressbook.c
226         * src/compose.c
227         * src/crash.c
228         * src/editaddress.c
229         * src/folder.c
230         * src/image_viewer.c
231         * src/imap.c
232         * src/inc.c
233         * src/main.c
234         * src/mbox.c
235         * src/messageview.c
236         * src/mh.c
237         * src/msgcache.c
238         * src/news.c
239         * src/partial_download.c
240         * src/pop.c
241         * src/prefs_common.c
242         * src/prefs_common.h
243         * src/prefs_other.c
244         * src/prefs_themes.c
245         * src/procheader.c
246         * src/procmime.c
247         * src/procmsg.c
248         * src/textview.c
249         * src/wizard.c
250         * src/common/prefs.c
251         * src/common/ssl_certificate.c
252         * src/common/template.c
253         * src/common/utils.c
254         * src/common/utils.h
255         * src/etpan/imap-thread.c
256         * src/plugins/dillo_viewer/dillo_viewer.c
257         * src/plugins/pgpcore/sgpgme.c
258         * src/plugins/pgpinline/pgpinline.c
259                 Add an option to shred temporary files and messages
260                 instead of just removing them. Slows deletions down!
261
262 2008-04-18 [paul]       3.4.0
263
264         * NEWS
265         * README
266         * RELEASE_NOTES 
267                 3.4.0 released
268
269
270 2008-04-18 [paul]       3.3.1cvs61
271
272         * po/de.po
273         * po/fi.po
274         * po/it.po
275         * po/pt_BR.po
276                 updated by Stephan Sachse, Flammie Pirinen, Andrea Spadaccini,
277                 and Frederico Goncalves Guimaraes
278         * po/es.po
279                 updated on the last minute by a lazy Ricardo Mones
280
281 2008-04-18 [colin]      3.3.1cvs60
282
283         * po/fr.po
284                 Update translation (Fabien Vantard)
285
286 2008-04-17 [colin]      3.3.1cvs59
287
288         * src/imap.c
289                 Fix debian bug 474712, 'claws seg faults when IMAP 
290                 connection breaks after an IMAP protocol error 
291                 (BAD UID SEARCH Invalid parameter: $Forwarded)]'
292         * src/summaryview.c
293                 Fix a little leak
294
295 2008-04-17 [colin]      3.3.1cvs58
296
297         * src/common/log.c
298                 Fix log size getting out of control (claws-mail
299                 getting SIGXFSZ): rotate if every 10MB
300
301 2008-04-10 [paul]       3.3.1cvs57
302
303         * src/prefs_other.c
304                 improvements to english usage
305
306 2008-04-10 [paul]       3.3.1cvs56
307
308         * src/prefs_receive.c
309                 add an accurate description
310
311 2008-04-08 [colin]      3.3.1cvs55
312
313         * src/undo.c
314                 Probably fix corruption, introduced in cvs53
315
316 2008-04-04 [iwkse]      3.3.1cvs54
317
318         * src/undo.c
319                 undo should works properly again
320
321 2008-04-04 [iwkse]      3.3.1cvs53
322
323         * src/undo.c
324                 Fix a segfault but breaks undo
325                 on a specific case (eg. double paste with
326                 middle-mouse button)
327
328 2008-04-04 [iwkse]      3.3.1cvs52
329
330         * src/prefs_filtering.c
331                 Fix previous Tab mess
332
333 2008-04-03 [iwkse]      3.3.1cvs51
334
335         * src/prefs_filtering.c
336                 Add search in filtering rules list
337
338 2008-04-02 [colin]      3.3.1cvs50
339
340         * src/main.c
341                 Revert part of the previous patch: we do
342                 want to parse ~/.claws-mail/gtkrc-2.0 if it
343                 exists
344
345 2008-04-02 [colin]      3.3.1cvs49
346
347         * src/main.c
348                 Fix bug 1562, 'Claws-Mail does not completely 
349                 respect settings in GTK2_RC_FILES environment'
350                 Remove manual parsing of .gtkrc-2.0 and 
351                 .gtk/gtkrc-2.0. GTK does it itself these days.
352
353 2008-04-01 [colin]      3.3.1cvs48
354
355         * src/imap_gtk.c
356                 Fix bug 1561, 'Crashes leaving unsubscribed folder after 
357                 ticking "Show only subscribed"'
358
359 2008-03-31 [colin]      3.3.1cvs47
360
361         * src/folder.c
362                 Fix bug 1553, 'File lock not respected'
363                 Regression due to the implementation of
364                 deletion batching
365
366 2008-03-31 [colin]      3.3.1cvs46
367
368         * src/mainwindow.c
369                 Fix tags menu update, thanks to Paul
370
371 2008-03-29 [wwp]        3.3.1cvs45
372
373         * src/prefs_account.c
374         * src/prefs_common.c
375         * src/prefs_folder_item.c
376         * src/prefs_quote.c
377         * src/quote_fmt.c
378         * src/quote_fmt.h
379                 Fix compose template formats (in global preferences)
380                 being translated under specific conditions.
381                 Add a button to restore factory defaults for current
382                 language.
383
384 2008-03-27 [colin]      3.3.1cvs44
385
386         * src/common/prefs.c
387         * src/common/xmlprops.c
388                 Fix RedHat bug 431735, 'segfault if /home is full' 
389                 (when starting): Fix double fclose() in prefs.c
390                 and potentially xmlprops.c
391
392 2008-03-27 [colin]      3.3.1cvs43
393
394         * src/addressbook.c
395                 Fix bug 1559, 'Claws Mail crashed deleting all 
396                 common contacts'
397
398 2008-03-27 [wwp]        3.3.1cvs42
399
400         * src/addressbook.c
401                 Fix 3.3.0cvs41.
402
403 2008-03-27 [wwp]        3.3.1cvs41
404
405         * src/addressbook.c
406                 Prevent list flickering when deleting addresses.
407
408 2008-03-26 [colin]      3.3.1cvs40
409
410         * src/imap.c
411                 Clean up session disconnection. Possibly
412                 fix Ubuntu bug #204290
413
414 2008-03-26 [colin]      3.3.1cvs39
415
416         * src/textview.c
417                 Fix bug 1555: current folder wasn't used when
418                 right-clicking on an email address
419
420 2008-03-25 [colin]      3.3.1cvs38
421
422         * src/plugins/bogofilter/bogofilter.c
423         * src/plugins/bogofilter/bogofilter.h
424         * src/plugins/bogofilter/bogofilter_gtk.c
425                 Add a "learn from whitelist" preference
426                 Whitelist Unsure mails too.
427
428 2008-03-24 [paul]       3.3.1cvs37
429
430         * src/prefs_account.c
431                 If no MH mailbox and no account exists, when
432                 creating a POP/Local account, just create and
433                 use the default one instead of bailing with a
434                 "Mailbox doesn't exist" error
435
436 2008-03-21 [colin]      3.3.1cvs36
437
438         * src/procmime.c
439                 strstrip mime subtype
440
441 2008-03-21 [paul]       3.3.1cvs35
442
443         * manual/advanced.xml
444                 correct and update the info about Actions
445
446 2008-03-20 [colin]      3.3.1cvs34
447
448         * src/messageview.c
449         * src/messageview.h
450         * src/textview.c
451                 Show at max 1MB of text, add a noticeview to
452                 show everything optionally.
453
454 2008-03-20 [colin]      3.3.1cvs33
455
456         * src/stock_pixmap.c
457                 Add support for png themes
458
459 2008-03-19 [wwp]        3.3.1cvs32
460
461         * src/procheader.c
462                 Sanity check.
463
464 2008-03-18 [colin]      3.3.1cvs31
465
466         * src/common/utils.c
467         * src/common/utils.h
468                 Handle size_t instead of off_t in to_human_readable
469
470 2008-03-18 [colin]      3.3.1cvs30
471
472         * src/imap.c
473                 Remove raw printf
474
475 2008-03-16 [colin]      3.3.1cvs29
476
477         * src/summaryview.c
478                 Fix build on GTK < 2.12
479
480 2008-03-16 [colin]      3.3.1cvs28
481
482         * src/mainwindow.c
483                 Refresh non-list widget when switching
484                 messageview
485
486 2008-03-16 [colin]      3.3.1cvs27
487
488         * manual/faq.xml
489                 Revert cvs25: This wasn't a typo :) :
490                 jade:.../faq.xml:49:16:E: there is no attribute "linkend"
491
492
493 2008-03-16 [colin]      3.3.1cvs26
494
495         * src/summaryview.c
496         * src/gtk/gtksctree.c
497         * src/gtk/gtksctree.h
498                 Implement 2-lines items in Summaryview when in 
499                 three columns mode
500
501 2008-03-16 [paul]       3.3.1cvs25
502
503         * manual/faq.xml
504                 fix typo
505
506 2008-03-14 [colin]      3.3.1cvs24
507
508         * src/prefs_filtering_action.c
509                 Fix buglet on setting recipient when
510                 reediting forward rules.
511
512 2008-03-12 [colin]      3.3.1cvs23
513
514         * src/summaryview.c
515                 Fix a new unused variable warning
516         * src/plugins/trayicon/trayicon.c
517                 Fix folderview's scrollbar at startup
518                 if starting hidden
519
520 2008-03-12 [colin]      3.3.1cvs22
521
522         * src/folderview.c
523         * src/summaryview.c
524                 Use item_opened at the beginning of showing
525                 a folder instead of the end. Fixes flicker.
526
527 2008-03-12 [paul]       3.3.1cvs21
528
529         * src/folder.c
530         * src/folder.h
531         * src/mainwindow.c
532         * src/procmsg.c
533         * src/summaryview.c
534         * src/plugins/trayicon/trayicon.c
535                 add tooltip with extended folder stats
536
537 2008-03-10 [colin]      3.3.1cvs20
538
539         * src/common/xml.c
540                 Handle comments
541
542 2008-03-07 [colin]      3.3.1cvs19
543
544         * src/mainwindow.c
545                 Fix blinking of the taskbar entry
546
547 2008-03-07 [colin]      3.3.1cvs18
548
549         * src/mainwindow.c
550                 MAEMO: Fix bug 1494, 'Trayicon 
551                 plugin breaks UI...'
552
553 2008-03-07 [paul]       3.3.1cvs17
554
555         * src/gtk/authors.h
556                 reflect reality a bit more closely
557
558 2008-03-06 [colin]      3.3.1cvs16
559
560         * src/mainwindow.c
561         * src/mainwindow.h
562         * src/summaryview.c
563         * src/summaryview.h
564         * src/toolbar.c
565                 Integrate things better wrt the new
566                 summaryview extensibility.
567
568 2008-03-06 [wwp]        3.3.1cvs15
569
570         * src/quote_fmt.c
571                 Fix some gcc warnings.
572
573 2008-03-06 [wwp]        3.3.1cvs14
574
575         * src/prefs_account.c
576         * src/prefs_folder_item.c
577         * src/prefs_gtk.c
578         * src/prefs_template.c
579         * src/gtk/prefswindow.c
580         * src/gtk/prefswindow.h
581                 prefs_templates: fix missing unregistering of addr_completion widgets
582                 and and ending of addr_completion service.
583                 prefs_folder_item: fix missing registering/unregistering of widgets,
584                 and rework the way add_completion service is started and stopped.
585                 Plus few prefswindow API changes (opening).
586
587 2008-03-06 [wwp]        3.3.1cvs13
588
589         * src/folder_item_prefs.c
590         * src/prefs_template.c
591         * src/prefs_template.h
592         * src/quote_fmt.c
593         * src/common/template.c
594                 Complete 3.3.1cvs12, thanks to Colin.
595
596 2008-03-06 [wwp]        3.3.1cvs12
597
598         * src/compose.c
599         * src/folder_item_prefs.c
600         * src/folder_item_prefs.h
601         * src/prefs_account.c
602         * src/prefs_folder_item.c
603         * src/prefs_quote.c
604         * src/prefs_template.c
605         * src/quote_fmt.c
606         * src/quote_fmt.h
607         * src/common/template.c
608         * src/common/template.h
609                 Global and per-folder templates can now override the from name (this
610                 doesn't change the account being used).
611                 Examples:
612                  "My other name" <%account_email> (just changes the name)
613                  my.faked.email@address.org (overrides the address too)
614
615 2008-03-05 [colin]      3.3.1cvs11
616
617         * src/summaryview.c
618         * src/summaryview.h
619                 Replace that hbox with a notebook
620
621 2008-03-05 [colin]      3.3.1cvs10
622
623         * src/folder.h
624         * src/folderview.c
625                 Add klass functions for notification of folder
626                 opening/closing via the GUI
627         * src/summaryview.c
628         * src/summaryview.h
629                 Add a specific container for the scrolledwin
630
631 2008-03-05 [colin]      3.3.1cvs9
632
633         * src/folder.h
634         * src/folderview.c
635                 Add klass functions for notification of folder 
636                 opening/closing via the GUI
637         * src/summaryview.c
638         * src/summaryview.h
639                 Add a specific container for the scrolledwin
640
641 2008-03-02 [colin]      3.3.1cvs8
642
643         * src/messageview.c
644                 MAEMO: Fix bug 1541, 'Deleting message from within 
645                 read window displays next message then closes.'
646
647 2008-03-02 [colin]      3.3.1cvs7
648
649         * src/main.c
650                 Probably fix bug 1539, 'Program crashes':
651                 Setup Gcrypt's thread functions when built
652                 with GnuTLS
653
654 2008-03-01 [colin]      3.3.1cvs6
655
656         * src/folder.c
657         * src/imap_gtk.c
658                 Get rid of stale folders with no account
659
660 2008-02-28 [colin]      3.3.1cvs5
661
662         * src/compose.c
663                 Fix bug 1534, 'Segmentation fault when doing 
664                 some draft saving and then throwing away'
665         * src/imap.c
666                 Fix bug 1533, 'Claws is unable to mark messages 
667                 as "read" in IMAP shared folders'
668         * src/etpan/imap-thread.c
669                 Fix bug 1515, 'large messages crash claws when 
670                 syncing for offline mode'. This is rather a
671                 workaround, and mails > 64MB will still be
672                 problematic if there's less than 64MB available
673                 on the dataroot volume.
674         * src/messageview.c
675                 MAEMO: Add information when fetching big messages
676
677 2008-02-26 [colin]      3.3.1cvs4
678
679         * src/imap.c
680                 fix bug 1532, '"login refused" message insufficiently 
681                 detailed'
682
683 2008-02-26 [paul]       3.3.1cvs3
684
685         * INSTALL
686         * README
687                 remove mentions of ClamAV and a few other
688                 old bits of information
689
690 2008-02-23 [colin]      3.3.1cvs2
691
692         * src/main.c
693                 Fix log output (missing \n)
694
695 2008-02-23 [colin]      3.3.1cvs1
696
697         * configure.ac
698                 Bump version number for stable release
699
700 2008-02-23 [paul]       3.3.0cvs21
701
702         * po/he.po
703                 updated by Ofer
704
705 2008-02-21 [colin]      3.3.0cvs20
706
707         * src/matcher.c
708                 Fix bug 1527, 'filtering is case sensitive when it 
709                 shouldn't be'
710
711 2008-02-20 [colin]      3.3.0cvs19
712
713         * src/main.c
714                 Fix file attachments from older Thunar
715
716 2008-02-19 [colin]      3.3.0cvs18
717
718         * manual/plugins.xml
719         * manual/es/plugins.xml
720         * manual/fr/plugins.xml
721         * manual/pl/plugins.xml
722                 Remove Clamav
723
724 2008-02-19 [paul]       3.3.0cvs17
725
726         * tools/README
727         * tools/csv2addressbook.pl
728                 add support for Kmail/Kaddressbook
729
730 2008-02-18 [colin]      3.3.0cvs16
731
732         * src/imap.c
733                 Unset folder's session before creating a
734                 new one
735         * src/main.c
736         * src/prefs_common.c
737         * src/prefs_common.h
738         * manual/advanced.xml
739                 Add an hidden use_networkmanager pref, to
740                 disable NetworkManager handling. Also,
741                 consider UNKNOWN state to be CONNECTED.
742
743 2008-02-18 [wwp]        3.3.0cvs15
744
745         * src/matcher.c
746                 Fix Engrish and make 'not' more visible in filtering debug logs.
747
748 2008-02-15 [colin]      3.3.0cvs14
749
750         * src/matcher.c
751                 Revert cvs10 for now, it breaks the feature
752
753 2008-02-15 [colin]      3.3.0cvs13
754
755         * src/main.c
756                 Always focus folder tree at startup
757         * src/compose.c
758                 Fix bug 1521, 'Cannot close compose window after 
759                 replying to a non-existent news message'
760
761 2008-02-13 [colin]      3.3.0cvs12
762
763         * src/folderview.c
764                 Fix important warnings
765
766 2008-02-12 [colin]      3.3.0cvs11
767
768         * src/imap.c
769         * src/etpan/imap-thread.c
770         * src/etpan/imap-thread.h
771                 Fix handling of $Forwarded flag on Exchange:
772                 check for the existence or creatability of a
773                 flag before using it.
774
775 2008-02-12 [colin]      3.3.0cvs10
776
777         * src/matcher.c
778                 Optimise matching on Found in addressbook if
779                 the matched header is in cache (From, etc)
780
781 2008-02-12 [colin]      3.3.0cvs9
782
783         * src/folderview.c
784                 Fix crashy stuff when changing displayed
785                 columns
786
787 2008-02-12 [wwp]        3.3.0cvs8
788
789         * src/folder.h
790                 Remove duplicate func declaration and restore the one
791                 a missing one.
792
793 2008-02-12 [wwp]        3.3.0cvs7
794
795         * src/compose.c
796         * src/export.c
797         * src/folder.c
798         * src/folder.h
799         * src/foldersel.c
800         * src/foldersel.h
801         * src/imap_gtk.c
802         * src/import.c
803         * src/mainwindow.c
804         * src/messageview.c
805         * src/mh_gtk.c
806         * src/prefs_account.c
807         * src/prefs_filtering_action.c
808         * src/summaryview.c
809         * src/plugins/bogofilter/bogofilter_gtk.c
810         * src/plugins/spamassassin/spamassassin_gtk.c
811                 Allow moving/copying folders to root folders when using
812                 the folder selection dialog (it was not possible to
813                 maemo users to reparent a subfolder to a root folder
814                 at all).
815
816 2008-02-12 [fabien]     3.3.0cvs6
817
818         * po/fr.po
819                 a few days late for i18n fr update. Sorry.
820
821 2008-02-11 [colin]      3.3.0cvs5
822
823         * src/main.c
824                 Implement support for future /dev/mem_notify.
825                 This Linux kernel feature will allow applications
826                 to be notified that memory has to be freed
827                 before getting OOM-killed. For more information:
828                 http://lwn.net/Articles/267013/
829
830 2008-02-10 [paul]       3.3.0cvs4
831
832         * src/Makefile.am
833         * src/mimeview.c
834         * src/prefs_toolbar.c
835         * src/stock_pixmap.c
836         * src/stock_pixmap.h
837         * src/pixmaps/mime_text_patch.xpm
838                 add an icon for attached patches
839
840 2008-02-09 [paul]       3.3.0cvs3
841
842         * src/gtk/about.c
843                 bump the (c) year
844
845 2008-02-09 [wwp]        3.3.0cvs2
846
847         * src/main.c
848                 Fix compiling issue w/ non-gcc/C99 compilers (suncc).
849
850 2008-02-08 [colin]      3.3.0cvs1
851
852         * src/common/utils.c
853                 Forbid attaching anything containing "../" or ".ssh/"
854                 from mailto: URI
855
856 2008-02-08 [paul]       3.3.0
857
858         * NEWS
859         * README
860         * RELEASE_NOTES 
861                 3.3.0 released
862
863 2008-02-08 [paul]       3.2.0cvs77
864
865         * AUTHORS
866                 updated with new translators
867         * configure.ac
868                 added he to ALL_LINGUAS
869         * po/cs.po
870         * po/de.po
871         * po/es.po
872         * po/fi.po
873         * po/hu.po
874         * po/it.po
875         * po/pt_BR.po
876         * po/zh_CN.po
877                 updated by Tim Brain and Petr Vanek, Stephan Sachse,
878                 Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso,
879                 Andrea Spadaccini, Frederico Goncalves Guimaraes,
880                 and Ralph Young
881         * po/he.po
882                 new Hebrew translation by Ofer <oc666@netvision.net.il>
883         * src/gtk/about.c
884                 updated with new translators and bumped (c) year
885         * src/gtk/authors.h
886                 updated with new translators
887
888 2008-02-05 [colin]      3.2.0cvs76
889
890         * src/messageview.c
891         * src/mimeview.c
892         * src/mimeview.h
893                 Special case text/calendar parts: if there's one in
894                 the mail, and a plugin handling text/calendar is
895                 loaded, show that part. That'll avoid rendering 
896                 meetings as plain text, which just looks broken to
897                 many users.
898
899 2008-02-04 [colin]      3.2.0cvs75
900
901         * src/mainwindow.c
902                 Maemo: Fix LED handling on OS 2008
903
904 2008-02-01 [colin]      3.2.0cvs74
905
906         * src/compose.c
907                 Possibly fix the annoying and hard-to reproduce bug
908                 where lines 
909                 are
910                 rewrapped
911                 like
912                 that.
913
914 2008-02-01 [paul]       3.2.0cvs73
915
916         * src/common/utils.c
917                 fix bug 1502, 'Plus signs are stripped from
918                 email addresses when calling from command line'
919                 Thanks to Colin
920
921 2008-01-31 [colin]      3.2.0cvs72
922
923         * src/exphtmldlg.c
924         * src/mimeview.c
925         * src/summaryview.c
926                 Fix building of URIs from filenames
927
928 2008-01-31 [wwp]        3.2.0cvs71
929
930         * src/main.c
931                 Fixes debug output of compiled-in features list
932                 (completes 3.2.0cvs60).
933
934 2008-01-31 [colin]      3.2.0cvs70
935
936         * configure.ac
937         * po/POTFILES.in
938         * src/compose.c
939         * src/plugins/Makefile.am
940         * src/plugins/clamav/.cvsignore
941         * src/plugins/clamav/Makefile.am
942         * src/plugins/clamav/README
943         * src/plugins/clamav/clamav_plugin.c
944         * src/plugins/clamav/clamav_plugin.h
945         * src/plugins/clamav/clamav_plugin_gtk.c
946         * src/plugins/clamav/clamav_plugin_gtk.deps
947                 Remove the Clamav plugin from the core
948
949 2008-01-28 [wwp]        3.2.0cvs69
950
951         * src/compose.c
952         * src/prefs_template.c
953         * src/prefs_template.h
954         * src/quote_fmt.c
955         * src/quote_fmt.h
956         * src/quote_fmt_lex.l
957         * src/quote_fmt_parse.y
958                 Fix for bug #1493: count lines (\n chars) according to the way
959                 format body is passed (i.e. \-escaped or not).
960
961 2008-01-27 [paul]       3.2.0cvs68
962
963         * po/en_GB.po
964                 updated
965         * src/prefs_actions.c
966         * src/prefs_filtering.c
967         * src/prefs_folder_item.c
968         * src/prefs_template.c
969         * src/gtk/about.c
970                 some minor changes to the English
971
972 2008-01-24 [colin]      3.2.0cvs67
973
974         * src/etpan/imap-thread.c
975         * src/etpan/nntp-thread.c
976                 Fix bug 1348, 'Hang ups at exit time with 
977                 pgp plugin since 3.0.2'
978
979 2008-01-23 [colin]      3.2.0cvs66
980
981         * src/toolbar.c
982                 Fix translation of something that shouldn't be
983
984 2008-01-23 [colin]      3.2.0cvs65
985
986         * src/procmime.c
987                 Fix bug 1486, 'Re: Incorrect content when replying'
988                 Revert to full scan if short scan found only 0-length
989                 text parts
990
991 2008-01-23 [paul]       3.2.0cvs64
992
993         * src/prefs_folder_item.c
994                 fix bug 1485, 'selecting a folder's default
995                 account if name contains '&''
996
997 2008-01-23 [colin]      3.2.0cvs63
998
999         * src/folder.c
1000         * src/folder.h
1001         * src/main.c
1002         * src/mainwindow.c
1003                 Fix bug 1480, 'should be able to display mail file
1004                 from command line'. Let 'claws-mail --select' accept
1005                 absolute paths in addition to folder identifiers.
1006
1007 2008-01-22 [wwp]        3.2.0cvs62
1008
1009         * src/account.c
1010         * src/account.h
1011         * src/compose.c
1012         * src/messageview.c
1013         * src/summaryview.c
1014         * src/common/utils.c
1015         * src/common/utils.h
1016                 Allow from=address in mailto sequence:
1017                   --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
1018                   The 'from' will try to select the first account matching in accounts list,
1019                   otherwise will use the usual account selection mechanism but override with
1020                   this 'from' address.
1021                 Allow mailto with NNTP accounts
1022                   mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
1023                   is the default one or if a NNTP account address is used with 'from'.
1024                   This is more or less a bugfix as it was possible to use mailto with a NNTP
1025                   default account but the complete mailto sequence was put in To.
1026
1027 2008-01-22 [wwp]        3.2.0cvs61
1028
1029         * doc/man/claws-mail.1
1030                 Updated the man page: status of few features, command-line
1031                 usage (--version-full) and completed list of config files
1032                 and dirs.
1033
1034 2008-01-22 [wwp]        3.2.0cvs60
1035
1036         * src/main.c
1037                 Added --version-full to display version and compiled-in
1038                 features list (for later use by Clawsker for instance).
1039
1040 2008-01-22 [holger]     3.2.0cvs59
1041
1042         * src/addrduplicates.c
1043                 Fix scrolling in addressbook duplicate
1044                 finder result dialog
1045
1046 2008-01-21 [colin]      3.2.0cvs58
1047
1048         * src/summaryview.c
1049                 Fix bug 1457, 'sorting messages on, say, from, 
1050                 should subsort on previous sort choice'. Subsort
1051                 by date when sort is Subject, From, To, Tags.
1052
1053 2008-01-21 [colin]      3.2.0cvs57
1054
1055         * AUTHORS
1056         * src/matcher.c
1057         * src/mimeview.c
1058         * src/common/ssl.c
1059         * src/gtk/authors.h
1060                 Fix bug 1478, 'Wrong pthread_create calls all 
1061                 over the place'. Patch by Christian Cornelssen
1062
1063 2008-01-20 [colin]      3.2.0cvs56
1064
1065         * src/imap.c
1066         * src/etpan/imap-thread.c
1067         * src/etpan/imap-thread.h
1068                 Fix bug 1468, 'Use IMAP keyword to 
1069                 store "forwarded" flag'
1070
1071 2008-01-20 [colin]      3.2.0cvs55
1072
1073         * src/folderutils.c
1074                 Make list operations faster
1075
1076 2008-01-20 [colin]      3.2.0cvs54
1077
1078         * src/mainwindow.c
1079                 Fix bug 1353, 'on startup with small screen 
1080                 layout, keyboard input gets lost'
1081
1082 2008-01-20 [colin]      3.2.0cvs53
1083
1084         * src/textview.c
1085                 Complete 3.2.0cvs49, and fixes bug 1477, 
1086                 'Claws Mail crashes when view PGP-encrypted 
1087                 message'
1088
1089 2008-01-20 [colin]      3.2.0cvs52
1090
1091         * src/compose.c
1092                 Fix privacy menu update when replying to
1093                 encrypted mail and no default privacy 
1094                 system is set
1095
1096 2008-01-19 [colin]      3.2.0cvs51
1097
1098         * src/filtering.c
1099         * src/procmsg.h
1100         * src/plugins/bogofilter/bogofilter.c
1101         * src/plugins/clamav/clamav_plugin.c
1102         * src/plugins/spamassassin/spamassassin.c
1103                 Batch filtering deletions too (and save 4 bytes
1104                 per MsgInfo in the process :)
1105
1106 2008-01-19 [colin]      3.2.0cvs50
1107
1108         * src/folder.c
1109                 Make cache update after copies much faster
1110                 on IMAP
1111
1112 2008-01-19 [colin]      3.2.0cvs49
1113
1114         * src/textview.c
1115                 Check g_fopen() success
1116
1117 2008-01-17 [wwp]        3.2.0cvs48
1118
1119         * manual/faq.xml
1120         * manual/es/faq.xml
1121         * manual/fr/faq.xml
1122         * manual/pl/faq.xml
1123                 Sylpheed? No idea what this means.
1124
1125 2008-01-17 [colin]      3.2.0cvs47
1126
1127         * src/gtk/gtksctree.c
1128                 Make dnd threshold higher on Maemo
1129
1130 2008-01-16 [colin]      3.2.0cvs46
1131
1132         * src/common/passcrypt.c
1133                 Fix build on FreeBSD, thanks to Pawel
1134
1135 2008-01-15 [colin]      3.2.0cvs45
1136
1137         * src/compose.c
1138                 Fix bug 1472, 'Keyboard "Menu" key doesn't call 
1139                 spell check of actuall word'
1140         * src/summaryview.c
1141                 Temporarily disable immediate execution when learning
1142                 spam *only* if the summaryview isn't locked
1143
1144 2008-01-15 [wwp]        3.2.0cvs44
1145
1146         * src/prefs_filtering.c
1147                 Fix filtering prefs layout (Maemo port), moving page up/down
1148                 from buttons to context menu.
1149
1150 2008-01-15 [colin]      3.2.0cvs43
1151
1152         * src/compose.c
1153                 Fix bug 1465, 'First line in new message does not mark URLs'
1154
1155 2008-01-15 [colin]      3.2.0cvs42
1156
1157         * src/common/passcrypt.c
1158                 Fix bug 1461, 'several components #define 
1159                 _XOPEN_SOURCE improperly'
1160
1161 2008-01-15 [colin]      3.2.0cvs41
1162
1163         * src/summaryview.c
1164                 Fix bug 1469, 'Column width adjustments on message 
1165                 lists do not save'
1166
1167 2008-01-14 [holger]     3.2.0cvs40
1168
1169         * configure.ac
1170                 Add tests for dbus, dbus glib bindings,
1171                 and NetworkManager. All is optional. Add new
1172                 --(en|dis)able-networkmanager-support switch.
1173         * src/Makefile.am
1174         * src/imap.c
1175         * src/inc.c
1176         * src/main.c
1177         * src/main.h
1178         * src/mainwindow.c
1179         * src/gtk/about.c
1180                 Add optional NetworkManager support, so Claws Mail
1181                 can try to do the right thing when the network connection
1182                 status changes. NetworkManager support is active by
1183                 default if above requirements were met.
1184
1185 2008-01-12 [colin]      3.2.0cvs39
1186
1187         * src/summaryview.c
1188                 Advertise the click-on-reply feature in the tooltip
1189
1190 2008-01-12 [colin]      3.2.0cvs38
1191
1192         * src/Makefile.am
1193         * src/stock_pixmap.c
1194         * src/stock_pixmap.h
1195         * src/pixmaps/tray_newmail.offline.xpm
1196         * src/pixmaps/tray_newmail.xpm
1197         * src/pixmaps/tray_newmarkedmail.offline.xpm
1198         * src/pixmaps/tray_newmarkedmail.xpm
1199         * src/pixmaps/tray_nomail.offline.xpm
1200         * src/pixmaps/tray_nomail.xpm
1201         * src/pixmaps/tray_unreadmail.offline.xpm
1202         * src/pixmaps/tray_unreadmail.xpm
1203         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
1204         * src/pixmaps/tray_unreadmarkedmail.xpm
1205         * src/plugins/trayicon/Makefile.am
1206         * src/plugins/trayicon/newmail.offline.xpm
1207         * src/plugins/trayicon/newmail.xpm
1208         * src/plugins/trayicon/newmarkedmail.offline.xpm
1209         * src/plugins/trayicon/newmarkedmail.xpm
1210         * src/plugins/trayicon/nomail.offline.xpm
1211         * src/plugins/trayicon/nomail.xpm
1212         * src/plugins/trayicon/trayicon.c
1213         * src/plugins/trayicon/unreadmail.offline.xpm
1214         * src/plugins/trayicon/unreadmail.xpm
1215         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
1216         * src/plugins/trayicon/unreadmarkedmail.xpm
1217                 Make the Trayicon plugin icons themable
1218
1219 2008-01-12 [wwp]        3.2.0cvs37
1220
1221         * src/prefs_display_header.c
1222                 Fix extra leading hyphen visible in the display
1223                 header configuration combo list (maemo).
1224
1225 2008-01-11 [colin]      3.2.0cvs36
1226
1227         * src/imap.c
1228                 Set timeout to 1 before disconnecting all -
1229                 for when one switches to offline and has 
1230                 no network anymore
1231         * src/messageview.c
1232                 Fix bug 1454, 'error message shows parts and 
1233                 signature of previous messages'
1234         * src/prefs_common.c
1235                 Maemo: Hide Send dialog by default
1236
1237 2008-01-10 [colin]      3.2.0cvs35
1238
1239         * src/action.c
1240         * src/editldap.c
1241         * src/prefs_account.c
1242         * src/wizard.c
1243         * src/gtk/inputdialog.c
1244         * src/plugins/pgpcore/passphrase.c
1245                 Maemo: Fix bug 1455, 'Password enters leading letter 
1246                 incorrectly as uppercase'
1247
1248 2008-01-09 [colin]      3.2.0cvs34
1249
1250         * po/pl.po
1251                 Fix bug 1446, 'SC crashes frequently when staying 
1252                 in background'. Format string error in Polish 
1253                 translation
1254         * src/gtk/description_window.c
1255         * src/prefs_template.c
1256                 Complete 3.2.0cvs9 (fix bug with gtk_main loop);
1257                 patch by Pawel
1258         * src/wizard.c
1259                 Maemo: Fix build
1260
1261 2008-01-08 [colin]      3.2.0cvs33
1262
1263         * src/main.c
1264                 Maemo: connect HW status change signal for shutdown
1265         * src/mainwindow.c
1266                 Maemo: Fix hardware space key
1267         * src/wizard.c
1268                 Maemo: name mmc1 and 2 a better name
1269
1270 2008-01-08 [wwp]        3.2.0cvs32
1271
1272         * src/folder.c
1273         * src/folder_item_prefs.c
1274         * src/folder_item_prefs.h
1275         * src/prefs_folder_item.c
1276                 It's now possible to disable processing rules when
1277                 entering a folder (this adds a new option to the
1278                 folder properties dialog).
1279
1280 2008-01-08 [wwp]        3.2.0cvs31
1281
1282         * src/common/utils.c
1283                 Mailto: now supports 'insert' (stands for 'insert file'), this
1284                 adds the ability to create a new message from the command-line,
1285                 with body set from an existing file contents.
1286
1287 2008-01-08 [colin]      3.2.0cvs30
1288
1289         * src/summaryview.c
1290                 Maybe fix bug 1452, 'crash while drag'n'droping 
1291                 emails to an IMAP folder'
1292
1293 2008-01-07 [wwp]        3.2.0cvs29
1294
1295         * src/prefs_filtering.c
1296                 Static-alize a function, thanks to Colin.
1297
1298 2008-01-07 [colin]      3.2.0cvs28
1299
1300         * src/folderview.c
1301                 Fix scrolling to bottom when drag and dropping
1302         * src/summaryview.c
1303                 Fix bug 1445, 'Display sender using addressbook: fails 
1304                 when From: isn't an email address'
1305
1306 2008-01-07 [wwp]        3.2.0cvs27
1307
1308         * src/prefs_actions.c
1309         * src/prefs_filtering.c
1310         * src/prefs_template.c
1311                 Add tooltips to most buttons in the templates, actions and
1312                 filtering/processing dialogs.
1313
1314 2008-01-07 [wwp]        3.2.0cvs26
1315
1316         * src/prefs_filtering.c
1317                  - add a clear button to clear dialog input fields
1318                  - add page up and page down buttons to move selected rule up and down
1319                  - in rules list popup-menu: added Delete, Delete all and Duplicate
1320                  - popup-menu items are greyed out either if the list is empty (not counting the
1321                    (New) row or if there is no selected item
1322                  - clear store when closing dialog
1323
1324         * src/prefs_actions.c
1325                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
1326                    clear button, popup-menu
1327                  - clear store when closing dialog
1328
1329         * src/prefs_template.c
1330                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
1331                    clear button, popup-menu 
1332
1333         * src/addrcustomattr.c
1334                  - renamed popup-menu item Clear list to Delete all
1335                  - grey out popup-menu items is there is no selected item or if list is empty
1336                  - clear store when closing dialog
1337
1338         * src/edittags.c
1339                  - added popup-menu item Delete all
1340                  - grey out popup-menu items is there is no selected item or if list is empty
1341                  - clear store when closing dialog
1342
1343 2008-01-06 [wwp]        3.2.0cvs25
1344
1345         * src/addressadd.c
1346                 One more layout fix by Pawel (completes 3.2.0cvs24).
1347
1348 2008-01-05 [colin]      3.2.0cvs24
1349
1350         * src/addressadd.c
1351                 Little GUI fixes, patch by Pawel
1352
1353 2007-12-29 [wwp]        3.2.0cvs23
1354
1355         * src/compose.c
1356                 Fix for bug #1443, and strip possible whitespaces around
1357                 custom header names.
1358
1359 2007-12-29 [mones]      3.2.0cvs22
1360
1361         * po/es.po
1362                 Updated translation, corrected a term based 
1363                 on suggestion from Israel Saeta Pérez,
1364                 reverted awful X-Mailer translation
1365         * src/procmime.c
1366                 Complete cvs20 for FreeBSD, patch by Pawel
1367
1368 2007-12-29 [colin]      3.2.0cvs21
1369
1370         * src/textview.c
1371                 Fix bug 1442, 'Tags are repeated in 
1372                 encapsulated messages'
1373
1374 2007-12-28 [colin]      3.2.0cvs20
1375
1376         * src/procmime.c
1377                 Fix path to mime/globs. Patch by Marten King.
1378
1379 2007-12-27 [colin]      3.2.0cvs19
1380
1381         * src/plugins/pgpcore/Makefile.am
1382         * src/plugins/pgpinline/Makefile.am
1383         * src/plugins/pgpmime/Makefile.am
1384                 Add missing flags to build pgp plugins on maemo
1385
1386 2007-12-27 [colin]      3.2.0cvs18
1387
1388         * src/mainwindow.c
1389                 Maximise before showing to avoid probable flickering
1390                 on slow computers.
1391
1392 2007-12-27 [colin]      3.2.0cvs17
1393
1394         * src/main.c
1395         * src/mainwindow.c
1396         * src/prefs_common.c
1397         * src/prefs_common.h
1398                 Fix bug 1439, 'Claws Mail does not remember window size 
1399                 state when restarted'. Save maximised state and force
1400                 maximisation at startup if applicable.
1401
1402 2007-12-23 [paul]       3.2.0cvs16
1403
1404         * src/prefs_matcher.c
1405                 fix bug 1436, 'Filter condition dialog doesn't
1406                 load header name from current rules'
1407
1408 2007-12-22 [paul]       3.2.0cvs15
1409
1410         * src/compose.c
1411                 fix bug 1435, 'Reply doesn't take into account
1412                 reply-to field'
1413
1414 2007-12-21 [paul]       3.2.0cvs14
1415
1416         * src/common/ssl_certificate.c
1417                 fix FreeBSD build with IPV6 support 
1418
1419 2007-12-20 [colin]      3.2.0cvs13
1420
1421         * src/imap.c
1422                 Fix error handling
1423
1424 2007-12-20 [colin]      3.2.0cvs12
1425
1426         * src/imap.c
1427         * src/imap.h
1428         * src/prefs_account.c
1429                 Add DIGEST-MD5 support for IMAP authentication
1430
1431 2007-12-19 [mones]      3.2.0cvs11
1432
1433         * doc/man/claws-mail.1
1434                 Better ordering of sections, updated options
1435         * po/es.po
1436                 Updated strings
1437
1438 2007-12-19 [paul]       3.2.0cvs10
1439
1440         * src/prefs_account.c
1441                 use a spinbutton instead of an entry for
1442                 "POP authentication timeout" also
1443
1444 2007-12-19 [colin]      3.2.0cvs9
1445
1446         * src/prefs_filtering_action.c
1447         * src/prefs_matcher.c
1448         * src/gtk/description_window.c
1449                 Destroy info windows with their parents
1450                 Patch by Pawel
1451
1452 2007-12-19 [colin]      3.2.0cvs8
1453
1454         * src/prefs_account.c
1455                 Use spinbuttons instead of entries where needed
1456                 Patch by Pawel
1457
1458 2007-12-18 [paul]       3.2.0cvs7
1459
1460         * src/prefs_matcher.c
1461                 add missing i18n for a few strings
1462                 Patch by Stephan Sachse
1463
1464 2007-12-18 [paul]       3.2.0cvs6
1465
1466         * src/prefs_logging.c
1467                 use 'disk' instead of 'disc'
1468
1469 2007-12-18 [paul]       3.2.0cvs5
1470
1471         * po/en_GB.po
1472                 updated
1473         * src/addrcustomattr.c
1474         * src/editaddress.c
1475                 fixes to the ingleesh
1476         * src/prefs_filtering_action.c
1477                 fix copyright header
1478                 fix untranslated strings
1479         * src/prefs_filtering_action.h
1480                 fix copyright header
1481
1482 2007-12-18 [wwp]        3.2.0cvs4
1483
1484         * src/folderview.c
1485         * src/headerview.c
1486         * src/prefs_common.c
1487         * src/prefs_common.h
1488         * src/prefs_fonts.c
1489         * src/summaryview.c
1490         * src/textview.c
1491         * src/wizard.c
1492         * src/common/defs.h
1493         * src/gtk/gtkutils.c
1494                 Added prefs to set custom small and bold fonts
1495                 (might matter on some desktops, according to
1496                 DPI and font settings).
1497
1498 2007-12-18 [colin]      3.2.0cvs3
1499
1500         * src/prefs_logging.c
1501                 Rework GUI, patch by Pawel
1502
1503 2007-12-18 [colin]      3.2.0cvs2
1504
1505         * src/prefs_filtering_action.c
1506                 Rework GUI, patch by Pawel
1507
1508 2007-12-18 [colin]      3.2.0cvs1
1509
1510         * src/editaddress.c
1511                 Fix build on old GCC
1512                 Fix inverted buttons
1513
1514 2007-12-17 [paul]       3.2.0
1515
1516         * NEWS
1517         * README
1518         * RELEASE_NOTES 
1519                 3.2.0 released
1520
1521 2007-12-17 [paul]       3.1.0cvs79
1522
1523         * po/de.po
1524         * po/fr.po
1525         * po/hu.po
1526         * po/it.po
1527         * po/pt_BR.po
1528                 updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
1529                 Andrea Spadaccini, and Frederico Goncalves Guimaraes
1530
1531 2007-12-17 [mones]      3.1.0cvs78
1532
1533         * po/es.po
1534                 Updated Spanish translation for 3.2.0 release
1535
1536 2007-12-16 [colin]      3.1.0cvs77
1537
1538         * src/addrcustomattr.c
1539                 Fix translations, patch by Fabien
1540
1541 2007-12-15 [paul]       3.1.0cvs76
1542
1543         * src/folderview.c
1544                 fix compiler warning
1545
1546 2007-12-14 [colin]      3.1.0cvs75
1547
1548         * src/folderview.c
1549                 Simplify logic
1550
1551 2007-12-12 [wwp]        3.1.0cvs74
1552
1553         * AUTHORS
1554         * src/gtk/authors.h
1555                 Added Marius Glauser to the hall of fame.
1556
1557 2007-12-12 [wwp]        3.1.0cvs73
1558
1559         * src/gtk/gtkutils.c
1560                 Improve the way we show results of searches
1561                 in message bodies: selected text now get centered
1562                 vertically in the message window.
1563                 Patch by Marius Glauser <seelenhirt@gmx.net>.
1564
1565 2007-12-10 [colin]      3.1.0cvs72
1566
1567         * src/folder.c
1568                 Don't crash when setting batch mode on no folder
1569
1570 2007-12-10 [colin]      3.1.0cvs71
1571
1572         * src/common/utils.c
1573                 Fix potential buffer overrun (thanks to
1574                 Hiroyuki)
1575
1576 2007-12-08 [paul]       3.1.0cvs70
1577
1578         * src/prefs_receive.c
1579                 small change to the English
1580
1581 2007-12-08 [colin]      3.1.0cvs69
1582
1583         * src/vcard.c
1584                 Fix warnings
1585
1586 2007-12-07 [colin]      3.1.0cvs68
1587
1588         * src/mainwindow.c
1589         * src/summaryview.c
1590         * src/summaryview.h
1591                 Free simplify_subject_preg at exit
1592
1593 2007-12-07 [colin]      3.1.0cvs67
1594
1595         * src/main.c
1596         * src/summaryview.c
1597         * src/common/utils.c
1598         * src/common/utils.h
1599                 We have to free reused regexps from time to
1600                 time, or they get huge
1601
1602 2007-12-07 [colin]      3.1.0cvs66
1603
1604         * src/vcard.c
1605                 Fix QP decoding (and UTF8)
1606
1607 2007-12-07 [colin]      3.1.0cvs65
1608
1609         * src/addrcustomattr.c
1610                 Update list of default custom attributes
1611                 now (will be needed for a feature patch
1612                 post 3.2.0)
1613
1614 2007-12-07 [colin]      3.1.0cvs64
1615
1616         * src/folder.c
1617                 Batch on destination folder when copying - fixes
1618                 slowness when moving unread mails to trash on IMAP
1619
1620 2007-12-06 [colin]      3.1.0cvs63
1621
1622         * src/common/w32_time.c
1623         * src/common/w32lib.h
1624         * src/etpan/etpan-thread-manager.c
1625         * src/etpan/imap-thread.c
1626         * src/etpan/nntp-thread.c
1627         * src/gtk/Makefile.am
1628                 Fix win32 build with libetpan. Thanks to
1629                 Marcus Brinkmann.
1630
1631 2007-12-06 [colin]      3.1.0cvs62
1632
1633         * src/account.c
1634         * src/imap.c
1635         * src/prefs_account.c
1636         * src/prefs_account.h
1637         * src/etpan/imap-thread.c
1638         * src/etpan/imap-thread.h
1639                 Disable connection via command line on WIN32
1640                 Disable mmap use on WIN32 - use normal strings
1641         * src/addressbook.c
1642         * src/addressbook.h
1643         * src/addressbook_foldersel.c
1644         * src/addressbook_foldersel.h
1645         * src/prefs_filtering_action.c
1646         * src/prefs_matcher.c
1647         * src/plugins/bogofilter/bogofilter_gtk.c
1648         * src/plugins/dillo_viewer/dillo_prefs.c
1649         * src/plugins/spamassassin/spamassassin_gtk.c
1650                 Fix leak, rework function logics to be more
1651                 natural - thanks to Holger
1652         * src/common/utils.c
1653                 Fix warnings
1654
1655 2007-12-06 [colin]      3.1.0cvs61
1656
1657         * src/news.c
1658         * src/common/utils.c
1659         * src/common/utils.h
1660                 Fix posting, and fix UTF-8 being sent when encoding
1661                 is 8bit
1662
1663 2007-12-05 [colin]      3.1.0cvs60
1664
1665         * src/news.c
1666                 Fix debian bug #453157, 'Fails to post usenet
1667                 articles after NNTP connection has been 
1668                 interrupted". Fix return value to prevent deletion
1669                 on failure, and issue MODE READER in case posting
1670                 fails at first.
1671
1672 2007-12-05 [colin]      3.1.0cvs59
1673
1674         * src/messageview.c
1675         * src/uri_opener.c
1676                 Improvements to the List URIs dialog
1677                 Patch by Pawel
1678
1679 2007-12-05 [colin]      3.1.0cvs58
1680
1681         * src/prefs_other.c
1682         * src/gtk/gtksctree.h
1683                 Fix warnings
1684
1685 2007-12-04 [colin]      3.1.0cvs57
1686
1687         * src/etpan/imap-thread.c
1688                 Fix bug 1378, 'Claws exits on IMAP alert message'
1689                 Don't do GTK calls directly from Etpan thread
1690
1691 2007-12-04 [colin]      3.1.0cvs56
1692
1693         * src/folderview.c
1694         * src/gtk/gtksctree.c
1695                 MAEMO: Fix bug 1325, 'Folder Navigation Problems'
1696                 Make all the left of column zero an hotspot for
1697                 expanding.
1698
1699 2007-12-04 [colin]      3.1.0cvs55
1700
1701         * src/mainwindow.c
1702         * src/mainwindow.h
1703         * src/prefs_common.c
1704         * src/prefs_common.h
1705         * src/prefs_receive.c
1706                 MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
1707
1708 2007-12-04 [wwp]        3.1.0cvs54
1709
1710         * src/prefs_other.c
1711                 Fix for bug #1419.
1712
1713 2007-12-04 [holger]     3.1.0cvs53
1714
1715         * src/addrduplicates.c
1716         * src/addrduplicates.h
1717                 Export addressbook entry deletion
1718
1719 2007-12-04 [colin]      3.1.0cvs52
1720
1721         * tools/Makefile.am
1722         * tools/README.sylprint
1723         * tools/sylprint.pl
1724         * tools/sylprint.rc
1725                 Fix debian bug #454089 (symlink attack in TMP directory)
1726                 http://secwatch.org/advisories/1019661/ :
1727                 Remove the buggy script, which was unmaintained anyway
1728         * src/news.c
1729         * src/procmsg.c
1730                 Store things in our private tmp directory.
1731
1732 2007-12-03 [colin]      3.1.0cvs51
1733
1734         * src/folder.c
1735         * src/folder.h
1736         * src/folderview.c
1737         * src/imap.c
1738         * src/mainwindow.c
1739                 Fix update problem when getting remote tags
1740         * src/prefs_matcher.c
1741                 Rework GUI to make it better. Patch by Pawel
1742                 Pekala
1743
1744 2007-12-03 [colin]      3.1.0cvs50
1745
1746         * src/etpan/imap-thread.c
1747         * src/etpan/nntp-thread.c
1748                 Fix bug 1417, 'Network log doesn't reveal 
1749                 enough NNTP errors'
1750
1751 2007-12-02 [iwkse]      3.1.0cvs49
1752
1753         * src/plugins/dillo_viewer/dillo_prefs.c
1754                         Insert dillo under the Plugins menu
1755
1756 2007-12-01 [paul]       3.1.0cvs48
1757
1758         * src/html.c
1759                 add these variant forms
1760                 Thanks to Colin
1761
1762 2007-12-01 [paul]       3.1.0cvs47
1763
1764         * src/matcher.c
1765                 fix a typo
1766
1767 2007-12-01 [paul]       3.1.0cvs46
1768
1769         * po/POTFILES.in
1770                 add the new addrcustomattr.c file
1771
1772 2007-11-29 [colin]      3.1.0cvs45
1773
1774         * src/common/ssl_certificate.c
1775                 Use the more modern getaddrinfo instead of 
1776                 gethostbyname when possible
1777
1778 2007-11-28 [colin]      3.1.0cvs44
1779
1780         * src/summaryview.c
1781                 Maybe fix bug 1410 and other crash reports
1782                 in summaryview since cvs38.
1783
1784 2007-11-28 [wwp]        3.1.0cvs43
1785
1786         * src/prefs_summary_open.c
1787                 Guard against an empty list of actions to perform
1788                 when opening a folder (or migration defaults could
1789                 be introduced, confusing).
1790
1791 2007-11-28 [colin]      3.1.0cvs42
1792
1793         * src/folderview.c
1794                 Fix mark all read from folder's contextual menu
1795
1796 2007-11-27 [colin]      3.1.0cvs41
1797
1798         * src/imap.c
1799         * src/imap.h
1800         * src/imap_gtk.c
1801         * src/prefs_account.c
1802         * src/etpan/imap-thread.c
1803                 A few fixes to the IMAP flags handling: Optimisations,
1804                 two crashers, mention that Bandwitdh-efficient mode
1805                 prevents tag fetching.
1806                 Fix M-UTF7 in subscription dialog.
1807
1808 2007-11-27 [colin]      3.1.0cvs40
1809
1810         * src/folder.c
1811         * src/mbox.c
1812         * src/summaryview.c
1813                 Make filtering faster on flags change: Batch original 
1814                 folderitem, where we'll do flags/tags changes.
1815
1816 2007-11-27 [colin]      3.1.0cvs39
1817
1818         * src/filtering.c
1819                 Fix bug 1407, 'After a copy action, further rules apply 
1820                 to both original and copy'
1821
1822 2007-11-27 [colin]      3.1.0cvs38
1823
1824         * src/edittags.c
1825         * src/summaryview.c
1826                 Fixes races when doing a long operation and user
1827                 asks for another one (Mark all read/unread on a 
1828                 big folder on IMAP for example)
1829
1830 2007-11-27 [wwp]        3.1.0cvs37
1831
1832         * src/addressbook.c
1833         * src/prefs_common.c
1834                 Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
1835                 and 3.1.0cvs35 (addressbook.c).
1836
1837 2007-11-27 [holger]     3.1.0cvs36
1838
1839         * src/printing.c
1840                 Add a line separating header and body
1841                 in the printout
1842
1843 2007-11-27 [wwp]        3.1.0cvs35
1844
1845         * src/addressbook.c
1846                 Fix a drag-and-drop issue introduced with 3.1.0cvs33
1847                 (thanks to Colin) and revert disabling of cut/copy
1848                 context menu entries upon selected groups.
1849
1850 2007-11-27 [holger]     3.1.0cvs34
1851
1852         * src/printing.c
1853                 Add weights to the list of supported text attributes
1854                 for printing
1855
1856 2007-11-27 [wwp]        3.1.0cvs33
1857
1858         * src/Makefile.am
1859         * src/addrcustomattr.c
1860         * src/addrcustomattr.h
1861         * src/addressbook.c
1862         * src/editaddress.c
1863         * src/editaddress.h
1864         * src/prefs_common.c
1865         * src/prefs_common.h
1866         * src/common/defs.h
1867                 Provide a (customizable) list of preset attribute names
1868                 for editing contacts (closes bug #1391).
1869
1870 2007-11-27 [wwp]        3.1.0cvs32
1871
1872         * src/addrclip.c
1873         * src/addressbook.c
1874         * src/addritem.c
1875                 Various fixes in the address book:
1876                         - made copy/move of a folder to itself or its subtree
1877                           impossible (-> error)
1878                         - errors messages don't show in the status bar anymore,
1879                           use alertpanels instead
1880                         - simple click on group doesn't open group edit dialog
1881                           anymore when in contact edit embedded mode (was too itchy)
1882                         - fixed disabling of edit button and and menu entry when
1883                           in contact edit embedded mode (was done in a bad and
1884                           ineffective way)
1885                         - fix menu cut/paste sensitivity in treelist context
1886                           menu (conflicting enabling was done by different functions)
1887                         - fix some menu item sensitivity in address list context menu
1888                         - don't allow cut/copy of groups, it's useless as they won't
1889                           be copied w/ their contents
1890                         - fix missing copy of the picture file when copying (bug #1402),
1891                           fix picture attribute (internal) value when moving or copying
1892
1893
1894 2007-11-27 [colin]      3.1.0cvs31
1895
1896         * src/folder.c
1897         * src/imap.c
1898                 Fix tags loss on move, fix space encoding
1899
1900 2007-11-26 [colin]      3.1.0cvs30
1901
1902         * src/edittags.c
1903         * src/folder.c
1904         * src/folder.h
1905         * src/imap.c
1906         * src/messageview.c
1907         * src/procmsg.c
1908         * src/procmsg.h
1909         * src/summaryview.c
1910         * src/common/utils.c
1911         * src/common/utils.h
1912         * src/etpan/imap-thread.c
1913         * src/etpan/imap-thread.h
1914                 Add IMAP tags support
1915
1916 2007-11-26 [colin]      3.1.0cvs29
1917
1918         * src/imap.c
1919                 Fix bug 1405, 'imap auto auth method doesn't 
1920                 work since 3.1.0'
1921
1922 2007-11-26 [colin]      3.1.0cvs28
1923
1924         * src/messageview.c
1925         * src/procmime.c
1926                 Handle broken disposition-notifications from Evolution
1927                 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
1928
1929 2007-11-25 [paul]       3.1.0cvs27
1930
1931         * src/folder_item_prefs.c
1932         * src/folder_item_prefs.h
1933                 remove dead code
1934
1935 2007-11-23 [wwp]        3.1.0cvs26
1936
1937         * src/matcher.c
1938         * src/matcher.h
1939         * src/matcher_parser_parse.y
1940         * src/prefs_matcher.c
1941                 Fix irrelevant case folding when adding matcher condition 'test',
1942                 thanks to Colin.
1943
1944 2007-11-23 [wwp]        3.1.0cvs25
1945
1946         * src/prefs_common.c
1947         * src/prefs_common.h
1948         * src/prefs_summary_open.c
1949         * src/prefs_summary_open.h
1950         * src/summaryview.c
1951                 Add "select first email in list" to the list of possible selections
1952                 when opening a folder.
1953
1954 2007-11-23 [paul]       3.1.0cvs24
1955
1956         * po/de.po
1957                 a fix by Stephan Sachse, plus remove all
1958                 old strings from the end of the file
1959
1960 2007-11-23 [wwp]        3.1.0cvs23
1961
1962         * src/prefs_msg_colors.c
1963                 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
1964                 with little changes.
1965
1966 2007-11-23 [paul]       3.1.0cvs22
1967
1968         * src/prefs_logging.c
1969                 eliminate wasted horizontal space
1970
1971 2007-11-23 [paul]       3.1.0cvs21
1972
1973         * src/prefs_summaries.c
1974                 don't wrap the label or put linebreaks
1975
1976 2007-11-22 [colin]      3.1.0cvs20
1977
1978         * src/plugins/pgpinline/pgpinline.c
1979                 Fix decryption
1980
1981 2007-11-22 [wwp]        3.1.0cvs19
1982
1983         * src/prefs_themes.c
1984                 Yet another misuse of get_rc_dir(), still related
1985                 to user themes. Completes 3.1.0cvs18.
1986
1987 2007-11-22 [wwp]        3.1.0cvs18
1988
1989         * src/stock_pixmap.c
1990                 Fix a misuse of get_rc_dir(), user themes dir was
1991                 not set properly and some themes might have disappeared
1992                 from themes list in prefs.
1993
1994 2007-11-22 [wwp]        3.1.0cvs17
1995
1996         * src/edittags.c
1997         * src/edittags.h
1998         * src/common/tags.c
1999         * src/common/tags.h
2000                 Correct copyright for these claws-mail-only brand new
2001                 files.
2002
2003 2007-11-22 [paul]       3.1.0cvs16
2004
2005         * src/compose.c
2006                 fix bug 1400, 'Drag and drop of URLs does not work'
2007                 Thanks to Colin
2008
2009 2007-11-22 [paul]       3.1.0cvs15
2010
2011         * src/prefs_common.c
2012                 make "cmds_use_system_default" default to FALSE
2013                 so as not to disrupt current settings
2014         * src/summaryview.c
2015                 increase the size of the GdkRectangle, tooltips
2016                 didn't show for me otherwise
2017
2018 2007-11-21 [colin]      3.1.0cvs14
2019
2020         * src/compose.c
2021         * src/crash.c
2022         * src/exphtmldlg.c
2023         * src/mainwindow.c
2024         * src/manual.c
2025         * src/mimeview.c
2026         * src/prefs_account.c
2027         * src/prefs_common.c
2028         * src/prefs_common.h
2029         * src/prefs_ext_prog.c
2030         * src/textview.c
2031         * src/uri_opener.c
2032         * src/gtk/about.c
2033         * src/gtk/gtkutils.c
2034                 Use xdg-open as a way to find default browser,
2035                 when available
2036
2037 2007-11-21 [colin]      3.1.0cvs13
2038
2039         * src/messageview.c
2040         * src/procmime.c
2041         * src/procmsg.h
2042                 Send better return receipts (useful ones)
2043                 Handle incoming return receipts
2044
2045 2007-11-20 [colin]      3.1.0cvs12
2046
2047         * src/printing.c
2048         * src/printing.h
2049                 Add getter/setter for settings, and getter
2050                 for page setup
2051
2052 2007-11-20 [colin]      3.1.0cvs11
2053
2054         * src/folderview.c
2055         * src/main.c
2056         * src/mainwindow.c
2057                 Fix bug 1396, 'Crash on disabling a filter 
2058                 while it is processing'
2059
2060 2007-11-20 [paul]       3.1.0cvs10
2061
2062         * src/folder.c
2063                 fix bug 1395, 'Crash on checking for new mails
2064                 while filter is running'
2065                 Thanks to Colin
2066
2067 2007-11-20 [paul]       3.1.0cvs9
2068
2069         * src/compose.c
2070                 make this string easier for translators
2071
2072 2007-11-19 [colin]      3.1.0cvs8
2073
2074         * src/prefs_summaries.c
2075         * src/summaryview.c
2076                 Don't enable more tooltips on Maemo
2077
2078 2007-11-19 [colin]      3.1.0cvs7
2079
2080         * src/prefs_common.c
2081         * src/prefs_common.h
2082         * src/prefs_summaries.c
2083         * src/summaryview.c
2084                 Fix bug 1388, 'message list tool tips'
2085                 Add (optional) tooltips in summaryview.
2086                 This only works with GTK+ >= 2.12
2087
2088 2007-11-19 [colin]      3.1.0cvs6
2089
2090         * src/compose.c
2091                 Make strings a bit better when attaching
2092                 from mailto: URIs
2093
2094 2007-11-19 [colin]      3.1.0cvs5
2095
2096         * src/common/utils.c
2097                 Fix bug 1392, 'Top level domain .EU is 
2098                 not recognised as valid'
2099
2100 2007-11-19 [wwp]        3.1.0cvs4
2101
2102         * src/compose.c
2103         * src/compose.h
2104                 Revert changes to compose.c made in 3.1.0cvs2.
2105
2106 2007-11-19 [wwp]        3.1.0cvs3
2107
2108         * src/addressbook.c
2109         * src/addressbook.h
2110         * src/editaddress.c
2111         * src/editgroup.c
2112         * src/addrduplicates.c
2113                 Minor improvements in the address book:
2114                 always accept new contacts provided that some
2115                 detail is set (instead of rejecting silently).
2116                 Better guessing of contact name from incomplete
2117                 name information. Better display of contacts with
2118                 no name, in contact lists, group contents, find
2119                 duplicate results.
2120                 
2121
2122 2007-11-19 [wwp]        3.1.0cvs2
2123
2124         * src/compose.c
2125         * src/compose.h
2126         * src/prefs_logging.c
2127         * src/prefs_summaries.c
2128                 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
2129                 wrap some long label in prefs/summaries, layout checkboxes
2130                 in a more compact form in prefs/loggin, make account and
2131                 header's combos have the same size/spacing in compose
2132                 window.
2133
2134 2007-11-19 [wwp]        3.1.0cvs1
2135
2136         * src/edittags.c
2137                 Fix a tiny leak and duplicate variable.
2138
2139 2007-11-19 [paul]       3.1.0
2140
2141         * NEWS
2142         * README
2143         * RELEASE_NOTES 
2144                 3.1.0 released
2145
2146 2007-11-19 [paul]       3.0.2cvs145
2147
2148         * po/de.po
2149         * po/fi.po
2150         * po/fr.po
2151         * po/hu.po
2152         * po/it.po
2153         * po/pl.po
2154         * po/pt_BR.po
2155         * po/sk.po
2156         * po/zh_CN.po
2157                 updated by Stephan Sachse, Flammie Pirinen,
2158                 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
2159                 Emil Nowak, Frederico Goncalves Guimaraes,
2160                 Andrej Kacian, and Ralph Young
2161
2162 2007-11-18 [mones]      3.0.2cvs144
2163
2164         * po/es.po
2165                 Updated Spanish translation
2166
2167 2007-11-18 [colin]      3.0.2cvs143
2168
2169         * src/edittags.c
2170                 Prevent empty tag after edit, thanks to wwp
2171
2172 2007-11-18 [colin]      3.0.2cvs142
2173
2174         * src/editaddress.c
2175                 Fix possible "(null)" %s - thanks to wwp
2176
2177 2007-11-16 [wwp]        3.0.2cvs141
2178
2179         * src/common/utils.c
2180                 Fix for 3.0.2cvs140, prevents from crashing when opening
2181                 a compose window.
2182
2183 2007-11-16 [colin]      3.0.2cvs140
2184
2185         * src/main.c
2186         * src/common/claws.c
2187                 Output a bit more useful info at startup
2188                 in --debug mode
2189
2190 2007-11-16 [colin]      3.0.2cvs139
2191
2192         * src/compose.c
2193         * src/common/utils.c
2194         * src/common/utils.h
2195                 Fix bug 1387, 'Request for --compose to 
2196                 support multiple attachments'
2197
2198 2007-11-16 [colin]      3.0.2cvs138
2199
2200         * src/news.c
2201                 Fix bug 1390, 'NNTP fails after server 
2202                 closed connection'
2203
2204 2007-11-16 [colin]      3.0.2cvs137
2205
2206         * src/prefs_display_header.c
2207                 Fix bug 1389, 'Changing 'Display headers 
2208                 in message view' breaks dispheaderrc'
2209
2210 2007-11-14 [colin]      3.0.2cvs136
2211
2212         * src/summaryview.c
2213         * src/gtk/quicksearch.c
2214         * src/gtk/quicksearch.h
2215                 Fix resetting the quicksearch when in non-sticky
2216                 mode, but Recursive is set: reset only when going
2217                 out of the root search folder.
2218
2219 2007-11-14 [colin]      3.0.2cvs135
2220
2221         * src/filtering.c
2222                 Don't set new flag back when doing "Mark as unread"
2223                 from filtering
2224
2225 2007-11-12 [paul]       3.0.2cvs134
2226
2227         * src/plugins/dillo_viewer/dillo_viewer.c
2228                 don't offer the mime type for translation
2229
2230 2007-11-12 [paul]
2231
2232         3.1.0-rc2 released
2233
2234 2007-11-11 [colin]      3.0.2cvs133
2235
2236         * src/imap_gtk.c
2237         * src/mh_gtk.c
2238                 Use markup-escaped strings in dialogs
2239
2240 2007-11-11 [colin]      3.0.2cvs132
2241
2242         * src/imap.c
2243                 Better IMAP-UTF7/UTF8 conversion
2244
2245 2007-11-10 [colin]      3.0.2cvs131
2246
2247         * src/news.c
2248                 Fix debian bug 450698, 'nntp auth behavior changed 
2249                 without notice'
2250
2251 2007-11-10 [colin]      3.0.2cvs130
2252
2253         * configure.ac
2254         * src/inc.c
2255         * src/main.c
2256         * src/main.h
2257         * src/mimeview.c
2258         * src/statusbar.c
2259         * src/common/utils.c
2260         * src/etpan/Makefile.am
2261         * src/gtk/filesel.c
2262         * src/gtk/gtkutils.h
2263         * src/gtk/menu.c
2264         * src/plugins/bogofilter/Makefile.am
2265         * src/plugins/clamav/Makefile.am
2266         * src/plugins/dillo_viewer/Makefile.am
2267         * src/plugins/pgpcore/Makefile.am
2268         * src/plugins/spamassassin/Makefile.am
2269         * src/plugins/trayicon/Makefile.am
2270                 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
2271
2272 2007-11-09 [colin]      3.0.2cvs129
2273
2274         * src/addressbook.c
2275         * src/ldapupdate.c
2276                 fix bug 1375, 'Impossible to modify e-mail
2277                 in LDAP addressbook twice'; Try two. update
2278                 externalID, don't make display lag, and
2279                 fix the cases where dn is not mail.
2280
2281 2007-11-08 [paul]       3.0.2cvs128
2282
2283         * src/account.c
2284         * src/compose.c
2285         * src/messageview.c
2286         * src/prefs_account.c
2287         * src/prefs_account.h
2288                 reinstate 'Generate Message-ID' option as an
2289                 account preference. (hidden on IMAP)
2290                 Thanks to Colin
2291
2292 2007-11-08 [paul]       3.0.2cvs127
2293
2294         * src/textview.c
2295                 MAEMO: fix failure of loading images inline
2296                 MAEMO: fix bug 1349, 'Emails still skip to end
2297                 when opened (in certain circumstances)...'
2298
2299 2007-11-07 [colin]      3.0.2cvs126
2300
2301         * src/toolbar.c
2302                 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
2303
2304 2007-11-07 [colin]      3.0.2cvs125
2305
2306         * src/toolbar.c
2307                 Re-change the string occurence of A_CLAWS_ACTIONS
2308                 to A_SYL_ACTIONS, to prevent parse errors of the
2309                 toolbar_*.xml files
2310
2311 2007-11-07 [colin]      3.0.2cvs124
2312
2313         * src/mimeview.c
2314         * src/prefs_common.c
2315         * src/prefs_common.h
2316         * manual/advanced.xml
2317                 Add an hidden pref, 'save_parts_readwrite';
2318                 completes 3.0.2cvs35
2319
2320 2007-11-07 [paul]       3.0.2cvs123
2321
2322         * src/prefs_toolbar.c
2323         * src/toolbar.c
2324         * src/toolbar.h
2325                 rename ToolbarSylpheedActions to ToolbarClawsActions
2326                 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
2327
2328 2007-11-07 [paul]       3.0.2cvs122
2329
2330         * src/toolbar.c
2331                 MAEMO: remove tooltips
2332
2333 2007-11-07 [colin]      3.0.2cvs121
2334
2335         * src/plugins/pgpinline/pgpinline.c
2336                 Fix bug 1377, 'unspecific errors on 
2337                 signature checking'. Fix trimming of
2338                 UTF8 data.
2339
2340 2007-11-06 [iwkse]      3.0.2cvs120
2341
2342         * src/prefs_summary_open.c
2343                 yet a string change
2344
2345 2007-11-06 [paul]       3.0.2cvs119
2346
2347         * tools/Makefile.am
2348         * tools/README
2349         * tools/csv2addressbook.pl
2350                 add a new script that imports a CSV formatted
2351                 address book. Becky and Thunderbird address
2352                 book are currently supported.
2353
2354 2007-11-05 [colin]      3.0.2cvs118
2355
2356         * src/imap.c
2357                 Fix deletion 
2358
2359 2007-11-05 [iwkse]      3.0.2cvs117
2360
2361         * src/prefs_summary_open.c
2362                 String changes
2363
2364 2007-11-04 [paul]       3.0.2cvs116
2365
2366         * src/addressbook_foldersel.c
2367                 fix gtk critical warning
2368                 Patch by Pawel Pekala
2369
2370 2007-11-04 [paul]       3.0.2cvs115
2371
2372         * tools/README
2373         * tools/claws-mail-compose-insert-files.pl
2374                 add --bcc and uri_escape() everything
2375
2376 2007-11-04 [paul]       3.0.2cvs114
2377
2378         * src/gtk/gtkutils.c
2379                 gtkut_stock_with_text_button_set_create(): set
2380                 GTK_CAN_DEFAULT on buttons 2 and 3
2381
2382 2007-11-03 [paul]       3.0.2cvs113
2383
2384         * src/common/utils.c
2385                 fix debian bug #448814, 'mailto: URI decoding
2386                 desn't decode the destination address field'
2387                 Patch by Federico Heinz <fheinz@vialibre.org.ar>
2388
2389 2007-11-03 [paul]       3.0.2cvs112
2390
2391         * AUTHORS
2392         * src/compose.c
2393         * src/gtk/authors.h
2394                 allow Bcc in commandline URIs
2395                 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
2396
2397 2007-11-02 [colin]      3.0.2cvs111
2398
2399         * src/addressbook.c
2400                 Maybe fix bug 1376, 'crash on 
2401                 addressbook manipulation'
2402
2403 2007-10-31 [paul]       3.0.2cvs110
2404
2405         * src/ldapupdate.c
2406                 fix bug 1375, 'Impossible to modify e-mail
2407                 in LDAP addressbook twice'
2408                 Patch by Michael Rasmussen
2409
2410 2007-10-30 [paul]       3.0.2cvs109
2411
2412         * configure.ac
2413                 enable GnuTLS support with --enable-gnutls which
2414                 will disable openssl support. if the user has
2415                 gtk >= 2.10.x don't allow gnomeprint even if the
2416                 user asks for it
2417
2418 2007-10-30 [paul]
2419
2420         3.1.0-rc1 released
2421
2422 2007-10-30 [paul]       3.0.2cvs108
2423
2424         * Makefile.am
2425                 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
2426
2427 2007-10-30 [paul]       3.0.2cvs107
2428
2429         * src/expldifdlg.c
2430         * src/prefs_account.c
2431         * src/prefs_folder_item.c
2432         * src/prefs_spelling.c
2433         * src/prefs_themes.c
2434         * src/wizard.c
2435         * src/gtk/gtkaspell.c
2436         * src/gtk/gtkaspell.h
2437         * src/plugins/spamassassin/spamassassin_gtk.c
2438                 replace deprecated gtk_option_menu...
2439                 patch by Pawel Pekala
2440
2441 2007-10-29 [colin]      3.0.2cvs106
2442
2443         * src/plugins/dillo_viewer/dillo_prefs.c
2444                 Fix forgotten signal connect
2445
2446 2007-10-28 [colin]      3.0.2cvs105
2447
2448         * src/plugins/dillo_viewer/dillo_prefs.c
2449         * src/plugins/dillo_viewer/dillo_prefs.h
2450         * src/plugins/dillo_viewer/dillo_viewer.c
2451                 Implement addressbook-based whitelisting for loading
2452                 remote images. Fixed missing destroy of the embedded
2453                 browser that made a Dillo window pop up on exit, if
2454                 an HTML part was displayed.
2455
2456 2007-10-26 [colin]      3.0.2cvs104
2457
2458         * src/edittags.c
2459                 Add missing static
2460
2461 2007-10-25 [colin]      3.0.2cvs103
2462
2463         * src/editaddress.c
2464                 Add tap-and-hold on the picture, for Maemo
2465         * src/edittags.c
2466         * src/edittags.h
2467         * src/mainwindow.c
2468         * src/procmsg.c
2469         * src/summaryview.c
2470         * src/textview.c
2471                 Unify tag interfaces.
2472
2473 2007-10-25 [colin]      3.0.2cvs102
2474
2475         * src/imap.c
2476         * src/etpan/imap-thread.h
2477                 Much better error handling. We'll need to be really
2478                 clear to users about where errors come from, with 
2479                 the apparition of Gmail's IMAP server.
2480
2481 2007-10-24 [colin]      3.0.2cvs101
2482
2483         * src/edittags.c
2484         * src/mainwindow.c
2485         * src/summaryview.c
2486         * src/textview.c
2487                 Add tags sorting (alphabetical); allow deletion of
2488                 tags from the Apply Tags window
2489
2490 2007-10-24 [colin]      3.0.2cvs100
2491
2492         * src/editaddress.c
2493         * src/editaddress_other_attributes_ldap.c
2494         * src/editaddress_other_attributes_ldap.h
2495         * src/ldapctrl.c
2496         * src/ldapquery.c
2497         * src/ldapupdate.c
2498                 Fix LDAP writing (got broken in cvs39)
2499                 Add read-only support for jpegPhoto LDAP field
2500
2501 2007-10-23 [colin]      3.0.2cvs99
2502
2503         * src/news.c
2504                 Fix crash in some cases
2505
2506 2007-10-22 [colin]      3.0.2cvs98
2507
2508         * src/common/socket.h
2509         * src/common/ssl.c
2510                 Fix big leak in GnuTLS code
2511
2512 2007-10-22 [colin]      3.0.2cvs97
2513
2514         * src/news.c
2515                 Fix bug 1368, 'SIGSEGV in NNTP code'
2516
2517 2007-10-22 [colin]      3.0.2cvs96
2518
2519         * src/prefs_customheader.c
2520                 Catch compface warnings when generating X-Faces
2521
2522 2007-10-22 [wwp]        3.0.2cvs95
2523
2524         * src/quote_fmt_parse.y
2525                 Remove accidentally committed debug traces.
2526                 Fix a warning.
2527
2528 2007-10-22 [colin]      3.0.2cvs94
2529
2530         * src/etpan/nntp-thread.c
2531                 Fix authentication
2532
2533 2007-10-19 [wwp]        3.0.2cvs93
2534
2535         * src/common/ssl_certificate.c
2536                 Add missing include (Windows).
2537
2538 2007-10-19 [colin]      3.0.2cvs92
2539
2540         * src/imap_gtk.c
2541         * src/mimeview.c
2542         * src/textview.c
2543         * src/gtk/inputdialog.c
2544         * src/gtk/inputdialog.h
2545                 Remove the last old combo; patch by
2546                 Pawel
2547
2548 2007-10-19 [colin]      3.0.2cvs91
2549
2550         * src/common/ssl.c
2551                 Fix interop problem with GnuTLS and some crappy
2552                 servers that have very little keys.
2553
2554 2007-10-19 [colin]      3.0.2cvs90
2555
2556         * src/common/ssl.c
2557                 Fix return value check on GnuTLS, and
2558                 display the error
2559
2560 2007-10-18 [colin]      3.0.2cvs89
2561
2562         * src/common/ssl_certificate.c
2563                 Fix missing initialisations
2564
2565 2007-10-18 [wwp]        3.0.2cvs88
2566
2567         * src/Makefile.am
2568                 Fix linking against GNUTLS (matters if --enable-gnutls only).
2569
2570 2007-10-18 [colin]      3.0.2cvs87
2571
2572         * po/POTFILES.in
2573                 Fix build
2574
2575 2007-10-18 [mones]      3.0.2cvs86
2576
2577         * src/editbook.c
2578         * src/import.c
2579         * src/prefs_account.c
2580         * src/prefs_receive.c
2581         * src/gtk/about.c
2582         * src/plugins/bogofilter/bogofilter_gtk.c
2583         * src/plugins/spamassassin/spamassassin_gtk.c
2584                 More capitalisation micro-fixes
2585
2586 2007-10-18 [paul]       3.0.2cvs85
2587
2588         * configure.ac
2589                 add info about NNTP support via libetpan
2590                 change the configure output ending msg a little
2591         * src/gtk/about.c
2592                 similar changes to above
2593
2594 2007-10-18 [colin]      3.0.2cvs84
2595
2596         * src/procmime.c
2597         * src/procmime.h
2598                 Fix missing symbol for S/MIME
2599
2600 2007-10-18 [colin]      3.0.2cvs83
2601
2602         * src/prefs_filtering_action.c
2603                 Fix crash in tags (introduced in cvs78)
2604
2605 2007-10-18 [colin]      3.0.2cvs82
2606
2607         * src/common/Makefile.am
2608         * src/common/nntp.c
2609         * src/common/nntp.h
2610         * src/etpan/Makefile.am
2611         * src/etpan/etpan-thread-manager-types.h
2612         * src/etpan/etpan-thread-manager.c
2613         * src/etpan/imap-thread.c
2614         * src/etpan/nntp-thread.c
2615         * src/etpan/nntp-thread.h
2616         * src/news.c
2617         * src/news.h
2618                 Rewrite the nntp implementation
2619                 to use libetpan. Non-blocking NNTP!
2620         * src/account.c
2621         * src/crash.c
2622         * src/imap.c
2623         * src/inc.c
2624         * src/main.c
2625         * src/mainwindow.c
2626         * src/pop.c
2627         * src/pop.h
2628         * src/prefs_account.c
2629         * src/recv.c
2630         * src/recv.h
2631         * src/send_message.c
2632         * src/send_message.h
2633         * src/ssl_manager.c
2634         * src/ssl_manager.h
2635         * src/wizard.c
2636         * src/common/claws.c
2637         * src/common/session.c
2638         * src/common/session.h
2639         * src/common/smtp.c
2640         * src/common/smtp.h
2641         * src/common/socket.c
2642         * src/common/socket.h
2643         * src/common/ssl.c
2644         * src/common/ssl.h
2645         * src/common/ssl_certificate.c
2646         * src/common/ssl_certificate.h
2647         * src/gtk/about.c
2648         * src/gtk/sslcertwindow.c
2649         * src/gtk/sslcertwindow.h
2650                 Implement GnuTLS support. GnuTLS support
2651                 will be used if OpenSSL isn't available, or
2652                 specified explicitely. (the reason is that
2653                 GnuTLS cerficate checking is a bit less 
2654                 practical than OpenSSL's)
2655
2656 2007-10-18 [paul]       3.0.2cvs81
2657
2658         * src/gtk/inputdialog.c
2659         * src/gtk/inputdialog.h
2660                 fix copyright header
2661
2662 2007-10-17 [colin]      3.0.2cvs80
2663
2664         * src/plugins/pgpcore/select-keys.c
2665                 Fix bug which prevented encryption key
2666                 auto-selection when two or more matched the
2667                 email address, but only one isn't revoked
2668                 or expired.
2669
2670 2007-10-17 [wwp]        3.0.2cvs79
2671
2672         * src/compose.c
2673         * src/quote_fmt.c
2674         * src/quote_fmt.h
2675         * src/quote_fmt_lex.l
2676         * src/quote_fmt_parse.y
2677                 Templates can now attach files using |attach{filename}.
2678
2679 2007-10-17 [wwp]        3.0.2cvs78
2680
2681         * src/prefs_customheader.c
2682         * src/prefs_ext_prog.c
2683         * src/prefs_filtering_action.c
2684         * src/prefs_matcher.c
2685         * src/prefs_other.c
2686         * src/prefs_toolbar.c
2687         * src/gtk/combobox.c
2688         * src/gtk/combobox.h
2689         * src/gtk/gtkutils.c
2690         * src/gtk/gtkutils.h
2691         * src/plugins/bogofilter/bogofilter_gtk.c
2692         * src/plugins/spamassassin/spamassassin_gtk.c
2693                 Removed almost all remaining instances of GtkCombo
2694                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
2695                 few visual and code cleanup from Colin.
2696
2697 2007-10-16 [wwp]        3.0.2cvs77
2698         * src/gtk/pluginwindow.c
2699                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
2700
2701 2007-10-15 [colin]      3.0.2cvs76
2702
2703         * src/edittags.c
2704         * src/edittags.h
2705         * src/filtering.c
2706         * src/filtering.h
2707         * src/importmutt.c
2708         * src/importpine.c
2709         * src/main.c
2710         * src/messageview.c
2711         * src/messageview.h
2712         * src/mimeview.c
2713         * src/mimeview.h
2714         * src/pop.c
2715         * src/pop.h
2716         * src/prefs_common.c
2717         * src/prefs_common.h
2718         * src/prefs_customheader.c
2719         * src/prefs_customheader.h
2720         * src/prefs_display_header.c
2721         * src/prefs_display_header.h
2722         * src/prefs_filtering_action.c
2723         * src/prefs_filtering_action.h
2724         * src/prefs_folder_column.c
2725         * src/prefs_folder_column.h
2726         * src/prefs_folder_item.c
2727         * src/prefs_folder_item.h
2728         * src/prefs_gtk.c
2729         * src/prefs_gtk.h
2730         * src/prefs_logging.h
2731         * src/prefs_matcher.c
2732         * src/prefs_matcher.h
2733         * src/prefs_summary_column.c
2734         * src/prefs_summary_column.h
2735         * src/prefs_summary_open.c
2736         * src/procheader.c
2737         * src/procheader.h
2738         * src/procmime.c
2739         * src/procmime.h
2740         * src/recv.c
2741         * src/recv.h
2742         * src/sourcewindow.c
2743         * src/sourcewindow.h
2744         * src/summaryview.c
2745         * src/summaryview.h
2746         * src/textview.c
2747         * src/textview.h
2748         * src/toolbar.c
2749         * src/toolbar.h
2750         * src/common/mgutils.c
2751         * src/common/mgutils.h
2752         * src/common/nntp.c
2753         * src/common/nntp.h
2754         * src/common/prefs.c
2755         * src/common/prefs.h
2756         * src/common/socket.c
2757         * src/common/socket.h
2758         * src/common/stringtable.c
2759         * src/common/stringtable.h
2760         * src/common/template.c
2761         * src/common/template.h
2762         * src/common/uuencode.c
2763         * src/common/uuencode.h
2764         * src/gtk/gtkshruler.c
2765         * src/gtk/gtkshruler.h
2766         * src/gtk/menu.c
2767         * src/gtk/menu.h
2768         * src/gtk/progressdialog.c
2769         * src/gtk/progressdialog.h
2770                 Remove/staticalize, the return of the revenge
2771
2772 2007-10-15 [colin]      3.0.2cvs75
2773
2774         * src/matcher.c
2775                 Fix redirections in filtering's tests
2776
2777 2007-10-15 [colin]      3.0.2cvs74
2778
2779         * src/imap.c
2780                 Don't build imap_synchronise at all when 
2781                 building without libetpan
2782
2783 2007-10-14 [colin]      3.0.2cvs73
2784
2785         * src/imap.c
2786         * src/common/md5.c
2787         * src/common/md5.h
2788         * src/gtk/manage_window.c
2789         * src/gtk/manage_window.h
2790                 Remove more unused code
2791
2792 2007-10-14 [colin]      3.0.2cvs72
2793
2794         * src/addrquery.c
2795         * src/addrquery.h
2796         * src/recv.c
2797         * src/recv.h
2798         * src/vcard.c
2799         * src/vcard.h
2800         * src/common/xml.c
2801         * src/common/xml.h
2802         * src/common/xmlprops.c
2803         * src/common/xmlprops.h
2804                 Remove more unused code
2805
2806 2007-10-14 [colin]      3.0.2cvs71
2807
2808         * src/common/utils.c
2809                 Remove unused function
2810
2811 2007-10-13 [colin]      3.0.2cvs70
2812
2813         * src/imap.c
2814         * src/imap.h
2815         * src/mainwindow.c
2816         * src/mainwindow.h
2817         * src/gtk/gtkutils.c
2818         * src/gtk/gtkutils.h
2819                 Staticalise/Remove more code
2820
2821 2007-10-13 [colin]      3.0.2cvs69
2822
2823         * src/common/utils.c
2824         * src/common/utils.h
2825                 Remove dead code, unused for ages
2826
2827 2007-10-13 [colin]      3.0.2cvs68
2828
2829         * src/main.c
2830         * src/main.h
2831                 Maemo: define hildon_program in main.c,
2832                 make it accessible in the .h with extern
2833
2834 2007-10-13 [paul]       3.0.2cvs67
2835
2836         * src/gtk/menu.c
2837                 fix a bunch of runtime warnings on maemo
2838
2839 2007-10-13 [paul]       3.0.2cvs66
2840
2841         * src/main.c
2842         * src/main.h
2843         * src/gtk/gtkutils.c
2844         * src/gtk/gtkutils.h
2845                 fix a bunch of compiler warnings on maemo
2846
2847 2007-10-12 [colin]      3.0.2cvs65
2848
2849         * src/account.c
2850         * src/addritem.c
2851         * src/addritem.h
2852         * src/filtering.c
2853         * src/filtering.h
2854         * src/folder.c
2855         * src/folder.h
2856         * src/common/utils.c
2857         * src/common/utils.h
2858                 Remove unused code, staticalise some functions
2859
2860 2007-10-12 [paul]       3.0.2cvs64
2861
2862         * src/account.c
2863         * src/folderview.c
2864         * src/main.c
2865         * src/mainwindow.c
2866         * src/messageview.c
2867         * src/summary_search.c
2868         * src/summaryview.c
2869         * src/toolbar.c
2870         * src/wizard.c
2871         * src/common/utils.c
2872         * src/gtk/prefswindow.c
2873                 fix a bunch of compiler warnings on maemo
2874
2875 2007-10-11 [colin]      3.0.2cvs63
2876
2877         * src/editaddress.c
2878                 Make static function static
2879
2880 2007-10-11 [mones]      3.0.2cvs62
2881
2882         * src/addrduplicates.c
2883         * src/addressbook.c
2884         * src/compose.c
2885         * src/expldifdlg.c
2886         * src/mainwindow.c
2887         * src/messageview.c
2888         * src/pop.c
2889         * src/prefs_customheader.c
2890         * src/prefs_send.c
2891         * src/prefs_themes.c
2892         * src/common/plugin.c
2893         * src/gtk/pluginwindow.c
2894         * src/gtk/quicksearch.c
2895                 Fix several typos and capitalisation issues
2896
2897 2007-10-11 [wwp]        3.0.2cvs61
2898
2899         * src/editaddress.c
2900                 Fix a warning about possible use of uninitialized
2901                 filename var.
2902
2903 2007-10-11 [wwp]        3.0.2cvs60
2904
2905         * src/editaddress.c
2906                 Disable "Unset picture" menu item when there's
2907                 no picture to clear. Fix an extraneous g_unref_object,
2908                 add missing initializers.
2909
2910 2007-10-11 [wwp]        3.0.2cvs59
2911
2912         * src/pixmaps/anonymous.xpm
2913         * src/editaddress.c
2914         * src/Makefile.am
2915         * src/stock_pixmap.c
2916         * src/stock_pixmap.h
2917                 Fix a leak, gettext-ize the photo label.
2918                 Don't clear the existing picture if loading
2919                 a new one fails. Use a default 'anonymous'
2920                 picture (this new xpm has been added to the
2921                 internal stock_pixmap API). Add a
2922                 "Set picture" context menu entry.
2923
2924 2007-10-11 [colin]      3.0.2cvs58
2925
2926         * src/messageview.c
2927                 Make shift-shortcuts work
2928         * src/prefs_actions.c
2929                 Don't ask if we really want to close when
2930                 choosing OK and only the list is changed
2931         * src/prefs_template.c
2932                 Don't ask if we really want to close when
2933                 choosing OK and only the list is changed
2934         * src/common/plugin.c
2935                 Fix writing of second [Plugins_*] block
2936         * src/common/template.c
2937                 Remove unused files (fixes deletion)
2938
2939 2007-10-10 [paul]       3.0.2cvs57
2940
2941         * src/prefs_template.c
2942                 put the whole thing in a scrolled window
2943                 so that half the page is no longer inaccessible
2944                 on maemo
2945                 make the gtk_text_view smaller on maemo
2946
2947 2007-10-10 [colin]      3.0.2cvs56
2948
2949         * src/compose.c
2950                 Fix updating of Attachments number in some
2951                 cases (reedit, attach from command-line, ...)
2952
2953 2007-10-10 [colin]      3.0.2cvs55
2954
2955         * src/editaddress.c
2956                 Initialise error correctly
2957
2958 2007-10-10 [paul]       3.0.2cvs54
2959
2960         * src/prefs_filtering_action.c
2961         * src/gtk/description_window.c
2962         * src/gtk/foldersort.c
2963         * src/gtk/quicksearch.c
2964                 get rid of some pointless new lines and
2965                 make the descripton labels wrap better
2966
2967 2007-10-10 [colin]      3.0.2cvs53
2968
2969         * src/addressadd.c
2970         * src/editaddress.c
2971         * src/headerview.c
2972         * src/textview.c
2973                 More error handling on saving pictures
2974
2975 2007-10-10 [colin]      3.0.2cvs52
2976
2977         * src/printing.c
2978         * src/printing.h
2979                 Generalize a bit printing, so we can factorize
2980                 most of the code. 
2981
2982 2007-10-10 [paul]       3.0.2cvs51
2983
2984         * src/addrduplicates.c
2985                 fix engrish
2986                 use GTK_STOCK... buttons
2987
2988 2007-10-10 [paul]       3.0.2cvs50
2989
2990         * src/addressadd.c
2991         * src/addrindex.c
2992         * src/editaddress.c
2993                 Fix previous patch
2994                 Thanks to Colin
2995
2996 2007-10-10 [paul]       3.0.2cvs49
2997
2998         * src/summaryview.c
2999         * src/messageview.c
3000                 Fix crash on Add sender to addressbook when
3001                 From is null
3002         * src/addressadd.c
3003         * src/addrindex.c
3004         * src/editaddress.c
3005         * src/editaddress_other_attributes_ldap.h
3006                 Fix leaks 
3007                 Rename images to .png in addrbook/
3008         * src/headerview.c
3009         * src/textview.c
3010                 Fix Face/X-Face being used if adding another
3011                 address than sender to addressbook
3012                 Thanks to Colin
3013
3014 2007-10-10 [holger]     3.0.2cvs48
3015
3016         * src/addrduplicates.c
3017         * src/editaddress.c
3018                 Improvements to the addressbook duplicate finder
3019                 feature:
3020                  - add an edit button to the button bar
3021                  - display the whole bookname (with iface) and
3022                    use this for same-book checking
3023                  - after editing, try to keep selections if the
3024                    entries are still present
3025                  - sort the email column alphabetically
3026                  - put results in a scrolled window
3027                  - support embedded editing
3028                  - make columns in detail view resizable
3029                  - add keyboard shortcuts
3030
3031 2007-10-10 [wwp]        3.0.2cvs47
3032
3033         * src/addrindex.c
3034                 Fix a crash when there's no From: in email, thanks to Colin.
3035
3036 2007-10-09 [paul]       3.0.2cvs46
3037
3038         * src/messageview.c
3039         * src/summaryview.c
3040         * src/textview.c
3041                 fix building without compface support
3042
3043 2007-10-09 [colin]      3.0.2cvs45
3044
3045         * src/editaddress.c
3046         * src/headerview.c
3047         * src/textview.c
3048                 Add error handling
3049
3050 2007-10-09 [colin]      3.0.2cvs44
3051
3052         * src/addrduplicates.c
3053         * src/addressadd.c
3054         * src/addressadd.h
3055         * src/addressbook.c
3056         * src/addressbook.h
3057         * src/addrindex.c
3058         * src/addrindex.h
3059         * src/addritem.c
3060         * src/addritem.h
3061         * src/compose.c
3062         * src/editaddress.c
3063         * src/editaddress_other_attributes_ldap.h
3064         * src/headerview.c
3065         * src/messageview.c
3066         * src/mimeview.c
3067         * src/summaryview.c
3068         * src/textview.c
3069         * src/gtk/gtkutils.c
3070                 Automatically set contacts' pictures from Face 
3071                 or X-Face if they have no picture
3072                 Display the contact picture in textview or
3073                 headerview for mails sent by people in the 
3074                 addressbook, that have no Face or X-Face
3075                 Fix a few details in the Person edition dialog
3076                 (ability to unset picture)
3077                 Remove picture file when deleting contacts
3078
3079 2007-10-09 [iwkse]      3.0.2cvs43
3080
3081         * src/gtk/about.c
3082                 center the about window
3083
3084 2007-10-09 [paul]       3.0.2cvs42
3085
3086         * src/prefs_toolbar.c
3087                 fix icon selector window on maemo
3088
3089 2007-10-09 [paul]       3.0.2cvs41
3090
3091         * src/messageview.c
3092                 add 'go to' menu to separate msgview
3093
3094 2007-10-09 [colin]      3.0.2cvs40
3095
3096         * src/common/defs.h
3097                 Add forgotten file
3098
3099 2007-10-09 [iwkse]      3.0.2cvs39
3100
3101         * Makefile.am
3102         * src/addressbook.c
3103         * src/addritem.c
3104         * src/addritem.h
3105         * src/editaddress.c
3106         * src/editaddress_other_attributes_ldap.h
3107         * src/addrbook.c
3108         * src/Makefile.am
3109                 set a photo in the Addressbook
3110
3111 2007-10-08 [colin]      3.0.2cvs38
3112
3113         * src/prefs_toolbar.c
3114                 Make height 320 to remove the scrollbar 
3115                 (with current number of icons)
3116
3117 2007-10-08 [colin]      3.0.2cvs37
3118
3119         * src/prefs_toolbar.c
3120                 Transform the treeview to a GtkIconView.
3121                 Patch by Pawel
3122                 In addition, transform the window so that 
3123                 it looks like a popup menu. Patch by me
3124
3125 2007-10-08 [colin]      3.0.2cvs36
3126
3127         * src/compose.c
3128         * src/compose.h
3129                 Beautify the GUI a bit; in particular, show the
3130                 number of attachments in the tab's title.
3131                 Patch by Pawel
3132
3133 2007-10-08 [paul]       3.0.2cvs35
3134
3135         * src/mimeview.c
3136                 Save users from themselves: save temporary
3137                 files used for Open/Open with as read-only.
3138                 Thanks to Colin
3139
3140 2007-10-08 [paul]       3.0.2cvs34
3141
3142         * tools/Makefile.am
3143                 forgot this in cvs33
3144
3145 2007-10-08 [paul]       3.0.2cvs33
3146
3147         * tools/kdeservicemenu/README
3148         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
3149         * tools/kdeservicemenu/install.sh
3150         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
3151                 renamed template* to *template so as not to confuse
3152                 lintian
3153
3154 2007-10-08 [paul]       3.0.2cvs32
3155
3156         * src/prefs_themes.c
3157         * src/stock_pixmap.c
3158                 replace 2 direct uses of RC_DIR
3159
3160 2007-10-07 [colin]      3.0.2cvs31
3161
3162         * src/addrduplicates.c
3163         * src/addrduplicates.h
3164         * src/addressbook.c
3165         * src/addressbook.h
3166         * src/addrindex.c
3167         * src/addrindex.h
3168                 Implement deletion in duplicate finder. 
3169                 Patch by Holger 
3170
3171 2007-10-07 [colin]      3.0.2cvs30
3172
3173         * src/exporthtml.c
3174         * src/mbox.c
3175         * src/common/utils.c
3176                 Better fix for Solaris, thanks to Nicolas Doualot
3177
3178 2007-10-07 [colin]      3.0.2cvs29
3179
3180         * AUTHORS
3181         * src/gtk/authors.h
3182                 Add Frank Dietrich
3183
3184 2007-10-07 [colin]      3.0.2cvs28
3185
3186         * src/exporthtml.c
3187                 Fix HTML export to make it more compliant
3188                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
3189
3190 2007-10-07 [colin]      3.0.2cvs27
3191
3192         * src/prefs_toolbar.c
3193                 Only use icons that wouldn't look stupid in the toolbar
3194                 Patch by Pawel
3195
3196 2007-10-07 [colin]      3.0.2cvs26
3197
3198         * src/prefs_toolbar.c
3199                 Fix old icon being used when none is selected
3200
3201 2007-10-07 [colin]      3.0.2cvs25
3202
3203         * src/toolbar.c
3204                 Fix copy/paste error
3205
3206 2007-10-07 [colin]      3.0.2cvs24
3207
3208         * src/prefs_toolbar.c
3209         * src/toolbar.c
3210         * src/toolbar.h
3211                 Update icon to default one when changing event
3212                 Make the icon chooser nicer (handle Esc, Enter,
3213                 double-click)
3214
3215 2007-10-06 [colin]      3.0.2cvs23
3216
3217         * src/prefs_toolbar.c
3218                 Fix text reset; patch by Pawel
3219
3220 2007-10-06 [colin]      3.0.2cvs22
3221
3222         * src/toolbar.h
3223                 Complete previous commit
3224
3225 2007-10-06 [colin]      3.0.2cvs21
3226
3227         * src/prefs_toolbar.c
3228         * src/toolbar.c
3229                 Set toolbar text automatically to the default
3230                 when changing Event executed on click
3231
3232 2007-10-06 [colin]      3.0.2cvs20
3233
3234         * src/prefs_toolbar.c
3235                 Invert Text and Event fields
3236
3237 2007-10-06 [colin]      3.0.2cvs19
3238
3239         * src/prefs_toolbar.c
3240         * src/toolbar.c
3241                 Make toolbar prefs look much better
3242                 Patch by Pawel Pekala
3243
3244 2007-10-06 [paul]       3.0.2cvs18
3245
3246         * src/account.c
3247         * src/prefs_filtering.c
3248                 fix checkbuttons in gtktreeview on maemo by
3249                 setting maemo's "allow-checkbox-mode" to FALSE
3250
3251 2007-10-06 [colin]      3.0.2cvs17
3252
3253         * configure.ac
3254                 Export -DSOLARIS in CFLAGS for all
3255                 Solaris (not just 2.8) and OpenSolaris
3256
3257 2007-10-06 [paul]       3.0.2cvs16
3258
3259         * AUTHORS
3260         * src/exporthtml.c
3261         * src/mbox.c
3262         * src/gtk/authors.h
3263                 fix build on solaris where ctime_r takes
3264                 3 arguments rather than 2.
3265                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
3266
3267 2007-10-05 [colin]      3.0.2cvs15
3268
3269         * src/etpan/imap-thread.c
3270                 Fix wrong error codepath
3271
3272 2007-10-05 [wwp]        3.0.2cvs14
3273
3274         * src/filtering.c
3275                 Fix unexpected logging of quicksearches:
3276                 debug_filtering_session flag was never reset to FALSE, causing
3277                 matcher functions to log when called from a quicksearch
3278                 (if a filtering session happened before).
3279
3280 2007-10-05 [paul]       3.0.2cvs13
3281
3282         * src/prefs_actions.c
3283         * src/prefs_filtering.c
3284         * src/prefs_template.c
3285                 fix bug 1343, 'Filtering..'s close button
3286                 silently discards new filter'
3287                 Thanks to Colin
3288
3289 2007-10-05 [paul]       3.0.2cvs12
3290
3291         * configure.ac
3292         * src/Makefile.am
3293                 fix bug 1347, '-Wno-unused-function, optional'
3294
3295 2007-10-05 [colin]      3.0.2cvs11
3296
3297         * src/procmime.c
3298         * src/common/mgutils.c
3299                 Fix warnings
3300
3301 2007-10-05 [mones]      3.0.2cvs10
3302
3303         * manual/advanced.xml
3304                 Use full menu name
3305         * manual/es/advanced.xml
3306                 Synchronise translation
3307
3308 2007-10-04 [colin]      3.0.2cvs9
3309
3310         * src/action.c
3311         * src/addrbook.c
3312         * src/addrindex.c
3313         * src/compose.c
3314         * src/exporthtml.c
3315         * src/exportldif.c
3316         * src/folder.c
3317         * src/main.c
3318         * src/matcher.c
3319         * src/mbox.c
3320         * src/messageview.c
3321         * src/mh.c
3322         * src/news.c
3323         * src/partial_download.c
3324         * src/pop.c
3325         * src/procmime.c
3326         * src/procmsg.c
3327         * src/toolbar.c
3328         * src/common/log.c
3329         * src/common/mgutils.c
3330         * src/common/plugin.c
3331         * src/common/utils.c
3332         * src/common/xml.c
3333         * src/common/xml.h
3334         * src/common/xmlprops.c
3335         * src/common/xmlprops.h
3336         * src/plugins/bogofilter/bogofilter.c
3337         * src/plugins/clamav/clamav_plugin.c
3338         * src/plugins/dillo_viewer/dillo_prefs.c
3339         * src/plugins/pgpcore/prefs_gpg.c
3340         * src/plugins/pgpinline/pgpinline.c
3341         * src/plugins/pgpmime/pgpmime.c
3342         * src/plugins/spamassassin/spamassassin.c
3343         * src/plugins/trayicon/trayicon_prefs.c
3344                 Verify success on writes. Will fix possible strange
3345                 failure on disk full.
3346
3347 2007-10-04 [paul]       3.0.2cvs8
3348
3349         * manual/advanced.xml
3350                 add further info about Actions
3351                 Patch by Emmanuel Briot <briot@adacore.com>
3352
3353 2007-10-04 [paul]       3.0.2cvs7
3354
3355         * src/account.c
3356                 remove the D column, instead indicate the
3357                 default account by use of bold text
3358
3359 2007-10-03 [colin]      3.0.2cvs6
3360
3361         * src/common/template.c
3362                 Fix templates writing (was prone to disk full problems)
3363
3364 2007-10-03 [colin]      3.0.2cvs5
3365
3366         * src/Makefile.am
3367         * src/addrduplicates.c
3368         * src/addrduplicates.h
3369         * src/addressbook.c
3370                 Add duplicate deletion. Patch by Holger
3371
3372 2007-10-03 [colin]      3.0.2cvs4
3373
3374         * src/matcher.c
3375         * src/gtk/quicksearch.c
3376                 Fix bug 1340, 'Case insensitive searches with 
3377                 non-ascii alphabets fail'.
3378
3379 2007-10-03 [colin]      3.0.2cvs3
3380
3381         * src/main.c
3382         * src/common/utils.c
3383         * src/common/utils.h
3384                 Implement run-time alternative config directories
3385
3386 2007-10-03 [colin]      3.0.2cvs2
3387
3388         * src/folderview.c
3389                 Prevent opening folder item while folder
3390                 is scanned in a better way
3391
3392 2007-10-02 [paul]       3.0.2cvs1
3393
3394         * NEWS
3395         * README
3396         * RELEASE_NOTES
3397         * configure.ac
3398                 bump up version number following stable release
3399
3400 2007-09-30 [colin]      3.0.1cvs49
3401
3402         * src/imap.c
3403                 Refresh session if needed
3404
3405 2007-09-30 [colin]      3.0.1cvs48
3406
3407         * src/imap.c
3408                 Reset folder's session to NULL
3409                 before destroying it
3410
3411 2007-09-30 [mones]      3.0.1cvs47
3412
3413         * manual/handling.xml
3414                 Use markup quotes instead hardcoded quotes
3415         * manual/es/handling.xml
3416                 Added new synced section (IMAP subscriptions)
3417
3418 2007-09-29 [colin]      3.0.1cvs46
3419
3420         * src/imap.c
3421                 Notice disconnections faster
3422
3423 2007-09-28 [colin]      3.0.1cvs45
3424
3425         * src/addressbook.c
3426         * src/addrindex.c
3427                 Fix warnings
3428
3429 2007-09-28 [paul]       3.0.1cvs44
3430
3431         * src/mimeview.c
3432                 fix maemo build
3433
3434 2007-09-28 [paul]       3.0.1cvs43
3435
3436         * src/account.c
3437                 use gtk_widget_set_size_request() on the label
3438                 so that wrapping works better. get rid of the
3439                 (partially deprecated) hbutton_box.
3440                 these changes should prevent buttons overlapping
3441                 on maemo
3442
3443 2007-09-28 [colin]      3.0.1cvs42
3444
3445         * src/pop.c
3446                 Fix typo :)
3447
3448 2007-09-28 [colin]      3.0.1cvs41
3449
3450         * src/compose.c
3451         * src/msgcache.c
3452         * src/pop.c
3453         * src/procmime.c
3454         * src/etpan/imap-thread.c
3455                 64bits-related warning fixes
3456
3457 2007-09-28 [colin]      3.0.1cvs40
3458
3459         * src/folder_item_prefs.c
3460         * src/ldaputil.c
3461         * src/mainwindow.c
3462         * src/mimeview.c
3463         * src/common/tags.c
3464                 Fix warnings
3465
3466 2007-09-28 [colin]      3.0.1cvs39
3467
3468         * src/plugins/spamassassin/spamassassin.c
3469         * src/plugins/spamassassin/spamassassin.h
3470         * src/plugins/spamassassin/spamassassin_gtk.c
3471                 Add addressbook-based whitelisting
3472
3473 2007-09-28 [colin]      3.0.1cvs38
3474
3475         * src/folder.c
3476                 Fix bug 1337, 'crash on pressing Send button'
3477
3478 2007-09-28 [paul]       3.0.1cvs37
3479
3480         * src/prefs_folder_item.c
3481                 give the orphans a parent. makes all prefs
3482                 pages visible on maemo
3483
3484 2007-09-28 [colin]      3.0.1cvs36
3485
3486         * src/prefs_folder_column.c
3487         * src/prefs_summary_column.c
3488                 Fix two leaks
3489
3490 2007-09-27 [colin]      3.0.1cvs35
3491
3492         * src/gtk/quicksearch.c
3493                 Fix bug 1336, 'Segfault if empty space before search-string'
3494
3495 2007-09-26 [mones]      3.0.1cvs34
3496
3497         * manual/account.xml
3498         * manual/plugins.xml
3499                 Fixed irc channel name, added some docbook markup.
3500                 Changed text markup to docbook markup. 
3501                 Added spamcop as supported in SpamReport description.
3502         * manual/fr/plugins.xml
3503                 Fixed irc channel name.
3504         * manual/es/account.xml
3505         * manual/es/advanced.xml
3506         * manual/es/claws-mail-manual.xml
3507         * manual/es/glossary.xml
3508         * manual/es/gpl.xml
3509         * manual/es/keyboard.xml
3510         * manual/es/plugins.xml
3511                 Synced with English version, fixed a couple of typos.
3512
3513 2007-09-26 [colin]      3.0.1cvs33
3514
3515         * configure.ac
3516                 Explain why "Libgnomeprint: no" on GTK+ 2.10
3517
3518 2007-09-26 [colin]      3.0.1cvs32
3519
3520         * src/messageview.c
3521         * src/procmsg.c
3522         * src/procmsg.h
3523                 Optimisation: avoid fetching mail 3 times locally
3524                 for displaying
3525
3526 2007-09-26 [colin]      3.0.1cvs31
3527
3528         * src/mh.c
3529                 Fix missing static
3530
3531 2007-09-26 [colin]      3.0.1cvs30
3532
3533         * src/folder.c
3534         * src/folder.h
3535         * src/mh.c
3536         * src/mh.h
3537                 Fix MH mtime hack - make it a folder class function
3538
3539 2007-09-26 [colin]      3.0.1cvs29
3540
3541         * src/inc.c
3542                 Fix bug 1334, 'user defined mail incorporation 
3543                 script not run'
3544
3545 2007-09-25 [colin]      3.0.1cvs28
3546
3547         * src/codeconv.c
3548                 Optimisation: shortcut conv_codeset_strdup
3549                 when src_code and dest_code are the same
3550         * src/common/xml.c
3551         * src/common/xml.h
3552                 Optimisation: shortcut code conversions when
3553                 files are in UTF-8; faster list walking by
3554                 using prepend/reverse.
3555
3556 2007-09-25 [holger]     3.0.1cvs27
3557
3558         * src/printing.c
3559                 Replace button bar of the preview window
3560                 with a real toolbar (patch by Colin)
3561                 Add zooming to the preview window
3562
3563 2007-09-24 [paul]       3.0.1cvs26
3564
3565         * src/compose.c
3566                 compact the character set menu, adding some
3567                 missing encodings. Patch by Pawel Pekala
3568
3569 2007-09-23 [paul]       3.0.1cvs25
3570
3571         * src/prefs_account.c
3572         * src/prefs_folder_item.c
3573         * src/prefs_quote.c
3574         * src/quote_fmt.c
3575         * src/quote_fmt.h
3576                 remove unnecessary frame from Templates options
3577                 and improve the English of the check button label
3578
3579 2007-09-22 [colin]      3.0.1cvs24
3580
3581         * src/gtk/quicksearch.c
3582                 Fix bug 1329, 'error in quicksearch.c'
3583                 Fix return with value in function returning void
3584
3585 2007-09-22 [colin]      3.0.1cvs23
3586
3587         * src/imap.c
3588         * src/procmsg.h
3589         * src/common/utils.c
3590         * src/common/utils.h
3591         * src/etpan/imap-thread.c
3592                 Optimise fetching IMAP cached emails *a lot*
3593                 (remember whether mail is fully cached and \r's
3594                  are already stripped)
3595
3596 2007-09-22 [colin]      3.0.1cvs22
3597
3598         * src/folder.c
3599         * src/folder.h
3600         * src/prefs_folder_item.c
3601                 Add a button to allow users to drop local caches.
3602
3603 2007-09-21 [colin]      3.0.1cvs21
3604
3605         * src/summaryview.c
3606                 Remove unnecessary error when cancelling export to mbox.
3607                 Patch by Pawel
3608
3609 2007-09-21 [paul]       3.0.1cvs20
3610
3611         * src/gtk/prefswindow.c
3612                 remove unnecessary frames from the prefs
3613                 pages. Patch by Pawel Pekala
3614
3615 2007-09-21 [paul]       3.0.1cvs19
3616
3617         * src/prefs_account.c
3618         * src/prefs_folder_item.c
3619         * src/prefs_quote.c
3620         * src/quote_fmt.c
3621                 put the Templates options into a tabbed
3622                 layout. Patch by Pawel Pekala
3623
3624 2007-09-21 [paul]       3.0.1cvs18
3625
3626         * src/mainwindow.c
3627                 group together the character set menu items
3628                 move the /View/Show or hide/Message view below
3629                 .../Toolbar menu item
3630                 Patch by Pawel Pekala
3631
3632 2007-09-21 [mones]      3.0.1cvs17
3633
3634         * src/compose.c
3635                 Fix for bug 1327, 'segfault when replying to a non-existent
3636                 news message', thanks to Colin.
3637
3638 2007-09-21 [colin]      3.0.1cvs16
3639
3640         * src/folderview.c
3641                 Complete 3.0.1cvs15
3642
3643 2007-09-20 [colin]      3.0.1cvs15
3644
3645         * src/folderview.c
3646         * src/folderview.h
3647                 Maybe fix bug 1324, 'Corrupted IMAP cache'
3648
3649 2007-09-20 [colin]      3.0.1cvs14
3650
3651         * src/printing.c
3652                 Fix a little leak
3653
3654 2007-09-20 [holger]     3.0.1cvs13
3655
3656         * src/printing.c
3657                 Add page layout to print preview.
3658                 Make the close-button in the toolbar
3659                 right-aligned.
3660
3661 2007-09-20 [paul]       3.0.1cvs12
3662
3663         * po/ru.po
3664                 updated by Pavlo Bohmat
3665
3666 2007-09-19 [colin]      3.0.1cvs11
3667
3668         * src/common/utils.c
3669                 Prevent unquoted mime boundaries, by always
3670                 using a /
3671
3672 2007-09-19 [colin]      3.0.1cvs10
3673
3674         * src/printing.c
3675                 Fix drawing area size, fix DPI change that
3676                 can cause total number of lines to decrease
3677
3678 2007-09-19 [colin]      3.0.1cvs9
3679
3680         * po/POTFILES.in
3681         * src/printing.c
3682                 Make print preview more efficient and nicer.
3683                 Patch mostly by Holger Berndt <hb@claws-mail.org>
3684
3685 2007-09-19 [colin]      3.0.1cvs8
3686
3687         * src/prefs_common.c
3688         * src/prefs_common.h
3689         * src/printing.c
3690                 Add scrolledwindow, default allocation and
3691                 size saving to the print preview window.
3692
3693 2007-09-18 [colin]      3.0.1cvs7
3694
3695         * src/prefs_common.c
3696         * src/prefs_common.h
3697         * src/prefs_image_viewer.c
3698         * src/printing.c
3699                 GtkPrintOperation:
3700                 - add image printing support
3701                 - add option to print images
3702                 - add preview widget
3703                 - add saving of a few Page Setup parameters
3704
3705 2007-09-18 [colin]      3.0.1cvs6
3706
3707         * AUTHORS
3708         * src/gtk/authors.h
3709                 Add Guillaume Chazarain
3710
3711 2007-09-18 [colin]      3.0.1cvs5
3712
3713         * src/common/utils.c
3714                 Fix bug 1321, 'access before allocation 
3715                 when scanning for uris'. Patch by 
3716                 Guillaume Chazarain <guichaz@yahoo.fr>
3717
3718 2007-09-18 [colin]      3.0.1cvs4
3719
3720         * src/toolbar.c
3721                 Fix bug 1320, 'Memory leak caused by 
3722                 gtk_container_get_children'. Patch by
3723                 Guillaume Chazarain <guichaz@yahoo.fr>
3724
3725 2007-09-18 [colin]      3.0.1cvs3
3726
3727         * src/printing.c
3728         * src/printing.h
3729                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
3730
3731 2007-09-18 [colin]      3.0.1cvs2
3732
3733         * src/Makefile.am
3734         * src/mainwindow.c
3735         * src/messageview.c
3736         * src/messageview.h
3737         * src/prefs_ext_prog.c
3738         * src/prefs_fonts.c
3739         * src/printing.c
3740         * src/printing.h
3741         * src/summaryview.c
3742                 Use GtkPrintOperation by default on GTK+ >= 2.10
3743                 Patch by Holger Berndt <hb@claws-mail.org>
3744
3745 2007-09-18 [paul]       3.0.1cvs1
3746
3747         * NEWS
3748         * README
3749         * RELEASE_NOTES
3750         * configure.ac
3751                 bump up version number following stable release
3752
3753 2007-09-16 [colin]      3.0.0cvs18
3754
3755         * src/folder.c
3756                 Fix possible memleak
3757
3758 2007-09-16 [colin]      3.0.0cvs17
3759
3760         * src/folderview.c
3761                 Fix bug 1311, 'Wrong arrow position 
3762                 while moving message into folder when 
3763                 column headers hidden'
3764         * src/image_viewer.c
3765                 Show error in the GUI if image can't
3766                 be loaded
3767         * src/matcher.c
3768                 Fix spurious output
3769         * src/messageview.c
3770                 Allow setting domain in msgid
3771         * src/common/plugin.c
3772                 Add timing information
3773
3774 2007-09-16 [colin]      3.0.0cvs16
3775
3776         * src/account.c
3777         * src/compose.c
3778         * src/prefs_account.c
3779         * src/prefs_account.h
3780         * src/common/utils.c
3781                 Remove Generate Message-ID option. We need
3782                 this on some IMAP servers.
3783         * src/prefs_template.c
3784                 Fix double-free
3785
3786 2007-09-16 [colin]      3.0.0cvs15
3787
3788         * src/prefs_filtering.c
3789         * src/prefs_filtering.h
3790         * src/prefs_filtering_action.c
3791         * src/common/tags.c
3792                 Fix tags issues: tags with spaces, renaming
3793                 tags.
3794
3795 2007-09-16 [colin]      3.0.0cvs14
3796
3797         * src/folderview.c
3798         * src/main.c
3799         * src/mainwindow.c
3800                 Fix bug 1308, 'Claws deletes folderlist.xml after
3801                 fetching mail short after start-up'
3802
3803 2007-09-16 [colin]      3.0.0cvs13
3804
3805         * src/compose.c
3806                 Fix scrolling to cursor
3807
3808 2007-09-16 [paul]       3.0.0cvs12
3809
3810         * po/sr.po
3811                 updated by Aleksandar Urosevic
3812
3813 2007-09-16 [paul]       3.0.0cvs11
3814
3815         * src/folder.c
3816                 do not allow locked msgs to be deleted,
3817                 even by filtering/processing
3818
3819 2007-09-07 [paul]       3.0.0cvs10
3820
3821         * src/prefs_folder_column.c
3822         * src/prefs_summary_column.c
3823                 implement button sensitivity
3824                 patch by Pawel Pekala
3825
3826 2007-09-06 [wwp]        3.0.0cvs9
3827
3828         * src/prefs_gtk.c
3829                 Add a missing linefeed to a debug message.
3830
3831 2007-09-05 [colin]      3.0.0cvs8
3832
3833         * src/inc.c
3834                 Fix statusbar/window mismatch on Maemo
3835
3836 2007-09-05 [colin]      3.0.0cvs7
3837
3838         * src/ldaputil.c
3839                 Fix build without USE_LDAP_TLS
3840
3841 2007-09-05 [colin]      3.0.0cvs6
3842
3843         * src/folder.c
3844         * src/imap.c
3845         * src/inc.c
3846         * src/mbox.c
3847         * src/send_message.c
3848         * src/statusbar.c
3849         * src/statusbar.h
3850                 Maemo: distinguish various statusbar messages,
3851                 in order to display only the most important.
3852
3853 2007-09-04 [wwp]        3.0.0cvs5
3854
3855         * src/account.c
3856                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
3857                 Show protocol "SMTP" and the appropriate server for send-only
3858                 accounts, show "-" instead of "" when no value is relevant.
3859
3860 2007-09-03 [ticho]      3.0.0cvs4
3861
3862         * src/summaryview.c
3863                 Handle plural form better in delete confirmation dialog.
3864
3865 2007-09-03 [wwp]        3.0.0cvs3
3866
3867         * src/compose.c
3868                 Warn differently when sending or sending later (queueing).
3869
3870 2007-09-03 [colin]      3.0.0cvs2
3871
3872         * src/procmime.c
3873         * src/procmime.h
3874         * src/common/plugin.c
3875         * src/common/plugin.h
3876                 Add a new plugin API, MimeParser. It allows
3877                 plugins to scan email MIME parts and optionally,
3878                 transform them.
3879
3880 2007-09-03 [mones]      3.0.0cvs1
3881
3882         * po/es.po
3883                 Updated translation
3884         * src/common/defs.h
3885                 While a better solution is made double history sizes
3886
3887 2007-09-03 [paul]       3.0.0
3888
3889         * NEWS
3890         * README
3891         * RELEASE_NOTES
3892                 3.0.0 released
3893
3894 [For previous entries, see ChangeLog.2.0.0-3.0.0]