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