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