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