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