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