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