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