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