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