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