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