8438bd08ca2f102576f145d5a71ced3eed4cb28f
[claws.git] / ChangeLog.claws
1 2002-02-15 [paul]       0.7.1claws5
2
3         * sync with sylpheed 0.7.1cvs9
4                 see ChangeLog entry 2002-02-15
5
6         * po/POTFILES.in
7                 remove unneeded headerwindow.c entry
8
9 2002-02-14 [carsten]    0.7.1claws4
10         * src/summaryview.c
11                 fixed a bug for "Go to next unread message": there was
12                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13                 in the prefs, because of doing "Search again" instead
14                 "No"
15
16 2002-02-14 [carsten]    0.7.1claws3
17         * src/stock_pixmap.c
18                 removed 2 more mem leaks; following memprof,
19                 this code is "leak free" now :)
20
21 2002-02-14 [carsten]    0.7.1claws2
22         * src/stock_pixmap.c
23                 used opendir/readdir/closedir instead of scandir
24                 -> code should work now on Solaris
25
26 2002-02-14 [paul]       0.7.1claws1
27
28         * sync with sylpheed 0.7.1cvs8
29                 see ChangeLog entries 2002-02-13 and 2002-02-14
30
31         * README.claws
32                 add some description of Actions and Pixmap Themes
33
34 2002-02-13 [paul]       
35
36         * version 0.7.1claws release
37
38 2002-02-13 [paul]       0.7.1claws
39
40         * po/es.po
41           po/it.po
42           po/pt_BR.po
43                 updated translations, submitted by Ricardo Mones Lastra,
44                 Alessandro Maestri and Fabio Junior Beneditto
45
46 2002-02-13 [melvin]     0.7.0claws75
47
48         * src/prefs_actions.c
49                 Added missing "signal.h" include
50
51 2002-02-13 [melvin]     0.7.0claws74
52
53         * src/prefs_folder_item.c
54                 Added missing "config.h" include
55         * po/fr.po
56                 Updated French translation for folder propriety.
57
58 2002-02-13 [jens]       0.7.0claws73
59
60         * po/POTFILES.in
61                 Added missing src/prefs_folder_item.c [log added by melvin]
62         * po/de.po
63                 Updated German translation.
64
65 2002-02-13 [melvin]     0.7.0claws72
66
67         * po/fr.po
68                 Updated French translation.
69
70 2002-02-13 [melvin]     0.7.0claws71
71
72         * src/gtkutils.c
73                 Made gtkut_editable_get_selection return NULL if selection
74                 is of length zero.
75                 This fixes a bug where selecting part of message A then
76                 switching to message B and replying to it will not
77                 quote the message's body.
78
79 2002-02-12 [paul]       0.7.0claws70
80
81         * src/mainwindow.c
82                 cosmetic, relating to pixmap themes: on toolbar make 
83                 updating of 'Exec' and 'Compose news/Compose email'
84                 icons faster.
85
86 2002-02-12 [carsten]    0.7.0claws69
87         * src/folderview.c
88           src/mainwindow.[ch]
89           src/stock_pixmap.c
90           src/summaryview.c
91           src/prefs_common.c
92                 - refreshing after changing pixmap theme better
93                   now (thanks Paul)
94                 - wanted to remove some mem leaks, but alfons was
95                   faster (and had the better solution ;)
96
97 2002-02-12 [alfons]     0.7.0claws68
98
99         * src/prefs_common.c
100         * src/stock_pixmap.[ch]
101                 plug mem leaks, refactor code a little bit
102
103
104 2002-02-12 [sergey]     0.7.0claws67
105
106         * src/imap.c
107                 Fixed problem with copying messages to IMAP folders when the
108                 server uses something other than '/' as a namespace separator
109                 (cyrus-imapd uses '.').
110
111 2002-02-12 [jens]       0.7.0claws66
112
113         * po/de.po
114                 Updated German Translation
115
116 2002-02-12 [paul]       0.7.0claws65
117
118         * sync with sylpheed 0.7.1cvs1
119                 see ChangeLog entry 2002-02-12
120
121 2002-02-12 [melvin]     0.7.0claws64
122
123         * src/prefs_actions.c
124                 Fixed "feature" where children's output was duplicated 
125                 instead of refreshed while monitoring.
126                 Removed some debug code.
127
128 2002-02-12 [christoph]  0.7.0claws63
129
130         * src/compose.c
131                 always delete message from queue after sending/send error
132                 (closes bug #509601)
133
134 2002-02-12 [melvin]     0.7.0claws62
135
136         * src/prefs_actions.c
137                 Children wait loop is now triggered with a timeout of 1s
138                 Added %F which is replaced with the list of filenames 
139                 of all selected messages (as suggested by Ricardo Mones Lestra)
140                 Pipe syntax changed. Prefix with | to send selection, postfix
141                 with | to retrieve output. Prefix with > or * to send
142                 user definable input to the command (*: input is hidden)
143                 Old pipe action should now be postfixed with |, too.
144
145 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
146         * src/stock_pixmap.c
147                 fixed a bug: if there's no theme directory don't
148                 throw an error, just do "nothing" (thanks Alfons)
149
150 2002-02-12 [carsten]    0.7.0claws60
151         * src/folderview.c
152           src/summaryview.c
153                 had to write the cache twice (nasty!); some marks would 
154                 get lost if not
155
156 2002-02-11 [carsten]    0.7.0claws59
157         * acconfig.h
158           configure.in
159           doc-src/maintainer_guide.txt
160           src/compose.[ch]
161           src/defs.h
162           src/folderview.[ch]
163           src/gtkutils.[ch]
164           src/mainwindow.[ch]
165           src/prefs_common.[ch]
166           src/stock_pixmap.[ch]
167           src/summaryview.[ch]
168                 pixmap theming and related work on pixmap
169                 handling on some other places
170                 (e.g. hrm features for all folder)
171           src/pixmap/stock_*.xpm -> the stock_ was removed
172         
173 2002-02-11 [paul]       0.7.0claws58
174
175         * sync with sylpheed 0.7.1 release
176                 see ChangeLog entries 2002-02-11
177
178 2002-02-08 [paul]       0.7.0claws57
179
180         * sync with sylpheed 0.7.0cvs39
181                 see ChangeLog entry 2002-02-07 (last entry) 
182
183         * src/prefs_actions.c
184           src/prefs_filtering.c
185           src/prefs_matcher.c
186           src/prefs_scoring.c
187                 sync: made it compile with C compilers other than gcc
188
189 2002-02-07 [paul]       0.7.0claws56
190
191         * sync with sylpheed 0.7.0cvs38
192                 see ChangeLog entries 2002-02-06 (last 2 entries) and
193                 2002-02-07
194
195 2002-02-07 [darko]      0.7.0claws55
196
197         * src/gtkutils.[ch]
198         * src/summaryview.c
199                 Fix const gchar */gchar * issue (thanks Hiro)
200
201 2002-02-07 [darko]      0.7.0claws54
202
203         * src/compose.[ch]
204         * src/filtering.c
205         * src/gtkutils.[ch]
206         * src/prefs_template.c
207         * src/quote_fmt.h
208         * src/quote_fmt_parse.y
209         * src/summaryview.c
210         * src/utils.[ch]
211                 When replying or forwarding an email don't quote the entire
212                 mail body but use the part of the message text that is selected
213
214 2002-02-06 [melvin]     0.7.0claws53
215
216         * src/prefs_common.[ch]
217         * src/gtkspell.[ch]
218         * src/compose.c
219                 Made possible to switch quickly to last used dictionary
220                 which makes checking bilingual documents easier.
221
222 2002-02-06 [melvin]     0.7.0claws52
223         
224         * po/POTFILES.in
225                 Added forgotten new file src/prefs_actions.c
226
227 2002-02-06 [melvin]     0.7.0claws51
228
229         * src/prefs_actions.c   ** NEW FILE **
230         * src/prefs_actions.h   ** NEW FILE **
231                 Added actions to execute on message text view, or on the
232                         message's file.
233         * src/Makefile.am
234                 Added src/prefs_actions.[ch]
235         * src/compose.c
236                 Added new menu "Edit/Actions"
237         * src/defs.h
238                 Added new actionsrc file.
239         * src/main.c
240                 Added actionsrc reading.
241         * src/mainwindow.c
242                 Added new menus "Edit/Actions" and "Configuration/Actions..."
243         * src/prefs_common.h
244                 Added new element actionslst element to prefs_common.
245
246 2002-02-06 [paul]       0.7.0claws50
247
248         * sync with sylpheed 0.7.0cvs36
249                 see ChangeLog entry 2002-02-06
250
251 2002-02-05 [paul]
252
253         * po/es.po
254                 updated by Ricardo Mones Lastra
255
256 2002-02-05 [paul]       0.7.0claws49
257
258         * sync with sylpheed 0.7.0cvs33
259                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
260
261 2002-02-05 [paul]       0.7.0claws48
262
263         * src/compose.c
264                 re-add 'Edit/Advanced/Delete entire line', previously named
265                 'Delete Line+'
266
267 2002-02-04 [paul]       0.7.0claws47
268
269         * src/compose.c
270           src/summaryview.c
271                 fix bug #494993 (Reply All not taking Reply-To into consi)
272                 eliminate differences in behaviour of right-click 'Reply to all' 
273                 in summary view and 'Reply to all' on the toolbar. 
274                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
275                 view and From gets ignored by 'Reply to all' on toolbar.
276                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
277                 From when no Reply-To header is present.
278
279 2002-02-04 [paul]       0.7.0claws46
280
281         * sync with sylpheed 0.7.0cvs30
282                 see ChangeLog entries 2002-02-03 and 2002-02-04
283
284 2002-02-03 [melvin]     0.7.0claws45
285
286         * src/gtkspell.[ch]
287                 Readded function to highlight all misspelled words.
288                 Fixed bug where user-provided-words did not replace
289                         correctly the misspelled word when using the mouse.
290                 Fixed bug where checking a region selected from right to left did
291                         not check the region at all.
292                 Fixed bug where 'Check backwards' may not check at all. 
293                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
294                 Fixed possible buffer overflow when checking for long strings (>1k).
295                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
296                 Accelerators code uses now gtk_widget_add_accel.
297                 Removed and disabled obsolete and unfinished code.
298                 Cleaning up.
299
300         * src/compose.c
301                 Added menu item to Highlight all misspelled words.
302
303 2002-02-01 [paul]       0.7.0claws44
304
305         * src/mainwindow.c
306                 fix '/View/Hide read messages' sensitivity when all
307                 messages in a folder are hidden
308
309 2002-02-01 [paul]       0.7.0claws43
310
311         * src/main.c
312                 add --send option to command line interface, sends all
313                 queued mail. Patch submitted by Ricardo Mones Lastra.
314
315 2002-01-31 [paul]       0.7.0claws42
316
317         * src/mainwindow.c
318                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
319
320 2002-01-31 [paul]       0.7.0claws41
321
322         * sync with sylpheed 0.7.0cvs27
323                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
324                 and 2002-01-31
325
326         * src/textview.c
327                 comment out elements of textview_show_part() as temporary
328                 workaround for attachment 'Display as text' bug 
329
330         * po/pt_BR.po
331                 updated by Fabio Junior Beneditto
332
333 2002-01-30 [paul]       0.7.0claws40
334
335         * sync with sylpheed 0.7.0cvs24
336                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
337                 and 2002-01-30
338
339         * src/compose.c
340                 add {N_("/_Spelling"), ... "<Branch>"} to 
341                 GtkItemFactoryEntry compose_entries[]
342
343         * src/prefs_common.c
344                 add claws menu items to prefs_keybind_apply_clicked()
345                 and remove non-claws menu items
346
347 2002-01-29 [paul]       0.7.0claws39
348
349         * sync with sylpheed 0.7.0cvs22
350                 see ChangeLog entries 2002-01-28 and 2002-01-29
351
352 2002-01-28 [melvin]     0.7.0claws38
353
354         * src/compose.c
355                 Added the declartion of compose_send_control_enter.
356
357         * src/compose.c
358         * src/gtkspell.[ch]
359                 Added in a 'Spelling' menu which includes the configuration menu. 
360                 Added a real 'Check all' and got rid from the old one which only
361                 highlited misspelled word.
362                 Made 'Check while typing' a disableable option.
363                 Added a dialog when there are no more misspelled word.
364                 Added a dialog if error occurs when switching to a dictionary.
365         
366         * src/prefs_common.[ch]
367                 Added option for the default 'Check while typing' option.
368
369
370 2002-01-28 [alfons]     0.7.0claws37
371
372         * src/compose.c
373                 fix buglet and make code comply with sylpheed code style
374
375 2002-01-28 [paul]       0.7.0claws36
376
377         * sync with sylpheed 0.7.0cvs19
378                 see ChangeLog entries for 2002-01-28
379
380 2002-01-28 [hoa]        0.7.0claws35
381
382         * src/defs.h
383                 added rendererrc
384
385         * src/main.c
386                 read the renderer config
387
388         * src/procmime.[ch]
389                 use the renderer config to convert mime attachments
390
391         * src/textview.c
392                 don't use textview_show_html/ertf,
393                 use get_text_content instead
394
395 2002-01-27 [alfons]     0.7.0claws34
396         
397         * src/news.c
398                 make sylpheed believe it can delete a news message...
399                 (messages are NOT deleted, maybe we should remove
400                 processing from the folder properties after all.)
401
402 2002-01-27 [alfons]     0.7.0claws33
403
404         * src/folder.c
405                 add extra checks
406         * src/news.c
407                 implement remove_msg() 
408
409 2002-01-27 [alfons]     0.7.0claws32
410
411         * src/procmsg.h
412         * src/procheader.c
413         * src/messageview.c
414                 fix return receipt / disposition notification again. this
415                 stuff seems to break on _every_ major summary UI change, so
416                 it's now implemented using a flag which is saved in the
417                 marks cache
418                 
419 2002-01-26 [alfons]     0.7.0claws31
420
421         * src/import.c
422                 let import dialog show the destination folder identifier
423
424 2002-01-26 [melvin]     0.7.0claws30
425
426         * src/folderview.c
427         * src/summaryview.c
428                 Readded 'Mark all read' into summary view popup menu
429                 Added 'Mark all read' in folder view popup menu for IMAP
430                 and NNTP.
431                 Made it insensitive if the selected folder is not the shown
432                 one to avoid 'Mark all read' on the wrong folder.
433                 
434 2002-01-26 [paul]       0.7.0claws29
435
436         * src/folderview.c
437           src/summaryview.c
438                 move 'Mark all read' from summary view to folder view
439                 menu. (adapted from) patch submitted by Jeremy Andrews,
440                 <lists@kerneltrap.com>
441
442 2002-01-25 [alfons]     0.7.0claws28
443
444         * src/gtkstext.c
445                 put the gtk class name back so GtkSText adapts the 
446                 settings of GtkText
447
448 2002-01-25 [alfons]     0.7.0claws27
449
450         * src/folderview.c 
451                 assimilate Ricardo's patch that shows pixmaps instead of
452                 plain "new" and "unread" texts in the folder view column
453                 headers 
454
455 2002-01-25 [paul]       0.7.0claws26
456
457         * src/Makefile.am
458                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
459                 be found in non-standard locations. 
460                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
461
462 2002-01-25 [paul]       0.7.0claws25
463
464         * sync with sylpheed 0.7.0cvs16
465                 see ChangeLog entry 2002-01-25
466
467 2002-01-24 [paul]       0.7.0claws24
468
469         * more sync with sylpheed 0.7.0cvs15
470                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
471
472 2002-01-23 [sergey]     0.7.0claws23
473
474         * src/importldif.c
475                 Fixed segfault when closing LDIF import wizard with
476                 the window manager.
477         * src/imageview.c
478         * src/imageview.h
479         * src/messageview.c
480         * src/mimeview.c
481                 Fixed wrong scrolling position after switching between
482                 text and image parts.
483
484 2002-01-23 [paul]       0.7.0claws22
485
486         * sync with sylpheed 0.7.0cvs15
487                 see ChangeLog entries 2002-01-22 and 2002-01-23
488
489 2002-01-21 [melvin]     0.7.0claws21
490
491         * src/prefs_scoring.c
492         * src/prefs_filtering.c
493                 Fixed bug where scoring and filtering windows stopped
494                 autochecking.
495
496 2002-01-21 [paul]       0.7.0claws20
497
498         * sync with sylpheed 0.7.0cvs12
499                 see ChangeLog entries 2002-01-20 and 2002-01-21
500
501 2002-01-21 [carsten]    0.7.0claws19
502         * src/mainwindow.c
503         * src/menu.[ch]
504         * src/messageview.[ch]
505         * src/summaryview.[ch]
506                 changes to shortcuts handling again:
507                         + "Q" now controled by mainwin
508                         + v/V are now customizable and have slightly
509                           different meanings
510                 the "button" to minimize the messageview (and maximize
511                 the summary view) is a real button now
512         * src/compose.c
513                 "Delete Line+" added to Edit/Advanced (this will also
514                 delete the '\n')
515
516 2002-01-20 [melvin] 0.7.0claws18
517
518         * src/addressbook.c
519                 Made "Bcc" sensitive when addressbook is called from
520                 compose window (it was a Claws only bug).
521
522 2002-01-19 [alfons] 0.7.0claws17
523
524         * src/inc.c
525                 prevent unnecessary updates when currently selected folder has
526                 no new messages 
527
528 2002-01-19 [alfons] 0.7.0claws16
529         
530         * src/summaryview.c
531                 prevent writing the cache based on current message list in summary 
532                 view when filtering also put messages in currently selected folder
533
534 2002-01-19 [paul]
535
536         * po/it.po
537                 Italian translation submitted by Alessandro Maestri
538                 <a.maestri@cs.tin.it>
539
540 2002-01-18 [melvin]     0.7.0claws15
541
542         * src/prefs_filters.c
543                 fixed bug where 'cancel' from 'filters' window stops autochecking
544                 if the timer timed out  when the window was open.
545
546 2002-01-18 [match]      0.7.0claws14
547
548         * src/addrclip.[ch]     ** NEW FILE **
549         * src/addrselect.[ch]   ** NEW FILE **
550         * src/adbookbase.h      ** NEW FILE **
551                 addressbook cut, copy and paste
552         * src/addrbook.[ch]
553         * src/addrcache.[ch]
554         * src/addressitem.h
555         * src/addrindex.[ch]
556         * src/addritem.[ch]
557         * src/importldif.c
558         * src/importmutt.c
559         * src/jpilot.[ch]
560         * src/syldap.[ch]
561         * src/vcard.[ch]
562         * src/jpilot.[ch]
563         * src/editbook.c
564         * src/editjpilot.c
565         * src/editldap.c
566         * src/editvcard.c
567                 support for copy/paste
568         * src/addressbook.c
569                 support for copy/paste
570                 tidy up menu option processing
571                 correct address list function arguments
572         * src/editaddress.c
573                 sort user attributes
574         * src/ldif.h
575         * src/mutt.h
576                 tidy up
577
578         * src/addrbook.[ch]
579         * src/addrbook.[ch]
580         * src/addrbook.[ch]
581                 
582
583 2002-01-18 [paul]       0.7.0claws13
584
585         * sync with sylpheed 0.7.0cvs8
586                 configure.in: support Mac OS X (Darwin)
587
588 2002-01-18 [carsten]    0.7.0claws12
589         * src/html.c
590                 small hack to fix a segfault with an empty href
591                 (reported by Alexandra Walford <deeni@altern.org>)
592         * src/mainwindow.c
593         * src/summaryview.c
594                 the shortcuts for Mark und Mark as unread are hardcoded
595                 again
596         * src/compose.c
597         * src/gtkstext.[ch]
598                 readded the shortcuts in gtkstext but made them
599                 customizeable (simply by adding a menu plus a wrapper
600                 to compose.c)
601
602 2002-01-17 [melvin]     0.7.0claws11
603
604         * src/gtkspell.c
605                 fix default dictionary not being saved.
606
607 2002-01-16 [darko]      0.7.0claws10
608
609         * src/compose.c
610                 fix wrapping crash with URL longer than wrapping margin
611
612 2002-12-08 [hoa]        0.7.0claws10
613
614         * src/matcher_parser_parse.y
615                 fixed some bugs
616
617         * src/prefs_filtering.c
618                 now, we can use bounce action in the dialog box.
619
620 2002-01-16 [carsten]    0.7.0claws9
621         * src/gtkstext.c
622                 removed the <control> and <alt> shortcuts because they're
623                 not needed and interefered with the "normal" shortcuts
624         * src/mainwindow.c
625         * src/summaryview.c
626                 removed most of the hardcoded shortcuts and assigned
627                 them to menu entries making them easy customizable by
628                 that
629
630 2002-01-16 |melvin]     0.7.0claws8
631
632         * src/gtkspell.c
633                 fixed bug where using the mouse and when the compose
634                 window is not on top may result in a crash.
635
636 2002-01-16 [melvin]     0.7.0claws7
637
638         * src/compose.c
639                 fixed a long standingspell checker bug which could 
640                 cause a crash after sending a message.
641
642 2002-01-16 [paul]       0.7.0claws6
643
644         * sync with sylpheed 0.7.0cvs7
645                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
646                 2002-01-15, and 2002-01-16
647
648 2002-01-16 [melvin]     0.7.0claws5
649
650         * README.claws
651         * src/compose.c
652         * src/gtkspell.[ch]
653         * src/main.c
654                 Heavily modified spell checker code to work around
655                 ispell bug, to add keyboard shortcuts and for future
656                 enhancements. See README.claws for usage information.
657
658 2002-01-15 [alfons]     0.7.0claws4
659         
660         * src/summaryview.c
661                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
662                 so sorting within threads reflects sort mode
663
664 2002-01-15 [christoph]  0.7.0claws3
665
666         * src/procmsg.c
667                 added alertpanel if mail sending failed
668
669 2002-01-15 [alfons]     0.7.0claws2
670         
671         * src/prefs_filtering.c
672                 don't stop timer when prefs filtering dialog is opened
673
674 2002-01-14 [alfons]     0.7.0claws1
675
676         * src/addr_compl.c
677         * src/prefs.c
678                 remove debug_print()s for privacy reasons
679
680 2002-01-14 [darko]      0.7.0claws
681
682         * README.claws
683                 quotation wrapping is now also in the main branch
684
685 2002-01-14 [paul]
686
687         * tools/filter_conv.pl
688                 allow for Boolean Op and case-sensitivity
689                 this file is included in the release and tagged
690                 'rel_0_7_0'
691
692 2002-01-13 [paul]       0.7.0claws
693
694         * release 0.7.0, with cvs tag 'rel_0_7_0'
695
696 2002-01-13 [paul]
697
698         * tools/filter_conv.pl
699         * tools/README
700                 rewritten to output to matcherrc instead of filteringrc
701
702         * po/es.po
703                 updated Spanish translation by Ricardo Mones Lastra
704
705 2002-01-13 [alfons]
706
707         * po/nl.po
708                 update dutch translation
709
710 2002-01-13 [paul]
711
712         * po/pt_BR.po
713                 Updated by Fabio Junior Beneditto 
714
715 2002-01-13 [melvin]     0.6.6claws53
716
717         * po/fr.po
718                 Updated french translation
719
720 2002-01-12 [alfons]     0.6.6claws52
721
722         * src/filtering.c
723                 plug mem leak that has been sitting there for ages              
724
725 2002-01-12 [alfons]     0.6.6claws51
726
727         * src/summaryview.c
728                 undo melvin's changes from 0.6.6claws48 because summary
729                 view now refuses to select first unread message when
730                 selecting a folder 
731
732 2002-01-11 [alfons]     0.6.6claws50
733
734         * src/import.c
735                 use claws' semantics for getting folder item when
736                 importing an mbox file into a folder 
737                 (submitted by Dale P. Smith)
738
739 2002-01-11 [christoph]  0.6.6claws49
740
741         * src/prefs.h
742                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
743                 toggle widget, because non static prefs can not use
744                 prefs_set_* functions
745         * src/prefs_account.c
746                 toggle smtp auth password field sensitivity if
747                 user id is empty and add descrition of usage for
748                 these fields
749         * src/prefs_folder_item.c
750                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
751                 callbacks
752
753 2002-01-11 [melvin]     0.6.6claws48
754
755         * src/compose.c
756                 fix the 'Ctrl-Enter' feature for sending and test really
757                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
758                 editables which was not documented in Gtk)
759
760         * src/summaryview.c
761                 Made summaryview refresh after sorting and not before.
762
763 2002-01-11 [christoph]  0.6.6claws47
764
765         * src/compose.c
766                 select account from account ids if possible and
767                 correctly set save folder for copy in reedit
768
769 2002-01-10 [paul]       0.6.6claws46
770
771         * sync with sylpheed 0.7.0 release
772                 see ChangeLog entries 2002-01-07, 2002-01-08 and
773                 2002-01-09
774
775 2002-01-09 [alfons]
776
777         * src/summaryview.c
778                 remove more dirt traces...
779
780 2002-01-09 [alfons]
781         
782         * src/summaryview.c
783                 clean up some traces of my debugging stuff
784
785 2002-01-09 [alfons]     0.6.6claws45
786
787         * src/filtering.c
788                 break up filteringprop_apply() in three separate pieces
789                 so we can drop messages that failed processing in the
790                 inbox
791
792         * src/summaryview.c
793                 fix bug #469598 "no refresh of inbox after filter" which 
794                 was introduced by the new summary view locking, and which 
795                 prevented the summary view to update after a manual filter 
796                 message. claw's filter message requires a summary_show().
797                 (aargh, summary_show() again! :-)
798                 
799 2002-01-07 [alfons]     0.6.6claws44
800
801         * src/headerwindow.c
802         * src/logwindow.c
803         * src/messageview.c
804         * src/sourcewindow.c
805                 bring in Hiro's last 0.7.0 wm class fixes
806
807         * tools/sylprint.pl
808                 bring in Ricardo's fix for sylprint script
809
810         * AUTHORS       
811         * src/rfc2015.[ch]
812         * src/prefs_common.[ch]
813         * src/prefs_account.[ch]
814         * src/compose.c
815                 clean up account preference poison in rfc2015,
816                 and preparation to fix double sign bug 
817                 (patch submitted by Simon 'corecode' Schubert) 
818
819 2002-01-07 [christoph]  0.6.6claws43
820
821         * src/mh.c
822                 search for free message number, do not only rely
823                 on last_num
824         * src/send.c
825                 fix smtp auth and use extra account information
826                 if available, if not use pop3 data instead
827                 (closes bug #500341)            
828         * src/ssl.[ch]
829                 match coding style
830
831 2002-01-06 [alfons]     0.6.6claws42
832
833         * src/mainwindow.c
834                 try making the separate windows work again...
835
836 2002-01-06 [alfons]     0.6.6claws41
837
838         * src/mainwindow.c
839                 adapt Hiro's separate window menu (to get rid of the funny
840                 duplicate menu items), and make it work again
841
842 2002-01-06 [alfons]     0.6.6claws40
843
844         * tools/Makefile.am
845         * tools/sylprint.rc
846         * tools/sylprint.pl
847         * tools/README.sylprint
848                 add sylprint script for printing mails from Sylpheed
849                 (contributed by Ricardo Mones Lastra)
850
851         * src/acount.c
852                 clean up
853
854 2002-01-06 [melvin]     0.6.6claws39
855
856         * src/mainwindow.c
857         * src/summaryview.c
858                 Fixed crash introduced in 0.6.6claws38 by the menu
859                 reorganisation (Hide read messages)
860         
861         * ChangeLog.claws 
862                 Fixed typo (we are now in 2002, alfons ;) )
863
864 2002-01-05 [alfons]     0.6.6claws38
865
866         * sync with sylpheed 0.6.6cvs10-17
867                 (last stuff marked as LAST_STABLE)
868
869 2002-01-04 [melvin]     0.6.6claws37
870
871         * src/account.c
872                 Made account selection code use strcasestr again instead of
873                 g_strcasecmp (fixes bug where reediting queued messages
874                 did not select proper account reported by T. Link).
875         
876         * src/folderview.c
877                 Fix bug where folder icons are not shown when 'hide read messages'
878                 is on.
879         
880         * src/stock_pixmaps.[ch]
881                 Added folder icons for 'hide read messages'.
882         
883         * src/compose.c
884                 Fixed bug where 'Enter' in a header entry will send the message 
885                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
886
887 2002-01-03 [melvin]     0.6.6claws36
888         
889         * src/prefs.[ch]
890                 Added popup menu for common preferences and
891                 account preferences (right click on tab displays
892                                 a menu of all tabs.)
893
894 2002-01-02 [melvin]     0.6.6claws35
895
896         * src/gtkspell.[ch]
897                 Made spelling code compatible with undo/redo feature.
898                 Added creation of suggestion mode menu for the general
899                         preferences.
900         
901         * src/prefs_common.[ch]
902                 Added option menu for the speller's suggestion mode.
903                 Added missing spaces in "..." buttons and made a "..."
904                         button non translatable!
905         
906         * src/compose.c
907                 Made speller use the default suggestion mode.
908                 Hack to make it possible to choose 'CTRL-Enter' as a
909                         shortcut for sending (and only for sending).
910
911         * src/prefs_folder_item.c
912                 Changing subject simplification does not update cache 
913                         anymore (because it is unnecessary).
914                 Fixed bug where changing subject simplification updated the 
915                         summaryview even when the viewed folder is not the
916                         folder which properties are being changed. (E.g. 
917                                         viewing folder A and changing
918                                         the subject simplification of 
919                                         folder B -not being viewed- updated the 
920                                         summaryview of folder A with data of
921                                         folder B). (Hope this is clear... )
922
923 2001-12-31 [alfons]     0.6.6claws34
924         
925         * src/ldif.c
926         * src/mutt.c
927                 fgetc() returns a signed integer which doesn't
928                 fit in a char. so c truncates this to a char
929                 but we may lose significant bits. i.e. we may
930                 comparing 0xFF which may not be equal to -1
931                 unless properly casted to signed char which
932                 we won't do because fgetc() returns a signed
933                 integer which doesn't fit in a char. so c 
934                 truncates this to a char but we may lose 
935                 significat bits. (you got the idea, thanks
936                 to Gustavo Noronha Silva <kov@debian.org>
937                 and the Debian folks!)
938
939 2001-12-30 [alfons]     0.6.6claws33
940
941         * src/prefs_common.c
942                 add #ifdef USE_PSPELLs that Melvin forgot               
943
944 2001-12-30 [melvin]     0.6.6claws32
945         
946         * src/prefs_common.[ch]
947                 Added configurable color for misspelled words.
948
949         * src/gtkspell.[ch]
950                 Fixed bug of foreground text color (reported by David
951                                 Mehrmann)
952                 Added configurable color for misspelled words.
953
954 2001-12-30 [alfons]     0.6.6claws31
955
956         * src/folder.c
957                 remove unnecessary things someone put there
958
959         * src/mh.c
960         * src/folder.[ch]
961                 make folder properties (like threading and sorting) persistent
962                 (closes bug #497424 "rescan folder tree resets proprieties")
963                 currently this is only for MH folders. 
964
965 2001-12-29 [melvin]     0.6.6claws30
966
967         * src/string_match.[ch]
968                 Optimized a bit: regexp pattern buffer compiled only once, and
969                   one subroutine call removed. Fixed ^ regexp search: Now, 
970                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
971         
972         * src/summaryview.c
973                 Subject filtering changed to filter summary columns and
974                   not directly the messages subject cache. The loss in 
975                   performance is balanced by the improvement of string_match.
976                 Added an alert panel if there is an error in the regexp.
977
978         * src/src/prefs_folder_item.h
979                 Added a regexp pattern buffer.
980
981 2001-12-28 [alfons]     0.6.6claws29
982
983         * src/string_match.[ch]
984                 clean up name space
985                 allow compilation *BSD
986
987 2001-12-27 [alfons]     0.6.6claws28
988
989         * src/filter.c
990                 sync the Hiro's bug fix for BSD
991
992 2001-12-27 [melvin]     0.6.6claws27
993         
994         * src/compose.c
995                 Simplify focus to subject entry code.
996
997 2001-12-27 [darko]      0.6.6claws26
998
999         * src/filtering.c
1000         * src/mbox_folder.c
1001         * src/messageview.c
1002         * src/mh.c
1003         * src/procheader.[ch]
1004         * src/procmsg.h
1005         * src/stock_pixmap.[ch]
1006         * src/summaryview.c
1007                 Show key icon for encrypted mails in summary view
1008
1009         * src/pixmaps/clip.xpm
1010         * src/pixmaps/clipkey.xpm
1011         * src/pixmaps/key.xpm
1012                 New/modified icons for the above
1013
1014 2001-12-27 [melvin]     0.6.6claws25
1015
1016         * src/prefs_common.c
1017                 Put spell checker options in a separate tab to decrease
1018                 the Common Preferences window height.
1019
1020         * README.claws  
1021                 Update spell checker usage instruction about its options
1022                 location.
1023
1024 2001-12-27 [melvin]     0.6.6claws24
1025
1026         * src/compose.c
1027                 Changed subject entry widget position. Initial focus is
1028                 on the To header instead of the subject entry.
1029                 Creating a new header scrolls the header list to make the
1030                 created one visible. Nevertheless, when automatically filling
1031                 headers, the first one is shown.
1032                 A Tab key press in the last empty header entry zips the 
1033                 focus to the subject entry.
1034                 (I did not change the combo boxes, yet)
1035
1036 2001-12-26 [alfons]     0.6.6claws23
1037
1038         * src/prefs_account.c
1039         * src/inc.c
1040                 allow default inbox to reside in another mailbox (only
1041                 works for POP3 accounts)
1042
1043 2001-12-26 [alfons]     0.6.6claws22
1044         
1045         * src/textview.c
1046                 make reply-on-click work with the account of the selected folder
1047         * src/compose.c
1048                 put a fixme here to remind me to fix finding correct default
1049                 account for nested folders
1050
1051 2001-12-25 [alfons]     0.6.6claws21
1052
1053         * src/summaryview.c
1054                 make column headers display locked and mark pixmaps (idea by Melvin) 
1055                 fix bug by adding score and locked column type to sort array
1056
1057 2001-12-25 [alfons]     0.6.6claws20
1058         
1059         * src/summaryview.c
1060                 catch a *potentially* inadvertent write back of  
1061                 the message cache(s) introduced by 0.6.5claws37
1062
1063 2001-12-25 [christoph]  0.6.6claws19
1064
1065         * src/stock_pixmap.[ch]
1066         * src/summaryview.c
1067                 add ignore thread pixmap
1068                 (can someone draw a better icon for this?)
1069
1070 2001-12-24 [alfons]     0.6.6claws18
1071
1072         * src/prefs_folder_item.c
1073                 make address completion actually work for the
1074                 Default To address in the Folder Property dialog.
1075
1076 2001-12-24 [alfons]     0.6.6claws17
1077         
1078         * src/summaryview.c
1079                 use new style regexp for subject stripping 
1080                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
1081
1082 2001-12-24 [darko]      0.6.6claws16
1083
1084         * src/pgptext.c
1085         * src/rfc2015.c
1086                 move GPG related informational messages to debug mode
1087
1088 2001-12-23 [alfons]     0.6.6claws15
1089
1090         * src/stock_pixmap.[ch]
1091         * src/summaryview.c
1092                 add the forgotten Claws' locked pixmap
1093
1094 2001-12-23 [alfons]     0.6.6claws14
1095
1096         * src/filesel.c
1097                 accept file name typed in entry in multi file
1098                 selector (patch submitted by Gustavo Noronha Silva 
1099                 <kov@debian.org>)
1100
1101 2001-12-23 [alfons]     0.6.6claws13
1102
1103         * src/prefs_filter.c
1104         * src/prefs_filtering.c
1105         * src/matcher.c
1106         * src/importmutt.c
1107                 clean up a little bit
1108         
1109         * src/string_match.c
1110                 validate input strings a little bit more
1111
1112 2001-12-23 [alfons]     0.6.6claws12
1113
1114         * src/Makefile.am
1115         * src/summaryview.c
1116         * src/string_match.[ch]         ** NEW **
1117         * src/folderview.[ch]
1118         * src/headerview.h
1119         * src/folder.[ch]
1120         * src/prefs_folder_item.[ch]
1121                 add subject simplification to strip out strings from
1122                 a subject line (esp. handy for mailing lists). 
1123                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
1124                 but slightly changed things for better integration.)
1125
1126 2001-12-23 [alfons]     0.6.6claws11
1127
1128         * src/mainwindow.c
1129                 fix bug introduced by submission included in 0.6.5claws52.
1130                 ideally this submission should clean the trash if any trash
1131                 folder has a message. however, the hasTrash variable was
1132                 set to false whenever a trash folder was empty (discarding
1133                 a previously found *filled* trash folder.)
1134
1135                 also edited the code a little bit and made it more safe.
1136
1137 2001-12-22 [alfons]     0.6.6claws10
1138
1139         * src/imap.c
1140                 quick fix for Martin Pool's omission of an account
1141                 specific SSL setting
1142
1143 2001-12-22 [alfons]     0.6.6claws9
1144
1145         * src/compose.c
1146         * src/messageview.c
1147         * src/mimeview.c
1148         * src/pgptext.c
1149         * src/procmime.[ch]
1150                 better support for multipart/digest (submitted
1151                 by Fredrik <e98fo@efd.lth.se>)
1152
1153 2001-12-22 [alfons]     0.6.6claws8
1154
1155         * src/addressbook.c
1156                 correct function signature
1157         * src/socket.[ch]
1158         * src/imap.[ch]
1159         * src/prefs_account.[ch]
1160                 allow IMAP over SSH tunnel (patch submitted by 
1161                 Martin Pool <mbp@samba.org>)
1162
1163 2001-12-21 [alfons]     0.6.6claws7
1164
1165         * sync with sylpheed 0.6.6cvs4-9
1166                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
1167
1168 2001-12-21 [christoph]  0.6.6claws6
1169
1170         * src/compose.c
1171         * src/prefs_folder_item.[ch]
1172                 implement saving of outgoing messages to current folder.
1173                 fix segfault when no default outbox is available
1174                 (closes bug #495683)
1175
1176 2001-12-21 [carsten]    0.6.6claws5
1177         * src/folderview.c
1178         * src/summaryview.c
1179                 pressing CTRL while DND does now the expected thing and
1180                 copies the mail (moving is still the default, as this
1181                 seam more appropriate for handling mails by DND)
1182
1183 2001-12-18 [paul]       0.6.6claws4
1184
1185         * sync with sylpheed 0.6.6cvs3
1186                 see ChangeLog entries 2001-12-18
1187
1188 2001-12-18 [hiro]       0.6.6claws3
1189
1190         * src/undo.c
1191                 fix for multibyte characters (obtain the number of letters
1192                 instead of bytes).
1193
1194 2001-12-17 [paul]       0.6.6claws2
1195
1196         * sync with sylpheed 0.6.6cvs1
1197                 see ChangeLog entry 2001-12-16
1198
1199 2000-12-17 [alfons]     0.6.6claws1
1200
1201         * src/filtering.c
1202                 clean up
1203
1204 2001-12-16 [paul]       0.6.6claws
1205 2001-12-15
1206
1207         * Release version 0.6.6claws, cvs tag: rel_0_6_6
1208
1209         * src/mimeview.c
1210                 last minute sync with main 0.6.6
1211
1212         * po/es.po
1213                 updated by Ricardo Mones Lastra
1214                 update for last minute sync
1215         * po/fr.po
1216         * po/nl.po
1217                 update for last minute sync
1218         * po/de.po
1219                 updated by Jens Oberender
1220         * po/pt_BR.po
1221                 updated by Fabio Junior Beneditto
1222
1223         * src/prefs_common.[ch]
1224         * src/undo.c
1225                 number of undo levels is user configurable
1226                 (squeeze it into the release in the dying
1227                 moments) Submitted by Jens Oberender    
1228
1229 2001-12-15 [melvin]
1230
1231         * po/fr.po
1232                 updated french translation
1233
1234 2001-12-15 [paul]       0.6.5claws92
1235
1236         * sync with sylpheed 0.6.5cvs28
1237                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
1238
1239         * po/nl.po
1240                 update to allow for sync
1241
1242 2001-12-15 [alfons]
1243         
1244         * po/nl.po
1245                 update dutch translation
1246
1247 2001-12-14 [carsten]    0.6.5claws91
1248         * src/summaryview.c
1249                 fixed bug #473785; also after changing the column order
1250                 the same message will be selected and displayed as before
1251                 the reordering
1252
1253 2001-12-14 [carsten]    0.6.5claws90
1254         * src/folderview.c
1255                 probably found the bug reported by wwb opening or closing
1256                 a folder tree just before dnd (found the solution in the
1257                 balsa source -- thanks to them)
1258
1259 2001-12-14 [carsten]    0.6.5claws89
1260         * src/gtkutils.c
1261         * src/account.c
1262                 moved gtk_clist_moveto to the right place, so that
1263                 only the accounts dialog is effected on opening
1264
1265 2001-12-14 [carsten]    0.6.5claws88
1266         * src/gtkutils.c
1267                 gtkut_clist_set_focus_row does a gtk_clist_moveto
1268                 now, so that the focused row will be seen in any case
1269                 (reported by wwp on sf-claws-user)
1270
1271 2001-12-14 [darko]      0.6.5claws87
1272
1273         * src/compose.c
1274                 remove unnecessary line
1275
1276 2001-12-14 [paul]       0.6.5claws86
1277
1278         * sync with sylpheed 0.6.5cvs27
1279                 see ChangeLog entries 2001-12-14
1280
1281 2001-12-14 [carsten]    0.6.5claws85
1282         * src/mainwindow.c
1283                 following a suggestion of Melvin the rcoabm pops up
1284                 right under the button now and the button is reliefed
1285                 while the popup is open
1286
1287 2001-12-14 [darko]      0.6.5claws84
1288
1289         * src/compose.c
1290                 fix crash when wrapping long lines if linewrap quotation
1291                 is disabled and wrapper encounters a word spanning more
1292                 than one line
1293
1294 2001-12-13 [paul]       0.6.5claws83
1295
1296         * src/compose.c
1297                 prefer 'Reply-To' header over mailing list header when
1298                 replying to a message. Finally prevent all those confirmation 
1299                 messages being sent to the list itself.
1300
1301         * src/summaryview.c
1302                 remove unused summary_set_menu_sensitive() entry
1303
1304 2001-12-13 [paul]       0.6.5claws82
1305
1306         * src/folderview.c
1307         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
1308         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
1309         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
1310                 improvements to 'Hide read messages': Inbox, Outbox,
1311                 Trash, Queue, and Draft icons now reveal presence of hidden 
1312                 messages
1313
1314 2001-12-12 [alfons]     0.6.5claws81
1315
1316         0.6.5claws80 was tagged as LAST_STABLE
1317
1318         * src/filtering.[ch]
1319         * src/matcher.[ch]
1320         * src/matcher_parser_lex.c
1321                 fix the filtering; my last attempt to get it right, 
1322                 if it does not work, it's Hoa's turn. ;-)
1323
1324                 for my honourable peers:
1325                 
1326                 the code now makes a clear distinction between
1327                 rules as they are displayed (probably escaped),
1328                 and as they are executed (probably unescaped). the
1329                 parser does *NOT* do any unescaping, this is
1330                 the task of the matcher.c (which breaks up a
1331                 rule into condition) and the filtering.c (which
1332                 breaks up the rule's action). to make this
1333                 run happily we provide an unescaped copy of
1334                 crucial strings to the MatcherProp and 
1335                 FilteringAction structures. note that the only
1336                 exception to this is any REGEXP string. those
1337                 are directly passed to regcomp() and regexp()
1338                 (who have much more powerful unescape functions).
1339                 
1340                 for everyone else:
1341         
1342                 you can escape tab (\t), carriage return (\r),
1343                 linefeed (\n), form feed (\f), quote (\"), 
1344                 single quote (\'), bell (\b) in all the entry
1345                 lines in the scoring & filtering dialogs.
1346                 as an added bonus this should not affect
1347                 existing filtering rules.
1348
1349 2001-12-12 [carsten]    0.6.5claws80
1350
1351         * src/summaryview.c
1352         * po/de.po
1353                 "item(s) selected" is now sensitive to 1 or more
1354                 than one selected (nice for language where simple
1355                 adding of a "s" is not possible as German (Eintrag
1356                 ->Eintr"age)
1357                 
1358                 the "forward as attachment" entry from the right
1359                 click menu removed, "forward" acts following the
1360                 prefs
1361         
1362         * src/textview.c
1363                 reverted my former changes; so compiler warning again
1364                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
1365                 nevertheless
1366
1367         * src/messageview.c
1368                 "search in message" does now *not* only work in MVIEW_TEXT
1369                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
1370                 message
1371
1372         * src/mainwindow.c
1373                 removed "/File/_Close" as it was the same as "/File/E_xit"
1374                 and we don't need it two times
1375
1376                 the separate folder view and message view now get a distinct
1377                 WMCLASS, just in case someone is using sawfish ;-)
1378
1379                 as the menu entries "/View/Message view" and "/View/Folder tree"
1380                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
1381                 make them sensitive accordingly and as these two are "shown"
1382                 after startup anytime check this menuitem at startup
1383
1384 2001-12-12 [paul]       0.6.5claws79
1385
1386         * src/folderview.c
1387                 fix sensitivity of 'Search folder...', broken in
1388                 0.6.5claws75
1389
1390         * src/mainwindow.c
1391                 fix dodgy English
1392
1393 2001-12-11 [carsten]    0.6.5claws78
1394         * src/filtering.c
1395                 fixed two typos returning a wrong FALSE/TRUE
1396         * src/mainwindow.[ch]
1397                 extra menu for email/news button removed
1398
1399 2001-12-11 [alfons]     0.6.5claws77
1400         
1401         * src/matcher.c                 (1.3)
1402         * src/matcher_parser_lex.l      (1.28)
1403                 revert for another attempt
1404                 mark 0.6.5claws77 as LAST_STABLE
1405
1406 2001-12-11 [christoph]  0.6.5claws76
1407
1408         * po/de.po
1409                 fixed wrong translation for prev. unread msg
1410
1411 2001-12-11 [paul]       0.6.5claws75
1412
1413         * src/folder.[ch]
1414         * src/folderview.c
1415         * src/mainwindow.c
1416         * src/summaryview.[ch]
1417         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
1418                 enable ability to hide read messages on per folder basis via 
1419                 '/Summary/Hide read messages'; when selected, a folder will 
1420                 have a red open folder icon, instead of a blue icon, if the 
1421                 folder contains hidden messges
1422                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
1423
1424         * src/mainwindow.c
1425                 remove '/Message/Forward as attachment' from 
1426                 main_window_set_menu_sensitive() to prevent debug warning
1427
1428         * src/folderview.c
1429         * src/mainwindow.c
1430                 Clean up some of the English
1431
1432         * tools/newscache_clean.pl
1433                 allow for new 'hidereadmsgs' entry in folderlist.xml
1434
1435         * po/es.po
1436                 updated translation, submitted by Ricardo Mones Lastra
1437
1438 2001-12-11 [paul]       0.6.5claws74
1439
1440         * sync with sylpheed 0.6.5cvs25
1441                 see ChangeLog entry 2001-12-11
1442
1443 2001-12-10 [alfons]     0.6.5claws73
1444
1445         * src/matcher.c
1446                 add more control characters
1447         * src/matcher_parser_lex.l
1448                 make escaping / unescaping work again
1449
1450 2001-12-10 [alfons]     0.6.5claws72
1451
1452         * src/imap.c
1453                 clean up warnings "returning value for void function" 
1454         * src/prefs_filtering.c
1455                 make info button for execute action sensitive
1456
1457 2001-12-10 [paul]       0.6.5claws71
1458
1459         * src/compose.c
1460         * src/imap.[ch]
1461         * src/summaryview.c
1462                 fix: imap server now gets informed of MARKED, UNMARKED
1463                 and REPLY events. Now people can use different IMAP-Mail
1464                 clients and have the exact same information about MARKED,
1465                 UNMARKED and REPLY status with all of them. Especially
1466                 useful for imap servers with a web-frontend.
1467                 submitted by Tobias Sandhaas <medlor@web.de>
1468
1469 2001-12-09 [melvin]     0.6.5claws70
1470         
1471         * src/textview.[ch]
1472                 fixed bug #490076 (hunted down by Alfons who implemented
1473                 a workaround in 0.6.5claws65)
1474
1475 2001-12-09 [christoph]  0.6.5claws69
1476
1477         * src/summaryview.c
1478                 set pointer to string in LOCKED column to NULL
1479                 (might fix bug #490800)
1480
1481 2001-12-09 [carsten]    0.6.5claws68
1482
1483         * po/de.po
1484                 resolved some cluttered menu shortcuts 
1485                 ('creating new email' and 'creating news message'
1486                 hade the same)
1487         * src/compose.c
1488                 wmclass now distinc from main window
1489         * src/mainwindow.c
1490           src/mainwindow.h
1491                 email/news and forward button functionality similar
1492                 to the reply buttons; removed the ugly dropdown arrows
1493                 and use instead the right mouse button
1494
1495 2001-12-09 [paul]       0.6.5claws67
1496
1497         * src/imap.c
1498         * src/utils.h
1499                 allow spaces in imap folder names
1500                 submitted by Willem van Engen <wvengen@stack.nl>
1501
1502 2001-12-09 [paul]       0.6.5claws66
1503
1504         * sync with sylpheed 0.6.5cvs24
1505                 see ChangeLog entry 2001-12-09
1506
1507 2001-12-08 [alfons]     0.6.5claws65
1508
1509         * src/textview.c
1510                 prevent secondary selection claim after "add to sender" dialog
1511                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
1512                 we trick GTK by simulating a click at (0, 0) in the textview.
1513
1514 2001-12-08 [hoa]        0.6.5claws64
1515
1516         * src/folder.c
1517                 fixed a bug about the .processing folder name while filtering
1518
1519 2001-12-08 [alfons]     0.6.5claws63
1520
1521         * src/folderview.c 
1522                 work around problem of not correctly updating folder stats
1523                 when deleting messages. there's some folder scanning evil
1524                 going so the folderview_update_msg_num() does not work
1525                 correctly. need to investigate this.
1526
1527 2001-12-08 [paul]       0.6.5claws62
1528
1529         * sync with sylpheed 0.6.5cvs23
1530                 see ChangeLog entry 2001-12-08
1531
1532 2001-12-07 [christoph]  0.6.5claws61
1533
1534         * src/compose.c
1535                 fix another header translation problem
1536
1537 2001-12-07 [alfons]     0.6.5claws60
1538
1539         * src/mbox.c
1540                 make filtering also work on local spool mbox
1541
1542 2001-12-07 [carsten]    0.6.5claws59
1543         * src/addressbook.c
1544                 addressbook window gets a wmclass distinct from the main
1545                 sylpheed window
1546         * src/compose.h
1547         * src/mainwindow.[ch]
1548                   forward menu item will use mode selected in prefs, forward 
1549                 as attatchment in menu removed (will be substituted in the
1550                 toolbar similar to reply buttons)
1551                   create news message menu entry and news button is now 
1552                 sensitive to the existance of a news account
1553         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
1554         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
1555         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
1556                 these are removed because the toolbar buttons don't show
1557                 the quoting modus any longer
1558
1559 2001-12-07 [paul]
1560
1561         * tools/newscache_clean.pl      ** NEW FILE **
1562                 perl script to do some tidying up in the newscache directory 
1563                 
1564         * tools/sylpheed-switcher       ** NEW FILE **
1565                 perl script to enable easy switching between main and claws
1566                 
1567         * tools/README
1568                 added descriptions of the two new perl scripts          
1569
1570
1571 2001-12-07 [melvin]     0.6.5claws58
1572
1573         * src/messageview.c
1574                 fixed a warning during compilation introduced in 0.6.5claws56
1575
1576 2001-12-07 [paul]       0.6.5claws57
1577
1578         * src/mainwindow.[ch]
1579         * src/menu.[ch]
1580                 further usability enhancements to replying with or without 
1581                 quoting via the toolbar, use of Ctrl key is replaced by 
1582                 drop down menu 
1583                 Submitted by Carsten Schurig            
1584
1585 2001-12-07 [melvin]     0.6.5claws56
1586
1587         * src/messageview.c
1588                 hack to fix bug that prevented to make/paste selections
1589                 after switching between MVIEW_TEXT and MVIEW_MIME views
1590                 without deselecting the selection first.
1591
1592 2001-12-06 [alfons]     0.6.5claws55
1593
1594         * src/filtering.[ch]
1595         * src/inc.c
1596                 revise filtering a little bit more, and make sure
1597                 messages are delivered to the appropriate inbox
1598                 (perhaps set per account)
1599
1600 2001-12-06 [paul]       0.6.5claws54
1601
1602         * sync with sylpheed 0.6.5cvs22
1603                 see ChangeLog entry 2001-12-06
1604
1605 2001-12-05 [alfons]     0.6.5claws53
1606
1607         * src/inc.c
1608         * src/folder.[ch]
1609         * src/procmsg.c
1610         * src/filtering.c
1611                 more revisions of filtering system
1612                 (last stable version is marked as LAST_STABLE)
1613                 
1614                 | NOTE 1): the filtering system now uses a local folder called
1615                 | .processing. if filtering fails, check this directory
1616                 | for missing messages.
1617                 |
1618                 | NOTE 2): help us find the filtering actions still missing
1619
1620 2001-12-05 [paul]       0.6.5claws52
1621
1622         * src/mainwindow.c
1623                 fix bug where 'Empty Trash?' pop-up window appears even
1624                 when Trash is empty, submitted by Jesse Skinner         
1625
1626 2001-12-05 [melvin]     0.6.5claws51
1627
1628         * src/compose.c
1629                 fixed bug #486106 to select correct account when reediting 
1630                 a queued message
1631         
1632 2001-12-04 [alfons]     0.6.5claws50
1633
1634         * src/mh.c
1635                 declare markfile in appropriate functions when
1636                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
1637                 for spotting this)
1638
1639 2001-12-04 [paul]       0.6.5claws49
1640
1641         * sync with sylpheed 0.6.5cvs21
1642                 see ChangeLog entry 2001-12-04
1643
1644 2001-12-03 [christoph]  0.6.5claws48
1645
1646         * po/de.po
1647                 changed translation of undo
1648         * src/account.c
1649         * src/folder.c
1650                 don't reinvent the wheel to traverse a GNode
1651         * src/compose.[ch]
1652                 seperate code to create the compose gui into functions
1653                 add "Others" page with folder selection for saving copy
1654                 of the message.
1655                 the folder identifier is saved to queue header
1656         * src/procmsg.c
1657                 save message to folder in queue header
1658
1659 2001-12-03 [paul]       0.6.5claws47
1660
1661         * sync with sylpheed 0.6.5cvs20
1662                 see ChangeLog entry 2001-12-03
1663
1664 2001-12-01 [paul]
1665
1666         * more sync with sylpheed 0.6.5cvs19
1667                 see ChangeLog entry 2001-11-29
1668
1669 2001-11-30 [paul]       0.6.5claws46
1670         
1671         * src/compose.c
1672                 remove conflicts introduced by Hoa's last commit
1673          
1674         * src/mainwindow.c
1675                 make 'Message/Bounce' sensitive
1676
1677 2001-11-30 [hoa]        0.6.5claws45
1678
1679         * src/compose.c
1680                 slightly change bounce function to add
1681                 information about the user that bounced the mail
1682                 in the From header line.
1683
1684         * src/folderview.c
1685                 permit the use of processing in outbox folder.
1686
1687 2001-11-29 [paul]       0.6.5claws44
1688
1689         * src/mainwindow.[ch]
1690         * src/prefs_common.c
1691         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
1692         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
1693         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
1694                 usability enhancements to the quoting, implements
1695                 use of Ctrl key to toggle quoting settings
1696                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
1697
1698 2001-11-29 [paul]       0.6.5claws43
1699         
1700         * sync with sylpheed 0.6.5cvs19
1701                 see ChangeLog entry 2001-11-28
1702
1703 2001-11-29 [melvin]     0.6.5claws42
1704         * src/Makefile.am
1705                 added enriched.[ch] to the list of files
1706
1707         * src/textview.c
1708         * src/mimeview.c
1709         * src/procmime.[ch]
1710         * src/enriched.[ch]
1711                 added support to view text/enriched
1712                 added support to show headers in message view for text/enriched and text/html
1713                         in non multipart messages
1714
1715 2001-11-28 [paul]       0.6.5claws41
1716
1717         * more sync with sylpheed 0.6.5cvs18
1718                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
1719
1720 2001-11-27 [paul]       0.6.5claws40
1721         
1722         * po/pt_BR.po
1723                 updated translation, submitted by Fabio Junior Beneditto
1724                 
1725         * sync with sylpheed 0.6.5cvs18
1726                 see ChangeLog entries 2001-11-26 (src/textview.c) and
1727                 2001-11-27
1728
1729
1730 2001-11-26 [paul]
1731
1732         * po/es.po
1733                 updated translation, submitted by Ricardo Mones Lastra
1734
1735 2001-11-26 [alfons]
1736
1737         * src/matcher.c
1738                 add more translatable strings
1739
1740 2001-11-26 [christoph]  0.6.5claws39
1741
1742         * po/de.po      
1743                 fixed one more umlaut
1744         * src/compose.c
1745                 fix translated header when it should not be translated
1746
1747 2001-11-26 [paul]       0.6.5claws38
1748
1749         * src/mainwindow.c
1750                 remove '/Message/Add Sender to address book' from 
1751                 main_window_set_menu_sensitive(), prevent debug warning
1752                 add 'Message/Mark/Mark all read' to mainwin_entries[]
1753
1754 2001-11-26 [paul]       0.6.5claws37
1755
1756         * src/summaryview.c
1757                 fix 'recurring unread state' bug 
1758
1759         * tools/README 
1760         * tools/filter_conv.pl
1761                 read name of top level mailbox from folderlist.xml
1762                 and presume nothing about its name              
1763
1764 2001-11-26 [darko]      0.6.5claws36
1765
1766         * src/gtkstext.[ch]
1767                 removed functions that are now in gtkutils.c
1768                 use gtkut_text_is_uri_string() from gtkutils.c
1769         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
1770
1771 2001-11-26 [paul]       0.6.5claws35
1772
1773         * sync with sylpheed 0.6.5cvs16
1774                 see ChangeLog entries 2001-11-25 and 2001-11-26
1775
1776 2001-11-25 [alfons]     0.6.5claws34
1777
1778         EXPERIMENTAL!!! Please checkout the last stable version using: 
1779           
1780         % cvs update -r LAST_STABLE -dRAP
1781
1782         (Or help us testing this stuff.)
1783
1784         * src/filtering.c               (1.14)
1785         * src/filtering.h               (1.6)
1786         * src/inc.c                     (1.28)
1787         * src/matcher.c                 (1.20)
1788         * src/mbox.c                    (1.9)
1789         * src/procmsg.h                 (1.14)
1790         * src/summaryview.c             (1.59)
1791         * src/summaryview.h             (dunno)
1792                 revert/merge/sync to as it was before commit 
1793                 on Thu, 19 Jul 2001 10:15:51 -0700.
1794
1795 2001-11-25 [hoa]        0.6.5claws33
1796
1797         * src/main.c
1798                 processing mails at startup
1799
1800         * src/folderview.c
1801         * src/summaryview.[ch]
1802                 processing mails when entering folder
1803
1804         * src/prefs_filtering.c
1805                 fixed some UI bugs
1806
1807 2001-11-24 [alfons]     0.6.5claws32
1808
1809         * src/summaryview.[ch]
1810                 make summary sort headers work, and also make
1811                 sure the sort type is stored
1812
1813 2001-11-23 [alfons]     0.6.5claws31
1814
1815         * src/summaryview.[ch]
1816                 make lock work like mark
1817                 disallow deleting messages marked as locked
1818
1819 2001-11-23 [alfons]     0.6.5claws30
1820
1821         * src/gtkstext.c
1822         * src/compose.[ch]
1823         * src/Makefile.am
1824         * src/undo.[ch]
1825                 merge undo patch submitted by Jens
1826
1827 2001-11-23 [christoph]  0.6.5claws29
1828
1829         * src/.cvsignore
1830                 added ylwrap
1831         * src/compose.c
1832                 fixed gpg signing and encoding
1833         * src/folder.[ch]
1834         * src/main.c
1835                 added --status option to get new, unread and total
1836                 message count from a running sylpheed
1837         * src/prefs_common.c
1838                 temporary fix for reply_with_quote problem
1839                 (don't call functions for non existing widget)
1840         * src/procmsg.c
1841                 one more check for ignored threads but still not
1842                 always working correctly. probably a recursive
1843                 check for all parents is needed
1844
1845 2001-11-23 [darko]      0.6.5claws28
1846
1847         * src/compose.c
1848                 wrapping on send improvements
1849         * src/gtkutils.[ch]
1850                 fix for GtkSText after last sync with main branch
1851                 GTK_TEXT -> GTK_STEXT
1852
1853 2001-11-23 [paul]       0.6.5claws27
1854
1855         * sync with sylpheed 0.6.5cvs14
1856                 see ChangeLog entries 2001-11-22 and 2001-11-23
1857                 
1858         * po/de.po
1859                 fixed the scrambled umlauts 
1860                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
1861
1862 2001-11-21 [paul]       0.6.5claws26
1863
1864         * sync with sylpheed 0.6.5cvs12
1865                 see 2nd ChangeLog entry dated 2001-11-20
1866
1867 2001-11-20 [paul]       0.6.5claws25
1868
1869         * sync with sylpheed 0.6.5cvs11
1870                 see ChangeLog entry 2001-11-19 (src/utils.c)
1871
1872 2001-11-20 [hiro]
1873
1874         * src/compose.c
1875                 GTK_TEXT -> GTK_STEXT
1876                 fix for wrong comment
1877
1878 2001-11-20 [hiro]       0.6.5claws24
1879
1880         * src/compose.[ch]
1881                 more merges from main branch
1882                 removed fatal warnings (uninitialized variables etc.)
1883                 some coding style fix
1884         * src/gtkutils.h
1885                 fixed typo.
1886         * src/addressbook.c
1887           src/addrindex.c
1888                 V-Card -> vCard
1889
1890 2001-11-19 [hoa]        0.6.5claws23
1891
1892         * src/filtering.c
1893         * src/prefs_scoring.c
1894         * src/matcher.[ch]
1895         * src/scoring.c
1896                 cleaning code
1897
1898         * src/matcher_parser_parse.y
1899         * src/prefs_filtering.c
1900                 bouncing
1901
1902 2001-11-19 [alfons]     0.6.5claws22
1903
1904         more of my old things into claws
1905
1906         * src/Makefile.am
1907         * src/prefs_common.c
1908         * src/procmsg.h
1909         * src/summaryview.[ch]
1910         * src/prefs_summary_column.c
1911         * src/pixmaps/locked.xpm
1912                 add indicators for locking of message in summary view
1913                 (does not work yet, only visual indicator)
1914
1915 2001-11-19 [paul]       0.6.5claws21
1916
1917         * sync with sylpheed 0.6.5cvs10
1918                 see ChangeLog entry 2001-11-19
1919
1920 2001-11-18 [alfons]     0.6.5claws20
1921         
1922         * src/filtering.c
1923                 remove an inadvertent free I forgot in previous clean up 
1924
1925 2001-11-18 [alfons]     0.6.5claws19
1926
1927         * src/filtering.[ch]
1928                 clean up & plug leaks
1929
1930 2001-11-18 [paul]       0.6.5claws18
1931
1932         * sync with sylpheed 0.6.5cvs9
1933                 see ChangeLog entries 2001-11-17 and 2001-11-18
1934
1935 2001-11-16 [paul]       0.6.5claws17
1936
1937         * sync with sylpheed 0.6.5cvs8
1938                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
1939
1940 2001-11-16 [paul]       0.6.5claws16
1941
1942         * sync with sylpheed 0.6.5cvs7
1943                 see ChangeLog entries 2001-11-15 and 2001-11-16
1944
1945 2001-11-15 [hoa]        0.6.5claws15
1946
1947         * src/compose.c
1948                 fix bounce, mails we received couln't be bounced to ourself.
1949
1950         * src/defs.h
1951         * src/filtering.[ch]
1952         * src/matcher.[ch]
1953         * src/matcher_parser.h
1954         * src/matcher_parser_lex.l
1955         * src/matcher_parser_parse.y
1956         * src/inc.c
1957         * src/main.c
1958         * src/mbox.c
1959         * src/prefs_filtering.[ch]
1960         * src/mainwindow.c
1961         * src/prefs_matcher.c
1962         * src/prefs_scoring.c
1963         * src/scoring.[ch]
1964         * src/summaryview.c
1965                 new matcher/filter/score configuration file parser
1966                 one unique configuration file => ~/.sylpheed/matcherrc
1967                 import in currently automatic, then save are made
1968                 in this new file.
1969                 one filter per folder and one global filter
1970                 (filter of a folder will be used as folder processing)
1971
1972         * src/folder.c
1973                 fix a bug in folder_item_get_identifier
1974                 
1975         * src/messageview.c
1976                 receive receipt return are fixed.
1977
1978 2001-11-14 [alfons]     0.6.5claws14
1979
1980         * src/session.h
1981                 add things from main branch to make claws compile
1982
1983 2001-11-14 [paul]       0.6.5claws13
1984
1985         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
1986                 see ChangeLog entries 2001-11-08 to 2001-11-14
1987
1988 2001-11-14 [hoa] 0.6.5claws12
1989
1990         * src/compose.[ch]
1991         * src/mainwindow.c
1992         * src/summaryview.c
1993                 add "bounce mail" option
1994
1995 2001-11-13 [christoph]  0.6.5claws11
1996
1997         * src/compose.c
1998                 Cleanup a mess i add before commiting
1999
2000 2001-11-13 [hoa]        0.6.5claws10
2001
2002         * src/compose.c
2003                 some fixes when mail are sent or
2004                 for crossposts
2005
2006 2001-11-13 [christoph]  0.6.5claws9
2007
2008         * po/de.po
2009                 Changed two string with the same translation
2010         * src/compose.c
2011         * src/procmsg.[ch]
2012         * src/send.[ch]
2013                 New mailsending process:
2014                   - Always queue message before sending
2015                     (message will be saved if sylpheed crashed or
2016                      freezes while sending)
2017                   - Allow queuing of newspostings
2018                   - No copy in outbox before sending
2019                     (closes bug #469501)
2020                   - No more redundant code for send and send_later
2021         * src/summaryview.c
2022                 Applied wwp <subscript@free.fr>'s patch that fixes
2023                 marks for multiple forwarded messages (+compose.c)
2024
2025 2001-11-12 [alfons]
2026
2027         * README.claws
2028                 remove things that are now in main branch
2029         
2030         * po/nl.po
2031                 update Dutch translation
2032
2033 2001-11-12 [mhadasht]   0.6.5.claws8
2034
2035         * src/prefs_common.c
2036                 re-enabled account autoselection feature for forward
2037                 and reedit lost during the branch point for SYNC-B4-REL
2038         * src/gtkspell.c
2039                 gtkpspell_get_dict(): more readable code (even if function is
2040                 not used yet)
2041         * ChangeLog.claws
2042                 added version number info to 2001-11-12 [hiro] comment.
2043
2044 2001-11-12 [hiro]       0.6.5.claws7
2045
2046         * src/compose.c
2047                 compose_forward(): fixed a bug that forward quote mark
2048                 wasn't used.
2049                 removed unnecessary code.
2050         * src/template_select.[ch]: removed.
2051
2052 2001-11-11 [alfons]
2053
2054         * src/compose.c
2055                 :%s/GTK_TEXT/GTK_STEXT/g
2056         
2057         * src/compose.[ch]
2058         * src/undo.[ch]
2059         * src/Makefile.am
2060                 revert the undo stuff (this is 0.6.6claws stuff)
2061
2062 2001-11-11 [hoa]        0.6.5.claws6
2063
2064         * src/compose.[ch]
2065                 Insert signature at the end of the text.
2066                 Added undo patch but currently disabled
2067
2068         * src/procmsg.c
2069                 Threading by subject improved.
2070
2071         * added src/undo.[ch]
2072                 Undo module for compose dialog box.
2073
2074 2001-11-11 [alfons]     0.6.5.claws5
2075
2076         * src/procmsg.c
2077                 prevent threading by subject on nodes that have already been
2078                 threaded by in-reply-to (as in "circular references in a tree
2079                 result in a dead branch")
2080
2081 2001-11-09 [hoa]        0.6.5.claws4
2082         
2083         * src/folderview.c
2084                 allows creation of mbox folder item from any files.
2085
2086 2001-11-09 [alfons]     0.6.5.claws3
2087         
2088         * src/utils.c
2089         * src/procmsg.c
2090                 do what I mean and correct threading by subject so it really
2091                 ignores attracting lines without "Re: "
2092
2093 2001-11-07 [alfons]     0.6.5.claws2
2094
2095         * src/procmsg.c
2096         * src/utils.[ch]
2097                 only attract by subject if a subject line starts with a "Re: "
2098         * src/syldap.c
2099                 remove warning
2100
2101 2001-11-07 [paul]       0.6.5claws1
2102
2103         * sync with sylpheed 0.6.5. release
2104                 see ChangeLog entry 2001-11-07
2105
2106 2001-11-07 [paul]       0.6.4claws31
2107
2108         * sync with sylpheed 0.6.4cvs18
2109                 see ChangeLog entries 2001-10-30 to 2001-11-07
2110                 prefs_templates.[ch] renamed prefs_template.[ch]
2111
2112 2001-11-06 [alfons]
2113         
2114         * src/utils.h
2115                 add semicolon Hoa forgot ;-)
2116                 
2117
2118 2001-11-06 [hoa]        0.6.4claws30
2119         
2120         * src/procmsg.c
2121         * src/summaryview.c
2122         * src/utils.c
2123         * src/utils.h
2124                 threading by subject - empty subject are ignored
2125
2126 2001-11-06 [christoph]  0.6.4claws29
2127
2128         * src/socket.c
2129                 use SSL_peek for sock_gets
2130         * src/utils.c
2131                 removed unneeded pointer in extracting quoted
2132                 names implementation
2133
2134 2001-11-06 [melvin]     0.6.4claws28
2135
2136         * src/gtkspell.c
2137                 fixed bug #476792 Selection overtyping with spell checker
2138                 fixed bug which could cause a buffer overflow
2139                 fixed a memory leak
2140
2141 2001-11-06 [hoa]        0.6.4claws27
2142         
2143         * src/procmsg.c
2144         * src/summaryview.c
2145                 threading by subject
2146
2147 2001-11-05 [alfons]     0.6.4claws26
2148         
2149         * README.claws
2150                 Claws -> Sylpheed (vice versa)
2151
2152         * src/compose.c
2153                 :%s/gtk_text/gtk_stext/g
2154                 :%s/GTK_TEXT/GTK_STEXT/g
2155                 (thanks to Jonathan Ware for spotting this)
2156
2157 2001-11-04 [christoph]  0.6.4claws25
2158
2159         * src/summaryview.c
2160                 replace Xalloca + strdup with Xstrdup_a
2161         * src/utils.c
2162                 better implementation of extracting quoted names
2163                 from addresses (remove backlashes and ignore
2164                 quotes after them)
2165
2166 2001-11-04 [alfons]     0.6.4claws24
2167
2168         * src/utils.[ch]
2169                 edit to comply more with coding style
2170
2171         * src/textview.c
2172                 fix bug reported by Kim Schulz. introduced by the patch integrated
2173                 in 0.6.4claws15. the code did not check the return value of
2174                 the html parser.
2175
2176         * AUTHORS
2177                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
2178
2179 2001-11-04 [christoph]  0.6.4claws23
2180
2181         * src/main.c
2182         * src/prefs_common.[ch]
2183                 init some pointers that possibly caused a segfault
2184                 reported in the claws-users ML
2185
2186 2001-11-04 [hoa]        0.6.4claws22
2187
2188         * src/grouplistdialog.c
2189                 change the names of the nodes in the tree
2190
2191         * src/compose.c
2192                 enhanced mailto syntax as described in
2193                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
2194                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
2195
2196         * src/utils.c
2197                 encode and decode URI (useful when opening URL into
2198                 netscape).
2199
2200 2001-11-03 [hoa]        0.6.4claws21
2201
2202         * src/grouplistdialog.c
2203                 a new newsgroups list selection dialog box
2204                 with a CTree instead of a CList
2205
2206 2001-11-03 [hoa]        0.6.4claws20
2207
2208         * src/folderview.c
2209                 enable property and scoring options when right
2210                 click on "inbox"
2211
2212         * src/summaryview.c
2213                 fixed bug when nickname were displayed using
2214                 the address book.
2215
2216 2001-11-02 [darko]      0.6.4claws19
2217
2218         * src/compose.c
2219                 new wrap quotation and URL/long words wrapping implementation
2220         * src/compose.c src/gtkstext.[ch]
2221                 move gtkstext_strncmp() to gtkstext.c
2222
2223 2001-11-01 [christoph]  0.6.4claws18
2224
2225         * src/prefs_account.c
2226                 fixed mess in account settings dialog
2227         * src/prefs_folder_item.c
2228                 added label with folder path to dialog
2229
2230 2001-10-31 [match]      0.6.4claws17
2231
2232         * src/vcard.c
2233                 fix memory leak.
2234         * src/addrbook.c
2235                 fix generation of spurious address book file names.
2236                 remove redundant functions.
2237         * po/POTFILES.in
2238                 added missing file names.
2239
2240 2001-10-30 [paul]       0.6.4claws16
2241
2242         * sync with sylpheed 0.6.4cvs6
2243                 see ChangeLog entries 2001-10-26 to 2001-10-30
2244
2245         * tools/filter_conv.pl
2246                 read folderlist.xml to discover whether the top-level
2247                 folder is called 'Mailbox' or 'Mail' 
2248
2249 2001-10-29 [paul]       0.6.4claws15
2250
2251         * src/html.c, src/textview.c
2252                 activate links in html mail and fix clickable parts
2253                 Submitted by Matthieu Dazy <dazy@t-surf.com>
2254
2255 2001-10-29 [paul]
2256
2257         * po/de.po, po/es.po, po/pt_BR/po
2258                 updated translations, submitted by Jens Oberender,
2259                 Ricardo Mones Lastra, and Fabio Junior Beneditto
2260
2261 2001-10-29 [darko]      0.6.4claws14
2262
2263         * src/compose.c
2264                 fix wrapping for good
2265
2266 2001-10-29 [darko]
2267
2268         * src/compose.c
2269                 undo previous change as it broke the smart wrapping
2270
2271 2001-10-29 [darko]      0.6.4claws13
2272
2273         * src/compose.c
2274                 fix infinite loop when long URL is quoted
2275                 (closes bug #475122.
2276
2277 2001-10-28 [match]
2278
2279         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
2280                 import Mutt address book
2281         * src/ldif.[ch] src/importldif.h
2282                 modified import LDIF handle user attributes
2283
2284 2001-10-28 [christoph]  0.6.4claws12
2285
2286         * src/summaryview.c
2287                 fixed that filtering did not work if there
2288                 were no filter rules
2289                 (closes bug #472003 and better implementation
2290                  of patch #474644)
2291
2292 2001-10-27 [christoph]  0.6.4claws11
2293
2294         * src/compose.c
2295                 make the folder's default account to be used when
2296                 replying. (patch by wwp <subscript@free.fr>)
2297         * src/compose.c
2298                 code cleanup, nearly killed all of wwp's patch
2299                 for folder's default account in compose
2300         * src/folderview.c
2301                 error panel when a folder could not be created
2302                 (closes bug #471080 new folder name & already
2303                  existing file)
2304
2305 2001-10-26 [alfons]
2306
2307         * src/utils.h
2308                 change prototype of strstr2() that Christoph forgot about
2309
2310 2001-10-26 [christoph]  0.6.4claws10
2311
2312         * src/account.c
2313                 made search for accounts by email address not case
2314                 sensitive
2315         * src/folder.c
2316                 fixed memory leak in folder_item_get_identifier
2317         * src/gtkspell.c
2318         * src/utils.c
2319                 fixed wrong strstr2 (should work like strstr)
2320
2321 2001-10-26 [darko]      0.6.4claws9
2322
2323         * src/compose.c src/gtkstext.[ch]
2324         * src/gtkstext.c
2325                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
2326
2327 2001-10-26 [paul]       0.6.4claws8
2328
2329         * src/html.c
2330                 ignore css and javascript tags in html mail
2331                 case-insensitive, with or without double-quoted
2332                 strings
2333
2334 2001-10-26 [paul]       0.6.4claws7
2335
2336         * sync with sylpheed 0.6.4cvs1
2337                 see ChangeLog entry 2001-10-26
2338
2339         * src/prefs_account.c, src/prefs_common.c,
2340           src/prefs_summary_column.c
2341                 minor improvements to the English
2342
2343 2001-10-25 [alfons]     0.6.4claws6
2344
2345         * src/gtkstext.c
2346         
2347                 make GtkSText follow style of GtkText (closes bug 
2348                 #469211 "text selection while writing message")
2349                 
2350                 do sync with GTK 1.2.10
2351
2352 2001-10-25 [paul]       0.6.4claws5
2353
2354         * src/html.c
2355                 ignore css tags in html mail
2356
2357 2001-10-25 [darko]      0.6.4claws4
2358
2359         * src/compose.c
2360                 don't declare is_url_string as static function since
2361                 we need it in gtkstext.c
2362         * src/gtkstext.c
2363                 remove unused variable
2364                 don't wrap long URLs while composing a message
2365
2366 2001-10-24 [christoph]  0.6.4claws3
2367
2368         * src/socket.c
2369                 fix ssl deadlock, when peer closes connection
2370
2371 2001-10-24 [paul]       0.6.4claws2
2372
2373         * src/prefs_common.c
2374                 gettextize the gpg ascii-armored warning message
2375
2376         * src/compose.c
2377                 insert a DOS/MAC file into the composed message
2378                 (improvements)
2379
2380         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
2381
2382 2001-10-22 [paul]       0.6.4claws1
2383
2384         * sync with sylpheed 0.6.4 release
2385                 see ChangeLog entries 2001-10-21
2386
2387         * po/fr.po, po/pt_BR.po
2388                 updated by Melvin Hadasht and Fabio Junior Beneditto
2389
2390 2001-10-21 [paul]       0.6.3claws30
2391
2392         * src/compose.c
2393                 insert a DOS text file from the compose window
2394                 into the composed message text (removes CRs characters)
2395                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
2396
2397         * tools/filter_conv.pl, tools/README
2398                 automatically use ~/.sylpheed as working directory
2399                 print out confirmation message on completion
2400
2401         * correct Hoa's last ChangeLog.claws entry
2402
2403 2001-10-20 [hoa]        0.6.3claws29
2404
2405         * src/grouplistdialog.c
2406                 bugfix (another ?) to give the right
2407                 newsgroups list for each news server.
2408
2409         * src/news.c
2410         * src/news.h
2411                 improve the newsgroups list cache
2412
2413 2001-10-20 [paul]       0.6.3claws28
2414
2415         * sync with sylpheed 0.6.3cvs9
2416                 see ChangeLog entry 2001-10-19
2417
2418         * correct Alfons' last ChangeLog.claws entry
2419
2420 2001-10-19 [alfons]
2421
2422         * src/pgptext.[ch]
2423                 fix compilation problems (part of bug #472895)
2424
2425 2001-10-18 [hoa]        0.6.3claws27
2426
2427         * src/grouplistdialog.c
2428                 bugfix when we refresh was clicked (bug 472701)
2429
2430 2001-10-19 [christoph]  0.6.3claws26
2431
2432         * src/compose.c
2433                 last header entry should default to "To:" or
2434                 "Newsgroups:" and not copy the last entry line
2435                 in a new compose window
2436                 (closes bug #472686, #470792)
2437
2438 2001-10-19 [paul]       0.6.3claws25
2439
2440         * sync with Sylpheed 0.6.3cvs8
2441                 see ChangeLog entries 2001-10-18 and 2001-10-19
2442
2443 2001-10-18 [christoph]  0.6.3claws24
2444
2445         * src/procmsg.c
2446                 reimplement ignore thread
2447         
2448 2001-10-18 [hoa]        0.6.3claws23
2449
2450         * src/folderview.c
2451         * src/grouplistdialog.[ch]
2452                 enhanced news subscription interface (feature 469113)
2453
2454         * src/news.c
2455         * src/news.h
2456                 enchanced newsgroup listing,
2457                 now, we can get groups informations
2458                 (NNTPGroupInfo)
2459
2460 2001-10-18 [paul]       0.6.3claws22
2461
2462         * src/summaryview.c
2463                 remove comment (sync with main branch)
2464         * src/mainwindow.c
2465                 fix 'Re-edit' bug in 'Message' menu
2466
2467 2001-10-17 [christoph]  0.6.3claws21
2468
2469         * src/compose.c
2470                 ignore empty or whitespace only header lines
2471
2472 2001-10-17 [paul]       0.6.3claws20
2473
2474         * sync with sylpheed 0.6.3cvs7
2475                 see ChangeLog entries 2001-10-14, 2001-10-16, and
2476                 2001-10-17
2477
2478 2001-10-17 [darko]
2479
2480         * src/compose.c
2481                 wrap long lines without spaces
2482                 don't wrap URLs
2483
2484 2001-10-16 [paul]
2485
2486         * po/es.po, po/nl.po, po/pt_BR.po
2487                 updated by Ricardo Mones Lastra, Alfons,
2488                 and Fabio Junior Beneditto
2489
2490         * sylpheed-0.6.3claws released
2491
2492 2001-10-15 [melvin] 0.6.3claws18
2493
2494         * README.claws
2495                 added summary and detailed installation instructions
2496                 for spell checker
2497         * po/fr.po
2498                 Updated, corrected and completed french translation
2499
2500 2001-10-15 [hoa] 0.6.3claws17
2501         * src/grouplistdialog.c
2502                 we can choose the newsgroups to display with wildcards
2503
2504 2001-10-15 [christoph]  0.6.3claws16
2505
2506         * src/account.c
2507         * src/compose.c
2508         * src/prefs_folder_item.[ch]
2509                 applied wwp <subscript@free.fr>'s folder
2510                 default account patch
2511         * po/de.po
2512                 Fixed wrong translation
2513
2514 2001-10-13 [alfons, christoph, melvin]  
2515                         0.6.3claws15
2516
2517         solution #2 to solve MT-safety problems defers all GUI related calls
2518         to the main thread using a gtk_idle_add() callback. discussed on
2519         ircnet #sylpheed, with christoph spotting some issues with the
2520         original code, and melvin allowing us to lobotomize his sylpheed.
2521
2522         * src/syldap.[ch], src/main.c
2523                 fix race problem in ldap search thread by deferring GUI 
2524                 stuff to main thread using gtk_idle_add()
2525
2526 2001-10-13 [paul]       0.6.3claws14
2527
2528         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
2529                 add Sergey's smtpcred.patch
2530                 adds separate username/password setting for SMTP Auth
2531                 needed by some servers
2532                 (closes feature request #471659)
2533
2534 2001-10-13 [paul]       0.6.3claws13
2535
2536         * src/pgptext.[ch] **NEW FILES**
2537         * src/Makefile.am, src/messageview.c, src/mimeview.c
2538                 decrypt ascii-armored gpg text embedded in
2539                 the message body.
2540                 Submitted by Jens Jahnke <jan0sch@gmx.net>
2541
2542 2001-10-13 [christoph]  0.6.3claws12
2543
2544         * README.claws
2545                 some more details on default to and
2546                 feature requests
2547         * src/main.c
2548                 init glib threading when ldap is used
2549         * src/syldap.c
2550                 threading fixes
2551         * po/de.po
2552                 fixed a typo
2553
2554 2001-10-12 [paul]       0.6.3claws11
2555
2556         * src/prefs_common.[ch], src/rfc2015.c
2557                 enable ascii-armored gpg text to be embedded in the
2558                 message body, selectable through the 'Privacy'
2559                 preferences. Supports encrypting only.
2560                 Submitted by Ravemax <ravemax@dextrose.com>
2561
2562 2001-10-12 [paul]       0.6.3claws10
2563
2564         * sync with sylpheed 0.6.3cvs6
2565                 see ChangeLog entries 2001-10-11 and 2001-11-12
2566
2567         * src/folderview.c
2568                 incorporated mbox folders, scoring, and folder
2569                 properties into the sync
2570
2571 2001-10-12 [darko]      0.6.3claws9
2572
2573         * README.claws
2574                 describe quotation wrapping
2575         * src/compose.c
2576                 don't treat tab as space to calculate line length properly
2577
2578 2001-10-11 [alfons]
2579
2580         * README.claws
2581                 correct description of how to make new filtering system work,
2582                 add some other things
2583                 
2584         * src/syldap.c
2585                 remove sched_yield() (not necessary / unportable)
2586
2587 2001-10-11 [paul]       0.6.3claws8
2588
2589         * sync with sylpheed 0.6.3cvs3
2590                 see ChangeLog entry 2001-10-10
2591
2592 2001-10-10 [christoph]  0.6.3claws7
2593
2594         * .cvsignore
2595                 ignore 2 files created by newer autotools
2596         * src/prefs_folder_item.c
2597                 using table for widget alignment
2598                 fixed memory leak and broken octal display
2599         * src/filesel.c
2600                 fixed segfault caused by lost filename
2601                 workaround (closes bug #469551)
2602
2603 2001-10-10 [paul]       0.6.3claws6
2604
2605         * sync with sylpheed 0.6.3cvs2
2606                 see ChangeLog entries 2001-10-09 and 2001-10-10
2607
2608 2001-10-10 [darko]      0.6.3.claws5
2609
2610         * src/gtkstext.c
2611                 proper calculation of right margin if smart wrapping is enabled
2612         * src/compose.c
2613                 automatically wrap long lines if wrap quotation is enabled
2614
2615 2001-10-09 [alfons]     0.6.3.claws4
2616
2617         * src/summaryview.c
2618                 select correct row when deleting last row in the summary view (and
2619                 close bug "[ #469104 ] select second last in list when deleting")
2620
2621 2001-10-09 [paul]       0.6.3claws3
2622
2623         * sync with sylpheed 0.6.3cvs1
2624                 updated some autotool scripts
2625
2626 2001-10-09 [darko]      0.6.3claws2
2627
2628         * src/gtkstext.[ch]
2629                 new name and mark with Sylpheed comment
2630         * src/compose.c
2631                 smart quotation wrapping a-la VIM
2632
2633 2001-10-08 [paul]       0.6.3claws1
2634
2635         * sync with sylpheed 0.6.3 release
2636                 see ChangeLog entry 2001-10-08
2637
2638 2001-10-08 [paul]       0.6.2claws24
2639
2640         * src/summaryview.c
2641                 more sync with sylpheed 0.6.2cvs12
2642                 Fixed the bug that didn't select the last row correctly
2643
2644
2645 2001-10-07 [paul]       0.6.2claws23
2646
2647         * sync with sylpheed 0.6.2cvs12
2648                 see ChangeLog entry 2001-10-07
2649
2650 2001-10-06 [match]
2651         * src/jpilot.[ch]
2652                 enable jpilot to read unsynch'ed addresses.
2653
2654         * src/editldap_basedn.c
2655                 fix segfault when opening dialog.
2656
2657 2001-10-06 [alfons]     0.6.2.claws22
2658
2659         * src/summaryview.c
2660                 fix bug with summary view selecting last *inserted*
2661                 node instead of last *visible* node. remember we
2662                 work with a tree
2663
2664 2001-10-06 [paul]       0.6.2claws21
2665
2666         * po/pt_BR.po
2667                 updated translation, contains some fixes and new
2668                 translations, submitted by Gustavo Noronha Silva
2669                 <kov@debian.org>
2670
2671         * src/prefs_common.c
2672                 change 'each' to 'every' - fix dubious English
2673
2674         * sync with sylpheed 0.6.2cvs11
2675
2676 2001-10-05 [alfons]     0.6.2claws20
2677
2678         * src/mainwindow.[ch], src/folderview.c
2679                 make composite tool button switch between "Compose News"
2680                 and "Compose Mail" depending on selected folder
2681                 (nifty idea by Kim Schulz <kim@schulz.dk>)
2682
2683 2001-10-05 [paul]       0.6.2claws19
2684
2685         * src/mainwindow.c, src/summaryview.c
2686                 fix 'Message/Reply to all', broken in last commit
2687
2688         * src/compose.c
2689                 fix X_BEENTHERE seg fault, thanks to Alfons
2690
2691 2001-10-04 [paul]       0.6.2claws18
2692
2693         * src/compose.[ch], src/mainwindow.c
2694                 make "Message/Reply" reply to mailing lists; matches
2695                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
2696                 based on portions of the patch submitted by
2697                 Junichi Uekawa <dancer@netfort.gr.jp>
2698
2699 2001-10-04 [darko]      0.6.2claws17
2700
2701         * src/compose.c
2702                 better smart wrapping
2703         * src/gtkstext.[hc]
2704                 a function to make text buffer contiguous
2705
2706 2001-10-03 [paul]       0.6.2claws16
2707
2708         * sync with sylpheed 0.6.2cvs10
2709
2710 2001-10-02 [alfons]
2711
2712         * configure.in
2713         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
2714                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
2715                 references to chinese translations (hope someone picks up
2716                 this)
2717
2718 2001-10-02 [christoph]  0.6.2claws15
2719
2720         * src/compose.c
2721                 fixed non translated header bug
2722         * ChangeLog.claws
2723                 fixed wrong date in alfons last entry ;)
2724
2725 2001-10-02 [alfons]     0.6.2claws14
2726
2727         * src/compose.c, src/prefs_common.[ch]
2728                 add block cursor option
2729
2730 2001-10-02 [paul]       0.6.2claws13
2731
2732         * sync with sylpheed 0.6.2cvs9
2733
2734 2001-09-30 [paul]       0.6.2claws12
2735
2736         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
2737                 updated translations
2738
2739         * po/POTFILES.in
2740                 add 'src/importldif.c'
2741
2742         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
2743                 added eudora-to-vCard conversion tool
2744                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
2745
2746         * sync with sylpheed 0.6.2cvs8
2747
2748 2001-09-30 [paul]
2749
2750         * sylpheed-0.6.2claws released
2751
2752 2001-09-27 [melvin]     0.6.2claws11
2753
2754         * src/gtkspell.c
2755                 fixed crash when using default path (introduced 
2756                 in 0.6.2claws10)
2757                 fixed tiny bug for initial suggestion mode
2758
2759 2001-09-27 [melvin]     0.6.2claws10
2760         
2761         * src/gtkspell.c
2762                 fixed bug where gtkpspell didn't set the path correctly
2763
2764         * README.claws
2765                 added a paragraph about spell checking
2766                 
2767
2768
2769 2001-09-27 [paul]       0.6.2claws9
2770
2771         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
2772                 replace '// comments' with '/* comments */' to prevent
2773                 some compiler warnings 
2774
2775         * sync with sylpheed 0.6.2cvs6
2776
2777 2001-09-26 [alfons]     0.6.2claws8
2778
2779         * src/messageview.c
2780                 introduce return receipt request notification again,
2781                 which was lost because of other semantics in 
2782                 procheader_parse() (???)
2783
2784 2001-09-26 [christoph]  0.6.2claws7
2785
2786         * src/compose.c
2787                 replace comments for old code with #if 0
2788                 readded auto cc, bcc and reply-to
2789         * src/prefs_matcher.c
2790         * src/prefs_scoring.c
2791                 removed some definition (was moved to
2792                 prefs.h)
2793
2794 2001-09-26 [paul]       0.6.2claws6
2795
2796         * src/mainwindow.c
2797                 make 'Follow-up and reply to' sensitive
2798
2799         * more sync with sylpheed 0.6.2cvs5
2800
2801 2001-09-25 [melvin]
2802
2803         * 0.6.2claws5
2804
2805         * src/gtkspell.c
2806                 fixed bug for "US-ASCII" introduced by the encoding code
2807
2808 2001-09-25 [paul]
2809
2810         * 0.6.2claws4
2811
2812         * src/prefs_common.[ch], src/summaryview.c
2813                 'next unread msg' 'go to next folder?' dialog can be
2814                 given default behaviour, either always show dialog,
2815                 or assume 'yes', or assume 'no'
2816                 Submitted by wwp <subscript@free.fr>
2817
2818 2001-09-25 [melvin]
2819                 
2820         * src/compose.c src/gtkspell.[ch]
2821                 added support for different encodings
2822
2823 2001-09-25 [paul]
2824
2825         * more sync with sylpheed 0.6.2cvs5
2826
2827 2001-09-24 [alfons]
2828         
2829         * src/prefs_folder_item.c
2830                 add check for item->prefs->default_to string is NULL and
2831                 add another check when freeing this string
2832
2833 2001-09-24 [paul]
2834
2835         * configure.in
2836                 change to version 0.6.2claws3
2837
2838         * sync with sylpheed 0.6.2cvs5 
2839
2840 2001-09-24 [match]
2841         * src/ldif.[ch], src/importldif.[ch], addressbook.c
2842                 import LDIF files.
2843         * src/addrcache.[ch], addrindex.[ch]
2844                 small update for future
2845         * src/addrbook.c
2846                 fix test XML file.
2847
2848 2001-09-24 [melvin]
2849         * src/gtkspell.[ch]
2850                 added 'Learn from mistakes' option
2851                 better handling of quotes in checked words
2852                 sorted dict list
2853         * po/fr.po
2854                 small update for spell checking stuff
2855
2856 2001-09-23 [alfons]
2857         
2858         * src/gtkspell.c
2859                 edit a little bit so it complies more with main coding style
2860
2861 2001-09-23 [alfons]
2862
2863         * src/folder.[ch], prefs_folder_item.c, compose.c
2864                 migrate "request return receipt" folder property
2865                 to folderlist.xml
2866
2867 2001-09-22 [alfons]
2868
2869         * README.claws **NEW**
2870                 (add things of interest for users of main branch 
2871                 and claws here)
2872
2873         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
2874                 re-implement threading per folder option, but store 
2875                 the setting in folderlist.xml (where it belongs)
2876
2877 2001-09-21 [melvin]
2878
2879         * src/gtkspell.[ch]
2880                 fixed bug when compose window is under another window
2881         * src/prefs_common.[ch] src/compose.c
2882                 changed 'dictionary_path' to 'dictionary' to be consistent
2883                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
2884         * ac/pspell.m4 src/Makefile.am 
2885                 dropped PSPELL_PATH macro
2886         * po/fr.po
2887                 updated translations
2888
2889 2001-09-21 [christoph]
2890
2891         * src/compose.c
2892                 added border around header fields
2893                 keep header type when new field is added
2894
2895 2001-09-20 [christoph]
2896
2897         * src/utils.[ch]
2898                 more portable debug_print with source filename
2899                 and linenumber
2900         * src/procmsg.c
2901                 more newlines after debug messages
2902
2903 2001-09-20 [paul]
2904
2905         * configure.in
2906                 change to version 0.6.2claws2
2907
2908         * sync with sylpheed 0.6.2cvs3
2909
2910 2001-09-19 [melvin]
2911
2912         * src/gtkspell.c
2913                 fixed the post-right-click focus pb
2914                 fixed crash when 'Spell check all' after dict change 
2915                         and when cursor is at the end of the text
2916                 shift-right-click pops up config menu even on misspelled words.
2917         * po/POTFILES.in
2918                 added gtkspell.c
2919
2920 2001-09-19 [melvin]
2921
2922         * src/about.c
2923                 added pspell to compiled-in features list
2924
2925 2001-09-18 [melvin]
2926
2927         * switched to pspell and dropped ispell
2928         * ac/pspell.m4
2929                 new file. autoconf macro for pspell
2930         * ac/Makefile.am 
2931         * configure.in acconfig.h
2932                 added pspell support
2933         * src/Makefile.am
2934         * src/main.c src/compose.[ch] src/gtkspell.[ch]
2935         * src/prefs_common.[ch] 
2936                 added pspell support
2937
2938 2001-09-18 [christoph]
2939
2940         * src/addr_compl.c
2941         * src/template.[ch]
2942                 replace LOG_MESSAGE with debug_print
2943         * src/compose.[ch]
2944                 gui improvements
2945         * src/menu.c
2946                 added newline after debug message
2947         * src/utils.h
2948                 using __VA_ARGS__ for debug_print macro
2949         * tools/.cvsignore
2950                 ignore Makefile and Makefile.in
2951
2952 2001-09-18 [paul]
2953
2954         * configure.in
2955                 change to version 0.6.2claws1
2956         * sync with sylpheed 0.6.2cvs1
2957
2958         * src/matcher.c 
2959         * src/prefs_matcher.c
2960                 add 'score equal to' option, submitted by
2961                 Paul Evans <nerd@freeuk.com>
2962
2963 2001-09-15 [christoph]
2964
2965         * src/mainwindow.c
2966                 comment out menu entry not existing in claws
2967         * src/menu.c
2968                 add debug output for non existing menu entries
2969         * src/summaryview.c
2970                 fix next/prev unread message for ignored threads
2971         * src/utils.[ch]
2972                 add sourcefile and line number to debug output
2973                 otherwise it is sometimes hard to find the
2974                 source code part if debug messages are translated
2975
2976 2001-09-14 [darko]
2977         
2978         * src/folderview.c
2979                 refresh target folder style after colour is changed
2980
2981 2001-09-13 [paul]
2982
2983         * configure.in
2984                 change to version 0.6.1claws3
2985
2986         * sync with sylpheed 0.6.1cvs6
2987
2988 2001-09-13 [darko]
2989         
2990         * src/folderview.c
2991                 fix target folder colourization to use user selected colour
2992
2993 2001-09-12 [darko]
2994         
2995         * src/summaryview.c
2996                 fix crash when message that is marked for copy/move is unmarked
2997
2998 2001-09-09 [paul]
2999
3000         * configure.in
3001                 change to version 0.6.1claws2
3002
3003         * sync with sylpheed 0.6.1cvs3
3004
3005 2001-09-09 [alfons]
3006         
3007         * src/folderview.c
3008                 fix bug with default font used for trash folder text
3009
3010 2001-09-06 [paul]
3011
3012         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
3013                 updated translations
3014
3015         * configure.in
3016                 change to version 0.6.1claws1
3017
3018         * sync with sylpheed 0.6.1cvs2
3019
3020 2001-09-03 [paul]
3021
3022         * po/POTFILES.in
3023                 add Match's new addressbook
3024
3025         * po/de.po
3026                 updated translation submitted by Jens Oberender
3027
3028 2001-09-02 [paul]
3029
3030         * configure.in
3031                 change to 0.6.1claws
3032         * sync with sylpheed 0.6.1 release
3033
3034 2001-09-02 [paul]
3035
3036         * configure.in
3037                 change to 0.6.0claws2
3038
3039         * sync with sylpheed 0.6.0cvs4
3040
3041         * po/pt_BR.po
3042                 updated translation submitted by Fabio Junior Beneditto
3043
3044 2001-09-01 [match]
3045         * pixmaps/
3046                 interface.xpm
3047                 book.xpm
3048                 address.xpm
3049         * src/
3050                 Makefile.am
3051                 a ton of new files
3052
3053 2001-08-31 [paul]
3054
3055         * configure.in
3056                 change to version 0.6.0claws1
3057
3058         * sync with sylpheed 0.6.0cvs1
3059
3060         * po/es.po
3061                 updated translation submitted by Ricardo Mones Lastra
3062
3063         * po/POTFILES.in
3064                 add 'src/prefs_templates.c'
3065
3066         * src/compose.c, src/summaryview.c
3067                 fix segfault on 'Re_edit'               
3068
3069 2001-08-30 [alfons]
3070
3071         * configure.in, Makefile.am
3072         * tools/Makefile.am
3073                 add tools directory to source distribution
3074
3075 2001-08-30 [paul]
3076
3077         * configure.in
3078                 change to version 0.6.0claws
3079
3080         * sync with sylpheed 0.6.0 release
3081
3082 2001-08-30 [christoph]
3083
3084         * configure.in
3085                 removed autoconf version check
3086
3087 2001-08-30 [paul]
3088
3089         * src/account.c, src/compose.c, src/prefs_common.[ch]
3090         * src/procheader.[ch] src/utils.[ch]
3091                 Enhanced automatic account selection on replies
3092                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
3093
3094         * configure.in
3095                 add LDAP and JPilot to the configuration results output.
3096
3097 2001-08-29 [christoph]
3098
3099         * src/summeryview.c
3100                 no bold font for ignored threads
3101
3102 2001-08-29 [paul]
3103
3104         * configure.in
3105                 change to version 0.5.3claws6
3106
3107         * sync with sylpheed 0.5.3cvs10
3108                 src/stringtable.[ch]: New Files
3109
3110         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
3111         * src/pixmaps/sylpheed.xpm
3112                 add mini-icons to windows (by Alfons)
3113
3114 2001-08-27 [paul]
3115
3116         * src/mainwindow.c
3117                 new functions: next_labeled_cb(), prev_labeled_cb()
3118
3119         * src/summaryview.c
3120                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
3121                 summary_select_next_labeled(), summary_select_prev_labeled()
3122
3123         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
3124                 give claws blue folders and a blue trash can
3125
3126 2001-08-27 [paul]
3127
3128         * configure.in
3129                 change to version 0.5.3claws5
3130
3131         * sync with sylpheed 0.5.3cvs9
3132                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
3133
3134 2001-08-24 [christoph]
3135
3136         * src/filesel.c
3137                 keep filename when browsing directories
3138                 (not working for user entered filename, but
3139                  for default name and selected filename from
3140                  file list)
3141         * src/mainwindow.c
3142                 fixed wrong spelling "Folllow-up"
3143         * src/mbox_folder.c
3144         * src/procmsg.c
3145         * src/summaryview.c
3146                 fixed new/unread message count with ignored
3147                 threads (2 commits, first didn't notice no
3148                 longer needed decreasing)
3149         * src/inc.c
3150                 readded scrolling of progress dialog
3151                 (lost in sync)
3152
3153 2001-08-24 [paul]
3154
3155         * configure.in
3156                 change to 0.5.3claws4
3157
3158         * sync with sylpheed 0.5.3cvs7
3159
3160 2001-08-24 [christoph]
3161
3162         * src/compose.c
3163                 set request return receipt when replying
3164                 if it is set is the folder prefs of the
3165                 message
3166         * src/inc.c
3167                 disable final error popup if popups are
3168                 disabled in config (again)
3169
3170 2001-08-23 [paul]
3171
3172         * configure.in
3173                 Change version number to 0.5.3claws3
3174
3175         * sync with sylpheed 0.5.3cvs5
3176
3177         * src/mimeview.c
3178                 double quote '%s' in 'gedit %s' to fix bug when
3179                 opening attachment with spaces in the name
3180
3181 2001-08-22 [alte]
3182         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
3183           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
3184                 initial message templates support
3185
3186
3187 2001-08-22 [paul]
3188
3189         * configure.in
3190                 change version number to 0.5.3claws2
3191
3192         * sync with sylpheed 0.5.3cvs4
3193
3194         * src/procmsg.h src/summaryview.c
3195                 re-implement (un)ignore thread
3196
3197 2001-08-21 [paul]
3198
3199         * src/summaryview.c
3200                 remove unnecessary code
3201         * src/compose.c
3202                 enable 'dynamic' signatures (submitted by
3203                 Eric Limpens <eric@hscg-internet.nl>)
3204
3205 2001-08-21 [paul]
3206
3207         clean up after sync with sylpheed 0.5.3 release
3208
3209         * src/folderview.c
3210                 fix re-introduced font mess, see Christoph's
3211                 entry 2001-06-24
3212
3213         * src/summaryview.c
3214                 remove prev_msgnum
3215                 use sylpheed's small font instead of
3216                 gtk default font for summary view
3217
3218
3219 2001-08-17 [paul]
3220
3221         * configure.in
3222                 add pl to ALL_LINGUAS - sync with main branch
3223
3224         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
3225                 Updated. Translations by Jens Oberender, Ricardo Mones
3226                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
3227
3228         * po/pl.po  ** NEW FILE **
3229                 sync with the main branch
3230
3231         * src/folderview.c
3232                 fix target folder colorizing and refresh problem
3233
3234
3235 2001-08-17 [christoph]
3236
3237         * src/mainwindow.c
3238                 claws uses 4 colors for target folder coloring.
3239                 arrays were not long enough and destroyed the
3240                 stack causing a segfault.
3241                 target folder colorizing does not work anymore
3242                 for me
3243
3244 2001-08-16 [paul]
3245
3246         * configure.in
3247                 change to version 0.5.3claws1
3248
3249         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
3250           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
3251           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
3252
3253                 sync with sylpheed 0.5.3 release, but keep claws method of
3254                 configuring/saving fonts
3255
3256         * src/addressbook.[ch]
3257                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
3258                 in line with a similar change in Hiroyuki's branch
3259
3260         * src/mainwindow.[ch]
3261                 disable main_window_set_thread_option()
3262         * src/prefs_folder_item.c
3263                 comment out &tmps_prefs.enable_thread,
3264         * src/mbox_folder.c, src/procmsg.[ch]
3265                 comment out MSG_IS_IGNORE_THREAD
3266         * src/summaryview.c
3267                 comment out summary_ignore_thread() and summary_unignore_thread()
3268                 comment out MSG_IS_IGNORE_THREAD
3269
3270                 use Hiroyuki's threading instead.
3271
3272
3273
3274 2001-08-15 [paul]
3275
3276         * src/account.c
3277                 use Hiroyuki's 0.5.3 column scheme but also
3278                 include the enable/disable button.
3279         * src/pixmaps/mark.xpm
3280                 add Hiroyuki's amended pixmap
3281
3282 2001-08-13 [christoph]
3283
3284         * src/account.c
3285                 receive at get all column showed wrong state for APOP
3286                 button should only work for POP3 and APOP accounts
3287         * src/prefs_account.c
3288                 added missing preprocessor statement for SSL
3289
3290 2001-08-12 [paul]
3291
3292         * src/account.[ch]
3293                 add 'receive at get all' column and enable/disable
3294                 button.
3295
3296 2001-08-06 [christoph]
3297
3298         * src/account.c
3299                 show usage of SSL in protocol column
3300
3301         * src/imap.c
3302         * src/inc.c
3303                 renamed ssl options
3304
3305         * src/prefs_account.[ch]
3306                 moved ssl options to a new page
3307
3308         * src/send.c
3309         * src/smtp.c
3310         * src/ssl.[ch]
3311                 renamed ssl options
3312                 added support for SMTP STARTTLS command
3313
3314 2001-08-05 [christoph]
3315
3316         * configure.in
3317                 debian autoconf needs version check to find
3318                 correct autoconf version. if the file is
3319                 named configure.in 2.13 is used, which does
3320                 not work with this configure.in script.
3321                 other solution would be to rename the script
3322                 to configure.ac as suggested in the autoconf
3323                 manual.
3324
3325         * src/inc.c
3326                 disable final error popup if popups are
3327                 diabled in config
3328
3329         * src/socket.c
3330                 bugfix in ssl_gets
3331                 fixes IMAP over SSL problem
3332
3333 2001-08-03 [paul]
3334
3335         * configure.in
3336                 change to 0.5.2claws1
3337
3338         * sync with sylpheed 0.5.2cvs1
3339
3340 2001-08-02 [alfons]
3341
3342         * configure.in
3343                 quick fix for ispell detection...
3344
3345 2001-08-01 [paul]
3346
3347         * configure.in
3348                 change to 0.5.1claws4
3349
3350         * sync with sylpheed 0.5.1cvs7
3351
3352 2001-07-31 [alfons]
3353
3354         * src/prefs_common.c, src/prefs_common.h, 
3355           src/gtkspell.c, src/gtkspell.h
3356                 add global spelling checker settings (compose tab) +
3357                 selection of dictionary 
3358           
3359         * configure.in  
3360                 guess valid ispell location
3361
3362 2001-07-31 [paul]
3363
3364         * po/POTFILES.in
3365                 removal of 'src/quote_fmt_parse.c'
3366         * po/de.po
3367                 Updated de.po
3368                 (submitted by Jens Oberender <didge@suse.de>)
3369
3370 2001-07-31 [darko]
3371
3372         * src/folder.[ch]
3373         * src/folderview.[ch]
3374         * src/mainwindow.c
3375         * src/mh.c
3376         * src/prefs_common.[ch]
3377         * src/summaryview.c
3378                 target folder colourization
3379
3380 2001-07-30 [paul]
3381
3382         more sync with Sylpheed 0.5.1cvs6 
3383
3384 2001-07-30 [darko]
3385
3386         * src/mh.c
3387         * src/prefs_folder_item.[hc]
3388         * src/summaryview.c
3389                 shared folders support with a GUI
3390
3391 2001-07-29 [paul]
3392
3393         0.5.1claws3
3394
3395         * sync with Sylpheed 0.5.1cvs6
3396
3397 2001-07-29 [paul]
3398
3399         * po/pt_BR.po
3400                 updated
3401                 (submitted by Fabio Junior Beneditto)
3402
3403 2001-07-28 [paul]
3404
3405         * src/procmime.c
3406         * AUTHORS
3407                 patch to correct bad image mime headers
3408                 (submitted by Don Quijote <dq@searchlores.org>)
3409
3410 2001-07-28 [paul]
3411
3412         * tools/gif2xface.pl   **NEW FILE**
3413         * tools/README
3414                 script to convert file.gif to file.xface for
3415                 use in a custom header.
3416                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
3417
3418 2001-07-27 [alfons]
3419         
3420         * configure.in
3421                 change macros for detecting JPilot and LDAP
3422
3423 2001-07-27 [christoph]
3424
3425         * src/filtering.c
3426                 code cleanup (MIN / MAX warning, needed casting)
3427
3428 2001-07-27 [alfons]
3429
3430         * procheader.c
3431                 disallow setting flags when detecting certain headers
3432                 (X-Status, Status, Seen, X-Seen). 
3433         
3434         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
3435
3436 2001-07-27 [christoph]
3437
3438         * src/prefs_filter.c
3439         * src/prefs_filtering.c
3440         * src/prefs_matcher.c
3441         * src/prefs_scoring.c
3442                 scroll list when moving rows up or down
3443
3444         * src/imap.c
3445         * src/imap.h
3446         * src/prefs_account.c
3447         * src/prefs_account.h
3448         * src/send.c
3449                 SMTP over SSL (untested, feedback requested)
3450                 IMAP over SSL
3451
3452         * src/ssl.c
3453                 code cleanup
3454
3455 2001-07-26 [alfons]
3456         
3457         * configure.in, acconfig.h
3458                 define CLAWS (need this for main / claws detection)
3459
3460 2001-07-25 [alfons]
3461
3462         * configure.in
3463                 Sylpheed 0.5.1claws2
3464                 
3465         * sync with Sylpheed 0.5.1cvs4
3466
3467 2001-07-25 [christoph]
3468
3469         * src/scoring.c
3470                 fixed segfault
3471                 item->prefs == NULL (don't know why)
3472
3473 2001-07-25 [alfons]
3474
3475         * configure.in
3476                 Sylpheed 0.5.1claws1
3477
3478         * sync with Sylpheed 0.5.1cvs1-3
3479
3480 2001-07-24 [christoph]
3481
3482         * src/folderview.c
3483         * src/prefs_folder_item.[ch]
3484                 added folderitem preferences dialog with
3485                 default To: and auto request return receipt
3486
3487         * src/compose.[ch]
3488         * src/menu.[ch]
3489                 changes to handle new folderitem preferences
3490
3491         * src/mainwindow.c
3492         * src/summaryview.c
3493                 call compose new mail with current folderitem
3494
3495 2001-07-24 [alfons]
3496
3497         Release Sylpheed 0.5.1claws
3498
3499         * configure.in
3500                 change to release version 0.5.1claws
3501
3502 2001-07-24 [christoph]
3503
3504         * src/summaryview.c
3505                 fixed segfault that happend when the selected
3506                 message was removed while retrieving new messages.
3507
3508         * po/es.po
3509                 updated translation
3510                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
3511
3512 2001-07-22 [alfons]
3513
3514         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
3515         this is a work in progress, for more information: http://nlpagan.net/sylman 
3516         
3517         * configure.in, src/mainwindow.c, manual/Makefile.am
3518                 add support for English manual
3519
3520         * AUTHORS
3521                 add authors of user manuals
3522
3523         * manual/en/sylpheed*.html
3524                 add English documentation
3525
3526 2001-07-22 [christoph]
3527
3528         * po/POTFILES.in
3529                 added src/ssl.c
3530         * src/ssl.c
3531                 changed a wrong debug message
3532
3533 2001-07-22 [alfons]
3534
3535         * po/nl.po
3536                 update Dutch translation
3537
3538         * src/prefs_filtering.c, 
3539           src/prefs_matcher.c
3540                 add more translatable strings           
3541
3542 2001-07-21 [alfons]
3543
3544         0.5.0claws7
3545
3546         * configure.in
3547                 change version
3548
3549         * src/inc.c, src/summaryview.[ch]
3550                 prevent update of mark file when filtering has done, by
3551                 using a variable; this affects two functions:
3552                         inc.c::inc_finished()
3553                         summaryview.c::summary_show()
3554
3555 2001-07-20 [alfons]
3556
3557         * src/filtering.[ch], src/prefs_filtering.c, 
3558           src/matcher.[ch]
3559                 add filtering action for label coloring 
3560
3561         * po/POTFILES.in
3562                 add labelcolors.c
3563
3564         * added src/labelcolors.c
3565         * added src/labelcolors.h
3566         * src/Makefile.am, src/summaryview.c
3567                 rearrange label coloring code
3568
3569         * src/procmsg.h
3570                 add more parentheses so label colouring works correctly
3571
3572         * src/filtering.c
3573                 don't really delete message, but move it to Trash
3574
3575         * src/prefs_matcher.c
3576                 add quote options to info dialog
3577
3578 2001-07-20 [christoph]
3579
3580         * src/Makefile.am
3581         * src/inc.c
3582         * src/main.[ch]
3583         * src/socket.h
3584         * src/ssl.[ch] (new)
3585                 moved ssl stuff to a seperate file
3586
3587 2001-07-20 [darko]
3588
3589         * src/summaryview.c
3590                 fix show sender using address book with no e-mail
3591                 address in From: field
3592
3593 2001-07-19 [alfons]
3594
3595         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
3596                 fix messy handling of escaping... now at least the
3597                 execute command is useful. escape char is '\', we
3598                 accept \n and \r too. 
3599
3600                 Real life example:
3601                 
3602                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
3603                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
3604
3605 2001-07-18 [alfons]
3606
3607         0.5.0claws6
3608
3609         * src/summaryview.c
3610                 clean up
3611
3612         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
3613           src/procmsg.[ch]
3614                 revise filtering; currently move, copy, marking have
3615                 been tested. if you like bleeding edge stuff, you
3616                 should definitely go for this version :)
3617
3618         * mark old working stuff as VERSION_0_5_0_CLAWS5        
3619
3620 2001-07-17 [christoph]
3621
3622         * src/utils.c
3623                 timestamp log
3624
3625 2001-07-17 [alfons]
3626
3627         0.5.0claws5
3628
3629         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
3630           bits in the mark file, without affecting either branch. Lots of
3631           files changed, also in claws branch.
3632
3633           UNTESTED: use of mbox folders
3634
3635         * src/summaryview.c
3636                 added mark all read; however this was a quick hack used for
3637                 cleaning up mess after initial merge with Hiroyuki
3638
3639         * configure.in
3640                 change claws version number back to 0.5.0claws5 to clear up 
3641                 confusion & pretension (recent release was technically 
3642                 0.5.0claws4, so we neatly align with Hiroyuki :-)
3643
3644 2001-07-16 [alfons]
3645
3646         sync with Hiroyuki's 0.5.0cvs4
3647
3648 2001-07-16 [alfons]
3649
3650         0.5.1claws3
3651
3652         * src/filtering.[ch]
3653                 remove invalid updating of mark files for 
3654                 filter actions MATCHING_ACTION_MOVE and 
3655                 MATCHING_ACTION_DELETE; this should fix the
3656                 folder update bug
3657                 
3658         * src/procmsg.c
3659                 revert Christoph's stab at fixing the folder 
3660                 update bug
3661
3662         * po/POTFILES.in
3663                 add missing files with translatable strings
3664
3665         * src/summaryview.c
3666                 remove debug print
3667
3668 2001-07-15 [alfons]
3669
3670         * src/addr_compl.[ch], src/prefs_filtering.c
3671                 make "filtering pref dialog's destination entry" an
3672                 "address completable entry", if filter destination is 
3673                 an email address
3674
3675         0.5.1claws2
3676         
3677         sync with Hiroyuki's 0.5.0cvs2-3
3678
3679 2001-07-15 [christoph]
3680
3681         * src/procmsg.c
3682                 fixed folder stats update after incorporation
3683
3684 2001-07-15 [alfons]
3685
3686         * src/summaryview.c
3687                 * finish label colouring stuff (for now)
3688                 * fix incorrect colour bug (off by one) 
3689
3690 2001-07-14 [alfons]
3691
3692         * src/mainwindow.c
3693                 change text labels for news and mail message so there's
3694                 plenty of toolbar estate left
3695
3696         * configure.in
3697                 0.5.1claws1
3698
3699         * src/folderview.c
3700           src/folder.[ch]
3701                 sync with Hiroyuki's 0.5.0cvs1
3702
3703         * src/summaryview.c
3704                 more rewrite label colouring
3705
3706 2001-07-14 [alfons]
3707
3708         * src/summaryview.[ch]
3709                 * start rewrite label colouring 
3710                 * fix proper location "Add Sender To Addressbook" menu item
3711
3712 2001-07-13
3713
3714         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
3715         (actually this is 0.5.0claws4)
3716
3717 2001-07-13 [alfons]
3718
3719         * po/pt_BR.po
3720                 * fix duplicate message
3721                 * add updated Portugese / Brazilian translation
3722                   submitted by Fabio Junior Beneditto
3723
3724 2001-07-12 [alfons]
3725
3726         * AUTHORS
3727                 add Jens
3728
3729         * po/nl.po
3730                 add updated Dutch translation
3731
3732         * po/de.po
3733                 add updated German translation submitted by Jens
3734
3735 2001-07-11 [alfons]
3736
3737         Prerelease before 0.5.0claws. Please test.
3738         This version is temporarily tagged as VERSION_0_5_0_TEST
3739
3740         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
3741           src/prefs_scoring.c, src/prefs_matcher.c, 
3742           src/prefs_filtering.c, src/mbox.c, 
3743           src/main.c, src/inc.c, src/filtering.[ch]
3744                 revert new Hoa's new matcher (does not work yet)
3745
3746         * src/Makefile.am
3747                 clean up
3748
3749 2001-07-10
3750
3751         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
3752
3753
3754 2001-07-10 [alfons]
3755
3756         * Makefile.am
3757                 add ChangeLog.claws to EXTRA_DIST
3758         * src/Makefile.am
3759                 add matcher_parser_parse.h to EXTRA_DIST
3760
3761 2001-07-10 [christoph]
3762
3763         * src/inc.c
3764                 add destination folder to table of
3765                 folders that need to be updated after
3766                 incorporation
3767
3768 2001-07-10 [alfons]
3769
3770         * folder.[ch]
3771           folderview.c
3772                 make collapse state of folders and folder items persistent, i.e.
3773                 if you collapse a folder tree, the next time sylpheed-claws starts 
3774                 up the folder tree remains collapsed.  
3775                 
3776 2001-07-10 [christoph]
3777
3778         * acconfig.h
3779         * configure.in
3780                 added --enable-ssl
3781         * src/md5.[ch]
3782                 renamed MD5_CTX to MD5_CTX_syl
3783                 conflicts with a struct in openssl
3784         * src/inc.c
3785         * src/main.[ch]
3786         * src/prefs_account.[ch]
3787         * src/socket.[ch]
3788                 SSL support for POP
3789         * src/mainwindow.c
3790                 fixed compose with current account
3791                 broken by new compose button stuff
3792
3793 2001-07-09 [hoa]
3794
3795         * AUTHORS
3796                 changed my email address
3797
3798         * src/matcher_parser_parse.y
3799                 clean the parser to remove conflicts
3800
3801 2001-07-09 [alfons]
3802
3803         * AUTHORS
3804                 add Match Grun
3805
3806         * configure.in
3807                 fix incorrect description of --enable-ldap parameter
3808
3809         * src/prefs_common.[ch]
3810           src/compose.c
3811                 add experimental option "smart wrapping" which makes the
3812                 compose editor auto wrap.
3813                 
3814                 | TODO: the problem with the buggy cursor handling is caused |
3815                 | by the GtkText. when deleting / backspacing text its       |
3816                 | wrapping algorithm does not take in account the previous   |
3817                 | line. should find a way to hack this in.                   |
3818                 | or should perhaps combine this with the word wrapping      |
3819                 | patch i wrote in january.                                  |
3820
3821         * src/about.c
3822                 show build parameters for LDAP and JPilot
3823
3824         * src/summaryview.c
3825                 revert Christoph's bugfix for selecting next unread message, 
3826                 because folder stats aren't updated correctly
3827
3828 2001-07-08 [hoa]
3829
3830         * src/filtering.c
3831         * src/mainwindow.c
3832         * src/matcher.c
3833         * src/matcher_parser_lex.l
3834         * src/matcher_parser_parse.y
3835         * src/prefs_filtering.c
3836         * src/prefs_scoring.c
3837         * src/scoring.c
3838                 bugfix of the config file parser
3839
3840 2001-07-08 [alfons]
3841
3842         * src/Makefile.am
3843                 added generated matcher sources to BUILT_SOURCES
3844
3845 2001-07-08 [hoa]
3846
3847         * src/Makefile.am
3848         * src/.cvsignore
3849                 added new config file parser
3850
3851         * src/scoring.[ch]
3852         * src/filtering.[ch]
3853         * src/matcher.[ch]
3854         * src/prefs_filtering.c
3855         * src/prefs_matcher.c
3856         * src/prefs_scoring.c
3857         * added src/matcher_parser.h
3858         * added src/matcher_parser_lex.h
3859         * added src/matcher_parser_lex.l
3860         * added src/matcher_parser_parse.y
3861                 lex & yacc config file parser
3862
3863         * src/mbox.c
3864         * src/inc.c
3865         * src/main.c
3866                 changes prefs_filtering into global_filtering           
3867
3868         * src/summaryview.c
3869                 build threads with subjects only if "Re: " is at the
3870                 beginning of the subject
3871
3872 2001-07-07 [paul]
3873
3874         0.5.0claws
3875
3876         sync with sylpheed 0.5.0
3877                 change of version number only
3878
3879 2001-07-06 [paul]
3880
3881         0.5.0claws5
3882
3883         sync with sylpheed 0.5.0pre5
3884
3885 2001-07-05 [paul]
3886
3887         sync with sylpheed 0.5.0pre4 release
3888                 /po and /manual/ja not sync'ed
3889
3890 2001-07-04 [paul]
3891
3892         more sync with sylpheed 0.5.0pre4
3893
3894 2001-07-03 [christoph]
3895
3896         * src/addressbook.c
3897                 fixed address book broken by address book
3898                 for VCard, JPilot, LDAP
3899
3900 2001-07-03 [alfons]
3901
3902         * src/matcher.c
3903         * src/textview.c
3904                 stopped memory leaks
3905
3906 2001-07-03 [paul]
3907
3908         more sync with sylpheed 0.5.0pre4
3909
3910 2001-07-02 [match]
3911
3912         * included address book patch for VCard, JPilot, LDAP
3913         * pref_common.c - fixed Font options on Display tab (cosmetic)
3914         * alertpanel.c - fixed truncated message
3915
3916 2001-07-02 [christoph]
3917
3918         * src/mbox_folder.c
3919         * src/procmsg.[ch]
3920         * src/summaryview.c
3921                 mark threads for ignoring
3922
3923 2001-07-02 [paul]
3924
3925         0.5.0claws4
3926
3927         * sync with sylpheed 0.5.0pre4
3928                 updated gettext to 0.10.38.
3929
3930 2001-07-01 [paul]
3931
3932         * src/ mainwindow.c
3933         * src/procmsg.h
3934         * src/summaryview.[ch]
3935                 new right-click option: Label.
3936                 substitute for 'Mark-->Mark/Unmark', colours the line.
3937                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
3938
3939 2001-07-01 [christoph]
3940
3941         * src/folderview.c
3942                 fixed font for trash
3943         * src/summaryview.c
3944                 move ctree to unread message
3945
3946 2001-07-01 [paul]
3947
3948         * sync with sylpheed 0.5.0pre3 release
3949
3950 2001-06-30 [alfons]
3951
3952         * src/filesel.[ch]
3953         * src/compose.c
3954                 allow inserting / attaching multiple files in
3955                 the composer window
3956
3957 2001-06-30 [paul]
3958
3959         * src/codeconv.c
3960                 small change to Alfons' previous stuff so that it
3961                 actually makes
3962
3963 2001-06-30 [alfons]
3964
3965         * lots of files changed; first attempt to merge the changes
3966           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
3967
3968 2001-06-30 [paul]
3969
3970         * po/pt_BR.po
3971                 updated and completed, translations by Fabio
3972                 Junior Beneditto <fjbeneditto@yahoo.com.br>
3973
3974 2001-06-29 [alfons]
3975
3976         * src/compose.c
3977         * src/mimeproc.[ch]
3978                 allow selecting an attached files' mime type from a 
3979                 list of types.
3980
3981 2001-06-29 [paul]
3982
3983         * more sync with sylpheed 0.5.0pre3
3984
3985 2001-06-29 [paul]
3986
3987         * po/pt_BR.po
3988                 merge with sylpheed.pot and pt_BR.po provided by
3989                 Fabio Junior Beneditto.
3990
3991 2001-06-29 [darko]
3992
3993         * src/procmime.c
3994                 make MIME types case insensitive
3995
3996 2001-06-28 [alfons]
3997
3998         * po/nl.po
3999                 merge with sylpheed.pot and old nl.po; translations added.
4000
4001 2001-06-28 [paul]
4002
4003         * more sync with sylpheed 0.5.0pre3
4004
4005 2001-06-27 [alfons]
4006
4007         * src/summaryview.c
4008                 don't crash when removing parent node of messages
4009                 attracted by subject. this was caused by not deleting
4010                 the parent node from the subject line hash table.
4011
4012 2001-06-27 [alfons]
4013
4014         * src/summaryview.c
4015         * src/compose.[ch]
4016         * src/mainwindow.c
4017                 if there are multiple messages selected, allow forwarding
4018                 them as attachments.
4019
4020 2001-06-27 [paul]
4021
4022         * more sync with sylpheed 0.5.0pre3
4023
4024 2001-06-26 [paul]
4025
4026         0.5.0claws3
4027
4028         * sync with sylpheed 0.5.0pre3
4029
4030 2001-06-25 [paul]
4031
4032         * src/mainwindow.c
4033                 fixed 'compose news article' bug
4034                 from icon-and-text toolbar
4035
4036 2001-06-25 [paul]
4037
4038         * sync with sylpheed 0.5.0pre2 release
4039
4040 2001-06-24 [christoph]
4041
4042         * src/prefs_common.c
4043                 bug fix in font selection
4044         * src/folderview.c
4045                 use sylpheed's normal font instead of
4046                 gtk default font for folders without
4047                 new messages
4048
4049 2001-06-24 [alfons]
4050
4051         * src/mainwindow.[ch]
4052                 added composite compose mail / news button (an idea by Leandro
4053                 Pereira <leandro@linuxmag.com.br>)
4054
4055 2001-06-24 [paul]
4056
4057         Added instructions for ldif-to-xml.py
4058
4059         * tools/README
4060
4061 2001-06-23 [alfons]
4062
4063         Some minor things.
4064
4065         * src/pixmaps/stock_news_compose.xpm
4066                 added pixmap by Leandro
4067         * src/prefs_common.c
4068                 tested built-in spelling checker of GCC 3.0 :)
4069         * po/nl.po
4070                 merged dutch translation of sylpheed-main with
4071                 sylpheed.pot
4072
4073 2001-06-23 [paul]
4074
4075         Added tools directory and files.
4076
4077         * tools/filter_conv.pl
4078                 converts old filter system to new filtering system
4079         * tools/ldif-to-xml.py
4080                 converts netscape addressbook to sylpheed addressbook
4081         * tools/README
4082                 descriptions/instructions for above two files
4083
4084 2001-06-23 [christoph]
4085
4086         * src/inc.c
4087         * src/manage_window.[ch]
4088         * src/prefs_common.[ch]
4089                 mail retrieval dialog can be enabled, disabled
4090                 or hidden if non of sylpheed's windows is active
4091
4092 2001-06-22 [paul]
4093
4094         0.5.0claws2
4095
4096         * sync with sylpheed 0.5.0pre2
4097
4098 2001-06-21 [christoph]
4099
4100         * src/summaryview.c
4101                 show recipient on 'from' for all accounts
4102                 
4103         * src/inc.c
4104         * src/prefs_common.[ch]
4105                 disable error popup on mail receive errors
4106
4107 2001-06-21 [alfons]
4108
4109         * src/compose.c
4110                 made the ruler correctly appear and disappear.
4111
4112         * src/Makefile.am
4113                 removed Hoa's work-in-progress-stuff (interesting!) so 
4114                 claws compiles ok.
4115
4116 2001-06-20 [christoph]
4117
4118         * src/inc.c
4119         * src/progressdialog.c
4120                 added scrolled window for list in progressdialog
4121
4122 2001-06-20 [paul]
4123
4124         sync with sylpheed 0.5.0pre1 release
4125
4126 2001-06-20 [christoph]
4127
4128         * src/summeryview.c
4129                 make building threads by subject work when
4130                 thread view is enabled
4131                 
4132         * src/compose.c
4133         * src/prefs_common.[ch]
4134                 automatically select account for mail replys
4135
4136 2001-06-19 [sergey]
4137
4138         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
4139         they are filled in from the account settings.
4140
4141 2001-06-19 [paul]
4142
4143         * more sync with sylpheed 0.5.0pre1
4144
4145 2001-06-18 [alfons]
4146
4147         * src/Makefile.am,
4148           src/procmime.c
4149                 added --sysconfdir to CPPFLAGS for pointing to the correct
4150                 location of mime.types. 
4151
4152                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
4153                 or ./configure!
4154
4155 2001-06-18 [hoa]
4156
4157         * src/summaryview.c
4158                 fixed some bug when building threads
4159
4160 2001-06-18 [pau]l
4161
4162         * src/prefs_account.c
4163                 UI stuff: More changes to the English
4164
4165 2001-06-18 [paul]
4166
4167         * src/pixmaps/stock_news_compose.xpm: new file
4168         * src/Makefile.am
4169         * src/mainwindow.c
4170         * src/summaryview.c
4171                 Added new icon for Hoa's 'compose a news
4172                 message', plus minor improvements to the
4173                 English
4174
4175         * po/ja.po
4176         * ChangeLog
4177         * ChangeLog.jp
4178                 more sync with sylpheed 0.5.0pre1
4179
4180 2001-06-18 [hoa]
4181
4182         * src/compose.[ch]
4183         * src/mainwindow.c
4184                 Follow-up and reply to
4185
4186         * src/summaryview.[ch]
4187                 Build threads also with subjects
4188
4189 2001-06-17 [hoa]
4190
4191         * src/compose.c
4192                 forwarding use the current account.
4193
4194         * src/mainwindow.c
4195                 the "compose message" button has been replaced with
4196                 "new mail" and "new news" buttons
4197
4198         * src/prefs_common.[ch]
4199                 added a configuration option to use the forward button
4200                 as "forward as attachment"
4201                 changed reply and forward format description
4202
4203         * src/quote_fmt_lex.l
4204         * src/quote_fmt_parse.y
4205                 added message with no signature in format for reply
4206                 and forward.
4207
4208 2001-06-17 [paul]
4209
4210         Minor UI stuff
4211
4212         * src/mainwindow.c
4213         * src/summaryview.c
4214                 Improvements to the English
4215
4216         * src/prefs_common.c
4217                 Improvements to the English and some
4218                 clarity/continuity improvements in the
4219                 description of Quote symbols.
4220
4221 2001-06-17 [paul]
4222
4223         0.5.0claws1
4224
4225         * sync with sylpheed 0.5.0pre1
4226
4227 2001-06-17 [hoa]
4228
4229         * src/compose.c
4230                 Better interface for compose, displayed fields
4231                 are updated whenever we change account.
4232                 Newsgroups field is automatically filled.
4233
4234         * src/mainwindow.c
4235                 Newsgroups field is automatically filled.
4236
4237         * src/prefs_account.c
4238                 Some interface stuff when fields appear and
4239                 disappear.
4240
4241 2001-06-16 [paul]
4242
4243         0.4.99claws
4244
4245         * sync with sylpheed 0.4.99
4246
4247 2001-06-16 [sergey]
4248
4249         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
4250         base64_decoder_free, base64_decoder_decode): new object and
4251         functions for decoding base64 streams.
4252         * src/procmime.c (procmime_decode_content): modified to use the
4253         new base64 decoder.
4254
4255 2001-06-15 [paul]
4256
4257         0.4.99claws10
4258
4259         * sync with sylpheed 0.4.99cvs11
4260
4261 2001-06-13 [paul]
4262
4263         0.4.99claws9
4264
4265         * sync with sylpheed 0.4.99cvs9
4266
4267 2001-06-13 [hoa]
4268
4269         * src/compose.c
4270         * src/prefs_account.c
4271
4272                 SMTP server can be defined in the news account
4273                 mime type of attachment are kept.
4274
4275         * src/summaryview.c
4276
4277                 now choose the highest important score between default
4278                 and important score of folder.
4279
4280 2001-06-09 [alfons]
4281         
4282         * src/prefs_common.c: 
4283
4284                 (prefs_quote_description_create): corrected description of 
4285                 quote format characters
4286
4287 2001-06-09 [paul]
4288
4289         0.4.99claws8
4290
4291         * sync with sylpheed 0.4.99cvs8
4292
4293 2001-06-08 [sergey]
4294
4295         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
4296         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
4297
4298 2001-06-08 [paul]
4299
4300         0.4.99claws7
4301
4302         * sync with sylpheed 0.4.99cvs7
4303
4304 2001-06-06 [sergey]
4305
4306         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
4307         clashes with autogenerated header).
4308         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
4309         * src/Makefile.am: added quote_fmt.h.
4310         * src/.cvsignore: added lex/yacc autogenerated files
4311         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
4312
4313 2001-06-06 [paul]
4314
4315         0.4.99claws6
4316
4317         * sync with sylpheed 0.4.99cvs6
4318
4319 2001-06-06 [hoa]
4320
4321         * added src/quote_fmt_parse.h
4322         * src/compose.c
4323                 removed warnings
4324
4325         * src/prefs.[ch]
4326                 don't modify readonly configuration files
4327
4328         * src/prefs_account.c
4329         * src/prefs_common.c
4330         * src/prefs_customheader.c
4331         * src/prefs_display_header.c
4332         * src/prefs_filter.c
4333         * src/prefs_filtering.c
4334         * src/prefs_scoring.c
4335                 don't open dialog box when configuration files
4336                 are readonly
4337
4338 2001-06-05 [sergey]
4339
4340         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
4341
4342         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
4343         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
4344         BUILT_SOURCES to make all files rebuild properly.
4345
4346         * src/compose.c: removed #include "quote_fmt.tab.h".
4347
4348         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
4349         CHARACTER value in yylval.
4350
4351         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
4352         receive CHARACTER value by documented means (yylval).
4353
4354         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
4355
4356 2001-06-05 [hoa]
4357
4358         * src/Makefile.am
4359                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
4360
4361         * src/filtering.c
4362         * src/matcher.c
4363         * src/matcher.h
4364         * src/prefs_filtering.c
4365                 now keep the configuration for execute action
4366
4367         * src/mbox_folder.c
4368                 fixed a warning
4369
4370 2001-06-05 [paul]
4371
4372         * sync with sylpheed 0.4.99cvs5
4373
4374 2001-06-05 [hoa]
4375
4376         * src/Makefile.am
4377                 added quote_fmt.[ch]
4378
4379         * added src/quote_fmt.y
4380         * added src/quote_fmt.l
4381         * added src/quote_fmt.tab.h
4382         * added src/quote_fmt.tab.c
4383         * added src/lex.quote_fmt.c
4384                 parsing configuration for replying
4385                 and forwarding
4386
4387         * src/prefs_common.[ch]
4388                 added configuration UI for replying
4389                 and forwarding
4390
4391         * src/compose.c
4392                 using configuration for replying
4393                 and forwarding
4394
4395 2001-06-04 [hoa]
4396
4397         * src/filtering.c
4398         * src/matcher.c
4399         * src/matcher.h
4400         * src/prefs_filtering.c
4401         * src/prefs_matcher.c
4402         * src/prefs_matcher.h
4403                 action "run a command" for filtering
4404                 and matching with a command.
4405                 fixed the "whole message" matching
4406
4407         * src/mbox_folder.c
4408                 changed temporary filename for security
4409
4410         * src/messageview.c
4411                 queue the notification if it fails to send.
4412
4413         * src/prefs_common.c
4414         * src/prefs_folder_item.c
4415                 changed the default important score             
4416
4417         * src/prefs_scoring.c
4418         * src/scoring.c
4419                 hide kill score input when the folder is not
4420                 a newsgroup
4421
4422 2001-06-03 [alfons]
4423
4424         * src/prefs_common.c:
4425
4426                 (prefs_font_select): pass font name in font entry box to font
4427                 selection dialog.
4428
4429 2001-06-03 [sergey]
4430
4431         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
4432
4433 2001-06-03 [paul]
4434
4435         * sync with sylpheed 0.4.99cvs4
4436
4437 2001-06-03 [alfons]
4438
4439         * src/headerwindow.c:
4440
4441                 (headerwindow_show_cb): use the selected summary view item, not
4442                 the displayed item.
4443
4444 2001-06-02 [alfons]
4445
4446         * src/headerwindow.c:
4447
4448                 (headerwindow_show_cb): always try to show msginfo
4449
4450 2001-06-02 [hoa]
4451
4452         * src/compose.c
4453                 keep attached parts when reediting or forwarding.
4454
4455 2001-06-01 [hoa]
4456
4457         * src/folderview.c
4458         * src/prefs_folder_item.[ch]
4459         * src/prefs_scoring.[ch]
4460         * src/scoring.[ch]
4461         * src/summaryview.[ch]
4462         * src/main.c
4463         * src/mainwindow.c
4464         * src/prefs_common.[ch]
4465                 support for folder scoring
4466                 kill score and important score for messages
4467         
4468         * src/prefs_account.c
4469                 some display bug fixed for local account
4470                 preferences
4471
4472 2001-05-31 [alfons]
4473
4474         * src/summaryview.c:
4475
4476                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
4477                 sender to address book menu item is disabled.
4478
4479 2001-05-30 [hoa]
4480
4481         * src/filtering.[ch]
4482         * src/summaryview.c
4483                 handling summary menu / filter messages
4484
4485         * src/folder.[ch]
4486                 add some stuff
4487
4488         * src/foldersel.c
4489                 imap folders now appears in list
4490
4491         * src/mbox_folder.c
4492                 doesn't crash if destination mail is not writeable
4493
4494 2001-05-29 [hoa]
4495
4496         * src/compose.c
4497                 removed some warnings
4498
4499         * src/filtering.c
4500         * src/folder.[ch]
4501         * src/prefs_filtering.c
4502                 global string to identify any folders           
4503                 removed some debug info
4504                 filtering to mbox folders is now possible
4505
4506         * src/mainwindow.c
4507                 removed some warnings
4508
4509         * src/mbox_folder.c
4510                 permission on files are changed to read/write for user only,
4511                 nothing for other.
4512                 creation of subfolder is handled better.
4513
4514 2001-05-28 [alfons]
4515
4516         Verified the sync for src/prefs_common.[ch] and
4517         src/prefs_account.[ch]. I believe there were some
4518         minor indentation differences.
4519
4520 2001-05-28 [paul]
4521
4522         0.4.99claws3
4523
4524         * sync with 0.4.99cvs3
4525
4526 2001-05-28 [hoa]
4527
4528         * src/compose.c
4529                 handling flags for mbox format
4530
4531         * src/filtering.c
4532                 use of mark file only for MH format
4533                 handling flags for mbox format
4534                 filtering cannot yet move or copy mails to mbox folders.
4535
4536         * src/folder.[ch]
4537                 changed move_msg, copy_msg,
4538                 move_msgs_with_dest, copy_msgs_with_dest functions
4539                 uses only folder->copy_msg() function
4540                 uses folder->finished_copy() to handle the destination
4541                 folder at the end of the copy or move operation.
4542
4543         * src/foldersel.c
4544                 included mbox directories.
4545
4546         * src/folderview.[ch]
4547         * src/mainwindow.c
4548                 handle folders operation for mbox format
4549
4550         * src/mbox.c
4551                 disable conversion of "From " header
4552
4553         * src/mbox_folder.[ch]
4554                 completion of mbox format handling
4555
4556         * src/mh.c
4557                 changed mh_copy_msg() function and
4558                 removed mh_move_msg(), mh_move_msgs_with_dest(),
4559                 mh_copy_msgs_with_dest()
4560
4561         * src/prefs_filtering.c
4562                 removed some warnings
4563
4564         * src/prefs_matcher.c
4565                 default boolean operation is AND
4566
4567         * src/procheader.c
4568                 handling flags for mbox format
4569                 handling of "From " header
4570
4571         * src/procmsg.[ch]
4572                 removed data field
4573                 added MSG_REALLY_DELETED flags to handle deletion of
4574                 messages in mbox format.
4575
4576         * src/summaryview.c
4577                 handling flags for mbox format
4578                 disable the MSG_DELETED flags when messages
4579                 are deleted in mbox format
4580
4581         * src/textview.c
4582                 "From " headers display fixed.
4583
4584 2001-05-27 [alfons]
4585
4586         * src/textview.c:
4587                 
4588                 (get_email_part): skip quoted email addresses, like in e.g.
4589                 "'alfons@proteus.demon.nl'".
4590
4591 2001-05-26 [alfons]
4592
4593         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
4594         and fixing the persistence troubles when using separate windows.
4595
4596         * src/mainwindow.c:
4597         
4598             Added #define SEPARATE_ACTION used in the gtk item factory for 
4599             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
4600                 use gtk_item_factory_get_widget_by_action() to get the items.
4601                 
4602             Removed separate_widget_cb from the gtk item factory data   
4603           
4604             (mainwindow_create): connect separate_widget_cb() to check
4605             menu item "toggled" signal. also passing a MainWindow pointer
4606                 as object data for both check menu items.
4607                 
4608             (separate_widget_cb): definition of separate_widget_cb() to match
4609             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
4610                 window using gtk_object_get_data(). The type of window separation 
4611                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
4612         
4613         * src/prefs_filtering.c,
4614           src/prefs_matcher.c: added horizontal scrollbars
4615
4616 2001-05-25 [darko]
4617
4618         * src/headerview.c
4619                 fix segfault with invalid bold font
4620         * src/summaryview.c
4621                 correctly display summary stats after row is marked
4622
4623 2001-05-23 [sergey]
4624
4625         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
4626         encodings with libjconv.
4627
4628 2001-05-23 [hoa]
4629
4630         * src/Makefile.am
4631                 added mbox_folder.[ch]
4632         * src/defs.h
4633                 mbox temporary folder
4634         * src/folder.[ch]
4635         * added src/mbox_folder.[ch]
4636         * src/folderview.c
4637         * src/procheader.[ch]
4638                 added mbox support
4639         * src/mbox.c
4640                 bugfix for file incorporation filtering
4641         * src/imap.c
4642                 enable creation of MBOX
4643         * src/prefs_display_header.c
4644                 enable use of headers like "From "
4645                 something that should be fixed :
4646                         displaying of such headers add an extra space
4647         * src/prefs_folder_item.c
4648                 don't create folders because it is not necessary
4649         * src/procmsg.h
4650                 added data field to MsgInfo for mbox internal use
4651         * src/summaryview.c
4652                 added some support for mbox
4653         * src/utils.[ch]
4654                 added get_mbox_cache_dir() function
4655
4656 2001-05-23 [hiroyuki]
4657
4658         * src/headerwindow.c
4659           src/inc.c
4660           src/main.c
4661           src/mh.c
4662           src/nntp.c
4663           src/procmsg.h
4664           src/session.h
4665           src/socket.[ch]
4666           src/summaryview.c
4667           src/textview.c
4668           src/automaton.c
4669           src/folderview.c: more sync with 0.4.99cvs2.
4670
4671         * src/headerwindow.c: reverted.
4672
4673 2001-05-22 [paul]
4674
4675         0.4.99claws2
4676
4677         * sync with sylpheed 0.4.99cvs2
4678                 * src/news.[ch]
4679                 * src/nntp.[ch]
4680                 * INSTALL
4681                 * INSTALL.jp
4682
4683 2001-05-22 [alfons]
4684
4685         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
4686
4687 2001-05-21 [alfons]
4688
4689         Minor things:
4690
4691         * configure.in: if gnome-config not found, "no" is displayed
4692         
4693         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
4694
4695         * src/textview.c: now also possible to add mail addresses by right
4696           clicking in the text view
4697
4698         * src/codeconv.c: merged patch which fixes endless loop when encountering
4699           invalid wide characters; from Alte <010@imis.ru>  
4700
4701 2001-05-20 [alfons]
4702
4703         Added installation of gnome specific things:
4704
4705         * Makefile.am: gnome conditional
4706
4707         * configure.in: check for installed gnome
4708
4709         * added sylpheed.png, sylpheed.desktop
4710
4711 2001-05-20 [sergey]
4712
4713         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
4714
4715         * src/mainwindow.h (main_window_toolbar_create): created a button
4716         for "Reply to all".
4717         (main_window_set_toolbar_sensitive): enable/disable the new button
4718         appropriately.
4719         (toolbar_reply_to_author_cb): handle the new button.
4720
4721         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
4722         send_progress_dialog_destroy() on failure (fixes hang on SMTP
4723         failure).
4724
4725 2001-05-19 [sergey]
4726
4727         * src/compose.h (ComposeReplyMode): new modes
4728         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
4729         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
4730
4731         * src/compose.c
4732         (compose_send): move some code into a new function:
4733         (compose_current_mail_account): new function.
4734         (compose_reply): new argument to_author, all callers changed; if
4735         to_author==TRUE and account->protocol==A_NNTP, find and use an
4736         appropriate mail account for replying.
4737         (compose_reply_set_entry): new argument to_author; ignore
4738         compose->replyto if to_author==TRUE.
4739
4740         * src/mainwindow.c: new command "Message/Reply to author".
4741         (main_window_set_menu_sensitive): enable/disable it.
4742         (reply_cb): handle it.
4743
4744         * src/summaryview.c: new command "Reply to author".
4745         (summary_set_menu_sensitive): enable/disable it.
4746         (summary_reply_cb): handle it.
4747
4748         * src/account.c (account_find_mail_from_address): new function.
4749
4750 2001-05-18 [paul]
4751
4752         0.4.99claws1
4753
4754         * sync with sylpheed 0.4.99cvs1
4755
4756 2001-05-18 [hoa]
4757
4758         * src/compose.[ch]
4759         * src/filtering.c
4760         * src/summaryview.c
4761                 new filtering action : forward and forward as attachment
4762
4763         * src/main.c
4764                 no need for $DISPLAY when we run sylpheed --help
4765                 call to parse_cmd_opt() is moved
4766
4767         * src/mainwindow.[ch]
4768                 execute button is hidden when immediate execute
4769                 is chosen
4770
4771         * src/mh.c
4772         * src/news.c
4773         * src/prefs_folder_item.c
4774         * src/procmsg.c
4775                 better handling of missing directories
4776
4777         * src/summaryview.c
4778                 reedit is enabled in outbox
4779                 reedit is enabled in queue
4780
4781 2001-05-17 [hoa]
4782
4783         * src/filtering.c
4784         * src/matcher.[ch]
4785         * src/prefs_filtering.c
4786                 changed attachement into attachment
4787
4788 2001-05-17 [alfons]
4789
4790         0.4.67claws4    
4791
4792         * sync with sylpheed 0.4.67cvs9
4793         * sync with sylpheed 0.4.67cvs7-8
4794
4795 2001-05-17 [hoa]
4796
4797         * src/Makefile.am
4798                 added prefs_filtering.c
4799
4800         * src/filtering.[ch]
4801         * src/matcher.[ch]
4802                 removed action : forward_news and forward_news_as_attachement
4803                 (forward and forward_as_attachement can be used instead)
4804
4805         * src/mainwindow.c
4806                 added menu option to access filtering configuration
4807
4808         * src/prefs_account.c
4809                 changed mail_command default to /usr/sbin/sendmail
4810
4811         * added src/prefs_filtering.[ch]
4812                 dialog box for filtering configuration
4813
4814         * src/prefs_matcher.c
4815                 added function prefs_matcher_get_criteria_from_matching()
4816
4817         * src/prefs_scoring.c
4818                 reset the dialog when register or substitute is clicked
4819
4820 2001-05-15 [hoa]
4821
4822         * src/Makefile.am
4823                 added filtering.[ch]
4824         * src/inc.c
4825                 using filering.[ch] instead of filter.[ch]
4826         * src/main.c
4827                 reading new filtering configuration
4828         * src/matcher.[ch]
4829                 added some filtering actions
4830                 and fixed a bug for headers and mail body matching
4831         * src/mbox.c
4832                 using filering.[ch] instead of filter.[ch]
4833         * src/mh.c
4834                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
4835         * src/summaryview.c
4836                 some fixes for filtering
4837
4838 2001-05-14 [hiroyuki]
4839
4840         * src/send.c: fixed some weird indentations.
4841           send_message_with_command(): call pclose() only if p != NULL.
4842         * src/textview.c: get_email_part(): modified the code for readability.
4843
4844 2001-05-14 [hiroyuki]
4845
4846         * src/md5global.h
4847           src/md5ify.c
4848           src/md5ify.h: removed from the cvs.
4849
4850 2001-05-13 [sergey]
4851
4852         * src/main.c: include rfc2015.h to avoid compiler warnings.
4853         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
4854         the panel is already on screen.
4855         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
4856         closing the alert window by ESC as "No".
4857         * src/prefs_common.c (prefs_interface_create): moved return
4858         receipt check button to the correct place.
4859
4860 2001-03-13 [alfons]
4861
4862         * src/prefs_common.c: 
4863                 moved return receipt check button to the Send tab. (prefs_send_create)
4864                 removed the date format ui related globals. (prefs_display_create)
4865
4866         0.4.67claws3
4867         
4868         * sync with sylpheed 0.4.67cvs5-6
4869
4870 2001-05-13 [paul]
4871
4872         * added Alfons' font selection patch
4873
4874         * src/defs.h
4875         * src/headerwindow.c
4876         * src/prefs_common.c
4877         * src/prefs_common.h
4878
4879 2001-05-13 [hoa]
4880         * src/defs.h
4881                 changed version of cache
4882         * src/matcher.[ch]
4883         * src/prefs_matcher.c
4884                 added additionnal matching criteria
4885         * src/procheader.c
4886         * src/procmsg.[ch]
4887         * src/news.c
4888                 added references in MsgInfo
4889
4890 2001-05-12 [hoa]
4891
4892         * src/defs.h
4893                 prepared some things for new filtering
4894         * src/matcher.[ch]
4895                 added some matching properties
4896                 inreplyto need to be enhanced
4897                 prepared some things for new filtering
4898         * src/messageview.c
4899                 added Return-Receipt-To handling
4900         * src/prefs_folder_item.c
4901                 changed default value to TRUE
4902         * src/prefs_matcher.c
4903                 added some matching properties
4904         * src/prefs_scoring.[ch]
4905                 the scoring dialog is finished
4906         * src/procheader.c
4907                 added Return-Receipt-To handling
4908                 Reference need to be added
4909         * src/procmsg.[ch]
4910                 added Return-Receipt-To handling
4911                 added threadscore to get a better score sorting when
4912                 threads are enabled
4913         * src/summaryview.c
4914                 suppressed a bug when we sort the list
4915                 when no folder is opened.
4916                 better score sorting when threads are enabled
4917
4918 2001-05-12 [alfons]
4919
4920         * reverted previous patch because of potential errors 
4921
4922         0.4.67claws2
4923         
4924         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
4925                 applied "toggle mail-retrieval dialog window" patch submitted 
4926                 by Eric Limpens <eric@qnt.net>
4927
4928         * sync with sylpheed 0.4.67cvs4
4929
4930 2001-05-12 [sergey]
4931
4932         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
4933         some picky compilers.
4934         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
4935         * src/grouplist_dialog.c: include alertpanel.h.
4936         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
4937         fix compile warning.
4938         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
4939         #include "defs.h" before others to prevent the warning of `MIN'
4940         and `MAX' redefinition.
4941
4942 2001-05-11 [hoa]
4943
4944         * src/main.c
4945         * src/messageview.c
4946         * src/prefs_account.c
4947         * src/prefs_display_header.c
4948                 removed warning
4949         * src/Makefile.am
4950                 added prefs_scoring.[ch]
4951         * src/grouplist_dialog.c
4952                 display an error dialog box if the group list
4953                 cannot be fetched.
4954         * src/mainwindow.[ch]
4955                 added main_window_set_thread_option() function
4956                 scoring dialog box enabled
4957         * src/matcher.[ch]
4958                 added flags matching unread /new / marked
4959                 / deleted / replied / forwarded
4960         * src/news.c
4961                 newsgroups are now finally in newscache
4962         * src/prefs_matcher.[ch]
4963                 finished preferences for matching dialog
4964         * added src/prefs_scoring.[ch]
4965                 scoring dialog box completed
4966         * src/scoring.[ch]
4967                 conversion to string : added scoringprop_to_string()
4968                 write config for preferences :
4969                 added prefs_scoring_write_config()
4970         * src/summaryview.c
4971                 threads can be enabled/disabled independently
4972                 for each folder
4973
4974 2001-05-10 [alfons]
4975
4976         0.4.67claws1
4977         
4978         * AUTHORS: 
4979                 thought it would be nice to have a list of all
4980                 contributors (used Changelog as a reference)
4981         
4982         * configure.in: 
4983                 messed up version numbering...
4984
4985         0.4.66claws1
4986
4987         * sync with sylpheed 0.4.67cvs1-3
4988
4989 2001-05-10 [darko]
4990
4991         * src/prefs_common.c:
4992                 better UI for strftime format, double clicking
4993                 on format now inserts the format in text entry
4994                 replaced close button with standard OK/Cancel
4995                 moved date format button to the right of the
4996                 text entry field
4997
4998 2001-05-09 [alfons]
4999
5000         * src/gtkstext.c:
5001                 Ctrl-Home / Ctrl-End have proper cursor navigation
5002
5003 2001-05-09 [hoa]
5004
5005         * src/prefs_matcher.c
5006                 finished UI to define matching properties
5007                 added ok and cancel button
5008         * src/prefs_filter.c
5009                 added ok and cancel button
5010         * src/news.c
5011                 fixed some bug in xhdr parsing
5012
5013 2001-05-08 [alfons]
5014
5015         * src/textview.c: 
5016                 fixed a bug in textview_show_header(), which displayed two colons (':');
5017                 cleaned up some warnings
5018
5019 2001-05-08 [hoa]
5020
5021         * src/Makefile.am
5022                 added prefs_matcher.[ch]
5023                 compilation with -W -Wall
5024         * src/alertpanel.c
5025                 ungrab the mouse events if grabbed - does it
5026                 fix the bug for disposition notification ?
5027         * src/mainwindow.c
5028                 added a menu option to open the matching dialog.
5029         * src/matcher.[ch]
5030                 added matcherprop_to_string() and matcherlist_to_string()
5031                 fixed some bugs, changed the name of some options
5032                 age_sup and age_inf becomes age_greater and age_lower,
5033                 body and messageheaders becomes body_part and headers_part,
5034                 changed the names of constants from SCORING_XXX to MATCHING_XXX
5035         * src/prefs_display_header.c
5036         * src/prefs_headers.c
5037                 fixed a bug that accidentally destroyed dialogs
5038                 when closed them with delete_event
5039                 Added *_deleted() which handle delete_event signal correctly.
5040         * src/prefs_folder_item.[ch]
5041                 added "enable_thread" field for future customization
5042         * added src/prefs_matcher.[ch]
5043                 sample of the UI to define matching properties
5044         * src/procheader.c
5045                 using procheader_headername_equal instead of str*cmp functions
5046                 using procheader_parse_header() function
5047         * src/scoring.c
5048                 using MATCHING_XXX instead of SCORING_XXX
5049         * src/summaryview.c
5050                 display the sender of the news even if this is ourself
5051                 when this is a news message.
5052         * src/textview.c
5053                 using headername_equal() instead of str*cmp functions
5054
5055 2001-05-08 [alfons]
5056
5057         0.4.66claws
5058
5059         * sync with sylpheed 0.4.66
5060         * src/gtkstext.c: trace logs added 
5061
5062 2001-05-08 [sergey]
5063
5064         * src/prefs_common.[ch]: added option to enable/disable GnuPG
5065         signature check popup.
5066         * src/rfc2015.c (check_signature): show signature check popup only
5067         if it is enabled in preferences.
5068
5069 2001-05-07 [alfons]
5070
5071         0.4.66claws4
5072         
5073         * sync with sylpheed 0.4.66cvs6
5074
5075 2001-05-07 [darko]
5076
5077         * src/prefs_common.[ch]: added option to enable/disable
5078           looking up sender name in address book for summary pane
5079         * src/summaryview.c: look up sender in the address book
5080           by using Alfons' address completion code
5081
5082 2001-05-07 [hiroyuki]
5083
5084         * src/inc.h
5085           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
5086           member of Pop3State.
5087         * src/news.c: brought #include "defs.h" before #include <glib.h>
5088           to prevent the warning of `MIN' and `MAX' redefinition.
5089
5090 2001-05-06 [hoa]
5091
5092         * removed src/headers_display.[ch]
5093         * removed src/prefs_display_headers.[ch]
5094         * src/inc.c
5095                 use a temporary file in the user directory for mbox import
5096         * src/news.c
5097                 added XHDR support to get "To" and "Cc" headers
5098                 (in order to match news with to or cc field for
5099                 scoring)
5100                 added function news_parse_xhdr() to get XHDR response
5101         * src/nntp.[ch]
5102                 added function nntp_xhdr()
5103         * src/matcher.c
5104                 fetch the message if necessary
5105
5106 2001-05-06 [alfons]
5107
5108         0.4.66claws3
5109
5110         * sync with sylpheed 0.4.66cvs3-5
5111
5112 2001-05-06 [hoa]
5113
5114         * src/utils.[ch]
5115                 added function itos_buf() to enable use of several buffers
5116         * src/summaryview.c
5117                 use of itos_buf() instead of itos() in summary list
5118                 to fix the broken display of message number.
5119
5120 2001-05-06 [alfons]
5121
5122         * src/gtkstext.c: bug in cursor up navigation fixed,
5123                 fixed another unsigned / signed comparison (we're getting there :-)
5124
5125 2001-05-06 [hoa]
5126
5127         * src/Makefile.am
5128                 added scoring.c scoring.h
5129                 prefs_folder_item.c prefs_folder_item.h
5130                 matcher.c matcher.h
5131         * src/defs.h
5132                 added FOLDERITEM_RC SCORING_RC
5133         * src/folder.[ch]
5134                 added prefs field in FolderItem :
5135                 properties for each folder (PrefsFolderItem),
5136                 sorting type and mode were added as the first properties.
5137         * src/main.c
5138                 read config for scoring
5139         * added src/matcher.[ch]
5140                 gives functions to parse configuration file to do
5141                 matching on mails with a list of conditions.
5142         * src/mainwindow.c
5143                 add option to sort by score
5144         * src/prefs_common.[ch]
5145                 added preference option to show score and for
5146                 the score column size
5147         * added src/prefs_folder_item.[ch]
5148                 properties for each folder (PrefsFolderItem),
5149                 sorting type and mode were added as the first properties.
5150         * src/procheader.[ch]
5151                 added procheader_parse_header()
5152                 added procheader_header_free()
5153                 added procheader_headername_equal()
5154                 and made modification to use them.
5155         * src/procmsg.[ch]
5156                 added score field to MsgInfo structure
5157         * added src/scoring.[ch]
5158                 gives functions to parse configuration file to do
5159                 scoring on mails with a list of conditions.
5160         * src/summaryview.[ch]
5161                 save the sorting type and mode for the folder
5162                 added column to display the score of the mail
5163                 added function summary_score_clicked()
5164                 sorting type and mode are restored to the folder
5165                 when it is reopen
5166         * src/textview.c
5167                 use procheader_parse_header(), procheader_headername_equal()
5168                 removed memory leak in text_scan_header when freeing headers
5169         * src/filter.c
5170                 changed the function to match names of headers
5171                 using procheader_headername_equal()
5172
5173         Scoring functions are implemented, an interface is needed
5174         to configure that.
5175
5176 2001-05-04 [alfons]
5177
5178         * src/gtkstext.c: 
5179                 hopefully fixed the row up navigation bug,
5180                 removed adding back / forward lines to cache
5181
5182 2001-05-04 [sergey]
5183
5184         * src/prefs_display_headers.c: user interface changes:
5185         (prefs_display_headers_create): remove unused "Show" check button;
5186         allow reordering of headers by dragging.
5187         (prefs_display_headers_write_config): remove unused variables.
5188         (prefs_display_headers_set_dialog): do not insert "(New)" at top
5189         of lists (not needed with the new UI).
5190         (prefs_display_headers_set_list): scan lists starting from row 0,
5191         not 1 (do not skip "(New)").
5192         (prefs_display_headers_find_header): new function.
5193         (prefs_display_headers_clist_set_row): do not allow duplicates.
5194         (prefs_display_headers_delete_cb): do not skip row 0; treat
5195         closing the alert window by ESC as "No".
5196         (prefs_display_headers_up): do not protect row 0.
5197         (prefs_display_headers_down): do not protect row 0.
5198
5199 2001-05-04 [sergey]
5200
5201         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
5202         functions.
5203
5204         * src/summaryview.c
5205         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
5206         summary_select_next_marked, summary_select_prev_marked): new
5207         functions.
5208
5209 2001-05-03 [sergey]
5210
5211         * src/news.c: fixed a bug when no article can be fetched after
5212         server timeout if the connection was restored by news_post():
5213         (news_select_group): new function.
5214         (news_fetch_msg): call news_select_group() before fetching
5215         article.
5216         (news_get_uncached_articles): set session->group after successful
5217         GROUP command.
5218
5219 2001-05-03 [hoa]
5220
5221         * src/defs.h
5222         * src/procmsg.[ch]
5223         * src/procheader.c
5224                  changed version of cache, added cc field
5225
5226         * src/prefs_display_headers.c
5227                 the interface was changed
5228
5229         * src/prefs_headers.c
5230                 added cancel button
5231
5232 2001-05-03 [alfons]
5233
5234         * completed sync of sylpheed cvs2
5235         * src/gtkstext.c: updated row up / down cursor navigation
5236         * src/textview.c: re-edited, prepared for fixing the email address
5237                 scanner.
5238
5239 2001-05-03 [darko]
5240
5241         * src/prefs_common.c: use alfons' strftime ui code
5242         entry_datefmt and datefmt_sample widgets have to be
5243         global in this module because of this change
5244
5245 2001-05-03 [hoa]
5246
5247         * src/messageview.c
5248         * src/prefs_common.[ch] added option to activate the return receipt
5249                 feature.
5250
5251 2001-05-02 [alfons]
5252
5253         * src/gtkstext.c: fix for row up/down cursor navigation. 
5254
5255         0.4.66claws2
5256         
5257         * sync with 0.4.66cvs2
5258
5259 2001-05-02 [paul]
5260
5261         added add-sender-to-addressbook patch
5262
5263         * src/addressbook.c
5264         * src/addressbook.h
5265         * src/summaryview.c
5266
5267 2001-05-02 [sergey]
5268
5269         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
5270         G_ALERTDISABLE.
5271
5272         * src/alertpanel.c (alertpanel_create): new argument can_disable,
5273         all existing callers changed to pass FALSE; create a check button
5274         to disable the message.
5275         (alertpanel_message_with_disable): new function.
5276         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
5277         (alertpanel_button_toggled): new function.
5278         (alertpanel_button_clicked, alertpanel_close): set value using
5279         G_ALERT_VALUE_MASK.
5280
5281         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
5282
5283         * src/prefs_common.c (prefs_privacy_create): new check button
5284         checkbtn_gpgme_warning.
5285
5286         * src/main.c (main): moved preferences reading before gpgme
5287         initialization; check prefs_common.gpgme_warning before giving the
5288         GnuPG warning and set it to FALSE if the user wants to disable the
5289         warning.
5290
5291 2001-05-02 [hiroyuki]
5292
5293         * src/prefs_display_headers.c: modified the layout and some labels.
5294
5295 2001-05-02 [sergey]
5296
5297         * src/prefs_account.c (prefs_account_fix_size): new function.
5298         (prefs_account_create): call prefs_account_fix_size(); use
5299         gtk_widget_show instead of gtk_widget_show_all (fixes too large
5300         size when the window is shown for the first time).
5301         (prefs_account_basic_create): changed layout of serv_table; moved
5302         localmbox_entry above smtpserv_entry (logically it replaces
5303         POP3/IMAP server).
5304         (prefs_account_protocol_activated): set sensitivity of
5305         nntpauth_chkbtn according to the protocol (in addition to
5306         hide/show); commented out gtk_table_set_row_spacing() calls.
5307         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
5308         not sensitive (fixes a bug with disabled username/password boxes
5309         when editing POP3 account after NNTP with authentication).
5310
5311 2001-05-02 [hoa]
5312
5313         * src/account.c
5314         * src/inc.c
5315         * src/prefs_account.[ch]
5316         * src/send.c
5317                 removed local account without SMTP server
5318                 added option to use mail command instead of a connexion
5319                 to SMTP server when a local account is used
5320         * src/prefs_headers.c
5321                 fixed a bug
5322         * src/news.c
5323                 fixed a bug when connexion immediately closed
5324
5325 2001-05-01 [alfons]
5326
5327         0.4.66claws1
5328         
5329         * sync with 0.4.65
5330
5331 2001-05-01 [sergey]
5332
5333         * src/prefs_account.c (Basic, prefs_account_basic_create): new
5334         widget nntpauth_chkbtn.
5335         (prefs_account_protocol_activated): handle nntpauth_chkbtn
5336         visibility.
5337         (prefs_account_nntpauth_toggled): new function.
5338
5339         * src/news.c (news_session_new_for_folder): use NNTP
5340         authentication only if ac->use_nntp_auth is set.
5341
5342 2001-05-01 [hoa]
5343
5344         * src/Makefile.am changed headers.[ch] in customheader.[ch]
5345         * src/prefs_display_headers.c changed the UI
5346         * src/prefs_headers.c changed account_name to account_id
5347         * src/compose.c using customheader.h
5348
5349 2001-05-01 [hiroyuki]
5350
5351         * src/esmtp.c
5352           src/news.c
5353           src/nntp.c: changed sock_read() to sock_gets(), they've been left
5354           unsynched.
5355
5356 2001-05-01 [hoa]
5357
5358         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
5359         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
5360                 for displaying of headers
5361         * src/grouplist_dialog.[ch] minor changes to remove warnings
5362         * src/prefs_display_headers.[ch] dialog to choose the
5363         headers to display in the mail viewer.
5364         * src/headers.h correction of #define
5365         * src/headers_display.[ch] configuration for displaying of headers.
5366         * src/main.c read config of displaying of headers
5367         * src/prefs_common.c add a button to access the config dialog
5368                 for displaying of headers
5369         * src/prefs_display_headers.[ch] dialog for configuration for
5370                 displaying of the headers.
5371         * src/prefs_headers.c cleaning of code
5372         * src/procheader.c comments added to code
5373         * src/textview.c changes to reorder the headers depending
5374                 on the config for displaying of headers
5375
5376 2001-04-30 [alfons]
5377
5378         0.4.65claws7
5379
5380         * sync with 0.4.65cvs12
5381
5382         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
5383
5384 2001-04-30 [sergey]
5385
5386         * src/nntp.h (NNTPSockInfo): new field auth_failed.
5387
5388         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
5389         is set to force reconnection after authentication failure.
5390         (nntp_gen_command): set sock->auth_failed on authentication
5391         failure, or if sock->userid and sock->passwd are not set.
5392
5393         * src/news.c (news_session_new_for_folder): set userid=NULL if
5394         password dialog is cancelled.
5395
5396 2001-04-30 [sergey]
5397
5398         * src/nntp.h (NNTPSockInfo): new type.
5399
5400         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
5401         SockInfo.
5402         (nntp_open_auth, nntp_close): new functions.
5403         (nntp_gen_command): new function to handle authentication; all
5404         NNTP command functions updated to use it.
5405         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
5406         (nntp_list): removed old useless code.
5407
5408         * src/news.h (NNTPSession): new field nntp_sock.
5409
5410         * src/news.c: all functions updated to use NNTPSockInfo instead of
5411         SockInfo.
5412         (news_session_new): new arguments (userid, passwd); made static;
5413         use nntp_open_auth() if needed.
5414         (news_session_destroy): use nntp_close() instead of sock_close().
5415         (news_query_password): changed arguments.
5416         (news_session_new_for_folder): new function.
5417         (news_session_get): use news_session_new_for_folder().
5418         (news_authenticate): deleted.
5419         (news_get_uncached_articles): removed old authentication code.
5420
5421 2001-04-30 [sergey]
5422
5423         * src/news.c: reverted my previous changes (need to do NNTP
5424         authentication in a cleaner way).
5425         
5426 2001-04-29 [sergey]
5427
5428         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
5429         news_nntp_post, news_nntp_mode): new functions (wrappers with
5430         authentication support).
5431         (news_get_article_cmd, news_get_article, news_get_header): new
5432         argument "folder"; all callers changed.
5433         (news_get_article_cmd): added authentication support.
5434         (news_session_get): use news_nntp_mode() instead of nntp_mode().
5435         (news_post): use news_nntp_post() instead of nntp_post().
5436         (news_get_uncached_articles): use news_nntp_group() instead of
5437         nntp_group() and news_nntp_xover() instead of nntp_xover();
5438         removed old authentication code.
5439         (news_get_group_list): use news_nntp_list() instead of nntp_list().
5440
5441         * src/nntp.c (nntp_list): return real error code instead of
5442         hardcoded NN_ERROR.
5443
5444 2001-04-29 [sergey]
5445
5446         * configure.in: fixed wint_t typedef detection again
5447
5448 2001-04-28 [hoa]
5449
5450         * src/prefs_account.[ch], added A_LOCAL_CMD
5451                 (send mail with mail command)
5452         * src/send.c added function send_message_with_command()
5453         * src/inc.c made a more secure get_spool() function with
5454                 mktemp() but maybe mkstemp() or something more
5455                 secure can be used.
5456
5457 2001-04-28 [alfons]
5458
5459         * src/textview.c, colorization of email addresses in headers
5460
5461         0.4.65claws6
5462
5463         * bug sync with sylpheed
5464         * prefs_common.c: created date format ui for darko
5465         * sync with 0.4.65cvs11
5466         * configure.in: corrected to have the new gpg checks
5467
5468 2001-04-27 [alfons]
5469
5470         * completed sync with 0.4.65cvs10
5471         * minor debug things added to gtkstext.c
5472
5473 2001-04-27 [darko]
5474
5475         * configure.in: remove check for availability of
5476           strftime() as advised by Hiroyuki
5477         * src/prefs_common.[ch], src/procheader.c:
5478           synch strftime() code with Hiroyki's main branch
5479
5480 2001-04-26 [sergey]
5481
5482         * src/news.c: news_query_password(), news_authenticate(): new
5483           functions.
5484           news_get_uncached_articles(): added NNTP authentication
5485           handling.
5486         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
5487           new functions.
5488         * src/prefs_account.c: prefs_account_protocol_activated():
5489           enable userid and password fields for NNTP.
5490
5491 2001-04-26
5492
5493         * configure.in: check for availability of strftime()
5494           [darko]
5495         * src/prefs_common.[ch], src/procheader.c: use
5496           strftime() for displaying date in summary pane if it
5497           is available
5498
5499 2001-04-25
5500
5501         * more .cvsignore cleanups [alfons]
5502
5503 2001-04-25
5504
5505         * ac/sv-check-type.m4: new autoconf macro.
5506         * configure.in: fixed wint_t typedef detection (did not work
5507           with gcc-2.96).
5508
5509 2001-04-25
5510
5511         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
5512           [hiroyuki]
5513
5514 2001-04-24
5515         * modified gtkstext.c : buggy cursor navigation fixed, 
5516           and font descent also taken in account when drawing
5517           cursor. [alfons]
5518
5519 2001-04-24 [hoa]
5520         * added comments in src/news.c src/nntp.c
5521         * added src/prefs_headers.[ch]
5522         * added src/headers.[ch]
5523         * modified compose.c to activate custom headers
5524                 added function is_in_custom_headers
5525         * modified prefs_account.[ch]
5526                 added function prefs_account_customhdr_edit
5527         * modified src/defs.h :
5528                 added HEADERS_RC : name of the config file
5529                 for the custom headers
5530
5531 2001-04-24
5532
5533     0.4.65claws5
5534
5535         * configure.in
5536           src/gtkstext.[ch]
5537           src/compose.c
5538           src/Makefile.am
5539           
5540           added gtkstext with configure.in patch by Hiroyuki which
5541           should fix the XIM detection [alfons]
5542
5543         * more clean up of cvs [alfons]
5544
5545                  * removed all Makefile.in files to attic.
5546
5547                  * updated all .cvsignores to really ignore things that could
5548                    be unintentionally committed by a recursive commit.
5549
5550 2001-04-23 [hoa]
5551         * added src/grouplist_dialog.[ch]
5552         * changed src/folderview.c to call grouplist_dialog instead
5553                 of inputdialog
5554         * src/news.c :
5555                 added functions news_reset_group_list
5556                 and news_get_group_list
5557         * src/nntp.c :
5558                 added function nntp_list
5559         * src/defs.h :
5560                 added GROUPLIST_FILE : name of the newsgroup list cache file
5561
5562 2001-04-21
5563
5564         * added option to warn about queued messages on exit [sergey]:
5565
5566           * src/compose.c: compose_queue(): call folder_item_scan()
5567             and folderview_update_item() after queueing.
5568           * src/folderview.c: folderview_update_node(): draw the queue
5569             folder in bold font if there are queued messages.
5570           * src/mainwindow.c: queued_messages(): new function.
5571             app_exit_cb(): display warning if there are queued messages
5572             if warn_queued_on_exit is set.
5573           * prefs_common.[ch]: add warn_queued_on_exit option.
5574
5575         * enhanced GnuPG key selection support [sergey]:
5576
5577           * src/select-keys.c: updated to newer version from Win32
5578             branch with support for selecting arbitrary keys.
5579           * src/prefs_account.c: added the Privacy tab to the account
5580             options window.
5581             prefs_account_privacy_create(),
5582             prefs_account_sign_key_set_data_from_radiobtn(),
5583             prefs_account_sign_key_set_radiobtn(): new functions.
5584           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
5585           * src/rfc2015.c: set_signers(): new function.
5586             pgp_sign(): add the account parameter, call set_signers().
5587             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
5588           * src/rfc2015.h: rfc2015_sign(): updated prototype.
5589           * src/compose.c: pass the current account to rfc2015_sign().
5590
5591         * tag name claws added to prevent confusion with main branch [alfons]
5592
5593         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
5594
5595         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
5596
5597         * sync with recent sylpheed cvs. Untested though. [alfons]
5598