94248fa529d35457aaaaa5d29321efd394a5fb52
[claws.git] / ChangeLog.claws
1 2003-03-16 [christoph]  0.8.11claws18
2
3         * src/mimeview.c
4         * src/plugins/dillo_viewer/dillo_viewer.c
5         * src/plugins/mathml_viewer/mathml_viewer.c
6                 make unregistering of MimeViewerFactorys possible
7
8 2003-03-16 [alfons]     0.8.11claws17
9
10         * configure.ac
11                 correct typo
12
13 2003-03-16 [melvin]     0.8.11claws16
14
15         * src/plugins/dillo_viewer.c
16                 Fixed bug where it was not possible to view more than
17                 one text/html attachment per message (bug discovered
18                 by Christoph Hohmann).
19
20 2003-03-15 [melvin]     0.8.11claws15
21
22         * src/prefs_actions.c
23                 Fixed compilation warnings.
24
25 2003-03-15 [melvin]     0.8.11claws14
26
27         * src/plugins/Makefile.am
28         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
29         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
30         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
31                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
32                 newer (http://dillo.auriga.wearlab.de/).
33
34 2003-03-15 [christoph]  0.8.11claws13
35
36         * src/imap.c
37                 don't query imap folder for attributes because we already
38                 for them from imap_status
39
40         * src/mimeview.[ch]
41                 add support for plugable MimeViewers (unloading Viewers
42                 not yet complete)
43
44         * src/plugins/Makefile.am
45         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
46         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
47         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
48                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
49                 widget from http://helm.cs.unibo.it/mml-widget/
50
51 2003-03-14 [christoph]  0.8.11claws12
52
53         * src/folder.[ch]
54                 o error return code's should better be negative
55                 o replace printf with debug_print
56
57         * src/imap.c
58                 improve IMAP folder scan by checking UID-NEXT
59
60         * src/summaryview.c
61                 remove check that are unnecessary in my opinion
62
63 2003-03-13 [christoph]  0.8.11claws11
64
65         * src/folder.[ch]
66         * src/foldersel.c
67         * src/folderview.c
68         * src/imap.c
69         * src/mbox_folder.c
70         * src/mh.c
71         * src/news.c
72         * src/prefs_scoring.c
73         * src/summaryview.c
74                 use a common function to get a displayable name
75                 for a FolderItem
76
77 2003-03-13 [paul]       0.8.11claws10
78
79         * tools/Makefile.am
80           tools/README
81           tools/multiwebsearch.conf     ** NEW FILE **
82           tools/multiwebsearch.pl       ** NEW FILE **
83                 add multiwebsearch Actions script
84
85 2003-03-13 [colin]      0.8.11claws9
86
87         * src/compose.c
88                 Remove leading emtpy lines from quoted text
89                 before quoting it
90
91 2003-03-13 [melvin]     0.8.11claws8
92
93         * src/prefs_actions.c
94                 Fixed a memory leak
95                 Code clean ups
96                 Added Cancel and OK buttons
97                 Corrected help text
98
99 2003-03-13 [christoph]  0.8.11claws7
100
101         * src/account.c
102         * src/folder.[ch]
103         * src/imap.c
104         * src/mainwindow.c
105         * src/mbox_folder.c
106         * src/mh.c
107         * src/news.c
108         * src/setup.c
109                 replace more folder type stuff with folder class stuff
110
111 2003-03-13 [melvin]     0.8.11claws6
112
113         * src/prefs_actions.c
114                 Added new tokens:
115                 %u: user provided argument
116                 %h: user provided argument (hidden on input)
117                 %s: current text selection in the message view 
118
119 2003-03-13 [paul]       0.8.11claws5
120
121         * sync with 0.8.11cvs5
122                 see ChangeLog 2003-03-11, 2003-03-12
123
124 2003-03-12 [christoph]  0.8.11claws4
125
126         * src/folder.c
127                 use folder class idstr when writing folderlist.xml
128
129         * src/folder.h
130         * src/imap.c
131         * src/news.c
132                 replace folder type checks with folder class checks
133
134 2003-03-12 [christoph]  0.8.11claws3
135
136         * src/folder.[ch]
137         * src/imap.[ch]
138         * src/main.c
139         * src/mbox_folder.[ch]
140         * src/mh.[ch]
141         * src/news.[ch]
142                 o create a list of known folder classes in the folder system
143                 o use folder class id strings for folder item identifiers
144
145 2003-03-12 [christoph]  0.8.11claws2
146
147         * src/imap.c
148                 fix imap uid validity check
149
150 2003-03-12 [christoph]  0.8.11claws1
151
152         * src/account.c
153         * src/folder.[ch]
154         * src/foldersel.c
155         * src/folderview.c
156         * src/imap.c
157         * src/mainwindow.c
158         * src/mbox_folder.c
159         * src/mh.c
160         * src/news.c
161         * src/prefs_scoring.c
162         * src/procmsg.c
163         * src/setup.c
164         * src/summaryview.c
165                 initial restructuring of folder system, seperating
166                 folders and folder classes
167
168 2003-03-12 [paul]       0.8.11claws
169
170         0.8.11claws release
171
172 2003-03-12 [christoph]
173
174         * src/gtk/prefswindow.c
175                 fix translation of "Page Index"
176
177 2003-03-12 [paul]       0.8.10claws110
178
179         a sync from 0.8.11cvs4 before the release
180
181         * src/common/utils.c
182                 subject_compare_for_sort(): allow null strings (fixes
183                 summary sorting).
184
185 2003-03-11 [paul]       0.8.10claws109
186
187         * po/es.po
188                 update Spanish translation, submitted by
189                 Ricardo Mones Lastra
190
191 2003-03-11 [melvin]     0.8.10claws108
192
193         * po/fr.po
194                 Updated French translations
195
196 2003-03-11 [paul]       0.8.10claws107
197
198         * manual/en/Makefile.am
199           manual/en/*.html
200                 update English manual, add a new page
201                 updated by Francois Barriere <fbarriere@atmel.fr>
202                 
203         * po/bg.po
204           po/it.po
205           po/sr.po
206                 update Bulgarian, Italian, and Serbian translations
207                 submitted by George Danchev, Alessandro Maestri, and
208                 Urke MMI
209
210 2003-03-10 [paul]       0.8.10claws106
211
212         * src/gtk/about.c
213           src/gtk/prefswindow.c
214                 make some strings translatable
215
216 2003-03-10 [darko]      0.8.10claws105
217
218         * src/compose.c
219                 code cleanup to make Hiro happy
220
221 2003-03-10 [paul]       0.8.10claws104
222
223         * sync with 0.8.11cvs2
224                 see ChangeLog 2003-03-10
225
226 2003-03-09 [melvin]     0.8.10claws103
227
228         * src/textview.c
229                 textview_set_font(): fix for message display in
230                 UTF-8 locales (thanks to Sergey Vlasov).
231                 (was unintentionnaly reverted in 0.8.6claws6)   
232
233 2003-03-08 [darko]      0.8.10claws102
234
235         * src/compose.c
236                 fix infinite loop in wrapping as reported
237                 by happycactus
238                 obsoletes patch #696482
239
240 2003-03-08 [christoph]  0.8.10claws101
241
242         * src/imap.c
243                 add workaround for IMAP servers that do not
244                 support the "UID SEARCH UID" command
245
246 2003-03-07 [christoph]  0.8.10claws100
247
248         * src/plugins/spamassassin/spamassassin.[ch]
249         * src/plugins/spamassassin/spamassassin_gtk.c
250                 code cleanup
251
252 2003-03-07 [paul]       0.8.10claws99
253
254         * po/es.po
255                 updated Spanish translation, submitted by
256                 Ricardo Mones Lastra
257
258 2003-03-07 [christoph]  0.8.10claws98
259
260         * src/send.c
261                 fix in 0.8.10claws94 was wrong
262                 local delivery does not require escaping, remove escaping
263                 code to make signatures of mails with "." lines valid
264                 
265                 NOTE: requires that sendmail is executed with "-i" option,
266                       what is the default now, but has to be changed in all
267                       exsiting accounts)
268
269 2003-03-07 [paul]       0.8.10claws97
270
271         * sync with 0.8.11 release
272                 see ChangeLog 2003-03-07
273
274 2003-03-06 [paul]       0.8.10claws96
275
276         * src/compose.c
277                 revert commit 0.8.10claws92
278
279 2003-03-06 [paul]       0.8.10claws95
280
281         * src/folderview.c
282                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
283
284         * src/gtkaspell.c
285                 fix bug 74, 'Crash opening editor window with pseudo-color
286                 display'
287                 
288         Patches submitted by Kevin Vigor <kevin@vigor.nu>
289
290 2003-03-06 [christoph]  0.8.10claws94
291
292         * src/send.c
293                 fix rfc2821 (4.5.2) violation in SMTP data sending,
294                 all lines starting with a period get an extra period
295                 inserted
296                 (found by Simon 'corecode' Schubert)
297
298 2003-03-06 [paul]       0.8.10claws93
299
300         * src/folderview.c
301                 if configured font can't be loaded fall back to gtk
302                 default. (with thanks to Christoph)
303                 
304                 closes long-standing bug 15 'Crashes on startup'
305
306 2003-03-06 [paul]       0.8.10claws92
307
308         * src/compose.c
309                 freeze text before autosave and thaw afterwards
310                 fixes bug 67 'autosave make re-rediting message crazy'
311
312 2003-03-06 [christoph]  0.8.10claws91
313
314         * src/compose.c
315                 ignore address comment in dupe check for Cc-list
316
317         (closes reopened bug 47 Replying to message strips name part of
318          e-mail addresses of Cc: lines)
319
320 2003-03-06 [paul]       0.8.10claws90
321
322         * src/Makefile.am
323                 remove reference to gtkxtext.h as its no longer in
324                 the repository
325
326 2003-03-06 [paul]       0.8.10claws89
327
328         * sync with 0.8.10cvs25
329                 see ChangeLog 2003-03-06
330
331 2003-03-06 [oliver]     0.8.10claws88
332         
333         * src/messageview.c
334                 remove include
335
336 2003-03-06 [oliver]     0.8.10claws87
337         
338         * src/folderview.c 
339                 remove changes introduced inclaws74
340         * src/messageview.c
341                 another attempt to sanely delete and update
342                 messages deleted in separate messageview
343
344 2003-03-05 [christoph]  0.8.10claws86
345
346         * src/summaryview.c
347                 check if "From" matches any account's address if
348                 addressbook completion of addresses is disabled too
349
350         (closes Bug 70 "Display recipient in from" doesn't check
351          folder's default account)
352
353 2003-03-05 [christoph]  0.8.10claws85
354
355         * src/compose.c
356         * src/common/utils.[ch]
357                 don't strip address comments when building Cc lists
358
359         (closes Bug 47 Replying to message strips name part of e-mail addresses
360          of Cc: lines)
361
362         * src/folder.c
363                 fix return value of copy function
364
365 2003-03-05 [christoph]  0.8.10claws84
366
367         * src/imap.c
368                 don't ask imap server for non rfc822 headers
369
370         (closes bug 71 IMAP FETCH asks for FROM header field twice)
371
372         * src/imap.c
373                 destroy session on socket error to allow reconnecting
374
375 2003-03-05 [christoph]  0.8.10claws83
376
377         * configure.ac
378                 fix building with gnome when no prefix is set
379
380         (closes bug 66 Gnome directory is set to NONE)
381
382 2003-03-05 [paul]       0.8.10claws82
383
384         * sync with 0.8.10cvs23
385                 see ChangeLog 2003-03-05
386
387 2003-03-04 [christoph]  0.8.10claws81
388
389         * src/folder.c
390                 o fix moving and copying when folder returns 0 for new
391                   message number
392                 o remove some code for single message copy and move
393                   operations and use functions for multiple messages
394
395         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
396
397         * src/news.c
398                 remove unused include
399
400 2003-03-04 [paul]       0.8.10claws80
401
402         * src/gtk/about.c
403                 list 'Compiled plugins'
404
405 2003-03-03 [christoph]  0.8.10claws79
406
407         * src/news.[ch]
408                 have to multiply the percentage of the current fetch with
409                 the percentage that it has of the total fetch operation
410                 for correct values
411
412 2003-03-03 [christoph]  0.8.10claws78
413
414         * src/news.c
415                 fix calculation of expected lines for progress indicator
416
417 2003-03-03 [christoph]  0.8.10claws77
418
419         * src/summaryview.c
420         * src/common/utils.c
421                 fix segfault when opening the root news folder
422
423 2003-03-03 [christoph]  0.8.10claws76
424
425         * src/mainwindow.[ch]
426         * src/common/Makefile.am
427         * src/common/progressindicator.[ch]
428                 add UI independent progress indicator handling
429
430         * src/news.[ch]
431                 use new progress indicator for message info fetching
432
433         * src/common/hooks.h
434                 code cleanup
435
436 2003-03-03 [oliver]     0.8.10claws75
437
438         * src/toolbar.c
439         * src/compose.c
440                 removed commented code
441
442 2003-03-03 [oliver]     0.8.10claws74
443
444         * src/toolbar.[ch]
445                 cleanups and refactoring
446         * src/compose.[ch]
447                 compose_reply_mode reply & forwarding interface for
448                 toolbar buttons
449         * src/folderview.c
450                 act on messages marked for deletion in folderview_selected
451                 based on prefs_common.immediate_exec since a message might 
452                 have been deleted by messageview in a folder we are changing 
453                 to (does anybody understand what I'm on about ?)
454
455 2003-03-03 [oliver]     0.8.10claws73
456         
457         * src/messageview.[ch]
458                 new functions
459                 - messageview_delete: delete message shown in messagview
460                 - messageview_update_view: update messageview to currently 
461                   selected summaryview message
462                 - add separate messageview to msgview_list in order to update 
463                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
464         * src/summaryview.[ch]
465                 summary_get_selection returns a list of selected msgs
466                 in summaryview
467         * src/mainwindow.c
468                 toolbar reply refactoring
469
470 2003-03-03 [paul]       0.8.10claws72
471
472         * sync with 0.8.10cvs21
473                 see ChangeLog 2003-03-03
474
475 2003-03-02 [christoph]  0.8.10claws71
476
477         * src/common/passcrypt.c
478                 use POSIX includes
479
480 2003-03-02 [christoph]  0.8.10claws70
481
482         * configure.ac
483         * src/prefs_account.c
484         * src/prefs_gtk.[ch]
485         * src/common/.cvsignore
486         * src/common/Makefile.am
487         * src/common/passcrypt.c                ** NEW **
488         * src/common/passcrypt.h.in             ** NEW **
489                 Implement password encryption in config files
490                 using unix encrypt and setkey functions. The crypt
491                 key can be set as a configure parameter. Old
492                 passwords will be converted if they do not begin
493                 with '!'
494
495 2003-03-02 [paul]       0.8.10claws69
496
497         * src/prefs_account.c
498                 fix compile error
499
500 2003-03-01 [thorsten]   0.8.10claws68
501
502         * po/el.po
503           po/hr.po
504           po/it.po
505           po/nl.po
506           po/sr.po
507           po/sv.po
508                 corrected format strings
509         * po/en_GB.po
510                 corrected headers
511                 (fix compile errors with GNU gettext-0.11.5)
512
513 2003-03-01 [oliver]     0.8.10claws67
514
515         * src/summaryview.c
516                 menu callbacks call toolbar_menu_reply
517
518 2003-03-01 [oliver]     0.8.10claws66
519
520         * src/mainwindow.c
521         * src/messageview.c
522                 menu callbacks call toolbar_menu_reply
523         * src/toolbar.[ch]
524                 callbacks from menu handled by toolbar_menu_reply
525
526 2003-03-01 [paul]       0.8.10claws65
527
528         * src/addressbook.c
529                 revert commit 0.8.10claws54 - breaks editing of
530                 addressbook.
531                 
532         * po/bg.po
533                 update Bulgarian translation, submitted by
534                 George Danchev
535
536 2003-02-28 [christoph]  0.8.10claws64
537
538         * src/account.c
539         * src/addressadd.c
540         * src/compose.c
541         * src/gtkaspell.c
542         * src/gtkxtext.h                ** REMOVE **
543         * src/imap.c
544         * src/matcher.[ch]
545         * src/mh.c
546         * src/news.c
547         * src/pine.c
548         * src/prefs_common.c
549         * src/prefs_matcher.c
550         * src/procheader.[ch]
551         * src/procmsg.[ch]
552         * src/toolbar.c
553         * src/common/ssl_certificate.c
554         * src/gtk/colorlabel.c
555         * src/gtk/menu.c
556                 o fix warnings
557                 o remove code obsoleted by new cache and folder system rework
558
559 2003-02-28 [oliver]     0.8.10claws63
560         
561         * src/toolbar.[ch]
562                 * fix bug where reply in Messageview replied to 
563                 Message displayed in summaryview
564                 (reportedd via ML by chinatinte at gmx dot ch)
565                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
566                 didn't work in separate MessageView Toolbar
567                 (wondering if anybody uses this at all ?)
568         * src/summaryview.[ch]
569                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
570                 (generalize reply and forward code);
571         * src/messageview.c 
572                 remove focus_in event which updated summaryview to messageview
573
574 2003-02-28 [paul]       0.8.10claws62
575
576         * po/Makefile.in.in
577                 add the --check option
578                 Patch submitted by Ricardo Mones Lastra
579
580 2003-02-28 [paul]       0.8.10claws61
581
582         * src/prefs_account.c
583                 re-order 'Signature' items
584
585 2003-02-28 [paul]       0.8.10claws60
586
587         * sync with 0.8.10cvs20
588                 see ChangeLog 2003-02-28
589
590 2003-02-28 [paul]       0.8.10claws59
591
592         * po/POTFILES.in
593                 update to reflect recent movement of files
594
595 2003-02-28 [paul]       0.8.10claws58
596
597         * sync with 0.8.10cvs19
598                 see ChangeLog 2003-02-28
599
600 2003-02-27 [martin]     0.8.10claws57
601
602         * src/prefs_matcher.c 
603                 fix segfault in prefs_matcher_ok() when the
604                 last entry is deleted and prevents that the
605                 message "entry not saved" comes up after deleting
606                 an entry
607
608 2003-02-27 [martin]     0.8.10claws56
609
610         * src/prefs_filtering.c 
611                 fix segfault in prefs_filtering_ok() when the
612                 last entry is deleted and prevents that the
613                 message "entry not saved" comes up after deleting
614                 an entry
615
616 2003-02-27 [paul]       0.8.10claws55
617
618         * sync with 0.8.10cvs18
619                 see ChangeLog 2003-02-27
620
621 2003-02-27 [paul]       0.8.10claws54
622
623         * src/addressbook.c
624                 fix bug where the address book crashes with 
625                 multiple lookups.
626                 Patch [687729] submitted by David Frager 
627                 <dbfrager@users.sourceforge.net>
628
629 2003-02-25 [christoph]  0.8.10claws53
630
631         * src/Makefile.am
632         * src/colorlabel.[ch]           ** REMOVE **
633         * src/gtk/Makefile.am
634         * src/gtk/colorlabel.[ch]       ** NEW **
635                 move colorlabel files to gtk directory
636
637         * src/esmtp.[ch]                ** REMOVE **
638                 has been merged into smtp.[ch] in 0.7.5
639
640 2003-02-25 [christoph]  0.8.10claws52
641
642         * src/Makefile.am
643         * src/about.[ch]                ** REMOVE **
644         * src/gtk/Makefile.am
645         * src/gtk/about.[ch]            ** NEW **
646                 move about files to gtk directory
647
648 2003-02-25 [christoph]  0.8.10claws51
649
650         * src/folder.c
651                 some code optimization of folder scanning code
652
653         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
654
655 2003-02-25 [christoph]  0.8.10claws50
656
657         * src/main.c
658         * src/common/sylpheed.c
659                 add command line parameter parsing to common code
660
661 2003-02-24 [christoph]
662
663         * Makefile.am
664         * configure.ac
665                 fix gnome prefix problems, the configure script now removed
666                 `gnome-config --prefix` from `gnome-config --datadir`
667                 and adds $(prefix} instead
668
669         (closes Bug 24 Makefile does not respect prefix when installing
670          GNOME data)
671
672 2003-02-24 [christoph]  0.8.10claws49
673
674         * src/news.c
675                 check for valid session before trying to authenticate
676
677         (closes Bug 60 crash if "authenticate on logon" is activated
678          and newsserver-hostname is not valid)
679
680 2003-02-24 [melvin]     0.8.10claws48
681
682         * src/prefs_actions.c
683                 Make sure all user's input is sent to the action and then
684                 close the socket..
685
686 2003-02-23 [alfons]     0.8.10claws46
687
688         * src/summaryview.c
689                 also wait cursor when deleting files
690
691 2003-02-23 [paul]
692
693         * tools/freshmeat_search.pl
694           tools/google_search.pl
695                 scripts should now work for any browser/browser command line
696
697 2003-02-22 [christoph]  0.8.10claws45
698
699         * src/procmsg.c
700                 fix IMAP flag setting, IMAP flag is not handled correctly
701                 anymore by the folder system and information about the
702                 folder should not be saved in the MsgInfo (in my opinion)
703
704         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
705
706 2003-02-22 [christoph]  0.8.10claws44
707
708         * src/summaryview.c
709                 fix spelling of "label" ;-)
710
711 2003-02-22 [thorsten]   0.8.10claws43
712
713         * src/mimeview.c
714           src/prefs_common.[ch]
715           src/procmime.[ch]
716                 do not use description as attachment name
717
718 2003-02-22 [alfons]     0.8.10claws42
719
720         * src/summaryview.c
721                 freeze/thaw folder item updates when changing color labels,
722                 and put a wait cursors on
723
724 2003-02-22 [thorsten]   0.8.10claws41
725
726         * src/mimeview.c
727                 save-all fixes: crash if invoked on multipart container,
728                 mimeinfo access, pathseparators, error dialog
729
730 2003-02-21 [alfons]     0.8.10claws40
731
732         * src/prefs_gtk.c
733                 remove unused var
734
735 2003-02-21 [colin]      0.8.10claws39
736
737         * src/send.c
738                 Fix smtp logging
739
740 2003-02-21 [colin]      0.8.10claws38
741
742         * src/summaryview.c
743                 Freeze/thaw folderItem updates when filtering messages 
744                 via Tools/Filter messages
745
746 2003-02-21 [paul]       0.8.10claws37
747
748         * src/compose.c
749                 revert commit 0.8.10claws26, there are ulterior motives
750                 for users to set a Reply-To header when posting to
751                 newsgroups
752
753 2003-02-21 [paul]       0.8.10claws36
754
755         * sync with 0.8.10cvs17
756                 see ChangeLog 2003-02-21
757
758 2003-02-20 [christoph]  0.8.10claws35
759
760         * src/imap.c
761                 IMAP UID fetch speedup using SEARCH
762
763         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
764
765         * src/imap.c
766                 fix problem with UIDs in IMAP UID cache that no longer existed
767
768 2003-02-20 [christoph]  0.8.10claws34
769
770         * src/imap.c
771         * src/procheader.c
772         * src/procheader.h
773                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
774
775         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
776
777         * src/imap.c
778                 Rewrite imap_cmd_gen_recv use sock_getline instead
779                 of sock_gets to avoid problems with too long reply
780                 lines
781     
782 2003-02-20 [colin]      0.8.10claws33
783         
784         * src/prefs_account.c
785                 Better wording
786
787 2003-02-20 [colin]      0.8.10claws32
788
789         * src/compose.c
790                 Remove useless '&& !to_sender' 
791
792 2003-02-20 [darko]
793
794         * AUTHORS
795                 change my e-mail address
796
797 2003-02-19 [colin]      0.8.10claws31
798
799         * src/prefs_common.c
800                 X11 style colors for every configurable color
801
802 2003-02-19 [alfons]     0.8.10claws30
803
804         * src/prefs_gtk.[ch]
805         * src/prefs_common.c
806                 for color_new accept both plain integers and X11 style color
807                 names (as found in /usr/lib/X11/rgb.txt)
808
809 2003-02-19 [paul]       0.8.10claws29
810
811         * src/mainwindow.c
812                 add tooltips to online/offline button and account selector
813                 button
814
815 2003-02-19 [paul]       0.8.10claws28
816
817         * src/folder.c
818           src/news.c
819           src/prefs_account.[ch]
820           src/prefs_common.[ch]
821                 move 'Maximum number of articles to download' to
822                 account prefs.
823                 clean up account prefs gui a little by hiding entries
824                 rather then greying out entries
825
826 2003-02-19 [hiro]       0.8.10claws27
827
828         * src/common/utils.c
829                 fix bug #54 'yesterdays date is displayed in the message 
830                 summary window'
831
832 2003-02-19 [paul]       0.8.10claws26
833
834         * src/compose.c
835                 fix bug reported in Feature Request [688596] 
836                 'Reply-to header in news'
837
838 2003-02-18 [paul]       0.8.10claws25
839
840         * src/select-keys.c
841                 add a 'List all keys' button to key selection dialog
842
843 2003-02-18 [colin]      0.8.10claws24
844         
845         * src/stock_pixmap.c
846                 fix compile error
847
848 2003-02-18 [colin]      0.8.10claws23
849
850         * src/common/smtp.[ch]
851           src/prefs_account.c
852                 Try to starttls if it seems to be the only
853                 way to authenticate a user
854
855 2003-02-18 [paul]       0.8.10claws22
856
857         * src/Makefile.am
858           src/folderview.c
859           src/stock_pixmap.[ch]
860           src/pixmaps/drafts_close.xpm  ** NEW FILE **
861           src/pixmaps/drafts_open.xpm   ** NEW FILE **
862                 as a Drafts folder is a special folder allow it to have
863                 its own unique icons
864
865 2003-02-18 [colin]      0.8.10claws21
866
867         * src/imap.c
868                 Fix port selection when using starttls
869
870 2003-02-18 [paul]       0.8.10claws20
871
872         * src/mainwindow.c
873           src/prefs_common.[ch]
874                 make blue the default new mail colour
875
876 2003-02-18 [paul]       0.8.10claws19
877
878         * sync with 0.8.10cvs14
879                 see ChangeLog 2003-02-18
880
881 2003-02-17 [jens]       0.8.10claws18
882
883         * src/common/md5.c
884                 fixed a compile problem with gcc 3.3
885                 works on 2.95.3 too (testet on PPC as it is big endian)
886
887 2003-02-17 [paul]       0.8.10claws17
888
889         * sync with 0.8.10cvs13
890                 see ChangeLog 2003-02-17
891
892 2003-02-17 [paul]       0.8.10claws16
893
894         * sync with 0.8.10cvs12
895                 see ChangeLog 2003-02-17
896
897 2003-02-16 [match]      0.8.10claws15
898
899         * src/addressbook.c
900                 Eliminates reloading of address data when items
901                 deleted or added. Applied submitted by
902                 Luke Plant <lukeplant@softhome.net>
903
904 2003-02-16 [paul]       0.8.10claws14
905
906         * src/news.c
907                 when a 'protocol error' is encountered disconnect from
908                 the server. This means that the user can carry on viewing
909                 other articles and doesn't have to either wait until the
910                 server timesout or quit sylpheed.
911                 Fixes bug #53 'Unable to read messages in newsgroups, 
912                 displayed message doesn't change'
913
914 2003-02-15 [christoph]  0.8.10claws13
915
916         * src/imap.c
917                 fix bug that stopped scanning of folders when an
918                 IMAP folder was empty
919
920         (closes bug 46 stop scan messages in folders after empty folder)
921
922 2003-02-15 [paul]
923
924         * tools/Makefile.am
925           tools/README
926           tools/freshmeat_search.pl     ** NEW FILE **
927           tools/google_search.pl        ** NEW FILE **
928                 Add 2 Actions scripts which search freshmeat/google
929                 for the selected text using the browser configured
930                 in sylpheedrc.
931                 
932         Note: These scripts are very dependent on the format of the
933         browser command and may not work on every occasion. Testing
934         is welcome. 
935
936 2003-02-14 [alfons]     0.8.10claws12
937
938         * src/compose.c
939                 fix breakage because of uninitialized account pointer.
940                 please verify.
941
942 2003-02-14 [paul]       0.8.10claws11
943
944         * src/compose.c
945           src/prefs_account.[ch]
946           src/prefs_common.[ch]
947                 move signature settings to Account Prefs
948
949 2003-02-14 [paul]       0.8.10claws10
950
951         * sync with 0.8.10cvs11
952                 see ChangeLog 2003-02-14
953
954 2003-02-13 [thorsten]   0.8.10claws9
955
956         * src/news.c
957                 revert news progressbar (GUI separation)
958
959 2003-02-13 [paul]       0.8.10claws8
960
961         * src/compose.c
962                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
963                 paragraph 1
964
965 2003-02-13 [paul]       0.8.10claws7
966
967         * src/compose.[ch]
968           src/summaryview.c
969                 fix 'Follow-up and Reply-to' so that it creates a reply to
970                 the newsgroup and the sender. If the message has the keyword
971                 'poster' in the Followup-To header, all replies go to the
972                 sender, re: RFC 1036, Section 2.2.3
973                 rename all instances of 'ignore_replyto' to 'to_sender', both
974                 were previously used, now we use just one.
975
976 2003-02-13 [paul]       0.8.10claws6
977
978         * sync with 0.8.10cvs9
979                 see ChangeLog 2003-02-13
980
981 2003-02-13 [paul]       0.8.10claws5
982
983         * configure.ac
984                 show which plugins are configured in the configure
985                 output.
986
987 2003-02-12 [thorsten]   0.8.10claws4
988
989         * src/news.c
990                 show progress while fetching news headers
991
992 2003-02-12 [christoph]  0.8.10claws3
993
994         * configure.ac
995         * src/plugins/Makefile.am
996                 use AM_CONDITIONAL to enable plugins, automake correctly
997                 manages this when creating distdir
998
999 2003-02-12 [christoph]  0.8.10claws2
1000
1001         * ac/spamassassin.m4
1002         * src/plugins/spamassassin/Makefile.am
1003                 fix building SpamAssassin plugin without OpenSSL
1004
1005 2003-02-12 [paul]       0.8.10claws1
1006
1007         * ac/Makefile.am
1008           src/Makefile.am
1009           src/plugins/Makefile.am
1010                 fix failure of 'make release'
1011
1012 2003-02-12 [paul]       0.8.10claws
1013
1014         * 0.8.10claws released
1015
1016 2003-02-12 [paul]       0.8.9claws56
1017
1018         * po/bg.po
1019           po/es.po
1020           po/it.po
1021           po/ru.po
1022           po/sr.po
1023                 updated translations by George Danchev, Ricardo Mones Lastra,
1024                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1025                 
1026         * sylpheed.spec.in
1027                 Allow the building of RPMs by a regular user. Submitted
1028                 by Sergei Astanin
1029
1030 2003-02-11 [alfons]     0.8.9claws55
1031
1032         * src/colorlabel.c
1033                 don't use pixmaps for label color rect but draw rectangles
1034                 so we can respect the color map of palette based visuals
1035                 (fixes the long time crashes on Suns - thanks to Andreas
1036                 Engel and Steve O'Hara-Smith for testing)
1037
1038 2003-02-11 [christoph]  0.8.9claws54
1039
1040         * src/matcher_parser_parse.y
1041                 correct bug where filering rules of not existing folders in
1042                 matcherrc were added to global filtering
1043                 
1044         (closes Debian Bug #180253 - Directory's filter-rules are merged with
1045          main filter-rules after removing directory, http://bugs.debian.org/180253)
1046         
1047 2003-02-11 [paul]       0.8.9claws53
1048
1049         * sync with 0.8.10cvs7
1050                 see ChangeLog 2003-02-09
1051
1052 2003-02-11 [melvin]     0.8.9claws52
1053
1054         * po/fr.po
1055                 Updated French tranlsations
1056
1057 2003-02-10 [paul]       0.8.9claws51
1058
1059         * sylpheed.spec.in
1060                 correct --enable-openssl
1061                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1062
1063 2003-02-09 [martin]     0.8.9claws50
1064
1065         * src/prefs_matcher.c
1066                 fix segfault in prefs_matcher_substitute_cb() when
1067                 no row is selected
1068
1069 2003-02-09 [paul]       0.8.9claws49
1070
1071         * src/folderview.c
1072                 fix bug where a newsgroup folder's processing rules were
1073                 merged with the global filtering rules when the newsgroup
1074                 folder was deleted, causing some seriously bad results,
1075                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1076
1077 2003-02-08 [melvin]     0.8.9claws48
1078
1079         * src/compose.c
1080                 Corrected and modified an alert message.
1081
1082 2003-02-07 [paul]       0.8.9claws47
1083
1084         * src/folderview.c
1085                 fix bug where both an 'Account properties' window and a
1086                 'Folder properties' window were opened when clicking on
1087                 'Properties' in an NNTP or IMAP folder's popup menu.
1088
1089 2003-02-07 [paul]       0.8.9claws46
1090
1091         * sync with 0.8.10cvs6
1092                 see ChangeLog 2003-02-06
1093
1094 2003-02-06 [christoph]  0.8.9claws45
1095
1096         * src/mbox.c
1097                 freeze folder updates while importing mbox files
1098                 (closes bug 43 importing mbox took hours)
1099                 
1100         Patch submitted by Jens Rantil <jens.rantil@telia.com>
1101
1102 2003-02-06 [thorsten]   0.8.9claws44
1103
1104         * po/de.po
1105                 Updated german translations
1106
1107 2003-02-06 [thorsten]   0.8.9claws43
1108
1109         * src/news.h
1110                 use guint for message numbers (fix count in grouplist dialog)
1111
1112 2003-02-05 [paul]       0.8.9claws42
1113
1114         * sync with 0.8.10cvs2
1115                 see ChangeLog 2003-02-05
1116
1117 2003-02-04 [colin]      0.8.9claws41
1118
1119         * src/prefs_common.[ch]
1120           src/procmsg.c
1121           src/summaryview.c
1122                 Add an option to disable threading by subject
1123
1124 2003-02-04 [christoph]  0.8.9claws40
1125
1126         * src/inc.c
1127                 only abort fetching mails from multiple accounts when the
1128                 error is fatal and does not allow to check any more accounts
1129                 (currently only disk full error)
1130
1131         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1132          receive mails for other accouts)
1133
1134 2003-02-04 [christoph]  0.8.9claws39
1135
1136         * src/folder.c
1137                 first add the new message to the cache, then
1138                 send the update notification
1139
1140         (closes bug 39 after sending message folderview doesnt get updated)
1141
1142 2003-02-04 [colin]      0.8.9claws38
1143
1144         * src/inc.c
1145                 _really_ fix this Connecting... status
1146
1147 2003-02-04 [paul]       0.8.9claws37
1148
1149         * sync with 0.8.10
1150                 see ChangeLog 2003-02-04
1151
1152 2003-02-04 [paul]       0.8.9claws36
1153
1154         * sync with 0.8.9cvs6
1155                 see ChangeLog 2003-02-03
1156
1157 2003-02-04 [paul]       0.8.9claws35
1158
1159         * po/pt_BR.po
1160                 updated by André Filipe de Assunção e Brito 
1161                 <bedecko@netsite.com.br>
1162
1163 2003-02-03 [thorsten]   0.8.9claws34
1164
1165         * po/de.po
1166                 Updated german translations
1167
1168 2003-02-02 [paul]       0.8.9claws33
1169
1170         * po/es.po
1171                 updated by Ricardo Mones Lastra
1172
1173 2003-02-02 [thorsten]   0.8.9claws32
1174
1175         * src/mh.c
1176                 Fix mh_get_msginfo() segfault if file is inaccessible
1177
1178 2003-01-31 [colin]      0.8.9claws31
1179
1180         * src/procheader.c
1181                 Fix last commit's bug
1182
1183 2003-01-31 [colin]      0.8.9claws30
1184
1185         * src/procheader.c
1186                 Missing a change for gpg-signed messages
1187
1188 2003-01-31 [paul]       0.8.9claws29
1189
1190         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
1191           src/procheader.c
1192           src/stock_pixmap.[ch]
1193           src/summaryview.c
1194                 indicate GnuPG signed messages by displaying an icon
1195                 in the Attachment column.
1196
1197 2003-01-31 [paul]       0.8.9claws28
1198
1199         * sync with 0.8.9cvs4
1200                 see ChangeLog 2003-01-31
1201
1202 2003-01-31 [alfons]     0.8.9claws27
1203
1204         * src/textview.c
1205                 tune URI parser to accept mailto URLs with a '?'
1206                 (patch from Ruslan Balkin)
1207
1208 2003-01-31 [colin]      0.8.9claws26
1209
1210         * src/summaryview.c
1211                 Fix a leak introduced in claws24
1212
1213 2003-01-31 [colin]      0.8.9claws25
1214
1215         * src/summaryview.c
1216                 Freeze/Thaw folder updates when deleting dups
1217
1218 2003-01-31 [colin]      0.8.9claws24
1219         
1220         * src/addr_compl.c
1221           src/summaryview.c
1222           src/msgcache.c
1223                 little speed improvements
1224
1225 2003-01-31 [colin]      0.8.9claws23
1226
1227         * src/summaryview.c
1228                 Fix segfault when forwarding nothing
1229                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1230                 
1231 2003-01-30 [paul]       0.8.9claws22
1232
1233         * sync with 0.8.9cvs3
1234                 see ChangeLog 2003-01-30
1235
1236 2003-01-30 [paul]       0.8.9claws21
1237
1238         * sync with 0.8.9cvs2
1239                 see ChangeLog 2003-01-30
1240
1241 2003-01-29 [paul]       0.8.9claws20
1242
1243         * sync with 0.8.9cvs1
1244                 see ChangeLog 2003-01-29
1245
1246 2003-01-28 [paul]       0.8.9claws19
1247
1248         * po/POTFILES.in
1249                 update to reflect changes. 
1250                 thanks to Ricardo Mones Lastra
1251
1252 2003-01-27 [christoph]  0.8.9claws18
1253
1254         * ac/openssl.m4
1255         * ac/spamassassin.m4
1256         * src/plugins/spamassassin/README
1257         * src/plugins/spamassassin/libspamc.[ch]
1258         * src/plugins/spamassassin/utils.[ch]
1259                 updated to latest libspamc
1260
1261 2003-01-27 [christoph]  0.8.9claws17
1262
1263         * src/folder.c
1264                 fix wrong use of procheader_get_header_fields
1265
1266 2003-01-27 [christoph]  0.8.9claws16
1267
1268         * src/news.c
1269         * src/prefs_account.[ch]
1270         * src/common/nntp.[ch]
1271                 allow to force authentication for NNTP servers
1272
1273         Patch submitted by Florian Mickler <dmk@d-labs.de>
1274
1275 2003-01-26 [paul]       0.8.9claws15
1276
1277         * src/summaryview.c
1278                 speed up of marking messages as read
1279                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1280
1281 2003-01-26 [christoph]  0.8.9claws14
1282
1283         * src/Makefile.am
1284         * src/mgutils.[ch]              ** REMOVE **
1285         * src/xml.[ch]                  ** REMOVE **
1286         * src/xmlprops.[ch]             ** REMOVE **
1287         * src/common/Makefile.am
1288         * src/common/mgutils.[ch]       ** NEW **
1289         * src/common/xml.[ch]           ** NEW **
1290         * src/common/xmlprops.[ch]      ** NEW **
1291                 move xml files to common directory
1292
1293 2003-01-26 [christoph]  0.8.9claws13
1294
1295         * src/plugins/spamassassin/spamassassin_gtk.c
1296                 only set gtk entry text if string is available
1297
1298 2003-01-26 [melvin]     0.8.9claws12
1299
1300         * src/description_window.c
1301                 Allow resizing of the window
1302                 Allow automatic horizontal scroll bar
1303                 Do not vertically expand and fill
1304
1305 2003-01-26 [christoph]  0.8.9claws11
1306
1307         * src/Makefile.am
1308         * src/gtkutils.[ch]             ** REMOVE **
1309         * src/common/sylpheed.c
1310         * src/gtk/Makefile.am
1311         * src/gtk/description_window.c
1312         * src/gtk/gtkutils.[ch]         ** NEW **
1313         * src/gtk/prefswindow.c
1314                 move gtkutils to gtk directory
1315
1316 2003-01-26 [paul]       0.8.9claws10
1317
1318         * src/summaryview.c
1319                 rename summary_unread_clicked() to summary_status_clicked()
1320
1321 2003-01-26 [melvin]     0.8.9claws9
1322
1323         * src/prefs_actions.c
1324                 Cosmetical changes to the help text
1325
1326 2003-01-26 [paul]       0.8.9claws8
1327
1328         * src/folder.[ch]
1329           src/mainwindow.c
1330           src/prefs_common.c
1331           src/prefs_sumamry_column.c
1332           summaryview.[ch]
1333                 rename the 'Unread' column to 'Status'
1334
1335 2003-01-25 [match]      0.8.9claws7
1336
1337         * src/mgutils.[ch]
1338                 removed reference to LDAP constants. removed error2string.
1339                 included functions to support LDAP dynamic queries.
1340         * src/syldap.h
1341                 moved LDAP constants here.
1342         * src/addressbook.c
1343         * src/addrindex.c
1344         * src/importldif.c
1345                 removed references to LDAP constants and references to
1346                 error2string.
1347
1348 2003-01-25 [paul]       0.8.9claws6
1349
1350         * src/summaryview.c
1351                 summary_thread_build(), summary_thread_init(): remove 
1352                 unneeded reference to summaryview->folder_item
1353
1354 2003-01-25 [christoph]  0.8.9claws5
1355
1356         * src/gtk/description_window.c
1357                 o allow description texts to expand over multiple columns
1358                 o translate all columns
1359         * src/prefs_actions.c
1360                 change syntax description to use new multi column feature
1361
1362         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1363
1364 2003-01-25 [match]      0.8.9claws4
1365
1366         * src/vcard.c
1367                 fixed bug with Quoted-Printable
1368
1369 2003-01-25 [paul]       0.8.9claws3
1370
1371         * src/folder.[ch]
1372           src/summaryview.[ch]
1373                 implement per-folder collapsed/expanded threads setting
1374                 
1375         * src/prefs_common.c
1376                 remove global collapsed/expanded threads option
1377
1378 2003-01-25 [christoph]  0.8.9claws2
1379
1380         * po/POTFILES.in
1381                 add pluginwindow and prefswindow
1382         * src/compose.c
1383                 make send respond correctly to messages that could be added
1384                 to the queue folder, but the UID of the message is unknown
1385         * src/folder.c
1386         * src/imap.c
1387                 don't return guessed UIDs in imap_add_msg anymore. We return
1388                 0 to tell the folder system it was appened but the UID is
1389                 unknown. Folder system now get's the UID by scaning the folder
1390                 and searching the cache for the Message-ID
1391                 (closes bug #29 Messages queued, but not sent)
1392
1393 2003-01-25 [paul]       0.8.9claws1
1394
1395         * src/codeconv.c
1396                 conv_encode_header():  fix bug when long headers with 8-bit
1397                 characters are used, so that the encoded words are wrapped.
1398                 If the space in the original text falls on the wrap boundary,
1399                 it can be lost.
1400                 Patch by Sergey Vlasov.
1401                 
1402         * src/folderview.c
1403                  fix bug where a change to the sorting method or thread view
1404                  of a folder's messages is lost if simpify-subject is set and
1405                  toggled on or off.
1406                  Patch by Luke Plant.
1407
1408 2003-01-24 [paul]       0.8.9claws
1409
1410         * sylpheed-0.8.9claws released
1411         
1412         * Makefile.am
1413           sylpheed.spec.in
1414                 remove reference to 'INSTALL.jp'
1415
1416 2003-01-23 [paul]       0.8.8claws128
1417
1418         * po/es.po
1419           po/it.po
1420           po/ru.po
1421           po/sr.po
1422                 updated translations. submitted by Ricardo Mones Lastra,
1423                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
1424
1425 2003-01-23 [colin]      0.8.8claws127
1426
1427         * src/compose.c
1428                 Fix drafted and queued news articles re-edition
1429
1430 2003-01-23 [melvin]     0.8.8claws126
1431
1432         * po/fr.po
1433                 Updated French translations
1434
1435 2003-01-23 [colin]      0.8.8claws125
1436
1437         * src/inc.c
1438                 Fix "Connecting to..." status message
1439
1440 2003-01-22 [paul]       0.8.8claws124
1441
1442         * po/bg.po
1443                 updated by George Danchev
1444                 
1445         * src/folder.c
1446                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
1447                 and folder deletion
1448
1449 2003-01-21 [paul]       0.8.8claws123
1450
1451         * po/bg.po
1452                 updated by George Danchev
1453                 
1454         * src/about.c
1455                 its now 2003
1456                 
1457         * src/toolbar.c
1458                 don't translate 'Separator'
1459                 
1460         * src/plugins/spamassassin/Makefile.am
1461                 add aspell to CPPFLAGS
1462                 
1463         * src/plugins/spamassassin/spamassassin.c
1464           src/plugins/spamassassin/spamassassin_gtk.c
1465                 set correct default for spamassassin_receive_spam
1466                 slightly re-word descriptions and some
1467                 other minor changes
1468
1469 2003-01-19 [alfons]     0.8.8claws122
1470                 
1471         * src/mimeview.c
1472                 mimeview_save_as(): we might as well show the file name for
1473                 the single case "Save As" too
1474
1475 2003-01-19 [alfons]     0.8.8claws121
1476
1477         * src/crash.c
1478                 change bug tracker URL to bugzilla URL
1479
1480 2003-01-19 [alfons]     0.8.8claws120
1481
1482         * src/mimeview.c
1483                 mimeview_save_all(): display name of file before overwriting;
1484                 continue saving all, even when one overwrite was cancelled
1485
1486 2003-01-19 [christoph]  0.8.8claws119
1487
1488         * src/summaryview.c
1489         * src/procmsg.[ch]
1490                 fix wrong usage of procmsg_find_children in summaryview
1491                 by using procmsg_update_unread_children instead of
1492                 summaryview_update_unread_children
1493
1494 2003-01-19 [christoph]  0.8.8claws118
1495
1496         * src/procmsg.c
1497                 fix infinite loop in procmsg_find_children
1498                  (closes bug #25 sylpheed crashes on delete.)
1499
1500         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1501
1502 2003-01-19 [paul]       0.8.8claws117
1503
1504         * po/pt_BR.po
1505                 updated by Ivan Francolin Martinez
1506
1507 2003-01-18 [melvin]     0.8.8claws116
1508
1509         * src/prefs_actions.c
1510                 Removed syntax limitation of only one '&' at the end of command.
1511                         Now actions that contain '>/dev/null 2>&1' are possible.
1512
1513 2003-01-18 [melvin]     0.8.8claws115
1514
1515         * src/prefs_actions.c
1516                 Actions IO dialog: when the action ends
1517                 the "Close" button now has focus and [Escape] closes the
1518                 window.
1519
1520 2003-01-18 [christoph]  0.8.8claws114
1521
1522         * src/procmsg.c
1523                 o add debug output when MsgInfos are really freed
1524                 o free GSLists in procmsg_find_children and
1525                   procmsg_update_unread_children
1526
1527 2003-01-18 [christoph]  0.8.8claws113
1528
1529         * src/mainwindow.c
1530                 reorder Configuration menu
1531
1532 2003-01-18 [christoph]  0.8.8claws112
1533
1534         * src/compose.c
1535                 fix applying templates to forwarded messages
1536
1537         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1538
1539 2003-01-17 [christoph]  0.8.8claws111
1540
1541         * src/folder.c
1542                 destroy folder items, when a folder item is removed
1543
1544 2003-01-17 [christoph]  0.8.8claws110
1545
1546         * src/folder.c
1547                 fix wrong folder stats update when ignored message is
1548                 deleted
1549
1550 2003-01-17 [colin]      0.8.8claws109
1551         
1552         * src/mainwindow.c
1553         * src/summaryview.c
1554                 Quicksearch bugfixes: 
1555                 - hide help button at startup if not extended
1556                 - switch to extended when looking for replies
1557
1558 2003-01-17 [paul]
1559
1560         * sync with 0.8.9 release
1561
1562 2003-01-17 [paul]       0.8.8claws108
1563
1564         * sync with 0.8.8cvs11
1565                 see ChangeLog 2003-01-17
1566
1567 2003-01-16 [colin]      0.8.8claws107
1568
1569         * src/procmsg.c
1570                 Changed encryption test to re-ask passphrase
1571                 if an encrypted message hasn't been decrypted
1572                 Fixes bug #5
1573
1574 2003-01-16 [christoph]  0.8.8claws106
1575
1576         * src/prefs_gtk.c
1577         * src/prefs_toolbar.c
1578         * src/gtk/prefswindow.h
1579         * src/plugins/spamassassin/spamassassin_gtk.c
1580                 remove page destroy function that is not used anymore
1581
1582 2003-01-16 [paul]       0.8.8claws105
1583
1584         * sync with 0.8.8cvs9
1585                 see ChangeLog 2002-01-16
1586
1587 2003-01-16 [colin]      0.8.8claws104
1588
1589         * src/compose.[ch]
1590                 Fix bug with autosaved drafts for IMAP, when draft
1591                 folder is specified - fixes bugzilla bug #20
1592
1593 2003-01-15 [paul]       0.8.8claws103
1594
1595         * src/compose.[ch]
1596           src/procmsg.c
1597                 store folder and message-id of message forwarding
1598                 in queue header and set forward flag after sending
1599
1600 2003-01-15 [paul]       0.8.8claws102
1601
1602         * sync with 0.8.8cvs8
1603                 see ChangeLog 2002-01-15
1604
1605 2003-01-15 [colin]      0.8.8claws101
1606
1607         * src/Makefile.am
1608                 Fix linking with GNU libiconv
1609
1610 2003-01-15 [darko]      0.8.8claws100
1611
1612         * src/pine.c
1613                 fix crash when importing pine address book
1614                 entry with an empty name (reported by DY
1615                 <dybulk at tri8.net>)
1616
1617 2003-01-14 [paul]       0.8.8claws99
1618
1619         * configure.in  ** REMOVED **
1620           configure.ac  ** NEW FILE **
1621                 rename configure.in to configure.ac, as it is now
1622                 preferred
1623
1624 2003-01-14 [melvin]     0.8.8claws98
1625
1626         * src/folderview.c
1627                 folderview_check_new(): More precise function description
1628
1629 2003-01-14 [melvin]     0.8.8claws97
1630
1631         * src/folderview.c
1632                 folderview_check_new(): return the number of new messages 
1633                         since last check.
1634         * src/inc.c
1635                 inc_account_mail(): Disable counting of new messages for IMAP
1636                         and NNTP until bug [19] and [14] are fixed.
1637
1638 2003-01-14 [paul]       0.8.8claws96
1639
1640         * sync with 0.8.8cvs6
1641                 see ChangeLog 2003-01-14
1642
1643 2003-01-13 [alfons]     0.8.8claws95
1644
1645         * src/textview.c
1646                 tune email address validation (c. 0.8.8claws89): if . is 
1647                 just one char away from @, the address is invalid too 
1648                 (correctly rejects addresses like foo@.com)
1649
1650 2003-01-13 [paul]       0.8.8claws94
1651
1652         * src/messageview.c
1653           src/toolbar.c
1654                 fixes to the Message View toolbar and menu:
1655                 fix non-functioning Forward button
1656                 make Reply button consider default_reply_list
1657                 remove 'Follow-up...' menu entry
1658                 add 'Forward' and 'Redirect' menu entries
1659
1660 2003-01-13 [melvin]     0.8.8claws93
1661
1662         * src/inc.c
1663                 Fixed typo that could make new messages count incorrect.
1664
1665 2003-01-13 [melvin]     0.8.8claws92
1666
1667         * src/folderview.[ch]
1668                 folderview_check_new(): return the number of new messages.
1669         * src/inc.c
1670                 Should fix bug [14] where new mail notification worked 
1671                         incorrectly with IMAP accounts.
1672                 inc_spool_account(): return number of new msgs, or -1 on error
1673                 inc_all_spool(): return number of new msgs
1674                 
1675 2003-01-13 [melvin]     0.8.8claws91
1676
1677         * src/prefs_actions.c
1678                 Justify help text.
1679
1680 2003-01-12 [thorsten]   0.8.8claws90
1681
1682         * src/common/prefs.c
1683                 close file before rename
1684
1685 2003-01-12 [alfons]     0.8.8claws89
1686
1687         * AUTHORS
1688                 add Christian Mertes
1689         * src/common/utils.[ch]
1690                 g_stricase_hash(), g_stricase_equal(): functions for 
1691                 case insensitive hash tables
1692         * src/textview.c
1693                 use top level domain names to validate email address, based
1694                 on a patch by Christian Mertes (thanks!), but changed 
1695                 implementation to use a hash table 
1696
1697 2003-01-12 [paul]       0.8.8claws88
1698
1699         * po/bg.po
1700                 updated by George Danchev
1701
1702 2003-01-12 [alfons]     0.8.8claws87
1703
1704         * src/summaryview.c
1705                 delete / execute performance: use new style folder update
1706
1707 2003-01-12 [paul]       0.8.8claws86
1708
1709         * sync with 0.8.8cvs5
1710                 see ChangeLog 2003-01-13 (!)
1711
1712 2003-01-12 [alfons]     0.8.8claws85
1713
1714         * src/filtering.c
1715         * src/matcher_parser_parse.y
1716                 prepare change_score filtering action
1717         * src/matcher.[ch]
1718                 give up const-correctness on functions that call non-const-correct functions;
1719                 several casts to gpointer in g_free();
1720                 add change_score;
1721
1722 2003-01-12 [christoph]  0.8.8claws84
1723
1724         * src/compose.c
1725                 fix 2 warnings
1726
1727         * src/gtk/prefswindow.[ch]
1728         * src/plugins/spamassassin/spamassassin_gtk.c
1729                 changed the call of the widget create function
1730                 for PrefsPages, because sometimes the widget
1731                 create function needs a widget that already has
1732                 been attached to a window (to create GDK pixmaps
1733                 for exmaple). So we simply pass the GtkWindow as
1734                 the second parameter now.
1735
1736         * src/main.c
1737         * src/mainwindow.c
1738         * src/prefs_toolbar.[ch]
1739                 rewrite Toolbar Preferences using the new
1740                 prefs window
1741
1742 2003-01-11 [alfons]     0.8.8claws83
1743
1744         * src/addressadd.c
1745                 fix crash when adding sender to addressbook because status bar
1746                 isn't there (the status bar doesn't seem to be used though,
1747                 but I'll let Match decide what to do with it)
1748
1749 2003-01-11 [colin]      0.8.8claws82
1750
1751         * src/main.c
1752           src/toolbar.c
1753                 Two useless changes reversed
1754
1755 2003-01-11 [colin]      0.8.8claws81
1756
1757         * src/mainwindow.c
1758           src/mainwindow.h
1759                 Add mainwindow_get_mainwindow()
1760         * src/alertpanel.c
1761           src/alertpanel.h
1762                 Add alertpanel_error_log() 
1763         * src/compose.c
1764           src/inc.c
1765           src/messageview.c
1766           src/toolbar.c
1767           src/main.c
1768           src/procmsg.c
1769                 Network errors get a View Log button
1770
1771 2003-01-10 [alfons]     0.8.8claws80
1772
1773         * src/prefs_toolbar.c
1774         * src/toolbar.c
1775                 use the translatable string for "Separator" as file name for
1776                 separator toolbar items (probably make this uppercase?)
1777
1778 2003-01-10 [alfons]     0.8.8claws79
1779
1780         * src/prefs_toolbar.c
1781                 put right A_SEPARATOR description string in "displayed
1782                 toolbar items list" so manually added separators are
1783                 saved correctly (bug #10, "Adding a separator to the main 
1784                 toolbar fails, entry in xml file is wrong")
1785
1786 2003-01-10 [christoph]  0.8.8claws78
1787
1788         * src/imap.c
1789                 o fix warnings
1790                 o use CAPABILITY to check if NAMESPACE is available
1791
1792 2003-01-10 [christoph]  0.8.8claws77
1793
1794         * src/imap.[ch]
1795                 apply UIDPLUS IMAP extension support patch
1796
1797         Patch submitted by Simon 'corecode' Schubert
1798
1799 2003-01-10 [paul]       0.8.8claws76
1800
1801         * src/folderview.c
1802                 a sync from main which fixes the news account folders'
1803                 Properties bug
1804
1805 2003-01-10 [christoph]  0.8.8claws75
1806
1807         * src/folder.c
1808                 don't accept 0 as a valid uid returned by copy and move
1809                 functions. 0 means the message was copied or moved but the
1810                 new uid could not be fetched. It is not an error condition
1811                 for the copy or move operation.
1812
1813 2003-01-10 [paul]       0.8.8claws74
1814
1815         * src/prefs_filtering.c
1816                 change English used in Alert when entry is not
1817                 saved.
1818                 
1819         * sync with 0.8.8cvs4
1820                 see ChangeLog 2003-01-10
1821
1822 2003-01-10 [darko]      0.8.8claws73
1823
1824         * src/pine.c
1825                 fix crash when importing address book entry
1826                 without a valid address
1827
1828 2003-01-09 [alfons]     0.8.8claws72
1829
1830         * src/inc.c
1831                 filtering performance: use new style folder update
1832
1833 2003-01-09 [christoph]  0.8.8claws71
1834
1835         * src/compose.c
1836         * src/gtk/menu.[ch]
1837                 fix wrong selecting of mime encoding type, when
1838                 opening property dialog of attachments in the
1839                 compose window. 7bit was always selected and that
1840                 destoryed files with 8bit data.
1841                 (closes bug #9 Sylpheed-claws destroys attachments when
1842                  changing MIME-types)
1843
1844 2003-01-09 [paul]       0.8.8claws70
1845
1846         * sync with 0.8.8cvs3
1847                 see ChangeLog 2003-01-09
1848
1849 2003-01-08 [alfons]     0.8.8claws69
1850         
1851         * src/addressadd.c
1852                 apply patch by Kim Schulz to fix build breakage
1853                 because of missing variable
1854
1855 2003-01-08 [paul]       0.8.8claws68
1856
1857         * sync with 0.8.8cvs2
1858                 see ChangeLog 2002-01-08
1859
1860 2003-01-08 [paul]       0.8.8claws67
1861
1862         * po/it.po
1863                 updated by Alessandro Maestri
1864                 
1865         * src/addressadd.c
1866                 when using 'Add sender to addressbook' allow
1867                 name to be edited and remarks to be entered
1868                 Patch submitted by Luke Plant
1869
1870 2003-01-08 [darko]      0.8.8claws66
1871
1872         * README.claws, src/summaryview.c
1873                 fix description for marked messages
1874
1875 2003-01-08 [paul]
1876
1877         * tools/Makefile.am
1878           tools/launch_phoenix  ** NEW FILE **
1879                 add script that enables using Phoenix as the default
1880                 web browser. 
1881                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
1882                 
1883         * tools/OOo2sylpheed.pl
1884                 remove full path to sylpheed executable, just 'sylpheed'
1885                 will do
1886                 
1887         * tools/README
1888                 add launch_phoenix informtion and re-arrange and compress
1889                 the data a little
1890
1891 2003-01-07 [christoph]  0.8.8claws65
1892
1893         * src/folder.c
1894                 fix update for source folder when moving messages
1895         * src/procmsg.[ch]
1896         * src/summaryview.c
1897                 use function to set to_folder for message infos and
1898                 automatically update the op_count for old and new
1899                 folder
1900
1901 2003-01-07 [melvin]     0.8.8claws64
1902
1903         * src/prefs_actions.c
1904                 Fixed bug where an '%p' Action on a displayed image crashed 
1905                         Sylpheed
1906                 Code clean up (get rid of duplicated code and removed unnecessary 
1907                                 structure member)
1908
1909 2003-01-07 [christoph]  0.8.8claws63
1910
1911         * src/compose.c
1912         * src/folder.[ch]
1913         * src/folderview.c
1914         * src/import.c
1915         * src/inc.c
1916         * src/main.c
1917         * src/mainwindow.c
1918         * src/messageview.c
1919         * src/prefs_folder_item.c
1920         * src/procmsg.c
1921         * src/summaryview.c
1922         * src/toolbar.c
1923                 o remove all folder update triggering from the UI code. The folder
1924                   system should know much better when a folder needs an update.
1925                 o to prevent multiple updates in a row the folder updates can be
1926                   frozen for some time.
1927
1928                 Note: - Please verify that no updates are missing
1929                       - Check where freeze/thaws should be added
1930
1931 2003-01-07 [christoph]  0.8.8claws62
1932
1933         * src/prefs_actions.c
1934                 don't translate empty strings
1935
1936         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1937
1938 2003-01-06 [christoph]  0.8.8claws61
1939
1940         * src/prefs_actions.c
1941                 mark strings for gettext
1942         * src/prefs_matcher.c
1943                 use new description window for Execute action and
1944                 match condition in Filtering
1945
1946         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1947
1948 2003-01-06 [alfons]     0.8.8claws60
1949
1950         keep myself inspired to re-organize matcher part 8; 
1951         yes, more to come (I need to move out the descriptive
1952         text for actions to matcher.c, or at least make it not
1953         depend on the wicked ordering)
1954
1955         * src/prefs_matcher.c
1956                 add documentation so others may comprehend the
1957                 UI part of the conditions
1958                 
1959 2003-01-06 [christoph]  0.8.8claws59
1960
1961         * src/prefs_actions.c
1962                 use new description window for syntax help
1963         * src/gtk/description_window.c
1964                 fix display of descriptions with column count != 2
1965
1966         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1967
1968 2003-01-06 [christoph]  0.8.8claws58
1969
1970         * src/quote_fmt.c
1971         * src/summaryview.[ch]
1972         * src/gtk/Makefile.am
1973         * src/gtk/description_window.[ch]       ** NEW **
1974                 use a generic window to display syntax descriptions
1975                 currently used in quote_fmt and summaryview (new description
1976                 for extended quick search)
1977
1978         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1979
1980 2003-01-06 [paul]       0.8.8claws57
1981
1982         * sync with 0.8.8cvs1
1983                 see ChangeLog 2003-01-06
1984
1985 2003-01-06 [christoph]  0.8.8claws56
1986
1987         * src/mainwindow.c
1988         * src/prefs_gtk.[ch]
1989         * src/gtk/prefswindow.[ch]
1990         * src/plugins/spamassassin/spamassassin_gtk.c
1991                 o remove page management from prefswindow, pages
1992                   will be an argument to prefswindow_open
1993                 o prefswindow_open gets a datapointer that is
1994                   passed to the widget_create function to allow
1995                   creation of prefswindow for specific items
1996
1997 2003-01-06 [colin]      0.8.8claws55
1998         
1999         * src/summaryview.c
2000                 We don't want regexp in the reply-finder, 
2001                 because MIDs can contain !,$,. and so on
2002
2003 2003-01-06 [jens]       0.8.8claws54
2004
2005         * src/jpilot.c
2006                 fixed a wrong free in jpilot_read_db_files
2007
2008 2003-01-06 [alfons]     0.8.8claws53
2009
2010         re-organize matcher part 8; more to come
2011        
2012         * src/matcher.c
2013                 matcherprop_to_string(): put g_free()s before the
2014                 switch-case break to fix memleaks                
2015
2016 2003-01-06 [colin]      0.8.8claws52
2017
2018         * src/summaryview.c
2019                 cleanup & reply-finder now displays the first 
2020                 matching message
2021
2022 2003-01-05 [alfons]     0.8.8claws51
2023
2024         re-organize matcher part 7; more to come
2025
2026         * src/matcher.[ch]
2027                 fixes for constant correctness;
2028                 more documentation;
2029
2030 2003-01-05 [alfons]     0.8.8claws50
2031
2032         re-organize matcher part 6; more to come
2033         
2034         * src/matcher.[ch]
2035                 fixes for constant correctness;
2036                 more documentation;
2037         * src/filtering.c
2038                 fix for constant correctness
2039
2040 2003-01-05 [colin]      0.8.8claws49
2041
2042         * src/account.[ch]
2043                 Add account_get_reply_account function
2044         * src/compose.c
2045                 Use account_get_reply_account function 
2046         * src/summaryview.c
2047                 Basic reply-finder - click on the replied
2048                 icon gets you to the outbox using quick-search
2049
2050 2003-01-05 [paul]       0.8.8claws48
2051
2052         * src/prefs_common.c
2053                 small change to English
2054                 
2055         * src/prefs_filtering.c
2056                 prefs_filtering_action_select(): improve logic and uniformity
2057                 of gui
2058
2059 2003-01-05 [alfons]     0.8.8claws47
2060
2061         fine tune solution to focus problems (bug #7)
2062
2063         * src/mainwindow.c
2064                 mainwindow_focus_in_event(): remove grab event check
2065         * src/summaryview.c
2066                 summary_button_pressed(): move selection on right-click
2067                 too. we can't possibly move the selection back after
2068                 canceling a dialog, because gtk's incomplete focus 
2069                 management. whether this is a good solution, only time
2070                 will tell.
2071
2072 2003-01-05 [christoph]  0.8.8claws46
2073
2074         * src/imap.c
2075                 fix crash when no imap connection could be established
2076
2077 2003-01-05 [paul]       0.8.8claws45
2078
2079         * src/mainwindow.c
2080           src/sumamryview.c
2081           src/gtk/menu.[ch]
2082                 fix bug 605957 'shortcuts in popup-menu'
2083                 make user-defined shortcuts work
2084                 show shortcuts that are already defined
2085                 in the main menu
2086                 Patch submitted by Luke Plant
2087
2088 2003-01-05 [alfons]     0.8.8claws44
2089
2090         * src/mainwindow.c
2091                 focus_in_event handler should not select summary view row 
2092                 when another window (menu, dialog) grabbed for events 
2093                 (bug #7, "[0.8.8claws42] Message summary focus") 
2094
2095 2003-01-04 [christoph]  0.8.8claws43
2096
2097         * src/procmsg.c
2098                 update save folder after adding the sent message
2099                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2100
2101 2003-01-02 [christoph]  0.8.8claws42
2102
2103         * src/common/plugin.c
2104                 fix unloading of all plugins and unload
2105                 plugins in reverse order
2106                 
2107         * src/gtk/pluginwindow.c
2108                 implement function of load and unload button
2109
2110         * src/gtk/prefswindow.c
2111         * src/gtk/prefswindow.h
2112                 rename register function and add new unregister
2113                 function
2114
2115         * src/plugins/spamassassin/spamassassin_gtk.c
2116                 unregister prefs page and update for changes in
2117                 src/gtk/prefswindow.c
2118
2119 2003-01-02 [paul]       0.8.8claws41
2120
2121         * po/es.po
2122                 updated by Ricardo Mones Lastra
2123
2124 2003-01-02 [paul]
2125
2126         * tools/tb2sylpheed
2127                 fixes and improvements by Urke MMI
2128
2129 2003-01-02 [thorsten]   0.8.8claws40
2130
2131         * src/procmsg.c
2132                 fixed wrong return value
2133
2134 2003-01-02 [thorsten]   0.8.8claws39
2135
2136         * src/prefs.c
2137                 fixed printing wrong variable
2138
2139 2003-01-02 [thorsten]   0.8.8claws38
2140
2141         * src/prefs.c
2142                 fixed acessing members of freed pfile struct
2143
2144 2003-01-02 [thorsten]   0.8.8claws37
2145
2146         * src/procmsg.c
2147                 detect loops across several messages
2148                 as suggested by Christoph Hohmann
2149
2150 2003-01-01 [match]      0.8.8claws36
2151
2152         * src/addrindex.c
2153                 fixed another memory leak.
2154
2155 2003-01-01 [match]      0.8.8claws35
2156
2157         * src/jpilot.[ch]
2158                 fixed memory leaks. applied Doxygen comments.
2159
2160 2003-01-01 [thorsten]   0.8.8claws34
2161
2162         * src/procmsg.c
2163                 inhibit endless loop if msg references itself
2164                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2165
2166 2003-01-01 [christoph]  0.8.8claws33
2167
2168         * src/mainwindow.c
2169         * src/gtk/Makefile.am
2170         * src/gtk/pluginwindow.c                ** NEW **
2171         * src/gtk/pluginwindow.h                ** NEW **
2172                 add plugin window
2173
2174         * src/plugins/demo/demo.c
2175         * src/plugins/spamassassin/spamassassin.c
2176         * src/plugins/spamassassin/spamassassin_gtk.c
2177                 write better plugin descriptions
2178
2179 2002-12-31 [christoph]  0.8.8claws32
2180
2181         * src/gtk/prefswindow.c
2182         * src/plugins/spamassassin/spamassassin_gtk.c
2183                 some small improvements to GTK code
2184
2185 2002-12-31 [christoph]  0.8.8claws31
2186
2187         * src/plugins/spamassassin/spamassassin_gtk.c
2188                 enable folder select button
2189
2190 2002-12-31 [christoph]  0.8.8claws30
2191
2192         * src/mainwindow.c
2193         * src/gtk/Makefile.am
2194         * src/gtk/prefswindow.c                         ** NEW **
2195         * src/gtk/prefswindow.h                         ** NEW **
2196                 add new prefs window
2197
2198         * src/common/plugin.c
2199                 don't try to load empty config lines
2200         
2201         * src/plugins/spamassassin/Makefile.am
2202         * src/plugins/spamassassin/spamassassin.c
2203         * src/plugins/spamassassin/spamassassin.h       ** NEW **
2204         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
2205                 GTK config for SpamAssassin Plugin using
2206                 the new prefs window
2207
2208 2002-12-31 [paul]       0.8.8claws29
2209
2210         * po/POTFILES.in
2211                 remove obsolete entry 'src/menu.c'
2212
2213 2002-12-31 [alfons]     0.8.8claws28
2214
2215         * src/matcher.[ch]
2216         * src/matcher_parser_parse.y
2217         * src/prefs_matcher.c
2218                 add "ignore_thread" and "~ignore_thread" condition so it's
2219                 possible to make the actions / scoring operate on the ignore
2220                 thread flag
2221
2222 2002-12-31 [christoph]  0.8.8claws27
2223
2224         * src/addrbook.c
2225         * src/addrindex.c
2226         * src/folder.c
2227         * src/matcher.c
2228         * src/prefs_account.c
2229         * src/prefs_actions.c
2230         * src/prefs_customheader.c
2231         * src/prefs_display_header.c
2232         * src/prefs_gtk.c
2233         * src/procmime.c
2234         * src/toolbar.c
2235         * src/xmlprops.c
2236         * src/common/prefs.[ch]
2237                 extend prefs file handling for reading and automatic handling
2238                 of blocks. When reading prefs_set_block_label will automatically
2239                 move on to the block. When writing it will copy all other blocks
2240                 automatically
2241
2242         * src/common/plugin.c
2243                 Now loading plugin filenames from [Plugins] block in
2244                 sylpheed rc file
2245
2246 2002-12-30 [christoph]  0.8.8claws26
2247
2248         * src/common/hooks.[ch]
2249                 return abort status to caller of hooks_invoke
2250                 
2251         * src/inc.[ch]
2252                 invoke message filtering hook and stop
2253                 default handling when filter returns abort
2254
2255         * src/common/plugin.[ch]
2256         * src/plugins/demo/demo.c
2257                 modify plugin loader, because resolving symbols for strings
2258                 does not work correctly
2259         
2260         * configure.in
2261         * ac/spamassassin.m4                            ** NEW **
2262         * src/plugins/spamassassin/.cvsignore           ** NEW **
2263         * src/plugins/spamassassin/Makefile.am          ** NEW **
2264         * src/plugins/spamassassin/README               ** NEW **
2265         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
2266         * src/plugins/spamassassin/spamassassin.c       ** NEW **
2267         * src/plugins/spamassassin/utils.[ch]           ** NEW **
2268                 add spamassassin plugin, see src/plugins/spamassassin/README
2269                 for details
2270
2271 2002-12-29 [alfons]     0.8.8claws25
2272
2273         * src/mainwindow.c
2274                 when moving focus from a message view to the main 
2275                 window, don't forget to select the summary node
2276                 of the displayed message. should fix "[ 659103 ] 
2277                 focus-follows-mouse confuses sylpheed"
2278
2279 2002-12-29 [christoph]  0.8.8claws24
2280
2281         * src/Makefile.am
2282         * src/stringtable.[ch]          ** REMOVE **
2283         * src/common/Makefile.am
2284         * src/common/stringtable.[ch]   ** NEW **
2285                 move stringtable files to common directory
2286
2287 2002-12-29 [christoph]  0.8.8claws23
2288
2289         * src/Makefile.am
2290         * src/menu.[ch]                 ** REMOVE **
2291         * src/gtk/Makefile.am
2292         * src/gtk/menu.[ch]             ** NEW **
2293                 move menu files to gtk directory
2294
2295 2002-12-29 [match]      0.8.8claws22
2296
2297         * src/addressbook.c
2298         * src/syldap.c
2299                 moved UI specific code out of LDAP code into addressbook
2300                 UI code. fixed memory leak.
2301
2302 2002-12-29 [christoph]  0.8.8claws21
2303
2304         * src/folder.c
2305                 only check for IGNORED parent message when message is
2306                 not IGNORED itself
2307
2308 2002-12-29 [alfons]     0.8.8claws20
2309
2310         * src/summaryview.c
2311                 set gtksctree's anchor correct (immediate execute
2312                 changes the tree's layout, and anchor points at 
2313                 the incorrect row). fixes "[ 657233 ] multiple msg 
2314                 delete sometimes off by 1".
2315                 we probably have to look for more tree layout /
2316                 anchor glitches.
2317
2318 2002-12-29 [paul]       0.8.8claws19
2319
2320         * src/summaryview.c
2321                 fix bug [ 659054 ] incorrect sorting of 'From' column
2322                 when using 'display sender using address book'
2323                 thanks to Alfons and Luke Plant
2324
2325 2002-12-29 [christoph]  0.8.8claws18
2326
2327         * src/folder.c
2328         * src/procmsg.[ch]
2329                 check parent messages for IGNORE THREAD flag, when adding,
2330                 moving or copying messages to a folder
2331
2332 2002-12-27 [alfons]     0.8.8claws17
2333
2334         re-organize matcher part 5; more to come
2335
2336         * src/matcher.c
2337                 hash keywords in matchparser_tab 
2338
2339 2002-12-27 [alfons]     0.8.8claws16
2340
2341         re-organize matcher part 4; more to come
2342
2343         * src/matcher_parser.h
2344         * src/matcher_parser_lex.l
2345         * src/matcher_parser_parse.y
2346                 cleanup
2347
2348 2002-12-27 [alfons]     0.8.8claws15
2349
2350         re-organize matcher part 3; more to come
2351
2352         * src/matcher.[ch]
2353                 cleanup
2354
2355 2002-12-27 [alfons]     0.8.8claws14
2356
2357         re-organize matcher part 2; more to come but this should
2358         work. cc me if there are any regressions.
2359
2360         * src/matcher.h
2361                 add prototype for get_matchparser_tab_id()
2362         * src/matcher_parser_lex.l
2363                 look up keywords using matchparser_tab_id();
2364
2365 2002-12-27 [alfons]     0.8.8claws12
2366
2367         re-organize matcher part 1
2368
2369         * src/matcher.h
2370                 map yacc generated constants to sylpheed matcher constants
2371         * src/matcher.c
2372                 add function to find a matcher constant from a string
2373
2374 2002-12-27 [christoph]  0.8.8claws11
2375
2376         * src/compose.c
2377                 MENUITEM_ADD casts the 4th argument from integer to pointer
2378                 so it probably should not be a pointer, this means we
2379                 should use account id for it and not the account's pointer
2380
2381 2002-12-27 [paul]       0.8.8claws10
2382
2383         * src/mainwindow.c
2384                 remove unneeded 'GtkWidget *vbox'
2385                 
2386         * src/summaryview.c
2387                 further sync with 0.8.8 - make sort
2388                 by recipient work as expected
2389                 
2390         * NEWS
2391                 sync with 0.8.8
2392
2393 2002-12-27 [paul]       0.8.8claws9
2394
2395         * po/pt_BR.po
2396                 updated by Ivan F. Martinez
2397                 
2398 2002-12-27 [darko]      0.8.8claws8
2399
2400         * src/common/utils.c
2401                 added locked pattern to extended search
2402
2403 2002-12-27 [alfons]     0.8.8claws7
2404
2405         * src/prefs_matcher.[ch]
2406                 clean up
2407
2408 2002-12-26 [alfons]     0.8.8claws6
2409
2410         * src/matcher.[ch]
2411         * src/matcher_parser_lex.l
2412         * src/matcher_parser_parse.y
2413         * src/prefs_matcher.c
2414                 allow color label as a condition in the matcher
2415
2416 2002-12-26 [oliver]     0.8.8claws5
2417         
2418         * src/toolbar.c 
2419                 enable Addressbook for Main and Messageview
2420         * src/prefs_actions.c
2421                 enable actions in Messageview
2422
2423 2002-12-26 [christoph]  0.8.8claws4
2424
2425         * src/common/plugin.c
2426                 add a little debug output
2427         * configure.in
2428         * src/plugins/demo/Makefile.am
2429                 better use of automake
2430
2431 2002-12-26 [christoph]  0.8.8claws3
2432
2433         * src/Makefile.am
2434         * src/common/Makefile.am
2435                 fix "make distdir"
2436
2437 2002-12-26 [christoph]  0.8.8claws2
2438
2439         * configure.in
2440                 sort configure checks into common / gtk / plugins
2441         * po/POTFILES.in
2442                 add src/prefs_gtk.c
2443         * src/Makefile.am
2444                 add plugins SUBDIR
2445         * src/main.c
2446         * src/common/sylpheed.[ch]
2447                 added now sylpheed_done function for shutdown
2448         * src/common/Makefile.am
2449         * src/common/plugin.[ch]                ** NEW **
2450                 plugin loader and unloader
2451         * src/plugins/.cvsignore                ** NEW **
2452         * src/plugins/Makefile.am               ** NEW **
2453                 build plugins
2454         * src/plugins/demo/.cvsignore           ** NEW **
2455         * src/plugins/demo/Makefile.am          ** NEW **
2456         * src/plugins/demo/demo.c               ** NEW **
2457                 small demo plugin that installs a logtext hook and
2458                 outputs the log text to stdout
2459
2460 2002-12-26 [paul]       0.8.8claws1
2461
2462         * po/es.po
2463                 updated by Ricardo Mones Lastra
2464
2465 2002-12-26 [paul]       0.8.8claws
2466
2467         * 0.8.8claws released
2468
2469 2002-12-26 [paul]       0.8.7claws12
2470
2471         * po/bg.po
2472                 updated by George Danchev
2473
2474 2002-12-26 [paul]       0.8.7claws11
2475
2476         * po/POTFILES.in
2477                 remove unneeded 'src/prefs.c' entry 
2478
2479 2002-12-26 [paul]       0.8.7claws10
2480
2481         * src/codeconv.c
2482           src/mainwindow.c
2483                 sync with 0.8.8 release
2484         
2485         * src/folder.[ch]
2486           src/mh.c
2487           src/summaryview.c
2488                 partial sync with 0.8.8 release
2489         
2490
2491 2002-12-25 [alfons]     0.8.7claws9
2492
2493         * src/matcher.[ch]
2494         * src/matcher_parser_lex.l
2495         * src/matcher_parser_parse.y
2496         * src/prefs_matcher.c
2497                 add locked flag to possible filtering / matcher 
2498                 conditions (also a good example what should be
2499                 done to add a simple boolean condition)
2500
2501 2002-12-25 [christoph]  0.8.7claws8
2502
2503         * src/Makefile.am
2504         * src/account.[ch]
2505         * src/addrbook.c
2506         * src/addressbook.c
2507         * src/addrindex.c
2508         * src/filtering.c
2509         * src/folder.c
2510         * src/matcher.c
2511         * src/prefs.[ch]                ** REMOVE **
2512         * src/prefs_account.c
2513         * src/prefs_actions.c
2514         * src/prefs_common.c
2515         * src/prefs_customheader.c
2516         * src/prefs_display_header.c
2517         * src/prefs_filtering.c
2518         * src/prefs_folder_item.c
2519         * src/prefs_gtk.[ch]            ** NEW **
2520         * src/prefs_matcher.c
2521         * src/prefs_scoring.c
2522         * src/prefs_summary_column.c
2523         * src/procmime.c
2524         * src/selective_download.c
2525         * src/toolbar.c
2526         * src/common/Makefile.am
2527         * src/common/prefs.[ch]         ** NEW **
2528                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
2529
2530 2002-12-24 [alfons]     0.8.7claws7
2531
2532         * src/summaryview.c
2533                 summary_thread_build(): fix real cause of the crash mentioned in
2534                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
2535                 this way we get meaningful ctree nodes 
2536
2537 2002-12-24 [oliver]     0.8.7claws6
2538
2539         * src/mainwindow.[ch]
2540         * src/messageview.[ch]
2541         * src/compose.[ch]
2542         * src/inc.c
2543         * src/summaryview.c
2544                 changes to use updated toolbar handling
2545                 
2546 2002-12-24 [oliver]     0.8.7claws5
2547
2548         * src/toolbar.[ch]
2549                 generic toolbar handling
2550                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
2551         * src/prefs_toolbar.[ch]
2552                 adjust to handling
2553         
2554 2002-12-24 [oliver]     0.8.7claws4
2555         
2556         * src/stock_pixmap.[ch]
2557                 move SYLPHEED_LOGO to end of list in order 
2558                 to remove it from Custom Toolbar`s Icon View
2559
2560 2002-12-24 [alfons]     0.8.7claws3
2561
2562         * src/summaryview.c
2563                 summary_thread_build(): fix crash because of focus != selection 
2564                 after threading. when deleting the selection, gtk tries but fails 
2565                 to find the correct focusable element. we now force the selection
2566                 to be focused. this should solve the infamous bug reported by 
2567                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
2568                 a test case is available. 
2569
2570 2002-12-24 [darko]      0.8.7claws2
2571
2572         * src/summaryview.c
2573                 don't crash when unmarking message with unread children
2574
2575 2002-12-23 [christoph]  0.8.7claws1
2576
2577         * src/Makefile.am
2578         * src/common/Makefile.am
2579                 update Makefiles for moved intl.h, version.h and defs.h
2580         * src/imap.c
2581                 rewrite imap_session_get to avoid duplicate code
2582
2583 2002-12-23 [paul]       0.8.7claws
2584
2585         * Santa-Claws released
2586         
2587         * po/hu.po
2588           po/ru.po
2589                 squeeze in updated Hungarian and Russian translations.
2590                 Submitted by  Gál Zoltán and Ruslan N. Balkin
2591
2592 2002-12-23 [paul]       0.8.6claws129
2593
2594         * po/pl.po
2595                 updated by Witold Wladyslaw Wojciech Wilk
2596
2597 2002-12-23 [paul]       0.8.6claws128
2598
2599         * src/quote_fmt_parse.y
2600                 fix typo and add licence header
2601
2602 2002-12-23 [paul]       0.8.6claws127
2603
2604         * po/en_GB.po
2605                 updated
2606
2607 2002-12-23 [paul]       0.8.6claws126
2608
2609         * po/it.po
2610                 updated translation, submitted by Alessandro Maestri
2611                 
2612 2002-12-23 [paul]       0.8.6claws125
2613
2614         * src/quote_fmt_parse.y
2615                 fix signature-stripping on replies bug. match
2616                 '-- \n' and not '-- '.
2617
2618 2002-12-22 [paul]       0.8.6claws124
2619
2620         * po/bg.po
2621           po/es.po
2622           po/sr.po
2623                 updated translations. submitted by George Danchev,
2624                 Ricardo Mones Lastra, and Urke MMI respectively
2625
2626 2002-12-21 [paul]       0.8.6claws123
2627
2628         * src/addrbook.c
2629                 fix coding style
2630
2631 2002-12-21 [paul]       0.8.6claws122
2632
2633         * src/addrbook.c
2634                 fix bug [643638] where if a person is in one or more
2635                 addressbook groups editing that person's email 
2636                 address results in removal from those groups.
2637                 Patch submitted by Luke Plant.
2638
2639 2002-12-20 [christoph]  0.8.6claws121
2640
2641         * src/common/utils.c
2642         * src/summaryview.c
2643                 reimplement expand_search_string using GString to
2644                 prevent crashs caused by miscalculated string
2645                 lengths reported by Paul
2646
2647 2002-12-20 [christoph]  0.8.6claws120
2648
2649         * src/summaryview.c
2650                 don't use "changed" to check if op_count has to be changed as it
2651                 is also set when the message has unread children
2652                 (closes bug [ 653221 ] crash while deleting duplicates)
2653
2654 2002-12-20 [paul]       0.8.6claws119
2655
2656         * sync with 0.8.6cvs27
2657                 see ChangeLog 2002-12-20
2658
2659 2002-12-20 [paul]       0.8.6claws118
2660
2661         * sync with 0.8.6cvs26
2662                 see ChangeLog 2002-12-19 and 2002-12-20
2663
2664 2002-12-19 [alfons]     0.8.6claws117
2665
2666         * src/textview.c
2667                 fix incorrect parsing of email addresses, submitted by 
2668                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
2669                 name display if it contains @".
2670
2671 2002-12-18 [paul]       0.8.6claws116
2672
2673         * sync with 0.8.6cvs23
2674                 see ChangeLog 2002-12-18
2675
2676 2002-12-18 [paul]       0.8.6claws115
2677
2678         * src/Makefile.am
2679         * src/account.c
2680         * src/codeconv.c
2681         * src/gtkutils.[ch]
2682         * src/imap.c
2683                 sync with 0.8.6cvs22.
2684                 see ChangeLog 2002-12-17 and 2002-12-18
2685
2686 2002-12-17 [christoph]  0.8.6claws114
2687
2688         * src/imap.c
2689                 o don't create a session if imap greeting fails
2690                 o don't close socket when authentication fails
2691                   this is done by imap_session_destroy
2692
2693 2002-12-17 [thorsten]   0.8.6claws113
2694
2695         * tools/Makefile.am
2696           tools/README
2697           tools/google_msgid.pl ** NEW FILE **
2698                 Added "search for message-id" script and doc
2699
2700 2002-12-17 [thorsten]   0.8.6claws112
2701
2702         * po/hu.po
2703                 Updated hungarian translation
2704                 (updated by Gal Zoltan)
2705
2706 2002-12-16 [christoph]  0.8.6claws111
2707
2708         * src/addr_compl.c
2709                 remove stupid addressbook dump to debug output
2710         * src/mh.c
2711                 fix memory leak found by Hiro
2712
2713 2002-12-14 [paul]       0.8.6claws110
2714
2715         * src/compose.c
2716                 fix menubar sensitivity on send
2717                 
2718         * src/prefs_filtering.c
2719         * src/prefs_matcher.c
2720         * src/prefs_scoring.c
2721                 Fix english ;)
2722                 
2723         * src/common/quoted-printable.h
2724                 sync: fix typo
2725         
2726 2002-12-13 [christoph]  0.8.6claws109
2727
2728         * src/Makefile.am
2729         * src/manage_window.[ch]        ** REMOVE **
2730         * src/gtk/Makefile.am
2731         * src/gtk/manage_window.[ch]    ** NEW **
2732                 move manage_window files to gtk directory
2733
2734 2002-12-13 [christoph]  0.8.6claws108
2735
2736         * src/Makefile.am
2737         * src/gtkshruler.[ch]           ** REMOVE **
2738         * src/gtk/Makefile.am
2739         * src/gtk/gtkshruler.[ch]       ** NEW **
2740                 move gtkshruler files to gtk directory
2741
2742 2002-12-13 [christoph]  0.8.6claws107
2743
2744         * src/Makefile.am
2745         * src/compose.c
2746         * src/gtkstext.[ch]             ** REMOVE **
2747         * src/gtkutils.[ch]
2748         * src/textview.c
2749         * src/gtk/gtkstext.[ch]         ** NEW **
2750         * src/gtk/Makefile.am
2751                 o move stext functions to gtkstext.c to remove
2752                   dependency of gtkutils
2753                 o move gtkstext files to gtk directory
2754
2755         * src/gtk/Makefile.am
2756         * src/gtk/sslcertwindow.[ch]
2757                 UI stuff can always depend on common code so
2758                 it's ok to add ../common to include path
2759
2760 2002-12-13 [colin]      0.8.6claws106
2761
2762         * src/summaryview.c
2763                 Disconnect sighandlers for mainwindow when
2764                 quicksearch has the focus
2765                 Fix bug #653231
2766         * src/mainwindow.[ch]
2767                 Make key_pressed callback public, to be able
2768                 to disconnect it
2769
2770 2002-12-13 [christoph]  0.8.6claws105
2771
2772         * src/mh.c
2773                 create .mh_sequences file in new MH folders
2774                 (closes feature request [ 523162 ] MH folders should
2775                  get a .mh_sequences)
2776
2777 2002-12-13 [colin]      0.8.6claws104
2778
2779         * src/summaryview.c
2780                 Better handling of quicksearch show/hide
2781                 (basically the button stays under the mouse 
2782                  when toggled)
2783
2784 2002-12-13 [paul]       0.8.6claws103
2785
2786         * sync with 0.8.6cvs17
2787                 see ChangeLog 2002-12-13
2788
2789 2002-12-13 [paul]       0.8.6claws102
2790
2791         * po/es.po
2792                 updated by Ricardo Mones Lastra
2793
2794 2002-12-11 [colin]       0.8.6claws101
2795
2796         * src/folder.c
2797                 remove statusbar stuff
2798           src/folderview.c
2799                 set statusbar verbosity when moving folders
2800
2801 2002-12-11 [colin]       0.8.6claws100
2802         * src/prefs_filtering.c
2803         * src/prefs_matcher.c
2804         * src/prefs_scoring.c
2805                 Fix english ;)
2806
2807 2002-12-11 [colin]       0.8.6claws99
2808
2809         * src/prefs_common.[ch]
2810                 Add summary_quicksearch_type
2811         * src/summaryview.c
2812                 Save last used quicksearch type
2813
2814 2002-12-11 [jens]       0.8.6claws98
2815         * src/prefs_filtering.c
2816         * src/prefs_matcher.c
2817         * src/prefs_scoring.c
2818                 added dialog for incomplete rules in scoring, filtering and
2819                 matcher to ask wheather really close
2820
2821 2002-12-11 [colin]      0.8.6claws97
2822
2823         * src/folder.c
2824                 Fix folder dnd statusbar logging
2825
2826 2002-12-10 [christoph]  0.8.6claws96
2827
2828         * src/compose.c
2829         * src/folder.c
2830         * src/imap.c
2831         * src/inc.c
2832         * src/main.c
2833         * src/mainwindow.c
2834         * src/news.c
2835         * src/send.c
2836         * src/statusbar.[ch]
2837         * src/common/hooks.c
2838         * src/common/log.[ch]
2839                 o handle verbose logging in statusbar directly in statusbar code
2840                   and common code does not need any knowledge about a statusbar
2841                 o remove direct calls to statusbar_(puts|pop)_all functions
2842
2843 2002-12-10 [jens]       0.8.6claws95
2844
2845         * src/*.c
2846                 removed gettext from g_warnings
2847         * po/POTFILES.in
2848                 cleaned and updated
2849         * po/de.po
2850                 updated
2851
2852 2002-12-10 [colin]      0.8.6claws94
2853
2854         * src/main.c
2855                 finish crash dialog fix
2856
2857 2002-12-10 [colin]      0.8.6claws93
2858
2859         * src/main.c
2860                 "Fix" "sylpheed already running" instead of
2861                 crash dialog appearing after a crash
2862
2863 2002-12-10 [colin]      0.8.6claws92
2864
2865         * po/POTFILES.in
2866                 add src/gtk/sslcertwindow.c
2867
2868 2002-12-10 [paul]       0.8.6claws91
2869
2870         * po/POTFILES.in
2871                 updated to reflect recent changes
2872                 submitted by Alessandro Maestri
2873
2874 2002-12-09 [christoph]  0.8.6claws90
2875
2876         * src/Makefile.am
2877         * src/smtp.[ch]                 ** REMOVE **
2878         * src/common/Makefile.am
2879         * src/common/smtp.[ch]          ** NEW **
2880                 move smtp files to common directory
2881
2882 2002-12-09 [christoph]  0.8.6claws89
2883
2884         * src/Makefile.am
2885         * src/session.[ch]              ** REMOVE **
2886         * src/common/Makefile.am
2887         * src/common/session.[ch]       ** NEW **
2888                 move session files to common directory
2889
2890 2002-12-09 [paul]       0.8.6claws88
2891
2892         * src/account.c
2893                 fix bug [649746] edit accounts: move account reverted
2894                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
2895
2896 2002-12-09 [colin]      0.8.6claws87
2897
2898         * src/ssl_certificate.c
2899                 cleanup
2900
2901 2002-12-09 [colin]      0.8.6claws86
2902
2903         * src/ssl.c
2904                 Try to open the cert.pem database and 
2905                 issue a warning if it isn't there
2906
2907 2002-12-09 [colin]      0.8.6claws85
2908
2909         * src/common/ssl_certificate.c
2910         * src/gtk/sslcertwindow.c
2911                 Warning fixes
2912
2913 2002-12-09 [colin]      0.8.6claws84
2914
2915         * src/ssl_certificate.[ch] ** REMOVED **
2916         * src/common/ssl_certificate.[ch] ** NEW **
2917         * src/Makefile.am
2918         * src/common/Makefile.am
2919                 Moved ssl_certificate.[ch] to common
2920         * src/common/ssl.c 
2921                 Put back needed include
2922         * src/gtk/sslcertwindow.[ch]
2923                 Changed ssl_certificate.h include
2924         
2925 2002-12-09 [colin]      0.8.6claws83
2926
2927         * src/gtk/sslcertwindow.[ch]
2928                 Implement hook for certificate acception
2929         * src/ssl_certificate.[ch]
2930                 Implement hook for certificate acception
2931         * src/common/ssl.c
2932                 Reenable certificate acception check
2933         * src/mainwindow.c
2934                 Register sslcertwindow's hook
2935         
2936 2002-12-08 [christoph]  0.8.6claws82
2937
2938         * src/about.c
2939         * src/addr_compl.c
2940         * src/codeconv.c
2941         * src/manual.c
2942         * src/undo.c
2943         * src/common/utils.c
2944                 o add missing includes
2945                 o fix warnings
2946         * src/.cvsignore
2947         * src/common/.cvsignore
2948         * src/common/version.h          ** REMOVE **
2949                 remove autogenerated file
2950
2951 2002-12-08 [paul]       0.8.6claws81
2952
2953         * src/stringtable.c
2954                 put back needed include
2955
2956 2002-12-08 [colin]      0.8.6claws80
2957         
2958         * src/gtk/sslcertwindow.c
2959                 Cleaner popups when asking
2960         * src/ssl_certificate.c
2961         * src/prefs_common.[ch]
2962                 remove ssl certificate pref
2963                 put back needed include
2964         * src/undo.c
2965                 put back needed include
2966
2967 2002-12-08 [christoph]  0.8.6claws79
2968
2969         * src/folderview.c
2970         * src/logwindow.c
2971         * src/statusbar.c
2972         * src/summaryview.c
2973                 only abort hook invokation if required data is missing not
2974                 if our own data pointer is NULL, update hookfunction for
2975                 log window
2976
2977 2002-12-08 [paul]       0.8.6claws78
2978
2979         * src/about.c
2980         * src/addrcache.c
2981         * src/addrclip.c
2982         * src/addr_compl.c
2983         * src/addrselect.c
2984         * src/codeconv.c
2985         * src/colorlabel.c
2986         * src/enriched.c
2987         * src/esmtp.c
2988         * src/exporthtml.c
2989         * src/headerview.c
2990         * src/imageview.c
2991         * src/manual.c
2992         * src/noticeview.c
2993         * src/pgptext.c
2994         * src/scoring.c
2995         * src/sourcewindow.c
2996         * src/stringtable.c
2997         * src/undo.c
2998                 clean up: remove unneccesary includes
2999
3000 2002-12-08 [christoph]  0.8.6claws77
3001
3002         * src/folderview.c
3003         * src/statusbar.c
3004         * src/summaryview.c
3005         * src/common/hooks.[ch]
3006                 hook functions now have a gboolean return value, if a hook
3007                 returns TRUE it will stop executing of any more hooks in
3008                 the same hooklist for this invokation
3009
3010 2002-12-08 [colin]      0.8.6claws76
3011         
3012         * src/main.c
3013                 put back argv0 for CRASH_DIALOG
3014
3015 2002-12-08 [christoph]  0.8.6claws75
3016
3017         * src/Makefile.am
3018         * src/about.c
3019         * src/account.c
3020         * src/crash.c
3021         * src/esmtp.h
3022         * src/imap.[ch]
3023         * src/inc.c
3024         * src/main.c
3025         * src/mainwindow.c
3026         * src/news.c
3027         * src/pop.[ch]
3028         * src/prefs_account.[ch]
3029         * src/prefs_common.[ch]
3030         * src/send.[ch]
3031         * src/smtp.[ch]
3032         * src/ssl_certificate.[ch]
3033         * src/ssl_manager.[ch]
3034         * src/common/Makefile.am
3035         * src/common/log.c
3036         * src/common/nntp.[ch]
3037         * src/common/socket.[ch]
3038         * src/common/ssl.[ch]
3039         * src/gtk/sslcertwindow.[ch]
3040         * ac/openssl.m4
3041                 use new autoconf script to detect OpenSSL with extra parameters
3042                 to specify the location of libs and includes, also remove USE_SSL
3043                 to USE_OPENSSL
3044
3045         * src/common/sylpheed.[ch]
3046         * src/common/version.h.in
3047                 start seperation of common code initialization seperated from gui
3048
3049         * src/summaryview.c
3050                 The function that is called when a color label changes
3051                 should not change the color lable again
3052
3053 2002-12-08 [colin]      0.8.6claws74
3054
3055         * src/gtk/sslcertwindow.c
3056                 warning fixes
3057
3058 2002-12-08 [colin]      0.8.6claws73
3059
3060         * src/statusbar.c
3061           src/common/log.h
3062                 Register a hook for statusbar_puts_all
3063         * src/common/log.c
3064                 invoke statusbar_puts_all's hook
3065         
3066 2002-12-08 [colin]      0.8.6claws72
3067
3068         * src/ssl_certificate.c
3069                 Put back a badly-removed include
3070
3071 2002-12-08 [colin]      0.8.6claws71
3072
3073         * src/gtk/sslcertwindow.[ch]    ** NEW **
3074                 new certificate presentation
3075         * src/gtk/Makefile.am
3076                 add new files
3077         * src/ssl_certificate.[ch]
3078                 gtk cleanup, made utility functions public
3079         * src/ssl_manager.c
3080                 use new cert presentation
3081
3082 2002-12-07 [christoph]  0.8.6claws70
3083
3084         * src/Makefile.am
3085         * src/nntp.[ch]                 ** REMOVE **
3086         * src/common/Makefile.am
3087         * src/common/nntp.[ch]          ** NEW **
3088                 move nntp files to common directory
3089
3090 2002-12-07 [christoph]  0.8.6claws69
3091
3092         * src/procmsg.[ch]
3093         * src/summaryview.c
3094                 implement msginfo update callback using sylpheed's new
3095                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3096
3097 2002-12-06 [christoph]  0.8.6claws68
3098
3099         * src/editgroup.c
3100                 This patch changes the 'Edit Group Details' dialog to
3101                 allow extended selections in either pane, so that
3102                 addresses can be added or removed from a group more
3103                 quickly and easily. (it actually is a net decrease in
3104                 file size, as some unnecessary functions have been
3105                 removed). 
3106                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3107
3108 2002-12-06 [christoph]  0.8.6claws67
3109
3110         * src/Makefile.am
3111         * src/template.[ch]             ** REMOVE **
3112         * src/common/Makefile.am
3113         * src/common/template.[ch]      ** NEW **
3114                 move template files to common directory
3115
3116         * src/nntp.c
3117                 add missing log.h include
3118
3119 2002-12-06 [melvin]     0.8.6claws66
3120
3121         * src/prefs_actions.c
3122                 Added the trailing ">" syntax to insert command's output
3123                 without replacing old text (in contrast to trailing "|").
3124
3125 2002-12-05 [colin]      0.8.6claws65
3126         
3127         * src/common/utils.c
3128                 Don't modify original search_string or it'll change
3129                 the next iterations in the for()
3130
3131 2002-12-05 [darko]      0.8.6claws64
3132
3133         * src/common/utils.c
3134                 proper check for filtering commands, found by Colin
3135
3136 2002-12-05 [darko]      0.8.6claws63
3137
3138         * src/common/utils.c
3139                 check proper string for NULL pointer, found by Colin
3140
3141 2002-12-05 [darko]      0.8.6claws62
3142
3143         * src/common/utils.[ch]
3144                 expand_search_string(): new function
3145                 converts Mutt-like patterns to Sylpheed's
3146                 filtering engine
3147         * src/summaryview.c
3148                 use expand_search_string() to allow Mutt-like
3149                 patterns in extended search
3150         * README.claws
3151                 document extended option in quick search
3152
3153 2002-12-05 [paul]       0.8.6claws61
3154
3155         * sync with 0.8.6cvs16
3156                 see ChangeLog 2002-12-05
3157                 
3158         * po/POTFILES.in
3159                 clean up
3160
3161 2002-12-04 [christoph]  0.8.6claws60
3162
3163         * src/imap.[ch]
3164                 put imap authentication code into a new function and
3165                 remove it from imap_session_new that will allow to
3166                 send other commands before authentication
3167
3168 2002-12-04 [christoph]  0.8.6claws59
3169
3170         * src/imap.[ch]
3171                 use already existing method to prevent unneeded IMAP
3172                 folder selects. Set imap_select parameters to NULL
3173                 in some functions if the values are not required.
3174
3175         * src/xml.h
3176                 remove no longer required include
3177
3178 2002-12-04 [paul]       0.8.6claws58
3179
3180         * po/es.po
3181                 updated by Ricardo Mones Lastra
3182                 
3183         * configure.in
3184           po/hu.po      ** NEW FILE **
3185                 initial Hungarian translation, submitted
3186                 by Gál Zoltán <galzoli@hu.inter.net>
3187
3188 2002-12-03 [christoph]  0.8.6claws57
3189
3190         * src/Makefile.am
3191         * src/gtksctree.[ch]            ** REMOVE **
3192         * src/gtk/Makefile.am
3193         * src/gtk/gtksctree.[ch]        ** NEW **
3194                 move gtksctree files to gtk directory
3195
3196 2002-12-03 [christoph]  0.8.6claws56
3197
3198         * src/Makefile.am
3199         * src/md5.[ch]                  ** REMOVE **
3200         * srm/common/Makefile.am
3201         * src/common/md5.[ch]           ** NEW **
3202                 move md5 files to common directory
3203
3204         * src/gtkstext.c
3205                 remove not required #include
3206
3207 2002-12-03 [sergey]     0.8.6claws55
3208
3209         * src/gtkutils.c
3210         * src/gtkutils.h
3211                 gtkut_window_popup(): new function.
3212         * src/mainwindow.c
3213                 main_window_popup(): use gtkut_window_popup() to raise
3214                 window without changing its position.
3215                 (see sylpheed-main ML message [sylpheed:17247])
3216
3217 2002-12-03 [sergey]     0.8.6claws54
3218
3219         * src/send.c
3220                 send_message_local(): removed first-dot escaping
3221                 (SMTP-only, not needed for sending through pipe)
3222
3223 2002-12-03 [paul]       0.8.6claws53
3224
3225         * po/POTFILES.in
3226                 update to reflect recent changes (thanks
3227                 to Ricardo Mones Lastra)
3228                 
3229         * tools/filter_conv.pl
3230                  fix problem with quoted strings. Patch submitted
3231                  by Luke Plant <lukeplant@softhome.net>
3232
3233 2002-12-03 [paul]       0.8.6claws52
3234
3235         * sync with 0.8.6cvs15
3236                 see ChangeLog 2002-12-03
3237
3238 2002-12-02 [christoph]  0.8.6claws51
3239
3240         * src/logwindow.[ch]
3241         * src/common/log.[ch]
3242                 implement logging using a hook function
3243
3244         * src/folderview.c
3245         * src/folder.[ch]
3246                 define hooklist name in header file to avoid
3247                 errors caused by wrong spelling of hooklist names
3248
3249         * src/toolbar.c
3250                 fix warnings
3251
3252 2002-12-02 [christoph]  0.8.6claws50
3253
3254         * src/common/Makefile.am
3255                 add src/common/hooks.[ch]
3256
3257         * src/common/hooks.[ch]
3258                 implement a simple hook system using glib's hook functions
3259
3260         * src/folder.[ch]
3261         * src/folderview.c
3262                 use new hook system for folder item updates
3263
3264 2002-12-02 [christoph]  0.8.6claws49
3265
3266         * doc-src/ui_seperation.txt     ** NEW **
3267                 information for ui seperation
3268
3269         * src/Makefile.am
3270                 remove files that were moved to common
3271                 include common directory by default for the header files
3272
3273         * src/inc.c
3274         * src/common/socket.c
3275         * src/automaton.[ch]
3276                 implement automaton using g_io_*-functions instead of
3277                 gdk_input_add to make it ui independent
3278
3279         * src/codeconv.c
3280         * src/compose.c
3281         * src/ldif.c
3282         * src/pgptext.c
3283         * src/procmime.c
3284         * src/rfc2015.c
3285         * src/smtp.c
3286         * src/unmime.c
3287                 remove common/ prefix because directory is now in
3288                 include path
3289
3290         * src/compose.c
3291         * src/folder.c
3292         * src/folderview.c
3293         * src/mainwindow.c
3294         * src/messageview.c
3295         * src/prefs_common.c
3296         * src/procmsg.c
3297         * src/rfc2015.c
3298                 fix warnings
3299
3300         * src/imap.c
3301         * src/inc.c
3302         * src/news.c
3303         * src/pop.c
3304         * src/send.c
3305         * src/smtp.c
3306         * src/ssl_certificate.c
3307                 add log.h header file for logging functions
3308
3309         * src/main.c
3310         * src/common/utils.c
3311         * src/summaryview.c
3312         * src/xml.c
3313                 o move debug_mode to common/utils.c
3314                 o add functions to set and get debug_mode
3315
3316         * src/defs.h                    ** REMOVE **
3317         * src/intl.h                    ** REMOVE **
3318         * src/socket.[ch]               ** REMOVE **
3319         * src/ssl.[ch]                  ** REMOVE **
3320         * src/utils.[ch]                ** REMOVE **
3321                 replaced by new files in src/common/
3322         
3323         * src/common/Makefile.am
3324                 add new files in src/common/
3325
3326         * src/common/defs.h             ** NEW **
3327         * src/common/intl.h             ** NEW **
3328         * src/common/log.[ch]           ** NEW **
3329         * src/common/socket.[ch]        ** NEW **
3330         * src/common/ssl.[ch]           ** NEW **
3331         * src/common/utils.[ch]         ** NEW **
3332                 replacement for files in src/
3333
3334 2002-12-02 [colin]      0.8.6claws48
3335
3336         * src/folderview.c
3337                 Scroll folderview if necessary during dnd
3338
3339 2002-12-02 [colin]      0.8.6claws47
3340
3341         * src/folder.[ch]
3342                 Add check to verify a move is within a single mailbox
3343         * src/folderview.c
3344                 Add specific error string for this check
3345
3346 2002-12-02 [colin]      0.8.6claws46
3347
3348         * src/folder.c
3349                 Add a test to folder moving, remove a statusbar_print
3350         * src/folderview.c
3351                 Add Move folder... context-menu item
3352                 Factorize folder moving code
3353                 Enable folder DND for mbox
3354
3355 2002-12-01 [christoph]  0.8.6claws45
3356
3357         * ac/aspell.m4
3358                 remove conf.aspelltest if the version check fails
3359
3360 2002-11-30 [christoph]  0.8.6claws44
3361
3362         * autogen.sh
3363                 run libtoolize --force in autogen to create missing
3364                 libtool scripts
3365
3366 2002-11-30 [christoph]  0.8.6claws43
3367
3368         * src/Makefile.am
3369         * src/pgptext.c
3370         * src/procmime.c
3371         * src/rfc2015.c
3372         * src/uuencode.[ch]             ** REMOVED **
3373         * src/common/Makefile.am
3374         * src/common/uuencode.[ch]      ** NEW **
3375                 move uuen/decoder to common directory
3376
3377 2002-11-30 [christoph]  0.8.6claws42
3378
3379         * src/Makefile.am
3380         * src/base64.[ch]               ** REMOVED **
3381         * src/codeconv.c
3382         * src/compose.c
3383         * src/ldif.c
3384         * src/pgptext.c
3385         * src/procmime.c
3386         * src/rfc2015.c
3387         * src/smtp.c
3388         * src/unmime.c
3389         * src/common/Makefile.am
3390         * src/common/base64.[ch]        ** NEW **
3391                 move base64 en/decoder to common directory
3392
3393 2002-11-30 [christoph]  0.8.6claws41
3394
3395         * src/common                    ** NEW **
3396                 new directory for UI independent code
3397         * src/gtk                       ** NEW **
3398                 new directory for GTK frontend
3399         * src/common/.cvsignore         ** NEW **
3400         * src/gtk/.cvsignore            ** NEW **
3401                 ignore build files
3402         * src/common/Makefile.am        ** NEW **
3403         * src/gtk/Makefile.am           ** NEW **
3404                 automake files to build new seperated stuff
3405         * src/Makefile.am
3406                 the binary will currently still be build with the
3407                 files in src, so we include the code from the
3408                 subdirs for now after building the libs there
3409
3410 2002-11-30 [paul]       0.8.6claws40
3411
3412         * src/compose.c
3413                 fix bug [642731] 'Wrong selected account with drafted mail'
3414
3415 2002-11-29 [oliver]     0.8.6claws39
3416         
3417         * src/messageview.c
3418                 o update summaryview when switching between different
3419                   messageviews          
3420         * src/toolbar.c  
3421                 o check if messageview holds already removed msg
3422                   from summaryview
3423                 
3424
3425 2002-11-29 [oliver]     0.8.6claws38
3426
3427         * src/toolbar.c 
3428                 remove not needed variables and includes
3429                 make messageview stay opened and move to next when msgs are deleted 
3430
3431 2002-11-29 [oliver]     0.8.6claws37
3432         
3433         * src/toolbar.c 
3434                 disable compose button (messageview toolbar) by default
3435                 deleted msgs are moved to trash
3436         
3437 2002-11-29 [melvin]     0.8.6claws36
3438
3439         * configure.in
3440                 Increased minimal gpgme version to 0.3.10 (Zombies out)
3441                 and to detect signatures expirations (gpgme 0.3.6)
3442
3443         * src/main.c
3444                 Use non obsolescent function for Gpgme engine checking.
3445
3446         * src/rfc2015.c
3447                 Inform about expired signatures or signatures which key
3448                 has expired. Expiration date is displayed.
3449
3450         * src/sigstatus.c
3451                 Inform about expired signatures or signatures which key
3452                 has expired.
3453
3454 2002-11-28 [paul]       0.8.6claws35
3455
3456         * src/folderview.c
3457                 re-instate 'Check for new messages' in Newsgroup
3458                 folders right-click menu, after a suggestion from
3459                 Tim Mann <timmann@users.sourceforge.net>
3460
3461         * src/main.c
3462                 after a crash check only local folders for new
3463                 messages
3464
3465 2002-11-28 [paul]       0.8.6claws34
3466
3467         * configure.in
3468                 apply patch that fixes the checking of GTK with XIM 
3469                 support on different OSs, such as FreeBSD. Patch 
3470                 submitted by Topia <topia@users.sourceforge.net>
3471                 
3472 2002-11-28 [paul]       0.8.6claws33
3473
3474         * src/mainwindow.c
3475           src/prefs_common.c
3476           src/prefs_toolbar.c
3477                 more changes to the English
3478
3479 2002-11-28 [paul]       0.8.6claws32
3480
3481         * sync with 0.8.6cvs13
3482                 see ChangeLog 2002-11-28 (no sync needed
3483                 for src/compose.c)
3484
3485 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
3486         
3487         * src/mainwindow.[ch]
3488                 add patch by Ivan F. Martinez introducing messageview Toolbar
3489                 some changes and committed by oliver    
3490
3491 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
3492
3493         * src/messageview.[ch]
3494                 add patch by Ivan F. Martinez introducing messageview Toolbar
3495                 some changes and committed by oliver    
3496
3497 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
3498
3499         * src/compose.[ch]
3500                 add patch by Ivan F. Martinez introducing messageview Toolbar
3501                 some changes and committed by oliver    
3502
3503 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
3504         
3505         * src/toolbar.[ch]
3506                 add patch by Ivan F. Martinez introducing messageview Toolbar
3507                 some changes and committed by oliver
3508
3509 2002-11-28 [oliver]     0.8.6claws27
3510         
3511         * src/prefs_toolbar.[ch]
3512                 getting ready for messageview toolbar
3513                 free mem allocated by gettext
3514                 change prefs_toolbar to prefs_toolbar_open
3515  
3516 2002-11-28 [thorsten]   0.8.6claws26
3517
3518         * src/imageview.[ch]
3519                 cleaned up conflicting declarations of
3520                 imageview_show_image()
3521
3522 2002-11-28 [paul]       0.8.6claws25
3523
3524         * src/grouplistdialog.c
3525           src/prefs_common.c
3526           src/prefs_summary_column.c
3527                 a few more improvements to the English
3528
3529 2002-11-28 [colin]      0.8.6claws24
3530
3531         * man/sylpheed.1
3532                 A few updates to command-line parameters
3533
3534 2002-11-28 [colin]      0.8.6claws23
3535
3536         * src/prefs_filtering.c
3537                 Fix problems with prefs_filtering_delete_path:
3538                 a) if the first rule is removed, original pointers
3539                    weren't updated (leading to segfaults)
3540                 b) it was always global_processing updated in case
3541                    of removed path was parent of rule path
3542
3543 2002-11-27 [paul]       0.8.6claws22
3544
3545         * src/mainwindow.c
3546           src/prefs_account.c
3547           src/prefs_actions.c
3548           src/prefs_common.c
3549           src/prefs_customheader.c
3550           src/prefs_display_header.c
3551           src/prefs_filtering.c
3552           src/prefs_folder_item.c
3553           src/prefs_matcher.c
3554           src/prefs_scoring.c
3555           src/prefs_summary_column.c
3556           src/prefs_template.c
3557           src/prefs_toolbar.c
3558                  improve the English in the GUI
3559
3560 2002-11-27 [colin]      0.8.6claws21
3561
3562         * src/folder.c
3563                 Fix processing renaming problems happening after
3564                 last commit
3565
3566 2002-11-27 [colin]      0.8.6claws20
3567
3568         * src/folder.c
3569                 recursive move now deletes src each subfolder after 
3570                 having moved it
3571         * src/folderview.c
3572                 Use identifier instead of path during dnd (enables
3573                 IMAP folder dnd)
3574
3575 2002-11-27 [paul]       0.8.6claws19
3576
3577         * src/main.c
3578                 apply patch that does command-line processing 
3579                 BEFORE gtk_init, allowing claws to run from 
3580                 shell-scripts in non-X environment (e.g. crontab 
3581                 or ip-up, ip-down scripts). Patch submitted by
3582                 Ruslan N. Balkin <baron@dartel.ru>
3583                 
3584         * po/it.po
3585                 updated by Alessandro Maestri
3586
3587 2002-11-27 [paul]       0.8.6claws18
3588
3589         * sync with 0.8.6cvs12
3590           src/prefs_common.c
3591                 Differences are that main uses a 'Receive dialog'
3592                 frame on the Interface tab, whereas claws groups all 
3593                 the dialogs together in a 'Dialogs' frame.
3594
3595 2002-11-27 [colin]      0.8.6claws17
3596
3597         * src/prefs_matcher.c
3598                 Fix Execute criteria's NOT flag
3599
3600
3601 2002-11-26 [christoph]  0.8.6claws16
3602
3603         * src/ssl.c
3604                 rewrite the ssl code a little bit, only use one
3605                 SSL context, set default certificates' file/path
3606
3607 2002-11-26 [thorsten]   0.8.6claws15
3608
3609         * src/compose.c
3610                 default-reply-to didn't work for ml-reply
3611
3612 2002-11-26 [melvin]     0.8.6claws14
3613
3614         * src/prefs_actions.c
3615                 Made pipe-actions ignore short headers in message view
3616                 Made trailing-pipe-actions write in the message view with
3617                 the same font as the original message
3618
3619 2002-11-26 [paul]       0.8.6claws13
3620
3621         * src/compose.c
3622                 this time commit the correct file
3623
3624 2002-11-26 [paul]       0.8.6claws12
3625
3626         * sync with 0.8.6cvs11
3627           src/quote_fmt_parse.y  
3628                 no sync needed
3629           src/account.[ch]       
3630                 not sync'ed
3631           src/compose.c
3632                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
3633                 on draft mode.
3634                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
3635                 header
3636                 
3637         see ChangeLog 2002-11-25 and 2002-11-26
3638
3639 2002-11-26 [colin]      0.8.6claws11
3640
3641         * src/folderview.c
3642                 Fix collapsed folder not auto-expanding during
3643                 mail dnd, if it was the source folder.
3644
3645 2002-11-25 [colin]      0.8.6claws10
3646
3647         * src/folderview.[ch]
3648                 Variable renaming and cleaning (slist of nodes 
3649                 to be re-collapsed is stored in FolderView)
3650
3651 2002-11-25 [paul]       0.8.6claws9
3652
3653         * src/prefs_common.[ch]
3654                 fix breakage caused by last commit
3655
3656 2002-11-25 [paul]       0.8.6claws8
3657
3658         * sync with 0.8.6cvs4
3659                 see ChangeLog 2002-11-21
3660
3661 2002-11-25 [paul]       0.8.6claws7
3662
3663         * sync with 0.8.6cvs4
3664                 see ChangeLog 2002-11-20
3665
3666 2002-11-25 [paul]       0.8.6claws6
3667
3668         * sync with 0.8.6cvs3
3669                 see ChangeLog 2002-11-18
3670
3671 2002-11-25 [colin]      0.8.6claws5
3672
3673         * src/gtkutils.[ch]
3674                 Add gtkut_ctree_node_is_parent()
3675         * src/folderview.c
3676                 Spring-loaded folders
3677
3678 2002-11-25 [colin]      0.8.6claws4
3679
3680         * src/utils.[ch]
3681                 Add slist_concat_unique(), function to merge
3682                 two GSList filtering dups
3683         * src/folder.[ch]
3684         * src/summaryview.[ch]
3685         * src/folderview.c
3686         * src/main.c
3687                 Add detection/update/display of unread answers
3688                 to marked mails
3689         * src/procmsg.[ch]
3690                 Add procmsg_find_children()
3691                 Add procmsg_msg_has_marked_parent()
3692
3693 2002-11-25 [colin]      0.8.6claws3
3694
3695         * src/ssl_certificate.[ch]
3696                 Allow checking a certificate without a DNS
3697                 lookup
3698                 Allow to forget a cert (by deleting it)
3699                 Make ssl_certificate_destroy_public
3700         * src/ssl_manager.[ch] ** NEW FILES **
3701                 Gui to manage (display/remove) certificates
3702         * src/prefs_common.[ch]
3703                 Add a pref to allow silent acceptation of
3704                 trusted certificates or not (based on the
3705                 "I want to know what's going on" principle)
3706         * src/mainwindow.c
3707                 Add SSL manager in Tools menu
3708         * src/Makefile.am
3709                 Add the new files to the build
3710         * po/POTFILES.in
3711                 Add ssl_manager.c to translations
3712
3713 2002-11-25 [colin]      0.8.6claws2
3714
3715         * src/summaryview.[ch]
3716                 Add S_SEARCH_EXTENDED to the quick search, which 
3717                 allows to search using filtering syntax.
3718
3719 2002-11-25 [colin]      0.8.6claws1
3720
3721         * src/summaryview.c
3722                 Deletion of duplicates now prefer deleting
3723                 the unread dup (fixes feature-request 638989).
3724
3725 2002-11-24 [paul]       0.8.6claws
3726
3727         * po/es.po
3728           po/pl.po
3729           po/ru.po
3730           po/sr.po
3731                 updated by Ricardo Mones Lastra,
3732                 Witold Wladyslaw Wojciech Wilk,
3733                 Ruslan N. Balkin, and  Urke MMI 
3734                 respectively
3735
3736 2002-11-24 [paul]       0.8.5claws182
3737
3738         * po/bg.po
3739                 updated by George Danchev
3740
3741 2002-11-23 [alfons]     0.8.5claws181
3742
3743         * src/imap.c
3744                 tiny memory leak found by browsing Dimitar's 
3745                 valgrind report
3746
3747 2002-11-23 [paul]       0.8.5claws180
3748
3749         * po/it.po
3750                 updated by Alessandro Maestri
3751
3752 2002-11-22 [christoph]  0.8.5claws179
3753
3754         * src/compose.c
3755         * src/inc.c
3756         * src/prefs_filtering.c
3757         * src/summaryview.c
3758                 more warning fixes
3759
3760 2002-11-22 [alfons]     0.8.5claws178
3761
3762         * src/summaryview.c
3763                 summary_execute_delete_func(): if message is deleted, make 
3764                 sure to also remove its entry in the subject hash table. 
3765                 fixes a corner case bug.
3766
3767 2002-11-22 [paul]       0.8.5claws177
3768
3769         * .cvsignore
3770                 add 'autom4te.cache'
3771                 
3772         * ltconfig      ** REMOVED **
3773                 not needed
3774
3775 2002-11-22 [paul]       0.8.5claws176
3776
3777         * src/textview.c
3778                 textview_set_font(): fix for message display in
3779                 UTF-8 locales (thanks to Sergey Vlasov).
3780                 
3781         * AUTHORS
3782                 add new team members and contributors
3783
3784
3785 2002-11-21 [colin]      0.8.5claws175
3786
3787         * src/procmsg.[ch]
3788                 Add procmsg_remove_special_headers()
3789         * src/mh.c
3790                 Use procmsg_remove_special_headers() for 
3791                 previous fix
3792
3793 2002-11-21 [colin]      0.8.5claws174
3794
3795         * src/mh.c
3796                 Fix moving/copying from queue/draft folders
3797                 for MH folders
3798
3799 2002-11-21 [christoph]  0.8.5claws173
3800
3801         * src/crash.c
3802         * src/filtering.c
3803         * src/logwindow.c
3804         * src/main.c
3805         * src/matcher_parser_lex.[hl]
3806         * src/mbox.c
3807         * src/mbox_folder.[ch]
3808         * src/prefs_filtering.c
3809         * src/procheader.c
3810         * src/quote_fmt_lex.l
3811         * src/ssl.c
3812                 fix all warnings except the warnings in lex and yacc files
3813
3814 2002-11-20 [christoph]  0.8.5claws172
3815
3816         * src/imap.c
3817                 fix MsgInfo retrieval for IMAP draft and queue folders
3818                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
3819
3820 2002-11-19 [christoph]  0.8.5claws171
3821
3822         * src/compose.c
3823                 fix segfault, when draft saving does not get
3824                 the MsgInfo of the new message
3825                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
3826
3827 2002-11-19 [christoph]  0.8.5claws170
3828
3829         * src/procmsg.c
3830                 add parameter check for flag setting function
3831                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
3832
3833 2002-11-18 [paul]       0.8.5claws169
3834
3835         * src/compose.c
3836                 more sensitivity fixes to redirect mode:
3837                 * disable toolbar draft button
3838                 * allow only Address book in the Tools menu
3839                 * disable editing of message by the spell
3840                   checker
3841
3842 2002-11-18 [paul]       0.8.5claws168
3843
3844         * src/compose.c
3845                 fix sensitivity of menu items in compose_redirect():
3846                 allow only the necessary items 
3847
3848 2002-11-18 [paul]       0.8.5claws167
3849
3850         * src/compose.c
3851                 fix bug [ 603259 ] 'attachment got lost on bounce'
3852
3853 2002-11-18 [paul]       0.8.5claws166
3854
3855         * po/ru.po
3856                 updated by Ruslan N. Balkin <baron@dartel.ru>
3857
3858 2002-11-18 [colin]      0.8.5claws165
3859
3860         * src/main.c
3861           src/defs.h
3862                 Remove old filtering stuff
3863
3864
3865 2002-11-17 [oliver]     0.8.5claws164
3866
3867         * src/toolbar.h
3868                 remove not needed typedef 
3869
3870 2002-11-17 [oliver]     0.8.5claws163
3871
3872         * src/toolbar.c
3873                 make toolbar's on click events translatable
3874
3875 2002-11-15 [colin]      0.8.5claws162
3876
3877         * src/summaryview.c
3878                 Revert too-soon integration of a feature
3879
3880 2002-11-15 [christoph]  0.8.5claws161
3881
3882         * src/imap.c
3883                 use main's implementation of imap_get_msginfo
3884
3885 2002-11-15 [christoph]  0.8.5claws160
3886
3887         * src/compose.c
3888         * src/folder.[ch]
3889         * src/imap.c
3890         * src/mbox_folder.c
3891         * src/mh.c
3892         * src/news.c
3893         * src/procmsg.c
3894         * src/summaryview.c
3895                 replace claws' fetch_msginfo with main's get_msginfo
3896                 (use main's implementation where possible)
3897
3898 2002-11-15 [colin]      0.8.5claws159
3899
3900         * src/ssl_certificate.c
3901                 Missed a check
3902
3903 2002-11-16 [melvin]     0.8.5claws158
3904
3905         * po/fr.po
3906                 Updated French translations.
3907
3908 2002-11-16 [colin]      0.8.5claws157
3909
3910         * src/ssl_certificate.c
3911                 Check for missing parts in the certificates
3912
3913 2002-11-15 [colin]      0.8.5claws156
3914
3915         * src/folderview.c
3916                 Preventive fix (missing check) found by
3917                 Alfons
3918
3919 2002-11-15 [paul]
3920
3921         * NEWS
3922                 sync with 0.8.6 release
3923
3924 2002-11-15 [colin]      0.8.5claws155
3925
3926         * src/folder.[ch]
3927           src/folderview.c
3928                 Fix error handling of folder_item_move_to()
3929                 (thanks to Alfons!)
3930
3931 2002-11-15 [colin]      0.8.5claws154
3932
3933         * src/folder.[ch]
3934           src/folderview.c
3935                 folder_item_move_to() sets an error message instead
3936                 of having GUI stuff in folder.c
3937
3938 2002-11-15 [colin]      0.8.5claws153
3939
3940         * src/procmsg.[ch]
3941                 Implemented a callback for MsgInfo updates, 
3942                 heavily copy/pasted from Christoph's folder 
3943                 callback system
3944         * src/summaryview.[ch]
3945                 Register summary_update_msg as callback
3946
3947 2002-11-14 [colin]      0.8.5claws152
3948         
3949         * src/procmsg.c
3950                 Update the FolderItem after sending (fixes 617593)
3951
3952 2002-11-14 [christoph]  0.8.5claws151
3953
3954         * src/folder.c
3955                 fix wrong position of NULL pointer check found
3956                 by Sergey
3957
3958 2002-11-14 [christoph]  0.8.5claws150
3959
3960         * src/folder.c
3961                 fix segfault when deleting messages from IMAP folders
3962                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
3963
3964 2002-11-14 [colin]      0.8.5claws149
3965
3966         * src/compose.c
3967                 Forwarding was also ignoring the folder's default account.
3968
3969 2002-11-14 [colin]      0.8.5claws148
3970
3971         * src/compose.c
3972                 Fix sent folder not set to folder properties when 
3973                 forwarding.
3974
3975 2002-11-14 [thorsten]   0.8.5claws147
3976
3977         * src/inc.c
3978                 inc_start(): Files were not moved from .processing to inbox,
3979                 if no global processing rule existed
3980
3981 2002-11-14 [colin]      0.8.5claws146
3982
3983         * src/ssl_certificate
3984                 Fix file operations
3985
3986 2002-11-14 [paul]       0.8.5claws145
3987
3988         * po/it.po
3989                 updated by Alessandro Maestri
3990
3991 2002-11-13 [alfons]     0.8.5claws144
3992
3993         * src/folder.c
3994                 folder_item_close(): only mark messages unread
3995                 when a folder has new messages 
3996
3997 2002-11-13 [keith]      0.8.5claws143
3998
3999         * src/imap.c
4000                 Fix problem moving or copying between
4001                 IMAP folders
4002
4003 2002-11-13 [colin]      0.8.5claws142
4004
4005         * src/matcher_parser_parse.y
4006                 Fix rule problem when " don't match
4007
4008 2002-11-13 [christoph]  0.8.5claws141
4009
4010         * src/folder.c
4011         * src/folderview.c
4012                 moved cache saving to folder_item_close
4013                 the folderview should not have to deal with
4014                 this things
4015
4016 2002-11-13 [christoph]  0.8.5claws140
4017
4018         * src/summaryview.c
4019                 moved setting of important score to
4020                 summary_set_prefs_from_folderitem
4021
4022 2002-11-13 [colin]      0.8.5claws139
4023
4024         * src/matcher_parser_parse.y
4025                 Fix a segfault in the parser (happening when
4026                 a good expression had been tested and a bad 
4027                 one arrives)
4028
4029 2002-11-13 [paul]       0.8.5claws138
4030
4031         * sync with 0.8.5cvs24
4032                 see ChangeLog 2002-11-13
4033                 
4034         * po/pt_BR.po
4035                 updated by Fabio Jr. Beneditto
4036
4037 2002-11-13 [colin]      0.8.5claws137
4038         
4039         * src/msgcache.c
4040           src/defs.h
4041           src/procmsg.[ch]
4042                 Revert last commit, problem
4043
4044 2002-11-13 [colin]      0.8.5claws136
4045
4046         * src/msgcache.c
4047                 Remove duplicated code
4048         * src/defs.h
4049                 Bumped CACHE_VERSION and MARK_VERSION
4050         * src/procmsg.[ch]
4051                 Network endian for cache and mark files
4052
4053 2002-11-12 [colin]      0.8.5claws135
4054
4055         * src/inc.c
4056                 Fix the "socket error" dialog which disappeared
4057
4058 2002-11-12 [colin]      0.8.5claws134
4059
4060         * src/msgcache.c
4061                 Reverse last commit which had performance 
4062                 problems, but still reverse the list
4063
4064 2002-11-12 [colin]      0.8.5claws133
4065
4066         * src/msgcache.c
4067                 Reverse list order
4068
4069 2002-11-12 [melvin]     0.8.5claws132
4070
4071         * src/compose.c
4072                 Added a check for a NULL prefs_common.dictionary
4073
4074 2002-11-12 [colin]      0.8.5claws131
4075
4076         * src/ssl_certificate.[ch]
4077                 Use FQDN hostname
4078
4079 2002-11-12 [colin]      0.8.5claws130
4080
4081         * src/ssl_certificate.[ch]
4082                 Take connection port into account for 
4083                 checking certificates (a single hostname
4084                 could have multiple servers with multiple
4085                 certificates)
4086         * src/ssl.c
4087                 Pass the port to ssl_certificate_check
4088
4089 2002-11-12 [paul]       0.8.5claws129
4090
4091         * src/folder.c
4092                 fix a typo in last commit
4093
4094 2002-11-12 [paul]       0.8.5claws128
4095
4096         * sync with 0.8.5cvs23
4097                 see ChangeLog entry 2002-11-12
4098
4099 2002-11-11 [colin]      0.8.5claws127
4100
4101         * src/ssl_certificate.c
4102                 Cleaner messages
4103                 Don't popup, instead log error, if the 
4104                 corresponding pref is checked
4105         * src/ssl_certificate.h
4106                 include <openssl/objects/h>
4107
4108 2002-11-11 [colin]      0.8.5claws126
4109
4110         * src/ssl_certificate.h
4111                 _Really_ clean it
4112
4113 2002-11-11 [colin]      0.8.5claws125
4114         
4115         * src/ssl_certificate.c
4116                 Fixed leak
4117
4118 2002-11-11 [colin]      0.8.5claws124
4119
4120         * src/ssl.c
4121                 Cleaned a bit
4122         * src/ssl_certificate.[ch]
4123                 Cleaned a bit (better use of SSL API)
4124                 (This will cause non-recognition of saved 
4125                  certificates of claws12[23]...)
4126
4127 2002-11-11 [paul]       0.8.5claws123
4128         
4129         * po/es.po
4130                 updated by Ricardo Mones Lastra
4131
4132 2002-11-11 [colin]      0.8.5claws122
4133
4134         * src/ssl.c
4135                 Fix a typo
4136
4137 2002-11-11 [colin]      0.8.5claws121
4138
4139         * src/ssl_certificate.[ch] ** NEW FILES **
4140         * src/ssl.[ch]
4141                 Check SSL certificates presented to us
4142         * src/Makefile.am
4143                 Add ssl_certificate.[ch]
4144         * po/POTFILES.in
4145                 Add ssl_certificate.c
4146
4147 2002-11-11 [paul]       0.8.5claws120
4148
4149         * sync with 0.8.5cvs22
4150                 see ChangeLog 2002-11-11
4151
4152 2002-11-11 [paul]       0.8.5claws119
4153
4154         * sync with 0.8.5cvs21
4155                 see ChangeLog 2002-11-11
4156
4157 2002-11-10 [jens]       0.8.5claws118
4158
4159         * src/folder.c
4160         * src/folderview.c
4161                 corrected some typing
4162         * po/de.po
4163                 updated german translation
4164         * sylpheed.spec.in
4165                 cleaned up specfile and adjusted it for claws
4166
4167 2002-11-10 [colin]      0.8.5claws117
4168
4169         * src/summaryview.c
4170                 a STATUSBAR_PUSH/POP fix
4171
4172 2002-11-10 [colin]      0.8.5claws116
4173
4174         * src/prefs_folder_item.c
4175                 Fix hanging after opening folder properties
4176
4177 2002-11-10 [hoa]        0.8.5claws115
4178
4179         * src/matcher_parser_lex.l
4180         * src/matcher_parser_parse.y
4181                 config file for scoring and filtering is no more trashed
4182                 when there is a syntax error in a filtering rule when
4183                 editing it in a dialog.
4184
4185 2002-11-09 [colin]      0.8.5claws114
4186
4187         * src/mbox_folder.c
4188                 Added missing initialisation of folder->destroy()
4189
4190 2002-11-09 [colin]      0.8.5claws113
4191
4192         * src/folder.c
4193           src/folderview.c
4194                 Fix the status bar messages
4195
4196 2002-11-09 [colin]      0.8.5claws112
4197
4198         * src/folderview.c
4199                 Fix hangs after folder dnd, happening after 
4200                 claws109.
4201
4202 2002-11-09 [christoph]  0.8.5claws111
4203
4204         * src/folderview.c
4205                 just changed order of calls (reverse order of
4206                 associated calls)
4207         * src/inc.c
4208                 lock inc when checking only one account, otherwise
4209                 inc all could be executed at the same time
4210
4211 2002-11-09 [christoph]  0.8.5claws110
4212
4213         * src/folderview.c
4214                 better unlock the mouse cursor before calling
4215                 summary_show because it changes the cursor too
4216
4217 2002-11-09 [christoph]  0.8.5claws109
4218
4219         * src/folder.[ch]
4220         * src/folderview.c
4221                 add functions to open and close a folder
4222                 o opending will execute scanning for remote folders
4223                   and processing
4224                 o closing will unset new flag for messages
4225
4226 2002-11-09 [colin]      0.8.5claws108
4227
4228         * src/folder.c
4229                 Add a call to prefs_matcher_write_config to 
4230                 avoid non-leaf folders filtering settings to be
4231                 lost
4232
4233 2002-11-09 [paul]       0.8.5claws107
4234
4235         * src/prefs_account.c
4236                 re-word a label
4237
4238 2002-11-09 [colin]      0.8.5claws106
4239
4240         * src/folderview.c
4241                 Minor esthetic fix
4242
4243 2002-11-09 [colin]      0.8.5claws105
4244
4245         * src/folderview.c
4246                 Fix prefs_filtering deletion for MH folders (same
4247                 reason as below)
4248         * src/prefs_filtering.c
4249                 Fix prefs_filtering renaming and deletion for 
4250                 folder-based processing rules.  
4251
4252 2002-11-09 [christoph]  0.8.5claws104
4253
4254         * src/compose.c
4255         * src/folder.[ch]
4256         * src/folderview.[ch]
4257         * src/import.c
4258         * src/inc.c
4259         * src/main.c
4260         * src/mainwindow.c
4261         * src/messageview.c
4262         * src/prefs_folder_item.c
4263         * src/procmsg.c
4264         * src/summaryview.c
4265                 implement a callback system for folder item updates
4266
4267 2002-11-09 [colin]      0.8.5claws103
4268
4269         * src/folderview.c
4270                 Fix prefs_filtering renaming for MH folders (we
4271                 shouldn't rename by path as another folder could
4272                 have the same hierarchy).
4273
4274 2002-11-09 [colin]      0.8.5claws102
4275
4276         * src/folder.c
4277                 Fix a leak found by Christoph, use better variable
4278                 names
4279
4280 2002-11-09 [colin]      0.8.5claws101
4281
4282         * src/folder.c
4283                 One more fix for processing rules
4284
4285 2002-11-08 [colin]      0.8.5claws100
4286         
4287         * src/matcher.c
4288                 Don't copy the compiled regexp (will be reevaluated)
4289         * src/folderview.c
4290                 Lock folderview while moving
4291         * src/folder.c
4292                 Provide info on what's happening to the user
4293
4294 2002-11-08 [colin]      0.8.5claws99
4295
4296         * src/folderview.c
4297                 Fix folder reordering after a move if parent is 
4298                 root
4299         * src/scoring.[ch]
4300                 Add function to copy a ScoringProp
4301         * src/prefs_folder_item.c
4302                 Copy scoring rules when copying a folder prefs
4303
4304 2002-11-08 [colin]      0.8.5claws98
4305
4306         * src/folderview.c
4307                 Fixes in case of failure
4308         * src/filtering.[ch]    
4309                 Add function to duplicate a FilteringProp
4310         * src/matcher.[ch]
4311                 Add function to duplicate a MatcherProp
4312         * src/prefs_folder_item.c
4313                 Save folder's processing rules when copying 
4314                 its prefs
4315
4316 2002-11-08 [colin]      0.8.5claws97
4317         
4318         * src/folderview.c
4319                 Sort after move
4320         * src/folder.c 
4321                 Change a printf to debug_print
4322
4323 2002-11-08 [colin]      0.8.5claws96
4324
4325         * src/folder.c
4326           src/folderview.c
4327                 Fix segfaults, call me stupido
4328         
4329
4330 2002-11-08 [colin]      0.8.5claws95
4331
4332         *src/folder.c
4333                 Added forgotten prefs to save when moving folders
4334
4335 2002-11-08 [colin]      0.8.5claws94
4336
4337         * src/folder.c
4338                 Fixes to folder DND (prefs copy)
4339         * src/folderview.c
4340                 Optimization for folder DND (don't rescan whole tree)
4341                 Added folderview_create_folder_node() for this 
4342                 optimization, so de-duped a bit the code
4343         * src/prefs_folder_item.[ch]
4344                 Added prefs_folder_item_copy_prefs()    
4345           
4346 2002-11-08 [paul]       0.8.5claws93
4347
4348         * src/prefs_account.c
4349           tools/README
4350           tools/kmail2sylpheed_v2.pl
4351                 correct some typos
4352
4353 2002-11-08 [paul]       0.8.5claws92
4354
4355         * src/compose.c
4356           src/prefs_account.[ch]
4357                 remove account options 'clearsign' and 'ascii_armored',
4358                 replace with 'default_gnupg_mode' to prevent mixed-mode
4359                 Privacy settings
4360
4361 2002-11-08 [paul]       0.8.5claws91
4362
4363         * src/compose.[ch]
4364                 re-implement GnuPG 'on-the-fly' mode selection,
4365                 disallow mixed-mode
4366
4367 2002-11-08 [colin]      0.8.5claws90
4368
4369         * src/folderview.c
4370           src/prefs_folder_item.c
4371                 Change "Property" to "Properties"
4372
4373 2002-11-07 [colin]      0.8.5claws89
4374
4375         * src/folderview.c
4376           src/folder.c
4377                 Allow folder dropping to a root folder
4378
4379 2002-11-07 [paul]       0.8.5claws88
4380
4381         * src/compose.c
4382                 revert last commit
4383
4384 2002-11-07 [paul]       0.8.5claws87
4385
4386         * src/compose.c
4387                 fix reply-to-list bug. closes bug report
4388                 "[633382] reply-to-list broken in recent cvs"
4389
4390 2002-11-07 [paul]       0.8.5claws86
4391
4392         * src/compose.c
4393                 add a forgotten '#if USE_GPGME ... #endif'
4394
4395 2002-11-07 [paul]       0.8.5claws85
4396
4397         * sync with 0.8.5cvs20
4398                 see ChangeLog 2002-11-07
4399
4400 2002-11-07 [colin]      0.8.5claws84
4401
4402         * src/folder.[ch]
4403                 Change folder_item_move_to to return the newly 
4404                 created folderitem.
4405         * src/folderview.c
4406                 Select the new folderitem after moving.
4407
4408 2002-11-07 [colin]      0.8.5claws83
4409
4410         * src/prefs_filtering.c
4411                 Fix rule rewriting when moving a leaf folder to a 
4412                 shorter path
4413
4414 2002-11-07 [colin]      0.8.5claws82
4415
4416         * src/prefs_filtering.c
4417                 fix a leak
4418
4419 2002-11-07 [colin]      0.8.5claws81
4420
4421         * src/folder.[ch]
4422                 Add folder_item_move_to() function to move a 
4423                 folderitem into another one (updates matcher etc)
4424         * src/folderview.c
4425                 Add folder drag'n drop (context menu to come)
4426                 [Should be dataloss free, but Please backup before 
4427                  trying !]
4428
4429 2002-11-06 [colin]      0.8.5claws80
4430
4431         * src/mh.c
4432                 mh_create_folder() returns NULL if can't create
4433                 directory hierarchy
4434
4435 2002-11-06 [paul]       0.8.5claws79
4436
4437         * src/compose.[ch]
4438                 allow 'on-the-fly' changing of the type of encryption 
4439                 and/or signing used (mime/ascii) via the compose window
4440
4441 2002-11-06 [paul]       0.8.5claws78
4442
4443         * sync with 0.8.5cvs19
4444                 see ChangeLog 2002-11-06 for src/account.c: 
4445                 account_get_special_folder()
4446                 
4447 2002-11-05 [alfons]     0.8.5claws77
4448
4449         * src/crash.c
4450                 very minor cleanups: nothing to see here, move on. :-)
4451
4452 2002-11-05 [colin]      0.8.5claws76
4453
4454         * src/main.c
4455                 Changes choices if compose windows are opened to
4456                 Discard, Draft, Don't quit
4457
4458 2002-11-05 [thorsten]   0.8.5claws75
4459
4460         * src/compose.c
4461                 reenabled default_reply_to folder option
4462
4463 2002-11-05 [colin]      0.8.5claws74
4464
4465         * src/compose.[ch] 
4466                 add compose_draft()
4467         * src/crash.c
4468                 add SIGTERM handler
4469         * src/main.[ch]
4470                 add clean_quit() for the SIGTERM handler
4471
4472 2002-11-05 [paul]       0.8.5claws73
4473         
4474         * po/es.po
4475                 updated by Ricardo Mones Lastra
4476
4477 2002-11-05 [melvin]     0.8.5claws72
4478
4479         * src/logwindow.c
4480                 Fixed log-clipping bug #616795.
4481                 To stop logging in the log window use 0 length.
4482         * src/prefs_common.c
4483                 Added a label to inform about the 0 log length behaviour.
4484
4485 2002-11-05 [paul]       0.8.5claws71
4486
4487         * sync with 0.8.5cvs17
4488                 see ChangeLog 2002-11-05
4489
4490 2002-11-04 [paul]       0.8.5claws70
4491
4492         * sylpheed-128x128.png
4493           sylpheed-64x64.png
4494           sylpheed.png
4495                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
4496                 <nikai@users.sourceforge.net>
4497                 
4498         * po/bg.po
4499                 updated by George Danchev
4500
4501 2002-11-03 [thorsten]   0.8.5claws69
4502
4503         * src/main.c
4504           src/mimeview.c
4505           src/rfc2015.h
4506                 add check if gpg is active
4507
4508 2002-11-03 [thorsten]   0.8.5claws68
4509
4510         * src/toolbar.h
4511                 removed GSList declaration causing trouble on MacOS-X
4512                 (submitted by alfons, reported by xfesty)
4513
4514 2002-11-01 [paul]       0.8.5claws67
4515
4516         * src/mainwindow.c
4517                 remove last remnants of main's filter code
4518
4519 2002-11-01 [paul]       0.8.5claws66
4520
4521         * tools/filter_conv.pl
4522                 fix bug where user-defined headers were ignored
4523
4524 2002-11-01 [paul]       0.8.5claws65
4525
4526         * src/logwindow.c
4527                 make a debug_print() not translatable
4528
4529 2002-10-31 [melvin]     0.8.5claws64
4530
4531         * ac/aspell.m4
4532                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
4533                 not run any GNU/aspell test.  The dictionary path will
4534                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
4535                 was given, in which case, it will be $prefix/lib/aspell/
4536         * configure.in
4537                 Fixed typo in commentary (Aspell code).
4538
4539 2002-10-31 [paul]       0.8.5claws63
4540
4541         * po/POTFILES.in
4542                 remove src/filter.c and src/prefs_filter.c
4543                 thanks to Ricardo for reminding me
4544
4545 2002-10-31 [colin]      0.8.5claws62
4546
4547         * src/mbox_folder.c
4548                 Plug some leaks
4549
4550 2002-10-31 [paul]       0.8.5claws61
4551
4552         * src/prefs_filter.[ch] ** REMOVED **
4553           src/filter.[ch]       ** REMOVED **
4554           
4555         * src/Makefile.am
4556           src/folderview.c
4557           src/inc.c
4558           src/main.c
4559           src/mainwindow.c
4560           src/mbox.c
4561           src/prefs_common.c
4562           src/prefs_filtering.c
4563           src/summaryview.[ch]
4564                 remove main's 'filter' code
4565                 
4566         README.claws
4567                 update to reflect removal of main's filter
4568
4569 2002-10-31 [paul]       0.8.5claws60
4570
4571         * src/summaryview.c
4572                 remove check for global_processing in summary_filter_open(). 
4573                 This fixes the bug where if the user uses the right-click 
4574                 'Create filter rule...' and doesn't have any filter rules 
4575                 already defined in claws' advanced filtering, the newly 
4576                 created filter rule goes to main's filtering which is 
4577                 inaccessible through the gui. Now the filter rule gets added
4578                 to claws' filtering by default.
4579
4580 2002-10-28 [melvin]     0.8.5claws59
4581
4582         * src/prefs_actions.c
4583                 Fixed bug #627322 where MIME parts were not always
4584                 correctly passed to a %p action
4585                 Display an error dialog when message filename is not found.
4586
4587 2002-10-28 [melvin]     0.8.5claws58
4588
4589         * src/prefs_common.c
4590                 Readded a missing function declaration lost in 0.8.3claws34
4591
4592 2002-10-28 [paul]       0.8.5claws57
4593
4594         * sync with 0.8.5cvs15
4595                 see ChangeLog 2002-10-28 and 2002-10-25
4596                 
4597         Note: ChangeLog entry 2002-10-24 is not sync'ed.
4598
4599 2002-10-27 [oliver]     0.8.5claws56
4600
4601         * src/pop.c
4602                 plug leak in pop3_top_recv
4603
4604 2002-10-26 [christoph]  0.8.5claws55
4605
4606         * src/folder.c
4607                 set need_update folder flag when messages are added
4608                 (closes bug [ 626922 ] folder not updated after receiving)
4609
4610 2002-10-25 [melvin]     0.8.5claws54
4611
4612         * src/imageview.c
4613                 Fixed a memleak introduced in the scaling code.
4614
4615 2002-10-24 [alfons]     0.8.5claws53
4616
4617         * src/filtering.c
4618                 make filtering's forward message action forward from the 
4619                 correct account
4620                 (closes bug [628089 ] Filter -> Forward from address problem
4621                 reported by Oktay)
4622
4623 2002-10-24 [christoph]  0.8.5claws52
4624
4625         * src/mainwindow.c
4626         * src/manual.[ch]
4627                 o use manual of current locale or english if current
4628                   locale is not available (and english is available)
4629                 o also link to sylpheed doc project manuals
4630
4631 2002-10-23 [paul]       0.8.5claws51
4632
4633         * tools/README
4634           tools/kmail2sylpheed_v2.pl
4635                 add new version of kmail addressbook importer script.
4636                 works with newer versions of Kmail/KAddressBook which
4637                 have new and rearranged data.
4638
4639 2002-10-23 [martin]     0.8.5claws50
4640
4641         * src/folderview.c
4642         * src/summaryview.c
4643         * src/utils.h
4644         * src/utils.c
4645                 added length parameter to get_abbrev_newsgroup_name()
4646                 changed this function so that it abbreviates the newsgroup
4647                 names only so long it is smaller than the length parameter
4648                 (for better reading of some newsgroup names and space efficiency)
4649
4650 2002-10-22 [colin]      0.8.5claws49
4651
4652         *src/foldersel.c
4653                 Revert Alfons' last modification (after voting ;-))
4654
4655 2002-10-21 [alfons]     0.8.5claws48
4656
4657         * src/foldersel.c
4658                 folder view in folder selection dialog reflects state of
4659                 folder view in main window
4660
4661 2002-10-18 [alfons]     0.8.5claws47
4662
4663         * src/mbox.c
4664                 drop imported messages in folder selected by user,
4665                 and not in the inbox
4666                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
4667
4668 2002-10-18 [alfons]     0.8.5claws46
4669
4670         * src/compose.c
4671                 make automagic reply work correctly for email accounts 
4672                 (whether it's viable to do a full sync with Hiro's 
4673                 compose.c is still under discussion)
4674
4675 2002-10-18 [melvin]     0.8.5claws45
4676
4677         * src/prefs_actions.c
4678                 Fixed bug #622275 where asynchroneous actions left 
4679                 zombies processes
4680                 Made (synchroneous) actions' input be displayed live.
4681
4682 2002-10-18 [christoph]  0.8.5claws44
4683
4684         * src/textview.c
4685                 don't add a newline in the textview in front of the
4686                 first textpart if header display is disabled
4687                 (closes bug [ 603385 ] disabled header display leaves blank
4688                  lin)
4689
4690 2002-10-18 [christoph]  0.8.5claws43
4691
4692         * src/folder.[ch]
4693         * src/imap.c
4694         * src/mbox_folder.c
4695         * src/mh.c
4696         * src/news.c
4697                 folder->get_num_list now returns an error code
4698                 (closes bug [ 609424 ] News cache cleared on failure)
4699                 
4700 2002-10-17 [colin]      0.8.5claws42
4701         
4702         * src/news.c
4703                 Changed a printf by debug_print
4704
4705 2002-10-16 [paul]       
4706
4707         * tools/OOo2sylpheed.pl
4708                 allow for spaces in the name of the
4709                 file to be attached.
4710
4711 2002-10-16 [colin]      0.8.5claws41
4712
4713         * src/main.c
4714                 Use a tristate to change online mode
4715
4716 2002-10-16 [paul]       0.8.5claws40
4717
4718         * po/es.po
4719                 updated by Ricardo Mones Lastra
4720
4721 2002-10-16 [colin]      0.8.5claws39
4722
4723         * src/main.c
4724           src/mainwindow.[ch]
4725                 Added --online and --offline command-line
4726                 switches
4727
4728 2002-10-15 [christoph]  0.8.5claws38
4729
4730         * src/procmime.c
4731                 set mimeinfo->name to NULL after g_free to
4732                 avoid double freeing with g_free
4733
4734 2002-10-14 [christoph]  0.8.5claws37
4735
4736         * src/compose.c
4737         * src/filtering.c
4738         * src/summaryview.c
4739                 remove calls to folder->change_flags that are now
4740                 done by procmsg flag functions (seems it is not
4741                 used by any foldertype anyway)
4742         * src/folder.c
4743                 init folder->change_flags with NULL
4744
4745 2002-10-14 [christoph]  0.8.5claws36
4746
4747         * src/folder.[ch]
4748         * src/imap.[ch]
4749                 use virtual functions for folder item new and destroy
4750                 functions
4751
4752 2002-10-14 [melvin]     0.8.5claws35
4753
4754         * src/compose.c
4755                 Added a test to not run the spell checker if no default
4756                 dictionary is available. No dialog is displayed though.
4757
4758 2002-10-14 [melvin]     0.8.5claws34
4759
4760         * src/gtkaspell.c
4761                 Fixed bug in dictionary list context menu where
4762                 "More..." pointed to an emtpy submenu if the
4763                 number of dictionaries is a multiple of 15
4764                 Removed unneeded code in suggestions list creation
4765
4766 2002-10-14 [paul]       0.8.5claws33
4767
4768         * po/bg.po
4769                 updated by George Danchev
4770
4771 2002-10-13 [hoa]        0.8.5claws32
4772
4773         * src/matcher.[ch]
4774           src/matcher_parser_parser.y
4775                 removed the escaped string from internal structure
4776                 of matcher.
4777
4778 2002-10-12 [colin]      0.8.5claws31
4779
4780         * src/gtksctree.[ch]
4781           src/summaryview.c
4782                 Removed useless function gtksctree_reanchor
4783
4784 2002-10-12 [alfons]     0.8.5claws30
4785         
4786         * sync with remaining main changes 2002-10-09 - 2002-10-11
4787         - drop changes to src/compose.c (requires claws specific changes)
4788         
4789 2002-10-12 [alfons]     0.8.5claws29
4790         
4791         * sync with main changes of 2002-10-08
4792         - drop changes to src/compose.c (requires claws specific changes)
4793         - drop changes to src/summaryview.c (requires changes to compose.c)     
4794
4795 2002-10-12 [alfons]     0.8.5claws28
4796         
4797         * sync with main changes of 2002-10-07
4798
4799 2002-10-12 [alfons]     0.8.5claws27
4800
4801         * sync with main changes of 2002-10-04
4802         - drop changes to src/compose.c (requires claws specific changes)
4803         - drop changes to src/prefs_folder_item.c (claws implementation
4804           seems to be working)
4805
4806 2002-10-12 [colin]      0.8.5claws26
4807
4808         * src/mainwindow.c
4809                 Fix folder-flicker when space-reading, introduced 
4810                 in claws22.
4811
4812 2002-10-12 [colin]      0.8.5claws25
4813
4814         * src/compose.c
4815                 Save account address when saving as draft.
4816                 (closes bug 621838)
4817
4818 2002-10-12 [colin]      0.8.5claws24
4819
4820         * src/summaryview.c
4821                 Fix the problem consisting of no message selected
4822                 after the last message in a folder has been moved.
4823
4824 2002-10-12 [paul]       0.8.5claws23
4825
4826         * src/compose.c
4827           src/prefs_template.c
4828           src/template.[ch]
4829                 add Cc and Bcc to templates. Patch submitted by
4830                 John L. Males.
4831
4832 2002-10-12 [colin]      0.8.5claws22
4833
4834         * src/folderview.c
4835                 Fix a bug after "Check for new messages":
4836                 If a folder was opened, it was still selected at
4837                 the end of the check, but displayed empty.
4838         * src/mainwindow.c
4839                 Remove unnecessary check
4840
4841 2002-10-12 [paul]
4842
4843         * tools/README
4844                 be more verbose in the description of
4845                 OOo2sylpheed.pl
4846                 
4847
4848 2002-10-11 [colin]      0.8.5claws21
4849
4850         * src/mainwindow.c
4851                 Make space work (better) when no mail is selected
4852
4853 2002-10-11 [colin]      0.8.5claws20
4854
4855         * src/inc.c
4856           src/news.c
4857                 fix warnings
4858
4859 2002-10-11 [colin]      0.8.5claws19
4860
4861         * src/mainwindow.c
4862                 revert 0.8.5claws6 changes as i couldn't get to
4863                 anything satisfying
4864
4865 2002-10-11 [melvin]     0.8.5claws18
4866
4867         * src/compose.c
4868                 Removed buggy and unused macro (should have been committed in
4869                 0.8.5claws17)
4870
4871 2002-10-11 [melvin]     0.8.5claws17
4872
4873         * src/compose.c
4874                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
4875
4876 2002-10-11 [thorsten]   0.8.5claws16 
4877
4878         * src/folderview.c
4879                 remove rescan warning
4880
4881 2002-10-11 [colin]      0.8.5claws15 
4882
4883         * src/procheader.c
4884                 fix a segfault that happens if conv_unmime_header
4885                 fails (should be better to find out why it fails)
4886
4887 2002-10-11 [christoph]  0.8.5claws14
4888
4889         * src/summaryview.c
4890                 update folderview stats after ignore/unignore thread
4891
4892 2002-10-11 [hoa]        0.8.5claws13
4893
4894         * src/quote_fmt_parse.y
4895                 Fixed a yacc/bison syntax error
4896         * src/matcher.c
4897                 Escaping of string is fixed.
4898
4899 2002-10-11 [colin]      0.8.5claws12
4900
4901         * src/imageview.c
4902                 Resize images to fit
4903
4904 2002-10-11 [paul]       0.8.5claws11
4905
4906         * po/es.po
4907                 updated by Ricardo Mones Lastra
4908
4909 2002-10-10 [alfons]     0.8.5claws10
4910
4911         * src/compose.c
4912                 allow dropping files by "moving" files from a file manager,
4913                 not only by the more cumbersome "copying". the latter 
4914                 mostly implies holding down the Control button
4915
4916 2002-10-10 [christoph]  0.8.5claws9
4917
4918         * src/summaryview.c
4919                 update folders after thread building for ignored threads
4920
4921 2002-10-10 [christoph]  0.8.5claws8
4922
4923         * config/.cvsignore
4924                 added Makefile
4925         * src/filtering.[ch]
4926         * src/folder.[ch]
4927         * src/folderview.[ch]
4928         * src/import.c
4929         * src/inc.[ch]
4930         * src/mbox.[ch]
4931         * src/procmsg.c
4932         * src/summaryview.[ch]
4933                 o added new flag need_update to FolderItem
4934                 o removed folder_table from various functions from tracking
4935                   folder updates
4936                 o set need_update flags in folder.c's move, copy and delete
4937                   functions and procmsg's flags functions
4938                 o added function folderview_update_items_when_required that
4939                   updates all folders with need_update set
4940                 o call folderview_update_items_when_required instead of
4941                   folderview_update_item_foreach
4942
4943 2002-10-09 [sergey]     0.8.5claws7
4944
4945         * src/compose.c
4946                 Strip CRs whel loading the text into editor in reedit mode.
4947
4948 2002-10-09 [colin]      0.8.5claws6
4949
4950         * src/mainwindow.c
4951                 Make Space work when no mail is selected
4952
4953 2002-10-09 [colin]      0.8.5claws5
4954
4955         * src/gtksctree.[ch]
4956                 Fix range_select
4957                 Add gtk_sctree_reanchor() 
4958         * src/summaryview.c
4959                 Use gtk_sctree_reanchor() - better fix for 
4960                 bug 60413
4961
4962 2002-10-09 [colin]      0.8.5claws4
4963
4964         * src/summaryview.c
4965                 Fix shift-click select after delete problem
4966                 (closes bug 60413)
4967
4968 2002-10-08 [thorsten]   0.8.5claws3
4969
4970         * src/summaryview.c
4971                 exclude current msg from -hide read messages-
4972
4973 2002-10-08 [colin]      0.8.5claws2
4974
4975         * src/inc.[ch]
4976           src/pop.c
4977           src/recv.c
4978                 Differentiate socket errors from disk full
4979                 errors
4980
4981 2002-10-08 [christoph]  0.8.5claws1
4982
4983         * Makefile.am
4984         * configure.in
4985                 modifications for new config directory
4986
4987         * config.guess  ** REMOVED **
4988         * config.sub    ** REMOVED **
4989         * install-sh    ** REMOVED **
4990         * ltmain.sh     ** REMOVED **
4991         * missing       ** REMOVED **
4992         * mkinstalldirs ** REMOVED **
4993                 these files are autogenerated by automake
4994                 when you run autogen.sh
4995
4996         * config/.cvsignore     ** NEW FILE **
4997         * config/Makefile.am    ** NEW FILE **
4998                 ignore autogenerated files
4999                 create a Makefile in this directory
5000
5001 2002-10-08 [paul]       0.8.5claws
5002
5003         * 0.8.5claws release
5004         
5005         * src/compose.c
5006           src/procheader.c
5007           src/procmsg.c
5008                 fix quote reply format for newsgroups reply bug
5009                 (thanks to Hoa)
5010                 
5011         * po/en_GB.po
5012           po/pl.po
5013                 updated by me and Witold Wladyslaw Wojciech Wilk
5014                 repectively
5015
5016 2002-10-07 [paul]       0.8.3claws53
5017
5018         * po/it.po
5019           po/pt_BR.po
5020           po/sr.po
5021                 updated messages catalogs, submitted by
5022                 Alessandro Maestri, Fabio Jr.Beneditto 
5023                 and Urke MMI, respectively.
5024
5025 2002-10-07 [christoph]  0.8.3claws52
5026
5027         * src/folder.[ch]
5028         * src/folderview.c
5029         * src/mainwindow.c
5030                 fix new folder ghost message bug
5031                 (closes bug [ 619722 ] wrong count for newly created folders)
5032
5033 2002-10-07 [christoph]  0.8.3claws51
5034
5035         * src/compose.c
5036                 fix news posting problem
5037
5038 2002-10-07 [melvin]     0.8.3claws50
5039
5040         * po/fr.po
5041                 Updated French translation
5042
5043 2002-10-05 [christoph]  0.8.3claws49
5044
5045         * src/gtkstext.c
5046                 check if line_start_cache is set in gtk_stext_update_text
5047                 (closes bug [ 618119 ] crash while doing search in folder)
5048
5049 2002-10-05 [christoph]  0.8.3claws48
5050
5051         * src/imap.c
5052         * src/news.c
5053         * src/utils.c
5054         * src/utils.h
5055                 implement cache cleanups for claws' folder system
5056                 (closes bug [ 595916 ] imapcache not cleaned up)
5057
5058 2002-10-05 [melvin]     0.8.3claws47
5059
5060         * src/prefs_actions.c
5061                 Made the help text more clear for the %p token
5062
5063 2002-10-04 [paul]       0.8.3claws46
5064
5065         * sync with 0.8.5
5066                 see ChangeLog 2002-10-02 and 2002-10-03
5067
5068 2002-10-04 [christoph]  0.8.3claws45
5069
5070         * src/inc.c
5071                 fix segfault caused by pop before smtp
5072                 call to inc_account_mail with NULL
5073                 pointer for mainwin
5074
5075 2002-10-04 [paul]       0.8.3claws44
5076
5077         * configure.in
5078                 sync the LDAP detection from 0.8.5cvs1
5079
5080 2002-10-02 [christoph]  0.8.3claws43
5081
5082         * po/de.po
5083                 fix small spelling error
5084
5085 2002-10-02 [melvin]     0.8.3claws42
5086
5087         * ac/aspell.m4
5088                 Behave better and say "no" when test program cannot be run.
5089
5090 2002-10-02 [paul]       0.8.3claws41
5091
5092         * sync with 0.8.4cvs1
5093                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
5094                 
5095         * src/summaryview.c
5096                 toggle the behavior of Reply menuitem between
5097                 normal reply and reply-to-list
5098
5099 2002-10-01 [sergey]     0.8.3claws40
5100
5101         * src/compose.c
5102                 Convert newlines in the message text to the canonical form
5103                 before base64 encoding (RFC2045 compliance, fixes some
5104                 interoperability issues with Evolution 1.0.3)
5105
5106 2002-09-29 [colin]      0.8.3claws39
5107
5108         * src/summaryview.c
5109                 Fix an unwanted copy/paste
5110
5111 2002-09-29 [colin]      0.8.3claws38
5112
5113         * src/mainwindow.c
5114                 Renamed "Custom toolbar" to "Customize toolbar"
5115                 Renamed "Show all header" to "Show all headers"
5116                 Renamed "Set diplay item" to "Set displayed items"
5117         * src/prefs_common.c
5118                 Renamed "Show all header" to "Show all headers"
5119         * src/prefs_summary_column.c
5120                 Renamed "diplay item" to "displayed items"
5121
5122 2002-09-29 [colin]      0.8.3claws37
5123
5124         * src/mainwindow.[ch]
5125                 online/offline status pixmaps follow theme
5126                 changes
5127         * src/summaryview.[ch]
5128                 quicksearch pixmap follows theme changes
5129
5130 2002-09-29 [thorsten]   0.8.3claws36
5131
5132         * src/compose.c
5133           src/prefs_folder_item.[ch]
5134                 add default_reply_to folder option (closes patch 581044)
5135
5136 2002-09-29 [christoph]  0.8.3claws35
5137
5138         * acconfig.h    ** REMOVED **
5139         * configure.in
5140         * ac/aspell.m4
5141         * ac/check-type.m4
5142         * ac/gnupg-check-typedef.m4
5143                 fix autoheader 2.50 warning
5144
5145 2002-09-29 [christoph]  0.8.3claws34
5146
5147         * major code cleanup (part 2)
5148         
5149                 - unused variables removed
5150                 - unused functions removed
5151                 - uninitialized variables checked
5152                 - missing return statements added
5153                 - missing function return types added
5154                 - added parentheses around assignment
5155                   when suggested by gcc
5156
5157 2002-09-29 [alfons]     0.8.3claws33
5158
5159         * src/logwindow.c
5160                 log_window_clear(): only bracket gtk_text_forward_delete() 
5161                 with gtk_text_freeze() / gtk_text_thaw() (see if this
5162                 works around GTK text bug)
5163
5164 2002-09-29 [paul]       0.8.3claws32
5165
5166         * po/bg.po
5167           po/sr.po
5168                 updated by George Danchev and Urke MMI
5169                 respectively
5170
5171 2002-09-27 [christoph]  0.8.3claws31
5172
5173         * doc-src/readme.txt
5174         * doc-src/rfc1806.txt   ** REMOVED **
5175         * doc-src/rfc2183.txt   ** NEW FILE **
5176         * doc-src/rfc2980.txt   ** NEW FILE **
5177                 update rfcs
5178
5179 2002-09-27 [melvin]     0.8.3claws30
5180
5181         * ac/aspell.m4
5182                 Fixed typo which could break linking
5183
5184 2002-09-27 [melvin]     0.8.3claws29
5185
5186         * ac/aspell.m4
5187                 Improved GNU/aspell checking. 
5188                 Fixed bug #614490
5189
5190 2002-09-27 [paul]       0.8.3claws28
5191
5192         * sync with 0.8.3cvs8
5193                 see ChangeLog 2002-09-27
5194
5195 2002-09-26 [colin]      0.8.3claws27
5196
5197         * src/toolbar.[ch]
5198           src/mainwindow.[ch]
5199                 Add "Reply to Mailing-list" to the toolbar
5200
5201 2002-09-26 [christoph]  0.8.3claws26
5202
5203         * src/summaryview.c
5204                 Fix wrong message counts in summaryview status
5205
5206 2002-09-26 [paul]       0.8.3claws25
5207
5208         * sync with 0.8.3cvs7
5209                 see ChangeLog 2002-09-26
5210
5211 2002-09-26 [paul]       0.8.3claws24
5212
5213         * sync with 0.8.3cvs6
5214                 see ChangeLog 2002-09-25
5215
5216 2002-09-25 [christoph]  0.8.3claws23
5217
5218         * src/prefs_common.c
5219         * src/prefs_folder_item.c
5220         * src/prefs_scoring.c
5221                 Renamed "kill score" to "hide score" in GUI
5222                 and prefs files
5223
5224 2002-09-25 [paul]       0.8.3claws22
5225
5226         * sync with 0.8.3cvs5
5227                 see ChangeLog 2002-09-24
5228
5229 2002-09-24 [alfons]     0.8.3claws21
5230
5231         patch by Satoshi Nagayasu: allows appending / saving multiple 
5232         selected files (closes "[ 612279 ] save multiple mesg(s) in 
5233         'Save as ...'")
5234
5235         * AUTHORS
5236                 add Satoshi Nagayasu
5237         * src/summaryview.c
5238                 summary_save_as(): allow saving selected files to
5239                 one file
5240                 summary_set_menu_sensitive: enable "Save As..." when
5241                 multiple files are selected
5242         * src/utils.[ch]
5243                 append_file(): new function
5244
5245 2002-09-24 [colin]      0.8.3claws20
5246
5247         * src/procmime.c
5248                 Fix segfault when mimeinfo doesn't have a 
5249                 content_type. 
5250
5251 2002-09-24 [colin]      0.8.3claws19
5252
5253         * src/prefs_common.[ch]
5254                 Add a preference to display send dialog or not
5255         * src/send.c
5256                 Display send dialog according to preference
5257
5258 2002-09-24 [colin]      0.8.3claws18
5259
5260         * src/compose.[ch]
5261                 Disable user actions when sending
5262
5263 2002-09-24 [colin]      0.8.3claws17
5264
5265         * src/procmime.c
5266                 Do not display name or filename for attachments
5267                 with an application/pgp-signature type
5268                 (security flaw, see bug 537413)
5269
5270 2002-09-23 [colin]      0.8.3claws16
5271
5272         * src/editaddress.c
5273                 Initialize entry_email, entry_alias and 
5274                 entry_remarks to first email address of the list
5275
5276 2002-09-23 [colin]      0.83claws15
5277
5278         * src/compose.c
5279                 Drop pgp-signature when reediting a signed queued
5280                 message
5281
5282 2002-09-23 [melvin]     0.8.3claws14
5283
5284         * po/fr.po
5285                 Updated French translation
5286
5287 2002-09-23 [melvin]     0.8.3claws13
5288
5289         * src/mainwindow.c
5290                 Made custom toolbar menu labels more consistent
5291         * src/prefs_toolbar.c
5292                 Made custom toolbar window title more consistent
5293
5294 2002-09-22 [colin]      0.8.3claws12
5295
5296         * src/inc.c
5297                 Initialize session type to normal before getting 
5298                 mail (fixes strange Get behaviour)
5299         * src/prefs_account.h
5300                 Move STYPE_POP_BEFORE_SMTP to last position to 
5301                 avoid other side-effects
5302
5303 2002-09-22 [colin]      0.8.3claws11
5304
5305         * src/prefs_account.c
5306                 Fix pop_bfr_smtp_tm_entry sensivity when switching
5307                 from pop3 to apop or vice-versa
5308
5309 2002-09-22 [colin]      0.8.3claws10
5310         
5311         * src/prefs_account.[ch]
5312                 Add an option for the POP before SMTP timeout
5313         * src/inc.c
5314                 Remember time of last POP connection
5315         * src/send.c
5316                 Do POP before SMTP only if timeout reached
5317
5318 2002-09-22 [oliver]     0.8.3claws9
5319         
5320         * README.claws
5321                 explain custom toolbar
5322
5323 2002-09-22 [oliver]     0.8.3claws8
5324
5325         * src/prefs_actions.[ch]
5326         custom toolbar for compose      
5327                 actions callback from compose toolbar
5328         * src/folderview.c
5329                 remove include toolbar.h
5330
5331 2002-09-22 [oliver]     0.8.3claws7
5332         
5333         * src/prefs_toolbar.[ch]
5334                 custom toolbar for compose
5335                 - generic prefs_toolbar handles both
5336                   Mainwin's toolbar as well as Compose toolbar          
5337
5338 2002-09-22 [oliver]     0.8.3claws6
5339         
5340         * src/toolbar.[ch]
5341                 custom toolbar for compose
5342                 restructure toolbar.[ch]
5343
5344 2002-09-22 [oliver]     0.8.3claws5
5345
5346         * src/compose.[ch]
5347                 custom toolbar for compose
5348
5349 2002-09-22 [oliver]     0.8.3claws4
5350         
5351         * src/mainwindow.[ch]
5352                 custom toolbar for compose 
5353                 move mainwin toolbar back to mainwindow
5354
5355 2002-09-22 [alfons]     0.8.3claws3
5356
5357         * src/procmsg.c
5358                 :%sno/if(/if (/gc
5359                 :%sno/for(/for (/gc
5360                 (beautify)
5361
5362 2002-09-22 [alfons]     0.8.3claws2
5363         
5364         * src/procmsg.c
5365                 procmsg_save_to_outbox(): don't unlink message file from queue;
5366                 callers should do it using folder_item_remove_msg()
5367
5368 2002-09-22 [colin]      0.8.3claws1
5369
5370         * src/mimeview.[ch]
5371                 Made mimeview_check_signature() public
5372         * src/textview.c
5373                 Made GPG signatures verifiable by clicking
5374                 the [application/pgp-signature] in the Text
5375                 view
5376
5377 2002-09-22 [paul]       0.8.3claws
5378
5379         * po/bg.po
5380           po/en_GB.po
5381           po/es.po
5382           po/it.po
5383           po/pl.po
5384           po/pt_BR.po
5385           po/sr.po
5386                 updated translations, submitted by George Danchev,
5387                 me, Ricardo Mones Lastra, Alessandro Maestri,
5388                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
5389                 and Urke MMI, respectively.     
5390
5391 2002-09-22 [alfons]     0.8.2claws65
5392
5393         * src/procmsg.c
5394         * src/pgptext.c
5395                 no furry valgrinds have been used to plug these memleaks
5396
5397 2002-09-20 [paul]       0.8.2claws64
5398
5399         * sync with 0.8.3cvs4
5400                 'Select thread' re-implemented 
5401                 see ChangeLog 2002-09-20
5402
5403 2002-09-21 [alfons]     0.8.2claws63
5404
5405         * src/compose.c
5406                 compose_send(): plug unnoticed memleak
5407
5408 2002-09-20 [alfons]     0.8.2claws62
5409
5410         * src/addr_compl.c
5411                 replace_address_in_edit(): strict check for NULL address to
5412                 fix "[ 607348 ] Segfault in address completion". My guess is
5413                 that this happens with an empty address book, but it's good
5414                 to have this check here anyway
5415                 
5416                 completion_window_button_press(): free string returned 
5417                 from the internal cache
5418
5419 2002-09-20 [christoph]  0.8.2claws61
5420
5421         * src/procmime.h
5422                 added ENC_BINARY to EncodingType
5423         * src/procmime.c
5424                 the string returned by procmime_get_encoding_str
5425                 should not depend on the order of values in the
5426                 EncodingType definition
5427         * doc-src/rfc1806.txt   ** NEW FILE **
5428                 Added rfc1806 about MIME Content-Disposition
5429                 Extension
5430
5431 2002-09-19 [paul]       0.8.2claws60
5432
5433         * sync with 0.8.2cvs3
5434                 see ChangeLog 2002-09-19
5435
5436 2002-09-19 [paul]       0.8.2claws59
5437
5438         * src/prefs_folder_item.c
5439                 revert to Darko's original alignment of colour
5440                 selector button
5441                 add a colon to folder_color label
5442                 
5443         * src/compose.c
5444                 add Colin's patch (with Hiro's modifications) to 
5445                 force BASE64 encoding for 8-bit text when signing
5446                 (sync with 0.8.3cvs2)
5447
5448 2002-09-18 [alfons]     0.8.2claws58
5449
5450         * src/compose.c
5451                 :%sno/if(/if (/gc
5452                 :%sno/for(/for (/gc
5453                 (beautify a little bit)
5454
5455 2002-09-18 [christoph]  0.8.2claws57
5456
5457         * src/pine.c
5458                 fix handling of fgetc return value
5459
5460 2002-09-17 [alfons]     0.8.2claws56
5461         
5462         * src/summaryview.c
5463                 summary_sort(): check non-NULL summaryview->folder_item when no 
5464                 folder is selected at all
5465                 (closes "[ 610344 ] sort label make syl Crash")
5466
5467 2002-09-17 [alfons]     0.8.2claws55
5468         
5469         * src/compose.c
5470                 beautify a little bit
5471
5472 2002-09-17 [christoph]  0.8.2claws54
5473
5474         * src/folder.c
5475                 initialize max values for cache and folder
5476                 when cache or folder is empty
5477
5478 2002-09-15 [colin]      0.8.2claws53
5479
5480         * src/compose.c
5481                 Fix a leak (thanks Alfons!) and cleaned
5482                 variables names for custom headers
5483
5484 2002-09-15 [colin]      0.8.2claws52
5485
5486         * src/compose.c
5487                 Fix custom headers recognition when
5488                 prefs_common.trans_hdr is on
5489
5490 2002-09-15 [colin]      0.8.2claws51
5491
5492         * src/compose.c
5493                 Allow dynamically-added custom headers
5494                 Yet not reparsed if reedited
5495
5496 2002-09-15 [alfons]     0.8.2claws50
5497
5498         * src/prefs_account.c
5499                 fix warnings
5500
5501 2002-09-15 [colin]      0.8.2claws49
5502         
5503         * src/prefs_account.c
5504                 fix pop_before_smtp sensitivity
5505
5506 2002-09-15 [colin]      0.8.2claws48
5507
5508         * src/inc.[ch]
5509                 add inc_pop_before_smtp()
5510                 allow MainWindow to be undefined in 
5511                 inc_account_mail() and inc_start()
5512         * src/pop.c
5513           src/prefs_account.h
5514                 add STYPE_POP_BEFORE_SMTP session type
5515         * src/prefs_account.c
5516                 activated pop before smtp option
5517         * src/send.c
5518                 do pop before smtp if the relevant option 
5519                 is set
5520
5521 2002-09-15 [paul]       0.8.2claws47
5522
5523         * sync with 0.8.3
5524                 see ChangeLog 2002-09-15
5525
5526 2002-09-14 [paul]       0.8.2claws46
5527
5528         * po/bg.po
5529                 updated Bulgarian translation, submitted by
5530                 George Danchev
5531
5532 2002-09-13 [paul]       0.8.2claws45
5533
5534         * src/compose.c
5535                 merge claws' select_account() with main's
5536                 (new) compose_select_account(). [sync with
5537                 0.8.2cvs15, see ChangeLog 2002-09-11]
5538
5539 2002-09-12 [christoph]  0.8.2claws44
5540
5541         * src/filter.c
5542                 allocate 1 elements of FolderItem not 0
5543
5544 2002-09-12 [colin]      0.8.2claws43
5545
5546         * src/compose.c
5547                 Fix bug #590825 (obey Follow-up: poster)
5548
5549 2002-09-12 [colin]      0.8.2claws42
5550
5551         * src/procmime.c
5552                 Fix bug #557009 (wrong headers for messages 
5553                 forwarded as attachments)
5554
5555 2002-09-11 [colin]      0.8.2claws41
5556         
5557         * src/compose.c
5558                 Put SCF: pseudo-header on top of message
5559                 Set draft tmp_flag when saved as draft
5560
5561         * src/procmsg.c
5562           src/procheader.c
5563                 Skip after first \n\n for beginning of real message
5564                 for drafts too
5565
5566 2002-09-11 [christoph]  0.8.2claws40
5567
5568         * src/filtering.c
5569                 use procmsg flag functions in filtering or processing
5570                 will cause incorrect folder message counts
5571
5572 2002-09-11 [colin]      0.8.2claws39
5573
5574         * src/compose.c
5575                 Fix bug #550175 - wrong save folder when reediting
5576                 drafts
5577
5578 2002-09-11 [paul]       0.8.2claws38
5579
5580         * sync with 0.8.2cvs14
5581                 see ChangeLog 2002-09-11
5582
5583 2002-09-11 [colin]      0.8.2claws37
5584
5585         * src/folder.c
5586                 Fix a typo (seeming to cause new/unread status to
5587                 be lost)
5588
5589 2002-09-10 [christoph]  0.8.2claws36
5590
5591         * src/compose.c
5592                 compose_redirect should not use compose_generic_new
5593                 because that does more stuff than expected including
5594                 opening the external editor
5595                 (closes bug "[ 526608 ] bounced messages appear blank
5596                  in editor")
5597
5598 2002-09-10 [christoph]  0.8.2claws35
5599
5600         * src/folder.c
5601                 fix problem with too large message number range
5602                 causing a crash in folder_item_scan
5603
5604 2002-09-10 [paul]       0.8.2claws34
5605
5606         * sync with 0.8.2cvs13
5607                 see ChangeLog 2002-09-10
5608
5609 2002-09-10 [christoph]  0.8.2claws33
5610
5611         * src/msgcache.c
5612                 set MsgInfo TmpFlags for queue and draft folders
5613                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
5614
5615 2002-09-10 [paul]       0.8.2claws32
5616
5617         * AUTHORS
5618           po/bg.po      ** NEW FILE **
5619                 new Bulgarian translation submitted by
5620                 George Danchev <danchev@spnet.net>
5621                 
5622         * tools/Makefile.am
5623           tools/README
5624           tools/tb2sylpheed     ** NEW FILE **
5625                 add script that converts an addressbook exported
5626                 from The Bat! into a Sylpheed addressbook. Submitted
5627                 by Urke MMI <urke-kg@eunet.yu>
5628
5629 2002-09-10 [paul]       0.8.2claws31
5630
5631         * sync with 0.8.2cvs12
5632                 see ChangeLog 2002-09-10
5633
5634 2002-09-06 [paul]       0.8.2claws30
5635
5636         * src/prefs_common.c
5637                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
5638                 
5639         * tools/Makefile.am
5640           tools/README
5641           tools/ldif-to-xml.py  ** REMOVED **
5642                 remove obsolete python script
5643
5644 2002-09-06 [paul]       0.8.2claws29
5645
5646         * sync with 0.8.2cvs10
5647                 see ChangeLog 2002-09-06
5648
5649 2002-09-04 [paul]       0.8.2claws28
5650
5651         * sync with 0.8.2cvs9
5652                 see ChangeLog 2002-08-04
5653
5654 2002-09-04 [colin]      0.8.2claws27 
5655
5656         * src/prefs_common.[ch]
5657                 Added signature color configuration
5658         * src/textview.c
5659                 Use user-specified signature color
5660
5661 2002-09-03 [colin]      0.8.2claws26
5662
5663         * src/prefs_common.[ch]
5664                 Added autosave and autosave_length prefs
5665         * src/compose.c
5666                 Added compose_remove_draft()
5667                 Auto-save drafts according to the prefs
5668         * src/main.c
5669                 Added a crash-indicator file, allowing to check
5670                 for new messages on startup if Sylpheed crashed
5671                 (makes saved drafts "reappear")
5672
5673 2002-09-03 [colin]      0.8.2claws25
5674
5675         * src/textview.[ch]
5676                 Grey the signature
5677
5678 2002-09-03 [paul]       0.8.2claws24
5679
5680         * sync with 0.8.2cvs8
5681                 see ChangeLog 2002-09-02 and 2002-09-03
5682
5683 2002-09-03 [darko]      0.8.2claws23
5684
5685         * src/folderview.c
5686                 use normal style when creating new folder to pick
5687                 proper font size 
5688
5689 2002-09-02 [melvin]     0.8.2claws22
5690
5691         * src/gtkaspell.m4
5692                 removed some obsolete code
5693
5694 2002-09-02 [melvin]     0.8.2claws21
5695
5696         * ac/aspell.m4
5697                 fixed test's equality sign (== to =)
5698
5699 2002-09-02 [alfons]     0.8.2claws20
5700
5701         * src/folder.c
5702         * src/mh.c
5703                 revert change of 0.8.2claws16 and use the mh_folder_destroy
5704                 as folder->destroy virtual as suggested by Hiro
5705                 (the mh.c code seems to have been lost around mh.c.1.21)
5706
5707 2002-09-02 [paul]       0.8.2claws19
5708
5709         * po/pt_BR.po
5710                 updated by Fabio Jr. Beneditto
5711                 
5712         * src/defs.h
5713                 use 'http://claws.sylpheed.org' for homepage link. 
5714                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
5715
5716 2002-09-01 [alfons]     0.8.2claws18
5717
5718         * src/mh.c
5719                 plug memleak related to one Martin Kluge found
5720
5721 2002-08-31 [paul]       0.8.2claws17
5722
5723         * sync with 0.8.2cvs6
5724                 see ChangeLog 2002-08-30
5725
5726 2002-08-31 [alfons]     0.8.2claws16
5727
5728         * src/folder.c
5729                 folder_destroy(): remove mailbox from folderlist even if it has
5730                 no destroy virtual
5731
5732 2002-08-31 [alfons]     0.8.2claws15
5733
5734         * src/folder.c
5735                 :%sno/if(/if (/gc
5736                 :%sno/for(/for (/gc
5737                 (being pedantic I know)
5738
5739 2002-08-31 [alfons]     0.8.2claws14
5740
5741         * src/folder.c
5742                 check for NULL pointers returned from folder->fetch_msginfo virtual
5743                 (should solve some reported crashes)
5744
5745 2002-08-30 [alfons]     0.8.2claws13
5746
5747         * acconfig.h
5748         * configure.in
5749         * src/crash.c
5750                 enable crash dialog on compilation time
5751                 (--enable-crash-dialog configure option)
5752
5753 2002-08-30 [alfons]     0.8.2claws12
5754
5755         * AUTHORS
5756                 add Martin Kluge
5757         * src/mh.c
5758                 apply memory leak plug patch by Martin Kluge
5759                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
5760                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
5761                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
5762
5763 2002-08-30 [darko]      0.8.2claws11
5764
5765         * src/folderview.c
5766                 copy Gtk style from normal style to match
5767                 font size for coloured folders
5768
5769 2002-08-29 [alfons]     0.8.2claws10
5770
5771         * sylpheed.desktop
5772                 Type=Internet <- Type=Application
5773                 (reported by Michael Schwendt, see:
5774                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
5775                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
5776
5777 2002-08-29 [paul]       0.8.2claws9
5778
5779         * sync with 0.8.2cvs5
5780                 see ChangeLog 2002-08-29
5781
5782 2002-08-29 [colin]      0.8.2claws8
5783
5784         * src/summaryview.c
5785                 Added a sanity check in summary_select_thread
5786                 Should fix bug 601605
5787
5788 2002-08-29 [colin]      0.8.2claws7
5789
5790         * src/main.c
5791                 Revert claws6 changes regarding bug #591676
5792
5793 2002-08-28 [colin]      0.8.2claws6
5794         
5795         * src/main.c
5796                 Ignore cache for queue folderitems
5797                 Fix bug #591676
5798
5799 2002-08-28 [melvin]     0.8.2claws5
5800
5801         * README.claws
5802                 Fixed typos.
5803
5804 2002-08-28 [melvin]     0.8.2claws4
5805
5806         * README.claws
5807                 Updated a bit the text concerning the spell checker
5808
5809 2002-08-28 [melvin]     0.8.2claws3
5810
5811         Merged the GNU_aspell_branch:
5812                 Support of new GNU/aspell is now included and the old pspell
5813                 is not supported anymore.
5814                 See README.claws
5815
5816         * README.claws
5817                 Updated spell checker text to reflect the switch to GNU/aspell
5818
5819         * ac/aspell.m4          *** NEW ***
5820         * src/gtkaspell.[ch]    *** NEW *** 
5821         * ac/pspell.m4          *** DELETED *** 
5822         * src/gtkspell.[ch]     *** DELETED ***
5823
5824         * ac/Makefile.am
5825                 Updated for GNU/aspell support
5826
5827         * po/POTFILES.in
5828                 Replaced gtkspell.c by gtkaspell.c
5829
5830         * acconfig.h
5831         * src/Makefile.am
5832         * src/about.c
5833         * src/compose.[ch]
5834         * src/crash.c
5835         * src/main.c
5836         * src/prefs_common.[ch]
5837                 Updated for GNU/aspell support
5838
5839 2002-08-28 [paul]       0.8.2claws2
5840
5841         * sync with 0.8.2cvs4
5842                 see ChangeLog 2002-08-27 and 2002-08-28
5843
5844 2002-08-28 [colin]      0.8.2claws1
5845
5846         * src/summary_search.c
5847                 Added "AND search"
5848
5849 2002-08-28 [jens]       0.8.2claws
5850
5851         *po/de.po
5852                 Updated German translations
5853
5854 2002-08-27 [melvin]     0.8.2claws
5855
5856         * po/fr.po
5857                 Updated French translations
5858
5859 2002-08-27 [paul]       0.8.2claws
5860
5861         * sync with 0.8.2 main release
5862
5863         * po/en_GB.po
5864           po/es.po
5865           po/it.po
5866           po/pl.po
5867           po/pt_BR.po
5868           po/sr.po
5869                 updated message catalogs submitted by
5870                 Ricardo Mones Lastra, Alessandro Maestri,
5871                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
5872                 Beneditto and Urke MMI  
5873
5874 2002-08-27 [hoa]        0.8.1claws123
5875
5876         * src/mainwindow.[ch]
5877         * src/summaryview.[ch]
5878                 removed the "filter setting" menu option.
5879                 add a "cancel a news message" menu option.
5880
5881 2002-08-26 [martin]     0.8.1claws122
5882
5883         * ChangeLog.claws
5884                 changed string under 0.8.1claws79 changed by myself
5885                 i'm sorry alfons :(
5886
5887 2002-08-26 [martin]     0.8.1claws121
5888
5889         * src/crash.c
5890                 added kill command to debuggerrc to start crash dialog
5891
5892 2002-08-26 [paul]       0.8.1claws120
5893
5894         * sync with 0.8.1cvs31
5895                 see ChangeLog 2002-08-26
5896
5897 2002-08-25 [alfons]     0.8.1claws119
5898
5899         * src/procmsg.c
5900                 fix bug that didn't send out correct headers to news server
5901                 when sending news article and email from queue (bug reported
5902                 and patch provided by Tim Mann; closes bug 
5903                 "[ 583196 ] 0.7.8claws can't post news")
5904
5905 2002-08-25 [alfons]     0.8.1claws118
5906
5907         * src/selective_download.c
5908                 mark two strings as translatable
5909                 (thanks to Urke MMI for pointing this out)
5910
5911 2002-08-25 [alfons]     0.8.1claws117
5912
5913         * src/summaryview.c
5914                 treat sent boxes as special and allow sorting them by addressee
5915                 (closes "[ 589418 ] Sent folder sorting misbehavior"
5916                 submitted by Steve Lamb)
5917
5918 2002-08-24 [alfons]     0.8.1claws116
5919
5920         * src/matcher.c
5921                 fix memleak reported by Martin Kluge
5922                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
5923
5924 2002-08-24 [oliver]     0.8.1claws115
5925
5926         * src/prefs_toolbar.c
5927                 o code cleanup as suggested by Alfons
5928                 o memleak fix
5929
5930 2002-08-24 [alfons]     0.8.1claws114
5931
5932         * src/summaryview.c
5933                 o fix another memory leak reported by Martin Kluge
5934                   (see "[ 599568 ] Small Memory Leak")
5935                 o remove 'from' variable from 'summary_set_header()'; we can
5936                   do with just 'to' 
5937
5938 2002-08-24 [paul]       0.8.1claws113
5939
5940         * sync with 0.8.1cvs30
5941                 see ChangeLog 2002-08-23
5942
5943 2002-08-24 [alfons]     0.8.1claws112
5944
5945         * src/summaryview.c
5946                 remove unnecessary allocations for search bar fixing leaks
5947                 reported by Martin Kluge
5948                 (see "[ 599451 ] Further memory leaks?")
5949
5950 2002-08-24 [alfons]     0.8.1claws111
5951
5952         * src/main.c
5953                 make get_socket_name() public for crash.c
5954         * src/crash.c
5955                 o make report bug button work (goes to claws' 
5956                   bug tracker at sf.net)
5957                 o introduce function for doing important stuff just
5958                   before claws goes down
5959                 o clean up code 
5960
5961 2002-08-24 [alfons]     0.8.1claws110
5962
5963         * src/compose.c
5964                 move cursor to "To" entry when forwarding as attachment
5965                 (reported and solved by Steve Lamb, closes bug report
5966                 "[ 592880 ] Forward as attachment; cursor not in to")
5967
5968 2002-08-24 [colin]      0.8.1claws109
5969
5970         * src/mainwindow.c
5971                 fix quick search visibility after GUI (de)separations.
5972
5973 2002-08-23 [colin]      0.8.1claws108
5974
5975         * src/mainwindow.c
5976                 fix header pane visibility after folderview or
5977                 messageview (de)separation
5978
5979 2002-08-23 [paul]       0.8.1claws107
5980
5981         * src/mainwindow.[ch]
5982           src/toolbar.c
5983                 give full control of display or non-display 
5984                 of the Execute icon to Custom toolbar settings.
5985                 add new sensitivity condition to maninwindow.h: 
5986                 M_DELAY_EXEC
5987
5988         * ChangeLog
5989           ChangeLog.jp
5990           NEWS
5991                 more sync with 0.8.1cvs29
5992
5993 2002-08-23 [melvin]     0.8.1claws106
5994
5995         * src/alertpanel.c
5996                 Readded support for custom widget in alertpanel lost in last
5997                 sync.
5998
5999 2002-08-23 [paul]       0.8.1claws105
6000
6001         * sync with 0.8.1cvs29
6002                 see ChangeLog 2002-08-23
6003
6004 2002-08-23 [colin]      0.8.1claws104
6005
6006         * src/summaryview.c
6007                 Fix folder and search pixmaps exchanging positions
6008                 after theme or toolbar changes. Thank to Oliver for 
6009                 reporting this.
6010
6011 2002-08-23 [colin]      0.8.1claws103
6012
6013         * src/mainwindow.c
6014           src/messageview.[ch]
6015           src/noticeview.[ch]
6016           src/summaryview.c
6017                 Changed messageview_create() and noticeview_create()
6018                 to avoid the last gdk_warning
6019
6020 2002-08-22 [colin]      0.8.1claws102
6021
6022         * src/summaryview.c
6023                 Fix my new `Creating pixmap from xpm' warning
6024
6025 2002-08-22 [colin]      0.8.1claws101
6026
6027         * src/mainwindow.c
6028                 Fix some of the gdk warnings
6029
6030 2002-08-22 [colin]      0.8.1claws100
6031
6032         * src/Makefile.am
6033         * src/stock_pixmap.c
6034         * src/stock_pixmap.h
6035         * src/pixmaps/quicksearch.xpm *ADDED*
6036                 Add the quicksearch pixmap
6037         * src/mainwindow.c
6038         * src/summaryview.c
6039         * src/summaryview.h
6040                 Make quicksearch bar visible/hidden via a button
6041
6042 2002-08-22 [christoph]  0.8.1claws99
6043
6044         * src/folder.c
6045                 fix folder update for newsgroups with message
6046                 numbers below minimum number of articles to fetch
6047                 (closes bug #598445)
6048
6049 2002-08-22 [paul]       0.8.1claws98
6050
6051         * sync with 0.8.1cvs28
6052                 see ChangeLog 2002-08-22
6053
6054 2002-08-21 [alfons]     0.8.1claws97
6055
6056         * src/crash.c
6057                 use bt instead of bt full which seems to work 
6058                 better, and bt full doesn't give a great deal 
6059                 of information anyway
6060
6061 2002-08-21 [colin]      0.8.1claws96
6062
6063         * src/summaryview.c
6064                 fix summaryview_searchtype_changed prototype
6065
6066 2002-08-21 [christoph]  0.8.1claws95
6067
6068         * src/mainwindow.c
6069                 o fix broken menu update for sorting type, we have to
6070                   get this info from the summaryview now
6071                 o removed setting of threaded state in menu callback
6072         * src/summaryview.[ch]
6073                 more summaryview/folderitem seperation for
6074                 threading option
6075         * configure.in
6076                 removed not required --with-compiler-flags option
6077
6078 2002-08-21 [oliver]     0.8.1claws94
6079         
6080         * src/toolbar.h 
6081                 o rename toolbar.xml to toolbar_main.xml
6082                   since toolbar_compose.xml might come up 
6083                   any time soon
6084         * README.claws
6085                 add custom toolbar              
6086
6087 2002-08-21 [darko]      0.8.1claws93
6088
6089         * src/procmsg.c
6090                 don't reset tmp flags for messages copied
6091                 to sent folder
6092
6093 2002-08-21 [colin]      0.8.1claws92
6094         
6095         * src/prefs_filtering.c
6096                 fix renaming rules on folder rename 
6097                 when folder is not a leaf folder
6098
6099 2002-08-21 [paul]       0.8.1claws91
6100
6101         * src/prefs_folder_item.c
6102                 fix alignment of colour selector
6103
6104 2002-08-21 [paul]       0.8.1claws90
6105
6106         * sync with 0.8.1cvs27
6107                 see ChangeLog 2002-08-21
6108
6109 2002-08-21 [paul]       0.8.1claws89
6110
6111         * src/summaryview.c
6112                 fix crash when changing field type in
6113                 Quick search bar
6114
6115 2002-08-21 [colin]      0.8.1claws88
6116
6117         * src/summaryview.c
6118                 Made quick search case-insensitive
6119
6120 2002-08-21 [paul]       0.8.1claws87
6121
6122         * sync with 0.8.1cvs26
6123                 see ChangeLog 2002-08-21
6124
6125 2002-08-20 [christoph]  0.8.1claws86
6126
6127         * src/folderview.c
6128         * src/main.c
6129         * src/summaryview.[ch]
6130                 more summaryview/folderitem seperation for
6131                 sort_key and sort_type
6132         * src/procmsg.c
6133                 added missing return statement
6134
6135 2002-08-20 [colin]      0.8.1claws85
6136
6137         * src/summaryview.[ch]
6138                 Added a quick search box
6139         * src/mainwindow.c
6140         * src/prefs_common.[ch]
6141                 Added a show/hide option for the quick search
6142
6143 2002-08-20 [oliver]     0.8.1claws84
6144         
6145         * src/mainwindow.c
6146                 remove toolbar_create_popups
6147         * src/toolbar.[ch]
6148                 o remove toolbar_create_popups
6149                 o fix toolbar_set_sensitive 
6150                   (Bug reports #596834 and #596832)     
6151         * src/prefs_toolbar.c
6152                 o add "Set default" button
6153                 o align label and text + combo widgets
6154
6155 2002-08-20 [hoa]        0.8.1claws83bis
6156
6157         * src/imap.c
6158                 fixed a bug in imap_fetch_msginfo() in case there is no
6159                 current folder.
6160
6161 2002-08-20 [darko]      0.8.1claws83
6162
6163         * src/folderview.c
6164                 copy the color style of folder view so it
6165                 works with GTK themes
6166
6167 2002-08-20 [darko]      0.8.1claws82
6168
6169         * src/folder.h
6170         * src/folderview.c
6171         * src/prefs_folder_item.[hc]
6172                 don't use UI stuff in folder.h
6173
6174 2002-08-20 [darko]      0.8.1claws81
6175
6176         * src/folder.h
6177         * src/prefs_folder_item.h
6178         * src/folderview.c
6179         * src/prefs_folder_item.c
6180                 ability to set folder color in folderview
6181
6182 2002-08-19 [alfons]     0.8.1claws80
6183
6184         * src/summaryview.c
6185                 fix one of the earlier memleaks reported by Martin Kluge
6186
6187 2002-08-19 [alfons]     0.8.1claws79
6188
6189         * src/mainwindow.c
6190                 hide notice view when selecting seperate folder
6191                 view (reported by Urke MMI)
6192
6193 2002-08-19 [christoph]  0.8.1claws78
6194
6195         * src/folderview.c
6196         * src/prefs_folder_item.h
6197         * src/summaryview.[ch]
6198                 o add summary_set_prefs_from_folderitem to set
6199                   summaryview prefs (first step to remove all
6200                   references to the folderitem in summaryview)
6201                 o moved compiled regex stuff from folderitem prefs
6202                   to summaryview code
6203
6204 2002-08-19 [paul]       0.8.1claws77
6205
6206         * src/compose.c
6207                 add check for '.' to QUOTE_IF_REQUIRED
6208
6209 2002-08-19 [paul]       0.8.1claws76
6210
6211         * src/inc.c
6212                 sync with 0.8.1cvs25 (plug memory leak)
6213
6214         * src/prefs_toolbar.c
6215                 re-order prefs_toolbar_cancel()
6216
6217 2002-08-18 [alfons]     0.8.1claws75
6218
6219         * src/inc.c
6220         * src/matcher.c
6221                 plug other memleaks reported by Martin Kluge
6222
6223 2002-08-18 [paul]       0.8.1claws74
6224
6225         * po/pt_BR.po
6226                 updated by Fabio Jr. Beneditto
6227
6228 2002-08-18 [paul]       0.8.1claws73
6229
6230         * src/toolbar.[ch]
6231                 fix bug where tooltips were displayed untranslated              
6232
6233         * src/prefs_toolbar.c
6234                 fix bug where clicking 'Cancel' creates an icon & text
6235                 toolbar regardless of prefs
6236         
6237
6238 2002-08-17 [oliver]     0.8.1claws72
6239
6240         * src/prefs_toolbar.c
6241                 update toolbar on CANCEL
6242                 bug reported by Martin Kluge
6243         * src/toolbar.c
6244                 toolbar_destroy memleak fixed           
6245
6246 2002-08-17 [alfons]     0.8.1claws71
6247
6248         * src/toolbar.c
6249                 plug another memleak reported by Martin Kluge
6250
6251 2002-08-16 [alfons]     0.8.1claws70
6252
6253         * src/crash.c
6254                 use execvp() correctly (suggested by wwp; thanks!)
6255
6256 2002-08-16 [alfons]     0.8.1claws69
6257
6258         * src/gtksctree.c
6259                 plug memory leak reported by Kim Schultz & Martin Kluge
6260
6261 2002-08-16 [paul]       0.8.1claws68
6262
6263         * po/es.po
6264                 updated by Ricardo Mones Lastra
6265
6266 2002-08-16 [paul]       0.8.1claws67
6267
6268         * src/toolbar.h
6269                 fix bug where 'Compose News' icon showed wrong
6270                 tooltip
6271
6272 2002-08-16 [paul]       0.8.1claws66
6273
6274         * sync with 0.8.1cvs24
6275                 see ChangeLog 2002-08-16
6276
6277         * po/it.po
6278                 updated by Alessandro Maestri
6279
6280 2002-08-15 [paul]       0.8.1claws65
6281
6282         * po/sr.po
6283                 updated by Urke MMI
6284
6285 2002-08-15 [paul]       0.8.1claws64
6286
6287         * src/*.c
6288                 don't translate debug info
6289
6290         * src/matcher.[ch]
6291                 add copyright info
6292
6293 2002-08-15 [paul]       0.8.1claws63
6294
6295         * src/prefs_toolbar.c
6296                 fix bug where clicking 'OK' creates an icon & text
6297                 toolbar regardless of prefs
6298
6299 2002-08-14 [alfons]     0.8.1claws62
6300
6301         * src/main.c
6302                 add global var that has the full argv[0]
6303         * src/crash.c
6304                 o execvp the correct sylpheed by using argv0
6305                   and setting the correct work dir
6306                 o other tweaks  
6307
6308 2002-08-14 [oliver]     0.8.1claws61
6309         
6310         * enable/disable Toolbar Action Buttons 
6311         * code cleanups
6312         * src/mainwindow.c
6313         * src/toolbar.[ch]      
6314         * src/prefs_toolbar.c   
6315
6316 2002-08-14 [melvin]     0.8.1claws60
6317
6318         * po/fr.po
6319                 Updated French translations
6320
6321 2002-08-14 [melvin]     0.8.1claws59
6322
6323         * src/crash.c
6324                 Made bug report not translatable
6325         * src/exporthtml.c
6326                 Fixed exporthtml_build_filespec() return value
6327         * src/foldersel.c
6328                 Fixed incorrect include file
6329         * src/gtkspell.c
6330         * src/prefs_actions.c
6331         * src/prefs_toolbar.c
6332                 Made debug info not translatable
6333         * src/mutt.c
6334         * src/quote_fmt.c
6335                 Added missing includes
6336         * src/prefs_common.c
6337                 Fixed typo
6338
6339 2002-08-14 [paul]       0.8.1claws58
6340
6341         * faq/es/sylpheed-faq.html
6342           faq/es/sylpheed-faq-[1-3].html
6343           faq/es/sylpheed-faq-4.html     **NEW FILE **
6344                 update Spanish FAQ
6345
6346 2002-08-13 [christoph]  0.8.1claws57
6347
6348         * src/procmsg.c
6349                 ignore thread fix that did not mark all
6350                 child nodes of a ignored thread as
6351                 ignored. Does not work perfectly yet,
6352                 but it is better now
6353
6354 2002-08-13 [alfons]     0.8.1claws56
6355
6356         * src/crash.c
6357                 o implement 'save crash log'
6358                 o some tweaks
6359
6360 2002-08-13 [melvin]     0.8.1claws55
6361
6362         * src/main.c
6363                 removed unrequired "execinfo.h" header
6364
6365 2002-08-12 [paul]       0.8.1claws54
6366
6367         * faq/en/sylpheed-faq.html
6368           faq/en/sylpheed-faq-[1-3].html
6369           faq/en/sylpheed-faq-4.html     **NEW FILE **
6370                 update English FAQ
6371
6372 2002-08-12 [alfons]     0.8.1claws53
6373
6374         * po/POTFILES.in
6375                 add crash.c to translatables
6376         * src/crash.c
6377                 bring in Leandro's crash dialog
6378
6379 2002-08-11 [alfons]     0.8.1claws52
6380
6381         * src/crash.c
6382                 clean up some warnings
6383
6384 2002-08-11 [alfons]     0.8.1claws51
6385
6386         * acconfig.h
6387         * configure.in
6388         * src/crash.[ch]        ** NEW FILES **
6389         * src/main.c            
6390                 initial gdb crash handler
6391
6392 2002-08-11 [paul]       0.8.1claws50
6393
6394         * src/prefs_toolbar.c
6395                 replace Up/Down arrow pixmaps with text to be
6396                 consistent across icon themes
6397
6398 2002-08-11 [paul]       0.8.1claws49
6399
6400         * src/prefs_common.c
6401           src/prefs_toolbar.c
6402                 rename 'Pixmap' -> 'Icon'
6403
6404         * src/toolbar.[ch]
6405                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
6406
6407 2002-08-10 [paul]       0.8.1claws48
6408
6409         * src/prefs_toolbar.c
6410                 re-work the UI
6411
6412 2002-08-10 [paul]       0.8.1claws47
6413
6414         * src/main.c
6415                 don't write Processing progress to status bar
6416                 patch submitted by Alexander Evseev
6417
6418         * src/prefs_toolbar.c
6419                 re-position and resize window
6420                 make window assume correct size on first call
6421
6422 2002-08-10 [paul]       0.8.1claws46
6423
6424         * src/mainwindow.c
6425           src/prefs_toolbar.c
6426           src/toolbar.c
6427           src/toolbar.h
6428                 obey coding style
6429                 follow UI text conventions
6430
6431 2002-08-10 [alfons]     0.8.1claws45
6432
6433         * src/toolbar.c
6434                 correct pixmap for delete action
6435
6436 2002-08-10 [paul]       0.8.1claws44
6437
6438         * po/pt_BR.po
6439                 updated by Fabio Jr. Beneditto
6440
6441 2002-08-10 [paul]       0.8.1claws43
6442
6443         * po/POTFILES.in
6444                 add custom toolbar files
6445
6446 2002-08-10 [paul]       0.8.1claws42
6447
6448         * sync with 0.8.1cvs22
6449                 see ChangeLog 2002-08-09
6450
6451 2002-08-09 [paul]       0.8.1claws41
6452
6453         * tools/Makefile.am
6454           tools/README
6455           tools/outlook2sylpheed.pl     ** NEW FILE **
6456                 add script to convert exported Outlook
6457                 contacts list to a Sylpheed addressbook.
6458                 Submitted by Ricardo Mones Lastra.
6459
6460 2002-08-09 [paul]       0.8.1claws40
6461
6462         * AUTHORS
6463           configure.in
6464           po/sr.po      ** NEW FILE **
6465                 add Serbian message catalog. Submitted by
6466                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
6467
6468 2002-08-09 [paul]       0.8.1claws39
6469
6470         * sync with 0.8.1cvs21
6471                 see ChangeLog 2002-08-08
6472
6473 2002-08-08 [oliver]     0.8.1claws38
6474
6475         * src/mainwindow.c
6476                 move Custom Toolbar to Configuration menu
6477
6478 2002-08-08 [oliver]     0.8.1claws37
6479
6480         * src/prefs_toolbar.c
6481                 fix substitute pixmap bug
6482
6483 2002-08-08 [paul]       0.8.1claws36
6484
6485         * sync with 0.8.1cvs19
6486                 see ChangeLog 2002-08-08
6487
6488 2002-08-07 [christoph]  0.8.1claws35
6489
6490         * src/utils.c
6491                 fixed a memory leak in new canonicalize_file_replace
6492
6493 2002-08-07 [christoph]  0.8.1claws34
6494
6495         * src/utils.[ch]
6496                 o canonicalize_file_replace should create the temporary
6497                   file in the same directory as the original file.
6498                 o added get_tmpfile_in_dir that creates a temorary file
6499                   in a specified directory.
6500
6501 2002-08-07 [melvin]     0.8.1claws33
6502
6503         * src/toolbar.c
6504                 fixed bug where 'Article' button acted as 'Email' button.
6505
6506 2002-08-07 [paul]       0.8.1claws32
6507
6508         * sync with 0.8.1.cvs17
6509                 see ChangeLog 2002-08-07
6510
6511 2002-08-07 [colin]      0.8.1claws31
6512         
6513         * src/news.c
6514                 fix mass-cancel problem
6515
6516 2002-08-07 [thorsten]   0.8.1claws30
6517
6518         * src/prefs_toolbar.c
6519                 fix: crash on replace or add new button
6520         * src/toolbar.c
6521                 fix: close xmlfile after reading
6522         * src/utils.c
6523                 fix: unlink() file before rename()
6524
6525 2002-08-06 [paul]       0.8.1claws29
6526
6527         * sync with 0.8.cvs15
6528                 see ChangeLog 2002-08-06
6529
6530 2002-08-06 [oliver]     0.8.1claws28
6531
6532         * src/toolbar.c
6533         * src/prefs_toolbar.c
6534                 fixed empty toolbar issue
6535
6536 2002-08-06 [oliver]     0.8.1claws27
6537
6538         * Custom Toolbar Final 
6539         * src/folderview.c
6540         * src/inc.c
6541         * src/summaryview.c
6542                 o toolbar stuff now lives in src/toolbar.[ch]
6543                 o main_window_toolbar_* functions are renamed to
6544                   toolbar_* reflecting their new source file
6545         * src/mainwindow.[ch]
6546                 o remove toolbar stuff  
6547
6548 2002-08-06 [oliver]     0.8.1claws26
6549         
6550         * src/Makefile.am
6551         * src/prefs_toolbar.[ch]        **New File**
6552         * src/toolbar.[ch]              **New File**
6553                 o prefs_toolbar.[ch] custom toolbar frontend
6554                 o toolbar.[ch]       backend 
6555
6556 2002-08-06 [oliver]     0.8.1claws25
6557
6558         * src/prefs_actions.[ch]
6559                 o new exported function actions_execute
6560
6561 2002-08-06 [paul]       0.8.1claws24
6562
6563         * sync with 0.8.1cvs4
6564                 see ChangeLog 2002-08-06
6565
6566 2002-08-06 [paul]       0.8.1claws23
6567
6568         * sync with 0.8.1cvs13
6569                 see ChangeLog 2002-08-06
6570
6571 2002-08-06 [paul]       0.8.1claws22
6572
6573         * sync with 0.8.1cvs12
6574                 see ChangeLog 2002-08-05 and 2002-08-06
6575
6576 2002-08-06 [match]      0.8.1claws21
6577
6578         * src/addrclip.c
6579                 improvements to cut/copy/paste address
6580
6581 2002-08-05 [match]      0.8.1claws20
6582
6583         * src/addritem.[ch]
6584         * src/addrcache.c
6585         * src/addrbook.c
6586         * src/editaddress.c
6587         * src/addressbook.c
6588                 fixes to improve cut/copy/paste
6589
6590 2002-08-06 [melvin]     0.8.1claws19
6591
6592         * src/account.[ch]
6593                 account_find_all_from_address(): new function that returns the
6594                 list of all accounts that are matched in an address.
6595         * src/alertpanel.[ch]
6596                 alertpanel() now accepts a custom widget
6597                 alertpanel_with_widget(): new function that pops up a panel with
6598                 a custom widget in it 
6599         * src/gtkutils.[ch]
6600                 gtkut_account_menu_new(): new function that allows the selection
6601                 of an account from a list of accounts.
6602         * src/messageview.c
6603                 Extended Return Receipt notification to select the correct 
6604                 account and to make a security test on the Delivery-Notification
6605                 address which should be the same as the Return-Path.
6606
6607 2002-08-06 [thorsten]   0.8.1claws18
6608
6609         * src/mimeview.c
6610                 attach_all: save unnamed as "noname.%d",
6611                 dont free static dirname
6612
6613 2002-08-05 [alfons]     0.8.1claws17
6614
6615         * configure.in
6616                 detect XIM by trying to link rather than compile a XIM program
6617
6618 2002-08-05 [oliver]     0.8.1claws16
6619                 
6620         * src/stock_pixmap.[ch]
6621                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
6622                 o new func to retrieve pixmaps
6623
6624 2002-08-05 [paul]       0.8.1claws15
6625
6626         * sync with 0.8.1cvs10
6627                 see ChangeLog 2002-08-05
6628
6629 2002-08-04 [alfons]     0.8.1claws14
6630
6631         * src/textview.c
6632                 see if this plugs memleak
6633
6634 2002-08-04 [melvin]     0.8.1claws13
6635
6636         * src/gtkspell.c
6637                 fixed bug that could crash Sylpheed when highlighting
6638                 all misspelled words.
6639
6640 2002-08-03 [melvin]     0.8.1claws12
6641
6642         * src/prefs_actions.c
6643                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
6644         * src/messageview.c
6645                 fixed bug where the Return Receipt was sent to
6646                 Delivery-Notification-To address even if it was not present
6647
6648 2002-08-02 [alfons]     0.8.1claws11
6649
6650         * src/prefs_actions.c
6651                 o more check for NULLs
6652                 o put create_io_dialog() in right conditional block
6653
6654 2002-08-02 [paul]       0.8.1claws10
6655
6656         * po/es.po
6657                 updated by Ricardo Mones Lastra
6658
6659 2002-08-01 [christoph]  0.8.1claws9
6660
6661         * src/folder.c
6662                 don't free the cache of the opened
6663                 folder in the summaryview
6664         * src/summaryview.c
6665                 don't unset flags, if it is not required
6666
6667 2002-08-01 [paul]       0.8.1claws8
6668
6669         * sync with 0.8.1cvs8
6670                 see ChangeLog entry 2002-08-01
6671
6672 2002-08-01 [paul]       0.8.1claws7
6673
6674         * sync with 0.8.1cvs7
6675                 see ChangeLog 2002-07-31 and 2002-08-01
6676
6677 2002-07-31 [christoph]  0.8.1claws6
6678
6679         * src/mainwindow.c
6680                 forgot to update menu sensitivity
6681                 function for new menu entry
6682
6683 2002-07-31 [alfons]     0.8.1claws5
6684
6685         * src/main.c
6686                 check folder item and its path for NULL on
6687                 initial processing
6688
6689 2002-07-31 [christoph]  0.8.1claws4
6690
6691         * src/folder.c
6692                 check if folder_item_get_msginfo in
6693                 folder_item_remove_msg returned NULL
6694         * src/imap.c
6695                 better clear the uid cache in the
6696                 uid validity check function and delete
6697                 cached messages
6698
6699 2002-07-31 [paul]       0.8.1claws3
6700
6701         * man/sylpheed.1
6702                 add the '--attach' option and a few other
6703                 minor changes
6704
6705 2002-07-31 [paul]       0.8.1claws2
6706
6707         * sync with 0.8.1cvs5
6708                 see ChangeLog 2002-07-31
6709
6710 2002-07-31 [christoph]  0.8.1claws1
6711
6712         * src/folderview.[ch]
6713         * src/mainwindow.c
6714                 replace "Rescan all folders..." with
6715                 "Check all folders for new messages..."
6716
6717 2002-07-30 [paul]       0.8.1claws
6718
6719         * version 0.8.1claws released
6720
6721 2002-07-30 [paul]       0.8.0claws29
6722
6723         * tools/OOo2sylpheed.pl ** NEW FILE **
6724           tools/README
6725                 add script to enable sending documents as
6726                 attachments from OpenOffice.org
6727
6728 2002-07-30 [melvin]     0.8.0claws28
6729
6730         * src/prefs_actions.c
6731                 Made the actions' input/output dialog display
6732                 without delay.
6733
6734 2002-07-30 [christoph]  0.8.0claws27
6735
6736         * src/procmsg.c
6737                 check if folder_item_get_msginfo in
6738                 procmsg_save_to_outbox returned NULL
6739
6740 2002-07-30 [paul]       0.8.0claws26
6741
6742         * sync with 0.8.1cvs4
6743                 see ChangeLog 2002-07-29
6744
6745 2002-07-29 [thorsten]   0.8.0claws25
6746
6747         * README.claws
6748                 added selective download, delete on server
6749
6750 2002-07-29 [paul]       0.8.0claws24
6751
6752         * sync with 0.8.1cvs3
6753                 see ChangeLog 2002-07-29
6754
6755 2002-07-27 [christoph]  0.8.0claws23
6756
6757         * src/folder.c
6758                 add extra check if fetching the msginfo
6759                 returned NULL
6760
6761 2002-07-27 [paul]       0.8.0claws22
6762
6763         * sync with 0.8.1cvs2
6764                 see ChangeLog 2002-07-26
6765
6766 2002-07-27 [christoph]  0.8.0claws21
6767
6768         * src/imap.c
6769                 add another check if a valid msginfo
6770                 was returned
6771
6772 2002-07-26 [hoa]        0.8.0claws20
6773
6774         * src/folder.c
6775                 Fixed a condition in folder_item_destroy()
6776
6777         * src/imap.c
6778                 Fixed an error in IMAP protocol
6779
6780 2002-07-26 [alfons]     0.8.0claws19
6781
6782         * src/folder.c
6783                 ofcourse compare with identifier, not the path
6784
6785 2002-07-26 [alfons]     0.8.0claws18
6786
6787         * src/folder.c
6788                 use folder item identifier for saving / restoring
6789                 preferences because folder->path might not be unique
6790
6791 2002-07-26 [melvin]     0.8.0claws17
6792
6793         * src/logwindow.c
6794                 Fixed a crash introduced in 0.8.0claws5 when log is 
6795                 cut under 80 characters.
6796
6797 2002-07-26 [paul]       0.8.0claws16
6798
6799         * sync with 0.8.1cvs1
6800                 see ChangeLog 2002-07-26
6801
6802 2002-07-26 [christoph]  0.8.0claws15
6803
6804         * src/imap.[ch]
6805                 imap folder now remembers the last selected
6806                 folder and imap_fetch_msginfo skips selecting
6807                 the folder if it is already selected
6808
6809 2002-07-26 [christoph]  0.8.0claws14
6810
6811         * src/folder.c
6812         * src/folderview.c
6813         * src/imap.c
6814                 fix imap folder rescanning
6815
6816 2002-07-25 [christoph]  0.8.0claws13
6817
6818         * src/filter.c
6819         * src/folder.[ch]
6820         * src/folderview.c
6821         * src/imap.[ch]
6822         * src/mainwindow.c
6823         * src/mbox_folder.c
6824         * src/mh.c
6825         * src/news.c
6826                 implement imap uid cache and uid validity check
6827
6828 2002-07-25 [alfons]     0.8.0claws12
6829
6830         * src/summaryview.c
6831                 fix a brown paper bag bug, and also add some more
6832                 checks
6833
6834 2002-07-25 [christoph]  0.8.0claws11
6835
6836         * src/folder.c
6837                 don't mix copy, fetch_msginfo and remove
6838                 operations in folder item copy and move
6839                 operations
6840
6841 2002-07-25 [christoph]  0.8.0claws10
6842
6843         * src/folderview.c
6844         * src/mainwindow.c
6845         * src/prefs_folder_item.c
6846         * src/summaryview.[ch]
6847                 remove no longer required parameter update_cache from
6848                 summary_show
6849
6850 2002-07-25 [paul]       0.8.0claws9
6851
6852         * sync with 0.8.1
6853         
6854         * AUTHORS
6855                 a few corrections
6856
6857 2002-07-24 [alfons]     0.8.0claws8
6858
6859         * src/summaryview.c
6860                 sort correctly when using simplified subject line
6861                 (closes feature request "[ 585141 ] applying regexp to subject 
6862                 before sort" submitted by Alexandra Walford)
6863
6864 2002-07-24 [paul]       0.8.0claws7
6865
6866         * sync with 0.8.0cvs3
6867                 see ChangeLog 2002-07-24
6868
6869 2002-07-23 [christoph]  0.8.0claws6
6870
6871         * src/folder.c
6872         * src/folder.h
6873         * src/summaryview.c
6874         * src/summaryview.h
6875         * src/main.c
6876                 o separate processing and summaryview
6877                 o removed summary_write_cache from summaryview
6878                 o removed summaryview->killed_messages, because we don't have
6879                   to keep a list of killed messages anymore. New cache will
6880                   keep the hidden messages in cache anyway
6881         * src/folderview.c
6882         * src/inc.c
6883         * src/selective_download.c
6884                 o removed unnecessary summary_write_cache calls
6885         * src/procmsg.c
6886                 o don't set ignore thread flag in procmsg_get_thread_tree
6887                   if it is already set
6888         * src/mainwindow.c
6889         * src/statusbar.h
6890                 o moved STATUSBAR_PUSH/POP to statusbar.h because
6891                   they are used in different files
6892
6893 2002-07-23 [melvin]     0.8.0claws5
6894
6895         * src/addressbook.c
6896         * src/addrgather.c
6897         * src/editaddress.c
6898         * src/editgroup.c
6899         * src/editldap_basedn.c
6900         * src/importldif.c
6901         * src/prefs_common.c
6902                 Fixed few memory leak (gtk_editable_get_chars returns
6903                 an allocated string)
6904         * src/logwindow.c
6905                 Fixed few memory leak (gtk_editable_get_chars returns
6906                 an allocated string) and modified a little the log cutting
6907                 loop.
6908         * src/compose.c
6909                 Replaced a call to an obsolete function gtk_entry_get_text()
6910                 by gtk_editable_get_chars()
6911         * src/send.c
6912                 Removed a debug printf
6913
6914 2002-07-23 [christoph]  0.8.0claws4
6915
6916         * src/filesel.c
6917                 fix another g_dirname memory leak
6918
6919 2002-07-23 [christoph]  0.8.0claws3
6920
6921         * src/mh.c
6922                 fixed a memory leak in mh_fetch_msginfo
6923                 fixed crash when message header could not be
6924                 parsed
6925
6926 2002-07-23 [paul]       0.8.0claws2
6927
6928         * sync with 0.8.0cvs2
6929                 see ChangeLog 2002-07-23
6930
6931 2002-07-23 [paul]       0.8.0claws1
6932
6933         * sync with 0.8.0cvs1
6934                 see ChangeLog 2002-07-23
6935
6936 2002-07-23 [paul]       0.8.0claws
6937
6938         * release of 0.8.0claws
6939
6940 2002-07-23 [paul]       0.7.8claws99
6941
6942         * po/ru.po
6943                 new Russian translation, submitted by
6944                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
6945
6946 2002-07-22 [jens]       0.7.8claws98
6947
6948         * po/de.po
6949                 Updated German translations.
6950
6951 2002-07-22 [paul]       0.7.8claws97
6952
6953         * po/es.po
6954           po/it.po
6955           po/nl.po
6956           po/pt_BR.po
6957                 updated translations by Ricardo Mones Lastra,
6958                 Alessandro Maestri, Wilbert Berendsen and 
6959                 Fabio Jr. Beneditto respectively
6960
6961 2002-07-22 [christoph]  0.7.8claws96
6962
6963         * src/mimeview.c
6964                 fix memory leak caused by wrong g_dirname usage
6965
6966 2002-07-22 [christoph]  0.7.8claws95
6967
6968         * src/summaryview.c
6969                 update new and unread message counts for summaryview
6970                 summaryview does not get it from the folder anymore
6971                 and has to update the values itself
6972
6973 2002-07-22 [melvin]     0.7.8claws94
6974
6975         * po/fr.po
6976                 Updated French translations.
6977
6978 2002-07-22 [christoph]  0.7.8claws93
6979
6980         * src/matcher.c
6981                 set prop->preg pointer to NULL or following check
6982                 will not fail and regexec will be called with
6983                 invalid pointer
6984
6985 2002-07-21 [alfons]     0.7.8claws92
6986         
6987         * src/prefs_common.[ch]
6988                 remove option "Send return receipt on request"
6989
6990 2002-07-21 [thorsten]   0.7.8claws91
6991
6992         * src/mimeview.c
6993                 fixed memleaks, coding style as pointed out by alfons
6994
6995 2002-07-21 [alfons]     0.7.8claws90
6996
6997         * src/messageview.c
6998         * src/noticeview.[ch]
6999                 o fix bug notice view being displayed when going to empty folder 
7000                   (noticed by Christoph)
7001                 o allow RRR to be sent when restarting sylpheed, or changing folder 
7002                   (noticed by Thorsten)
7003
7004 2002-07-21 [thorsten]   0.7.8claws89
7005
7006         * src/mimeview.c
7007                 Included save_all patch from Xaview FACQ
7008                 added support for pathnames
7009
7010 2002-07-21 [alfons]     0.7.8claws88
7011
7012         * po/POTFILES.in
7013         * src/Makefile.am
7014         * src/mainwindow.c
7015         * src/messageview.[ch]
7016         * src/noticeview.c      ** NEW FILE **
7017         * src/noticeview.h      ** NEW FILE **
7018                 make return receipts work again
7019                 (UI idea by Leandro Pereira)
7020
7021 2002-07-21 [paul]       0.7.8claws87
7022
7023         * src/summaryview.c
7024                 fix sensitivity of 'Select thread'
7025
7026 2002-07-21 [paul]       0.7.8claws86
7027
7028         * src/prefs_common.c
7029                 add browser command line for Galeon
7030
7031 2002-07-21 [paul]       0.7.8claws85
7032
7033         * Makefile.am
7034                 fix 'EXTRA_DIST': remove README.README, add TODO
7035                 and TODO.claws
7036
7037 2002-07-21 [alfons]     0.7.8claws84
7038
7039         * src/gtkstext.c
7040                 make enter clear selection
7041                 (closes "[ 579888 ] Editor selection/entry error"
7042                 reported by Steve Lamb)
7043
7044 2002-07-21 [alfons]     0.7.8claws83
7045         
7046         * src/summaryview.c
7047                 sort message list when selecting unthread messages
7048                 (closes "[ 501593 ] switching threaded view doesn't sort"
7049                 reported by Simon Schubert)
7050
7051 2002-07-20 [alfons]     0.7.8claws82
7052         
7053         * src/matcher.c
7054                 const-correctness
7055
7056 2002-07-20 [thorsten]   0.7.8claws81
7057
7058         * src/matcher.c
7059                 Fixed expansion of empty fields in matchactions
7060
7061 2002-07-19 [melvin]     0.7.8claws80
7062
7063         * src/gtkspell.c
7064                 Removed a duplicate menu entry (fast mode) introduced during
7065                 the new cache merge
7066                 Added a menu separator between 'Use alternate' and 'Fast mode'
7067
7068 2002-07-19 [paul]       0.7.8claws79
7069
7070         * tools/Makefile.am
7071           tools/README
7072                 correct typos
7073
7074 2002-07-19 [thorsten]   0.7.8claws78
7075
7076         * tools/calypso_convert.pl      ** NEW FILE **
7077           tools/README
7078           tools/Makefile.am
7079                 script to import mbox files exported
7080                 by calypso
7081                 o generates folder structure
7082                 o includes attachments
7083
7084 2002-07-19 [melvin]     0.7.8claws77
7085
7086         * src/selective_download.[ch]
7087                 Fixed bug where closing the dialog with the window manager's
7088                 close button will not unlock the summary
7089                 Corrected some function declarations that missed a return value
7090                 Made the source code comply better with coding style.
7091         * src/prefs_common.c
7092                 Added new browser command line for Mozilla.
7093
7094 2002-07-18 [paul]       0.7.8claws76
7095
7096         * src/mainwindow.c
7097           src/selective_download.[ch]
7098                 reflect theme changes, fix Gdk Warning when creating 
7099                 pixmap from NULL window, and minor clean up.
7100                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7101
7102         * po/en_GB.po
7103                 updated
7104
7105 2002-07-17 [paul]       0.7.8claws75
7106
7107         * INSTALL[.jp]
7108                 sync with 0.8.0
7109         
7110         * po/en_GB.po
7111                 updated
7112
7113 2002-07-16 [paul]       0.7.8claws74
7114
7115         * tools/filter_conv.pl
7116           tools/README
7117                 replace conversion script with reimplemented version, 
7118                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
7119
7120 2002-07-16 [colin]      0.7.8claws73
7121
7122         * src/summaryview.c
7123                 remove forgotten debug messages - sorry ;-)
7124
7125 2002-07-16 [colin]      0.7.8claws72
7126
7127         * src/mimeview.c
7128           src/summaryview.c
7129           src/textview.c
7130           src/textview.h
7131                 add the ability to select part of a text mime-part 
7132                 to reply.
7133
7134 2002-07-15 [christoph]  0.7.8claws71
7135
7136         * src/folder.c
7137                 fix folder message count for folders without
7138                 msg_is_changed (includes news folders)
7139
7140 2002-07-15 [martin]     0.7.8claws70
7141
7142         * src/summaryview.c
7143                 option "display recipient on 'From'..." now works
7144                 without the need of enabling the option
7145                 "display  sender  using  address  book".
7146
7147 2002-07-15 [christoph]  0.7.8claws69
7148
7149         * src/summaryview.c
7150                 removed setting folder status from summaryview.
7151                 folder.c should update all message counts correctly.
7152
7153 2002-07-15 [paul]       0.7.8claws68
7154
7155         * po/pt_BR.po
7156                 updated by Fabio Junior Beneditto
7157
7158 2002-07-15 [darko]      0.7.8claws67
7159
7160         * src/mh.c
7161                 Fixed target folder colorization, don't decrease op
7162                 number twice
7163
7164 2002-07-14 [paul]       0.7.8claws66
7165
7166         * sync with main 0.8.0
7167                 see ChangeLog 2002-07-14
7168
7169 2002-07-13 [melvin]     0.7.8claws65
7170         
7171         * src/addrbook.c
7172         * src/addressbook.c
7173         * src/addrindex.c
7174                 Replaced sprintf by g_snprintf to prevent possible buffer
7175                 overflow.
7176         * src/news.c
7177                 Corrected a log message output format.
7178                 Added a missing "done" debug output.
7179         * src/compose.c
7180                 Added keyboard accelerator for Priority menu items
7181                 Added missing \n in debug output
7182         * src/logwindow.c
7183         * src/gtkspell.c
7184         * src/rfc2015.c
7185                 Added missing \n in debug output
7186
7187 2002-07-13 [paul]       0.7.8claws64
7188
7189         * man/sylpheed.1
7190                 change Sergey's email address to the sf address
7191
7192         * src/textview.c
7193                 increase show_url_timeout (more useful for long
7194                 urls)
7195
7196 2002-07-12 [sergey]     0.7.8claws63
7197
7198         * src/rfc2015.c
7199                 applied (with some modifications) patch to set the
7200                 micalg parameter for signatures
7201                 (2001-08-28 Werner Koch <wk@gnupg.org>)
7202
7203 2002-07-12 [sergey]     0.7.8claws62
7204
7205         * man/Makefile.am
7206         * configure.in
7207                 fixed man page installation
7208
7209 2002-07-12 [paul]       0.7.8claws61
7210
7211         * sync with 0.7.8cvs26
7212                 see ChangeLog 2002-07-11 and 2002-07-12
7213
7214 2002-07-11 [christoph]  0.7.8claws60
7215
7216         * src/compose.c
7217         * src/procmsg.c
7218                 first use the message number to find the message
7219                 to mark with a reply flag but check the
7220                 message-id if we got the correct message, if not
7221                 try to find it by message-id.
7222                 use new string seperator that is not allowed
7223                 in message-ids.
7224
7225 2002-07-11 [paul]       0.7.8claws59
7226
7227         * sync with 0.7.8cvs23
7228                 see ChangeLog 2002-07-10
7229
7230 2002-07-10 [christoph]  0.7.8claws58
7231
7232         * src/folder.[ch]
7233         * src/msgcache.[ch]
7234                 Added message-id table to the cache in memory
7235                 and functions to msgcache.c and folder.c to
7236                 fetch MsgInfos by message id
7237         * src/compose.c
7238         * src/procmsg.c
7239                 store folder and message-id of message replying
7240                 to in queue header and set reply flag after sending
7241                 (Closes bug #469498)
7242
7243 2002-07-10 [paul]       0.7.8claws57
7244
7245         * AUTHORS
7246           man/sylpheed.1.gz
7247                 add Martin to the list of authors
7248
7249 2002-07-09 [martin]     0.7.8claws56
7250         * src/gtksctree.c
7251                 Added gtk_ctree_last_visible(), tree_update_level(),
7252                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
7253                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7254                 from gtk+ to gtksctree.c for the new sorting code
7255                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
7256                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
7257         * src/gtksctree.h
7258                 Added declaration for gtk_sctree_sort_recursive() and
7259                 gtk_sctree_sort_node
7260         * src/addressbook.c
7261         * src/foldersel.c
7262         * src/folderview.c
7263         * src/summaryview.c
7264                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7265                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
7266
7267 2002-07-08 [paul]       0.7.8claws55
7268
7269         * more sync with 0.7.8cvs21
7270                 see ChangeLog 2002-07-08
7271
7272 2002-07-08 [paul]       0.7.8claws54
7273
7274         * sync with 0.7.8cvs21
7275                 see ChangeLog 2002-07-08
7276
7277 2002-07-07 [alfons]     0.7.8claws53
7278
7279         * src/Makefile.am
7280         * src/stock_pixmap.[ch]
7281         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
7282         * src/pixmaps/notice_error.xpm  ** NEW FILE **
7283         * src/pixmaps/notice_note.xpm   ** NEW FILE **
7284                 add new pixmaps for upcoming notice pane
7285
7286 2002-07-06 [melvin]     0.7.8claws52
7287
7288         * src/gtkspell.[ch]
7289                 Made them a bit closer to Sylpheed's coding style.
7290                 Removed old code.
7291                 Removed possible memory leaks when some errors occurs.
7292
7293 2002-07-06 [melvin]     0.7.8claws51
7294
7295         * po/Makefile.in.in
7296                 Removed --no-location in xgettext command line to help
7297                 translators that use Emacs' po-mode
7298         * src/quote_fmt.c
7299                 Removed unnecessary comments that messed up sylpheed.pot
7300
7301 2002-07-06 [paul]       0.7.8claws50
7302
7303         * sync with 0.7.8cvs19
7304                 see ChangeLog 2002-07-05
7305
7306 2002-07-06 [christoph]  0.7.8claws49
7307
7308         * src/folder.c
7309         * src/mainwindow.c
7310                 fix folder_item_remove_all_msg and folderview
7311                 status for trash folders after emptying trash
7312
7313 2002-07-05 [paul]       0.7.8claws48
7314
7315         * sync with 0.7.8cvs16
7316                 see ChangeLog 2002-07-04 and 2002-07-05
7317
7318 2002-07-04 [paul]       0.7.8claws47
7319
7320         * sync with 0.7.8cvs14
7321                 see  ChangeLog 2002-07-04
7322
7323 2002-07-03 [alfons]     0.7.8claws46
7324
7325         * src/folder.c
7326                 dupe folder item's path because it's being reallocated
7327                 by new folder scanning code
7328
7329 2002-07-03 [christoph]  0.7.8claws45
7330
7331         * src/imap.c
7332                 better IMAP uid fetching using 'FETCH 1:* (UID)'
7333         * src/msgcache.c
7334                 add missing return in msgcache_write
7335
7336 2002-07-02 [thorsten]   0.7.8claws44
7337
7338         * src/jpilot.c
7339         * src/msgcache.c
7340         * src/rfc2015.c
7341                 use binary mode for file access
7342
7343 2002-07-02 [christoph]  0.7.8claws43
7344
7345         * major code cleanup (part 1)
7346         
7347                 - unused variables removed
7348                 - unused functions removed
7349                 - uninitialized variables checked
7350                 - missing return statements added
7351                 - missing function return types added
7352                 - added parentheses around assignment and
7353                   && in || when suggested by gcc
7354               
7355         * src/mh.c
7356         * src/folder.c
7357                 replaced direct calls to folder->scan_tree
7358                 with folder_scan_tree and restore folder
7359                 prefs in this function. The folder should
7360                 not have to deal with them.
7361                 ( Should now work for all folder types )
7362
7363 2002-07-02 [paul]       0.7.8claws42
7364
7365         * sync with 0.7.8cvs13
7366                 see ChangeLog 2002-07-01 and 2002-07-02
7367
7368 2002-07-01 [christoph]  0.7.8claws41
7369
7370         * src/summaryview.c
7371                 fix "goto next/prev unread message" with
7372                 ignored threads
7373
7374 2002-07-01 [paul]       0.7.8claws40
7375
7376         * po/es.po
7377                 updated by Ricardo Mones Lastra
7378
7379 2002-06-30 [match]      0.7.8claws39
7380
7381         * src/jpilot.c
7382                 applied variation of leonerd's patch (566661) to
7383                 allow multiple email addresses per JPilot entry.
7384                 addresses may be separated by space, comma, pipe,
7385                 semi-colon, new-line.
7386
7387 2002-06-30 [alfons]     0.7.8claws38
7388
7389         * src/procmsg.c
7390                 simple fix for putting older nodes before
7391                 newer nodes when threading by subject
7392
7393 2002-06-30 [christoph]  0.7.8claws37
7394
7395         * src/folder.c
7396         * src/folderview.c
7397         * src/mh.c
7398         * src/news.c
7399         * src/procmsg.c
7400                 fix broken folder tree rescaning
7401                 and don't use procmsg_get_mark_sum
7402                 anymore
7403
7404 2002-06-30 [christoph]  0.7.8claws36
7405
7406         * merge new cache branch
7407         * src/imap.c
7408                 fix new cache imap copy bug
7409         * src/folder.c
7410                 improved folder_item_scan
7411                 it should now always set the correct
7412                 new, unread and total message counts
7413
7414 2002-06-29 [paul]       0.7.8claws35
7415
7416         * configure.in
7417                 correct syntax error
7418
7419 2002-06-29 [paul]       0.7.8claws34
7420
7421         * configure.in
7422           Makefile.am
7423           man/Makefile.am       ** NEW FILE **
7424           man/sylpheed.1.gz     ** NEW FILE **
7425                 add Sylpheed man page
7426
7427 2002-06-29 [paul]       0.7.8claws33
7428
7429         * po/pt_BR.po
7430                 updated by Fabio Junior Beneditto
7431
7432 2002-06-28 [jens]       0.7.8claws32
7433
7434         * po/de.po
7435                 translation updated
7436
7437         * src/selective_download.c
7438                 removed gettext for space " "
7439
7440         * src/imap.c
7441                 removed wrong space
7442
7443 2002-06-28 [paul]       0.7.8claws31
7444
7445         * sync with 0.7.8cvs11
7446                 see ChangeLog 2002-06-28
7447
7448 2002-06-28 [paul]       0.7.8claws30
7449
7450         * sync with 0.7.8cvs10
7451                 see ChangeLog 2002-06-27 and 2002-06-28
7452
7453 2002-06-26 [paul]       0.7.8claws29
7454
7455         * src/addrgather.c
7456           src/selective_download.c
7457                 don't gettextise empty strings.
7458                 reserved by gettext. gettext("") returns 
7459                 the header entry with meta information, 
7460                 not the empty string
7461
7462         * po/en_GB.po
7463                 updated
7464
7465 2002-06-26 [paul]       0.7.8claws28
7466
7467         * sync with 0.7.8cvs7
7468                 see ChangeLog 2002-06-25
7469
7470         * src/prefs_common.c
7471                 ...and in the process, tweak the gui a little
7472
7473 2002-06-25 [alfons]     0.7.8claws27
7474         
7475         * configure.in
7476         * src/Makefile.am
7477                 fine tune ldap library detection
7478
7479 2002-06-25 [alfons]     0.7.8claws26
7480
7481         * src/compose.c
7482                 don't allow return receipts when composing a news article
7483
7484 2002-06-25 [paul]       0.7.8claws25
7485
7486         * Makefile.am
7487                 add '$(AMTAR)' to 'release' section to allow for
7488                 new and older autotools
7489
7490 2002-06-25 [paul]       0.7.8claws24
7491
7492         * src/summaryview.c
7493                 fix "No more unread messages" persistant pop-up
7494                 window bug
7495
7496 2002-06-25 [paul]       0.7.8claws23
7497
7498         * po/it.po
7499                 updated by Alessandro Maestri
7500
7501 2002-06-25 [paul]       0.7.8claws22
7502
7503         * sync with 0.7.8cvs6
7504                 see ChangeLog 2002-06-25
7505
7506 2002-06-24 [paul]       0.7.8claws21
7507
7508         * tools/update-po
7509                 add GPL copyright information
7510
7511 2002-06-24 [paul]       0.7.8claws20
7512
7513         * tools/Makefile.am
7514           tools/README
7515           tools/update-po       ** NEW FILE **
7516                 add script that eases the creation of *.po files
7517                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
7518
7519 2002-06-23 [alfons]     0.7.8claws19
7520
7521         * src/messageview.c
7522                 make notification_convert_header obey const correctness
7523                 (next step will be fixing the broken return receipt)
7524
7525 2002-06-23 [paul]       0.7.8claws18
7526
7527         * src/messageview.c
7528                 fix bug introduced in last commit:
7529                 removed too much code in last commit - put back what's
7530                 needed
7531
7532 2002-06-23 [paul]       0.7.8claws17
7533
7534         * src/messageview.[ch]
7535                 remove code committed in error from locally patched
7536                 source
7537
7538 2002-06-23 [colin]      0.7.8claws16
7539
7540         * src/compose.[ch]
7541                 add compose_entry_select(), used to select the default_to
7542                 email address - hopefully avoiding people sending mails to
7543                 wrong recipients.
7544
7545 2002-06-22 [alfons]     0.7.8claws15
7546
7547         * AUTHORS
7548                 add Bram Metsch & Stanislav Karchebny
7549         * src/smtp.[ch]
7550         * src/prefs_account.[ch]
7551         * src/send.c
7552                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
7553                   options.  (see <http://sourceforge.net/tracker/index.php
7554                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
7555
7556                 - merge Stanislav's fix to make SMTP AUTH work with qmail
7557                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
7558
7559 2002-06-22 [paul]       0.7.8claws14
7560
7561         * sync with 0.7.8cvs5
7562                 see ChangeLog 2002-06-19 and 2002-06-20
7563
7564 2002-06-22 [alfons]     0.7.8claws13
7565
7566         * src/selective_download.c
7567                 fix a stupid mistake I made
7568
7569 2002-06-22 [alfons]     0.7.8claws12
7570
7571         * src/selective_download.[ch]
7572                 fix another unnoticed leak; cleanup code
7573
7574 2002-06-21 [alfons]
7575
7576         * tools/Makefile.am
7577                 gpg-sign <-- gpg-sign-syl
7578
7579 2002-06-21 [alfons]     0.7.8claws11
7580
7581         * src/selective_download.c
7582         * src/selective_download.h
7583                 fix assorted mix of allocation errors (should solve
7584                 problem reported by Philippe Gramoullé, see:
7585                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
7586
7587 2002-06-20 [melvin]     0.7.8claws10
7588
7589         * tools/gpg-sign *REMOVED*
7590           tools/gpg-sign-syl *ADDED*
7591                 Replaced the gpg clearsigning script with the version using
7592                 xterm instead of ssh-askpass and changed its name.
7593
7594         * README.claws
7595                 Updated actions example to reflect the renaming of the
7596                 gpg clearsigning script.
7597
7598 2002-06-19 [paul]       0.7.8claws9
7599
7600         * sync with 0.7.8claws9
7601                 see ChangeLog 2002-06-18 and 2002-06-19
7602
7603 2002-06-19 [paul]       0.7.8claws8
7604
7605         * sync with 0.7.8cvs1
7606                 see ChangeLog 2002-06-18
7607
7608 2002-06-18 [alfons]     0.7.8claws7
7609
7610         * src/mainwindow.h
7611                 add omitted prototype
7612
7613 2002-06-17 [paul]       0.7.8claws6
7614
7615         * src/mainwindow.c
7616                 fix hiding of exec_btn
7617
7618 2002-06-17 [paul]       0.7.8claws5
7619
7620         * src/pop.c
7621                 remove unneeded code: should_delete() 
7622                 and Pop3State::uidl_todelete_list
7623
7624 2002-06-17 [paul]       0.7.8claws4
7625
7626         * sync with 0.7.8
7627                 see ChangeLog 2002-06-11 and 2002-06-13
7628
7629 2002-06-16 [alfons]     0.7.8claws3
7630         
7631         * src/folder.c
7632                 make sure lock sort mode (claws specific) is
7633                 also persists after a tree rescan
7634
7635 2002-06-16 [alfons]     0.7.8claws2
7636
7637         * src/prefs_folder_item.c
7638         * src/folder.[ch]
7639                 fix persistence of folder sort mode (broken
7640                 by adapting Hiro's new folder persistence code)
7641
7642 2002-06-16 [alfons]     0.7.8claws1
7643
7644         * AUTHORS
7645         * src/logwindow.c
7646         * src/prefscommon.[ch]
7647                 control size of log text in log window; 
7648                 closes patch #569155 submitted by Mitko Haralanov.
7649
7650 2002-06-15 [paul]       0.7.8claws
7651
7652         * release of 0.7.8claws
7653
7654 2002-06-15 [paul]       0.7.7claws
7655
7656         * po/pt_BR.po
7657                 updated by Fabio Junior Beneditto
7658
7659 2002-06-14 [paul]       0.7.6claws49
7660
7661         * po/es.po
7662                 updated by Ricardo Mones Lastra
7663
7664 2002-06-14 [paul]       0.7.6claws48
7665
7666         * po/nl.po
7667                 updated translation by Wilbert Berendsen
7668
7669 2002-06-14 [melvin]     0.7.6claws47
7670
7671         * po/fr.po
7672                 Updated French translation
7673
7674 2002-06-13 [paul]       0.7.6claws46
7675
7676         * src/filesel.c
7677                 allow filename to be typed in, rather than just
7678                 selected by the mouse. Patch by Gustavo Noronha Silva.
7679
7680 2002-06-13 [alfons]     0.7.6claws45
7681
7682         * src/mainwindow.[ch]
7683                 more cleanups (removing unnecessary menu items Expand 
7684                 summary / message view)
7685
7686 2002-06-13 [melvin]     0.7.6claws44
7687
7688         * po/POTFILES.in
7689                 Added src/string_match.c
7690         * src/string_match.c
7691                 Fixed possible buffer overflow.
7692                 Corrected typo.
7693                 Added missing config.h header.
7694         * src/prefs_common.c
7695           src/prefs_matcher.c
7696           src/prefs_scoring.c
7697                 Made some strings translatable (missing _(..)).
7698
7699 2002-06-13 [melvin]     0.7.6claws43
7700
7701         * README.claws
7702                 Corrected action example (verifying clearsigned mail).
7703         * src/prefs_account.c
7704                 Corrected typo.
7705         * src/prefs_common.c
7706                 Removed incorrect line that generated a Gtk-CRITICAL msg.
7707
7708 2002-06-12 [alfons]     0.7.6claws42
7709
7710         * src/summaryview.c
7711                 add init of score column lost in 0.7.6claws42
7712
7713 2002-06-12 [paul]       0.7.6claws41
7714
7715         * src/prefs_account.c
7716                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
7717                 behavior of the radio buttons, (from 0.7.7cvs2)
7718
7719 2002-06-11 [alfons]     0.7.6claws40
7720
7721         * src/messageview.[ch]
7722         * src/summaryview.[ch]
7723         * src/summary_search.c
7724         * src/mainwindow.c
7725                 perform a sync to bring in Hiro's separate view implementation 
7726
7727                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
7728
7729 2002-06-11 [paul]       0.7.6claws39
7730         
7731         * src/prefs_account.c
7732                 correct a typo on the Receive tab
7733
7734 2002-06-10 [match]      0.7.6claws38
7735
7736         * src/addressbook.c
7737                 Included address completion patch from Gustavo Noronha.
7738
7739 2002-06-10 [paul]       0.7.6claws37
7740
7741         * src/inc.[ch]
7742           src/pop.c
7743           src/prefs_account.[ch]
7744           src/selective_download.[ch]
7745                 apply PATCH #561712
7746                  NEW:
7747                 - check if POP Account
7748                 - Receive Button renamed to Preview
7749                 - Preview Button Popup: preview new/all messages
7750                 - Download Button
7751                 - Account Preferences-->Receive tab checkbutton if you
7752                   want to remove Mail after Download
7753                 -: default YES
7754                 - Account Preferences-->Receive tab checkbutton use
7755                   filtering rules on preview
7756                   (think of delete_on_server)
7757                 -: default YES
7758                 - Account selectable from SD dialog
7759                 - checkbutton to show already downloaded messages if
7760                   all messages are previewed
7761                 - new clist column showing Date
7762                 - ESC KEY close
7763                 FIXES:
7764                 - play ball with UIDL
7765                 - fault tolerant (?) 
7766                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7767
7768 2002-06-10 [melvin]     0.7.6claws36
7769
7770         * README.claws
7771                 Added a hint to ac/README in cvs instructions.
7772
7773         * src/prefs_actions.c
7774                 Made it possible to use a more elaborate command line
7775                 for asynchronous actions, too.
7776
7777 2002-06-10 [melvin]     0.7.6claws35
7778         
7779         * src/prefs_actions.c
7780                 Make it possible to use a more elaborate command line
7781                 (e.g. |foo|bar|cat>there;echo Done|)
7782                 Corrected error message when calling %f, %F and %p commands
7783                 from the compose window.
7784
7785 2002-06-09 [colin]      0.7.6claws34
7786
7787         * src/summaryview.c
7788                 Automatically find unread messages in current folder
7789                 before annoying the user.
7790
7791 2002-06-08 [alfons]     0.7.6claws33
7792
7793         * po/it.po
7794                 remove bad formatting string in it.po translation
7795                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
7796
7797 2002-06-08 [paul]       0.7.6claws32
7798
7799         * sync with 0.7.6cvs25
7800                 see ChangeLog 2002-06-07
7801
7802 2002-06-05 [paul]       0.7.6claws31
7803
7804         * src/mainwindow.c
7805                 add 'Sort by locked' and 'Sort by score'
7806
7807 2002-06-05 [paul]       0.7.6claws30
7808
7809         * sync with 0.7.6cvs24
7810                 see ChangeLog 2002-06-04
7811
7812 2002-06-04 [paul]       0.7.6claws29
7813
7814         * po/pt_BR.po
7815                 updated by Fabio Junior Beneditto
7816
7817 2002-06-03 [thorsten]   0.7.6claws28
7818
7819         * src/matcher.c
7820                 fclose() matcherrc after reading
7821
7822 2002-06-03 [paul]       0.7.6claws27
7823
7824         * sync with 0.7.6cvs21
7825                 see ChangeLog 2002-05-31
7826
7827 2002-05-31 [paul]       0.7.6claws26
7828
7829         * sync with 0.7.6cvs20
7830                 see ChangeLog 2002-05-29 and 2002-05-30
7831
7832 2002-05-31 [paul]       0.7.6claws25
7833
7834         * src/imap.c
7835                 hopefully fix last buggy sync
7836
7837         * README.claws
7838                 correct typo in 'Actions' examples
7839
7840 2002-05-29 [paul]       0.7.6claws24
7841
7842         * sync with 0.7.6cvs18
7843                 see ChangeLog 2002-05-28 and 2002-05-29
7844
7845         * src/news.c
7846           src/nntp.[ch]
7847                 sync with above 
7848
7849 2002-05-28 [paul]       0.7.6claws23
7850
7851         * sync with 0.7.6cvs16
7852                 see ChangeLog 2002-05-28
7853
7854 2002-05-27 [thorsten]   0.7.6claws22 
7855
7856         * faq/it/sylpheed-faq-1.html
7857           faq/it/sylpheed-faq-2.html
7858           faq/it/sylpheed-faq-3.html
7859           faq/it/sylpheed-faq.html
7860                 corrected DOS lineendings
7861         * faq/de/sylpheed-faq-1.html
7862           faq/de/sylpheed-faq-2.html
7863           faq/en/sylpheed-faq-1.html
7864           faq/en/sylpheed-faq-2.html
7865           faq/en/sylpheed-faq-3.html
7866           faq/es/sylpheed-faq-1.html
7867           faq/es/sylpheed-faq-2.html
7868           faq/es/sylpheed-faq-3.html
7869           faq/fr/sylpheed-faq-1.html
7870           faq/it/sylpheed-faq-1.html
7871           faq/it/sylpheed-faq-2.html
7872           faq/it/sylpheed-faq-3.html
7873           faq/it/sylpheed-faq.html
7874                 changed ">" to &quot;
7875
7876 2002-05-27 [paul]       0.7.6claws21
7877         
7878         * sync with 0.7.6cvs15
7879                 see ChangeLog 2002-05-27
7880
7881 2002-05-27 [paul]       0.7.6claws20
7882
7883         * src/prefs_account.c
7884                 correct a typo
7885
7886 2002-05-26 [paul]       0.7.6claws19
7887
7888         * tools/README
7889                 correct a typo
7890
7891 2002-05-25 [paul]       0.7.6claws18
7892
7893         * tools/README
7894                 add description of kmail2sylpheed.pl
7895
7896 2002-05-25 [paul]       0.7.6claws17
7897
7898         * tools/kmail2sylpheed.pl       ** NEW FILE **
7899                 perl script that converts an exported Kmail address
7900                 book, converts it to sylpheed addressbook file,
7901                 writes the file to .sylpheed, and updates
7902                 addrbook--index.xml 
7903
7904 2002-05-25 [paul]       0.7.6claws16
7905
7906         * sync with 0.7.6cvs14
7907                 see ChangeLog 2002-05-23
7908
7909 2002-05-24 [paul]       0.7.6claws15
7910
7911         * README.claws
7912                 make a correction and add some more info
7913
7914 2002-05-24 [paul]       0.7.6claws14
7915
7916         * src/compose.c
7917                 fix memory leak in 
7918                 compose_redirect_write_headers_from_headerlist()
7919                 add Subject and Resent-Message-ID to
7920                 compose_redirect_write_headers()
7921                 Received, Subject, and X-UIDL are filtered out in 
7922                 compose_redirect_write_to_file()
7923
7924 2002-05-23 [paul]       0.7.6claws13
7925
7926         * src/compose.[ch]
7927           src/filtering.c
7928           src/mainwindow.c
7929           src/matcher.[ch]
7930           src/matcher_parser_lex.l
7931           src/matcher_parser_parse.y
7932           src/prefs_common.[ch]
7933           src/prefs_filtering.c
7934           src/summaryview.c
7935                 rename 'Bounce' to 'Redirect'
7936
7937 2002-05-23 [paul]       0.7.6claws12
7938
7939         * more sync with 0.7.6cvs13
7940           src/compose.c
7941                 see ChangeLog 2002-05-22
7942
7943 2002-05-22 [paul]       0.7.6claws11
7944
7945         * sync with 0.7.6cvs13
7946           src/codeconv.c
7947                 see ChangeLog 2002-05-20
7948           src/prefs_common.c
7949                 see ChangeLog 2002-05-22
7950
7951 2002-05-21 [melvin]     0.7.6claws10
7952
7953         * src/folderview.c
7954                 Added missing filtering and scoring headers
7955                 Fixed bad function call that showed garbage 
7956                 in Folder->Processing
7957
7958 2002-05-21 [paul]       0.7.6claws9
7959
7960         * tools/Makefile.am
7961                 make all tools executable, (patch by Alfons).
7962
7963 2002-05-20 [alfons]     0.7.6claws8
7964
7965         * src/procheader.c
7966                 don't forget to call mktime() so we have a valid week 
7967                 and year day
7968                 (Bug report by Roger Sondermann <mail@jumaros.de>)
7969
7970 2002-05-20 [paul]       0.7.6claws7
7971
7972         * src/html.c
7973                 fix broken parsing of urls
7974         * src/textview.c
7975                 fix displaying of urls
7976
7977                 both fixes from the patch [547855] by Eugene 
7978                 Brevdo (zonem)
7979
7980 2002-05-19 [alfons]     0.7.6claws6
7981
7982         * configure.in
7983                 make sylpheed configure correctly with the latest
7984                 and greatest of automake / autoconf / gettext
7985
7986 2002-05-19 [alfons]     0.7.6claws5
7987
7988         * src/procheader.c
7989         * src/procheader.h
7990                 add function for returning ime zone offset
7991         * src/quote_fmt.c
7992         * src/quote_fmt_parse.y
7993                 better quotation formatting - does not convert
7994                 to local time, but uses the original date string.
7995                 
7996                 Note: %z inserts the timezone offset (should 
7997                 work also on platforms where strftime does not
7998                 support %z).
7999
8000 2002-05-18 [christoph]  0.7.6claws4
8001
8002         * src/summaryview.c
8003                 fix indentation of some code
8004         * tools/Makefile.am
8005                 fix spaces after \
8006         * src/Makefile.am
8007                 add missing \
8008                 correct path for ignorethread.xpm
8009                 incorrect filename for sylpheed_logo.xpm
8010                 add missing include matcher_parser_parse.h
8011
8012 2002-05-18 [paul]       0.7.6claws3
8013
8014         * sync with 0.7.6cvs8
8015                 see ChangeLog 2002-05-16 and 2002-05-17
8016
8017 2002-05-18 [melvin]     0.7.6claws2
8018
8019         * README.claws
8020                 Corrected an action's definition and fixed some misspellings.
8021
8022 2002-05-18 [paul]       0.7.6claws1
8023
8024         * tools/Makefile.am
8025           tools/gpg-sign        ** new file **
8026           tools/uudec           ** new file **
8027                 add Melvin's Actions scripts
8028
8029         * README.claws
8030                 add Melvin's descriptions for Actions
8031
8032 2002-05-18 [paul]       0.7.6claws
8033
8034         * Version 0.7.6claws released
8035
8036 2002-05-17 [paul]       0.7.5claws32
8037
8038         * po/es.po
8039                 updated by Ricardo Mones Lastra
8040
8041 2002-05-17 [paul]       0.7.5claws31
8042
8043         * src/compose.c
8044                 fix Account prefs default folder for sent/draft/deleted
8045                 messages bug
8046
8047         * po/it.po
8048           po/nl.po
8049                 updated translation by Alessandro Maestri and
8050                 Wilbert Berendsen
8051
8052 2002-05-17 [melvin]     0.7.5claws30
8053
8054         * src/prefs_actions.c
8055                 Fixed bug where using %F not at the end of the command 
8056                 resulted in an additional empty argument being created.
8057                 Thanks to Darko Koruga for reporting the bug.
8058
8059 2002-05-17 [melvin]     0.7.5claws29
8060
8061         * po/fr.po
8062                 Updated French translations.
8063
8064 2002-05-15 [paul]       0.7.5claws28
8065         
8066         * po/es.po
8067                 updated by Ricardo Mones Lastra
8068
8069 2002-05-15 [paul]       0.7.5claws27
8070
8071         * sync with 0.7.6cvs4
8072                 see ChangeLog 2002-05-14 and 2002-05-15
8073
8074 2002-05-14 [paul]       0.7.5claws26
8075
8076         * sync with 0.7.6cvs1
8077                 see ChangeLog 2002-05-13
8078
8079 2002-05-13 [thorsten]   0.7.5claws25
8080
8081         * src/messageview.c
8082                 fix select_all and copy in multipart messages
8083         * src/mainwindow.c
8084                 fix select_all and copy in multipart messages
8085
8086 2002-05-12 [paul]       0.7.5claws24
8087
8088         * src/summaryview.c
8089                 reverse last commit, bug already fixed in 0.7.5claws3
8090
8091 2002-05-12 [netztorte]  0.7.5claws23
8092
8093         * src/summaryview.c
8094                 dont parse empty addressbook (checked in before claws20)
8095
8096 2002-05-12 [melvin]     0.7.5claws22
8097
8098         * src/procmsg.[ch]
8099                 Removed unneeded priority code introduced by the previous 
8100                 commit.
8101
8102 2002-05-12 [melvin]     0.7.5claws21
8103
8104         * src/compose.[ch]
8105                 Added possibility to set message's priority.
8106         * src/procmsg.[ch]
8107                 Added possibility to set message's priority.
8108                 Added missing headers
8109
8110 2002-05-12 [melvin]     0.7.5claws20
8111
8112         * src/prefs_actions.c
8113                 Removed implicitely added quotes around the name
8114                 of the temporary files of mime parts.
8115
8116 2002-05-12 [paul]       0.7.5claws19
8117
8118         * sync with 0.7.5cvs20
8119                 see ChangeLog 2002-05-11
8120
8121 2002-05-12 [alfons]     0.7.5claws18
8122
8123         * src/quote_fmt_lex.l
8124         * src/quote_fmt_parse.y
8125                 allow quote / reply date & time format to be set using
8126                 %D{format}. format is a format string you'd pass to
8127                 strftime() (see man strftime, or the Display tab |
8128                 Date format setting).
8129
8130                 Currently %D converts the date to local time. 
8131
8132 2002-05-11 [paul]       0.7.5claws17
8133
8134         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
8135                 see ChangeLog 2002-05-10 and 2002-05-11
8136
8137 2002-05-10 [paul]       0.7.5claws16
8138
8139         * sync with 0.7.5cvs16
8140                 see ChangeLog entries 2002-05-09 and 
8141                 2002-05-10
8142
8143 2002-05-10 [colin]      0.7.5claws15
8144
8145         * src/textview.c
8146                 Corrected a bug that prevented sylpheed to open
8147                 double-clicked URIs.
8148
8149 2002-05-09 [paul]       0.7.5claws14
8150
8151         * sync with 0.7.5cvs14
8152                 see ChangeLog 2002-05-08 and 2002-05-09
8153
8154 2002-05-08 [paul]       0.7.5claws13
8155
8156         * sync with 0.7.5cvs11
8157                 see ChangeLog entry 2002-05-08
8158
8159 2002-05-08 [paul]       0.7.5claws12
8160
8161         * src/mainwindow.c
8162           src/textview.[ch]
8163                 fix segfault on View->Open in new window
8164                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8165
8166 2002-05-07 [paul]       0.7.5claws11
8167
8168         * sync with 0.7.5cvs9
8169                 see ChangeLog entry 2002-05-07
8170
8171 2002-05-06 [paul]       0.7.5claws10
8172
8173         * src/messageview.c
8174           src/textview.c
8175                 display url in statusbar on single-click
8176                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8177
8178 2002-05-06 [match]      0.7.5claws9
8179
8180         * src/addritem.[ch]
8181                 new functions.
8182         * src/addrcache.c
8183                 tidy up.
8184         * src/xmlprops.[ch]
8185                 XML implementation of properties file.
8186         * src/exporthtml.[ch]
8187         * src/expthtmldlg.[ch]
8188         * src/addressbook.c
8189                 export to HTML.
8190
8191 2002-05-02 [sergey]     0.7.5claws8
8192
8193         * src/mainwindow.c (mainwin_entries),
8194           src/prefs_common.c (prefs_send_create()),
8195           src/codeconv.c (locale_table):
8196                 use charset name "Windows-1251" instead of "CP1251".
8197
8198 2002-05-02 [colin]      0.7.5claws7
8199         
8200         * src/compose.c
8201           src/prefs_common.c
8202           src/prefs_folder_item.c
8203                 Fixed cosmetics bugs due to Outbox renamed to Sent.
8204
8205 2002-05-02 [hiro]       0.7.5claws6
8206
8207         * src/imap.c
8208                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
8209
8210 2002-05-02 [paul]       0.7.5claws5
8211
8212         * src/compose.c
8213                 more sync with 0.7.5cvs7, see ChangeLog entry
8214                 2002-05-02
8215
8216 2002-05-02 [hiro]       0.7.5claws4
8217
8218         * src/compose.c
8219                 compose_queue_sub():
8220                 check if queue folder exists (closes #550397).
8221                 removed directory creation since it should be handled
8222                 transparently.
8223         * src/imap.c
8224                 imap_add_msg(): return UID for appended message
8225                 (closes #548842).
8226
8227 2002-04-30 [paul]       0.7.5claws3
8228
8229         * src/summaryview.c
8230                 fix account_find_from_address() bug
8231
8232 2002-04-28 [colin]      0.7.5claws2
8233
8234         * src/compose.c
8235           src/textview.c
8236           src/prefs_common.[ch]
8237           src/utils.[ch]
8238                 Added user-definable quotation characters recognition.
8239
8240 2002-04-28 [paul]       0.7.5claws1
8241
8242         * sync with 0.7.5cvs4
8243                 see ChangeLog entry  2002-04-25
8244
8245 2002-04-28 [paul]       0.7.5claws
8246
8247         * po/es.po
8248           po/nl.po
8249           po/pt_BR.po
8250                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
8251                 Fabio Junior Beneditto
8252
8253 2002-04-27 [jens]       0.7.4claws103
8254
8255         * po/de.po
8256                 updated German translation.
8257
8258 2002-04-27 [hiro]       0.7.4claws102
8259
8260         * src/summaryview.c
8261                 summary_write_cache(): fixed the mark loss of hidden messages.
8262
8263 2002-04-26 [melvin]     0.7.4claws101
8264
8265         * src/procmsg.c
8266                 fixed a second typo (same one)
8267         * po/fr.po
8268           po/it.po
8269           po/pt_BR.po
8270                 fixed the type again...
8271
8272 2002-04-26 [melvin]     0.7.4claws100
8273
8274         * src/procmsg.c
8275                 fixed a typo in an alert message ("temorary").
8276         * po/it.po
8277         * po/pt_BR.po
8278                 corrected the typo  described above.
8279         * po/fr.po
8280                 updated French translation.
8281
8282 2002-04-26 [darko]      0.7.4claws99
8283
8284         * src/summaryview.c
8285                 fix target folder colorization
8286
8287 2002-04-25 [paul]       0.7.4claws98
8288
8289         * po/it.po
8290                 updated by Alessandro Maestri
8291
8292 2002-04-24 [colin]      0.7.4claws97
8293         
8294         * src/compose.c
8295                 Fixed double "subject is empty" question.
8296
8297 2002-04-23 [colin]      0.7.4claws96
8298         
8299         * src/mimeview.c
8300                 Corrected issue when "automatically display images" was
8301                 not set : first image remained after selecting second.
8302
8303 2002-04-23 [melvin]     0.7.4claws95
8304
8305         * src/prefs_actions.c
8306                 Don't display in/out dialog if there is nothing to show.
8307
8308 2002-04-23 [paul]       0.7.4claws94
8309
8310         * sync with 0.7.5cvs3
8311                 bug fixes: see ChangeLog entry 2002-04-23
8312
8313 2002-04-22 [darko]      0.7.4claws93
8314
8315         * src/compose.c
8316                 fix previous check-in which changed code after
8317                 merge from main
8318
8319 2002-04-22 [paul]       0.7.4claws92
8320
8321         * faq/de/*
8322                 add German FAQ
8323         * faq/en/*
8324           faq/es/*
8325           faq/fr/*
8326                 update English, Spanish and French FAQs
8327         * manual/de/*
8328           manual/es/*
8329                 add German and Spanish manuals
8330         * manual/en/*
8331           manual/fr/*
8332                 update English and French manuals
8333
8334         * src/Makefile.am
8335                 add to and re-arrange the pixmap entries
8336
8337 2002-04-22 [darko]      0.7.4claws91
8338
8339         * src/compose.c
8340                 fix sender initials recognition to only allow
8341                 '>' after the initials
8342
8343 2002-04-21 [paul]       0.7.4claws90
8344
8345         * sync with 0.7.5 release
8346                 see ChangeLog entry 2002-04-21
8347
8348 2002-04-21 [alfons]
8349
8350         * src/Makefile.am
8351                 add colin's new pixmaps to EXTRA_DIST
8352
8353 2002-04-21 [colin]      0.7.4claws89
8354         * src/compose.c
8355         * src/inc.c
8356         * src/mainwindow.[ch]
8357         * src/prefs_common.[ch]
8358         * src/stock_pixmap.[ch]
8359                 Added "Work offline" ability.
8360
8361 2002-04-21 [colin]      0.7.4claws88
8362         
8363         * src/mimeview.c
8364         * src/prefs_common.c
8365         * src/prefs_common.h
8366         * src/textview.c : Added an option to common preferences -> display
8367           to allow user not to automatically display images.
8368
8369 2002-04-21 [paul]       0.7.4claws87
8370
8371         * sync with 0.7.4cvs52
8372                 see ChangeLog entry 2002-04-21 (src/imap.c)
8373
8374 2002-04-21 [paul]       0.7.4claws86
8375
8376         * sync with 0.7.4cvs51
8377                 see ChangeLog entry 2002-04-21
8378
8379 2002-04-21 [paul]       0.7.4claws85
8380
8381         * sync with 0.7.4cvs49
8382                 see ChangeLog entries 2002-04-20 and 2002-04-21
8383
8384         * src/Makefile.am
8385                 clean up: remove old 'stock_' element from xpm 
8386                 filenames.
8387
8388 2002-04-21 [alfons]     0.7.4claws84
8389
8390         apply sync patch from Paul
8391
8392         * src/folderview.c
8393                 use old claws prefs_folder_item_create() for now
8394
8395 2002-04-19 [match]      0.7.4claws83
8396
8397         * src/addressbook.[ch]
8398         * src/addrharvest.[ch]
8399         * src/addrgather.[ch]
8400                 recurse folders.
8401         * src/mainwindow.c
8402         * src/summaryview.[ch]
8403                 change menu option.
8404
8405 2002-04-19 [paul]       0.7.4claws82
8406
8407         * po/pt_BR.po
8408                 updated by Fabio Junior Beneditto
8409
8410 2002-04-14 [alfons]     0.7.4claws81
8411
8412         * src/passphrase.c
8413                 add #include <sys/types.h> for mode_t and off_t 
8414
8415 2002-04-13 [paul]       0.7.4claws80
8416         
8417         * src/main.c
8418           src/passphrase.[ch]
8419           src/pgptext.c
8420           src/prefs_common.[ch]
8421           src/rfc2015.c
8422                 enable storing of GnuPG passphrase for the whole 
8423                 session or a user-defined number of minutes. patch 
8424                 submitted by Ravemax <ravemax@dextrose.com>
8425
8426 2002-04-13 [alfons]     0.7.4claws79
8427
8428         * src/textview.c
8429                 make email parser also stop scanning when encountering separators
8430                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
8431
8432 2002-04-13 [paul]       0.7.4claws78
8433
8434         * sync with 0.7.4cvs39
8435                 see ChangeLog entry 2002-04-12
8436
8437 2002-04-11 [paul]       0.7.4claws77
8438
8439         * sync with 0.7.4cvs37
8440                 see ChangeLog entry 2002-04-11
8441
8442 2002-04-11 [paul]       0.7.4claws76
8443
8444         * COPYING 
8445                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
8446                 the clause for OpenSSL). sync with sylpheed main
8447
8448 2002-04-09 [melvin]     0.7.4claws75
8449
8450         * src/compose.c
8451                 Made 'Ctrl-Enter' on send ignore some modifiers 
8452                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
8453                 to bind other *-Enter (but not Alt-Enter).
8454
8455 2002-04-09 [paul]       0.7.4claws74
8456
8457         * sync with 0.7.4cvs35
8458                 see ChangeLog entries 2002-04-09
8459
8460 2002-04-08 [paul]       0.7.4claws73
8461
8462         * sync with 0.7.4cvs33
8463                 see ChangeLog entry 200-04-08
8464
8465 2002-04-07 [match]      0.7.4claws72
8466
8467         * src/addrharvest.[ch]
8468                 fixed to read all addresses in header, regardless
8469                 of header size. improved name parsing. accommodate
8470                 harvest from folders and selected message.
8471         * src/addritem.[ch]
8472                 included new address parsing function.
8473         * src/addrgather.[ch]
8474         * src/addressbook.[ch]
8475         * src/summaryview.[ch]
8476         * src/mainwindow.c
8477                 allow address harvest of folder as well as selected
8478                 messages.
8479
8480 2002-04-07 [paul]       0.7.4claws71
8481
8482         * src/esmtp.[ch]
8483           src/smtp.c
8484                 don't try to authenticate with CRAM-MD5 in SMTP when 
8485                 SMTP-AUTH enabled if MTA doesn't issue this 
8486                 auth-method in it's ehlo-response. bug item #531364,
8487                 patch item #938910. patch submitted by Colin Leroy 
8488                 <colin@colino.net>
8489
8490 2002-04-07 [paul]       0.7.4claws70
8491
8492         * src/nntp.c
8493                 fix missing MODE_READER bug. patch submitted by
8494                 Colin Leroy <colin@colino.net>
8495
8496 2002-04-07 [alfons]     0.7.4claws69
8497
8498         * src/matcher.[ch]
8499         * src/prefs_filtering.c
8500         * src/summaryview.c
8501                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
8502                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
8503
8504 2002-04-07 [paul]       0.7.4claws68
8505
8506         * sync with 0.7.4cvs32
8507                 see ChangeLog entry 2002-04-06
8508
8509         * tools/filter_conv.pl
8510                 more bug fixes
8511
8512 2002-04-06 [paul]       0.7.4claws67
8513
8514         * tools/filter_conv.pl
8515                 modify to be able to find the name of the first
8516                 mailbox and use that. main's filter does not
8517                 record the full path to the mailbox and therefore
8518                 can only filter to the first mailbox.
8519
8520 2002-04-05 [paul]       0.7.4claws66
8521
8522         * tools/filter_conv.pl
8523                 attempt to make the script all-encompassing and
8524                 be able to convert any main 'filter' rule thrown
8525                 at it
8526
8527 2002-04-05 [paul]       0.7.4claws65
8528
8529         * tools/filter_conv.pl
8530                 allow for collapsed folder trees
8531
8532 2002-04-05 [paul]       0.7.4claws64
8533
8534         * sync with 0.7.4cvs31
8535                 see ChangeLog entries 2002-04-05
8536
8537 2002-04-03 [paul]       0.7.4claws63
8538
8539         * sync with 0.7.4cvs29
8540                 see ChangeLog entries 2002-04-02 and 2002-04-03
8541
8542 2002-04-02 [paul]       0.7.4claws62
8543
8544         * sync with 0.7.4cvs26
8545                 see ChangeLog entry 2002-04-01
8546
8547 2002-04-02 [match]      0.7.4claws61
8548
8549         * src/pine.[ch]
8550         * src/importpine.[ch]
8551         * src/addressbook.c
8552                 import Pine address book.
8553
8554 2002-04-02 [match]      0.7.4claws60
8555
8556         * src/addrharvest.[ch]
8557                 improve address parsing of funky addresses.
8558
8559 2002-04-02 [darko]      0.7.4claws59
8560
8561         * src/compose.c
8562                 wrap on send improvements, it now recognizes quoted
8563                 initials as part of the quotation string, and it
8564                 does not join lines separated by CR
8565
8566 2002-04-01 [match]      0.7.4claws58
8567
8568         * src/mgutils.[ch]
8569                 added new functions.
8570         * src/mutt.[ch]
8571                 remove excessive duplicate address generation
8572                 on import.
8573
8574 2002-04-01 [alfons]     0.7.4claws57
8575         
8576         * src/summaryview.c
8577                 put back g_free() 
8578
8579 2002-04-01 [paul]       0.7.4claws56
8580
8581         * sync with 0.7.4cvs25
8582                 see ChangeLog entry 2002-04-01
8583
8584 2002-04-01 [alfons]     0.7.4aprilfool55
8585
8586         * src/summaryview.c
8587                 honour feature request item #537427 to allow for
8588                 displaying names from address book for sent mail also
8589
8590 2002-03-29 [paul]       0.7.4claws54
8591
8592         * src/mainwindow.c
8593           src/prefs_filtering.[ch]
8594           src/prefs_matcher.c
8595           src/summaryview.c
8596                 add 'fast filter' for claws' filtering,
8597                 /Tools/Create filter rule/... patch submitted
8598                 by Neill Miller <neillm@thecodefactory.org>
8599
8600 2002-03-29 [paul]       0.7.4claws53
8601
8602         * sync with 0.7.4cvs24
8603                 see ChangeLog entry 2002-03-29
8604
8605 2002-03-28 [paul]       0.7.4claws52
8606
8607         * sync with 0.7.4cvs23
8608                 see ChangeLog entry 2002-03-28
8609
8610 2002-03-27 [melvin]     0.7.4claws51
8611
8612         * src/prefs_actions.c
8613                 Added support to pass only one message part (as a
8614                 file) to the command using '%p'. No quotes are needed
8615                 because doubles quotes are automatically added.
8616                 Fixed bug where Sylpheed could block when waiting for
8617                 a child process to finish.
8618                 Changed the help menu to remove quotes around symbols to 
8619                 avoid misinterpretation (they must not be used).
8620
8621 2002-03-27 [melvin]     0.7.4claws50
8622
8623         * src/inc.c
8624                 Made the new mail notification command always 
8625                 execute asynchronously.
8626
8627 2002-03-27 [paul]       0.7.4claws49
8628
8629         * src/compose.c
8630                 fix bug introduced in last commit
8631
8632 2002-03-27 [paul]       0.7.4claws48
8633
8634         * sync with 0.7.4cvs21
8635                 see ChangeLog 2002-03-26 and 2002-03-27
8636
8637 2002-03-26 [hoa]        0.7.4claws47
8638
8639         * src/prefs_folder_item.c
8640                 really fixed the bug #516442 with folder rescan.
8641
8642 2002-03-26 [paul]       0.7.4claws46
8643
8644         * sync with 0.7.4cvs19
8645                 see ChangeLog entries 2002-03-25 and 2002-03-26
8646
8647 2002-03-25 [hoa]        0.7.4claws45
8648
8649         * src/matcher.c
8650         * src/mh.c
8651                 fix the bug #516442 with folder rescan.
8652
8653         * src/prefs_common.[ch]
8654         * src/compose.c
8655                 added an option to enable two different behaviours
8656                 for bounce.
8657
8658
8659 2002-03-25 [paul]       0.7.4claws44
8660
8661         * src/mainwindow.c
8662           src/selective_download.c
8663                 correct a few menuitem labels
8664
8665 2002-03-25 [christoph]  0.7.4claws43
8666
8667         * src/procmsg.c
8668                 fix non deleted tmp message in
8669                 procmsg_save_to_outbox
8670                 fix problems caused by sync with
8671                 main branch's procmsg_send_queue
8672
8673 2002-03-25 [paul]       0.7.4claws42
8674
8675         * src/quote_fmt.c
8676           src/quote_fmt_lex.l
8677           src/quote_fmt_parse.y
8678                 add Last name (%L) placeholder for quoting. 
8679                 patch submitted by Thorsten Thielen 
8680                 <thth@users.sourceforge.net>
8681
8682 2002-03-25 [paul]       0.7.4claws41
8683
8684         * src/utils.c
8685                 get full hostname. patch submitted by
8686                 Bob Woodside <rwoodside1@comcast.net>
8687
8688 2002-03-25 [paul]       0.7.4claws40
8689
8690         * src/account.c
8691           src/news.c
8692           src/nntp.[ch]
8693           src/prefs_account.[ch]
8694                 enable NNTP over SSL. patch submitted by
8695                 Pascal Jermini <pascal@infinity.hn.org>
8696
8697 2002-03-24 [paul]       0.7.4claws39
8698
8699         * src/prefs_common.c
8700                 make the arrangement of the Compose tab more
8701                 coherent
8702
8703         * src/mainwindow.c
8704                 fix some irregularities of style
8705
8706         * po/de.po
8707                 updated by Kilian Krause
8708
8709 2002-03-23 [paul]       0.7.4claws38
8710
8711         * po/pt_BR.po
8712                 updated by Fabio Junior Beneditto
8713
8714 2002-03-23 [paul]       0.7.4claws37
8715
8716         * src/mainwindow.c
8717                 move 'Gather addresses' to 'Tools' menu
8718                 make 'Selective download' sensitive
8719
8720 2002-03-23 [paul]       0.7.4claws36
8721
8722         * sync with 0.7.4cvs16
8723                 see ChangeLog entries 2002-03-23
8724
8725 2002-03-22 [christoph]  0.7.4claws35
8726
8727         * src/quote_fmt_parse.y
8728                 fix include program output
8729
8730 2002-03-22 [alfons]     0.7.4claws34
8731
8732         * src/pop.c
8733                 initialize GDate stack variable correctly (sorry!)
8734
8735 2002-03-22 [paul]       0.7.4claws33
8736
8737         * src/compose.c
8738           src/mainwindow.c
8739           src/prefs_actions.c
8740           src/prefs_common.c
8741                 rename 'Tool' to 'Tools'
8742
8743         * src/mainwindow.c
8744                 move 'Delete duplicated messages' from
8745                 'Message/' to 'Tools/'
8746                 re-arrange the order of 'Tools/' items
8747
8748 2002-03-22 [paul]       0.7.4claws32
8749
8750         * src/addr_compl.c
8751           src/addressbook.[ch]
8752                 auto-address completion now also matches on
8753                 Nickname. patch submitted by Bob Forsman 
8754                 <hammor@users.sourceforge.net>
8755
8756         * src/editaddress.c
8757                 correct a spelling mistake
8758
8759 2002-03-22 [alfons]     0.7.4claws31
8760
8761         * src/pop.c
8762                 fix getting uidl from incorrect string 
8763                 (spotted by Colin)
8764
8765 2002-03-21 [alfons]     0.7.4claws30
8766
8767         * src/pop.c
8768                 more code refactoring
8769                 plug mem leak introduced by delete on server
8770
8771 2002-03-21 [paul]       0.7.4claws29
8772
8773         * sync with 0.7.4cvs11
8774                 see ChangeLog entries 2002-03-20
8775
8776 2002-03-20 [alfons]     0.7.4claws28
8777
8778         * src/inc.c
8779                 apply Colin's patch and refactor
8780
8781 2002-03-20 [paul]       0.7.4claws27
8782
8783         * sync with sylpheed 0.7.4cvs9
8784                 see ChangeLog entry 2002-03-20
8785
8786 2002-03-19 [christoph]  0.7.4claws26
8787
8788         * src/mh.c
8789         * src/procmsg.[ch]
8790         * src/summaryview.c
8791                 revert changes for flag updates
8792                 (does not work correctly and no time to debug)
8793
8794 2002-03-20 [alfons]     0.7.4claws25
8795
8796         * src/pop.c
8797                 refactor should_delete() a little bit 
8798
8799 2002-03-19 [paul]       0.7.4claws24
8800
8801         * src/inc.[ch]
8802           src/pop.c
8803           src/prefs_account.[ch]
8804                 allow the user to leave downloaded mail on the 
8805                 server for n days. Patch submitted by Colin Leroy 
8806                 <colin@colino.net>
8807
8808 2002-02-19 [paul]       0.7.4claws23
8809
8810         * sync with sylpheed 0.7.4cvs8
8811                 see ChangeLog entries 2002-03-19
8812
8813 2002-03-18 [paul]       0.7.4claws22
8814
8815         * sync with sylpheed 0.7.4cvs6
8816                 see ChangeLog entry 2002-03-18
8817
8818 2002-03-18 [paul]       0.7.4claws21
8819
8820         * po/en_GB.po
8821                 add en_GB message catalogue
8822
8823         * src/mbox_folder.c
8824           src/prefs_account.c
8825           src/prefs_actions.c
8826                 correct a few spelling mistakes
8827
8828 2002-03-17 [alfons]     0.7.4claws20
8829
8830         * src/matcher.c
8831                 more stringent checks for NULL params when writing
8832                 filtering actions to a file
8833                 
8834 2002-03-17 [hoa]        0.7.3claws20
8835
8836         * src/news.c
8837                 fixed the count of new messages
8838
8839         * src/compose.c
8840                 fixed the "attachment properties" window
8841
8842 2002-03-17 [paul]       0.7.4claws19
8843
8844         * src/defs.h
8845           src/folder.h
8846           src/news.c
8847           src/prefs_account.[ch]
8848           src/procmsg.[ch]
8849           src/summaryview.c
8850                 automatically mark cross-posted messages as read 
8851                 and (optionally) give them a colour label
8852                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
8853                 
8854
8855 2002-03-17 [paul]       0.7.4claws18
8856
8857         * sync with sylpheed 0.7.4cvs5
8858                 see ChangeLog entry 2002-03-17
8859
8860 2002-03-17 [melvin]     0.7.4claws17
8861         
8862         * src/textview.c
8863                 Worked around a gtktext 'bug': when searching for 
8864                 a text in a long message it was scrolling slowly
8865                 line by line until it hit the searched text.
8866         * po/fr.po
8867                 Updated French translation
8868
8869 2002-03-17 [melvin]     0.7.4claws16
8870
8871         * src/mainwindow.c
8872         * src/compose.c
8873         * src/prefs_actions.c
8874                 Moved "Edit/Actions" to "Tool/Actions"
8875                 Made mainwindow/compose window sensitive as soon as
8876                 no child process is running anymore even if the io dialog
8877                 is open.
8878                 Fixed a struct being initialized with a non constant char*
8879
8880 2002-03-16 [christoph]  0.7.4claws15
8881
8882         * configure.in
8883                 add --with-compiler-flags option
8884                 (only for developer hacking)
8885         * src/mh.c
8886         * src/procmsg.[ch]
8887         * src/summaryview.c
8888                 try to make folder-stats and flag handling more
8889                 independent from the summaryview. msgcounts
8890                 are only set when the folder is opened and
8891                 procmsg_msginfo_(un)set_flags will handle it
8892                 later and summaryview will get the values
8893                 from the folder.
8894
8895 2002-03-16 [paul]       0.7.4claws14
8896
8897         * src/messageview.c
8898                 fix Return-receipt. Patch submitted by Bob
8899                 Woodside <rwoodside1@comcast.net>
8900
8901 2002-03-16 [paul]       0.7.4claws13
8902
8903         * src/compose.c
8904                 fix 'dynamic' signatures, make it work again
8905                 broken during sync on 2002-03-14 (0.7.4claws2)
8906
8907 2002-03-15 [match]      0.7.4claws12
8908
8909         * src/addrharvest.[ch]
8910         * src/addrgather.[ch]
8911         * src/addressbook.[ch]
8912         * src/mainwindow.c
8913                 included address harvester feature. still some
8914                 issues with address parsing that I will fix.
8915
8916 2002-03-15 [match]      0.7.4claws11
8917
8918         * src/addrbook.[ch]
8919         * src/addrcache.[ch]
8920         * src/addressbook.[ch]
8921         * src/addrindex.c
8922         * src/editbook.c
8923         * src/importldif.c
8924         * src/importmutt.c
8925         * src/jpilot.[ch]
8926         * src/main.c
8927         * src/syldap.[ch]
8928         * src/vcard.[ch]
8929                 tidy up. fix memory leaks. moved attribs and methods
8930                 from individual interfaces to addrcache object. prep
8931                 for new stuff to come in.
8932
8933 2002-03-15 [alfons]     0.7.4claws10
8934
8935         * src/matcher.[ch]
8936         * src/matcher_parser_parse.y
8937         * src/matcher_parser_lex.l
8938         * src/prefs_matcher.c
8939                 add filtering conditions message greater than, smaller 
8940                 than, and exactly matching a size in bytes
8941                 (does not work with delete from POP3 server yet)
8942
8943                 this should also give others an idea what you should
8944                 do to add new criterions to claws filtering system
8945                 
8946
8947 2002-03-15 [paul]       0.7.4claws9
8948
8949         * tools/filter_conv.pl
8950                 exit if there are no filter rules to convert
8951                 rename filterrc to filterrc.old after completion
8952
8953 2002-03-15 [paul]       0.7.4claws8
8954
8955         * sync with sylpheed 0.7.4cvs3
8956                 see ChangeLog entry 2002-03-14
8957
8958 2002-03-14 [paul]       0.7.4claws7
8959
8960         * src/compose.c
8961                 clean up the last commit (ahem)
8962
8963 2002-03-14 [paul]       0.7.4claws6
8964
8965         * src/compose.c
8966                 fix bug #515655. honour account preferences
8967                 regarding gpg default signing/encryption when 
8968                 changing account from the compose window.
8969
8970 2002-03-14 [paul]       0.7.4claws5
8971
8972         * src/folderview.c
8973                 remove unnecessary curly brackets
8974
8975 2002-03-14 [paul]       0.7.4claws4
8976
8977         * src/folderview.c
8978           src/prefs_filtering.[ch]
8979                 add filter rename on folder rename and filter
8980                 delete on folder delete. Patch submitted by
8981                 Neill Miller <neillm@thecodefactory.org> 
8982
8983 2002-03-14 [christoph]  0.7.4claws3
8984
8985         * src/procmsg.c
8986         * src/send.c
8987                 fix local delivery
8988                 (patch submitted by "Simon 'corecode' Schubert")
8989         * src/prefs_common.c
8990         * src/procmsg.c
8991                 fix gcc 3.0 warning
8992
8993 2002-03-14 [paul]       0.7.4claws2
8994
8995         * sync with sylpheed 0.7.4cvs2
8996                 see ChangeLog entry 2002-03-13
8997
8998 2002-03-12 [darko]      0.7.4claws1
8999
9000         * src/mainwindow.c
9001                 fix what seems to be a copy and paste error
9002                 when setting color for important messages
9003                 (reported by wwp)
9004
9005 2002-03-11 [paul]       version 0.7.4claws released
9006
9007 2002-03-11 [paul]       0.7.4claws
9008
9009         * po/es.po
9010           po/it.po
9011           po/nl.po
9012           po/pt_BR.po
9013                 update message catalogs. Submitted by Ricardo Mones 
9014                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
9015                 Fabio Junior Beneditto
9016
9017         * configure.in
9018           faq/Makefile.am
9019           faq/it/Makefile
9020           faq/it/sylpheed-faq*
9021           src/mainwindow.c
9022           src/manual.[ch]
9023                 add FAQ in Italian
9024         
9025
9026 2002-03-11 [jens]       0.7.3claws7
9027
9028         * po/de.po
9029                 updated German translation
9030
9031 2002-03-11 [melvin]     0.7.3claws6
9032
9033         * po/fr.po
9034                 updated and corrected French translation
9035
9036 2002-03-10 [hoa]        0.7.3claws5
9037
9038         * src/account.c
9039         * src/inc.c
9040         * src/prefs_account.c
9041         * src/procmsg.c
9042         * src/send.[ch]
9043                 fixed the local account.
9044                 you have to change the default "/usr/sbin/sendmail"
9045                 to "/usr/sbin/sendmail -t" in the preferences of
9046                 the local account.
9047
9048         * src/procmime.c
9049                 removed some debug display for renderer
9050
9051 2002-03-10 [paul]       0.7.3claws4
9052
9053         * faq/en/sylpheed-faq-1.html
9054           faq/en/sylpheed-faq-2.html
9055                 update
9056
9057 2002-03-09 [paul]       0.7.3claws3
9058
9059         * sync with sylpheed 0.7.4
9060                 see ChangeLog entry 2002-03-09
9061
9062 2002-03-08 [paul]       0.7.3claws2
9063
9064         * faq/en/sylpheed-faq*
9065           faq/es/sylpheed-faq*
9066           faq/fr/sylpheed-faq*
9067                 update the FAQs
9068
9069         * manual/fr/.cvsignore
9070           manual/fr/Makefilea.am
9071           manual/fr/sylpheed*
9072           src/mainwindow.c
9073           src/manual.[ch]
9074                 add the French manual
9075
9076 2002-03-07 [paul]       0.7.3claws1
9077
9078         * sync with sylpheed 0.7.3cvs4
9079                 see ChangeLog entries  2002-03-06 and 2002-03-07
9080         
9081         * po/nl.po
9082                 updated by Wilbert Berendsen
9083
9084 2002-03-07 [melvin]     0.7.2claws34
9085
9086         * src/selective_download.c
9087                 Changed the pixmap of the receive button to MAIL_RECEIVE.
9088
9089 2002-03-06 [paul]       0.7.2claws33
9090
9091         * sync with sylpheed 0.7.3cvs1
9092                 bug fix, see ChangeLog entry 2002-03-05
9093
9094 2002-03-05 [paul]       0.7.2claws32
9095
9096         * src/mimeview.c
9097           src/pgptext.[ch]
9098           src/procmsg.c
9099                 reverse the pgp ascii-armored code implemented in 
9100                 0.7.2claws16. removal of this code until it matures.
9101                 this means that verifying ascii-armored pgp sigs and
9102                 automatic decryption of ascii-armored encrypted
9103                 messages no longer works.
9104
9105 2002-03-05 [paul]       0.7.2claws31
9106
9107         * configure.in
9108           Makefile.am
9109         * faq/Makefile.am
9110         * faq/en/Makefile.am
9111           faq/en/sylpheed-faq.html
9112           faq/en/sylpheed-faq-1.html
9113           faq/en/sylpheed-faq-2.html
9114           faq/en/sylpheed-faq-3.html
9115         * faq/es/Makefile.am
9116           faq/es/sylpheed-faq.html
9117           faq/es/sylpheed-faq-1.html
9118           faq/es/sylpheed-faq-2.html
9119           faq/es/sylpheed-faq-3.html
9120           faq/es/sylpheed-faq-4.html
9121         * faq/fr/Makefile.am
9122           faq/fr/sylpheed-faq.html
9123           faq/fr/sylpheed-faq-1.html
9124           faq/fr/sylpheed-faq-2.html
9125           faq/fr/sylpheed-faq-3.html
9126         * src/Makefile.am
9127           src/defs.h
9128           src/mainwindow.c
9129           src/manual.[ch]
9130                 add FAQs in English, Spanish and French
9131
9132
9133 2002-03-05 [paul]       0.7.2claws30
9134
9135         * manual/en/sylpheed.html
9136           manual/en/sylpheed-XX.html
9137                 updated the English manual
9138
9139 2002-03-05 [hoa]        
9140
9141         * src/summaryview.c
9142                 dialog box pops up if the article can't be deleted.
9143
9144 2002-03-04 [paul]       
9145         
9146         * po/pt_BR.po
9147                 updated by Fabio Junior Benedito
9148
9149 2002-03-04 [hoa]
9150
9151         * removed ac/gpgme.m4
9152                 to avoid autogen common problem
9153                 developers have to install gpgme development package now
9154
9155         * src/compose.c
9156                 encoding to 7bit or 8bit is enabled.
9157
9158 2002-03-03 [alfons]     0.7.2claws29
9159
9160         * src/pop.c
9161                 merge fix by Oliver Haertel for selective
9162                 download buglet
9163
9164 2002-03-03 [paul]       0.7.2claws28
9165         
9166         * sync with sylpheed 0.7.3
9167
9168 2002-03-03 [paul]       0.7.2claws27
9169
9170         * sync with sylpheed 0.7.2cvs24
9171                 see ChangeLog entries 2002-03-02 and 2002-03-03
9172
9173 2002-03-02 [melvin]     0.7.2claws26
9174
9175         * src/inc.[ch]
9176         * src/main.c
9177         * src/mainwindow.c
9178         * src/prefs_common.[ch]
9179                 Added user definable notification on new mail arrival.
9180                 Removed unused variables in spell checker prefs code.
9181
9182 2002-03-02 [melvin]     0.7.2claws25
9183
9184         * src/quote_fmt.c
9185                 Removed unnecessary escape sequences.
9186                 Changed 'Initial...' to 'Initials of Sender'
9187
9188 2002-03-02 [paul]       0.7.2claws24
9189
9190         * sync with sylpheed 0.7.2cvs22
9191                 see ChangeLog entry 2002-03-01
9192
9193 2002-03-01 [hoa]        0.7.2claws23
9194
9195         * src/mainwindow.c
9196                 Set sensitivity of delete actions to active
9197                 even if the folder is a newsgroup.
9198
9199         * src/summaryview.c
9200                 - Set sensitivity of delete actions
9201                 - Added function check_permission() that will check if the
9202                   user is authorized to delete a message. For news, it
9203                   will check if the author is the same.
9204                 - Enabled deletion when there is no trash folder.
9205
9206         * src/news.[ch]
9207                 - Added news_cancel_article() to cancel articles
9208                 - Implemented news_remove_message() (public function)
9209
9210 2002-03-01 [paul]       0.7.2claws22
9211
9212         * src/gtkutils.c
9213           src/textview.c
9214                 recognise urls that that don't include 'http://' and
9215                 simply begin 'www.' 
9216
9217         * AUTHORS
9218                 remove duplicated name
9219
9220 2002-02-28 [paul]       0.7.2claws21
9221
9222         * src/mainwindow.c
9223           src/summaryview.[ch]
9224                 add ability to 'Select thread'
9225                 combines Melvin's "Select thread's head" patch (#510907)
9226                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
9227                 patch (#518514) 
9228
9229 2002-02-28 [paul]       0.7.2claws20
9230
9231         * src/mimeview.c
9232                 hopefully fix segfault on right-clicking a mime part
9233                 that some people have experienced.      
9234                 fix submitted by Fredrik Olofsson <frol@linux.nu>
9235
9236 2002-02-28 [paul]       0.7.2claws19
9237
9238         * sync with sylpheed 0.7.2cvs21
9239                 see ChangeLog entries 2002-02-27 and 2002-02-28
9240
9241 2002-02-27 [paul]       0.7.2claws18
9242
9243         * sync with sylpheed 0.7.2cvs18
9244                 see ChangeLog entries 2002-02-26 and 2002-02-27
9245
9246 2002-02-26 [alfons]     0.7.2claws17
9247
9248         * src/procheader.c
9249                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
9250                 (spotted by Chris Hessman <idatech@gmx.net>)
9251
9252 2002-02-26 [paul]       0.7.2claws16
9253
9254         * src/mimeview.c
9255           src/pgptext.[ch]
9256           src/procmsg.c
9257                 make decryption of ascii-armored pgp encrypted messages
9258                 and verification of ascii-armored signatures work again.
9259                 slightly altered from the patch by Jens Jahnke 
9260                 <jan0sch@gmx.net>
9261
9262                 ##FIX ME##
9263                 * the checking of plaintext signatures always comes up in 
9264                   a popup box
9265                 * it doesn't work for multipart messages 
9266                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
9267                   including the msg headers and these 2 line themselves, are 
9268                   not displayed
9269
9270         * src/mainwindow.c
9271                 "View/Folder Tree" becomes "View/Separate Folder Tree"
9272                 "View/Message View" becomes "View/Separate Message View"
9273                 because its less ambiguous.
9274
9275         * po/es.po
9276                 updated by Ricardo Mones Lastra
9277
9278 2002-02-26 [paul]       0.7.2claws15
9279
9280         * sync with sylpheed 0.7.2cvs17
9281                 see ChangeLog entries 2002-02-25 and 2002-02-26
9282
9283 2002-02-25 [christoph]  0.7.2claws14
9284
9285         * src/filtering.[ch]
9286         * src/inc.c
9287                 do filtering stuff after all messages have been received
9288                   1. drop all messages to .processing
9289                   2. scan processing folder for messages
9290                   3. filter messages or move to inbox
9291                 this will also find old messages left in processing after
9292                 a crash or something like that and we get a real msginfo
9293                 from folder->get_msg_list and do not have to create our
9294                 own in filter_message
9295         * src/matcher_parser_parse.y
9296                 remove MIX/MAX warning (reordered includes)
9297
9298 2002-02-25 [paul]       0.7.2claws13
9299
9300         * sync with sylpheed 0.7.2cvs15
9301                 see ChangeLog entry 2002-02-24
9302
9303 2002-02-24 [alfons]     0.7.2claws12
9304
9305         * src/filtering.c
9306                 clear old color flags first when applying a new color to
9307                 a message info. 
9308                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
9309
9310 2002-02-24 [alfons]     0.7.2.claws11
9311         
9312         * AUTHORS
9313         * src/prefs_common.c
9314                 add presets for Opera and Konqueror, closes patch #517261,
9315                 submitted by Ville Skyttä <scop@users.sourceforge.net>
9316
9317 2002-02-24 [alfons]     0.7.2.claws10
9318
9319         * AUTHORS
9320         * src/summaryview.c
9321                 fix threading for null message ids, closes patch #521601,
9322                 submitted by Bob Forsman <hammor@users.sourceforge.net>
9323
9324 2002-02-24 [alfons]     0.7.2claws9
9325
9326         * src/summaryview.c
9327         * src/filtering.c
9328                 make Tool | Filter Message work with filtering system so
9329                 setting flags also works
9330
9331                 TODO:
9332
9333                 - Processing uses the same function as Tool | Filter
9334                   Message, but doesn't use the same update proc yet
9335
9336 2002-02-23 [paul]       0.7.2claws8
9337
9338         * sync with sylpheed 0.7.2cvs14
9339                 see ChangeLog entries 2002-02-22 and 2002-02-23
9340
9341 2002-02-22 [christoph]  0.7.2claws7
9342
9343         * src/quote_fmt.c
9344                 Add column space to table
9345         * src/quote_fmt_parse.y
9346                 Close files
9347
9348 2002-02-22 [paul]       0.7.2claws6
9349
9350         * src/Makefile.am
9351           src/defs.h
9352           src/filtering.c
9353           src/inc.[ch]
9354           src/mainwindow.c
9355           src/matcher.[ch]
9356           src/matcher_parser_lex.l
9357           src/matcher_parser_parse.y
9358           src/pop.[ch]
9359           src/prefs_account.h
9360           src/prefs_filtering.c
9361           src/selective_download.[ch]   *** NEW FILES ***
9362           src/utils.[ch]
9363           po/POTFILES.in
9364                 Selective Download added to 'Tool' menu. 
9365                 Retrieves email headers of the currently selected pop3 
9366                 account and allows the user to mark emails for deletion 
9367                 right on the pop3 server. Patch submitted by Oliver Haertel 
9368                 <oha@users.sourceforge.net>.
9369         
9370         * po/POTFILES.in
9371                 add 'src/quote_fmt.c'           
9372
9373 2002-02-22 [christoph]  0.7.2claws5
9374
9375         * src/Makefile.am
9376                 added quote_fmt.c
9377         * src/prefs_common.[ch]
9378         * src/prefs_template.c
9379         * src/quote_fmt.c               *** NEW FILE ***
9380         * src/quote_fmt.h
9381                 move quote format symbol description code
9382                 to it's own file because it is used from
9383                 differnent code parts
9384                 Rewrote symbol description GUI
9385                   + use table
9386                   + add separators
9387                   + get data from array (no more long constant strings)
9388         * src/quote_fmt_lex.l
9389         * src/quote_fmt_parse.y
9390                 Symbol for Literal % changed to \% instead of %%
9391                 (More logical as \ is used for quoting for other symbols)
9392                 Add |f and |p to include files and program output
9393                 Examples:
9394                     |f{/home/.../.signature}
9395                     |p{date}
9396         * po/de.po
9397                 Correct wrong spelling for "Referenzen"
9398
9399 2002-02-21 [paul]       0.7.2claws4
9400
9401         * src/procmsg.c
9402                 forgotten during sync
9403
9404 2002-02-21 [paul]       0.7.2claws3
9405
9406         * sync with sylpheed 0.7.2cvs11
9407                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
9408                 2002-02-20 and 2002-02-21
9409
9410 2002-02-20 [melvin]     0.7.2claws2
9411
9412         * src/prefs_actions.c
9413                 Added error report when child cannot fork or when execvp 
9414                 returns with an error.
9415
9416 2002-02-19 [christoph]  0.7.2claws1
9417
9418         * src/codeconv.c
9419                 return unconverted text if conde conversion is not possible
9420                 when libjconv is used.
9421                 (patch submitted by "Simon 'corecode' Schubert")
9422
9423 2002-02-19 [paul]       
9424
9425         * version 0.7.2claws release
9426
9427 2002-02-19 [paul]       0.7.2claws
9428
9429         * po/nl.po
9430                 updated by Wilbert Berendsen
9431
9432
9433 2002-02-18 [alfons]     0.7.1claws13
9434
9435         * src/syldap.c
9436         * src/jpilot.c
9437                 remove references to dlfcn and explicitly loading functions
9438                 from dynalink libs, because libs linked anyway, and functions
9439                 are loaded explicitly
9440
9441 2002-02-17 [melvin]     0.7.1claws12
9442
9443         * src/prefs_actions.c
9444                 Replaced children wait loop with double fork technique.
9445                 Now, input/output window updated at each new output.
9446                 free_children(): Fixed a memory leak.
9447                 Made input/output window non closable if running children
9448                 still exist.
9449                 Added missing <unistd.h> include.
9450                 Added some --debug outputs.
9451
9452 2002-02-17 [melvin]     0.7.1claws11
9453
9454         * src/summaryview.c
9455                 Fixed bug where descending sort order did not select top
9456                 message.
9457
9458 2002-02-17 [melvin]     0.7.1claws10
9459
9460         * acconfig.h
9461                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9462         * src/prefs_common.c
9463                 Pspell data package directory no more hard coded but
9464                 set during configuration (PSPELL_PATH). (Thanks to 
9465                                 Gustavo Noronha Silva.)
9466
9467 2002-02-17 [melvin]     0.7.1claws9
9468
9469         * configure.in
9470                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9471         * src/gtkspell.c
9472                 Fixed compile-time warnings.
9473
9474 2002-02-16 [alfons]     0.7.1claws8
9475
9476         * src/filesel.c
9477                 fix inadvertent free of NULL pointer which caused
9478                 sylpheed to crash when closing the save-as dialog
9479                 using the window close button
9480
9481 2002-02-16 [carsten]    0.7.1claws7
9482         * src/mainwindow.[ch]
9483           src/summaryview.c
9484           src/prefs_common.c
9485                 fixes for pixmap theming code:
9486                         - recently changed mail attributes shouldn't get
9487                           lost any longer
9488                         - theme is only reloaded iff another theme was
9489                           selected
9490
9491 2002-02-16 [paul]       0.7.1claws6
9492
9493         * sync with sylpheed 0.7.2 release
9494                 see ChangeLog entry 2002-02-15 and 2002-02-16
9495
9496 2002-02-15 [paul]       0.7.1claws5
9497
9498         * sync with sylpheed 0.7.1cvs9
9499                 see ChangeLog entry 2002-02-15
9500
9501         * po/POTFILES.in
9502                 remove unneeded headerwindow.c entry
9503
9504 2002-02-14 [carsten]    0.7.1claws4
9505         * src/summaryview.c
9506                 fixed a bug for "Go to next unread message": there was
9507                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
9508                 in the prefs, because of doing "Search again" instead
9509                 "No"
9510
9511 2002-02-14 [carsten]    0.7.1claws3
9512         * src/stock_pixmap.c
9513                 removed 2 more mem leaks; following memprof,
9514                 this code is "leak free" now :)
9515
9516 2002-02-14 [carsten]    0.7.1claws2
9517         * src/stock_pixmap.c
9518                 used opendir/readdir/closedir instead of scandir
9519                 -> code should work now on Solaris
9520
9521 2002-02-14 [paul]       0.7.1claws1
9522
9523         * sync with sylpheed 0.7.1cvs8
9524                 see ChangeLog entries 2002-02-13 and 2002-02-14
9525
9526         * README.claws
9527                 add some description of Actions and Pixmap Themes
9528
9529 2002-02-13 [paul]       
9530
9531         * version 0.7.1claws release
9532
9533 2002-02-13 [paul]       0.7.1claws
9534
9535         * po/es.po
9536           po/it.po
9537           po/pt_BR.po
9538                 updated translations, submitted by Ricardo Mones Lastra,
9539                 Alessandro Maestri and Fabio Junior Beneditto
9540
9541 2002-02-13 [melvin]     0.7.0claws75
9542
9543         * src/prefs_actions.c
9544                 Added missing "signal.h" include
9545
9546 2002-02-13 [melvin]     0.7.0claws74
9547
9548         * src/prefs_folder_item.c
9549                 Added missing "config.h" include
9550         * po/fr.po
9551                 Updated French translation for folder propriety.
9552
9553 2002-02-13 [jens]       0.7.0claws73
9554
9555         * po/POTFILES.in
9556                 Added missing src/prefs_folder_item.c [log added by melvin]
9557         * po/de.po
9558                 Updated German translation.
9559
9560 2002-02-13 [melvin]     0.7.0claws72
9561
9562         * po/fr.po
9563                 Updated French translation.
9564
9565 2002-02-13 [melvin]     0.7.0claws71
9566
9567         * src/gtkutils.c
9568                 Made gtkut_editable_get_selection return NULL if selection
9569                 is of length zero.
9570                 This fixes a bug where selecting part of message A then
9571                 switching to message B and replying to it will not
9572                 quote the message's body.
9573
9574 2002-02-12 [paul]       0.7.0claws70
9575
9576         * src/mainwindow.c
9577                 cosmetic, relating to pixmap themes: on toolbar make 
9578                 updating of 'Exec' and 'Compose news/Compose email'
9579                 icons faster.
9580
9581 2002-02-12 [carsten]    0.7.0claws69
9582         * src/folderview.c
9583           src/mainwindow.[ch]
9584           src/stock_pixmap.c
9585           src/summaryview.c
9586           src/prefs_common.c
9587                 - refreshing after changing pixmap theme better
9588                   now (thanks Paul)
9589                 - wanted to remove some mem leaks, but alfons was
9590                   faster (and had the better solution ;)
9591
9592 2002-02-12 [alfons]     0.7.0claws68
9593
9594         * src/prefs_common.c
9595         * src/stock_pixmap.[ch]
9596                 plug mem leaks, refactor code a little bit
9597
9598
9599 2002-02-12 [sergey]     0.7.0claws67
9600
9601         * src/imap.c
9602                 Fixed problem with copying messages to IMAP folders when the
9603                 server uses something other than '/' as a namespace separator
9604                 (cyrus-imapd uses '.').
9605
9606 2002-02-12 [jens]       0.7.0claws66
9607
9608         * po/de.po
9609                 Updated German Translation
9610
9611 2002-02-12 [paul]       0.7.0claws65
9612
9613         * sync with sylpheed 0.7.1cvs1
9614                 see ChangeLog entry 2002-02-12
9615
9616 2002-02-12 [melvin]     0.7.0claws64
9617
9618         * src/prefs_actions.c
9619                 Fixed "feature" where children's output was duplicated 
9620                 instead of refreshed while monitoring.
9621                 Removed some debug code.
9622
9623 2002-02-12 [christoph]  0.7.0claws63
9624
9625         * src/compose.c
9626                 always delete message from queue after sending/send error
9627                 (closes bug #509601)
9628
9629 2002-02-12 [melvin]     0.7.0claws62
9630
9631         * src/prefs_actions.c
9632                 Children wait loop is now triggered with a timeout of 1s
9633                 Added %F which is replaced with the list of filenames 
9634                 of all selected messages (as suggested by Ricardo Mones Lestra)
9635                 Pipe syntax changed. Prefix with | to send selection, postfix
9636                 with | to retrieve output. Prefix with > or * to send
9637                 user definable input to the command (*: input is hidden)
9638                 Old pipe action should now be postfixed with |, too.
9639
9640 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
9641         * src/stock_pixmap.c
9642                 fixed a bug: if there's no theme directory don't
9643                 throw an error, just do "nothing" (thanks Alfons)
9644
9645 2002-02-12 [carsten]    0.7.0claws60
9646         * src/folderview.c
9647           src/summaryview.c
9648                 had to write the cache twice (nasty!); some marks would 
9649                 get lost if not
9650
9651 2002-02-11 [carsten]    0.7.0claws59
9652         * acconfig.h
9653           configure.in
9654           doc-src/maintainer_guide.txt
9655           src/compose.[ch]
9656           src/defs.h
9657           src/folderview.[ch]
9658           src/gtkutils.[ch]
9659           src/mainwindow.[ch]
9660           src/prefs_common.[ch]
9661           src/stock_pixmap.[ch]
9662           src/summaryview.[ch]
9663                 pixmap theming and related work on pixmap
9664                 handling on some other places
9665                 (e.g. hrm features for all folder)
9666           src/pixmap/stock_*.xpm -> the stock_ was removed
9667         
9668 2002-02-11 [paul]       0.7.0claws58
9669
9670         * sync with sylpheed 0.7.1 release
9671                 see ChangeLog entries 2002-02-11
9672
9673 2002-02-08 [paul]       0.7.0claws57
9674
9675         * sync with sylpheed 0.7.0cvs39
9676                 see ChangeLog entry 2002-02-07 (last entry) 
9677
9678         * src/prefs_actions.c
9679           src/prefs_filtering.c
9680           src/prefs_matcher.c
9681           src/prefs_scoring.c
9682                 sync: made it compile with C compilers other than gcc
9683
9684 2002-02-07 [paul]       0.7.0claws56
9685
9686         * sync with sylpheed 0.7.0cvs38
9687                 see ChangeLog entries 2002-02-06 (last 2 entries) and
9688                 2002-02-07
9689
9690 2002-02-07 [darko]      0.7.0claws55
9691
9692         * src/gtkutils.[ch]
9693         * src/summaryview.c
9694                 Fix const gchar */gchar * issue (thanks Hiro)
9695
9696 2002-02-07 [darko]      0.7.0claws54
9697
9698         * src/compose.[ch]
9699         * src/filtering.c
9700         * src/gtkutils.[ch]
9701         * src/prefs_template.c
9702         * src/quote_fmt.h
9703         * src/quote_fmt_parse.y
9704         * src/summaryview.c
9705         * src/utils.[ch]
9706                 When replying or forwarding an email don't quote the entire
9707                 mail body but use the part of the message text that is selected
9708
9709 2002-02-06 [melvin]     0.7.0claws53
9710
9711         * src/prefs_common.[ch]
9712         * src/gtkspell.[ch]
9713         * src/compose.c
9714                 Made possible to switch quickly to last used dictionary
9715                 which makes checking bilingual documents easier.
9716
9717 2002-02-06 [melvin]     0.7.0claws52
9718         
9719         * po/POTFILES.in
9720                 Added forgotten new file src/prefs_actions.c
9721
9722 2002-02-06 [melvin]     0.7.0claws51
9723
9724         * src/prefs_actions.c   ** NEW FILE **
9725         * src/prefs_actions.h   ** NEW FILE **
9726                 Added actions to execute on message text view, or on the
9727                         message's file.
9728         * src/Makefile.am
9729                 Added src/prefs_actions.[ch]
9730         * src/compose.c
9731                 Added new menu "Edit/Actions"
9732         * src/defs.h
9733                 Added new actionsrc file.
9734         * src/main.c
9735                 Added actionsrc reading.
9736         * src/mainwindow.c
9737                 Added new menus "Edit/Actions" and "Configuration/Actions..."
9738         * src/prefs_common.h
9739                 Added new element actionslst element to prefs_common.
9740
9741 2002-02-06 [paul]       0.7.0claws50
9742
9743         * sync with sylpheed 0.7.0cvs36
9744                 see ChangeLog entry 2002-02-06
9745
9746 2002-02-05 [paul]
9747
9748         * po/es.po
9749                 updated by Ricardo Mones Lastra
9750
9751 2002-02-05 [paul]       0.7.0claws49
9752
9753         * sync with sylpheed 0.7.0cvs33
9754                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
9755
9756 2002-02-05 [paul]       0.7.0claws48
9757
9758         * src/compose.c
9759                 re-add 'Edit/Advanced/Delete entire line', previously named
9760                 'Delete Line+'
9761
9762 2002-02-04 [paul]       0.7.0claws47
9763
9764         * src/compose.c
9765           src/summaryview.c
9766                 fix bug #494993 (Reply All not taking Reply-To into consi)
9767                 eliminate differences in behaviour of right-click 'Reply to all' 
9768                 in summary view and 'Reply to all' on the toolbar. 
9769                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
9770                 view and From gets ignored by 'Reply to all' on toolbar.
9771                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
9772                 From when no Reply-To header is present.
9773
9774 2002-02-04 [paul]       0.7.0claws46
9775
9776         * sync with sylpheed 0.7.0cvs30
9777                 see ChangeLog entries 2002-02-03 and 2002-02-04
9778
9779 2002-02-03 [melvin]     0.7.0claws45
9780
9781         * src/gtkspell.[ch]
9782                 Readded function to highlight all misspelled words.
9783                 Fixed bug where user-provided-words did not replace
9784                         correctly the misspelled word when using the mouse.
9785                 Fixed bug where checking a region selected from right to left did
9786                         not check the region at all.
9787                 Fixed bug where 'Check backwards' may not check at all. 
9788                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
9789                 Fixed possible buffer overflow when checking for long strings (>1k).
9790                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
9791                 Accelerators code uses now gtk_widget_add_accel.
9792                 Removed and disabled obsolete and unfinished code.
9793                 Cleaning up.
9794
9795         * src/compose.c
9796                 Added menu item to Highlight all misspelled words.
9797
9798 2002-02-01 [paul]       0.7.0claws44
9799
9800         * src/mainwindow.c
9801                 fix '/View/Hide read messages' sensitivity when all
9802                 messages in a folder are hidden
9803
9804 2002-02-01 [paul]       0.7.0claws43
9805
9806         * src/main.c
9807                 add --send option to command line interface, sends all
9808                 queued mail. Patch submitted by Ricardo Mones Lastra.
9809
9810 2002-01-31 [paul]       0.7.0claws42
9811
9812         * src/mainwindow.c
9813                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
9814
9815 2002-01-31 [paul]       0.7.0claws41
9816
9817         * sync with sylpheed 0.7.0cvs27
9818                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
9819                 and 2002-01-31
9820
9821         * src/textview.c
9822                 comment out elements of textview_show_part() as temporary
9823                 workaround for attachment 'Display as text' bug 
9824
9825         * po/pt_BR.po
9826                 updated by Fabio Junior Beneditto
9827
9828 2002-01-30 [paul]       0.7.0claws40
9829
9830         * sync with sylpheed 0.7.0cvs24
9831                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
9832                 and 2002-01-30
9833
9834         * src/compose.c
9835                 add {N_("/_Spelling"), ... "<Branch>"} to 
9836                 GtkItemFactoryEntry compose_entries[]
9837
9838         * src/prefs_common.c
9839                 add claws menu items to prefs_keybind_apply_clicked()
9840                 and remove non-claws menu items
9841
9842 2002-01-29 [paul]       0.7.0claws39
9843
9844         * sync with sylpheed 0.7.0cvs22
9845                 see ChangeLog entries 2002-01-28 and 2002-01-29
9846
9847 2002-01-28 [melvin]     0.7.0claws38
9848
9849         * src/compose.c
9850                 Added the declartion of compose_send_control_enter.
9851
9852         * src/compose.c
9853         * src/gtkspell.[ch]
9854                 Added in a 'Spelling' menu which includes the configuration menu. 
9855                 Added a real 'Check all' and got rid from the old one which only
9856                 highlited misspelled word.
9857                 Made 'Check while typing' a disableable option.
9858                 Added a dialog when there are no more misspelled word.
9859                 Added a dialog if error occurs when switching to a dictionary.
9860         
9861         * src/prefs_common.[ch]
9862                 Added option for the default 'Check while typing' option.
9863
9864
9865 2002-01-28 [alfons]     0.7.0claws37
9866
9867         * src/compose.c
9868                 fix buglet and make code comply with sylpheed code style
9869
9870 2002-01-28 [paul]       0.7.0claws36
9871
9872         * sync with sylpheed 0.7.0cvs19
9873                 see ChangeLog entries for 2002-01-28
9874
9875 2002-01-28 [hoa]        0.7.0claws35
9876
9877         * src/defs.h
9878                 added rendererrc
9879
9880         * src/main.c
9881                 read the renderer config
9882
9883         * src/procmime.[ch]
9884                 use the renderer config to convert mime attachments
9885
9886         * src/textview.c
9887                 don't use textview_show_html/ertf,
9888                 use get_text_content instead
9889
9890 2002-01-27 [alfons]     0.7.0claws34
9891         
9892         * src/news.c
9893                 make sylpheed believe it can delete a news message...
9894                 (messages are NOT deleted, maybe we should remove
9895                 processing from the folder properties after all.)
9896
9897 2002-01-27 [alfons]     0.7.0claws33
9898
9899         * src/folder.c
9900                 add extra checks
9901         * src/news.c
9902                 implement remove_msg() 
9903
9904 2002-01-27 [alfons]     0.7.0claws32
9905
9906         * src/procmsg.h
9907         * src/procheader.c
9908         * src/messageview.c
9909                 fix return receipt / disposition notification again. this
9910                 stuff seems to break on _every_ major summary UI change, so
9911                 it's now implemented using a flag which is saved in the
9912                 marks cache
9913                 
9914 2002-01-26 [alfons]     0.7.0claws31
9915
9916         * src/import.c
9917                 let import dialog show the destination folder identifier
9918
9919 2002-01-26 [melvin]     0.7.0claws30
9920
9921         * src/folderview.c
9922         * src/summaryview.c
9923                 Readded 'Mark all read' into summary view popup menu
9924                 Added 'Mark all read' in folder view popup menu for IMAP
9925                 and NNTP.
9926                 Made it insensitive if the selected folder is not the shown
9927                 one to avoid 'Mark all read' on the wrong folder.
9928                 
9929 2002-01-26 [paul]       0.7.0claws29
9930
9931         * src/folderview.c
9932           src/summaryview.c
9933                 move 'Mark all read' from summary view to folder view
9934                 menu. (adapted from) patch submitted by Jeremy Andrews,
9935                 <lists@kerneltrap.com>
9936
9937 2002-01-25 [alfons]     0.7.0claws28
9938
9939         * src/gtkstext.c
9940                 put the gtk class name back so GtkSText adapts the 
9941                 settings of GtkText
9942
9943 2002-01-25 [alfons]     0.7.0claws27
9944
9945         * src/folderview.c 
9946                 assimilate Ricardo's patch that shows pixmaps instead of
9947                 plain "new" and "unread" texts in the folder view column
9948                 headers 
9949
9950 2002-01-25 [paul]       0.7.0claws26
9951
9952         * src/Makefile.am
9953                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
9954                 be found in non-standard locations. 
9955                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
9956
9957 2002-01-25 [paul]       0.7.0claws25
9958
9959         * sync with sylpheed 0.7.0cvs16
9960                 see ChangeLog entry 2002-01-25
9961
9962 2002-01-24 [paul]       0.7.0claws24
9963
9964         * more sync with sylpheed 0.7.0cvs15
9965                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
9966
9967 2002-01-23 [sergey]     0.7.0claws23
9968
9969         * src/importldif.c
9970                 Fixed segfault when closing LDIF import wizard with
9971                 the window manager.
9972         * src/imageview.c
9973         * src/imageview.h
9974         * src/messageview.c
9975         * src/mimeview.c
9976                 Fixed wrong scrolling position after switching between
9977                 text and image parts.
9978
9979 2002-01-23 [paul]       0.7.0claws22
9980
9981         * sync with sylpheed 0.7.0cvs15
9982                 see ChangeLog entries 2002-01-22 and 2002-01-23
9983
9984 2002-01-21 [melvin]     0.7.0claws21
9985
9986         * src/prefs_scoring.c
9987         * src/prefs_filtering.c
9988                 Fixed bug where scoring and filtering windows stopped
9989                 autochecking.
9990
9991 2002-01-21 [paul]       0.7.0claws20
9992
9993         * sync with sylpheed 0.7.0cvs12
9994                 see ChangeLog entries 2002-01-20 and 2002-01-21
9995
9996 2002-01-21 [carsten]    0.7.0claws19
9997         * src/mainwindow.c
9998         * src/menu.[ch]
9999         * src/messageview.[ch]
10000         * src/summaryview.[ch]
10001                 changes to shortcuts handling again:
10002                         + "Q" now controled by mainwin
10003                         + v/V are now customizable and have slightly
10004                           different meanings
10005                 the "button" to minimize the messageview (and maximize
10006                 the summary view) is a real button now
10007         * src/compose.c
10008                 "Delete Line+" added to Edit/Advanced (this will also
10009                 delete the '\n')
10010
10011 2002-01-20 [melvin] 0.7.0claws18
10012
10013         * src/addressbook.c
10014                 Made "Bcc" sensitive when addressbook is called from
10015                 compose window (it was a Claws only bug).
10016
10017 2002-01-19 [alfons] 0.7.0claws17
10018
10019         * src/inc.c
10020                 prevent unnecessary updates when currently selected folder has
10021                 no new messages 
10022
10023 2002-01-19 [alfons] 0.7.0claws16
10024         
10025         * src/summaryview.c
10026                 prevent writing the cache based on current message list in summary 
10027                 view when filtering also put messages in currently selected folder
10028
10029 2002-01-19 [paul]
10030
10031         * po/it.po
10032                 Italian translation submitted by Alessandro Maestri
10033                 <a.maestri@cs.tin.it>
10034
10035 2002-01-18 [melvin]     0.7.0claws15
10036
10037         * src/prefs_filters.c
10038                 fixed bug where 'cancel' from 'filters' window stops autochecking
10039                 if the timer timed out  when the window was open.
10040
10041 2002-01-18 [match]      0.7.0claws14
10042
10043         * src/addrclip.[ch]     ** NEW FILE **
10044         * src/addrselect.[ch]   ** NEW FILE **
10045         * src/adbookbase.h      ** NEW FILE **
10046                 addressbook cut, copy and paste
10047         * src/addrbook.[ch]
10048         * src/addrcache.[ch]
10049         * src/addressitem.h
10050         * src/addrindex.[ch]
10051         * src/addritem.[ch]
10052         * src/importldif.c
10053         * src/importmutt.c
10054         * src/jpilot.[ch]
10055         * src/syldap.[ch]
10056         * src/vcard.[ch]
10057         * src/jpilot.[ch]
10058         * src/editbook.c
10059         * src/editjpilot.c
10060         * src/editldap.c
10061         * src/editvcard.c
10062                 support for copy/paste
10063         * src/addressbook.c
10064                 support for copy/paste
10065                 tidy up menu option processing
10066                 correct address list function arguments
10067         * src/editaddress.c
10068                 sort user attributes
10069         * src/ldif.h
10070         * src/mutt.h
10071                 tidy up
10072
10073         * src/addrbook.[ch]
10074         * src/addrbook.[ch]
10075         * src/addrbook.[ch]
10076                 
10077
10078 2002-01-18 [paul]       0.7.0claws13
10079
10080         * sync with sylpheed 0.7.0cvs8
10081                 configure.in: support Mac OS X (Darwin)
10082
10083 2002-01-18 [carsten]    0.7.0claws12
10084         * src/html.c
10085                 small hack to fix a segfault with an empty href
10086                 (reported by Alexandra Walford <deeni@altern.org>)
10087         * src/mainwindow.c
10088         * src/summaryview.c
10089                 the shortcuts for Mark und Mark as unread are hardcoded
10090                 again
10091         * src/compose.c
10092         * src/gtkstext.[ch]
10093                 readded the shortcuts in gtkstext but made them
10094                 customizeable (simply by adding a menu plus a wrapper
10095                 to compose.c)
10096
10097 2002-01-17 [melvin]     0.7.0claws11
10098
10099         * src/gtkspell.c
10100                 fix default dictionary not being saved.
10101
10102 2002-01-16 [darko]      0.7.0claws10
10103
10104         * src/compose.c
10105                 fix wrapping crash with URL longer than wrapping margin
10106
10107 2002-12-08 [hoa]        0.7.0claws10
10108
10109         * src/matcher_parser_parse.y
10110                 fixed some bugs
10111
10112         * src/prefs_filtering.c
10113                 now, we can use bounce action in the dialog box.
10114
10115 2002-01-16 [carsten]    0.7.0claws9
10116         * src/gtkstext.c
10117                 removed the <control> and <alt> shortcuts because they're
10118                 not needed and interefered with the "normal" shortcuts
10119         * src/mainwindow.c
10120         * src/summaryview.c
10121                 removed most of the hardcoded shortcuts and assigned
10122                 them to menu entries making them easy customizable by
10123                 that
10124
10125 2002-01-16 |melvin]     0.7.0claws8
10126
10127         * src/gtkspell.c
10128                 fixed bug where using the mouse and when the compose
10129                 window is not on top may result in a crash.
10130
10131 2002-01-16 [melvin]     0.7.0claws7
10132
10133         * src/compose.c
10134                 fixed a long standingspell checker bug which could 
10135                 cause a crash after sending a message.
10136
10137 2002-01-16 [paul]       0.7.0claws6
10138
10139         * sync with sylpheed 0.7.0cvs7
10140                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
10141                 2002-01-15, and 2002-01-16
10142
10143 2002-01-16 [melvin]     0.7.0claws5
10144
10145         * README.claws
10146         * src/compose.c
10147         * src/gtkspell.[ch]
10148         * src/main.c
10149                 Heavily modified spell checker code to work around
10150                 ispell bug, to add keyboard shortcuts and for future
10151                 enhancements. See README.claws for usage information.
10152
10153 2002-01-15 [alfons]     0.7.0claws4
10154         
10155         * src/summaryview.c
10156                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
10157                 so sorting within threads reflects sort mode
10158
10159 2002-01-15 [christoph]  0.7.0claws3
10160
10161         * src/procmsg.c
10162                 added alertpanel if mail sending failed
10163
10164 2002-01-15 [alfons]     0.7.0claws2
10165         
10166         * src/prefs_filtering.c
10167                 don't stop timer when prefs filtering dialog is opened
10168
10169 2002-01-14 [alfons]     0.7.0claws1
10170
10171         * src/addr_compl.c
10172         * src/prefs.c
10173                 remove debug_print()s for privacy reasons
10174
10175 2002-01-14 [darko]      0.7.0claws
10176
10177         * README.claws
10178                 quotation wrapping is now also in the main branch
10179
10180 2002-01-14 [paul]
10181
10182         * tools/filter_conv.pl
10183                 allow for Boolean Op and case-sensitivity
10184                 this file is included in the release and tagged
10185                 'rel_0_7_0'
10186
10187 2002-01-13 [paul]       0.7.0claws
10188
10189         * release 0.7.0, with cvs tag 'rel_0_7_0'
10190
10191 2002-01-13 [paul]
10192
10193         * tools/filter_conv.pl
10194         * tools/README
10195                 rewritten to output to matcherrc instead of filteringrc
10196
10197         * po/es.po
10198                 updated Spanish translation by Ricardo Mones Lastra
10199
10200 2002-01-13 [alfons]
10201
10202         * po/nl.po
10203                 update dutch translation
10204
10205 2002-01-13 [paul]
10206
10207         * po/pt_BR.po
10208                 Updated by Fabio Junior Beneditto 
10209
10210 2002-01-13 [melvin]     0.6.6claws53
10211
10212         * po/fr.po
10213                 Updated french translation
10214
10215 2002-01-12 [alfons]     0.6.6claws52
10216
10217         * src/filtering.c
10218                 plug mem leak that has been sitting there for ages              
10219
10220 2002-01-12 [alfons]     0.6.6claws51
10221
10222         * src/summaryview.c
10223                 undo melvin's changes from 0.6.6claws48 because summary
10224                 view now refuses to select first unread message when
10225                 selecting a folder 
10226
10227 2002-01-11 [alfons]     0.6.6claws50
10228
10229         * src/import.c
10230                 use claws' semantics for getting folder item when
10231                 importing an mbox file into a folder 
10232                 (submitted by Dale P. Smith)
10233
10234 2002-01-11 [christoph]  0.6.6claws49
10235
10236         * src/prefs.h
10237                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
10238                 toggle widget, because non static prefs can not use
10239                 prefs_set_* functions
10240         * src/prefs_account.c
10241                 toggle smtp auth password field sensitivity if
10242                 user id is empty and add descrition of usage for
10243                 these fields
10244         * src/prefs_folder_item.c
10245                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
10246                 callbacks
10247
10248 2002-01-11 [melvin]     0.6.6claws48
10249
10250         * src/compose.c
10251                 fix the 'Ctrl-Enter' feature for sending and test really
10252                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
10253                 editables which was not documented in Gtk)
10254
10255         * src/summaryview.c
10256                 Made summaryview refresh after sorting and not before.
10257
10258 2002-01-11 [christoph]  0.6.6claws47
10259
10260         * src/compose.c
10261                 select account from account ids if possible and
10262                 correctly set save folder for copy in reedit
10263
10264 2002-01-10 [paul]       0.6.6claws46
10265
10266         * sync with sylpheed 0.7.0 release
10267                 see ChangeLog entries 2002-01-07, 2002-01-08 and
10268                 2002-01-09
10269
10270 2002-01-09 [alfons]
10271
10272         * src/summaryview.c
10273                 remove more dirt traces...
10274
10275 2002-01-09 [alfons]
10276         
10277         * src/summaryview.c
10278                 clean up some traces of my debugging stuff
10279
10280 2002-01-09 [alfons]     0.6.6claws45
10281
10282         * src/filtering.c
10283                 break up filteringprop_apply() in three separate pieces
10284                 so we can drop messages that failed processing in the
10285                 inbox
10286
10287         * src/summaryview.c
10288                 fix bug #469598 "no refresh of inbox after filter" which 
10289                 was introduced by the new summary view locking, and which 
10290                 prevented the summary view to update after a manual filter 
10291                 message. claw's filter message requires a summary_show().
10292                 (aargh, summary_show() again! :-)
10293                 
10294 2002-01-07 [alfons]     0.6.6claws44
10295
10296         * src/headerwindow.c
10297         * src/logwindow.c
10298         * src/messageview.c
10299         * src/sourcewindow.c
10300                 bring in Hiro's last 0.7.0 wm class fixes
10301
10302         * tools/sylprint.pl
10303                 bring in Ricardo's fix for sylprint script
10304
10305         * AUTHORS       
10306         * src/rfc2015.[ch]
10307         * src/prefs_common.[ch]
10308         * src/prefs_account.[ch]
10309         * src/compose.c
10310                 clean up account preference poison in rfc2015,
10311                 and preparation to fix double sign bug 
10312                 (patch submitted by Simon 'corecode' Schubert)
10313
10314 2002-01-07 [christoph]  0.6.6claws43
10315
10316         * src/mh.c
10317                 search for free message number, do not only rely
10318                 on last_num
10319         * src/send.c
10320                 fix smtp auth and use extra account information
10321                 if available, if not use pop3 data instead
10322                 (closes bug #500341)            
10323         * src/ssl.[ch]
10324                 match coding style
10325
10326 2002-01-06 [alfons]     0.6.6claws42
10327
10328         * src/mainwindow.c
10329                 try making the separate windows work again...
10330
10331 2002-01-06 [alfons]     0.6.6claws41
10332
10333         * src/mainwindow.c
10334                 adapt Hiro's separate window menu (to get rid of the funny
10335                 duplicate menu items), and make it work again
10336
10337 2002-01-06 [alfons]     0.6.6claws40
10338
10339         * tools/Makefile.am
10340         * tools/sylprint.rc
10341         * tools/sylprint.pl
10342         * tools/README.sylprint
10343                 add sylprint script for printing mails from Sylpheed
10344                 (contributed by Ricardo Mones Lastra)
10345
10346         * src/acount.c
10347                 clean up
10348
10349 2002-01-06 [melvin]     0.6.6claws39
10350
10351         * src/mainwindow.c
10352         * src/summaryview.c
10353                 Fixed crash introduced in 0.6.6claws38 by the menu
10354                 reorganisation (Hide read messages)
10355         
10356         * ChangeLog.claws 
10357                 Fixed typo (we are now in 2002, alfons ;) )
10358
10359 2002-01-05 [alfons]     0.6.6claws38
10360
10361         * sync with sylpheed 0.6.6cvs10-17
10362                 (last stuff marked as LAST_STABLE)
10363
10364 2002-01-04 [melvin]     0.6.6claws37
10365
10366         * src/account.c
10367                 Made account selection code use strcasestr again instead of
10368                 g_strcasecmp (fixes bug where reediting queued messages
10369                 did not select proper account reported by T. Link).
10370         
10371         * src/folderview.c
10372                 Fix bug where folder icons are not shown when 'hide read messages'
10373                 is on.
10374         
10375         * src/stock_pixmaps.[ch]
10376                 Added folder icons for 'hide read messages'.
10377         
10378         * src/compose.c
10379                 Fixed bug where 'Enter' in a header entry will send the message 
10380                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
10381
10382 2002-01-03 [melvin]     0.6.6claws36
10383         
10384         * src/prefs.[ch]
10385                 Added popup menu for common preferences and
10386                 account preferences (right click on tab displays
10387                                 a menu of all tabs.)
10388
10389 2002-01-02 [melvin]     0.6.6claws35
10390
10391         * src/gtkspell.[ch]
10392                 Made spelling code compatible with undo/redo feature.
10393                 Added creation of suggestion mode menu for the general
10394                         preferences.
10395         
10396         * src/prefs_common.[ch]
10397                 Added option menu for the speller's suggestion mode.
10398                 Added missing spaces in "..." buttons and made a "..."
10399                         button non translatable!
10400         
10401         * src/compose.c
10402                 Made speller use the default suggestion mode.
10403                 Hack to make it possible to choose 'CTRL-Enter' as a
10404                         shortcut for sending (and only for sending).
10405
10406         * src/prefs_folder_item.c
10407                 Changing subject simplification does not update cache 
10408                         anymore (because it is unnecessary).
10409                 Fixed bug where changing subject simplification updated the 
10410                         summaryview even when the viewed folder is not the
10411                         folder which properties are being changed. (E.g. 
10412                                         viewing folder A and changing
10413                                         the subject simplification of 
10414                                         folder B -not being viewed- updated the 
10415                                         summaryview of folder A with data of
10416                                         folder B). (Hope this is clear... )
10417
10418 2001-12-31 [alfons]     0.6.6claws34
10419         
10420         * src/ldif.c
10421         * src/mutt.c
10422                 fgetc() returns a signed integer which doesn't
10423                 fit in a char. so c truncates this to a char
10424                 but we may lose significant bits. i.e. we may
10425                 comparing 0xFF which may not be equal to -1
10426                 unless properly casted to signed char which
10427                 we won't do because fgetc() returns a signed
10428                 integer which doesn't fit in a char. so c 
10429                 truncates this to a char but we may lose 
10430                 significat bits. (you got the idea, thanks
10431                 to Gustavo Noronha Silva <kov@debian.org>
10432                 and the Debian folks!)
10433
10434 2001-12-30 [alfons]     0.6.6claws33
10435
10436         * src/prefs_common.c
10437                 add #ifdef USE_PSPELLs that Melvin forgot               
10438
10439 2001-12-30 [melvin]     0.6.6claws32
10440         
10441         * src/prefs_common.[ch]
10442                 Added configurable color for misspelled words.
10443
10444         * src/gtkspell.[ch]
10445                 Fixed bug of foreground text color (reported by David
10446                                 Mehrmann)
10447                 Added configurable color for misspelled words.
10448
10449 2001-12-30 [alfons]     0.6.6claws31
10450
10451         * src/folder.c
10452                 remove unnecessary things someone put there
10453
10454         * src/mh.c
10455         * src/folder.[ch]
10456                 make folder properties (like threading and sorting) persistent
10457                 (closes bug #497424 "rescan folder tree resets proprieties")
10458                 currently this is only for MH folders. 
10459
10460 2001-12-29 [melvin]     0.6.6claws30
10461
10462         * src/string_match.[ch]
10463                 Optimized a bit: regexp pattern buffer compiled only once, and
10464                   one subroutine call removed. Fixed ^ regexp search: Now, 
10465                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
10466         
10467         * src/summaryview.c
10468                 Subject filtering changed to filter summary columns and
10469                   not directly the messages subject cache. The loss in 
10470                   performance is balanced by the improvement of string_match.
10471                 Added an alert panel if there is an error in the regexp.
10472
10473         * src/src/prefs_folder_item.h
10474                 Added a regexp pattern buffer.
10475
10476 2001-12-28 [alfons]     0.6.6claws29
10477
10478         * src/string_match.[ch]
10479                 clean up name space
10480                 allow compilation *BSD
10481
10482 2001-12-27 [alfons]     0.6.6claws28
10483
10484         * src/filter.c
10485                 sync the Hiro's bug fix for BSD
10486
10487 2001-12-27 [melvin]     0.6.6claws27
10488         
10489         * src/compose.c
10490                 Simplify focus to subject entry code.
10491
10492 2001-12-27 [darko]      0.6.6claws26
10493
10494         * src/filtering.c
10495         * src/mbox_folder.c
10496         * src/messageview.c
10497         * src/mh.c
10498         * src/procheader.[ch]
10499         * src/procmsg.h
10500         * src/stock_pixmap.[ch]
10501         * src/summaryview.c
10502                 Show key icon for encrypted mails in summary view
10503
10504         * src/pixmaps/clip.xpm
10505         * src/pixmaps/clipkey.xpm
10506         * src/pixmaps/key.xpm
10507                 New/modified icons for the above
10508
10509 2001-12-27 [melvin]     0.6.6claws25
10510
10511         * src/prefs_common.c
10512                 Put spell checker options in a separate tab to decrease
10513                 the Common Preferences window height.
10514
10515         * README.claws  
10516                 Update spell checker usage instruction about its options
10517                 location.
10518
10519 2001-12-27 [melvin]     0.6.6claws24
10520
10521         * src/compose.c
10522                 Changed subject entry widget position. Initial focus is
10523                 on the To header instead of the subject entry.
10524                 Creating a new header scrolls the header list to make the
10525                 created one visible. Nevertheless, when automatically filling
10526                 headers, the first one is shown.
10527                 A Tab key press in the last empty header entry zips the 
10528                 focus to the subject entry.
10529                 (I did not change the combo boxes, yet)
10530
10531 2001-12-26 [alfons]     0.6.6claws23
10532
10533         * src/prefs_account.c
10534         * src/inc.c
10535                 allow default inbox to reside in another mailbox (only
10536                 works for POP3 accounts)
10537
10538 2001-12-26 [alfons]     0.6.6claws22
10539         
10540         * src/textview.c
10541                 make reply-on-click work with the account of the selected folder
10542         * src/compose.c
10543                 put a fixme here to remind me to fix finding correct default
10544                 account for nested folders
10545
10546 2001-12-25 [alfons]     0.6.6claws21
10547
10548         * src/summaryview.c
10549                 make column headers display locked and mark pixmaps (idea by Melvin) 
10550                 fix bug by adding score and locked column type to sort array
10551
10552 2001-12-25 [alfons]     0.6.6claws20
10553         
10554         * src/summaryview.c
10555                 catch a *potentially* inadvertent write back of  
10556                 the message cache(s) introduced by 0.6.5claws37
10557
10558 2001-12-25 [christoph]  0.6.6claws19
10559
10560         * src/stock_pixmap.[ch]
10561         * src/summaryview.c
10562                 add ignore thread pixmap
10563                 (can someone draw a better icon for this?)
10564
10565 2001-12-24 [alfons]     0.6.6claws18
10566
10567         * src/prefs_folder_item.c
10568                 make address completion actually work for the
10569                 Default To address in the Folder Property dialog.
10570
10571 2001-12-24 [alfons]     0.6.6claws17
10572         
10573         * src/summaryview.c
10574                 use new style regexp for subject stripping 
10575                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
10576
10577 2001-12-24 [darko]      0.6.6claws16
10578
10579         * src/pgptext.c
10580         * src/rfc2015.c
10581                 move GPG related informational messages to debug mode
10582
10583 2001-12-23 [alfons]     0.6.6claws15
10584
10585         * src/stock_pixmap.[ch]
10586         * src/summaryview.c
10587                 add the forgotten Claws' locked pixmap
10588
10589 2001-12-23 [alfons]     0.6.6claws14
10590
10591         * src/filesel.c
10592                 accept file name typed in entry in multi file
10593                 selector (patch submitted by Gustavo Noronha Silva 
10594                 <kov@debian.org>)
10595
10596 2001-12-23 [alfons]     0.6.6claws13
10597
10598         * src/prefs_filter.c
10599         * src/prefs_filtering.c
10600         * src/matcher.c
10601         * src/importmutt.c
10602                 clean up a little bit
10603         
10604         * src/string_match.c
10605                 validate input strings a little bit more
10606
10607 2001-12-23 [alfons]     0.6.6claws12
10608
10609         * src/Makefile.am
10610         * src/summaryview.c
10611         * src/string_match.[ch]         ** NEW **
10612         * src/folderview.[ch]
10613         * src/headerview.h
10614         * src/folder.[ch]
10615         * src/prefs_folder_item.[ch]
10616                 add subject simplification to strip out strings from
10617                 a subject line (esp. handy for mailing lists). 
10618                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
10619                 but slightly changed things for better integration.)
10620
10621 2001-12-23 [alfons]     0.6.6claws11
10622
10623         * src/mainwindow.c
10624                 fix bug introduced by submission included in 0.6.5claws52.
10625                 ideally this submission should clean the trash if any trash
10626                 folder has a message. however, the hasTrash variable was
10627                 set to false whenever a trash folder was empty (discarding
10628                 a previously found *filled* trash folder.)
10629
10630                 also edited the code a little bit and made it more safe.
10631
10632 2001-12-22 [alfons]     0.6.6claws10
10633
10634         * src/imap.c
10635                 quick fix for Martin Pool's omission of an account
10636                 specific SSL setting
10637
10638 2001-12-22 [alfons]     0.6.6claws9
10639
10640         * src/compose.c
10641         * src/messageview.c
10642         * src/mimeview.c
10643         * src/pgptext.c
10644         * src/procmime.[ch]
10645                 better support for multipart/digest (submitted
10646                 by Fredrik <e98fo@efd.lth.se>)
10647
10648 2001-12-22 [alfons]     0.6.6claws8
10649
10650         * src/addressbook.c
10651                 correct function signature
10652         * src/socket.[ch]
10653         * src/imap.[ch]
10654         * src/prefs_account.[ch]
10655                 allow IMAP over SSH tunnel (patch submitted by 
10656                 Martin Pool <mbp@samba.org>)
10657
10658 2001-12-21 [alfons]     0.6.6claws7
10659
10660         * sync with sylpheed 0.6.6cvs4-9
10661                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
10662
10663 2001-12-21 [christoph]  0.6.6claws6
10664
10665         * src/compose.c
10666         * src/prefs_folder_item.[ch]
10667                 implement saving of outgoing messages to current folder.
10668                 fix segfault when no default outbox is available
10669                 (closes bug #495683)
10670
10671 2001-12-21 [carsten]    0.6.6claws5
10672         * src/folderview.c
10673         * src/summaryview.c
10674                 pressing CTRL while DND does now the expected thing and
10675                 copies the mail (moving is still the default, as this
10676                 seam more appropriate for handling mails by DND)
10677
10678 2001-12-18 [paul]       0.6.6claws4
10679
10680         * sync with sylpheed 0.6.6cvs3
10681                 see ChangeLog entries 2001-12-18
10682
10683 2001-12-18 [hiro]       0.6.6claws3
10684
10685         * src/undo.c
10686                 fix for multibyte characters (obtain the number of letters
10687                 instead of bytes).
10688
10689 2001-12-17 [paul]       0.6.6claws2
10690
10691         * sync with sylpheed 0.6.6cvs1
10692                 see ChangeLog entry 2001-12-16
10693
10694 2000-12-17 [alfons]     0.6.6claws1
10695
10696         * src/filtering.c
10697                 clean up
10698
10699 2001-12-16 [paul]       0.6.6claws
10700 2001-12-15
10701
10702         * Release version 0.6.6claws, cvs tag: rel_0_6_6
10703
10704         * src/mimeview.c
10705                 last minute sync with main 0.6.6
10706
10707         * po/es.po
10708                 updated by Ricardo Mones Lastra
10709                 update for last minute sync
10710         * po/fr.po
10711         * po/nl.po
10712                 update for last minute sync
10713         * po/de.po
10714                 updated by Jens Oberender
10715         * po/pt_BR.po
10716                 updated by Fabio Junior Beneditto
10717
10718         * src/prefs_common.[ch]
10719         * src/undo.c
10720                 number of undo levels is user configurable
10721                 (squeeze it into the release in the dying
10722                 moments) Submitted by Jens Oberender    
10723
10724 2001-12-15 [melvin]
10725
10726         * po/fr.po
10727                 updated french translation
10728
10729 2001-12-15 [paul]       0.6.5claws92
10730
10731         * sync with sylpheed 0.6.5cvs28
10732                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
10733
10734         * po/nl.po
10735                 update to allow for sync
10736
10737 2001-12-15 [alfons]
10738         
10739         * po/nl.po
10740                 update dutch translation
10741
10742 2001-12-14 [carsten]    0.6.5claws91
10743         * src/summaryview.c
10744                 fixed bug #473785; also after changing the column order
10745                 the same message will be selected and displayed as before
10746                 the reordering
10747
10748 2001-12-14 [carsten]    0.6.5claws90
10749         * src/folderview.c
10750                 probably found the bug reported by wwb opening or closing
10751                 a folder tree just before dnd (found the solution in the
10752                 balsa source -- thanks to them)
10753
10754 2001-12-14 [carsten]    0.6.5claws89
10755         * src/gtkutils.c
10756         * src/account.c
10757                 moved gtk_clist_moveto to the right place, so that
10758                 only the accounts dialog is effected on opening
10759
10760 2001-12-14 [carsten]    0.6.5claws88
10761         * src/gtkutils.c
10762                 gtkut_clist_set_focus_row does a gtk_clist_moveto
10763                 now, so that the focused row will be seen in any case
10764                 (reported by wwp on sf-claws-user)
10765
10766 2001-12-14 [darko]      0.6.5claws87
10767
10768         * src/compose.c
10769                 remove unnecessary line
10770
10771 2001-12-14 [paul]       0.6.5claws86
10772
10773         * sync with sylpheed 0.6.5cvs27
10774                 see ChangeLog entries 2001-12-14
10775
10776 2001-12-14 [carsten]    0.6.5claws85
10777         * src/mainwindow.c
10778                 following a suggestion of Melvin the rcoabm pops up
10779                 right under the button now and the button is reliefed
10780                 while the popup is open
10781
10782 2001-12-14 [darko]      0.6.5claws84
10783
10784         * src/compose.c
10785                 fix crash when wrapping long lines if linewrap quotation
10786                 is disabled and wrapper encounters a word spanning more
10787                 than one line
10788
10789 2001-12-13 [paul]       0.6.5claws83
10790
10791         * src/compose.c
10792                 prefer 'Reply-To' header over mailing list header when
10793                 replying to a message. Finally prevent all those confirmation 
10794                 messages being sent to the list itself.
10795
10796         * src/summaryview.c
10797                 remove unused summary_set_menu_sensitive() entry
10798
10799 2001-12-13 [paul]       0.6.5claws82
10800
10801         * src/folderview.c
10802         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
10803         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
10804         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
10805                 improvements to 'Hide read messages': Inbox, Outbox,
10806                 Trash, Queue, and Draft icons now reveal presence of hidden 
10807                 messages
10808
10809 2001-12-12 [alfons]     0.6.5claws81
10810
10811         0.6.5claws80 was tagged as LAST_STABLE
10812
10813         * src/filtering.[ch]
10814         * src/matcher.[ch]
10815         * src/matcher_parser_lex.c
10816                 fix the filtering; my last attempt to get it right, 
10817                 if it does not work, it's Hoa's turn. ;-)
10818
10819                 for my honourable peers:
10820                 
10821                 the code now makes a clear distinction between
10822                 rules as they are displayed (probably escaped),
10823                 and as they are executed (probably unescaped). the
10824                 parser does *NOT* do any unescaping, this is
10825                 the task of the matcher.c (which breaks up a
10826                 rule into condition) and the filtering.c (which
10827                 breaks up the rule's action). to make this
10828                 run happily we provide an unescaped copy of
10829                 crucial strings to the MatcherProp and 
10830                 FilteringAction structures. note that the only
10831                 exception to this is any REGEXP string. those
10832                 are directly passed to regcomp() and regexp()
10833                 (who have much more powerful unescape functions).
10834                 
10835                 for everyone else:
10836         
10837                 you can escape tab (\t), carriage return (\r),
10838                 linefeed (\n), form feed (\f), quote (\"), 
10839                 single quote (\'), bell (\b) in all the entry
10840                 lines in the scoring & filtering dialogs.
10841                 as an added bonus this should not affect
10842                 existing filtering rules.
10843
10844 2001-12-12 [carsten]    0.6.5claws80
10845
10846         * src/summaryview.c
10847         * po/de.po
10848                 "item(s) selected" is now sensitive to 1 or more
10849                 than one selected (nice for language where simple
10850                 adding of a "s" is not possible as German (Eintrag
10851                 ->Eintr"age)
10852                 
10853                 the "forward as attachment" entry from the right
10854                 click menu removed, "forward" acts following the
10855                 prefs
10856         
10857         * src/textview.c
10858                 reverted my former changes; so compiler warning again
10859                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
10860                 nevertheless
10861
10862         * src/messageview.c
10863                 "search in message" does now *not* only work in MVIEW_TEXT
10864                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
10865                 message
10866
10867         * src/mainwindow.c
10868                 removed "/File/_Close" as it was the same as "/File/E_xit"
10869                 and we don't need it two times
10870
10871                 the separate folder view and message view now get a distinct
10872                 WMCLASS, just in case someone is using sawfish ;-)
10873
10874                 as the menu entries "/View/Message view" and "/View/Folder tree"
10875                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
10876                 make them sensitive accordingly and as these two are "shown"
10877                 after startup anytime check this menuitem at startup
10878
10879 2001-12-12 [paul]       0.6.5claws79
10880
10881         * src/folderview.c
10882                 fix sensitivity of 'Search folder...', broken in
10883                 0.6.5claws75
10884
10885         * src/mainwindow.c
10886                 fix dodgy English
10887
10888 2001-12-11 [carsten]    0.6.5claws78
10889         * src/filtering.c
10890                 fixed two typos returning a wrong FALSE/TRUE
10891         * src/mainwindow.[ch]
10892                 extra menu for email/news button removed
10893
10894 2001-12-11 [alfons]     0.6.5claws77
10895         
10896         * src/matcher.c                 (1.3)
10897         * src/matcher_parser_lex.l      (1.28)
10898                 revert for another attempt
10899                 mark 0.6.5claws77 as LAST_STABLE
10900
10901 2001-12-11 [christoph]  0.6.5claws76
10902
10903         * po/de.po
10904                 fixed wrong translation for prev. unread msg
10905
10906 2001-12-11 [paul]       0.6.5claws75
10907
10908         * src/folder.[ch]
10909         * src/folderview.c
10910         * src/mainwindow.c
10911         * src/summaryview.[ch]
10912         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
10913                 enable ability to hide read messages on per folder basis via 
10914                 '/Summary/Hide read messages'; when selected, a folder will 
10915                 have a red open folder icon, instead of a blue icon, if the 
10916                 folder contains hidden messges
10917                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
10918
10919         * src/mainwindow.c
10920                 remove '/Message/Forward as attachment' from 
10921                 main_window_set_menu_sensitive() to prevent debug warning
10922
10923         * src/folderview.c
10924         * src/mainwindow.c
10925                 Clean up some of the English
10926
10927         * tools/newscache_clean.pl
10928                 allow for new 'hidereadmsgs' entry in folderlist.xml
10929
10930         * po/es.po
10931                 updated translation, submitted by Ricardo Mones Lastra
10932
10933 2001-12-11 [paul]       0.6.5claws74
10934
10935         * sync with sylpheed 0.6.5cvs25
10936                 see ChangeLog entry 2001-12-11
10937
10938 2001-12-10 [alfons]     0.6.5claws73
10939
10940         * src/matcher.c
10941                 add more control characters
10942         * src/matcher_parser_lex.l
10943                 make escaping / unescaping work again
10944
10945 2001-12-10 [alfons]     0.6.5claws72
10946
10947         * src/imap.c
10948                 clean up warnings "returning value for void function" 
10949         * src/prefs_filtering.c
10950                 make info button for execute action sensitive
10951
10952 2001-12-10 [paul]       0.6.5claws71
10953
10954         * src/compose.c
10955         * src/imap.[ch]
10956         * src/summaryview.c
10957                 fix: imap server now gets informed of MARKED, UNMARKED
10958                 and REPLY events. Now people can use different IMAP-Mail
10959                 clients and have the exact same information about MARKED,
10960                 UNMARKED and REPLY status with all of them. Especially
10961                 useful for imap servers with a web-frontend.
10962                 submitted by Tobias Sandhaas <medlor@web.de>
10963
10964 2001-12-09 [melvin]     0.6.5claws70
10965         
10966         * src/textview.[ch]
10967                 fixed bug #490076 (hunted down by Alfons who implemented
10968                 a workaround in 0.6.5claws65)
10969
10970 2001-12-09 [christoph]  0.6.5claws69
10971
10972         * src/summaryview.c
10973                 set pointer to string in LOCKED column to NULL
10974                 (might fix bug #490800)
10975
10976 2001-12-09 [carsten]    0.6.5claws68
10977
10978         * po/de.po
10979                 resolved some cluttered menu shortcuts 
10980                 ('creating new email' and 'creating news message'
10981                 hade the same)
10982         * src/compose.c
10983                 wmclass now distinc from main window
10984         * src/mainwindow.c
10985           src/mainwindow.h
10986                 email/news and forward button functionality similar
10987                 to the reply buttons; removed the ugly dropdown arrows
10988                 and use instead the right mouse button
10989
10990 2001-12-09 [paul]       0.6.5claws67
10991
10992         * src/imap.c
10993         * src/utils.h
10994                 allow spaces in imap folder names
10995                 submitted by Willem van Engen <wvengen@stack.nl>
10996
10997 2001-12-09 [paul]       0.6.5claws66
10998
10999         * sync with sylpheed 0.6.5cvs24
11000                 see ChangeLog entry 2001-12-09
11001
11002 2001-12-08 [alfons]     0.6.5claws65
11003
11004         * src/textview.c
11005                 prevent secondary selection claim after "add to sender" dialog
11006                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
11007                 we trick GTK by simulating a click at (0, 0) in the textview.
11008
11009 2001-12-08 [hoa]        0.6.5claws64
11010
11011         * src/folder.c
11012                 fixed a bug about the .processing folder name while filtering
11013
11014 2001-12-08 [alfons]     0.6.5claws63
11015
11016         * src/folderview.c 
11017                 work around problem of not correctly updating folder stats
11018                 when deleting messages. there's some folder scanning evil
11019                 going so the folderview_update_msg_num() does not work
11020                 correctly. need to investigate this.
11021
11022 2001-12-08 [paul]       0.6.5claws62
11023
11024         * sync with sylpheed 0.6.5cvs23
11025                 see ChangeLog entry 2001-12-08
11026
11027 2001-12-07 [christoph]  0.6.5claws61
11028
11029         * src/compose.c
11030                 fix another header translation problem
11031
11032 2001-12-07 [alfons]     0.6.5claws60
11033
11034         * src/mbox.c
11035                 make filtering also work on local spool mbox
11036
11037 2001-12-07 [carsten]    0.6.5claws59
11038         * src/addressbook.c
11039                 addressbook window gets a wmclass distinct from the main
11040                 sylpheed window
11041         * src/compose.h
11042         * src/mainwindow.[ch]
11043                   forward menu item will use mode selected in prefs, forward 
11044                 as attatchment in menu removed (will be substituted in the
11045                 toolbar similar to reply buttons)
11046                   create news message menu entry and news button is now 
11047                 sensitive to the existance of a news account
11048         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
11049         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
11050         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
11051                 these are removed because the toolbar buttons don't show
11052                 the quoting modus any longer
11053
11054 2001-12-07 [paul]
11055
11056         * tools/newscache_clean.pl      ** NEW FILE **
11057                 perl script to do some tidying up in the newscache directory 
11058                 
11059         * tools/sylpheed-switcher       ** NEW FILE **
11060                 perl script to enable easy switching between main and claws
11061                 
11062         * tools/README
11063                 added descriptions of the two new perl scripts          
11064
11065
11066 2001-12-07 [melvin]     0.6.5claws58
11067
11068         * src/messageview.c
11069                 fixed a warning during compilation introduced in 0.6.5claws56
11070
11071 2001-12-07 [paul]       0.6.5claws57
11072
11073         * src/mainwindow.[ch]
11074         * src/menu.[ch]
11075                 further usability enhancements to replying with or without 
11076                 quoting via the toolbar, use of Ctrl key is replaced by 
11077                 drop down menu 
11078                 Submitted by Carsten Schurig            
11079
11080 2001-12-07 [melvin]     0.6.5claws56
11081
11082         * src/messageview.c
11083                 hack to fix bug that prevented to make/paste selections
11084                 after switching between MVIEW_TEXT and MVIEW_MIME views
11085                 without deselecting the selection first.
11086
11087 2001-12-06 [alfons]     0.6.5claws55
11088
11089         * src/filtering.[ch]
11090         * src/inc.c
11091                 revise filtering a little bit more, and make sure
11092                 messages are delivered to the appropriate inbox
11093                 (perhaps set per account)
11094
11095 2001-12-06 [paul]       0.6.5claws54
11096
11097         * sync with sylpheed 0.6.5cvs22
11098                 see ChangeLog entry 2001-12-06
11099
11100 2001-12-05 [alfons]     0.6.5claws53
11101
11102         * src/inc.c
11103         * src/folder.[ch]
11104         * src/procmsg.c
11105         * src/filtering.c
11106                 more revisions of filtering system
11107                 (last stable version is marked as LAST_STABLE)
11108                 
11109                 | NOTE 1): the filtering system now uses a local folder called
11110                 | .processing. if filtering fails, check this directory
11111                 | for missing messages.
11112                 |
11113                 | NOTE 2): help us find the filtering actions still missing
11114
11115 2001-12-05 [paul]       0.6.5claws52
11116
11117         * src/mainwindow.c
11118                 fix bug where 'Empty Trash?' pop-up window appears even
11119                 when Trash is empty, submitted by Jesse Skinner         
11120
11121 2001-12-05 [melvin]     0.6.5claws51
11122
11123         * src/compose.c
11124                 fixed bug #486106 to select correct account when reediting 
11125                 a queued message
11126         
11127 2001-12-04 [alfons]     0.6.5claws50
11128
11129         * src/mh.c
11130                 declare markfile in appropriate functions when
11131                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
11132                 for spotting this)
11133
11134 2001-12-04 [paul]       0.6.5claws49
11135
11136         * sync with sylpheed 0.6.5cvs21
11137                 see ChangeLog entry 2001-12-04
11138
11139 2001-12-03 [christoph]  0.6.5claws48
11140
11141         * po/de.po
11142                 changed translation of undo
11143         * src/account.c
11144         * src/folder.c
11145                 don't reinvent the wheel to traverse a GNode
11146         * src/compose.[ch]
11147                 seperate code to create the compose gui into functions
11148                 add "Others" page with folder selection for saving copy
11149                 of the message.
11150                 the folder identifier is saved to queue header
11151         * src/procmsg.c
11152                 save message to folder in queue header
11153
11154 2001-12-03 [paul]       0.6.5claws47
11155
11156         * sync with sylpheed 0.6.5cvs20
11157                 see ChangeLog entry 2001-12-03
11158
11159 2001-12-01 [paul]
11160
11161         * more sync with sylpheed 0.6.5cvs19
11162                 see ChangeLog entry 2001-11-29
11163
11164 2001-11-30 [paul]       0.6.5claws46
11165         
11166         * src/compose.c
11167                 remove conflicts introduced by Hoa's last commit
11168          
11169         * src/mainwindow.c
11170                 make 'Message/Bounce' sensitive
11171
11172 2001-11-30 [hoa]        0.6.5claws45
11173
11174         * src/compose.c
11175                 slightly change bounce function to add
11176                 information about the user that bounced the mail
11177                 in the From header line.
11178
11179         * src/folderview.c
11180                 permit the use of processing in outbox folder.
11181
11182 2001-11-29 [paul]       0.6.5claws44
11183
11184         * src/mainwindow.[ch]
11185         * src/prefs_common.c
11186         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
11187         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
11188         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
11189                 usability enhancements to the quoting, implements
11190                 use of Ctrl key to toggle quoting settings
11191                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
11192
11193 2001-11-29 [paul]       0.6.5claws43
11194         
11195         * sync with sylpheed 0.6.5cvs19
11196                 see ChangeLog entry 2001-11-28
11197
11198 2001-11-29 [melvin]     0.6.5claws42
11199         * src/Makefile.am
11200                 added enriched.[ch] to the list of files
11201
11202         * src/textview.c
11203         * src/mimeview.c
11204         * src/procmime.[ch]
11205         * src/enriched.[ch]
11206                 added support to view text/enriched
11207                 added support to show headers in message view for text/enriched and text/html
11208                         in non multipart messages
11209
11210 2001-11-28 [paul]       0.6.5claws41
11211
11212         * more sync with sylpheed 0.6.5cvs18
11213                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
11214
11215 2001-11-27 [paul]       0.6.5claws40
11216         
11217         * po/pt_BR.po
11218                 updated translation, submitted by Fabio Junior Beneditto
11219                 
11220         * sync with sylpheed 0.6.5cvs18
11221                 see ChangeLog entries 2001-11-26 (src/textview.c) and
11222                 2001-11-27
11223
11224
11225 2001-11-26 [paul]
11226
11227         * po/es.po
11228                 updated translation, submitted by Ricardo Mones Lastra
11229
11230 2001-11-26 [alfons]
11231
11232         * src/matcher.c
11233                 add more translatable strings
11234
11235 2001-11-26 [christoph]  0.6.5claws39
11236
11237         * po/de.po      
11238                 fixed one more umlaut
11239         * src/compose.c
11240                 fix translated header when it should not be translated
11241
11242 2001-11-26 [paul]       0.6.5claws38
11243
11244         * src/mainwindow.c
11245                 remove '/Message/Add Sender to address book' from 
11246                 main_window_set_menu_sensitive(), prevent debug warning
11247                 add 'Message/Mark/Mark all read' to mainwin_entries[]
11248
11249 2001-11-26 [paul]       0.6.5claws37
11250
11251         * src/summaryview.c
11252                 fix 'recurring unread state' bug 
11253
11254         * tools/README 
11255         * tools/filter_conv.pl
11256                 read name of top level mailbox from folderlist.xml
11257                 and presume nothing about its name              
11258
11259 2001-11-26 [darko]      0.6.5claws36
11260
11261         * src/gtkstext.[ch]
11262                 removed functions that are now in gtkutils.c
11263                 use gtkut_text_is_uri_string() from gtkutils.c
11264         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
11265
11266 2001-11-26 [paul]       0.6.5claws35
11267
11268         * sync with sylpheed 0.6.5cvs16
11269                 see ChangeLog entries 2001-11-25 and 2001-11-26
11270
11271 2001-11-25 [alfons]     0.6.5claws34
11272
11273         EXPERIMENTAL!!! Please checkout the last stable version using: 
11274           
11275         % cvs update -r LAST_STABLE -dRAP
11276
11277         (Or help us testing this stuff.)
11278
11279         * src/filtering.c               (1.14)
11280         * src/filtering.h               (1.6)
11281         * src/inc.c                     (1.28)
11282         * src/matcher.c                 (1.20)
11283         * src/mbox.c                    (1.9)
11284         * src/procmsg.h                 (1.14)
11285         * src/summaryview.c             (1.59)
11286         * src/summaryview.h             (dunno)
11287                 revert/merge/sync to as it was before commit 
11288                 on Thu, 19 Jul 2001 10:15:51 -0700.
11289
11290 2001-11-25 [hoa]        0.6.5claws33
11291
11292         * src/main.c
11293                 processing mails at startup
11294
11295         * src/folderview.c
11296         * src/summaryview.[ch]
11297                 processing mails when entering folder
11298
11299         * src/prefs_filtering.c
11300                 fixed some UI bugs
11301
11302 2001-11-24 [alfons]     0.6.5claws32
11303
11304         * src/summaryview.[ch]
11305                 make summary sort headers work, and also make
11306                 sure the sort type is stored
11307
11308 2001-11-23 [alfons]     0.6.5claws31
11309
11310         * src/summaryview.[ch]
11311                 make lock work like mark
11312                 disallow deleting messages marked as locked
11313
11314 2001-11-23 [alfons]     0.6.5claws30
11315
11316         * src/gtkstext.c
11317         * src/compose.[ch]
11318         * src/Makefile.am
11319         * src/undo.[ch]
11320                 merge undo patch submitted by Jens
11321
11322 2001-11-23 [christoph]  0.6.5claws29
11323
11324         * src/.cvsignore
11325                 added ylwrap
11326         * src/compose.c
11327                 fixed gpg signing and encoding
11328         * src/folder.[ch]
11329         * src/main.c
11330                 added --status option to get new, unread and total
11331                 message count from a running sylpheed
11332         * src/prefs_common.c
11333                 temporary fix for reply_with_quote problem
11334                 (don't call functions for non existing widget)
11335         * src/procmsg.c
11336                 one more check for ignored threads but still not
11337                 always working correctly. probably a recursive
11338                 check for all parents is needed
11339
11340 2001-11-23 [darko]      0.6.5claws28
11341
11342         * src/compose.c
11343                 wrapping on send improvements
11344         * src/gtkutils.[ch]
11345                 fix for GtkSText after last sync with main branch
11346                 GTK_TEXT -> GTK_STEXT
11347
11348 2001-11-23 [paul]       0.6.5claws27
11349
11350         * sync with sylpheed 0.6.5cvs14
11351                 see ChangeLog entries 2001-11-22 and 2001-11-23
11352                 
11353         * po/de.po
11354                 fixed the scrambled umlauts 
11355                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
11356
11357 2001-11-21 [paul]       0.6.5claws26
11358
11359         * sync with sylpheed 0.6.5cvs12
11360                 see 2nd ChangeLog entry dated 2001-11-20
11361
11362 2001-11-20 [paul]       0.6.5claws25
11363
11364         * sync with sylpheed 0.6.5cvs11
11365                 see ChangeLog entry 2001-11-19 (src/utils.c)
11366
11367 2001-11-20 [hiro]
11368
11369         * src/compose.c
11370                 GTK_TEXT -> GTK_STEXT
11371                 fix for wrong comment
11372
11373 2001-11-20 [hiro]       0.6.5claws24
11374
11375         * src/compose.[ch]
11376                 more merges from main branch
11377                 removed fatal warnings (uninitialized variables etc.)
11378                 some coding style fix
11379         * src/gtkutils.h
11380                 fixed typo.
11381         * src/addressbook.c
11382           src/addrindex.c
11383                 V-Card -> vCard
11384
11385 2001-11-19 [hoa]        0.6.5claws23
11386
11387         * src/filtering.c
11388         * src/prefs_scoring.c
11389         * src/matcher.[ch]
11390         * src/scoring.c
11391                 cleaning code
11392
11393         * src/matcher_parser_parse.y
11394         * src/prefs_filtering.c
11395                 bouncing
11396
11397 2001-11-19 [alfons]     0.6.5claws22
11398
11399         more of my old things into claws
11400
11401         * src/Makefile.am
11402         * src/prefs_common.c
11403         * src/procmsg.h
11404         * src/summaryview.[ch]
11405         * src/prefs_summary_column.c
11406         * src/pixmaps/locked.xpm
11407                 add indicators for locking of message in summary view
11408                 (does not work yet, only visual indicator)
11409
11410 2001-11-19 [paul]       0.6.5claws21
11411
11412         * sync with sylpheed 0.6.5cvs10
11413                 see ChangeLog entry 2001-11-19
11414
11415 2001-11-18 [alfons]     0.6.5claws20
11416         
11417         * src/filtering.c
11418                 remove an inadvertent free I forgot in previous clean up 
11419
11420 2001-11-18 [alfons]     0.6.5claws19
11421
11422         * src/filtering.[ch]
11423                 clean up & plug leaks
11424
11425 2001-11-18 [paul]       0.6.5claws18
11426
11427         * sync with sylpheed 0.6.5cvs9
11428                 see ChangeLog entries 2001-11-17 and 2001-11-18
11429
11430 2001-11-16 [paul]       0.6.5claws17
11431
11432         * sync with sylpheed 0.6.5cvs8
11433                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
11434
11435 2001-11-16 [paul]       0.6.5claws16
11436
11437         * sync with sylpheed 0.6.5cvs7
11438                 see ChangeLog entries 2001-11-15 and 2001-11-16
11439
11440 2001-11-15 [hoa]        0.6.5claws15
11441
11442         * src/compose.c
11443                 fix bounce, mails we received couln't be bounced to ourself.
11444
11445         * src/defs.h
11446         * src/filtering.[ch]
11447         * src/matcher.[ch]
11448         * src/matcher_parser.h
11449         * src/matcher_parser_lex.l
11450         * src/matcher_parser_parse.y
11451         * src/inc.c
11452         * src/main.c
11453         * src/mbox.c
11454         * src/prefs_filtering.[ch]
11455         * src/mainwindow.c
11456         * src/prefs_matcher.c
11457         * src/prefs_scoring.c
11458         * src/scoring.[ch]
11459         * src/summaryview.c
11460                 new matcher/filter/score configuration file parser
11461                 one unique configuration file => ~/.sylpheed/matcherrc
11462                 import in currently automatic, then save are made
11463                 in this new file.
11464                 one filter per folder and one global filter
11465                 (filter of a folder will be used as folder processing)
11466
11467         * src/folder.c
11468                 fix a bug in folder_item_get_identifier
11469                 
11470         * src/messageview.c
11471                 receive receipt return are fixed.
11472
11473 2001-11-14 [alfons]     0.6.5claws14
11474
11475         * src/session.h
11476                 add things from main branch to make claws compile
11477
11478 2001-11-14 [paul]       0.6.5claws13
11479
11480         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
11481                 see ChangeLog entries 2001-11-08 to 2001-11-14
11482
11483 2001-11-14 [hoa] 0.6.5claws12
11484
11485         * src/compose.[ch]
11486         * src/mainwindow.c
11487         * src/summaryview.c
11488                 add "bounce mail" option
11489
11490 2001-11-13 [christoph]  0.6.5claws11
11491
11492         * src/compose.c
11493                 Cleanup a mess i add before commiting
11494
11495 2001-11-13 [hoa]        0.6.5claws10
11496
11497         * src/compose.c
11498                 some fixes when mail are sent or
11499                 for crossposts
11500
11501 2001-11-13 [christoph]  0.6.5claws9
11502
11503         * po/de.po
11504                 Changed two string with the same translation
11505         * src/compose.c
11506         * src/procmsg.[ch]
11507         * src/send.[ch]
11508                 New mailsending process:
11509                   - Always queue message before sending
11510                     (message will be saved if sylpheed crashed or
11511                      freezes while sending)
11512                   - Allow queuing of newspostings
11513                   - No copy in outbox before sending
11514                     (closes bug #469501)
11515                   - No more redundant code for send and send_later
11516         * src/summaryview.c
11517                 Applied wwp <subscript@free.fr>'s patch that fixes
11518                 marks for multiple forwarded messages (+compose.c)
11519
11520 2001-11-12 [alfons]
11521
11522         * README.claws
11523                 remove things that are now in main branch
11524         
11525         * po/nl.po
11526                 update Dutch translation
11527
11528 2001-11-12 [mhadasht]   0.6.5.claws8
11529
11530         * src/prefs_common.c
11531                 re-enabled account autoselection feature for forward
11532                 and reedit lost during the branch point for SYNC-B4-REL
11533         * src/gtkspell.c
11534                 gtkpspell_get_dict(): more readable code (even if function is
11535                 not used yet)
11536         * ChangeLog.claws
11537                 added version number info to 2001-11-12 [hiro] comment.
11538
11539 2001-11-12 [hiro]       0.6.5.claws7
11540
11541         * src/compose.c
11542                 compose_forward(): fixed a bug that forward quote mark
11543                 wasn't used.
11544                 removed unnecessary code.
11545         * src/template_select.[ch]: removed.
11546
11547 2001-11-11 [alfons]
11548
11549         * src/compose.c
11550                 :%s/GTK_TEXT/GTK_STEXT/g
11551         
11552         * src/compose.[ch]
11553         * src/undo.[ch]
11554         * src/Makefile.am
11555                 revert the undo stuff (this is 0.6.6claws stuff)
11556
11557 2001-11-11 [hoa]        0.6.5.claws6
11558
11559         * src/compose.[ch]
11560                 Insert signature at the end of the text.
11561                 Added undo patch but currently disabled
11562
11563         * src/procmsg.c
11564                 Threading by subject improved.
11565
11566         * added src/undo.[ch]
11567                 Undo module for compose dialog box.
11568
11569 2001-11-11 [alfons]     0.6.5.claws5
11570
11571         * src/procmsg.c
11572                 prevent threading by subject on nodes that have already been
11573                 threaded by in-reply-to (as in "circular references in a tree
11574                 result in a dead branch")
11575
11576 2001-11-09 [hoa]        0.6.5.claws4
11577         
11578         * src/folderview.c
11579                 allows creation of mbox folder item from any files.
11580
11581 2001-11-09 [alfons]     0.6.5.claws3
11582         
11583         * src/utils.c
11584         * src/procmsg.c
11585                 do what I mean and correct threading by subject so it really
11586                 ignores attracting lines without "Re: "
11587
11588 2001-11-07 [alfons]     0.6.5.claws2
11589
11590         * src/procmsg.c
11591         * src/utils.[ch]
11592                 only attract by subject if a subject line starts with a "Re: "
11593         * src/syldap.c
11594                 remove warning
11595
11596 2001-11-07 [paul]       0.6.5claws1
11597
11598         * sync with sylpheed 0.6.5. release
11599                 see ChangeLog entry 2001-11-07
11600
11601 2001-11-07 [paul]       0.6.4claws31
11602
11603         * sync with sylpheed 0.6.4cvs18
11604                 see ChangeLog entries 2001-10-30 to 2001-11-07
11605                 prefs_templates.[ch] renamed prefs_template.[ch]
11606
11607 2001-11-06 [alfons]
11608         
11609         * src/utils.h
11610                 add semicolon Hoa forgot ;-)
11611                 
11612
11613 2001-11-06 [hoa]        0.6.4claws30
11614         
11615         * src/procmsg.c
11616         * src/summaryview.c
11617         * src/utils.c
11618         * src/utils.h
11619                 threading by subject - empty subject are ignored
11620
11621 2001-11-06 [christoph]  0.6.4claws29
11622
11623         * src/socket.c
11624                 use SSL_peek for sock_gets
11625         * src/utils.c
11626                 removed unneeded pointer in extracting quoted
11627                 names implementation
11628
11629 2001-11-06 [melvin]     0.6.4claws28
11630
11631         * src/gtkspell.c
11632                 fixed bug #476792 Selection overtyping with spell checker
11633                 fixed bug which could cause a buffer overflow
11634                 fixed a memory leak
11635
11636 2001-11-06 [hoa]        0.6.4claws27
11637         
11638         * src/procmsg.c
11639         * src/summaryview.c
11640                 threading by subject
11641
11642 2001-11-05 [alfons]     0.6.4claws26
11643         
11644         * README.claws
11645                 Claws -> Sylpheed (vice versa)
11646
11647         * src/compose.c
11648                 :%s/gtk_text/gtk_stext/g
11649                 :%s/GTK_TEXT/GTK_STEXT/g
11650                 (thanks to Jonathan Ware for spotting this)
11651
11652 2001-11-04 [christoph]  0.6.4claws25
11653
11654         * src/summaryview.c
11655                 replace Xalloca + strdup with Xstrdup_a
11656         * src/utils.c
11657                 better implementation of extracting quoted names
11658                 from addresses (remove backlashes and ignore
11659                 quotes after them)
11660
11661 2001-11-04 [alfons]     0.6.4claws24
11662
11663         * src/utils.[ch]
11664                 edit to comply more with coding style
11665
11666         * src/textview.c
11667                 fix bug reported by Kim Schulz. introduced by the patch integrated
11668                 in 0.6.4claws15. the code did not check the return value of
11669                 the html parser.
11670
11671         * AUTHORS
11672                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
11673
11674 2001-11-04 [christoph]  0.6.4claws23
11675
11676         * src/main.c
11677         * src/prefs_common.[ch]
11678                 init some pointers that possibly caused a segfault
11679                 reported in the claws-users ML
11680
11681 2001-11-04 [hoa]        0.6.4claws22
11682
11683         * src/grouplistdialog.c
11684                 change the names of the nodes in the tree
11685
11686         * src/compose.c
11687                 enhanced mailto syntax as described in
11688                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
11689                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
11690
11691         * src/utils.c
11692                 encode and decode URI (useful when opening URL into
11693                 netscape).
11694
11695 2001-11-03 [hoa]        0.6.4claws21
11696
11697         * src/grouplistdialog.c
11698                 a new newsgroups list selection dialog box
11699                 with a CTree instead of a CList
11700
11701 2001-11-03 [hoa]        0.6.4claws20
11702
11703         * src/folderview.c
11704                 enable property and scoring options when right
11705                 click on "inbox"
11706
11707         * src/summaryview.c
11708                 fixed bug when nickname were displayed using
11709                 the address book.
11710
11711 2001-11-02 [darko]      0.6.4claws19
11712
11713         * src/compose.c
11714                 new wrap quotation and URL/long words wrapping implementation
11715         * src/compose.c src/gtkstext.[ch]
11716                 move gtkstext_strncmp() to gtkstext.c
11717
11718 2001-11-01 [christoph]  0.6.4claws18
11719
11720         * src/prefs_account.c
11721                 fixed mess in account settings dialog
11722         * src/prefs_folder_item.c
11723                 added label with folder path to dialog
11724
11725 2001-10-31 [match]      0.6.4claws17
11726
11727         * src/vcard.c
11728                 fix memory leak.
11729         * src/addrbook.c
11730                 fix generation of spurious address book file names.
11731                 remove redundant functions.
11732         * po/POTFILES.in
11733                 added missing file names.
11734
11735 2001-10-30 [paul]       0.6.4claws16
11736
11737         * sync with sylpheed 0.6.4cvs6
11738                 see ChangeLog entries 2001-10-26 to 2001-10-30
11739
11740         * tools/filter_conv.pl
11741                 read folderlist.xml to discover whether the top-level
11742                 folder is called 'Mailbox' or 'Mail' 
11743
11744 2001-10-29 [paul]       0.6.4claws15
11745
11746         * src/html.c, src/textview.c
11747                 activate links in html mail and fix clickable parts
11748                 Submitted by Matthieu Dazy <dazy@t-surf.com>
11749
11750 2001-10-29 [paul]
11751
11752         * po/de.po, po/es.po, po/pt_BR/po
11753                 updated translations, submitted by Jens Oberender,
11754                 Ricardo Mones Lastra, and Fabio Junior Beneditto
11755
11756 2001-10-29 [darko]      0.6.4claws14
11757
11758         * src/compose.c
11759                 fix wrapping for good
11760
11761 2001-10-29 [darko]
11762
11763         * src/compose.c
11764                 undo previous change as it broke the smart wrapping
11765
11766 2001-10-29 [darko]      0.6.4claws13
11767
11768         * src/compose.c
11769                 fix infinite loop when long URL is quoted
11770                 (closes bug #475122.
11771
11772 2001-10-28 [match]
11773
11774         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
11775                 import Mutt address book
11776         * src/ldif.[ch] src/importldif.h
11777                 modified import LDIF handle user attributes
11778
11779 2001-10-28 [christoph]  0.6.4claws12
11780
11781         * src/summaryview.c
11782                 fixed that filtering did not work if there
11783                 were no filter rules
11784                 (closes bug #472003 and better implementation
11785                  of patch #474644)
11786
11787 2001-10-27 [christoph]  0.6.4claws11
11788
11789         * src/compose.c
11790                 make the folder's default account to be used when
11791                 replying. (patch by wwp <subscript@free.fr>)
11792         * src/compose.c
11793                 code cleanup, nearly killed all of wwp's patch
11794                 for folder's default account in compose
11795         * src/folderview.c
11796                 error panel when a folder could not be created
11797                 (closes bug #471080 new folder name & already
11798                  existing file)
11799
11800 2001-10-26 [alfons]
11801
11802         * src/utils.h
11803                 change prototype of strstr2() that Christoph forgot about
11804
11805 2001-10-26 [christoph]  0.6.4claws10
11806
11807         * src/account.c
11808                 made search for accounts by email address not case
11809                 sensitive
11810         * src/folder.c
11811                 fixed memory leak in folder_item_get_identifier
11812         * src/gtkspell.c
11813         * src/utils.c
11814                 fixed wrong strstr2 (should work like strstr)
11815
11816 2001-10-26 [darko]      0.6.4claws9
11817
11818         * src/compose.c src/gtkstext.[ch]
11819         * src/gtkstext.c
11820                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
11821
11822 2001-10-26 [paul]       0.6.4claws8
11823
11824         * src/html.c
11825                 ignore css and javascript tags in html mail
11826                 case-insensitive, with or without double-quoted
11827                 strings
11828
11829 2001-10-26 [paul]       0.6.4claws7
11830
11831         * sync with sylpheed 0.6.4cvs1
11832                 see ChangeLog entry 2001-10-26
11833
11834         * src/prefs_account.c, src/prefs_common.c,
11835           src/prefs_summary_column.c
11836                 minor improvements to the English
11837
11838 2001-10-25 [alfons]     0.6.4claws6
11839
11840         * src/gtkstext.c
11841         
11842                 make GtkSText follow style of GtkText (closes bug 
11843                 #469211 "text selection while writing message")
11844                 
11845                 do sync with GTK 1.2.10
11846
11847 2001-10-25 [paul]       0.6.4claws5
11848
11849         * src/html.c
11850                 ignore css tags in html mail
11851
11852 2001-10-25 [darko]      0.6.4claws4
11853
11854         * src/compose.c
11855                 don't declare is_url_string as static function since
11856                 we need it in gtkstext.c
11857         * src/gtkstext.c
11858                 remove unused variable
11859                 don't wrap long URLs while composing a message
11860
11861 2001-10-24 [christoph]  0.6.4claws3
11862
11863         * src/socket.c
11864                 fix ssl deadlock, when peer closes connection
11865
11866 2001-10-24 [paul]       0.6.4claws2
11867
11868         * src/prefs_common.c
11869                 gettextize the gpg ascii-armored warning message
11870
11871         * src/compose.c
11872                 insert a DOS/MAC file into the composed message
11873                 (improvements)
11874
11875         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
11876
11877 2001-10-22 [paul]       0.6.4claws1
11878
11879         * sync with sylpheed 0.6.4 release
11880                 see ChangeLog entries 2001-10-21
11881
11882         * po/fr.po, po/pt_BR.po
11883                 updated by Melvin Hadasht and Fabio Junior Beneditto
11884
11885 2001-10-21 [paul]       0.6.3claws30
11886
11887         * src/compose.c
11888                 insert a DOS text file from the compose window
11889                 into the composed message text (removes CRs characters)
11890                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
11891
11892         * tools/filter_conv.pl, tools/README
11893                 automatically use ~/.sylpheed as working directory
11894                 print out confirmation message on completion
11895
11896         * correct Hoa's last ChangeLog.claws entry
11897
11898 2001-10-20 [hoa]        0.6.3claws29
11899
11900         * src/grouplistdialog.c
11901                 bugfix (another ?) to give the right
11902                 newsgroups list for each news server.
11903
11904         * src/news.c
11905         * src/news.h
11906                 improve the newsgroups list cache
11907
11908 2001-10-20 [paul]       0.6.3claws28
11909
11910         * sync with sylpheed 0.6.3cvs9
11911                 see ChangeLog entry 2001-10-19
11912
11913         * correct Alfons' last ChangeLog.claws entry
11914
11915 2001-10-19 [alfons]
11916
11917         * src/pgptext.[ch]
11918                 fix compilation problems (part of bug #472895)
11919
11920 2001-10-18 [hoa]        0.6.3claws27
11921
11922         * src/grouplistdialog.c
11923                 bugfix when we refresh was clicked (bug 472701)
11924
11925 2001-10-19 [christoph]  0.6.3claws26
11926
11927         * src/compose.c
11928                 last header entry should default to "To:" or
11929                 "Newsgroups:" and not copy the last entry line
11930                 in a new compose window
11931                 (closes bug #472686, #470792)
11932
11933 2001-10-19 [paul]       0.6.3claws25
11934
11935         * sync with Sylpheed 0.6.3cvs8
11936                 see ChangeLog entries 2001-10-18 and 2001-10-19
11937
11938 2001-10-18 [christoph]  0.6.3claws24
11939
11940         * src/procmsg.c
11941                 reimplement ignore thread
11942         
11943 2001-10-18 [hoa]        0.6.3claws23
11944
11945         * src/folderview.c
11946         * src/grouplistdialog.[ch]
11947                 enhanced news subscription interface (feature 469113)
11948
11949         * src/news.c
11950         * src/news.h
11951                 enchanced newsgroup listing,
11952                 now, we can get groups informations
11953                 (NNTPGroupInfo)
11954
11955 2001-10-18 [paul]       0.6.3claws22
11956
11957         * src/summaryview.c
11958                 remove comment (sync with main branch)
11959         * src/mainwindow.c
11960                 fix 'Re-edit' bug in 'Message' menu
11961
11962 2001-10-17 [christoph]  0.6.3claws21
11963
11964         * src/compose.c
11965                 ignore empty or whitespace only header lines
11966
11967 2001-10-17 [paul]       0.6.3claws20
11968
11969         * sync with sylpheed 0.6.3cvs7
11970                 see ChangeLog entries 2001-10-14, 2001-10-16, and
11971                 2001-10-17
11972
11973 2001-10-17 [darko]
11974
11975         * src/compose.c
11976                 wrap long lines without spaces
11977                 don't wrap URLs
11978
11979 2001-10-16 [paul]
11980
11981         * po/es.po, po/nl.po, po/pt_BR.po
11982                 updated by Ricardo Mones Lastra, Alfons,
11983                 and Fabio Junior Beneditto
11984
11985         * sylpheed-0.6.3claws released
11986
11987 2001-10-15 [melvin] 0.6.3claws18
11988
11989         * README.claws
11990                 added summary and detailed installation instructions
11991                 for spell checker
11992         * po/fr.po
11993                 Updated, corrected and completed french translation
11994
11995 2001-10-15 [hoa] 0.6.3claws17
11996         * src/grouplistdialog.c
11997                 we can choose the newsgroups to display with wildcards
11998
11999 2001-10-15 [christoph]  0.6.3claws16
12000
12001         * src/account.c
12002         * src/compose.c
12003         * src/prefs_folder_item.[ch]
12004                 applied wwp <subscript@free.fr>'s folder
12005                 default account patch
12006         * po/de.po
12007                 Fixed wrong translation
12008
12009 2001-10-13 [alfons, christoph, melvin]  
12010                         0.6.3claws15
12011
12012         solution #2 to solve MT-safety problems defers all GUI related calls
12013         to the main thread using a gtk_idle_add() callback. discussed on
12014         ircnet #sylpheed, with christoph spotting some issues with the
12015         original code, and melvin allowing us to lobotomize his sylpheed.
12016
12017         * src/syldap.[ch], src/main.c
12018                 fix race problem in ldap search thread by deferring GUI 
12019                 stuff to main thread using gtk_idle_add()
12020
12021 2001-10-13 [paul]       0.6.3claws14
12022
12023         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
12024                 add Sergey's smtpcred.patch
12025                 adds separate username/password setting for SMTP Auth
12026                 needed by some servers
12027                 (closes feature request #471659)
12028
12029 2001-10-13 [paul]       0.6.3claws13
12030
12031         * src/pgptext.[ch] **NEW FILES**
12032         * src/Makefile.am, src/messageview.c, src/mimeview.c
12033                 decrypt ascii-armored gpg text embedded in
12034                 the message body.
12035                 Submitted by Jens Jahnke <jan0sch@gmx.net>
12036
12037 2001-10-13 [christoph]  0.6.3claws12
12038
12039         * README.claws
12040                 some more details on default to and
12041                 feature requests
12042         * src/main.c
12043                 init glib threading when ldap is used
12044         * src/syldap.c
12045                 threading fixes
12046         * po/de.po
12047                 fixed a typo
12048
12049 2001-10-12 [paul]       0.6.3claws11
12050
12051         * src/prefs_common.[ch], src/rfc2015.c
12052                 enable ascii-armored gpg text to be embedded in the
12053                 message body, selectable through the 'Privacy'
12054                 preferences. Supports encrypting only.
12055                 Submitted by Ravemax <ravemax@dextrose.com>
12056
12057 2001-10-12 [paul]       0.6.3claws10
12058
12059         * sync with sylpheed 0.6.3cvs6
12060                 see ChangeLog entries 2001-10-11 and 2001-11-12
12061
12062         * src/folderview.c
12063                 incorporated mbox folders, scoring, and folder
12064                 properties into the sync
12065
12066 2001-10-12 [darko]      0.6.3claws9
12067
12068         * README.claws
12069                 describe quotation wrapping
12070         * src/compose.c
12071                 don't treat tab as space to calculate line length properly
12072
12073 2001-10-11 [alfons]
12074
12075         * README.claws
12076                 correct description of how to make new filtering system work,
12077                 add some other things
12078                 
12079         * src/syldap.c
12080                 remove sched_yield() (not necessary / unportable)
12081
12082 2001-10-11 [paul]       0.6.3claws8
12083
12084         * sync with sylpheed 0.6.3cvs3
12085                 see ChangeLog entry 2001-10-10
12086
12087 2001-10-10 [christoph]  0.6.3claws7
12088
12089         * .cvsignore
12090                 ignore 2 files created by newer autotools
12091         * src/prefs_folder_item.c
12092                 using table for widget alignment
12093                 fixed memory leak and broken octal display
12094         * src/filesel.c
12095                 fixed segfault caused by lost filename
12096                 workaround (closes bug #469551)
12097
12098 2001-10-10 [paul]       0.6.3claws6
12099
12100         * sync with sylpheed 0.6.3cvs2
12101                 see ChangeLog entries 2001-10-09 and 2001-10-10
12102
12103 2001-10-10 [darko]      0.6.3.claws5
12104
12105         * src/gtkstext.c
12106                 proper calculation of right margin if smart wrapping is enabled
12107         * src/compose.c
12108                 automatically wrap long lines if wrap quotation is enabled
12109
12110 2001-10-09 [alfons]     0.6.3.claws4
12111
12112         * src/summaryview.c
12113                 select correct row when deleting last row in the summary view (and
12114                 close bug "[ #469104 ] select second last in list when deleting")
12115
12116 2001-10-09 [paul]       0.6.3claws3
12117
12118         * sync with sylpheed 0.6.3cvs1
12119                 updated some autotool scripts
12120
12121 2001-10-09 [darko]      0.6.3claws2
12122
12123         * src/gtkstext.[ch]
12124                 new name and mark with Sylpheed comment
12125         * src/compose.c
12126                 smart quotation wrapping a-la VIM
12127
12128 2001-10-08 [paul]       0.6.3claws1
12129
12130         * sync with sylpheed 0.6.3 release
12131                 see ChangeLog entry 2001-10-08
12132
12133 2001-10-08 [paul]       0.6.2claws24
12134
12135         * src/summaryview.c
12136                 more sync with sylpheed 0.6.2cvs12
12137                 Fixed the bug that didn't select the last row correctly
12138
12139
12140 2001-10-07 [paul]       0.6.2claws23
12141
12142         * sync with sylpheed 0.6.2cvs12
12143                 see ChangeLog entry 2001-10-07
12144
12145 2001-10-06 [match]
12146         * src/jpilot.[ch]
12147                 enable jpilot to read unsynch'ed addresses.
12148
12149         * src/editldap_basedn.c
12150                 fix segfault when opening dialog.
12151
12152 2001-10-06 [alfons]     0.6.2.claws22
12153
12154         * src/summaryview.c
12155                 fix bug with summary view selecting last *inserted*
12156                 node instead of last *visible* node. remember we
12157                 work with a tree
12158
12159 2001-10-06 [paul]       0.6.2claws21
12160
12161         * po/pt_BR.po
12162                 updated translation, contains some fixes and new
12163                 translations, submitted by Gustavo Noronha Silva
12164                 <kov@debian.org>
12165
12166         * src/prefs_common.c
12167                 change 'each' to 'every' - fix dubious English
12168
12169         * sync with sylpheed 0.6.2cvs11
12170
12171 2001-10-05 [alfons]     0.6.2claws20
12172
12173         * src/mainwindow.[ch], src/folderview.c
12174                 make composite tool button switch between "Compose News"
12175                 and "Compose Mail" depending on selected folder
12176                 (nifty idea by Kim Schulz <kim@schulz.dk>)
12177
12178 2001-10-05 [paul]       0.6.2claws19
12179
12180         * src/mainwindow.c, src/summaryview.c
12181                 fix 'Message/Reply to all', broken in last commit
12182
12183         * src/compose.c
12184                 fix X_BEENTHERE seg fault, thanks to Alfons
12185
12186 2001-10-04 [paul]       0.6.2claws18
12187
12188         * src/compose.[ch], src/mainwindow.c
12189                 make "Message/Reply" reply to mailing lists; matches
12190                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
12191                 based on portions of the patch submitted by
12192                 Junichi Uekawa <dancer@netfort.gr.jp>
12193
12194 2001-10-04 [darko]      0.6.2claws17
12195
12196         * src/compose.c
12197                 better smart wrapping
12198         * src/gtkstext.[hc]
12199                 a function to make text buffer contiguous
12200
12201 2001-10-03 [paul]       0.6.2claws16
12202
12203         * sync with sylpheed 0.6.2cvs10
12204
12205 2001-10-02 [alfons]
12206
12207         * configure.in
12208         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
12209                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
12210                 references to chinese translations (hope someone picks up
12211                 this)
12212
12213 2001-10-02 [christoph]  0.6.2claws15
12214
12215         * src/compose.c
12216                 fixed non translated header bug
12217         * ChangeLog.claws
12218                 fixed wrong date in alfons last entry ;)
12219
12220 2001-10-02 [alfons]     0.6.2claws14
12221
12222         * src/compose.c, src/prefs_common.[ch]
12223                 add block cursor option
12224
12225 2001-10-02 [paul]       0.6.2claws13
12226
12227         * sync with sylpheed 0.6.2cvs9
12228
12229 2001-09-30 [paul]       0.6.2claws12
12230
12231         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
12232                 updated translations
12233
12234         * po/POTFILES.in
12235                 add 'src/importldif.c'
12236
12237         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
12238                 added eudora-to-vCard conversion tool
12239                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
12240
12241         * sync with sylpheed 0.6.2cvs8
12242
12243 2001-09-30 [paul]
12244
12245         * sylpheed-0.6.2claws released
12246
12247 2001-09-27 [melvin]     0.6.2claws11
12248
12249         * src/gtkspell.c
12250                 fixed crash when using default path (introduced 
12251                 in 0.6.2claws10)
12252                 fixed tiny bug for initial suggestion mode
12253
12254 2001-09-27 [melvin]     0.6.2claws10
12255         
12256         * src/gtkspell.c
12257                 fixed bug where gtkpspell didn't set the path correctly
12258
12259         * README.claws
12260                 added a paragraph about spell checking
12261                 
12262
12263
12264 2001-09-27 [paul]       0.6.2claws9
12265
12266         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
12267                 replace '// comments' with '/* comments */' to prevent
12268                 some compiler warnings 
12269
12270         * sync with sylpheed 0.6.2cvs6
12271
12272 2001-09-26 [alfons]     0.6.2claws8
12273
12274         * src/messageview.c
12275                 introduce return receipt request notification again,
12276                 which was lost because of other semantics in 
12277                 procheader_parse() (???)
12278
12279 2001-09-26 [christoph]  0.6.2claws7
12280
12281         * src/compose.c
12282                 replace comments for old code with #if 0
12283                 readded auto cc, bcc and reply-to
12284         * src/prefs_matcher.c
12285         * src/prefs_scoring.c
12286                 removed some definition (was moved to
12287                 prefs.h)
12288
12289 2001-09-26 [paul]       0.6.2claws6
12290
12291         * src/mainwindow.c
12292                 make 'Follow-up and reply to' sensitive
12293
12294         * more sync with sylpheed 0.6.2cvs5
12295
12296 2001-09-25 [melvin]
12297
12298         * 0.6.2claws5
12299
12300         * src/gtkspell.c
12301                 fixed bug for "US-ASCII" introduced by the encoding code
12302
12303 2001-09-25 [paul]
12304
12305         * 0.6.2claws4
12306
12307         * src/prefs_common.[ch], src/summaryview.c
12308                 'next unread msg' 'go to next folder?' dialog can be
12309                 given default behaviour, either always show dialog,
12310                 or assume 'yes', or assume 'no'
12311                 Submitted by wwp <subscript@free.fr>
12312
12313 2001-09-25 [melvin]
12314                 
12315         * src/compose.c src/gtkspell.[ch]
12316                 added support for different encodings
12317
12318 2001-09-25 [paul]
12319
12320         * more sync with sylpheed 0.6.2cvs5
12321
12322 2001-09-24 [alfons]
12323         
12324         * src/prefs_folder_item.c
12325                 add check for item->prefs->default_to string is NULL and
12326                 add another check when freeing this string
12327
12328 2001-09-24 [paul]
12329
12330         * configure.in
12331                 change to version 0.6.2claws3
12332
12333         * sync with sylpheed 0.6.2cvs5 
12334
12335 2001-09-24 [match]
12336         * src/ldif.[ch], src/importldif.[ch], addressbook.c
12337                 import LDIF files.
12338         * src/addrcache.[ch], addrindex.[ch]
12339                 small update for future
12340         * src/addrbook.c
12341                 fix test XML file.
12342
12343 2001-09-24 [melvin]
12344         * src/gtkspell.[ch]
12345                 added 'Learn from mistakes' option
12346                 better handling of quotes in checked words
12347                 sorted dict list
12348         * po/fr.po
12349                 small update for spell checking stuff
12350
12351 2001-09-23 [alfons]
12352         
12353         * src/gtkspell.c
12354                 edit a little bit so it complies more with main coding style
12355
12356 2001-09-23 [alfons]
12357
12358         * src/folder.[ch], prefs_folder_item.c, compose.c
12359                 migrate "request return receipt" folder property
12360                 to folderlist.xml
12361
12362 2001-09-22 [alfons]
12363
12364         * README.claws **NEW**
12365                 (add things of interest for users of main branch 
12366                 and claws here)
12367
12368         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
12369                 re-implement threading per folder option, but store 
12370                 the setting in folderlist.xml (where it belongs)
12371
12372 2001-09-21 [melvin]
12373
12374         * src/gtkspell.[ch]
12375                 fixed bug when compose window is under another window
12376         * src/prefs_common.[ch] src/compose.c
12377                 changed 'dictionary_path' to 'dictionary' to be consistent
12378                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
12379         * ac/pspell.m4 src/Makefile.am 
12380                 dropped PSPELL_PATH macro
12381         * po/fr.po
12382                 updated translations
12383
12384 2001-09-21 [christoph]
12385
12386         * src/compose.c
12387                 added border around header fields
12388                 keep header type when new field is added
12389
12390 2001-09-20 [christoph]
12391
12392         * src/utils.[ch]
12393                 more portable debug_print with source filename
12394                 and linenumber
12395         * src/procmsg.c
12396                 more newlines after debug messages
12397
12398 2001-09-20 [paul]
12399
12400         * configure.in
12401                 change to version 0.6.2claws2
12402
12403         * sync with sylpheed 0.6.2cvs3
12404
12405 2001-09-19 [melvin]
12406
12407         * src/gtkspell.c
12408                 fixed the post-right-click focus pb
12409                 fixed crash when 'Spell check all' after dict change 
12410                         and when cursor is at the end of the text
12411                 shift-right-click pops up config menu even on misspelled words.
12412         * po/POTFILES.in
12413                 added gtkspell.c
12414
12415 2001-09-19 [melvin]
12416
12417         * src/about.c
12418                 added pspell to compiled-in features list
12419
12420 2001-09-18 [melvin]
12421
12422         * switched to pspell and dropped ispell
12423         * ac/pspell.m4
12424                 new file. autoconf macro for pspell
12425         * ac/Makefile.am 
12426         * configure.in acconfig.h
12427                 added pspell support
12428         * src/Makefile.am
12429         * src/main.c src/compose.[ch] src/gtkspell.[ch]
12430         * src/prefs_common.[ch] 
12431                 added pspell support
12432
12433 2001-09-18 [christoph]
12434
12435         * src/addr_compl.c
12436         * src/template.[ch]
12437                 replace LOG_MESSAGE with debug_print
12438         * src/compose.[ch]
12439                 gui improvements
12440         * src/menu.c
12441                 added newline after debug message
12442         * src/utils.h
12443                 using __VA_ARGS__ for debug_print macro
12444         * tools/.cvsignore
12445                 ignore Makefile and Makefile.in
12446
12447 2001-09-18 [paul]
12448
12449         * configure.in
12450                 change to version 0.6.2claws1
12451         * sync with sylpheed 0.6.2cvs1
12452
12453         * src/matcher.c 
12454         * src/prefs_matcher.c
12455                 add 'score equal to' option, submitted by
12456                 Paul Evans <nerd@freeuk.com>
12457
12458 2001-09-15 [christoph]
12459
12460         * src/mainwindow.c
12461                 comment out menu entry not existing in claws
12462         * src/menu.c
12463                 add debug output for non existing menu entries
12464         * src/summaryview.c
12465                 fix next/prev unread message for ignored threads
12466         * src/utils.[ch]
12467                 add sourcefile and line number to debug output
12468                 otherwise it is sometimes hard to find the
12469                 source code part if debug messages are translated
12470
12471 2001-09-14 [darko]
12472         
12473         * src/folderview.c
12474                 refresh target folder style after colour is changed
12475
12476 2001-09-13 [paul]
12477
12478         * configure.in
12479                 change to version 0.6.1claws3
12480
12481         * sync with sylpheed 0.6.1cvs6
12482
12483 2001-09-13 [darko]
12484         
12485         * src/folderview.c
12486                 fix target folder colourization to use user selected colour
12487
12488 2001-09-12 [darko]
12489         
12490         * src/summaryview.c
12491                 fix crash when message that is marked for copy/move is unmarked
12492
12493 2001-09-09 [paul]
12494
12495         * configure.in
12496                 change to version 0.6.1claws2
12497
12498         * sync with sylpheed 0.6.1cvs3
12499
12500 2001-09-09 [alfons]
12501         
12502         * src/folderview.c
12503                 fix bug with default font used for trash folder text
12504
12505 2001-09-06 [paul]
12506
12507         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
12508                 updated translations
12509
12510         * configure.in
12511                 change to version 0.6.1claws1
12512
12513         * sync with sylpheed 0.6.1cvs2
12514
12515 2001-09-03 [paul]
12516
12517         * po/POTFILES.in
12518                 add Match's new addressbook
12519
12520         * po/de.po
12521                 updated translation submitted by Jens Oberender
12522
12523 2001-09-02 [paul]
12524
12525         * configure.in
12526                 change to 0.6.1claws
12527         * sync with sylpheed 0.6.1 release
12528
12529 2001-09-02 [paul]
12530
12531         * configure.in
12532                 change to 0.6.0claws2
12533
12534         * sync with sylpheed 0.6.0cvs4
12535
12536         * po/pt_BR.po
12537                 updated translation submitted by Fabio Junior Beneditto
12538
12539 2001-09-01 [match]
12540         * pixmaps/
12541                 interface.xpm
12542                 book.xpm
12543                 address.xpm
12544         * src/
12545                 Makefile.am
12546                 a ton of new files
12547
12548 2001-08-31 [paul]
12549
12550         * configure.in
12551                 change to version 0.6.0claws1
12552
12553         * sync with sylpheed 0.6.0cvs1
12554
12555         * po/es.po
12556                 updated translation submitted by Ricardo Mones Lastra
12557
12558         * po/POTFILES.in
12559                 add 'src/prefs_templates.c'
12560
12561         * src/compose.c, src/summaryview.c
12562                 fix segfault on 'Re_edit'               
12563
12564 2001-08-30 [alfons]
12565
12566         * configure.in, Makefile.am
12567         * tools/Makefile.am
12568                 add tools directory to source distribution
12569
12570 2001-08-30 [paul]
12571
12572         * configure.in
12573                 change to version 0.6.0claws
12574
12575         * sync with sylpheed 0.6.0 release
12576
12577 2001-08-30 [christoph]
12578
12579         * configure.in
12580                 removed autoconf version check
12581
12582 2001-08-30 [paul]
12583
12584         * src/account.c, src/compose.c, src/prefs_common.[ch]
12585         * src/procheader.[ch] src/utils.[ch]
12586                 Enhanced automatic account selection on replies
12587                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
12588
12589         * configure.in
12590                 add LDAP and JPilot to the configuration results output.
12591
12592 2001-08-29 [christoph]
12593
12594         * src/summeryview.c
12595                 no bold font for ignored threads
12596
12597 2001-08-29 [paul]
12598
12599         * configure.in
12600                 change to version 0.5.3claws6
12601
12602         * sync with sylpheed 0.5.3cvs10
12603                 src/stringtable.[ch]: New Files
12604
12605         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
12606         * src/pixmaps/sylpheed.xpm
12607                 add mini-icons to windows (by Alfons)
12608
12609 2001-08-27 [paul]
12610
12611         * src/mainwindow.c
12612                 new functions: next_labeled_cb(), prev_labeled_cb()
12613
12614         * src/summaryview.c
12615                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
12616                 summary_select_next_labeled(), summary_select_prev_labeled()
12617
12618         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
12619                 give claws blue folders and a blue trash can
12620
12621 2001-08-27 [paul]
12622
12623         * configure.in
12624                 change to version 0.5.3claws5
12625
12626         * sync with sylpheed 0.5.3cvs9
12627                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
12628
12629 2001-08-24 [christoph]
12630
12631         * src/filesel.c
12632                 keep filename when browsing directories
12633                 (not working for user entered filename, but
12634                  for default name and selected filename from
12635                  file list)
12636         * src/mainwindow.c
12637                 fixed wrong spelling "Folllow-up"
12638         * src/mbox_folder.c
12639         * src/procmsg.c
12640         * src/summaryview.c
12641                 fixed new/unread message count with ignored
12642                 threads (2 commits, first didn't notice no
12643                 longer needed decreasing)
12644         * src/inc.c
12645                 readded scrolling of progress dialog
12646                 (lost in sync)
12647
12648 2001-08-24 [paul]
12649
12650         * configure.in
12651                 change to 0.5.3claws4
12652
12653         * sync with sylpheed 0.5.3cvs7
12654
12655 2001-08-24 [christoph]
12656
12657         * src/compose.c
12658                 set request return receipt when replying
12659                 if it is set is the folder prefs of the
12660                 message
12661         * src/inc.c
12662                 disable final error popup if popups are
12663                 disabled in config (again)
12664
12665 2001-08-23 [paul]
12666
12667         * configure.in
12668                 Change version number to 0.5.3claws3
12669
12670         * sync with sylpheed 0.5.3cvs5
12671
12672         * src/mimeview.c
12673                 double quote '%s' in 'gedit %s' to fix bug when
12674                 opening attachment with spaces in the name
12675
12676 2001-08-22 [alte]
12677         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
12678           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
12679                 initial message templates support
12680
12681
12682 2001-08-22 [paul]
12683
12684         * configure.in
12685                 change version number to 0.5.3claws2
12686
12687         * sync with sylpheed 0.5.3cvs4
12688
12689         * src/procmsg.h src/summaryview.c
12690                 re-implement (un)ignore thread
12691
12692 2001-08-21 [paul]
12693
12694         * src/summaryview.c
12695                 remove unnecessary code
12696         * src/compose.c
12697                 enable 'dynamic' signatures (submitted by
12698                 Eric Limpens <eric@hscg-internet.nl>)
12699
12700 2001-08-21 [paul]
12701
12702         clean up after sync with sylpheed 0.5.3 release
12703
12704         * src/folderview.c
12705                 fix re-introduced font mess, see Christoph's
12706                 entry 2001-06-24
12707
12708         * src/summaryview.c
12709                 remove prev_msgnum
12710                 use sylpheed's small font instead of
12711                 gtk default font for summary view
12712
12713
12714 2001-08-17 [paul]
12715
12716         * configure.in
12717                 add pl to ALL_LINGUAS - sync with main branch
12718
12719         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
12720                 Updated. Translations by Jens Oberender, Ricardo Mones
12721                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
12722
12723         * po/pl.po  ** NEW FILE **
12724                 sync with the main branch
12725
12726         * src/folderview.c
12727                 fix target folder colorizing and refresh problem
12728
12729
12730 2001-08-17 [christoph]
12731
12732         * src/mainwindow.c
12733                 claws uses 4 colors for target folder coloring.
12734                 arrays were not long enough and destroyed the
12735                 stack causing a segfault.
12736                 target folder colorizing does not work anymore
12737                 for me
12738
12739 2001-08-16 [paul]
12740
12741         * configure.in
12742                 change to version 0.5.3claws1
12743
12744         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
12745           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
12746           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
12747
12748                 sync with sylpheed 0.5.3 release, but keep claws method of
12749                 configuring/saving fonts
12750
12751         * src/addressbook.[ch]
12752                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
12753                 in line with a similar change in Hiroyuki's branch
12754
12755         * src/mainwindow.[ch]
12756                 disable main_window_set_thread_option()
12757         * src/prefs_folder_item.c
12758                 comment out &tmps_prefs.enable_thread,
12759         * src/mbox_folder.c, src/procmsg.[ch]
12760                 comment out MSG_IS_IGNORE_THREAD
12761         * src/summaryview.c
12762                 comment out summary_ignore_thread() and summary_unignore_thread()
12763                 comment out MSG_IS_IGNORE_THREAD
12764
12765                 use Hiroyuki's threading instead.
12766
12767
12768
12769 2001-08-15 [paul]
12770
12771         * src/account.c
12772                 use Hiroyuki's 0.5.3 column scheme but also
12773                 include the enable/disable button.
12774         * src/pixmaps/mark.xpm
12775                 add Hiroyuki's amended pixmap
12776
12777 2001-08-13 [christoph]
12778
12779         * src/account.c
12780                 receive at get all column showed wrong state for APOP
12781                 button should only work for POP3 and APOP accounts
12782         * src/prefs_account.c
12783                 added missing preprocessor statement for SSL
12784
12785 2001-08-12 [paul]
12786
12787         * src/account.[ch]
12788                 add 'receive at get all' column and enable/disable
12789                 button.
12790
12791 2001-08-06 [christoph]
12792
12793         * src/account.c
12794                 show usage of SSL in protocol column
12795
12796         * src/imap.c
12797         * src/inc.c
12798                 renamed ssl options
12799
12800         * src/prefs_account.[ch]
12801                 moved ssl options to a new page
12802
12803         * src/send.c
12804         * src/smtp.c
12805         * src/ssl.[ch]
12806                 renamed ssl options
12807                 added support for SMTP STARTTLS command
12808
12809 2001-08-05 [christoph]
12810
12811         * configure.in
12812                 debian autoconf needs version check to find
12813                 correct autoconf version. if the file is
12814                 named configure.in 2.13 is used, which does
12815                 not work with this configure.in script.
12816                 other solution would be to rename the script
12817                 to configure.ac as suggested in the autoconf
12818                 manual.
12819
12820         * src/inc.c
12821                 disable final error popup if popups are
12822                 diabled in config
12823
12824         * src/socket.c
12825                 bugfix in ssl_gets
12826                 fixes IMAP over SSL problem
12827
12828 2001-08-03 [paul]
12829
12830         * configure.in
12831                 change to 0.5.2claws1
12832
12833         * sync with sylpheed 0.5.2cvs1
12834
12835 2001-08-02 [alfons]
12836
12837         * configure.in
12838                 quick fix for ispell detection...
12839
12840 2001-08-01 [paul]
12841
12842         * configure.in
12843                 change to 0.5.1claws4
12844
12845         * sync with sylpheed 0.5.1cvs7
12846
12847 2001-07-31 [alfons]
12848
12849         * src/prefs_common.c, src/prefs_common.h, 
12850           src/gtkspell.c, src/gtkspell.h
12851                 add global spelling checker settings (compose tab) +
12852                 selection of dictionary 
12853           
12854         * configure.in  
12855                 guess valid ispell location
12856
12857 2001-07-31 [paul]
12858
12859         * po/POTFILES.in
12860                 removal of 'src/quote_fmt_parse.c'
12861         * po/de.po
12862                 Updated de.po
12863                 (submitted by Jens Oberender <didge@suse.de>)
12864
12865 2001-07-31 [darko]
12866
12867         * src/folder.[ch]
12868         * src/folderview.[ch]
12869         * src/mainwindow.c
12870         * src/mh.c
12871         * src/prefs_common.[ch]
12872         * src/summaryview.c
12873                 target folder colourization
12874
12875 2001-07-30 [paul]
12876
12877         more sync with Sylpheed 0.5.1cvs6 
12878
12879 2001-07-30 [darko]
12880
12881         * src/mh.c
12882         * src/prefs_folder_item.[hc]
12883         * src/summaryview.c
12884                 shared folders support with a GUI
12885
12886 2001-07-29 [paul]
12887
12888         0.5.1claws3
12889
12890         * sync with Sylpheed 0.5.1cvs6
12891
12892 2001-07-29 [paul]
12893
12894         * po/pt_BR.po
12895                 updated
12896                 (submitted by Fabio Junior Beneditto)
12897
12898 2001-07-28 [paul]
12899
12900         * src/procmime.c
12901         * AUTHORS
12902                 patch to correct bad image mime headers
12903                 (submitted by Don Quijote <dq@searchlores.org>)
12904
12905 2001-07-28 [paul]
12906
12907         * tools/gif2xface.pl   **NEW FILE**
12908         * tools/README
12909                 script to convert file.gif to file.xface for
12910                 use in a custom header.
12911                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
12912
12913 2001-07-27 [alfons]
12914         
12915         * configure.in
12916                 change macros for detecting JPilot and LDAP
12917
12918 2001-07-27 [christoph]
12919
12920         * src/filtering.c
12921                 code cleanup (MIN / MAX warning, needed casting)
12922
12923 2001-07-27 [alfons]
12924
12925         * procheader.c
12926                 disallow setting flags when detecting certain headers
12927                 (X-Status, Status, Seen, X-Seen). 
12928         
12929         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
12930
12931 2001-07-27 [christoph]
12932
12933         * src/prefs_filter.c
12934         * src/prefs_filtering.c
12935         * src/prefs_matcher.c
12936         * src/prefs_scoring.c
12937                 scroll list when moving rows up or down
12938
12939         * src/imap.c
12940         * src/imap.h
12941         * src/prefs_account.c
12942         * src/prefs_account.h
12943         * src/send.c
12944                 SMTP over SSL (untested, feedback requested)
12945                 IMAP over SSL
12946
12947         * src/ssl.c
12948                 code cleanup
12949
12950 2001-07-26 [alfons]
12951         
12952         * configure.in, acconfig.h
12953                 define CLAWS (need this for main / claws detection)
12954
12955 2001-07-25 [alfons]
12956
12957         * configure.in
12958                 Sylpheed 0.5.1claws2
12959                 
12960         * sync with Sylpheed 0.5.1cvs4
12961
12962 2001-07-25 [christoph]
12963
12964         * src/scoring.c
12965                 fixed segfault
12966                 item->prefs == NULL (don't know why)
12967
12968 2001-07-25 [alfons]
12969
12970         * configure.in
12971                 Sylpheed 0.5.1claws1
12972
12973         * sync with Sylpheed 0.5.1cvs1-3
12974
12975 2001-07-24 [christoph]
12976
12977         * src/folderview.c
12978         * src/prefs_folder_item.[ch]
12979                 added folderitem preferences dialog with
12980                 default To: and auto request return receipt
12981
12982         * src/compose.[ch]
12983         * src/menu.[ch]
12984                 changes to handle new folderitem preferences
12985
12986         * src/mainwindow.c
12987         * src/summaryview.c
12988                 call compose new mail with current folderitem
12989
12990 2001-07-24 [alfons]
12991
12992         Release Sylpheed 0.5.1claws
12993
12994         * configure.in
12995                 change to release version 0.5.1claws
12996
12997 2001-07-24 [christoph]
12998
12999         * src/summaryview.c
13000                 fixed segfault that happend when the selected
13001                 message was removed while retrieving new messages.
13002
13003         * po/es.po
13004                 updated translation
13005                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
13006
13007 2001-07-22 [alfons]
13008
13009         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
13010         this is a work in progress, for more information: http://nlpagan.net/sylman 
13011         
13012         * configure.in, src/mainwindow.c, manual/Makefile.am
13013                 add support for English manual
13014
13015         * AUTHORS
13016                 add authors of user manuals
13017
13018         * manual/en/sylpheed*.html
13019                 add English documentation
13020
13021 2001-07-22 [christoph]
13022
13023         * po/POTFILES.in
13024                 added src/ssl.c
13025         * src/ssl.c
13026                 changed a wrong debug message
13027
13028 2001-07-22 [alfons]
13029
13030         * po/nl.po
13031                 update Dutch translation
13032
13033         * src/prefs_filtering.c, 
13034           src/prefs_matcher.c
13035                 add more translatable strings           
13036
13037 2001-07-21 [alfons]
13038
13039         0.5.0claws7
13040
13041         * configure.in
13042                 change version
13043
13044         * src/inc.c, src/summaryview.[ch]
13045                 prevent update of mark file when filtering has done, by
13046                 using a variable; this affects two functions:
13047                         inc.c::inc_finished()
13048                         summaryview.c::summary_show()
13049
13050 2001-07-20 [alfons]
13051
13052         * src/filtering.[ch], src/prefs_filtering.c, 
13053           src/matcher.[ch]
13054                 add filtering action for label coloring 
13055
13056         * po/POTFILES.in
13057                 add labelcolors.c
13058
13059         * added src/labelcolors.c
13060         * added src/labelcolors.h
13061         * src/Makefile.am, src/summaryview.c
13062                 rearrange label coloring code
13063
13064         * src/procmsg.h
13065                 add more parentheses so label colouring works correctly
13066
13067         * src/filtering.c
13068                 don't really delete message, but move it to Trash
13069
13070         * src/prefs_matcher.c
13071                 add quote options to info dialog
13072
13073 2001-07-20 [christoph]
13074
13075         * src/Makefile.am
13076         * src/inc.c
13077         * src/main.[ch]
13078         * src/socket.h
13079         * src/ssl.[ch] (new)
13080                 moved ssl stuff to a seperate file
13081
13082 2001-07-20 [darko]
13083
13084         * src/summaryview.c
13085                 fix show sender using address book with no e-mail
13086                 address in From: field
13087
13088 2001-07-19 [alfons]
13089
13090         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
13091                 fix messy handling of escaping... now at least the
13092                 execute command is useful. escape char is '\', we
13093                 accept \n and \r too. 
13094
13095                 Real life example:
13096                 
13097                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
13098                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
13099
13100 2001-07-18 [alfons]
13101
13102         0.5.0claws6
13103
13104         * src/summaryview.c
13105                 clean up
13106
13107         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
13108           src/procmsg.[ch]
13109                 revise filtering; currently move, copy, marking have
13110                 been tested. if you like bleeding edge stuff, you
13111                 should definitely go for this version :)
13112
13113         * mark old working stuff as VERSION_0_5_0_CLAWS5        
13114
13115 2001-07-17 [christoph]
13116
13117         * src/utils.c
13118                 timestamp log
13119
13120 2001-07-17 [alfons]
13121
13122         0.5.0claws5
13123
13124         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
13125           bits in the mark file, without affecting either branch. Lots of
13126           files changed, also in claws branch.
13127
13128           UNTESTED: use of mbox folders
13129
13130         * src/summaryview.c
13131                 added mark all read; however this was a quick hack used for
13132                 cleaning up mess after initial merge with Hiroyuki
13133
13134         * configure.in
13135                 change claws version number back to 0.5.0claws5 to clear up 
13136                 confusion & pretension (recent release was technically 
13137                 0.5.0claws4, so we neatly align with Hiroyuki :-)
13138
13139 2001-07-16 [alfons]
13140
13141         sync with Hiroyuki's 0.5.0cvs4
13142
13143 2001-07-16 [alfons]
13144
13145         0.5.1claws3
13146
13147         * src/filtering.[ch]
13148                 remove invalid updating of mark files for 
13149                 filter actions MATCHING_ACTION_MOVE and 
13150                 MATCHING_ACTION_DELETE; this should fix the
13151                 folder update bug
13152                 
13153         * src/procmsg.c
13154                 revert Christoph's stab at fixing the folder 
13155                 update bug
13156
13157         * po/POTFILES.in
13158                 add missing files with translatable strings
13159
13160         * src/summaryview.c
13161                 remove debug print
13162
13163 2001-07-15 [alfons]
13164
13165         * src/addr_compl.[ch], src/prefs_filtering.c
13166                 make "filtering pref dialog's destination entry" an
13167                 "address completable entry", if filter destination is 
13168                 an email address
13169
13170         0.5.1claws2
13171         
13172         sync with Hiroyuki's 0.5.0cvs2-3
13173
13174 2001-07-15 [christoph]
13175
13176         * src/procmsg.c
13177                 fixed folder stats update after incorporation
13178
13179 2001-07-15 [alfons]
13180
13181         * src/summaryview.c
13182                 * finish label colouring stuff (for now)
13183                 * fix incorrect colour bug (off by one) 
13184
13185 2001-07-14 [alfons]
13186
13187         * src/mainwindow.c
13188                 change text labels for news and mail message so there's
13189                 plenty of toolbar estate left
13190
13191         * configure.in
13192                 0.5.1claws1
13193
13194         * src/folderview.c
13195           src/folder.[ch]
13196                 sync with Hiroyuki's 0.5.0cvs1
13197
13198         * src/summaryview.c
13199                 more rewrite label colouring
13200
13201 2001-07-14 [alfons]
13202
13203         * src/summaryview.[ch]
13204                 * start rewrite label colouring 
13205                 * fix proper location "Add Sender To Addressbook" menu item
13206
13207 2001-07-13
13208
13209         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13210         (actually this is 0.5.0claws4)
13211
13212 2001-07-13 [alfons]
13213
13214         * po/pt_BR.po
13215                 * fix duplicate message
13216                 * add updated Portugese / Brazilian translation
13217                   submitted by Fabio Junior Beneditto
13218
13219 2001-07-12 [alfons]
13220
13221         * AUTHORS
13222                 add Jens
13223
13224         * po/nl.po
13225                 add updated Dutch translation
13226
13227         * po/de.po
13228                 add updated German translation submitted by Jens
13229
13230 2001-07-11 [alfons]
13231
13232         Prerelease before 0.5.0claws. Please test.
13233         This version is temporarily tagged as VERSION_0_5_0_TEST
13234
13235         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
13236           src/prefs_scoring.c, src/prefs_matcher.c, 
13237           src/prefs_filtering.c, src/mbox.c, 
13238           src/main.c, src/inc.c, src/filtering.[ch]
13239                 revert new Hoa's new matcher (does not work yet)
13240
13241         * src/Makefile.am
13242                 clean up
13243
13244 2001-07-10
13245
13246         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13247
13248
13249 2001-07-10 [alfons]
13250
13251         * Makefile.am
13252                 add ChangeLog.claws to EXTRA_DIST
13253         * src/Makefile.am
13254                 add matcher_parser_parse.h to EXTRA_DIST
13255
13256 2001-07-10 [christoph]
13257
13258         * src/inc.c
13259                 add destination folder to table of
13260                 folders that need to be updated after
13261                 incorporation
13262
13263 2001-07-10 [alfons]
13264
13265         * folder.[ch]
13266           folderview.c
13267                 make collapse state of folders and folder items persistent, i.e.
13268                 if you collapse a folder tree, the next time sylpheed-claws starts 
13269                 up the folder tree remains collapsed.  
13270                 
13271 2001-07-10 [christoph]
13272
13273         * acconfig.h
13274         * configure.in
13275                 added --enable-ssl
13276         * src/md5.[ch]
13277                 renamed MD5_CTX to MD5_CTX_syl
13278                 conflicts with a struct in openssl
13279         * src/inc.c
13280         * src/main.[ch]
13281         * src/prefs_account.[ch]
13282         * src/socket.[ch]
13283                 SSL support for POP
13284         * src/mainwindow.c
13285                 fixed compose with current account
13286                 broken by new compose button stuff
13287
13288 2001-07-09 [hoa]
13289
13290         * AUTHORS
13291                 changed my email address
13292
13293         * src/matcher_parser_parse.y
13294                 clean the parser to remove conflicts
13295
13296 2001-07-09 [alfons]
13297
13298         * AUTHORS
13299                 add Match Grun
13300
13301         * configure.in
13302                 fix incorrect description of --enable-ldap parameter
13303
13304         * src/prefs_common.[ch]
13305           src/compose.c
13306                 add experimental option "smart wrapping" which makes the
13307                 compose editor auto wrap.
13308                 
13309                 | TODO: the problem with the buggy cursor handling is caused |
13310                 | by the GtkText. when deleting / backspacing text its       |
13311                 | wrapping algorithm does not take in account the previous   |
13312                 | line. should find a way to hack this in.                   |
13313                 | or should perhaps combine this with the word wrapping      |
13314                 | patch i wrote in january.                                  |
13315
13316         * src/about.c
13317                 show build parameters for LDAP and JPilot
13318
13319         * src/summaryview.c
13320                 revert Christoph's bugfix for selecting next unread message, 
13321                 because folder stats aren't updated correctly
13322
13323 2001-07-08 [hoa]
13324
13325         * src/filtering.c
13326         * src/mainwindow.c
13327         * src/matcher.c
13328         * src/matcher_parser_lex.l
13329         * src/matcher_parser_parse.y
13330         * src/prefs_filtering.c
13331         * src/prefs_scoring.c
13332         * src/scoring.c
13333                 bugfix of the config file parser
13334
13335 2001-07-08 [alfons]
13336
13337         * src/Makefile.am
13338                 added generated matcher sources to BUILT_SOURCES
13339
13340 2001-07-08 [hoa]
13341
13342         * src/Makefile.am
13343         * src/.cvsignore
13344                 added new config file parser
13345
13346         * src/scoring.[ch]
13347         * src/filtering.[ch]
13348         * src/matcher.[ch]
13349         * src/prefs_filtering.c
13350         * src/prefs_matcher.c
13351         * src/prefs_scoring.c
13352         * added src/matcher_parser.h
13353         * added src/matcher_parser_lex.h
13354         * added src/matcher_parser_lex.l
13355         * added src/matcher_parser_parse.y
13356                 lex & yacc config file parser
13357
13358         * src/mbox.c
13359         * src/inc.c
13360         * src/main.c
13361                 changes prefs_filtering into global_filtering           
13362
13363         * src/summaryview.c
13364                 build threads with subjects only if "Re: " is at the
13365                 beginning of the subject
13366
13367 2001-07-07 [paul]
13368
13369         0.5.0claws
13370
13371         sync with sylpheed 0.5.0
13372                 change of version number only
13373
13374 2001-07-06 [paul]
13375
13376         0.5.0claws5
13377
13378         sync with sylpheed 0.5.0pre5
13379
13380 2001-07-05 [paul]
13381
13382         sync with sylpheed 0.5.0pre4 release
13383                 /po and /manual/ja not sync'ed
13384
13385 2001-07-04 [paul]
13386
13387         more sync with sylpheed 0.5.0pre4
13388
13389 2001-07-03 [christoph]
13390
13391         * src/addressbook.c
13392                 fixed address book broken by address book
13393                 for VCard, JPilot, LDAP
13394
13395 2001-07-03 [alfons]
13396
13397         * src/matcher.c
13398         * src/textview.c
13399                 stopped memory leaks
13400
13401 2001-07-03 [paul]
13402
13403         more sync with sylpheed 0.5.0pre4
13404
13405 2001-07-02 [match]
13406
13407         * included address book patch for VCard, JPilot, LDAP
13408         * pref_common.c - fixed Font options on Display tab (cosmetic)
13409         * alertpanel.c - fixed truncated message
13410
13411 2001-07-02 [christoph]
13412
13413         * src/mbox_folder.c
13414         * src/procmsg.[ch]
13415         * src/summaryview.c
13416                 mark threads for ignoring
13417
13418 2001-07-02 [paul]
13419
13420         0.5.0claws4
13421
13422         * sync with sylpheed 0.5.0pre4
13423                 updated gettext to 0.10.38.
13424
13425 2001-07-01 [paul]
13426
13427         * src/ mainwindow.c
13428         * src/procmsg.h
13429         * src/summaryview.[ch]
13430                 new right-click option: Label.
13431                 substitute for 'Mark-->Mark/Unmark', colours the line.
13432                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
13433
13434 2001-07-01 [christoph]
13435
13436         * src/folderview.c
13437                 fixed font for trash
13438         * src/summaryview.c
13439                 move ctree to unread message
13440
13441 2001-07-01 [paul]
13442
13443         * sync with sylpheed 0.5.0pre3 release
13444
13445 2001-06-30 [alfons]
13446
13447         * src/filesel.[ch]
13448         * src/compose.c
13449                 allow inserting / attaching multiple files in
13450                 the composer window
13451
13452 2001-06-30 [paul]
13453
13454         * src/codeconv.c
13455                 small change to Alfons' previous stuff so that it
13456                 actually makes
13457
13458 2001-06-30 [alfons]
13459
13460         * lots of files changed; first attempt to merge the changes
13461           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
13462
13463 2001-06-30 [paul]
13464
13465         * po/pt_BR.po
13466                 updated and completed, translations by Fabio
13467                 Junior Beneditto <fjbeneditto@yahoo.com.br>
13468
13469 2001-06-29 [alfons]
13470
13471         * src/compose.c
13472         * src/mimeproc.[ch]
13473                 allow selecting an attached files' mime type from a 
13474                 list of types.
13475
13476 2001-06-29 [paul]
13477
13478         * more sync with sylpheed 0.5.0pre3
13479
13480 2001-06-29 [paul]
13481
13482         * po/pt_BR.po
13483                 merge with sylpheed.pot and pt_BR.po provided by
13484                 Fabio Junior Beneditto.
13485
13486 2001-06-29 [darko]
13487
13488         * src/procmime.c
13489                 make MIME types case insensitive
13490
13491 2001-06-28 [alfons]
13492
13493         * po/nl.po
13494                 merge with sylpheed.pot and old nl.po; translations added.
13495
13496 2001-06-28 [paul]
13497
13498         * more sync with sylpheed 0.5.0pre3
13499
13500 2001-06-27 [alfons]
13501
13502         * src/summaryview.c
13503                 don't crash when removing parent node of messages
13504                 attracted by subject. this was caused by not deleting
13505                 the parent node from the subject line hash table.
13506
13507 2001-06-27 [alfons]
13508
13509         * src/summaryview.c
13510         * src/compose.[ch]
13511         * src/mainwindow.c
13512                 if there are multiple messages selected, allow forwarding
13513                 them as attachments.
13514
13515 2001-06-27 [paul]
13516
13517         * more sync with sylpheed 0.5.0pre3
13518
13519 2001-06-26 [paul]
13520
13521         0.5.0claws3
13522
13523         * sync with sylpheed 0.5.0pre3
13524
13525 2001-06-25 [paul]
13526
13527         * src/mainwindow.c
13528                 fixed 'compose news article' bug
13529                 from icon-and-text toolbar
13530
13531 2001-06-25 [paul]
13532
13533         * sync with sylpheed 0.5.0pre2 release
13534
13535 2001-06-24 [christoph]
13536
13537         * src/prefs_common.c
13538                 bug fix in font selection
13539         * src/folderview.c
13540                 use sylpheed's normal font instead of
13541                 gtk default font for folders without
13542                 new messages
13543
13544 2001-06-24 [alfons]
13545
13546         * src/mainwindow.[ch]
13547                 added composite compose mail / news button (an idea by Leandro
13548                 Pereira <leandro@linuxmag.com.br>)
13549
13550 2001-06-24 [paul]
13551
13552         Added instructions for ldif-to-xml.py
13553
13554         * tools/README
13555
13556 2001-06-23 [alfons]
13557
13558         Some minor things.
13559
13560         * src/pixmaps/stock_news_compose.xpm
13561                 added pixmap by Leandro
13562         * src/prefs_common.c
13563                 tested built-in spelling checker of GCC 3.0 :)
13564         * po/nl.po
13565                 merged dutch translation of sylpheed-main with
13566                 sylpheed.pot
13567
13568 2001-06-23 [paul]
13569
13570         Added tools directory and files.
13571
13572         * tools/filter_conv.pl
13573                 converts old filter system to new filtering system
13574         * tools/ldif-to-xml.py
13575                 converts netscape addressbook to sylpheed addressbook
13576         * tools/README
13577                 descriptions/instructions for above two files
13578
13579 2001-06-23 [christoph]
13580
13581         * src/inc.c
13582         * src/manage_window.[ch]
13583         * src/prefs_common.[ch]
13584                 mail retrieval dialog can be enabled, disabled
13585                 or hidden if non of sylpheed's windows is active
13586
13587 2001-06-22 [paul]
13588
13589         0.5.0claws2
13590
13591         * sync with sylpheed 0.5.0pre2
13592
13593 2001-06-21 [christoph]
13594
13595         * src/summaryview.c
13596                 show recipient on 'from' for all accounts
13597                 
13598         * src/inc.c
13599         * src/prefs_common.[ch]
13600                 disable error popup on mail receive errors
13601
13602 2001-06-21 [alfons]
13603
13604         * src/compose.c
13605                 made the ruler correctly appear and disappear.
13606
13607         * src/Makefile.am
13608                 removed Hoa's work-in-progress-stuff (interesting!) so 
13609                 claws compiles ok.
13610
13611 2001-06-20 [christoph]
13612
13613         * src/inc.c
13614         * src/progressdialog.c
13615                 added scrolled window for list in progressdialog
13616
13617 2001-06-20 [paul]
13618
13619         sync with sylpheed 0.5.0pre1 release
13620
13621 2001-06-20 [christoph]
13622
13623         * src/summeryview.c
13624                 make building threads by subject work when
13625                 thread view is enabled
13626                 
13627         * src/compose.c
13628         * src/prefs_common.[ch]
13629                 automatically select account for mail replys
13630
13631 2001-06-19 [sergey]
13632
13633         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
13634         they are filled in from the account settings.
13635
13636 2001-06-19 [paul]
13637
13638         * more sync with sylpheed 0.5.0pre1
13639
13640 2001-06-18 [alfons]
13641
13642         * src/Makefile.am,
13643           src/procmime.c
13644                 added --sysconfdir to CPPFLAGS for pointing to the correct
13645                 location of mime.types. 
13646
13647                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
13648                 or ./configure!
13649
13650 2001-06-18 [hoa]
13651
13652         * src/summaryview.c
13653                 fixed some bug when building threads
13654
13655 2001-06-18 [pau]l
13656
13657         * src/prefs_account.c
13658                 UI stuff: More changes to the English
13659
13660 2001-06-18 [paul]
13661
13662         * src/pixmaps/stock_news_compose.xpm: new file
13663         * src/Makefile.am
13664         * src/mainwindow.c
13665         * src/summaryview.c
13666                 Added new icon for Hoa's 'compose a news
13667                 message', plus minor improvements to the
13668                 English
13669
13670         * po/ja.po
13671         * ChangeLog
13672         * ChangeLog.jp
13673                 more sync with sylpheed 0.5.0pre1
13674
13675 2001-06-18 [hoa]
13676
13677         * src/compose.[ch]
13678         * src/mainwindow.c
13679                 Follow-up and reply to
13680
13681         * src/summaryview.[ch]
13682                 Build threads also with subjects
13683
13684 2001-06-17 [hoa]
13685
13686         * src/compose.c
13687                 forwarding use the current account.
13688
13689         * src/mainwindow.c
13690                 the "compose message" button has been replaced with
13691                 "new mail" and "new news" buttons
13692
13693         * src/prefs_common.[ch]
13694                 added a configuration option to use the forward button
13695                 as "forward as attachment"
13696                 changed reply and forward format description
13697
13698         * src/quote_fmt_lex.l
13699         * src/quote_fmt_parse.y
13700                 added message with no signature in format for reply
13701                 and forward.
13702
13703 2001-06-17 [paul]
13704
13705         Minor UI stuff
13706
13707         * src/mainwindow.c
13708         * src/summaryview.c
13709                 Improvements to the English
13710
13711         * src/prefs_common.c
13712                 Improvements to the English and some
13713                 clarity/continuity improvements in the
13714                 description of Quote symbols.
13715
13716 2001-06-17 [paul]
13717
13718         0.5.0claws1
13719
13720         * sync with sylpheed 0.5.0pre1
13721
13722 2001-06-17 [hoa]
13723
13724         * src/compose.c
13725                 Better interface for compose, displayed fields
13726                 are updated whenever we change account.
13727                 Newsgroups field is automatically filled.
13728
13729         * src/mainwindow.c
13730                 Newsgroups field is automatically filled.
13731
13732         * src/prefs_account.c
13733                 Some interface stuff when fields appear and
13734                 disappear.
13735
13736 2001-06-16 [paul]
13737
13738         0.4.99claws
13739
13740         * sync with sylpheed 0.4.99
13741
13742 2001-06-16 [sergey]
13743
13744         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
13745         base64_decoder_free, base64_decoder_decode): new object and
13746         functions for decoding base64 streams.
13747         * src/procmime.c (procmime_decode_content): modified to use the
13748         new base64 decoder.
13749
13750 2001-06-15 [paul]
13751
13752         0.4.99claws10
13753
13754         * sync with sylpheed 0.4.99cvs11
13755
13756 2001-06-13 [paul]
13757
13758         0.4.99claws9
13759
13760         * sync with sylpheed 0.4.99cvs9
13761
13762 2001-06-13 [hoa]
13763
13764         * src/compose.c
13765         * src/prefs_account.c
13766
13767                 SMTP server can be defined in the news account
13768                 mime type of attachment are kept.
13769
13770         * src/summaryview.c
13771
13772                 now choose the highest important score between default
13773                 and important score of folder.
13774
13775 2001-06-09 [alfons]
13776         
13777         * src/prefs_common.c: 
13778
13779                 (prefs_quote_description_create): corrected description of 
13780                 quote format characters
13781
13782 2001-06-09 [paul]
13783
13784         0.4.99claws8
13785
13786         * sync with sylpheed 0.4.99cvs8
13787
13788 2001-06-08 [sergey]
13789
13790         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
13791         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
13792
13793 2001-06-08 [paul]
13794
13795         0.4.99claws7
13796
13797         * sync with sylpheed 0.4.99cvs7
13798
13799 2001-06-06 [sergey]
13800
13801         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
13802         clashes with autogenerated header).
13803         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
13804         * src/Makefile.am: added quote_fmt.h.
13805         * src/.cvsignore: added lex/yacc autogenerated files
13806         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
13807
13808 2001-06-06 [paul]
13809
13810         0.4.99claws6
13811
13812         * sync with sylpheed 0.4.99cvs6
13813
13814 2001-06-06 [hoa]
13815
13816         * added src/quote_fmt_parse.h
13817         * src/compose.c
13818                 removed warnings
13819
13820         * src/prefs.[ch]
13821                 don't modify readonly configuration files
13822
13823         * src/prefs_account.c
13824         * src/prefs_common.c
13825         * src/prefs_customheader.c
13826         * src/prefs_display_header.c
13827         * src/prefs_filter.c
13828         * src/prefs_filtering.c
13829         * src/prefs_scoring.c
13830                 don't open dialog box when configuration files
13831                 are readonly
13832
13833 2001-06-05 [sergey]
13834
13835         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
13836
13837         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
13838         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
13839         BUILT_SOURCES to make all files rebuild properly.
13840
13841         * src/compose.c: removed #include "quote_fmt.tab.h".
13842
13843         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
13844         CHARACTER value in yylval.
13845
13846         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
13847         receive CHARACTER value by documented means (yylval).
13848
13849         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
13850
13851 2001-06-05 [hoa]
13852
13853         * src/Makefile.am
13854                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
13855
13856         * src/filtering.c
13857         * src/matcher.c
13858         * src/matcher.h
13859         * src/prefs_filtering.c
13860                 now keep the configuration for execute action
13861
13862         * src/mbox_folder.c
13863                 fixed a warning
13864
13865 2001-06-05 [paul]
13866
13867         * sync with sylpheed 0.4.99cvs5
13868
13869 2001-06-05 [hoa]
13870
13871         * src/Makefile.am
13872                 added quote_fmt.[ch]
13873
13874         * added src/quote_fmt.y
13875         * added src/quote_fmt.l
13876         * added src/quote_fmt.tab.h
13877         * added src/quote_fmt.tab.c
13878         * added src/lex.quote_fmt.c
13879                 parsing configuration for replying
13880                 and forwarding
13881
13882         * src/prefs_common.[ch]
13883                 added configuration UI for replying
13884                 and forwarding
13885
13886         * src/compose.c
13887                 using configuration for replying
13888                 and forwarding
13889
13890 2001-06-04 [hoa]
13891
13892         * src/filtering.c
13893         * src/matcher.c
13894         * src/matcher.h
13895         * src/prefs_filtering.c
13896         * src/prefs_matcher.c
13897         * src/prefs_matcher.h
13898                 action "run a command" for filtering
13899                 and matching with a command.
13900                 fixed the "whole message" matching
13901
13902         * src/mbox_folder.c
13903                 changed temporary filename for security
13904
13905         * src/messageview.c
13906                 queue the notification if it fails to send.
13907
13908         * src/prefs_common.c
13909         * src/prefs_folder_item.c
13910                 changed the default important score             
13911
13912         * src/prefs_scoring.c
13913         * src/scoring.c
13914                 hide kill score input when the folder is not
13915                 a newsgroup
13916
13917 2001-06-03 [alfons]
13918
13919         * src/prefs_common.c:
13920
13921                 (prefs_font_select): pass font name in font entry box to font
13922                 selection dialog.
13923
13924 2001-06-03 [sergey]
13925
13926         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
13927
13928 2001-06-03 [paul]
13929
13930         * sync with sylpheed 0.4.99cvs4
13931
13932 2001-06-03 [alfons]
13933
13934         * src/headerwindow.c:
13935
13936                 (headerwindow_show_cb): use the selected summary view item, not
13937                 the displayed item.
13938
13939 2001-06-02 [alfons]
13940
13941         * src/headerwindow.c:
13942
13943                 (headerwindow_show_cb): always try to show msginfo
13944
13945 2001-06-02 [hoa]
13946
13947         * src/compose.c
13948                 keep attached parts when reediting or forwarding.
13949
13950 2001-06-01 [hoa]
13951
13952         * src/folderview.c
13953         * src/prefs_folder_item.[ch]
13954         * src/prefs_scoring.[ch]
13955         * src/scoring.[ch]
13956         * src/summaryview.[ch]
13957         * src/main.c
13958         * src/mainwindow.c
13959         * src/prefs_common.[ch]
13960                 support for folder scoring
13961                 kill score and important score for messages
13962         
13963         * src/prefs_account.c
13964                 some display bug fixed for local account
13965                 preferences
13966
13967 2001-05-31 [alfons]
13968
13969         * src/summaryview.c:
13970
13971                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
13972                 sender to address book menu item is disabled.
13973
13974 2001-05-30 [hoa]
13975
13976         * src/filtering.[ch]
13977         * src/summaryview.c
13978                 handling summary menu / filter messages
13979
13980         * src/folder.[ch]
13981                 add some stuff
13982
13983         * src/foldersel.c
13984                 imap folders now appears in list
13985
13986         * src/mbox_folder.c
13987                 doesn't crash if destination mail is not writeable
13988
13989 2001-05-29 [hoa]
13990
13991         * src/compose.c
13992                 removed some warnings
13993
13994         * src/filtering.c
13995         * src/folder.[ch]
13996         * src/prefs_filtering.c
13997                 global string to identify any folders           
13998                 removed some debug info
13999                 filtering to mbox folders is now possible
14000
14001         * src/mainwindow.c
14002                 removed some warnings
14003
14004         * src/mbox_folder.c
14005                 permission on files are changed to read/write for user only,
14006                 nothing for other.
14007                 creation of subfolder is handled better.
14008
14009 2001-05-28 [alfons]
14010
14011         Verified the sync for src/prefs_common.[ch] and
14012         src/prefs_account.[ch]. I believe there were some
14013         minor indentation differences.
14014
14015 2001-05-28 [paul]
14016
14017         0.4.99claws3
14018
14019         * sync with 0.4.99cvs3
14020
14021 2001-05-28 [hoa]
14022
14023         * src/compose.c
14024                 handling flags for mbox format
14025
14026         * src/filtering.c
14027                 use of mark file only for MH format
14028                 handling flags for mbox format
14029                 filtering cannot yet move or copy mails to mbox folders.
14030
14031         * src/folder.[ch]
14032                 changed move_msg, copy_msg,
14033                 move_msgs_with_dest, copy_msgs_with_dest functions
14034                 uses only folder->copy_msg() function
14035                 uses folder->finished_copy() to handle the destination
14036                 folder at the end of the copy or move operation.
14037
14038         * src/foldersel.c
14039                 included mbox directories.
14040
14041         * src/folderview.[ch]
14042         * src/mainwindow.c
14043                 handle folders operation for mbox format
14044
14045         * src/mbox.c
14046                 disable conversion of "From " header
14047
14048         * src/mbox_folder.[ch]
14049                 completion of mbox format handling
14050
14051         * src/mh.c
14052                 changed mh_copy_msg() function and
14053                 removed mh_move_msg(), mh_move_msgs_with_dest(),
14054                 mh_copy_msgs_with_dest()
14055
14056         * src/prefs_filtering.c
14057                 removed some warnings
14058
14059         * src/prefs_matcher.c
14060                 default boolean operation is AND
14061
14062         * src/procheader.c
14063                 handling flags for mbox format
14064                 handling of "From " header
14065
14066         * src/procmsg.[ch]
14067                 removed data field
14068                 added MSG_REALLY_DELETED flags to handle deletion of
14069                 messages in mbox format.
14070
14071         * src/summaryview.c
14072                 handling flags for mbox format
14073                 disable the MSG_DELETED flags when messages
14074                 are deleted in mbox format
14075
14076         * src/textview.c
14077                 "From " headers display fixed.
14078
14079 2001-05-27 [alfons]
14080
14081         * src/textview.c:
14082                 
14083                 (get_email_part): skip quoted email addresses, like in e.g.
14084                 "'alfons@proteus.demon.nl'".
14085
14086 2001-05-26 [alfons]
14087
14088         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
14089         and fixing the persistence troubles when using separate windows.
14090
14091         * src/mainwindow.c:
14092         
14093             Added #define SEPARATE_ACTION used in the gtk item factory for 
14094             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
14095                 use gtk_item_factory_get_widget_by_action() to get the items.
14096                 
14097             Removed separate_widget_cb from the gtk item factory data   
14098           
14099             (mainwindow_create): connect separate_widget_cb() to check
14100             menu item "toggled" signal. also passing a MainWindow pointer
14101                 as object data for both check menu items.
14102                 
14103             (separate_widget_cb): definition of separate_widget_cb() to match
14104             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
14105                 window using gtk_object_get_data(). The type of window separation 
14106                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
14107         
14108         * src/prefs_filtering.c,
14109           src/prefs_matcher.c: added horizontal scrollbars
14110
14111 2001-05-25 [darko]
14112
14113         * src/headerview.c
14114                 fix segfault with invalid bold font
14115         * src/summaryview.c
14116                 correctly display summary stats after row is marked
14117
14118 2001-05-23 [sergey]
14119
14120         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
14121         encodings with libjconv.
14122
14123 2001-05-23 [hoa]
14124
14125         * src/Makefile.am
14126                 added mbox_folder.[ch]
14127         * src/defs.h
14128                 mbox temporary folder
14129         * src/folder.[ch]
14130         * added src/mbox_folder.[ch]
14131         * src/folderview.c
14132         * src/procheader.[ch]
14133                 added mbox support
14134         * src/mbox.c
14135                 bugfix for file incorporation filtering
14136         * src/imap.c
14137                 enable creation of MBOX
14138         * src/prefs_display_header.c
14139                 enable use of headers like "From "
14140                 something that should be fixed :
14141                         displaying of such headers add an extra space
14142         * src/prefs_folder_item.c
14143                 don't create folders because it is not necessary
14144         * src/procmsg.h
14145                 added data field to MsgInfo for mbox internal use
14146         * src/summaryview.c
14147                 added some support for mbox
14148         * src/utils.[ch]
14149                 added get_mbox_cache_dir() function
14150
14151 2001-05-23 [hiroyuki]
14152
14153         * src/headerwindow.c
14154           src/inc.c
14155           src/main.c
14156           src/mh.c
14157           src/nntp.c
14158           src/procmsg.h
14159           src/session.h
14160           src/socket.[ch]
14161           src/summaryview.c
14162           src/textview.c
14163           src/automaton.c
14164           src/folderview.c: more sync with 0.4.99cvs2.
14165
14166         * src/headerwindow.c: reverted.
14167
14168 2001-05-22 [paul]
14169
14170         0.4.99claws2
14171
14172         * sync with sylpheed 0.4.99cvs2
14173                 * src/news.[ch]
14174                 * src/nntp.[ch]
14175                 * INSTALL
14176                 * INSTALL.jp
14177
14178 2001-05-22 [alfons]
14179
14180         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
14181
14182 2001-05-21 [alfons]
14183
14184         Minor things:
14185
14186         * configure.in: if gnome-config not found, "no" is displayed
14187         
14188         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
14189
14190         * src/textview.c: now also possible to add mail addresses by right
14191           clicking in the text view
14192
14193         * src/codeconv.c: merged patch which fixes endless loop when encountering
14194           invalid wide characters; from Alte <010@imis.ru>  
14195
14196 2001-05-20 [alfons]
14197
14198         Added installation of gnome specific things:
14199
14200         * Makefile.am: gnome conditional
14201
14202         * configure.in: check for installed gnome
14203
14204         * added sylpheed.png, sylpheed.desktop
14205
14206 2001-05-20 [sergey]
14207
14208         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
14209
14210         * src/mainwindow.h (main_window_toolbar_create): created a button
14211         for "Reply to all".
14212         (main_window_set_toolbar_sensitive): enable/disable the new button
14213         appropriately.
14214         (toolbar_reply_to_author_cb): handle the new button.
14215
14216         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
14217         send_progress_dialog_destroy() on failure (fixes hang on SMTP
14218         failure).
14219
14220 2001-05-19 [sergey]
14221
14222         * src/compose.h (ComposeReplyMode): new modes
14223         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
14224         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
14225
14226         * src/compose.c
14227         (compose_send): move some code into a new function:
14228         (compose_current_mail_account): new function.
14229         (compose_reply): new argument to_author, all callers changed; if
14230         to_author==TRUE and account->protocol==A_NNTP, find and use an
14231         appropriate mail account for replying.
14232         (compose_reply_set_entry): new argument to_author; ignore
14233         compose->replyto if to_author==TRUE.
14234
14235         * src/mainwindow.c: new command "Message/Reply to author".
14236         (main_window_set_menu_sensitive): enable/disable it.
14237         (reply_cb): handle it.
14238
14239         * src/summaryview.c: new command "Reply to author".
14240         (summary_set_menu_sensitive): enable/disable it.
14241         (summary_reply_cb): handle it.
14242
14243         * src/account.c (account_find_mail_from_address): new function.
14244
14245 2001-05-18 [paul]
14246
14247         0.4.99claws1
14248
14249         * sync with sylpheed 0.4.99cvs1
14250
14251 2001-05-18 [hoa]
14252
14253         * src/compose.[ch]
14254         * src/filtering.c
14255         * src/summaryview.c
14256                 new filtering action : forward and forward as attachment
14257
14258         * src/main.c
14259                 no need for $DISPLAY when we run sylpheed --help
14260                 call to parse_cmd_opt() is moved
14261
14262         * src/mainwindow.[ch]
14263                 execute button is hidden when immediate execute
14264                 is chosen
14265
14266         * src/mh.c
14267         * src/news.c
14268         * src/prefs_folder_item.c
14269         * src/procmsg.c
14270                 better handling of missing directories
14271
14272         * src/summaryview.c
14273                 reedit is enabled in outbox
14274                 reedit is enabled in queue
14275
14276 2001-05-17 [hoa]
14277
14278         * src/filtering.c
14279         * src/matcher.[ch]
14280         * src/prefs_filtering.c
14281                 changed attachement into attachment
14282
14283 2001-05-17 [alfons]
14284
14285         0.4.67claws4    
14286
14287         * sync with sylpheed 0.4.67cvs9
14288         * sync with sylpheed 0.4.67cvs7-8
14289
14290 2001-05-17 [hoa]
14291
14292         * src/Makefile.am
14293                 added prefs_filtering.c
14294
14295         * src/filtering.[ch]
14296         * src/matcher.[ch]
14297                 removed action : forward_news and forward_news_as_attachement
14298                 (forward and forward_as_attachement can be used instead)
14299
14300         * src/mainwindow.c
14301                 added menu option to access filtering configuration
14302
14303         * src/prefs_account.c
14304                 changed mail_command default to /usr/sbin/sendmail
14305
14306         * added src/prefs_filtering.[ch]
14307                 dialog box for filtering configuration
14308
14309         * src/prefs_matcher.c
14310                 added function prefs_matcher_get_criteria_from_matching()
14311
14312         * src/prefs_scoring.c
14313                 reset the dialog when register or substitute is clicked
14314
14315 2001-05-15 [hoa]
14316
14317         * src/Makefile.am
14318                 added filtering.[ch]
14319         * src/inc.c
14320                 using filering.[ch] instead of filter.[ch]
14321         * src/main.c
14322                 reading new filtering configuration
14323         * src/matcher.[ch]
14324                 added some filtering actions
14325                 and fixed a bug for headers and mail body matching
14326         * src/mbox.c
14327                 using filering.[ch] instead of filter.[ch]
14328         * src/mh.c
14329                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
14330         * src/summaryview.c
14331                 some fixes for filtering
14332
14333 2001-05-14 [hiroyuki]
14334
14335         * src/send.c: fixed some weird indentations.
14336           send_message_with_command(): call pclose() only if p != NULL.
14337         * src/textview.c: get_email_part(): modified the code for readability.
14338
14339 2001-05-14 [hiroyuki]
14340
14341         * src/md5global.h
14342           src/md5ify.c
14343           src/md5ify.h: removed from the cvs.
14344
14345 2001-05-13 [sergey]
14346
14347         * src/main.c: include rfc2015.h to avoid compiler warnings.
14348         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
14349         the panel is already on screen.
14350         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
14351         closing the alert window by ESC as "No".
14352         * src/prefs_common.c (prefs_interface_create): moved return
14353         receipt check button to the correct place.
14354
14355 2001-03-13 [alfons]
14356
14357         * src/prefs_common.c: 
14358                 moved return receipt check button to the Send tab. (prefs_send_create)
14359                 removed the date format ui related globals. (prefs_display_create)
14360
14361         0.4.67claws3
14362         
14363         * sync with sylpheed 0.4.67cvs5-6
14364
14365 2001-05-13 [paul]
14366
14367         * added Alfons' font selection patch
14368
14369         * src/defs.h
14370         * src/headerwindow.c
14371         * src/prefs_common.c
14372         * src/prefs_common.h
14373
14374 2001-05-13 [hoa]
14375         * src/defs.h
14376                 changed version of cache
14377         * src/matcher.[ch]
14378         * src/prefs_matcher.c
14379                 added additionnal matching criteria
14380         * src/procheader.c
14381         * src/procmsg.[ch]
14382         * src/news.c
14383                 added references in MsgInfo
14384
14385 2001-05-12 [hoa]
14386
14387         * src/defs.h
14388                 prepared some things for new filtering
14389         * src/matcher.[ch]
14390                 added some matching properties
14391                 inreplyto need to be enhanced
14392                 prepared some things for new filtering
14393         * src/messageview.c
14394                 added Return-Receipt-To handling
14395         * src/prefs_folder_item.c
14396                 changed default value to TRUE
14397         * src/prefs_matcher.c
14398                 added some matching properties
14399         * src/prefs_scoring.[ch]
14400                 the scoring dialog is finished
14401         * src/procheader.c
14402                 added Return-Receipt-To handling
14403                 Reference need to be added
14404         * src/procmsg.[ch]
14405                 added Return-Receipt-To handling
14406                 added threadscore to get a better score sorting when
14407                 threads are enabled
14408         * src/summaryview.c
14409                 suppressed a bug when we sort the list
14410                 when no folder is opened.
14411                 better score sorting when threads are enabled
14412
14413 2001-05-12 [alfons]
14414
14415         * reverted previous patch because of potential errors 
14416
14417         0.4.67claws2
14418         
14419         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
14420                 applied "toggle mail-retrieval dialog window" patch submitted 
14421                 by Eric Limpens <eric@qnt.net>
14422
14423         * sync with sylpheed 0.4.67cvs4
14424
14425 2001-05-12 [sergey]
14426
14427         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
14428         some picky compilers.
14429         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
14430         * src/grouplist_dialog.c: include alertpanel.h.
14431         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
14432         fix compile warning.
14433         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
14434         #include "defs.h" before others to prevent the warning of `MIN'
14435         and `MAX' redefinition.
14436
14437 2001-05-11 [hoa]
14438
14439         * src/main.c
14440         * src/messageview.c
14441         * src/prefs_account.c
14442         * src/prefs_display_header.c
14443                 removed warning
14444         * src/Makefile.am
14445                 added prefs_scoring.[ch]
14446         * src/grouplist_dialog.c
14447                 display an error dialog box if the group list
14448                 cannot be fetched.
14449         * src/mainwindow.[ch]
14450                 added main_window_set_thread_option() function
14451                 scoring dialog box enabled
14452         * src/matcher.[ch]
14453                 added flags matching unread /new / marked
14454                 / deleted / replied / forwarded
14455         * src/news.c
14456                 newsgroups are now finally in newscache
14457         * src/prefs_matcher.[ch]
14458                 finished preferences for matching dialog
14459         * added src/prefs_scoring.[ch]
14460                 scoring dialog box completed
14461         * src/scoring.[ch]
14462                 conversion to string : added scoringprop_to_string()
14463                 write config for preferences :
14464                 added prefs_scoring_write_config()
14465         * src/summaryview.c
14466                 threads can be enabled/disabled independently
14467                 for each folder
14468
14469 2001-05-10 [alfons]
14470
14471         0.4.67claws1
14472         
14473         * AUTHORS: 
14474                 thought it would be nice to have a list of all
14475                 contributors (used Changelog as a reference)
14476         
14477         * configure.in: 
14478                 messed up version numbering...
14479
14480         0.4.66claws1
14481
14482         * sync with sylpheed 0.4.67cvs1-3
14483
14484 2001-05-10 [darko]
14485
14486         * src/prefs_common.c:
14487                 better UI for strftime format, double clicking
14488                 on format now inserts the format in text entry
14489                 replaced close button with standard OK/Cancel
14490                 moved date format button to the right of the
14491                 text entry field
14492
14493 2001-05-09 [alfons]
14494
14495         * src/gtkstext.c:
14496                 Ctrl-Home / Ctrl-End have proper cursor navigation
14497
14498 2001-05-09 [hoa]
14499
14500         * src/prefs_matcher.c
14501                 finished UI to define matching properties
14502                 added ok and cancel button
14503         * src/prefs_filter.c
14504                 added ok and cancel button
14505         * src/news.c
14506                 fixed some bug in xhdr parsing
14507
14508 2001-05-08 [alfons]
14509
14510         * src/textview.c: 
14511                 fixed a bug in textview_show_header(), which displayed two colons (':');
14512                 cleaned up some warnings
14513
14514 2001-05-08 [hoa]
14515
14516         * src/Makefile.am
14517                 added prefs_matcher.[ch]
14518                 compilation with -W -Wall
14519         * src/alertpanel.c
14520                 ungrab the mouse events if grabbed - does it
14521                 fix the bug for disposition notification ?
14522         * src/mainwindow.c
14523                 added a menu option to open the matching dialog.
14524         * src/matcher.[ch]
14525                 added matcherprop_to_string() and matcherlist_to_string()
14526                 fixed some bugs, changed the name of some options
14527                 age_sup and age_inf becomes age_greater and age_lower,
14528                 body and messageheaders becomes body_part and headers_part,
14529                 changed the names of constants from SCORING_XXX to MATCHING_XXX
14530         * src/prefs_display_header.c
14531         * src/prefs_headers.c
14532                 fixed a bug that accidentally destroyed dialogs
14533                 when closed them with delete_event
14534                 Added *_deleted() which handle delete_event signal correctly.
14535         * src/prefs_folder_item.[ch]
14536                 added "enable_thread" field for future customization
14537         * added src/prefs_matcher.[ch]
14538                 sample of the UI to define matching properties
14539         * src/procheader.c
14540                 using procheader_headername_equal instead of str*cmp functions
14541                 using procheader_parse_header() function
14542         * src/scoring.c
14543                 using MATCHING_XXX instead of SCORING_XXX
14544         * src/summaryview.c
14545                 display the sender of the news even if this is ourself
14546                 when this is a news message.
14547         * src/textview.c
14548                 using headername_equal() instead of str*cmp functions
14549
14550 2001-05-08 [alfons]
14551
14552         0.4.66claws
14553
14554         * sync with sylpheed 0.4.66
14555         * src/gtkstext.c: trace logs added 
14556
14557 2001-05-08 [sergey]
14558
14559         * src/prefs_common.[ch]: added option to enable/disable GnuPG
14560         signature check popup.
14561         * src/rfc2015.c (check_signature): show signature check popup only
14562         if it is enabled in preferences.
14563
14564 2001-05-07 [alfons]
14565
14566         0.4.66claws4
14567         
14568         * sync with sylpheed 0.4.66cvs6
14569
14570 2001-05-07 [darko]
14571
14572         * src/prefs_common.[ch]: added option to enable/disable
14573           looking up sender name in address book for summary pane
14574         * src/summaryview.c: look up sender in the address book
14575           by using Alfons' address completion code
14576
14577 2001-05-07 [hiroyuki]
14578
14579         * src/inc.h
14580           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
14581           member of Pop3State.
14582         * src/news.c: brought #include "defs.h" before #include <glib.h>
14583           to prevent the warning of `MIN' and `MAX' redefinition.
14584
14585 2001-05-06 [hoa]
14586
14587         * removed src/headers_display.[ch]
14588         * removed src/prefs_display_headers.[ch]
14589         * src/inc.c
14590                 use a temporary file in the user directory for mbox import
14591         * src/news.c
14592                 added XHDR support to get "To" and "Cc" headers
14593                 (in order to match news with to or cc field for
14594                 scoring)
14595                 added function news_parse_xhdr() to get XHDR response
14596         * src/nntp.[ch]
14597                 added function nntp_xhdr()
14598         * src/matcher.c
14599                 fetch the message if necessary
14600
14601 2001-05-06 [alfons]
14602
14603         0.4.66claws3
14604
14605         * sync with sylpheed 0.4.66cvs3-5
14606
14607 2001-05-06 [hoa]
14608
14609         * src/utils.[ch]
14610                 added function itos_buf() to enable use of several buffers
14611         * src/summaryview.c
14612                 use of itos_buf() instead of itos() in summary list
14613                 to fix the broken display of message number.
14614
14615 2001-05-06 [alfons]
14616
14617         * src/gtkstext.c: bug in cursor up navigation fixed,
14618                 fixed another unsigned / signed comparison (we're getting there :-)
14619
14620 2001-05-06 [hoa]
14621
14622         * src/Makefile.am
14623                 added scoring.c scoring.h
14624                 prefs_folder_item.c prefs_folder_item.h
14625                 matcher.c matcher.h
14626         * src/defs.h
14627                 added FOLDERITEM_RC SCORING_RC
14628         * src/folder.[ch]
14629                 added prefs field in FolderItem :
14630                 properties for each folder (PrefsFolderItem),
14631                 sorting type and mode were added as the first properties.
14632         * src/main.c
14633                 read config for scoring
14634         * added src/matcher.[ch]
14635                 gives functions to parse configuration file to do
14636                 matching on mails with a list of conditions.
14637         * src/mainwindow.c
14638                 add option to sort by score
14639         * src/prefs_common.[ch]
14640                 added preference option to show score and for
14641                 the score column size
14642         * added src/prefs_folder_item.[ch]
14643                 properties for each folder (PrefsFolderItem),
14644                 sorting type and mode were added as the first properties.
14645         * src/procheader.[ch]
14646                 added procheader_parse_header()
14647                 added procheader_header_free()
14648                 added procheader_headername_equal()
14649                 and made modification to use them.
14650         * src/procmsg.[ch]
14651                 added score field to MsgInfo structure
14652         * added src/scoring.[ch]
14653                 gives functions to parse configuration file to do
14654                 scoring on mails with a list of conditions.
14655         * src/summaryview.[ch]
14656                 save the sorting type and mode for the folder
14657                 added column to display the score of the mail
14658                 added function summary_score_clicked()
14659                 sorting type and mode are restored to the folder
14660                 when it is reopen
14661         * src/textview.c
14662                 use procheader_parse_header(), procheader_headername_equal()
14663                 removed memory leak in text_scan_header when freeing headers
14664         * src/filter.c
14665                 changed the function to match names of headers
14666                 using procheader_headername_equal()
14667
14668         Scoring functions are implemented, an interface is needed
14669         to configure that.
14670
14671 2001-05-04 [alfons]
14672
14673         * src/gtkstext.c: 
14674                 hopefully fixed the row up navigation bug,
14675                 removed adding back / forward lines to cache
14676
14677 2001-05-04 [sergey]
14678
14679         * src/prefs_display_headers.c: user interface changes:
14680         (prefs_display_headers_create): remove unused "Show" check button;
14681         allow reordering of headers by dragging.
14682         (prefs_display_headers_write_config): remove unused variables.
14683         (prefs_display_headers_set_dialog): do not insert "(New)" at top
14684         of lists (not needed with the new UI).
14685         (prefs_display_headers_set_list): scan lists starting from row 0,
14686         not 1 (do not skip "(New)").
14687         (prefs_display_headers_find_header): new function.
14688         (prefs_display_headers_clist_set_row): do not allow duplicates.
14689         (prefs_display_headers_delete_cb): do not skip row 0; treat
14690         closing the alert window by ESC as "No".
14691         (prefs_display_headers_up): do not protect row 0.
14692         (prefs_display_headers_down): do not protect row 0.
14693
14694 2001-05-04 [sergey]
14695
14696         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
14697         functions.
14698
14699         * src/summaryview.c
14700         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
14701         summary_select_next_marked, summary_select_prev_marked): new
14702         functions.
14703
14704 2001-05-03 [sergey]
14705
14706         * src/news.c: fixed a bug when no article can be fetched after
14707         server timeout if the connection was restored by news_post():
14708         (news_select_group): new function.
14709         (news_fetch_msg): call news_select_group() before fetching
14710         article.
14711         (news_get_uncached_articles): set session->group after successful
14712         GROUP command.
14713
14714 2001-05-03 [hoa]
14715
14716         * src/defs.h
14717         * src/procmsg.[ch]
14718         * src/procheader.c
14719                  changed version of cache, added cc field
14720
14721         * src/prefs_display_headers.c
14722                 the interface was changed
14723
14724         * src/prefs_headers.c
14725                 added cancel button
14726
14727 2001-05-03 [alfons]
14728
14729         * completed sync of sylpheed cvs2
14730         * src/gtkstext.c: updated row up / down cursor navigation
14731         * src/textview.c: re-edited, prepared for fixing the email address
14732                 scanner.
14733
14734 2001-05-03 [darko]
14735
14736         * src/prefs_common.c: use alfons' strftime ui code
14737         entry_datefmt and datefmt_sample widgets have to be
14738         global in this module because of this change
14739
14740 2001-05-03 [hoa]
14741
14742         * src/messageview.c
14743         * src/prefs_common.[ch] added option to activate the return receipt
14744                 feature.
14745
14746 2001-05-02 [alfons]
14747
14748         * src/gtkstext.c: fix for row up/down cursor navigation. 
14749
14750         0.4.66claws2
14751         
14752         * sync with 0.4.66cvs2
14753
14754 2001-05-02 [paul]
14755
14756         added add-sender-to-addressbook patch
14757
14758         * src/addressbook.c
14759         * src/addressbook.h
14760         * src/summaryview.c
14761
14762 2001-05-02 [sergey]
14763
14764         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
14765         G_ALERTDISABLE.
14766
14767         * src/alertpanel.c (alertpanel_create): new argument can_disable,
14768         all existing callers changed to pass FALSE; create a check button
14769         to disable the message.
14770         (alertpanel_message_with_disable): new function.
14771         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
14772         (alertpanel_button_toggled): new function.
14773         (alertpanel_button_clicked, alertpanel_close): set value using
14774         G_ALERT_VALUE_MASK.
14775
14776         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
14777
14778         * src/prefs_common.c (prefs_privacy_create): new check button
14779         checkbtn_gpgme_warning.
14780
14781         * src/main.c (main): moved preferences reading before gpgme
14782         initialization; check prefs_common.gpgme_warning before giving the
14783         GnuPG warning and set it to FALSE if the user wants to disable the
14784         warning.
14785
14786 2001-05-02 [hiroyuki]
14787
14788         * src/prefs_display_headers.c: modified the layout and some labels.
14789
14790 2001-05-02 [sergey]
14791
14792         * src/prefs_account.c (prefs_account_fix_size): new function.
14793         (prefs_account_create): call prefs_account_fix_size(); use
14794         gtk_widget_show instead of gtk_widget_show_all (fixes too large
14795         size when the window is shown for the first time).
14796         (prefs_account_basic_create): changed layout of serv_table; moved
14797         localmbox_entry above smtpserv_entry (logically it replaces
14798         POP3/IMAP server).
14799         (prefs_account_protocol_activated): set sensitivity of
14800         nntpauth_chkbtn according to the protocol (in addition to
14801         hide/show); commented out gtk_table_set_row_spacing() calls.
14802         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
14803         not sensitive (fixes a bug with disabled username/password boxes
14804         when editing POP3 account after NNTP with authentication).
14805
14806 2001-05-02 [hoa]
14807
14808         * src/account.c
14809         * src/inc.c
14810         * src/prefs_account.[ch]
14811         * src/send.c
14812                 removed local account without SMTP server
14813                 added option to use mail command instead of a connexion
14814                 to SMTP server when a local account is used
14815         * src/prefs_headers.c
14816                 fixed a bug
14817         * src/news.c
14818                 fixed a bug when connexion immediately closed
14819
14820 2001-05-01 [alfons]
14821
14822         0.4.66claws1
14823         
14824         * sync with 0.4.65
14825
14826 2001-05-01 [sergey]
14827
14828         * src/prefs_account.c (Basic, prefs_account_basic_create): new
14829         widget nntpauth_chkbtn.
14830         (prefs_account_protocol_activated): handle nntpauth_chkbtn
14831         visibility.
14832         (prefs_account_nntpauth_toggled): new function.
14833
14834         * src/news.c (news_session_new_for_folder): use NNTP
14835         authentication only if ac->use_nntp_auth is set.
14836
14837 2001-05-01 [hoa]
14838
14839         * src/Makefile.am changed headers.[ch] in customheader.[ch]
14840         * src/prefs_display_headers.c changed the UI
14841         * src/prefs_headers.c changed account_name to account_id
14842         * src/compose.c using customheader.h
14843
14844 2001-05-01 [hiroyuki]
14845
14846         * src/esmtp.c
14847           src/news.c
14848           src/nntp.c: changed sock_read() to sock_gets(), they've been left
14849           unsynched.
14850
14851 2001-05-01 [hoa]
14852
14853         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
14854         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
14855                 for displaying of headers
14856         * src/grouplist_dialog.[ch] minor changes to remove warnings
14857         * src/prefs_display_headers.[ch] dialog to choose the
14858         headers to display in the mail viewer.
14859         * src/headers.h correction of #define
14860         * src/headers_display.[ch] configuration for displaying of headers.
14861         * src/main.c read config of displaying of headers
14862         * src/prefs_common.c add a button to access the config dialog
14863                 for displaying of headers
14864         * src/prefs_display_headers.[ch] dialog for configuration for
14865                 displaying of the headers.
14866         * src/prefs_headers.c cleaning of code
14867         * src/procheader.c comments added to code
14868         * src/textview.c changes to reorder the headers depending
14869                 on the config for displaying of headers
14870
14871 2001-04-30 [alfons]
14872
14873         0.4.65claws7
14874
14875         * sync with 0.4.65cvs12
14876
14877         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
14878
14879 2001-04-30 [sergey]
14880
14881         * src/nntp.h (NNTPSockInfo): new field auth_failed.
14882
14883         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
14884         is set to force reconnection after authentication failure.
14885         (nntp_gen_command): set sock->auth_failed on authentication
14886         failure, or if sock->userid and sock->passwd are not set.
14887
14888         * src/news.c (news_session_new_for_folder): set userid=NULL if
14889         password dialog is cancelled.
14890
14891 2001-04-30 [sergey]
14892
14893         * src/nntp.h (NNTPSockInfo): new type.
14894
14895         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
14896         SockInfo.
14897         (nntp_open_auth, nntp_close): new functions.
14898         (nntp_gen_command): new function to handle authentication; all
14899         NNTP command functions updated to use it.
14900         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
14901         (nntp_list): removed old useless code.
14902
14903         * src/news.h (NNTPSession): new field nntp_sock.
14904
14905         * src/news.c: all functions updated to use NNTPSockInfo instead of
14906         SockInfo.
14907         (news_session_new): new arguments (userid, passwd); made static;
14908         use nntp_open_auth() if needed.
14909         (news_session_destroy): use nntp_close() instead of sock_close().
14910         (news_query_password): changed arguments.
14911         (news_session_new_for_folder): new function.
14912         (news_session_get): use news_session_new_for_folder().
14913         (news_authenticate): deleted.
14914         (news_get_uncached_articles): removed old authentication code.
14915
14916 2001-04-30 [sergey]
14917
14918         * src/news.c: reverted my previous changes (need to do NNTP
14919         authentication in a cleaner way).
14920         
14921 2001-04-29 [sergey]
14922
14923         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
14924         news_nntp_post, news_nntp_mode): new functions (wrappers with
14925         authentication support).
14926         (news_get_article_cmd, news_get_article, news_get_header): new
14927         argument "folder"; all callers changed.
14928         (news_get_article_cmd): added authentication support.
14929         (news_session_get): use news_nntp_mode() instead of nntp_mode().
14930         (news_post): use news_nntp_post() instead of nntp_post().
14931         (news_get_uncached_articles): use news_nntp_group() instead of
14932         nntp_group() and news_nntp_xover() instead of nntp_xover();
14933         removed old authentication code.
14934         (news_get_group_list): use news_nntp_list() instead of nntp_list().
14935
14936         * src/nntp.c (nntp_list): return real error code instead of
14937         hardcoded NN_ERROR.
14938
14939 2001-04-29 [sergey]
14940
14941         * configure.in: fixed wint_t typedef detection again
14942
14943 2001-04-28 [hoa]
14944
14945         * src/prefs_account.[ch], added A_LOCAL_CMD
14946                 (send mail with mail command)
14947         * src/send.c added function send_message_with_command()
14948         * src/inc.c made a more secure get_spool() function with
14949                 mktemp() but maybe mkstemp() or something more
14950                 secure can be used.
14951
14952 2001-04-28 [alfons]
14953
14954         * src/textview.c, colorization of email addresses in headers
14955
14956         0.4.65claws6
14957
14958         * bug sync with sylpheed
14959         * prefs_common.c: created date format ui for darko
14960         * sync with 0.4.65cvs11
14961         * configure.in: corrected to have the new gpg checks
14962
14963 2001-04-27 [alfons]
14964
14965         * completed sync with 0.4.65cvs10
14966         * minor debug things added to gtkstext.c
14967
14968 2001-04-27 [darko]
14969
14970         * configure.in: remove check for availability of
14971           strftime() as advised by Hiroyuki
14972         * src/prefs_common.[ch], src/procheader.c:
14973           synch strftime() code with Hiroyki's main branch
14974
14975 2001-04-26 [sergey]
14976
14977         * src/news.c: news_query_password(), news_authenticate(): new
14978           functions.
14979           news_get_uncached_articles(): added NNTP authentication
14980           handling.
14981         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
14982           new functions.
14983         * src/prefs_account.c: prefs_account_protocol_activated():
14984           enable userid and password fields for NNTP.
14985
14986 2001-04-26
14987
14988         * configure.in: check for availability of strftime()
14989           [darko]
14990         * src/prefs_common.[ch], src/procheader.c: use
14991           strftime() for displaying date in summary pane if it
14992           is available
14993
14994 2001-04-25
14995
14996         * more .cvsignore cleanups [alfons]
14997
14998 2001-04-25
14999
15000         * ac/sv-check-type.m4: new autoconf macro.
15001         * configure.in: fixed wint_t typedef detection (did not work
15002           with gcc-2.96).
15003
15004 2001-04-25
15005
15006         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
15007           [hiroyuki]
15008
15009 2001-04-24
15010         * modified gtkstext.c : buggy cursor navigation fixed, 
15011           and font descent also taken in account when drawing
15012           cursor. [alfons]
15013
15014 2001-04-24 [hoa]
15015         * added comments in src/news.c src/nntp.c
15016         * added src/prefs_headers.[ch]
15017         * added src/headers.[ch]
15018         * modified compose.c to activate custom headers
15019                 added function is_in_custom_headers
15020         * modified prefs_account.[ch]
15021                 added function prefs_account_customhdr_edit
15022         * modified src/defs.h :
15023                 added HEADERS_RC : name of the config file
15024                 for the custom headers
15025
15026 2001-04-24
15027
15028     0.4.65claws5
15029
15030         * configure.in
15031           src/gtkstext.[ch]
15032           src/compose.c
15033           src/Makefile.am
15034           
15035           added gtkstext with configure.in patch by Hiroyuki which
15036           should fix the XIM detection [alfons]
15037
15038         * more clean up of cvs [alfons]
15039
15040                  * removed all Makefile.in files to attic.
15041
15042                  * updated all .cvsignores to really ignore things that could
15043                    be unintentionally committed by a recursive commit.
15044
15045 2001-04-23 [hoa]
15046         * added src/grouplist_dialog.[ch]
15047         * changed src/folderview.c to call grouplist_dialog instead
15048                 of inputdialog
15049         * src/news.c :
15050                 added functions news_reset_group_list
15051                 and news_get_group_list
15052         * src/nntp.c :
15053                 added function nntp_list
15054         * src/defs.h :
15055                 added GROUPLIST_FILE : name of the newsgroup list cache file
15056
15057 2001-04-21
15058
15059         * added option to warn about queued messages on exit [sergey]:
15060
15061           * src/compose.c: compose_queue(): call folder_item_scan()
15062             and folderview_update_item() after queueing.
15063           * src/folderview.c: folderview_update_node(): draw the queue
15064             folder in bold font if there are queued messages.
15065           * src/mainwindow.c: queued_messages(): new function.
15066             app_exit_cb(): display warning if there are queued messages
15067             if warn_queued_on_exit is set.
15068           * prefs_common.[ch]: add warn_queued_on_exit option.
15069
15070         * enhanced GnuPG key selection support [sergey]:
15071
15072           * src/select-keys.c: updated to newer version from Win32
15073             branch with support for selecting arbitrary keys.
15074           * src/prefs_account.c: added the Privacy tab to the account
15075             options window.
15076             prefs_account_privacy_create(),
15077             prefs_account_sign_key_set_data_from_radiobtn(),
15078             prefs_account_sign_key_set_radiobtn(): new functions.
15079           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
15080           * src/rfc2015.c: set_signers(): new function.
15081             pgp_sign(): add the account parameter, call set_signers().
15082             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
15083           * src/rfc2015.h: rfc2015_sign(): updated prototype.
15084           * src/compose.c: pass the current account to rfc2015_sign().
15085
15086         * tag name claws added to prevent confusion with main branch [alfons]
15087
15088         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
15089
15090         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
15091
15092         * sync with recent sylpheed cvs. Untested though. [alfons]
15093