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