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