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