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