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