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