* 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 in