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