2007-04-03 [colin] 2.8.1cvs87
[claws.git] / ChangeLog
1 2007-04-03 [colin]      2.8.1cvs87
2
3         * src/imap.c
4                 Fix crash with Citadel, and try to make
5                 things work. this server (and specifically 
6                 STATUS and APPEND at least) seems broken.
7
8 2007-04-03 [colin]      2.8.1cvs86
9
10         * src/folderview.c
11                 Fix icons on folder close
12
13 2007-04-03 [colin]      2.8.1cvs85
14
15         * src/inc.c
16                 Fix double-ask of offline override in
17                 certain cases
18         * src/imap.c
19         * src/imap.h
20         * src/imap_gtk.c
21                 Much more efficient way to synchronise
22                 for offline use
23         * src/etpan/imap-thread.c
24                 Fix possible segs
25         * src/folder.c
26         * src/gtk/quicksearch.c
27                 Fix some GUI lags
28
29 2007-04-03 [paul]       2.8.1cvs84
30
31         * src/filtering.c
32         * src/folder.c
33         * src/folder.h
34         * src/prefs_common.c
35         * src/prefs_common.h
36         * src/prefs_other.c
37                 Fix sync being done too late
38                 Thanks to Colin
39
40 2007-04-02 [colin]      2.8.1cvs83
41
42         * src/summaryview.c
43                 Maemo: Put status and quicksearch at the top
44         * src/plugins/bogofilter/bogofilter.c
45         * src/plugins/spamassassin/spamassassin.c
46                 Derive trash from inbox if possible
47
48 2007-04-02 [paul]       2.8.1cvs82
49
50         * src/plugins/bogofilter/bogofilter_gtk.c
51                 a few English changes
52
53 2007-04-02 [colin]      2.8.1cvs81
54
55         * src/image_viewer.c
56                 Fix transparent images by using
57                 GtkImage
58         * src/messageview.c
59                 Flush events (on new windows) to avoid
60                 having the textview's image resize fail
61                 to know the available width
62
63 2007-04-01 [colin]      2.8.1cvs80
64
65         * src/prefs_account.c
66                 If no MH mailbox exist, when creating a POP/Local
67                 account, just create and use the default one 
68                 instead of bailing with a "Mailbox doesn't exist"
69                 error
70
71 2007-03-31 [colin]      2.8.1cvs79
72
73         * src/prefs_account.c
74                 Create signature file if it doesn't exist
75                 before editing
76         * src/prefs_toolbar.c
77                 Maemo: Move "Use default" on the left so
78                 that people can find it
79         * src/common/defs.h
80                 Maemo: make default editor "Maemopad", 
81                 default signature file "MyDocs/signature.txt"
82
83 2007-03-31 [colin]      2.8.1cvs78
84
85         * src/prefs_account.c
86                 Maemo: rework account prefs so
87                 that less horizontal scrolling
88                 is required
89
90 2007-03-31 [colin]      2.8.1cvs77
91
92         * src/folderview.c
93         * src/prefs_common.c
94         * src/prefs_common.h
95                 Fix bug 1167, 'Allow not displaying zeros 
96                 in folder list'. Patch by MartinP
97
98 2007-03-31 [colin]      2.8.1cvs76
99
100         * AUTHORS
101                 Add Jean-Luc Biord
102
103 2007-03-31 [colin]      2.8.1cvs75
104
105         * src/imap.c
106                 Apply patch from bug 1172, direct
107                 access to the folder's session instead
108                 of using getter. Patch by MartinP
109
110 2007-03-31 [paul]       2.8.1cvs74
111
112         * src/gtk/authors.h
113                 no need to list Fabien twice!
114
115 2007-03-31 [colin]      2.8.1cvs73
116
117         * src/inc.c
118                 If we're currently "overriding for %d minutes",
119                 don't ask
120
121 2007-03-31 [colin]      2.8.1cvs72
122
123         * src/compose.c
124         * src/imap.c
125         * src/inc.c
126         * src/inc.h
127         * src/messageview.c
128         * src/news.c
129         * src/plugins/spamassassin/spamassassin.c
130                 Offline override: Add a parameter to allow
131                 asking even if the override timer is running.
132                 Allows to ask every time the user makes an
133                 explicit action needing online access (such
134                 as Get Mail), and not when the action is 
135                 implicit (such as opening an IMAP folder)
136
137 2007-03-31 [colin]      2.8.1cvs71
138
139         * src/inc.c
140                 Override offline: "No" answer shouldn't
141                 re-ask after 3 seconds, but 10 minutes. 
142
143 2007-03-30 [colin]      2.8.1cvs70
144
145         * src/common/socket.c
146                 Better error reporting on unix socket
147                 failure (bind usually)
148         * src/gtk/gtkutils.c
149         * src/gtk/gtkutils.h
150                 Label window: add a pulsing progress
151                 bar to show we're not hung :)
152         * src/folderview.c
153         * src/main.c
154         * src/plugins/pgpcore/sgpgme.c
155                 Update API
156
157 2007-03-30 [colin]      2.8.1cvs69
158
159         * src/pop.c
160         * src/prefs_common.c
161                 Fix possible trashing of history and uidl
162                 files on disk full problems
163
164 2007-03-30 [paul]       2.8.1cvs68
165
166         * src/mainwindow.c
167         * src/summaryview.c
168         * src/summaryview.h
169                 update summary when changing layout type
170                 (fixes wrong folder icon being displayed)
171                 Thanks to Colin
172
173 2007-03-29 [colin]      2.8.1cvs67
174
175         * src/prefs_ext_prog.c
176                 The browser pref is irrelevant on Maemo
177
178 2007-03-29 [colin]      2.8.1cvs66
179
180         * src/compose.c
181         * src/compose.h
182                 Maemo: dynamically switch headers/text position
183         * src/prefs_common.c
184                 Maemo: hide compose's ruler by default
185         * src/common/socket.c
186         * src/common/socket.h
187                 Fix build warning
188
189 2007-03-29 [colin]      2.8.1cvs65
190
191         * src/common/socket.c
192         * src/common/socket.h
193                 Fix build when MAEMO_CFLAGS contains
194                 _X_OPENSOURCE (resolv.h errors as long
195                 as we don't add _BSD_SOURCE. Ugly).
196
197 2007-03-29 [wwp]        2.8.1cvs64
198
199         * src/prefs_logging.c
200                 Fix sensitivity of clip-log widgets in prefs/logging,
201                 thanks to Fabien.
202
203 2007-03-29 [wwp]        2.8.1cvs63
204
205         * po/POTFILES.in
206                 Updated files list for translations, thanks to Fabien.
207
208 2007-03-29 [colin]      2.8.1cvs62
209
210         * src/main.c
211         * src/common/Makefile.am
212         * src/common/utils.c
213                 Maybe make URI opening work in Maemo
214                 Requires testing :)
215
216 2007-03-28 [colin]      2.8.1cvs61
217
218         * src/folder.c
219         * src/folder.h
220         * src/folderview.c
221                 Add the possibility to sort folders arbitrarily
222                 (via editing of folderlist.xml only). Patch by
223                 Martin P <mp26+claws@os.inf.tu-dresden.de>
224                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
225                 be changed by the user'
226
227 2007-03-28 [colin]      2.8.1cvs60
228
229         * src/mimeview.c
230                 Add popup menu for mime icons
231
232 2007-03-28 [colin]      2.8.1cvs59
233
234         * src/mainwindow.c
235                 Fix a layout issue when presenting
236                 mainwindow in Small screen layout
237         * src/toolbar.c
238         * src/toolbar.h
239                 Add a "Go to folder list" button for
240                 mainwindow, and make it default in
241                 the Maemo build
242
243 2007-03-28 [colin]      2.8.1cvs58
244
245         * src/compose.c
246                 Don't dynamically update title on Maemo
247                 Patch by Jean-Luc Biord
248
249 2007-03-27 [colin]      2.8.1cvs57
250
251         * src/compose.c
252         * src/folderview.c
253         * src/summaryview.c
254                 Enable tap-and-hold on Maemo
255
256 2007-03-26 [colin]      2.8.1cvs56
257
258         * src/compose.c
259                 More popup-menu (in attachments list)
260
261 2007-03-26 [colin]      2.8.1cvs55
262
263         * src/compose.c
264                 Enable popup-menu signal
265
266 2007-03-26 [colin]      2.8.1cvs54
267
268         * src/plugins/pgpinline/pgpinline.c
269                 Fix bug 1111, 'PGP/inline plugin hides text 
270                 around encrypted text block'. Patch based on
271                 a patch from Michal Cihar.
272
273 2007-03-26 [wwp]        2.8.1cvs53
274
275         * src/procmsg.c
276                 Fix getting a false error when sending queued message
277                 whereas the sending was fine (if there are subfolders
278                 in the queue folder), thanks to Colin.
279
280 2007-03-26 [paul]       2.8.1cvs52
281
282         * src/wizard.c
283                 update FACE header in welcome message
284
285 2007-03-25 [colin]      2.8.1cvs51
286
287         * src/Makefile.am
288                 Fix make dist
289
290 2007-03-25 [colin]      2.8.1cvs50
291
292         * src/main.c
293                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
294
295 2007-03-24 [colin]      2.8.1cvs49
296
297         * src/main.c
298                 Fix a few launch problems on Maemo
299                 Patch by Jean-Luc Biord
300
301 2007-03-24 [wwp]        2.8.1cvs48
302
303         * src/alertpanel.c
304         * src/alertpanel.h
305         * src/messageview.c
306         * src/summaryview.c
307                 Fix wrong action performed when closing the
308                 "ask about account specific filtering rules
309                 when filtering manually" dialog by pressing Escape.
310                 Fix wrong order of buttons in the "return receipt
311                 notification - the message was sent to several of
312                 your accounts" dialog.
313
314 2007-03-24 [paul]       2.8.1cvs47
315
316         * src/folderview.c
317                 an improvement to English usage
318         * tools/kdeservicemenu/README
319                 updated Claws url
320
321 2007-03-24 [paul]       2.8.1cvs46
322
323         * src/Makefile.am
324         * src/stock_pixmap.c
325         * src/pixmaps/edit_extern.xpm
326         * src/pixmaps/mail_sign.xpm
327                 rescue long lost icons
328
329 2007-03-24 [paul]       2.8.1cvs45
330
331         * src/toolbar.c
332                 fix toolbar (broken in 2.8.1cvs42)
333
334 2007-03-23 [colin]      2.8.1cvs44
335
336         * src/imap.c
337                 Correctly unsubscribe/resubscribe after
338                 RENAME
339
340 2007-03-23 [colin]      2.8.1cvs43
341
342         * src/prefs_common.c
343                 Maemo: as the platform is light on RAM, allow
344                 caches to be discarded faster.
345
346 2007-03-23 [colin]      2.8.1cvs42
347
348         * src/Makefile.am
349         * src/compose.c
350         * src/compose.h
351         * src/stock_pixmap.c
352         * src/stock_pixmap.h
353         * src/summaryview.c
354         * src/summaryview.h
355         * src/toolbar.c
356         * src/toolbar.h
357         * src/pixmaps/open_mail.xpm
358                 Maemo changes: Add the possibility to have
359                 "Open Email" and "Close Window" buttons on 
360                 toolbars (and use them in Maemo's default
361                 toolbars)
362
363 2007-03-23 [wwp]        2.8.1cvs41
364
365         * src/action.c
366                 Reverted that part of the action dialog closure logics, to
367                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
368                 done later in a different way (or may not).
369
370 2007-03-22 [wwp]        2.8.1cvs40
371
372         * src/action.c
373                 Fix sticky action dialog when got no output but action command
374                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
375
376 2007-03-22 [colin]      2.8.1cvs39
377
378         * src/prefs_filtering.c
379         * src/gtk/combobox.h
380                 Fix escaping account names in filtering prefs
381
382 2007-03-22 [colin]      2.8.1cvs38
383
384         * src/addrindex.c
385         * src/ldapctrl.h
386         * src/ldapquery.c
387                 Add any attribute specified in LDAP servers'
388                 Search attributes to the Other Attributes tab
389                 of contacts; Add 'telephoneNumber' in the
390                 default list.
391
392 2007-03-22 [colin]      2.8.1cvs37
393
394         * src/folderview.c
395         * src/folderview.h
396         * src/mainwindow.c
397                 Try to prevent race conditions when
398                 changing the folder list
399         * src/summaryview.c
400                 Fix possible red folder icon when
401                 switching from Small screen layout
402                 to any other
403
404 2007-03-22 [colin]      2.8.1cvs36
405
406         * src/mainwindow.c
407         * src/mainwindow.h
408         * src/summaryview.c
409                 Rename "little screen" to "Small screen"
410         * src/gtk/Makefile.am
411         * src/common/utils.c
412         * src/mh.c
413                 Fix Maemo-related compilation problems
414
415 2007-03-21 [colin]      2.8.1cvs35
416
417         * configure.ac
418                 Fix previous commit
419         * claws-mail.desktop
420                 Remove .png from the Icon, it's useless
421
422 2007-03-21 [colin]      2.8.1cvs34
423
424         * configure.ac
425         * src/Makefile.am
426                 Add the necessary lib checking for 
427                 Maemo
428
429 2007-03-21 [colin]      2.8.1cvs33
430
431         * src/main.c
432                 Fix unconditional "error happened" when
433                 sending via command-line. "lol @ myself"
434
435 2007-03-21 [colin]      2.8.1cvs32
436
437         * claws-mail-40x40.png
438         * claws-mail-26x26.png
439         * src/account.c
440         * src/addressbook.c
441         * src/compose.c
442         * src/folderview.c
443         * src/folderview.h
444         * src/main.c
445         * src/mainwindow.c
446         * src/mainwindow.h
447         * src/messageview.c
448         * src/prefs_account.c
449         * src/prefs_common.c
450         * src/summary_search.c
451         * src/summaryview.c
452         * src/summaryview.h
453         * src/gtk/authors.h
454         * src/gtk/gtkutils.c
455         * src/gtk/gtkutils.h
456         * src/gtk/logwindow.c
457         * src/gtk/menu.c
458         * src/gtk/prefswindow.c
459                 Add Maemo port (patch mainly by Jean-Luc Biort)
460                 Add a new 'Little screen' layout to help on such
461                 platforms (patch by me)
462                 Make some default preferences different (more
463                 adapted) on Maemo (patch by me)
464
465 2007-03-21 [wwp]        2.8.1cvs31
466
467         * src/prefs_logging.c
468         * src/prefs_logging.h
469                 Fixed copyright header of newly added files.
470
471 2007-03-21 [wwp]        2.8.1cvs30
472
473         * src/Makefile.am
474         * src/filtering.c
475         * src/filtering.h
476         * src/folder.c
477         * src/folderview.c
478         * src/imap.c
479         * src/inc.c
480         * src/main.c
481         * src/mainwindow.c
482         * src/mainwindow.h
483         * src/matcher.c
484         * src/messageview.c
485         * src/news.c
486         * src/pop.c
487         * src/prefs_common.c
488         * src/prefs_common.h
489         * src/prefs_logging.c
490         * src/prefs_logging.h
491         * src/prefs_other.c
492         * src/procmsg.c
493         * src/send_message.c
494         * src/summaryview.c
495         * src/common/log.c
496         * src/common/log.h
497         * src/common/nntp.c
498         * src/common/session.c
499         * src/common/smtp.c
500         * src/common/socket.c
501         * src/etpan/imap-thread.c
502         * src/gtk/logwindow.c
503         * src/gtk/logwindow.h
504         * src/plugins/bogofilter/bogofilter.c
505         * src/plugins/spamassassin/spamassassin.c
506                 Added debugging of filtering/processing rules.
507                 The debug log is here 'Tools/Filtering debug window',
508                 the options there 'Configuration/Preferences/Other/Logging',
509                 and the log file is ~/.claws-mail/filtering.log.
510                 Moved protocol log prefs to 'Other/Logging' as well.
511                 To support such debugging feature, the existing log API has
512                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
513                 this impacts many external modules (commits follow).
514
515 2007-03-21 [paul]       2.8.1cvs29
516
517         * src/etpan/Makefile.am
518         * src/etpan/imap-thread.c
519                 add missing #include
520
521 2007-03-21 [colin]      2.8.1cvs28
522
523         * src/procmime.c
524                 Fix bug 1157, 'some broken messages confuse 
525                 mime parser'. Make sure we can't have MimeInfos
526                 with negative sizes.
527
528 2007-03-20 [colin]      2.8.1cvs27
529
530         * src/main.c
531                 Fix missing \0 on buffer
532
533 2007-03-20 [colin]      2.8.1cvs26
534
535         * src/mh.c
536                 Use make_dir_hier instead of make_dir 
537                 to create the MH mailbox
538
539 2007-03-20 [colin]      2.8.1cvs25
540
541         * src/folder.c
542         * src/folder.h
543         * src/prefs_account.c
544         * src/wizard.c
545                 Fix default inbox weirdnesses (after wizard,
546                 if path is Mail, mailbox identifier is #mh/Mailbox,
547                 and when creating new accounts)
548
549 2007-03-20 [colin]      2.8.1cvs24
550
551         * src/account.c
552                 Write folderlist after adding/deleting accounts
553                 that have folders
554
555 2007-03-20 [colin]      2.8.1cvs23
556
557         * src/imap.c
558         * src/remotefolder.h
559                 Fix bug 1153, 'CM segfaults if IMAP folder is 
560                 selected while scanning prior to update'
561
562 2007-03-17 [paul]       2.8.1cvs22
563
564         * src/main.c
565                 fix a typo, and be a little more verbose.
566
567 2007-03-17 [wwp]        2.8.1cvs21
568
569         * src/inc.c
570                 Fix a compiler warning.
571
572 2007-03-16 [wwp]        2.8.1cvs20
573
574         * tools/Makefile.am
575         * tools/README
576                 Updated to deal w/ the new mairix.sh tool.
577
578 2007-03-16 [wwp]        2.8.1cvs19
579
580         * src/action.c
581                 Fix logics issues around the action IO dialog:
582                 - disable entry widget and exec button when
583                   the exec button is clicked (don't wait for any
584                   output line) - fix possible disabling/re-enabling/
585                   re-disabling of those widgets
586                 - raise an error if executing a %as{} action either
587                   empty or invalid, instead of failing silently
588                 - don't close the dialog if the abort button has been
589                   clicked and if there was no output yet
590                 - set focus to the abort button when the exec button
591                   is clicked
592                 - fix capitalization of a warning message
593
594 2007-03-16 [wwp]        2.8.1cvs18
595
596         * tools/mairix.sh
597                 Added a wrapper to mairix to the tools folder.
598
599 2007-03-16 [colin]      2.8.1cvs17
600
601         * src/messageview.c
602         * src/mimeview.h
603                 Allow mimeviewer plugins to print
604                 their stuff
605
606 2007-03-16 [colin]      2.8.1cvs16
607
608         * .cvsignore
609                 Ignore *.patchset
610
611 2007-03-15 [colin]      2.8.1cvs15
612
613         * src/messageview.c
614         * src/mimeview.h
615                 Add a way for mimeviewer plugins to
616                 implement body search
617
618 2007-03-15 [paul]       2.8.1cvs14
619
620         * src/prefs_spelling.c
621                 fix English usage
622
623 2007-03-15 [paul]       2.8.1cvs13
624
625         * src/common/quoted-printable.c
626                 fix decoding of quoted-printable parts
627
628 2007-03-14 [wwp]        2.8.1cvs12
629
630         * src/gtk/logwindow.h
631                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
632
633 2007-03-14 [wwp]        2.8.1cvs11
634
635         * src/gtk/logwindow.h
636                 Complete 2.8.1cvs10.
637
638 2007-03-14 [colin]      2.8.1cvs10
639
640         * src/gtk/logwindow.c
641                 Probably fix bug 1149, crash on logwindow
642                 close - at the expense of performance once
643                 logwin has been opened
644
645 2007-03-14 [colin]      2.8.1cvs9
646
647         * src/main.c
648                 If claws-mail is running on another
649                 display, warn instead of popping it up
650                 on the other display
651
652 2007-03-12 [colin]      2.8.1cvs8
653
654         * src/wizard.c
655                 Fix bug 1145, 'Setting a different name 
656                 for the Mailbox name isn't reflected in 
657                 default account settings'. Patch by wwp
658
659 2007-03-12 [colin]      2.8.1cvs7
660
661         * src/summaryview.c
662                 Fix bug 1143, 'Add number of messages to be 
663                 deleted to confirmation dialog'
664
665 2007-03-12 [wwp]        2.8.1cvs6
666
667         * src/folderview.c
668         * src/prefs_common.c
669         * src/prefs_common.h
670         * src/prefs_summaries.c
671                 Changed the option that displays unread messages count
672                 next to the folder name in folder list: it is now
673                 possible to either display nothing, display the
674                 unread messages number only or the unread and total messages
675                 numbers. The patch includes this extra feature as well
676                 as some minor fixes by rewriting the algo in folderview.c.
677                 Thanks to Paul for the original idea and implementation, plus
678                 testing and proof-reading!
679
680 2007-03-09 [paul]       2.8.1cvs5
681
682         * tools/Makefile.am
683         * tools/README
684         * tools/claws-mail-compose-insert-files.pl
685                 added a script which enables inserting files
686                 into the message body of a new Claws Mail
687                 Compose window from the command line. Additionally
688                 To, Cc, Subject and files to attach to the message
689                 can be specified.
690
691 2007-03-09 [wwp]        2.8.1cvs4
692
693         * src/addr_compl.c
694         * src/addr_compl.h
695         * src/filtering.c
696                 Optimize matching of addresses in the addressbook
697                 (filtering/processing 'found_in_addressbook' condition).
698
699 2007-03-07 [wwp]        2.8.1cvs3
700
701         * src/quote_fmt.c
702         * src/quote_fmt_lex.l
703         * src/quote_fmt_parse.y
704                 Add a new quote format symbol: %A to insert the
705                 sender email address (just the address itself).
706
707 2007-03-06 [wwp]        2.8.1cvs2
708
709         * src/gtk/gtkutils.c
710         * src/plugins/trayicon/trayicon_prefs.h
711         * src/plugins/trayicon/trayicon_prefs.c
712         * src/plugins/trayicon/trayicon.c
713         * src/mainwindow.h
714         * src/mainwindow.c
715                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
716                 minimizing Claws-Mail main window will hide it to the trayicon instead.
717
718
719 2007-03-06 [paul]       2.8.1cvs1
720
721         * NEWS
722         * README
723         * RELEASE_NOTES
724         * configure.ac
725                 bump version number following
726                 stable release
727
728 2007-03-06 [paul]       2.8.0cvs24
729
730         * po/cs.po
731                 corrected by by Tim <timbrain@post.cz>
732
733 2007-03-05 [colin]      2.8.0cvs23
734
735         * src/Makefile.am
736         * src/procmime.c
737                 Fix mime/globs path on NetBSD
738                 patch by George Michaelson
739
740 2007-03-05 [wwp]        2.8.0cvs22
741
742         * src/addr_compl.c
743                 Remove debug statement (accidentally committed w/ cvs14).
744
745 2007-03-05 [paul]       2.8.0cvs21
746
747         * src/plugins/pgpcore/prefs_gpg.c
748                 fix compiler warning
749
750 2007-03-05 [wwp]        2.8.0cvs20
751
752         * src/matcher_parser_parse.y
753                 Fix mismerge between cvs17 and cvs19.
754
755 2007-03-05 [wwp]        2.8.0cvs19
756
757         * src/matcher_parser_parse.y
758         * src/prefs_filtering_action.c
759         * src/matcher.c
760         * src/matcher.h
761         * src/filtering.c
762         * src/filtering.h
763                 Add new 'add_to_addressbook' filtering/processing action.
764
765 2007-03-05 [wwp]        2.8.0cvs18
766
767         * src/filtering.c
768                 Fix mark_as_ham filtering/processing action: spam flag
769                 was not unset.
770
771 2007-03-04 [colin]      2.8.0cvs17
772
773         * src/filtering.c
774         * src/matcher.c
775         * src/matcher.h
776         * src/matcher_parser_parse.y
777         * src/prefs_filtering_action.c
778                 Add 'Mark as spam' and 'Mark as ham' filtering
779                 actions. Fixes bug 1138.
780
781 2007-03-04 [colin]      2.8.0cvs16
782
783         * src/imap.c
784                 Fix bug 1140, wrong return value
785                 without libetpan
786
787 2007-03-04 [wwp]        2.8.0cvs15
788
789         * src/addr_compl.c
790                 Rollback cvs14: don't free stuff that is managed in g_list.
791
792 2007-03-04 [wwp]        2.8.0cvs14
793
794         * src/addr_compl.c
795                 Fix a leak in address completion code.
796
797 2007-03-04 [colin]      2.8.0cvs13
798
799         * src/addr_compl.c
800                 Maybe fix bug 1136, 'Crash in group 
801                 address completion'
802
803 2007-03-04 [iwkse]      2.8.0cvs12
804
805         * src/imap.c
806                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
807
808 2007-03-03 [colin]      2.8.0cvs11
809
810         * src/plugins/pgpinline/pgpinline.c
811                 Fix off-by-one, fix double-free. Fixes
812                 bug 1135, 'cm-segfault on decrypting 
813                 with PGP/inline'
814
815 2007-03-03 [colin]      2.8.0cvs10
816
817         * configure.ac
818         * src/main.c
819         * src/common/plugin.c
820                 Fix bug 1134, 'Valgrind macros unhandled 
821                 by Irix's cc'
822
823 2007-03-02 [colin]      2.8.0cvs9
824
825         * src/mbox.c
826                 Don't error out on EAGAIN. Fixes 
827                 bug 1129, '"local mbox file" account 
828                 isn't retrieving mails'
829
830 2007-03-01 [wwp]        2.8.0cvs8
831
832         * src/mainwindow.c
833         * src/gtk/colorlabel.c
834                 Remove accels for extra color labels until we set better
835                 and definitive ones.
836
837 2007-02-28 [wwp]        2.8.0cvs7
838
839         * src/mainwindow.c
840         * src/matcher_parser_parse.y
841         * src/prefs_common.c
842         * src/prefs_msg_colors.c
843         * src/procmsg.h
844         * src/gtk/colorlabel.c
845         * src/gtk/colorlabel.h
846                 Add more customizable color labels. Cleaned up a bit
847                 the color label API to avoid duplicate defines of
848                 the max number of colors.
849
850 2007-02-27 [colin]      2.8.0cvs6
851
852         * src/mainwindow.c
853         * src/common/utils.c
854         * src/common/utils.h
855                 Fix '+' in mailto URIs for List-* headers
856
857 2007-02-27 [colin]      2.8.0cvs5
858
859         * src/gtk/gtkutils.c
860                 Use gtk_window_set_role instead of 
861                 _set_wmclass
862
863 2007-02-27 [colin]      2.8.0cvs4
864
865         * src/inc.c
866                 Fix "After receiving new mail, go to inbox" on IMAP,
867                 and make it work only on manual reception
868
869 2007-02-27 [wwp]        2.8.0cvs3
870
871         * src/prefs_filtering.c
872         * src/prefs_filtering_action.c
873         * src/prefs_matcher.c
874                 Update filtering matcher's and action's color label menus
875                 when re-opening those dialogs (reflect any change to the
876                 color labels list in the preferences).
877
878 2007-02-27 [colin]      2.8.0cvs2
879
880         * src/imap.c
881         * src/etpan/etpan-thread-manager-types.h
882         * src/etpan/etpan-thread-manager.c
883         * src/etpan/imap-thread.c
884                 Log imap ALERTs as errors in the log.
885
886 2007-02-26 [paul]       2.8.0cvs1
887
888         * tools/claws.i18n.status.pl
889                 updated
890
891 2007-02-26 [paul]       2.7.2cvs75
892
893         * po/ca.po
894         * po/cs.po
895         * po/de.po
896         * po/en_GB.po
897         * po/fi.po
898         * po/fr.po
899         * po/hu.po
900         * po/pl.po
901         * po/pt_BR.po
902         * po/sk.po
903         * po/sr.po
904         * po/zh_CN.po
905                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
906                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
907                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
908                 Aleksandar Urosevic, and Ralgh Young
909
910 2007-02-25 [mones]      2.7.2cvs74
911
912         * po/es.po
913                 Updated for release
914
915 2007-02-25 [colin]      2.7.2cvs73
916
917         * src/main.c
918                 Clearing the list is only useful
919                 to prevent a valgrind false-positive
920
921 2007-02-25 [paul]       2.7.2cvs72
922
923         * tools/Makefile.am
924         * tools/README
925         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
926         * tools/maildir2claws-mail.pl  **REMOVED**
927                 renamed the script, fixed a couple bugs
928
929 2007-02-23 [colin]      2.7.2cvs71
930
931         * src/addressbook.c
932                 Fix a leak, check for a few improbable nulls
933
934 2007-02-23 [colin]      2.7.2cvs70
935
936         * src/main.c
937         * src/main.h
938         * src/plugins/trayicon/trayicon.c
939                 Fix blinking mainwin when starting in tray
940                 (show mainwindow later in the startup process,
941                  apart if restarting post-crash)
942
943 2007-02-23 [colin]      2.7.2cvs69
944
945         * src/folderview.c
946         * src/imap_gtk.c
947                 Fix crash when unsubscribing the currently
948                 selected/opened folder
949
950 2007-02-23 [colin]      2.7.2cvs68
951
952         * src/compose.c
953                 Fix bug that prevented colorization to
954                 work without wrap quotation option
955
956 2007-02-23 [colin]      2.7.2cvs67
957
958         * src/addr_compl.c
959                 Fix refcounting, start and end completion who
960                 behaved as if there couldn't be any other current
961                 user of completion
962
963 2007-02-23 [wwp]        2.7.2cvs66
964
965         * src/addressbook.c
966         * src/addrindex.c
967                 Address completion fixes: fix addressbook_peek_folder_exists() in
968                 which the algorithm was ridiculously over-obfuscated and broken.
969                 Fix addrindex_load_completion() as well, to load addresses in
970                 completion list with regards to what addressbook_peek_folder_exists()
971                 returns now.
972
973 2007-02-23 [wwp]        2.7.2cvs65
974
975         * src/addr_compl.c
976                 Add addresses to completion when they're non-empty (thanks to Colin).
977
978 2007-02-23 [paul]       2.7.2cvs64
979
980         * src/plugins/pgpcore/passphrase.c
981                 remove 'const '
982
983 2007-02-23 [colin]      2.7.2cvs63
984
985         * src/plugins/pgpcore/prefs_gpg.c
986         * src/plugins/pgpcore/prefs_gpg.h
987         * src/plugins/pgpcore/sgpgme.c
988         * src/plugins/pgpinline/pgpinline.c
989         * src/plugins/pgpmime/pgpmime.c
990                 Try harder to respect user's choice wrt
991                 gpg-agent even with gpg2, by unsetting
992                 GPG_AGENT_INFO when necessary.
993
994 2007-02-22 [paul]       2.7.2cvs62
995
996         * src/plugins/pgpcore/sgpgme.c
997         * src/plugins/pgpcore/sgpgme.h
998         * src/plugins/pgpcore/passphrase.c
999         * src/plugins/pgpinline/pgpinline.c
1000         * src/plugins/pgpmime/pgpmime.c
1001                 Fix a leak - gpgme_data_release_and_get_mem
1002                 leaks in recent gpgme. Workaround by using
1003                 our own function.
1004
1005 2007-02-22 [paul]       2.7.2cvs61
1006
1007         * src/gtk/quicksearch.c
1008                 Abandon dynamic search when pressing
1009                 Enter
1010
1011 2007-02-21 [colin]      2.7.2cvs60
1012
1013         * src/procmsg.c
1014         * src/plugins/pgpcore/passphrase.c
1015                 Fix little memory leaks
1016         * src/main.c
1017                 Fix false-positive leak at exit
1018         * src/gtk/quicksearch.c
1019                 Fix potentially big leak in recursive
1020                 Quicksearch
1021
1022 2007-02-21 [wwp]        2.7.2cvs59
1023
1024         * src/summaryview.c
1025                 Add missing newline to a debug message.
1026
1027 2007-02-20 [colin]      2.7.2cvs58
1028
1029         * src/Makefile.am
1030         * src/mimeview.c
1031         * src/stock_pixmap.c
1032         * src/stock_pixmap.h
1033         * src/pixmaps/mime_pgpsig.xpm
1034                 Add icon for application/pgp-signature
1035
1036 2007-02-20 [colin]      2.7.2cvs57
1037
1038         * src/Makefile.am
1039         * src/main.c
1040         * src/mimeview.c
1041         * src/stock_pixmap.c
1042         * src/stock_pixmap.h
1043         * src/pixmaps/mime_calendar.xpm
1044         * src/pixmaps/mime_pdf.xpm
1045         * src/pixmaps/mime_ps.xpm
1046                 Add icons for text/calendar, application/pdf
1047                 and application/postscript
1048
1049 2007-02-20 [colin]      2.7.2cvs56
1050
1051         * autogen.sh
1052         * src/matcher_parser_parse.y
1053         * src/matcher_parser_lex.l
1054                 Fix big memory leak in flex, and
1055                 require flex 2.5.31
1056
1057 2007-02-20 [wwp]        2.7.2cvs55
1058
1059         * src/matcher_parser_parse.y
1060                 Fix a duplicate token definition (thanks to iwkse).
1061
1062 2007-02-20 [wwp]        2.7.2cvs54
1063
1064         * src/matcher_parser_lex.l
1065         * src/quote_fmt_lex.l
1066                 Use proper flex options instead of direct use of #define,
1067                 make the flex-generated C lighter.
1068
1069 2007-02-20 [colin]      2.7.2cvs53
1070
1071         * src/summaryview.c
1072                 Grab focus in message list after hiding
1073                 the quicksearch, instead of leaving it
1074                 "somewhere"
1075
1076 2007-02-19 [colin]      2.7.2cvs52
1077
1078         * src/folderview.c
1079                 Fix bug 1033, 'Automatically refresh 
1080                 message list when new messages arrives'
1081                 Looks like folderview->opened can sometimes
1082                 be wrong...
1083
1084 2007-02-19 [paul]       2.7.2cvs51
1085
1086         * tools/Makefile.am
1087         * tools/README
1088         * tools/thunderbird-filters-convertor.pl
1089                 add new script which converts thunderbird filter
1090                 rules to Claws filter rules
1091
1092 2007-02-18 [paul]       2.7.2cvs50
1093
1094         * src/plugins/pgpcore/prefs_gpg.c
1095         * src/plugins/pgpcore/prefs_gpg.h
1096         * src/plugins/pgpcore/sgpgme.c
1097         * src/plugins/pgpinline/pgpinline.c
1098         * src/plugins/pgpmime/pgpmime.c
1099                 improved GUI interoperability with gpg-agent
1100
1101 2007-02-18 [paul]       2.7.2cvs49
1102
1103         * src/prefs_account.c
1104                 Privacy options sensitivity fix
1105
1106 2007-02-17 [colin]      2.7.2cvs48
1107
1108         * src/messageview.c
1109                 Reset icon to warning in the noticeview
1110
1111 2007-02-15 [colin]      2.7.2cvs47
1112
1113         * src/folderview.c
1114                 Fix a manifestation of bug 1033 (summaryview failing
1115                 to update for new mails), which happens after editing
1116                 account preferences or preferences that cause a 
1117                 folderview reload.
1118
1119 2007-02-15 [colin]      2.7.2cvs46
1120
1121         * src/addressbook.c
1122                 Probably fix bug 1123, 'Segmentation 
1123                 fault while opening address book'. I get
1124                 g_warnings if the saved paned position is
1125                 not greater than 0. Also, save position
1126                 when hiding the addressbook instead of
1127                 via signal.
1128
1129 2007-02-14 [colin]      2.7.2cvs45
1130
1131         * src/plugins/pgpcore/prefs_gpg.c
1132         * src/plugins/pgpcore/prefs_gpg.h
1133         * src/plugins/pgpcore/sgpgme.c
1134         * src/plugins/pgpinline/pgpinline.c
1135         * src/plugins/pgpmime/pgpmime.c
1136                 Add an option "Use gpg-agent if available". Fixes
1137                 annoyances with distro-installed gpg-agent, when
1138                 no pinentry program is installed, and the user's 
1139                 at a loss on why "decryption failed". Makes more
1140                 clear why passphrase isn't saved when gpg-agent is
1141                 used. Defaults to true, to avoid changing the 
1142                 current behaviour.
1143
1144 2007-02-14 [wwp]        2.7.2cvs44
1145
1146         * src/matcher_parser_parse.y
1147                 Fix missing line number reset (wrong line number might appear
1148                 when re-loading filtering rules if there's a parser error).
1149
1150 2007-02-13 [colin]      2.7.2cvs43
1151
1152         * src/common/utils.c
1153                 Don't encode ',' in URIs before passing it
1154                 to the browser command-line. It was probably
1155                 done at a time where commas in URIs made
1156                 mozilla -remote 'openurl(%s,new-window)'
1157                 bug.
1158
1159 2007-02-13 [wwp]        2.7.2cvs42
1160
1161         * src/prefs_matcher.c
1162         * src/plugins/bogofilter/bogofilter_gtk.c
1163                 A bit of string factorization around "Select ..." buttons.
1164
1165 2007-02-11 [colin]      2.7.2cvs41
1166
1167         * src/alertpanel.c
1168                 Make sure to escape the title
1169
1170 2007-02-11 [colin]      2.7.2cvs40
1171
1172         * src/codeconv.c
1173                 Recognize .utf8 locales as .UTF-8 ones
1174
1175 2007-02-11 [colin]      2.7.2cvs39
1176
1177         * src/compose.c
1178                 Fix code conversion when dragging a file
1179
1180 2007-02-09 [colin]      2.7.2cvs38
1181
1182         * src/plugins/clamav/clamav_plugin.c
1183                 Complete Paul's patch with conditional
1184                 compilation to avoid breaking compilation
1185                 on old Dapper and Edgy... Maybe other
1186                 distros too.
1187
1188 2007-02-09 [paul]       2.7.2cvs37
1189
1190         * src/plugins/clamav/clamav_plugin.c
1191                 fix for the upstream changes in libclamav
1192
1193 2007-02-09 [paul]       2.7.2cvs36
1194
1195         * src/main.c
1196         * src/mainwindow.c
1197         * src/procmsg.c
1198         * src/procmsg.h
1199                 fix "warn if there are queued messages" (on exit)
1200                 option, which only checked the first mailbox's
1201                 queue
1202                 don't ask before emptying trash if there are no
1203                 messages in trash, also check and empty all trash
1204                 folders
1205         * src/prefs_other.c
1206                 move "Ask before emptying trash" option
1207                 outside of the "On exit" frame as it's
1208                 not only an "On exit" option
1209
1210 2007-02-09 [paul]       2.7.2cvs35
1211
1212         * src/addrgather.c
1213         * src/alertpanel.c
1214         * src/editldap.c
1215         * src/prefs_account.c
1216         * src/prefs_folder_item.c
1217         * src/prefs_gtk.h
1218         * src/prefs_matcher.c
1219         * src/prefs_message.c
1220         * src/prefs_msg_colors.c
1221         * src/prefs_summaries.c
1222         * src/wizard.c
1223         * src/gtk/inputdialog.c
1224         * src/plugins/bogofilter/bogofilter_gtk.c
1225                 pedantic commit: use 'checkbtn' everywhere
1226                 instead of a mixture of 'checkbtn' and 'chkbtn'
1227
1228 2007-02-09 [paul]       2.7.2cvs34
1229
1230         * src/compose.c
1231                 fix default hotkeys
1232         * src/prefs_other.c
1233         * src/prefs_send.c
1234                 move "Never send Return Receipts" from
1235                 prefs_other to prefs_send
1236                 add an option "Ask about account specific
1237                 filtering rules..." to prefs_other
1238         * src/gtk/gtkutils.c
1239                 fix a compiler warning
1240
1241 2007-02-08 [colin]      2.7.2cvs33
1242
1243         * src/plugins/pgpinline/pgpinline.c
1244                 Fix bug 1110, 'pgpmime fails to process 
1245                 encapsulated openpgp mime (rfc 3156, 6.1 
1246                 -> rfc1847)'
1247                 It was due to an interaction between PGP/Mime
1248                 and PGP/Inline plugin. 
1249
1250 2007-02-08 [colin]      2.7.2cvs32
1251
1252         * src/inc.c
1253         * src/mbox.c
1254         * src/mbox.h
1255                 Fix bug 1117, 'fcntl locking code 
1256                 does not work in mbox.c'
1257
1258 2007-02-08 [colin]      2.7.2cvs31
1259
1260         * src/prefs_account.c
1261                 Fix Gentoo bug 165819, 'can't create 
1262                 a "local mbox file" account'. Patch
1263                 by Olivier <castan.o@free.fr>
1264
1265 2007-02-07 [colin]      2.7.2cvs30
1266
1267         * src/ldapquery.c
1268                 Fix bug 1106, 'Claws crash on exit if LDAPS 
1269                 autocompletion was used'
1270
1271 2007-02-07 [paul]       2.7.2cvs29
1272
1273         * src/folder.c
1274                 cut down on unnecessary debug_prints
1275         * src/imap_gtk.c
1276                 fix menu_set_active() on 'Show only
1277                 subscribed folders'
1278
1279 2007-02-07 [paul]       2.7.2cvs28
1280
1281         * src/plugins/clamav/clamav_plugin.c
1282         * src/plugins/clamav/clamav_plugin.h
1283         * src/plugins/clamav/clamav_plugin_gtk.c
1284                 fix copyright header
1285
1286 2007-02-07 [paul]       2.7.2cvs27
1287
1288         * src/procheader.c
1289                 fix bug 1116, 'summary view allow a 
1290                 subject line break'
1291
1292 2007-02-06 [colin]      2.7.2cvs26
1293
1294         * src/summaryview.c
1295                 Fix delete thread
1296
1297 2007-02-05 [fabien]     2.7.2cvs25
1298
1299         * po/POTFILES.in
1300         * src/uri_opener.c
1301                 i18n related - 1 fix and 1 message for translators.
1302
1303 2007-02-05 [colin]      2.7.2cvs24
1304
1305         * src/gtk/quicksearch.c
1306                 Don't reload summary list if quicksearch wasn't
1307                 active on hiding; move currently selected mail in
1308                 the visible area when showing the quicksearch
1309
1310 2007-02-05 [colin]      2.7.2cvs23
1311
1312         * src/folderview.c
1313                 Add debug to try to solve bug 1104
1314
1315 2007-02-05 [paul]       2.7.2cvs22
1316
1317         * src/mainwindow.c
1318                 confirm before emptying trash on exit is
1319                 a Yes or No answer, use Yes or No in the
1320                 dialog
1321
1322 2007-02-04 [colin]      2.7.2cvs21
1323
1324         * src/compose.c
1325         * src/plugins/pgpcore/passphrase.c
1326         * src/plugins/pgpcore/select-keys.c
1327                 Set wmclass on new windows
1328
1329 2007-02-04 [colin]
1330
1331         2.8.0-rc1 released
1332
1333 2007-02-04 [colin]      2.7.2cvs20
1334
1335         * src/compose.c
1336         * src/compose.h
1337                 Auto save drafts on exit, reopen them
1338                 at startup, instead of asking
1339         * src/account.c
1340         * src/addressadd.c
1341         * src/addressbook.c
1342         * src/addressbook_foldersel.c
1343         * src/addrgather.c
1344         * src/crash.c
1345         * src/editaddress.c
1346         * src/editbook.c
1347         * src/editgroup.c
1348         * src/editjpilot.c
1349         * src/editldap.c
1350         * src/editldap_basedn.c
1351         * src/editvcard.c
1352         * src/exphtmldlg.c
1353         * src/expldifdlg.c
1354         * src/export.c
1355         * src/foldersel.c
1356         * src/gedit-print.c
1357         * src/import.c
1358         * src/importldif.c
1359         * src/importmutt.c
1360         * src/importpine.c
1361         * src/main.c
1362         * src/mainwindow.c
1363         * src/message_search.c
1364         * src/messageview.c
1365         * src/prefs_actions.c
1366         * src/prefs_customheader.c
1367         * src/prefs_display_header.c
1368         * src/prefs_filtering.c
1369         * src/prefs_filtering_action.c
1370         * src/prefs_folder_column.c
1371         * src/prefs_gtk.c
1372         * src/prefs_matcher.c
1373         * src/prefs_other.c
1374         * src/prefs_summaries.c
1375         * src/prefs_summary_column.c
1376         * src/prefs_template.c
1377         * src/sourcewindow.c
1378         * src/ssl_manager.c
1379         * src/summary_search.c
1380         * src/uri_opener.c
1381         * src/gtk/about.c
1382         * src/gtk/description_window.c
1383         * src/gtk/foldersort.c
1384         * src/gtk/gtkutils.c
1385         * src/gtk/gtkutils.h
1386         * src/gtk/icon_legend.c
1387         * src/gtk/logwindow.c
1388         * src/gtk/pluginwindow.c
1389         * src/gtk/prefswindow.c
1390                 Give different wmclass to different
1391                 windows - thanks to sed ;)
1392
1393 2007-02-04 [colin]      2.7.2cvs19
1394
1395         * src/main.c
1396                 Revert previous patch, can't reproduce
1397                 it anymore. 
1398
1399 2007-02-03 [colin]      2.7.2cvs18
1400
1401         * src/main.c
1402                 Don't save the mainwindow size and
1403                 position on emergency exit (libSM's
1404                 "die" callback), Xfce seems to make
1405                 the window smaller just before the
1406                 size's saved.
1407
1408 2007-02-03 [colin]      2.7.2cvs17
1409
1410         * src/plugins/bogofilter/bogofilter.c
1411         * src/plugins/bogofilter/bogofilter.h
1412         * src/plugins/bogofilter/bogofilter_gtk.c
1413         * src/plugins/pgpinline/pgpinline.c
1414         * src/plugins/pgpinline/pgpinline.h
1415                 Fix more copyrights
1416
1417 2007-02-03 [colin]      2.7.2cvs16
1418
1419         * src/partial_download.c
1420         * src/partial_download.h
1421         * src/ssl_manager.c
1422         * src/ssl_manager.h
1423         * src/uri_opener.c
1424         * src/uri_opener.h
1425         * src/wizard.c
1426         * src/wizard.h
1427         * src/common/ssl_certificate.c
1428         * src/common/ssl_certificate.h
1429         * src/gtk/quicksearch.c
1430         * src/gtk/quicksearch.h
1431         * src/gtk/sslcertwindow.c
1432         * src/gtk/sslcertwindow.h
1433                 Fix copyright on my files
1434
1435 2007-02-02 [colin]      2.7.2cvs15
1436
1437         * src/Makefile.am
1438         * src/mainwindow.c
1439         * src/messageview.c
1440         * src/messageview.h
1441         * src/textview.c
1442         * src/textview.h
1443         * src/uri_opener.c
1444         * src/uri_opener.h
1445                 Add Tools/List URIs to allow
1446                 opening any URI in the current mail
1447
1448 2007-02-02 [colin]      2.7.2cvs14
1449
1450         * src/common/valgrind.h ** NEW FILE **
1451         * src/common/Makefile.am
1452         * src/common/plugin.c
1453                 Don't dlclose the plugins if we're running
1454                 under valgrind. (doesn't require valgrind
1455                 either at compile time or run time).
1456
1457 2007-02-01 [paul]       2.7.2cvs13
1458
1459         * AUTHORS
1460         * src/gtk/authors.h
1461         * tools/freshmeat_search.pl
1462         * tools/google_search.pl
1463         * tools/multiwebsearch.pl
1464                 add support for non ISO-8859-1 compatible locales
1465                 Patch by Alex Gorbachenko <agent_007@immo.ru>
1466
1467 2007-02-01 [colin]      2.7.2cvs12
1468
1469         * src/prefs_other.c
1470         * src/prefs_summaries.c
1471                 Move keybinding prefs to the Other page
1472
1473 2007-02-01 [wwp]        2.7.2cvs11
1474
1475         * src/plugins/trayicon/trayicon.c
1476                 Fix a raising issue within KDE.
1477
1478 2007-02-01 [colin]      2.7.2cvs10
1479
1480         * src/codeconv.c
1481                 Fix stray quotes in encoded strings
1482         * src/addressadd.c
1483                 Fix wrong call causing g_warnings
1484         * src/textview.c
1485                 Remove useless message
1486
1487 2007-01-31 [wwp]        2.7.2cvs9
1488
1489         * src/plugins/trayicon/trayicon.c
1490                 fix buggy hiding of main window when closing if close-to-tray
1491                 is not set (bad logics  in the trayicon hook code).
1492                 Changed the quit confirmation message too.
1493
1494 2007-01-30 [colin]      2.7.2cvs8
1495
1496         * src/main.c
1497                 Fix hidden mainwindow after clicking on
1498                 the X close button, if compose windows
1499                 exist and the user chooses not to quit
1500
1501 2007-01-30 [colin]      2.7.2cvs7
1502
1503         * src/main.c
1504         * src/compose.c
1505                 Handle local URIs to attach files (file:///...)
1506                 Fixes attaching files from Thunar for example
1507
1508 2007-01-30 [colin]      2.7.2cvs6
1509
1510         * src/prefs_ext_prog.c
1511                 Add 'mousepad' to the list of text editors.
1512                 Mousepad is XFCE's text editor
1513
1514 2007-01-29 [wwp]        2.7.2cvs5
1515
1516         * po/POTFILES.in
1517         * src/plugins/trayicon/trayicon_prefs.c
1518                 trayicon i18n fixes, thanks to Fabien.
1519
1520 2007-01-28 [wwp]        2.7.2cvs4
1521
1522         * src/mainwindow.c
1523         * src/mainwindow.h
1524         * src/plugins/trayicon/trayicon.c
1525         * src/plugins/trayicon/trayicon_prefs.c
1526         * src/plugins/trayicon/trayicon_prefs.h
1527                 Added a new TrayIcon plugin option to close to tray
1528                 (WM's hotkey and [X] button will hide the window instead
1529                 of closing it - closing CM can be done using the tray icon
1530                 menu or the File menu).
1531                 Improved visibility handling in trayicon, clicking the
1532                 trayicon now raise the window to current desktop when it
1533                 was either minimized/shaded/on another desktop.
1534                 Thanks to Paul for testing and fixing a strange behaviour
1535                 in KDE ;-).
1536
1537 2007-01-27 [paul]       2.7.2cvs3
1538
1539         * src/prefs_folder_item.c
1540         * src/prefs_receive.c
1541         * src/plugins/pgpcore/prefs_gpg.c
1542                 use 'start-up' instead of 'startup' in labels
1543
1544 2007-01-26 [wwp]        2.7.2cvs2
1545
1546         * src/plugins/trayicon/Makefile.am
1547         * src/plugins/trayicon/trayicon.c
1548         * src/plugins/trayicon/trayicon_prefs.c
1549         * src/plugins/trayicon/trayicon_prefs.h
1550                 Add a new TrayIcon option to hide the main window at
1551                 start-up.
1552                 Fix trayicon.c copyright header.
1553
1554 2007-01-26 [paul]       2.7.2cvs1
1555
1556         * NEWS
1557         * README
1558         * RELEASE_NOTES
1559         * configure.ac
1560                 bump up version number following
1561                 stable release
1562
1563 2007-01-25 [mones]      2.7.1cvs60
1564
1565         * po/es.po
1566                 updated thousands of strings (well, probably less ;-)
1567
1568 2007-01-25 [colin]      2.7.1cvs59
1569
1570         * src/matcher.c
1571                 Fix 2nd-run loss of matcherrc on new
1572                 configurations. 
1573
1574 2007-01-25 [wwp]        2.7.1cvs58
1575
1576         * src/mimeview.c
1577                 fix handling of empty value in attach_save_directory too, thanks
1578                 to Colin.
1579
1580 2007-01-25 [wwp]        2.7.1cvs57
1581
1582         * src/gtk/filesel.c
1583                 fix handling of empty value in attach_load_directory,
1584                 thanks to Colin.
1585
1586 2007-01-25 [wwp]        2.7.1cvs56
1587
1588         * src/plugins/dillo_viewer/dillo_prefs.h
1589                 fix a typo.
1590
1591 2007-01-25 [colin]      2.7.1cvs55
1592
1593         * src/matcher.c
1594         * src/matcher.h
1595         * src/matcher_parser_parse.y
1596         * src/prefs_matcher.c
1597                 Add matching on the spam flag
1598
1599 2007-01-24 [colin]      2.7.1cvs54
1600
1601         * src/folder.c
1602         * src/common/xml.c
1603         * src/common/xml.h
1604                 Make sure folderlist.xml is correctly
1605                 written before overwriting it.
1606         * src/procmsg.c
1607         * src/procmsg.h
1608         * src/summaryview.c
1609         * src/plugins/bogofilter/bogofilter.c
1610         * src/plugins/bogofilter/bogofilter.h
1611         * src/plugins/bogofilter/bogofilter_gtk.c
1612         * src/plugins/spamassassin/spamassassin.c
1613         * src/plugins/spamassassin/spamassassin.h
1614         * src/plugins/spamassassin/spamassassin_gtk.c
1615                 Move spam to the correct trash folder after
1616                 learning, if spam directory isn't set.
1617
1618 2007-01-23 [paul]       2.7.1cvs53
1619
1620         * src/plugins/bogofilter/bogofilter_gtk.c
1621                 fix sensitivity of "Insert X-Bogosity header"
1622                 option
1623
1624 2007-01-23 [colin]      2.7.1cvs52
1625
1626         * src/toolbar.c
1627                 Translate toolbar items text if
1628                 they're translatable (default)
1629         * src/addrcache.c
1630         * src/addrcache.h
1631         * src/addritem.c
1632         * src/addritem.h
1633         * src/codeconv.c
1634         * src/codeconv.h
1635         * src/jpilot.c
1636         * src/jpilot.h
1637         * src/ldapctrl.c
1638         * src/ldapctrl.h
1639         * src/ldapquery.h
1640         * src/ldif.c
1641         * src/ldif.h
1642         * src/etpan/etpan-thread-manager.c
1643         * src/etpan/etpan-thread-manager.h
1644         * src/gtk/gtkutils.c
1645         * src/gtk/gtkutils.h
1646                 More static functions
1647
1648 2007-01-22 [fabien]     2.7.1cvs51
1649
1650         * src/gtk/gtkutils.c
1651                 gtkut_get_options_frame() : ability to pass
1652                 a 'NULL' value in frame pointer parameter if
1653                 we don't need it.
1654
1655 2007-01-22 [colin]      2.7.1cvs50
1656
1657         * src/procmsg.c
1658         * src/procmsg.h
1659         * src/plugins/bogofilter/bogofilter.c
1660         * src/plugins/bogofilter/bogofilter_gtk.c
1661         * src/plugins/spamassassin/spamassassin.c
1662         * src/plugins/spamassassin/spamassassin_gtk.c
1663                 Allow moving spams to the account's trash
1664                 instead of default one
1665
1666 2007-01-21 [colin]      2.7.1cvs49
1667
1668         * src/ldapquery.c
1669         * src/ldapquery.h
1670                 Revert a static function that shouldn't
1671                 have been
1672
1673 2007-01-21 [colin]      2.7.1cvs48
1674
1675         * src/ldapquery.c
1676         * src/ldapquery.h
1677                 Same
1678
1679 2007-01-21 [colin]      2.7.1cvs47
1680
1681         * src/procmsg.c
1682         * src/procmsg.h
1683                 Same
1684
1685 2007-01-21 [colin]      2.7.1cvs46
1686
1687         * src/common/socket.c
1688         * src/common/socket.h
1689                 Same
1690
1691 2007-01-21 [colin]      2.7.1cvs45
1692
1693         * src/crash.c
1694         * src/exporthtml.c
1695         * src/exporthtml.h
1696         * src/exportldif.c
1697         * src/exportldif.h
1698         * src/folder.c
1699         * src/folder.h
1700         * src/folder_item_prefs.c
1701         * src/folder_item_prefs.h
1702         * src/folderview.c
1703         * src/folderview.h
1704         * src/gedit-print.c
1705         * src/gedit-print.h
1706         * src/main.c
1707         * src/main.h
1708         * src/common/socket.c
1709         * src/common/socket.h
1710         * src/gtk/gtkaspell.c
1711         * src/gtk/gtkaspell.h
1712         * src/gtk/quicksearch.c
1713         * src/gtk/quicksearch.h
1714                 Same
1715
1716 2007-01-21 [colin]      2.7.1cvs44
1717
1718         * src/common/utils.c
1719         * src/common/utils.h
1720         * src/etpan/etpan-thread-manager.c
1721         * src/etpan/etpan-thread-manager.h
1722                 Same (Funny that etpan_thread_unbind
1723                 is called but not etpan_thread_bind)
1724
1725 2007-01-21 [colin]      2.7.1cvs43
1726
1727         * src/addrselect.c
1728         * src/addrselect.h
1729         * src/codeconv.c
1730         * src/codeconv.h
1731         * src/compose.c
1732         * src/compose.h
1733         * src/etpan/Makefile.am
1734         * src/gtk/colorlabel.c
1735         * src/gtk/colorlabel.h
1736         * src/gtk/sslcertwindow.c
1737         * src/gtk/sslcertwindow.h
1738         * src/etpan/etpan-log.c ** REMOVED **
1739         * src/etpan/etpan-log.h ** REMOVED **
1740                 Same
1741
1742 2007-01-20 [colin]      2.7.1cvs42
1743
1744         * src/addritem.c
1745         * src/addritem.h
1746                 Same
1747
1748 2007-01-20 [colin]      2.7.1cvs41
1749
1750         * src/account.c
1751         * src/account.h
1752         * src/addrbook.c
1753         * src/addrbook.h
1754         * src/addrcache.c
1755         * src/addrcache.h
1756         * src/addrclip.c
1757         * src/addrclip.h
1758         * src/addressbook.c
1759         * src/addressbook.h
1760         * src/addrharvest.c
1761         * src/addrharvest.h
1762         * src/addrindex.c
1763         * src/addrindex.h
1764         * src/editaddress.c
1765         * src/editaddress.h
1766                 Make functions that aren't used in other
1767                 files static
1768
1769 2007-01-20 [colin]      2.7.1cvs40
1770
1771         * src/account.c
1772         * src/addrbook.c
1773         * src/addrcache.c
1774         * src/addressbook.c
1775         * src/addrgather.c
1776         * src/addrindex.c
1777         * src/addrquery.c
1778         * src/addrselect.c
1779         * src/browseldap.c
1780         * src/compose.c
1781         * src/editbook.c
1782         * src/editjpilot.c
1783         * src/editldap.c
1784         * src/editldap_basedn.c
1785         * src/editvcard.c
1786         * src/exporthtml.c
1787         * src/exportldif.c
1788         * src/folder.c
1789         * src/folderview.c
1790         * src/image_viewer.c
1791         * src/imap.c
1792         * src/importmutt.c
1793         * src/importpine.c
1794         * src/jpilot.c
1795         * src/ldapquery.c
1796         * src/main.c
1797         * src/mainwindow.c
1798         * src/matcher.c
1799         * src/messageview.c
1800         * src/mh.c
1801         * src/mimeview.c
1802         * src/msgcache.c
1803         * src/mutt.c
1804         * src/news.c
1805         * src/pine.c
1806         * src/prefs_account.c
1807         * src/prefs_common.c
1808         * src/prefs_compose_writing.c
1809         * src/prefs_ext_prog.c
1810         * src/prefs_folder_item.c
1811         * src/prefs_fonts.c
1812         * src/prefs_message.c
1813         * src/prefs_msg_colors.c
1814         * src/prefs_other.c
1815         * src/prefs_quote.c
1816         * src/prefs_receive.c
1817         * src/prefs_send.c
1818         * src/prefs_spelling.c
1819         * src/prefs_summaries.c
1820         * src/prefs_toolbar.c
1821         * src/prefs_wrapping.c
1822         * src/privacy.c
1823         * src/procmime.c
1824         * src/procmsg.c
1825         * src/ssl_manager.c
1826         * src/statusbar.c
1827         * src/summaryview.c
1828         * src/toolbar.c
1829         * src/vcard.c
1830         * src/common/hooks.c
1831         * src/common/log.c
1832         * src/common/passcrypt.c
1833         * src/common/socket.c
1834         * src/common/ssl.c
1835         * src/common/ssl_certificate.c
1836         * src/common/template.c
1837         * src/common/utils.c
1838         * src/etpan/imap-thread.c
1839         * src/gtk/sslcertwindow.c
1840         * src/gtk/sslcertwindow.h
1841                 Make functions that could be static, static
1842
1843 2007-01-20 [colin]      2.7.1cvs39
1844
1845         * src/editldap.c
1846                 Fix tooltip
1847
1848 2007-01-20 [colin]      2.7.1cvs38
1849
1850         * src/ldapquery.c
1851         * src/ldaputil.c
1852         * src/ldaputil.h
1853                 Fix bug 1102, 'claws-mail-2.7.1 
1854                 makes use of deprecated ldap 
1855                 functions'
1856
1857 2007-01-20 [colin]      2.7.1cvs37
1858
1859         * src/mainwindow.c
1860         * src/mainwindow.h
1861         * src/summaryview.c
1862         * src/gtk/quicksearch.c
1863                 Add Wide message list layout
1864
1865 2007-01-19 [fabien]     2.7.1cvs36
1866
1867         * src/textview.c
1868                 make sure a font change is considered in links of
1869                 headerview.
1870
1871 2007-01-19 [colin]      2.7.1cvs35
1872
1873         * src/main.c
1874         * src/mainwindow.c
1875         * src/mainwindow.h
1876         * src/messageview.c
1877         * src/messageview.h
1878         * src/prefs_common.c
1879         * src/prefs_common.h
1880         * src/summaryview.c
1881         * src/summaryview.h
1882         * src/gtk/quicksearch.c
1883         * src/gtk/quicksearch.h
1884                 Drop 'Separate Folder tree' and 'Separate
1885                 Message View'. Put three layouts in place
1886                 of it.
1887
1888 2007-01-19 [paul]       2.7.1cvs34
1889
1890         * src/prefs_msg_colors.c
1891                 more use of Q_ for translators
1892
1893 2007-01-19 [paul]       2.7.1cvs33
1894
1895         * src/imap_gtk.c
1896         * src/prefs_account.c
1897                 a few changes to the English
1898
1899 2007-01-19 [fabien]     2.7.1cvs32
1900
1901         * src/wizard.c
1902                 factorize translatable string
1903
1904 2007-01-18 [colin]      2.7.1cvs31
1905
1906         * src/main.c
1907                 Don't error out on --sync option. Although
1908                 we don't do anything with it, gtk+ handles
1909                 it, and it's useful for debugging X errors
1910
1911 2007-01-18 [fabien]     2.7.1cvs30
1912
1913         * src/prefs_other.c
1914                 ability to apply on the fly the recent added
1915                 'gtk_can_change_accels' pref (no need to restart).
1916
1917 2007-01-18 [fabien]     2.7.1cvs29
1918
1919         * src/plugins/bogofilter/bogofilter_gtk.c
1920         * src/plugins/bogofilter/bogofilter.c
1921         * src/plugins/spamassassin/spamassassin_gtk.c
1922         * src/addr_compl.c
1923         * src/prefs_account.c
1924                 factorize or rewrite some translatable strings.
1925
1926 2007-01-18 [fabien]     2.7.1cvs28
1927
1928         * src/prefs_gtk.h
1929         * src/compose.c
1930                 set a 4pix space between "Subject:" label and subject entry in
1931                 compose window.
1932
1933 2007-01-18 [wwp]        2.7.1cvs27
1934
1935         * src/addressbook.c
1936                 fix conflicting address-copy/paste when focus is set
1937                 to the embedded edit-person form.
1938  
1939
1940 2007-01-18 [wwp]        2.7.1cvs26
1941
1942         * src/addressbook.h
1943                 complete 2.7.1cvs23 (one more file was missing from that
1944                 commit).
1945
1946 2007-01-18 [colin]      2.7.1cvs25
1947
1948         * src/main.c
1949                 Provide a way to migrate without backup
1950                 Re-ask for migration on next start if 
1951                 it has been refused and wizard has been 
1952                 cancelled after.
1953
1954 2007-01-18 [wwp]        2.7.1cvs24
1955
1956         * src/editaddress.c
1957                 complete 2.7.1.cvs23 (file was missing from previous
1958                 commit).
1959
1960 2007-01-18 [wwp]        2.7.1cvs23
1961
1962         * src/addressbook.c
1963                 fix potential crashes in address book's focus_in/out signal handlers,
1964                 force focus to the edit-person form when clicked the Edit menu entry or
1965                 button (this only matters if the edit-person form is embedded to the
1966                 AB window, in that case, focus is not set when browsing the contacts
1967                 list w/ keys or mouse clicks).
1968
1969 2007-01-18 [paul]       2.7.1cvs22
1970
1971         * src/main.c
1972                 add command line options:
1973                 -h for --help
1974                 -q and --quit for --exit
1975                 -v for --version
1976                 print "Unknown option" for unknown options
1977
1978 2007-01-18 [paul]       2.7.1cvs21
1979
1980         * po/ru.po
1981                 updated by Pavlo Bohmat
1982
1983 2007-01-18 [paul]       2.7.1cvs20
1984
1985         * src/mainwindow.c
1986                 fix sensitivity issues of Mark as Spam/Ham
1987
1988 2007-01-17 [fabien]     2.7.1cvs19
1989
1990         * src/prefs_other.c
1991         * src/prefs_common.c
1992         * src/prefs_common.h
1993         * src/main.c
1994                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
1995                 control the corresponding gtk property. It could be used to lock
1996                 all shortcuts (avoid to set one of them by inadvertency).
1997
1998 2007-01-17 [colin]      2.7.1cvs18
1999
2000         * src/summaryview.c
2001                 Fix bug 1100, 'Highlighted e-mail data not visible 
2002                 when color label applied.'. Use a weighted average
2003                 between normal selected foreground color and color
2004                 label instead of a simple one (3/1 instead 1/1).
2005
2006 2007-01-17 [colin]      2.7.1cvs17
2007
2008         * src/messageview.c
2009                 Better fix for bug 1088, 'Ctrl-h produces repeatable
2010                 crash' - don't prevent mail switching while loading
2011
2012 2007-01-17 [colin]      2.7.1cvs16
2013
2014         * src/folder.c
2015         * src/folder.h
2016         * src/folderview.c
2017         * src/folderview.h
2018         * src/imap.c
2019         * src/imap.h
2020         * src/imap_gtk.c
2021                 Manage recursive search of unsubscribed folders
2022                 Rescan tree without checking for new messages 
2023                 after subscriptions changed
2024
2025 2007-01-17 [paul]       2.7.1cvs15
2026
2027         * src/prefs_common.c
2028         * src/gtk/pluginwindow.c
2029                 fix bug 1101, '"Load plugin" button is
2030                 accidentally hidden'
2031                 unset (-1) initial width in prefs_common,
2032                 fix overlapping buttons,
2033                 and other cleanups
2034
2035 2007-01-17 [paul]       2.7.1cvs14
2036
2037         * src/procmime.c
2038                 add #include <errno.h>, it's needed
2039                 on some systems
2040
2041 2007-01-17 [paul]       2.7.1cvs13
2042
2043         * src/common/defs.h
2044         * tools/make.themes.project
2045                 rename .sylpheed_themeinfo to .claws_themeinfo
2046                 and use it
2047         * src/etpan/etpan-errors.h
2048         * src/etpan/etpan-log.c
2049         * src/etpan/etpan-log.h
2050         * src/etpan/etpan-thread-manager-types.h
2051         * src/etpan/etpan-thread-manager.c
2052         * src/etpan/etpan-thread-manager.h
2053         * src/etpan/imap-thread.c
2054         * src/etpan/imap-thread.h
2055                 add copyright header
2056
2057 2007-01-17 [colin]      2.7.1cvs12
2058
2059         * src/plugins/pgpcore/select-keys.c
2060         * src/gtk/pluginwindow.c
2061         * src/prefs_account.c
2062                 Fix warnings
2063
2064 2007-01-16 [colin]      2.7.1cvs11
2065
2066         * src/imap.c
2067         * src/imap.h
2068         * src/imap_gtk.c
2069                 Manage subscribing to subfolders when only
2070                 subscribed folders are shown.
2071
2072 2007-01-16 [colin]      2.7.1cvs10
2073
2074         * src/folderview.c
2075                 Fix annoying vscrollbar going back to top
2076                 on Check for new folders
2077
2078 2007-01-16 [colin]      2.7.1cvs9
2079
2080         * src/imap.c
2081                 Remove printf
2082
2083 2007-01-16 [colin]      2.7.1cvs8
2084
2085         * src/filtering.c
2086                 Bigger buffer for errors
2087         * src/imap.c
2088         * src/imap.h
2089         * src/imap_gtk.c
2090         * src/prefs_account.c
2091         * src/prefs_account.h
2092         * src/wizard.c
2093         * src/etpan/imap-thread.c
2094         * src/etpan/imap-thread.h
2095         * manual/handling.xml
2096                 Add subscriptions management. What it changes:
2097                 Creating a folder subscribes to it
2098                 Deleting a folder unsubscribes it
2099                 New contextual menu item allowing to switch between
2100                 All folders and Subscribed folders, subscribe, and
2101                 unsubscribe. "Creating" an existing but unsubscribed
2102                 folder will subscribe it.
2103                 By default for new accounts, only subscribed folders 
2104                 are shown.
2105
2106
2107 2007-01-16 [paul]       2.7.1cvs7
2108
2109         * src/summaryview.c
2110                 Allow folder classes to specify only sort_key or
2111                 sort_type instead of both or none.
2112
2113 2007-01-16 [paul]       2.7.1cvs6
2114
2115         * src/action.c
2116         * src/compose.c
2117         * src/mimeview.c
2118         * src/procmime.c
2119         * src/textview.c
2120                 Save and use errno for procmime_get_part
2121
2122 2007-01-16 [colin]      2.7.1cvs5
2123
2124         * src/imap.c
2125                 Never remove INBOX when scanning for
2126                 new folders. It's a special folder
2127                 that has to exist.
2128
2129 2007-01-15 [colin]      2.7.1cvs4
2130
2131         * src/imap.c
2132                 Fix 'Check for new folders' when IMAP subdirectory
2133                 is set
2134         * src/etpan/imap-thread.c
2135                 Fix build
2136
2137 2007-01-15 [colin]      2.7.1cvs3
2138
2139         * src/etpan/imap-thread.c
2140                 Fix invalid free on command-connection
2141                 error
2142
2143 2007-01-15 [wwp]        2.7.1cvs2
2144
2145         * src/matcher_parser_lex.l
2146         * src/quote_fmt_lex.l
2147         * src/matcher_parser_parse.y
2148                 fix copyright header in lexers and parsers.
2149
2150 2007-01-15 [paul]       2.7.1cvs1
2151
2152         * NEWS
2153         * README
2154         * RELEASE_NOTES
2155         * configure.ac
2156                 bump up version number following
2157                 stable release
2158
2159 2007-01-15 [paul]       2.7.0cvs31
2160
2161         * AUTHORS
2162         * src/gtk/authors.h
2163                 add Fabien to the Team list
2164                 add the recent contributors
2165                 make a few corrections
2166
2167 2007-01-15 [paul]       2.7.0cvs30
2168
2169         * src/mainwindow.c
2170                 fix compiler warning
2171         * src/plugins/pgpcore/prefs_gpg.c
2172         * src/plugins/pgpcore/prefs_gpg.h
2173                 add missing include
2174                 fix copyright header
2175
2176 2007-01-14 [colin]      2.7.0cvs29
2177
2178         * src/gtk/filesel.c
2179                 Use the 'gtk+' backend. Avoids gnome-vfs use,
2180                 two benefits: faster to open, will fix strange
2181                 dbus-related crash. Thanks to Pascal Terjan.
2182
2183 2007-01-14 [colin]      2.7.0cvs28
2184
2185         * src/etpan/imap-thread.c
2186                 Delete the old imap just after allocating
2187                 the new one. Makes sure we don't get the
2188                 same pointer by sheer luck, which feels
2189                 strange in the debug log.
2190
2191 2007-01-14 [colin]      2.7.0cvs27
2192
2193         * src/gtk/inputdialog.c
2194                 Make sure we don't print passwords in
2195                 clear text when in debug mode
2196
2197 2007-01-14 [colin]      2.7.0cvs26
2198
2199         * src/gtk/gtksctree.c
2200                 Fix bug 1098, 'bogus last row display 
2201                 after expanding a thread'. Patch by
2202                 Jindrich Makovicka <makovick@gmail.com>
2203
2204 2007-01-14 [colin]      2.7.0cvs25
2205
2206         * src/etpan/imap-thread.c
2207                 Close socket manually before
2208                 freeing the imap struct
2209
2210 2007-01-14 [colin]      2.7.0cvs24
2211
2212         * src/etpan/imap-thread.c
2213                 Maybe fix new reconnection issues
2214
2215 2007-01-13 [colin]      2.7.0cvs23
2216
2217         * src/summaryview.c
2218                 Freeze/thaw on thread selection
2219
2220 2007-01-13 [paul]       2.7.0cvs22
2221
2222         * src/mainwindow.c
2223         * src/summaryview.c
2224         * src/summaryview.h
2225                 add 'Edit/Delete thread'
2226
2227 2007-01-13 [colin]      2.7.0cvs21
2228
2229         * src/prefs_account.c
2230         * src/prefs_compose_writing.c
2231         * src/prefs_message.c
2232         * src/prefs_msg_colors.c
2233         * src/prefs_other.c
2234         * src/prefs_receive.c
2235         * src/prefs_spelling.c
2236         * src/prefs_summaries.c
2237         * src/prefs_themes.c
2238         * src/gtk/gtkutils.c
2239         * src/gtk/gtkutils.h
2240         * src/plugins/pgpcore/prefs_gpg.c
2241         * src/plugins/spamassassin/spamassassin_gtk.c
2242                 Factorize gtk frame creation
2243                 Patch by Pawel
2244
2245 2007-01-13 [colin]      2.7.0cvs20
2246
2247         * src/message_search.c
2248         * src/summary_search.c
2249                 Fix Enter in search windows
2250         * src/messageview.c
2251                 Fix body search starting at the
2252                 end of the mail (and asking for loop)
2253
2254 2007-01-13 [colin]      2.7.0cvs19
2255
2256         * src/etpan/imap-thread.c
2257                 Make sure we don't free the same imap
2258                 twice
2259
2260 2007-01-13 [colin]      2.7.0cvs18
2261
2262         * commitHelper
2263                 Allow multiple commitHelpers to
2264                 run at once
2265
2266 2007-01-12 [colin]      2.7.0cvs17
2267
2268         * src/etpan/imap-thread.c
2269                 Make sure we get rid of the previous mailimap
2270                 when connecting - just in case disconnect was
2271                 unclean
2272
2273 2007-01-12 [paul]       2.7.0cvs16
2274
2275         * src/compose.c
2276                 Strip S/MIME signatures when re-editing
2277                 S/MIME signed messages.
2278
2279 2007-01-12 [paul]       2.7.0cvs15
2280
2281         * configure.ac
2282         * src/addressbook.c
2283         * src/foldersel.c
2284         * src/folderview.c
2285         * src/main.c
2286                 no need to define CLAWS anymore, remove
2287                 all that stuff
2288
2289 2007-01-12 [paul]       2.7.0cvs14
2290
2291         * src/mimeview.c
2292                 check if the mail's signed as
2293                 it can change the mail structure
2294                 Thanks to Colin
2295
2296 2007-01-12 [paul]       2.7.0cvs13
2297
2298         * src/procmime.c
2299                 fix Forwarding msgs with attachments
2300                 that have dos line endings
2301                 Thanks to Colin
2302
2303 2007-01-12 [wwp]        2.7.0cvs12
2304
2305         * configure.ac
2306                 Revert accidentally committed extra version tag.
2307
2308 2007-01-12 [wwp]        2.7.0cvs11
2309
2310         * src/prefs_account.c
2311                 Fix compilation w/o aspell (completes 2.7.0cvs7).
2312
2313 2007-01-11 [colin]      2.7.0cvs10
2314
2315         * src/imap.c
2316                 move g_warning to debug_print
2317                 it scares people for no reason
2318
2319 2007-01-11 [colin]      2.7.0cvs9
2320
2321         * po/POTFILES.in
2322                 Fix files to translate. Patch by
2323                 Fabien
2324
2325 2007-01-11 [paul]       2.7.0cvs8
2326
2327         * src/imap.c
2328                 Fix recursion when server lists the
2329                 current subfolder in the response
2330         * src/mimeview.c
2331                 Fix updating of icon_list/ctree
2332         * src/plugins/pgpcore/select-keys.c
2333                 Fix a few annoyances when choosing
2334                 keys for the CMS (S/MIME) protocol
2335
2336 2007-01-11 [wwp]        2.7.0cvs7
2337
2338         * src/compose.c
2339         * src/prefs_account.c
2340         * src/prefs_account.h
2341                 Add per-account spellcheck default dictionaries settings.
2342
2343 2007-01-10 [colin]      2.7.0cvs6
2344
2345         * src/prefs_folder_item.c
2346                 Factorize strings - patch by Fabien
2347
2348 2007-01-10 [colin]      2.7.0cvs5
2349
2350         * src/mainwindow.c
2351                 Fix bug 1095, 'Crash while changing folder 
2352                 columns during incorporation'
2353
2354 2007-01-09 [colin]      2.7.0cvs4
2355
2356         * src/gtk/pluginwindow.c
2357                 Set the plugin window transient. Seems
2358                 like some window managers hide it in
2359                 the background after "load plugin"...
2360
2361 2007-01-09 [colin]      2.7.0cvs3
2362
2363         * src/gtk/filesel.c
2364                 Use the same type for alloc and free
2365
2366 2007-01-08 [paul]       2.7.0cvs2
2367
2368         * po/nl.po
2369                 updated by Tim Dijkstra
2370
2371 2007-01-08 [paul]       2.7.0cvs1
2372
2373         * src/prefs_themes.c
2374         * src/common/utils.c
2375                 Fix resource leaks
2376
2377 2007-01-08 [paul]       2.7.0
2378
2379         * NEWS
2380         * README
2381         * RELEASE_NOTES
2382                 2.7.0 released
2383
2384 2007-01-08 [paul]       2.6.1cvs119
2385
2386         * doc/man/claws-mail.1
2387                 another correction
2388
2389 2007-01-08 [paul]       2.6.1cvs118
2390
2391         * doc/man/claws-mail.1
2392                 corrections
2393         * manual/advanced.xml
2394                 improved English usage
2395
2396 2007-01-08 [paul]       2.6.1cvs117
2397
2398         * po/ca.po
2399         * po/de.po
2400         * po/en_GB.po
2401         * po/fi.po
2402         * po/it.po
2403         * po/pt_BR.po
2404         * po/sk.po
2405         * po/sr.po
2406         * po/zh_CN.po
2407                 updated by Miquel Oliete, Stephan Sachse, me,
2408                 Tommi Pirinen, Andrea Spadaccini, Frederico
2409                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
2410                 Urosevic, and Ralgh Young
2411
2412 2007-01-07 [mones]      2.6.1cvs116
2413
2414         * manual/es/advanced.xml
2415         * po/es.po
2416                 Synced manual (unhide mark_as_read_delay)
2417                 and updated translation for release
2418
2419 2007-01-07 [paul]       2.6.1cvs115
2420
2421         * src/prefs_matcher.c
2422                 make the hbox content fit better under
2423                 various languages
2424
2425 2007-01-07 [colin]      2.6.1cvs114
2426
2427         * src/messageview.c
2428                 Fix bug 1088, 'Ctrl-h produces repeatable
2429                 crash'
2430
2431 2007-01-06 [colin]      2.6.1cvs113
2432
2433         * src/etpan/imap-thread.c
2434                 Add casts to int to get certs. Fixes
2435                 bug 1064, 'crash @ etpan_certificate_check() 
2436                 when opening an IMAP folder', with latest
2437                 libetpan CVS or >= 0.49
2438         * src/mainwindow.c
2439         * src/mainwindow.h
2440         * src/imap_gtk.c
2441         * src/news_gtk.c
2442         * src/prefs_folder_item.c
2443                 Grey out the "synchronise" menu items if
2444                 there's nothing to synchronise.
2445         * src/plugins/pgpcore/sgpgme.c
2446                 Make an error clearer than "Unknown error"
2447
2448 2007-01-06 [colin]      2.6.1cvs112
2449
2450         * src/messageview.c
2451                 Don't try to show a message if updating
2452                 Maybe fixes bug 1088, 'ctrl-h produces
2453                 repeatable crash'.
2454
2455 2007-01-06 [colin]      2.6.1cvs111
2456
2457         * src/summaryview.c
2458                 Disable Control-Space (handle it as Space).
2459
2460 2007-01-05 [paul]       2.6.1cvs110
2461
2462         * src/imap.c
2463                 Fix bug 934, 'sylpheed claws 2.1 
2464                 doesn't show Exchanges Public Folders'
2465                 Thanks to Hoa and Colin
2466         * src/msgcache.c
2467                 Refuse to allocate more than 2 MB for a 
2468                 single field, it's a good indication of
2469                 cache corruption.
2470
2471 2007-01-05 [colin]      2.6.1cvs109
2472
2473         * src/mainwindow.c
2474                 Allow --select'ing emails by Message-ID too
2475
2476 2007-01-05 [colin]      2.6.1cvs108
2477
2478         * src/common/quoted-printable.c
2479                 Uh! Third fix :)
2480
2481 2007-01-05 [colin]      2.6.1cvs107
2482
2483         * src/common/quoted-printable.c
2484                 Fix previous commit about bug 1089
2485                 Thanks to Ralf
2486
2487 2007-01-05 [colin]      2.6.1cvs106
2488
2489         * src/common/quoted-printable.c
2490                 Fix my previous commit on bug 1089
2491                 - Thanks to Ralf :)
2492
2493 2007-01-04 [colin]      2.6.1cvs105
2494
2495         * src/common/quoted-printable.c
2496                 Fix bug 1089, 'NUL characters in Subject 
2497                 line are misinterpreted'. Not a pain to
2498                 fix in fact.
2499
2500 2007-01-04 [colin]      
2501
2502         2.7.0-rc3 released
2503
2504 2007-01-04 [wwp]        2.6.1cvs104
2505
2506         * src/image_viewer.c
2507                 Force operator precedence (fix a compiler warning).
2508
2509 2007-01-04 [colin]      2.6.1cvs103
2510
2511         * src/image_viewer.c
2512                 Be cautious there too (same fix as the one
2513                 in textview from cvs33)
2514         * src/messageview.c
2515                 Don't use any MimeViewer plugin when showing
2516                 all headers
2517
2518 2007-01-03 [wwp]        2.6.1cvs102
2519
2520         * src/html.c
2521         * src/html.h
2522                 fixed "cent" sign (use the existing ASCII one),
2523                 decode more HTML entities,
2524                 converted table ASCII entries to UTF-8,
2525                 moved a switch() into a hashtable.
2526
2527 2007-01-03 [paul]       2.6.1cvs101
2528
2529         * src/compose.c
2530         * src/messageview.c
2531         * src/procmsg.c
2532         * src/procmsg.h
2533                 When possible, use move_msg instead of
2534                 copy_msg + remove_msg to move sent mail
2535                 from Queue to Sent. 
2536
2537 2007-01-03 [paul]       2.6.1cvs100
2538
2539         * src/html.c
2540                 add more html entity recognition:
2541                 pounds, euros, and cents
2542
2543 2007-01-03 [colin]      2.6.1cvs99
2544
2545         * src/imap_gtk.c
2546                 Don't display an error on NOSELECT
2547                 folders when synchronising
2548
2549 2007-01-03 [paul]       2.6.1cvs98
2550
2551         * tools/maildir2claws-mail.pl
2552                 only substitute 'sent-mail' if it's
2553                 the full directory name
2554
2555 2007-01-03 [paul]       2.6.1cvs97
2556
2557         * ChangeLog
2558         * ChangeLog.pre2.0.0
2559         * Makefile.am
2560                 archive a chunk of ChangeLog in
2561                 ChangeLog.pre2.0.0
2562         * ChangeLog.gtk1
2563         * doc/src/ChangeLog.claws-pre0.8.0
2564                 remove ChangeLog.claws-pre0.8.0, adding
2565                 its contents to ChangeLog.gtk1
2566
2567 2007-01-03 [paul]       2.6.1cvs96
2568
2569         * src/account.c
2570         * src/account.h
2571         * src/action.c
2572         * src/action.h
2573         * src/adbookbase.h
2574         * src/addr_compl.c
2575         * src/addr_compl.h
2576         * src/addrbook.c
2577         * src/addrcache.c
2578         * src/addrcache.h
2579         * src/addrcindex.c
2580         * src/addrcindex.h
2581         * src/addrclip.c
2582         * src/addrclip.h
2583         * src/addrdefs.h
2584         * src/addressadd.c
2585         * src/addressadd.h
2586         * src/addressbook.c
2587         * src/addressbook.h
2588         * src/addressbook_foldersel.c
2589         * src/addressbook_foldersel.h
2590         * src/addrgather.c
2591         * src/addrgather.h
2592         * src/addrharvest.c
2593         * src/addrharvest.h
2594         * src/addrindex.c
2595         * src/addrindex.h
2596         * src/addritem.c
2597         * src/addritem.h
2598         * src/addrquery.c
2599         * src/addrquery.h
2600         * src/addrselect.c
2601         * src/addrselect.h
2602         * src/alertpanel.c
2603         * src/alertpanel.h
2604         * src/browseldap.c
2605         * src/browseldap.h
2606         * src/codeconv.c
2607         * src/codeconv.h
2608         * src/compose.c
2609         * src/compose.h
2610         * src/customheader.c
2611         * src/customheader.h
2612         * src/displayheader.c
2613         * src/displayheader.h
2614         * src/editaddress.c
2615         * src/editaddress.h
2616         * src/editbook.c
2617         * src/editbook.h
2618         * src/editgroup.c
2619         * src/editgroup.h
2620         * src/editjpilot.c
2621         * src/editjpilot.h
2622         * src/editldap.c
2623         * src/editldap.h
2624         * src/editldap_basedn.c
2625         * src/editldap_basedn.h
2626         * src/editvcard.c
2627         * src/editvcard.h
2628         * src/exphtmldlg.c
2629         * src/exphtmldlg.h
2630         * src/expldifdlg.c
2631         * src/expldifdlg.h
2632         * src/export.c
2633         * src/export.h
2634         * src/exporthtml.c
2635         * src/exporthtml.h
2636         * src/exportldif.c
2637         * src/exportldif.h
2638         * src/filtering.c
2639         * src/filtering.h
2640         * src/folder.c
2641         * src/folder.h
2642         * src/folder_item_prefs.c
2643         * src/folder_item_prefs.h
2644         * src/foldersel.c
2645         * src/foldersel.h
2646         * src/folderutils.c
2647         * src/folderutils.h
2648         * src/folderview.c
2649         * src/folderview.h
2650         * src/grouplistdialog.c
2651         * src/grouplistdialog.h
2652         * src/headerview.c
2653         * src/html.c
2654         * src/html.h
2655         * src/image_viewer.c
2656         * src/image_viewer.h
2657         * src/imap.c
2658         * src/imap.h
2659         * src/imap_gtk.c
2660         * src/imap_gtk.h
2661         * src/import.c
2662         * src/import.h
2663         * src/importldif.c
2664         * src/importldif.h
2665         * src/importmutt.c
2666         * src/importmutt.h
2667         * src/importpine.c
2668         * src/importpine.h
2669         * src/inc.c
2670         * src/inc.h
2671         * src/jpilot.c
2672         * src/jpilot.h
2673         * src/ldapctrl.c
2674         * src/ldapctrl.h
2675         * src/ldaplocate.c
2676         * src/ldaplocate.h
2677         * src/ldapquery.c
2678         * src/ldapquery.h
2679         * src/ldapserver.c
2680         * src/ldapserver.h
2681         * src/ldaputil.c
2682         * src/ldaputil.h
2683         * src/ldif.c
2684         * src/ldif.h
2685         * src/main.c
2686         * src/main.h
2687         * src/mainwindow.c
2688         * src/mainwindow.h
2689         * src/manual.c
2690         * src/manual.h
2691         * src/mbox.c
2692         * src/message_search.c
2693         * src/message_search.h
2694         * src/messageview.c
2695         * src/messageview.h
2696         * src/mh.c
2697         * src/mh.h
2698         * src/mh_gtk.c
2699         * src/mh_gtk.h
2700         * src/mimeview.c
2701         * src/mimeview.h
2702         * src/msgcache.c
2703         * src/msgcache.h
2704         * src/mutt.c
2705         * src/mutt.h
2706         * src/news.c
2707         * src/news.h
2708         * src/news_gtk.c
2709         * src/news_gtk.h
2710         * src/partial_download.c
2711         * src/partial_download.h
2712         * src/pine.c
2713         * src/pine.h
2714         * src/pop.c
2715         * src/pop.h
2716         * src/prefs_account.c
2717         * src/prefs_account.h
2718         * src/prefs_actions.c
2719         * src/prefs_actions.h
2720         * src/prefs_common.c
2721         * src/prefs_common.h
2722         * src/prefs_compose_writing.c
2723         * src/prefs_compose_writing.h
2724         * src/prefs_customheader.c
2725         * src/prefs_customheader.h
2726         * src/prefs_display_header.c
2727         * src/prefs_display_header.h
2728         * src/prefs_filtering.c
2729         * src/prefs_filtering.h
2730         * src/prefs_filtering_action.c
2731         * src/prefs_filtering_action.h
2732         * src/prefs_folder_column.c
2733         * src/prefs_folder_column.h
2734         * src/prefs_folder_item.c
2735         * src/prefs_folder_item.h
2736         * src/prefs_fonts.c
2737         * src/prefs_fonts.h
2738         * src/prefs_gtk.c
2739         * src/prefs_gtk.h
2740         * src/prefs_image_viewer.c
2741         * src/prefs_image_viewer.h
2742         * src/prefs_matcher.c
2743         * src/prefs_matcher.h
2744         * src/prefs_message.c
2745         * src/prefs_msg_colors.c
2746         * src/prefs_msg_colors.h
2747         * src/prefs_other.c
2748         * src/prefs_quote.c
2749         * src/prefs_receive.c
2750         * src/prefs_send.c
2751         * src/prefs_spelling.c
2752         * src/prefs_spelling.h
2753         * src/prefs_summaries.c
2754         * src/prefs_summaries.h
2755         * src/prefs_summary_column.c
2756         * src/prefs_summary_column.h
2757         * src/prefs_template.c
2758         * src/prefs_template.h
2759         * src/prefs_themes.c
2760         * src/prefs_themes.h
2761         * src/prefs_toolbar.c
2762         * src/prefs_toolbar.h
2763         * src/prefs_wrapping.c
2764         * src/prefs_wrapping.h
2765         * src/privacy.c
2766         * src/privacy.h
2767         * src/procheader.c
2768         * src/procheader.h
2769         * src/procmime.c
2770         * src/procmime.h
2771         * src/procmsg.c
2772         * src/procmsg.h
2773         * src/quote_fmt.c
2774         * src/quote_fmt_parse.y
2775         * src/recv.c
2776         * src/recv.h
2777         * src/remotefolder.c
2778         * src/remotefolder.h
2779         * src/send_message.c
2780         * src/send_message.h
2781         * src/setup.c
2782         * src/setup.h
2783         * src/sourcewindow.c
2784         * src/sourcewindow.h
2785         * src/ssl_manager.c
2786         * src/ssl_manager.h
2787         * src/statusbar.c
2788         * src/statusbar.h
2789         * src/stock_pixmap.c
2790         * src/stock_pixmap.h
2791         * src/summary_search.c
2792         * src/summary_search.h
2793         * src/summaryview.c
2794         * src/summaryview.h
2795         * src/textview.c
2796         * src/textview.h
2797         * src/toolbar.c
2798         * src/toolbar.h
2799         * src/undo.c
2800         * src/undo.h
2801         * src/unmime.c
2802         * src/unmime.h
2803         * src/vcard.c
2804         * src/vcard.h
2805         * src/wizard.c
2806         * src/wizard.h
2807         * src/common/base64.c
2808         * src/common/base64.h
2809         * src/common/defs.h
2810         * src/common/hooks.c
2811         * src/common/hooks.h
2812         * src/common/log.c
2813         * src/common/log.h
2814         * src/common/mgutils.c
2815         * src/common/mgutils.h
2816         * src/common/nntp.c
2817         * src/common/nntp.h
2818         * src/common/passcrypt.c
2819         * src/common/passcrypt.h.in
2820         * src/common/plugin.c
2821         * src/common/plugin.h
2822         * src/common/prefs.c
2823         * src/common/prefs.h
2824         * src/common/progressindicator.c
2825         * src/common/progressindicator.h
2826         * src/common/quoted-printable.c
2827         * src/common/quoted-printable.h
2828         * src/common/session.c
2829         * src/common/session.h
2830         * src/common/smtp.c
2831         * src/common/smtp.h
2832         * src/common/socket.c
2833         * src/common/socket.h
2834         * src/common/ssl.c
2835         * src/common/ssl.h
2836         * src/common/ssl_certificate.c
2837         * src/common/ssl_certificate.h
2838         * src/common/stringtable.c
2839         * src/common/stringtable.h
2840         * src/common/template.c
2841         * src/common/template.h
2842         * src/common/timing.h
2843         * src/common/utils.c
2844         * src/common/utils.h
2845         * src/common/version.h.in
2846         * src/common/xml.c
2847         * src/common/xml.h
2848         * src/common/xmlprops.c
2849         * src/common/xmlprops.h
2850         * src/gtk/about.c
2851         * src/gtk/colorlabel.c
2852         * src/gtk/colorsel.c
2853         * src/gtk/colorsel.h
2854         * src/gtk/combobox.c
2855         * src/gtk/combobox.h
2856         * src/gtk/description_window.c
2857         * src/gtk/description_window.h
2858         * src/gtk/filesel.c
2859         * src/gtk/filesel.h
2860         * src/gtk/foldersort.c
2861         * src/gtk/foldersort.h
2862         * src/gtk/gtksctree.c
2863         * src/gtk/gtkutils.c
2864         * src/gtk/gtkutils.h
2865         * src/gtk/inputdialog.c
2866         * src/gtk/inputdialog.h
2867         * src/gtk/logwindow.c
2868         * src/gtk/logwindow.h
2869         * src/gtk/manage_window.c
2870         * src/gtk/manage_window.h
2871         * src/gtk/menu.c
2872         * src/gtk/menu.h
2873         * src/gtk/pluginwindow.c
2874         * src/gtk/pluginwindow.h
2875         * src/gtk/prefswindow.c
2876         * src/gtk/prefswindow.h
2877         * src/gtk/progressdialog.c
2878         * src/gtk/progressdialog.h
2879         * src/gtk/sslcertwindow.c
2880         * src/gtk/sslcertwindow.h
2881         * src/plugins/bogofilter/bogofilter.c
2882         * src/plugins/bogofilter/bogofilter.h
2883         * src/plugins/bogofilter/bogofilter_gtk.c
2884         * src/plugins/clamav/clamav_plugin.c
2885         * src/plugins/clamav/clamav_plugin.h
2886         * src/plugins/clamav/clamav_plugin_gtk.c
2887         * src/plugins/demo/demo.c
2888         * src/plugins/dillo_viewer/dillo_prefs.c
2889         * src/plugins/dillo_viewer/dillo_prefs.h
2890         * src/plugins/dillo_viewer/dillo_viewer.c
2891         * src/plugins/pgpcore/passphrase.c
2892         * src/plugins/pgpcore/passphrase.h
2893         * src/plugins/pgpcore/pgp_viewer.c
2894         * src/plugins/pgpcore/pgp_viewer.h
2895         * src/plugins/pgpcore/plugin.c
2896         * src/plugins/pgpcore/select-keys.c
2897         * src/plugins/pgpcore/select-keys.h
2898         * src/plugins/pgpcore/sgpgme.c
2899         * src/plugins/pgpcore/sgpgme.h
2900         * src/plugins/pgpinline/pgpinline.c
2901         * src/plugins/pgpinline/pgpinline.h
2902         * src/plugins/pgpinline/plugin.c
2903         * src/plugins/pgpmime/pgpmime.c
2904         * src/plugins/pgpmime/pgpmime.h
2905         * src/plugins/pgpmime/plugin.c
2906         * src/plugins/spamassassin/spamassassin.c
2907         * src/plugins/spamassassin/spamassassin.h
2908         * src/plugins/spamassassin/spamassassin_gtk.c
2909         * src/plugins/trayicon/trayicon.c
2910                 it's 2007, update the year in the copyright headers
2911
2912 2007-01-03 [paul]       2.6.1cvs95
2913
2914         * src/gtk/about.c
2915                 it is 2007, use it in the copyright string
2916
2917 2007-01-03 [paul]       2.6.1cvs94
2918
2919         * src/html.c
2920                 html entity conversion:
2921                 move &#153; to a more suitable place
2922                 add &bull; and &ndash;
2923                 make sure &mdash; and &#8212; are both
2924                 converted the same
2925
2926 2007-01-02 [colin]      2.6.1cvs93
2927
2928         * src/addrbook.c
2929                 Fix leak
2930         * src/common/plugin.c
2931                 Add comment
2932         * src/etpan/imap-thread.c
2933                 Fix warning
2934
2935 2006-12-31 [paul]       2.6.1cvs92
2936
2937         * src/prefs_summaries.c
2938                 use gtk_button_new_from_stock()
2939
2940 2006-12-30 [colin]      2.6.1cvs91
2941
2942         * src/folder.c
2943         * src/imap_gtk.c
2944         * src/mh_gtk.c
2945                 Don't update filtering and account paths 
2946                 when copying folders
2947
2948 2006-12-30 [colin]      2.6.1cvs90
2949
2950         * src/prefs_compose_writing.c
2951         * src/prefs_quote.c
2952         * src/prefs_template.c
2953                 Use message font for Writing and 
2954                 Quoting prefs, as well as Templates.
2955
2956 2006-12-30 [colin]      2.6.1cvs89
2957
2958         * src/prefs_summaries.c
2959                 Rework GUI; patch by Pawel
2960
2961 2006-12-29 [colin]      2.6.1cvs88
2962
2963         * src/prefs_folder_item.c
2964                 Fix bug 1085, 'Apply to subfolder 
2965                 doesn't work' - I was mistaken saying
2966                 it worked in every case
2967
2968 2006-12-28 [colin]      2.6.1cvs87
2969
2970         * src/gtk/gtkaspell.c
2971                 Don't assert if use_alternate is true
2972                 and alt_dictionary isn't set -- this 
2973                 is what happens on upgrade! Rather,
2974                 do with it.
2975
2976 2006-12-28 [colin]      2.6.1cvs86
2977
2978         * Makefile.am
2979                 Fix desktop/icon simplification
2980
2981 2006-12-28 [colin]      2.6.1cvs85
2982
2983         * Makefile.am
2984                 Make desktop and icon not 
2985                 dependant on the desktop
2986
2987 2006-12-28 [wwp]        2.6.1cvs84
2988
2989         * src/plugins/pgpmime/claws.def
2990                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
2991
2992 2006-12-28 [wwp]        2.6.1cvs83
2993
2994         * src/prefs_folder_item.c
2995                 Fix coloring of "simplify subject regexp" (folder prefs),
2996                 which might be left to red whereas the regexp gets empty.
2997
2998 2006-12-28 [wwp]        2.6.1cvs82
2999
3000         * src/prefs_common.c
3001         * src/prefs_common.h
3002         * src/addressbook.c
3003         * src/addressitem.h
3004                 Save addressbook mainwindow's horizontal and vertical splitter position.
3005
3006 2006-12-27 [wwp]        2.6.1cvs81
3007
3008         * src/gtk/gtkaspell.c
3009         * src/gtk/gtkaspell.h
3010         * src/compose.c
3011                 Fix assignment of compose's default and alternate dictionary from
3012                 account or folder settings. Now gtkaspell_change_dict does rotate
3013                 dicts only when it's called from a menu cb.
3014
3015 2006-12-27 [wwp]        2.6.1cvs80
3016
3017         * src/folder_item_prefs.c
3018                 Fix randomly initialized default-alt-dictionary (folder prefs),
3019                 complete 2.6.1cvs72.
3020
3021 2006-12-27 [paul]       2.6.1cvs79
3022
3023         * src/imap_gtk.c
3024         * src/mh_gtk.c
3025                 Add Copy folder in the folder's contextual
3026                 menu
3027
3028 2006-12-27 [wwp]        2.6.1cvs78
3029
3030         * src/imap.c
3031                 Clean up session locking, thanks to Colin.
3032
3033 2006-12-26 [colin]      2.6.1cvs77
3034
3035         * src/statusbar.c
3036                 Revert previous patch
3037
3038 2006-12-26 [colin]      2.6.1cvs76
3039
3040         * src/folder.c
3041         * src/folderview.c
3042         * src/imap.c
3043         * src/statusbar.c
3044         * src/etpan/imap-thread.c
3045                 Fix previous commit warnings
3046                 Make statusbar update every second if total < 20
3047                 Make IMAP APPEND faster by simplifying log              
3048
3049 2006-12-26 [colin]      2.6.1cvs75
3050
3051         * src/folder.c
3052         * src/folder.h
3053         * src/folderview.c
3054         * src/folderview.h
3055         * src/imap_gtk.c
3056         * src/mh_gtk.c
3057                 Make it possible to copy folders accross
3058                 mailboxes (this was an arbitrary limitation).
3059                 Still make it impossible to move folders 
3060                 accross mailboxes.
3061
3062 2006-12-26 [colin]      2.6.1cvs74
3063
3064         * src/etpan/imap-thread.c
3065                 Fix bug 1081, 'claws-mail 
3066                 segfaults when going offline 
3067                 while it transfers mails via 
3068                 imap'
3069
3070 2006-12-26 [colin]      2.6.1cvs73
3071
3072         * src/folder_item_prefs.c
3073                 Don't forget alt dictionary when
3074                 renaming/moving folders
3075
3076 2006-12-26 [wwp]        2.6.1cvs72
3077
3078         * src/folder_item_prefs.c
3079                 Add missing defaults for per-folder alt dict
3080                 (forgotten in 2.6.1cvs61).
3081
3082 2006-12-26 [colin]      2.6.1cvs71
3083
3084         * src/wizard.c
3085                 Add tooltip to state that specifying
3086                 full path to mailbox is possible
3087
3088 2006-12-26 [wwp]        2.6.1cvs70
3089
3090         * src/partial_download.c
3091         * src/gtk/gtkvscrollbutton.c
3092         * src/plugins/pgpinline/plugin.c
3093                 Fix for few compiler warnings that matter.
3094
3095 2006-12-25 [colin]      2.6.1cvs69
3096
3097         * src/partial_download.c
3098                 Fix marking for download or deletion
3099                 when the header isn't the first
3100         * src/gtk/logwindow.c
3101                 Fix start of scrolling
3102
3103 2006-12-23 [paul]       2.6.1cvs68
3104
3105         * src/compose.c
3106                 change last commit to use the 'academic'
3107                 method instead. Thanks to wwp
3108
3109 2006-12-23 [paul]       2.6.1cvs67
3110
3111         * src/compose.c
3112                 don't warn about empty subject when
3113                 redirecting
3114
3115 2006-12-22 [colin]      2.6.1cvs66
3116
3117         * src/summary_search.c
3118                 Fix previous patch
3119
3120 2006-12-22 [colin]      2.6.1cvs65
3121
3122         * src/gtk/gtkutils.c
3123         * src/imap.c
3124         * src/jpilot.c
3125         * src/summary_search.c
3126                 A few warning fixes
3127
3128 2006-12-23 [paul]       
3129
3130         2.7.0-rc2 released
3131
3132 2006-12-22 [colin]      2.6.1cvs64
3133
3134         * src/toolbar.c
3135         * src/toolbar.h
3136                 Add a combo to the learn spam button
3137         * src/plugins/bogofilter/bogofilter.c
3138         * src/plugins/bogofilter/bogofilter_gtk.c
3139         * src/plugins/bogofilter/bogofilter.h
3140                 Allow to store Unsure mails in a specific
3141                 folder to make better teaching easier
3142
3143 2006-12-21 [wwp]        2.6.1cvs63
3144
3145         * src/compose.c
3146         * src/prefs_common.c
3147         * src/prefs_common.h
3148         * src/prefs_spelling.c
3149         * src/gtk/gtkaspell.c
3150         * src/gtk/gtkaspell.h
3151                 Allow spell-checking using both current and alternate dictionaries
3152                 (thanks to Colin).
3153
3154 2006-12-21 [wwp]        2.6.1cvs62
3155
3156         * src/gtk/gtkaspell.c
3157                 Apply recheck_when_changing_dict (highlight all mispelled words)
3158                 when switching to alternate dictionary.
3159
3160 2006-12-21 [wwp]        2.6.1cvs61
3161
3162         * src/compose.c
3163         * src/folder_item_prefs.h
3164         * src/prefs_common.c
3165         * src/prefs_common.h
3166         * src/prefs_folder_item.c
3167         * src/prefs_spelling.c
3168         * src/gtk/gtkaspell.c
3169         * src/gtk/gtkaspell.h
3170                 Add global and per-folder prefs to set the default
3171                 alternate dictionary.
3172
3173 2006-12-21 [colin]      2.6.1cvs60
3174
3175         * src/folder.c
3176                 Look for folders by path in all folders
3177         * src/html.c
3178                 add &mdash;
3179
3180 2006-12-20 [colin]      2.6.1cvs59
3181
3182         * src/gtk/quicksearch.c
3183                 Make sure in_typing is false when clearing
3184
3185 2006-12-20 [wwp]        2.6.1cvs58
3186
3187         * configure.ac
3188                 change manual's target dir to be LFH-compliant (thanks to Colin).
3189
3190 2006-12-20 [wwp]        2.6.1cvs57
3191
3192         * src/prefs_common.c
3193         * src/prefs_summaries.c
3194                 i18n fix and factorize patch, thanks to Fabien.
3195
3196 2006-12-20 [paul]       2.6.1cvs56
3197
3198         * configure.ac
3199                 last of the renaming (??)
3200         * src/main.c
3201                 correct --help info of --status-full
3202         * src/plugins/bogofilter/bogofilter.c
3203                 make FALSE default of whitelist_ab
3204
3205 2006-12-19 [colin]      2.6.1cvs55
3206
3207         * src/jpilot.c
3208                 Same as before, without depending on
3209                 pisock >= 0.12
3210
3211 2006-12-19 [colin]      2.6.1cvs54
3212
3213         * src/jpilot.c
3214                 Fix bug 1059, 'Better jpilot charset 
3215                 handling'. Use libpisync's charset conversion
3216                 if possible
3217
3218 2006-12-19 [colin]      2.6.1cvs53
3219
3220         * po/fr.po
3221                 Updated by Fabien
3222
3223 2006-12-19 [wwp]        2.6.1cvs52
3224
3225         * src/gtk/about.c
3226                 Add missing #include (thanks to Colin).
3227
3228 2006-12-19 [wwp]        2.6.1cvs51
3229
3230         * src/prefs_receive.c
3231                 Better spacing between widgets in prefs.
3232
3233 2006-12-18 [colin]      2.6.1cvs50
3234
3235         * src/imap.c
3236                 Fix failure to get separator on LIST "" ""
3237                 Try LIST "" "INBOX" too.
3238
3239 2006-12-18 [wwp]        2.6.1cvs49
3240
3241         * src/common/session.c
3242                 Fix a compiler warning (thanks to Fabien).
3243
3244 2006-12-18 [wwp]        2.6.1cvs48
3245
3246         * src/compose.c
3247         * src/prefs_quote.c
3248                 Factorize some strings for translation (it's about error
3249                 messages when applying or checking template/quote format).
3250
3251 2006-12-18 [colin]      2.6.1cvs47
3252
3253         * Makefile.am
3254         * src/common/defs.h
3255         * src/gtk/Makefile.am
3256         * src/gtk/about.c
3257                 Add a Release notes tab from the contents of
3258                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
3259
3260 2006-12-17 [colin]      2.6.1cvs46
3261
3262         * src/mimeview.c
3263         * src/textview.c
3264         * src/gtk/filesel.c
3265                 Correctly convert from/to UTF8/filename encoding
3266                 when loading and saving files. Probably fixes
3267                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
3268                 for a file to attach and is blocked...'
3269
3270 2006-12-17 [colin]      2.6.1cvs45
3271
3272         * src/gtk/logwindow.c
3273                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
3274                 IMAP folder and is blocked on main thread': 
3275                 make sure we put utf8 in the log.
3276
3277 2006-12-16 [colin]      2.6.1cvs44
3278
3279         * src/toolbar.c
3280         * src/toolbar.h
3281                 Fix bug 1055, 'Add the 'cancel receive' 
3282                 in the available events for the toolbar buttons'
3283
3284 2006-12-16 [colin]      2.6.1cvs43
3285
3286         * po/POTFILES.in
3287         * src/imap.c
3288         * src/common/nntp.c
3289         * src/common/session.c
3290                 Log error when SSL handshakes fail. 
3291                 Fixes bug 1082, 'incorrect / imprecise 
3292                 error message when imap server provides 
3293                 ssl only through STARTTLS but SSL is 
3294                 selected'
3295
3296 2006-12-15 [wwp]        2.6.1cvs42
3297
3298         * src/plugins/bogofilter/bogofilter_gtk.c
3299                 set proper sensitivity to widgets I've recently added.
3300
3301 2006-12-15 [colin]      
3302
3303         2.7.0-rc1 released
3304
3305 2006-12-15 [wwp]        2.6.1cvs41
3306
3307         * src/plugins/bogofilter/bogofilter.c
3308         * src/plugins/bogofilter/bogofilter.h
3309         * src/plugins/bogofilter/bogofilter_gtk.c
3310                 bogofilter's whitelist can now use a subset of
3311                 the addressbook (either a book, a subfolder of a book,
3312                 or the whole addressbook by using "Any"). Re-used there
3313                 some pref_matcher widgets and mechanisms to match a subset
3314                 of the addressbook.
3315
3316 2006-12-15 [wwp]        2.6.1cvs40
3317
3318         * src/wizard.c
3319         * src/common/plugin.c
3320         * src/common/plugin.h
3321         * src/gtk/about.c
3322         * src/plugins/bogofilter/bogofilter.c
3323         * src/plugins/clamav/clamav_plugin.c
3324         * src/plugins/demo/demo.c
3325         * src/plugins/dillo_viewer/dillo_viewer.c
3326         * src/plugins/pgpcore/plugin.c
3327         * src/plugins/pgpinline/plugin.c
3328         * src/plugins/pgpmime/plugin.c
3329         * src/plugins/spamassassin/spamassassin.c
3330         * src/plugins/trayicon/trayicon.c
3331                 factorize some translatable strings (plugins-related),
3332                 fix missing punctuation in several places,
3333                 remove useless translatable \n in about.c,
3334                 and factorize plugin init code w/ a new function
3335                 check_plugin_version() in common/plugin.c.
3336                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
3337
3338 2006-12-15 [wwp]        2.6.1cvs39
3339
3340         * src/plugins/bogofilter/bogofilter.c
3341         * src/plugins/bogofilter/bogofilter_gtk.c
3342                 flag whitelisted spams as spam, but don't filter it to the spam
3343                 folder. Thanks to Colin.
3344
3345 2006-12-15 [ticho]      2.6.1cvs38
3346
3347         * src/plugins/bogofilter/bogofilter.c
3348         * src/plugins/bogofilter/bogofilter.h
3349         * src/plugins/bogofilter/bogofilter_gtk.c
3350                 Add option to whitelist senders found in addressbook. Patch by colin.
3351
3352 2006-12-15 [paul]       2.6.1cvs37
3353
3354         * src/folderview.c
3355                 add missing #include "log.h"
3356
3357 2006-12-15 [paul]       2.6.1cvs36
3358
3359         * src/plugins/bogofilter/bogofilter.c
3360         * src/plugins/bogofilter/bogofilter.h
3361         * src/plugins/bogofilter/bogofilter_gtk.c
3362                 Add an option to allow inserting an
3363                 X-Claws-Bogosity header (on MH folders
3364                 only). Patch by Colin
3365
3366 2006-12-14 [colin]      2.6.1cvs35
3367
3368         * src/main.c
3369                 "Yes" should be the default choice for
3370                 migration configuration
3371
3372 2006-12-14 [paul]       2.6.1cvs34
3373
3374         * src/prefs_summaries.c
3375         * manual/advanced.xml
3376                 Unhide mark_as_read_delay
3377
3378 2006-12-14 [paul]       2.6.1cvs33
3379
3380         * src/messageview.c
3381         * src/messageview.h
3382         * src/mimeview.c
3383         * src/mimeview.h
3384         * src/summaryview.c
3385         * src/textview.c
3386         * src/textview.h
3387                 Fix printing of selection
3388                 Fix printing of message parts
3389                 Fix printing of images
3390         * src/gtk/gtksourceprintjob.c
3391                 Fix page count when there are images
3392
3393 2006-12-14 [wwp]        2.6.1cvs32
3394
3395         * src/mainwindow.c
3396         * src/summaryview.c
3397         * src/summaryview.h
3398         * src/gtk/quicksearch.c
3399                 fix quicksearch 'magnify' button status when QS is closed
3400                 using the Escape key, thanks to Colin.
3401
3402 2006-12-14 [wwp]        2.6.1cvs31
3403
3404         * src/mainwindow.c
3405         * src/summaryview.c
3406         * src/summaryview.h
3407         * src/gtk/quicksearch.c
3408                 fix quicksearch 'magnify' button status when QS is closed
3409                 using the Escape key, thanks to Colin.
3410
3411 2006-12-13 [colin]      2.6.1cvs30
3412
3413         * src/ldapquery.c
3414         * src/ldaputil.c
3415                 Use the binary safe version of ldap_get_values,
3416                 to make sure we manipulate null-terminated 
3417                 strings. Maybe fixes bug 1075, 'claws mail 
3418                 segfault when completing ldap adresses'
3419         * src/syldap.c ** REMOVED **
3420         * src/syldap.h ** REMOVED **
3421                 Remove dead files
3422
3423 2006-12-13 [mones]      2.6.1cvs29
3424
3425         * po/es.po
3426                 Fixed piped strings, fixed click translation
3427
3428 2006-12-13 [paul]       2.6.1cvs28
3429
3430         * src/main.c
3431                 don't translate these strings
3432
3433 2006-12-13 [paul]       2.6.1cvs27
3434
3435         * po/en_GB.po
3436                 updated
3437
3438 2006-12-13 [colin]      2.6.1cvs26
3439
3440         * src/main.c
3441         * src/main.h
3442                 Add claws_is_starting()
3443
3444 2006-12-13 [mones]      2.6.1cvs25
3445
3446         * manual/es/advanced.xml
3447         * po/es.po
3448                 Synced manual and updated translation
3449
3450 2006-12-12 [colin]      2.6.1cvs24
3451
3452         * src/wizard.c
3453                 Add an option to use STARTTLS in the
3454                 welcome wizard. Fixes bug 1080, 
3455                 'Using SSL option in wizard for incoming 
3456                 server does not activate SSL with STARTTLS'
3457
3458 2006-12-12 [colin]      2.6.1cvs23
3459
3460         * src/main.c
3461                 Don't exit when there's an incomplete
3462                 mailbox configured - leaves a chance 
3463                 to fix a failing IMAP account. Exit
3464                 if no mailbox at all is loaded (case
3465                 of missing plugin).
3466                 Completes bug 1077's fix (I was wrong
3467                 in this bug's comment #3).
3468
3469 2006-12-12 [colin]      2.6.1cvs22
3470
3471         * src/gtk/menu.h
3472                 Add another menu data type
3473         * src/prefs_account.c
3474                 Complete the completion of bug 1076
3475                 (doesn't lose the pref on apply)
3476
3477 2006-12-12 [paul]       2.6.1cvs21
3478
3479         * src/prefs_account.c
3480                 complete the fix of bug 1076
3481                 also be more verbose with the text
3482
3483 2006-12-12 [paul]       2.6.1cvs20
3484
3485         * src/gtk/combobox.c
3486                 fix compilation warning
3487
3488 2006-12-11 [colin]      2.6.1cvs19
3489
3490         * src/wizard.c
3491                 Document :port in server entry tooltips
3492
3493 2006-12-11 [colin]      2.6.1cvs18
3494
3495         * src/main.c
3496                 Fix compile
3497
3498 2006-12-11 [colin]      2.6.1cvs17
3499
3500         * src/main.c
3501                 Add failing IMAP as a reason for no
3502                 mailbox
3503
3504 2006-12-11 [colin]      2.6.1cvs16
3505
3506         * src/prefs_account.c
3507                 Check for existence of inbox for local
3508                 accounts too
3509         * src/wizard.c
3510                 Allow setting the port to use for servers
3511                 by using the usual "server.example.com:port"
3512                 syntax. Fixes bug 1077, 'sylpheed-claws does 
3513                 not start when IMAP server is unavailable'
3514
3515 2006-12-11 [colin]      2.6.1cvs15
3516
3517         * src/prefs_account.c
3518                 Prevent use of non-existing default inbox
3519
3520 2006-12-11 [colin]      2.6.1cvs14
3521
3522         * src/prefs_account.c
3523                 Fix sensitivity. Fixes bug 1076, 'privacy 
3524                 options are displayed even when pgp plugin 
3525                 not loaded / available'
3526
3527 2006-12-09 [colin]      2.6.1cvs13
3528
3529         * manual/advanced.xml
3530         * src/prefs_common.c
3531         * src/prefs_common.h
3532         * src/common/ssl_certificate.c
3533                 Add a new hidden preference, 'unsafe_ssl_certs',
3534                 which allows to store multiple certificates per
3535                 server/port. This is disabled by default because
3536                 it's less secure (presenting a new certificate
3537                 instead of a changed one raises less alarms).
3538                 This will cause Claws to ask about an unknown
3539                 certificate for people who have used 2.6.1cvs8
3540                 or greater.
3541
3542 2006-12-09 [colin]      2.6.1cvs12
3543
3544         * src/action.c
3545                 Fix cache updating after action
3546
3547 2006-12-07 [wwp]        2.6.1cvs11
3548
3549         * src/compose.c
3550                 fix email address comparison when replying to all
3551                 (avoid replying to ourselves), thanks to Colin.
3552
3553 2006-12-06 [paul]       2.6.1cvs10
3554
3555         * src/addrharvest.c
3556         * src/editldap.c
3557         * src/expldifdlg.c
3558         * src/news.c
3559         * src/toolbar.c
3560         * src/common/utils.c
3561                 ...and more renaming
3562                 Thanks to Colin
3563
3564 2006-12-06 [paul]       2.6.1cvs9
3565
3566         * src/compose.c
3567         * src/messageview.c
3568         * src/procheader.c
3569         * src/procmime.c
3570         * src/procmsg.c
3571         * src/textview.c
3572                 more renaming
3573                 Thanks to Colin
3574
3575 2006-12-06 [colin]      2.6.1cvs8
3576
3577         * src/ssl_manager.c
3578         * src/common/ssl_certificate.c
3579         * src/common/ssl_certificate.h
3580                 Handle multiple certificates per host/port
3581
3582 2006-12-06 [colin]      2.6.1cvs7
3583
3584         * src/etpan/imap-thread.c
3585                 Fix certificate checking on IMAP
3586
3587 2006-12-06 [colin]      2.6.1cvs6
3588
3589         * src/folderview.c
3590                 Fix bug 1072, 'Claws stops fetching newsgroups 
3591                 from server when newsgroup got deleted': continue
3592                 checking other groups
3593
3594 2006-12-05 [wwp]        2.6.1cvs5
3595
3596         * src/message_search.c
3597         * src/summary_search.c
3598         * src/gtk/combobox.c
3599         * src/gtk/combobox.h
3600         * src/gtk/gtkutils.c
3601         * src/gtk/gtkutils.h
3602                 make up and down arrow keys in modern gtk_combo_box_entry widgets
3603                 behave like w/ old comboboxes (summary and message search only).
3604
3605 2006-12-05 [paul]       2.6.1cvs4
3606
3607         * src/wizard.c
3608                 encode headers
3609                 Thanks to Colin
3610
3611 2006-12-05 [paul]       2.6.1cvs3
3612
3613         * tools/README
3614         * tools/textviewer.pl
3615                 script updated and description added
3616
3617 2006-12-04 [colin]      2.6.1cvs2
3618
3619         * src/compose.c
3620                 Run pre-send hook only when checking
3621                 everything
3622
3623 2006-12-04 [paul]       2.6.1cvs1
3624
3625         * NEWS
3626         * README
3627         * RELEASE_NOTES
3628         * configure.ac
3629         * tools/README
3630                 bump up version number following stable release
3631
3632 2006-12-04 [paul]       2.6.0cvs83
3633
3634         * README
3635                 updates and corrections
3636
3637 2006-12-04 [colin]      2.6.0cvs82
3638
3639         * src/common/utils.c
3640                 Probably fix bug 1066, 'Incorrect mailbox 
3641                 size displayed'
3642
3643 2006-12-04 [colin]      2.6.0cvs81
3644
3645         * src/common/utils.c
3646                 Trim tabs from mailcap file too.
3647
3648 2006-12-02 [paul]       2.6.0cvs80
3649
3650         * src/exphtmldlg.c
3651                 fix broken GUI under certain languages
3652         * src/expldifdlg.c
3653                 put the Cancel button to the right
3654
3655 2006-12-01 [paul]       2.6.0cvs79
3656
3657         * tools/Makefile.am
3658                 remove reference to removed file
3659
3660 2006-12-01 [wwp]        2.6.0cvs78
3661
3662         * src/addressbook.c
3663         * src/editaddress.c
3664                 remove forgotten debug statements.
3665
3666 2006-12-01 [wwp]        2.6.0cvs77
3667
3668         * manual/advanced.xml
3669         * manual/fr/advanced.xml
3670         * src/addressbook.c
3671         * src/addressbook.h
3672         * src/addressitem.h
3673         * src/editaddress.c
3674         * src/editaddress.h
3675         * src/prefs_common.c
3676         * src/prefs_common.h
3677         * src/gtk/gtkutils.c
3678         * src/gtk/gtkutils.h
3679                 add a hidden option to allow embedding the editaddress (edit contact details)
3680                 dialog into the addressbook's window. This doesn't change the default
3681                 behaviour.
3682
3683 2006-12-01 [wwp]        2.6.0cvs76
3684
3685         * src/message_search.c
3686         * src/summary_search.c
3687                 fix more focus issues (don't set focus to combobox's entry widget when
3688                 entry's value changed, if entry widget has focus already).
3689
3690 2006-12-01 [wwp]        2.6.0cvs75
3691
3692         * src/gtk/quicksearch.c
3693                 revert last changes to the quicksearch gtk_combo_box, this needs more
3694                 tuning and testing.
3695
3696 2006-12-01 [paul]       2.6.0cvs74
3697
3698         * tools/kdeservicemenu/README
3699         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
3700         * tools/kdeservicemenu/install.sh
3701         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
3702         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
3703                 simplify this stuff, and in so doing,
3704                 fix it. (possibly re-extend it again at
3705                 a later date)
3706
3707 2006-12-01 [wwp]        2.6.0cvs73
3708
3709         * src/gtk/quicksearch.c
3710                 adapt quicksearch code to use modern gtk_combo_box'es.
3711
3712 2006-12-01 [wwp]        2.6.0cvs72
3713
3714         * src/common/defs.h
3715         * src/prefs_common.c
3716         * src/prefs_common.h
3717         * src/message_search.c
3718         * src/summary_search.c
3719         * src/gtk/combobox.c
3720         * src/gtk/combobox.h
3721                 add history combos to all message and summary search fields.
3722
3723 2006-12-01 [wwp]        2.6.0cvs71
3724
3725         * src/summaryview.c
3726                 As the list may change while the mark as read delay
3727                 runs, we can't rely on the 'row' pointer, which can
3728                 be invalid when the timeout is called. As the mark
3729                 as read is only done if the message is still selected,
3730                 use summaryview->selected instead. Thanks to Colin.
3731
3732 2006-11-30 [paul]       2.6.0cvs70
3733
3734         * src/textview.c
3735                 give emphasis to "Sylpheed-Claws"
3736                 as well as "Claws Mail"
3737
3738 2006-11-30 [colin]      2.6.0cvs69
3739
3740         * src/wizard.c
3741                 Put the SSL checkboxes in the receiving
3742                 and sending server pages.
3743
3744 2006-11-29 [colin]      2.6.0cvs68
3745
3746         * src/gtk/gtkutils.c
3747         * src/gtk/gtkvscrollbutton.c
3748                 Revert some deprecated fixes - they seem to
3749                 deprecate stuff as soon as a new one gets out.
3750                 g_object_ref_sink needed glib-2.10.
3751
3752 2006-11-29 [colin]      2.6.0cvs67
3753
3754         * src/common/utils.c
3755                 Create .mailcap if it doesn't exist
3756
3757 2006-11-29 [colin]      2.6.0cvs66
3758
3759         * src/compose.c
3760                 Followup to cvs60: use original list
3761                 of recipients if replying to a mail
3762                 in Sent Drafts or Queue.
3763
3764 2006-11-27 [paul]       2.6.0cvs65
3765
3766         * src/image_viewer.c
3767                 revert the last change for now (it's broken)
3768
3769 2006-11-27 [paul]       2.6.0cvs64
3770
3771         * Makefile.am
3772         * configure.ac
3773         * m4/aclocal-include.m4
3774         * m4/check-type.m4
3775         * src/Makefile.am
3776         * src/addr_compl.c
3777         * src/compose.c
3778         * src/crash.c
3779         * src/export.c
3780         * src/exporthtml.c
3781         * src/exportldif.c
3782         * src/imap.c
3783         * src/import.c
3784         * src/main.c
3785         * src/main.h
3786         * src/matcher.c
3787         * src/mimeview.c
3788         * src/procmsg.c
3789         * src/textview.c
3790         * src/common/Makefile.am
3791         * src/common/claws.c
3792         * src/common/claws.h
3793         * src/common/ssl.c
3794         * src/common/sylpheed.c
3795         * src/common/sylpheed.h
3796         * src/etpan/Makefile.am
3797         * src/gtk/Makefile.am
3798         * src/gtk/claws-marshal.list
3799         * src/gtk/filesel.c
3800         * src/gtk/gtksctree.c
3801         * src/gtk/quicksearch.c
3802         * src/gtk/sylpheed-marshal.list
3803         * src/plugins/bogofilter/bogofilter.c
3804         * src/plugins/bogofilter/bogofilter_gtk.c
3805         * src/plugins/clamav/clamav_plugin.c
3806         * src/plugins/clamav/clamav_plugin_gtk.c
3807         * src/plugins/demo/demo.c
3808         * src/plugins/dillo_viewer/dillo_viewer.c
3809         * src/plugins/pgpcore/Makefile.am
3810         * src/plugins/pgpcore/claws.def
3811         * src/plugins/pgpcore/pgp_viewer.c
3812         * src/plugins/pgpcore/plugin.c
3813         * src/plugins/pgpcore/sylpheed.def
3814         * src/plugins/pgpinline/Makefile.am
3815         * src/plugins/pgpinline/claws.def
3816         * src/plugins/pgpinline/plugin.c
3817         * src/plugins/pgpinline/sylpheed.def
3818         * src/plugins/pgpmime/Makefile.am
3819         * src/plugins/pgpmime/claws.def
3820         * src/plugins/pgpmime/plugin.c
3821         * src/plugins/pgpmime/sylpheed.def
3822         * src/plugins/spamassassin/spamassassin.c
3823         * src/plugins/spamassassin/spamassassin_gtk.c
3824         * src/plugins/trayicon/trayicon.c
3825                 yet more renaming
3826                 remove deprecated gtk_tooltips_set_delay()
3827
3828 2006-11-26 [paul]       2.6.0cvs63
3829
3830         * src/expldifdlg.c
3831         * src/folderview.c
3832         * src/image_viewer.c
3833         * src/mainwindow.c
3834         * src/gtk/gtkutils.c
3835         * src/gtk/gtkvscrollbutton.c
3836         * src/gtk/prefswindow.c
3837         * src/plugins/pgpcore/prefs_gpg.c
3838                 replace more deprecated GTK+ functions
3839
3840 2006-11-26 [paul]       2.6.0cvs62
3841
3842         * src/addr_compl.c
3843         * src/addressbook.c
3844         * src/browseldap.c
3845                 replace deprecated gtk_idle_... functions
3846
3847 2006-11-26 [paul]       2.6.0cvs61
3848
3849         * src/compose.c
3850         * src/folderview.c
3851         * src/inc.c
3852         * src/summaryview.c
3853         * src/gtk/gtkvscrollbutton.c
3854         * src/gtk/quicksearch.c
3855         * src/plugins/pgpcore/passphrase.c
3856                 replace deprecated gtk_timeout_add and
3857                 gtk_timeout_remove
3858
3859 2006-11-26 [paul]       2.6.0cvs60
3860
3861         * src/compose.c
3862                 fix bug that caused the wrong recipient
3863                 to be selected when replying to a msg
3864                 which is From one of our accounts to
3865                 another of our accounts
3866
3867 2006-11-25 [paul]       2.6.0cvs59
3868
3869         * src/summaryview.c
3870                 don't change the From column title to
3871                 To if the To column is visible
3872
3873 2006-11-24 [paul]       2.6.0cvs58
3874
3875         * src/compose.c
3876                 fix bug 1069, 'Sent mails disappear, BCC
3877                 or locking problem?'
3878
3879 2006-11-21 [wwp]        2.6.0cvs57
3880
3881         * src/compose.c
3882                 fix spelling menu when replying (same as 2.3.1cvs39):
3883                 discrepancy between context menu and top menu when
3884                 folder's dictionary isn't the default one.
3885
3886 2006-11-19 [paul]       2.6.0cvs56
3887
3888         * src/summaryview.c
3889                 obey always_show_msg option when
3890                 marking as spam
3891         * src/plugins/bogofilter/bogofilter.c
3892                 fix typo
3893
3894 2006-11-18 [paul]       2.6.0cvs55
3895
3896         * AUTHORS
3897         * README
3898         * debian/copyright
3899         * manual/ack.xml
3900         * manual/es/ack.xml
3901         * manual/fr/ack.xml
3902         * manual/pl/ack.xml
3903         * src/gtk/authors.h
3904         * src/gtk/icon_legend.c
3905         * src/gtk/icon_legend.h
3906         * tools/OOo2claws-mail.pl
3907         * tools/README
3908         * tools/acroread2claws-mail.pl
3909         * tools/claws.i18n.status.pl
3910         * tools/filter_conv.pl
3911         * tools/filter_conv_new.pl
3912         * tools/freshmeat_search.pl
3913         * tools/google_search.pl
3914         * tools/kmail2claws-mail.pl
3915         * tools/kmail2claws-mail_v2.pl
3916         * tools/maildir2claws-mail.pl
3917         * tools/make.themes.project
3918         * tools/multiwebsearch.pl
3919         * tools/outlook2claws-mail.pl
3920         * tools/tb2claws-mail
3921         * tools/kdeservicemenu/README
3922         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
3923                 update mine and wwp's email addresses in
3924                 several places
3925                 Patch by wwp
3926         * src/prefs_compose_writing.c
3927                 set sensitivity on 'new message format' frame
3928
3929 2006-11-17 [paul]       2.6.0cvs54
3930
3931         * src/gtk/about.c
3932                 more reworking of the GUI
3933                 Patch by Fabien Vantard
3934
3935 2006-11-16 [paul]       2.6.0cvs53
3936
3937         * src/gtk/about.c
3938                 set a minimum size for the window, allow
3939                 it to automatically expand as necessary
3940
3941 2006-11-16 [wwp]        2.6.0cvs52
3942
3943         * src/gtk/about.c
3944                 better wrap of copyright info on some systems.
3945
3946 2006-11-16 [paul]       2.6.0cvs51
3947
3948         * src/gtk/about.c
3949                 move the tech info from the upper panel
3950                 to the Info tab
3951                 use a gtk_text_view for the features tab
3952
3953 2006-11-16 [paul]       2.6.0cvs50
3954
3955         * po/Makevars
3956                 update my email address
3957         * src/addressbook.c
3958         * src/compose.c
3959         * src/imap_gtk.c
3960         * src/mh_gtk.c
3961         * src/news_gtk.c
3962         * src/summaryview.c
3963         * src/plugins/trayicon/trayicon.c
3964                 don't offer simple menu separators
3965                 for translation
3966         * src/folderview.c
3967                 add separator between 'mark all read'
3968                 and 'search folder'
3969
3970 2006-11-15 [wwp]        2.6.0cvs49
3971
3972         * src/gtk/authors.h
3973                 updated manuals authors.
3974
3975 2006-11-14 [paul]       2.6.0cvs48
3976
3977         * src/compose.c
3978                 Fix Options/Reply mode after draft save
3979
3980 2006-11-14 [paul]       2.6.0cvs47
3981
3982         * src/Makefile.am
3983                 Fix make DESTDIR=...
3984         * src/mbox.c
3985                 Optimise speed
3986         * src/plugins/pgpinline/pgpinline.c
3987                 Probably fix bug 1061
3988
3989 2006-11-14 [paul]       2.6.0cvs46
3990
3991         * po/Makevars
3992                 enable Q_ macro
3993         * src/Makefile.am
3994         * src/stock_pixmap.c
3995         * src/stock_pixmap.h
3996         * src/gtk/about.c
3997         * src/pixmaps/active.xpm
3998         * src/pixmaps/inactive.xpm
3999                 add a new page, 'Features', to the About dialog
4000                 showing which features are compiled in and which
4001                 are not
4002
4003 2006-11-14 [paul]       2.6.0cvs45
4004
4005         * po/ru.po
4006                 updated by Pavlo Bohmat
4007
4008 2006-11-14 [colin]      2.6.0cvs44
4009
4010         * src/compose.c
4011         * src/inc.c
4012         * src/messageview.c
4013         * src/news.c
4014         * src/pop.c
4015         * src/procmsg.c
4016         * src/gtk/gtkaspell.c
4017                 Fix 64-bit-related warnings
4018         * src/ssl_manager.c
4019                 Fix possible infinite loop
4020         * src/plugins/pgpcore/sgpgme.c
4021                 Remove useless check
4022
4023 2006-11-13 [colin]      2.6.0cvs43
4024
4025         * src/gtk/Makefile.am
4026                 authors.h isn't generated
4027
4028 2006-11-13 [colin]      2.6.0cvs42
4029
4030         * src/plugins/pgpinline/pgpinline.c
4031         * src/plugins/pgpmime/pgpmime.c
4032                 Very probably fix bug 1061, 'crash on 
4033                 opening signed email'. Another cast
4034                 problem
4035
4036 2006-11-13 [colin]      2.6.0cvs41
4037
4038         * src/plugins/pgpcore/sgpgme.c
4039                 Maybe fix bug 1061, 'crash on opening 
4040                 signed email'
4041
4042 2006-11-13 [wwp]        2.6.0cvs40
4043
4044         * src/plugins/pgpinline/pgpinline.c
4045                 fix candidate for bug #1057, thanks to Colin.
4046
4047 2006-11-13 [wwp]        2.6.0cvs39
4048
4049         * src/compose.c
4050         * src/quote_fmt_parse.y
4051                 fix bug 1052: current parser buffer was not always 
4052                 allocated, ptr to this buffer could be returned as 
4053                 NULL whereas no parser error has occurred. in 
4054                 consequence, defining a template body as "%d" 
4055                 (w/o the quotes) for the first time of the instance 
4056                 of claws-mail, was reporting a parser error. make 
4057                 sure that the buffer is always allocated, even to 
4058                 an empty string.
4059                 fix mis-unescaping in compose.:compose_quote_fmt(): 
4060                 unescaping of the fmt string was always done 
4061                 whereas it must be done *only* when receiving 
4062                 quote format strings issued from the prefs 
4063                 (compose new message, reply, forward, redirect 
4064                 formats), *not* when applying templates.  in 
4065                 consequences, applying templates w/ sequences 
4066                 like \\|p{echo} were failing. make sure that 
4067                 unescaping is done only when necessary.
4068
4069 2006-11-12 [colin]      2.6.0cvs38
4070
4071         * po/de.po
4072                 Fix typo (s/KB/MB)
4073
4074 2006-11-12 [colin]      2.6.0cvs37
4075
4076         * src/plugins/pgpinline/pgpinline.c
4077         * src/plugins/pgpmime/pgpmime.c
4078                 Release GPG context at the latest 
4079                 possible moment. Maybe fixes 
4080                 bug 1057, 'crash on sending signed 
4081                 message to a newsgroup'
4082                 
4083
4084 2006-11-12 [colin]      2.6.0cvs36
4085
4086         * src/plugins/pgpcore/sgpgme.c
4087                 Tell a bit more when gpg's status doesn't
4088                 contain any signature
4089
4090 2006-11-12 [colin]      2.6.0cvs35
4091
4092         * src/compose.c
4093                 Fix bug 1060, 'compilation error with 
4094                 Irix's cc'
4095
4096 2006-11-12 [paul]       2.6.0cvs34
4097
4098         * doc/man/claws-mail.1
4099         * src/prefs_gtk.c
4100         * src/plugins/clamav/README
4101         * src/plugins/spamassassin/README
4102         * tools/README
4103         * tools/freshmeat_search.pl
4104         * tools/google_search.pl
4105         * tools/multiwebsearch.pl
4106                 more renaming
4107         * src/plugins/trayicon/trayicon.c
4108                 fix compiliation warning
4109
4110 2006-11-11 [colin]      2.6.0cvs33
4111
4112         * src/folderview.c
4113                 Forbid drag and drop from/to different
4114                 folders of type F_UNKNOWN
4115
4116 2006-11-11 [colin]      2.6.0cvs32
4117
4118         * src/plugins/pgpinline/pgpinline.c
4119                 Fix typo in previous commit:
4120                 - gpgme_new(&ctx);
4121                 + if ((err = gpgme_new(&data->ctx)) ...)
4122
4123 2006-11-11 [colin]      2.6.0cvs31
4124
4125         * src/plugins/pgpinline/pgpinline.c
4126         * src/plugins/pgpmime/pgpmime.c
4127                 Check success after calling gpgme_new
4128                 Maybe fixes bug 1057, 'crash on sending 
4129                 signed message to a newsgroup'
4130
4131 2006-11-11 [colin]      2.6.0cvs30
4132
4133         * src/undo.c
4134                 init undostruct to 0s (from
4135                 valgrind log of bug 1057)
4136
4137 2006-11-10 [colin]      2.6.0cvs29
4138
4139         * src/mainwindow.c
4140                 Set cursor to wait before filtering
4141                 duplicates in all folders
4142         * src/plugins/bogofilter/bogofilter.c
4143         * src/plugins/bogofilter/bogofilter.h
4144         * src/plugins/bogofilter/bogofilter_gtk.c
4145                 Completely thread away the bogofilter
4146                 filtering
4147
4148 2006-11-10 [mones]      2.6.0cvs28
4149
4150         * src/compose.c
4151         * src/compose.h
4152                 added COMPOSE_CHECK_BEFORE_SEND hook
4153
4154 2006-11-10 [paul]       2.6.0cvs27
4155
4156         * src/crash.c
4157                 more renaming
4158                 add libSM to get_compiled_in_features()
4159         * src/main.c
4160                 more renaming
4161
4162 2006-11-10 [colin]      2.6.0cvs26
4163
4164         * src/etpan/imap-thread.c
4165                 Add a reference to libetpan's sasl engine
4166                 so that sasl_done() doesn't get called by
4167                 libetpan, and doesn't break openssl.
4168                 Should fix bug 1053, 'SC fails to reestablish 
4169                 a secure connection'
4170                 Patch by Hoa
4171
4172 2006-11-10 [colin]      2.6.0cvs25
4173
4174         * manual/addrbook.xml
4175         * manual/advanced.xml
4176         * manual/faq.xml
4177         * manual/intro.xml
4178                 Some more renaming
4179
4180 2006-11-09 [colin]      2.6.0cvs24
4181
4182         * src/plugins/bogofilter/bogofilter_gtk.c
4183                 Add comment about annoyance
4184
4185 2006-11-09 [colin]      2.6.0cvs23
4186
4187         * src/plugins/bogofilter/bogofilter.c
4188         * src/plugins/bogofilter/bogofilter_gtk.c
4189                 Prepare things needed to thread bogofilter
4190                 filtering: separate bogo stuff and possible GUI
4191                 stuff. 
4192
4193 2006-11-09 [colin]      2.6.0cvs22
4194
4195         * src/account.c
4196         * src/compose.c
4197                 Search for one of our accounts in Delivered-To
4198                 (helps for auto-account selection when 
4199                  replying/forwarding)
4200         * src/folderview.c
4201         * src/mainwindow.c
4202         * src/mainwindow.h
4203         * src/plugins/trayicon/trayicon.c
4204                 Allow opening a new mail with any account from
4205                 the contextual menu
4206
4207 2006-11-09 [wwp]        2.6.0cvs21
4208
4209         * src/compose.c
4210         * src/prefs_common.c
4211         * src/prefs_common.h
4212         * src/prefs_compose_writing.c
4213                 add a compose new message format (in prefs/compose/writing), it's a
4214                 simple subject+body template to use when opening a new composition
4215                 window. It's similar to the existent reply and forward formats.
4216
4217                 enhanced the template/format % symbols substitution mechanism to
4218                 use current composition window information when % are used in
4219                 the compose new message format or in templates applied to new
4220                 messages (there were useless in that situations before). When
4221                 applied to new messages, %d corresponds to the system time/date.
4222
4223 2006-11-09 [paul]       2.6.0cvs20
4224
4225         * src/gtk/authors.h
4226                 fix last commit
4227
4228 2006-11-09 [paul]       2.6.0cvs19
4229
4230         * src/gtk/authors.h
4231                 keep tje alphabetical order
4232
4233 2006-11-08 [colin]      2.6.0cvs18
4234
4235         * src/etpan/imap-thread.c
4236                 Fix bug 1054, 'Slowness logging big 
4237                 data chunks'
4238
4239 2006-11-08 [paul]       2.6.0cvs17
4240
4241         * tools/Makefile.am
4242                 fix the renaming
4243
4244 2006-11-08 [paul]       2.6.0cvs16
4245
4246         * src/common/defs.h
4247                 update BUGZILLA_URI
4248
4249 2006-11-08 [paul]       2.6.0cvs15
4250
4251         * tools/Makefile.am
4252         * tools/OOo2claws-mail.pl
4253         * tools/OOo2sylpheed.pl
4254         * tools/README
4255         * tools/acroread2claws-mail.pl
4256         * tools/acroread2sylpheed.pl
4257         * tools/kmail2claws-mail.pl
4258         * tools/kmail2claws-mail_v2.pl
4259         * tools/kmail2sylpheed.pl
4260         * tools/kmail2sylpheed_v2.pl
4261         * tools/maildir2claws-mail.pl
4262         * tools/maildir2sylpheed.pl
4263         * tools/nautilus2claws-mail.sh
4264         * tools/nautilus2sylpheed.sh
4265         * tools/outlook2claws-mail.pl
4266         * tools/outlook2sylpheed.pl
4267         * tools/tb2claws-mail
4268         * tools/tb2sylpheed
4269         * tools/tbird2claws.py
4270         * tools/tbird2syl.py
4271         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
4272         * tools/kdeservicemenu/install.sh
4273         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
4274         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
4275         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
4276         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4277         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4278                 renamed (removed, added) tools files
4279
4280 2006-11-08 [paul]       2.6.0cvs14
4281
4282         * src/main.c
4283         * src/common/defs.h
4284                 Migrate sylpheedrc to clawsrc, and fix the standard
4285                 plugins path in the process
4286
4287 2006-11-07 [colin]      2.6.0cvs13
4288
4289         * src/Makefile.am
4290                 Symlink sylpheed-claws relative to 
4291                 claws-mail
4292
4293 2006-11-07 [colin]      2.6.0cvs12
4294
4295         * src/compose.c
4296                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
4297
4298 2006-11-07 [paul]       2.6.0cvs11
4299
4300         * src/gtk/about.c
4301                 Fix a missed occurence of
4302                 Sylpheed-Claws
4303
4304 2006-11-07 [paul]       2.6.0cvs10
4305
4306         * src/Makefile.am
4307                 Fix symlink installation
4308
4309 2006-11-07 [paul]       2.6.0cvs9
4310
4311         * src/Makefile.am
4312                 Symlink claws-mail to sylpheed-claws
4313         * src/common/utils.c
4314                 Fix migrating symlinks
4315         * src/etpan/imap-thread.c
4316                 check certificate only when there's
4317                 no error
4318
4319 2006-11-07 [paul]       2.6.0cvs8
4320
4321         * Makefile.am
4322                 Fix icon breakages with Gtk, which needs a 
4323                 cache updated to see them.
4324
4325 2006-11-07 [paul]       2.6.0cvs7
4326
4327         * .cvsignore
4328         * AUTHORS
4329         * COPYING
4330         * INSTALL
4331         * Makefile.am
4332         * NEWS
4333         * README
4334         * RELEASE_NOTES
4335         * autogen.sh
4336         * claws-mail-128x128.png
4337         * claws-mail-64x64.png
4338         * claws-mail.ico
4339         * claws-mail.pc.in
4340         * claws-mail.png
4341         * configure.ac
4342         * sylpheed-claws-128x128.png
4343         * sylpheed-claws-64x64.png
4344         * sylpheed-claws.desktop
4345         * sylpheed-claws.ico
4346         * sylpheed-claws.pc.in
4347         * sylpheed-claws.png
4348         * debian/README.Debian
4349         * debian/changelog
4350         * debian/claws-mail.desktop
4351         * debian/claws-mail.menu
4352         * debian/claws-mail.postinst.debhelper
4353         * debian/claws-mail.postrm.debhelper
4354         * debian/control
4355         * debian/copyright
4356         * debian/files
4357         * debian/rules
4358         * debian/sylpheed-claws.desktop
4359         * debian/sylpheed-claws.menu
4360         * debian/sylpheed-claws.postinst.debhelper
4361         * debian/sylpheed-claws.postrm.debhelper
4362         * doc/man/Makefile.am
4363         * doc/man/claws-mail.1
4364         * doc/man/sylpheed-claws.1
4365         * doc/src/ChangeLog.claws-pre0.8.0
4366         * manual/Makefile.am
4367         * manual/account.xml
4368         * manual/ack.xml
4369         * manual/addrbook.xml
4370         * manual/advanced.xml
4371         * manual/claws-mail-manual.xml
4372         * manual/faq.xml
4373         * manual/glossary.xml
4374         * manual/handling.xml
4375         * manual/intro.xml
4376         * manual/keyboard.xml
4377         * manual/plugins.xml
4378         * manual/starting.xml
4379         * manual/sylpheed-claws-manual.xml
4380         * manual/xml2pdf
4381         * manual/dist/.cvsignore
4382         * manual/dist/html/.cvsignore
4383         * manual/dist/html/Makefile.am
4384         * manual/dist/pdf/.cvsignore
4385         * manual/dist/pdf/Makefile.am
4386         * manual/dist/ps/.cvsignore
4387         * manual/dist/ps/Makefile.am
4388         * manual/dist/txt/.cvsignore
4389         * manual/dist/txt/Makefile.am
4390         * manual/es/Makefile.am
4391         * manual/es/advanced.xml
4392         * manual/es/claws-mail-manual.xml
4393         * manual/es/faq.xml
4394         * manual/es/glossary.xml
4395         * manual/es/handling.xml
4396         * manual/es/intro.xml
4397         * manual/es/plugins.xml
4398         * manual/es/sylpheed-claws-manual.xml
4399         * manual/es/dist/.cvsignore
4400         * manual/es/dist/html/.cvsignore
4401         * manual/es/dist/html/Makefile.am
4402         * manual/es/dist/pdf/.cvsignore
4403         * manual/es/dist/pdf/Makefile.am
4404         * manual/es/dist/ps/.cvsignore
4405         * manual/es/dist/ps/Makefile.am
4406         * manual/es/dist/txt/.cvsignore
4407         * manual/es/dist/txt/Makefile.am
4408         * manual/fr/Makefile.am
4409         * manual/fr/account.xml
4410         * manual/fr/ack.xml
4411         * manual/fr/addrbook.xml
4412         * manual/fr/advanced.xml
4413         * manual/fr/claws-mail-manual.xml
4414         * manual/fr/faq.xml
4415         * manual/fr/glossary.xml
4416         * manual/fr/handling.xml
4417         * manual/fr/intro.xml
4418         * manual/fr/keyboard.xml
4419         * manual/fr/plugins.xml
4420         * manual/fr/starting.xml
4421         * manual/fr/sylpheed-claws-manual.xml
4422         * manual/fr/dist/.cvsignore
4423         * manual/fr/dist/html/.cvsignore
4424         * manual/fr/dist/html/Makefile.am
4425         * manual/fr/dist/pdf/.cvsignore
4426         * manual/fr/dist/pdf/Makefile.am
4427         * manual/fr/dist/ps/.cvsignore
4428         * manual/fr/dist/ps/Makefile.am
4429         * manual/fr/dist/txt/.cvsignore
4430         * manual/fr/dist/txt/Makefile.am
4431         * manual/pl/Makefile.am
4432         * manual/pl/account.xml
4433         * manual/pl/ack.xml
4434         * manual/pl/addrbook.xml
4435         * manual/pl/advanced.xml
4436         * manual/pl/claws-mail-manual.xml
4437         * manual/pl/faq.xml
4438         * manual/pl/glossary.xml
4439         * manual/pl/handling.xml
4440         * manual/pl/intro.xml
4441         * manual/pl/keyboard.xml
4442         * manual/pl/plugins.xml
4443         * manual/pl/starting.xml
4444         * manual/pl/sylpheed-claws-manual.xml
4445         * manual/pl/dist/.cvsignore
4446         * manual/pl/dist/html/.cvsignore
4447         * manual/pl/dist/html/Makefile.am
4448         * manual/pl/dist/pdf/.cvsignore
4449         * manual/pl/dist/pdf/Makefile.am
4450         * manual/pl/dist/ps/.cvsignore
4451         * manual/pl/dist/ps/Makefile.am
4452         * manual/pl/dist/txt/.cvsignore
4453         * manual/pl/dist/txt/Makefile.am
4454         * po/.cvsignore
4455         * po/Makevars
4456         * src/.cvsignore
4457         * src/Makefile.am
4458         * src/account.c
4459         * src/account.h
4460         * src/action.c
4461         * src/action.h
4462         * src/adbookbase.h
4463         * src/addr_compl.c
4464         * src/addr_compl.h
4465         * src/addrbook.c
4466         * src/addrcache.c
4467         * src/addrcache.h
4468         * src/addrcindex.c
4469         * src/addrcindex.h
4470         * src/addrclip.c
4471         * src/addrclip.h
4472         * src/addrdefs.h
4473         * src/addressadd.c
4474         * src/addressadd.h
4475         * src/addressbook.c
4476         * src/addressbook.h
4477         * src/addressbook_foldersel.c
4478         * src/addressbook_foldersel.h
4479         * src/addrgather.c
4480         * src/addrgather.h
4481         * src/addrharvest.c
4482         * src/addrharvest.h
4483         * src/addrindex.c
4484         * src/addrindex.h
4485         * src/addritem.c
4486         * src/addritem.h
4487         * src/addrquery.c
4488         * src/addrquery.h
4489         * src/addrselect.c
4490         * src/addrselect.h
4491         * src/alertpanel.c
4492         * src/alertpanel.h
4493         * src/browseldap.c
4494         * src/browseldap.h
4495         * src/codeconv.c
4496         * src/codeconv.h
4497         * src/compose.c
4498         * src/crash.c
4499         * src/crash.h
4500         * src/customheader.c
4501         * src/customheader.h
4502         * src/displayheader.c
4503         * src/displayheader.h
4504         * src/editaddress.c
4505         * src/editaddress.h
4506         * src/editbook.c
4507         * src/editbook.h
4508         * src/editgroup.c
4509         * src/editgroup.h
4510         * src/editjpilot.c
4511         * src/editjpilot.h
4512         * src/editldap.c
4513         * src/editldap.h
4514         * src/editldap_basedn.c
4515         * src/editldap_basedn.h
4516         * src/editvcard.c
4517         * src/editvcard.h
4518         * src/exphtmldlg.c
4519         * src/exphtmldlg.h
4520         * src/expldifdlg.c
4521         * src/expldifdlg.h
4522         * src/export.c
4523         * src/exporthtml.c
4524         * src/exporthtml.h
4525         * src/exportldif.c
4526         * src/exportldif.h
4527         * src/filtering.c
4528         * src/filtering.h
4529         * src/folder.c
4530         * src/folder.h
4531         * src/folder_item_prefs.c
4532         * src/folder_item_prefs.h
4533         * src/foldersel.c
4534         * src/foldersel.h
4535         * src/folderutils.c
4536         * src/folderutils.h
4537         * src/folderview.c
4538         * src/folderview.h
4539         * src/grouplistdialog.c
4540         * src/grouplistdialog.h
4541         * src/html.c
4542         * src/html.h
4543         * src/image_viewer.c
4544         * src/image_viewer.h
4545         * src/imap.c
4546         * src/imap.h
4547         * src/imap_gtk.c
4548         * src/imap_gtk.h
4549         * src/import.c
4550         * src/import.h
4551         * src/importldif.c
4552         * src/importldif.h
4553         * src/importmutt.c
4554         * src/importmutt.h
4555         * src/importpine.c
4556         * src/importpine.h
4557         * src/inc.c
4558         * src/inc.h
4559         * src/jpilot.c
4560         * src/jpilot.h
4561         * src/ldapctrl.c
4562         * src/ldapctrl.h
4563         * src/ldaplocate.c
4564         * src/ldaplocate.h
4565         * src/ldapquery.c
4566         * src/ldapquery.h
4567         * src/ldapserver.c
4568         * src/ldapserver.h
4569         * src/ldaputil.c
4570         * src/ldaputil.h
4571         * src/ldif.c
4572         * src/ldif.h
4573         * src/localfolder.c
4574         * src/localfolder.h
4575         * src/main.c
4576         * src/main.h
4577         * src/mainwindow.c
4578         * src/mainwindow.h
4579         * src/manual.c
4580         * src/manual.h
4581         * src/matcher.c
4582         * src/matcher.h
4583         * src/matcher_parser.h
4584         * src/matcher_parser_lex.l
4585         * src/matcher_parser_parse.y
4586         * src/mbox.c
4587         * src/mbox.h
4588         * src/message_search.c
4589         * src/message_search.h
4590         * src/messageview.c
4591         * src/messageview.h
4592         * src/mh.c
4593         * src/mh.h
4594         * src/mh_gtk.c
4595         * src/mh_gtk.h
4596         * src/mimeview.c
4597         * src/mimeview.h
4598         * src/msgcache.c
4599         * src/msgcache.h
4600         * src/mutt.c
4601         * src/mutt.h
4602         * src/news.c
4603         * src/news.h
4604         * src/news_gtk.c
4605         * src/news_gtk.h
4606         * src/noticeview.c
4607         * src/noticeview.h
4608         * src/partial_download.c
4609         * src/partial_download.h
4610         * src/pine.c
4611         * src/pine.h
4612         * src/pop.c
4613         * src/pop.h
4614         * src/prefs_account.c
4615         * src/prefs_account.h
4616         * src/prefs_actions.c
4617         * src/prefs_actions.h
4618         * src/prefs_common.c
4619         * src/prefs_common.h
4620         * src/prefs_compose_writing.c
4621         * src/prefs_compose_writing.h
4622         * src/prefs_customheader.c
4623         * src/prefs_customheader.h
4624         * src/prefs_display_header.c
4625         * src/prefs_display_header.h
4626         * src/prefs_ext_prog.c
4627         * src/prefs_ext_prog.h
4628         * src/prefs_filtering.c
4629         * src/prefs_folder_column.c
4630         * src/prefs_folder_column.h
4631         * src/prefs_folder_item.c
4632         * src/prefs_folder_item.h
4633         * src/prefs_fonts.c
4634         * src/prefs_fonts.h
4635         * src/prefs_gtk.c
4636         * src/prefs_gtk.h
4637         * src/prefs_image_viewer.c
4638         * src/prefs_image_viewer.h
4639         * src/prefs_matcher.c
4640         * src/prefs_matcher.h
4641         * src/prefs_message.c
4642         * src/prefs_message.h
4643         * src/prefs_msg_colors.c
4644         * src/prefs_msg_colors.h
4645         * src/prefs_other.c
4646         * src/prefs_other.h
4647         * src/prefs_quote.c
4648         * src/prefs_quote.h
4649         * src/prefs_receive.c
4650         * src/prefs_receive.h
4651         * src/prefs_send.c
4652         * src/prefs_send.h
4653         * src/prefs_spelling.c
4654         * src/prefs_spelling.h
4655         * src/prefs_summaries.c
4656         * src/prefs_summaries.h
4657         * src/prefs_summary_column.c
4658         * src/prefs_summary_column.h
4659         * src/prefs_template.c
4660         * src/prefs_template.h
4661         * src/prefs_themes.c
4662         * src/prefs_themes.h
4663         * src/prefs_toolbar.c
4664         * src/prefs_toolbar.h
4665         * src/prefs_wrapping.c
4666         * src/prefs_wrapping.h
4667         * src/privacy.c
4668         * src/privacy.h
4669         * src/procheader.c
4670         * src/procheader.h
4671         * src/procmime.c
4672         * src/procmime.h
4673         * src/procmsg.c
4674         * src/procmsg.h
4675         * src/quote_fmt.c
4676         * src/quote_fmt_parse.y
4677         * src/recv.c
4678         * src/recv.h
4679         * src/remotefolder.c
4680         * src/remotefolder.h
4681         * src/send_message.c
4682         * src/send_message.h
4683         * src/setup.c
4684         * src/setup.h
4685         * src/sourcewindow.c
4686         * src/sourcewindow.h
4687         * src/ssl_manager.c
4688         * src/ssl_manager.h
4689         * src/statusbar.c
4690         * src/statusbar.h
4691         * src/stock_pixmap.c
4692         * src/stock_pixmap.h
4693         * src/summary_search.c
4694         * src/summary_search.h
4695         * src/summaryview.c
4696         * src/summaryview.h
4697         * src/syldap.c
4698         * src/syldap.h
4699         * src/textview.c
4700         * src/textview.h
4701         * src/toolbar.c
4702         * src/toolbar.h
4703         * src/undo.c
4704         * src/undo.h
4705         * src/unmime.c
4706         * src/unmime.h
4707         * src/vcard.c
4708         * src/vcard.h
4709         * src/wizard.c
4710         * src/wizard.h
4711         * src/common/base64.c
4712         * src/common/base64.h
4713         * src/common/defs.h
4714         * src/common/hooks.c
4715         * src/common/hooks.h
4716         * src/common/log.c
4717         * src/common/log.h
4718         * src/common/mgutils.c
4719         * src/common/mgutils.h
4720         * src/common/nntp.c
4721         * src/common/nntp.h
4722         * src/common/passcrypt.c
4723         * src/common/passcrypt.h.in
4724         * src/common/plugin.c
4725         * src/common/plugin.h
4726         * src/common/prefs.c
4727         * src/common/prefs.h
4728         * src/common/progressindicator.c
4729         * src/common/progressindicator.h
4730         * src/common/quoted-printable.c
4731         * src/common/quoted-printable.h
4732         * src/common/session.c
4733         * src/common/session.h
4734         * src/common/smtp.c
4735         * src/common/smtp.h
4736         * src/common/socket.c
4737         * src/common/socket.h
4738         * src/common/ssl.c
4739         * src/common/ssl.h
4740         * src/common/stringtable.c
4741         * src/common/stringtable.h
4742         * src/common/sylpheed.c
4743         * src/common/sylpheed.h
4744         * src/common/template.c
4745         * src/common/template.h
4746         * src/common/timing.h
4747         * src/common/utils.c
4748         * src/common/utils.h
4749         * src/common/version.h.in
4750         * src/common/xml.c
4751         * src/common/xml.h
4752         * src/common/xmlprops.c
4753         * src/common/xmlprops.h
4754         * src/gtk/about.c
4755         * src/gtk/colorlabel.c
4756         * src/gtk/colorlabel.h
4757         * src/gtk/colorsel.c
4758         * src/gtk/colorsel.h
4759         * src/gtk/combobox.c
4760         * src/gtk/combobox.h
4761         * src/gtk/description_window.c
4762         * src/gtk/description_window.h
4763         * src/gtk/filesel.c
4764         * src/gtk/filesel.h
4765         * src/gtk/foldersort.c
4766         * src/gtk/foldersort.h
4767         * src/gtk/gtkaspell.c
4768         * src/gtk/gtkaspell.h
4769         * src/gtk/gtksctree.c
4770         * src/gtk/gtkshruler.c
4771         * src/gtk/gtkshruler.h
4772         * src/gtk/gtkutils.c
4773         * src/gtk/gtkutils.h
4774         * src/gtk/icon_legend.c
4775         * src/gtk/icon_legend.h
4776         * src/gtk/logwindow.c
4777         * src/gtk/logwindow.h
4778         * src/gtk/manage_window.c
4779         * src/gtk/manage_window.h
4780         * src/gtk/pluginwindow.c
4781         * src/gtk/pluginwindow.h
4782         * src/gtk/prefswindow.c
4783         * src/gtk/prefswindow.h
4784         * src/gtk/quicksearch.c
4785         * src/gtk/quicksearch.h
4786         * src/pixmaps/claws-mail.xpm
4787         * src/pixmaps/claws-mail_icon.xpm
4788         * src/pixmaps/claws-mail_logo.xpm
4789         * src/pixmaps/sylpheed-claws.xpm
4790         * src/pixmaps/sylpheed-claws_icon.xpm
4791         * src/pixmaps/sylpheed-claws_logo.xpm
4792         * src/plugins/bogofilter/Makefile.am
4793         * src/plugins/bogofilter/bogofilter.c
4794         * src/plugins/bogofilter/bogofilter.h
4795         * src/plugins/bogofilter/bogofilter_gtk.c
4796         * src/plugins/clamav/Makefile.am
4797         * src/plugins/clamav/clamav_plugin.c
4798         * src/plugins/clamav/clamav_plugin.h
4799         * src/plugins/clamav/clamav_plugin_gtk.c
4800         * src/plugins/demo/Makefile.am
4801         * src/plugins/demo/demo.c
4802         * src/plugins/dillo_viewer/Makefile.am
4803         * src/plugins/dillo_viewer/README
4804         * src/plugins/dillo_viewer/dillo_prefs.c
4805         * src/plugins/dillo_viewer/dillo_prefs.h
4806         * src/plugins/dillo_viewer/dillo_viewer.c
4807         * src/plugins/pgpcore/Makefile.am
4808         * src/plugins/pgpcore/passphrase.c
4809         * src/plugins/pgpcore/passphrase.h
4810         * src/plugins/pgpcore/pgp_viewer.c
4811         * src/plugins/pgpcore/pgp_viewer.h
4812         * src/plugins/pgpcore/plugin.c
4813         * src/plugins/pgpcore/prefs_gpg.c
4814         * src/plugins/pgpcore/prefs_gpg.h
4815         * src/plugins/pgpcore/select-keys.c
4816         * src/plugins/pgpcore/select-keys.h
4817         * src/plugins/pgpcore/sgpgme.c
4818         * src/plugins/pgpcore/sgpgme.h
4819         * src/plugins/pgpcore/sylpheed.def
4820         * src/plugins/pgpcore/version.rc
4821         * src/plugins/pgpinline/Makefile.am
4822         * src/plugins/pgpinline/pgpinline.c
4823         * src/plugins/pgpinline/pgpinline.h
4824         * src/plugins/pgpinline/plugin.c
4825         * src/plugins/pgpinline/sylpheed.def
4826         * src/plugins/pgpinline/version.rc
4827         * src/plugins/pgpmime/Makefile.am
4828         * src/plugins/pgpmime/pgpmime.c
4829         * src/plugins/pgpmime/pgpmime.h
4830         * src/plugins/pgpmime/plugin.c
4831         * src/plugins/pgpmime/sylpheed.def
4832         * src/plugins/pgpmime/version.rc
4833         * src/plugins/spamassassin/Makefile.am
4834         * src/plugins/spamassassin/README
4835         * src/plugins/spamassassin/spamassassin.c
4836         * src/plugins/spamassassin/spamassassin.h
4837         * src/plugins/spamassassin/spamassassin_gtk.c
4838         * src/plugins/trayicon/Makefile.am
4839         * src/plugins/trayicon/trayicon.c
4840         * tools/OOo2sylpheed.pl
4841         * tools/README
4842         * tools/README.sylprint
4843         * tools/acroread2sylpheed.pl
4844         * tools/claws.i18n.status.pl
4845         * tools/filter_conv.pl
4846         * tools/filter_conv_new.pl
4847         * tools/freshmeat_search.pl
4848         * tools/google_search.pl
4849         * tools/kmail2sylpheed.pl
4850         * tools/kmail2sylpheed_v2.pl
4851         * tools/make.themes.project
4852         * tools/multiwebsearch.pl
4853         * tools/nautilus2sylpheed.sh
4854         * tools/outlook2sylpheed.pl
4855         * tools/sylprint.pl
4856         * tools/sylprint.rc
4857         * tools/tb2sylpheed
4858         * tools/textviewer.sh
4859         * tools/vcard2xml.py
4860         * tools/kdeservicemenu/README
4861         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
4862         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4863         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4864                 Change name to Claws Mail. Announce to follow...
4865
4866 2006-11-06 [wwp]        2.6.0cvs6
4867
4868         * src/prefs_template.c
4869                 unify messages related to quote format/template errors (fix
4870                 capitalization), again.
4871
4872 2006-11-06 [wwp]        2.6.0cvs5
4873
4874         * src/prefs_quote.c
4875                 unify messages related to quote format/template errors.
4876
4877 2006-11-06 [wwp]        2.6.0cvs4
4878
4879         * src/prefs_msg_colors.c
4880                 more uses of Q_ macro for contextual translations, thanks
4881                 to Fabien (fzzzzz).
4882
4883 2006-11-06 [wwp]        2.6.0cvs3
4884
4885         * src/compose.c
4886         * src/common/utils.c
4887         * src/common/utils.h
4888                 show an alertpanel to make sure users are aware that sensitive
4889                 files are attached (it's file blacklist-based). This will fix
4890                 interaction w/ GoogleEarth for instance, thanks to Colin.
4891
4892 2006-11-06 [wwp]        2.6.0cvs2
4893
4894         * src/prefs_quote.c
4895         * src/prefs_template.c
4896         * src/prefs_template.h
4897                 check quote format when applying/closing prefs. For now this only
4898                 shows up an error dialog box, not preventing the user from using
4899                 a broken quote (reply, forwards) format.
4900
4901 2006-11-06 [wwp]        2.6.0cvs1
4902
4903         * src/prefs_template.c
4904                 fix missing checks of some template fields.
4905
4906 2006-11-06 [paul]       2.6.0
4907
4908         * NEWS
4909         * README
4910         * RELEASE_NOTES
4911                 2.6.0 released
4912
4913 2006-11-06 [paul]       2.5.6cvs22
4914
4915         * manual/advanced.xml
4916         * manual/es/advanced.xml
4917                 put 'respect_flowed_format' info in the correct
4918                 place
4919
4920 2006-11-06 [mones]      2.5.6cvs21
4921
4922         * po/es.po
4923                 Minor fixes for release
4924
4925 2006-11-06 [paul]       2.5.6cvs20
4926
4927         * po/cs.po
4928         * po/de.po
4929         * po/fr.po
4930         * po/it.po
4931         * po/nl.po
4932         * po/pt_BR.po
4933         * po/sk.po
4934         * po/sv.po
4935         * po/zh_CN.po
4936                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
4937                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
4938                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
4939                 Young
4940
4941 2006-11-02 [colin]      2.5.6cvs19
4942
4943         * src/imap.c
4944         * src/imap.h
4945         * src/prefs_account.c
4946         * src/etpan/imap-thread.c
4947                 Add GSSAPI support - fixes Debian bug #383274
4948
4949 2006-11-01 [colin]      2.5.6cvs18
4950
4951         * src/jpilot.c
4952                 Handle libpisock12 support. Probably
4953                 fixes bug 1046, 'jpilot AddressDB.pdb 
4954                 import fail'
4955
4956 2006-11-01 [colin]      2.5.6cvs17
4957
4958         * src/folderutils.c
4959                 debug_print() folderutils_mark_all_read()
4960
4961 2006-11-01 [colin]      2.5.6cvs16
4962
4963         * COPYING
4964                 Add missed files to the Apache exception
4965
4966 2006-10-31 [colin]      2.5.6cvs15
4967
4968         * src/folder.c
4969         * src/folder.h
4970                 Add a copy_private_data() func to FolderClasses
4971                 Doesn't break the feature freeze, because we 
4972                 won't use it (right now) in the core.
4973
4974 2006-10-31 [colin]      2.5.6cvs14
4975
4976         * COPYING
4977                 Allow linking with the Apache licensed files in
4978                 src/plugins/spamassassin. Hopefully fixes 
4979                 bug 1048, 'Spamassassin plugin license problem'
4980
4981 2006-10-31 [wwp]        2.5.6cvs13
4982
4983         * src/compose.c
4984                 fix and optimize trimming of leading linefeeds in body loop.
4985
4986 2006-10-31 [colin]      2.5.6cvs12
4987
4988         * src/etpan/imap-thread.c
4989         * src/imap.c
4990                 Make really sure to have NULL sets in case
4991                 of error
4992
4993 2006-10-30 [wwp]        2.5.6cvs11
4994
4995         * src/prefs_common.c
4996         * src/prefs_common.h
4997         * src/compose.c
4998                 fix broken storage of quote format template when it contains \-escape
4999                 sequences. The application of such sequences is also fixed now (\t
5000                 in quote format will be a real tab instead of a 't', for instance).
5001
5002 2006-10-27 [colin]      2.5.6cvs10
5003
5004         * src/compose.c
5005                 Probably fix bug 1045, 'sylpheed-claws 
5006                 doesn't remove the mail from the IMAP 
5007                 Queue folder after sending'. From
5008                 2.5.6cvs3-stable
5009
5010 2006-10-27 [colin]      2.5.6cvs9
5011
5012         * configure.ac
5013                 Require libetpan-0.48. I'm so annoying,
5014                 I know ;-)
5015
5016 2006-10-27 [colin]      2.5.6cvs8
5017
5018         * src/folder.c
5019         * src/imap.c
5020                 Probably fix bug 1044, 'sylpheed-claws 
5021                 segfaults while moving mails' - Fix relation
5022                 usage when moving to an IMAP mailbox from another
5023                 mailbox
5024
5025 2006-10-26 [paul]       2.5.6cvs7
5026
5027         * src/gtk/about.c
5028                 add libSM to compiled-in features
5029                 list
5030
5031 2006-10-24 [colin]      2.5.6cvs6
5032
5033         * src/textview.c
5034         * src/gtk/gtkutils.c
5035                 Fix crash when printing emails with an
5036                 xface
5037
5038 2006-10-24 [mones]      2.5.6cvs5
5039
5040         * manual/es/advanced.xml
5041                 Synchronize hidden option respect_flowed_format
5042         * po/es.po
5043                 Updated translation
5044
5045 2006-10-21 [paul]       2.5.6cvs4
5046
5047         * src/gtk/authors.h
5048         * src/plugins/pgpcore/pgp_viewer.c
5049         * src/plugins/pgpcore/sgpgme.c
5050                 fix building on BSDs
5051                 Thanks to Michael Hughes
5052                 <Sylpheed-Claws_user@thehugheslogcabin.net>
5053
5054 2006-10-20 [colin]      2.5.6cvs3
5055
5056         * configure.ac
5057                 Bump up libetpan requirement
5058                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
5059         * src/common/utils.c
5060         * src/common/utils.h
5061                 Add convenience get_file_mtime()
5062         * src/imap.c
5063         * src/etpan/imap-thread.c
5064         * src/etpan/imap-thread.h
5065                 Implement UIDPLUS support if the server
5066                 supports it - faster sending in this case
5067
5068 2006-10-19 [colin]      2.5.6cvs2
5069
5070         * src/gtk/quicksearch.c
5071                 Fix emptying in type-ahead+extended mode
5072         * src/mainwindow.c
5073         * src/mainwindow.h
5074                 Add a hook for offline state change
5075         * src/plugins/trayicon/trayicon.c
5076                 Use it to display offline icons
5077         * src/plugins/trayicon/Makefile.am
5078         * src/plugins/trayicon/newmail.offline.xpm
5079         * src/plugins/trayicon/newmarkedmail.offline.xpm
5080         * src/plugins/trayicon/nomail.offline.xpm
5081         * src/plugins/trayicon/unreadmail.offline.xpm
5082         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
5083                 Add the icons
5084
5085 2006-10-12 [paul]       2.5.6cvs1
5086
5087         * NEWS
5088         * README
5089         * configure.ac
5090                 Update version number following
5091                 stable release
5092
5093 2006-10-19 [colin]      2.5.5cvs18
5094
5095         * manual/handling.xml
5096                 Add type-ahead search
5097
5098 2006-10-18 [colin]      2.5.5cvs17
5099
5100         * src/gtk/quicksearch.c
5101                 Remove "save to history only if there's
5102                 no syntax error", it breaks for some 
5103                 reason which I'll investigate later.
5104
5105 2006-10-18 [colin]      2.5.5cvs16
5106
5107         * src/prefs_common.c
5108         * src/prefs_common.h
5109         * src/summaryview.c
5110         * src/gtk/quicksearch.c
5111         * src/gtk/quicksearch.h
5112                 Add a type-ahead option for fast searches
5113                 Patch by Fabien Vantard
5114
5115 2006-10-18 [colin]      2.5.5cvs15
5116
5117         * src/compose.c
5118         * src/compose.h
5119                 Add Options/Reply mode/ menu to be able to
5120                 change the recipients of a reply on the fly
5121
5122 2006-10-18 [colin]      2.5.5cvs14
5123
5124         * src/compose.c
5125                 Fix redirecting of our own sent mails
5126
5127 2006-10-17 [wwp]        2.5.5cvs13
5128
5129         * src/send_message.c
5130                 Fix duplicate error messages when sending, and missing
5131                 newline in such error messages.
5132
5133 2006-10-17 [colin]      2.5.5cvs12
5134
5135         * src/compose.c
5136                 Compare addresses case-insensitive
5137
5138 2006-10-17 [colin]      2.5.5cvs11
5139
5140         * src/plugins/pgpcore/sgpgme.c
5141                 Fix return status
5142
5143 2006-10-17 [colin]      2.5.5cvs10
5144
5145         * src/plugins/pgpcore/pgp_viewer.c
5146                 Fix return status
5147
5148 2006-10-17 [colin]      2.5.5cvs9
5149
5150         * src/quote_fmt.c
5151                 Fix a typo (thanks to Fabien)
5152
5153 2006-10-16 [colin]      2.5.5cvs8
5154
5155         * src/textview.c
5156                 Fix problem with quote-folding when emails
5157                 don't convert cleanly to UTF-8
5158
5159 2006-10-14 [colin]      2.5.5cvs7
5160
5161         * src/prefs_template.c
5162                 Reset fields when reopening
5163                 the window
5164
5165 2006-10-13 [paul]       2.5.5cvs6
5166
5167         * manual/advanced.xml
5168         * src/prefs_message.c
5169                 make 'respect_flowed_format' a hidden
5170                 option, and add a manual entry for it
5171                 Thanks to Colin
5172
5173 2006-10-12 [colin]      2.5.5cvs5
5174
5175         * src/codeconv.c
5176                 Revert part of 2.5.2cvs21:
5177                 Don't optimise by reusing the 
5178                 last iconv converter if possible:
5179                 it seems slightly broken in a 
5180                 very hard way to reproduce
5181
5182 2006-10-12 [colin]      2.5.5cvs4
5183
5184         * src/prefs_common.c
5185         * src/prefs_common.h
5186         * src/prefs_message.c
5187         * src/procmime.c
5188                 Fix bug 1035, 'Incorrect handling 
5189                 of flowed lines'. We now optionnaly
5190                 handle this format (preference is in
5191                 Message View/Text options section)
5192
5193 2006-10-12 [colin]      2.5.5cvs3
5194
5195         * po/POTFILES.in
5196                 Add new file
5197         * src/plugins/pgpcore/pgp_viewer.c
5198         * src/plugins/pgpcore/sgpgme.c
5199                 Don't try to import without asking
5200
5201 2006-10-12 [colin]      2.5.5cvs2
5202
5203         * src/compose.c
5204                 Fix bug 1036, 'Forwarding a mutlipart
5205                 mail with a "text/html" block to ms
5206                 outlook users leeds to freeze of
5207                 outlook'. Poor outlook users...
5208
5209 2006-10-12 [paul]       2.5.5cvs1
5210
5211         * NEWS
5212         * README
5213         * configure.ac
5214                 Update version number following
5215                 stable release
5216
5217 2006-10-11 [paul]       2.5.4cvs1
5218
5219         * NEWS
5220         * README
5221         * configure.ac
5222                 Update version number following
5223                 stable release
5224
5225 2006-10-11 [paul]       2.5.3cvs32
5226
5227         * src/textview.c
5228                 fix bug 1032, 'Segmentation fault when showing
5229                 message' (bug in quote folding)
5230                 Thanks to Colin
5231
5232 2006-10-10 [colin]      2.5.3cvs31
5233
5234         * src/quote_fmt.c
5235                 Rephrase english a bit
5236
5237 2006-10-10 [colin]      2.5.3cvs30
5238
5239         * src/prefs_compose_writing.c
5240                 Stop making the page larger than the window
5241
5242 2006-10-10 [wwp]        2.5.3cvs29
5243
5244         * src/compose.c
5245         * src/prefs_template.c
5246         * src/quote_fmt.c
5247         * src/quote_fmt.h
5248         * src/quote_fmt_lex.l
5249         * src/quote_fmt_parse.y
5250                 Extend the quote parser a bit: allow to get access to
5251                 basic (composing) account info.
5252
5253 2006-10-10 [colin]      2.5.3cvs28
5254
5255         * src/procheader.c
5256                 Fix this \t problem in subject
5257
5258 2006-10-09 [colin]      2.5.3cvs27
5259
5260         * src/main.c
5261         * src/prefs_gtk.c
5262                 Prepare cache a bit later
5263                 If section already exists, skip the new one 
5264                 (as previously); avoid writing the same block
5265                 twice - if we find a second block with the 
5266                 same id, skip it.
5267         * src/plugins/pgpcore/pgp_viewer.c
5268                 Set cursor to busy when retrieving a key
5269         * src/plugins/pgpcore/sgpgme.c
5270                 allow 5 seconds for gpg to export the key
5271                 
5272
5273 2006-10-09 [colin]      2.5.3cvs26
5274
5275         * configure.ac
5276         * src/msgcache.c
5277         * src/prefs_gtk.c
5278                 Check for existence of fgets_unlocked
5279                 and fwrite_unlocked
5280
5281 2006-10-09 [paul]       2.5.3cvs25
5282
5283         * src/prefs_summaries.c
5284                 replace strftime() with fast_strftime() and in
5285                 the consequence fix the bug in the display of
5286                 AM/PM in the 'Example' string
5287
5288 2006-10-09 [ticho]      2.5.3cvs24
5289
5290         * po/sk.po
5291                 Updated (and fixed up somewhat) Slovak translation.
5292
5293 2006-10-08 [colin]      2.5.3cvs23
5294
5295         * src/prefs_folder_item.c
5296                 Explain why prefs in the top-level folder
5297                 aren't retained, but are still useful
5298
5299 2006-10-08 [colin]      2.5.3cvs22
5300
5301         * src/prefs_gtk.c
5302                 Don't cache anything if caching fails
5303
5304 2006-10-08 [colin]      2.5.3cvs21
5305
5306         * src/common/utils.c
5307                 always include gi18n.h
5308
5309 2006-10-07 [colin]      2.5.3cvs20
5310
5311         * src/plugins/pgpcore/pgp_viewer.c
5312                 Kill gpg after 5 seconds wait
5313
5314 2006-10-07 [colin]      2.5.3cvs19
5315
5316         * src/plugins/pgpcore/pgp_viewer.c
5317         * src/plugins/pgpcore/pgp_viewer.h
5318                 Fix copyright
5319
5320 2006-10-07 [colin]      2.5.3cvs18
5321
5322         * src/plugins/pgpcore/pgp_viewer.c
5323         * src/plugins/pgpcore/pgp_viewer.h
5324                 Actually add the files to CVS
5325
5326 2006-10-07 [colin]      2.5.3cvs17
5327
5328         * src/plugins/pgpcore/sgpgme.c
5329                 Be sure not to crash on 'application/pgp-signature' that
5330                 are not application/pgp-signatures
5331
5332 2006-10-07 [colin]      2.5.3cvs16
5333
5334         * src/textview.c
5335         * src/textview.h
5336                 Make a bit more of the API available
5337         * src/plugins/pgpcore/Makefile.am
5338         * src/plugins/pgpcore/plugin.c
5339         * src/plugins/pgpcore/sgpgme.c
5340                 Add basic key import/export
5341
5342 2006-10-07 [colin]      2.5.3cvs15
5343
5344         * src/folderview.c
5345         * src/imap.c
5346         * src/prefs_account.c
5347         * src/wizard.c
5348                 Warn users *everywhere* if libetpan's not
5349                 linked in
5350
5351 2006-10-06 [mones]      2.5.3cvs14
5352
5353         * po/de.po
5354         * po/es.po
5355                 updated by Stephan Sachse and me
5356
5357 2006-10-06 [colin]      2.5.3cvs13
5358
5359         * src/main.c
5360         * src/common/sylpheed.c
5361                 Don't load common plugins if --exit is passed
5362         * src/prefs_gtk.c
5363         * src/prefs_gtk.h
5364                 Implement a cache to avoid reading the same
5365                 files over and over again at startup
5366
5367 2006-10-06 [colin]      2.5.3cvs12
5368
5369         * src/summaryview.c
5370         * src/gtk/quicksearch.c
5371                 Update display every 5k mails on fast searches
5372
5373 2006-10-06 [colin]      2.5.3cvs11
5374
5375         * src/textview.c
5376                 Don't do quote folding on HTML or ERTF.
5377                 May fix the Cygwin issues if they were
5378                 happening with HTML mails?
5379
5380 2006-10-05 [colin]      2.5.3cvs10
5381
5382         * src/prefs_gtk.c
5383                 Oops, forgot one
5384
5385 2006-10-05 [colin]      2.5.3cvs9
5386
5387         * src/prefs_gtk.c
5388                 Use unlocked_stdio here too
5389
5390 2006-10-05 [colin]      2.5.3cvs8
5391
5392         * src/folderview.c
5393                 Fix go to next * after preferences apply
5394         * src/msgcache.c
5395                 Do the fd lock/unlock ourselves instead of
5396                 letting the libc do it at each write 
5397
5398 2006-10-05 [colin]      2.5.3cvs7
5399
5400         * src/common/utils.c
5401                 Faster division, thanks to Jean Diraison
5402
5403 2006-10-05 [paul]       2.5.3cvs6
5404
5405         * src/common/utils.c
5406                 fix building with --disable-nls
5407
5408 2006-10-04 [colin]      2.5.3cvs5
5409
5410         * src/folder.c
5411                 Maybe fix a segfault
5412
5413 2006-10-04 [wwp]        2.5.3cvs4
5414
5415         * src/prefs_folder_item.c
5416                 Fine-tune layouts in folder item prefs. Suggested by
5417                 Fabien Vantard <fzzzzz@gmail.com>.
5418
5419 2006-10-04 [wwp]        2.5.3cvs3
5420
5421         * src/prefs_folder_item.c
5422                 Kill the clandestine passengers. You didn't see anything.
5423
5424 2006-10-04 [wwp]        2.5.3cvs2
5425
5426         * src/prefs_folder_item.c
5427                 Add a way to test the subject simplify regexp in
5428                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
5429                 w/ few layout changes.
5430
5431 2006-20-04 [paul]       2.5.3cvs1
5432
5433         * NEWS
5434         * README
5435         * configure.ac
5436                 Update version number following
5437                 stable release
5438
5439 2006-10-04 [colin]      2.5.2cvs42
5440
5441         * src/folder.c
5442         * src/folder.h
5443         * src/summaryview.c
5444                 Provide a way for folder classes to set their sort
5445                 type and key
5446
5447 2006-10-03 [colin]      2.5.2cvs41
5448
5449         * src/mh.c
5450                 Don't use strlen() to know if the
5451                 string's empty
5452
5453 2006-10-03 [colin]      2.5.2cvs40
5454
5455         * src/mh.c
5456                 Fix "check for new folders" with accentued folders
5457
5458 2006-10-03 [ticho]      2.5.2cvs39
5459
5460         * src/filtering.c
5461         * src/folder.c
5462         * src/inc.c
5463         * src/mbox.c
5464                 Colin's fix for "copy" filtering rules.
5465
5466 2006-10-02 [colin]      2.5.2cvs38
5467
5468         * src/folderview.c
5469                 Fix for double-click too
5470
5471 2006-10-02 [colin]      2.5.2cvs37
5472
5473         * src/folderview.c
5474                 correct fix for cvs36
5475
5476 2006-10-02 [colin]      2.5.2cvs36
5477
5478         * src/folderview.c
5479                 Fix 'goto next unread' after collapsing/expanding 
5480                 a node.
5481
5482 2006-10-02 [colin]      2.5.2cvs35
5483
5484         * src/summaryview.c
5485                 Fix double freeze/thaw
5486         * src/common/utils.c
5487         * src/common/utils.h
5488                 Reimplement strftime
5489         * src/procheader.c
5490                 Use it
5491
5492
5493 2006-10-02 [colin]      2.5.2cvs34
5494
5495         * src/mh.c
5496                 Time mh_write_sequences() - it's fast
5497         * src/summaryview.c
5498                 Init a variable to shut up gcc
5499
5500 2006-10-01 [colin]      2.5.2cvs33
5501
5502         * src/folder.c
5503         * src/mh.c
5504         * src/mh.h
5505         * src/msgcache.c
5506                 Add helper mh_set_mtime(), and set mtime to stat()'s result
5507                 Add fsync but disable it, it's slow as hell
5508
5509 2006-10-01 [colin]      2.5.2cvs32
5510
5511         * src/mh.c
5512         * src/msgcache.c
5513                 fflush() caches and mh_sequences before
5514                 fclose()ing
5515
5516 2006-10-01 [colin]      2.5.2cvs31
5517
5518         * src/msgcache.c
5519                 Don't ftruncate when not using mmap
5520
5521 2006-09-30 [colin]      2.5.2cvs30
5522
5523         * src/main.c
5524                 Write folder list *after* saving caches
5525
5526 2006-09-30 [colin]      2.5.2cvs29
5527
5528         * src/folder.c
5529         * src/mh.c
5530                 Debug forced mtime changes
5531
5532 2006-09-30 [colin]      2.5.2cvs28
5533
5534         * src/folder.c
5535         * src/main.c
5536                 Remove useless debug_print()s (code
5537                 well-tested)
5538
5539 2006-09-30 [colin]      2.5.2cvs27
5540
5541         * src/mh.c
5542                 Do stuff faster when writing mh_sequences
5543
5544 2006-09-30 [colin]      2.5.2cvs26
5545
5546         * src/mh.c
5547                 Don't let the writing of .mh_sequences, which
5548                 can change the folder's mtime, let us think
5549                 we need to scan.
5550
5551 2006-09-30 [colin]      2.5.2cvs25
5552
5553         * src/folder.c
5554                 Move a debug_print where it belongs 
5555                 (processing)
5556         * src/summaryview.c
5557                 Don't mess with a huge slow subject
5558                 table if we're not threading by
5559                 subject
5560
5561 2006-09-30 [colin]      2.5.2cvs24
5562
5563         * src/msgcache.c
5564                 Reenable mmaped reads (*not* writes!)
5565         * src/procmsg.c
5566                 Don't destroy and recreate hashtables just
5567                 for fun
5568         * src/common/utils.c
5569                 Remove useless reply prefixes (it's case
5570                 unsensitive)
5571
5572 2006-09-30 [wwp]        2.5.2cvs23
5573
5574         * tools/fix_date.sh
5575                 Fixed a minor bug in date value extraction, added a switch
5576                 to replace non RFC-compliant Date: value, added a switch
5577                 to use strict RFC matching patterns for dates.
5578
5579 2006-09-29 [colin]      2.5.2cvs22
5580
5581         * src/matcher_parser.h
5582         * src/matcher_parser_parse.y
5583         * src/prefs_filtering.c
5584         * src/statusbar.c
5585         * src/summary_search.c
5586         * src/summaryview.c
5587         * src/gtk/quicksearch.c
5588         * src/gtk/quicksearch.h
5589                 Optimise searches by setting different
5590                 refresh intervals (depending if the 
5591                 search is fast or not)
5592
5593 2006-09-29 [colin]      2.5.2cvs21
5594
5595         * src/codeconv.c
5596                 Optimise by reusing the last iconv converter
5597                 if possible
5598         * src/textview.c
5599                 Optimise a bit (the foldable quotes feature
5600                 still has an awful O(n^2) algo
5601
5602 2006-09-29 [colin]      2.5.2cvs20
5603
5604         * src/gtk/gtksctree.c
5605         * src/gtk/gtksctree.h
5606                 Optimise de-selection via up/down or
5607                 another key
5608
5609 2006-09-28 [colin]      2.5.2cvs19
5610
5611         * src/action.c
5612         * src/compose.c
5613         * src/folderview.c
5614         * src/mainwindow.c
5615         * src/messageview.c
5616         * src/summary_search.c
5617         * src/toolbar.c
5618                 Avoid using summaryview->ctree directly
5619
5620 2006-09-28 [colin]      2.5.2cvs18
5621
5622         * src/summaryview.c
5623         * src/summaryview.h
5624                 Add helpers to freeze/thaw/grab_focus
5625                 Factorize calls to freeze/thaw/grab_focus
5626                 
5627
5628 2006-09-28 [colin]      2.5.2cvs17
5629
5630         * src/main.c
5631                 More guards for the session management
5632
5633 2006-09-28 [colin]      2.5.2cvs16
5634
5635         * src/folderview.c
5636         * src/gtk/gtksctree.c
5637         * src/gtk/gtksctree.h
5638                 Make expanding not recursive in folderview
5639
5640 2006-09-28 [colin]      2.5.2cvs15
5641
5642         * src/addressbook.c
5643                 If nothing is selected in the list (right part)
5644                 and a group is selected in the tree (left part),
5645                 mail this group.
5646
5647 2006-09-28 [colin]      2.5.2cvs14
5648
5649         * src/Makefile.am
5650                 Actually use SM_LIBS
5651
5652 2006-09-28 [ticho]      2.5.2cvs13
5653
5654         * src/export.c
5655         * src/messageview.c
5656         * src/mimeview.c
5657         * src/news.c
5658         * src/pop.c
5659         * src/prefs_themes.c
5660         * src/procmsg.c
5661                 Small i18n string optimization.
5662         * src/send_message.c
5663         * src/summaryview.c
5664         * src/common/session.c
5665         * src/common/smtp.c
5666         * src/common/ssl_certificate.c
5667         * src/common/utils.c
5668                 Use "Couldn't" instead of "Can't" in UI messages,
5669                 where appropriate.
5670
5671 2006-09-28 [colin]      2.5.2cvs12
5672
5673         * configure.ac
5674                 Possibly fix link errors
5675
5676 2006-09-27 [wwp]        2.5.2cvs11
5677
5678         * src/gtk/authors.h
5679         * doc/man/sylpheed-claws.1
5680         * manual/ack.xml
5681         * manual/es/ack.xml
5682         * manual/fr/ack.xml
5683         * manual/pl/ack.xml
5684                 Updated authors info (me, myself and I).
5685
5686 2006-09-27 [colin]      2.5.2cvs10
5687
5688         * src/addressbook.c
5689                 Remove useless printf
5690
5691 2006-09-27 [wwp]        2.5.2cvs9
5692
5693         * src/editgroup.c
5694         * src/send_message.c
5695         * src/inc.c
5696         * src/prefs_common.c
5697         * src/prefs_common.h
5698         * src/gtk/progressdialog.c
5699                 remember more windows' sizes (send dialog, received dialog,
5700                 edit group in addressbook).
5701
5702 2006-09-27 [colin]      2.5.2cvs8
5703
5704         * configure.ac
5705         * src/main.c
5706         * src/mainwindow.h
5707                 Use libSM to communicate with the session
5708                 manager, so that we can know when the 
5709                 session ends, save our caches, and draft
5710                 our compose windows.
5711
5712 2006-09-27 [colin]      2.5.2cvs7
5713
5714         * src/addressbook.c
5715                 Fix issues:
5716                 o Allow Book and Group creation from the tree's
5717                   contextual menu
5718                 o Do not actually delete the contacts when 
5719                   deleting groups from the tree (duh!)
5720
5721 2006-09-27 [colin]      2.5.2cvs6
5722
5723         * src/compose.c
5724         * src/compose.h
5725         * src/mainwindow.c
5726         * src/textview.c
5727         * src/toolbar.c
5728                 o Allow passing an email address to 
5729                   compose_new_with_folderitem
5730                 o Update callers
5731                 o Use current folderitem when clicking
5732                   on a TextView mailto: link
5733                 o Fix a possible leak in TextView
5734
5735 2006-09-27 [colin]      2.5.2cvs5
5736
5737         * src/html.c
5738                 Use UTF-8 chars to replace HTML entities
5739
5740 2006-09-27 [colin]      2.5.2cvs4
5741
5742         * AUTHORS
5743         * src/prefs_account.c
5744         * src/gtk/authors.h
5745                 Fix bug #1024 (Array index out of
5746                 range in sylpheed-claws-2.5.2)
5747                 Patch by Ales Nosek <anosek@suse.cz>
5748
5749 2006-09-27 [colin]      2.5.2cvs3
5750
5751         * src/addr_compl.c
5752                 Actually do the test
5753
5754 2006-09-27 [colin]      2.5.2cvs2
5755
5756         * src/addr_compl.c
5757         * src/addr_compl.h
5758                 Allow completing with comma (in certain cases: vCalendar
5759                 for example doesn't support that)
5760                 Patch by Fabien Vantard
5761
5762 2006-09-26 [colin]      2.5.2cvs1
5763
5764         * src/Makefile.am
5765         * src/addr_compl.c
5766         * src/addr_compl.h
5767         * src/addrbook.c
5768         * src/addrbook.h
5769         * src/addressbook.c
5770         * src/addrindex.c
5771         * src/addrindex.h
5772         * src/compose.c
5773         * src/prefs_common.c
5774         * src/prefs_filtering_action.c
5775         * src/prefs_folder_item.c
5776         * src/prefs_template.c
5777         * src/stock_pixmap.c
5778         * src/stock_pixmap.h
5779         * src/pixmaps/addr_one.xpm
5780         * src/pixmaps/addr_two.xpm
5781                 Add auto-completion on groups
5782
5783 2006-09-26 [colin]      2.5.2
5784
5785         * NEWS
5786         * README
5787         * RELEASE_NOTES
5788                 2.5.2 released
5789
5790 2006-09-26 [colin]      2.5.1cvs5
5791
5792         * src/matcher.c
5793                 Fix condition
5794
5795 2006-09-26 [colin]      2.5.1cvs4
5796
5797         * src/mbox.c
5798                 Revert cvs1 (useless as the message is printed 
5799                 every 500 mails)
5800
5801 2006-09-26 [colin]      2.5.1cvs3
5802
5803         * src/partial_download.c
5804                 Fix crasher found by Alexsandar Urosevic
5805
5806 2006-09-26 [colin]      2.5.1cvs2
5807
5808         * src/summaryview.c
5809                 Fix bug #1023 (Sylpheed deletes too much messages)
5810
5811 2006-09-26 [ticho]      2.5.1cvs1
5812
5813         * src/mbox.c
5814                 Make use of gettext's multiple plurals for statusbar
5815                 progress message.
5816
5817 2006-09-25 [paul]       2.5.1
5818
5819         * NEWS
5820         * README
5821         * RELEASE_NOTES
5822                 2.5.1 released
5823
5824 2006-09-25 [colin]      2.5.0cvs3
5825
5826         * src/plugins/bogofilter/bogofilter.c
5827         * src/plugins/clamav/clamav_plugin.c
5828         * src/plugins/spamassassin/spamassassin.c
5829                 BogoFilter, Spamassassin: Fix double hook registering after
5830                 visiting preferences
5831                 Spamassassin, Clamav: Just set the mails to move instead of
5832                 doing the move - caller will move the things at once.
5833
5834 2006-09-25 [colin]      2.5.0cvs2
5835
5836         * src/imap.c
5837         * src/etpan/imap-thread.c
5838                 Use UID SEARCH ALL instead of UID 1:*
5839                 (braindead servers can't figure out that's
5840                 the same...)
5841
5842 2006-09-25 [wwp]        2.5.0cvs1
5843
5844         * src/message_search.c
5845                 Added the ability to stop a running search (in message body).
5846
5847 2006-09-25 [paul]       2.5.0
5848
5849         * NEWS
5850         * README
5851         * RELEASE_NOTES
5852                 2.5.0 released
5853
5854 2006-09-25 [paul]       2.4.0cvs214
5855
5856         * po/cs.po
5857         * po/de.po
5858         * po/fi.po
5859         * po/fr.po
5860         * po/nl.po
5861         * po/pt_BR.po
5862         * po/sk.po
5863         * po/sr.po
5864         * po/zh_CN.po
5865                 updated by Tim, Stephan Sachse, Flammie Pirinen,
5866                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
5867                 Ticho, Aleksander Urosevic, Ralgh Young
5868
5869 2006-09-24 [mones]      2.4.0cvs213
5870
5871         * po/es.po
5872                 Updated for release
5873
5874 2006-09-23 [colin]      2.4.0cvs212
5875
5876         * src/gtk/inputdialog.c
5877                 Fix [ ] remember this appearing in normal
5878                 input dialogs after it's been used by
5879                 mimeview.
5880         * src/folder.c
5881         * src/folderview.c
5882         * src/msgcache.c
5883         * src/procmsg.c
5884         * src/summaryview.c
5885         * src/textview.c
5886         * src/common/timing.h
5887                 Enable timings in debug mode and make it
5888                 look prettier.
5889
5890 2006-09-22 [colin]      2.4.0cvs211
5891
5892         * README
5893                 Revert test change
5894         * commitHelper
5895                 ping the correct URI
5896
5897 2006-09-22 [colin]      2.4.0cvs210
5898
5899         * README
5900                 Let's see if bug #1022 is fixed
5901
5902 2006-09-21 [colin]      2.4.0cvs209
5903
5904         * src/wizard.c
5905         * src/common/plugin.c
5906                 Prepare infra to load predefined plugins when
5907                 no configuration existed. Don't actually load
5908                 anything yet (feat. freeze)
5909
5910 2006-09-21 [wwp]        2.4.0cvs208
5911
5912         * manual/fr/faq.xml
5913                 Partial sync w/ 2.4.0cvs72:
5914                 wrap file and minor updates.
5915
5916 2006-09-21 [wwp]        2.4.0cvs207
5917
5918         * tools/fix_date.sh
5919                 several fixes and enhancements. A new --force switch has been
5920                 added to prevent overriding by default Date: header when
5921                 already existing.
5922
5923 2006-09-21 [paul]       2.4.0cvs206
5924
5925         * src/common/utils.c
5926                 add Chinese UTF8 Re prefix
5927
5928 2006-09-21 [wwp]        2.4.0cvs205
5929
5930         * tools/Makefile.am
5931                 Fics alfabettical order.
5932
5933 2006-09-21 [wwp]        2.4.0cvs204
5934
5935         * tools/fix_date.sh
5936         * tools/Makefile.am
5937                 Added an action tool to fix missing Date field in emails.
5938                 Updated Makefile.am to reflect those last two additions.
5939
5940 2006-09-21 [wwp]        2.4.0cvs203
5941
5942         * tools/uuooffice
5943                 Added a action tool to open uuencoded docs w/
5944                 OpenOffice (based on uudec method).
5945
5946 2006-09-21 [colin]      2.4.0cvs202
5947
5948         * src/compose.c
5949         * src/textview.c
5950                 Workaround possible GTK crash: remove selection 
5951                 clipboard before destroying widget, or GTK+-2.10
5952                 dies. Thanks to Hiro.
5953
5954 2006-09-20 [colin]      2.4.0cvs201
5955
5956         * src/compose.c
5957                 Fix free-after-use in some cases (when 
5958                 procmime_encode_content() frees mimeinfo->data.mem
5959                 and turns it to a temp file)
5960
5961 2006-09-20 [colin]      2.4.0cvs200
5962
5963         * src/folderview.c
5964         * src/summaryview.c
5965         * src/gtk/gtksctree.c
5966         * src/gtk/gtksctree.h
5967                 Add tooltips in the folderview and summaryview
5968                 (Doesn't break string freeze as they already
5969                 exist)
5970         * src/toolbar.c
5971                 Put the spam button in the default configuration
5972                 if compiled with bogo plugin too
5973
5974 2006-09-19 [colin]      2.4.0cvs199
5975
5976         * src/summaryview.c
5977         * src/summaryview.h
5978                 Update folder name label on folder rename
5979         * src/prefs_matcher.c
5980         * src/gtk/logwindow.h
5981                 Fix warnings
5982                 Patches by Fabien
5983
5984 2006-09-19 [wwp]        2.4.0cvs198
5985
5986         * src/summary_search.c
5987                 fix can't click forward/backward buttons in the
5988                 search messages.
5989
5990 2006-09-18 [paul]       2.4.0cvs197
5991
5992         * src/wizard.c
5993                 add missing bracket, capitalise the A of
5994                 'SpamAssassin'
5995
5996 2006-09-18 [paul]       2.4.0cvs196
5997
5998         * src/compose.c
5999                 fix bug 1012 'crashed upon sending mail
6000                 from compose window'
6001                 Thanks to Colin
6002
6003 2006-09-16 [colin]      2.4.0cvs195
6004
6005         * src/folderview.c
6006                 Fix "real-time" sorting by freezing/thawing
6007
6008 2006-09-16 [colin]      2.4.0cvs194
6009
6010         * manual/faq.xml
6011                 Fix the anti-spam entry a bit
6012
6013 2006-09-16 [colin]      2.4.0cvs193
6014
6015         * src/wizard.c
6016                 Make sure reviewers have no excuse when stating
6017                 Sylpheed-Claws doesn't have antispam capabilities.
6018
6019 2006-09-16 [colin]      2.4.0cvs192
6020
6021         * src/main.c
6022                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
6023                 as if the SIGPIPE comes from etpan's thread we could
6024                 trigger a GUI update from this thread.
6025
6026 2006-09-16 [colin]      2.4.0cvs191
6027
6028         * src/summaryview.c
6029                 Init all members of the struct
6030
6031 2006-09-16 [paul]       2.4.0cvs190
6032
6033         * src/account.c
6034                 improvements to the English
6035
6036 2006-09-15 [colin]      2.4.0cvs189
6037
6038         * src/summaryview.c
6039                 HIG order on dialog
6040
6041 2006-09-14 [colin]      2.4.0cvs188
6042
6043         * src/common/socket.c
6044         * src/common/socket.h
6045         * src/common/ssl.c
6046         * src/common/ssl_certificate.c
6047         * src/common/ssl_certificate.h
6048         * src/etpan/imap-thread.c
6049                 the get_fqdn() call done to get canonical name when
6050                 checking an SSL certificate is blocking, which is
6051                 sad as we just did a non-blocking lookup to connect.
6052                 Fix that by letting the fqdn available to the SockInfo,
6053                 and use that in ssl_certificate_check(). For IMAP,
6054                 we don't do it as the lookup's done by libetpan, but
6055                 it's less annoying as IMAP connections as much more
6056                 rare than POP3 connections.
6057
6058 2006-09-14 [paul]       2.4.0cvs187
6059
6060         * manual/advanced.xml
6061                 improvements to the English,
6062                 properly place the new hidden options
6063                 within the alphabetical order
6064         * src/gtk/pluginwindow.c
6065                 improvements to the English
6066
6067 2006-09-14 [colin]      2.4.0cvs186
6068
6069         * src/prefs_common.c
6070         * src/prefs_common.h
6071         * src/gtk/gtksctree.c
6072         * manual/advanced.xml
6073                 New hidden pref, stripes_color_offset, to change
6074                 the value added/substracted to normal bgcolor to
6075                 create the stripes in summaries
6076
6077 2006-09-13 [colin]      2.4.0cvs185
6078
6079         * src/gedit-print.c
6080         * src/messageview.c
6081         * src/messageview.h
6082         * src/summaryview.c
6083         * src/textview.c
6084                 Fix misc. printing issues: 
6085                 - Bad font for linkified headers
6086                 - Different font if the mail was displayed or not
6087                 - Factorize the thing
6088
6089 2006-09-13 [colin]      2.4.0cvs184
6090
6091         * src/common/ssl_certificate.c
6092                 Only get FQDN once when checking certificate
6093
6094 2006-09-13 [colin]      2.4.0cvs183
6095
6096         * src/account.c
6097         * src/gtk/pluginwindow.c
6098                 Misc. GUI fixes by Fabien
6099
6100 2006-09-13 [wwp]        2.4.0cvs182
6101
6102         * configure.ac
6103         * src/common/utils.h
6104         * src/common/utils.c
6105                 get rid of unused wide-char functions.
6106
6107 2006-09-13 [wwp]        2.4.0cvs181
6108
6109         * src/plugins/pgpinline/sylpheed.def
6110         * src/textview.c
6111                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
6112                 add privacy_reset_error to the .def file,
6113                 do not fork for an external textviewer.
6114
6115 2006-09-13 [wwp]        2.4.0cvs180
6116
6117         * src/prefs_common.c
6118                 fix broken font entry in prefs (patch issued by the gpg4win team,
6119                 probably by Marcus Brinkmann <marcus@g10code.de>).
6120
6121 2006-09-13 [colin]      2.4.0cvs179
6122
6123         * src/folder.h
6124                 Fix a warning in summaryview.c
6125         * src/mainwindow.c
6126         * src/summaryview.c
6127         * src/summaryview.h
6128                 Add missing Mark/* elements in the
6129                 main menu
6130
6131 2006-09-12 [colin]      2.4.0cvs178
6132
6133         * src/prefs_actions.c
6134         * src/prefs_filtering_action.c
6135         * src/prefs_matcher.c
6136                 Use (New) instead of New everywhere
6137
6138 2006-09-12 [wwp]        2.4.0cvs177
6139
6140         * manual/fr/addrbook.xml
6141         * manual/fr/handling.xml
6142                 updated some quotes in the fr manual to match the fr translation.
6143
6144 2006-09-12 [wwp]        2.4.0cvs176
6145
6146         * src/prefs_matcher.c
6147                 don't store translated string elements in matcher expressions.
6148                 Also fixed a misused of Q_().
6149
6150 2006-09-11 [wwp]        2.4.0cvs175
6151
6152         * src/plugins//bogofilter/bogofilter.c
6153         * src/plugins//clamav/clamav_plugin.c
6154         * src/plugins//demo/demo.c
6155         * src/plugins//dillo_viewer/dillo_viewer.c
6156         * src/plugins//pgpcore/plugin.c
6157         * src/plugins//pgpinline/plugin.c
6158         * src/plugins//pgpmime/plugin.c
6159         * src/plugins//spamassassin/spamassassin.c
6160                 gettext-ize more strings (mostly plugin error messages).
6161
6162 2006-09-11 [colin]      2.4.0cvs174
6163
6164         * src/alertpanel.c
6165                 Make maximum buffer size bigger to avoid
6166                 truncating translated messages. Patch by
6167                 Fabien
6168
6169 2006-09-11 [colin]      2.4.0cvs173
6170
6171         * src/etpan/imap-thread.c
6172                 Fix compilation on OpenBSD, thanks to 
6173                 Landry
6174
6175 2006-09-10 [wwp]        2.4.0cvs172
6176
6177         * manual/account.xml
6178         * manual/addrbook.xml
6179         * manual/handling.xml
6180         * manual/es/handling.xml
6181         * manual/fr/account.xml
6182         * manual/fr/addrbook.xml
6183         * manual/fr/handling.xml
6184                 documented addressbook matching (condition configuration):
6185                   addrbook.xml, en fr
6186                 documented per-account filtering rules (handling/filtering
6187                   section, account section):
6188                   account.xml, handling.xml, en fr
6189                 slightly updated the handling/searching section to tell few
6190                   words about the extended search ability:
6191                   handling.xml, en fr
6192                 added missing <quote></quotes> to Quick Search:
6193                   handling.xml, en fr es
6194                 fixed a typo (auomatically):
6195                   handling.xml, en
6196                 changes revisited by Paul.
6197
6198 2006-09-10 [paul]       2.4.0cvs171
6199
6200         * src/prefs_actions.c
6201         * src/prefs_filtering.c
6202         * src/prefs_template.c
6203                 adjustments to the gui
6204                 Patch by Fabien Vantard (slightly modified)
6205
6206 2006-09-10 [colin]      2.4.0cvs170
6207
6208         * src/summaryview.c
6209                 Check folderitem/summaryview consistency
6210                 (basically automates Update summary). Fixes
6211                 #1011 (wrong (negative) count on unread 
6212                 messages)
6213
6214 2006-09-10 [colin]      2.4.0cvs169
6215
6216         * src/gtk/gtksctree.c
6217                 Fix recursive expansion via mouse
6218         * src/plugins/bogofilter/bogofilter.c
6219                 Use normal filtering way of moving
6220                 messages (batching), possibly fixing
6221                 bug #1015 (Bogofilter plugin doubles 
6222                 new messages)
6223
6224 2006-09-09 [wwp]        2.4.0cvs168
6225
6226         * src/prefs_filtering.c
6227                 better place for this fix.
6228
6229 2006-09-09 [wwp]        2.4.0cvs167
6230
6231         * src/prefs_filtering.c
6232                 fix a minor bug when the enabled status of a filtering/processing
6233                 rule always got set to TRUE when replacing this rule. That still
6234                 make sense when adding a new rule, but now when replacing, we
6235                 don't override the value of 'enabled'.
6236                 Also renamed the func prefs_filtering_list_view_get_rule_name()
6237                 to prefs_filtering_list_view_get_info() as this function not only
6238                 returns the name, but also the account_id and the enabled status.
6239
6240 2006-09-09 [mones]      2.4.0cvs166
6241
6242         * manual/glossary.xml
6243         * manual/plugins.xml
6244                 Minor format corrections
6245         * manual/gpl.xml
6246                 Fix misplaced NO WARRANTY section
6247         * manual/es/advanced.xml
6248         * manual/es/faq.xml
6249         * manual/es/glossary.xml
6250         * manual/es/gpl.xml
6251         * manual/es/handling.xml
6252         * manual/es/plugins.xml
6253         * manual/es/starting.xml
6254                 Incorporate changes from English version
6255         * manual/fr/ack.xml
6256         * manual/pl/ack.xml
6257         * manual/es/ack.xml
6258                 Fix address, (add translation credits in es version)
6259         * po/es.po
6260                 Updated translation
6261
6262 2006-09-09 [wwp]        2.4.0cvs165
6263
6264         * src/prefs_filtering.c
6265                 fix a crash when opening filtering prefs, if matcherrc file contains
6266                 broken data (non-existing account id, which is theoretically not
6267                 possible).
6268
6269 2006-09-08 [colin]      2.4.0cvs164
6270
6271         * src/folder.c
6272                 Wrong assert, make it an if()
6273         * src/gtk/gtksctree.c
6274                 Fix bug #1013 (expand selected thread 
6275                 tree) - expanding is now recursive
6276
6277 2006-09-07 [wwp]        2.4.0cvs163
6278
6279         * src/prefs_matcher.c
6280                 make better sentences about addressbook matching in the
6281                 matcher prefs. This should make translators' work easier
6282                 too.
6283
6284 2006-09-07 [wwp]        2.4.0cvs162
6285
6286         * src/prefs_filtering.c
6287                 code simplification (get rid of dup var. assignment).
6288
6289 2006-09-07 [wwp]        2.4.0cvs161
6290
6291         * src/summaryview.c
6292                 use GTK_STOCK icons when possible, patch by Fabien Vantard
6293                 <fzzzzz@gmail.com>.
6294
6295 2006-09-07 [paul]       2.4.0cvs160
6296
6297         * src/mimeview.c
6298                 fix compilation warnings
6299                 Thanks to Colin
6300
6301 2006-09-07 [paul]       2.4.0cvs159
6302
6303         * src/mimeview.c
6304                 select the mimepart icon when
6305                 displaying as text
6306                 Thanks to Colin
6307
6308 2006-09-06 [paul]       2.4.0cvs158
6309
6310         * src/prefs_filtering.c
6311                 fix labels and table element spacing
6312                 Patch by Fabien Vantard
6313
6314 2006-09-06 [paul]
6315
6316         2.5.0-rc3 released
6317
6318 2006-09-06 [paul]       2.4.0cvs157
6319
6320         * manual/es/advanced.xml
6321                 fix typo
6322
6323 2006-09-06 [wwp]        2.4.0cvs156
6324
6325         * src/mainwindow.c
6326                 fix an dup launch issue when iconified, thanks to Colin.
6327
6328 2006-09-06 [wwp]        2.4.0cvs155
6329
6330         * src/gtk//gtksctree.h
6331                 oops, forgot that one!
6332
6333 2006-09-06 [wwp]        2.4.0cvs154
6334
6335         * manual/pl/advanced.xml
6336         * manual/advanced.xml
6337         * manual/es/advanced.xml
6338         * manual/fr/advanced.xml
6339         * src/prefs_customheader.c
6340         * src/prefs_filtering_action.c
6341         * src/foldersel.c
6342         * src/prefs_summaries.c
6343         * src/prefs_filtering.c
6344         * src/account.c
6345         * src/compose.c
6346         * src/prefs_summary_column.c
6347         * src/addr_compl.c
6348         * src/prefs_actions.c
6349         * src/prefs_folder_column.c
6350         * src/ssl_manager.c
6351         * src/prefs_template.c
6352         * src/prefs_display_header.c
6353         * src/prefs_common.h
6354         * src/prefs_matcher.c
6355         * src/prefs_common.c
6356         * src/prefs_toolbar.c
6357         * src/summaryview.c
6358         * src/folderview.c
6359         * src/gtk/gtksctree.c
6360         * src/gtk/pluginwindow.c
6361         * src/gtk/progressdialog.c
6362         * src/gtk/prefswindow.c
6363                 renamed hidden option enable_rules_hint to use_stripes_everywhere
6364                 to make its meaning more obvious (all versions of the manual reflect
6365                 the change).
6366                 added an extra hidden option use_stripes_in_summary to allow
6367                 discarding these stripes in mainwindow's folder and message lists;
6368                 en and fr manuals only are OK towards this.
6369
6370 2006-09-06 [colin]      2.4.0cvs153
6371
6372         * src/textview.c
6373                 Hide Sylpheed-Claws' internal queue headers
6374                 when showing all headers. They'll be present
6375                 only in Source window.
6376
6377 2006-09-05 [colin]      2.4.0cvs152
6378
6379         * src/plugins/trayicon/trayicon.c
6380                 Fix crash at exit - we have to disconnect
6381                 our handlers
6382         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6383                 Update eggtrayicon - patch adapted from a
6384                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
6385                 on Sylpheed's ML
6386
6387 2006-09-05 [colin]      2.4.0cvs151
6388
6389         * src/mainwindow.c
6390         * src/gtk/logwindow.c
6391                 Fix race condition when something writes
6392                 to the log too soon during init. Thanks
6393                 to Fabien Vantard
6394
6395 2006-09-05 [colin]      2.4.0cvs150
6396
6397         * src/mimeview.c
6398                 Don't select part on right-click either
6399
6400 2006-09-05 [paul]       2.4.0cvs149
6401
6402         * src/mimeview.c
6403                 completion of previous commit
6404                 Thanks to Colin
6405
6406 2006-09-05 [colin]      2.4.0cvs148
6407
6408         * src/mimeview.c
6409                 Don't force selection on middle-click, just open
6410
6411 2006-09-04 [colin]      2.4.0cvs147
6412
6413         * src/mimeview.c
6414                 Looks like gtk_notebook_set_current_page()
6415                 sometimes steals focus, and this annoys us
6416                 in MimeViewers as it renders navigation
6417                 keys useless. Take back focus after switching
6418                 pages.
6419
6420 2006-09-04 [colin]      2.4.0cvs146
6421
6422         * src/messageview.c
6423                 Set stop_loading when clicking on Next
6424                 during load. Don't add a callback to 
6425                 avoid over-complicating things.
6426
6427 2006-09-04 [colin]      2.4.0cvs145
6428
6429         * src/mimeview.c
6430         * src/messageview.c
6431                 Fix multiple loads in separate messageview
6432
6433 2006-09-04 [colin]      2.4.0cvs144
6434
6435         * src/summaryview.c
6436                 Let navigation keys be handled during 
6437                 load
6438
6439 2006-09-04 [colin]      2.4.0cvs143
6440
6441         * src/messageview.c
6442         * src/summaryview.c
6443         * src/textview.c
6444         * src/textview.h
6445                 Make loading of huge mails (lots of text and/or
6446                 images) cancellable, so the GUI doesn't block 
6447
6448 2006-09-04 [colin]      2.4.0cvs142
6449
6450         * src/plugins/trayicon/trayicon.c
6451                 Fix annoyance when removing a folder with 
6452                 unread mails: trayicon didn't update
6453
6454 2006-09-04 [paul]       2.4.0cvs141
6455
6456         * src/gtk/icon_legend.c
6457                 straighten up columns
6458                 Patch by Fabien Vantard
6459
6460 2006-09-04 [wwp]        2.4.0cvs140
6461
6462         * src/prefs_filtering.c
6463                 fix new line's account name in filtering prefs:
6464                 was "All", is now "(New)".
6465
6466 2006-09-04 [paul]       2.4.0cvs139
6467
6468         * tools/make.themes.project
6469                 use "AUTOMAKE_OPTIONS = dist-bzip2"
6470                 instead of homebrewed "make release"
6471
6472 2006-09-03 [colin]      2.4.0cvs138
6473
6474         * src/folderview.c
6475                 Fix bug #1007 (Wrong folder highlighted)
6476
6477 2006-09-03 [colin]      2.4.0cvs137
6478
6479         * src/compose.c
6480                 Don't set Newsgroup: header to a mail folder
6481                 path
6482
6483 2006-09-03 [paul]       2.4.0cvs136
6484
6485         * src/prefs_other.c
6486         * src/prefs_spelling.c
6487                 unify the gui
6488
6489 2006-09-03 [paul]       2.4.0cvs135
6490
6491         * src/prefs_summaries.c
6492                 correct menu item text in prefs_keybind_apply_clicked()
6493
6494 2006-09-03 [paul]       2.4.0cvs134
6495
6496         * manual/advanced.xml
6497                 some improvements to the descriptions
6498         * src/mainwindow.c
6499         * src/messageview.c
6500         * src/summaryview.c
6501         * src/gtk/menu.c
6502                 fix menu sensitivity issues
6503         * src/prefs_message.c
6504                 drop the useless word 'short'
6505         * src/prefs_other.c
6506                 add the word 'lines' indicating log length
6507                 is a measure of lines
6508         * src/textview.c
6509                 fix compilation warnings
6510
6511 2006-09-02 [colin]      2.4.0cvs133
6512
6513         * src/messageview.c
6514                 Display a special return-receipt message
6515                 if the message is from the user
6516         * src/summaryview.c
6517                 Fix missing freeze of the list when marking
6518                 all read and unthreading for exec. Thanks
6519                 to Stephan Sachse.
6520
6521 2006-09-02 [paul]       2.4.0cvs132
6522
6523         * src/mainwindow.c
6524         * src/prefs_message.c
6525         * src/summaryview.c
6526                 fix some english
6527
6528 2006-09-02 [wwp]        2.4.0cvs131
6529
6530         * src/prefs_filtering.c
6531                 added an account name column to the filtering rules
6532                 dialog.
6533
6534 2006-09-02 [colin]      2.4.0cvs130
6535
6536         * src/gtk/logwindow.c
6537         * src/gtk/logwindow.h
6538                 Block scrolling if we're not at the end
6539                 of the log
6540
6541 2006-09-02 [colin]      2.4.0cvs129
6542
6543         * src/folder.c
6544                 Make sure account-specific rules can't
6545                 be used in {pre-,post-,}processing
6546         * src/mainwindow.c
6547         * src/gtk/logwindow.c
6548         * src/gtk/logwindow.h
6549                 Jump to last error when clicking on the
6550                 warning icon
6551
6552 2006-09-02 [colin]      2.4.0cvs128
6553
6554         * src/imap.c
6555         * src/import.c
6556         * src/mainwindow.c
6557         * src/mainwindow.h
6558                 Fix warning icon
6559         * src/inc.c
6560         * src/mbox.c
6561         * src/mbox.h
6562                 Let proc_mbox know its account, for
6563                 account-specific rules
6564
6565 2006-09-01 [colin]      2.4.0cvs127
6566
6567         * src/codeconv.c
6568                 Don't uselessly use iconv to convert from
6569                 us-ascii
6570         * src/alertpanel.c
6571         * src/mainwindow.c
6572         * src/mainwindow.h
6573         * src/inc.c
6574                 Fix certain log cases, disable warning icon
6575                 for now, the correct way to display it when
6576                 necessary and only when necessary is probably
6577                 to do it manually rather than use error logs
6578         * src/etpan/imap-thread.c
6579                 Clean up UID logging a bit
6580         * src/gtk/logwindow.c
6581         * src/gtk/logwindow.h
6582                 Make logging faster when the window's closed
6583
6584 2006-09-01 [wwp]        2.4.0cvs126
6585
6586         * manual/fr/account.xml
6587                 reflect changes to the ref. manual (parts of cvs72):
6588                 fix tabnames and quotes.
6589
6590 2006-09-01 [wwp]        2.4.0cvs125
6591
6592         * manual/fr/plugins.xml
6593                 reflect changes to the reference manual (cvs42):
6594                 update IRC channel info.
6595
6596 2006-09-01 [wwp]        2.4.0cvs124
6597
6598         * commitHelper
6599                 use CVSEDITOR env. var. if set, according to `man cvs`.
6600
6601 2006-09-01 [wwp]        2.4.0cvs123
6602
6603         * manual/advanced.xml
6604                 better sentence again (thanks to Paul).
6605
6606 2006-09-01 [wwp]        2.4.0cvs122
6607
6608         * manual/advanced.xml
6609         fix definition of toolbar_detachable and rework a bit the one of
6610         enable_dotted_lines.
6611
6612 2006-09-01 [mones]      2.4.0cvs121
6613
6614         * manual/advanced.xml
6615                 Document enable_dotted_lines
6616
6617 2006-09-01 [paul]       2.4.0cvs120
6618
6619         * src/folderview.c
6620         * src/folderview.h
6621         * src/imap.c
6622         * src/mainwindow.c
6623         * src/summaryview.c
6624                 obey the 'When entering folder...' option
6625                 when using the /View/Go to/... menu items
6626                 Thanks to Colin
6627
6628 2006-08-31 [colin]      2.4.0cvs119
6629
6630         * src/folderview.c
6631                 Revert 2.4.0cvs116, wrong fix.
6632
6633 2006-08-31 [colin]      2.4.0cvs118
6634
6635         * src/gtk/gtksctree.c
6636                 Better state the various copyrights
6637
6638 2006-08-31 [colin]      2.4.0cvs117
6639
6640         * src/prefs_common.c
6641                 fix enable_dotted_lines
6642
6643 2006-08-31 [colin]      2.4.0cvs116
6644
6645         * src/folderview.c
6646                 Use pref "Always open on select" when going
6647                 to next unread folder
6648         * src/gtk/gtksctree.c
6649                 Fix link failure to _gtk_clist_create_cell_layout
6650                 on certain computers. (Why not mine, I wonder)
6651
6652 2006-08-31 [colin]      2.4.0cvs115
6653
6654         * src/procmsg.c
6655         * src/textview.c
6656         * src/plugins/bogofilter/bogofilter.c
6657         * src/plugins/spamassassin/spamassassin.c
6658                 Requalify some "errors" to warnings
6659         * src/mainwindow.c
6660         * src/mainwindow.h
6661         * src/statusbar.c
6662                 Add an icon in the statusbar to notify
6663                 of errors
6664         * src/gtk/gtksctree.c
6665         * src/folderview.c
6666         * src/summaryview.c
6667                 Make the GtkSCTree look more modern by
6668                 alternating background lines
6669         * src/prefs_common.c
6670         * src/prefs_common.h
6671                 Add a pref to let people have the old
6672                 way if they prefer
6673
6674
6675 2006-08-30 [colin]      2.4.0cvs114
6676
6677         * src/procmsg.c
6678         * src/procmsg.h
6679                 Provide a way to filter a list of
6680                 messages in an optimised manner, and
6681                 add a list-filtering hook
6682         * src/folder.c
6683         * src/inc.c
6684         * src/mbox.c
6685                 Use the list filtering
6686         * src/plugins/bogofilter/bogofilter.c
6687                 Use the list-filtering hook
6688                 Use -b (bulk) mode for more speed
6689                 when learning and filtering
6690         * src/etpan/imap-thread.c
6691                 Make log output shorter in UID SEARCH
6692
6693
6694 2006-08-30 [colin]      2.4.0cvs113
6695
6696         * src/plugins/bogofilter/bogofilter.c
6697                 Really fast mass learning - thanks to David
6698                 Relson for the options explanations :)
6699
6700 2006-08-30 [colin]      2.4.0cvs112
6701
6702         * src/msgcache.c
6703                 Fix compilation on FreeBSD. Thanks
6704                 to Michael Hugues
6705
6706 2006-08-29 [colin]      2.4.0cvs111
6707
6708         * src/folderview.c
6709                 Handle "popup_menu" signal (for popping the 
6710                 menu via the keyboard)
6711         * src/mimeview.c
6712         * src/mimeview.h
6713         * src/summaryview.c
6714         * src/textview.c
6715         * src/gtk/gtkutils.c
6716         * src/gtk/gtkutils.h
6717                 Factorize scrolling code, and add an API 
6718                 for MimeViewers to handle scroll orders
6719
6720 2006-08-29 [wwp]        2.4.0cvs110
6721
6722         * src/plugins//bogofilter/bogofilter.c
6723         * src/plugins//spamassassin/spamassassin.c
6724                 make the bogofilter/spamassassin filtering error dialogs at
6725         incorporation obey to the "don't popup error dialog on
6726         receive error" option. If disabled, feed the log window w/
6727         the error message.
6728
6729 2006-08-29 [paul]
6730
6731         2.5.0-rc2 released
6732
6733 2006-08-29 [paul]       2.4.0cvs109
6734
6735         * Makefile.am
6736                 remove 'make release', it's not needed
6737                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
6738
6739 2006-08-29 [paul]       2.4.0cvs108
6740
6741         * src/foldersel.c
6742         * src/summary_search.c
6743         * src/gtk/progressdialog.c
6744         * src/plugins/pgpcore/passphrase.c
6745                 replace deprecated gtk_window_set_policy()
6746
6747 2006-08-29 [colin]      2.4.0cvs107
6748
6749         * src/folder.c
6750                 Fix data loss when copy fails during a move:
6751                 only use fast remove_msgs if everything was
6752                 copied OK; else use slow remove_msg on the
6753                 mails that got copied only.
6754
6755 2006-08-28 [paul]       2.4.0cvs106
6756
6757         * src/mh.c
6758                 revert change in 2.4.0cvs104, it breaks
6759                 stuff
6760
6761 2006-08-28 [paul]       2.4.0cvs105
6762
6763         * src/plugins/spamassassin/spamassassin.c
6764                 english fix
6765
6766 2006-08-28 [paul]       2.4.0cvs104
6767
6768         * src/mh.c
6769                 fix data loss when moving to another
6770                 mailbox fails
6771         * src/prefs_spelling.c
6772                 improve the english
6773         * src/gtk/pluginwindow.c
6774                 improve the layout of the dialog text
6775         All thanks to Colin
6776
6777 2006-08-28 [paul]       2.4.0cvs103
6778
6779         * src/plugins/bogofilter/bogofilter.c
6780         * src/plugins/bogofilter/bogofilter_gtk.c
6781                 fix english up a bit, innit
6782
6783 2006-08-28 [paul]       2.4.0cvs102
6784
6785         * configure.ac
6786         * po/Makefile.in.in
6787         * po/Makevars
6788                 require autoconf 2.60, enabling building
6789                 with gettext 0.15 (gettext 0.14.x build still
6790                 possible). Replace Makefiles with versions
6791                 from gettext 0.15.
6792                 Remove configure options --with-localedir and
6793                 --with-mandir. The options that are provided
6794                 directly by autoconf 2.60 can be used instead:
6795                 --mandir --localedir
6796
6797 2006-08-27 [colin]      2.4.0cvs101
6798
6799         * src/plugins/bogofilter/Makefile.am
6800                 Fix make dist (no README)
6801
6802 2006-08-27 [colin]      2.4.0cvs100
6803
6804         * src/folder.c
6805                 Don't use F_UNKNOWN folders for any default
6806                 outbox/trash/etc
6807         * src/plugins/bogofilter/bogofilter.c
6808         * src/plugins/bogofilter/bogofilter.h
6809         * src/plugins/bogofilter/bogofilter_gtk.c
6810                 Add an option to specify the path to bogofilter
6811                 Use single-quotes to be able to learn in folders
6812                 with spaces in their names
6813                 Verify learning status
6814
6815 2006-08-27 [colin]      2.4.0cvs99
6816
6817         * manual/faq.xml
6818         * manual/plugins.xml
6819                 Document Bogofilter plugin
6820
6821 2006-08-27 [colin]      2.4.0cvs98
6822
6823         * src/compose.c
6824         * src/messageview.c
6825         * src/procmsg.c
6826         * src/procmsg.h
6827                 When possible, copy the queued mail to sent folder
6828                 instead of re-adding. Much faster on IMAP.
6829
6830 2006-08-27 [colin]      2.4.0cvs97
6831
6832         * src/msgcache.c
6833                 Disable mmaped caches - huge metadata loss
6834                 here after a power failure.
6835         * src/summaryview.c
6836                 Add quicksearch timing
6837         * src/common/plugin.c
6838         * src/common/plugin.h
6839                 Implement an interface to tell what plugins
6840                 provide. Prevent loading of similar plugins.
6841         * src/plugins/clamav/clamav_plugin.c
6842         * src/plugins/demo/demo.c
6843         * src/plugins/dillo_viewer/dillo_viewer.c
6844         * src/plugins/pgpcore/plugin.c
6845         * src/plugins/pgpinline/pgpinline.c
6846         * src/plugins/pgpmime/pgpmime.c
6847         * src/plugins/spamassassin/spamassassin.c
6848         * src/plugins/trayicon/trayicon.c
6849                 Implement plugin_provides()
6850
6851 2006-08-27 [colin]      2.4.0cvs96
6852
6853         * configure.ac
6854         * src/plugins/Makefile.am
6855         * src/plugins/bogofilter/.cvsignore
6856         * src/plugins/bogofilter/Makefile.am
6857         * src/plugins/bogofilter/bogofilter.c
6858         * src/plugins/bogofilter/bogofilter.h
6859         * src/plugins/bogofilter/bogofilter_gtk.c
6860                 New Bogofilter plugin, provides filtering and
6861                 learning. Spamassassin will go to extra plugins.
6862
6863 2006-08-26 [mones]      2.4.0cvs95
6864
6865         * manual/handling.xml
6866                 Fix subfolder path in the example (thanks to Paul) 
6867
6868 2006-08-26 [mones]      2.4.0cvs94
6869
6870         * manual/glossary.xml
6871                 2.2. + add ISP to the glossary
6872                 7.5. + Add UIDL to glossary
6873                 7.7. + Add TCP to glossary
6874         * manual/handling.xml
6875                 7.1. + Mentions GNU/Linux distribution, what about the non...
6876                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
6877                 7.3. + Mentions .bashrc, what about the non-bash ones? 
6878                 7.4. = Use appropriate quotation for commands
6879                 7.6. = change "" to <quote></quote>
6880         * manual/plugins.xml
6881                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
6882         * manual/starting.xml
6883                 2.1. + local mbox file: some examples of mbox file locations...
6884                 Also reformatted files requiring it
6885
6886 2006-08-26 [wwp]        2.4.0cvs93
6887
6888         * src/summary_search.c
6889                 disable find buttons while summary search is running.
6890
6891 2006-08-25 [colin]      2.4.0cvs92
6892
6893         * src/folder.c
6894         * src/folderutils.c
6895         * src/mh.c
6896         * src/procmsg.h
6897         * src/summaryview.c
6898                 Speed up MH moving, and add progressbar
6899                 for MH deletion
6900         * src/msgcache.c
6901                 Write cache files using mmap() too
6902
6903 2006-08-25 [wwp]        2.4.0cvs91
6904
6905         * src/summaryview.c
6906                 switch spam<->ham button when a message has been marked as spam or ham
6907                 and is still selected. Thanks to Colin.
6908
6909 2006-08-25 [paul]       2.4.0cvs90
6910
6911         * src/Makefile.am
6912         * src/stock_pixmap.c
6913         * src/stock_pixmap.h
6914         * src/summaryview.c
6915         * src/gtk/icon_legend.c
6916         * src/pixmaps/copied.xpm
6917         * src/pixmaps/moved.xpm
6918                 add icons for delayed execution marked for
6919                 copying, marked for moving
6920
6921 2006-08-25 [mones]      2.4.0cvs89
6922
6923         * manual/glossary.xml
6924                 Fix the other glossary items:
6925                 5.1. = Inmmediate execution -> <quote>immediate execution...
6926                 5.2. = Fix MBOX capitalization -> Mbox
6927                 5.3. + Improve Plugins def. w/ tech. ref.
6928                 5.4. = Quotation -> replace '>' by <quote>></quote>
6929                 5.5. - SMTP Server. -> remove dot
6930         * po/es.po
6931                 Updated translation
6932
6933 2006-08-25 [mones]      2.4.0cvs88
6934
6935         * manual/ack.xml
6936                 Reformatted, changed email address
6937         * manual/glossary.xml
6938                 Reformatted, fixed MANUAL-TODO items:
6939                 8.2. + add ROT-13 to glossary
6940                 8.4. + add URL to glossary
6941         * manual/es/advanced.xml
6942                 Fixed <literal>s
6943
6944 2006-08-25 [paul]       2.4.0cvs87
6945
6946         * src/gtk/icon_legend.c
6947                 add 'marked for deletion' icon
6948                 arrange icons by containing column
6949                 wrap long label text
6950
6951 2006-08-25 [colin]      2.4.0cvs86
6952
6953         * src/common/utils.c
6954         * src/common/utils.h
6955                 Add the sc_g_*list_bigger functions in
6956                 a place everyone can use it
6957         * src/summaryview.c
6958                 Only freeze/thaw the list when working
6959                 on the selection, if it's bigger than 1
6960         * src/gtk/gtksctree.c
6961                 Only freeze/thaw the list when unselec-
6962                 ting 'all' if ('all' != 1)
6963                 This avoids some flickering
6964
6965 2006-08-24 [colin]      2.4.0cvs85
6966
6967         * src/addressbook.c
6968                 Fix strange list selection
6969                 Fix random seg (Invalid read of freed memory)
6970
6971 2006-08-24 [colin]      2.4.0cvs84
6972
6973         * src/alertpanel.c
6974         * src/gtk/inputdialog.c
6975         * src/plugins/pgpcore/passphrase.c
6976                 Revert minimal width patch of 2.4.0cvs67,
6977                 as it is also a maximal width. Use 
6978                 gtk_window_set_default_size instead.
6979
6980 2006-08-24 [colin]      2.4.0cvs83
6981
6982         * src/msgcache.c
6983                 Write cache/mark to temp files before
6984                 overwriting old ones (avoids metadata
6985                 loss if writing the new files fail).
6986                 Use mmap() to read cache/mark file, as
6987                 this makes cache reading faster. Dis-
6988                 abled for big-endian machines until it
6989                 can be tested. (Big-endian users: set
6990                 msgcache_use_mmap = TRUE in the relevant
6991                 #if).
6992         * src/procmsg.h
6993                 Move rarely used fields of MsgInfo in 
6994                 another structure, which will only be
6995                 allocated if needed. Face, X-Face,
6996                 Return receipt headers and List-*
6997                 headers are moved. Mails having none
6998                 of these occupy 52 bytes less with
6999                 this patch, which makes 2.5MB of RAM
7000                 saved on a 50k folder).
7001         * src/headerview.c
7002         * src/mainwindow.c
7003         * src/messageview.c
7004         * src/partial_download.c
7005         * src/procheader.c
7006         * src/procmsg.c
7007         * src/textview.c
7008                 Follow this structure change.
7009
7010 2006-08-24 [wwp]        2.4.0cvs82
7011
7012         * manual/es/.cvsignore
7013         * manual/es/dist/.cvsignore
7014         * manual/es/dist/html/.cvsignore
7015         * manual/es/dist/pdf/.cvsignore
7016         * manual/es/dist/ps/.cvsignore
7017         * manual/es/dist/txt/.cvsignore
7018                 more (generated) files to ignore.
7019
7020 2006-08-24 [colin]      2.4.0cvs81
7021
7022         * src/folder.c
7023         * src/mh.c
7024                 Fix possible problems with local delivery. Check the folder doesn't
7025                 need scan before setting its mtime when saving cache (which can be
7026                 done long after the folder's been modified by an external process);
7027                 Check that the stored item's mtime didn't change in mh functions.
7028
7029 2006-08-24 [mones]      2.4.0cvs80
7030
7031         * manual/advanced.xml
7032                 Rewrapping, some fixes and MANUAL-TODO items:
7033                 8.1. = change "" to <quote></quote>
7034                 8.3. = quote menu items
7035                 8.5. - deploying -> new user ... ideally a new user (redundant)
7036
7037 2006-08-23 [colin]      2.4.0cvs79
7038
7039         * src/gtk/gtksctree.c
7040                 When selecting or deselecting range, only
7041                 freeze/thaw when selection is bigger than 10
7042
7043 2006-08-23 [colin]      2.4.0cvs78
7044
7045         * src/messageview.c
7046         * src/mimeview.c
7047         * src/mimeview.h
7048         * src/plugins/dillo_viewer/dillo_viewer.c
7049                 Provide an API for MimeViewer plugins to
7050                 return a text selection for replying
7051
7052 2006-08-23 [colin]      2.4.0cvs77
7053
7054         * src/image_viewer.c
7055         * src/textview.c
7056                 Use gtk_pixbuf_new_from_file_at_scale(), which
7057                 is faster than getting the pixbuf then resizing
7058                 it.
7059
7060 2006-08-23 [colin]      2.4.0cvs76
7061
7062         * src/procmime.c
7063                 UTF-8 should be sent Quoted-printable
7064
7065 2006-08-22 [colin]      2.4.0cvs75
7066
7067         * src/mh.c
7068                 Check if scan is required before touching
7069                 the folder (or it'll be required every time)
7070
7071 2006-08-22 [colin]      2.4.0cvs74
7072
7073         * configure.ac
7074                 Require libetpan 0.46 (crasher fix when built
7075                 against gnutls)
7076
7077 2006-08-22 [colin]      2.4.0cvs73
7078
7079         * src/folder.c
7080                 Set folder's mtime after writing its
7081                 cache
7082         * src/folderview.c
7083                 Add some timing
7084         * src/procmsg.c
7085                 Don't do useless stuff if we don't 
7086                 thread by subject
7087         * src/summaryview.c
7088                 Add some timing, don't deselect prior
7089                 to selecting (gtksctree does it itself),
7090                 remove crash avoidance hacks as it's been
7091                 properly fixed since a while
7092         * src/common/utils.c
7093                 Optimize to_human_readable(): _() is slow,
7094                 do it only once, and avoid %f format for KB
7095                 (the most common in a summaryview)
7096         * src/gtk/gtksctree.c
7097                 Don't uselessly freeze/thaw (fixes flicker
7098                 on next unread and friends), reduce number
7099                 of g_list_nth/g_list_position where possible
7100         * src/gtk/gtkutils.c
7101         * src/gtk/gtkutils.h
7102                 Reduce number of g_list_nth/g_list_position
7103                 where possible.
7104                 All of this makes loading as 70k folder 2.1
7105                 seconds instead of 3.2 (with hot FS caches).
7106                 (1.3 seconds without Date and Size columns...)
7107
7108 2006-08-22 [paul]       2.4.0cvs72
7109
7110         wrap documents and do some items from mones' MANUAL-TODO:
7111
7112         * manual/account.xml
7113                 4.1. = fix tabname references to <quote>tabname</quote>
7114                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
7115         * manual/faq.xml
7116                 1.1. = mentioned options don't match UI
7117                 Add information about the 'Never send Return Receipts'
7118                 option
7119         * manual/handling.xml
7120                 6.2. = Mentions Extended symbols button, but now is
7121                 named Information
7122                 6.3. = Mentions ... button, which is now Edit
7123
7124 2006-08-22 [colin]      2.4.0cvs71
7125
7126         * src/gtk/pluginwindow.c
7127                 Fix layout in verbose translations (such
7128                 as french)
7129
7130 2006-08-22 [paul]       2.4.0cvs70
7131
7132         * manual/Makefile.am
7133                 build manuals in alphabetical order
7134         * src/addressbook.c
7135         * src/prefs_themes.c
7136                 replace/remove deprecated symbols
7137         * src/gtk/gtkutils.c
7138                 fix a warning
7139         * src/gtk/pluginwindow.c
7140                 replace deprecated symbol
7141                 replace label text and move it
7142         * src/plugins/pgpcore/prefs_gpg.c
7143                 move the 'Generate...' button out of the
7144                 Sign Key frame, replace the English used
7145         * src/plugins/pgpcore/sgpgme.c
7146                 fixes to the English
7147
7148 2006-08-21 [colin]      2.4.0cvs69
7149
7150         * src/plugins/trayicon/trayicon.c
7151                 Add more strings for translation; patch
7152                 by Pawel
7153
7154 2006-08-21 [colin]      2.4.0cvs68
7155
7156         * src/compose.c
7157                 fix replied flag not set after drafting
7158         * src/matcher.c
7159                 fix body quicksearch in non-encoded bodies
7160                 containing '='
7161         * src/msgcache.c
7162                 Get rid of the g_malloc workaround for
7163                 corrupted caches, use g_try_malloc
7164
7165 2006-08-21 [colin]      2.4.0cvs67
7166
7167         * src/alertpanel.c
7168         * src/gtk/inputdialog.c
7169         * src/plugins/pgpcore/passphrase.c
7170                 Set minimal width to 375
7171         * src/mainwindow.c
7172                 Fix switching to offline, asking if it 
7173                 should be overriden for synchronising
7174         * src/mimeview.c
7175                 Don't offer to remember command on Open 
7176                 with for text parts, as the browser or 
7177                 text editor command isn't changed from 
7178                 there
7179
7180 2006-08-20 [paul]       2.4.0cvs66
7181
7182         * po/ko.po
7183         * po/zh_CN.po
7184                 fix plural form errors. revealed by stricter
7185                 checking of gettext 0.15
7186
7187 2006-08-18 [paul]       2.4.0cvs65
7188
7189         * src/stock_pixmap.c
7190                 fix the fix of 2.4.0cvs64
7191                 Thanks to Colin
7192
7193 2006-08-18 [paul]       2.4.0cvs64
7194
7195         * src/stock_pixmap.c
7196                 fix leaks
7197                 Thanks to Colin
7198
7199 2006-08-18 [paul]       2.4.0cvs63
7200
7201         * src/compose.c
7202         * src/procmsg.c
7203                 fix occasional IMAP bug where large msgs
7204                 were left in the queue folder after sending
7205                 Thanks to Colin
7206
7207 2006-08-18 [paul]       2.4.0cvs62
7208
7209         * src/folderview.c
7210                 freeze the summaryview while quicksearch results
7211                 are displayed
7212                 (fixes bug 456 'current message is hidden when the
7213                 view is refreshed and extended search is "unread 
7214                 messages"')
7215                 Thanks to Colin
7216         * src/textview.c
7217                 add missing #include "inputdialog.h"
7218         * src/common/utils.h
7219                 add missing mailcap_update_default() and improve
7220                 readability
7221
7222 2006-08-17 [colin]      2.4.0cvs61
7223
7224         * src/plugins/pgpcore/select-keys.c
7225                 Fix warnings :)
7226
7227 2006-08-17 [colin]      2.4.0cvs60
7228
7229         * src/compose.c
7230                 Don't continue queuing if Cancel is clicked
7231                 in select-keys
7232
7233 2006-08-17 [colin]      2.4.0cvs59
7234
7235         * src/plugins/pgpcore/select-keys.c
7236                 When encrypting, if only one key matches and it 
7237                 matches exactly, automatically use it.
7238
7239 2006-08-17 [colin]      2.4.0cvs58
7240
7241         * src/mimeview.c
7242         * src/prefs_common.c
7243         * src/prefs_common.h
7244         * src/prefs_ext_prog.c
7245         * src/textview.c
7246                 Fix issues with previous patch (text/html)
7247                 Remove outdated prefs
7248
7249 2006-08-17 [colin]      2.4.0cvs57
7250
7251         * src/imap.c
7252                 Add View Log button on auth error
7253         * src/procmsg.c
7254                 Fix encrypted mail marked as new when
7255                 saved in normal folders
7256         * src/plugins/pgpinline/pgpinline.c
7257                 Fix encrypt bug on IMAP
7258         * src/mimeview.c
7259         * src/common/utils.c
7260         * src/common/utils.h
7261         * src/gtk/inputdialog.c
7262         * src/gtk/inputdialog.h
7263                 Get rid of metamail stuff, simplify
7264                 opening, and allow remembering of user's
7265                 choices (by updating ~/.mailcap). There's
7266                 still to drop "Audio player" and "Image
7267                 viewer" preferences.
7268
7269 2006-08-17 [mones]      2.4.0cvs56
7270
7271         * manual/es/sylpheed-claws-manual.xml
7272                 fix DTD path
7273
7274 2006-08-17 [mones]      2.4.0cvs55
7275
7276         * configure.ac
7277         * manual/Makefile.am
7278         * manual/es/Makefile.am
7279         * manual/es/account.xml
7280         * manual/es/ack.xml
7281         * manual/es/addrbook.xml
7282         * manual/es/advanced.xml
7283         * manual/es/faq.xml
7284         * manual/es/glossary.xml
7285         * manual/es/gpl.xml
7286         * manual/es/handling.xml
7287         * manual/es/intro.xml
7288         * manual/es/keyboard.xml
7289         * manual/es/plugins.xml
7290         * manual/es/starting.xml
7291         * manual/es/sylpheed-claws-manual.xml
7292         * manual/es/dist/Makefile.am
7293         * manual/es/dist/html/Makefile.am
7294         * manual/es/dist/pdf/Makefile.am
7295         * manual/es/dist/ps/Makefile.am
7296         * manual/es/dist/txt/Makefile.am
7297                 Spanish translation for the manual
7298
7299 2006-08-16 [colin]      2.4.0cvs54
7300
7301         * src/compose.c
7302         * src/main.c
7303         * src/mainwindow.c
7304                 Fix send button sensitivity at startup
7305                 Set send menu sensitivity (patch by Fabien)
7306         * src/ssl_manager.c
7307                 Enable closing with esc (patch by Fabien)
7308         * src/gtk/foldersort.c
7309                 Enable closing with esc (patch by Fabien)
7310         * src/procmime.c
7311                 Optimisation (no need to copy to tempfile to
7312                 "decode" 7bit and 8bit)
7313         * src/summaryview.c
7314                 Fix cruft in swap_from case
7315         * src/textview.c
7316                 Fix missing last line in some mail cases 
7317                 (Fixes debian #381872)
7318         * src/plugins/pgpcore/prefs_gpg.c
7319         * src/plugins/pgpcore/sgpgme.c
7320         * src/plugins/pgpcore/sgpgme.h
7321                 Don't show "no key found" when user explicitely
7322                 wants to create a key
7323
7324 2006-08-16 [paul]       2.4.0cvs53
7325
7326         * configure.ac
7327         * src/account.c
7328         * src/addressbook.c
7329         * src/headerview.c
7330         * src/prefs_account.c
7331         * src/prefs_message.c
7332         * src/gtk/gtkutils.c
7333                 bump up minimum required versions of GTK+ and
7334                 GLIB to 2.6.0
7335
7336 2006-08-16 [paul]       2.4.0cvs52
7337
7338         * src/toolbar.c
7339                 workaround GTK+ Bug 351600 - 'Can't re-click
7340                 on button after sensitivity update'
7341                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
7342                 Thanks to Colin
7343
7344 2006-08-15 [colin]      2.4.0cvs51
7345
7346         * src/plugins/pgpcore/prefs_gpg.c
7347                 Set options sensitivity according to
7348                 key existence
7349         * src/plugins/pgpcore/sgpgme.c
7350                 Allow to create key with no passphrase
7351
7352 2006-08-14 [cleroy]     2.4.0cvs50
7353
7354         * src/gtk/pluginwindow.c
7355                 New layout (maybe to be changed?)
7356         * src/gtk/gtkutils.c
7357                 Fix a bit label_window
7358         * src/plugins/pgpcore/passphrase.c
7359         * src/plugins/pgpcore/passphrase.h
7360         * src/plugins/pgpcore/plugin.c
7361         * src/plugins/pgpcore/prefs_gpg.c
7362         * src/plugins/pgpcore/prefs_gpg.h
7363         * src/plugins/pgpcore/sgpgme.c
7364         * src/plugins/pgpcore/sgpgme.h
7365                 Allow to create a PGP private key via the GUI
7366
7367 2006-08-14 [wwp]        2.4.0cvs49
7368
7369         * src/addressbook_foldersel.c
7370                 fix strict ISO C90 compliance.
7371
7372 2006-08-14 [paul]       2.4.0cvs48
7373
7374         * src/gtk/prefswindow.c
7375                 re-set scrolled window on opening
7376                 Patch by Ticho
7377
7378 2006-08-14 [paul]
7379
7380         2.5.0-rc1 released
7381
7382 2006-08-14 [paul]       2.4.0cvs47
7383
7384         * src/prefs_display_header.c
7385                 re-enable user-defined Displayed Headers
7386
7387 2006-08-14 [paul]       2.4.0cvs46
7388
7389         * src/prefs_account.c
7390                 use GTK_STOCK_EDIT
7391
7392 2006-08-13 [colin]      2.4.0cvs45
7393
7394         * src/common/utils.c
7395                 Fix "a" in quote when the original message is empty,
7396                 by using \0 instead of 'a' to test writability of
7397                 temp files.
7398
7399 2006-08-13 [wwp]        2.4.0cvs44
7400
7401         * src/plugins/spamassassin/spamassassin.c
7402                 fix capitalization of "SpamAssassin" in some debug, log and
7403                 dialog messages.
7404
7405 2006-08-13 [paul]       2.4.0cvs43
7406
7407         * src/editldap.c
7408                 fix overlapping widgets
7409         * src/prefs_account.c
7410                 fix translation of protocol_names[]
7411                 fix label disappearing off the edge of the
7412                 visible area
7413
7414 2006-08-12 [paul]       2.4.0cvs42
7415
7416         * manual/plugins.xml
7417                 update IRC channel info before it gets forgotten
7418                 about
7419
7420 2006-08-11 [colin]      2.4.0cvs41
7421
7422         * src/compose.c
7423         * src/mainwindow.c
7424         * src/mainwindow.h
7425         * src/procmsg.c
7426         * src/procmsg.h
7427         * src/summaryview.c
7428         * src/toolbar.c
7429                 Grey out the Send button if
7430                 - Queue folders are empty, or
7431                 - We're sending already
7432
7433 2006-08-11 [wwp]        2.4.0cvs40
7434
7435         * src/main.c
7436                 fix a logic issue when quitting while a compose window is
7437                 still open, thanks to Colin.
7438
7439 2006-08-10 [colin]      2.4.0cvs39
7440
7441         * src/main.c
7442                 Fix default font size setting after wizard run
7443         * src/imap.c
7444         * src/etpan/imap-thread.c
7445         * src/etpan/imap-thread.h
7446                 Fix bug #999 (Timing out on TSL cert validation 
7447                 dialog makes ugly things happen). Also, STARTTLS
7448                 unconditionnaly if initial capabilities contain
7449                 LOGINDISABLED and STARTTLS.
7450
7451 2006-08-09 [colin]      2.4.0cvs38
7452
7453         * src/mainwindow.c
7454         * src/mainwindow.h
7455                 Fix Tools/Actions sensitivity when there are
7456                 no actions
7457
7458 2006-08-09 [colin]      2.4.0cvs37
7459
7460         * src/prefs_filtering.c
7461                 Warning fix, patch by Paul
7462         * src/messageview.c
7463         * src/prefs_actions.c
7464         * src/prefs_filtering_action.c
7465         * src/prefs_matcher.c
7466                 Uniformisation of "Info ..." to "Info..." (for
7467                 old gtk), patch by Fabien
7468         * src/plugins/clamav/clamav_plugin_gtk.c
7469                 Sensitivity fix by Fabien
7470
7471 2006-08-09 [colin]      2.4.0cvs36
7472
7473         * src/main.c
7474         * src/main.h
7475                 Add a function to know whether we're exiting
7476         * src/plugins/trayicon/trayicon.c
7477                 If exiting, don't do anything. Faster, and
7478                 avoids gtk_main_iteration reentracy causing
7479                 segfaults at exit
7480
7481 2006-08-09 [colin]      2.4.0cvs35
7482
7483         * src/messageview.c
7484         * src/mimeview.c
7485         * src/mimeview.h
7486                 Fix lack of part selection when automatically 
7487                 jumping to a specific part
7488         * src/msgcache.c
7489                 Little optimisation in cache reading
7490
7491 2006-08-09 [colin]      2.4.0cvs34
7492
7493         * src/compose.c
7494                 Fix crash setting the priority on reedit
7495                 (Accessing compose before creating it!)
7496
7497 2006-08-08 [colin]      2.4.0cvs33
7498
7499         * src/procmime.c
7500                 Fix bug #998 (last attachment is not accessible)
7501                 Bad RFC interpretation on multipart close-delimiters
7502         * src/mimeview.c
7503         * src/mimeview.h
7504         * src/gtk/gtkvscrollbutton.c
7505         * src/gtk/gtkvscrollbutton.h
7506                 Make attachments list wheel-scrollable
7507
7508 2006-08-07 [colin]      2.4.0cvs32
7509
7510         * src/gtk/gtkaspell.c
7511                 Fix bug #973 (Unicode punctation characters 
7512                 are not recognized as separators by the
7513                 spell checker); fix unsigned stuff
7514
7515 2006-08-07 [colin]      2.4.0cvs31
7516
7517         * src/compose.c
7518                 Fix bug #956 (DnD text with accents in compose 
7519                 text entry); fix gccc's signed/unsigned fuss
7520
7521 2006-08-06 [colin]      2.4.0cvs30
7522
7523         * src/main.c
7524                 Fix bug #979 (Plugin crashes when exiting 
7525                 sylpheed-claws) : handle exit request only 
7526                 once
7527
7528 2006-08-05 [colin]      2.4.0cvs29
7529
7530         * src/news.c
7531                 Just make sure we have a msgid.
7532
7533 2006-08-05 [colin]      2.4.0cvs28
7534
7535         * src/news.c
7536         * src/summaryview.c
7537                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
7538                 by reimplementing it
7539         * src/textview.c
7540                 Fix bug when hiding quotes with level > 3 and quote
7541                 colors are recycled
7542
7543 2006-08-04 [colin]      2.4.0cvs27
7544
7545         * src/compose.c
7546         * src/undo.c
7547         * src/undo.h
7548                 Fix a bit replace-by-pasting undo
7549         * src/mainwindow.c
7550         * src/messageview.c
7551                 Fix Fold quotes menu synchro in
7552                 mainwindow when it changes in 
7553                 messageview
7554         * src/textview.c
7555                 Fix right-click on quotes blocks
7556         * src/common/utils.c
7557                 Verify that the file created by
7558                 my_tmpfile() is writable. Fixes
7559                 bug #988 (very specific filesystem
7560                 issue)
7561         * src/plugins/pgpcore/sgpgme.c
7562                 Fix file descriptor leak
7563         * src/plugins/spamassassin/spamassassin.c
7564                 Warn once if spamd isn't reachable
7565
7566 2006-08-04 [colin]      2.4.0cvs26
7567
7568         * src/toolbar.c
7569                 i18n context patch by Fabien
7570
7571 2006-08-03 [colin]      2.4.0cvs25
7572
7573         * src/mainwindow.c
7574         * src/messageview.c
7575                 Rename "Hide quotes" to "Fold quotes"
7576         * src/textview.c
7577                 Don't use hand cursor on quotes. "all 
7578                 the bonuses of the feature and none of 
7579                 unwelcome side-effects"
7580
7581 2006-08-03 [colin]      2.4.0cvs24
7582
7583         * AUTHORS
7584         * sylpheed-claws.desktop
7585         * src/gtk/authors.h
7586                 Bring the desktop file to XDG compliance
7587                 Patch by Charles A. Edwards
7588
7589 2006-08-03 [colin]      2.4.0cvs23
7590
7591         * src/textview.c
7592                 Fix links offset when they are preceded
7593                 by accentued chars (g_utf8_strlen!)
7594         * src/mainwindow.c
7595                 Fix wrong status when starting offline
7596
7597
7598 2006-08-03 [wwp]        2.4.0cvs22
7599
7600         * src/prefs_common.h
7601                 ask what to do w/ filtering rules that belong to an account when
7602                 applying filtering rules manually from the main window (skip,
7603                 apply regardless of the account, use current account). This dialog
7604                 can be skipped and the last reply used.
7605                 (forgot that file)
7606
7607 2006-08-03 [wwp]        2.4.0cvs21
7608
7609         * src/filtering.c
7610         * src/filtering.h
7611         * src/prefs_common.c
7612         * src/summaryview.c
7613         * src/alertpanel.c
7614         * src/alertpanel.h
7615         * src/messageview.c
7616                 ask what to do w/ filtering rules that belong to an account when
7617                 applying filtering rules manually from the main window (skip,
7618                 apply regardless of the account, use current account). This dialog
7619                 can be skipped and the last reply used.
7620
7621
7622 2006-08-03 [colin]      2.4.0cvs20
7623
7624         * src/textview.c
7625                 Optimize previous patch
7626
7627 2006-08-03 [cleroy]     2.4.0cvs19
7628
7629         * src/textview.c
7630                 Fix quotes getting toggled back when the
7631                 mail has an even number of text parts
7632
7633 2006-08-02 [colin]      2.4.0cvs18
7634
7635         * src/messageview.c
7636                 Add Hide quotes menu
7637
7638 2006-08-02 [colin]      2.4.0cvs17
7639
7640         * src/mainwindow.c
7641         * src/prefs_common.c
7642         * src/textview.c
7643         * src/textview.h
7644         * src/gtk/about.c
7645                 Allow per-level quote hiding,
7646                 Allow toggling quotes by double-clicking them
7647                 Rename RemoteURI to ClickableText to reflect
7648                 the fact it's used for a variety of things
7649
7650 2006-08-02 [wwp]        2.4.0cvs16
7651
7652         * src/mainwindow.c
7653                 fix "View/Hide quotes" menu item status initialization.
7654
7655 2006-08-02 [wwp]        2.4.0cvs15
7656
7657         * src/matcher_parser_parse.y
7658                 remove a debug trace.
7659
7660 2006-08-02 [paul]       2.4.0cvs14
7661
7662         * src/plugins/pgpcore/passphrase.c
7663                 don't set initial dialog size
7664                 make it resizable
7665
7666 2006-08-02 [paul]       2.4.0cvs13
7667
7668         * src/noticeview.c
7669                 remove the rogue '/' character
7670
7671 2006-08-02 [paul]       2.4.0cvs12
7672
7673         * src/noticeview.c
7674                 allow buttons to resize as necessary
7675
7676 2006-08-01 [wwp]        2.4.0cvs11
7677
7678         * src/mbox.c
7679                 fix strict ISO C90 compliance.
7680
7681 2006-08-01 [wwp]        2.4.0cvs10
7682
7683         * tools/update-po
7684                 updated update-po tool to work w/ context-dependent translations.
7685                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
7686
7687 2006-08-01 [wwp]        2.4.0cvs9
7688
7689         * src/matcher.c
7690         * src/prefs_filtering.c
7691         * src/prefs_matcher.c
7692                 allow context-dependent translations for "All",
7693                 patch by Fabien Vantard <fzzzzz@gmail.com>.
7694
7695 2006-07-31 [colin]      2.4.0cvs8
7696
7697         * AUTHORS
7698         * src/gtk/authors.h
7699                 Add Rafal to authors
7700
7701 2006-07-31 [colin]      2.4.0cvs7
7702
7703         * src/compose.c
7704         * src/mainwindow.c
7705         * src/messageview.h
7706         * src/prefs_common.c
7707         * src/prefs_common.h
7708         * src/textview.c
7709                 Add 'View/Hide quotes'. Patch based on a patch
7710                 by Rafal Weglarz
7711
7712 2006-07-31 [colin]      2.4.0cvs6
7713
7714         * src/action.c
7715                 Fix problem with "> stuff >" actions
7716
7717 2006-07-31 [paul]       2.4.0cvs5
7718
7719         * po/nb.po
7720                 updated by Geir Helland
7721
7722 2006-07-31 [wwp]        2.4.0cvs4
7723
7724         * src/mainwindow.c
7725         * src/summaryview.c
7726         * src/summaryview.h
7727                 add "View/Go to/Parent message" and "View/Go to/Last read message",
7728                 thanks to Colin.
7729
7730 2006-07-31 [wwp]        2.4.0cvs3
7731
7732         * src/Makefile.am
7733         * src/addr_compl.c
7734         * src/addr_compl.h
7735         * src/addressbook.c
7736         * src/addressbook.h
7737         * src/addressbook_foldersel.c
7738         * src/addressbook_foldersel.h
7739         * src/addrindex.c
7740         * src/addrindex.h
7741         * src/matcher.c
7742         * src/matcher.h
7743         * src/matcher_parser_lex.l
7744         * src/matcher_parser_parse.y
7745         * src/prefs_common.c
7746         * src/prefs_common.h
7747         * src/prefs_filtering.c
7748         * src/prefs_matcher.c
7749         * src/prefs_matcher.h
7750         * src/summaryview.c
7751                 introduce filtering against the address book. It's now possible to add
7752                 matched conditions to determine if any email address in a message matches
7753                 or doesn't match any or all books or folders in the address book.
7754
7755 2006-07-31 [wwp]        2.4.0cvs2
7756
7757         * src/account.c
7758         * src/filtering.c
7759         * src/filtering.h
7760         * src/folder.c
7761         * src/folderview.c
7762         * src/inc.c
7763         * src/mainwindow.c
7764         * src/matcher.c
7765         * src/matcher_parser_lex.l
7766         * src/matcher_parser_parse.y
7767         * src/mbox.c
7768         * src/prefs_filtering.c
7769         * src/prefs_filtering.h
7770         * src/procmsg.c
7771         * src/procmsg.h
7772         * src/summaryview.c
7773                 introduce per-account filtering rules. Each filtering rule can now be assigned
7774                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
7775                 when applying filtering rules manually, as all rules will apply - even the ones
7776                 assigned to an account. This issue will be addressed soon.
7777  
7778
7779
7780 2006-07-31 [wwp]        2.4.0cvs1
7781
7782         * src/quote_fmt.c
7783                 make more strings translatable.
7784
7785 2006-07-31 [paul]       2.4.0
7786
7787         2.4.0 released
7788
7789 2006-07-31 [paul]       2.3.1cvs91
7790
7791         * po/ca.po
7792                 updated by Miquel Oliete
7793
7794 2006-07-31 [paul]       2.3.1cvs90
7795
7796         * po/de.po
7797         * po/el.po
7798         * po/fr.po
7799         * po/it.po
7800         * po/pl.po
7801         * po/pt_BR.po
7802         * po/sr.po
7803         * po/zh_CN.po
7804                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
7805                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
7806                 Aleksandar Urosevic, and Ralgh Young
7807
7808 2006-07-31 [paul]       2.3.1cvs89
7809
7810         * src/account.c
7811         * src/main.c
7812         * src/mainwindow.c
7813         * src/mainwindow.h
7814                 Fix a race condition when, after an SC crash, rescanning
7815                 folders took more than 0.5 seconds
7816                 Thanks to Colin
7817
7818 2006-07-31 [paul]       2.3.1cvs88
7819
7820         * src/folderview.c
7821                 don't translate separator strings
7822
7823 2006-07-30 [mones]      2.3.1cvs87
7824
7825         * doc/man/sylpheed-claws.1
7826                 Fixed non-ASCII chars in Hoa's name
7827         * po/es.po
7828                 Updated for release
7829
7830 2006-07-27 [colin]      2.3.1cvs86
7831
7832         * src/textview.c
7833                 Don't include the leading \n in links
7834                 Patch by Fabien
7835
7836 2006-07-25 [colin]      2.3.1cvs85
7837
7838         * src/mainwindow.c
7839         * src/common/socket.h
7840         * src/etpan/imap-thread.c
7841                 Refresh resolvers before connecting
7842                 to IMAP servers, and after switching
7843                 to online. Thanks to Paul.
7844
7845 2006-07-18 [colin]
7846
7847         * 2.4.0-rc4 released
7848
7849 2006-07-17 [colin]      2.3.1cvs84
7850
7851         * src/inc.c
7852                 Show connection attempt in statusbar before
7853                 connecting (previously first message was
7854                 "Retrieving messages from ..." after the
7855                 connection succeeded.
7856
7857 2006-07-16 [wwp]        2.3.1cvs83
7858
7859         * sylpheed-claws.ico
7860                 Added .ico file (windows multi-size icon file, generated).
7861
7862 2006-07-12 [wwp]        2.3.1cvs82
7863
7864         * src/messageview.c
7865                 remove Message/Re-edit menu entry from messageview window,
7866                 as sent/draft/queued messages are opened in compose window when
7867                 re-edited and it's not possible to re-edit other msgs.
7868
7869 2006-07-12 [paul]       2.3.1cvs81
7870
7871         * AUTHORS
7872         * src/mainwindow.c
7873         * src/gtk/authors.h
7874                 check online state before resetting
7875                 mailcheck timer. Useful if some program
7876                 verifies connection state and updates
7877                 Claws.
7878                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
7879
7880 2006-07-12 [paul]       2.3.1cvs80
7881
7882         * sylpheed-claws-128x128.png
7883         * sylpheed-claws-64x64.png
7884         * sylpheed-claws.png
7885         * src/Makefile.am
7886         * src/main.c
7887         * src/prefs_toolbar.c
7888         * src/stock_pixmap.c
7889         * src/stock_pixmap.h
7890         * src/wizard.c
7891         * src/gtk/about.c
7892         * src/gtk/gtkutils.c
7893         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
7894         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
7895         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
7896         * src/pixmaps/sylpheed.xpm              ** REMOVED **
7897         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
7898         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
7899                 updated and renamed logo/icon files and related
7900                 logo by Jesper Schultz
7901
7902 2006-07-11 [paul]       2.3.1cvs79
7903
7904         * src/main.c
7905                 fix the labels a smidgin
7906
7907 2006-07-09 [colin]      2.3.1cvs78
7908
7909         * src/textview.c
7910                 Show errors in textviewer's command
7911                 Patch by H. Merijn Brand
7912
7913 2006-07-09 [colin]      2.3.1cvs77
7914
7915         * src/compose.c
7916                 Save FMID in drafts too
7917
7918 2006-07-08 [colin]      2.3.1cvs76
7919
7920         * src/compose.c
7921                 Svae RMID in drafted mails too
7922                 Save quote_fmt vars for whole mails,
7923                 don't reset at each quote_fmt_init:
7924                 allows to use the same |i{var} in
7925                 various template fields
7926         * src/prefs_template.c
7927         * src/quote_fmt.h
7928         * src/quote_fmt_parse.y
7929                 Same
7930
7931 2006-07-08 [colin]      2.3.1cvs75
7932
7933         * src/textview.c
7934                 Fix highlighting of attached parts URIs
7935
7936 2006-07-08 [colin]      2.3.1cvs74
7937
7938         * src/main.c
7939                 Prevent bug #981 (sc 2.3.1 segfaults with 
7940                 gtk+ 2.10) from being reported again:
7941                 if Sylpheed-Claws has been compiled against
7942                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
7943                 of if Sylpheed-Claws has been compiled against
7944                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
7945                 error out.
7946
7947 2006-07-07 [colin]      2.3.1cvs73
7948
7949         * src/prefs_actions.c
7950                 Fix label
7951
7952 2006-07-07 [colin]      2.3.1cvs72
7953
7954         * src/prefs_actions.c
7955                 Fix compile on gtk < 2.8. argh :)
7956
7957 2006-07-07 [paul]       2.3.1cvs71
7958
7959         * src/common/defs.h
7960                 update DONATE_URI
7961
7962 2006-07-07 [colin]      2.3.1cvs70
7963
7964         * po/POTFILES.in
7965         * src/quote_fmt.c
7966         * src/quote_fmt_lex.l
7967         * src/quote_fmt_parse.y
7968                 Add |i{var}, a way to insert user-entered
7969                 text in a template
7970
7971 2006-07-07 [colin]
7972
7973         * 2.4.0-rc3 released
7974
7975 2006-07-07 [colin]      2.3.1cvs69
7976
7977         * src/folder.c
7978                 Don't consider inboxes of UNKNOWN folder 
7979                 classes to be useable as default inboxes
7980
7981 2006-07-07 [paul]       2.3.1cvs68
7982
7983         * src/textview.c
7984                 add missing #include <errno.h>
7985                 Thanks to René J. Blokland
7986
7987 2006-07-07 [paul]       2.3.1cvs67
7988
7989         * src/action.c
7990                 Return now Closes dialog
7991         * src/mimeview.c
7992         * src/mimeview.h
7993         * src/textview.c
7994                 add contextual menu to mime parts listed
7995                 in the textview
7996                 Thanks to Colin
7997         * src/common/utils.c
7998                 reversal: ' is a valid character in URLs
7999
8000 2006-07-06 [colin]      2.3.1cvs66
8001
8002         * src/remotefolder.h
8003                 Forgotten in previous commit
8004
8005 2006-07-06 [colin]      2.3.1cvs65
8006
8007         * src/folder.c
8008                 Set summary update flag whenever
8009                 totals changed
8010         * src/imap.c
8011         * src/prefs_account.c
8012         * src/common/utils.h
8013         * src/etpan/imap-thread.c
8014                 Fix warnings, thanks to Fabien and
8015                 Ricardo
8016
8017 2006-07-06 [wwp]        2.3.1cvs64
8018
8019         * src/gtk/gtkutils.c
8020                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
8021
8022 2006-07-06 [wwp]        2.3.1cvs63
8023
8024         * src/account.c
8025         * src/addressbook.c
8026         * src/addressitem.h
8027         * src/folderview.c
8028         * src/mainwindow.c
8029         * src/manual.c
8030         * src/manual.h
8031         * src/message_search.c
8032         * src/prefs_actions.c
8033         * src/prefs_filtering.c
8034         * src/prefs_filtering.h
8035         * src/prefs_template.c
8036         * src/summary_search.c
8037         * src/summaryview.c
8038         * src/gtk/gtkutils.c
8039         * src/gtk/gtkutils.h
8040         * src/gtk/pluginwindow.c
8041                 add help buttons to some dialogs. Clicking such buttons opens a
8042                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
8043
8044 2006-07-06 [paul]       2.3.1cvs62
8045
8046         * src/textview.c
8047                 fix attachments contextual menu
8048                 Thanks to Colin
8049
8050 2006-07-05 [colin]      2.3.1cvs61
8051
8052         * src/textview.c
8053         * src/compose.c
8054                 Handle sftp:// links
8055
8056 2006-07-05 [paul]       2.3.1cvs60
8057
8058         * src/gtk/filesel.c
8059                 grab save button by default
8060                 Thanks to Colin
8061
8062 2006-07-05 [wwp]        2.3.1cvs59
8063
8064         * manual/xml2pdf
8065                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
8066
8067 2006-07-04 [colin]      2.3.1cvs58
8068
8069         * src/mimeview.c
8070         * src/textview.c
8071                 Use left click to select, middle click to open
8072                 on mimeparts links
8073         * src/common/utils.c
8074                 Fix segfault
8075
8076 2006-07-04 [colin]      2.3.1cvs57
8077
8078         * src/mainwindow.c
8079         * src/news.c
8080                 Warning fixes, thanks to Fabien
8081
8082 2006-07-04 [colin]      2.3.1cvs56
8083
8084         * src/mimeview.c
8085         * src/mimeview.h
8086         * src/textview.c
8087                 Allow parts to be selected via their text label
8088                 in textview
8089
8090 2006-07-04 [colin]      2.3.1cvs55
8091
8092         * src/folderview.c
8093                 Feedback when closing (for big folders)
8094         * src/prefs_actions.c
8095         * src/prefs_filtering.c
8096         * src/prefs_matcher.c
8097         * src/prefs_template.c
8098                 Fix default button when closing without
8099                 having saved
8100
8101 2006-07-04 [colin]      2.3.1cvs54
8102
8103         * src/news.c
8104                 Delete local file on deletion
8105
8106 2006-07-03 [colin]      2.3.1cvs53
8107
8108         * src/folderview.c
8109         * src/main.c
8110                 Don't freeze when rescanning after crash
8111
8112 2006-07-03 [wwp]        2.3.1cvs52
8113
8114         * src/compose.c
8115         * src/privacy.c
8116         * src/privacy.h
8117         * src/plugins/pgpinline/pgpinline.c
8118         * src/plugins/pgpmime/pgpmime.c
8119                 don't report an error when the user cancels the passphrase dialog.
8120
8121 2006-07-02 [colin]      2.3.1cvs51
8122
8123         * src/folderview.c
8124                 Open message when crossing folders with Space,
8125                 goto next unread and friends
8126
8127 2006-07-01 [colin]      2.3.1cvs50
8128
8129         * src/prefs_account.c
8130                 Typographic rules varying from language
8131                 to language (in french "Protocole :"),
8132                 we have to do that :)
8133
8134 2006-07-01 [ticho]      2.3.1cvs49
8135
8136         * src/prefs_account.c
8137                 Only use one temporary gchar* variable in
8138                 prefs_account_protocol_set_optmenu().
8139
8140 2006-07-01 [ticho]      2.3.1cvs48
8141
8142         * src/prefs_account.c
8143         * src/prefs_account.h
8144                 Use GtkLabel for existing account protocol name.
8145                 Created an array for protocol names and populate the
8146                 combobox from it in a for() cycle.
8147
8148 2006-06-30 [colin]      2.3.1cvs47
8149
8150         * src/compose.c
8151                 Block undo when changing signature (by changing
8152                 account)
8153
8154 2006-06-30 [paul]       2.3.1cvs46
8155
8156         * src/send_message.c
8157                 when editing From in the Compose window, use that address
8158                 in the Return-Path: header
8159                 Thanks to Colin
8160
8161 2006-06-30 [colin]      2.3.1cvs45
8162
8163         * src/compose.c
8164                 Fix signature replacement:
8165                 - when no newline before separator
8166                 - when reediting
8167
8168 2006-06-29 [colin]      2.3.1cvs44
8169
8170         * src/folderview.c
8171         * src/folderview.h
8172         * src/mainwindow.c
8173         * src/summaryview.c
8174                 Let 'View/Go to/Next marked' work like
8175                 Next new & Next unread: across folders
8176                 Change the select_on_entry pref to do
8177                 what we want when changing folder
8178         * src/common/utils.c
8179                 Fix single-quoted links 
8180
8181 2006-06-29 [colin]      2.3.1cvs43
8182
8183         * src/gtk/gtkaspell.c
8184                 "Sylpheed" and "Sylpheed-Claws" do exist !
8185
8186 2006-06-29 [colin]      2.3.1cvs42
8187
8188         * src/imap.c
8189                 Forgot to remove debug
8190
8191 2006-06-29 [colin]      2.3.1cvs41
8192
8193         * src/imap.c
8194         * src/imap.h
8195         * src/mainwindow.c
8196                 Disconnect from IMAP servers when going
8197                 offline. Fixes bug #978 (going to offline-mode 
8198                 won't close connections)
8199
8200 2006-06-29 [colin]      2.3.1cvs40
8201
8202         * src/main.c
8203                 Fix transient setting on failing plugins
8204                 Patch by Fabien
8205         * src/plugins/pgpcore/sgpgme.c
8206                 Only warn for OpenPGP. Most people don't
8207                 have CMS available.
8208
8209 2006-06-29 [colin]      2.3.1cvs39
8210
8211         * src/compose.c
8212                 Fix Spelling menu (discrepancy between context menu
8213                 and top menu when folder's dictionary isn't the 
8214                 default one)
8215         * src/plugins/pgpcore/sgpgme.c
8216                 More error reporting about why gpgme can fail
8217
8218 2006-06-29 [wwp]        2.3.1cvs38
8219
8220         * src/mainwindow.c
8221                 honor the display-header-pane setting even when the message view
8222                 is a separate window.
8223
8224 2006-06-29 [wwp]        2.3.1cvs37
8225
8226         * src/prefs_actions.c
8227                 forgot to commit that one (use of GTK_STOCK_INFO).
8228
8229 2006-06-29 [colin]      2.3.1cvs36
8230
8231         * src/imap.c
8232                 Better handling of login errors (ask the password
8233                 again once), alert in case of error. Fix three
8234                 signedness warnings.
8235
8236 2006-06-28 [wwp]        2.3.1cvs35
8237
8238         * src/prefs_template.c
8239         * src/prefs_matcher.c
8240         * src/prefs_filtering_action.c
8241         * src/prefs_quote.c
8242                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
8243                 patch by Fabien Vantard, slightly modified.
8244
8245 2006-06-28 [paul]
8246
8247         2.4.0-rc2 released
8248
8249 2006-06-28 [colin]      2.3.1cvs34
8250
8251         * src/prefs_account.c
8252                 Fix bug #977 (Can't add or edit imap accounts)
8253
8254 2006-06-28 [colin]      2.3.1cvs33
8255
8256         * src/mimeview.c
8257                 Fix previous
8258
8259 2006-06-28 [colin]      2.3.1cvs32
8260
8261         * src/mimeview.c
8262                 Save named inlined attachments with "Save all"
8263         * src/main.c
8264         * src/mbox.c
8265         * src/common/plugin.c
8266         * src/common/plugin.h
8267         * src/common/sylpheed.c
8268         * src/common/utils.c
8269         * src/plugins/pgpcore/sylpheed.def
8270         * src/plugins/pgpinline/sylpheed.def
8271         * src/plugins/pgpmime/sylpheed.def
8272                 Win32 compatibility patch, by
8273                 Werner Koch
8274
8275 2006-06-28 [wwp]        2.3.1cvs31
8276
8277         * src/imap.c
8278         * src/prefs_folder_item.c
8279                 less compilation warnings (thanks to Fabien Vantard), less typos.
8280
8281 2006-06-28 [paul]       2.3.1cvs30
8282
8283         * src/gtk/gtkutils.c
8284                 gtk_combo_box_set_focus_on_click() is only
8285                 available since gtk 2.6.0
8286
8287 2006-06-28 [paul]       2.3.1cvs29
8288
8289         * src/prefs_ext_prog.c
8290                 fix engrish and add a tooltip for the
8291                 'command for 'Display as text' option
8292
8293 2006-06-28 [paul]
8294
8295         2.4.0-rc1 released
8296
8297 2006-06-28 [paul]       2.3.1cvs28
8298
8299         * ChangeLog
8300         * tools/Makefile.am
8301                 include textviewer.pl in releases
8302
8303 2006-06-28 [paul]       2.3.1cvs27
8304
8305         * src/prefs_ext_prog.c
8306                 hide Print command option if libgnomeprint
8307                 support is present
8308
8309 2006-06-27 [colin]      2.3.1cvs26
8310
8311         * src/compose.c
8312                 Fix Esc handling in insert/attach dialog
8313                 Don't show this dialog if dragging something
8314                 else than text/uri-list
8315                 Thanks to Fabien Vantard
8316         * tools/textviewer.pl
8317                 Filter script to display stuff as text
8318                 by H. Merijn Brand
8319
8320 2006-06-27 [wwp]        2.3.1cvs25
8321
8322         * src/messageview.c
8323                 use the exact product name (message view title), patch
8324                 by Fabien Vantard.
8325
8326 2006-06-27 [ticho]      2.3.1cvs24
8327
8328         * src/prefs_account.c
8329         * src/prefs_common.c
8330         * src/prefs_common.h
8331         * src/prefs_ext_prog.c
8332         * src/textview.c
8333                 Add a preference (Preferences/External programs)
8334                 to allow "Display as text" to be done via a script
8335                 (patch by H.Merijn Brand).
8336                 Use GtkComboBox for protocol selection in account
8337                 preferences.
8338                 Only include current choice for existing accounts, and
8339                 insensitivize the combobox.
8340
8341 2006-06-27 [paul]       2.3.1cvs23
8342
8343         * src/mbox.c
8344                 fix crasher introduced in cvs21.
8345                 Thanks to Colin
8346
8347 2006-06-26 [colin]      2.3.1cvs22
8348
8349         * src/mbox.c
8350                 Fix double-frees when leaving folders
8351                 after exporting to mbox
8352
8353 2006-06-26 [colin]      2.3.1cvs21
8354
8355         * src/mbox.c
8356                 More feedback (and optimisation)
8357                 on import/export
8358         * src/common/utils.c
8359                 Fix case when looking for mail addresses
8360         * src/gtk/gtkutils.c
8361                 Extra check for (X-)Face
8362
8363 2006-06-25 [ticho]      2.3.1cvs20
8364
8365         * src/compose.c
8366         * src/exphtmldlg.c
8367         * src/gtk/gtkutils.c
8368         * src/gtk/gtkutils.h
8369                 Added second argument to gtkut_sc_combobox_create() to
8370                 control focus-on-click for the widget.
8371                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
8372
8373 2006-06-25 [ticho]      2.3.1cvs19
8374
8375         * src/compose.c
8376         * src/gtk/Makefile.am
8377         * src/gtk/combobox.c
8378         * src/gtk/combobox.h
8379         * src/gtk/gtkutils.c
8380         * src/gtk/gtkutils.h
8381                 Use GtkComboBox instead of deprecated GtkOptionMenu
8382                 for account selector in compose window and for encoding
8383                 selector in attachment properties.
8384                 Also factorise working with the new GtkComboBox somewhat.
8385
8386 2006-06-24 [paul]       2.3.1cvs18
8387
8388         * src/prefs_common.c
8389                 use the correct default value
8390
8391 2006-06-24 [paul]       2.3.1cvs17
8392
8393         * src/compose.c
8394         * src/prefs_common.c
8395         * src/prefs_common.h
8396         * src/prefs_compose_writing.c
8397                 enable setting of default action when
8398                 dnd'ing files in the compose window.
8399                 (Collaborative effort with wwp)
8400
8401 2006-06-23 [wwp]        2.3.1cvs16
8402
8403         * src/compose.c
8404                 i18n fix (thanks to Fabien Vantard)
8405
8406 2006-06-22 [colin]      2.3.1cvs15
8407
8408         * src/prefs_customheader.c
8409                 Don't use filters in custom headers' file 
8410                 selector. Remember, extensions mean nothing :)
8411
8412 2006-06-22 [paul]       2.3.1cvs14
8413
8414         * configure.ac
8415                 allow setting of man directory location
8416
8417 2006-06-22 [colin]      2.3.1cvs13
8418
8419         * src/mainwindow.c
8420                 Add 'View/Go to/Next unread folder'.
8421                 I missed that :)
8422
8423 2006-06-22 [colin]      2.3.1cvs12
8424
8425         * src/common/utils.c
8426                 Add some subject prefixes
8427                 Patch by Bjorn T Johansen <btj@havleik.no>
8428
8429 2006-06-22 [colin]      2.3.1cvs11
8430
8431         * manual/advanced.xml
8432                 Forgotten hidden pref
8433
8434 2006-06-21 [paul]       2.3.1cvs10
8435
8436         * src/prefs_account.c
8437                 complete the removal of 'Add date header' option
8438
8439 2006-06-21 [paul]       2.3.1cvs9
8440
8441         * src/account.c
8442         * src/compose.c
8443         * src/prefs_account.c
8444         * src/prefs_account.h
8445                 remove option to add date header - always
8446                 add date header
8447         * src/etpan/imap-thread.c
8448                 fix warnings (Thanks to Colin)
8449
8450 2006-06-21 [wwp]        2.3.1cvs8
8451
8452         * src/folder.c
8453                 set the attachment flag when inline text part are (file)named. This is more convenient
8454                 when receiving (for instance) inline source files or patches sent using thunderbird.
8455
8456 2006-06-21 [paul]       2.3.1cvs7
8457
8458         * src/inc.c
8459                 fix off-by-one count of current msg in
8460                 statusbar filtering progressbar
8461
8462 2006-06-21 [paul]       2.3.1cvs6
8463
8464         * src/folder.c
8465                 Show attachment icon even if the part is 'inline'
8466                 if the following conditions are met:
8467                 - content-type != 'text/plain'
8468                 - content-type != '*/pgp-signature'
8469                 - either 'name' or 'filename' parameter is not NULL
8470                 
8471                 Thanks to Colin
8472
8473 2006-06-21 [paul]       2.3.1cvs5
8474
8475         * src/messageview.c
8476         * src/prefs_common.c
8477         * src/prefs_common.h
8478         * src/prefs_other.c
8479                 add an option to 'Never send Return
8480                 Receipts'
8481                 Thanks to Colin
8482
8483 2006-06-20 [mones]      2.3.1cvs4
8484
8485         * po/es.po
8486                 updated
8487         * src/compose.c
8488                 typo fixed (space after comma)
8489         * tools/make.themes.project
8490                 remove exec mode from tarball files
8491
8492 2006-06-20 [colin]      2.3.1cvs3
8493
8494         * src/news.c
8495         * src/procheader.c
8496         * src/unmime.c
8497                 Better fix for \n's in headers (don't 
8498                 break Received: and others)
8499
8500 2006-06-20 [paul]       2.3.1cvs2
8501
8502         * src/alertpanel.c
8503         * src/textview.c
8504                 improve legibility of phishing attempt
8505                 dialog
8506
8507 2006-06-20 [paul]       2.3.1cvs1
8508
8509         * NEWS
8510         * README
8511         * configure.ac
8512                 Update version number following
8513                 stable release
8514
8515 2006-06-20 [colin]      2.3.0cvs26
8516
8517         * src/compose.c
8518                 When dragging a file to the text of the compose
8519                 window, ask whether we want to insert or attach
8520                 (I know lots of people who do that to attach)
8521
8522 2006-06-20 [colin]      2.3.0cvs25
8523
8524         * src/etpan/imap-thread.c
8525                 Fix threshold (the append command is often > 32 bytes)
8526
8527 2006-06-19 [colin]      2.3.0cvs24
8528
8529         * src/imap.c
8530         * src/etpan/imap-thread.c
8531                 Workaround Rockliffe IMAP server bug: replace
8532                 "x UID SEARCH (ANSWERED UID 1:*)" with
8533                 "x UID SEARCH ANSWERED"
8534                 (Rockliffe doesn't handle the parenthesis)
8535
8536 2006-06-19 [colin]      2.3.0cvs23
8537
8538         * src/compose.c
8539         * src/imap.c
8540         * src/etpan/imap-thread.c
8541                 Probably fix bug #972 (Freezes when adding 
8542                 an attachment to the message)
8543         * src/common/defs.h
8544                 Modernize Firefox cmd
8545
8546
8547 2006-06-18 [colin]      2.3.0cvs22
8548
8549         * src/prefs_customheader.c
8550                 Only allow correct filenames for various
8551                 custom headers
8552
8553 2006-06-18 [colin]      2.3.0cvs21
8554
8555         * src/prefs_customheader.c
8556                 Add a 'From File...' button in custom headers prefs, which
8557                 try to do the right thing: 
8558                 for normal headers, use file as plaintext,
8559                 for X-Face, calls compface,
8560                 for Face, encode to b64.
8561
8562 2006-06-17 [colin]      2.3.0cvs20
8563
8564         * src/mh.c
8565                 Warning fix
8566
8567 2006-06-16 [colin]      2.3.0cvs19
8568
8569         * src/summaryview.c
8570                 Recursive quicksearch: show message list
8571                 in current folder, *then* search children
8572                 in the background.
8573
8574 2006-06-16 [colin]      2.3.0cvs18
8575
8576         * src/main.c
8577                 Instead of ignoring SIGPIPE, save caches
8578                 when getting one. Will fix the fact that
8579                 hot caches are out-of-date when logging 
8580                 out of Xorg.
8581         * src/compose.c
8582         * src/prefs_compose_writing.c
8583                 Only save text (not attachments) when 
8584                 auto-saving to drafts
8585         * src/unmime.c
8586                 Always replace \n, \r and \t with spaces
8587                 in headers
8588         * manual/dist/html/Makefile.am
8589         * manual/dist/pdf/Makefile.am
8590         * manual/dist/ps/Makefile.am
8591         * manual/dist/txt/Makefile.am
8592         * manual/fr/dist/html/Makefile.am
8593         * manual/fr/dist/pdf/Makefile.am
8594         * manual/fr/dist/ps/Makefile.am
8595         * manual/fr/dist/txt/Makefile.am
8596         * manual/pl/dist/html/Makefile.am
8597         * manual/pl/dist/pdf/Makefile.am
8598         * manual/pl/dist/ps/Makefile.am
8599         * manual/pl/dist/txt/Makefile.am
8600                 Fix make clean removing pregenerated manuals
8601
8602
8603 2006-06-16 [colin]      2.3.0cvs17
8604
8605         * src/plugins/pgpcore/sgpgme.c
8606         * src/plugins/pgpmime/pgpmime.c
8607         * src/plugins/pgpinline/pgpinline.c
8608                 Better error reporting in setup_signers.
8609                 Don't fallback to default key if specified
8610                 key isn't found.
8611                 Don't allow signing if more than one secret
8612                 key matches the one specified in prefs.
8613
8614 2006-06-15 [colin]      2.3.0cvs16
8615
8616         * src/folderview.c
8617                 Add "Send queue" in the folder's contextual
8618                 menu
8619         * src/compose.c
8620         * src/messageview.c
8621         * src/privacy.c
8622         * src/privacy.h
8623         * src/procmime.c
8624         * src/procmsg.c
8625         * src/plugins/pgpcore/passphrase.c
8626         * src/plugins/pgpcore/sgpgme.c
8627         * src/plugins/pgpinline/pgpinline.c
8628         * src/plugins/pgpmime/pgpmime.c
8629                 Better error reporting
8630         * src/mbox.c
8631                 Probably fix bug #971 (2.2.3 cannot read mail 
8632                 from local mbox)
8633
8634
8635 2006-06-15 [mones]      2.3.0cvs15
8636
8637         * tools/make.themes.project
8638                 creates the themes project from the web page
8639
8640 2006-06-15 [colin]      2.3.0cvs14
8641
8642         * src/folder.c
8643                 Better fix (avoid losing the folder if scan_tree 
8644                 fails)
8645
8646 2006-06-15 [cleroy]     2.3.0cvs13
8647
8648         * src/folder.c
8649                 Probably fix Bug #969 (crash on rebuilding 
8650                 imap folder)
8651
8652 2006-06-14 [colin]      2.3.0cvs12
8653
8654         * manual/dtd/manual.xsl
8655         * manual/sylpheed-claws-manual.xml
8656         * manual/fr/sylpheed-claws-manual.xml
8657         * manual/pl/sylpheed-claws-manual.xml
8658                 Insert pagebreaks between sections
8659
8660 2006-06-14 [paul]       2.3.0cvs11
8661
8662         * configure.ac
8663                 better fix than 2.3.0cvs10
8664
8665 2006-06-14 [paul]       2.3.0cvs10
8666
8667         * configure.ac
8668                 fix setting of PACKAGE_DATA_DIR with newer autoconf
8669                 (backwards compatible)
8670
8671 2006-06-13 [colin]      2.3.0cvs9
8672
8673         * src/messageview.c
8674                 Fix sending of return receipt with the new queue folders
8675
8676 2006-06-13 [wwp]        2.3.0cvs8
8677
8678         * src/quote_fmt_lex.l
8679                 fix wrong tokens returned in quote_fmt lexer, query not().
8680
8681 2006-06-13 [wwp]        2.3.0cvs7
8682
8683         * src/folder.c
8684         * src/prefs_folder_item.c
8685                 allow changing folder type even when folder is not a top-level one,
8686                 thanks to Colin.
8687
8688 2006-06-12 [colin]      2.3.0cvs6
8689
8690         * src/folderview.c
8691                 Fix double-ask of "Do you want to mark all
8692                 as read"
8693
8694 2006-06-12 [colin]      2.3.0cvs5
8695
8696         * src/compose.c
8697         * src/compose.h
8698         * src/folder.c
8699         * src/folder.h
8700         * src/imap.c
8701         * src/inc.c
8702         * src/main.c
8703         * src/messageview.c
8704         * src/mh.c
8705         * src/prefs_folder_item.c
8706         * src/procheader.c
8707         * src/procmime.c
8708         * src/procmsg.c
8709         * src/procmsg.h
8710         * src/send_message.c
8711         * src/summaryview.c
8712         * src/toolbar.c
8713                 Apply bug #964's patch (Queue and drafts aren't normal)
8714                 The Drafts and Queue folder now contain RFC-822 files,
8715                 allowing to move and copy mails from and to these 
8716                 folders. Moving from Drafts to Queue will prepare the
8717                 mail for sending (PGP signature, encryption, etc).
8718                 This patch also rework sending errors handling to try
8719                 to be more helpful.
8720                 Also, allow redefining folder types via the GUI 
8721                 (Folder type in its Properties)
8722
8723 2006-06-12 [colin]      2.3.0cvs4
8724
8725         * src/summaryview.c
8726         * src/prefs_common.c
8727         * src/prefs_common.h
8728         * src/gedit-print.c
8729                 Allow to define a specific print font - patch
8730                 by Bernhard Walle <bernhard.walle@gmx.de>
8731         * src/prefs_fonts.c
8732         * manual/advanced.xml
8733         * manual/fr/advanced.xml
8734                 Add a hidden pref to allow deletion without
8735                 confirmation
8736
8737 2006-06-12 [wwp]        2.3.0cvs3
8738
8739         * .cvsignore
8740                 more files to ignore.
8741
8742 2006-06-12 [wwp]        2.3.0cvs2
8743
8744         * src/quote_fmt.c
8745         * src/quote_fmt_lex.l
8746         * src/quote_fmt_parse.y
8747                 extend the quote_fmt parser (templates and quotes):
8748                 - allow limited sub-expressions in |p{} and |f{} expressions,
8749                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
8750                 - implemented/fixed missing implementation of query_references and show_references,
8751                 - completed, fixed contents and format of the symbols help dialog,
8752                 - fix some compilation warnings.
8753
8754 2006-06-12 [wwp]        2.3.0cvs1
8755
8756         * manual/advanced.xml
8757         * manual/fr/advanced.xml
8758                 updates in the "templates" section of the manual (eng/fr):
8759                  - be more precise (both versions)
8760                  - completed to match the english reference (fr version)
8761                  - touchups (both versions)
8762
8763 2006-06-12 [paul]       2.3.0
8764
8765         2.3.0 released
8766
8767 2006-06-12 [paul]       2.2.3cvs14
8768
8769         * po/ca.po
8770         * po/cs.po
8771         * po/de.po
8772         * po/el.po
8773         * po/fr.po
8774         * po/it.po
8775         * po/pt_BR.po
8776         * po/sr.po
8777         * po/zh_CN.po
8778                 updated by Miquel Oliete, Tim, Stephan Sachse,
8779                 Stavros Giannouris, Fabien Vantard, Andrea
8780                 Spadaccini, Frederico Goncalves Guimaraes,
8781                 Aleksandar Urosevic, and Ralgh Young
8782
8783 2006-06-12 [colin]      2.2.3cvs13
8784
8785         * src/mbox.c
8786                 Add missing header
8787
8788 2006-06-11 [colin]      2.2.3cvs12
8789
8790         * src/msgcache.c
8791                 Verify that g_malloc() succeeded
8792
8793 2006-06-11 [colin]      2.2.3cvs11
8794
8795         * src/wizard.c
8796                 Add Face header to welcome mail
8797
8798 2006-06-10 [colin]      2.2.3cvs10
8799
8800         * src/textview.c
8801                 Revert previous (Forgot it changes the
8802                 margin on the whole mail)
8803
8804 2006-06-10 [colin]      2.2.3cvs9
8805
8806         * src/textview.c
8807                 Don't overlap long headers under (X-)Face
8808
8809 2006-06-10 [mones]      2.2.3cvs8
8810
8811         * manual/xml2pdf
8812                 allow generation of manual on systems lacking saxon binary
8813                 but with java and the saxon library installed
8814
8815         * po/es.po
8816                 updated for release
8817
8818 2006-06-09 [colin]      2.2.3cvs7
8819
8820         * src/summaryview.c
8821                 Fix leak when using Display Sender using Addressbook
8822
8823 2006-06-09 [colin]      2.2.3cvs6
8824
8825         * src/compose.c
8826         * src/folder.c
8827         * src/folderview.c
8828         * src/mimeview.c
8829         * src/summaryview.c
8830                 More leaks fixes
8831
8832 2006-06-09 [paul]       2.2.3cvs5
8833
8834         * AUTHORS
8835         * src/gtk/authors.h
8836         * tools/claws.i18n.status.pl
8837                 updated with new info
8838
8839 2006-06-09 [paul]       2.2.3cvs4
8840
8841         * README
8842                 updated
8843         * manual/ack.xml
8844                 add wwp to authors list
8845         * src/gtk/authors.h
8846                 update mine and Colin's addresses
8847
8848 2006-06-08 [colin]      2.2.3cvs3
8849
8850         * src/etpan/imap-thread.c
8851                 Fix leak on SSL cert check
8852
8853 2006-06-08 [colin]      2.2.3cvs2
8854
8855         * src/common/utils.c
8856                 Fix leak
8857
8858 2006-06-08 [paul]       2.2.3cvs1
8859
8860         * configure.ac
8861                 Update version number following
8862                 stable release
8863
8864 2006-06-07 [colin]      2.2.2cvs3
8865
8866         * src/msgcache.c
8867                 Fix catching cache read errors (guint instead of gint)
8868                 Prevent malloc'ing more than 8MB (means cache corruption)
8869
8870 2006-06-07 [paul]       2.2.2cvs2
8871
8872         * src/exporthtml.c
8873         * src/exportldif.c
8874         * src/mh.c
8875         * src/mutt.c
8876         * src/pine.c
8877         * src/common/utils.c
8878                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
8879                 obey $HOME'
8880                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
8881                 Thanks to Colin
8882
8883 2006-06-06 [paul]       2.2.2cvs1
8884
8885         * configure.ac
8886                 Update version number following
8887                 stable release
8888
8889 2006-06-06 [paul]       2.2.1cvs6
8890
8891         * src/matcher.c
8892                 fix  implicit declaration of
8893                 sylpheed_do_idle()
8894                 Patch by Fabien Vantard
8895
8896 2006-06-06 [paul]       2.2.1cvs5
8897
8898         * src/matcher.c
8899                 fix age_greater and age_lower so that they
8900                 mean what say and not '...or equal to'
8901                 Thanks to Colin
8902
8903 2006-06-06 [paul]       2.2.1cvs4
8904
8905         * src/textview.c
8906         * src/common/utils.c
8907                 fix URI check
8908                 Thanks to Colin
8909
8910 2006-06-05 [wwp]        2.2.1cvs3
8911
8912         * manual/fr/account.xml
8913                 minor language fixes (thanks to Fabien Vantard).
8914
8915 2006-06-05 [colin]      2.2.1cvs2
8916
8917         * src/prefs_folder_item.c
8918         * src/folderview.c
8919                 Allow recursive setting of properties 
8920                 for whole mailboxes
8921         * src/matcher.c
8922                 Don't freeze on 'test' filtering rule
8923
8924 2006-06-05 [colin]      2.2.1cvs1
8925
8926         * configure.ac
8927                 Update version number following
8928                 stable release
8929
8930 2006-06-04 [wwp]        2.2.0cvs82
8931
8932         * manual/glossary.xml
8933         * manual/account.xml
8934         * manual/fr/glossary.xml
8935         * manual/fr/account.xml
8936                 added glossary section and references/links related to the Face custom header.
8937
8938 2006-06-04 [colin]      2.2.0cvs81
8939
8940         * src/summaryview.c
8941                 Skip to next message on move with no
8942                 immediate execution
8943
8944 2006-06-04 [wwp]        2.2.0cvs80
8945
8946         * manual/xml2pdf
8947                 added sanity checks, exit when needed.
8948
8949 2006-06-03 [paul]       2.2.0cvs79
8950
8951         * src/prefs_receive.c
8952                 page name is now 'Receiving'
8953         * src/prefs_send.c
8954                 page name is now 'Sending'
8955
8956 2006-06-03 [colin]      2.2.0cvs78
8957
8958         * src/plugins/spamassassin/spamassassin_gtk.c
8959                 Autoswitch to Localhost if transport was previously
8960                 disabled. Else people had to check [] Enable, then
8961                 *reselect* transport.
8962
8963 2006-06-03 [colin]      2.2.0cvs77
8964
8965         * src/plugins/pgpinline/pgpinline.c
8966         * src/plugins/pgpmime/pgpmime.c
8967                 Check that gpg_data_release_and_get_mem 
8968                 didn't fail (now, why this happens...)
8969
8970 2006-06-03 [colin]      2.2.0cvs76
8971
8972         * src/mbox.c
8973                 Fix bug #962 (Manual and/or UI should 
8974                 warn about incompatible locking 
8975                 causing dataloss)
8976
8977 2006-06-02 [cleroy]     2.2.0cvs75
8978
8979         * src/filtering.c
8980         * src/folder.c
8981         * src/procmsg.c
8982         * src/summaryview.c
8983                 Fix a few leaks
8984
8985 2006-06-02 [colin]      2.2.0cvs74
8986
8987         * src/main.c
8988                 On exit, free caches after writing them
8989                 Shuts up some valgrind false positives
8990         * src/procmsg.c
8991         * src/send_message.c
8992                 Fix races when reusing existing SMTP connections
8993                 Fix inexistant session timeout
8994         * src/toolbar.c
8995                 Display alertpanel after all queues have
8996                 been processed, not after each
8997
8998 2006-06-02 [wwp]        2.2.0cvs73
8999
9000         * manual/fr/glossary.xml
9001         * manual/fr/ack.xml
9002         * manual/ack.xml
9003                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
9004
9005 2006-06-02 [wwp]        2.2.0cvs72
9006
9007         * manual/xml2pdf
9008         * manual/dist/pdf/Makefile.am
9009         * manual/dtd/manual.xsl
9010         * manual/fr/dist/pdf/Makefile.am
9011         * manual/pl/dist/pdf/Makefile.am
9012                 we changed the procedure to generate the .pdf version of the manual.
9013                 The procedure is more modern and the .pdf we get now has a valid index.
9014                 Here are the new pre-requisites:
9015
9016                 - JRE 1.x (1.4 here): there must be one from your distro
9017                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
9018                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
9019                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
9020
9021                 See my posts for further info about the installation of this toolchain:
9022
9023                 Date: Fri, 19 May 2006 19:40:06 +0200
9024                 From: wwp <subscript@free.fr>
9025                 To: sylpheed-claws-devel@lists.sourceforge.net
9026                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
9027
9028                 and
9029
9030                 Date: Wed, 24 May 2006 12:58:49 +0200
9031                 From: wwp <subscript@free.fr>
9032                 To: sylpheed-claws-devel@lists.sourceforge.net
9033                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
9034
9035 2006-06-01 [colin]      2.2.0cvs71
9036
9037         * src/compose.c
9038                 Better guards against IMAP races
9039         * src/main.c
9040         * src/prefs_common.c
9041         * src/prefs_common.h
9042         * src/common/ssl_certificate.c
9043         * src/etpan/imap-thread.c
9044         * src/etpan/imap-thread.h
9045         * src/gtk/sslcertwindow.c
9046                 New hidden option ssl_skip_cert_check to 
9047                 avoid dups of bug #959 (libetpan linked
9048                 against gnutls and gnutls buggy on 64bit)
9049                 Present expired warning only once per
9050                 session/server.
9051         * manual/advanced.xml
9052         * manual/fr/advanced.xml
9053                 Document new option
9054
9055 2006-06-01 [wwp]        2.2.0cvs70
9056
9057         * src/messageview.c
9058                 fix for bug #961 (return receipt dialog 
9059                 complains incorrectly about return-path 
9060                 email adress being different), thanks 
9061                 to Colin.
9062
9063 2006-05-31 [cleroy]     2.2.0cvs69
9064
9065         * src/common/ssl.c
9066                 Guard against NULLs, although this
9067                 should never be an issue
9068
9069 2006-05-31 [colin]      2.2.0cvs68
9070
9071         * src/filtering.c
9072                 Use g_slist_prepend
9073         * src/imap.c
9074                 Don't remove caches when destroying folder, it
9075                 could (should) be done at exit
9076         * src/inc.c
9077                 free processing cache after incorporation
9078         * src/etpan/imap-thread.c
9079                 Maybe fix bug #959 (Crash on moving to emails 
9080                 to a imap account per ssl with a expired 
9081                 certificate.)
9082
9083 2006-05-30 [colin]      2.2.0cvs67
9084
9085         * src/summaryview.c
9086                 Put back event flush when displaying message
9087                 It avoids reading a bunch of messages just
9088                 by hitting shift-n for too long ;)
9089
9090 2006-05-29 [colin]      2.2.0cvs66
9091
9092         * src/summaryview.c
9093                 Remove useless g_warnings
9094
9095 2006-05-29 [colin]      2.2.0cvs65
9096
9097         * src/imap.c
9098                 Fix g_slist_append()s for performance
9099
9100 2006-05-29 [colin]      2.2.0cvs64
9101
9102         * src/compose.c
9103         * src/common/utils.c
9104                 Fix extraneous tab at start of addresses
9105         * src/mainwindow.c
9106                 Fix warnings (thanks to Fabien)
9107                 Fix crash at exit when composing messages 
9108                 exist
9109         * src/pop.c
9110                 Fix progress bar when deleting expired mails
9111                 Thanks to Hiro
9112         * src/summaryview.c
9113         * src/gtk/gtksctree.c
9114                 Fix re-sorting slowness
9115
9116 2006-05-29 [paul]       2.2.0cvs63
9117
9118         * src/mh.c
9119                 fetch full message when moving mails
9120                 from another mailbox, (fixed data loss
9121                 when filtering from IMAP to MH, introduced
9122                 in 2.2.0cvs57).
9123                 Thanks to Colin
9124
9125 2006-05-29 [mones]      2.2.0cvs62
9126
9127         * src/gtk/gtksctree.c
9128                 Unselect faster (patch by Colin)        
9129
9130 2006-05-26 [colin]      2.2.0cvs61
9131
9132         * src/summaryview.c
9133                 Unplug MSGINFO_UPDATE callback on delete too.
9134
9135 2006-05-26 [colin]      2.2.0cvs60
9136
9137         * src/foldersel.c
9138                 Fix bold in folder selection window with glib2.10
9139                 thanks Hiro
9140
9141 2006-05-26 [colin]      2.2.0cvs59
9142
9143         * src/procheader.c
9144                 Convert date only if necessary (and don't
9145                 try to convert from utf8 to utf8, too)
9146         * src/summaryview.c
9147                 Only set column's text if the column's 
9148                 displayed
9149
9150 2006-05-26 [colin]      2.2.0cvs58
9151
9152         * src/summaryview.c
9153         * src/gtk/gtkutils.c
9154                 Fix useless warning
9155
9156 2006-05-26 [colin]      2.2.0cvs57
9157
9158         * src/mainwindow.c
9159                 Make summaryview selectable as long as 
9160                 no message has focus
9161         * src/mh.c
9162                 Faster deletion (by implementing mh_remove_msgs)
9163                 Faster copy (avoid using mh_fetch_msg just to get
9164                 the filename)
9165                 Faster move (using move_file instead of copy_file
9166                 if MSG_IS_MOVE)
9167                 No progressbar if total number of mails to cp/mv 
9168                 is less than 100
9169         * src/summaryview.c
9170                 Fix removal from subject_table when mail gets moved
9171                 Faster deletion (g_slist_prepend instead of append)
9172         * src/gtk/gtksctree.c
9173                 Remove useless code
9174
9175 2006-05-25 [colin]      2.2.0cvs56
9176
9177         * src/common/ssl_certificate.c
9178                 Fix leak in expired cert check
9179
9180 2006-05-25 [colin]      2.2.0cvs55
9181
9182         * src/mh.c
9183                 Disable flags syncing on .mh_sequences - it
9184                 is buggy and marks mails read under unknown
9185                 conditions.
9186
9187 2006-05-25 [paul]
9188
9189         * 2.3.0-rc4 released
9190
9191 2006-05-24 [colin]      2.2.0cvs54
9192
9193         attention cvs users: if you manage to crash
9194         Sylpheed-Claws while moving, copying or deleting
9195         mails, we *are* interested in stack traces and
9196         valgrind logs. It looks stable, but one never
9197         knows...
9198
9199         * src/folder.c
9200                 Add progressbar for cache updates
9201         * src/folderutils.c
9202                 Optimize Mark all read in the current
9203                 folder
9204         * src/mh.c
9205                 Add progressbar for copy/move
9206         * src/procmsg.c
9207                 Optimize O(n^2) in copy/move
9208         * src/summaryview.c
9209         * src/gtk/gtksctree.c
9210                 Optimize O(n^2) algos
9211         * src/common/timing.h
9212                 Display ms instead of us
9213
9214 2006-05-24 [wwp]        2.2.0cvs53
9215
9216         * manual/fr/advanced.xml
9217                 updates to the French manual.
9218
9219 2006-05-24 [wwp]        2.2.0cvs52
9220
9221         * src/common/utils.c
9222                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
9223
9224 2006-05-24 [wwp]        2.2.0cvs51
9225
9226         * src/folderutils.c
9227                 fixed "mark all read" in MH folders (thanks to Colin).
9228
9229 2006-05-24 [paul]       2.2.0cvs50
9230
9231         * doc/man/sylpheed-claws.1
9232                 updated the man page
9233
9234 2006-05-23 [colin]      2.2.0cvs49
9235
9236         * src/folderview.c
9237         * src/imap.c
9238         * src/inc.c
9239         * src/mbox.c
9240         * src/messageview.c
9241         * src/news.c
9242         * src/send_message.c
9243         * src/summaryview.c
9244         * src/gtk/sslcertwindow.c
9245                 alertpanel fixes, by Fabien
9246
9247 2006-05-23 [colin]      2.2.0cvs48
9248
9249         * src/folder.c
9250         * src/folderview.c
9251         * src/msgcache.c
9252         * src/summaryview.c
9253         * src/gtk/gtksctree.c
9254         * src/gtk/gtksctree.h
9255                 More timings
9256                 Fix slow loading problem, which was caused by the
9257                 use of some gtk_ctree funcs and their use of
9258                 g_list_position while gtk_ctree_(un)link'ing.
9259                 Reap more functions from gtkctree.c to be sure we
9260                 use our (fast) version instead of theirs.
9261         * src/mh.c
9262                 Fix copy of unread mails
9263
9264
9265 2006-05-22 [wwp]        2.2.0cvs47
9266
9267         * manual/fr/advanced.xml
9268                 updated.
9269
9270 2006-05-22 [colin]      2.2.0cvs46
9271
9272         * src/filtering.c
9273                 Fix possible infinite loop. 'copy' is not a 
9274                 final action, so when encountering a 'copy',
9275                 we have to check if a previous one was set
9276                 and do it. In the same way, if we encounter
9277                 a 'move' we have to perform a possibly 
9278                 pending 'copy'. This will slow down filtering
9279                 on IMAP if move+copy or multiple copy actions
9280                 are to be done, but handling it via the batch
9281                 would be really too convoluted.
9282
9283 2006-05-22 [wwp]        2.2.0cvs45
9284
9285         * manual/fr/advanced.xml
9286         * manual/fr/faq.xml
9287         * manual/fr/glossary.xml
9288         * manual/fr/handling.xml
9289         * manual/fr/intro.xml
9290         * manual/fr/plugins.xml
9291         * manual/fr/sylpheed-claws-manual.xml
9292                 sync w/ the english manual: updates URIs, documented mailing-list
9293                 support, better explanation about the enabled/disabled feature
9294                 in filtering/processing rules by Paul.
9295
9296 2006-05-21 [colin]      2.2.0cvs44
9297
9298         * src/summaryview.c
9299                 Don't expand after building threads, but during
9300
9301 2006-05-21 [colin]      2.2.0cvs43
9302
9303         * src/procmsg.c
9304         * src/summaryview.c
9305                 More timing possibilities... For next time I have 
9306                 to find out how the hell some 3GHz computer takes
9307                 one minute to open a 30k folder...
9308
9309 2006-05-21 [colin]      2.2.0cvs42
9310
9311         * manual/pl/advanced.xml
9312         * manual/pl/faq.xml
9313         * manual/pl/glossary.xml
9314         * manual/pl/handling.xml
9315         * manual/pl/intro.xml
9316         * manual/pl/plugins.xml
9317         * manual/pl/sylpheed-claws-manual.xml
9318                 Polish manual updated by Pawel
9319
9320 2006-05-20 [colin]
9321
9322         * 2.3.0-rc3 released
9323
9324 2006-05-20 [colin]      2.2.0cvs41
9325
9326         * src/imap.c
9327                 Fix -rc2 problems:
9328                 - remove cache of moved messages from original folder
9329                 - apply new flags to messages even if they aren't appliable
9330                   via IMAP.
9331
9332 2006-05-20 [colin]
9333
9334         * 2.3.0-rc2 released
9335
9336 2006-05-19 [colin]      2.2.0cvs40
9337
9338         * src/imap.c
9339                 Don't issue SELECT in imap_change_flags
9340                 before having checked that we indeed have
9341                 some flags to change. MSG_POSTFILTERED for
9342                 example can't be used on IMAP.
9343                 Fixes bug #955 (copying messages between 
9344                 imap folders is extremely slow), which was
9345                 a regression.
9346
9347 2006-05-19 [colin]      2.2.0cvs39
9348
9349         * src/folder.c
9350         * src/folder.h
9351         * src/folderview.c
9352                 Try to fix bug #830 (Some unread messages 
9353                 get marked read in IMAP inbox):
9354                 - Prevent scanning a folder if it's being 
9355                   opened via the GUI
9356                 - Postpone opening via the GUI of a folder
9357                   currently scanned.
9358
9359
9360 2006-05-19 [wwp]        2.2.0cvs38
9361
9362         * manual/advanced.xml
9363                 fix English+typo (thanks to Paul).
9364
9365 2006-05-19 [wwp]        2.2.0cvs37
9366
9367         * manual/advanced.xml
9368         * manual/fr/advanced.xml
9369         * src/gtk/logwindow.c
9370         * src/prefs_common.c
9371         * src/prefs_common.h
9372                 added hidden prefs to allow customization of colors used in
9373                 protocol log window (useful for dark gtk+ themes).
9374
9375 2006-05-19 [wwp]        2.2.0cvs36
9376
9377         * ChangeLog
9378                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
9379
9380 2006-05-19 [paul]       2.2.0cvs35
9381
9382         * src/textview.c
9383                 make Reply-To fully clickable
9384         * src/gtk/logwindow.c
9385                 more colouring (SMTP ESMTP)
9386         Both patches by Pawel Pekala
9387
9388 2006-05-19 [cleroy]     2.2.0cvs34
9389
9390         * src/mh.c
9391                 Don't update flags from current folder
9392                 Probably fixes bug #935 (Read Messages 
9393                 Revert to Being Marked as Unread)
9394
9395 2006-05-18 [colin]      2.2.0cvs33
9396
9397         * src/imap.c
9398                 Warning fix
9399         * src/compose.c
9400         * src/mainwindow.c
9401         * src/summaryview.c
9402         * src/toolbar.c
9403                 Allow replying to multiple emails
9404                 in multiple windows
9405         * src/mimeview.c
9406         * src/etpan/imap-thread.c
9407                 Leak fixes
9408
9409 2006-05-18 [paul]       2.2.0cvs32
9410
9411         * src/summaryview.c
9412                 keep Mailing-List menu refreshed
9413                 Thanks to Colin
9414
9415 2006-05-18 [paul]       2.2.0cvs31
9416
9417         * manual/advanced.xml
9418         * manual/faq.xml
9419         * manual/glossary.xml
9420         * manual/handling.xml
9421         * manual/intro.xml
9422         * manual/plugins.xml
9423         * manual/sylpheed-claws-manual.xml
9424                 update URLs
9425                 add info about mailing-list support
9426                 edit filtering info
9427         * src/wizard.c
9428         * src/common/defs.h
9429         * src/gtk/about.c
9430         * src/plugins/dillo_viewer/README
9431                 update URLs
9432
9433 2006-05-17 [wwp]        2.2.0cvs30
9434
9435         * manual/handling.xml
9436         * manual/fr/handling.xml
9437                 documented the ability to enabled/disable filtering/processing rules.
9438
9439 2006-05-17 [colin]      2.2.0cvs29
9440
9441         * src/main.c
9442                 Don't initialize g_thread subsystem if it's 
9443                 already done (thanks to Hiro)
9444         * src/mimeview.c
9445                 Fix saving of parts when there name can't be
9446                 converted from UTF-8.
9447
9448 2006-05-17 [paul]       2.2.0cvs28
9449
9450         * po/Makefile.in.in
9451                 fix config.status warning with autoconf 2.60
9452
9453 2006-05-17 [paul]       2.2.0cvs27
9454
9455         * po/POTFILES.in
9456                 add src/mbox.c
9457
9458 2006-05-17 [wwp]        2.2.0cvs26
9459
9460         * src/mainwindow.c
9461                 fix useless and potentially dangerous buffer walking (thanks to Colin).
9462
9463 2006-05-17 [wwp]        2.2.0cvs25
9464
9465         * src/plugins/demo/demo.c
9466                 updated product name in plugin demo (many plugins need to be
9467                 sync'ed w/ that change).
9468
9469 2006-05-17 [colin]      2.2.0cvs24
9470
9471         * src/mh.c
9472                 Fix leak
9473
9474 2006-05-16 [colin]      2.2.0cvs23
9475
9476         * src/mainwindow.c
9477                 Stupid me hit again. Fix cvs22.
9478
9479 2006-05-16 [colin]      2.2.0cvs22
9480
9481         * src/mainwindow.c
9482                 Fix bug #922 (sylpheed-claws crashed after 
9483                 pushing on Inbox folder)
9484
9485 2006-05-16 [colin]      2.2.0cvs21
9486
9487         * src/compose.c
9488                 Make From header be copy/paste/select-able
9489
9490 2006-05-16 [wwp]        2.2.0cvs20
9491
9492         * src/export.c
9493         * src/matcher.c
9494         * src/summaryview.c
9495         * src/etpan/imap-thread.c
9496                 fix some compiler warnings (thanks to Colin).
9497
9498 2006-05-16 [wwp]        2.2.0cvs19
9499
9500         * src/action.c
9501         * src/gedit-print.c
9502         * src/inc.c
9503         * src/mainwindow.c
9504         * src/mh.c
9505         * src/statusbar.c
9506         * src/send_message.c
9507         * src/summaryview.c
9508                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
9509
9510 2006-05-15 [colin]      2.2.0cvs18
9511
9512         * src/procmsg.c
9513                 Fix automatic rule creation with List-Post
9514
9515 2006-05-15 [paul]       2.2.0cvs17
9516
9517         * tools/filter_conv_new.pl
9518                 updated for rule enabling/disabling
9519                 claws version >= 2.3.x required
9520
9521 2006-05-15 [cleroy]     2.2.0cvs16
9522
9523         * src/main.c
9524                 Revert test
9525
9526 2006-05-15 [cleroy]     2.2.0cvs15
9527
9528         * src/main.c
9529                 test
9530
9531 2006-05-15 [wwp]        2.2.0cvs14
9532
9533         * manual/pl/.cvsignore
9534                 ignore generated files.
9535
9536 2006-05-14 [wwp]        2.3.0-rc1
9537
9538         * 2.3.0-rc1 released
9539
9540 2006-05-13 [wwp]        2.2.0cvs13
9541
9542         * src/filtering.c
9543         * src/filtering.h
9544         * src/matcher.c
9545         * src/matcher_parser_lex.l
9546         * src/matcher_parser_parse.y
9547         * src/prefs_filtering.c
9548                 new feature: provide the ability to disable filtering and processing
9549                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
9550                 adaptations.
9551
9552 2006-05-13 [colin]      2.2.0cvs12
9553
9554         * src/compose.c
9555                 Remove useless if (a) b; else b;
9556                 Thanks to wwp
9557
9558 2006-05-13 [wwp]        2.2.0cvs11
9559
9560         * src/export.c
9561         * src/import.c
9562         * src/mainwindow.c
9563         * src/mbox.c
9564         * src/summaryview.c
9565         * src/summaryview.h
9566                 no more silent failures (or at least less ones) when importing
9567                 or exporting from/to mbox. Also start importing/exporting if
9568                 the necessary info is set.
9569
9570 2006-05-13 [wwp]        2.2.0cvs10
9571
9572         * RELEASE_NOTES
9573                 restored up-to-date release notes.
9574
9575 2006-05-13 [paul]       2.2.0cvs9
9576
9577         * po/nl.po
9578         * po/ru.po
9579                 updated by Tim Dijkstra and Pavlo Bohmat
9580
9581 2006-05-12 [colin]      2.2.0cvs8
9582
9583         * src/gtk/quicksearch.c
9584                 Add "k" as shortcut for "colorlabel". Patch
9585                 by ath42@users.sf.net.
9586
9587 2006-05-12 [paul]       2.2.0cvs7
9588
9589         * src/prefs_common.h
9590         * src/prefs_summaries.c
9591         * src/summaryview.c
9592                 when entering a folder also allow
9593                 going directly to first Marked message
9594
9595 2006-05-12 [paul]       2.2.0cvs6
9596
9597         * src/summaryview.c
9598                 always obey 'confirm before marking all
9599                 mails read' option
9600
9601 2006-05-12 [paul]       2.2.0cvs5
9602
9603         * src/textview.c
9604                 make Sender fully clickable
9605
9606 2006-05-12 [colin]      2.2.0cvs4
9607
9608         * src/compose.c
9609         * src/compose.h
9610                 Let From be editable
9611         * src/main.c
9612         * src/mh.c
9613                 Full support of .mh_sequences' Unseen seq
9614
9615 2006-05-12 [colin]      2.2.0cvs3
9616
9617         * src/folder.c
9618         * src/mainwindow.c
9619         * src/mainwindow.h
9620         * src/messageview.c
9621         * src/prefs_spelling.c
9622         * src/procheader.c
9623         * src/procmsg.c
9624         * src/procmsg.h
9625         * src/summaryview.c
9626         * src/toolbar.c
9627         * src/toolbar.h
9628                 Add contextual menu on Compose toolbar
9629                 button. Fixes bug #944 (Automatic
9630                 addresses not applied when changing account
9631                 from compose window)
9632                 add Mailing List support
9633                 based on the old 0.6.5claws25 patch by
9634                 Melvin Hadasht, with finishing touches
9635                 by Colin
9636                 Fix "ignore thread" when mails are threaded by
9637                 subject (and weren't ignored although appearing
9638                 in the thread).
9639                 GUI rework.
9640                 Both patches by Pawel.
9641
9642 2006-05-08 [paul]       2.2.0cvs2
9643
9644         * src/mainwindow.c
9645         * src/mainwindow.h
9646         * src/messageview.c
9647         * src/procheader.c
9648         * src/procmsg.c
9649         * src/procmsg.h
9650         * src/summaryview.c
9651                 add Mailing List support
9652                 based on the old 0.6.5claws25 patch by 
9653                 Melvin Hadasht, with finishing touches
9654                 by Colin
9655
9656 2006-05-08 [colin]      2.2.0cvs1
9657
9658         * src/mainwindow.c
9659         * src/toolbar.c
9660         * src/toolbar.h
9661                 Add contextual menu on Compose toolbar 
9662                 button. Fixes bug #944 (Automatic 
9663                 addresses not applied when changing account 
9664                 from compose window)
9665
9666 2006-05-08 [paul]       2.2.0
9667
9668         2.2.0 released
9669
9670 2006-05-08 [paul]       2.1.1cvs51
9671
9672         * po/cs.po
9673         * po/de.po
9674         * po/en_GB.po
9675         * po/fi.po
9676         * po/fr.po
9677         * po/pt_BR.po
9678         * po/sr.po
9679         * po/zh_CN.po
9680                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
9681                 Fabien Vantard, Frederico Goncalves Guimaraes,
9682                 Aleksandar Urosevic, and Ralgh Young
9683
9684 2006-05-12 [colin]      2.1.1cvs50
9685
9686         * po/cs.po
9687         * po/de.po
9688         * po/en_GB.po
9689         * po/es.po
9690         * po/fi.po
9691         * po/fr.po
9692         * po/pt_BR.po
9693         * po/sr.po
9694         * po/zh_CN.po
9695                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
9696                 Fabien Vantard, Frederico Goncalves Guimaraes,
9697                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
9698
9699 2006-05-05 [colin]      2.1.1cvs49
9700
9701         * manual/Makefile.am
9702         * manual/pl/Makefile.am
9703         * manual/pl/account.xml
9704         * manual/pl/ack.xml
9705         * manual/pl/addrbook.xml
9706         * manual/pl/advanced.xml
9707         * manual/pl/faq.xml
9708         * manual/pl/glossary.xml
9709         * manual/pl/gpl.xml
9710         * manual/pl/handling.xml
9711         * manual/pl/intro.xml
9712         * manual/pl/keyboard.xml
9713         * manual/pl/plugins.xml
9714         * manual/pl/starting.xml
9715         * manual/pl/sylpheed-claws-manual.xml
9716         * manual/pl/dist/.cvsignore
9717         * manual/pl/dist/Makefile.am
9718         * manual/pl/dist/html/.cvsignore
9719         * manual/pl/dist/html/Makefile.am
9720         * manual/pl/dist/pdf/.cvsignore
9721         * manual/pl/dist/pdf/Makefile.am
9722         * manual/pl/dist/ps/.cvsignore
9723         * manual/pl/dist/ps/Makefile.am
9724         * manual/pl/dist/txt/.cvsignore
9725         * manual/pl/dist/txt/Makefile.am
9726                 Add the polish translation of the manual,
9727                 Authored by Pawel Pekala.
9728
9729 2006-05-05 [cleroy]     2.1.1cvs48
9730
9731         * src/main.c
9732                 Re-read matcherrc after loading plugins 
9733                 if some of them add folders.
9734
9735 2006-05-03 [colin]      2.1.1cvs47
9736
9737         * src/imap.c
9738                 I'm idiot
9739
9740 2006-05-03 [colin]      2.1.1cvs46
9741
9742         * src/imap.c
9743                 Be sure to have a session when
9744                 getting separator
9745
9746 2006-05-03 [colin]      2.1.1cvs45
9747
9748         * src/imap.c
9749         * src/imap.h
9750         * src/imap_gtk.c
9751                 Fix preventing renaming with namespace 
9752                 separator.
9753
9754 2006-05-01 [colin]      2.1.1cvs44
9755
9756         * src/action.c
9757                 Don't reload messageview when result of
9758                 action is piped.
9759
9760 2006-04-29 [colin]      2.1.1cvs43
9761
9762         * src/prefs_receive.c
9763         * src/plugins/spamassassin/spamassassin_gtk.c
9764         * src/plugins/clamav/clamav_plugin_gtk.c
9765                 GUI fixes by Pawel
9766
9767 2006-04-29 [colin]      2.1.1cvs42
9768
9769         * src/prefs_compose_writing.c
9770         * src/prefs_quote.c
9771                 Cleanups. Patch by Pawel
9772
9773 2006-04-28 [paul]       2.1.1cvs41
9774
9775         * src/matcher.c
9776                 fix returned quick search results when search
9777                 term contains an underscore.
9778                 Thanks to Colin
9779
9780 2006-04-28 [paul]       2.1.1cvs40
9781
9782         * src/prefs_message.c
9783         * src/prefs_receive.c
9784                 GUI cleanups
9785                 Patches by Pawel Pekala
9786
9787 2006-04-27 [colin]      2.1.1cvs39
9788
9789         * src/wizard.c
9790                 Differentiate subject Welcome from
9791                 window's title Welcome
9792
9793 2006-04-27 [paul]
9794
9795         2.2.0-rc1 released
9796
9797 2006-04-27 [paul]       2.1.1cvs38
9798
9799         * manual/advanced.xml
9800         * manual/fr/advanced.xml
9801                 add info about compose_no_markup hidden pref
9802
9803 2006-04-27 [paul]       2.1.1cvs37
9804
9805         * src/prefs_account.c
9806                 improve privacy labels
9807         * src/prefs_msg_colors.c
9808                 change some strings for translators' convenience
9809         * src/gtk/gtkutils.c
9810                 don't underline the link button text
9811
9812 2006-04-25 [colin]      2.1.1cvs36
9813
9814         * src/folder.c
9815                 Complete 2.1.1cvs33 (once more ;)
9816
9817 2006-04-25 [colin]      2.1.1cvs35
9818
9819         * src/editldap.c
9820                 Fix tooltip
9821
9822 2006-04-25 [cleroy]     2.1.1cvs34
9823
9824         * src/compose.c
9825         * src/gtk/gtkaspell.c
9826                 Fix crash on redirect (related to the return 
9827                 of the aspell menu in compose's toolbar)
9828         * src/prefs_msg_colors.c
9829                 Fix sensitivity widgets
9830         * src/image_viewer.c
9831         * src/gtk/pluginwindow.c
9832         * src/gtk/prefswindow.c
9833                 Change released signals to clicked (Fabien)
9834         * po/POTFILES.in
9835         * src/common/socket.c
9836         * src/plugins/spamassassin/spamassassin.c
9837                 Translate strings (Fabien)
9838
9839 2006-04-25 [paul]       2.1.1cvs33
9840
9841         * src/folder.c
9842         * src/folder.h
9843         * src/folderview.c
9844                 complete the fix of bug #912
9845                 Thanks to Colin
9846
9847 2006-04-25 [colin]      2.1.1cvs32
9848
9849         * src/news.c
9850                 Better progress bar
9851         * src/mimeview.c
9852         * src/summaryview.c
9853         * src/summaryview.h
9854                 Fix focus chain
9855                 Patches by Pawel Pekala
9856
9857 2006-04-24 [colin]      2.1.1cvs31
9858
9859         * src/compose.c
9860                 Fix compilation warnings (Fabien)
9861
9862 2006-04-24 [colin]      2.1.1cvs30
9863
9864         * src/addrindex.c
9865         * src/editldap.c
9866         * src/editldap_basedn.c
9867         * src/editldap_basedn.h
9868         * src/ldapctrl.c
9869         * src/ldapctrl.h
9870         * src/ldapquery.c
9871         * src/ldaputil.c
9872         * src/ldaputil.h
9873                 Fix bug #901 (LDAPS support)
9874
9875 2006-04-24 [colin]      2.1.1cvs29
9876
9877         * src/compose.c
9878                 Fix logic on error with send dialog on
9879         * src/imap.c
9880                 Fix compilation without libetpan, thanks
9881                 to Fabien
9882         * src/summaryview.c
9883                 Fix 'context-menu' key
9884
9885 2006-04-23 [colin]      2.1.1cvs28
9886
9887         * src/folder.c
9888                 Never free current's cache to free up 
9889                 memory. Fixes bug #912 (new count 
9890                 randomly set to message count)
9891
9892 2006-04-23 [colin]      2.1.1cvs27
9893
9894         * src/gtk/quicksearch.c
9895                 And remove printf...
9896
9897 2006-04-23 [colin]      2.1.1cvs26
9898
9899         * src/gtk/quicksearch.c
9900                 Fix replacing in quicksearch, and fix inserting
9901                 in the middle of the string. (introduced at 2.1.0cvs22)
9902
9903 2006-04-23 [colin]      2.1.1cvs25
9904
9905         * src/imap.c
9906                 Make sure uidnext is initialized in get_num_list
9907                 (not for stable, related to 2.1.1cvs8 and friends)
9908
9909 2006-04-23 [colin]      2.1.1cvs24
9910
9911         * src/imap.c
9912                 Output something when login is successful
9913                 too
9914
9915 2006-04-23 [colin]      2.1.1cvs23
9916
9917         * src/etpan/imap-thread.c
9918                 Better logging (line-per-line, hide data in fetch)
9919                 Fix a const warning
9920         * src/gtk/logwindow.c
9921         * src/gtk/logwindow.h
9922                 Better logging (color for input/output)
9923
9924 2006-04-21 [colin]      2.1.1cvs22
9925
9926         * src/gtk/quicksearch.c
9927                 On gtk+-2.8, use stock buttons in quicksearch
9928                 Based on a patch by Fabien and a design by Paul
9929
9930 2006-04-21 [colin]      2.1.1cvs21
9931
9932         * src/folderview.c
9933         * src/mainwindow.c
9934                 Fix occasional flicker in folderview
9935         * src/common/utils.c
9936                 Fix bug #943 (Incorrectly parsed email address 
9937                 list in short headers on message view and in 
9938                 printouts)
9939
9940 2006-04-20 [colin]      2.1.1cvs20
9941
9942         * src/imap.c
9943         * src/imap.h
9944         * src/prefs_account.c
9945                 Add ANONYMOUS auth for IMAP
9946
9947 2006-04-20 [paul]       2.1.1cvs19
9948
9949         * src/main.c
9950                 proper fix for 2.1.1cvs18
9951                 Thanks to Colin
9952
9953 2006-04-20 [paul]       2.1.1cvs18
9954
9955         * src/main.c
9956                 fix build warnings
9957
9958 2006-04-20 [paul]       2.1.1cvs17
9959
9960         * src/gtk/quicksearch.c
9961                 fix standard, non-extended Quick search,
9962                 was broken in 2.1.1cvs15.
9963                 Thanks to Colin.
9964
9965 2006-04-20 [colin]      2.1.1cvs16
9966
9967         * src/prefs_matcher.c
9968                 Fix values when reselecting a ~test
9969                 rule
9970
9971 2006-04-19 [colin]      2.1.1cvs15
9972
9973         * src/compose.c
9974         * src/compose.h
9975         * src/gtk/gtkaspell.c
9976         * src/gtk/gtkaspell.h
9977                 Put back Options menu in Spelling/
9978         * src/gtk/quicksearch.c
9979                 Don't search, and show error, if the
9980                 advanced search has a syntax error
9981
9982 2006-04-18 [colin]      2.1.1cvs14
9983
9984         * src/textview.c
9985                 Fix gdk warnings on set_cursor when textview
9986                 isn't visible
9987
9988 2006-04-18 [colin]      2.1.1cvs13
9989
9990         * src/gtk/gtksctree.c
9991                 Remove seemingly useless refresh that causes
9992                 flicker - watch this commit in case of 
9993                 problems before planned backport to stable
9994
9995 2006-04-18 [colin]      2.1.1cvs12
9996
9997         * src/imap.c
9998                 Factorize get/set_xml code
9999         * src/compose.c
10000         * src/prefs_account.c
10001         * src/prefs_account.h
10002         * src/procmsg.c
10003                 Add Encrypt to self option
10004
10005 2006-04-17 [colin]      2.1.1cvs11
10006
10007         * configure.ac
10008                 Fix search on encrpyt function on dragonfly
10009                 Patch by Jonathan Buschmann <jonthn@agmact.com>
10010
10011 2006-04-17 [colin]      2.1.1cvs10
10012
10013         * src/prefs_account.c
10014                 Be safe by default: remove mails from POP3
10015                 after 7 days, not immediately
10016
10017 2006-04-17 [colin]      2.1.1cvs9
10018
10019         * src/etpan/imap-thread.c
10020                 Fix build on DragonFly - patch by 
10021                 Jonathan Buschmann <jonthn@agmact.com>
10022
10023 2006-04-17 [colin]      2.1.1cvs8
10024
10025         * src/imap.c
10026                 Save uidnext between sessions
10027
10028 2006-04-17 [colin]      2.1.1cvs7
10029
10030         * src/imap.c
10031                 scan is required when uid validity changes
10032
10033 2006-04-17 [colin]      2.1.1cvs6
10034
10035         * src/folderview.c
10036                 Don't scan if not necessary, apart in current
10037                 folder and INBOX to fetch flags.
10038         * src/imap.c
10039                 Scan is necessary if unread count changes
10040
10041 2006-04-17 [colin]      2.1.1cvs5
10042
10043         * src/imap.c
10044                 ...But always fetch ANSWERED and DELETED flags for
10045                 INBOX, as filtering can happen on these flags.
10046
10047 2006-04-17 [colin]      2.1.1cvs4
10048
10049         * src/imap.c
10050                 Don't fetch REPLIED and DELETED flags when synchronising
10051                 flags with a closed folder. We only need UNSEEN and FLAGGED
10052                 to update the folderview.
10053
10054 2006-04-17 [colin]      2.1.1cvs3
10055
10056         * src/imap.c
10057                 Faster flag search when there are new mails 
10058                 in a folder. We can do a full search if the 
10059                 folder contains less messages than the new
10060                 list.
10061
10062 2006-04-17 [colin]      2.1.1cvs2
10063
10064         * po/cs.po
10065         * po/de.po
10066         * po/fr.po
10067         * po/nl.po
10068         * po/pt_BR.po
10069                 Update translations from stable branch
10070
10071 2006-04-17 [colin]      2.1.1cvs1
10072
10073         * configure.ac
10074                 Bump version to follow stable release
10075
10076 2006-04-16 [mones]      2.1.0cvs50
10077
10078         * po/es.po
10079                 Updated for release
10080
10081 2006-04-16 [colin]      2.1.0cvs49
10082
10083         * src/textview.c
10084                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
10085                 with gtk < 2.8. Thanks to Fabien Vantard.
10086
10087 2006-04-15 [colin]      2.1.0cvs48
10088
10089         * src/etpan/imap-thread.c
10090                 Fix bug #919 (libetpan: SEGV when connecting 
10091                 using command)
10092
10093 2006-04-14 [colin]      2.1.0cvs47
10094
10095         * src/main.c
10096                 Fix race on --select (should be done better)
10097
10098 2006-04-14 [wwp]        2.1.0cvs46
10099
10100         * src/send_message.c
10101                 enforce a check for domain in account prefs (a sending
10102                 error could be faced if domain was checked but no value set),
10103                 thanks to Colin.
10104
10105 2006-04-14 [colin]      2.1.0cvs45
10106
10107         * src/codeconv.c
10108                 when converting from unknown to unknown, if the
10109                 string is UTF8, don't convert it to the locale
10110                 (which breaks it)
10111
10112 2006-04-14 [colin]      2.1.0cvs44
10113
10114         * src/compose.c
10115                 Don't try to use ASCII for converting headers
10116                 (as done in body)
10117
10118 2006-04-14 [paul]       2.1.0cvs43
10119
10120         * src/crash.c
10121                 add locale/charset info to crash report
10122         * src/gtk/about.c
10123                 add wwp to doc team
10124                 replace 'e-mail' with preferred 'email'
10125         * src/gtk/authors.h
10126                 ensure contributors list is in alphabetical
10127                 order
10128
10129 2006-04-13 [colin]      2.1.0cvs42
10130
10131         * src/textview.c
10132                 Prevent gdk warnings
10133
10134 2006-04-13 [colin]      2.1.0cvs41
10135
10136         * src/common/ssl_certificate.c
10137         * src/common/ssl_certificate.h
10138         * src/gtk/sslcertwindow.c
10139                 Warn on expired certs, and display the expiration date
10140
10141 2006-04-13 [colin]      2.1.0cvs40
10142
10143         * src/plugins/spamassassin/spamassassin_gtk.c
10144                 Fix missing set_text on unix socket
10145
10146 2006-04-13 [wwp]        2.1.0cvs39
10147
10148         * manual/fr/advanced.xml
10149         * manual/fr/glossary.xml
10150                 applied new spam/ham/email lexicon (pourriel, courriel)
10151
10152 2006-04-13 [paul]       2.1.0cvs38
10153
10154         * src/plugins/pgpmime/plugin.c
10155                 remove the mention of S/MIME from the
10156                 description. This is now handled by the
10157                 S/MIME plugin.
10158
10159 2006-04-13 [paul]       2.1.0cvs37
10160
10161         * src/prefs_msg_colors.c
10162                 rework dialog
10163         * src/prefs_folder_item.c
10164         * src/prefs_spelling.c
10165                 add a tooltip to the colour selector buttons
10166
10167 2006-04-13 [wwp]        2.1.0cvs36
10168
10169         * manual/advanced.xml
10170         * manual/glossary.xml
10171         * manual/handling.xml
10172         * manual/keyboard.xml
10173         * manual/plugins.xml
10174         * manual/starting.xml
10175         * manual/fr/account.xml
10176         * manual/fr/ack.xml
10177         * manual/fr/addrbook.xml
10178         * manual/fr/advanced.xml
10179         * manual/fr/faq.xml
10180         * manual/fr/glossary.xml
10181         * manual/fr/gpl.xml
10182         * manual/fr/handling.xml
10183         * manual/fr/intro.xml
10184         * manual/fr/keyboard.xml
10185         * manual/fr/plugins.xml
10186         * manual/fr/starting.xml
10187         * manual/fr/sylpheed-claws-manual.xml
10188                 fixes to the manuals:
10189                  - summaryview -> Message List (same in French)
10190                  - translate key names
10191                  - fix French punctuation, use non-breakable spaces when
10192                    necessary, don't use &thinsp; which is not portable
10193                  - tell what maildir and mbox formats we support
10194
10195 2006-04-12 [wwp]        2.1.0cvs35
10196
10197         * src/prefs_toolbar.c
10198                 unified a replace button more,
10199                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10200
10201 2006-04-12 [wwp]        2.1.0cvs34
10202
10203         * src/prefs_common.c
10204         * src/prefs_msg_colors.c
10205                 make default color labels translatable,
10206                 patch from Fabien Vantard <fzzzzz@gmail.com>,
10207                 thanks to Tim <timbrain@post.cz> for reporting.
10208
10209 2006-04-12 [wwp]        2.1.0cvs33
10210
10211         * manual/glossary.xml
10212         * manual/intro.xml
10213         * manual/plugins.xml
10214         * manual/starting.xml
10215         * manual/sylpheed-claws-manual.xml
10216         * manual/fr/.cvsignore
10217         * manual/fr/account.xml
10218         * manual/fr/ack.xml
10219         * manual/fr/addrbook.xml
10220         * manual/fr/advanced.xml
10221         * manual/fr/faq.xml
10222         * manual/fr/glossary.xml
10223         * manual/fr/handling.xml
10224         * manual/fr/intro.xml
10225         * manual/fr/keyboard.xml
10226         * manual/fr/plugins.xml
10227         * manual/fr/starting.xml
10228         * manual/fr/sylpheed-claws-manual.xml
10229                 various fixes: typos, missing .fr translations, punctuation,
10230                 capitalization, links, accents and some bad French more.
10231
10232 2006-04-12 [wwp]        2.1.0cvs32
10233
10234         * src/prefs_gtk.c
10235                 fix for bug #935: always store prefs files in UTF-8 (thanks
10236                 to Colin).
10237
10238 2006-04-11 [colin]      2.1.0cvs31
10239
10240         * src/compose.c
10241                 Fix inserting files not in utf8 when locale is utf8
10242
10243 2006-04-11 [colin]      2.1.0cvs30
10244
10245         * src/inc.c
10246                 Don't show error dialog when cancelling connection
10247                 Patch by Pawel
10248
10249 2006-04-11 [cleroy]     2.1.0cvs29
10250
10251         * src/compose.c
10252                 Implement multiple quote levels
10253         * src/prefs_common.c
10254                 Change a little bit the quote bgcolor for 2nd level
10255
10256 2006-04-11 [colin]      2.1.0cvs28
10257
10258         * src/gtk/about.c
10259                 Add locale and charset in the label
10260
10261 2006-04-10 [colin]      2.1.0cvs27
10262
10263         * src/compose.c
10264         * src/prefs_common.c
10265         * src/prefs_common.h
10266         * src/prefs_msg_colors.c
10267         * src/textview.c
10268                 Allow optional background color in quotes
10269                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
10270                 GTK+-2.8.x feature
10271
10272 2006-04-10 [colin]      2.1.0cvs26
10273
10274         * src/main.c
10275         * src/mainwindow.c
10276         * src/mainwindow.h
10277                 Implement --select
10278
10279 2006-04-10 [colin]      2.1.0cvs25
10280
10281         * manual/plugins.xml
10282         * manual/fr/plugins.xml
10283                 Document libcurl's proxy variables
10284
10285 2006-04-09 [colin]      2.1.0cvs24
10286
10287         * src/prefs_common.c
10288                 gettext() returns statically allocated stuff. We have
10289                 to strdup it in order to be able to free it.
10290
10291 2006-04-09 [colin]      2.1.0cvs23
10292
10293         * AUTHORS
10294         * src/gtk/authors.h
10295                 Add Alexei
10296
10297 2006-04-09 [colin]      2.1.0cvs22
10298
10299         * src/mainwindow.c
10300         * src/gtk/quicksearch.c
10301                 Fix bug #859 (problems with cyrilic input in 
10302                 search panel) - Patch by Alexey Illarionov 
10303                 <littlesavage@rambler.ru>
10304
10305 2006-04-09 [colin]      2.1.0cvs21
10306
10307         * src/prefs_customheader.c
10308                 I prefer removing then freeing rather than the contrary
10309                 (even if it doesn't change anything ;-)
10310         * src/prefs_account.c
10311                 Fix bug #933 (Crash re-entering the custom headers list 
10312                 dialog in accounts prefs)
10313                 The problem happened when cancelling the Account 
10314                 Preferences' dialogs - in which case we didn't do 
10315                 anything to the PrefsAccount * struct. In case of applying,
10316                 the old ac_prefs was replaced with the tmp_ac_prefs we were
10317                 working with in this dialog. The problem is that 
10318                 prefs_customheader.c, working on this tmp_ac_prefs, always
10319                 changes the ->customhdr_list pointer, even when cancelled. 
10320                 So in case of cancelling the prefs_account dialog, we still
10321                 have to update ->customhdr_list in the real account.
10322
10323 2006-04-08 [colin]      2.1.0cvs20
10324
10325         * manual/fr/glossary.xml
10326         * manual/fr/keyboard.xml
10327                 Forgot some headers :)
10328
10329 2006-04-08 [colin]      2.1.0cvs19
10330
10331         * manual/Makefile.am
10332         * manual/fr/Makefile.am
10333         * manual/fr/account.xml
10334         * manual/fr/ack.xml
10335         * manual/fr/addrbook.xml
10336         * manual/fr/advanced.xml
10337         * manual/fr/faq.xml
10338         * manual/fr/glossary.xml
10339         * manual/fr/gpl.xml
10340         * manual/fr/handling.xml
10341         * manual/fr/intro.xml
10342         * manual/fr/keyboard.xml
10343         * manual/fr/plugins.xml
10344         * manual/fr/starting.xml
10345         * manual/fr/sylpheed-claws-manual.xml
10346         * manual/fr/dist/.cvsignore
10347         * manual/fr/dist/Makefile.am
10348         * manual/fr/dist/html/.cvsignore
10349         * manual/fr/dist/html/Makefile.am
10350         * manual/fr/dist/pdf/.cvsignore
10351         * manual/fr/dist/pdf/Makefile.am
10352         * manual/fr/dist/ps/.cvsignore
10353         * manual/fr/dist/ps/Makefile.am
10354         * manual/fr/dist/txt/.cvsignore
10355         * manual/fr/dist/txt/Makefile.am
10356                 Add the french translation of the manual. Thanks to
10357                 Olivier Delhomme <olivier.delhomme@free.fr> for 
10358                 account.xml, ack.xml, addrbook.xml and advanced.xml
10359
10360 2006-04-08 [colin]      2.1.0cvs18
10361
10362         * manual/plugins.xml
10363         * manual/starting.xml
10364                 More fixes
10365
10366 2006-04-07 [colin]      2.1.0cvs17
10367
10368         * manual/faq.xml
10369         * manual/intro.xml
10370         * manual/keyboard.xml
10371                 Little fixes
10372
10373 2006-04-07 [colin]      2.1.0cvs16
10374
10375         * README
10376         * src/compose.c
10377         * src/prefs_common.c
10378         * src/prefs_common.h
10379                 Add hidden compose_no_markup pref
10380
10381 2006-04-07 [wwp]        2.1.0cvs15
10382
10383         * src/summary_search.c
10384         * .cvsignore
10385                 Bugfix: stop button was sticky when searching in an empty folder.
10386                 Applied curly brackets code style to the whole file (summary_search.c).
10387                 More files to ignore.
10388
10389 2006-04-07 [wwp]        2.1.0cvs14
10390
10391         * src/message_search.c
10392         * src/summary_search.c
10393                 changed default button when search bumps at file/folder
10394                 beginning or end, for convenience (thanks to Colin).
10395
10396 2006-04-07 [paul]       2.1.0cvs13
10397
10398         * src/plugins/dillo_viewer/dillo_prefs.c
10399                 avoid future potential for namespace collision
10400                 Patch by Colin
10401
10402 2006-04-06 [wwp]        2.1.0cvs12
10403
10404         * src/summary_search.c
10405                 Unify extended/advanced searches names (and thus factorize labels),
10406                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10407
10408 2006-04-06 [wwp]        2.1.0cvs11
10409
10410         * src/folderview.c
10411         * src/prefs_themes.c
10412         * src/summaryview.c
10413                 Fixed some compilation warnings.
10414
10415 2006-04-06 [colin]      2.1.0cvs10
10416
10417         * manual/advanced.xml
10418                 Document the wizard template and how to deploy
10419                 Sylpheed-Claws effectively
10420
10421 2006-04-06 [colin]      2.1.0cvs9
10422
10423         * src/folderview.c
10424                 gettext patch to tell translators about _("#"),
10425                 by Maxim Britov
10426
10427 2006-04-06 [colin]      2.1.0cvs8
10428
10429         * src/textview.c
10430                 Fix invalid GtkTextBIter after clicking "Display as text"
10431
10432 2006-04-06 [mones]      2.1.0cvs7
10433
10434         * src/addr_compl.c
10435         * src/addrindex.c
10436         * src/addritem.c
10437         * src/codeconv.c
10438         * src/compose.c
10439         * src/filtering.c
10440         * src/folder.c
10441         * src/folder_item_prefs.c
10442         * src/folderview.c
10443         * src/localfolder.c
10444         * src/matcher.c
10445         * src/mimeview.c
10446         * src/prefs_msg_colors.c
10447         * src/prefs_spelling.c
10448         * src/prefs_themes.c
10449         * src/procmime.c
10450         * src/procmsg.c
10451         * src/stock_pixmap.c
10452         * src/summaryview.c
10453         * src/textview.c
10454         * src/toolbar.c
10455         * src/common/mgutils.c
10456         * src/common/prefs.c
10457         * src/common/ssl_certificate.c
10458         * src/gtk/colorlabel.c
10459         * src/gtk/quicksearch.c
10460         * src/plugins/pgpmime/pgpmime.c
10461         * src/plugins/spamassassin/spamassassin.c
10462                 Removed redundant NULL checks for g_free() calls.
10463                 Patch by Pawel Pekala.
10464
10465 2006-04-06 [mones]      2.1.0cvs6
10466
10467         * src/prefs_actions.c
10468         * src/prefs_filtering.c
10469         * src/prefs_filtering_action.c
10470         * src/prefs_matcher.c
10471         * src/prefs_template.c
10472         * src/gtk/gtkutils.c
10473         * src/gtk/gtkutils.h
10474                 Have a nice replace button. Patch by Pawel Pekala
10475
10476 2006-04-06 [colin]      2.1.0cvs5
10477
10478         * src/addressbook.c
10479                 Fix crash with empty columns
10480
10481 2006-04-05 [colin]      2.1.0cvs4
10482
10483         * src/wizard.c
10484         * src/prefs_gtk.c
10485                 Allow wizard customization with pre-filled values
10486
10487 2006-04-05 [colin]      2.1.0cvs3
10488
10489         * src/textview.c
10490         * src/mimeview.c
10491         * src/mimeview.h
10492                 Nicer messages in mimeview
10493
10494 2006-04-05 [colin]      2.1.0cvs2
10495
10496         * src/addressbook.c
10497         * src/prefs_summaries.c
10498                 i18n fix
10499
10500 2006-04-05 [colin]      2.1.0cvs1
10501
10502         * src/plugins/pgpcore/plugin.c
10503         * src/plugins/pgpcore/select-keys.c
10504         * src/plugins/pgpcore/select-keys.h
10505         * src/plugins/pgpcore/sgpgme.c
10506         * src/plugins/pgpcore/sgpgme.h
10507         * src/plugins/pgpinline/pgpinline.c
10508         * src/plugins/pgpinline/plugin.c
10509         * src/plugins/pgpmime/pgpmime.c
10510         * src/plugins/pgpmime/plugin.c
10511                 Factorize and generalize a bit 
10512                 Drop S/MIME signature verification from PGP/MIME
10513                 (adding it as another, more complete plugin)
10514
10515 2006-04-05 [paul]       2.1.0
10516
10517         2.1.0 released
10518
10519 2006-04-05 [paul]       2.0.0cvs186
10520
10521         * manual/advanced.xml
10522                 add info on colour labels
10523
10524 2006-04-05 [paul]       2.0.0cvs185
10525
10526         * po/bg.po
10527         * po/cs.po
10528         * po/de.po
10529         * po/el.po
10530         * po/en_GB.po
10531         * po/fi.po
10532         * po/fr.po
10533         * po/it.po
10534         * po/nl.po
10535         * po/pl.po
10536         * po/pt_BR.po
10537         * po/sr.po
10538         * po/zh_CN.po
10539                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
10540                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
10541                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
10542                 Guimaraes, Aleksandar Urosevic, Ralgh Young
10543         * src/gtk/authors.h
10544         * tools/claws.i18n.status.pl
10545                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
10546                 and new Czech translator, Tim <timbrain@post.cz>
10547
10548 2006-04-05 [mones]      2.0.0cvs184
10549
10550         * po/es.po
10551                 Updated translation
10552
10553 2006-04-05 [colin]      2.0.0cvs183
10554
10555         * src/gtk/quicksearch.c
10556                 Fix bug #929 (unnecessary reload in quick search bar)
10557
10558 2006-04-05 [colin]      2.0.0cvs182
10559
10560         * src/compose.c
10561                 Fix crash on Reply with no From:
10562                 Show signature and conversion error on queuing 
10563                 (but not sending)
10564         * src/mainwindow.c
10565         * src/summaryview.c
10566         * src/summaryview.h
10567                 Factorize threading code and make sure msginfo 
10568                 is not null when it comes from a GtkCTreeRow's 
10569                 data
10570         * src/gtk/gtkaspell.c
10571                 Check for necessary things
10572         * src/gtk/gtksctree.c
10573         * src/gtk/gtksctree.h
10574                 Reset anchor if necessary when removing node
10575
10576 2006-03-29 [colin]      2.0.0cvs181
10577
10578         * src/folderview.c
10579                 Warn for disabled IMAP accounts (due to lack of
10580                 libetpan). Breaks string-freeze - sorry - but it
10581                 is kind of important ;)
10582
10583 2006-03-28 [colin]      2.0.0cvs180
10584
10585         * src/gtk/gtkutils.c
10586         * src/gtk/gtkutils.h
10587                 Add a gtkut_get_link_btn() function that
10588                 creates a button which acts like an URI
10589         * src/prefs_themes.c
10590         * src/gtk/about.c
10591                 Use this function (factorizes codes)
10592         * src/common/defs.h
10593         * src/gtk/pluginwindow.c
10594                 Add a "Get more..." in the plugins window
10595
10596 2006-03-28 [colin]      2.0.0cvs179
10597
10598         * src/common/smtp.c
10599         * src/common/passcrypt.c
10600         * src/undo.c
10601                 Warning fixes. Patch by Pawel Pekala
10602
10603 2006-03-27 [colin]      2.0.0cvs178
10604
10605         * src/undo.c
10606                 Fix undoing by blocks with spaces
10607
10608 2006-03-27 [colin]      2.0.0cvs177
10609
10610         * src/textview.c
10611                 Set margin to 3px for headers
10612
10613 2006-03-27 [paul]
10614
10615         2.1.0-rc2 released
10616
10617 2006-03-27 [wwp]        2.0.0cvs176
10618
10619         * src/summaryview.c
10620                 don't reset quicksearch when updating the message list.
10621                 Thanks to Colin.
10622
10623 2006-03-26 [wwp]        2.0.0cvs175
10624
10625         * src/compose.c
10626                 use a unified border width ('other' tab in the compose window,
10627                 patch by Pawel Pekala).
10628
10629
10630 2006-03-26 [wwp]        2.0.0cvs174
10631
10632         * src/common/quoted-printable.c
10633         * src/addressbook.c
10634                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
10635
10636 2006-03-26 [colin]      2.0.0cvs173
10637
10638         * src/quote_fmt_parse.y
10639                 Fix non-UTF8 date formats messing up the whole quote a 
10640                 little bit
10641
10642 2006-03-26 [colin]      2.0.0cvs172
10643
10644         * src/procheader.c
10645                 Make sure the date is UTF8 valid, or try to make it
10646                 so. IncrediMail is really IncrediStupid.
10647         * src/compose.c
10648                 Fix possible conversions. 
10649                 
10650
10651 2006-03-26 [colin]      2.0.0cvs171
10652
10653         * src/matcher.c
10654                 Fix corner cases in body search. This is still a
10655                 hack... It seems impossible to make it good and 
10656                 reasonably fast at the same time.
10657
10658 2006-03-26 [colin]      2.0.0cvs170
10659
10660         * src/summaryview.c
10661                 I think I killed the twilight zone bug!
10662                 summary_select_node() flushes GTK events in order
10663                 to be able to center the view. But this also 
10664                 flushes keypresses like Ctrl-Alt-U, so this can
10665                 call summary_show from summary_select_node (itself
10666                 called from summary_show, etc.). And the summaryview
10667                 has to be unlocked in this function. So just locking
10668                 while processing GTK events, and bailing if locked, 
10669                 should fix it.
10670                 Fixes bug #927 (SIGSEGV during Update Summary)
10671
10672 2006-03-25 [colin]      2.0.0cvs169
10673
10674         * src/matcher.c
10675                 Fix search in QP-encoded bodies
10676                 Fix utf-8 searches in bodies encoded in the
10677                 locale's encoding
10678         * src/common/quoted-printable.c
10679         * src/common/quoted-printable.h
10680                 Add a decode function that doesn't overwrite
10681                 the original pointer
10682                 
10683
10684 2006-03-24 [colin]      2.0.0cvs168
10685
10686         * src/action.c
10687         * src/summaryview.c
10688         * src/summaryview.h
10689                 Update message cache after action
10690                 Patch by H. Merijn Brand
10691         * src/prefs_msg_colors.c
10692                 Factorize label 
10693                 Patch by Fabien Vantard
10694         * src/plugins/spamassassin/spamassassin_gtk.c
10695                 Remove useless translation
10696                 Patch by Fabien Vantard
10697
10698 2006-03-23 [colin]      2.0.0cvs167
10699
10700         * src/common/ssl.c
10701                 Let 30 seconds to SSL_connect
10702
10703 2006-03-23 [wwp]        2.0.0cvs166
10704
10705         * src/summaryview.c
10706         * src/gtk/description_window.c
10707                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
10708                 and headers are translated; adjust description windows' width to fit their
10709                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
10710
10711 2006-03-23 [paul]       2.0.0cvs165
10712
10713         * src/common/utils.c
10714                 fix highlighting of URIs containing "()"
10715                 (2.0.0cvs164's reversal fixed)
10716                 Thanks to Colin.
10717
10718 2006-03-23 [paul]       2.0.0cvs164
10719
10720         * src/common/utils.c
10721                 revert patch, (postponing a fix), at 2.0.0cvs120
10722                 as it breaks more URIs than it fixes.
10723                 Allow '-' to be a terminating character in a URI
10724
10725 2006-03-22 [colin]      2.0.0cvs163
10726
10727         * configure.ac
10728                 Require libetpan 0.45
10729                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
10730
10731 2006-03-22 [paul]       2.0.0cvs162
10732
10733         * src/editgroup.c
10734                 replace '<-' and '->' buttons with GTK_STOCK graphical
10735                 buttons
10736         * src/summary_search.c
10737                 don't offer '...' for translation
10738                 add a tooltip to advanced search '...' button
10739         * src/gtk/quicksearch.c
10740                 don't offer '...' for translation
10741
10742 2006-03-21 [colin]      2.0.0cvs161
10743
10744         * src/compose.c
10745                 Fix middle-click pasting (insert at click
10746                 position instead of cursor position, don't
10747                 remove existing selection and allow pasting
10748                 our own selection)
10749         * src/addressbook.c
10750                 "LDAP Server" -> "LDAP servers"
10751
10752 2006-03-21 [wwp]        2.0.0cvs160
10753
10754         * src/etpan/imap-thread.c
10755                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
10756
10757 2006-03-20 [colin]      2.0.0cvs159
10758
10759         * src/summaryview.c
10760                 Don't reload summaryview after an execute with no
10761                 move action
10762
10763 2006-03-19 [colin]      2.0.0cvs158
10764
10765         * src/addressbook.c
10766                 and put groups at the top, always
10767
10768 2006-03-19 [colin]      2.0.0cvs157
10769
10770         * src/addressbook.c
10771                 Order groups before names, as previously
10772
10773 2006-03-19 [colin]      2.0.0cvs156
10774
10775         * src/addressbook.c
10776                 - Sort case-unsensitive
10777                 - Put the sort arrow at opening too
10778
10779 2006-03-19 [wwp]        2.0.0cvs155
10780
10781         * src/addressbook.c
10782                 allow sorting by name/email/remarks, ensure that right-pane's contents
10783                 matches the left-pane selection (cleared when appropriate).
10784                 Patch by Pawel Pekala <c0rn@o2.pl>.
10785
10786 2006-03-18 [colin]      2.0.0cvs154
10787
10788         * src/textview.c
10789                 Fix text cursor ;)
10790
10791 2006-03-18 [colin]      2.0.0cvs153
10792
10793         * src/gtk/filesel.c
10794                 Make sure we hide the preview if we didn't get
10795                 a filename
10796
10797 2006-03-18 [colin]      2.0.0cvs152
10798
10799         * src/summaryview.c
10800                 Set cursor to watch for execution (fixes lack
10801                 of watch-cursor when dnd'ing hundreds of mails)
10802         * src/gtk/filesel.c
10803                 Check that mime type is 'image/*' before updating
10804                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
10805
10806 2006-03-18 [colin]      2.0.0cvs151
10807
10808         * src/mainwindow.c
10809         * src/textview.c
10810         * src/textview.h
10811                 Put a watch cursor in textview too when the mainwindow's
10812                 cursor in a watch
10813
10814 2006-03-18 [colin]      2.0.0cvs150
10815
10816         * src/folder.c
10817                 Change wrong asserts to simple tests
10818
10819 2006-03-17 [colin]      2.0.0cvs149
10820
10821         * src/mainwindow.c
10822         * src/mainwindow.h
10823         * src/prefs_msg_colors.c
10824         * src/summaryview.c
10825         * src/summaryview.h
10826         * src/gtk/colorlabel.c
10827         * src/gtk/colorlabel.h
10828                 Add a color label menu in the main menubar
10829                 Add (fixed) accels Ctrl-{0-7} to change the color
10830                 They have to be fixed because the menu's dynamic,
10831                 the items are complex widgets, hence we can't use
10832                 a GtkItemFactory.
10833
10834
10835 2006-03-17 [wwp]        2.0.0cvs148
10836
10837         * src/compose.c
10838                 rollback few lines from my previous commit (those lines come from
10839                 a pending patch, accidentally commited, even if neutral as they are
10840                 commented out).
10841
10842 2006-03-17 [wwp]        2.0.0cvs147
10843
10844         * src/compose.c
10845                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
10846                 applied code style/indentation to the modified function.
10847
10848 2006-03-17 [wwp]        2.0.0cvs146
10849
10850         * src/procmsg.c
10851         * src/compose.c
10852                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
10853
10854 2006-03-17 [paul]
10855
10856         2.1.0-rc1 released
10857
10858 2006-03-17 [paul]       2.0.0cvs145
10859
10860         * src/main.c
10861                 addressbook_read_file() was called twice
10862         * src/textview.c
10863                 X-Mailer highlighting
10864
10865 2006-03-16 [colin]      2.0.0cvs144
10866
10867         * src/sourcewindow.c
10868         * src/sourcewindow.h
10869                 And the last one, in source window.
10870
10871 2006-03-16 [colin]      2.0.0cvs143
10872
10873         * src/compose.c
10874         * src/compose.h
10875                 Fix the same stuff in compose
10876
10877 2006-03-16 [colin]      2.0.0cvs142
10878
10879         * src/messageview.c
10880                 Complete the previous messageview crash fix
10881
10882 2006-03-16 [colin]      2.0.0cvs141
10883
10884         * src/procmsg.h
10885         * src/procmsg.c
10886         * src/folder.c
10887                 Fix POSTPROCESSING hook
10888                 Patch by H. Merijn Brand
10889
10890         * src/procmime.c
10891         * src/procmime.h
10892                 Parse Content-Location
10893
10894         * src/toolbar.c
10895         * src/messageview.c
10896         * src/messageview.h
10897                 Don't crash when a top-level MessageView has
10898                 been closed on us. Same problematic than
10899                 yesterday's quicksearch issue.
10900
10901 2006-03-15 [colin]      2.0.0cvs140
10902
10903         * src/gtk/quicksearch.c
10904                 Fix a bitchy race we didn't think about when we
10905                 added quicksearch cancellation:
10906                 If the search is not on cached fields, for example
10907                 body_part matchcase "stuff"
10908                 the matcher code has to get the whole message. If
10909                 we're on IMAP, that can be slow, and in order to
10910                 be non-blocking, the IMAP code idle loop processes
10911                 gtk events too. So it is possible to cancel a
10912                 quicksearch while the matcher is getting the mail's
10913                 body. After matcher got its body, it will start to
10914                 iterate over the matcher list that the Quicksearch's
10915                 clear_search_cb() just freed via prepare_matcher().
10916                 SIGSEGV ensues.
10917                 The fix consists of guarding the matcherlist_match()
10918                 call with a boolean 'matching'. If we reset the
10919                 quicksearch while matching is TRUE, we don't free
10920                 the matcherlist anymore like we did, but we set
10921                 another new flag, deferred_free, to TRUE. Then,
10922                 in quicksearch_match(), just after returning from
10923                 matcherlist_match() and unsetting the matching flag,
10924                 we check the deferred_free flag and do the
10925                 prepare_matcher() (which does the matcherlist_free)
10926                 for real, so we free the matcherlist once it's not
10927                 used anymore.
10928                 As all of this runs via the glib main loop, we
10929                 luckily don't need a mutex.
10930         * src/summaryview.c
10931                 Also, show progress while searching.
10932
10933
10934 2006-03-14 [colin]      2.0.0cvs139
10935
10936         * src/alertpanel.c
10937                 Make alertpanel_is_open non-static
10938
10939 2006-03-14 [colin]      2.0.0cvs138
10940
10941         * src/prefs_spelling.c
10942                 Cleanups - Fabien Vantard
10943
10944 2006-03-14 [wwp]        2.0.0cvs137
10945
10946         * src/main.c
10947                 code style normalization (curly braces, indentation).
10948
10949 2006-03-14 [wwp]        2.0.0cvs137
10950
10951         * src/main.c
10952                 code style (braces, indentation)
10953
10954 2006-03-12 [paul]       2.0.0cvs136
10955
10956         * src/prefs_common.c
10957                 trans_hdr defaults to FALSE to be RFC-savvy
10958         * src/prefs_summaries.c
10959                 add a tooltip to the trans_hdr option
10960                 
10961
10962 2006-03-12 [paul]       2.0.0cvs135
10963
10964         * src/prefs_matcher.c
10965                 give a little more width to the combos
10966         * src/prefs_display_header.c
10967         * src/textview.c
10968                 translate headers if prefs_common.trans_hdr
10969                 is TRUE
10970
10971         Patches by Pawel Pekala
10972
10973 2006-03-12 [paul]       2.0.0cvs134
10974
10975         * src/plugins/clamav/clamav_plugin.c
10976         * src/plugins/dillo_viewer/dillo_viewer.c
10977         * src/plugins/pgpcore/plugin.c
10978         * src/plugins/pgpinline/plugin.c
10979         * src/plugins/pgpmime/plugin.c
10980         * src/plugins/spamassassin/spamassassin.c
10981                 update/add to descriptions
10982         * src/plugins/spamassassin/spamassassin_gtk.c
10983                 fixes to the english, remove superfluous
10984                 tooltips, clean up a little
10985
10986 2006-03-12 [paul]       2.0.0cvs133
10987
10988         * src/compose.c
10989                 fix Bug 924, 'Account combo box shows up wrong 
10990                 if & is in account name'
10991
10992 2006-03-11 [colin]      2.0.0cvs132
10993
10994         * src/summaryview.c
10995                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
10996                 messed up shift-selection because is slows down
10997                 moving around summaryview. thanks -users
10998
10999 2006-03-10 [colin]      2.0.0cvs131
11000
11001         * src/plugins/spamassassin/spamassassin_gtk.c
11002                 Put back Paul's engrish fixes
11003
11004 2006-03-10 [colin]      2.0.0cvs130
11005
11006         * src/plugins/spamassassin/spamassassin.c
11007         * src/plugins/spamassassin/spamassassin.h
11008         * src/plugins/spamassassin/spamassassin_gtk.c
11009                 Cleanup SA prefs page (more)
11010                 Patch by Fabien Vantard
11011
11012 2006-03-10 [paul]       2.0.0cvs129
11013
11014         * src/prefs_msg_colors.c
11015         * src/prefs_spelling.c
11016                 widget sensitivity
11017
11018 2006-03-09 [mones]      2.0.0cvs128
11019
11020         * po/es.po
11021                 Update for next RC
11022
11023 2006-03-09 [wwp]        2.0.0cvs127
11024
11025         * configure.ac
11026                 revert accidental commit (requirement for libetpan 0.43), this time
11027                 not in HEAD.
11028
11029 2006-03-09 [wwp]        2.0.0cvs125
11030
11031         * configure.ac
11032                 revert accidental commit (requirement for libetpan 0.43)
11033
11034 2006-03-09 [paul]       2.0.0cvs126
11035
11036         * src/prefs_receive.c
11037                 remove useless frame
11038                 replace 'incorporation' with 'receiving'
11039         * src/plugins/clamav/clamav_plugin_gtk.c
11040         * src/plugins/spamassassin/spamassassin_gtk.c
11041                 improve widget sensitivity
11042                 fix a bit his engrish
11043
11044 2006-03-09 [wwp]        2.0.0cvs125
11045
11046         * src/addressadd.c
11047         * src/foldersel.c
11048         * src/prefs_common.c
11049         * src/prefs_common.h
11050                 remember some more windows' sizes (add to addressbook and
11051                 select folder).
11052
11053 2006-03-09 [paul]       2.0.0cvs124
11054
11055         * src/plugins/pgpcore/prefs_gpg.c
11056                 normalise construction of dialogue
11057
11058 2006-03-09 [paul]       2.0.0cvs123
11059
11060         * src/plugins/trayicon/Makefile.am
11061                 add missing slash
11062
11063 2006-03-08 [colin]      2.0.0cvs122
11064
11065         * src/plugins/trayicon/Makefile.am
11066                 Fix build in separate dir 
11067                 Patch by Bamanzi <bamanzi@gmail.com>
11068
11069 2006-03-08 [colin]      2.0.0cvs121
11070
11071         * src/procmsg.c
11072                 Batch move and copies from summaryview with delayed execution
11073                 too
11074
11075 2006-03-07 [paul]       2.0.0cvs120
11076
11077         * src/common/utils.c
11078                 fix highlighting of URIs containing "()"
11079                 Patch by Pawel Pekala
11080
11081 2006-03-07 [paul]       2.0.0cvs119
11082
11083         * src/folder.c
11084         * src/folder.h
11085         * src/folderview.c
11086                 immediately do alphabetical resort when
11087                 changing a folder's name
11088                 Patch by Pawel Pekala
11089
11090 2006-03-07 [paul]       2.0.0cvs118
11091
11092         * src/news.c
11093         * src/news_gtk.c
11094                 when unsubscribing a newsgroup, remove the
11095                 folder and msgs in .sylpheed-claws/newscache
11096                 Patch by Pawel Pekala <c0rn@gazeta.pl>
11097
11098 2006-03-07 [paul]       2.0.0cvs117
11099
11100         * src/textview.c
11101                 fix wrong Fake URL Warning
11102                 Thanks to Hiro
11103
11104 2006-03-07 [colin]      2.0.0cvs116
11105
11106         * src/imap.c
11107                 Return immediately when password dialog was
11108                 cancelled
11109         * src/gtk/inputdialog.c
11110                 Allow empty strings for passwords
11111
11112
11113 2006-03-06 [colin]      2.0.0cvs115
11114
11115         * src/imap.c
11116                 Prevent double-timeouts when connection fails
11117
11118 2006-03-06 [colin]
11119
11120         2.0.1-rc1 released
11121
11122 2006-03-06 [colin]      2.0.0cvs114
11123
11124         * src/imap.c
11125                 Refresh session during potentially long
11126                 operations
11127
11128 2006-03-06 [wwp]        2.0.0cvs113
11129
11130         * src/prefs_msg_colors.h
11131                 forgot that one (custom color labels).
11132
11133 2006-03-06 [wwp]        2.0.0cvs112
11134
11135         * src/prefs_common.c
11136         * src/prefs_common.h
11137         * src/prefs_msg_colors.c
11138         * src/summaryview.c
11139         * src/summaryview.h
11140         * src/gtk/colorlabel.c
11141         * src/gtk/colorlabel.h
11142                 colors in messages list are now customizable. Color values and names can
11143                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
11144                 Thanks to Paul and Colin for their help with this longstanding patch!
11145
11146 2006-03-06 [wwp]        2.0.0cvs111
11147
11148         * src/textview.c
11149                 don't crash if (x)face is bad.
11150
11151 2006-03-05 [paul]       2.0.0cvs110
11152
11153         * AUTHORS
11154         * configure.ac
11155         * src/Makefile.am
11156         * src/common/Makefile.am
11157         * src/common/utils.h
11158         * src/etpan/imap-thread.c
11159         * src/gtk/authors.h
11160         * src/plugins/clamav/Makefile.am
11161         * src/plugins/demo/Makefile.am
11162         * src/plugins/dillo_viewer/Makefile.am
11163         * src/plugins/pgpcore/Makefile.am
11164         * src/plugins/pgpcore/passphrase.c
11165         * src/plugins/pgpinline/Makefile.am
11166         * src/plugins/pgpmime/Makefile.am
11167         * src/plugins/spamassassin/Makefile.am
11168         * src/plugins/trayicon/Makefile.am
11169                 fix builiding on cygwin
11170                 Patch by Ralgh Young <bamanzi@gmail.com>
11171
11172 2006-03-04 [wwp]        2.0.0cvs109
11173
11174         * manual/keyboard.xml
11175                 fix mixed up/down keys.
11176
11177 2006-03-04 [wwp]        2.0.0cvs108
11178
11179         * README
11180         * INSTALL
11181                 updated links to SpamAssassin.
11182
11183 2006-03-04 [wwp]        2.0.0cvs107
11184
11185         * manual/plugins.xml
11186         * src/plugins/spamassassin/README
11187                 updated SpamAssassin plugin docs to reflect new functional additions
11188                 (also fix/update/documents few technical stuff more, see the README).
11189
11190 2006-03-04 [wwp]        2.0.0cvs106
11191
11192         * src/prefs_message.c
11193                 normalized capitalization of message-prefs paths.
11194
11195 2006-03-04 [wwp]        2.0.0cvs105
11196
11197         * manual/advanced.xml
11198                 typo.
11199
11200 2006-03-03 [colin]      2.0.0cvs104
11201
11202         * src/plugins/clamav/clamav_plugin_gtk.c
11203                 Rework prefs page, patch by Fabien 
11204
11205 2006-03-03 [colin]      2.0.0cvs103
11206
11207         * src/plugins/clamav/clamav_plugin.c
11208                 Set error on all errors
11209
11210 2006-03-03 [colin]      2.0.0cvs102
11211
11212         * src/common/plugin.c
11213                 Initialize error to avoid crashing when a plugin fails
11214                 without setting error
11215
11216 2006-03-02 [wwp]        2.0.0cvs101
11217
11218         * configure.ac
11219                 fixed linker flags for libetpan support on Cygwin
11220                 (thanks to H.Merijn Brand).
11221
11222 2006-03-02 [wwp]        2.0.0cvs100
11223
11224         * src/addressbook.c
11225                 fix some AB error messages: one for punctuation and
11226                 one wrongly duplicate (thanks, maxbritov).
11227
11228 2006-03-02 [wwp]        2.0.0cvs99
11229
11230         * src/plugins/spamassassin/spamassassin.c
11231                 make sync calls to sa-learn/spamc to prevent
11232                 system (whatever local or client/server) overload.
11233
11234 2006-03-02 [colin]      2.0.0cvs98
11235
11236         * src/summaryview.c
11237                 Put the spam icon in the status column instead of the
11238                 mark one
11239
11240 2006-03-01 [colin]      2.0.0cvs97
11241
11242         * src/plugins/spamassassin/spamassassin.c
11243                 Fix segfault (g_file_set_contents fails for some 
11244                 reason and err==0x2f. Can't find out why with
11245                 valgrind, using working function :-)
11246
11247 2006-03-01 [colin]      2.0.0cvs96
11248
11249         * src/inc.c
11250                 Offline overriding: let 'No' be cached only 3 seconds
11251
11252 2006-03-01 [colin]      2.0.0cvs95
11253
11254         * src/addr_compl.c
11255         * src/addrbook.c
11256         * src/addressbook.c
11257         * src/addrindex.c
11258         * src/folder_item_prefs.c
11259         * src/headerview.c
11260         * src/imap.c
11261         * src/inc.c
11262         * src/ldif.c
11263         * src/mainwindow.c
11264         * src/mh.c
11265         * src/msgcache.c
11266         * src/prefs_common.h
11267         * src/prefs_msg_colors.c
11268         * src/procheader.c
11269         * src/procheader.h
11270         * src/procmime.c
11271         * src/procmsg.c
11272         * src/procmsg.h
11273         * src/send_message.h
11274         * src/simple-gettext.c
11275         * src/summaryview.c
11276         * src/summaryview.h
11277         * src/syldap.c
11278         * src/textview.c
11279         * src/undo.c
11280         * src/common/ssl_certificate.c
11281         * src/common/utils.c
11282         * src/gtk/colorsel.c
11283         * src/gtk/gtksctree.c
11284         * src/gtk/gtkshruler.c
11285         * src/plugins/trayicon/trayicon.c
11286                 #if 0 goes to /dev/null
11287
11288 2006-03-01 [colin]      2.0.0cvs94
11289
11290         * src/compose.c
11291         * src/imap.c
11292         * src/inc.c
11293         * src/inc.h
11294         * src/messageview.c
11295         * src/news.c
11296         * src/plugins/spamassassin/spamassassin.c
11297                 Allow to add information in the "working offline"
11298                 window
11299
11300 2006-03-01 [wwp]        2.0.0cvs93
11301
11302         * src/plugins/spamassassin/spamassassin.c
11303                 fixed spamc invocation: use a tricky temporary mini shell wrapper
11304                 'cause it seems that calling `spamc ... < inputfile` with
11305                 g_spawn_(a)sync simply.. erm doesn't work :-).
11306
11307 2006-03-01 [wwp]        2.0.0cvs92
11308
11309         * src/toolbar.c
11310         * src/toolbar.h
11311                 simplify the adding of spam/ham button to the messageview toolbar
11312                 (it gets more clear now that the same button will be "Mark as spam"
11313                 or "Mark as ham" according to the current message status,
11314                 thanks to Colin).
11315
11316 2006-03-01 [wwp]        2.0.0cvs91
11317
11318         * src/messageview.c
11319         * src/procmsg.c
11320         * src/procmsg.h
11321         * src/summaryview.c
11322         * src/plugins/spamassassin/spamassassin.c
11323         * src/plugins/spamassassin/spamassassin.h
11324                 make learner callbacks return a status (0 for ok),
11325                 handle it in main code to avoid setting flags when learning failed,
11326                 don't learn on TCP if offline in spamassassin,
11327                 thanks to Colin.
11328
11329                 
11330
11331 2006-03-01 [wwp]        2.0.0cvs90
11332
11333         * src/compose.c
11334                 some work around the compose window's account menu,
11335                 patch by Fabien Vantard.
11336
11337 2006-03-01 [wwp]        2.0.0cvs89
11338
11339         * src/plugins/spamassassin/spamassassin.c
11340                 fixed bad logics, was using spamc in local mode and sa-learn
11341                 in remote mode (thanks, Colin).
11342
11343 2006-03-01 [wwp]        2.0.0cvs88
11344
11345         * src/plugins/spamassassin/spamassassin.c
11346         * src/plugins/spamassassin/spamassassin.h
11347         * src/plugins/spamassassin/spamassassin_gtk.c
11348                 made processing of emails w/ sa-plugin an option (default is TRUE),
11349                 fixed Engrish some tooltips, capitalization of some debug messages
11350                 and warnings. The spamassassin plugin now provides two separate
11351                 services: process emails upon incorporation and spamd training.
11352                 Both services (un)register independently but use some common
11353                 plugin settings (transport settings, spam storage location).
11354
11355 2006-02-28 [wwp]        2.0.0cvs87
11356
11357         * src/plugins/spamassassin/spamassassin.c
11358                 fix async flag to spamc cmdline execution (batch exec should
11359                 be asynchronous).
11360
11361 2006-02-27 [wwp]        2.0.0cvs86
11362
11363         * src/plugins/spamassassin/spamassassin.c
11364         * src/plugins/spamassassin/spamassassin.h
11365         * src/plugins/spamassassin/spamassassin_gtk.c
11366                 - added the ability to learn a remote spamassassin server (spamd),
11367                 using spamc.
11368                 - added the spamassassin option 'username', that applies to all
11369                 spamassassin operations (filtering, learning, local or remote).
11370                 The default username is the current unix user (if left blank
11371                 from gtk prefs or config file).
11372                 - commented out some unused code (notebook widget), removed unused
11373                 layout (hbox1).
11374                 - make more widgets sensitive to the transport type.
11375
11376 2006-02-27 [colin]      2.0.0cvs85
11377
11378         * src/plugins/spamassassin/spamassassin.c
11379                 Fix sa-learn call when offline
11380
11381 2006-02-27 [colin]      2.0.0cvs84
11382
11383         * configure.ac
11384         * src/Makefile.am
11385         * src/mainwindow.c
11386         * src/mainwindow.h
11387         * src/messageview.c
11388         * src/messageview.h
11389         * src/prefs_toolbar.c
11390         * src/procmsg.c
11391         * src/stock_pixmap.c
11392         * src/stock_pixmap.h
11393         * src/summaryview.c
11394         * src/toolbar.c
11395         * src/toolbar.h
11396         * src/pixmaps/ham_btn.xpm
11397         * src/pixmaps/spam.xpm
11398         * src/pixmaps/spam_btn.xpm
11399         * src/plugins/spamassassin/spamassassin.c
11400                 Add button in toolbar for spam learning
11401                 Fix a few bugs from the last related commit
11402                 Revert 1.9.6cvs23 which messed up shift-selection
11403
11404 2006-02-24 [colin]      2.0.0cvs83
11405
11406         * src/procmsg.c
11407         * src/summaryview.c
11408         * src/summaryview.h
11409         * src/plugins/spamassassin/spamassassin.c
11410         * src/plugins/spamassassin/spamassassin.h
11411         * src/plugins/spamassassin/spamassassin_gtk.c
11412                 Unregister learner when spamassassin is either
11413                 disabled or over tcp
11414
11415 2006-02-24 [colin]      2.0.0cvs82
11416
11417         * src/Makefile.am
11418         * src/mainwindow.c
11419         * src/mainwindow.h
11420         * src/procmsg.c
11421         * src/procmsg.h
11422         * src/stock_pixmap.c
11423         * src/stock_pixmap.h
11424         * src/summaryview.c
11425         * src/summaryview.h
11426         * src/gtk/icon_legend.c
11427         * src/pixmaps/spam.xpm  ** NEW FILE **
11428         * src/plugins/spamassassin/spamassassin.c
11429         * src/plugins/spamassassin/spamassassin_gtk.c
11430                 Add spam learning interface (Mark/Mark as 
11431                 (spam|ham) menus)
11432
11433 2006-02-24 [wwp]        2.0.0cvs81
11434
11435         * src/compose.c
11436         * src/compose.h
11437         * src/filtering.c
11438                 hide compose window when sending message in batch mode
11439                 (filtering: forward and redirect). Also fixed a wrong
11440                 value returned when sending failed, neutral anyway.
11441                 (Colin, me) 
11442
11443 2006-02-24 [wwp]        2.0.0cvs80
11444
11445         * src/mainwindow.c
11446                 use GTK+'s stock quit button. Patch by Fabien Vantard.
11447
11448 2006-02-24 [paul]       2.0.0cvs79
11449
11450         * src/news.c
11451         * src/news.h
11452         * src/news_gtk.c
11453                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
11454                 Thanks to Colin
11455
11456 2006-02-23 [colin]      2.0.0cvs78
11457
11458         * src/alertpanel.c
11459                 Change OK to Close in alertpanel with View log
11460                 button; add accel to View log. Patch by Fabien
11461                 Vantard
11462
11463 2006-02-23 [wwp]        2.0.0cvs77
11464
11465         * src/compose.c
11466                 silly me, there were much more tests to perform, since toolbars can
11467                 really have down to 1 element only.
11468
11469 2006-02-23 [wwp]        2.0.0cvs76
11470
11471         * commitHelper
11472                 fixed indentation from my previous commit. Fallback to VISUAL if
11473                 EDITOR is not set (and to vi, at last resort).
11474
11475 2006-02-23 [wwp]        2.0.0cvs75
11476
11477         * commitHelper
11478                 improved error detection (Colin, me).
11479
11480 2006-02-23 [wwp]        2.0.0cvs74
11481
11482         * src/prefs_toolbar.c
11483                 simplify and fix prefs/toolbars layouting. Combos' contents can
11484                 now be really displayed.
11485
11486 2006-02-23 [wwp]        2.0.0cvs73
11487         simplifies and fix prefs/toolbars layouting. Combos' contents can now
11488         be really displayed.
11489
11490 2006-02-22 [wwp]        2.0.0cvs72
11491
11492         * src/compose.c
11493                 fix a typo in my previous commit (sorry!).
11494
11495 2006-02-22 [wwp]        2.0.0cvs71
11496
11497         * src/prefs_toolbar.c
11498                 fix a crash when adding separators to toolbars,
11499                 also fix some separator item information.
11500
11501 2006-02-22 [wwp]        2.0.0cvs70
11502
11503         * src/compose.c
11504                 fix a crash when redirecting (for instance) when compose window's
11505                 toolbar contents has been customized (when some buttons have been
11506                 removed in fact).
11507
11508 2006-02-21 [wwp]        2.0.0cvs69
11509
11510         * src/summaryview.c
11511         * src/gtk/pluginwindow.c
11512         * src/plugins/pgpcore/prefs_gpg.c
11513                 fix some compilation warnings (feat. remains of removed code).
11514
11515 2006-02-21 [wwp]        2.0.0cvs68
11516
11517         * src/gtk/gtkutils.c
11518                 fix two compilation issues, thanks to Stephan Sachse.
11519
11520 2006-02-20 [colin]      2.0.0cvs67
11521
11522         * src/mainwindow.c
11523                 Don't reselect displayed mail on refocus
11524                 This fixes actions misbehaving 
11525
11526 2006-02-20 [wwp]        2.0.0cvs66
11527
11528         * src/summaryview.c
11529         * src/gtk/gtksctree.c
11530         * src/gtk/gtkshruler.c
11531                 changed more runtime typecast checks.
11532
11533 2006-02-20 [wwp]        2.0.0cvs65
11534
11535         * src/summary_search.c
11536                 find all - summaryview refresh issue fixed, thanks to Colin.
11537
11538 2006-02-20 [wwp]        2.0.0cvs64
11539
11540         * src/gtk/gtkutils.c
11541                 better runtime typecast checks.
11542
11543 2006-02-20 [wwp]        2.0.0cvs63
11544
11545         * src/summary_search.c
11546                 enhancements to the summary search:
11547                         - add the ability to stop the running search
11548                           (upon ESC-key press, new Stop button or when Clear button is pressed)
11549                         - don't search if no criteria (From/To/Subject/Body) is set
11550                         - ensure that a busy mouse pointer is always shown when searching,
11551                           show it even a bit earlier
11552
11553 2006-02-19 [colin]      2.0.0cvs62
11554
11555         * src/compose.c
11556         * src/imap.c
11557         * src/etpan/imap-thread.c
11558         * src/etpan/imap-thread.h
11559                 (Future) IMAP speed improvement on sending
11560                 Will require a libetpan update
11561         * src/summaryview.c
11562         * src/gtk/quicksearch.c
11563                 Make quicksearch clearable while running.
11564
11565 2006-02-17 [colin]      2.0.0cvs61
11566
11567         * src/imap.c
11568         * src/etpan/imap-thread.c
11569         * src/etpan/imap-thread.h
11570                 Check for IMAP certificates
11571                 ** Requires libetpan-0.42-cvs4 
11572                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
11573
11574 2006-02-17 [colin]      2.0.0cvs60
11575
11576         * src/messageview.c
11577         * src/prefs_common.c
11578         * src/prefs_common.h
11579         * src/prefs_message.c
11580                 Add pref to display HTML-only mails with plugin, 
11581                 if possible (defaulting to FALSE of course).
11582
11583 2006-02-16 [colin]      2.0.0cvs59
11584
11585         * src/main.c
11586         * src/common/plugin.c
11587         * src/common/plugin.h
11588         * src/gtk/pluginwindow.c
11589                 Keep track of requested (but unloaded) plugins
11590                 in some error cases.
11591
11592 2006-02-16 [wwp]        2.0.0cvs58
11593
11594         * src/gtk/gtkaspell.c
11595         * src/gtk/gtkaspell.h
11596         * src/prefs_spelling.c
11597         * src/compose.c
11598         * src/prefs_common.c
11599         * src/prefs_common.h
11600                 implemented new optional spellchecker behaviour: re-check message when
11601                 dictionary got changed (from compose-window/context-menu/Change dictionary).
11602
11603 2006-02-16 [wwp]        2.0.0cvs57
11604
11605         * src/quote_fmt_parse.y
11606                 pclose popen'ed pipe.
11607
11608 2006-02-15 [colin]      2.0.0cvs56
11609
11610         * src/mimeview.c
11611         * src/mimeview.h
11612                 Let MimeViewers know which MimeView they
11613                 depend of.
11614         * src/summaryview.c
11615                 Swap From/To columns in Sent/Queue/Drafts
11616                 folders
11617         * src/etpan/imap-thread.c
11618                 Use mailstream_low_tls_open() for STARTTLS
11619                 instead of mailstream_low_ssl_open()
11620                 ** REQUIRES libetpan 0.42cvs3 **
11621
11622 2006-02-15 [wwp]        2.0.0cvs55
11623
11624         * src/compose.c
11625         * src/compose.h
11626         * src/message_search.c
11627         * src/message_search.h
11628         * src/textview.c
11629         * src/gtk/gtkutils.c
11630         * src/gtk/gtkutils.h
11631                 added the ability to Find text in the compose window (and a bit
11632                 of code factorization).
11633
11634 2006-02-15 [wwp]        2.0.0cvs54
11635
11636         * src/prefs_gtk.c
11637                 yet another one file was missing (fix for some widgets' sensitivity).
11638                 Thanks Colin!
11639
11640 2006-02-15 [wwp]        2.0.0cvs53
11641
11642         * src/prefs_gtk.h
11643                 oops forgot that file (fix for some widgets' sensitivity).
11644
11645 2006-02-15 [wwp]        2.0.0cvs52
11646
11647         * src/summary_search.c
11648                 implemented advanced summary search options (added the ability
11649                 to use matcher conditions in an advanced search mode).
11650
11651 2006-02-15 [wwp]        2.0.0cvs51
11652
11653         * src/plugins/pgpcore/prefs_gpg.c
11654         * src/prefs_account.c
11655                 fix some widget sensitivity, mostly around some labels in
11656                 account prefs.
11657
11658 2006-02-15 [paul]       2.0.0cvs50
11659
11660         * manual/advanced.xml
11661                 improve Templates info
11662                 written by wwp
11663
11664 2006-02-14 [colin]      2.0.0cvs49
11665
11666         * src/pixmaps/address_book.xpm
11667         * src/pixmaps/preferences.xpm
11668         * src/pixmaps/properties.xpm
11669                 Fix pixmap size - patch by Fabien Vantard
11670
11671 2006-02-13 [colin]      2.0.0cvs48
11672
11673         * src/procmime.c
11674                 Add missing fclose()s on error
11675         * src/textview.c
11676                 Remove unused code
11677         * src/common/utils.c
11678                 Fix temp files not being deleted on windows
11679         Patches by Thomas Gilgin
11680
11681 2006-02-13 [colin]      2.0.0cvs47
11682
11683         * src/mainwindow.c
11684                 Fix exit crash
11685
11686 2006-02-13 [wwp]        2.0.0cvs46
11687
11688         * src/plugins/pgpcore/prefs_gpg.c
11689                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
11690
11691 2006-02-12 [colin]      2.0.0cvs45
11692
11693         * src/folderview.c
11694         * src/main.c
11695         * src/mainwindow.c
11696                 Fix "stuff" when quitting
11697
11698 2006-02-12 [wwp]        2.0.0cvs44
11699
11700         * src/prefs_themes.c
11701                 fix typos in debug messages.
11702
11703 2006-02-11 [colin]      2.0.0cvs43
11704
11705         * src/summaryview.c
11706                 don't allow drag/drop from ourself
11707
11708 2006-02-10 [wwp]        2.0.0cvs42
11709
11710         * src/exporthtml.c
11711         * src/html.c
11712         * src/html.h
11713         * src/procmime.c
11714         * src/textview.c
11715                 renamed html_ prefixed functions and data structures to avoid
11716                 namespace clashes w/ other software (gtkhtml2 for instance).
11717                 Closes bug #907.
11718
11719
11720 2006-02-09 [colin]      2.0.0cvs41
11721
11722         * src/summaryview.c
11723                 Fix shitty logic messed up. Thanks Ticho for the hint!
11724
11725 2006-02-09 [wwp]        2.0.0cvs40
11726
11727         * src/gtk/about.c
11728         * src/compose.c
11729         * src/prefs_account.c
11730         * src/prefs_gtk.h
11731         * src/editaddress.c
11732                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
11733                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
11734                 Browse buttons in accounts prefs.
11735
11736 2006-02-09 [colin]      2.0.0cvs39
11737
11738         * src/matcher.c
11739                 Check for pointer before using its members
11740         * src/gtk/gtksourceprintjob.c
11741                 Fix a wrong warning
11742
11743 2006-02-09 [wwp]        2.0.0cvs38
11744
11745         * src/gtk/filesel.c
11746                 fix few compiler warnings (type mismatch).
11747
11748 2006-02-09 [paul]       2.0.0cvs37
11749
11750         * po/fr.po
11751                 updated by Fabien Vantard
11752
11753 2006-02-08 [colin]      2.0.0cvs36
11754
11755         * src/prefs_common.c
11756         * src/common/defs.h
11757         * src/common/plugin.c
11758                 allow windows and linux configurations to coexist
11759                 patch by Thomas Gilgin
11760
11761 2006-02-08 [colin]      2.0.0cvs35
11762
11763         * src/filtering.c
11764         * src/matcher.c
11765         * src/matcher.h
11766         * src/matcher_parser_parse.y
11767         * src/prefs_filtering_action.c
11768         * src/prefs_matcher.c
11769                 Add the "Ignore thread" filtering
11770                 action
11771
11772 2006-02-08 [colin]      2.0.0cvs34
11773
11774         * src/compose.c
11775         * src/procmime.c
11776         * src/procmime.h
11777                 Fix bug #905 (damaged attachment)
11778                 text files with raw \0's aren't really text files
11779         FOR_STABLE
11780
11781 2006-02-08 [colin]      2.0.0cvs33
11782
11783         * src/summaryview.c
11784                 Fix crasher introduced yesterday
11785
11786 2006-02-08 [wwp]        2.0.0cvs32
11787
11788         * src/compose.c
11789         * src/compose.h
11790                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
11791
11792 2006-02-08 [wwp]        2.0.0cvs31
11793
11794         * src/prefs_template.c
11795                 templates enhancement: allow address completion for Cc and Bcc fields
11796                 (it was currently possible for the To field only)
11797
11798 2006-02-08 [colin]      2.0.0cvs30
11799
11800         * src/compose.c
11801                 Don't unblock if not blocked
11802         FOR_STABLE
11803
11804 2006-02-07 [colin]      2.0.0cvs29
11805
11806         * src/action.c
11807                 Forgot to refresh summaryview
11808
11809 2006-02-07 [colin]      2.0.0cvs28
11810
11811         * src/action.c
11812                 Freeze/thaw message list and folder list while
11813                 processing %as{} actions 
11814         * src/compose.c
11815                 Fix auto-wrap disabling after a middle-click
11816                 paste - FOR_STABLE
11817
11818 2006-02-07 [paul]       2.0.0cvs27
11819
11820         * src/folder.c
11821                 fix freeing of uninitialised pointers
11822                 Thanks to Colin
11823
11824 2006-02-06 [colin]      2.0.0cvs26
11825
11826         * src/folder.c
11827                 Use g_slist_prepend in potentially big list
11828
11829 2006-02-06 [colin]      2.0.0cvs25
11830
11831         * src/folder.c
11832                 Completely skip processing if it doesn't 
11833                 exist (faster!)
11834
11835 2006-02-06 [colin]      2.0.0cvs24
11836
11837         * src/folder.c
11838         * src/summaryview.c
11839                 Batch filtering in summaryview (from Tools menu)
11840                 and pre/post//-processing too
11841
11842 2006-02-06 [colin]      2.0.0cvs23
11843
11844         * src/procmsg.h
11845         * src/filtering.c
11846                 Use a special field for batch filtering instead
11847                 of stepping on deferred execution's toes
11848
11849 2006-02-06 [colin]      2.0.0cvs22
11850
11851         * src/action.c
11852         * src/filtering.c
11853         * src/filtering.h
11854         * src/folder.c
11855         * src/summaryview.c
11856                 Fix filtering via menus and actions
11857
11858 2006-02-06 [colin]      2.0.0cvs21
11859
11860         * src/imap.c
11861                 Put the added file directly to cache if possible (will work
11862                 with next libetpan)
11863         * src/filtering.c
11864         * src/filtering.h
11865         * src/inc.c
11866         * src/folder.c
11867         * src/mbox.c
11868         * src/procmsg.h
11869                 Move and copy filtered messages by batches instead of one
11870                 by one - faster on IMAP
11871         * src/procmsg.c
11872                 Add a function that'll possibly be useful later
11873
11874 2006-02-06 [colin]      2.0.0cvs20
11875
11876         * src/addressbook.c
11877                 Use internal mime-type instead of text/plain for d'n'd
11878         * src/compose.c
11879                 Allow attaching files from mimeview's icon list via d'n'd
11880         * src/folderview.c
11881         * src/folderview.h
11882                 Use internal mime-type instead of text/plain for d'n'd
11883                 Don't try to selected opened folder if none is
11884                 Factorize d'n'd from other apps code
11885         * src/headerview.c
11886         * src/textview.c
11887         * src/gtk/gtkutils.c
11888         * src/gtk/gtkutils.h
11889                 Factorize Face/X-Face stuff
11890         * src/mimeview.c
11891                 Fix d'n'd to other apps
11892         * src/prefs_message.c
11893                 Let the XFace pref be usable without libcompface as it also
11894                 applies to Face
11895         * src/summaryview.c
11896                 Fix d'n'd to other apps
11897                 Factorize d'n'd from other apps code
11898
11899 2006-02-06 [wwp]        2.0.0cvs19
11900
11901         * po/it.po
11902                 Italian translation fixes by Andrea Spadaccini (no more confusion
11903                 between filtering and processing, and few changes in the About
11904                 dialog).
11905
11906
11907 2006-02-06 [mones]      2.0.0cvs18
11908
11909         * src/gtk/icon_legend.c
11910                 Improved descriptions allowing better translations
11911
11912 2006-02-05 [colin]      2.0.0cvs17
11913
11914         * src/imap.c
11915                 Add the f*cking missing expunge that caused imap_fetch_env
11916                 to fail after an add_msgs ! :-///
11917         * src/etpan/imap-thread.c
11918                 Add a bit of debug
11919         FOR_STABLE
11920
11921 2006-02-05 [colin]      2.0.0cvs16
11922
11923         * src/common/utils.c
11924                 Don't check for return-path (or we can't put
11925                 back non-sent mails)
11926
11927 2006-02-05 [colin]      2.0.0cvs15
11928
11929         * src/textview.c
11930                 Don't try to display Face header in textview
11931                 when teh headerview's active
11932
11933 2006-02-05 [colin]      2.0.0cvs14
11934
11935         * tools/tbird2syl.py
11936         * tools/Makefile.am
11937                 Add script to import Thunderbird mails
11938
11939 2006-02-05 [colin]      2.0.0cvs13
11940
11941         * src/headerview.c
11942         * src/procheader.c
11943         * src/procmsg.c
11944         * src/procmsg.h
11945         * src/textview.c
11946                 Show Face headers - patch partially by Klaus Flittner
11947
11948 2006-02-05 [colin]      2.0.0cvs12
11949
11950         * src/folderview.c
11951         * src/summaryview.c
11952         * src/common/utils.c
11953         * src/common/utils.h
11954                 Let dnd work from mime icons to summaryview
11955                 and to folderview too
11956                 Add a crude test to avoid trying to add files
11957                 drag'n'dropped when they're not mails
11958
11959 2006-02-04 [colin]      2.0.0cvs11
11960
11961         * src/summaryview.c
11962         * src/mimeview.c
11963                 Fix utf8 conversion
11964
11965 2006-02-04 [colin]      2.0.0cvs10
11966
11967         * src/compose.c
11968         * src/folderview.c
11969         * src/mimeview.c
11970         * src/summaryview.c
11971         * src/summaryview.h
11972                 Added various drag and drop capas:
11973                 From                    To
11974                 summaryview             other apps
11975                 mimeview icons          other apps
11976                 other apps              summaryview
11977                 other apps              folderview
11978
11979                 This shouldn't have broken the existing:
11980                 From                    To
11981                 summaryview             folderview
11982                 folderview              folderview
11983                 summaryview             compose's attachments
11984
11985         Tests welcomed.
11986
11987 2006-02-02 [paul]       2.0.0cvs9
11988
11989         * src/mainwindow.c
11990                 move global option 'Set displayed columns...' out
11991                 of folder option grouping.
11992                 fix sensitivity of 'harvest addresses'
11993         FOR_STABLE
11994
11995 2006-02-01 [colin]      2.0.0cvs8
11996
11997         * src/mimeview.c
11998                 Revert the alertpanel patch, it sucks (intrusive
11999                 and gets in the way of "open")
12000
12001 2006-02-01 [colin]      2.0.0cvs7
12002
12003         * src/compose.c
12004         * src/prefs_account.c
12005         * src/prefs_common.c
12006         * src/common/defs.h
12007         * src/common/utils.c
12008         * src/common/utils.h
12009                 Add ability to edit the signature file
12010                 from the account preferences, and use
12011                 a default for the text editor.
12012                 Patch by Fabien Vantard
12013
12014 2006-02-01 [colin]      2.0.0cvs6
12015
12016         * src/mimeview.c
12017                 Try to get mime type by extension if it is
12018                 application/octet-stream
12019                 Display a window with possible choices when
12020                 encountering unknown mime types
12021         * src/gtk/filesel.c
12022         * src/gtk/filesel.h
12023                 Add preview
12024                 Allow multiple selection in filtered filesel
12025                 (patch by Fabien Vantard)
12026         * src/gtk/pluginwindow.c
12027                 Use it (patch by Fabien Vantard)
12028
12029 2006-02-01 [paul]       2.0.0cvs5
12030
12031         * src/jpilot.c
12032                 fix crash on creating jpilot address book
12033                 Thanks to Colin - FOR_STABLE
12034         * src/prefs_summaries.c
12035         * src/prefs_wrapping.c
12036         * src/gtk/icon_legend.c
12037         * src/gtk/quicksearch.c
12038                 string fixes and additions
12039
12040 2006-02-01 [paul]       2.0.0cvs4
12041
12042         * src/compose.c
12043         * src/mainwindow.c
12044         * src/messageview.c
12045         * src/prefs_send.c
12046                 add Arabic encoding option
12047                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
12048
12049 2006-01-31 [colin]      2.0.0cvs3
12050
12051         * src/plugins/pgpcore/passphrase.c
12052                 Convert passphrase to locale encoding
12053         * src/compose.c
12054                 Fix drafting on IMAP. Crappy bug sneaked in
12055                 the release :-/
12056         FOR_STABLE
12057
12058 2006-01-30 [paul]       2.0.0cvs2
12059
12060         * src/gtk/icon_legend.c
12061                 show the new entries
12062
12063 2006-01-30 [colin]      2.0.0cvs1
12064
12065         * src/manual.c
12066                 Check for the file to be present before 
12067                 enabling the menu - FOR_STABLE
12068         * src/gtk/icon_legend.c
12069                 Add folders icons (not all of them, there
12070                 are too much, but the most intriguing ones)
12071
12072 2006-01-30 [paul]       2.0.0
12073
12074         version 2.0.0 released
12075
12076 [For previous entries, see ChangeLog.pre2.0.0]