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