c992008e2061993c51e32681618ef883c5eb3a87
[claws.git] / ChangeLog.claws
1 2002-08-06 [paul]       0.8.1claws29
2
3         * sync with 0.8.cvs15
4                 see ChangeLog 2002-08-06
5
6 2002-08-06 [oliver]     0.8.1claws28
7
8         * src/toolbar.c
9         * src/prefs_toolbar.c
10                 fixed empty toolbar issue
11
12 2002-08-06 [oliver]     0.8.1claws27
13
14         * Custom Toolbar Final 
15         * src/folderview.c
16         * src/inc.c
17         * src/summaryview.c
18                 o toolbar stuff now lives in src/toolbar.[ch]
19                 o main_window_toolbar_* functions are renamed to
20                   toolbar_* reflecting their new source file
21         * src/mainwindow.[ch]
22                 o remove toolbar stuff  
23
24 2002-08-06 [oliver]     0.8.1claws26
25         
26         * src/Makefile.am
27         * src/prefs_toolbar.[ch]        **New File**
28         * src/toolbar.[ch]              **New File**
29                 o prefs_toolbar.[ch] custom toolbar frontend
30                 o toolbar.[ch]       backend 
31  
32 2002-08-06 [oliver]     0.8.1claws25
33
34         * src/prefs_actions.[ch]
35                 o new exported function actions_execute
36
37 2002-08-06 [paul]       0.8.1claws24
38
39         * sync with 0.8.1cvs4
40                 see ChangeLog 2002-08-06
41
42 2002-08-06 [paul]       0.8.1claws23
43
44         * sync with 0.8.1cvs13
45                 see ChangeLog 2002-08-06
46
47 2002-08-06 [paul]       0.8.1claws22
48
49         * sync with 0.8.1cvs12
50                 see ChangeLog 2002-08-05 and 2002-08-06
51
52 2002-08-06 [match]      0.8.1claws21
53
54         * src/addrclip.c
55                 improvements to cut/copy/paste address
56
57 2002-08-05 [match]      0.8.1claws20
58
59         * src/addritem.[ch]
60         * src/addrcache.c
61         * src/addrbook.c
62         * src/editaddress.c
63         * src/addressbook.c
64                 fixes to improve cut/copy/paste
65
66 2002-08-06 [melvin]     0.8.1claws19
67
68         * src/account.[ch]
69                 account_find_all_from_address(): new function that returns the
70                 list of all accounts that are matched in an address.
71         * src/alertpanel.[ch]
72                 alertpanel() now accepts a custom widget
73                 alertpanel_with_widget(): new function that pops up a panel with
74                 a custom widget in it 
75         * src/gtkutils.[ch]
76                 gtkut_account_menu_new(): new function that allows the selection
77                 of an account from a list of accounts.
78         * src/messageview.c
79                 Extended Return Receipt notification to select the correct 
80                 account and to make a security test on the Delivery-Notification
81                 address which should be the same as the Return-Path.
82
83 2002-08-06 [thorsten]   0.8.1claws18
84
85         * src/mimeview.c
86                 attach_all: save unnamed as "noname.%d",
87                 dont free static dirname
88
89 2002-08-05 [alfons]     0.8.1claws17
90
91         * configure.in
92                 detect XIM by trying to link rather than compile a XIM program
93
94 2002-08-05 [oliver]     0.8.1claws16
95                 
96         * src/stock_pixmap.[ch]
97                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
98                 o new func to retrieve pixmaps
99
100 2002-08-05 [paul]       0.8.1claws15
101
102         * sync with 0.8.1cvs10
103                 see ChangeLog 2002-08-05
104
105 2002-08-04 [alfons]     0.8.1claws14
106
107         * src/textview.c
108                 see if this plugs memleak
109
110 2002-08-04 [melvin]     0.8.1claws13
111
112         * src/gtkspell.c
113                 fixed bug that could crash Sylpheed when highlighting
114                 all misspelled words.
115
116 2002-08-03 [melvin]     0.8.1claws12
117
118         * src/prefs_actions.c
119                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
120         * src/messageview.c
121                 fixed bug where the Return Receipt was sent to
122                 Delivery-Notification-To address even if it was not present
123
124 2002-08-02 [alfons]     0.8.1claws11
125
126         * src/prefs_actions.c
127                 o more check for NULLs
128                 o put create_io_dialog() in right conditional block
129
130 2002-08-02 [paul]       0.8.1claws10
131
132         * po/es.po
133                 updated by Ricardo Mones Lastra
134
135 2002-08-01 [christoph]  0.8.1claws9
136
137         * src/folder.c
138                 don't free the cache of the opened
139                 folder in the summaryview
140         * src/summaryview.c
141                 don't unset flags, if it is not required
142
143 2002-08-01 [paul]       0.8.1claws8
144
145         * sync with 0.8.1cvs8
146                 see ChangeLog entry 2002-08-01
147
148 2002-08-01 [paul]       0.8.1claws7
149
150         * sync with 0.8.1cvs7
151                 see ChangeLog 2002-07-31 and 2002-08-01
152
153 2002-07-31 [christoph]  0.8.1claws6
154
155         * src/mainwindow.c
156                 forgot to update menu sensitivity
157                 function for new menu entry
158
159 2002-07-31 [alfons]     0.8.1claws5
160
161         * src/main.c
162                 check folder item and its path for NULL on
163                 initial processing
164
165 2002-07-31 [christoph]  0.8.1claws4
166
167         * src/folder.c
168                 check if folder_item_get_msginfo in
169                 folder_item_remove_msg returned NULL
170         * src/imap.c
171                 better clear the uid cache in the
172                 uid validity check function and delete
173                 cached messages
174
175 2002-07-31 [paul]       0.8.1claws3
176
177         * man/sylpheed.1
178                 add the '--attach' option and a few other
179                 minor changes
180
181 2002-07-31 [paul]       0.8.1claws2
182
183         * sync with 0.8.1cvs5
184                 see ChangeLog 2002-07-31
185
186 2002-07-31 [christoph]  0.8.1claws1
187
188         * src/folderview.[ch]
189         * src/mainwindow.c
190                 replace "Rescan all folders..." with
191                 "Check all folders for new messages..."
192
193 2002-07-30 [paul]       0.8.1claws
194
195         * version 0.8.1claws released
196
197 2002-07-30 [paul]       0.8.0claws29
198
199         * tools/OOo2sylpheed.pl ** NEW FILE **
200           tools/README
201                 add script to enable sending documents as
202                 attachments from OpenOffice.org
203
204 2002-07-30 [melvin]     0.8.0claws28
205
206         * src/prefs_actions.c
207                 Made the actions' input/output dialog display
208                 without delay.
209
210 2002-07-30 [christoph]  0.8.0claws27
211
212         * src/procmsg.c
213                 check if folder_item_get_msginfo in
214                 procmsg_save_to_outbox returned NULL
215
216 2002-07-30 [paul]       0.8.0claws26
217
218         * sync with 0.8.1cvs4
219                 see ChangeLog 2002-07-29
220
221 2002-07-29 [thorsten]   0.8.0claws25
222
223         * README.claws
224                 added selective download, delete on server
225
226 2002-07-29 [paul]       0.8.0claws24
227
228         * sync with 0.8.1cvs3
229                 see ChangeLog 2002-07-29
230
231 2002-07-27 [christoph]  0.8.0claws23
232
233         * src/folder.c
234                 add extra check if fetching the msginfo
235                 returned NULL
236
237 2002-07-27 [paul]       0.8.0claws22
238
239         * sync with 0.8.1cvs2
240                 see ChangeLog 2002-07-26
241
242 2002-07-27 [christoph]  0.8.0claws21
243
244         * src/imap.c
245                 add another check if a valid msginfo
246                 was returned
247
248 2002-07-26 [hoa]        0.8.0claws20
249
250         * src/folder.c
251                 Fixed a condition in folder_item_destroy()
252
253         * src/imap.c
254                 Fixed an error in IMAP protocol
255
256 2002-07-26 [alfons]     0.8.0claws19
257
258         * src/folder.c
259                 ofcourse compare with identifier, not the path
260
261 2002-07-26 [alfons]     0.8.0claws18
262
263         * src/folder.c
264                 use folder item identifier for saving / restoring
265                 preferences because folder->path might not be unique
266
267 2002-07-26 [melvin]     0.8.0claws17
268
269         * src/logwindow.c
270                 Fixed a crash introduced in 0.8.0claws5 when log is 
271                 cut under 80 characters.
272
273 2002-07-26 [paul]       0.8.0claws16
274
275         * sync with 0.8.1cvs1
276                 see ChangeLog 2002-07-26
277
278 2002-07-26 [christoph]  0.8.0claws15
279
280         * src/imap.[ch]
281                 imap folder now remembers the last selected
282                 folder and imap_fetch_msginfo skips selecting
283                 the folder if it is already selected
284
285 2002-07-26 [christoph]  0.8.0claws14
286
287         * src/folder.c
288         * src/folderview.c
289         * src/imap.c
290                 fix imap folder rescanning
291
292 2002-07-25 [christoph]  0.8.0claws13
293
294         * src/filter.c
295         * src/folder.[ch]
296         * src/folderview.c
297         * src/imap.[ch]
298         * src/mainwindow.c
299         * src/mbox_folder.c
300         * src/mh.c
301         * src/news.c
302                 implement imap uid cache and uid validity check
303
304 2002-07-25 [alfons]     0.8.0claws12
305
306         * src/summaryview.c
307                 fix a brown paper bag bug, and also add some more
308                 checks
309
310 2002-07-25 [christoph]  0.8.0claws11
311
312         * src/folder.c
313                 don't mix copy, fetch_msginfo and remove
314                 operations in folder item copy and move
315                 operations
316
317 2002-07-25 [christoph]  0.8.0claws10
318
319         * src/folderview.c
320         * src/mainwindow.c
321         * src/prefs_folder_item.c
322         * src/summaryview.[ch]
323                 remove no longer required parameter update_cache from
324                 summary_show
325
326 2002-07-25 [paul]       0.8.0claws9
327
328         * sync with 0.8.1
329         
330         * AUTHORS
331                 a few corrections
332
333 2002-07-24 [alfons]     0.8.0claws8
334
335         * src/summaryview.c
336                 sort correctly when using simplified subject line
337                 (closes feature request "[ 585141 ] applying regexp to subject 
338                 before sort" submitted by Alexandra Walford)
339
340 2002-07-24 [paul]       0.8.0claws7
341
342         * sync with 0.8.0cvs3
343                 see ChangeLog 2002-07-24
344
345 2002-07-23 [christoph]  0.8.0claws6
346
347         * src/folder.c
348         * src/folder.h
349         * src/summaryview.c
350         * src/summaryview.h
351         * src/main.c
352                 o separate processing and summaryview
353                 o removed summary_write_cache from summaryview
354                 o removed summaryview->killed_messages, because we don't have
355                   to keep a list of killed messages anymore. New cache will
356                   keep the hidden messages in cache anyway
357         * src/folderview.c
358         * src/inc.c
359         * src/selective_download.c
360                 o removed unnecessary summary_write_cache calls
361         * src/procmsg.c
362                 o don't set ignore thread flag in procmsg_get_thread_tree
363                   if it is already set
364         * src/mainwindow.c
365         * src/statusbar.h
366                 o moved STATUSBAR_PUSH/POP to statusbar.h because
367                   they are used in different files
368
369 2002-07-23 [melvin]     0.8.0claws5
370
371         * src/addressbook.c
372         * src/addrgather.c
373         * src/editaddress.c
374         * src/editgroup.c
375         * src/editldap_basedn.c
376         * src/importldif.c
377         * src/prefs_common.c
378                 Fixed few memory leak (gtk_editable_get_chars returns
379                 an allocated string)
380         * src/logwindow.c
381                 Fixed few memory leak (gtk_editable_get_chars returns
382                 an allocated string) and modified a little the log cutting
383                 loop.
384         * src/compose.c
385                 Replaced a call to an obsolete function gtk_entry_get_text()
386                 by gtk_editable_get_chars()
387         * src/send.c
388                 Removed a debug printf
389
390 2002-07-23 [christoph]  0.8.0claws4
391
392         * src/filesel.c
393                 fix another g_dirname memory leak
394
395 2002-07-23 [christoph]  0.8.0claws3
396
397         * src/mh.c
398                 fixed a memory leak in mh_fetch_msginfo
399                 fixed crash when message header could not be
400                 parsed
401
402 2002-07-23 [paul]       0.8.0claws2
403
404         * sync with 0.8.0cvs2
405                 see ChangeLog 2002-07-23
406
407 2002-07-23 [paul]       0.8.0claws1
408
409         * sync with 0.8.0cvs1
410                 see ChangeLog 2002-07-23
411
412 2002-07-23 [paul]       0.8.0claws
413
414         * release of 0.8.0claws
415
416 2002-07-23 [paul]       0.7.8claws99
417
418         * po/ru.po
419                 new Russian translation, submitted by
420                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
421
422 2002-07-22 [jens]       0.7.8claws98
423
424         * po/de.po
425                 Updated German translations.
426
427 2002-07-22 [paul]       0.7.8claws97
428
429         * po/es.po
430           po/it.po
431           po/nl.po
432           po/pt_BR.po
433                 updated translations by Ricardo Mones Lastra,
434                 Alessandro Maestri, Wilbert Berendsen and 
435                 Fabio Jr. Beneditto respectively
436
437 2002-07-22 [christoph]  0.7.8claws96
438
439         * src/mimeview.c
440                 fix memory leak caused by wrong g_dirname usage
441
442 2002-07-22 [christoph]  0.7.8claws95
443
444         * src/summaryview.c
445                 update new and unread message counts for summaryview
446                 summaryview does not get it from the folder anymore
447                 and has to update the values itself
448
449 2002-07-22 [melvin]     0.7.8claws94
450
451         * po/fr.po
452                 Updated French translations.
453
454 2002-07-22 [christoph]  0.7.8claws93
455
456         * src/matcher.c
457                 set prop->preg pointer to NULL or following check
458                 will not fail and regexec will be called with
459                 invalid pointer
460
461 2002-07-21 [alfons]     0.7.8claws92
462         
463         * src/prefs_common.[ch]
464                 remove option "Send return receipt on request"
465
466 2002-07-21 [thorsten]   0.7.8claws91
467
468         * src/mimeview.c
469                 fixed memleaks, coding style as pointed out by alfons
470
471 2002-07-21 [alfons]     0.7.8claws90
472
473         * src/messageview.c
474         * src/noticeview.[ch]
475                 o fix bug notice view being displayed when going to empty folder 
476                   (noticed by Christoph)
477                 o allow RRR to be sent when restarting sylpheed, or changing folder 
478                   (noticed by Thorsten)
479
480 2002-07-21 [thorsten]   0.7.8claws89
481
482         * src/mimeview.c
483                 Included save_all patch from Xaview FACQ
484                 added support for pathnames
485
486 2002-07-21 [alfons]     0.7.8claws88
487
488         * po/POTFILES.in
489         * src/Makefile.am
490         * src/mainwindow.c
491         * src/messageview.[ch]
492         * src/noticeview.c      ** NEW FILE **
493         * src/noticeview.h      ** NEW FILE **
494                 make return receipts work again
495                 (UI idea by Leandro Pereira)
496
497 2002-07-21 [paul]       0.7.8claws87
498
499         * src/summaryview.c
500                 fix sensitivity of 'Select thread'
501
502 2002-07-21 [paul]       0.7.8claws86
503
504         * src/prefs_common.c
505                 add browser command line for Galeon
506
507 2002-07-21 [paul]       0.7.8claws85
508
509         * Makefile.am
510                 fix 'EXTRA_DIST': remove README.README, add TODO
511                 and TODO.claws
512
513 2002-07-21 [alfons]     0.7.8claws84
514
515         * src/gtkstext.c
516                 make enter clear selection
517                 (closes "[ 579888 ] Editor selection/entry error"
518                 reported by Steve Lamb)
519
520 2002-07-21 [alfons]     0.7.8claws83
521         
522         * src/summaryview.c
523                 sort message list when selecting unthread messages
524                 (closes "[ 501593 ] switching threaded view doesn't sort"
525                 reported by Simon Schubert)
526
527 2002-07-20 [alfons]     0.7.8claws82
528         
529         * src/matcher.c
530                 const-correctness
531
532 2002-07-20 [thorsten]   0.7.8claws81
533
534         * src/matcher.c
535                 Fixed expansion of empty fields in matchactions
536
537 2002-07-19 [melvin]     0.7.8claws80
538
539         * src/gtkspell.c
540                 Removed a duplicate menu entry (fast mode) introduced during
541                 the new cache merge
542                 Added a menu separator between 'Use alternate' and 'Fast mode'
543
544 2002-07-19 [paul]       0.7.8claws79
545
546         * tools/Makefile.am
547           tools/README
548                 correct typos
549
550 2002-07-19 [thorsten]   0.7.8claws78
551
552         * tools/calypso_convert.pl      ** NEW FILE **
553           tools/README
554           tools/Makefile.am
555                 script to import mbox files exported
556                 by calypso
557                 o generates folder structure
558                 o includes attachments
559
560 2002-07-19 [melvin]     0.7.8claws77
561
562         * src/selective_download.[ch]
563                 Fixed bug where closing the dialog with the window manager's
564                 close button will not unlock the summary
565                 Corrected some function declarations that missed a return value
566                 Made the source code comply better with coding style.
567         * src/prefs_common.c
568                 Added new browser command line for Mozilla.
569
570 2002-07-18 [paul]       0.7.8claws76
571
572         * src/mainwindow.c
573           src/selective_download.[ch]
574                 reflect theme changes, fix Gdk Warning when creating 
575                 pixmap from NULL window, and minor clean up.
576                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
577
578         * po/en_GB.po
579                 updated
580
581 2002-07-17 [paul]       0.7.8claws75
582
583         * INSTALL[.jp]
584                 sync with 0.8.0
585         
586         * po/en_GB.po
587                 updated
588
589 2002-07-16 [paul]       0.7.8claws74
590
591         * tools/filter_conv.pl
592           tools/README
593                 replace conversion script with reimplemented version, 
594                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
595
596 2002-07-16 [colin]      0.7.8claws73
597
598         * src/summaryview.c
599                 remove forgotten debug messages - sorry ;-)
600
601 2002-07-16 [colin]      0.7.8claws72
602
603         * src/mimeview.c
604           src/summaryview.c
605           src/textview.c
606           src/textview.h
607                 add the ability to select part of a text mime-part 
608                 to reply.
609
610 2002-07-15 [christoph]  0.7.8claws71
611
612         * src/folder.c
613                 fix folder message count for folders without
614                 msg_is_changed (includes news folders)
615
616 2002-07-15 [martin]     0.7.8claws70
617
618         * src/summaryview.c
619                 option "display recipient on 'From'..." now works
620                 without the need of enabling the option
621                 "display  sender  using  address  book".
622
623 2002-07-15 [christoph]  0.7.8claws69
624
625         * src/summaryview.c
626                 removed setting folder status from summaryview.
627                 folder.c should update all message counts correctly.
628
629 2002-07-15 [paul]       0.7.8claws68
630
631         * po/pt_BR.po
632                 updated by Fabio Junior Beneditto
633
634 2002-07-15 [darko]      0.7.8claws67
635
636         * src/mh.c
637                 Fixed target folder colorization, don't decrease op
638                 number twice
639
640 2002-07-14 [paul]       0.7.8claws66
641
642         * sync with main 0.8.0
643                 see ChangeLog 2002-07-14
644
645 2002-07-13 [melvin]     0.7.8claws65
646         
647         * src/addrbook.c
648         * src/addressbook.c
649         * src/addrindex.c
650                 Replaced sprintf by g_snprintf to prevent possible buffer
651                 overflow.
652         * src/news.c
653                 Corrected a log message output format.
654                 Added a missing "done" debug output.
655         * src/compose.c
656                 Added keyboard accelerator for Priority menu items
657                 Added missing \n in debug output
658         * src/logwindow.c
659         * src/gtkspell.c
660         * src/rfc2015.c
661                 Added missing \n in debug output
662
663 2002-07-13 [paul]       0.7.8claws64
664
665         * man/sylpheed.1
666                 change Sergey's email address to the sf address
667
668         * src/textview.c
669                 increase show_url_timeout (more useful for long
670                 urls)
671
672 2002-07-12 [sergey]     0.7.8claws63
673
674         * src/rfc2015.c
675                 applied (with some modifications) patch to set the
676                 micalg parameter for signatures
677                 (2001-08-28 Werner Koch <wk@gnupg.org>)
678
679 2002-07-12 [sergey]     0.7.8claws62
680
681         * man/Makefile.am
682         * configure.in
683                 fixed man page installation
684
685 2002-07-12 [paul]       0.7.8claws61
686
687         * sync with 0.7.8cvs26
688                 see ChangeLog 2002-07-11 and 2002-07-12
689
690 2002-07-11 [christoph]  0.7.8claws60
691
692         * src/compose.c
693         * src/procmsg.c
694                 first use the message number to find the message
695                 to mark with a reply flag but check the
696                 message-id if we got the correct message, if not
697                 try to find it by message-id.
698                 use new string seperator that is not allowed
699                 in message-ids.
700
701 2002-07-11 [paul]       0.7.8claws59
702
703         * sync with 0.7.8cvs23
704                 see ChangeLog 2002-07-10
705
706 2002-07-10 [christoph]  0.7.8claws58
707
708         * src/folder.[ch]
709         * src/msgcache.[ch]
710                 Added message-id table to the cache in memory
711                 and functions to msgcache.c and folder.c to
712                 fetch MsgInfos by message id
713         * src/compose.c
714         * src/procmsg.c
715                 store folder and message-id of message replying
716                 to in queue header and set reply flag after sending
717                 (Closes bug #469498)
718
719 2002-07-10 [paul]       0.7.8claws57
720
721         * AUTHORS
722           man/sylpheed.1.gz
723                 add Martin to the list of authors
724
725 2002-07-09 [martin]     0.7.8claws56
726         * src/gtksctree.c
727                 Added gtk_ctree_last_visible(), tree_update_level(),
728                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
729                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
730                 from gtk+ to gtksctree.c for the new sorting code
731                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
732                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
733         * src/gtksctree.h
734                 Added declaration for gtk_sctree_sort_recursive() and
735                 gtk_sctree_sort_node
736         * src/addressbook.c
737         * src/foldersel.c
738         * src/folderview.c
739         * src/summaryview.c
740                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
741                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
742
743 2002-07-08 [paul]       0.7.8claws55
744
745         * more sync with 0.7.8cvs21
746                 see ChangeLog 2002-07-08
747
748 2002-07-08 [paul]       0.7.8claws54
749
750         * sync with 0.7.8cvs21
751                 see ChangeLog 2002-07-08
752
753 2002-07-07 [alfons]     0.7.8claws53
754
755         * src/Makefile.am
756         * src/stock_pixmap.[ch]
757         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
758         * src/pixmaps/notice_error.xpm  ** NEW FILE **
759         * src/pixmaps/notice_note.xpm   ** NEW FILE **
760                 add new pixmaps for upcoming notice pane
761
762 2002-07-06 [melvin]     0.7.8claws52
763
764         * src/gtkspell.[ch]
765                 Made them a bit closer to Sylpheed's coding style.
766                 Removed old code.
767                 Removed possible memory leaks when some errors occurs.
768
769 2002-07-06 [melvin]     0.7.8claws51
770
771         * po/Makefile.in.in
772                 Removed --no-location in xgettext command line to help
773                 translators that use Emacs' po-mode
774         * src/quote_fmt.c
775                 Removed unnecessary comments that messed up sylpheed.pot
776
777 2002-07-06 [paul]       0.7.8claws50
778
779         * sync with 0.7.8cvs19
780                 see ChangeLog 2002-07-05
781
782 2002-07-06 [christoph]  0.7.8claws49
783
784         * src/folder.c
785         * src/mainwindow.c
786                 fix folder_item_remove_all_msg and folderview
787                 status for trash folders after emptying trash
788
789 2002-07-05 [paul]       0.7.8claws48
790
791         * sync with 0.7.8cvs16
792                 see ChangeLog 2002-07-04 and 2002-07-05
793
794 2002-07-04 [paul]       0.7.8claws47
795
796         * sync with 0.7.8cvs14
797                 see  ChangeLog 2002-07-04
798
799 2002-07-03 [alfons]     0.7.8claws46
800
801         * src/folder.c
802                 dupe folder item's path because it's being reallocated
803                 by new folder scanning code
804
805 2002-07-03 [christoph]  0.7.8claws45
806
807         * src/imap.c
808                 better IMAP uid fetching using 'FETCH 1:* (UID)'
809         * src/msgcache.c
810                 add missing return in msgcache_write
811
812 2002-07-02 [thorsten]   0.7.8claws44
813
814         * src/jpilot.c
815         * src/msgcache.c
816         * src/rfc2015.c
817                 use binary mode for file access
818
819 2002-07-02 [christoph]  0.7.8claws43
820
821         * major code cleanup (part 1)
822         
823                 - unused variables removed
824                 - unused functions removed
825                 - uninitialized variables checked
826                 - missing return statements added
827                 - missing function return types added
828                 - added parentheses around assignment and
829                   && in || when suggested by gcc
830               
831         * src/mh.c
832         * src/folder.c
833                 replaced direct calls to folder->scan_tree
834                 with folder_scan_tree and restore folder
835                 prefs in this function. The folder should
836                 not have to deal with them.
837                 ( Should now work for all folder types )
838
839 2002-07-02 [paul]       0.7.8claws42
840
841         * sync with 0.7.8cvs13
842                 see ChangeLog 2002-07-01 and 2002-07-02
843
844 2002-07-01 [christoph]  0.7.8claws41
845
846         * src/summaryview.c
847                 fix "goto next/prev unread message" with
848                 ignored threads
849
850 2002-07-01 [paul]       0.7.8claws40
851
852         * po/es.po
853                 updated by Ricardo Mones Lastra
854
855 2002-06-30 [match]      0.7.8claws39
856
857         * src/jpilot.c
858                 applied variation of leonerd's patch (566661) to
859                 allow multiple email addresses per JPilot entry.
860                 addresses may be separated by space, comma, pipe,
861                 semi-colon, new-line.
862
863 2002-06-30 [alfons]     0.7.8claws38
864
865         * src/procmsg.c
866                 simple fix for putting older nodes before
867                 newer nodes when threading by subject
868
869 2002-06-30 [christoph]  0.7.8claws37
870
871         * src/folder.c
872         * src/folderview.c
873         * src/mh.c
874         * src/news.c
875         * src/procmsg.c
876                 fix broken folder tree rescaning
877                 and don't use procmsg_get_mark_sum
878                 anymore
879
880 2002-06-30 [christoph]  0.7.8claws36
881
882         * merge new cache branch
883         * src/imap.c
884                 fix new cache imap copy bug
885         * src/folder.c
886                 improved folder_item_scan
887                 it should now always set the correct
888                 new, unread and total message counts
889
890 2002-06-29 [paul]       0.7.8claws35
891
892         * configure.in
893                 correct syntax error
894
895 2002-06-29 [paul]       0.7.8claws34
896
897         * configure.in
898           Makefile.am
899           man/Makefile.am       ** NEW FILE **
900           man/sylpheed.1.gz     ** NEW FILE **
901                 add Sylpheed man page
902
903 2002-06-29 [paul]       0.7.8claws33
904
905         * po/pt_BR.po
906                 updated by Fabio Junior Beneditto
907
908 2002-06-28 [jens]       0.7.8claws32
909
910         * po/de.po
911                 translation updated
912
913         * src/selective_download.c
914                 removed gettext for space " "
915
916         * src/imap.c
917                 removed wrong space
918
919 2002-06-28 [paul]       0.7.8claws31
920
921         * sync with 0.7.8cvs11
922                 see ChangeLog 2002-06-28
923
924 2002-06-28 [paul]       0.7.8claws30
925
926         * sync with 0.7.8cvs10
927                 see ChangeLog 2002-06-27 and 2002-06-28
928
929 2002-06-26 [paul]       0.7.8claws29
930
931         * src/addrgather.c
932           src/selective_download.c
933                 don't gettextise empty strings.
934                 reserved by gettext. gettext("") returns 
935                 the header entry with meta information, 
936                 not the empty string
937
938         * po/en_GB.po
939                 updated
940
941 2002-06-26 [paul]       0.7.8claws28
942
943         * sync with 0.7.8cvs7
944                 see ChangeLog 2002-06-25
945
946         * src/prefs_common.c
947                 ...and in the process, tweak the gui a little
948
949 2002-06-25 [alfons]     0.7.8claws27
950         
951         * configure.in
952         * src/Makefile.am
953                 fine tune ldap library detection
954
955 2002-06-25 [alfons]     0.7.8claws26
956
957         * src/compose.c
958                 don't allow return receipts when composing a news article
959
960 2002-06-25 [paul]       0.7.8claws25
961
962         * Makefile.am
963                 add '$(AMTAR)' to 'release' section to allow for
964                 new and older autotools
965
966 2002-06-25 [paul]       0.7.8claws24
967
968         * src/summaryview.c
969                 fix "No more unread messages" persistant pop-up
970                 window bug
971
972 2002-06-25 [paul]       0.7.8claws23
973
974         * po/it.po
975                 updated by Alessandro Maestri
976
977 2002-06-25 [paul]       0.7.8claws22
978
979         * sync with 0.7.8cvs6
980                 see ChangeLog 2002-06-25
981
982 2002-06-24 [paul]       0.7.8claws21
983
984         * tools/update-po
985                 add GPL copyright information
986
987 2002-06-24 [paul]       0.7.8claws20
988
989         * tools/Makefile.am
990           tools/README
991           tools/update-po       ** NEW FILE **
992                 add script that eases the creation of *.po files
993                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
994
995 2002-06-23 [alfons]     0.7.8claws19
996
997         * src/messageview.c
998                 make notification_convert_header obey const correctness
999                 (next step will be fixing the broken return receipt)
1000
1001 2002-06-23 [paul]       0.7.8claws18
1002
1003         * src/messageview.c
1004                 fix bug introduced in last commit:
1005                 removed too much code in last commit - put back what's
1006                 needed
1007
1008 2002-06-23 [paul]       0.7.8claws17
1009
1010         * src/messageview.[ch]
1011                 remove code committed in error from locally patched
1012                 source
1013
1014 2002-06-23 [colin]      0.7.8claws16
1015
1016         * src/compose.[ch]
1017                 add compose_entry_select(), used to select the default_to
1018                 email address - hopefully avoiding people sending mails to
1019                 wrong recipients.
1020
1021 2002-06-22 [alfons]     0.7.8claws15
1022
1023         * AUTHORS
1024                 add Bram Metsch & Stanislav Karchebny
1025         * src/smtp.[ch]
1026         * src/prefs_account.[ch]
1027         * src/send.c
1028                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
1029                   options.  (see <http://sourceforge.net/tracker/index.php
1030                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
1031
1032                 - merge Stanislav's fix to make SMTP AUTH work with qmail
1033                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
1034
1035 2002-06-22 [paul]       0.7.8claws14
1036
1037         * sync with 0.7.8cvs5
1038                 see ChangeLog 2002-06-19 and 2002-06-20
1039
1040 2002-06-22 [alfons]     0.7.8claws13
1041
1042         * src/selective_download.c
1043                 fix a stupid mistake I made
1044
1045 2002-06-22 [alfons]     0.7.8claws12
1046
1047         * src/selective_download.[ch]
1048                 fix another unnoticed leak; cleanup code
1049
1050 2002-06-21 [alfons]
1051
1052         * tools/Makefile.am
1053                 gpg-sign <-- gpg-sign-syl
1054
1055 2002-06-21 [alfons]     0.7.8claws11
1056
1057         * src/selective_download.c
1058         * src/selective_download.h
1059                 fix assorted mix of allocation errors (should solve
1060                 problem reported by Philippe Gramoullé, see:
1061                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
1062
1063 2002-06-20 [melvin]     0.7.8claws10
1064
1065         * tools/gpg-sign *REMOVED*
1066           tools/gpg-sign-syl *ADDED*
1067                 Replaced the gpg clearsigning script with the version using
1068                 xterm instead of ssh-askpass and changed its name.
1069
1070         * README.claws
1071                 Updated actions example to reflect the renaming of the
1072                 gpg clearsigning script.
1073
1074 2002-06-19 [paul]       0.7.8claws9
1075
1076         * sync with 0.7.8claws9
1077                 see ChangeLog 2002-06-18 and 2002-06-19
1078
1079 2002-06-19 [paul]       0.7.8claws8
1080
1081         * sync with 0.7.8cvs1
1082                 see ChangeLog 2002-06-18
1083
1084 2002-06-18 [alfons]     0.7.8claws7
1085
1086         * src/mainwindow.h
1087                 add omitted prototype
1088
1089 2002-06-17 [paul]       0.7.8claws6
1090
1091         * src/mainwindow.c
1092                 fix hiding of exec_btn
1093
1094 2002-06-17 [paul]       0.7.8claws5
1095
1096         * src/pop.c
1097                 remove unneeded code: should_delete() 
1098                 and Pop3State::uidl_todelete_list
1099
1100 2002-06-17 [paul]       0.7.8claws4
1101
1102         * sync with 0.7.8
1103                 see ChangeLog 2002-06-11 and 2002-06-13
1104
1105 2002-06-16 [alfons]     0.7.8claws3
1106         
1107         * src/folder.c
1108                 make sure lock sort mode (claws specific) is
1109                 also persists after a tree rescan
1110
1111 2002-06-16 [alfons]     0.7.8claws2
1112
1113         * src/prefs_folder_item.c
1114         * src/folder.[ch]
1115                 fix persistence of folder sort mode (broken
1116                 by adapting Hiro's new folder persistence code)
1117
1118 2002-06-16 [alfons]     0.7.8claws1
1119
1120         * AUTHORS
1121         * src/logwindow.c
1122         * src/prefscommon.[ch]
1123                 control size of log text in log window; 
1124                 closes patch #569155 submitted by Mitko Haralanov.
1125
1126 2002-06-15 [paul]       0.7.8claws
1127
1128         * release of 0.7.8claws
1129
1130 2002-06-15 [paul]       0.7.7claws
1131
1132         * po/pt_BR.po
1133                 updated by Fabio Junior Beneditto
1134
1135 2002-06-14 [paul]       0.7.6claws49
1136
1137         * po/es.po
1138                 updated by Ricardo Mones Lastra
1139
1140 2002-06-14 [paul]       0.7.6claws48
1141
1142         * po/nl.po
1143                 updated translation by Wilbert Berendsen
1144
1145 2002-06-14 [melvin]     0.7.6claws47
1146
1147         * po/fr.po
1148                 Updated French translation
1149
1150 2002-06-13 [paul]       0.7.6claws46
1151
1152         * src/filesel.c
1153                 allow filename to be typed in, rather than just
1154                 selected by the mouse. Patch by Gustavo Noronha Silva.
1155
1156 2002-06-13 [alfons]     0.7.6claws45
1157
1158         * src/mainwindow.[ch]
1159                 more cleanups (removing unnecessary menu items Expand 
1160                 summary / message view)
1161
1162 2002-06-13 [melvin]     0.7.6claws44
1163
1164         * po/POTFILES.in
1165                 Added src/string_match.c
1166         * src/string_match.c
1167                 Fixed possible buffer overflow.
1168                 Corrected typo.
1169                 Added missing config.h header.
1170         * src/prefs_common.c
1171           src/prefs_matcher.c
1172           src/prefs_scoring.c
1173                 Made some strings translatable (missing _(..)).
1174
1175 2002-06-13 [melvin]     0.7.6claws43
1176
1177         * README.claws
1178                 Corrected action example (verifying clearsigned mail).
1179         * src/prefs_account.c
1180                 Corrected typo.
1181         * src/prefs_common.c
1182                 Removed incorrect line that generated a Gtk-CRITICAL msg.
1183
1184 2002-06-12 [alfons]     0.7.6claws42
1185
1186         * src/summaryview.c
1187                 add init of score column lost in 0.7.6claws42
1188
1189 2002-06-12 [paul]       0.7.6claws41
1190
1191         * src/prefs_account.c
1192                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
1193                 behavior of the radio buttons, (from 0.7.7cvs2)
1194
1195 2002-06-11 [alfons]     0.7.6claws40
1196
1197         * src/messageview.[ch]
1198         * src/summaryview.[ch]
1199         * src/summary_search.c
1200         * src/mainwindow.c
1201                 perform a sync to bring in Hiro's separate view implementation 
1202
1203                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
1204
1205 2002-06-11 [paul]       0.7.6claws39
1206         
1207         * src/prefs_account.c
1208                 correct a typo on the Receive tab
1209
1210 2002-06-10 [match]      0.7.6claws38
1211
1212         * src/addressbook.c
1213                 Included address completion patch from Gustavo Noronha.
1214
1215 2002-06-10 [paul]       0.7.6claws37
1216
1217         * src/inc.[ch]
1218           src/pop.c
1219           src/prefs_account.[ch]
1220           src/selective_download.[ch]
1221                 apply PATCH #561712
1222                  NEW:
1223                 - check if POP Account
1224                 - Receive Button renamed to Preview
1225                 - Preview Button Popup: preview new/all messages
1226                 - Download Button
1227                 - Account Preferences-->Receive tab checkbutton if you
1228                   want to remove Mail after Download
1229                 -: default YES
1230                 - Account Preferences-->Receive tab checkbutton use
1231                   filtering rules on preview
1232                   (think of delete_on_server)
1233                 -: default YES
1234                 - Account selectable from SD dialog
1235                 - checkbutton to show already downloaded messages if
1236                   all messages are previewed
1237                 - new clist column showing Date
1238                 - ESC KEY close
1239                 FIXES:
1240                 - play ball with UIDL
1241                 - fault tolerant (?) 
1242                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
1243
1244 2002-06-10 [melvin]     0.7.6claws36
1245
1246         * README.claws
1247                 Added a hint to ac/README in cvs instructions.
1248
1249         * src/prefs_actions.c
1250                 Made it possible to use a more elaborate command line
1251                 for asynchronous actions, too.
1252
1253 2002-06-10 [melvin]     0.7.6claws35
1254         
1255         * src/prefs_actions.c
1256                 Make it possible to use a more elaborate command line
1257                 (e.g. |foo|bar|cat>there;echo Done|)
1258                 Corrected error message when calling %f, %F and %p commands
1259                 from the compose window.
1260
1261 2002-06-09 [colin]      0.7.6claws34
1262
1263         * src/summaryview.c
1264                 Automatically find unread messages in current folder
1265                 before annoying the user.
1266
1267 2002-06-08 [alfons]     0.7.6claws33
1268
1269         * po/it.po
1270                 remove bad formatting string in it.po translation
1271                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
1272
1273 2002-06-08 [paul]       0.7.6claws32
1274
1275         * sync with 0.7.6cvs25
1276                 see ChangeLog 2002-06-07
1277
1278 2002-06-05 [paul]       0.7.6claws31
1279
1280         * src/mainwindow.c
1281                 add 'Sort by locked' and 'Sort by score'
1282
1283 2002-06-05 [paul]       0.7.6claws30
1284
1285         * sync with 0.7.6cvs24
1286                 see ChangeLog 2002-06-04
1287
1288 2002-06-04 [paul]       0.7.6claws29
1289
1290         * po/pt_BR.po
1291                 updated by Fabio Junior Beneditto
1292
1293 2002-06-03 [thorsten]   0.7.6claws28
1294
1295         * src/matcher.c
1296                 fclose() matcherrc after reading
1297
1298 2002-06-03 [paul]       0.7.6claws27
1299
1300         * sync with 0.7.6cvs21
1301                 see ChangeLog 2002-05-31
1302
1303 2002-05-31 [paul]       0.7.6claws26
1304
1305         * sync with 0.7.6cvs20
1306                 see ChangeLog 2002-05-29 and 2002-05-30
1307
1308 2002-05-31 [paul]       0.7.6claws25
1309
1310         * src/imap.c
1311                 hopefully fix last buggy sync
1312
1313         * README.claws
1314                 correct typo in 'Actions' examples
1315
1316 2002-05-29 [paul]       0.7.6claws24
1317
1318         * sync with 0.7.6cvs18
1319                 see ChangeLog 2002-05-28 and 2002-05-29
1320
1321         * src/news.c
1322           src/nntp.[ch]
1323                 sync with above 
1324
1325 2002-05-28 [paul]       0.7.6claws23
1326
1327         * sync with 0.7.6cvs16
1328                 see ChangeLog 2002-05-28
1329
1330 2002-05-27 [thorsten]   0.7.6claws22 
1331
1332         * faq/it/sylpheed-faq-1.html
1333           faq/it/sylpheed-faq-2.html
1334           faq/it/sylpheed-faq-3.html
1335           faq/it/sylpheed-faq.html
1336                 corrected DOS lineendings
1337         * faq/de/sylpheed-faq-1.html
1338           faq/de/sylpheed-faq-2.html
1339           faq/en/sylpheed-faq-1.html
1340           faq/en/sylpheed-faq-2.html
1341           faq/en/sylpheed-faq-3.html
1342           faq/es/sylpheed-faq-1.html
1343           faq/es/sylpheed-faq-2.html
1344           faq/es/sylpheed-faq-3.html
1345           faq/fr/sylpheed-faq-1.html
1346           faq/it/sylpheed-faq-1.html
1347           faq/it/sylpheed-faq-2.html
1348           faq/it/sylpheed-faq-3.html
1349           faq/it/sylpheed-faq.html
1350                 changed ">" to &quot;
1351
1352 2002-05-27 [paul]       0.7.6claws21
1353         
1354         * sync with 0.7.6cvs15
1355                 see ChangeLog 2002-05-27
1356
1357 2002-05-27 [paul]       0.7.6claws20
1358
1359         * src/prefs_account.c
1360                 correct a typo
1361
1362 2002-05-26 [paul]       0.7.6claws19
1363
1364         * tools/README
1365                 correct a typo
1366
1367 2002-05-25 [paul]       0.7.6claws18
1368
1369         * tools/README
1370                 add description of kmail2sylpheed.pl
1371
1372 2002-05-25 [paul]       0.7.6claws17
1373
1374         * tools/kmail2sylpheed.pl       ** NEW FILE **
1375                 perl script that converts an exported Kmail address
1376                 book, converts it to sylpheed addressbook file,
1377                 writes the file to .sylpheed, and updates
1378                 addrbook--index.xml 
1379
1380 2002-05-25 [paul]       0.7.6claws16
1381
1382         * sync with 0.7.6cvs14
1383                 see ChangeLog 2002-05-23
1384
1385 2002-05-24 [paul]       0.7.6claws15
1386
1387         * README.claws
1388                 make a correction and add some more info
1389
1390 2002-05-24 [paul]       0.7.6claws14
1391
1392         * src/compose.c
1393                 fix memory leak in 
1394                 compose_redirect_write_headers_from_headerlist()
1395                 add Subject and Resent-Message-ID to
1396                 compose_redirect_write_headers()
1397                 Received, Subject, and X-UIDL are filtered out in 
1398                 compose_redirect_write_to_file()
1399
1400 2002-05-23 [paul]       0.7.6claws13
1401
1402         * src/compose.[ch]
1403           src/filtering.c
1404           src/mainwindow.c
1405           src/matcher.[ch]
1406           src/matcher_parser_lex.l
1407           src/matcher_parser_parse.y
1408           src/prefs_common.[ch]
1409           src/prefs_filtering.c
1410           src/summaryview.c
1411                 rename 'Bounce' to 'Redirect'
1412
1413 2002-05-23 [paul]       0.7.6claws12
1414
1415         * more sync with 0.7.6cvs13
1416           src/compose.c
1417                 see ChangeLog 2002-05-22
1418
1419 2002-05-22 [paul]       0.7.6claws11
1420
1421         * sync with 0.7.6cvs13
1422           src/codeconv.c
1423                 see ChangeLog 2002-05-20
1424           src/prefs_common.c
1425                 see ChangeLog 2002-05-22
1426
1427 2002-05-21 [melvin]     0.7.6claws10
1428
1429         * src/folderview.c
1430                 Added missing filtering and scoring headers
1431                 Fixed bad function call that showed garbage 
1432                 in Folder->Processing
1433
1434 2002-05-21 [paul]       0.7.6claws9
1435
1436         * tools/Makefile.am
1437                 make all tools executable, (patch by Alfons).
1438
1439 2002-05-20 [alfons]     0.7.6claws8
1440
1441         * src/procheader.c
1442                 don't forget to call mktime() so we have a valid week 
1443                 and year day
1444                 (Bug report by Roger Sondermann <mail@jumaros.de>)
1445
1446 2002-05-20 [paul]       0.7.6claws7
1447
1448         * src/html.c
1449                 fix broken parsing of urls
1450         * src/textview.c
1451                 fix displaying of urls
1452
1453                 both fixes from the patch [547855] by Eugene 
1454                 Brevdo (zonem)
1455
1456 2002-05-19 [alfons]     0.7.6claws6
1457
1458         * configure.in
1459                 make sylpheed configure correctly with the latest
1460                 and greatest of automake / autoconf / gettext
1461
1462 2002-05-19 [alfons]     0.7.6claws5
1463
1464         * src/procheader.c
1465         * src/procheader.h
1466                 add function for returning ime zone offset
1467         * src/quote_fmt.c
1468         * src/quote_fmt_parse.y
1469                 better quotation formatting - does not convert
1470                 to local time, but uses the original date string.
1471                 
1472                 Note: %z inserts the timezone offset (should 
1473                 work also on platforms where strftime does not
1474                 support %z).
1475
1476 2002-05-18 [christoph]  0.7.6claws4
1477
1478         * src/summaryview.c
1479                 fix indentation of some code
1480         * tools/Makefile.am
1481                 fix spaces after \
1482         * src/Makefile.am
1483                 add missing \
1484                 correct path for ignorethread.xpm
1485                 incorrect filename for sylpheed_logo.xpm
1486                 add missing include matcher_parser_parse.h
1487
1488 2002-05-18 [paul]       0.7.6claws3
1489
1490         * sync with 0.7.6cvs8
1491                 see ChangeLog 2002-05-16 and 2002-05-17
1492
1493 2002-05-18 [melvin]     0.7.6claws2
1494
1495         * README.claws
1496                 Corrected an action's definition and fixed some misspellings.
1497
1498 2002-05-18 [paul]       0.7.6claws1
1499
1500         * tools/Makefile.am
1501           tools/gpg-sign        ** new file **
1502           tools/uudec           ** new file **
1503                 add Melvin's Actions scripts
1504
1505         * README.claws
1506                 add Melvin's descriptions for Actions
1507
1508 2002-05-18 [paul]       0.7.6claws
1509
1510         * Version 0.7.6claws released
1511
1512 2002-05-17 [paul]       0.7.5claws32
1513
1514         * po/es.po
1515                 updated by Ricardo Mones Lastra
1516
1517 2002-05-17 [paul]       0.7.5claws31
1518
1519         * src/compose.c
1520                 fix Account prefs default folder for sent/draft/deleted
1521                 messages bug
1522
1523         * po/it.po
1524           po/nl.po
1525                 updated translation by Alessandro Maestri and
1526                 Wilbert Berendsen
1527
1528 2002-05-17 [melvin]     0.7.5claws30
1529
1530         * src/prefs_actions.c
1531                 Fixed bug where using %F not at the end of the command 
1532                 resulted in an additional empty argument being created.
1533                 Thanks to Darko Koruga for reporting the bug.
1534
1535 2002-05-17 [melvin]     0.7.5claws29
1536
1537         * po/fr.po
1538                 Updated French translations.
1539
1540 2002-05-15 [paul]       0.7.5claws28
1541         
1542         * po/es.po
1543                 updated by Ricardo Mones Lastra
1544
1545 2002-05-15 [paul]       0.7.5claws27
1546
1547         * sync with 0.7.6cvs4
1548                 see ChangeLog 2002-05-14 and 2002-05-15
1549
1550 2002-05-14 [paul]       0.7.5claws26
1551
1552         * sync with 0.7.6cvs1
1553                 see ChangeLog 2002-05-13
1554
1555 2002-05-13 [thorsten]   0.7.5claws25
1556
1557         * src/messageview.c
1558                 fix select_all and copy in multipart messages
1559         * src/mainwindow.c
1560                 fix select_all and copy in multipart messages
1561
1562 2002-05-12 [paul]       0.7.5claws24
1563
1564         * src/summaryview.c
1565                 reverse last commit, bug already fixed in 0.7.5claws3
1566
1567 2002-05-12 [netztorte]  0.7.5claws23
1568
1569         * src/summaryview.c
1570                 dont parse empty addressbook (checked in before claws20)
1571
1572 2002-05-12 [melvin]     0.7.5claws22
1573
1574         * src/procmsg.[ch]
1575                 Removed unneeded priority code introduced by the previous 
1576                 commit.
1577
1578 2002-05-12 [melvin]     0.7.5claws21
1579
1580         * src/compose.[ch]
1581                 Added possibility to set message's priority.
1582         * src/procmsg.[ch]
1583                 Added possibility to set message's priority.
1584                 Added missing headers
1585
1586 2002-05-12 [melvin]     0.7.5claws20
1587
1588         * src/prefs_actions.c
1589                 Removed implicitely added quotes around the name
1590                 of the temporary files of mime parts.
1591
1592 2002-05-12 [paul]       0.7.5claws19
1593
1594         * sync with 0.7.5cvs20
1595                 see ChangeLog 2002-05-11
1596
1597 2002-05-12 [alfons]     0.7.5claws18
1598
1599         * src/quote_fmt_lex.l
1600         * src/quote_fmt_parse.y
1601                 allow quote / reply date & time format to be set using
1602                 %D{format}. format is a format string you'd pass to
1603                 strftime() (see man strftime, or the Display tab |
1604                 Date format setting).
1605
1606                 Currently %D converts the date to local time. 
1607
1608 2002-05-11 [paul]       0.7.5claws17
1609
1610         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
1611                 see ChangeLog 2002-05-10 and 2002-05-11
1612
1613 2002-05-10 [paul]       0.7.5claws16
1614
1615         * sync with 0.7.5cvs16
1616                 see ChangeLog entries 2002-05-09 and 
1617                 2002-05-10
1618
1619 2002-05-10 [colin]      0.7.5claws15
1620
1621         * src/textview.c
1622                 Corrected a bug that prevented sylpheed to open
1623                 double-clicked URIs.
1624
1625 2002-05-09 [paul]       0.7.5claws14
1626
1627         * sync with 0.7.5cvs14
1628                 see ChangeLog 2002-05-08 and 2002-05-09
1629
1630 2002-05-08 [paul]       0.7.5claws13
1631
1632         * sync with 0.7.5cvs11
1633                 see ChangeLog entry 2002-05-08
1634
1635 2002-05-08 [paul]       0.7.5claws12
1636
1637         * src/mainwindow.c
1638           src/textview.[ch]
1639                 fix segfault on View->Open in new window
1640                 patch submitted by Thorsten Maerz <torte@netztorte.de>
1641
1642 2002-05-07 [paul]       0.7.5claws11
1643
1644         * sync with 0.7.5cvs9
1645                 see ChangeLog entry 2002-05-07
1646
1647 2002-05-06 [paul]       0.7.5claws10
1648
1649         * src/messageview.c
1650           src/textview.c
1651                 display url in statusbar on single-click
1652                 patch submitted by Thorsten Maerz <torte@netztorte.de>
1653
1654 2002-05-06 [match]      0.7.5claws9
1655
1656         * src/addritem.[ch]
1657                 new functions.
1658         * src/addrcache.c
1659                 tidy up.
1660         * src/xmlprops.[ch]
1661                 XML implementation of properties file.
1662         * src/exporthtml.[ch]
1663         * src/expthtmldlg.[ch]
1664         * src/addressbook.c
1665                 export to HTML.
1666
1667 2002-05-02 [sergey]     0.7.5claws8
1668
1669         * src/mainwindow.c (mainwin_entries),
1670           src/prefs_common.c (prefs_send_create()),
1671           src/codeconv.c (locale_table):
1672                 use charset name "Windows-1251" instead of "CP1251".
1673
1674 2002-05-02 [colin]      0.7.5claws7
1675         
1676         * src/compose.c
1677           src/prefs_common.c
1678           src/prefs_folder_item.c
1679                 Fixed cosmetics bugs due to Outbox renamed to Sent.
1680
1681 2002-05-02 [hiro]       0.7.5claws6
1682
1683         * src/imap.c
1684                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
1685
1686 2002-05-02 [paul]       0.7.5claws5
1687
1688         * src/compose.c
1689                 more sync with 0.7.5cvs7, see ChangeLog entry
1690                 2002-05-02
1691
1692 2002-05-02 [hiro]       0.7.5claws4
1693
1694         * src/compose.c
1695                 compose_queue_sub():
1696                 check if queue folder exists (closes #550397).
1697                 removed directory creation since it should be handled
1698                 transparently.
1699         * src/imap.c
1700                 imap_add_msg(): return UID for appended message
1701                 (closes #548842).
1702
1703 2002-04-30 [paul]       0.7.5claws3
1704
1705         * src/summaryview.c
1706                 fix account_find_from_address() bug
1707
1708 2002-04-28 [colin]      0.7.5claws2
1709
1710         * src/compose.c
1711           src/textview.c
1712           src/prefs_common.[ch]
1713           src/utils.[ch]
1714                 Added user-definable quotation characters recognition.
1715
1716 2002-04-28 [paul]       0.7.5claws1
1717
1718         * sync with 0.7.5cvs4
1719                 see ChangeLog entry  2002-04-25
1720
1721 2002-04-28 [paul]       0.7.5claws
1722
1723         * po/es.po
1724           po/nl.po
1725           po/pt_BR.po
1726                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
1727                 Fabio Junior Beneditto
1728
1729 2002-04-27 [jens]       0.7.4claws103
1730
1731         * po/de.po
1732                 updated German translation.
1733
1734 2002-04-27 [hiro]       0.7.4claws102
1735
1736         * src/summaryview.c
1737                 summary_write_cache(): fixed the mark loss of hidden messages.
1738
1739 2002-04-26 [melvin]     0.7.4claws101
1740
1741         * src/procmsg.c
1742                 fixed a second typo (same one)
1743         * po/fr.po
1744           po/it.po
1745           po/pt_BR.po
1746                 fixed the type again...
1747
1748 2002-04-26 [melvin]     0.7.4claws100
1749
1750         * src/procmsg.c
1751                 fixed a typo in an alert message ("temorary").
1752         * po/it.po
1753         * po/pt_BR.po
1754                 corrected the typo  described above.
1755         * po/fr.po
1756                 updated French translation.
1757
1758 2002-04-26 [darko]      0.7.4claws99
1759
1760         * src/summaryview.c
1761                 fix target folder colorization
1762
1763 2002-04-25 [paul]       0.7.4claws98
1764
1765         * po/it.po
1766                 updated by Alessandro Maestri
1767
1768 2002-04-24 [colin]      0.7.4claws97
1769         
1770         * src/compose.c
1771                 Fixed double "subject is empty" question.
1772
1773 2002-04-23 [colin]      0.7.4claws96
1774         
1775         * src/mimeview.c
1776                 Corrected issue when "automatically display images" was
1777                 not set : first image remained after selecting second.
1778
1779 2002-04-23 [melvin]     0.7.4claws95
1780
1781         * src/prefs_actions.c
1782                 Don't display in/out dialog if there is nothing to show.
1783
1784 2002-04-23 [paul]       0.7.4claws94
1785
1786         * sync with 0.7.5cvs3
1787                 bug fixes: see ChangeLog entry 2002-04-23
1788
1789 2002-04-22 [darko]      0.7.4claws93
1790
1791         * src/compose.c
1792                 fix previous check-in which changed code after
1793                 merge from main
1794
1795 2002-04-22 [paul]       0.7.4claws92
1796
1797         * faq/de/*
1798                 add German FAQ
1799         * faq/en/*
1800           faq/es/*
1801           faq/fr/*
1802                 update English, Spanish and French FAQs
1803         * manual/de/*
1804           manual/es/*
1805                 add German and Spanish manuals
1806         * manual/en/*
1807           manual/fr/*
1808                 update English and French manuals
1809
1810         * src/Makefile.am
1811                 add to and re-arrange the pixmap entries
1812
1813 2002-04-22 [darko]      0.7.4claws91
1814
1815         * src/compose.c
1816                 fix sender initials recognition to only allow
1817                 '>' after the initials
1818
1819 2002-04-21 [paul]       0.7.4claws90
1820
1821         * sync with 0.7.5 release
1822                 see ChangeLog entry 2002-04-21
1823
1824 2002-04-21 [alfons]
1825
1826         * src/Makefile.am
1827                 add colin's new pixmaps to EXTRA_DIST
1828
1829 2002-04-21 [colin]      0.7.4claws89
1830         * src/compose.c
1831         * src/inc.c
1832         * src/mainwindow.[ch]
1833         * src/prefs_common.[ch]
1834         * src/stock_pixmap.[ch]
1835                 Added "Work offline" ability.
1836
1837 2002-04-21 [colin]      0.7.4claws88
1838         
1839         * src/mimeview.c
1840         * src/prefs_common.c
1841         * src/prefs_common.h
1842         * src/textview.c : Added an option to common preferences -> display
1843           to allow user not to automatically display images.
1844
1845 2002-04-21 [paul]       0.7.4claws87
1846
1847         * sync with 0.7.4cvs52
1848                 see ChangeLog entry 2002-04-21 (src/imap.c)
1849
1850 2002-04-21 [paul]       0.7.4claws86
1851
1852         * sync with 0.7.4cvs51
1853                 see ChangeLog entry 2002-04-21
1854
1855 2002-04-21 [paul]       0.7.4claws85
1856
1857         * sync with 0.7.4cvs49
1858                 see ChangeLog entries 2002-04-20 and 2002-04-21
1859
1860         * src/Makefile.am
1861                 clean up: remove old 'stock_' element from xpm 
1862                 filenames.
1863
1864 2002-04-21 [alfons]     0.7.4claws84
1865
1866         apply sync patch from Paul
1867
1868         * src/folderview.c
1869                 use old claws prefs_folder_item_create() for now
1870
1871 2002-04-19 [match]      0.7.4claws83
1872
1873         * src/addressbook.[ch]
1874         * src/addrharvest.[ch]
1875         * src/addrgather.[ch]
1876                 recurse folders.
1877         * src/mainwindow.c
1878         * src/summaryview.[ch]
1879                 change menu option.
1880
1881 2002-04-19 [paul]       0.7.4claws82
1882
1883         * po/pt_BR.po
1884                 updated by Fabio Junior Beneditto
1885
1886 2002-04-14 [alfons]     0.7.4claws81
1887
1888         * src/passphrase.c
1889                 add #include <sys/types.h> for mode_t and off_t 
1890
1891 2002-04-13 [paul]       0.7.4claws80
1892         
1893         * src/main.c
1894           src/passphrase.[ch]
1895           src/pgptext.c
1896           src/prefs_common.[ch]
1897           src/rfc2015.c
1898                 enable storing of GnuPG passphrase for the whole 
1899                 session or a user-defined number of minutes. patch 
1900                 submitted by Ravemax <ravemax@dextrose.com>
1901
1902 2002-04-13 [alfons]     0.7.4claws79
1903
1904         * src/textview.c
1905                 make email parser also stop scanning when encountering separators
1906                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
1907
1908 2002-04-13 [paul]       0.7.4claws78
1909
1910         * sync with 0.7.4cvs39
1911                 see ChangeLog entry 2002-04-12
1912
1913 2002-04-11 [paul]       0.7.4claws77
1914
1915         * sync with 0.7.4cvs37
1916                 see ChangeLog entry 2002-04-11
1917
1918 2002-04-11 [paul]       0.7.4claws76
1919
1920         * COPYING 
1921                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
1922                 the clause for OpenSSL). sync with sylpheed main
1923
1924 2002-04-09 [melvin]     0.7.4claws75
1925
1926         * src/compose.c
1927                 Made 'Ctrl-Enter' on send ignore some modifiers 
1928                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
1929                 to bind other *-Enter (but not Alt-Enter).
1930
1931 2002-04-09 [paul]       0.7.4claws74
1932
1933         * sync with 0.7.4cvs35
1934                 see ChangeLog entries 2002-04-09
1935
1936 2002-04-08 [paul]       0.7.4claws73
1937
1938         * sync with 0.7.4cvs33
1939                 see ChangeLog entry 200-04-08
1940
1941 2002-04-07 [match]      0.7.4claws72
1942
1943         * src/addrharvest.[ch]
1944                 fixed to read all addresses in header, regardless
1945                 of header size. improved name parsing. accommodate
1946                 harvest from folders and selected message.
1947         * src/addritem.[ch]
1948                 included new address parsing function.
1949         * src/addrgather.[ch]
1950         * src/addressbook.[ch]
1951         * src/summaryview.[ch]
1952         * src/mainwindow.c
1953                 allow address harvest of folder as well as selected
1954                 messages.
1955
1956 2002-04-07 [paul]       0.7.4claws71
1957
1958         * src/esmtp.[ch]
1959           src/smtp.c
1960                 don't try to authenticate with CRAM-MD5 in SMTP when 
1961                 SMTP-AUTH enabled if MTA doesn't issue this 
1962                 auth-method in it's ehlo-response. bug item #531364,
1963                 patch item #938910. patch submitted by Colin Leroy 
1964                 <colin@colino.net>
1965
1966 2002-04-07 [paul]       0.7.4claws70
1967
1968         * src/nntp.c
1969                 fix missing MODE_READER bug. patch submitted by
1970                 Colin Leroy <colin@colino.net>
1971
1972 2002-04-07 [alfons]     0.7.4claws69
1973
1974         * src/matcher.[ch]
1975         * src/prefs_filtering.c
1976         * src/summaryview.c
1977                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
1978                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
1979
1980 2002-04-07 [paul]       0.7.4claws68
1981
1982         * sync with 0.7.4cvs32
1983                 see ChangeLog entry 2002-04-06
1984
1985         * tools/filter_conv.pl
1986                 more bug fixes
1987
1988 2002-04-06 [paul]       0.7.4claws67
1989
1990         * tools/filter_conv.pl
1991                 modify to be able to find the name of the first
1992                 mailbox and use that. main's filter does not
1993                 record the full path to the mailbox and therefore
1994                 can only filter to the first mailbox.
1995
1996 2002-04-05 [paul]       0.7.4claws66
1997
1998         * tools/filter_conv.pl
1999                 attempt to make the script all-encompassing and
2000                 be able to convert any main 'filter' rule thrown
2001                 at it
2002
2003 2002-04-05 [paul]       0.7.4claws65
2004
2005         * tools/filter_conv.pl
2006                 allow for collapsed folder trees
2007
2008 2002-04-05 [paul]       0.7.4claws64
2009
2010         * sync with 0.7.4cvs31
2011                 see ChangeLog entries 2002-04-05
2012
2013 2002-04-03 [paul]       0.7.4claws63
2014
2015         * sync with 0.7.4cvs29
2016                 see ChangeLog entries 2002-04-02 and 2002-04-03
2017
2018 2002-04-02 [paul]       0.7.4claws62
2019
2020         * sync with 0.7.4cvs26
2021                 see ChangeLog entry 2002-04-01
2022
2023 2002-04-02 [match]      0.7.4claws61
2024
2025         * src/pine.[ch]
2026         * src/importpine.[ch]
2027         * src/addressbook.c
2028                 import Pine address book.
2029
2030 2002-04-02 [match]      0.7.4claws60
2031
2032         * src/addrharvest.[ch]
2033                 improve address parsing of funky addresses.
2034
2035 2002-04-02 [darko]      0.7.4claws59
2036
2037         * src/compose.c
2038                 wrap on send improvements, it now recognizes quoted
2039                 initials as part of the quotation string, and it
2040                 does not join lines separated by CR
2041
2042 2002-04-01 [match]      0.7.4claws58
2043
2044         * src/mgutils.[ch]
2045                 added new functions.
2046         * src/mutt.[ch]
2047                 remove excessive duplicate address generation
2048                 on import.
2049
2050 2002-04-01 [alfons]     0.7.4claws57
2051         
2052         * src/summaryview.c
2053                 put back g_free() 
2054
2055 2002-04-01 [paul]       0.7.4claws56
2056
2057         * sync with 0.7.4cvs25
2058                 see ChangeLog entry 2002-04-01
2059
2060 2002-04-01 [alfons]     0.7.4aprilfool55
2061
2062         * src/summaryview.c
2063                 honour feature request item #537427 to allow for
2064                 displaying names from address book for sent mail also
2065
2066 2002-03-29 [paul]       0.7.4claws54
2067
2068         * src/mainwindow.c
2069           src/prefs_filtering.[ch]
2070           src/prefs_matcher.c
2071           src/summaryview.c
2072                 add 'fast filter' for claws' filtering,
2073                 /Tools/Create filter rule/... patch submitted
2074                 by Neill Miller <neillm@thecodefactory.org>
2075
2076 2002-03-29 [paul]       0.7.4claws53
2077
2078         * sync with 0.7.4cvs24
2079                 see ChangeLog entry 2002-03-29
2080
2081 2002-03-28 [paul]       0.7.4claws52
2082
2083         * sync with 0.7.4cvs23
2084                 see ChangeLog entry 2002-03-28
2085
2086 2002-03-27 [melvin]     0.7.4claws51
2087
2088         * src/prefs_actions.c
2089                 Added support to pass only one message part (as a
2090                 file) to the command using '%p'. No quotes are needed
2091                 because doubles quotes are automatically added.
2092                 Fixed bug where Sylpheed could block when waiting for
2093                 a child process to finish.
2094                 Changed the help menu to remove quotes around symbols to 
2095                 avoid misinterpretation (they must not be used).
2096
2097 2002-03-27 [melvin]     0.7.4claws50
2098
2099         * src/inc.c
2100                 Made the new mail notification command always 
2101                 execute asynchronously.
2102
2103 2002-03-27 [paul]       0.7.4claws49
2104
2105         * src/compose.c
2106                 fix bug introduced in last commit
2107
2108 2002-03-27 [paul]       0.7.4claws48
2109
2110         * sync with 0.7.4cvs21
2111                 see ChangeLog 2002-03-26 and 2002-03-27
2112
2113 2002-03-26 [hoa]        0.7.4claws47
2114
2115         * src/prefs_folder_item.c
2116                 really fixed the bug #516442 with folder rescan.
2117
2118 2002-03-26 [paul]       0.7.4claws46
2119
2120         * sync with 0.7.4cvs19
2121                 see ChangeLog entries 2002-03-25 and 2002-03-26
2122
2123 2002-03-25 [hoa]        0.7.4claws45
2124
2125         * src/matcher.c
2126         * src/mh.c
2127                 fix the bug #516442 with folder rescan.
2128
2129         * src/prefs_common.[ch]
2130         * src/compose.c
2131                 added an option to enable two different behaviours
2132                 for bounce.
2133
2134
2135 2002-03-25 [paul]       0.7.4claws44
2136
2137         * src/mainwindow.c
2138           src/selective_download.c
2139                 correct a few menuitem labels
2140
2141 2002-03-25 [christoph]  0.7.4claws43
2142
2143         * src/procmsg.c
2144                 fix non deleted tmp message in
2145                 procmsg_save_to_outbox
2146                 fix problems caused by sync with
2147                 main branch's procmsg_send_queue
2148
2149 2002-03-25 [paul]       0.7.4claws42
2150
2151         * src/quote_fmt.c
2152           src/quote_fmt_lex.l
2153           src/quote_fmt_parse.y
2154                 add Last name (%L) placeholder for quoting. 
2155                 patch submitted by Thorsten Thielen 
2156                 <thth@users.sourceforge.net>
2157
2158 2002-03-25 [paul]       0.7.4claws41
2159
2160         * src/utils.c
2161                 get full hostname. patch submitted by
2162                 Bob Woodside <rwoodside1@comcast.net>
2163
2164 2002-03-25 [paul]       0.7.4claws40
2165
2166         * src/account.c
2167           src/news.c
2168           src/nntp.[ch]
2169           src/prefs_account.[ch]
2170                 enable NNTP over SSL. patch submitted by
2171                 Pascal Jermini <pascal@infinity.hn.org>
2172
2173 2002-03-24 [paul]       0.7.4claws39
2174
2175         * src/prefs_common.c
2176                 make the arrangement of the Compose tab more
2177                 coherent
2178
2179         * src/mainwindow.c
2180                 fix some irregularities of style
2181
2182         * po/de.po
2183                 updated by Kilian Krause
2184
2185 2002-03-23 [paul]       0.7.4claws38
2186
2187         * po/pt_BR.po
2188                 updated by Fabio Junior Beneditto
2189
2190 2002-03-23 [paul]       0.7.4claws37
2191
2192         * src/mainwindow.c
2193                 move 'Gather addresses' to 'Tools' menu
2194                 make 'Selective download' sensitive
2195
2196 2002-03-23 [paul]       0.7.4claws36
2197
2198         * sync with 0.7.4cvs16
2199                 see ChangeLog entries 2002-03-23
2200
2201 2002-03-22 [christoph]  0.7.4claws35
2202
2203         * src/quote_fmt_parse.y
2204                 fix include program output
2205
2206 2002-03-22 [alfons]     0.7.4claws34
2207
2208         * src/pop.c
2209                 initialize GDate stack variable correctly (sorry!)
2210
2211 2002-03-22 [paul]       0.7.4claws33
2212
2213         * src/compose.c
2214           src/mainwindow.c
2215           src/prefs_actions.c
2216           src/prefs_common.c
2217                 rename 'Tool' to 'Tools'
2218
2219         * src/mainwindow.c
2220                 move 'Delete duplicated messages' from
2221                 'Message/' to 'Tools/'
2222                 re-arrange the order of 'Tools/' items
2223
2224 2002-03-22 [paul]       0.7.4claws32
2225
2226         * src/addr_compl.c
2227           src/addressbook.[ch]
2228                 auto-address completion now also matches on
2229                 Nickname. patch submitted by Bob Forsman 
2230                 <hammor@users.sourceforge.net>
2231
2232         * src/editaddress.c
2233                 correct a spelling mistake
2234
2235 2002-03-22 [alfons]     0.7.4claws31
2236
2237         * src/pop.c
2238                 fix getting uidl from incorrect string 
2239                 (spotted by Colin)
2240
2241 2002-03-21 [alfons]     0.7.4claws30
2242
2243         * src/pop.c
2244                 more code refactoring
2245                 plug mem leak introduced by delete on server
2246
2247 2002-03-21 [paul]       0.7.4claws29
2248
2249         * sync with 0.7.4cvs11
2250                 see ChangeLog entries 2002-03-20
2251
2252 2002-03-20 [alfons]     0.7.4claws28
2253
2254         * src/inc.c
2255                 apply Colin's patch and refactor
2256
2257 2002-03-20 [paul]       0.7.4claws27
2258
2259         * sync with sylpheed 0.7.4cvs9
2260                 see ChangeLog entry 2002-03-20
2261
2262 2002-03-19 [christoph]  0.7.4claws26
2263
2264         * src/mh.c
2265         * src/procmsg.[ch]
2266         * src/summaryview.c
2267                 revert changes for flag updates
2268                 (does not work correctly and no time to debug)
2269
2270 2002-03-20 [alfons]     0.7.4claws25
2271
2272         * src/pop.c
2273                 refactor should_delete() a little bit 
2274
2275 2002-03-19 [paul]       0.7.4claws24
2276
2277         * src/inc.[ch]
2278           src/pop.c
2279           src/prefs_account.[ch]
2280                 allow the user to leave downloaded mail on the 
2281                 server for n days. Patch submitted by Colin Leroy 
2282                 <colin@colino.net>
2283
2284 2002-02-19 [paul]       0.7.4claws23
2285
2286         * sync with sylpheed 0.7.4cvs8
2287                 see ChangeLog entries 2002-03-19
2288
2289 2002-03-18 [paul]       0.7.4claws22
2290
2291         * sync with sylpheed 0.7.4cvs6
2292                 see ChangeLog entry 2002-03-18
2293
2294 2002-03-18 [paul]       0.7.4claws21
2295
2296         * po/en_GB.po
2297                 add en_GB message catalogue
2298
2299         * src/mbox_folder.c
2300           src/prefs_account.c
2301           src/prefs_actions.c
2302                 correct a few spelling mistakes
2303
2304 2002-03-17 [alfons]     0.7.4claws20
2305
2306         * src/matcher.c
2307                 more stringent checks for NULL params when writing
2308                 filtering actions to a file
2309                 
2310 2002-03-17 [hoa]        0.7.3claws20
2311
2312         * src/news.c
2313                 fixed the count of new messages
2314
2315         * src/compose.c
2316                 fixed the "attachment properties" window
2317
2318 2002-03-17 [paul]       0.7.4claws19
2319
2320         * src/defs.h
2321           src/folder.h
2322           src/news.c
2323           src/prefs_account.[ch]
2324           src/procmsg.[ch]
2325           src/summaryview.c
2326                 automatically mark cross-posted messages as read 
2327                 and (optionally) give them a colour label
2328                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
2329                 
2330
2331 2002-03-17 [paul]       0.7.4claws18
2332
2333         * sync with sylpheed 0.7.4cvs5
2334                 see ChangeLog entry 2002-03-17
2335
2336 2002-03-17 [melvin]     0.7.4claws17
2337         
2338         * src/textview.c
2339                 Worked around a gtktext 'bug': when searching for 
2340                 a text in a long message it was scrolling slowly
2341                 line by line until it hit the searched text.
2342         * po/fr.po
2343                 Updated French translation
2344
2345 2002-03-17 [melvin]     0.7.4claws16
2346
2347         * src/mainwindow.c
2348         * src/compose.c
2349         * src/prefs_actions.c
2350                 Moved "Edit/Actions" to "Tool/Actions"
2351                 Made mainwindow/compose window sensitive as soon as
2352                 no child process is running anymore even if the io dialog
2353                 is open.
2354                 Fixed a struct being initialized with a non constant char*
2355
2356 2002-03-16 [christoph]  0.7.4claws15
2357
2358         * configure.in
2359                 add --with-compiler-flags option
2360                 (only for developer hacking)
2361         * src/mh.c
2362         * src/procmsg.[ch]
2363         * src/summaryview.c
2364                 try to make folder-stats and flag handling more
2365                 independent from the summaryview. msgcounts
2366                 are only set when the folder is opened and
2367                 procmsg_msginfo_(un)set_flags will handle it
2368                 later and summaryview will get the values
2369                 from the folder.
2370
2371 2002-03-16 [paul]       0.7.4claws14
2372
2373         * src/messageview.c
2374                 fix Return-receipt. Patch submitted by Bob
2375                 Woodside <rwoodside1@comcast.net>
2376
2377 2002-03-16 [paul]       0.7.4claws13
2378
2379         * src/compose.c
2380                 fix 'dynamic' signatures, make it work again
2381                 broken during sync on 2002-03-14 (0.7.4claws2)
2382
2383 2002-03-15 [match]      0.7.4claws12
2384
2385         * src/addrharvest.[ch]
2386         * src/addrgather.[ch]
2387         * src/addressbook.[ch]
2388         * src/mainwindow.c
2389                 included address harvester feature. still some
2390                 issues with address parsing that I will fix.
2391
2392 2002-03-15 [match]      0.7.4claws11
2393
2394         * src/addrbook.[ch]
2395         * src/addrcache.[ch]
2396         * src/addressbook.[ch]
2397         * src/addrindex.c
2398         * src/editbook.c
2399         * src/importldif.c
2400         * src/importmutt.c
2401         * src/jpilot.[ch]
2402         * src/main.c
2403         * src/syldap.[ch]
2404         * src/vcard.[ch]
2405                 tidy up. fix memory leaks. moved attribs and methods
2406                 from individual interfaces to addrcache object. prep
2407                 for new stuff to come in.
2408
2409 2002-03-15 [alfons]     0.7.4claws10
2410
2411         * src/matcher.[ch]
2412         * src/matcher_parser_parse.y
2413         * src/matcher_parser_lex.l
2414         * src/prefs_matcher.c
2415                 add filtering conditions message greater than, smaller 
2416                 than, and exactly matching a size in bytes
2417                 (does not work with delete from POP3 server yet)
2418
2419                 this should also give others an idea what you should
2420                 do to add new criterions to claws filtering system
2421                 
2422
2423 2002-03-15 [paul]       0.7.4claws9
2424
2425         * tools/filter_conv.pl
2426                 exit if there are no filter rules to convert
2427                 rename filterrc to filterrc.old after completion
2428
2429 2002-03-15 [paul]       0.7.4claws8
2430
2431         * sync with sylpheed 0.7.4cvs3
2432                 see ChangeLog entry 2002-03-14
2433
2434 2002-03-14 [paul]       0.7.4claws7
2435
2436         * src/compose.c
2437                 clean up the last commit (ahem)
2438
2439 2002-03-14 [paul]       0.7.4claws6
2440
2441         * src/compose.c
2442                 fix bug #515655. honour account preferences
2443                 regarding gpg default signing/encryption when 
2444                 changing account from the compose window.
2445
2446 2002-03-14 [paul]       0.7.4claws5
2447
2448         * src/folderview.c
2449                 remove unnecessary curly brackets
2450
2451 2002-03-14 [paul]       0.7.4claws4
2452
2453         * src/folderview.c
2454           src/prefs_filtering.[ch]
2455                 add filter rename on folder rename and filter
2456                 delete on folder delete. Patch submitted by
2457                 Neill Miller <neillm@thecodefactory.org> 
2458
2459 2002-03-14 [christoph]  0.7.4claws3
2460
2461         * src/procmsg.c
2462         * src/send.c
2463                 fix local delivery
2464                 (patch submitted by "Simon 'corecode' Schubert")
2465         * src/prefs_common.c
2466         * src/procmsg.c
2467                 fix gcc 3.0 warning
2468
2469 2002-03-14 [paul]       0.7.4claws2
2470
2471         * sync with sylpheed 0.7.4cvs2
2472                 see ChangeLog entry 2002-03-13
2473
2474 2002-03-12 [darko]      0.7.4claws1
2475
2476         * src/mainwindow.c
2477                 fix what seems to be a copy and paste error
2478                 when setting color for important messages
2479                 (reported by wwp)
2480
2481 2002-03-11 [paul]       version 0.7.4claws released
2482
2483 2002-03-11 [paul]       0.7.4claws
2484
2485         * po/es.po
2486           po/it.po
2487           po/nl.po
2488           po/pt_BR.po
2489                 update message catalogs. Submitted by Ricardo Mones 
2490                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
2491                 Fabio Junior Beneditto
2492
2493         * configure.in
2494           faq/Makefile.am
2495           faq/it/Makefile
2496           faq/it/sylpheed-faq*
2497           src/mainwindow.c
2498           src/manual.[ch]
2499                 add FAQ in Italian
2500         
2501
2502 2002-03-11 [jens]       0.7.3claws7
2503
2504         * po/de.po
2505                 updated German translation
2506
2507 2002-03-11 [melvin]     0.7.3claws6
2508
2509         * po/fr.po
2510                 updated and corrected French translation
2511
2512 2002-03-10 [hoa]        0.7.3claws5
2513
2514         * src/account.c
2515         * src/inc.c
2516         * src/prefs_account.c
2517         * src/procmsg.c
2518         * src/send.[ch]
2519                 fixed the local account.
2520                 you have to change the default "/usr/sbin/sendmail"
2521                 to "/usr/sbin/sendmail -t" in the preferences of
2522                 the local account.
2523
2524         * src/procmime.c
2525                 removed some debug display for renderer
2526
2527 2002-03-10 [paul]       0.7.3claws4
2528
2529         * faq/en/sylpheed-faq-1.html
2530           faq/en/sylpheed-faq-2.html
2531                 update
2532
2533 2002-03-09 [paul]       0.7.3claws3
2534
2535         * sync with sylpheed 0.7.4
2536                 see ChangeLog entry 2002-03-09
2537
2538 2002-03-08 [paul]       0.7.3claws2
2539
2540         * faq/en/sylpheed-faq*
2541           faq/es/sylpheed-faq*
2542           faq/fr/sylpheed-faq*
2543                 update the FAQs
2544
2545         * manual/fr/.cvsignore
2546           manual/fr/Makefilea.am
2547           manual/fr/sylpheed*
2548           src/mainwindow.c
2549           src/manual.[ch]
2550                 add the French manual
2551
2552 2002-03-07 [paul]       0.7.3claws1
2553
2554         * sync with sylpheed 0.7.3cvs4
2555                 see ChangeLog entries  2002-03-06 and 2002-03-07
2556         
2557         * po/nl.po
2558                 updated by Wilbert Berendsen
2559
2560 2002-03-07 [melvin]     0.7.2claws34
2561
2562         * src/selective_download.c
2563                 Changed the pixmap of the receive button to MAIL_RECEIVE.
2564
2565 2002-03-06 [paul]       0.7.2claws33
2566
2567         * sync with sylpheed 0.7.3cvs1
2568                 bug fix, see ChangeLog entry 2002-03-05
2569
2570 2002-03-05 [paul]       0.7.2claws32
2571
2572         * src/mimeview.c
2573           src/pgptext.[ch]
2574           src/procmsg.c
2575                 reverse the pgp ascii-armored code implemented in 
2576                 0.7.2claws16. removal of this code until it matures.
2577                 this means that verifying ascii-armored pgp sigs and
2578                 automatic decryption of ascii-armored encrypted
2579                 messages no longer works.
2580
2581 2002-03-05 [paul]       0.7.2claws31
2582
2583         * configure.in
2584           Makefile.am
2585         * faq/Makefile.am
2586         * faq/en/Makefile.am
2587           faq/en/sylpheed-faq.html
2588           faq/en/sylpheed-faq-1.html
2589           faq/en/sylpheed-faq-2.html
2590           faq/en/sylpheed-faq-3.html
2591         * faq/es/Makefile.am
2592           faq/es/sylpheed-faq.html
2593           faq/es/sylpheed-faq-1.html
2594           faq/es/sylpheed-faq-2.html
2595           faq/es/sylpheed-faq-3.html
2596           faq/es/sylpheed-faq-4.html
2597         * faq/fr/Makefile.am
2598           faq/fr/sylpheed-faq.html
2599           faq/fr/sylpheed-faq-1.html
2600           faq/fr/sylpheed-faq-2.html
2601           faq/fr/sylpheed-faq-3.html
2602         * src/Makefile.am
2603           src/defs.h
2604           src/mainwindow.c
2605           src/manual.[ch]
2606                 add FAQs in English, Spanish and French
2607
2608
2609 2002-03-05 [paul]       0.7.2claws30
2610
2611         * manual/en/sylpheed.html
2612           manual/en/sylpheed-XX.html
2613                 updated the English manual
2614
2615 2002-03-05 [hoa]        
2616
2617         * src/summaryview.c
2618                 dialog box pops up if the article can't be deleted.
2619
2620 2002-03-04 [paul]       
2621         
2622         * po/pt_BR.po
2623                 updated by Fabio Junior Benedito
2624
2625 2002-03-04 [hoa]
2626
2627         * removed ac/gpgme.m4
2628                 to avoid autogen common problem
2629                 developers have to install gpgme development package now
2630
2631         * src/compose.c
2632                 encoding to 7bit or 8bit is enabled.
2633
2634 2002-03-03 [alfons]     0.7.2claws29
2635
2636         * src/pop.c
2637                 merge fix by Oliver Haertel for selective
2638                 download buglet
2639
2640 2002-03-03 [paul]       0.7.2claws28
2641         
2642         * sync with sylpheed 0.7.3
2643
2644 2002-03-03 [paul]       0.7.2claws27
2645
2646         * sync with sylpheed 0.7.2cvs24
2647                 see ChangeLog entries 2002-03-02 and 2002-03-03
2648
2649 2002-03-02 [melvin]     0.7.2claws26
2650
2651         * src/inc.[ch]
2652         * src/main.c
2653         * src/mainwindow.c
2654         * src/prefs_common.[ch]
2655                 Added user definable notification on new mail arrival.
2656                 Removed unused variables in spell checker prefs code.
2657
2658 2002-03-02 [melvin]     0.7.2claws25
2659
2660         * src/quote_fmt.c
2661                 Removed unnecessary escape sequences.
2662                 Changed 'Initial...' to 'Initials of Sender'
2663
2664 2002-03-02 [paul]       0.7.2claws24
2665
2666         * sync with sylpheed 0.7.2cvs22
2667                 see ChangeLog entry 2002-03-01
2668
2669 2002-03-01 [hoa]        0.7.2claws23
2670
2671         * src/mainwindow.c
2672                 Set sensitivity of delete actions to active
2673                 even if the folder is a newsgroup.
2674
2675         * src/summaryview.c
2676                 - Set sensitivity of delete actions
2677                 - Added function check_permission() that will check if the
2678                   user is authorized to delete a message. For news, it
2679                   will check if the author is the same.
2680                 - Enabled deletion when there is no trash folder.
2681
2682         * src/news.[ch]
2683                 - Added news_cancel_article() to cancel articles
2684                 - Implemented news_remove_message() (public function)
2685
2686 2002-03-01 [paul]       0.7.2claws22
2687
2688         * src/gtkutils.c
2689           src/textview.c
2690                 recognise urls that that don't include 'http://' and
2691                 simply begin 'www.' 
2692
2693         * AUTHORS
2694                 remove duplicated name
2695
2696 2002-02-28 [paul]       0.7.2claws21
2697
2698         * src/mainwindow.c
2699           src/summaryview.[ch]
2700                 add ability to 'Select thread'
2701                 combines Melvin's "Select thread's head" patch (#510907)
2702                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
2703                 patch (#518514) 
2704
2705 2002-02-28 [paul]       0.7.2claws20
2706
2707         * src/mimeview.c
2708                 hopefully fix segfault on right-clicking a mime part
2709                 that some people have experienced.      
2710                 fix submitted by Fredrik Olofsson <frol@linux.nu>
2711
2712 2002-02-28 [paul]       0.7.2claws19
2713
2714         * sync with sylpheed 0.7.2cvs21
2715                 see ChangeLog entries 2002-02-27 and 2002-02-28
2716
2717 2002-02-27 [paul]       0.7.2claws18
2718
2719         * sync with sylpheed 0.7.2cvs18
2720                 see ChangeLog entries 2002-02-26 and 2002-02-27
2721
2722 2002-02-26 [alfons]     0.7.2claws17
2723
2724         * src/procheader.c
2725                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
2726                 (spotted by Chris Hessman <idatech@gmx.net>)
2727
2728 2002-02-26 [paul]       0.7.2claws16
2729
2730         * src/mimeview.c
2731           src/pgptext.[ch]
2732           src/procmsg.c
2733                 make decryption of ascii-armored pgp encrypted messages
2734                 and verification of ascii-armored signatures work again.
2735                 slightly altered from the patch by Jens Jahnke 
2736                 <jan0sch@gmx.net>
2737
2738                 ##FIX ME##
2739                 * the checking of plaintext signatures always comes up in 
2740                   a popup box
2741                 * it doesn't work for multipart messages 
2742                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
2743                   including the msg headers and these 2 line themselves, are 
2744                   not displayed
2745
2746         * src/mainwindow.c
2747                 "View/Folder Tree" becomes "View/Separate Folder Tree"
2748                 "View/Message View" becomes "View/Separate Message View"
2749                 because its less ambiguous.
2750
2751         * po/es.po
2752                 updated by Ricardo Mones Lastra
2753
2754 2002-02-26 [paul]       0.7.2claws15
2755
2756         * sync with sylpheed 0.7.2cvs17
2757                 see ChangeLog entries 2002-02-25 and 2002-02-26
2758
2759 2002-02-25 [christoph]  0.7.2claws14
2760
2761         * src/filtering.[ch]
2762         * src/inc.c
2763                 do filtering stuff after all messages have been received
2764                   1. drop all messages to .processing
2765                   2. scan processing folder for messages
2766                   3. filter messages or move to inbox
2767                 this will also find old messages left in processing after
2768                 a crash or something like that and we get a real msginfo
2769                 from folder->get_msg_list and do not have to create our
2770                 own in filter_message
2771         * src/matcher_parser_parse.y
2772                 remove MIX/MAX warning (reordered includes)
2773
2774 2002-02-25 [paul]       0.7.2claws13
2775
2776         * sync with sylpheed 0.7.2cvs15
2777                 see ChangeLog entry 2002-02-24
2778
2779 2002-02-24 [alfons]     0.7.2claws12
2780
2781         * src/filtering.c
2782                 clear old color flags first when applying a new color to
2783                 a message info. 
2784                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
2785
2786 2002-02-24 [alfons]     0.7.2.claws11
2787         
2788         * AUTHORS
2789         * src/prefs_common.c
2790                 add presets for Opera and Konqueror, closes patch #517261,
2791                 submitted by Ville Skyttä <scop@users.sourceforge.net>
2792
2793 2002-02-24 [alfons]     0.7.2.claws10
2794
2795         * AUTHORS
2796         * src/summaryview.c
2797                 fix threading for null message ids, closes patch #521601,
2798                 submitted by Bob Forsman <hammor@users.sourceforge.net>
2799
2800 2002-02-24 [alfons]     0.7.2claws9
2801
2802         * src/summaryview.c
2803         * src/filtering.c
2804                 make Tool | Filter Message work with filtering system so
2805                 setting flags also works
2806
2807                 TODO:
2808
2809                 - Processing uses the same function as Tool | Filter
2810                   Message, but doesn't use the same update proc yet
2811
2812 2002-02-23 [paul]       0.7.2claws8
2813
2814         * sync with sylpheed 0.7.2cvs14
2815                 see ChangeLog entries 2002-02-22 and 2002-02-23
2816
2817 2002-02-22 [christoph]  0.7.2claws7
2818
2819         * src/quote_fmt.c
2820                 Add column space to table
2821         * src/quote_fmt_parse.y
2822                 Close files
2823
2824 2002-02-22 [paul]       0.7.2claws6
2825
2826         * src/Makefile.am
2827           src/defs.h
2828           src/filtering.c
2829           src/inc.[ch]
2830           src/mainwindow.c
2831           src/matcher.[ch]
2832           src/matcher_parser_lex.l
2833           src/matcher_parser_parse.y
2834           src/pop.[ch]
2835           src/prefs_account.h
2836           src/prefs_filtering.c
2837           src/selective_download.[ch]   *** NEW FILES ***
2838           src/utils.[ch]
2839           po/POTFILES.in
2840                 Selective Download added to 'Tool' menu. 
2841                 Retrieves email headers of the currently selected pop3 
2842                 account and allows the user to mark emails for deletion 
2843                 right on the pop3 server. Patch submitted by Oliver Haertel 
2844                 <oha@users.sourceforge.net>.
2845         
2846         * po/POTFILES.in
2847                 add 'src/quote_fmt.c'           
2848
2849 2002-02-22 [christoph]  0.7.2claws5
2850
2851         * src/Makefile.am
2852                 added quote_fmt.c
2853         * src/prefs_common.[ch]
2854         * src/prefs_template.c
2855         * src/quote_fmt.c               *** NEW FILE ***
2856         * src/quote_fmt.h
2857                 move quote format symbol description code
2858                 to it's own file because it is used from
2859                 differnent code parts
2860                 Rewrote symbol description GUI
2861                   + use table
2862                   + add separators
2863                   + get data from array (no more long constant strings)
2864         * src/quote_fmt_lex.l
2865         * src/quote_fmt_parse.y
2866                 Symbol for Literal % changed to \% instead of %%
2867                 (More logical as \ is used for quoting for other symbols)
2868                 Add |f and |p to include files and program output
2869                 Examples:
2870                     |f{/home/.../.signature}
2871                     |p{date}
2872         * po/de.po
2873                 Correct wrong spelling for "Referenzen"
2874
2875 2002-02-21 [paul]       0.7.2claws4
2876
2877         * src/procmsg.c
2878                 forgotten during sync
2879
2880 2002-02-21 [paul]       0.7.2claws3
2881
2882         * sync with sylpheed 0.7.2cvs11
2883                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
2884                 2002-02-20 and 2002-02-21
2885
2886 2002-02-20 [melvin]     0.7.2claws2
2887
2888         * src/prefs_actions.c
2889                 Added error report when child cannot fork or when execvp 
2890                 returns with an error.
2891
2892 2002-02-19 [christoph]  0.7.2claws1
2893
2894         * src/codeconv.c
2895                 return unconverted text if conde conversion is not possible
2896                 when libjconv is used.
2897                 (patch submitted by "Simon 'corecode' Schubert")
2898
2899 2002-02-19 [paul]       
2900
2901         * version 0.7.2claws release
2902
2903 2002-02-19 [paul]       0.7.2claws
2904
2905         * po/nl.po
2906                 updated by Wilbert Berendsen
2907
2908
2909 2002-02-18 [alfons]     0.7.1claws13
2910
2911         * src/syldap.c
2912         * src/jpilot.c
2913                 remove references to dlfcn and explicitly loading functions
2914                 from dynalink libs, because libs linked anyway, and functions
2915                 are loaded explicitly
2916
2917 2002-02-17 [melvin]     0.7.1claws12
2918
2919         * src/prefs_actions.c
2920                 Replaced children wait loop with double fork technique.
2921                 Now, input/output window updated at each new output.
2922                 free_children(): Fixed a memory leak.
2923                 Made input/output window non closable if running children
2924                 still exist.
2925                 Added missing <unistd.h> include.
2926                 Added some --debug outputs.
2927
2928 2002-02-17 [melvin]     0.7.1claws11
2929
2930         * src/summaryview.c
2931                 Fixed bug where descending sort order did not select top
2932                 message.
2933
2934 2002-02-17 [melvin]     0.7.1claws10
2935
2936         * acconfig.h
2937                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
2938         * src/prefs_common.c
2939                 Pspell data package directory no more hard coded but
2940                 set during configuration (PSPELL_PATH). (Thanks to 
2941                                 Gustavo Noronha Silva.)
2942
2943 2002-02-17 [melvin]     0.7.1claws9
2944
2945         * configure.in
2946                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
2947         * src/gtkspell.c
2948                 Fixed compile-time warnings.
2949
2950 2002-02-16 [alfons]     0.7.1claws8
2951
2952         * src/filesel.c
2953                 fix inadvertent free of NULL pointer which caused
2954                 sylpheed to crash when closing the save-as dialog
2955                 using the window close button
2956
2957 2002-02-16 [carsten]    0.7.1claws7
2958         * src/mainwindow.[ch]
2959           src/summaryview.c
2960           src/prefs_common.c
2961                 fixes for pixmap theming code:
2962                         - recently changed mail attributes shouldn't get
2963                           lost any longer
2964                         - theme is only reloaded iff another theme was
2965                           selected
2966
2967 2002-02-16 [paul]       0.7.1claws6
2968
2969         * sync with sylpheed 0.7.2 release
2970                 see ChangeLog entry 2002-02-15 and 2002-02-16
2971
2972 2002-02-15 [paul]       0.7.1claws5
2973
2974         * sync with sylpheed 0.7.1cvs9
2975                 see ChangeLog entry 2002-02-15
2976
2977         * po/POTFILES.in
2978                 remove unneeded headerwindow.c entry
2979
2980 2002-02-14 [carsten]    0.7.1claws4
2981         * src/summaryview.c
2982                 fixed a bug for "Go to next unread message": there was
2983                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
2984                 in the prefs, because of doing "Search again" instead
2985                 "No"
2986
2987 2002-02-14 [carsten]    0.7.1claws3
2988         * src/stock_pixmap.c
2989                 removed 2 more mem leaks; following memprof,
2990                 this code is "leak free" now :)
2991
2992 2002-02-14 [carsten]    0.7.1claws2
2993         * src/stock_pixmap.c
2994                 used opendir/readdir/closedir instead of scandir
2995                 -> code should work now on Solaris
2996
2997 2002-02-14 [paul]       0.7.1claws1
2998
2999         * sync with sylpheed 0.7.1cvs8
3000                 see ChangeLog entries 2002-02-13 and 2002-02-14
3001
3002         * README.claws
3003                 add some description of Actions and Pixmap Themes
3004
3005 2002-02-13 [paul]       
3006
3007         * version 0.7.1claws release
3008
3009 2002-02-13 [paul]       0.7.1claws
3010
3011         * po/es.po
3012           po/it.po
3013           po/pt_BR.po
3014                 updated translations, submitted by Ricardo Mones Lastra,
3015                 Alessandro Maestri and Fabio Junior Beneditto
3016
3017 2002-02-13 [melvin]     0.7.0claws75
3018
3019         * src/prefs_actions.c
3020                 Added missing "signal.h" include
3021
3022 2002-02-13 [melvin]     0.7.0claws74
3023
3024         * src/prefs_folder_item.c
3025                 Added missing "config.h" include
3026         * po/fr.po
3027                 Updated French translation for folder propriety.
3028
3029 2002-02-13 [jens]       0.7.0claws73
3030
3031         * po/POTFILES.in
3032                 Added missing src/prefs_folder_item.c [log added by melvin]
3033         * po/de.po
3034                 Updated German translation.
3035
3036 2002-02-13 [melvin]     0.7.0claws72
3037
3038         * po/fr.po
3039                 Updated French translation.
3040
3041 2002-02-13 [melvin]     0.7.0claws71
3042
3043         * src/gtkutils.c
3044                 Made gtkut_editable_get_selection return NULL if selection
3045                 is of length zero.
3046                 This fixes a bug where selecting part of message A then
3047                 switching to message B and replying to it will not
3048                 quote the message's body.
3049
3050 2002-02-12 [paul]       0.7.0claws70
3051
3052         * src/mainwindow.c
3053                 cosmetic, relating to pixmap themes: on toolbar make 
3054                 updating of 'Exec' and 'Compose news/Compose email'
3055                 icons faster.
3056
3057 2002-02-12 [carsten]    0.7.0claws69
3058         * src/folderview.c
3059           src/mainwindow.[ch]
3060           src/stock_pixmap.c
3061           src/summaryview.c
3062           src/prefs_common.c
3063                 - refreshing after changing pixmap theme better
3064                   now (thanks Paul)
3065                 - wanted to remove some mem leaks, but alfons was
3066                   faster (and had the better solution ;)
3067
3068 2002-02-12 [alfons]     0.7.0claws68
3069
3070         * src/prefs_common.c
3071         * src/stock_pixmap.[ch]
3072                 plug mem leaks, refactor code a little bit
3073
3074
3075 2002-02-12 [sergey]     0.7.0claws67
3076
3077         * src/imap.c
3078                 Fixed problem with copying messages to IMAP folders when the
3079                 server uses something other than '/' as a namespace separator
3080                 (cyrus-imapd uses '.').
3081
3082 2002-02-12 [jens]       0.7.0claws66
3083
3084         * po/de.po
3085                 Updated German Translation
3086
3087 2002-02-12 [paul]       0.7.0claws65
3088
3089         * sync with sylpheed 0.7.1cvs1
3090                 see ChangeLog entry 2002-02-12
3091
3092 2002-02-12 [melvin]     0.7.0claws64
3093
3094         * src/prefs_actions.c
3095                 Fixed "feature" where children's output was duplicated 
3096                 instead of refreshed while monitoring.
3097                 Removed some debug code.
3098
3099 2002-02-12 [christoph]  0.7.0claws63
3100
3101         * src/compose.c
3102                 always delete message from queue after sending/send error
3103                 (closes bug #509601)
3104
3105 2002-02-12 [melvin]     0.7.0claws62
3106
3107         * src/prefs_actions.c
3108                 Children wait loop is now triggered with a timeout of 1s
3109                 Added %F which is replaced with the list of filenames 
3110                 of all selected messages (as suggested by Ricardo Mones Lestra)
3111                 Pipe syntax changed. Prefix with | to send selection, postfix
3112                 with | to retrieve output. Prefix with > or * to send
3113                 user definable input to the command (*: input is hidden)
3114                 Old pipe action should now be postfixed with |, too.
3115
3116 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
3117         * src/stock_pixmap.c
3118                 fixed a bug: if there's no theme directory don't
3119                 throw an error, just do "nothing" (thanks Alfons)
3120
3121 2002-02-12 [carsten]    0.7.0claws60
3122         * src/folderview.c
3123           src/summaryview.c
3124                 had to write the cache twice (nasty!); some marks would 
3125                 get lost if not
3126
3127 2002-02-11 [carsten]    0.7.0claws59
3128         * acconfig.h
3129           configure.in
3130           doc-src/maintainer_guide.txt
3131           src/compose.[ch]
3132           src/defs.h
3133           src/folderview.[ch]
3134           src/gtkutils.[ch]
3135           src/mainwindow.[ch]
3136           src/prefs_common.[ch]
3137           src/stock_pixmap.[ch]
3138           src/summaryview.[ch]
3139                 pixmap theming and related work on pixmap
3140                 handling on some other places
3141                 (e.g. hrm features for all folder)
3142           src/pixmap/stock_*.xpm -> the stock_ was removed
3143         
3144 2002-02-11 [paul]       0.7.0claws58
3145
3146         * sync with sylpheed 0.7.1 release
3147                 see ChangeLog entries 2002-02-11
3148
3149 2002-02-08 [paul]       0.7.0claws57
3150
3151         * sync with sylpheed 0.7.0cvs39
3152                 see ChangeLog entry 2002-02-07 (last entry) 
3153
3154         * src/prefs_actions.c
3155           src/prefs_filtering.c
3156           src/prefs_matcher.c
3157           src/prefs_scoring.c
3158                 sync: made it compile with C compilers other than gcc
3159
3160 2002-02-07 [paul]       0.7.0claws56
3161
3162         * sync with sylpheed 0.7.0cvs38
3163                 see ChangeLog entries 2002-02-06 (last 2 entries) and
3164                 2002-02-07
3165
3166 2002-02-07 [darko]      0.7.0claws55
3167
3168         * src/gtkutils.[ch]
3169         * src/summaryview.c
3170                 Fix const gchar */gchar * issue (thanks Hiro)
3171
3172 2002-02-07 [darko]      0.7.0claws54
3173
3174         * src/compose.[ch]
3175         * src/filtering.c
3176         * src/gtkutils.[ch]
3177         * src/prefs_template.c
3178         * src/quote_fmt.h
3179         * src/quote_fmt_parse.y
3180         * src/summaryview.c
3181         * src/utils.[ch]
3182                 When replying or forwarding an email don't quote the entire
3183                 mail body but use the part of the message text that is selected
3184
3185 2002-02-06 [melvin]     0.7.0claws53
3186
3187         * src/prefs_common.[ch]
3188         * src/gtkspell.[ch]
3189         * src/compose.c
3190                 Made possible to switch quickly to last used dictionary
3191                 which makes checking bilingual documents easier.
3192
3193 2002-02-06 [melvin]     0.7.0claws52
3194         
3195         * po/POTFILES.in
3196                 Added forgotten new file src/prefs_actions.c
3197
3198 2002-02-06 [melvin]     0.7.0claws51
3199
3200         * src/prefs_actions.c   ** NEW FILE **
3201         * src/prefs_actions.h   ** NEW FILE **
3202                 Added actions to execute on message text view, or on the
3203                         message's file.
3204         * src/Makefile.am
3205                 Added src/prefs_actions.[ch]
3206         * src/compose.c
3207                 Added new menu "Edit/Actions"
3208         * src/defs.h
3209                 Added new actionsrc file.
3210         * src/main.c
3211                 Added actionsrc reading.
3212         * src/mainwindow.c
3213                 Added new menus "Edit/Actions" and "Configuration/Actions..."
3214         * src/prefs_common.h
3215                 Added new element actionslst element to prefs_common.
3216
3217 2002-02-06 [paul]       0.7.0claws50
3218
3219         * sync with sylpheed 0.7.0cvs36
3220                 see ChangeLog entry 2002-02-06
3221
3222 2002-02-05 [paul]
3223
3224         * po/es.po
3225                 updated by Ricardo Mones Lastra
3226
3227 2002-02-05 [paul]       0.7.0claws49
3228
3229         * sync with sylpheed 0.7.0cvs33
3230                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
3231
3232 2002-02-05 [paul]       0.7.0claws48
3233
3234         * src/compose.c
3235                 re-add 'Edit/Advanced/Delete entire line', previously named
3236                 'Delete Line+'
3237
3238 2002-02-04 [paul]       0.7.0claws47
3239
3240         * src/compose.c
3241           src/summaryview.c
3242                 fix bug #494993 (Reply All not taking Reply-To into consi)
3243                 eliminate differences in behaviour of right-click 'Reply to all' 
3244                 in summary view and 'Reply to all' on the toolbar. 
3245                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
3246                 view and From gets ignored by 'Reply to all' on toolbar.
3247                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
3248                 From when no Reply-To header is present.
3249
3250 2002-02-04 [paul]       0.7.0claws46
3251
3252         * sync with sylpheed 0.7.0cvs30
3253                 see ChangeLog entries 2002-02-03 and 2002-02-04
3254
3255 2002-02-03 [melvin]     0.7.0claws45
3256
3257         * src/gtkspell.[ch]
3258                 Readded function to highlight all misspelled words.
3259                 Fixed bug where user-provided-words did not replace
3260                         correctly the misspelled word when using the mouse.
3261                 Fixed bug where checking a region selected from right to left did
3262                         not check the region at all.
3263                 Fixed bug where 'Check backwards' may not check at all. 
3264                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
3265                 Fixed possible buffer overflow when checking for long strings (>1k).
3266                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
3267                 Accelerators code uses now gtk_widget_add_accel.
3268                 Removed and disabled obsolete and unfinished code.
3269                 Cleaning up.
3270
3271         * src/compose.c
3272                 Added menu item to Highlight all misspelled words.
3273
3274 2002-02-01 [paul]       0.7.0claws44
3275
3276         * src/mainwindow.c
3277                 fix '/View/Hide read messages' sensitivity when all
3278                 messages in a folder are hidden
3279
3280 2002-02-01 [paul]       0.7.0claws43
3281
3282         * src/main.c
3283                 add --send option to command line interface, sends all
3284                 queued mail. Patch submitted by Ricardo Mones Lastra.
3285
3286 2002-01-31 [paul]       0.7.0claws42
3287
3288         * src/mainwindow.c
3289                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
3290
3291 2002-01-31 [paul]       0.7.0claws41
3292
3293         * sync with sylpheed 0.7.0cvs27
3294                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
3295                 and 2002-01-31
3296
3297         * src/textview.c
3298                 comment out elements of textview_show_part() as temporary
3299                 workaround for attachment 'Display as text' bug 
3300
3301         * po/pt_BR.po
3302                 updated by Fabio Junior Beneditto
3303
3304 2002-01-30 [paul]       0.7.0claws40
3305
3306         * sync with sylpheed 0.7.0cvs24
3307                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
3308                 and 2002-01-30
3309
3310         * src/compose.c
3311                 add {N_("/_Spelling"), ... "<Branch>"} to 
3312                 GtkItemFactoryEntry compose_entries[]
3313
3314         * src/prefs_common.c
3315                 add claws menu items to prefs_keybind_apply_clicked()
3316                 and remove non-claws menu items
3317
3318 2002-01-29 [paul]       0.7.0claws39
3319
3320         * sync with sylpheed 0.7.0cvs22
3321                 see ChangeLog entries 2002-01-28 and 2002-01-29
3322
3323 2002-01-28 [melvin]     0.7.0claws38
3324
3325         * src/compose.c
3326                 Added the declartion of compose_send_control_enter.
3327
3328         * src/compose.c
3329         * src/gtkspell.[ch]
3330                 Added in a 'Spelling' menu which includes the configuration menu. 
3331                 Added a real 'Check all' and got rid from the old one which only
3332                 highlited misspelled word.
3333                 Made 'Check while typing' a disableable option.
3334                 Added a dialog when there are no more misspelled word.
3335                 Added a dialog if error occurs when switching to a dictionary.
3336         
3337         * src/prefs_common.[ch]
3338                 Added option for the default 'Check while typing' option.
3339
3340
3341 2002-01-28 [alfons]     0.7.0claws37
3342
3343         * src/compose.c
3344                 fix buglet and make code comply with sylpheed code style
3345
3346 2002-01-28 [paul]       0.7.0claws36
3347
3348         * sync with sylpheed 0.7.0cvs19
3349                 see ChangeLog entries for 2002-01-28
3350
3351 2002-01-28 [hoa]        0.7.0claws35
3352
3353         * src/defs.h
3354                 added rendererrc
3355
3356         * src/main.c
3357                 read the renderer config
3358
3359         * src/procmime.[ch]
3360                 use the renderer config to convert mime attachments
3361
3362         * src/textview.c
3363                 don't use textview_show_html/ertf,
3364                 use get_text_content instead
3365
3366 2002-01-27 [alfons]     0.7.0claws34
3367         
3368         * src/news.c
3369                 make sylpheed believe it can delete a news message...
3370                 (messages are NOT deleted, maybe we should remove
3371                 processing from the folder properties after all.)
3372
3373 2002-01-27 [alfons]     0.7.0claws33
3374
3375         * src/folder.c
3376                 add extra checks
3377         * src/news.c
3378                 implement remove_msg() 
3379
3380 2002-01-27 [alfons]     0.7.0claws32
3381
3382         * src/procmsg.h
3383         * src/procheader.c
3384         * src/messageview.c
3385                 fix return receipt / disposition notification again. this
3386                 stuff seems to break on _every_ major summary UI change, so
3387                 it's now implemented using a flag which is saved in the
3388                 marks cache
3389                 
3390 2002-01-26 [alfons]     0.7.0claws31
3391
3392         * src/import.c
3393                 let import dialog show the destination folder identifier
3394
3395 2002-01-26 [melvin]     0.7.0claws30
3396
3397         * src/folderview.c
3398         * src/summaryview.c
3399                 Readded 'Mark all read' into summary view popup menu
3400                 Added 'Mark all read' in folder view popup menu for IMAP
3401                 and NNTP.
3402                 Made it insensitive if the selected folder is not the shown
3403                 one to avoid 'Mark all read' on the wrong folder.
3404                 
3405 2002-01-26 [paul]       0.7.0claws29
3406
3407         * src/folderview.c
3408           src/summaryview.c
3409                 move 'Mark all read' from summary view to folder view
3410                 menu. (adapted from) patch submitted by Jeremy Andrews,
3411                 <lists@kerneltrap.com>
3412
3413 2002-01-25 [alfons]     0.7.0claws28
3414
3415         * src/gtkstext.c
3416                 put the gtk class name back so GtkSText adapts the 
3417                 settings of GtkText
3418
3419 2002-01-25 [alfons]     0.7.0claws27
3420
3421         * src/folderview.c 
3422                 assimilate Ricardo's patch that shows pixmaps instead of
3423                 plain "new" and "unread" texts in the folder view column
3424                 headers 
3425
3426 2002-01-25 [paul]       0.7.0claws26
3427
3428         * src/Makefile.am
3429                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
3430                 be found in non-standard locations. 
3431                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
3432
3433 2002-01-25 [paul]       0.7.0claws25
3434
3435         * sync with sylpheed 0.7.0cvs16
3436                 see ChangeLog entry 2002-01-25
3437
3438 2002-01-24 [paul]       0.7.0claws24
3439
3440         * more sync with sylpheed 0.7.0cvs15
3441                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
3442
3443 2002-01-23 [sergey]     0.7.0claws23
3444
3445         * src/importldif.c
3446                 Fixed segfault when closing LDIF import wizard with
3447                 the window manager.
3448         * src/imageview.c
3449         * src/imageview.h
3450         * src/messageview.c
3451         * src/mimeview.c
3452                 Fixed wrong scrolling position after switching between
3453                 text and image parts.
3454
3455 2002-01-23 [paul]       0.7.0claws22
3456
3457         * sync with sylpheed 0.7.0cvs15
3458                 see ChangeLog entries 2002-01-22 and 2002-01-23
3459
3460 2002-01-21 [melvin]     0.7.0claws21
3461
3462         * src/prefs_scoring.c
3463         * src/prefs_filtering.c
3464                 Fixed bug where scoring and filtering windows stopped
3465                 autochecking.
3466
3467 2002-01-21 [paul]       0.7.0claws20
3468
3469         * sync with sylpheed 0.7.0cvs12
3470                 see ChangeLog entries 2002-01-20 and 2002-01-21
3471
3472 2002-01-21 [carsten]    0.7.0claws19
3473         * src/mainwindow.c
3474         * src/menu.[ch]
3475         * src/messageview.[ch]
3476         * src/summaryview.[ch]
3477                 changes to shortcuts handling again:
3478                         + "Q" now controled by mainwin
3479                         + v/V are now customizable and have slightly
3480                           different meanings
3481                 the "button" to minimize the messageview (and maximize
3482                 the summary view) is a real button now
3483         * src/compose.c
3484                 "Delete Line+" added to Edit/Advanced (this will also
3485                 delete the '\n')
3486
3487 2002-01-20 [melvin] 0.7.0claws18
3488
3489         * src/addressbook.c
3490                 Made "Bcc" sensitive when addressbook is called from
3491                 compose window (it was a Claws only bug).
3492
3493 2002-01-19 [alfons] 0.7.0claws17
3494
3495         * src/inc.c
3496                 prevent unnecessary updates when currently selected folder has
3497                 no new messages 
3498
3499 2002-01-19 [alfons] 0.7.0claws16
3500         
3501         * src/summaryview.c
3502                 prevent writing the cache based on current message list in summary 
3503                 view when filtering also put messages in currently selected folder
3504
3505 2002-01-19 [paul]
3506
3507         * po/it.po
3508                 Italian translation submitted by Alessandro Maestri
3509                 <a.maestri@cs.tin.it>
3510
3511 2002-01-18 [melvin]     0.7.0claws15
3512
3513         * src/prefs_filters.c
3514                 fixed bug where 'cancel' from 'filters' window stops autochecking
3515                 if the timer timed out  when the window was open.
3516
3517 2002-01-18 [match]      0.7.0claws14
3518
3519         * src/addrclip.[ch]     ** NEW FILE **
3520         * src/addrselect.[ch]   ** NEW FILE **
3521         * src/adbookbase.h      ** NEW FILE **
3522                 addressbook cut, copy and paste
3523         * src/addrbook.[ch]
3524         * src/addrcache.[ch]
3525         * src/addressitem.h
3526         * src/addrindex.[ch]
3527         * src/addritem.[ch]
3528         * src/importldif.c
3529         * src/importmutt.c
3530         * src/jpilot.[ch]
3531         * src/syldap.[ch]
3532         * src/vcard.[ch]
3533         * src/jpilot.[ch]
3534         * src/editbook.c
3535         * src/editjpilot.c
3536         * src/editldap.c
3537         * src/editvcard.c
3538                 support for copy/paste
3539         * src/addressbook.c
3540                 support for copy/paste
3541                 tidy up menu option processing
3542                 correct address list function arguments
3543         * src/editaddress.c
3544                 sort user attributes
3545         * src/ldif.h
3546         * src/mutt.h
3547                 tidy up
3548
3549         * src/addrbook.[ch]
3550         * src/addrbook.[ch]
3551         * src/addrbook.[ch]
3552                 
3553
3554 2002-01-18 [paul]       0.7.0claws13
3555
3556         * sync with sylpheed 0.7.0cvs8
3557                 configure.in: support Mac OS X (Darwin)
3558
3559 2002-01-18 [carsten]    0.7.0claws12
3560         * src/html.c
3561                 small hack to fix a segfault with an empty href
3562                 (reported by Alexandra Walford <deeni@altern.org>)
3563         * src/mainwindow.c
3564         * src/summaryview.c
3565                 the shortcuts for Mark und Mark as unread are hardcoded
3566                 again
3567         * src/compose.c
3568         * src/gtkstext.[ch]
3569                 readded the shortcuts in gtkstext but made them
3570                 customizeable (simply by adding a menu plus a wrapper
3571                 to compose.c)
3572
3573 2002-01-17 [melvin]     0.7.0claws11
3574
3575         * src/gtkspell.c
3576                 fix default dictionary not being saved.
3577
3578 2002-01-16 [darko]      0.7.0claws10
3579
3580         * src/compose.c
3581                 fix wrapping crash with URL longer than wrapping margin
3582
3583 2002-12-08 [hoa]        0.7.0claws10
3584
3585         * src/matcher_parser_parse.y
3586                 fixed some bugs
3587
3588         * src/prefs_filtering.c
3589                 now, we can use bounce action in the dialog box.
3590
3591 2002-01-16 [carsten]    0.7.0claws9
3592         * src/gtkstext.c
3593                 removed the <control> and <alt> shortcuts because they're
3594                 not needed and interefered with the "normal" shortcuts
3595         * src/mainwindow.c
3596         * src/summaryview.c
3597                 removed most of the hardcoded shortcuts and assigned
3598                 them to menu entries making them easy customizable by
3599                 that
3600
3601 2002-01-16 |melvin]     0.7.0claws8
3602
3603         * src/gtkspell.c
3604                 fixed bug where using the mouse and when the compose
3605                 window is not on top may result in a crash.
3606
3607 2002-01-16 [melvin]     0.7.0claws7
3608
3609         * src/compose.c
3610                 fixed a long standingspell checker bug which could 
3611                 cause a crash after sending a message.
3612
3613 2002-01-16 [paul]       0.7.0claws6
3614
3615         * sync with sylpheed 0.7.0cvs7
3616                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
3617                 2002-01-15, and 2002-01-16
3618
3619 2002-01-16 [melvin]     0.7.0claws5
3620
3621         * README.claws
3622         * src/compose.c
3623         * src/gtkspell.[ch]
3624         * src/main.c
3625                 Heavily modified spell checker code to work around
3626                 ispell bug, to add keyboard shortcuts and for future
3627                 enhancements. See README.claws for usage information.
3628
3629 2002-01-15 [alfons]     0.7.0claws4
3630         
3631         * src/summaryview.c
3632                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
3633                 so sorting within threads reflects sort mode
3634
3635 2002-01-15 [christoph]  0.7.0claws3
3636
3637         * src/procmsg.c
3638                 added alertpanel if mail sending failed
3639
3640 2002-01-15 [alfons]     0.7.0claws2
3641         
3642         * src/prefs_filtering.c
3643                 don't stop timer when prefs filtering dialog is opened
3644
3645 2002-01-14 [alfons]     0.7.0claws1
3646
3647         * src/addr_compl.c
3648         * src/prefs.c
3649                 remove debug_print()s for privacy reasons
3650
3651 2002-01-14 [darko]      0.7.0claws
3652
3653         * README.claws
3654                 quotation wrapping is now also in the main branch
3655
3656 2002-01-14 [paul]
3657
3658         * tools/filter_conv.pl
3659                 allow for Boolean Op and case-sensitivity
3660                 this file is included in the release and tagged
3661                 'rel_0_7_0'
3662
3663 2002-01-13 [paul]       0.7.0claws
3664
3665         * release 0.7.0, with cvs tag 'rel_0_7_0'
3666
3667 2002-01-13 [paul]
3668
3669         * tools/filter_conv.pl
3670         * tools/README
3671                 rewritten to output to matcherrc instead of filteringrc
3672
3673         * po/es.po
3674                 updated Spanish translation by Ricardo Mones Lastra
3675
3676 2002-01-13 [alfons]
3677
3678         * po/nl.po
3679                 update dutch translation
3680
3681 2002-01-13 [paul]
3682
3683         * po/pt_BR.po
3684                 Updated by Fabio Junior Beneditto 
3685
3686 2002-01-13 [melvin]     0.6.6claws53
3687
3688         * po/fr.po
3689                 Updated french translation
3690
3691 2002-01-12 [alfons]     0.6.6claws52
3692
3693         * src/filtering.c
3694                 plug mem leak that has been sitting there for ages              
3695
3696 2002-01-12 [alfons]     0.6.6claws51
3697
3698         * src/summaryview.c
3699                 undo melvin's changes from 0.6.6claws48 because summary
3700                 view now refuses to select first unread message when
3701                 selecting a folder 
3702
3703 2002-01-11 [alfons]     0.6.6claws50
3704
3705         * src/import.c
3706                 use claws' semantics for getting folder item when
3707                 importing an mbox file into a folder 
3708                 (submitted by Dale P. Smith)
3709
3710 2002-01-11 [christoph]  0.6.6claws49
3711
3712         * src/prefs.h
3713                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
3714                 toggle widget, because non static prefs can not use
3715                 prefs_set_* functions
3716         * src/prefs_account.c
3717                 toggle smtp auth password field sensitivity if
3718                 user id is empty and add descrition of usage for
3719                 these fields
3720         * src/prefs_folder_item.c
3721                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
3722                 callbacks
3723
3724 2002-01-11 [melvin]     0.6.6claws48
3725
3726         * src/compose.c
3727                 fix the 'Ctrl-Enter' feature for sending and test really
3728                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
3729                 editables which was not documented in Gtk)
3730
3731         * src/summaryview.c
3732                 Made summaryview refresh after sorting and not before.
3733
3734 2002-01-11 [christoph]  0.6.6claws47
3735
3736         * src/compose.c
3737                 select account from account ids if possible and
3738                 correctly set save folder for copy in reedit
3739
3740 2002-01-10 [paul]       0.6.6claws46
3741
3742         * sync with sylpheed 0.7.0 release
3743                 see ChangeLog entries 2002-01-07, 2002-01-08 and
3744                 2002-01-09
3745
3746 2002-01-09 [alfons]
3747
3748         * src/summaryview.c
3749                 remove more dirt traces...
3750
3751 2002-01-09 [alfons]
3752         
3753         * src/summaryview.c
3754                 clean up some traces of my debugging stuff
3755
3756 2002-01-09 [alfons]     0.6.6claws45
3757
3758         * src/filtering.c
3759                 break up filteringprop_apply() in three separate pieces
3760                 so we can drop messages that failed processing in the
3761                 inbox
3762
3763         * src/summaryview.c
3764                 fix bug #469598 "no refresh of inbox after filter" which 
3765                 was introduced by the new summary view locking, and which 
3766                 prevented the summary view to update after a manual filter 
3767                 message. claw's filter message requires a summary_show().
3768                 (aargh, summary_show() again! :-)
3769                 
3770 2002-01-07 [alfons]     0.6.6claws44
3771
3772         * src/headerwindow.c
3773         * src/logwindow.c
3774         * src/messageview.c
3775         * src/sourcewindow.c
3776                 bring in Hiro's last 0.7.0 wm class fixes
3777
3778         * tools/sylprint.pl
3779                 bring in Ricardo's fix for sylprint script
3780
3781         * AUTHORS       
3782         * src/rfc2015.[ch]
3783         * src/prefs_common.[ch]
3784         * src/prefs_account.[ch]
3785         * src/compose.c
3786                 clean up account preference poison in rfc2015,
3787                 and preparation to fix double sign bug 
3788                 (patch submitted by Simon 'corecode' Schubert)
3789
3790 2002-01-07 [christoph]  0.6.6claws43
3791
3792         * src/mh.c
3793                 search for free message number, do not only rely
3794                 on last_num
3795         * src/send.c
3796                 fix smtp auth and use extra account information
3797                 if available, if not use pop3 data instead
3798                 (closes bug #500341)            
3799         * src/ssl.[ch]
3800                 match coding style
3801
3802 2002-01-06 [alfons]     0.6.6claws42
3803
3804         * src/mainwindow.c
3805                 try making the separate windows work again...
3806
3807 2002-01-06 [alfons]     0.6.6claws41
3808
3809         * src/mainwindow.c
3810                 adapt Hiro's separate window menu (to get rid of the funny
3811                 duplicate menu items), and make it work again
3812
3813 2002-01-06 [alfons]     0.6.6claws40
3814
3815         * tools/Makefile.am
3816         * tools/sylprint.rc
3817         * tools/sylprint.pl
3818         * tools/README.sylprint
3819                 add sylprint script for printing mails from Sylpheed
3820                 (contributed by Ricardo Mones Lastra)
3821
3822         * src/acount.c
3823                 clean up
3824
3825 2002-01-06 [melvin]     0.6.6claws39
3826
3827         * src/mainwindow.c
3828         * src/summaryview.c
3829                 Fixed crash introduced in 0.6.6claws38 by the menu
3830                 reorganisation (Hide read messages)
3831         
3832         * ChangeLog.claws 
3833                 Fixed typo (we are now in 2002, alfons ;) )
3834
3835 2002-01-05 [alfons]     0.6.6claws38
3836
3837         * sync with sylpheed 0.6.6cvs10-17
3838                 (last stuff marked as LAST_STABLE)
3839
3840 2002-01-04 [melvin]     0.6.6claws37
3841
3842         * src/account.c
3843                 Made account selection code use strcasestr again instead of
3844                 g_strcasecmp (fixes bug where reediting queued messages
3845                 did not select proper account reported by T. Link).
3846         
3847         * src/folderview.c
3848                 Fix bug where folder icons are not shown when 'hide read messages'
3849                 is on.
3850         
3851         * src/stock_pixmaps.[ch]
3852                 Added folder icons for 'hide read messages'.
3853         
3854         * src/compose.c
3855                 Fixed bug where 'Enter' in a header entry will send the message 
3856                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
3857
3858 2002-01-03 [melvin]     0.6.6claws36
3859         
3860         * src/prefs.[ch]
3861                 Added popup menu for common preferences and
3862                 account preferences (right click on tab displays
3863                                 a menu of all tabs.)
3864
3865 2002-01-02 [melvin]     0.6.6claws35
3866
3867         * src/gtkspell.[ch]
3868                 Made spelling code compatible with undo/redo feature.
3869                 Added creation of suggestion mode menu for the general
3870                         preferences.
3871         
3872         * src/prefs_common.[ch]
3873                 Added option menu for the speller's suggestion mode.
3874                 Added missing spaces in "..." buttons and made a "..."
3875                         button non translatable!
3876         
3877         * src/compose.c
3878                 Made speller use the default suggestion mode.
3879                 Hack to make it possible to choose 'CTRL-Enter' as a
3880                         shortcut for sending (and only for sending).
3881
3882         * src/prefs_folder_item.c
3883                 Changing subject simplification does not update cache 
3884                         anymore (because it is unnecessary).
3885                 Fixed bug where changing subject simplification updated the 
3886                         summaryview even when the viewed folder is not the
3887                         folder which properties are being changed. (E.g. 
3888                                         viewing folder A and changing
3889                                         the subject simplification of 
3890                                         folder B -not being viewed- updated the 
3891                                         summaryview of folder A with data of
3892                                         folder B). (Hope this is clear... )
3893
3894 2001-12-31 [alfons]     0.6.6claws34
3895         
3896         * src/ldif.c
3897         * src/mutt.c
3898                 fgetc() returns a signed integer which doesn't
3899                 fit in a char. so c truncates this to a char
3900                 but we may lose significant bits. i.e. we may
3901                 comparing 0xFF which may not be equal to -1
3902                 unless properly casted to signed char which
3903                 we won't do because fgetc() returns a signed
3904                 integer which doesn't fit in a char. so c 
3905                 truncates this to a char but we may lose 
3906                 significat bits. (you got the idea, thanks
3907                 to Gustavo Noronha Silva <kov@debian.org>
3908                 and the Debian folks!)
3909
3910 2001-12-30 [alfons]     0.6.6claws33
3911
3912         * src/prefs_common.c
3913                 add #ifdef USE_PSPELLs that Melvin forgot               
3914
3915 2001-12-30 [melvin]     0.6.6claws32
3916         
3917         * src/prefs_common.[ch]
3918                 Added configurable color for misspelled words.
3919
3920         * src/gtkspell.[ch]
3921                 Fixed bug of foreground text color (reported by David
3922                                 Mehrmann)
3923                 Added configurable color for misspelled words.
3924
3925 2001-12-30 [alfons]     0.6.6claws31
3926
3927         * src/folder.c
3928                 remove unnecessary things someone put there
3929
3930         * src/mh.c
3931         * src/folder.[ch]
3932                 make folder properties (like threading and sorting) persistent
3933                 (closes bug #497424 "rescan folder tree resets proprieties")
3934                 currently this is only for MH folders. 
3935
3936 2001-12-29 [melvin]     0.6.6claws30
3937
3938         * src/string_match.[ch]
3939                 Optimized a bit: regexp pattern buffer compiled only once, and
3940                   one subroutine call removed. Fixed ^ regexp search: Now, 
3941                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
3942         
3943         * src/summaryview.c
3944                 Subject filtering changed to filter summary columns and
3945                   not directly the messages subject cache. The loss in 
3946                   performance is balanced by the improvement of string_match.
3947                 Added an alert panel if there is an error in the regexp.
3948
3949         * src/src/prefs_folder_item.h
3950                 Added a regexp pattern buffer.
3951
3952 2001-12-28 [alfons]     0.6.6claws29
3953
3954         * src/string_match.[ch]
3955                 clean up name space
3956                 allow compilation *BSD
3957
3958 2001-12-27 [alfons]     0.6.6claws28
3959
3960         * src/filter.c
3961                 sync the Hiro's bug fix for BSD
3962
3963 2001-12-27 [melvin]     0.6.6claws27
3964         
3965         * src/compose.c
3966                 Simplify focus to subject entry code.
3967
3968 2001-12-27 [darko]      0.6.6claws26
3969
3970         * src/filtering.c
3971         * src/mbox_folder.c
3972         * src/messageview.c
3973         * src/mh.c
3974         * src/procheader.[ch]
3975         * src/procmsg.h
3976         * src/stock_pixmap.[ch]
3977         * src/summaryview.c
3978                 Show key icon for encrypted mails in summary view
3979
3980         * src/pixmaps/clip.xpm
3981         * src/pixmaps/clipkey.xpm
3982         * src/pixmaps/key.xpm
3983                 New/modified icons for the above
3984
3985 2001-12-27 [melvin]     0.6.6claws25
3986
3987         * src/prefs_common.c
3988                 Put spell checker options in a separate tab to decrease
3989                 the Common Preferences window height.
3990
3991         * README.claws  
3992                 Update spell checker usage instruction about its options
3993                 location.
3994
3995 2001-12-27 [melvin]     0.6.6claws24
3996
3997         * src/compose.c
3998                 Changed subject entry widget position. Initial focus is
3999                 on the To header instead of the subject entry.
4000                 Creating a new header scrolls the header list to make the
4001                 created one visible. Nevertheless, when automatically filling
4002                 headers, the first one is shown.
4003                 A Tab key press in the last empty header entry zips the 
4004                 focus to the subject entry.
4005                 (I did not change the combo boxes, yet)
4006
4007 2001-12-26 [alfons]     0.6.6claws23
4008
4009         * src/prefs_account.c
4010         * src/inc.c
4011                 allow default inbox to reside in another mailbox (only
4012                 works for POP3 accounts)
4013
4014 2001-12-26 [alfons]     0.6.6claws22
4015         
4016         * src/textview.c
4017                 make reply-on-click work with the account of the selected folder
4018         * src/compose.c
4019                 put a fixme here to remind me to fix finding correct default
4020                 account for nested folders
4021
4022 2001-12-25 [alfons]     0.6.6claws21
4023
4024         * src/summaryview.c
4025                 make column headers display locked and mark pixmaps (idea by Melvin) 
4026                 fix bug by adding score and locked column type to sort array
4027
4028 2001-12-25 [alfons]     0.6.6claws20
4029         
4030         * src/summaryview.c
4031                 catch a *potentially* inadvertent write back of  
4032                 the message cache(s) introduced by 0.6.5claws37
4033
4034 2001-12-25 [christoph]  0.6.6claws19
4035
4036         * src/stock_pixmap.[ch]
4037         * src/summaryview.c
4038                 add ignore thread pixmap
4039                 (can someone draw a better icon for this?)
4040
4041 2001-12-24 [alfons]     0.6.6claws18
4042
4043         * src/prefs_folder_item.c
4044                 make address completion actually work for the
4045                 Default To address in the Folder Property dialog.
4046
4047 2001-12-24 [alfons]     0.6.6claws17
4048         
4049         * src/summaryview.c
4050                 use new style regexp for subject stripping 
4051                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
4052
4053 2001-12-24 [darko]      0.6.6claws16
4054
4055         * src/pgptext.c
4056         * src/rfc2015.c
4057                 move GPG related informational messages to debug mode
4058
4059 2001-12-23 [alfons]     0.6.6claws15
4060
4061         * src/stock_pixmap.[ch]
4062         * src/summaryview.c
4063                 add the forgotten Claws' locked pixmap
4064
4065 2001-12-23 [alfons]     0.6.6claws14
4066
4067         * src/filesel.c
4068                 accept file name typed in entry in multi file
4069                 selector (patch submitted by Gustavo Noronha Silva 
4070                 <kov@debian.org>)
4071
4072 2001-12-23 [alfons]     0.6.6claws13
4073
4074         * src/prefs_filter.c
4075         * src/prefs_filtering.c
4076         * src/matcher.c
4077         * src/importmutt.c
4078                 clean up a little bit
4079         
4080         * src/string_match.c
4081                 validate input strings a little bit more
4082
4083 2001-12-23 [alfons]     0.6.6claws12
4084
4085         * src/Makefile.am
4086         * src/summaryview.c
4087         * src/string_match.[ch]         ** NEW **
4088         * src/folderview.[ch]
4089         * src/headerview.h
4090         * src/folder.[ch]
4091         * src/prefs_folder_item.[ch]
4092                 add subject simplification to strip out strings from
4093                 a subject line (esp. handy for mailing lists). 
4094                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
4095                 but slightly changed things for better integration.)
4096
4097 2001-12-23 [alfons]     0.6.6claws11
4098
4099         * src/mainwindow.c
4100                 fix bug introduced by submission included in 0.6.5claws52.
4101                 ideally this submission should clean the trash if any trash
4102                 folder has a message. however, the hasTrash variable was
4103                 set to false whenever a trash folder was empty (discarding
4104                 a previously found *filled* trash folder.)
4105
4106                 also edited the code a little bit and made it more safe.
4107
4108 2001-12-22 [alfons]     0.6.6claws10
4109
4110         * src/imap.c
4111                 quick fix for Martin Pool's omission of an account
4112                 specific SSL setting
4113
4114 2001-12-22 [alfons]     0.6.6claws9
4115
4116         * src/compose.c
4117         * src/messageview.c
4118         * src/mimeview.c
4119         * src/pgptext.c
4120         * src/procmime.[ch]
4121                 better support for multipart/digest (submitted
4122                 by Fredrik <e98fo@efd.lth.se>)
4123
4124 2001-12-22 [alfons]     0.6.6claws8
4125
4126         * src/addressbook.c
4127                 correct function signature
4128         * src/socket.[ch]
4129         * src/imap.[ch]
4130         * src/prefs_account.[ch]
4131                 allow IMAP over SSH tunnel (patch submitted by 
4132                 Martin Pool <mbp@samba.org>)
4133
4134 2001-12-21 [alfons]     0.6.6claws7
4135
4136         * sync with sylpheed 0.6.6cvs4-9
4137                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
4138
4139 2001-12-21 [christoph]  0.6.6claws6
4140
4141         * src/compose.c
4142         * src/prefs_folder_item.[ch]
4143                 implement saving of outgoing messages to current folder.
4144                 fix segfault when no default outbox is available
4145                 (closes bug #495683)
4146
4147 2001-12-21 [carsten]    0.6.6claws5
4148         * src/folderview.c
4149         * src/summaryview.c
4150                 pressing CTRL while DND does now the expected thing and
4151                 copies the mail (moving is still the default, as this
4152                 seam more appropriate for handling mails by DND)
4153
4154 2001-12-18 [paul]       0.6.6claws4
4155
4156         * sync with sylpheed 0.6.6cvs3
4157                 see ChangeLog entries 2001-12-18
4158
4159 2001-12-18 [hiro]       0.6.6claws3
4160
4161         * src/undo.c
4162                 fix for multibyte characters (obtain the number of letters
4163                 instead of bytes).
4164
4165 2001-12-17 [paul]       0.6.6claws2
4166
4167         * sync with sylpheed 0.6.6cvs1
4168                 see ChangeLog entry 2001-12-16
4169
4170 2000-12-17 [alfons]     0.6.6claws1
4171
4172         * src/filtering.c
4173                 clean up
4174
4175 2001-12-16 [paul]       0.6.6claws
4176 2001-12-15
4177
4178         * Release version 0.6.6claws, cvs tag: rel_0_6_6
4179
4180         * src/mimeview.c
4181                 last minute sync with main 0.6.6
4182
4183         * po/es.po
4184                 updated by Ricardo Mones Lastra
4185                 update for last minute sync
4186         * po/fr.po
4187         * po/nl.po
4188                 update for last minute sync
4189         * po/de.po
4190                 updated by Jens Oberender
4191         * po/pt_BR.po
4192                 updated by Fabio Junior Beneditto
4193
4194         * src/prefs_common.[ch]
4195         * src/undo.c
4196                 number of undo levels is user configurable
4197                 (squeeze it into the release in the dying
4198                 moments) Submitted by Jens Oberender    
4199
4200 2001-12-15 [melvin]
4201
4202         * po/fr.po
4203                 updated french translation
4204
4205 2001-12-15 [paul]       0.6.5claws92
4206
4207         * sync with sylpheed 0.6.5cvs28
4208                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
4209
4210         * po/nl.po
4211                 update to allow for sync
4212
4213 2001-12-15 [alfons]
4214         
4215         * po/nl.po
4216                 update dutch translation
4217
4218 2001-12-14 [carsten]    0.6.5claws91
4219         * src/summaryview.c
4220                 fixed bug #473785; also after changing the column order
4221                 the same message will be selected and displayed as before
4222                 the reordering
4223
4224 2001-12-14 [carsten]    0.6.5claws90
4225         * src/folderview.c
4226                 probably found the bug reported by wwb opening or closing
4227                 a folder tree just before dnd (found the solution in the
4228                 balsa source -- thanks to them)
4229
4230 2001-12-14 [carsten]    0.6.5claws89
4231         * src/gtkutils.c
4232         * src/account.c
4233                 moved gtk_clist_moveto to the right place, so that
4234                 only the accounts dialog is effected on opening
4235
4236 2001-12-14 [carsten]    0.6.5claws88
4237         * src/gtkutils.c
4238                 gtkut_clist_set_focus_row does a gtk_clist_moveto
4239                 now, so that the focused row will be seen in any case
4240                 (reported by wwp on sf-claws-user)
4241
4242 2001-12-14 [darko]      0.6.5claws87
4243
4244         * src/compose.c
4245                 remove unnecessary line
4246
4247 2001-12-14 [paul]       0.6.5claws86
4248
4249         * sync with sylpheed 0.6.5cvs27
4250                 see ChangeLog entries 2001-12-14
4251
4252 2001-12-14 [carsten]    0.6.5claws85
4253         * src/mainwindow.c
4254                 following a suggestion of Melvin the rcoabm pops up
4255                 right under the button now and the button is reliefed
4256                 while the popup is open
4257
4258 2001-12-14 [darko]      0.6.5claws84
4259
4260         * src/compose.c
4261                 fix crash when wrapping long lines if linewrap quotation
4262                 is disabled and wrapper encounters a word spanning more
4263                 than one line
4264
4265 2001-12-13 [paul]       0.6.5claws83
4266
4267         * src/compose.c
4268                 prefer 'Reply-To' header over mailing list header when
4269                 replying to a message. Finally prevent all those confirmation 
4270                 messages being sent to the list itself.
4271
4272         * src/summaryview.c
4273                 remove unused summary_set_menu_sensitive() entry
4274
4275 2001-12-13 [paul]       0.6.5claws82
4276
4277         * src/folderview.c
4278         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
4279         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
4280         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
4281                 improvements to 'Hide read messages': Inbox, Outbox,
4282                 Trash, Queue, and Draft icons now reveal presence of hidden 
4283                 messages
4284
4285 2001-12-12 [alfons]     0.6.5claws81
4286
4287         0.6.5claws80 was tagged as LAST_STABLE
4288
4289         * src/filtering.[ch]
4290         * src/matcher.[ch]
4291         * src/matcher_parser_lex.c
4292                 fix the filtering; my last attempt to get it right, 
4293                 if it does not work, it's Hoa's turn. ;-)
4294
4295                 for my honourable peers:
4296                 
4297                 the code now makes a clear distinction between
4298                 rules as they are displayed (probably escaped),
4299                 and as they are executed (probably unescaped). the
4300                 parser does *NOT* do any unescaping, this is
4301                 the task of the matcher.c (which breaks up a
4302                 rule into condition) and the filtering.c (which
4303                 breaks up the rule's action). to make this
4304                 run happily we provide an unescaped copy of
4305                 crucial strings to the MatcherProp and 
4306                 FilteringAction structures. note that the only
4307                 exception to this is any REGEXP string. those
4308                 are directly passed to regcomp() and regexp()
4309                 (who have much more powerful unescape functions).
4310                 
4311                 for everyone else:
4312         
4313                 you can escape tab (\t), carriage return (\r),
4314                 linefeed (\n), form feed (\f), quote (\"), 
4315                 single quote (\'), bell (\b) in all the entry
4316                 lines in the scoring & filtering dialogs.
4317                 as an added bonus this should not affect
4318                 existing filtering rules.
4319
4320 2001-12-12 [carsten]    0.6.5claws80
4321
4322         * src/summaryview.c
4323         * po/de.po
4324                 "item(s) selected" is now sensitive to 1 or more
4325                 than one selected (nice for language where simple
4326                 adding of a "s" is not possible as German (Eintrag
4327                 ->Eintr"age)
4328                 
4329                 the "forward as attachment" entry from the right
4330                 click menu removed, "forward" acts following the
4331                 prefs
4332         
4333         * src/textview.c
4334                 reverted my former changes; so compiler warning again
4335                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
4336                 nevertheless
4337
4338         * src/messageview.c
4339                 "search in message" does now *not* only work in MVIEW_TEXT
4340                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
4341                 message
4342
4343         * src/mainwindow.c
4344                 removed "/File/_Close" as it was the same as "/File/E_xit"
4345                 and we don't need it two times
4346
4347                 the separate folder view and message view now get a distinct
4348                 WMCLASS, just in case someone is using sawfish ;-)
4349
4350                 as the menu entries "/View/Message view" and "/View/Folder tree"
4351                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
4352                 make them sensitive accordingly and as these two are "shown"
4353                 after startup anytime check this menuitem at startup
4354
4355 2001-12-12 [paul]       0.6.5claws79
4356
4357         * src/folderview.c
4358                 fix sensitivity of 'Search folder...', broken in
4359                 0.6.5claws75
4360
4361         * src/mainwindow.c
4362                 fix dodgy English
4363
4364 2001-12-11 [carsten]    0.6.5claws78
4365         * src/filtering.c
4366                 fixed two typos returning a wrong FALSE/TRUE
4367         * src/mainwindow.[ch]
4368                 extra menu for email/news button removed
4369
4370 2001-12-11 [alfons]     0.6.5claws77
4371         
4372         * src/matcher.c                 (1.3)
4373         * src/matcher_parser_lex.l      (1.28)
4374                 revert for another attempt
4375                 mark 0.6.5claws77 as LAST_STABLE
4376
4377 2001-12-11 [christoph]  0.6.5claws76
4378
4379         * po/de.po
4380                 fixed wrong translation for prev. unread msg
4381
4382 2001-12-11 [paul]       0.6.5claws75
4383
4384         * src/folder.[ch]
4385         * src/folderview.c
4386         * src/mainwindow.c
4387         * src/summaryview.[ch]
4388         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
4389                 enable ability to hide read messages on per folder basis via 
4390                 '/Summary/Hide read messages'; when selected, a folder will 
4391                 have a red open folder icon, instead of a blue icon, if the 
4392                 folder contains hidden messges
4393                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
4394
4395         * src/mainwindow.c
4396                 remove '/Message/Forward as attachment' from 
4397                 main_window_set_menu_sensitive() to prevent debug warning
4398
4399         * src/folderview.c
4400         * src/mainwindow.c
4401                 Clean up some of the English
4402
4403         * tools/newscache_clean.pl
4404                 allow for new 'hidereadmsgs' entry in folderlist.xml
4405
4406         * po/es.po
4407                 updated translation, submitted by Ricardo Mones Lastra
4408
4409 2001-12-11 [paul]       0.6.5claws74
4410
4411         * sync with sylpheed 0.6.5cvs25
4412                 see ChangeLog entry 2001-12-11
4413
4414 2001-12-10 [alfons]     0.6.5claws73
4415
4416         * src/matcher.c
4417                 add more control characters
4418         * src/matcher_parser_lex.l
4419                 make escaping / unescaping work again
4420
4421 2001-12-10 [alfons]     0.6.5claws72
4422
4423         * src/imap.c
4424                 clean up warnings "returning value for void function" 
4425         * src/prefs_filtering.c
4426                 make info button for execute action sensitive
4427
4428 2001-12-10 [paul]       0.6.5claws71
4429
4430         * src/compose.c
4431         * src/imap.[ch]
4432         * src/summaryview.c
4433                 fix: imap server now gets informed of MARKED, UNMARKED
4434                 and REPLY events. Now people can use different IMAP-Mail
4435                 clients and have the exact same information about MARKED,
4436                 UNMARKED and REPLY status with all of them. Especially
4437                 useful for imap servers with a web-frontend.
4438                 submitted by Tobias Sandhaas <medlor@web.de>
4439
4440 2001-12-09 [melvin]     0.6.5claws70
4441         
4442         * src/textview.[ch]
4443                 fixed bug #490076 (hunted down by Alfons who implemented
4444                 a workaround in 0.6.5claws65)
4445
4446 2001-12-09 [christoph]  0.6.5claws69
4447
4448         * src/summaryview.c
4449                 set pointer to string in LOCKED column to NULL
4450                 (might fix bug #490800)
4451
4452 2001-12-09 [carsten]    0.6.5claws68
4453
4454         * po/de.po
4455                 resolved some cluttered menu shortcuts 
4456                 ('creating new email' and 'creating news message'
4457                 hade the same)
4458         * src/compose.c
4459                 wmclass now distinc from main window
4460         * src/mainwindow.c
4461           src/mainwindow.h
4462                 email/news and forward button functionality similar
4463                 to the reply buttons; removed the ugly dropdown arrows
4464                 and use instead the right mouse button
4465
4466 2001-12-09 [paul]       0.6.5claws67
4467
4468         * src/imap.c
4469         * src/utils.h
4470                 allow spaces in imap folder names
4471                 submitted by Willem van Engen <wvengen@stack.nl>
4472
4473 2001-12-09 [paul]       0.6.5claws66
4474
4475         * sync with sylpheed 0.6.5cvs24
4476                 see ChangeLog entry 2001-12-09
4477
4478 2001-12-08 [alfons]     0.6.5claws65
4479
4480         * src/textview.c
4481                 prevent secondary selection claim after "add to sender" dialog
4482                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
4483                 we trick GTK by simulating a click at (0, 0) in the textview.
4484
4485 2001-12-08 [hoa]        0.6.5claws64
4486
4487         * src/folder.c
4488                 fixed a bug about the .processing folder name while filtering
4489
4490 2001-12-08 [alfons]     0.6.5claws63
4491
4492         * src/folderview.c 
4493                 work around problem of not correctly updating folder stats
4494                 when deleting messages. there's some folder scanning evil
4495                 going so the folderview_update_msg_num() does not work
4496                 correctly. need to investigate this.
4497
4498 2001-12-08 [paul]       0.6.5claws62
4499
4500         * sync with sylpheed 0.6.5cvs23
4501                 see ChangeLog entry 2001-12-08
4502
4503 2001-12-07 [christoph]  0.6.5claws61
4504
4505         * src/compose.c
4506                 fix another header translation problem
4507
4508 2001-12-07 [alfons]     0.6.5claws60
4509
4510         * src/mbox.c
4511                 make filtering also work on local spool mbox
4512
4513 2001-12-07 [carsten]    0.6.5claws59
4514         * src/addressbook.c
4515                 addressbook window gets a wmclass distinct from the main
4516                 sylpheed window
4517         * src/compose.h
4518         * src/mainwindow.[ch]
4519                   forward menu item will use mode selected in prefs, forward 
4520                 as attatchment in menu removed (will be substituted in the
4521                 toolbar similar to reply buttons)
4522                   create news message menu entry and news button is now 
4523                 sensitive to the existance of a news account
4524         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
4525         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
4526         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
4527                 these are removed because the toolbar buttons don't show
4528                 the quoting modus any longer
4529
4530 2001-12-07 [paul]
4531
4532         * tools/newscache_clean.pl      ** NEW FILE **
4533                 perl script to do some tidying up in the newscache directory 
4534                 
4535         * tools/sylpheed-switcher       ** NEW FILE **
4536                 perl script to enable easy switching between main and claws
4537                 
4538         * tools/README
4539                 added descriptions of the two new perl scripts          
4540
4541
4542 2001-12-07 [melvin]     0.6.5claws58
4543
4544         * src/messageview.c
4545                 fixed a warning during compilation introduced in 0.6.5claws56
4546
4547 2001-12-07 [paul]       0.6.5claws57
4548
4549         * src/mainwindow.[ch]
4550         * src/menu.[ch]
4551                 further usability enhancements to replying with or without 
4552                 quoting via the toolbar, use of Ctrl key is replaced by 
4553                 drop down menu 
4554                 Submitted by Carsten Schurig            
4555
4556 2001-12-07 [melvin]     0.6.5claws56
4557
4558         * src/messageview.c
4559                 hack to fix bug that prevented to make/paste selections
4560                 after switching between MVIEW_TEXT and MVIEW_MIME views
4561                 without deselecting the selection first.
4562
4563 2001-12-06 [alfons]     0.6.5claws55
4564
4565         * src/filtering.[ch]
4566         * src/inc.c
4567                 revise filtering a little bit more, and make sure
4568                 messages are delivered to the appropriate inbox
4569                 (perhaps set per account)
4570
4571 2001-12-06 [paul]       0.6.5claws54
4572
4573         * sync with sylpheed 0.6.5cvs22
4574                 see ChangeLog entry 2001-12-06
4575
4576 2001-12-05 [alfons]     0.6.5claws53
4577
4578         * src/inc.c
4579         * src/folder.[ch]
4580         * src/procmsg.c
4581         * src/filtering.c
4582                 more revisions of filtering system
4583                 (last stable version is marked as LAST_STABLE)
4584                 
4585                 | NOTE 1): the filtering system now uses a local folder called
4586                 | .processing. if filtering fails, check this directory
4587                 | for missing messages.
4588                 |
4589                 | NOTE 2): help us find the filtering actions still missing
4590
4591 2001-12-05 [paul]       0.6.5claws52
4592
4593         * src/mainwindow.c
4594                 fix bug where 'Empty Trash?' pop-up window appears even
4595                 when Trash is empty, submitted by Jesse Skinner         
4596
4597 2001-12-05 [melvin]     0.6.5claws51
4598
4599         * src/compose.c
4600                 fixed bug #486106 to select correct account when reediting 
4601                 a queued message
4602         
4603 2001-12-04 [alfons]     0.6.5claws50
4604
4605         * src/mh.c
4606                 declare markfile in appropriate functions when
4607                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
4608                 for spotting this)
4609
4610 2001-12-04 [paul]       0.6.5claws49
4611
4612         * sync with sylpheed 0.6.5cvs21
4613                 see ChangeLog entry 2001-12-04
4614
4615 2001-12-03 [christoph]  0.6.5claws48
4616
4617         * po/de.po
4618                 changed translation of undo
4619         * src/account.c
4620         * src/folder.c
4621                 don't reinvent the wheel to traverse a GNode
4622         * src/compose.[ch]
4623                 seperate code to create the compose gui into functions
4624                 add "Others" page with folder selection for saving copy
4625                 of the message.
4626                 the folder identifier is saved to queue header
4627         * src/procmsg.c
4628                 save message to folder in queue header
4629
4630 2001-12-03 [paul]       0.6.5claws47
4631
4632         * sync with sylpheed 0.6.5cvs20
4633                 see ChangeLog entry 2001-12-03
4634
4635 2001-12-01 [paul]
4636
4637         * more sync with sylpheed 0.6.5cvs19
4638                 see ChangeLog entry 2001-11-29
4639
4640 2001-11-30 [paul]       0.6.5claws46
4641         
4642         * src/compose.c
4643                 remove conflicts introduced by Hoa's last commit
4644          
4645         * src/mainwindow.c
4646                 make 'Message/Bounce' sensitive
4647
4648 2001-11-30 [hoa]        0.6.5claws45
4649
4650         * src/compose.c
4651                 slightly change bounce function to add
4652                 information about the user that bounced the mail
4653                 in the From header line.
4654
4655         * src/folderview.c
4656                 permit the use of processing in outbox folder.
4657
4658 2001-11-29 [paul]       0.6.5claws44
4659
4660         * src/mainwindow.[ch]
4661         * src/prefs_common.c
4662         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
4663         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
4664         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
4665                 usability enhancements to the quoting, implements
4666                 use of Ctrl key to toggle quoting settings
4667                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
4668
4669 2001-11-29 [paul]       0.6.5claws43
4670         
4671         * sync with sylpheed 0.6.5cvs19
4672                 see ChangeLog entry 2001-11-28
4673
4674 2001-11-29 [melvin]     0.6.5claws42
4675         * src/Makefile.am
4676                 added enriched.[ch] to the list of files
4677
4678         * src/textview.c
4679         * src/mimeview.c
4680         * src/procmime.[ch]
4681         * src/enriched.[ch]
4682                 added support to view text/enriched
4683                 added support to show headers in message view for text/enriched and text/html
4684                         in non multipart messages
4685
4686 2001-11-28 [paul]       0.6.5claws41
4687
4688         * more sync with sylpheed 0.6.5cvs18
4689                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
4690
4691 2001-11-27 [paul]       0.6.5claws40
4692         
4693         * po/pt_BR.po
4694                 updated translation, submitted by Fabio Junior Beneditto
4695                 
4696         * sync with sylpheed 0.6.5cvs18
4697                 see ChangeLog entries 2001-11-26 (src/textview.c) and
4698                 2001-11-27
4699
4700
4701 2001-11-26 [paul]
4702
4703         * po/es.po
4704                 updated translation, submitted by Ricardo Mones Lastra
4705
4706 2001-11-26 [alfons]
4707
4708         * src/matcher.c
4709                 add more translatable strings
4710
4711 2001-11-26 [christoph]  0.6.5claws39
4712
4713         * po/de.po      
4714                 fixed one more umlaut
4715         * src/compose.c
4716                 fix translated header when it should not be translated
4717
4718 2001-11-26 [paul]       0.6.5claws38
4719
4720         * src/mainwindow.c
4721                 remove '/Message/Add Sender to address book' from 
4722                 main_window_set_menu_sensitive(), prevent debug warning
4723                 add 'Message/Mark/Mark all read' to mainwin_entries[]
4724
4725 2001-11-26 [paul]       0.6.5claws37
4726
4727         * src/summaryview.c
4728                 fix 'recurring unread state' bug 
4729
4730         * tools/README 
4731         * tools/filter_conv.pl
4732                 read name of top level mailbox from folderlist.xml
4733                 and presume nothing about its name              
4734
4735 2001-11-26 [darko]      0.6.5claws36
4736
4737         * src/gtkstext.[ch]
4738                 removed functions that are now in gtkutils.c
4739                 use gtkut_text_is_uri_string() from gtkutils.c
4740         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
4741
4742 2001-11-26 [paul]       0.6.5claws35
4743
4744         * sync with sylpheed 0.6.5cvs16
4745                 see ChangeLog entries 2001-11-25 and 2001-11-26
4746
4747 2001-11-25 [alfons]     0.6.5claws34
4748
4749         EXPERIMENTAL!!! Please checkout the last stable version using: 
4750           
4751         % cvs update -r LAST_STABLE -dRAP
4752
4753         (Or help us testing this stuff.)
4754
4755         * src/filtering.c               (1.14)
4756         * src/filtering.h               (1.6)
4757         * src/inc.c                     (1.28)
4758         * src/matcher.c                 (1.20)
4759         * src/mbox.c                    (1.9)
4760         * src/procmsg.h                 (1.14)
4761         * src/summaryview.c             (1.59)
4762         * src/summaryview.h             (dunno)
4763                 revert/merge/sync to as it was before commit 
4764                 on Thu, 19 Jul 2001 10:15:51 -0700.
4765
4766 2001-11-25 [hoa]        0.6.5claws33
4767
4768         * src/main.c
4769                 processing mails at startup
4770
4771         * src/folderview.c
4772         * src/summaryview.[ch]
4773                 processing mails when entering folder
4774
4775         * src/prefs_filtering.c
4776                 fixed some UI bugs
4777
4778 2001-11-24 [alfons]     0.6.5claws32
4779
4780         * src/summaryview.[ch]
4781                 make summary sort headers work, and also make
4782                 sure the sort type is stored
4783
4784 2001-11-23 [alfons]     0.6.5claws31
4785
4786         * src/summaryview.[ch]
4787                 make lock work like mark
4788                 disallow deleting messages marked as locked
4789
4790 2001-11-23 [alfons]     0.6.5claws30
4791
4792         * src/gtkstext.c
4793         * src/compose.[ch]
4794         * src/Makefile.am
4795         * src/undo.[ch]
4796                 merge undo patch submitted by Jens
4797
4798 2001-11-23 [christoph]  0.6.5claws29
4799
4800         * src/.cvsignore
4801                 added ylwrap
4802         * src/compose.c
4803                 fixed gpg signing and encoding
4804         * src/folder.[ch]
4805         * src/main.c
4806                 added --status option to get new, unread and total
4807                 message count from a running sylpheed
4808         * src/prefs_common.c
4809                 temporary fix for reply_with_quote problem
4810                 (don't call functions for non existing widget)
4811         * src/procmsg.c
4812                 one more check for ignored threads but still not
4813                 always working correctly. probably a recursive
4814                 check for all parents is needed
4815
4816 2001-11-23 [darko]      0.6.5claws28
4817
4818         * src/compose.c
4819                 wrapping on send improvements
4820         * src/gtkutils.[ch]
4821                 fix for GtkSText after last sync with main branch
4822                 GTK_TEXT -> GTK_STEXT
4823
4824 2001-11-23 [paul]       0.6.5claws27
4825
4826         * sync with sylpheed 0.6.5cvs14
4827                 see ChangeLog entries 2001-11-22 and 2001-11-23
4828                 
4829         * po/de.po
4830                 fixed the scrambled umlauts 
4831                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
4832
4833 2001-11-21 [paul]       0.6.5claws26
4834
4835         * sync with sylpheed 0.6.5cvs12
4836                 see 2nd ChangeLog entry dated 2001-11-20
4837
4838 2001-11-20 [paul]       0.6.5claws25
4839
4840         * sync with sylpheed 0.6.5cvs11
4841                 see ChangeLog entry 2001-11-19 (src/utils.c)
4842
4843 2001-11-20 [hiro]
4844
4845         * src/compose.c
4846                 GTK_TEXT -> GTK_STEXT
4847                 fix for wrong comment
4848
4849 2001-11-20 [hiro]       0.6.5claws24
4850
4851         * src/compose.[ch]
4852                 more merges from main branch
4853                 removed fatal warnings (uninitialized variables etc.)
4854                 some coding style fix
4855         * src/gtkutils.h
4856                 fixed typo.
4857         * src/addressbook.c
4858           src/addrindex.c
4859                 V-Card -> vCard
4860
4861 2001-11-19 [hoa]        0.6.5claws23
4862
4863         * src/filtering.c
4864         * src/prefs_scoring.c
4865         * src/matcher.[ch]
4866         * src/scoring.c
4867                 cleaning code
4868
4869         * src/matcher_parser_parse.y
4870         * src/prefs_filtering.c
4871                 bouncing
4872
4873 2001-11-19 [alfons]     0.6.5claws22
4874
4875         more of my old things into claws
4876
4877         * src/Makefile.am
4878         * src/prefs_common.c
4879         * src/procmsg.h
4880         * src/summaryview.[ch]
4881         * src/prefs_summary_column.c
4882         * src/pixmaps/locked.xpm
4883                 add indicators for locking of message in summary view
4884                 (does not work yet, only visual indicator)
4885
4886 2001-11-19 [paul]       0.6.5claws21
4887
4888         * sync with sylpheed 0.6.5cvs10
4889                 see ChangeLog entry 2001-11-19
4890
4891 2001-11-18 [alfons]     0.6.5claws20
4892         
4893         * src/filtering.c
4894                 remove an inadvertent free I forgot in previous clean up 
4895
4896 2001-11-18 [alfons]     0.6.5claws19
4897
4898         * src/filtering.[ch]
4899                 clean up & plug leaks
4900
4901 2001-11-18 [paul]       0.6.5claws18
4902
4903         * sync with sylpheed 0.6.5cvs9
4904                 see ChangeLog entries 2001-11-17 and 2001-11-18
4905
4906 2001-11-16 [paul]       0.6.5claws17
4907
4908         * sync with sylpheed 0.6.5cvs8
4909                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
4910
4911 2001-11-16 [paul]       0.6.5claws16
4912
4913         * sync with sylpheed 0.6.5cvs7
4914                 see ChangeLog entries 2001-11-15 and 2001-11-16
4915
4916 2001-11-15 [hoa]        0.6.5claws15
4917
4918         * src/compose.c
4919                 fix bounce, mails we received couln't be bounced to ourself.
4920
4921         * src/defs.h
4922         * src/filtering.[ch]
4923         * src/matcher.[ch]
4924         * src/matcher_parser.h
4925         * src/matcher_parser_lex.l
4926         * src/matcher_parser_parse.y
4927         * src/inc.c
4928         * src/main.c
4929         * src/mbox.c
4930         * src/prefs_filtering.[ch]
4931         * src/mainwindow.c
4932         * src/prefs_matcher.c
4933         * src/prefs_scoring.c
4934         * src/scoring.[ch]
4935         * src/summaryview.c
4936                 new matcher/filter/score configuration file parser
4937                 one unique configuration file => ~/.sylpheed/matcherrc
4938                 import in currently automatic, then save are made
4939                 in this new file.
4940                 one filter per folder and one global filter
4941                 (filter of a folder will be used as folder processing)
4942
4943         * src/folder.c
4944                 fix a bug in folder_item_get_identifier
4945                 
4946         * src/messageview.c
4947                 receive receipt return are fixed.
4948
4949 2001-11-14 [alfons]     0.6.5claws14
4950
4951         * src/session.h
4952                 add things from main branch to make claws compile
4953
4954 2001-11-14 [paul]       0.6.5claws13
4955
4956         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
4957                 see ChangeLog entries 2001-11-08 to 2001-11-14
4958
4959 2001-11-14 [hoa] 0.6.5claws12
4960
4961         * src/compose.[ch]
4962         * src/mainwindow.c
4963         * src/summaryview.c
4964                 add "bounce mail" option
4965
4966 2001-11-13 [christoph]  0.6.5claws11
4967
4968         * src/compose.c
4969                 Cleanup a mess i add before commiting
4970
4971 2001-11-13 [hoa]        0.6.5claws10
4972
4973         * src/compose.c
4974                 some fixes when mail are sent or
4975                 for crossposts
4976
4977 2001-11-13 [christoph]  0.6.5claws9
4978
4979         * po/de.po
4980                 Changed two string with the same translation
4981         * src/compose.c
4982         * src/procmsg.[ch]
4983         * src/send.[ch]
4984                 New mailsending process:
4985                   - Always queue message before sending
4986                     (message will be saved if sylpheed crashed or
4987                      freezes while sending)
4988                   - Allow queuing of newspostings
4989                   - No copy in outbox before sending
4990                     (closes bug #469501)
4991                   - No more redundant code for send and send_later
4992         * src/summaryview.c
4993                 Applied wwp <subscript@free.fr>'s patch that fixes
4994                 marks for multiple forwarded messages (+compose.c)
4995
4996 2001-11-12 [alfons]
4997
4998         * README.claws
4999                 remove things that are now in main branch
5000         
5001         * po/nl.po
5002                 update Dutch translation
5003
5004 2001-11-12 [mhadasht]   0.6.5.claws8
5005
5006         * src/prefs_common.c
5007                 re-enabled account autoselection feature for forward
5008                 and reedit lost during the branch point for SYNC-B4-REL
5009         * src/gtkspell.c
5010                 gtkpspell_get_dict(): more readable code (even if function is
5011                 not used yet)
5012         * ChangeLog.claws
5013                 added version number info to 2001-11-12 [hiro] comment.
5014
5015 2001-11-12 [hiro]       0.6.5.claws7
5016
5017         * src/compose.c
5018                 compose_forward(): fixed a bug that forward quote mark
5019                 wasn't used.
5020                 removed unnecessary code.
5021         * src/template_select.[ch]: removed.
5022
5023 2001-11-11 [alfons]
5024
5025         * src/compose.c
5026                 :%s/GTK_TEXT/GTK_STEXT/g
5027         
5028         * src/compose.[ch]
5029         * src/undo.[ch]
5030         * src/Makefile.am
5031                 revert the undo stuff (this is 0.6.6claws stuff)
5032
5033 2001-11-11 [hoa]        0.6.5.claws6
5034
5035         * src/compose.[ch]
5036                 Insert signature at the end of the text.
5037                 Added undo patch but currently disabled
5038
5039         * src/procmsg.c
5040                 Threading by subject improved.
5041
5042         * added src/undo.[ch]
5043                 Undo module for compose dialog box.
5044
5045 2001-11-11 [alfons]     0.6.5.claws5
5046
5047         * src/procmsg.c
5048                 prevent threading by subject on nodes that have already been
5049                 threaded by in-reply-to (as in "circular references in a tree
5050                 result in a dead branch")
5051
5052 2001-11-09 [hoa]        0.6.5.claws4
5053         
5054         * src/folderview.c
5055                 allows creation of mbox folder item from any files.
5056
5057 2001-11-09 [alfons]     0.6.5.claws3
5058         
5059         * src/utils.c
5060         * src/procmsg.c
5061                 do what I mean and correct threading by subject so it really
5062                 ignores attracting lines without "Re: "
5063
5064 2001-11-07 [alfons]     0.6.5.claws2
5065
5066         * src/procmsg.c
5067         * src/utils.[ch]
5068                 only attract by subject if a subject line starts with a "Re: "
5069         * src/syldap.c
5070                 remove warning
5071
5072 2001-11-07 [paul]       0.6.5claws1
5073
5074         * sync with sylpheed 0.6.5. release
5075                 see ChangeLog entry 2001-11-07
5076
5077 2001-11-07 [paul]       0.6.4claws31
5078
5079         * sync with sylpheed 0.6.4cvs18
5080                 see ChangeLog entries 2001-10-30 to 2001-11-07
5081                 prefs_templates.[ch] renamed prefs_template.[ch]
5082
5083 2001-11-06 [alfons]
5084         
5085         * src/utils.h
5086                 add semicolon Hoa forgot ;-)
5087                 
5088
5089 2001-11-06 [hoa]        0.6.4claws30
5090         
5091         * src/procmsg.c
5092         * src/summaryview.c
5093         * src/utils.c
5094         * src/utils.h
5095                 threading by subject - empty subject are ignored
5096
5097 2001-11-06 [christoph]  0.6.4claws29
5098
5099         * src/socket.c
5100                 use SSL_peek for sock_gets
5101         * src/utils.c
5102                 removed unneeded pointer in extracting quoted
5103                 names implementation
5104
5105 2001-11-06 [melvin]     0.6.4claws28
5106
5107         * src/gtkspell.c
5108                 fixed bug #476792 Selection overtyping with spell checker
5109                 fixed bug which could cause a buffer overflow
5110                 fixed a memory leak
5111
5112 2001-11-06 [hoa]        0.6.4claws27
5113         
5114         * src/procmsg.c
5115         * src/summaryview.c
5116                 threading by subject
5117
5118 2001-11-05 [alfons]     0.6.4claws26
5119         
5120         * README.claws
5121                 Claws -> Sylpheed (vice versa)
5122
5123         * src/compose.c
5124                 :%s/gtk_text/gtk_stext/g
5125                 :%s/GTK_TEXT/GTK_STEXT/g
5126                 (thanks to Jonathan Ware for spotting this)
5127
5128 2001-11-04 [christoph]  0.6.4claws25
5129
5130         * src/summaryview.c
5131                 replace Xalloca + strdup with Xstrdup_a
5132         * src/utils.c
5133                 better implementation of extracting quoted names
5134                 from addresses (remove backlashes and ignore
5135                 quotes after them)
5136
5137 2001-11-04 [alfons]     0.6.4claws24
5138
5139         * src/utils.[ch]
5140                 edit to comply more with coding style
5141
5142         * src/textview.c
5143                 fix bug reported by Kim Schulz. introduced by the patch integrated
5144                 in 0.6.4claws15. the code did not check the return value of
5145                 the html parser.
5146
5147         * AUTHORS
5148                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
5149
5150 2001-11-04 [christoph]  0.6.4claws23
5151
5152         * src/main.c
5153         * src/prefs_common.[ch]
5154                 init some pointers that possibly caused a segfault
5155                 reported in the claws-users ML
5156
5157 2001-11-04 [hoa]        0.6.4claws22
5158
5159         * src/grouplistdialog.c
5160                 change the names of the nodes in the tree
5161
5162         * src/compose.c
5163                 enhanced mailto syntax as described in
5164                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
5165                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
5166
5167         * src/utils.c
5168                 encode and decode URI (useful when opening URL into
5169                 netscape).
5170
5171 2001-11-03 [hoa]        0.6.4claws21
5172
5173         * src/grouplistdialog.c
5174                 a new newsgroups list selection dialog box
5175                 with a CTree instead of a CList
5176
5177 2001-11-03 [hoa]        0.6.4claws20
5178
5179         * src/folderview.c
5180                 enable property and scoring options when right
5181                 click on "inbox"
5182
5183         * src/summaryview.c
5184                 fixed bug when nickname were displayed using
5185                 the address book.
5186
5187 2001-11-02 [darko]      0.6.4claws19
5188
5189         * src/compose.c
5190                 new wrap quotation and URL/long words wrapping implementation
5191         * src/compose.c src/gtkstext.[ch]
5192                 move gtkstext_strncmp() to gtkstext.c
5193
5194 2001-11-01 [christoph]  0.6.4claws18
5195
5196         * src/prefs_account.c
5197                 fixed mess in account settings dialog
5198         * src/prefs_folder_item.c
5199                 added label with folder path to dialog
5200
5201 2001-10-31 [match]      0.6.4claws17
5202
5203         * src/vcard.c
5204                 fix memory leak.
5205         * src/addrbook.c
5206                 fix generation of spurious address book file names.
5207                 remove redundant functions.
5208         * po/POTFILES.in
5209                 added missing file names.
5210
5211 2001-10-30 [paul]       0.6.4claws16
5212
5213         * sync with sylpheed 0.6.4cvs6
5214                 see ChangeLog entries 2001-10-26 to 2001-10-30
5215
5216         * tools/filter_conv.pl
5217                 read folderlist.xml to discover whether the top-level
5218                 folder is called 'Mailbox' or 'Mail' 
5219
5220 2001-10-29 [paul]       0.6.4claws15
5221
5222         * src/html.c, src/textview.c
5223                 activate links in html mail and fix clickable parts
5224                 Submitted by Matthieu Dazy <dazy@t-surf.com>
5225
5226 2001-10-29 [paul]
5227
5228         * po/de.po, po/es.po, po/pt_BR/po
5229                 updated translations, submitted by Jens Oberender,
5230                 Ricardo Mones Lastra, and Fabio Junior Beneditto
5231
5232 2001-10-29 [darko]      0.6.4claws14
5233
5234         * src/compose.c
5235                 fix wrapping for good
5236
5237 2001-10-29 [darko]
5238
5239         * src/compose.c
5240                 undo previous change as it broke the smart wrapping
5241
5242 2001-10-29 [darko]      0.6.4claws13
5243
5244         * src/compose.c
5245                 fix infinite loop when long URL is quoted
5246                 (closes bug #475122.
5247
5248 2001-10-28 [match]
5249
5250         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
5251                 import Mutt address book
5252         * src/ldif.[ch] src/importldif.h
5253                 modified import LDIF handle user attributes
5254
5255 2001-10-28 [christoph]  0.6.4claws12
5256
5257         * src/summaryview.c
5258                 fixed that filtering did not work if there
5259                 were no filter rules
5260                 (closes bug #472003 and better implementation
5261                  of patch #474644)
5262
5263 2001-10-27 [christoph]  0.6.4claws11
5264
5265         * src/compose.c
5266                 make the folder's default account to be used when
5267                 replying. (patch by wwp <subscript@free.fr>)
5268         * src/compose.c
5269                 code cleanup, nearly killed all of wwp's patch
5270                 for folder's default account in compose
5271         * src/folderview.c
5272                 error panel when a folder could not be created
5273                 (closes bug #471080 new folder name & already
5274                  existing file)
5275
5276 2001-10-26 [alfons]
5277
5278         * src/utils.h
5279                 change prototype of strstr2() that Christoph forgot about
5280
5281 2001-10-26 [christoph]  0.6.4claws10
5282
5283         * src/account.c
5284                 made search for accounts by email address not case
5285                 sensitive
5286         * src/folder.c
5287                 fixed memory leak in folder_item_get_identifier
5288         * src/gtkspell.c
5289         * src/utils.c
5290                 fixed wrong strstr2 (should work like strstr)
5291
5292 2001-10-26 [darko]      0.6.4claws9
5293
5294         * src/compose.c src/gtkstext.[ch]
5295         * src/gtkstext.c
5296                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
5297
5298 2001-10-26 [paul]       0.6.4claws8
5299
5300         * src/html.c
5301                 ignore css and javascript tags in html mail
5302                 case-insensitive, with or without double-quoted
5303                 strings
5304
5305 2001-10-26 [paul]       0.6.4claws7
5306
5307         * sync with sylpheed 0.6.4cvs1
5308                 see ChangeLog entry 2001-10-26
5309
5310         * src/prefs_account.c, src/prefs_common.c,
5311           src/prefs_summary_column.c
5312                 minor improvements to the English
5313
5314 2001-10-25 [alfons]     0.6.4claws6
5315
5316         * src/gtkstext.c
5317         
5318                 make GtkSText follow style of GtkText (closes bug 
5319                 #469211 "text selection while writing message")
5320                 
5321                 do sync with GTK 1.2.10
5322
5323 2001-10-25 [paul]       0.6.4claws5
5324
5325         * src/html.c
5326                 ignore css tags in html mail
5327
5328 2001-10-25 [darko]      0.6.4claws4
5329
5330         * src/compose.c
5331                 don't declare is_url_string as static function since
5332                 we need it in gtkstext.c
5333         * src/gtkstext.c
5334                 remove unused variable
5335                 don't wrap long URLs while composing a message
5336
5337 2001-10-24 [christoph]  0.6.4claws3
5338
5339         * src/socket.c
5340                 fix ssl deadlock, when peer closes connection
5341
5342 2001-10-24 [paul]       0.6.4claws2
5343
5344         * src/prefs_common.c
5345                 gettextize the gpg ascii-armored warning message
5346
5347         * src/compose.c
5348                 insert a DOS/MAC file into the composed message
5349                 (improvements)
5350
5351         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
5352
5353 2001-10-22 [paul]       0.6.4claws1
5354
5355         * sync with sylpheed 0.6.4 release
5356                 see ChangeLog entries 2001-10-21
5357
5358         * po/fr.po, po/pt_BR.po
5359                 updated by Melvin Hadasht and Fabio Junior Beneditto
5360
5361 2001-10-21 [paul]       0.6.3claws30
5362
5363         * src/compose.c
5364                 insert a DOS text file from the compose window
5365                 into the composed message text (removes CRs characters)
5366                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
5367
5368         * tools/filter_conv.pl, tools/README
5369                 automatically use ~/.sylpheed as working directory
5370                 print out confirmation message on completion
5371
5372         * correct Hoa's last ChangeLog.claws entry
5373
5374 2001-10-20 [hoa]        0.6.3claws29
5375
5376         * src/grouplistdialog.c
5377                 bugfix (another ?) to give the right
5378                 newsgroups list for each news server.
5379
5380         * src/news.c
5381         * src/news.h
5382                 improve the newsgroups list cache
5383
5384 2001-10-20 [paul]       0.6.3claws28
5385
5386         * sync with sylpheed 0.6.3cvs9
5387                 see ChangeLog entry 2001-10-19
5388
5389         * correct Alfons' last ChangeLog.claws entry
5390
5391 2001-10-19 [alfons]
5392
5393         * src/pgptext.[ch]
5394                 fix compilation problems (part of bug #472895)
5395
5396 2001-10-18 [hoa]        0.6.3claws27
5397
5398         * src/grouplistdialog.c
5399                 bugfix when we refresh was clicked (bug 472701)
5400
5401 2001-10-19 [christoph]  0.6.3claws26
5402
5403         * src/compose.c
5404                 last header entry should default to "To:" or
5405                 "Newsgroups:" and not copy the last entry line
5406                 in a new compose window
5407                 (closes bug #472686, #470792)
5408
5409 2001-10-19 [paul]       0.6.3claws25
5410
5411         * sync with Sylpheed 0.6.3cvs8
5412                 see ChangeLog entries 2001-10-18 and 2001-10-19
5413
5414 2001-10-18 [christoph]  0.6.3claws24
5415
5416         * src/procmsg.c
5417                 reimplement ignore thread
5418         
5419 2001-10-18 [hoa]        0.6.3claws23
5420
5421         * src/folderview.c
5422         * src/grouplistdialog.[ch]
5423                 enhanced news subscription interface (feature 469113)
5424
5425         * src/news.c
5426         * src/news.h
5427                 enchanced newsgroup listing,
5428                 now, we can get groups informations
5429                 (NNTPGroupInfo)
5430
5431 2001-10-18 [paul]       0.6.3claws22
5432
5433         * src/summaryview.c
5434                 remove comment (sync with main branch)
5435         * src/mainwindow.c
5436                 fix 'Re-edit' bug in 'Message' menu
5437
5438 2001-10-17 [christoph]  0.6.3claws21
5439
5440         * src/compose.c
5441                 ignore empty or whitespace only header lines
5442
5443 2001-10-17 [paul]       0.6.3claws20
5444
5445         * sync with sylpheed 0.6.3cvs7
5446                 see ChangeLog entries 2001-10-14, 2001-10-16, and
5447                 2001-10-17
5448
5449 2001-10-17 [darko]
5450
5451         * src/compose.c
5452                 wrap long lines without spaces
5453                 don't wrap URLs
5454
5455 2001-10-16 [paul]
5456
5457         * po/es.po, po/nl.po, po/pt_BR.po
5458                 updated by Ricardo Mones Lastra, Alfons,
5459                 and Fabio Junior Beneditto
5460
5461         * sylpheed-0.6.3claws released
5462
5463 2001-10-15 [melvin] 0.6.3claws18
5464
5465         * README.claws
5466                 added summary and detailed installation instructions
5467                 for spell checker
5468         * po/fr.po
5469                 Updated, corrected and completed french translation
5470
5471 2001-10-15 [hoa] 0.6.3claws17
5472         * src/grouplistdialog.c
5473                 we can choose the newsgroups to display with wildcards
5474
5475 2001-10-15 [christoph]  0.6.3claws16
5476
5477         * src/account.c
5478         * src/compose.c
5479         * src/prefs_folder_item.[ch]
5480                 applied wwp <subscript@free.fr>'s folder
5481                 default account patch
5482         * po/de.po
5483                 Fixed wrong translation
5484
5485 2001-10-13 [alfons, christoph, melvin]  
5486                         0.6.3claws15
5487
5488         solution #2 to solve MT-safety problems defers all GUI related calls
5489         to the main thread using a gtk_idle_add() callback. discussed on
5490         ircnet #sylpheed, with christoph spotting some issues with the
5491         original code, and melvin allowing us to lobotomize his sylpheed.
5492
5493         * src/syldap.[ch], src/main.c
5494                 fix race problem in ldap search thread by deferring GUI 
5495                 stuff to main thread using gtk_idle_add()
5496
5497 2001-10-13 [paul]       0.6.3claws14
5498
5499         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
5500                 add Sergey's smtpcred.patch
5501                 adds separate username/password setting for SMTP Auth
5502                 needed by some servers
5503                 (closes feature request #471659)
5504
5505 2001-10-13 [paul]       0.6.3claws13
5506
5507         * src/pgptext.[ch] **NEW FILES**
5508         * src/Makefile.am, src/messageview.c, src/mimeview.c
5509                 decrypt ascii-armored gpg text embedded in
5510                 the message body.
5511                 Submitted by Jens Jahnke <jan0sch@gmx.net>
5512
5513 2001-10-13 [christoph]  0.6.3claws12
5514
5515         * README.claws
5516                 some more details on default to and
5517                 feature requests
5518         * src/main.c
5519                 init glib threading when ldap is used
5520         * src/syldap.c
5521                 threading fixes
5522         * po/de.po
5523                 fixed a typo
5524
5525 2001-10-12 [paul]       0.6.3claws11
5526
5527         * src/prefs_common.[ch], src/rfc2015.c
5528                 enable ascii-armored gpg text to be embedded in the
5529                 message body, selectable through the 'Privacy'
5530                 preferences. Supports encrypting only.
5531                 Submitted by Ravemax <ravemax@dextrose.com>
5532
5533 2001-10-12 [paul]       0.6.3claws10
5534
5535         * sync with sylpheed 0.6.3cvs6
5536                 see ChangeLog entries 2001-10-11 and 2001-11-12
5537
5538         * src/folderview.c
5539                 incorporated mbox folders, scoring, and folder
5540                 properties into the sync
5541
5542 2001-10-12 [darko]      0.6.3claws9
5543
5544         * README.claws
5545                 describe quotation wrapping
5546         * src/compose.c
5547                 don't treat tab as space to calculate line length properly
5548
5549 2001-10-11 [alfons]
5550
5551         * README.claws
5552                 correct description of how to make new filtering system work,
5553                 add some other things
5554                 
5555         * src/syldap.c
5556                 remove sched_yield() (not necessary / unportable)
5557
5558 2001-10-11 [paul]       0.6.3claws8
5559
5560         * sync with sylpheed 0.6.3cvs3
5561                 see ChangeLog entry 2001-10-10
5562
5563 2001-10-10 [christoph]  0.6.3claws7
5564
5565         * .cvsignore
5566                 ignore 2 files created by newer autotools
5567         * src/prefs_folder_item.c
5568                 using table for widget alignment
5569                 fixed memory leak and broken octal display
5570         * src/filesel.c
5571                 fixed segfault caused by lost filename
5572                 workaround (closes bug #469551)
5573
5574 2001-10-10 [paul]       0.6.3claws6
5575
5576         * sync with sylpheed 0.6.3cvs2
5577                 see ChangeLog entries 2001-10-09 and 2001-10-10
5578
5579 2001-10-10 [darko]      0.6.3.claws5
5580
5581         * src/gtkstext.c
5582                 proper calculation of right margin if smart wrapping is enabled
5583         * src/compose.c
5584                 automatically wrap long lines if wrap quotation is enabled
5585
5586 2001-10-09 [alfons]     0.6.3.claws4
5587
5588         * src/summaryview.c
5589                 select correct row when deleting last row in the summary view (and
5590                 close bug "[ #469104 ] select second last in list when deleting")
5591
5592 2001-10-09 [paul]       0.6.3claws3
5593
5594         * sync with sylpheed 0.6.3cvs1
5595                 updated some autotool scripts
5596
5597 2001-10-09 [darko]      0.6.3claws2
5598
5599         * src/gtkstext.[ch]
5600                 new name and mark with Sylpheed comment
5601         * src/compose.c
5602                 smart quotation wrapping a-la VIM
5603
5604 2001-10-08 [paul]       0.6.3claws1
5605
5606         * sync with sylpheed 0.6.3 release
5607                 see ChangeLog entry 2001-10-08
5608
5609 2001-10-08 [paul]       0.6.2claws24
5610
5611         * src/summaryview.c
5612                 more sync with sylpheed 0.6.2cvs12
5613                 Fixed the bug that didn't select the last row correctly
5614
5615
5616 2001-10-07 [paul]       0.6.2claws23
5617
5618         * sync with sylpheed 0.6.2cvs12
5619                 see ChangeLog entry 2001-10-07
5620
5621 2001-10-06 [match]
5622         * src/jpilot.[ch]
5623                 enable jpilot to read unsynch'ed addresses.
5624
5625         * src/editldap_basedn.c
5626                 fix segfault when opening dialog.
5627
5628 2001-10-06 [alfons]     0.6.2.claws22
5629
5630         * src/summaryview.c
5631                 fix bug with summary view selecting last *inserted*
5632                 node instead of last *visible* node. remember we
5633                 work with a tree
5634
5635 2001-10-06 [paul]       0.6.2claws21
5636
5637         * po/pt_BR.po
5638                 updated translation, contains some fixes and new
5639                 translations, submitted by Gustavo Noronha Silva
5640                 <kov@debian.org>
5641
5642         * src/prefs_common.c
5643                 change 'each' to 'every' - fix dubious English
5644
5645         * sync with sylpheed 0.6.2cvs11
5646
5647 2001-10-05 [alfons]     0.6.2claws20
5648
5649         * src/mainwindow.[ch], src/folderview.c
5650                 make composite tool button switch between "Compose News"
5651                 and "Compose Mail" depending on selected folder
5652                 (nifty idea by Kim Schulz <kim@schulz.dk>)
5653
5654 2001-10-05 [paul]       0.6.2claws19
5655
5656         * src/mainwindow.c, src/summaryview.c
5657                 fix 'Message/Reply to all', broken in last commit
5658
5659         * src/compose.c
5660                 fix X_BEENTHERE seg fault, thanks to Alfons
5661
5662 2001-10-04 [paul]       0.6.2claws18
5663
5664         * src/compose.[ch], src/mainwindow.c
5665                 make "Message/Reply" reply to mailing lists; matches
5666                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
5667                 based on portions of the patch submitted by
5668                 Junichi Uekawa <dancer@netfort.gr.jp>
5669
5670 2001-10-04 [darko]      0.6.2claws17
5671
5672         * src/compose.c
5673                 better smart wrapping
5674         * src/gtkstext.[hc]
5675                 a function to make text buffer contiguous
5676
5677 2001-10-03 [paul]       0.6.2claws16
5678
5679         * sync with sylpheed 0.6.2cvs10
5680
5681 2001-10-02 [alfons]
5682
5683         * configure.in
5684         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
5685                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
5686                 references to chinese translations (hope someone picks up
5687                 this)
5688
5689 2001-10-02 [christoph]  0.6.2claws15
5690
5691         * src/compose.c
5692                 fixed non translated header bug
5693         * ChangeLog.claws
5694                 fixed wrong date in alfons last entry ;)
5695
5696 2001-10-02 [alfons]     0.6.2claws14
5697
5698         * src/compose.c, src/prefs_common.[ch]
5699                 add block cursor option
5700
5701 2001-10-02 [paul]       0.6.2claws13
5702
5703         * sync with sylpheed 0.6.2cvs9
5704
5705 2001-09-30 [paul]       0.6.2claws12
5706
5707         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
5708                 updated translations
5709
5710         * po/POTFILES.in
5711                 add 'src/importldif.c'
5712
5713         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
5714                 added eudora-to-vCard conversion tool
5715                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
5716
5717         * sync with sylpheed 0.6.2cvs8
5718
5719 2001-09-30 [paul]
5720
5721         * sylpheed-0.6.2claws released
5722
5723 2001-09-27 [melvin]     0.6.2claws11
5724
5725         * src/gtkspell.c
5726                 fixed crash when using default path (introduced 
5727                 in 0.6.2claws10)
5728                 fixed tiny bug for initial suggestion mode
5729
5730 2001-09-27 [melvin]     0.6.2claws10
5731         
5732         * src/gtkspell.c
5733                 fixed bug where gtkpspell didn't set the path correctly
5734
5735         * README.claws
5736                 added a paragraph about spell checking
5737                 
5738
5739
5740 2001-09-27 [paul]       0.6.2claws9
5741
5742         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
5743                 replace '// comments' with '/* comments */' to prevent
5744                 some compiler warnings 
5745
5746         * sync with sylpheed 0.6.2cvs6
5747
5748 2001-09-26 [alfons]     0.6.2claws8
5749
5750         * src/messageview.c
5751                 introduce return receipt request notification again,
5752                 which was lost because of other semantics in 
5753                 procheader_parse() (???)
5754
5755 2001-09-26 [christoph]  0.6.2claws7
5756
5757         * src/compose.c
5758                 replace comments for old code with #if 0
5759                 readded auto cc, bcc and reply-to
5760         * src/prefs_matcher.c
5761         * src/prefs_scoring.c
5762                 removed some definition (was moved to
5763                 prefs.h)
5764
5765 2001-09-26 [paul]       0.6.2claws6
5766
5767         * src/mainwindow.c
5768                 make 'Follow-up and reply to' sensitive
5769
5770         * more sync with sylpheed 0.6.2cvs5
5771
5772 2001-09-25 [melvin]
5773
5774         * 0.6.2claws5
5775
5776         * src/gtkspell.c
5777                 fixed bug for "US-ASCII" introduced by the encoding code
5778
5779 2001-09-25 [paul]
5780
5781         * 0.6.2claws4
5782
5783         * src/prefs_common.[ch], src/summaryview.c
5784                 'next unread msg' 'go to next folder?' dialog can be
5785                 given default behaviour, either always show dialog,
5786                 or assume 'yes', or assume 'no'
5787                 Submitted by wwp <subscript@free.fr>
5788
5789 2001-09-25 [melvin]
5790                 
5791         * src/compose.c src/gtkspell.[ch]
5792                 added support for different encodings
5793
5794 2001-09-25 [paul]
5795
5796         * more sync with sylpheed 0.6.2cvs5
5797
5798 2001-09-24 [alfons]
5799         
5800         * src/prefs_folder_item.c
5801                 add check for item->prefs->default_to string is NULL and
5802                 add another check when freeing this string
5803
5804 2001-09-24 [paul]
5805
5806         * configure.in
5807                 change to version 0.6.2claws3
5808
5809         * sync with sylpheed 0.6.2cvs5 
5810
5811 2001-09-24 [match]
5812         * src/ldif.[ch], src/importldif.[ch], addressbook.c
5813                 import LDIF files.
5814         * src/addrcache.[ch], addrindex.[ch]
5815                 small update for future
5816         * src/addrbook.c
5817                 fix test XML file.
5818
5819 2001-09-24 [melvin]
5820         * src/gtkspell.[ch]
5821                 added 'Learn from mistakes' option
5822                 better handling of quotes in checked words
5823                 sorted dict list
5824         * po/fr.po
5825                 small update for spell checking stuff
5826
5827 2001-09-23 [alfons]
5828         
5829         * src/gtkspell.c
5830                 edit a little bit so it complies more with main coding style
5831
5832 2001-09-23 [alfons]
5833
5834         * src/folder.[ch], prefs_folder_item.c, compose.c
5835                 migrate "request return receipt" folder property
5836                 to folderlist.xml
5837
5838 2001-09-22 [alfons]
5839
5840         * README.claws **NEW**
5841                 (add things of interest for users of main branch 
5842                 and claws here)
5843
5844         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
5845                 re-implement threading per folder option, but store 
5846                 the setting in folderlist.xml (where it belongs)
5847
5848 2001-09-21 [melvin]
5849
5850         * src/gtkspell.[ch]
5851                 fixed bug when compose window is under another window
5852         * src/prefs_common.[ch] src/compose.c
5853                 changed 'dictionary_path' to 'dictionary' to be consistent
5854                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
5855         * ac/pspell.m4 src/Makefile.am 
5856                 dropped PSPELL_PATH macro
5857         * po/fr.po
5858                 updated translations
5859
5860 2001-09-21 [christoph]
5861
5862         * src/compose.c
5863                 added border around header fields
5864                 keep header type when new field is added
5865
5866 2001-09-20 [christoph]
5867
5868         * src/utils.[ch]
5869                 more portable debug_print with source filename
5870                 and linenumber
5871         * src/procmsg.c
5872                 more newlines after debug messages
5873
5874 2001-09-20 [paul]
5875
5876         * configure.in
5877                 change to version 0.6.2claws2
5878
5879         * sync with sylpheed 0.6.2cvs3
5880
5881 2001-09-19 [melvin]
5882
5883         * src/gtkspell.c
5884                 fixed the post-right-click focus pb
5885                 fixed crash when 'Spell check all' after dict change 
5886                         and when cursor is at the end of the text
5887                 shift-right-click pops up config menu even on misspelled words.
5888         * po/POTFILES.in
5889                 added gtkspell.c
5890
5891 2001-09-19 [melvin]
5892
5893         * src/about.c
5894                 added pspell to compiled-in features list
5895
5896 2001-09-18 [melvin]
5897
5898         * switched to pspell and dropped ispell
5899         * ac/pspell.m4
5900                 new file. autoconf macro for pspell
5901         * ac/Makefile.am 
5902         * configure.in acconfig.h
5903                 added pspell support
5904         * src/Makefile.am
5905         * src/main.c src/compose.[ch] src/gtkspell.[ch]
5906         * src/prefs_common.[ch] 
5907                 added pspell support
5908
5909 2001-09-18 [christoph]
5910
5911         * src/addr_compl.c
5912         * src/template.[ch]
5913                 replace LOG_MESSAGE with debug_print
5914         * src/compose.[ch]
5915                 gui improvements
5916         * src/menu.c
5917                 added newline after debug message
5918         * src/utils.h
5919                 using __VA_ARGS__ for debug_print macro
5920         * tools/.cvsignore
5921                 ignore Makefile and Makefile.in
5922
5923 2001-09-18 [paul]
5924
5925         * configure.in
5926                 change to version 0.6.2claws1
5927         * sync with sylpheed 0.6.2cvs1
5928
5929         * src/matcher.c 
5930         * src/prefs_matcher.c
5931                 add 'score equal to' option, submitted by
5932                 Paul Evans <nerd@freeuk.com>
5933
5934 2001-09-15 [christoph]
5935
5936         * src/mainwindow.c
5937                 comment out menu entry not existing in claws
5938         * src/menu.c
5939                 add debug output for non existing menu entries
5940         * src/summaryview.c
5941                 fix next/prev unread message for ignored threads
5942         * src/utils.[ch]
5943                 add sourcefile and line number to debug output
5944                 otherwise it is sometimes hard to find the
5945                 source code part if debug messages are translated
5946
5947 2001-09-14 [darko]
5948         
5949         * src/folderview.c
5950                 refresh target folder style after colour is changed
5951
5952 2001-09-13 [paul]
5953
5954         * configure.in
5955                 change to version 0.6.1claws3
5956
5957         * sync with sylpheed 0.6.1cvs6
5958
5959 2001-09-13 [darko]
5960         
5961         * src/folderview.c
5962                 fix target folder colourization to use user selected colour
5963
5964 2001-09-12 [darko]
5965         
5966         * src/summaryview.c
5967                 fix crash when message that is marked for copy/move is unmarked
5968
5969 2001-09-09 [paul]
5970
5971         * configure.in
5972                 change to version 0.6.1claws2
5973
5974         * sync with sylpheed 0.6.1cvs3
5975
5976 2001-09-09 [alfons]
5977         
5978         * src/folderview.c
5979                 fix bug with default font used for trash folder text
5980
5981 2001-09-06 [paul]
5982
5983         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
5984                 updated translations
5985
5986         * configure.in
5987                 change to version 0.6.1claws1
5988
5989         * sync with sylpheed 0.6.1cvs2
5990
5991 2001-09-03 [paul]
5992
5993         * po/POTFILES.in
5994                 add Match's new addressbook
5995
5996         * po/de.po
5997                 updated translation submitted by Jens Oberender
5998
5999 2001-09-02 [paul]
6000
6001         * configure.in
6002                 change to 0.6.1claws
6003         * sync with sylpheed 0.6.1 release
6004
6005 2001-09-02 [paul]
6006
6007         * configure.in
6008                 change to 0.6.0claws2
6009
6010         * sync with sylpheed 0.6.0cvs4
6011
6012         * po/pt_BR.po
6013                 updated translation submitted by Fabio Junior Beneditto
6014
6015 2001-09-01 [match]
6016         * pixmaps/
6017                 interface.xpm
6018                 book.xpm
6019                 address.xpm
6020         * src/
6021                 Makefile.am
6022                 a ton of new files
6023
6024 2001-08-31 [paul]
6025
6026         * configure.in
6027                 change to version 0.6.0claws1
6028
6029         * sync with sylpheed 0.6.0cvs1
6030
6031         * po/es.po
6032                 updated translation submitted by Ricardo Mones Lastra
6033
6034         * po/POTFILES.in
6035                 add 'src/prefs_templates.c'
6036
6037         * src/compose.c, src/summaryview.c
6038                 fix segfault on 'Re_edit'               
6039
6040 2001-08-30 [alfons]
6041
6042         * configure.in, Makefile.am
6043         * tools/Makefile.am
6044                 add tools directory to source distribution
6045
6046 2001-08-30 [paul]
6047
6048         * configure.in
6049                 change to version 0.6.0claws
6050
6051         * sync with sylpheed 0.6.0 release
6052
6053 2001-08-30 [christoph]
6054
6055         * configure.in
6056                 removed autoconf version check
6057
6058 2001-08-30 [paul]
6059
6060         * src/account.c, src/compose.c, src/prefs_common.[ch]
6061         * src/procheader.[ch] src/utils.[ch]
6062                 Enhanced automatic account selection on replies
6063                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
6064
6065         * configure.in
6066                 add LDAP and JPilot to the configuration results output.
6067
6068 2001-08-29 [christoph]
6069
6070         * src/summeryview.c
6071                 no bold font for ignored threads
6072
6073 2001-08-29 [paul]
6074
6075         * configure.in
6076                 change to version 0.5.3claws6
6077
6078         * sync with sylpheed 0.5.3cvs10
6079                 src/stringtable.[ch]: New Files
6080
6081         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
6082         * src/pixmaps/sylpheed.xpm
6083                 add mini-icons to windows (by Alfons)
6084
6085 2001-08-27 [paul]
6086
6087         * src/mainwindow.c
6088                 new functions: next_labeled_cb(), prev_labeled_cb()
6089
6090         * src/summaryview.c
6091                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
6092                 summary_select_next_labeled(), summary_select_prev_labeled()
6093
6094         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
6095                 give claws blue folders and a blue trash can
6096
6097 2001-08-27 [paul]
6098
6099         * configure.in
6100                 change to version 0.5.3claws5
6101
6102         * sync with sylpheed 0.5.3cvs9
6103                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
6104
6105 2001-08-24 [christoph]
6106
6107         * src/filesel.c
6108                 keep filename when browsing directories
6109                 (not working for user entered filename, but
6110                  for default name and selected filename from
6111                  file list)
6112         * src/mainwindow.c
6113                 fixed wrong spelling "Folllow-up"
6114         * src/mbox_folder.c
6115         * src/procmsg.c
6116         * src/summaryview.c
6117                 fixed new/unread message count with ignored
6118                 threads (2 commits, first didn't notice no
6119                 longer needed decreasing)
6120         * src/inc.c
6121                 readded scrolling of progress dialog
6122                 (lost in sync)
6123
6124 2001-08-24 [paul]
6125
6126         * configure.in
6127                 change to 0.5.3claws4
6128
6129         * sync with sylpheed 0.5.3cvs7
6130
6131 2001-08-24 [christoph]
6132
6133         * src/compose.c
6134                 set request return receipt when replying
6135                 if it is set is the folder prefs of the
6136                 message
6137         * src/inc.c
6138                 disable final error popup if popups are
6139                 disabled in config (again)
6140
6141 2001-08-23 [paul]
6142
6143         * configure.in
6144                 Change version number to 0.5.3claws3
6145
6146         * sync with sylpheed 0.5.3cvs5
6147
6148         * src/mimeview.c
6149                 double quote '%s' in 'gedit %s' to fix bug when
6150                 opening attachment with spaces in the name
6151
6152 2001-08-22 [alte]
6153         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
6154           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
6155                 initial message templates support
6156
6157
6158 2001-08-22 [paul]
6159
6160         * configure.in
6161                 change version number to 0.5.3claws2
6162
6163         * sync with sylpheed 0.5.3cvs4
6164
6165         * src/procmsg.h src/summaryview.c
6166                 re-implement (un)ignore thread
6167
6168 2001-08-21 [paul]
6169
6170         * src/summaryview.c
6171                 remove unnecessary code
6172         * src/compose.c
6173                 enable 'dynamic' signatures (submitted by
6174                 Eric Limpens <eric@hscg-internet.nl>)
6175
6176 2001-08-21 [paul]
6177
6178         clean up after sync with sylpheed 0.5.3 release
6179
6180         * src/folderview.c
6181                 fix re-introduced font mess, see Christoph's
6182                 entry 2001-06-24
6183
6184         * src/summaryview.c
6185                 remove prev_msgnum
6186                 use sylpheed's small font instead of
6187                 gtk default font for summary view
6188
6189
6190 2001-08-17 [paul]
6191
6192         * configure.in
6193                 add pl to ALL_LINGUAS - sync with main branch
6194
6195         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
6196                 Updated. Translations by Jens Oberender, Ricardo Mones
6197                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
6198
6199         * po/pl.po  ** NEW FILE **
6200                 sync with the main branch
6201
6202         * src/folderview.c
6203                 fix target folder colorizing and refresh problem
6204
6205
6206 2001-08-17 [christoph]
6207
6208         * src/mainwindow.c
6209                 claws uses 4 colors for target folder coloring.
6210                 arrays were not long enough and destroyed the
6211                 stack causing a segfault.
6212                 target folder colorizing does not work anymore
6213                 for me
6214
6215 2001-08-16 [paul]
6216
6217         * configure.in
6218                 change to version 0.5.3claws1
6219
6220         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
6221           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
6222           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
6223
6224                 sync with sylpheed 0.5.3 release, but keep claws method of
6225                 configuring/saving fonts
6226
6227         * src/addressbook.[ch]
6228                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
6229                 in line with a similar change in Hiroyuki's branch
6230
6231         * src/mainwindow.[ch]
6232                 disable main_window_set_thread_option()
6233         * src/prefs_folder_item.c
6234                 comment out &tmps_prefs.enable_thread,
6235         * src/mbox_folder.c, src/procmsg.[ch]
6236                 comment out MSG_IS_IGNORE_THREAD
6237         * src/summaryview.c
6238                 comment out summary_ignore_thread() and summary_unignore_thread()
6239                 comment out MSG_IS_IGNORE_THREAD
6240
6241                 use Hiroyuki's threading instead.
6242
6243
6244
6245 2001-08-15 [paul]
6246
6247         * src/account.c
6248                 use Hiroyuki's 0.5.3 column scheme but also
6249                 include the enable/disable button.
6250         * src/pixmaps/mark.xpm
6251                 add Hiroyuki's amended pixmap
6252
6253 2001-08-13 [christoph]
6254
6255         * src/account.c
6256                 receive at get all column showed wrong state for APOP
6257                 button should only work for POP3 and APOP accounts
6258         * src/prefs_account.c
6259                 added missing preprocessor statement for SSL
6260
6261 2001-08-12 [paul]
6262
6263         * src/account.[ch]
6264                 add 'receive at get all' column and enable/disable
6265                 button.
6266
6267 2001-08-06 [christoph]
6268
6269         * src/account.c
6270                 show usage of SSL in protocol column
6271
6272         * src/imap.c
6273         * src/inc.c
6274                 renamed ssl options
6275
6276         * src/prefs_account.[ch]
6277                 moved ssl options to a new page
6278
6279         * src/send.c
6280         * src/smtp.c
6281         * src/ssl.[ch]
6282                 renamed ssl options
6283                 added support for SMTP STARTTLS command
6284
6285 2001-08-05 [christoph]
6286
6287         * configure.in
6288                 debian autoconf needs version check to find
6289                 correct autoconf version. if the file is
6290                 named configure.in 2.13 is used, which does
6291                 not work with this configure.in script.
6292                 other solution would be to rename the script
6293                 to configure.ac as suggested in the autoconf
6294                 manual.
6295
6296         * src/inc.c
6297                 disable final error popup if popups are
6298                 diabled in config
6299
6300         * src/socket.c
6301                 bugfix in ssl_gets
6302                 fixes IMAP over SSL problem
6303
6304 2001-08-03 [paul]
6305
6306         * configure.in
6307                 change to 0.5.2claws1
6308
6309         * sync with sylpheed 0.5.2cvs1
6310
6311 2001-08-02 [alfons]
6312
6313         * configure.in
6314                 quick fix for ispell detection...
6315
6316 2001-08-01 [paul]
6317
6318         * configure.in
6319                 change to 0.5.1claws4
6320
6321         * sync with sylpheed 0.5.1cvs7
6322
6323 2001-07-31 [alfons]
6324
6325         * src/prefs_common.c, src/prefs_common.h, 
6326           src/gtkspell.c, src/gtkspell.h
6327                 add global spelling checker settings (compose tab) +
6328                 selection of dictionary 
6329           
6330         * configure.in  
6331                 guess valid ispell location
6332
6333 2001-07-31 [paul]
6334
6335         * po/POTFILES.in
6336                 removal of 'src/quote_fmt_parse.c'
6337         * po/de.po
6338                 Updated de.po
6339                 (submitted by Jens Oberender <didge@suse.de>)
6340
6341 2001-07-31 [darko]
6342
6343         * src/folder.[ch]
6344         * src/folderview.[ch]
6345         * src/mainwindow.c
6346         * src/mh.c
6347         * src/prefs_common.[ch]
6348         * src/summaryview.c
6349                 target folder colourization
6350
6351 2001-07-30 [paul]
6352
6353         more sync with Sylpheed 0.5.1cvs6 
6354
6355 2001-07-30 [darko]
6356
6357         * src/mh.c
6358         * src/prefs_folder_item.[hc]
6359         * src/summaryview.c
6360                 shared folders support with a GUI
6361
6362 2001-07-29 [paul]
6363
6364         0.5.1claws3
6365
6366         * sync with Sylpheed 0.5.1cvs6
6367
6368 2001-07-29 [paul]
6369
6370         * po/pt_BR.po
6371                 updated
6372                 (submitted by Fabio Junior Beneditto)
6373
6374 2001-07-28 [paul]
6375
6376         * src/procmime.c
6377         * AUTHORS
6378                 patch to correct bad image mime headers
6379                 (submitted by Don Quijote <dq@searchlores.org>)
6380
6381 2001-07-28 [paul]
6382
6383         * tools/gif2xface.pl   **NEW FILE**
6384         * tools/README
6385                 script to convert file.gif to file.xface for
6386                 use in a custom header.
6387                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
6388
6389 2001-07-27 [alfons]
6390         
6391         * configure.in
6392                 change macros for detecting JPilot and LDAP
6393
6394 2001-07-27 [christoph]
6395
6396         * src/filtering.c
6397                 code cleanup (MIN / MAX warning, needed casting)
6398
6399 2001-07-27 [alfons]
6400
6401         * procheader.c
6402                 disallow setting flags when detecting certain headers
6403                 (X-Status, Status, Seen, X-Seen). 
6404         
6405         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
6406
6407 2001-07-27 [christoph]
6408
6409         * src/prefs_filter.c
6410         * src/prefs_filtering.c
6411         * src/prefs_matcher.c
6412         * src/prefs_scoring.c
6413                 scroll list when moving rows up or down
6414
6415         * src/imap.c
6416         * src/imap.h
6417         * src/prefs_account.c
6418         * src/prefs_account.h
6419         * src/send.c
6420                 SMTP over SSL (untested, feedback requested)
6421                 IMAP over SSL
6422
6423         * src/ssl.c
6424                 code cleanup
6425
6426 2001-07-26 [alfons]
6427         
6428         * configure.in, acconfig.h
6429                 define CLAWS (need this for main / claws detection)
6430
6431 2001-07-25 [alfons]
6432
6433         * configure.in
6434                 Sylpheed 0.5.1claws2
6435                 
6436         * sync with Sylpheed 0.5.1cvs4
6437
6438 2001-07-25 [christoph]
6439
6440         * src/scoring.c
6441                 fixed segfault
6442                 item->prefs == NULL (don't know why)
6443
6444 2001-07-25 [alfons]
6445
6446         * configure.in
6447                 Sylpheed 0.5.1claws1
6448
6449         * sync with Sylpheed 0.5.1cvs1-3
6450
6451 2001-07-24 [christoph]
6452
6453         * src/folderview.c
6454         * src/prefs_folder_item.[ch]
6455                 added folderitem preferences dialog with
6456                 default To: and auto request return receipt
6457
6458         * src/compose.[ch]
6459         * src/menu.[ch]
6460                 changes to handle new folderitem preferences
6461
6462         * src/mainwindow.c
6463         * src/summaryview.c
6464                 call compose new mail with current folderitem
6465
6466 2001-07-24 [alfons]
6467
6468         Release Sylpheed 0.5.1claws
6469
6470         * configure.in
6471                 change to release version 0.5.1claws
6472
6473 2001-07-24 [christoph]
6474
6475         * src/summaryview.c
6476                 fixed segfault that happend when the selected
6477                 message was removed while retrieving new messages.
6478
6479         * po/es.po
6480                 updated translation
6481                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
6482
6483 2001-07-22 [alfons]
6484
6485         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
6486         this is a work in progress, for more information: http://nlpagan.net/sylman 
6487         
6488         * configure.in, src/mainwindow.c, manual/Makefile.am
6489                 add support for English manual
6490
6491         * AUTHORS
6492                 add authors of user manuals
6493
6494         * manual/en/sylpheed*.html
6495                 add English documentation
6496
6497 2001-07-22 [christoph]
6498
6499         * po/POTFILES.in
6500                 added src/ssl.c
6501         * src/ssl.c
6502                 changed a wrong debug message
6503
6504 2001-07-22 [alfons]
6505
6506         * po/nl.po
6507                 update Dutch translation
6508
6509         * src/prefs_filtering.c, 
6510           src/prefs_matcher.c
6511                 add more translatable strings           
6512
6513 2001-07-21 [alfons]
6514
6515         0.5.0claws7
6516
6517         * configure.in
6518                 change version
6519
6520         * src/inc.c, src/summaryview.[ch]
6521                 prevent update of mark file when filtering has done, by
6522                 using a variable; this affects two functions:
6523                         inc.c::inc_finished()
6524                         summaryview.c::summary_show()
6525
6526 2001-07-20 [alfons]
6527
6528         * src/filtering.[ch], src/prefs_filtering.c, 
6529           src/matcher.[ch]
6530                 add filtering action for label coloring 
6531
6532         * po/POTFILES.in
6533                 add labelcolors.c
6534
6535         * added src/labelcolors.c
6536         * added src/labelcolors.h
6537         * src/Makefile.am, src/summaryview.c
6538                 rearrange label coloring code
6539
6540         * src/procmsg.h
6541                 add more parentheses so label colouring works correctly
6542
6543         * src/filtering.c
6544                 don't really delete message, but move it to Trash
6545
6546         * src/prefs_matcher.c
6547                 add quote options to info dialog
6548
6549 2001-07-20 [christoph]
6550
6551         * src/Makefile.am
6552         * src/inc.c
6553         * src/main.[ch]
6554         * src/socket.h
6555         * src/ssl.[ch] (new)
6556                 moved ssl stuff to a seperate file
6557
6558 2001-07-20 [darko]
6559
6560         * src/summaryview.c
6561                 fix show sender using address book with no e-mail
6562                 address in From: field
6563
6564 2001-07-19 [alfons]
6565
6566         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
6567                 fix messy handling of escaping... now at least the
6568                 execute command is useful. escape char is '\', we
6569                 accept \n and \r too. 
6570
6571                 Real life example:
6572                 
6573                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
6574                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
6575
6576 2001-07-18 [alfons]
6577
6578         0.5.0claws6
6579
6580         * src/summaryview.c
6581                 clean up
6582
6583         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
6584           src/procmsg.[ch]
6585                 revise filtering; currently move, copy, marking have
6586                 been tested. if you like bleeding edge stuff, you
6587                 should definitely go for this version :)
6588
6589         * mark old working stuff as VERSION_0_5_0_CLAWS5        
6590
6591 2001-07-17 [christoph]
6592
6593         * src/utils.c
6594                 timestamp log
6595
6596 2001-07-17 [alfons]
6597
6598         0.5.0claws5
6599
6600         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
6601           bits in the mark file, without affecting either branch. Lots of
6602           files changed, also in claws branch.
6603
6604           UNTESTED: use of mbox folders
6605
6606         * src/summaryview.c
6607                 added mark all read; however this was a quick hack used for
6608                 cleaning up mess after initial merge with Hiroyuki
6609
6610         * configure.in
6611                 change claws version number back to 0.5.0claws5 to clear up 
6612                 confusion & pretension (recent release was technically 
6613                 0.5.0claws4, so we neatly align with Hiroyuki :-)
6614
6615 2001-07-16 [alfons]
6616
6617         sync with Hiroyuki's 0.5.0cvs4
6618
6619 2001-07-16 [alfons]
6620
6621         0.5.1claws3
6622
6623         * src/filtering.[ch]
6624                 remove invalid updating of mark files for 
6625                 filter actions MATCHING_ACTION_MOVE and 
6626                 MATCHING_ACTION_DELETE; this should fix the
6627                 folder update bug
6628                 
6629         * src/procmsg.c
6630                 revert Christoph's stab at fixing the folder 
6631                 update bug
6632
6633         * po/POTFILES.in
6634                 add missing files with translatable strings
6635
6636         * src/summaryview.c
6637                 remove debug print
6638
6639 2001-07-15 [alfons]
6640
6641         * src/addr_compl.[ch], src/prefs_filtering.c
6642                 make "filtering pref dialog's destination entry" an
6643                 "address completable entry", if filter destination is 
6644                 an email address
6645
6646         0.5.1claws2
6647         
6648         sync with Hiroyuki's 0.5.0cvs2-3
6649
6650 2001-07-15 [christoph]
6651
6652         * src/procmsg.c
6653                 fixed folder stats update after incorporation
6654
6655 2001-07-15 [alfons]
6656
6657         * src/summaryview.c
6658                 * finish label colouring stuff (for now)
6659                 * fix incorrect colour bug (off by one) 
6660
6661 2001-07-14 [alfons]
6662
6663         * src/mainwindow.c
6664                 change text labels for news and mail message so there's
6665                 plenty of toolbar estate left
6666
6667         * configure.in
6668                 0.5.1claws1
6669
6670         * src/folderview.c
6671           src/folder.[ch]
6672                 sync with Hiroyuki's 0.5.0cvs1
6673
6674         * src/summaryview.c
6675                 more rewrite label colouring
6676
6677 2001-07-14 [alfons]
6678
6679         * src/summaryview.[ch]
6680                 * start rewrite label colouring 
6681                 * fix proper location "Add Sender To Addressbook" menu item
6682
6683 2001-07-13
6684
6685         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
6686         (actually this is 0.5.0claws4)
6687
6688 2001-07-13 [alfons]
6689
6690         * po/pt_BR.po
6691                 * fix duplicate message
6692                 * add updated Portugese / Brazilian translation
6693                   submitted by Fabio Junior Beneditto
6694
6695 2001-07-12 [alfons]
6696
6697         * AUTHORS
6698                 add Jens
6699
6700         * po/nl.po
6701                 add updated Dutch translation
6702
6703         * po/de.po
6704                 add updated German translation submitted by Jens
6705
6706 2001-07-11 [alfons]
6707
6708         Prerelease before 0.5.0claws. Please test.
6709         This version is temporarily tagged as VERSION_0_5_0_TEST
6710
6711         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
6712           src/prefs_scoring.c, src/prefs_matcher.c, 
6713           src/prefs_filtering.c, src/mbox.c, 
6714           src/main.c, src/inc.c, src/filtering.[ch]
6715                 revert new Hoa's new matcher (does not work yet)
6716
6717         * src/Makefile.am
6718                 clean up
6719
6720 2001-07-10
6721
6722         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
6723
6724
6725 2001-07-10 [alfons]
6726
6727         * Makefile.am
6728                 add ChangeLog.claws to EXTRA_DIST
6729         * src/Makefile.am
6730                 add matcher_parser_parse.h to EXTRA_DIST
6731
6732 2001-07-10 [christoph]
6733
6734         * src/inc.c
6735                 add destination folder to table of
6736                 folders that need to be updated after
6737                 incorporation
6738
6739 2001-07-10 [alfons]
6740
6741         * folder.[ch]
6742           folderview.c
6743                 make collapse state of folders and folder items persistent, i.e.
6744                 if you collapse a folder tree, the next time sylpheed-claws starts 
6745                 up the folder tree remains collapsed.  
6746                 
6747 2001-07-10 [christoph]
6748
6749         * acconfig.h
6750         * configure.in
6751                 added --enable-ssl
6752         * src/md5.[ch]
6753                 renamed MD5_CTX to MD5_CTX_syl
6754                 conflicts with a struct in openssl
6755         * src/inc.c
6756         * src/main.[ch]
6757         * src/prefs_account.[ch]
6758         * src/socket.[ch]
6759                 SSL support for POP
6760         * src/mainwindow.c
6761                 fixed compose with current account
6762                 broken by new compose button stuff
6763
6764 2001-07-09 [hoa]
6765
6766         * AUTHORS
6767                 changed my email address
6768
6769         * src/matcher_parser_parse.y
6770                 clean the parser to remove conflicts
6771
6772 2001-07-09 [alfons]
6773
6774         * AUTHORS
6775                 add Match Grun
6776
6777         * configure.in
6778                 fix incorrect description of --enable-ldap parameter
6779
6780         * src/prefs_common.[ch]
6781           src/compose.c
6782                 add experimental option "smart wrapping" which makes the
6783                 compose editor auto wrap.
6784                 
6785                 | TODO: the problem with the buggy cursor handling is caused |
6786                 | by the GtkText. when deleting / backspacing text its       |
6787                 | wrapping algorithm does not take in account the previous   |
6788                 | line. should find a way to hack this in.                   |
6789                 | or should perhaps combine this with the word wrapping      |
6790                 | patch i wrote in january.                                  |
6791
6792         * src/about.c
6793                 show build parameters for LDAP and JPilot
6794
6795         * src/summaryview.c
6796                 revert Christoph's bugfix for selecting next unread message, 
6797                 because folder stats aren't updated correctly
6798
6799 2001-07-08 [hoa]
6800
6801         * src/filtering.c
6802         * src/mainwindow.c
6803         * src/matcher.c
6804         * src/matcher_parser_lex.l
6805         * src/matcher_parser_parse.y
6806         * src/prefs_filtering.c
6807         * src/prefs_scoring.c
6808         * src/scoring.c
6809                 bugfix of the config file parser
6810
6811 2001-07-08 [alfons]
6812
6813         * src/Makefile.am
6814                 added generated matcher sources to BUILT_SOURCES
6815
6816 2001-07-08 [hoa]
6817
6818         * src/Makefile.am
6819         * src/.cvsignore
6820                 added new config file parser
6821
6822         * src/scoring.[ch]
6823         * src/filtering.[ch]
6824         * src/matcher.[ch]
6825         * src/prefs_filtering.c
6826         * src/prefs_matcher.c
6827         * src/prefs_scoring.c
6828         * added src/matcher_parser.h
6829         * added src/matcher_parser_lex.h
6830         * added src/matcher_parser_lex.l
6831         * added src/matcher_parser_parse.y
6832                 lex & yacc config file parser
6833
6834         * src/mbox.c
6835         * src/inc.c
6836         * src/main.c
6837                 changes prefs_filtering into global_filtering           
6838
6839         * src/summaryview.c
6840                 build threads with subjects only if "Re: " is at the
6841                 beginning of the subject
6842
6843 2001-07-07 [paul]
6844
6845         0.5.0claws
6846
6847         sync with sylpheed 0.5.0
6848                 change of version number only
6849
6850 2001-07-06 [paul]
6851
6852         0.5.0claws5
6853
6854         sync with sylpheed 0.5.0pre5
6855
6856 2001-07-05 [paul]
6857
6858         sync with sylpheed 0.5.0pre4 release
6859                 /po and /manual/ja not sync'ed
6860
6861 2001-07-04 [paul]
6862
6863         more sync with sylpheed 0.5.0pre4
6864
6865 2001-07-03 [christoph]
6866
6867         * src/addressbook.c
6868                 fixed address book broken by address book
6869                 for VCard, JPilot, LDAP
6870
6871 2001-07-03 [alfons]
6872
6873         * src/matcher.c
6874         * src/textview.c
6875                 stopped memory leaks
6876
6877 2001-07-03 [paul]
6878
6879         more sync with sylpheed 0.5.0pre4
6880
6881 2001-07-02 [match]
6882
6883         * included address book patch for VCard, JPilot, LDAP
6884         * pref_common.c - fixed Font options on Display tab (cosmetic)
6885         * alertpanel.c - fixed truncated message
6886
6887 2001-07-02 [christoph]
6888
6889         * src/mbox_folder.c
6890         * src/procmsg.[ch]
6891         * src/summaryview.c
6892                 mark threads for ignoring
6893
6894 2001-07-02 [paul]
6895
6896         0.5.0claws4
6897
6898         * sync with sylpheed 0.5.0pre4
6899                 updated gettext to 0.10.38.
6900
6901 2001-07-01 [paul]
6902
6903         * src/ mainwindow.c
6904         * src/procmsg.h
6905         * src/summaryview.[ch]
6906                 new right-click option: Label.
6907                 substitute for 'Mark-->Mark/Unmark', colours the line.
6908                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
6909
6910 2001-07-01 [christoph]
6911
6912         * src/folderview.c
6913                 fixed font for trash
6914         * src/summaryview.c
6915                 move ctree to unread message
6916
6917 2001-07-01 [paul]
6918
6919         * sync with sylpheed 0.5.0pre3 release
6920
6921 2001-06-30 [alfons]
6922
6923         * src/filesel.[ch]
6924         * src/compose.c
6925                 allow inserting / attaching multiple files in
6926                 the composer window
6927
6928 2001-06-30 [paul]
6929
6930         * src/codeconv.c
6931                 small change to Alfons' previous stuff so that it
6932                 actually makes
6933
6934 2001-06-30 [alfons]
6935
6936         * lots of files changed; first attempt to merge the changes
6937           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
6938
6939 2001-06-30 [paul]
6940
6941         * po/pt_BR.po
6942                 updated and completed, translations by Fabio
6943                 Junior Beneditto <fjbeneditto@yahoo.com.br>
6944
6945 2001-06-29 [alfons]
6946
6947         * src/compose.c
6948         * src/mimeproc.[ch]
6949                 allow selecting an attached files' mime type from a 
6950                 list of types.
6951
6952 2001-06-29 [paul]
6953
6954         * more sync with sylpheed 0.5.0pre3
6955
6956 2001-06-29 [paul]
6957
6958         * po/pt_BR.po
6959                 merge with sylpheed.pot and pt_BR.po provided by
6960                 Fabio Junior Beneditto.
6961
6962 2001-06-29 [darko]
6963
6964         * src/procmime.c
6965                 make MIME types case insensitive
6966
6967 2001-06-28 [alfons]
6968
6969         * po/nl.po
6970                 merge with sylpheed.pot and old nl.po; translations added.
6971
6972 2001-06-28 [paul]
6973
6974         * more sync with sylpheed 0.5.0pre3
6975
6976 2001-06-27 [alfons]
6977
6978         * src/summaryview.c
6979                 don't crash when removing parent node of messages
6980                 attracted by subject. this was caused by not deleting
6981                 the parent node from the subject line hash table.
6982
6983 2001-06-27 [alfons]
6984
6985         * src/summaryview.c
6986         * src/compose.[ch]
6987         * src/mainwindow.c
6988                 if there are multiple messages selected, allow forwarding
6989                 them as attachments.
6990
6991 2001-06-27 [paul]
6992
6993         * more sync with sylpheed 0.5.0pre3
6994
6995 2001-06-26 [paul]
6996
6997         0.5.0claws3
6998
6999         * sync with sylpheed 0.5.0pre3
7000
7001 2001-06-25 [paul]
7002
7003         * src/mainwindow.c
7004                 fixed 'compose news article' bug
7005                 from icon-and-text toolbar
7006
7007 2001-06-25 [paul]
7008
7009         * sync with sylpheed 0.5.0pre2 release
7010
7011 2001-06-24 [christoph]
7012
7013         * src/prefs_common.c
7014                 bug fix in font selection
7015         * src/folderview.c
7016                 use sylpheed's normal font instead of
7017                 gtk default font for folders without
7018                 new messages
7019
7020 2001-06-24 [alfons]
7021
7022         * src/mainwindow.[ch]
7023                 added composite compose mail / news button (an idea by Leandro
7024                 Pereira <leandro@linuxmag.com.br>)
7025
7026 2001-06-24 [paul]
7027
7028         Added instructions for ldif-to-xml.py
7029
7030         * tools/README
7031
7032 2001-06-23 [alfons]
7033
7034         Some minor things.
7035
7036         * src/pixmaps/stock_news_compose.xpm
7037                 added pixmap by Leandro
7038         * src/prefs_common.c
7039                 tested built-in spelling checker of GCC 3.0 :)
7040         * po/nl.po
7041                 merged dutch translation of sylpheed-main with
7042                 sylpheed.pot
7043
7044 2001-06-23 [paul]
7045
7046         Added tools directory and files.
7047
7048         * tools/filter_conv.pl
7049                 converts old filter system to new filtering system
7050         * tools/ldif-to-xml.py
7051                 converts netscape addressbook to sylpheed addressbook
7052         * tools/README
7053                 descriptions/instructions for above two files
7054
7055 2001-06-23 [christoph]
7056
7057         * src/inc.c
7058         * src/manage_window.[ch]
7059         * src/prefs_common.[ch]
7060                 mail retrieval dialog can be enabled, disabled
7061                 or hidden if non of sylpheed's windows is active
7062
7063 2001-06-22 [paul]
7064
7065         0.5.0claws2
7066
7067         * sync with sylpheed 0.5.0pre2
7068
7069 2001-06-21 [christoph]
7070
7071         * src/summaryview.c
7072                 show recipient on 'from' for all accounts
7073                 
7074         * src/inc.c
7075         * src/prefs_common.[ch]
7076                 disable error popup on mail receive errors
7077
7078 2001-06-21 [alfons]
7079
7080         * src/compose.c
7081                 made the ruler correctly appear and disappear.
7082
7083         * src/Makefile.am
7084                 removed Hoa's work-in-progress-stuff (interesting!) so 
7085                 claws compiles ok.
7086
7087 2001-06-20 [christoph]
7088
7089         * src/inc.c
7090         * src/progressdialog.c
7091                 added scrolled window for list in progressdialog
7092
7093 2001-06-20 [paul]
7094
7095         sync with sylpheed 0.5.0pre1 release
7096
7097 2001-06-20 [christoph]
7098
7099         * src/summeryview.c
7100                 make building threads by subject work when
7101                 thread view is enabled
7102                 
7103         * src/compose.c
7104         * src/prefs_common.[ch]
7105                 automatically select account for mail replys
7106
7107 2001-06-19 [sergey]
7108
7109         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
7110         they are filled in from the account settings.
7111
7112 2001-06-19 [paul]
7113
7114         * more sync with sylpheed 0.5.0pre1
7115
7116 2001-06-18 [alfons]
7117
7118         * src/Makefile.am,
7119           src/procmime.c
7120                 added --sysconfdir to CPPFLAGS for pointing to the correct
7121                 location of mime.types. 
7122
7123                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
7124                 or ./configure!
7125
7126 2001-06-18 [hoa]
7127
7128         * src/summaryview.c
7129                 fixed some bug when building threads
7130
7131 2001-06-18 [pau]l
7132
7133         * src/prefs_account.c
7134                 UI stuff: More changes to the English
7135
7136 2001-06-18 [paul]
7137
7138         * src/pixmaps/stock_news_compose.xpm: new file
7139         * src/Makefile.am
7140         * src/mainwindow.c
7141         * src/summaryview.c
7142                 Added new icon for Hoa's 'compose a news
7143                 message', plus minor improvements to the
7144                 English
7145
7146         * po/ja.po
7147         * ChangeLog
7148         * ChangeLog.jp
7149                 more sync with sylpheed 0.5.0pre1
7150
7151 2001-06-18 [hoa]
7152
7153         * src/compose.[ch]
7154         * src/mainwindow.c
7155                 Follow-up and reply to
7156
7157         * src/summaryview.[ch]
7158                 Build threads also with subjects
7159
7160 2001-06-17 [hoa]
7161
7162         * src/compose.c
7163                 forwarding use the current account.
7164
7165         * src/mainwindow.c
7166                 the "compose message" button has been replaced with
7167                 "new mail" and "new news" buttons
7168
7169         * src/prefs_common.[ch]
7170                 added a configuration option to use the forward button
7171                 as "forward as attachment"
7172                 changed reply and forward format description
7173
7174         * src/quote_fmt_lex.l
7175         * src/quote_fmt_parse.y
7176                 added message with no signature in format for reply
7177                 and forward.
7178
7179 2001-06-17 [paul]
7180
7181         Minor UI stuff
7182
7183         * src/mainwindow.c
7184         * src/summaryview.c
7185                 Improvements to the English
7186
7187         * src/prefs_common.c
7188                 Improvements to the English and some
7189                 clarity/continuity improvements in the
7190                 description of Quote symbols.
7191
7192 2001-06-17 [paul]
7193
7194         0.5.0claws1
7195
7196         * sync with sylpheed 0.5.0pre1
7197
7198 2001-06-17 [hoa]
7199
7200         * src/compose.c
7201                 Better interface for compose, displayed fields
7202                 are updated whenever we change account.
7203                 Newsgroups field is automatically filled.
7204
7205         * src/mainwindow.c
7206                 Newsgroups field is automatically filled.
7207
7208         * src/prefs_account.c
7209                 Some interface stuff when fields appear and
7210                 disappear.
7211
7212 2001-06-16 [paul]
7213
7214         0.4.99claws
7215
7216         * sync with sylpheed 0.4.99
7217
7218 2001-06-16 [sergey]
7219
7220         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
7221         base64_decoder_free, base64_decoder_decode): new object and
7222         functions for decoding base64 streams.
7223         * src/procmime.c (procmime_decode_content): modified to use the
7224         new base64 decoder.
7225
7226 2001-06-15 [paul]
7227
7228         0.4.99claws10
7229
7230         * sync with sylpheed 0.4.99cvs11
7231
7232 2001-06-13 [paul]
7233
7234         0.4.99claws9
7235
7236         * sync with sylpheed 0.4.99cvs9
7237
7238 2001-06-13 [hoa]
7239
7240         * src/compose.c
7241         * src/prefs_account.c
7242
7243                 SMTP server can be defined in the news account
7244                 mime type of attachment are kept.
7245
7246         * src/summaryview.c
7247
7248                 now choose the highest important score between default
7249                 and important score of folder.
7250
7251 2001-06-09 [alfons]
7252         
7253         * src/prefs_common.c: 
7254
7255                 (prefs_quote_description_create): corrected description of 
7256                 quote format characters
7257
7258 2001-06-09 [paul]
7259
7260         0.4.99claws8
7261
7262         * sync with sylpheed 0.4.99cvs8
7263
7264 2001-06-08 [sergey]
7265
7266         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
7267         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
7268
7269 2001-06-08 [paul]
7270
7271         0.4.99claws7
7272
7273         * sync with sylpheed 0.4.99cvs7
7274
7275 2001-06-06 [sergey]
7276
7277         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
7278         clashes with autogenerated header).
7279         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
7280         * src/Makefile.am: added quote_fmt.h.
7281         * src/.cvsignore: added lex/yacc autogenerated files
7282         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
7283
7284 2001-06-06 [paul]
7285
7286         0.4.99claws6
7287
7288         * sync with sylpheed 0.4.99cvs6
7289
7290 2001-06-06 [hoa]
7291
7292         * added src/quote_fmt_parse.h
7293         * src/compose.c
7294                 removed warnings
7295
7296         * src/prefs.[ch]
7297                 don't modify readonly configuration files
7298
7299         * src/prefs_account.c
7300         * src/prefs_common.c
7301         * src/prefs_customheader.c
7302         * src/prefs_display_header.c
7303         * src/prefs_filter.c
7304         * src/prefs_filtering.c
7305         * src/prefs_scoring.c
7306                 don't open dialog box when configuration files
7307                 are readonly
7308
7309 2001-06-05 [sergey]
7310
7311         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
7312
7313         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
7314         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
7315         BUILT_SOURCES to make all files rebuild properly.
7316
7317         * src/compose.c: removed #include "quote_fmt.tab.h".
7318
7319         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
7320         CHARACTER value in yylval.
7321
7322         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
7323         receive CHARACTER value by documented means (yylval).
7324
7325         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
7326
7327 2001-06-05 [hoa]
7328
7329         * src/Makefile.am
7330                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
7331
7332         * src/filtering.c
7333         * src/matcher.c
7334         * src/matcher.h
7335         * src/prefs_filtering.c
7336                 now keep the configuration for execute action
7337
7338         * src/mbox_folder.c
7339                 fixed a warning
7340
7341 2001-06-05 [paul]
7342
7343         * sync with sylpheed 0.4.99cvs5
7344
7345 2001-06-05 [hoa]
7346
7347         * src/Makefile.am
7348                 added quote_fmt.[ch]
7349
7350         * added src/quote_fmt.y
7351         * added src/quote_fmt.l
7352         * added src/quote_fmt.tab.h
7353         * added src/quote_fmt.tab.c
7354         * added src/lex.quote_fmt.c
7355                 parsing configuration for replying
7356                 and forwarding
7357
7358         * src/prefs_common.[ch]
7359                 added configuration UI for replying
7360                 and forwarding
7361
7362         * src/compose.c
7363                 using configuration for replying
7364                 and forwarding
7365
7366 2001-06-04 [hoa]
7367
7368         * src/filtering.c
7369         * src/matcher.c
7370         * src/matcher.h
7371         * src/prefs_filtering.c
7372         * src/prefs_matcher.c
7373         * src/prefs_matcher.h
7374                 action "run a command" for filtering
7375                 and matching with a command.
7376                 fixed the "whole message" matching
7377
7378         * src/mbox_folder.c
7379                 changed temporary filename for security
7380
7381         * src/messageview.c
7382                 queue the notification if it fails to send.
7383
7384         * src/prefs_common.c
7385         * src/prefs_folder_item.c
7386                 changed the default important score             
7387
7388         * src/prefs_scoring.c
7389         * src/scoring.c
7390                 hide kill score input when the folder is not
7391                 a newsgroup
7392
7393 2001-06-03 [alfons]
7394
7395         * src/prefs_common.c:
7396
7397                 (prefs_font_select): pass font name in font entry box to font
7398                 selection dialog.
7399
7400 2001-06-03 [sergey]
7401
7402         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
7403
7404 2001-06-03 [paul]
7405
7406         * sync with sylpheed 0.4.99cvs4
7407
7408 2001-06-03 [alfons]
7409
7410         * src/headerwindow.c:
7411
7412                 (headerwindow_show_cb): use the selected summary view item, not
7413                 the displayed item.
7414
7415 2001-06-02 [alfons]
7416
7417         * src/headerwindow.c:
7418
7419                 (headerwindow_show_cb): always try to show msginfo
7420
7421 2001-06-02 [hoa]
7422
7423         * src/compose.c
7424                 keep attached parts when reediting or forwarding.
7425
7426 2001-06-01 [hoa]
7427
7428         * src/folderview.c
7429         * src/prefs_folder_item.[ch]
7430         * src/prefs_scoring.[ch]
7431         * src/scoring.[ch]
7432         * src/summaryview.[ch]
7433         * src/main.c
7434         * src/mainwindow.c
7435         * src/prefs_common.[ch]
7436                 support for folder scoring
7437                 kill score and important score for messages
7438         
7439         * src/prefs_account.c
7440                 some display bug fixed for local account
7441                 preferences
7442
7443 2001-05-31 [alfons]
7444
7445         * src/summaryview.c:
7446
7447                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
7448                 sender to address book menu item is disabled.
7449
7450 2001-05-30 [hoa]
7451
7452         * src/filtering.[ch]
7453         * src/summaryview.c
7454                 handling summary menu / filter messages
7455
7456         * src/folder.[ch]
7457                 add some stuff
7458
7459         * src/foldersel.c
7460                 imap folders now appears in list
7461
7462         * src/mbox_folder.c
7463                 doesn't crash if destination mail is not writeable
7464
7465 2001-05-29 [hoa]
7466
7467         * src/compose.c
7468                 removed some warnings
7469
7470         * src/filtering.c
7471         * src/folder.[ch]
7472         * src/prefs_filtering.c
7473                 global string to identify any folders           
7474                 removed some debug info
7475                 filtering to mbox folders is now possible
7476
7477         * src/mainwindow.c
7478                 removed some warnings
7479
7480         * src/mbox_folder.c
7481                 permission on files are changed to read/write for user only,
7482                 nothing for other.
7483                 creation of subfolder is handled better.
7484
7485 2001-05-28 [alfons]
7486
7487         Verified the sync for src/prefs_common.[ch] and
7488         src/prefs_account.[ch]. I believe there were some
7489         minor indentation differences.
7490
7491 2001-05-28 [paul]
7492
7493         0.4.99claws3
7494
7495         * sync with 0.4.99cvs3
7496
7497 2001-05-28 [hoa]
7498
7499         * src/compose.c
7500                 handling flags for mbox format
7501
7502         * src/filtering.c
7503                 use of mark file only for MH format
7504                 handling flags for mbox format
7505                 filtering cannot yet move or copy mails to mbox folders.
7506
7507         * src/folder.[ch]
7508                 changed move_msg, copy_msg,
7509                 move_msgs_with_dest, copy_msgs_with_dest functions
7510                 uses only folder->copy_msg() function
7511                 uses folder->finished_copy() to handle the destination
7512                 folder at the end of the copy or move operation.
7513
7514         * src/foldersel.c
7515                 included mbox directories.
7516
7517         * src/folderview.[ch]
7518         * src/mainwindow.c
7519                 handle folders operation for mbox format
7520
7521         * src/mbox.c
7522                 disable conversion of "From " header
7523
7524         * src/mbox_folder.[ch]
7525                 completion of mbox format handling
7526
7527         * src/mh.c
7528                 changed mh_copy_msg() function and
7529                 removed mh_move_msg(), mh_move_msgs_with_dest(),
7530                 mh_copy_msgs_with_dest()
7531
7532         * src/prefs_filtering.c
7533                 removed some warnings
7534
7535         * src/prefs_matcher.c
7536                 default boolean operation is AND
7537
7538         * src/procheader.c
7539                 handling flags for mbox format
7540                 handling of "From " header
7541
7542         * src/procmsg.[ch]
7543                 removed data field
7544                 added MSG_REALLY_DELETED flags to handle deletion of
7545                 messages in mbox format.
7546
7547         * src/summaryview.c
7548                 handling flags for mbox format
7549                 disable the MSG_DELETED flags when messages
7550                 are deleted in mbox format
7551
7552         * src/textview.c
7553                 "From " headers display fixed.
7554
7555 2001-05-27 [alfons]
7556
7557         * src/textview.c:
7558                 
7559                 (get_email_part): skip quoted email addresses, like in e.g.
7560                 "'alfons@proteus.demon.nl'".
7561
7562 2001-05-26 [alfons]
7563
7564         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
7565         and fixing the persistence troubles when using separate windows.
7566
7567         * src/mainwindow.c:
7568         
7569             Added #define SEPARATE_ACTION used in the gtk item factory for 
7570             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
7571                 use gtk_item_factory_get_widget_by_action() to get the items.
7572                 
7573             Removed separate_widget_cb from the gtk item factory data   
7574           
7575             (mainwindow_create): connect separate_widget_cb() to check
7576             menu item "toggled" signal. also passing a MainWindow pointer
7577                 as object data for both check menu items.
7578                 
7579             (separate_widget_cb): definition of separate_widget_cb() to match
7580             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
7581                 window using gtk_object_get_data(). The type of window separation 
7582                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
7583         
7584         * src/prefs_filtering.c,
7585           src/prefs_matcher.c: added horizontal scrollbars
7586
7587 2001-05-25 [darko]
7588
7589         * src/headerview.c
7590                 fix segfault with invalid bold font
7591         * src/summaryview.c
7592                 correctly display summary stats after row is marked
7593
7594 2001-05-23 [sergey]
7595
7596         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
7597         encodings with libjconv.
7598
7599 2001-05-23 [hoa]
7600
7601         * src/Makefile.am
7602                 added mbox_folder.[ch]
7603         * src/defs.h
7604                 mbox temporary folder
7605         * src/folder.[ch]
7606         * added src/mbox_folder.[ch]
7607         * src/folderview.c
7608         * src/procheader.[ch]
7609                 added mbox support
7610         * src/mbox.c
7611                 bugfix for file incorporation filtering
7612         * src/imap.c
7613                 enable creation of MBOX
7614         * src/prefs_display_header.c
7615                 enable use of headers like "From "
7616                 something that should be fixed :
7617                         displaying of such headers add an extra space
7618         * src/prefs_folder_item.c
7619                 don't create folders because it is not necessary
7620         * src/procmsg.h
7621                 added data field to MsgInfo for mbox internal use
7622         * src/summaryview.c
7623                 added some support for mbox
7624         * src/utils.[ch]
7625                 added get_mbox_cache_dir() function
7626
7627 2001-05-23 [hiroyuki]
7628
7629         * src/headerwindow.c
7630           src/inc.c
7631           src/main.c
7632           src/mh.c
7633           src/nntp.c
7634           src/procmsg.h
7635           src/session.h
7636           src/socket.[ch]
7637           src/summaryview.c
7638           src/textview.c
7639           src/automaton.c
7640           src/folderview.c: more sync with 0.4.99cvs2.
7641
7642         * src/headerwindow.c: reverted.
7643
7644 2001-05-22 [paul]
7645
7646         0.4.99claws2
7647
7648         * sync with sylpheed 0.4.99cvs2
7649                 * src/news.[ch]
7650                 * src/nntp.[ch]
7651                 * INSTALL
7652                 * INSTALL.jp
7653
7654 2001-05-22 [alfons]
7655
7656         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
7657
7658 2001-05-21 [alfons]
7659
7660         Minor things:
7661
7662         * configure.in: if gnome-config not found, "no" is displayed
7663         
7664         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
7665
7666         * src/textview.c: now also possible to add mail addresses by right
7667           clicking in the text view
7668
7669         * src/codeconv.c: merged patch which fixes endless loop when encountering
7670           invalid wide characters; from Alte <010@imis.ru>  
7671
7672 2001-05-20 [alfons]
7673
7674         Added installation of gnome specific things:
7675
7676         * Makefile.am: gnome conditional
7677
7678         * configure.in: check for installed gnome
7679
7680         * added sylpheed.png, sylpheed.desktop
7681
7682 2001-05-20 [sergey]
7683
7684         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
7685
7686         * src/mainwindow.h (main_window_toolbar_create): created a button
7687         for "Reply to all".
7688         (main_window_set_toolbar_sensitive): enable/disable the new button
7689         appropriately.
7690         (toolbar_reply_to_author_cb): handle the new button.
7691
7692         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
7693         send_progress_dialog_destroy() on failure (fixes hang on SMTP
7694         failure).
7695
7696 2001-05-19 [sergey]
7697
7698         * src/compose.h (ComposeReplyMode): new modes
7699         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
7700         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
7701
7702         * src/compose.c
7703         (compose_send): move some code into a new function:
7704         (compose_current_mail_account): new function.
7705         (compose_reply): new argument to_author, all callers changed; if
7706         to_author==TRUE and account->protocol==A_NNTP, find and use an
7707         appropriate mail account for replying.
7708         (compose_reply_set_entry): new argument to_author; ignore
7709         compose->replyto if to_author==TRUE.
7710
7711         * src/mainwindow.c: new command "Message/Reply to author".
7712         (main_window_set_menu_sensitive): enable/disable it.
7713         (reply_cb): handle it.
7714
7715         * src/summaryview.c: new command "Reply to author".
7716         (summary_set_menu_sensitive): enable/disable it.
7717         (summary_reply_cb): handle it.
7718
7719         * src/account.c (account_find_mail_from_address): new function.
7720
7721 2001-05-18 [paul]
7722
7723         0.4.99claws1
7724
7725         * sync with sylpheed 0.4.99cvs1
7726
7727 2001-05-18 [hoa]
7728
7729         * src/compose.[ch]
7730         * src/filtering.c
7731         * src/summaryview.c
7732                 new filtering action : forward and forward as attachment
7733
7734         * src/main.c
7735                 no need for $DISPLAY when we run sylpheed --help
7736                 call to parse_cmd_opt() is moved
7737
7738         * src/mainwindow.[ch]
7739                 execute button is hidden when immediate execute
7740                 is chosen
7741
7742         * src/mh.c
7743         * src/news.c
7744         * src/prefs_folder_item.c
7745         * src/procmsg.c
7746                 better handling of missing directories
7747
7748         * src/summaryview.c
7749                 reedit is enabled in outbox
7750                 reedit is enabled in queue
7751
7752 2001-05-17 [hoa]
7753
7754         * src/filtering.c
7755         * src/matcher.[ch]
7756         * src/prefs_filtering.c
7757                 changed attachement into attachment
7758
7759 2001-05-17 [alfons]
7760
7761         0.4.67claws4    
7762
7763         * sync with sylpheed 0.4.67cvs9
7764         * sync with sylpheed 0.4.67cvs7-8
7765
7766 2001-05-17 [hoa]
7767
7768         * src/Makefile.am
7769                 added prefs_filtering.c
7770
7771         * src/filtering.[ch]
7772         * src/matcher.[ch]
7773                 removed action : forward_news and forward_news_as_attachement
7774                 (forward and forward_as_attachement can be used instead)
7775
7776         * src/mainwindow.c
7777                 added menu option to access filtering configuration
7778
7779         * src/prefs_account.c
7780                 changed mail_command default to /usr/sbin/sendmail
7781
7782         * added src/prefs_filtering.[ch]
7783                 dialog box for filtering configuration
7784
7785         * src/prefs_matcher.c
7786                 added function prefs_matcher_get_criteria_from_matching()
7787
7788         * src/prefs_scoring.c
7789                 reset the dialog when register or substitute is clicked
7790
7791 2001-05-15 [hoa]
7792
7793         * src/Makefile.am
7794                 added filtering.[ch]
7795         * src/inc.c
7796                 using filering.[ch] instead of filter.[ch]
7797         * src/main.c
7798                 reading new filtering configuration
7799         * src/matcher.[ch]
7800                 added some filtering actions
7801                 and fixed a bug for headers and mail body matching
7802         * src/mbox.c
7803                 using filering.[ch] instead of filter.[ch]
7804         * src/mh.c
7805                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
7806         * src/summaryview.c
7807                 some fixes for filtering
7808
7809 2001-05-14 [hiroyuki]
7810
7811         * src/send.c: fixed some weird indentations.
7812           send_message_with_command(): call pclose() only if p != NULL.
7813         * src/textview.c: get_email_part(): modified the code for readability.
7814
7815 2001-05-14 [hiroyuki]
7816
7817         * src/md5global.h
7818           src/md5ify.c
7819           src/md5ify.h: removed from the cvs.
7820
7821 2001-05-13 [sergey]
7822
7823         * src/main.c: include rfc2015.h to avoid compiler warnings.
7824         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
7825         the panel is already on screen.
7826         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
7827         closing the alert window by ESC as "No".
7828         * src/prefs_common.c (prefs_interface_create): moved return
7829         receipt check button to the correct place.
7830
7831 2001-03-13 [alfons]
7832
7833         * src/prefs_common.c: 
7834                 moved return receipt check button to the Send tab. (prefs_send_create)
7835                 removed the date format ui related globals. (prefs_display_create)
7836
7837         0.4.67claws3
7838         
7839         * sync with sylpheed 0.4.67cvs5-6
7840
7841 2001-05-13 [paul]
7842
7843         * added Alfons' font selection patch
7844
7845         * src/defs.h
7846         * src/headerwindow.c
7847         * src/prefs_common.c
7848         * src/prefs_common.h
7849
7850 2001-05-13 [hoa]
7851         * src/defs.h
7852                 changed version of cache
7853         * src/matcher.[ch]
7854         * src/prefs_matcher.c
7855                 added additionnal matching criteria
7856         * src/procheader.c
7857         * src/procmsg.[ch]
7858         * src/news.c
7859                 added references in MsgInfo
7860
7861 2001-05-12 [hoa]
7862
7863         * src/defs.h
7864                 prepared some things for new filtering
7865         * src/matcher.[ch]
7866                 added some matching properties
7867                 inreplyto need to be enhanced
7868                 prepared some things for new filtering
7869         * src/messageview.c
7870                 added Return-Receipt-To handling
7871         * src/prefs_folder_item.c
7872                 changed default value to TRUE
7873         * src/prefs_matcher.c
7874                 added some matching properties
7875         * src/prefs_scoring.[ch]
7876                 the scoring dialog is finished
7877         * src/procheader.c
7878                 added Return-Receipt-To handling
7879                 Reference need to be added
7880         * src/procmsg.[ch]
7881                 added Return-Receipt-To handling
7882                 added threadscore to get a better score sorting when
7883                 threads are enabled
7884         * src/summaryview.c
7885                 suppressed a bug when we sort the list
7886                 when no folder is opened.
7887                 better score sorting when threads are enabled
7888
7889 2001-05-12 [alfons]
7890
7891         * reverted previous patch because of potential errors 
7892
7893         0.4.67claws2
7894         
7895         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
7896                 applied "toggle mail-retrieval dialog window" patch submitted 
7897                 by Eric Limpens <eric@qnt.net>
7898
7899         * sync with sylpheed 0.4.67cvs4
7900
7901 2001-05-12 [sergey]
7902
7903         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
7904         some picky compilers.
7905         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
7906         * src/grouplist_dialog.c: include alertpanel.h.
7907         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
7908         fix compile warning.
7909         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
7910         #include "defs.h" before others to prevent the warning of `MIN'
7911         and `MAX' redefinition.
7912
7913 2001-05-11 [hoa]
7914
7915         * src/main.c
7916         * src/messageview.c
7917         * src/prefs_account.c
7918         * src/prefs_display_header.c
7919                 removed warning
7920         * src/Makefile.am
7921                 added prefs_scoring.[ch]
7922         * src/grouplist_dialog.c
7923                 display an error dialog box if the group list
7924                 cannot be fetched.
7925         * src/mainwindow.[ch]
7926                 added main_window_set_thread_option() function
7927                 scoring dialog box enabled
7928         * src/matcher.[ch]
7929                 added flags matching unread /new / marked
7930                 / deleted / replied / forwarded
7931         * src/news.c
7932                 newsgroups are now finally in newscache
7933         * src/prefs_matcher.[ch]
7934                 finished preferences for matching dialog
7935         * added src/prefs_scoring.[ch]
7936                 scoring dialog box completed
7937         * src/scoring.[ch]
7938                 conversion to string : added scoringprop_to_string()
7939                 write config for preferences :
7940                 added prefs_scoring_write_config()
7941         * src/summaryview.c
7942                 threads can be enabled/disabled independently
7943                 for each folder
7944
7945 2001-05-10 [alfons]
7946
7947         0.4.67claws1
7948         
7949         * AUTHORS: 
7950                 thought it would be nice to have a list of all
7951                 contributors (used Changelog as a reference)
7952         
7953         * configure.in: 
7954                 messed up version numbering...
7955
7956         0.4.66claws1
7957
7958         * sync with sylpheed 0.4.67cvs1-3
7959
7960 2001-05-10 [darko]
7961
7962         * src/prefs_common.c:
7963                 better UI for strftime format, double clicking
7964                 on format now inserts the format in text entry
7965                 replaced close button with standard OK/Cancel
7966                 moved date format button to the right of the
7967                 text entry field
7968
7969 2001-05-09 [alfons]
7970
7971         * src/gtkstext.c:
7972                 Ctrl-Home / Ctrl-End have proper cursor navigation
7973
7974 2001-05-09 [hoa]
7975
7976         * src/prefs_matcher.c
7977                 finished UI to define matching properties
7978                 added ok and cancel button
7979         * src/prefs_filter.c
7980                 added ok and cancel button
7981         * src/news.c
7982                 fixed some bug in xhdr parsing
7983
7984 2001-05-08 [alfons]
7985
7986         * src/textview.c: 
7987                 fixed a bug in textview_show_header(), which displayed two colons (':');
7988                 cleaned up some warnings
7989
7990 2001-05-08 [hoa]
7991
7992         * src/Makefile.am
7993                 added prefs_matcher.[ch]
7994                 compilation with -W -Wall
7995         * src/alertpanel.c
7996                 ungrab the mouse events if grabbed - does it
7997                 fix the bug for disposition notification ?
7998         * src/mainwindow.c
7999                 added a menu option to open the matching dialog.
8000         * src/matcher.[ch]
8001                 added matcherprop_to_string() and matcherlist_to_string()
8002                 fixed some bugs, changed the name of some options
8003                 age_sup and age_inf becomes age_greater and age_lower,
8004                 body and messageheaders becomes body_part and headers_part,
8005                 changed the names of constants from SCORING_XXX to MATCHING_XXX
8006         * src/prefs_display_header.c
8007         * src/prefs_headers.c
8008                 fixed a bug that accidentally destroyed dialogs
8009                 when closed them with delete_event
8010                 Added *_deleted() which handle delete_event signal correctly.
8011         * src/prefs_folder_item.[ch]
8012                 added "enable_thread" field for future customization
8013         * added src/prefs_matcher.[ch]
8014                 sample of the UI to define matching properties
8015         * src/procheader.c
8016                 using procheader_headername_equal instead of str*cmp functions
8017                 using procheader_parse_header() function
8018         * src/scoring.c
8019                 using MATCHING_XXX instead of SCORING_XXX
8020         * src/summaryview.c
8021                 display the sender of the news even if this is ourself
8022                 when this is a news message.
8023         * src/textview.c
8024                 using headername_equal() instead of str*cmp functions
8025
8026 2001-05-08 [alfons]
8027
8028         0.4.66claws
8029
8030         * sync with sylpheed 0.4.66
8031         * src/gtkstext.c: trace logs added 
8032
8033 2001-05-08 [sergey]
8034
8035         * src/prefs_common.[ch]: added option to enable/disable GnuPG
8036         signature check popup.
8037         * src/rfc2015.c (check_signature): show signature check popup only
8038         if it is enabled in preferences.
8039
8040 2001-05-07 [alfons]
8041
8042         0.4.66claws4
8043         
8044         * sync with sylpheed 0.4.66cvs6
8045
8046 2001-05-07 [darko]
8047
8048         * src/prefs_common.[ch]: added option to enable/disable
8049           looking up sender name in address book for summary pane
8050         * src/summaryview.c: look up sender in the address book
8051           by using Alfons' address completion code
8052
8053 2001-05-07 [hiroyuki]
8054
8055         * src/inc.h
8056           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
8057           member of Pop3State.
8058         * src/news.c: brought #include "defs.h" before #include <glib.h>
8059           to prevent the warning of `MIN' and `MAX' redefinition.
8060
8061 2001-05-06 [hoa]
8062
8063         * removed src/headers_display.[ch]
8064         * removed src/prefs_display_headers.[ch]
8065         * src/inc.c
8066                 use a temporary file in the user directory for mbox import
8067         * src/news.c
8068                 added XHDR support to get "To" and "Cc" headers
8069                 (in order to match news with to or cc field for
8070                 scoring)
8071                 added function news_parse_xhdr() to get XHDR response
8072         * src/nntp.[ch]
8073                 added function nntp_xhdr()
8074         * src/matcher.c
8075                 fetch the message if necessary
8076
8077 2001-05-06 [alfons]
8078
8079         0.4.66claws3
8080
8081         * sync with sylpheed 0.4.66cvs3-5
8082
8083 2001-05-06 [hoa]
8084
8085         * src/utils.[ch]
8086                 added function itos_buf() to enable use of several buffers
8087         * src/summaryview.c
8088                 use of itos_buf() instead of itos() in summary list
8089                 to fix the broken display of message number.
8090
8091 2001-05-06 [alfons]
8092
8093         * src/gtkstext.c: bug in cursor up navigation fixed,
8094                 fixed another unsigned / signed comparison (we're getting there :-)
8095
8096 2001-05-06 [hoa]
8097
8098         * src/Makefile.am
8099                 added scoring.c scoring.h
8100                 prefs_folder_item.c prefs_folder_item.h
8101                 matcher.c matcher.h
8102         * src/defs.h
8103                 added FOLDERITEM_RC SCORING_RC
8104         * src/folder.[ch]
8105                 added prefs field in FolderItem :
8106                 properties for each folder (PrefsFolderItem),
8107                 sorting type and mode were added as the first properties.
8108         * src/main.c
8109                 read config for scoring
8110         * added src/matcher.[ch]
8111                 gives functions to parse configuration file to do
8112                 matching on mails with a list of conditions.
8113         * src/mainwindow.c
8114                 add option to sort by score
8115         * src/prefs_common.[ch]
8116                 added preference option to show score and for
8117                 the score column size
8118         * added src/prefs_folder_item.[ch]
8119                 properties for each folder (PrefsFolderItem),
8120                 sorting type and mode were added as the first properties.
8121         * src/procheader.[ch]
8122                 added procheader_parse_header()
8123                 added procheader_header_free()
8124                 added procheader_headername_equal()
8125                 and made modification to use them.
8126         * src/procmsg.[ch]
8127                 added score field to MsgInfo structure
8128         * added src/scoring.[ch]
8129                 gives functions to parse configuration file to do
8130                 scoring on mails with a list of conditions.
8131         * src/summaryview.[ch]
8132                 save the sorting type and mode for the folder
8133                 added column to display the score of the mail
8134                 added function summary_score_clicked()
8135                 sorting type and mode are restored to the folder
8136                 when it is reopen
8137         * src/textview.c
8138                 use procheader_parse_header(), procheader_headername_equal()
8139                 removed memory leak in text_scan_header when freeing headers
8140         * src/filter.c
8141                 changed the function to match names of headers
8142                 using procheader_headername_equal()
8143
8144         Scoring functions are implemented, an interface is needed
8145         to configure that.
8146
8147 2001-05-04 [alfons]
8148
8149         * src/gtkstext.c: 
8150                 hopefully fixed the row up navigation bug,
8151                 removed adding back / forward lines to cache
8152
8153 2001-05-04 [sergey]
8154
8155         * src/prefs_display_headers.c: user interface changes:
8156         (prefs_display_headers_create): remove unused "Show" check button;
8157         allow reordering of headers by dragging.
8158         (prefs_display_headers_write_config): remove unused variables.
8159         (prefs_display_headers_set_dialog): do not insert "(New)" at top
8160         of lists (not needed with the new UI).
8161         (prefs_display_headers_set_list): scan lists starting from row 0,
8162         not 1 (do not skip "(New)").
8163         (prefs_display_headers_find_header): new function.
8164         (prefs_display_headers_clist_set_row): do not allow duplicates.
8165         (prefs_display_headers_delete_cb): do not skip row 0; treat
8166         closing the alert window by ESC as "No".
8167         (prefs_display_headers_up): do not protect row 0.
8168         (prefs_display_headers_down): do not protect row 0.
8169
8170 2001-05-04 [sergey]
8171
8172         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
8173         functions.
8174
8175         * src/summaryview.c
8176         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
8177         summary_select_next_marked, summary_select_prev_marked): new
8178         functions.
8179
8180 2001-05-03 [sergey]
8181
8182         * src/news.c: fixed a bug when no article can be fetched after
8183         server timeout if the connection was restored by news_post():
8184         (news_select_group): new function.
8185         (news_fetch_msg): call news_select_group() before fetching
8186         article.
8187         (news_get_uncached_articles): set session->group after successful
8188         GROUP command.
8189
8190 2001-05-03 [hoa]
8191
8192         * src/defs.h
8193         * src/procmsg.[ch]
8194         * src/procheader.c
8195                  changed version of cache, added cc field
8196
8197         * src/prefs_display_headers.c
8198                 the interface was changed
8199
8200         * src/prefs_headers.c
8201                 added cancel button
8202
8203 2001-05-03 [alfons]
8204
8205         * completed sync of sylpheed cvs2
8206         * src/gtkstext.c: updated row up / down cursor navigation
8207         * src/textview.c: re-edited, prepared for fixing the email address
8208                 scanner.
8209
8210 2001-05-03 [darko]
8211
8212         * src/prefs_common.c: use alfons' strftime ui code
8213         entry_datefmt and datefmt_sample widgets have to be
8214         global in this module because of this change
8215
8216 2001-05-03 [hoa]
8217
8218         * src/messageview.c
8219         * src/prefs_common.[ch] added option to activate the return receipt
8220                 feature.
8221
8222 2001-05-02 [alfons]
8223
8224         * src/gtkstext.c: fix for row up/down cursor navigation. 
8225
8226         0.4.66claws2
8227         
8228         * sync with 0.4.66cvs2
8229
8230 2001-05-02 [paul]
8231
8232         added add-sender-to-addressbook patch
8233
8234         * src/addressbook.c
8235         * src/addressbook.h
8236         * src/summaryview.c
8237
8238 2001-05-02 [sergey]
8239
8240         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
8241         G_ALERTDISABLE.
8242
8243         * src/alertpanel.c (alertpanel_create): new argument can_disable,
8244         all existing callers changed to pass FALSE; create a check button
8245         to disable the message.
8246         (alertpanel_message_with_disable): new function.
8247         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
8248         (alertpanel_button_toggled): new function.
8249         (alertpanel_button_clicked, alertpanel_close): set value using
8250         G_ALERT_VALUE_MASK.
8251
8252         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
8253
8254         * src/prefs_common.c (prefs_privacy_create): new check button
8255         checkbtn_gpgme_warning.
8256
8257         * src/main.c (main): moved preferences reading before gpgme
8258         initialization; check prefs_common.gpgme_warning before giving the
8259         GnuPG warning and set it to FALSE if the user wants to disable the
8260         warning.
8261
8262 2001-05-02 [hiroyuki]
8263
8264         * src/prefs_display_headers.c: modified the layout and some labels.
8265
8266 2001-05-02 [sergey]
8267
8268         * src/prefs_account.c (prefs_account_fix_size): new function.
8269         (prefs_account_create): call prefs_account_fix_size(); use
8270         gtk_widget_show instead of gtk_widget_show_all (fixes too large
8271         size when the window is shown for the first time).
8272         (prefs_account_basic_create): changed layout of serv_table; moved
8273         localmbox_entry above smtpserv_entry (logically it replaces
8274         POP3/IMAP server).
8275         (prefs_account_protocol_activated): set sensitivity of
8276         nntpauth_chkbtn according to the protocol (in addition to
8277         hide/show); commented out gtk_table_set_row_spacing() calls.
8278         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
8279         not sensitive (fixes a bug with disabled username/password boxes
8280         when editing POP3 account after NNTP with authentication).
8281
8282 2001-05-02 [hoa]
8283
8284         * src/account.c
8285         * src/inc.c
8286         * src/prefs_account.[ch]
8287         * src/send.c
8288                 removed local account without SMTP server
8289                 added option to use mail command instead of a connexion
8290                 to SMTP server when a local account is used
8291         * src/prefs_headers.c
8292                 fixed a bug
8293         * src/news.c
8294                 fixed a bug when connexion immediately closed
8295
8296 2001-05-01 [alfons]
8297
8298         0.4.66claws1
8299         
8300         * sync with 0.4.65
8301
8302 2001-05-01 [sergey]
8303
8304         * src/prefs_account.c (Basic, prefs_account_basic_create): new
8305         widget nntpauth_chkbtn.
8306         (prefs_account_protocol_activated): handle nntpauth_chkbtn
8307         visibility.
8308         (prefs_account_nntpauth_toggled): new function.
8309
8310         * src/news.c (news_session_new_for_folder): use NNTP
8311         authentication only if ac->use_nntp_auth is set.
8312
8313 2001-05-01 [hoa]
8314
8315         * src/Makefile.am changed headers.[ch] in customheader.[ch]
8316         * src/prefs_display_headers.c changed the UI
8317         * src/prefs_headers.c changed account_name to account_id
8318         * src/compose.c using customheader.h
8319
8320 2001-05-01 [hiroyuki]
8321
8322         * src/esmtp.c
8323           src/news.c
8324           src/nntp.c: changed sock_read() to sock_gets(), they've been left
8325           unsynched.
8326
8327 2001-05-01 [hoa]
8328
8329         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
8330         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
8331                 for displaying of headers
8332         * src/grouplist_dialog.[ch] minor changes to remove warnings
8333         * src/prefs_display_headers.[ch] dialog to choose the
8334         headers to display in the mail viewer.
8335         * src/headers.h correction of #define
8336         * src/headers_display.[ch] configuration for displaying of headers.
8337         * src/main.c read config of displaying of headers
8338         * src/prefs_common.c add a button to access the config dialog
8339                 for displaying of headers
8340         * src/prefs_display_headers.[ch] dialog for configuration for
8341                 displaying of the headers.
8342         * src/prefs_headers.c cleaning of code
8343         * src/procheader.c comments added to code
8344         * src/textview.c changes to reorder the headers depending
8345                 on the config for displaying of headers
8346
8347 2001-04-30 [alfons]
8348
8349         0.4.65claws7
8350
8351         * sync with 0.4.65cvs12
8352
8353         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
8354
8355 2001-04-30 [sergey]
8356
8357         * src/nntp.h (NNTPSockInfo): new field auth_failed.
8358
8359         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
8360         is set to force reconnection after authentication failure.
8361         (nntp_gen_command): set sock->auth_failed on authentication
8362         failure, or if sock->userid and sock->passwd are not set.
8363
8364         * src/news.c (news_session_new_for_folder): set userid=NULL if
8365         password dialog is cancelled.
8366
8367 2001-04-30 [sergey]
8368
8369         * src/nntp.h (NNTPSockInfo): new type.
8370
8371         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
8372         SockInfo.
8373         (nntp_open_auth, nntp_close): new functions.
8374         (nntp_gen_command): new function to handle authentication; all
8375         NNTP command functions updated to use it.
8376         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
8377         (nntp_list): removed old useless code.
8378
8379         * src/news.h (NNTPSession): new field nntp_sock.
8380
8381         * src/news.c: all functions updated to use NNTPSockInfo instead of
8382         SockInfo.
8383         (news_session_new): new arguments (userid, passwd); made static;
8384         use nntp_open_auth() if needed.
8385         (news_session_destroy): use nntp_close() instead of sock_close().
8386         (news_query_password): changed arguments.
8387         (news_session_new_for_folder): new function.
8388         (news_session_get): use news_session_new_for_folder().
8389         (news_authenticate): deleted.
8390         (news_get_uncached_articles): removed old authentication code.
8391
8392 2001-04-30 [sergey]
8393
8394         * src/news.c: reverted my previous changes (need to do NNTP
8395         authentication in a cleaner way).
8396         
8397 2001-04-29 [sergey]
8398
8399         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
8400         news_nntp_post, news_nntp_mode): new functions (wrappers with
8401         authentication support).
8402         (news_get_article_cmd, news_get_article, news_get_header): new
8403         argument "folder"; all callers changed.
8404         (news_get_article_cmd): added authentication support.
8405         (news_session_get): use news_nntp_mode() instead of nntp_mode().
8406         (news_post): use news_nntp_post() instead of nntp_post().
8407         (news_get_uncached_articles): use news_nntp_group() instead of
8408         nntp_group() and news_nntp_xover() instead of nntp_xover();
8409         removed old authentication code.
8410         (news_get_group_list): use news_nntp_list() instead of nntp_list().
8411
8412         * src/nntp.c (nntp_list): return real error code instead of
8413         hardcoded NN_ERROR.
8414
8415 2001-04-29 [sergey]
8416
8417         * configure.in: fixed wint_t typedef detection again
8418
8419 2001-04-28 [hoa]
8420
8421         * src/prefs_account.[ch], added A_LOCAL_CMD
8422                 (send mail with mail command)
8423         * src/send.c added function send_message_with_command()
8424         * src/inc.c made a more secure get_spool() function with
8425                 mktemp() but maybe mkstemp() or something more
8426                 secure can be used.
8427
8428 2001-04-28 [alfons]
8429
8430         * src/textview.c, colorization of email addresses in headers
8431
8432         0.4.65claws6
8433
8434         * bug sync with sylpheed
8435         * prefs_common.c: created date format ui for darko
8436         * sync with 0.4.65cvs11
8437         * configure.in: corrected to have the new gpg checks
8438
8439 2001-04-27 [alfons]
8440
8441         * completed sync with 0.4.65cvs10
8442         * minor debug things added to gtkstext.c
8443
8444 2001-04-27 [darko]
8445
8446         * configure.in: remove check for availability of
8447           strftime() as advised by Hiroyuki
8448         * src/prefs_common.[ch], src/procheader.c:
8449           synch strftime() code with Hiroyki's main branch
8450
8451 2001-04-26 [sergey]
8452
8453         * src/news.c: news_query_password(), news_authenticate(): new
8454           functions.
8455           news_get_uncached_articles(): added NNTP authentication
8456           handling.
8457         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
8458           new functions.
8459         * src/prefs_account.c: prefs_account_protocol_activated():
8460           enable userid and password fields for NNTP.
8461
8462 2001-04-26
8463
8464         * configure.in: check for availability of strftime()
8465           [darko]
8466         * src/prefs_common.[ch], src/procheader.c: use
8467           strftime() for displaying date in summary pane if it
8468           is available
8469
8470 2001-04-25
8471
8472         * more .cvsignore cleanups [alfons]
8473
8474 2001-04-25
8475
8476         * ac/sv-check-type.m4: new autoconf macro.
8477         * configure.in: fixed wint_t typedef detection (did not work
8478           with gcc-2.96).
8479
8480 2001-04-25
8481
8482         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
8483           [hiroyuki]
8484
8485 2001-04-24
8486         * modified gtkstext.c : buggy cursor navigation fixed, 
8487           and font descent also taken in account when drawing
8488           cursor. [alfons]
8489
8490 2001-04-24 [hoa]
8491         * added comments in src/news.c src/nntp.c
8492         * added src/prefs_headers.[ch]
8493         * added src/headers.[ch]
8494         * modified compose.c to activate custom headers
8495                 added function is_in_custom_headers
8496         * modified prefs_account.[ch]
8497                 added function prefs_account_customhdr_edit
8498         * modified src/defs.h :
8499                 added HEADERS_RC : name of the config file
8500                 for the custom headers
8501
8502 2001-04-24
8503
8504     0.4.65claws5
8505
8506         * configure.in
8507           src/gtkstext.[ch]
8508           src/compose.c
8509           src/Makefile.am
8510           
8511           added gtkstext with configure.in patch by Hiroyuki which
8512           should fix the XIM detection [alfons]
8513
8514         * more clean up of cvs [alfons]
8515
8516                  * removed all Makefile.in files to attic.
8517
8518                  * updated all .cvsignores to really ignore things that could
8519                    be unintentionally committed by a recursive commit.
8520
8521 2001-04-23 [hoa]
8522         * added src/grouplist_dialog.[ch]
8523         * changed src/folderview.c to call grouplist_dialog instead
8524                 of inputdialog
8525         * src/news.c :
8526                 added functions news_reset_group_list
8527                 and news_get_group_list
8528         * src/nntp.c :
8529                 added function nntp_list
8530         * src/defs.h :
8531                 added GROUPLIST_FILE : name of the newsgroup list cache file
8532
8533 2001-04-21
8534
8535         * added option to warn about queued messages on exit [sergey]:
8536
8537           * src/compose.c: compose_queue(): call folder_item_scan()
8538             and folderview_update_item() after queueing.
8539           * src/folderview.c: folderview_update_node(): draw the queue
8540             folder in bold font if there are queued messages.
8541           * src/mainwindow.c: queued_messages(): new function.
8542             app_exit_cb(): display warning if there are queued messages
8543             if warn_queued_on_exit is set.
8544           * prefs_common.[ch]: add warn_queued_on_exit option.
8545
8546         * enhanced GnuPG key selection support [sergey]:
8547
8548           * src/select-keys.c: updated to newer version from Win32
8549             branch with support for selecting arbitrary keys.
8550           * src/prefs_account.c: added the Privacy tab to the account
8551             options window.
8552             prefs_account_privacy_create(),
8553             prefs_account_sign_key_set_data_from_radiobtn(),
8554             prefs_account_sign_key_set_radiobtn(): new functions.
8555           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
8556           * src/rfc2015.c: set_signers(): new function.
8557             pgp_sign(): add the account parameter, call set_signers().
8558             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
8559           * src/rfc2015.h: rfc2015_sign(): updated prototype.
8560           * src/compose.c: pass the current account to rfc2015_sign().
8561
8562         * tag name claws added to prevent confusion with main branch [alfons]
8563
8564         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
8565
8566         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
8567
8568         * sync with recent sylpheed cvs. Untested though. [alfons]
8569