bd6b20d2f1316af7c76eb8722469ddc211153c0b
[claws.git] / ChangeLog.claws
1 2003-07-12 [paul]       0.9.0claws98
2
3         * src/addressbook.c
4                 disable 'Lookup' button as it has no effect
5
6 2003-07-11 [alfons]     0.9.0claws97
7         
8         * src/summaryview.c
9                 summary_searchbar_pressed() should return TRUE to signal that
10                 event was handled. when returning void, the return value passed
11                 to GTK is actually random, but maybe FALSE, in which case the
12                 event is handled by parent
13                 
14 2003-07-10 [paul]       0.9.0claws96
15
16         * ac/missing/gettext.m4
17                 update to version 0.12
18
19 2003-07-10 [paul]       0.9.0claws95
20
21         * src/plugins/clamav/clamav_plugin.c
22                 fix bug where multipart/alternative messages
23                 would slip through without being scanned
24
25 2003-07-10 [christoph]  0.9.0claws94
26
27         * src/folder.c
28                 correct check if folder supports removing when a message is
29                 moved. if not the message is only copied.
30
31         (closes Bug 132 crash on startup in newsgroups folders)
32
33 2003-07-09 [alfons]     0.9.0claws93
34
35         * configure.ac
36         * src/common/defs.h
37                 --with-config-dir (default .sylpheed)
38
39 2003-07-09 [christoph]  0.9.0claws92
40
41         * configure.ac
42                 use PKG_CHECK_MODULES to check for gtkmathview
43                 (version 0.4.2 now required)
44
45 2003-07-08 [melvin]     0.9.0claws91
46
47         * src/action.c
48                 Implemented a progress bar that counts the number of completed
49                 tasks when the action runs more than one command.
50
51 2003-07-08 [alfons]     0.9.0claws90
52
53         * src/procmsg.c
54                 if queued message has an invalid Message-Id, don't try to
55                 find message it refers to (fixes #209 "crash when processing 
56                 in folder")
57
58 2003-07-08 [paul]       0.9.0claws89
59
60         * sync with 0.9.3cvs2
61                 see ChangeLog 2003-07-08
62
63 2003-07-08 [match]      0.9.0claws88
64
65         * src/ldapctrl.c
66                 extend LDAP search for first/last name by parsing search term.
67
68 2003-07-08 [alfons]     0.9.0claws87
69
70         * src/send_message.c
71                 fix bug #208 "Status message stuck when sending on POP3 account"
72
73 2003-07-07 [paul]       0.9.0claws86
74
75         * po/hr.po
76                 new Croatian translation, submitted by
77                 Dragan <drleskov@inet.hr>
78
79 2003-07-07 [paul]       0.9.0claws85
80
81         * sync with 0.9.3cvs1
82                 see ChangeLog 2003-07-07
83
84 2003-07-05 [christoph]  0.9.0claws84
85
86         * src/Makefile.am
87         * src/messageview.c
88         * src/mimeview.[ch]
89         * src/stock_pixmap.[ch]
90         * src/pixmaps/messageview_text.xpm              ** NEW **
91                 move mimeview tabs to the right side and use icons
92                 instead of text to save some space
93
94         (patch by Luke Plant <lukeplant@softhome.net>)
95
96 2003-07-05 [christoph]  0.9.0claws83
97
98         * src/inc.c
99                 add NULL pointer checks
100
101         (patch by Luke Plant <lukeplant@softhome.net>)
102         (closes Bug 204 0.9.0 quits on authentication error?!)
103
104 2003-07-05 [alfons]     0.9.0claws82
105
106         * configure.ac
107                 take the clue in bug #202 "./configure script - 
108                 'if test' comparison failure" reported by John Kristoff. 
109
110 2003-07-04 [christoph]  0.9.0claws81
111
112         * src/plugins/spamassassin/spamassassin.c
113                 set timeout for spam check
114
115 2003-07-04 [christoph]  0.9.0claws80
116
117         * src/main.c
118                 destroy all FolderItems when shutting down to
119                 allow folders to clean up
120
121 2003-07-04 [melvin]     0.9.0claws79
122
123         * src/gtk/gtkaspell.c
124                 Fixed bug #184 "Entering non-ascii character deletes
125                 previous char if spell checking enabled": this makes
126                 the spell checking in multibytes (e.g. UTF-8)locales work.
127                 (Patch by Luke Plant).
128                 
129 2003-07-04 [christoph]  0.9.0claws78
130
131         * sync with 0.9.2cvs1
132                 see ChangeLog 2003-06-10
133
134 2003-07-04 [paul]       0.9.0claws77
135
136         * sync with 0.9.3 release
137                 see ChangeLog 2003-07-04
138
139 2003-07-03 [christoph]  0.9.0claws76
140
141         * src/folder.[ch]
142         * src/imap.c
143         * src/mbox_folder.c
144         * src/mh.c
145         * src/news.c
146                 move folder_item_get_path() stuff into a folder virtual function
147
148         * src/procmsg.c
149                 use folder_item_fetch_msg() to get message and do not contruct
150                 the filename from path and number
151
152 2003-07-03 [paul]       0.9.0claws75
153
154         * sync with 0.9.2cvs12
155                 see ChangeLog 2003-07-03
156
157 2003-07-02 [paul]       0.9.0claws74
158
159         * src/messageview.c
160                 fix text-selection for replying
161
162 2003-07-02 [paul]       0.9.0claws73
163
164         * sync with 0.9.2cvs11
165                 see ChangeLog 2003-07-02
166
167 2003-07-02 [paul]       0.9.0claws72
168
169         * src/procmsg.c
170                 revert last commit because it breaks more
171                 than it fixes
172
173 2003-07-02 [paul]       0.9.0claws71
174
175         * src/procmsg.c
176                 fix thread by subject/sort by date
177
178 2003-07-01 [paul]       0.9.0claws70
179
180         * sync with 0.9.2cvs10
181                 see ChangeLog 2003-07-01
182
183 2003-06-30 [paul]       0.9.0claws69
184
185         * sync with 0.9.2cvs9
186                 see ChangeLog 2003-06-30
187
188 2003-06-28 [match]      0.9.0claws68
189
190         * src/addressbook.c
191                 fix null ptr.
192
193 2003-06-27 [paul]       0.9.0claws67
194
195         * sync with 0.9.2cvs7
196                 see ChangeLog 2003-06-27
197
198 2003-06-26 [christoph]  0.9.0claws66
199
200         * src/folder.c
201                 freeze folder updates while a folder is scanned
202
203         (closes Bug 185 New message counter)
204
205 2003-06-26 [darko]      0.9.0claws65
206
207         * src/ldapserver.c
208                 fix infinite loop when adding a new LDAP server
209
210 2003-06-26 [paul]       0.9.0claws64
211
212         * sync with 0.9.2cvs6
213                 see ChangeLog 2003-06-26
214
215 2003-06-26 [paul]       0.9.0claws63
216
217         * sync with 0.9.2cvs5
218                 see ChangeLog 2003-06-25 and 2003-06-26
219
220 2003-06-25 [match]      0.9.0claws62
221
222         * src/addr_compl.c
223                 Fixed tab/backtab for dropped-down completion list to
224                 move next/previous field. (close bug 147)
225
226 2003-06-25 [christoph]  0.9.0claws61
227
228         * src/addr_compl.[ch]
229         * src/addrindex.[ch]
230         * src/folderview.c
231         * src/inc.c
232         * src/news.c
233         * src/summaryview.c
234         * src/toolbar.c
235                 fix warnings
236
237 2003-06-25 [leandro]    0.9.0claws60
238
239         * src/compose.c
240                 o cleanups
241                 o gray out "Message/Remove references" menu item if not
242                   replying to a message
243
244 2003-06-24 [leandro]    0.9.0claws59
245
246         * src/compose.[ch]
247                 o removed "Message/Create new thread" menu item
248                 o added "Message/Remove references" menu item
249                   (it's off by default and will not check anymore
250                    if the subject changed)
251
252 2003-06-23 [alfons]     0.9.0claws58
253
254         * src/procmsg.c
255                 try better grouping messages threaded by subject based on their age.
256                 still not perfect - because the message tree is not sorted by date.  
257
258 2003-06-23 [thorsten]   0.9.0claws57
259
260         * src/pop.[ch]
261                 added mail_receive_hook to allow modifications
262                 directly after retrieval (e.g. adding headers).
263
264 2003-06-23 [paul]       0.9.0claws56
265
266         * src/sourcewindow.c
267                  enable the use of Ctrl+A to select all text in
268                  the sourcewindow
269                  Patch submitted by Ivan Francolin Martinez
270                  <ivanfm@users.sourceforge.net>
271
272 2003-06-22 [christoph]  0.9.0claws55
273
274         * src/folder.[ch]
275                 o add notification hook for folder tree changes
276                 o invoke hooks after folder tree scanning
277
278         * src/folderview.[ch]
279                 register hook for folder tree changes that
280                 updates the ctree
281
282         (there are more places that should be updated, like add, remove 
283          or move folder)
284
285         (closes Bug 164 Crash on rebuild folder tree)
286         (closes Bug 190 Crash on 'rebuilding folder tree')
287
288 2003-06-21 [leandro]    0.9.0claws54
289
290         * src/compose.[ch]
291                 create a new thread if subject changes
292                 (it's on by default, can be disabled in Message menu)
293
294 2003-06-21 [alfons]     0.9.0claws53
295
296         * src/summaryview.c
297                 quiet little compiler
298
299 2003-06-21 [christoph]  0.9.0claws52
300
301         update gettext stuff to version 0.12
302
303 2003-06-19 [alfons]     0.9.0claws51
304
305         * src/common/log.c
306         * src/common/plugin.c
307                 move defs.h before glib.h to prevent MIN/MAX redefs
308
309 2003-06-19 [alfons]
310
311         * src/addressbook.c
312                 translatable
313
314 2003-06-19 [match]      0.9.0claws50
315
316         * src/addressbook.[ch]
317         * src/addrindex.[ch]
318         * src/addr_compl.[ch]
319         * src/editldap.[ch]
320         * src/editldap_basedn.[ch]
321         * src/addritem.[ch]
322         * src/ldapquery.h
323                 re-implemented dynamic LDAP search. works without
324                 slowdown on display sender with addressbook
325                 option.
326         * src/addrbook.c
327                 documented code.
328
329 2003-06-19 [paul]       0.9.0claws49
330
331         * src/compose.c
332                 fix Bug #136 'Nonprovided quotation marks crash claws'
333                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
334
335 2003-06-19 [alfons]     0.9.0claws48
336
337         * src/prefs_common.[ch]
338         * src/procmsg.c
339                 restrict threading by subject by checking thread for
340                 age (prefs_common.thread_by_subject_max_age)
341
342 2003-06-18 [christoph]  0.9.0claws47
343
344         * src/imap.c
345                 fix memory leak in imap_cmd_fetch()
346
347 2003-06-18 [christoph]  0.9.0claws46
348
349         * src/prefs_gtk.c
350                 fix memory leak in prefs_set_default() when used multiple
351                 times or after prefs have been read
352
353 2003-06-18 [christoph]  0.9.0claws45
354
355         * src/common/plugin.c
356                 fix memory leak in plugin_unload()
357
358 2003-06-18 [christoph]  0.9.0claws44
359
360         * src/imap.c
361                 fix memory leak in imap_cmd_ok()
362
363 2003-06-18 [christoph]  0.9.0claws43
364
365         * src/folder.c
366                 stop messages that are downloaded from POP3 and added to
367                 an IMAP inbox from being filtered twice (first by POP3
368                 and again when IMAP folder is scaned to get the UID of
369                 the APPEND operation when no UIDPLUS is available)
370
371 2003-06-18 [alfons]
372
373         * tools/Makefile.am
374                 phoenix <- firebird     
375
376 2003-06-18 [paul]
377
378         * tools/launch_phoenix          ** REMOVED **
379           tools/launch_firebird         ** NEW **
380                 renamed and edited to reflect the browser's name change from
381                 'phoenix' to 'firebird'
382
383 2003-06-18 [paul]       0.9.0claws42
384
385         * sync with 0.9.2cvs2
386                 see ChangeLog 2003-06-16
387
388 2003-06-17 [alfons]     0.9.0claws41
389
390         * src/procmsg.c
391                 prevent threading problems when a node is an ancestor (parent / great parent),
392                 which mostly happens with circular references (thanks to Phillipe Gramoullé
393                 for finding an sample set of messages)
394
395 2003-06-16 [christoph]  0.9.0claws40
396
397         * src/main.c
398                 don't popup main window on --receive or --receive-all
399
400         * src/mainwindow.[ch]
401         * src/plugins/trayicon/trayicon.c
402                 allow hiding of main window by clicking on the trayicon
403                 (doesn't work correctly in seperate window mode and may
404                  cause unexpected GTK problems I couldn't find yet)
405
406         * src/common/ssl.c
407                 remove incorrect warning
408
409 2003-06-15 [alfons]     0.9.0claws39
410
411         * src/gtk/gtkstext.c
412                 don't output debug text;
413                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
414                 for pointing this out);
415
416 2003-06-14 [alfons]     0.9.0claws38
417         
418         * src/messageview.c
419                 remove printf() and make one if..else comply with coding style
420
421 2003-06-14 [alfons]     0.9.0claws37
422
423         * AUTHORS
424                 add Martin Wicke
425         * src/action.c
426         * src/messageview.[ch]
427         * src/summaryview.c
428                 apply patch #754162 "Quoting messages filtered by actions" submitted
429                 by Martin Wicke, which allows quoting message body changed by an
430                 action (Thanks!).
431
432 2003-06-13 [alfons]     0.9.0claws36
433
434         * src/utils.c
435                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
436                 use case insensitive regexp (suggested by Ivan Martinez)
437
438 2003-06-13 [christoph]  0.9.0claws35
439
440         * configure.ac
441         * src/plugins/trayicon/Makefile.am
442         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
443         * src/plugins/trayicon/trayicon.c
444         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
445         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
446         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
447         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
448         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
449         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
450                 replace my own EggTrayIcon backport with the backport
451                 used by (l|x)mule and gabber.
452
453 2003-06-13 [alfons]     0.9.0claws34
454
455         * AUTHORS
456         * src/common/utils.c
457                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
458
459 2003-06-13 [alfons]     0.9.0claws33
460
461         * src/compose.c
462                 clean up a little bit
463
464 2003-06-12 [alfons]     0.9.0claws32
465
466         * src/compose.c
467                 const correctness fix
468
469         * src/common/sylpheed.[ch]
470                 () -> (void)
471                 prevent redef MIN/MAX
472                 
473         * src/common/utils.[ch]
474                 () -> (void)
475
476 2003-06-12 [melvin]     0.9.0claws31
477
478         * src/compose.c
479                 Updated to take into accounts changes in GtkAspell.
480
481 2003-06-12 [alfons]     0.9.0claws30
482
483         * src/compose.c
484         * src/procmsg.c
485         * src/common/utils.[ch]
486                 handle reply subject prefixes better (initial 
487                 suggestion by Robert Story adapted and enhanced 
488                 using regexps)
489
490 2003-06-12 [melvin]     0.9.0claws29
491
492         * src/compose.c
493                 Use new gtkaspell_checkers_strerror() to get the speller's
494                 error message instead of accessing the (now private)
495                 checkers structure.
496                 Minor code clean up
497
498         * src/main.c
499                 Use #ifdef instead of #if for USE_ASPELL
500                 Use the new spell checkers init/quit functions 
501
502         * src/gtk/gtkaspell.c
503                 Use #ifdef instead of #if for USE_ASPELL
504                 Moved in the majority of GtkAspell structures that were
505                 exported before by gtkaspell.h
506         
507         * src/gtk/gktaspell.h
508                 Made gtkaspell.h contain only the necessary data to be
509                 publicized by moving many structures to gtkaspell.c.
510                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
511                 gtkaspell_checkers_new(): replaced by...
512                 gtkaspell_checkers_init(): new function for initialization
513                 gtkaspell_checkers_delete(): replaced by...
514                 gtkaspell_checkers_quit(): new function
515                 gtkaspell_checkers_strerror(): new function that returns
516                 the checker's last error message.
517                 
518 2003-06-11 [melvin]     0.9.0claws28
519
520         * po/POTFILES.in
521                 Updated to take into account gtkaspell.c migration to
522                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
523
524 2003-06-10 [alfons]     0.9.0claws27
525
526         * src/filtering.[ch]
527         * src/folder.c
528         * src/matcher.c
529         * src/scoring.[ch]
530                 - try fixing bug #18 (any brave testers?)
531                 - add more robustness by refusing previously 
532                   unchecked NULL pointers 
533
534 2003-06-10 [alfons]     0.9.0claws26
535
536         * src/procmsg.c
537                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
538
539 2003-06-09 [alfons]     0.9.0claws25
540
541         * src/prefs_common.c
542                 fix bug #163 "Icon switching doesnt work properly" by 
543                 preventing early freeing of prefs_common.pixmap_theme_path.
544
545 2003-06-09 [christoph]  0.9.0claws24
546
547         * src/gtk/gtkaspell.c
548                 revert Thorsten's fix and add forgotten g_strdup for
549                 aspell path (it should not be possible to alter the path a
550                 GtkASpell uses from outside)
551
552 2003-06-09 [thorsten]   0.9.0claws23
553
554         * src/gtk/gtkaspell.c
555                 dont free prefs_common.aspell_path when closing compose
556
557 2003-06-08 [colin]      0.9.0claws22
558
559         * src/plugins/spamassassin/spamassassin.c
560                 fix prefs types
561
562 2003-06-07 [christoph]  0.9.0claws21
563
564         * src/Makefile.am
565         * src/compose.c
566         * src/gtkaspell.[ch]            ** REMOVE **
567         * src/gtk/Makefile.am
568         * src/gtk/gtkaspell.[ch]        ** NEW **
569                 o make gtkaspell independent from sylpheed's prefs
570                 o move gtkaspell.[ch] to gtk directory
571
572 2003-06-07 [christoph]  0.9.0claws20
573
574         * src/Makefile.am
575         * src/crash.c
576         * src/export.c
577         * src/filesel.[ch]              ** REMOVE **
578         * src/folder.c
579         * src/main.[ch]
580         * src/common/sylpheed.[ch]
581         * src/gtk/Makefile.am
582         * src/gtk/filesel.[ch]          ** NEW **
583         * src/gtk/pluginwindow.c
584         * src/gtk/sslcertwindow.c
585                 move filesel.[ch] to gtk directory
586
587 2003-06-07 [alfons]     0.9.0claws19
588
589         * src/filesel.c
590                 make (multi) file selection dialog work again (Claws-only)
591
592 2003-06-07 [thorsten]   0.9.0claws18
593
594         * po/de.po
595                 fix typos
596
597 2003-06-07 [alfons]     0.9.0claws17
598
599         * configure.ac
600         * src/mimeview.c
601                 detect apache mishap in which case don't include fnmatch.h
602                 if regex.h is already included
603
604 2003-06-06 [christoph]  0.9.0claws16
605
606         * configure.ac
607         * src/mimeview.h
608                 add check for fnmatch.h and include it when available
609
610         * src/mimeview.[ch]
611                 fix wrong case sensitivity of Content-Types
612
613         * src/gtk/Makefile.am
614                 need the same include paths in gtk directory as in
615                 common directory because .h files in common can
616                 include files from these directories, when included
617                 in gtk's .h or .c files
618
619 2003-06-06 [alfons]     0.9.0claws15
620
621         * src/mimeview.c
622         * src/summaryview.c
623                 make it compile again because of regex.h / fnmatch.h 
624                 include problems (related to recent mime stuff, can
625                 someone check this?)
626
627 2003-06-06 [thorsten]   0.9.0claws14
628
629         * src/folderview.c
630                 possible use of uninitialized pointer while dragging
631
632 2003-06-06 [paul]       0.9.0claws13
633
634         * src/compose.c
635                 fix bug where the insert sig button would be effective
636                 only when auto_sig was set
637
638 2003-06-06 [paul]       0.9.0claws12
639
640         * sync with 0.9.2 release
641
642 2003-06-02 [paul]       0.9.0claws11
643
644         * sync with 0.9.1cvs1
645                 see ChangeLog 2003-06-02
646                 
647         * po/de.po
648                 update by Jens
649
650 2003-06-01 [christoph]  0.9.0claws10
651
652         * src/account.c
653                 don't use substring search to find accounts by email address
654
655         (closes Bug 169 Overly loose matching of "From" address)
656
657 2003-05-31 [christoph]  0.9.0claws9
658
659         * doc-src/rfc2683.txt
660         * src/imap.c
661                 limit IMAP command length as recommended in RFC2683
662                 (message number lists will be split into multiple imap
663                 sets, the limit of 1000 octets is not a hard limit)
664
665         (closes Bug 161 sylpheed-claws exits with segfault when logging
666          in to certain imap-servers)
667
668 2003-05-29 [alfons]     0.9.0claws8
669
670         * src/toolbar.[ch]
671                 add print button (calling summary_print());
672                 fine tune setting tooltip text;
673                 (if someone needs other buttons, please take these 
674                 commits as a guide, instead of bothering us - also
675                 see 0.8.11claws150) 
676
677 2003-05-29 [darko]      0.9.0claws7
678
679         * src/compose.c
680                 fix crash when word wrapping kicks in due to
681                 changed text by spell checker
682
683 2003-05-29 [paul]       0.9.0claws6
684
685         * src/compose.c
686                 fix bug where changing account would insert
687                 sig even if auto_sig was FALSE
688                 
689         * ChangeLog
690           ChangeLog.jp
691           INSTALL
692                 sync with 0.9.1 release
693
694 2003-05-28 [christoph]  0.9.0claws5
695
696         * src/imap.c
697                 fix truncation of too long commands
698
699         (closes Bug 167 IMAP hangs trying to get envelope
700          information in imap_get_uncached_messages)
701
702 2003-05-27 [paul]       0.9.0claws4
703
704         * tools/Makefile.am
705           tools/maildir2sylpheed.pl     ** NEW FILE **
706                 add kmail to sylpheed mailbox conversion script
707
708 2003-05-27 [paul]       0.9.0claws3
709
710         * sync with 0.9.0cvs10
711                 see ChangeLog 2003-05-26
712
713 2003-05-26 [paul]       0.9.0claws2
714
715         * sync with 0.9.0cvs9
716                 see ChangeLog 2003-05-26
717
718 2003-05-24 [paul]       0.9.0claws1
719
720         * sync with 0.9.0cvs8
721                 see ChangeLog 2003-05-23
722
723 2003-05-24 [paul]       0.9.0claws
724
725         * version 0.9.0claws released
726
727 2003-05-24 [paul]       0.8.11claws177
728
729         * src/plugins/dillo-viewer/Makefile.am
730           src/plugins/traycon/Makefile.am
731                 add missing files
732                 
733         * po/bg.po
734           po/en_GB.po
735           po/es.po
736           po/it.po
737           po/pt_BR.po
738           po/ru.po
739           po/sr.po
740                 update Bulgarian, British English, Spanish, Italian, 
741                 Brazilian Portuguese, Russian, and Serbian translations, 
742                 submitted by George Danchev, [me], Ricardo Mones Lastra,
743                 André Filipe de Assunção e Brito, Alessandro Maestri, 
744                 Ruslan N. Balkin, and Urke MMI
745
746 2003-05-23 [melvin]     0.8.11claws176
747
748         * po/fr.po
749                 Updated French translations
750
751 2003-05-22 [paul]       0.8.11claws175
752
753         * src/Makefile.am
754           src/addrbook.[ch]
755           src/addrcache.[ch]
756           src/addr_compl.[ch]
757           src/adressbook.[ch]
758           src/addrindex.[ch]
759           src/addritem.[ch]
760           src/editaddress.c
761           src/editgroup.c
762           src/editldap_basedn.c
763           src/editldap.c
764           src/jpilot.c
765           src/vcard.c
766                 revert to get ldap into it previous working state
767                 
768         * po/zh_TW.Big5.po
769                 new Taiwanese translation,
770                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
771
772 2003-05-22 [christoph]  0.8.11claws174
773
774         * src/plugins/spamassassin/libspamc.[ch]
775                 sync libspamc with SpamAssaain release 2.55
776
777 2003-05-22 [paul]       0.8.11claws173
778
779         * sync with 0.9.0cvs7
780                 see ChangeLog 2003-05-22
781                 
782         * src/summaryview.c
783                 revert change in 0.8.11claws172: follow
784                 Hiroyuki's decision and that's the end of it.
785
786 2003-05-21 [paul]       0.8.11claws172
787
788         * src/summaryview.c
789                 fix discrepency between open_unread_on_enter
790                 and always_show_msg
791
792 2003-05-21 [paul]       0.8.11claws171
793
794         * sync with 0.9.0cvs6
795                 see ChangeLog 2003-05-21
796
797 2003-05-21 [paul]       0.8.11claws170
798
799         * sync with 0.9.0cvs5
800                 see ChangeLog 2003-05-21
801
802 2003-05-20 [paul]       0.8.11claws169
803
804         * sync with 0.9.0cvs4
805                 see ChangeLog 2003-05-20
806                 fixes bug #152, 'encoding of IMAP folders names'
807
808 2003-05-20 [paul]       0.8.11claws168
809
810         * sync with 0.9.0cvs3
811                 see ChangeLog 2003-05-20
812                 
813         * src/tools/convert_mbox.pl
814                 minor change in the comments, submitted by Fred Marton
815
816 2003-05-19 [paul]       0.8.11claws167
817
818         * src/plugins/clamav/Makefile.am
819           configure.ac
820                 link clamav_lib to the plugin and not to the main program
821
822 2003-05-19 [christoph]
823
824         * src/Makefile.am
825                 add -export-dynamic for linking
826
827 2003-05-19 [paul]       0.8.11claws166
828
829         * sync with 0.9.0cvs1
830                 see ChangeLog 2003-05-19
831
832 2003-05-19 [paul]       0.8.11claws165
833
834         * src/inc.c
835                 fix 'pop before smtp' timeout
836
837 2003-05-18 [alfons]     0.8.11claws164
838
839         * src/prefs_matcher.c
840                 put "execute" action command line ("expression") in edit box
841
842 2003-05-18 [christoph]  0.8.11claws163
843
844         * src/mimeview.[ch]
845         * src/plugins/dillo_viewer/dillo_viewer.c
846         * src/plugins/image_viewer/viewer.c
847         * src/plugins/mathml_viewer/mathml_viewer.c
848                 let a viewer have a list of Content-Types
849
850 2003-05-18 [paul]       0.8.11claws162
851
852         * src/prefs_filtering.c
853                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
854                 and REDIRECT actions
855
856 2003-05-17 [christoph]
857
858         * README.claws
859                 o remove dynamic signatures that was syned with main
860                 o add infos about no longer "build in" image viewer
861                 o update bugtracker URL
862
863 2003-05-17 [christoph]  0.8.11claws161
864
865         * src/folder.c
866         * src/folderview.c
867         * src/imap.c
868                 don't use imap_scan_folder anymore. Instead call folder_item_scan
869                 for every folder after rebuilding the folder tree.
870
871         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
872          messages)
873
874 2003-05-17 [christoph]  0.8.11claws160
875
876         * src/imap.c
877                 don't use STATUS command on current folder to check for
878                 content changes. imap_cmd_ok() now tracks changes to
879                 folder and number of existing messages.
880
881 2003-05-17 [paul]       0.8.11claws159
882
883         * src/plugins/clamav/clamav_plugin.c
884                 remove unnecessary debug_print
885
886 2003-05-16 [thorsten]   0.8.11claws158
887
888         * src/plugins/demo.c
889                 included missing intl.h
890
891 2003-05-16 [paul]       0.8.11claws157
892
893         * po/POTFILES.in
894                 remove non-existant entries
895         
896         * src/plugins/clamav/clamav_plugin.c
897           src/plugins/clamav/clamav_plugin_gtk.c
898           src/plugins/dillo_viewer/dillo_prefs.c
899           src/plugins/dillo_viewer/dillo_viewer.c
900                 gettextise
901
902 2003-05-16 [christoph]  0.8.11claws156
903
904         * po/POTFILES.in
905                 include plugin .c files for translation until I
906                 find a better solution to have plugins have their
907                 own textdomain
908         * src/plugins/demo/demo.c
909         * src/plugins/image_viewer/plugin.c
910         * src/plugins/mathml_viewer/mathml_viewer.c
911         * src/plugins/spamassassin/spamassassin.c
912         * src/plugins/spamassassin/spamassassin_gtk.c
913         * src/plugins/trayicon/trayicon.c
914                 add gettext macros for plugin name and description
915
916 2003-05-16 [paul]
917
918         * sync with 0.9.0
919
920 2003-05-16 [paul]       0.8.11claws155
921
922         * sync with lastest 0.9.0pre1
923                 see ChangeLog 2003-05-16
924
925 2003-05-15 [paul]       0.8.11claws154
926
927         * sync with latest 0.9.0pre1
928                 see ChangeLog 2003-05-14 and 2003-05-15
929
930 2003-05-14 [christoph]  0.8.11claws153
931
932         * src/plugins/image_viewer/viewer.c
933         * src/plugins/image_viewer/viewer.glade         ** NEW **
934         * src/plugins/image_viewer/viewerprefs.c
935                 make it possible to disable the autoload function in the
936                 imageviewer again
937
938 2003-05-14 [christoph]  0.8.11claws152
939
940         * src/folder.c
941                 fix folder update after adding a message
942
943 2003-05-13 [alfons]     0.8.11claws151
944
945         * src/common/session.c
946                 remove debug traces
947                 
948         * src/addrcache.[ch]
949         * src/filtering.[ch]
950         * src/folder.[c]
951         * src/gtkaspell.[ch]
952         * src/imap.[ch]
953         * src/mbox_folder.[ch]
954         * src/mh.[ch]
955         * src/mimeview.h
956         * src/msgcache.[ch]
957         * src/news.[ch]
958         * src/passphrase.[ch]
959         * src/prefs_common.[ch]
960         * src/prefs_gtk.[ch]
961         * src/procmsg.c
962         * src/scoring.[ch]
963                 be pedantic; (in prototypes () implies (int))
964
965 2003-05-13 [alfons]     0.8.11claws150
966
967         * src/prefs_toolbar.[ch]
968         * src/summaryview.[ch]
969         * src/toolbar.[ch]
970                 change misleading text in toolbar prefs;
971                 add toolbar action for ignore thread (toggles ignore thread flag);
972                 clean up a little bit;
973
974 2003-05-12 [paul]
975
976         * tools/convert_mbox.pl
977                 bug fixed by Fred Marton
978
979 2003-05-12 [paul]
980
981         * sync with 0.9.0pre1
982
983 2003-05-09 [paul]       0.8.11claws149
984
985         * sync with 0.8.11cvs43
986                 see ChangeLog 2003-05-09
987
988 2003-05-08 [christoph]  0.8.11claws148
989
990         * src/imap.[ch]
991                 o use CAPABILIY as first command and check for PREAUTH
992                   information in the response to it
993                 o rewrite all imap_cmd_* functions to use an IMAPSession
994                   instead of a SockInfo as parameter
995                 o do STARTTLS after fetching and checking the server
996                   capabilities
997
998 2003-05-08 [paul]       0.8.11claws147
999
1000         * tools/Makefile.am
1001           tools/README
1002           tools/convert_mbox.pl         ** NEW FILE **
1003                 add mbox conversion script. Submitted by 
1004                 Fred Marton <Fred.Marton@uni-bayreuth.de>
1005
1006 2003-05-07 [christoph]
1007
1008         * doc-src/glade.txt
1009         * src/gtk/pluginwindow.glade
1010         * src/plugins/image_viewer/viewerprefs.glade
1011         * src/plugins/spamassassin/spamassassin_gtk.glade
1012                 add glade files for user interfaces and a description how
1013                 to use glade to create the sylpheed code
1014
1015 2003-05-07 [paul]       0.8.11claws146
1016
1017         * sync with 0.8.11cvs41
1018                 see ChangeLog 2003-05-07
1019
1020 2003-05-06 [christoph]  0.8.11claws145
1021
1022         * src/main.c
1023         * src/plugins/image_viewer/viewer.c
1024                 fix usage of imlib in imageviewer plugin
1025
1026         * src/gtk/prefswindow.c
1027                 handle window close event correctly
1028
1029 2003-05-06 [paul]       0.8.11claws144
1030
1031         * src/common/ssl.c
1032                 fix typo introduced in sync
1033
1034 2003-05-06 [paul]       0.8.11claws143
1035
1036         * sync with 0.8.11cvs39
1037                 see ChangeLog 2003-05-06
1038
1039 2003-05-06 [paul]       0.8.11claws142
1040
1041         * AUTHORS
1042           po/cs.po
1043                 updated Czech translation, submitted by 
1044                 Radek Vybiral <Radek.Vybiral@vsb.cz>
1045                 
1046         * src/plugins/clamav/clamav_plugin_gtk.c
1047                 clean up
1048
1049 2003-05-03 [alfons]     0.8.11claws141
1050
1051         * src/compose.[ch]
1052                 make paste as quotation work even when the call to 
1053                 text_inserted() was deferred (fixes bug #140 "Paste 
1054                 as quotation does not work when using "external" 
1055                 clipboard")
1056
1057 2003-05-03 [thorsten]   0.8.11claws140
1058
1059         * src/addrquery.h
1060           src/ldapquery.h
1061           src/mainwindow.c
1062                 removed C++ comments
1063         * src/addr_compl.c
1064                 function with non-int retval/param used before
1065                 implementation/declaration
1066
1067 2003-05-02 [paul]       0.8.11claws139
1068
1069         * src/addr_compl.[ch]
1070           src/addressbook.[ch]
1071           src/addrindex.c
1072           src/summaryview.c
1073                 revert match's changes to (finally) remove the bug where
1074                 opening a folder causes massive slowdown when using the 
1075                 'Display sender using address book' option
1076
1077 2003-05-01 [melvin]     0.8.11claws138
1078
1079         * src/plugins/dillo_viewer/dillo_prefs.[ch]
1080         * src/plugins/dillo_viewer/dillo_viewer.c
1081                 Fixed bug where "Cancel" button from prefs issued
1082                 warnings.
1083                 Comply a little more to coding style
1084
1085 2003-05-01 [paul]       0.8.11claws137
1086
1087         * sync with 0.8.11cvs38
1088                 see ChangeLog 2003-05-01
1089
1090 2003-05-01 [paul]       0.8.11claws136
1091
1092         * po/bg.po
1093                 updated by George Danchev
1094
1095 2003-04-30 [christoph]  0.8.11claws135
1096
1097         * src/plugins/dillo_viewer/dillo_prefs.c
1098         * src/plugins/image_viewer/viewerprefs.c
1099         * src/plugins/spamassassin/spamassassin_gtk.c
1100                 remove gtk_widget_ref() calls for widgets in
1101                 glade code
1102
1103 2003-04-30 [paul]       0.8.11claws134
1104
1105         * src/addrindex.c
1106                 ok, this time a better fix for the bug where opening folder
1107                 has massive slowdown when using the 'Display sender using 
1108                 address book' option
1109
1110 2003-04-30 [paul]       0.8.11claws133
1111
1112         * src/addrindex.c
1113                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1114         
1115 2003-04-30 [melvin]     0.8.11claws132
1116
1117         New: Dillo plugin preferences (patch by Dimitar Haralanov)
1118
1119         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
1120                 Preferences for the dillo plugin
1121         * src/plugins/dillo_viewer/dillo_viewer.c
1122                 Support for preferences
1123         * src/plugins/dillo_viewer/Makefile.am
1124                 Added dillo_prefs.[ch]
1125
1126 2003-04-30 [alfons]     0.8.11claws131
1127
1128         * src/common/plugin.[ch]
1129                 see? this ANSI C'fication immediately gives us type
1130                 checking for free.
1131
1132 2003-04-30 [alfons]     0.8.11claws130
1133
1134         * src/common/plugin.[ch]
1135         * src/plugins/clamav/clamav_plugin.[ch]
1136         * src/plugins/clamav/clamav_plugin_gtk.c
1137         * src/plugins/demo/demo.c
1138         * src/plugins/dillo_viewer/dillo_viewer.c
1139         * src/plugins/image_viewer/plugin.c
1140         * src/plugins/image_viewer/viewer.[ch]
1141         * src/plugins/image_viewer/viewerprefs.[ch]
1142         * src/plugins/mathml_viewer/mathml_viewer.c
1143         * src/plugins/spamassassin/spamassassin.[ch]
1144         * src/plugins/spamassassin/spamassassin_gtk.c
1145         * src/plugins/trayicon/trayicon.c
1146                 clean up
1147
1148 2003-04-30 [alfons]     0.8.11claws129
1149
1150         * src/common/utils.c
1151                 make is_ascii_str() fail gracefully when NULL pointer
1152                 is passed
1153
1154 2003-04-30 [paul]       0.8.11claws128
1155
1156         * src/addrindex.c
1157                 fix bug where opening folder has massive slowdown when
1158                 using the 'Display sender using address book' option
1159
1160 2003-04-30 [paul]       0.8.11claws127
1161
1162         * src/plugins/clamav/clamav_plugin.c
1163           src/plugins/clamav/clamav_plugin_gtk.c
1164           src/plugins/demo/demo.c
1165           src/plugins/dillo_viewer/dillo_viewer.c
1166           src/plugins/image_viewer/plugin.c
1167           src/plugins/mathml_viewer/mathml_viewer.c
1168           src/plugins/spamassassin/spamassassin.c
1169           src/plugins/spamassassin/spamassassin_gtk.c
1170           src/plugins/trayicon/trayicon.c
1171                 get rid of eye-hurting function signatures
1172
1173 2003-04-30 [paul]       0.8.11claws126
1174
1175         * src/plugins/trayicon/trayicon.c
1176                 add description
1177                 
1178         * src/mimeview.c
1179                 be more descriptive
1180
1181 2003-04-30 [paul]       0.8.11claws125
1182
1183         * configure.ac
1184                 arrange the plugins in reverse alphabetical order
1185                 
1186         * src/plugins/clamav/clamav_plugin.[ch]
1187           src/plugins/clamav/clamav_plugin_gtk.c
1188                 rename some params
1189                 resize max_size window
1190                 re-arrange the order of some gui elements
1191                 improve descriptions
1192         
1193         * src/plugins/image_viewer/plugin.c
1194           src/plugins/mathml_viewer/mathml_viewer.c
1195                 add descriptions
1196                 
1197         * src/plugins/spamassassin/spamassassin_gtk.c
1198                 resize max_size window
1199                 re-arrange the order of some gui elements
1200                 
1201         * src/messageview.c
1202           src/mimeview.c
1203                 correct typos
1204
1205 2003-04-30 [alfons]     0.8.11claws124
1206
1207         * src/imap.c
1208                 fix a leak found while browsing Martin Kluge's 
1209                 valgrind log (Claws only)
1210
1211 2003-04-29 [darko]      0.8.11claws123
1212
1213         * src/gtk/gtkstext.h
1214                 include wchar.h if it is available, fixes compilation
1215                 on HP-UX systems
1216
1217 2003-04-29 [melvin]     0.8.11claws122
1218
1219         * src/prefs_actions.c
1220                 Improved help text of Actions' syntax
1221
1222 2003-04-28 [paul]       0.8.11claws121
1223
1224         * src/action.c
1225                 a better fix for the crash when performing an action
1226                 on a mime part
1227
1228 2003-04-28 [paul]       0.8.11claws120
1229
1230         * src/action.c
1231                 fix crash when performing an action on a
1232                 mime part
1233
1234 2003-04-28 [paul]       0.8.11claws119
1235
1236         * sync with 0.8.11cvs36
1237                 see ChangeLog 2003-04-28
1238
1239 2003-04-27 [paul]       0.8.11claws118
1240
1241         * more sync with 0.8.11cvs35
1242                 see ChangeLog 2003-04-25
1243
1244 2003-04-26 [christoph]  0.8.11claws117
1245
1246         * src/folder.c
1247                 fix remove virtual check
1248
1249 2003-04-26 [paul]       0.8.11claws116
1250
1251         * src/messageview.c
1252                 fix return-receipt, make it work again
1253
1254 2003-04-26 [paul]       0.8.11claws115
1255
1256         * src/mimeview.c
1257                 restore double-clicking of the [application/pgp-signature 
1258                 (Select "Check signature" to check)] line in the message view,
1259                 broken in recent sync
1260
1261 2003-04-26 [christoph]  0.8.11claws114
1262
1263         * src/folder.c
1264                 check if remove virtual really exists before
1265                 calling the function
1266
1267 2003-04-25 [match]      0.8.11claws113
1268
1269         * src/addrindex.c
1270         * src/addrbook.c
1271         * src/ldapquery.[ch]
1272         * src/ldapctrl.[ch]
1273                 fix memleak.
1274         * src/ldapserver.[ch]
1275                 fix memleak. fix segfault.
1276                 plug a Claws memleak
1277
1278 2003-04-25 [alfons]     0.8.11claws112
1279
1280         * src/folder.c
1281                 plug a Claws memleak
1282
1283 2003-04-25 [alfons]     0.8.11claws111
1284
1285         * src/common/session.c
1286                 plug a memleak
1287
1288 2003-04-25 [paul]       0.8.11claws110
1289
1290         * sync with 0.8.11cvs35
1291                 see ChangeLog 2003-04-24 and 2003-04-25
1292                 
1293         * src/gtk/pluginwindow.c
1294                 correct another strange float value
1295
1296 2003-04-24 [christoph]  0.8.11claws109
1297
1298         * src/folder.c
1299                 freeze folder item updates when unsetting new flags
1300
1301         * src/gtk/pluginwindow.c
1302                 correct strange float value
1303
1304 2003-04-23 [paul]       0.8.11claws108
1305
1306         * sync with 0.8.11cvs33
1307                 see ChangeLog 2003-04-23
1308
1309 2003-04-22 [paul]       0.8.11claws107
1310
1311         * src/Makefile.am
1312           src/messageview.c
1313           src/mimeview.c
1314           src/pgptext.[ch]      ** REMOVED **
1315                 remove pgptext.[ch] as its not used any more
1316
1317 2003-04-22 [paul]       0.8.11claws106
1318
1319         * sync with 0.8.11cvs31
1320                 see ChangeLog 2003-04-21 and 2003-04-22
1321
1322 2003-04-21 [alfons]     0.8.11claws105
1323
1324         * src/main.c
1325                 No access to GTK structures if we're a spawned child
1326                 (and clean up code a little bit...) Should fix #126.
1327
1328 2003-04-21 [melvin]     0.8.11claws104
1329
1330         * src/plugins/dillo_viewer/README
1331                 Improved slightly the text.
1332
1333 2003-04-21 [melvin]     0.8.11claws103
1334
1335         * src/plugins/dillo_viewer/README *** NEW ***
1336                 Added a README file for the Dillo plugin
1337
1338 2003-04-20 [paul]
1339
1340         * tools/README
1341           tools/outlook2sylpheed.pl
1342                 updated and improved by Ricardo Mones Lastra
1343
1344 2003-04-18 [oliver]     0.8.11claws102
1345
1346         * src/inc.c 
1347         * src/prefs_account.h
1348                 remove Pop3SessionType (used by selective download)
1349         * src/prefs_toolbar.c
1350                 enable set Default Toolbar button
1351
1352 2003-04-18 [paul]       0.8.11claws101
1353
1354         * sync with 0.8.11cvs29
1355                 see ChangeLog 2003-04-18
1356
1357 2003-04-17 [paul]       0.8.11claws100
1358
1359         * src/prefs_common.[ch]
1360           src/summaryview.c
1361                 remove 'Open next message on deletion' option,
1362                 as the same effect can now be achieved via the
1363                 'Always open messages in summary when selected'
1364                 option.
1365
1366 2003-04-17 [paul]       0.8.11claws99
1367
1368         * sync with 0.8.11cvs28
1369                 see ChangeLog 2003-04-17
1370
1371 2003-04-17 [christoph]  0.8.11claws98
1372
1373         * ac/spamassassin.m4
1374         * src/plugins/spamassassin/libspamc.[ch]
1375         * src/plugins/spamassassin/utils.[ch]
1376                 sync libspamc with SpamAssassin project
1377
1378 2003-04-17 [christoph]  0.8.11claws97
1379
1380         * src/common/socket.h
1381         * src/gtk/sslcertwindow.h
1382                 rename old USE_SSL to USE_OPENSSL
1383
1384 2003-04-17 [paul]       0.8.11claws96
1385
1386         * src/prefs_common.h
1387                 use gulong for P_COLOR so that it compiles/runs on
1388                 64-bit systems. Patch submitted by James Noyes
1389                 <jnoyes-claws@retrogeeks.com>
1390                 
1391         * po/de.po
1392                 updated by Jens
1393
1394 2003-04-17 [paul]       0.8.11claws95
1395
1396         * sync with 0.8.11cvs27
1397                 see ChangeLog 2003-04-16
1398
1399 2003-04-15 [paul]       0.8.11claws94
1400
1401         * src/prefs_common.[ch]
1402                 rearrange to stop the window getting too long:
1403                         move Receive dialog stuff to Receive tab
1404                         move Send dialog to Send tab
1405                         remove Dialogs frame
1406                 rename 'Open messages in summary with cursor keys' to
1407                 'Always open messages in summary when selected', as its
1408                 more appropriate
1409
1410 2003-04-15 [paul]       0.8.11claws93
1411
1412         * src/prefs_common.[ch]
1413           src/summaryview.c
1414                 add new option '/Interface/Open next message on deletion'
1415
1416 2003-04-15 [paul]       0.8.11claws92
1417
1418         * src/summaryview.[ch]
1419                 add /Mark/Lock and /Mark/Unlock to the pop-up
1420                 menu. Patch submitted by Ivan Francolin Martinez
1421                 <ivanfm@users.sourceforge.net>
1422
1423 2003-04-15 [paul]       0.8.11claws91
1424
1425         * sync with 0.8.11cvs24
1426                 see ChangeLog 2003-04-15
1427
1428 2003-04-14 [jens]       0.8.11claws90
1429
1430         * updated German translation and some corrections from
1431                 Roland Bless <bless@tm.uka.de>
1432
1433 2003-04-14 [paul]       0.8.11claws89
1434
1435         * sync with 0.8.11cvs22
1436                 see ChangeLog 2003-04-14
1437
1438 2003-04-13 [paul]       0.8.11claws88
1439
1440         * src/plugins/clamav/clamav_plugin.c
1441                 fix memory leaks
1442                 clean up
1443
1444 2003-04-12 [paul]       0.8.11claws87
1445
1446         * src/plugins/clamav/clamav_plugin.c
1447                 activate enable/disable archive scanning option
1448                 
1449         * src/plugins/clamav/.cvsignore         ** NEW FILE **
1450
1451 2003-04-12 [paul]       0.8.11claws86
1452
1453         * src/plugins/Makefile.am
1454           src/plugins/clamav/Makefile.am                ** NEW FILE **
1455           src/plugins/clamav/README                     ** NEW FILE ** 
1456           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
1457           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
1458                 add Clam AntiVirus plugin
1459
1460 2003-04-12 [paul]       0.8.11claws85
1461
1462         * sync with 0.8.11cvs21
1463                 see ChangeLog 2003-04-11
1464
1465 2003-04-11 [paul]       0.8.11claws84
1466
1467         * po/es.po
1468                 update Spanish translation. Submitted by Ricardo
1469                 Mones Lastra.
1470
1471 2003-04-10 [christoph]  0.8.11claws83
1472
1473         * src/mbox.c
1474                 fix typo that did not move unfiltered mails to destination
1475                 folder
1476
1477         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1478          when filtering from spool)
1479
1480 2003-04-10 [christoph]  0.8.11claws82
1481
1482         * src/imap.c
1483                 use BODY.PEEK instead of BODY in in message fetch operation
1484                 to make sure the IMAP server does not set the \Seen flag for
1485                 messages. Sylpheed does that later itself, when the message
1486                 is opened in sylpheed
1487
1488         (closes Bug 111 Claws destroys unread marks)
1489
1490 2003-04-09 [oliver]     0.8.11claws81
1491         
1492         * src/folder.c
1493                 fix crash in folder_destroy
1494         * README.claws
1495                 remove selective download
1496
1497 2003-04-09 [christoph]  0.8.11claws80
1498
1499         * src/imap.c
1500                 fix crash in imap_get_msginfo() when then fetched message
1501                 is not found
1502
1503         (closes Bug 110 Crash during mail composition)
1504
1505 2003-04-08 [christoph]  0.8.11claws79
1506
1507         * src/folder.c
1508         * src/prefs_account.c
1509                 Filter new messages that are found in an INBOX folder
1510                 when 'Filter messages on receiving' is enabled in the
1511                 Folder's AccountPrefs. This allows to use Sylpheed's
1512                 filtering engine for IMAP folders where messages are
1513                 added to the INBOX by a MTA
1514
1515 2003-04-08 [paul]       0.8.11claws78
1516
1517         * src/procmsg.h
1518                 clean up after last commit
1519
1520 2003-04-08 [paul]       0.8.11claws77
1521
1522         * sync with 0.8.11cvs20
1523                 see ChangeLog 2003-04-07 and 2003-04-08
1524
1525 2003-04-07 [christoph]  0.8.11claws76
1526
1527         * src/filtering.[ch]
1528         * src/inc.[ch]
1529         * src/mbox.c
1530         * src/procmsg.[ch]
1531                 add procmsg_msginfo_filter() to execute filtering actions
1532
1533 2003-04-06 [christoph]  0.8.11claws75
1534
1535         * src/imap.c
1536                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1537
1538 2003-04-06 [christoph]  0.8.11claws74
1539
1540         * src/common/utils.[ch]
1541                 add g_int_compare() function for slist sorting
1542
1543         * src/imap.c
1544                 fetch all MsgInfos with one command in imap_get_msginfos()
1545                 using an imap set with a list of ranges
1546
1547         * src/news.c
1548                 use new g_int_compare() function
1549
1550 2003-04-06 [thorsten]   0.8.11claws73
1551
1552         * src/mh.c
1553                 corrected implementation of mh_folder_destroy()
1554
1555 2003-04-05 [christoph]  0.8.11claws72
1556
1557         * src/account.c
1558         * src/folder.[ch]
1559         * src/folderview.c
1560         * src/imap.c
1561         * src/inc.c
1562         * src/main.c
1563         * src/mainwindow.c
1564         * src/mbox_folder.c
1565         * src/mh.c
1566         * src/mimeview.h
1567         * src/msgcache.[ch]
1568         * src/news.c
1569         * src/procmime.h
1570         * src/procmsg.[ch]
1571         * src/setup.c
1572         * src/gtk/gtkutils.c
1573                 o rename structure field names class and new to klass and
1574                   new_msgs, to allow including files in C++
1575                 o add 'extern "C"' block to some header files
1576                 o add MsgInfoList and MsgNumberList as alias for GSList for
1577                   developers to know what type of list is expected
1578
1579         * src/plugins/image_viewer/plugin.c
1580         * src/plugins/image_viewer/viewer.[ch]
1581         * src/plugins/image_viewer/viewerprefs.[ch]
1582                 rename function names to prevent conflicts
1583
1584 2003-04-05 [paul]       0.8.11claws71
1585
1586         * sync with 0.8.11cvs18
1587                 see ChangeLog 2003-04-03 and 2003-04-04
1588
1589 2003-04-02 [christoph]  0.8.11claws70
1590
1591         * src/folder.[ch]
1592         * src/imap.[ch]
1593         * src/mbox_folder.[ch]
1594         * src/mh.[ch]
1595         * src/news.[ch]
1596                 o Make all virtual folder functions private
1597                 o remove unused folder code
1598
1599         * src/common/socket.[ch]
1600         * src/summaryview.c
1601                 fix warnings
1602
1603 2003-03-30 [alfons]     0.8.11claws69
1604
1605         * src/send_message.c
1606                 remove two debug traces and see if people still report
1607                 errors
1608
1609 2003-03-30 [alfons]     0.8.11claws68
1610
1611         * src/send_message.c
1612         * src/commons/session.c
1613                 add more debug traces
1614
1615 2003-03-30 [christoph]  0.8.11claws67
1616
1617         * src/folder.c
1618                 change processing folder name from .processing to processing
1619
1620         * src/common/ssl.c
1621                 disable SSL certificate check because it causes Xlib error
1622                 when the child process want's to open an GTK window
1623
1624 2003-03-30 [christoph]  0.8.11claws66
1625
1626         * src/folder.c
1627                 don't use default folder for processing folder item because
1628                 it can be a non local folder
1629
1630         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
1631
1632 2003-03-30 [alfons]     0.8.11claws65
1633
1634         * src/send_message.c
1635                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
1636                 to generate bad code for 'send_send_data_progressive': When
1637                 called from 'send_send_data_finished', the 'data' pointer is
1638                 cleared just before the assignment to the dialog pointer
1639
1640 2003-03-29 [christoph]  0.8.11claws64
1641
1642         * src/common/prefs.h
1643         * src/plugins/image_viewer/Makefile.am
1644         * src/plugins/image_viewer/plugin.c
1645         * src/plugins/image_viewer/viewer.[ch]
1646         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
1647                 add PrefsPage for ImageViewer
1648
1649 2003-03-28 [thorsten]   0.8.11claws63
1650
1651         * src/common/session.c
1652                 added some comments
1653
1654 2003-03-28 [paul]       0.8.11claws62
1655
1656         * sync with 0.8.11cvs16
1657                 see ChangeLog 2003-03-28
1658
1659 2003-03-28 [paul]       0.8.11claws61
1660
1661         * sync with 0.8.11cvs15
1662                 see ChangeLog 2003-03-28
1663
1664 2003-03-27 [christoph]  0.8.11claws60
1665
1666         * src/folder.c
1667         * src/imap.c
1668         * src/common/socket.[ch]
1669                 set socket state to DISCONNECTED when any operation
1670                 fails to allow reconnecting in IMAP code without
1671                 checking the return code of all calls to the command
1672                 functions
1673
1674         * src/folderview.c
1675         * src/summaryview.c
1676                 remove some more stuff that depends on specific
1677                 folder types
1678
1679 2003-03-27 [paul]       0.8.11claws59
1680
1681         * sync with 0.8.11cvs14
1682                 see ChangeLog 2003-03-27
1683                 
1684         * src/selective_download.[ch]   ** REMOVED **
1685                 really removed
1686
1687 2003-03-27 [christoph]  0.8.11claws58
1688
1689         * src/folder.c
1690                 fix handling of tmp_flags in flag copy function
1691
1692 2003-03-27 [paul]       0.8.11claws57
1693
1694         * sync with 0.8.11cvs13
1695                 see ChangeLog 2003-03-27
1696
1697 2003-03-27 [oliver]     0.8.11claws56
1698
1699         * src/maiwindow.c
1700                 remove sel_download_cb
1701
1702 2003-03-27 [oliver]     0.8.11claws55
1703         
1704         * src/inc.c
1705                 remove POP3_TOP
1706         
1707 2003-03-26 [oliver]     0.8.11claws54
1708
1709         *src/pop.h
1710                 remove POP3_TOP*
1711         * README.claws
1712                 remove selective donwload readme
1713
1714 2003-03-26 [oliver]     0.8.11claws53
1715         * src/matcher.[ch]
1716         * src/matcher_parser_parse.y 
1717         * src/pop.c 
1718         * src/prefs_account.[ch]
1719         * src/prefs_filtering.c
1720                 remove selective donwload
1721
1722 2003-03-26 [oliver]     0.8.11claws52
1723
1724         * src/inc.[ch] 
1725         * src/filtering.c 
1726         * src/mainwindow.c 
1727                 remove selective donwload
1728
1729 2003-03-26 [oliver]     0.8.11claws51
1730         
1731         * src/Makefile.am
1732         * src/selective_download.[ch]   ** REMOVE **    
1733
1734 2003-03-26 [christoph]  0.8.11claws50
1735
1736         * src/news.c
1737                 fix NEWS that got broken by a sync with sylpheed-main
1738
1739 2003-03-26 [christoph]  0.8.11claws49
1740
1741         * src/mimeview.c
1742                 fix mime type guessing when no mime type is found for a file
1743
1744 2003-03-25 [christoph]  0.8.11claws48
1745
1746         * src/mimeview.c
1747         * src/procmime.c
1748                 remove mime type guessing from mime parser and use
1749                 name based mime types in viewer lookup for mime type
1750                 application/octet-stream
1751
1752 2003-03-25 [christoph]  0.8.11claws47
1753
1754         * doc-src/readme.txt
1755         * doc-src/rfc2554.txt
1756                 add RFC about SMTP AUTH
1757
1758         * src/send_message.c
1759         * src/common/smtp.[ch]
1760                 add extra error code for authentication errors and
1761                 clear temporary password when this error occurs
1762
1763         (closes Bug 84 authentication failure while sending should
1764          prompt for password again)
1765
1766 2003-03-25 [christoph]  0.8.11claws46
1767
1768         * configure.ac
1769         * src/Makefile.am
1770         * src/imageview.[ch]                            ** REMOVE **
1771         * src/messageview.[ch]
1772         * src/mimeview.[ch]
1773         * src/prefs_common.[ch]
1774         * src/textview.c
1775         * src/plugins/Makefile.am
1776         * src/plugins/image_viewer/.cvsignore           ** NEW **
1777         * src/plugins/image_viewer/Makefile.am          ** NEW **
1778         * src/plugins/image_viewer/plugin.c             ** NEW **
1779         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
1780                 move image viewer into a plugin (building is enabled by default)
1781                 [ToDo: Prefs for resize and autoview]
1782
1783 2003-03-25 [paul]       0.8.11claws45
1784
1785         * sync with 0.8.11cvs12
1786                 see ChangeLog 2003-03-26
1787
1788 2003-03-25 [paul]       0.8.11claws44
1789
1790         * sync with 0.8.11cvs11
1791                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
1792                 
1793         Note: Selective Download is broken.
1794                 
1795 2003-03-22 [christoph]  0.8.11claws43
1796
1797         * src/folder.c
1798                 code cleanup for flags copying
1799
1800 2003-03-22 [christoph]  0.8.11claws42
1801
1802         * src/plugins/trayicon/trayicon.c
1803                 fix setting the transparent area when the window size
1804                 is forced by the system tray
1805
1806 2003-03-22 [christoph]  0.8.11claws41
1807
1808         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
1809         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
1810         * src/plugins/trayicon/newmail.xpm              ** NEW **
1811         * src/plugins/trayicon/nomail.xpm               ** NEW **
1812         * src/plugins/trayicon/trayicon.c
1813         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
1814                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
1815                 o add icon for unread mails
1816                 o set transparency for window
1817
1818 2003-03-22 [christoph]  0.8.11claws40
1819
1820         * src/news.c
1821                 init news session to prevent crash when session is closed
1822
1823 2003-03-22 [christoph]  0.8.11claws39
1824
1825         * src/imap.c
1826         * src/common/session.[ch]
1827                 Init session data to make sure we don't have invalid pointers
1828                 for read_ch and write_ch when new multi process sessions are
1829                 not used
1830
1831         * src/main.c
1832         * src/common/plugin.c
1833         * src/common/sylpheed.c
1834         * src/plugins/demo/demo.c
1835         * src/plugins/dillo_viewer/dillo_viewer.c
1836         * src/plugins/mathml_viewer/mathml_viewer.c
1837         * src/plugins/spamassassin/spamassassin.c
1838         * src/plugins/spamassassin/spamassassin_gtk.c
1839                 add plugin types to allow loading plugins at different times
1840                 (and maybe for different frontends), because it's not good to
1841                 load GTK-Plugins gefore gtk_init was called
1842
1843         * configure.ac
1844         * src/plugins/Makefile.am
1845         * src/plugins/trayicon/.cvsignore               ** NEW **
1846         * src/plugins/trayicon/Makefile.am              ** NEW **
1847         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
1848         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
1849         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
1850         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
1851         * src/plugins/trayicon/trayicon.c               ** NEW **
1852                 New Trayicon plugin that shows an icon in a systray that uses
1853                 XEMBED protocol like Gnome's systray. Icon shows if there
1854                 are new mails and a tooltip shows information about new,
1855                 unread and total messages.
1856
1857 2003-03-22 [paul]       0.8.11claws38
1858
1859         * src/common/smtp.c
1860                 fix ESMTP AUTH CRAM-MD5
1861                 [sync with main (still version 0.8.11cvs6), see
1862                  ChangeLog 2003-03-22]
1863
1864 2003-03-21 [colin]      0.8.11claws37
1865
1866         * src/send_message.c
1867                 Fix USE_SSL => USE_OPENSSL
1868
1869 2003-03-21 [colin]      0.8.11claws36
1870
1871         * src/folderview.c
1872                 Fix counts in drag and dropped subfolders
1873
1874 2003-03-21 [colin]      0.8.11claws35
1875
1876         * src/folder.c 
1877         * src/folderview.c
1878                 speed up a bit folder dnd
1879
1880 2003-03-20 [alfons]     0.8.11claws34
1881
1882         * src/main.c
1883         * src/toolbar.c
1884         * src/procmsg.c
1885                 don't send locked queue messages
1886                 (feature request "[ 705245 ] Locking message in outbox 
1887                  should prevent sending")
1888
1889 2003-03-20 [christoph]  0.8.11claws33
1890
1891         * src/folder.c
1892                 remove NEW and UNREAD flag in special folders when scanning
1893                 
1894         * src/common/smtp.c
1895                 fix ESMTP AUTH CRAM-MD5
1896
1897 2003-03-20 [paul]       0.8.11claws32
1898
1899         * src/prefs_account.c
1900                 Re-write 'Tunnel command to open connection' as
1901                 'Use command to communicate with server', and disable
1902                 it for all except IMAP accounts
1903
1904 2003-03-20 [paul]       0.8.11claws31
1905
1906         * sync with 0.8.11cvs6
1907                 see ChangeLog 2003-03-20
1908
1909 2003-03-19 [match]      0.8.11claws30
1910
1911         * src/addritem.[ch]
1912                 include documentation. minor refactoring.
1913         * src/addr_compl.[ch]
1914         * src/addrindex.[ch]
1915         * src/addresbook.[ch]
1916         * src/summaryview.c
1917                 re-enable address lookup (was disabled in
1918                 0.8.11claws20).
1919
1920 2003-03-19 [christoph]  0.8.11claws29
1921
1922         * src/procmsg.c
1923                 add temp flag handling, will make moving and copying
1924                 messages possible again
1925
1926         * src/folder.c
1927                 correct calulation of folder stats
1928
1929 2003-03-18 [match]      0.8.11claws28
1930
1931         * src/editgroup.h
1932                 remove case sensitive comparison (closes bug 80).
1933
1934 2003-03-18 [christoph]  0.8.11claws27
1935
1936         * src/imap.c
1937                 fix imap using a tunnel command
1938
1939         (closes bug 87)
1940
1941 2003-03-18 [christoph]  0.8.11claws26
1942
1943         * src/folder.[ch]
1944         * src/imap.c
1945         * src/procmsg.[ch]
1946                 rewrite flag handling for folders
1947
1948 2003-03-18 [christoph]  0.8.11claws25
1949
1950         * src/folder.c
1951         * src/procmsg.c
1952         * src/summaryview.c
1953                 unset NEW and UNREAD flags when message is ignored, to make
1954                 sure messages don't show up as unread on other IMAP clients,
1955                 because the IGNORE_THREAD flag can not be syncronized through
1956                 the IMAP folder
1957
1958 2003-03-17 [christoph]  0.8.11claws24
1959
1960         * src/imap.c
1961                 don't use recursion to fetch uids when the number of messages
1962                 does not match. Moved code into subfunction that is used
1963                 again when needed, to prevent an endless loop.
1964
1965 2003-03-17 [thorsten]   0.8.11claws23
1966
1967         * src/imageview.[ch]
1968                 export imageview_get_resized_size() (for plugins)
1969         * src/prefs_common.[ch]
1970                 added prefs_common_get() (for plugins)
1971
1972 2003-03-17 [christoph]  0.8.11claws22
1973
1974         * src/imap.c
1975                 o remove UID guessing from copy code
1976                 o support UIDPLUS extension for APPEND command
1977
1978 2003-03-17 [paul]       0.8.11claws21
1979
1980         * src/gtk/about.c
1981                 remove 'Compiled-plugins' section.
1982                 
1983         * src/plugins/dillo_viewer/dillo_viewer.c
1984                 slight change to description text
1985
1986 2003-03-16 [match]      0.8.11claws20
1987         * src/ldapserver.[ch]           ** NEW **
1988         * src/ldapctrl.[ch]             ** NEW **
1989         * src/ldapquery.[ch]            ** NEW **
1990         * src/ldaputil.[ch]             ** NEW **
1991         * src/addrcindex.[ch]           ** NEW **
1992         * src/addrquery.h               ** NEW **
1993         * src/addritem.[ch]
1994         * src/addrcache.[ch]
1995         * src/addrindex.[ch]
1996         * src/addr_compl.[ch]
1997         * src/addressbook.[ch]
1998         * src/addrbook.[ch]
1999         * src/editgroup.c
2000         * src/editaddress.c
2001         * src/editldap.c
2002         * src/editldap_basedn.c
2003         * src/vcard.c
2004         * src/jpilot.c
2005         * src/Makefile.am
2006                 included dynamic LDAP queries. improved address
2007                 completion.
2008
2009 2003-03-16 [paul]       0.8.11claws19
2010
2011         * tools/multiwebsearch.pl
2012                 fix a fatal typo
2013
2014 2003-03-16 [christoph]  0.8.11claws18
2015
2016         * src/mimeview.c
2017         * src/plugins/dillo_viewer/dillo_viewer.c
2018         * src/plugins/mathml_viewer/mathml_viewer.c
2019                 make unregistering of MimeViewerFactorys possible
2020
2021 2003-03-16 [alfons]     0.8.11claws17
2022
2023         * configure.ac
2024                 correct typo
2025
2026 2003-03-16 [melvin]     0.8.11claws16
2027
2028         * src/plugins/dillo_viewer.c
2029                 Fixed bug where it was not possible to view more than
2030                 one text/html attachment per message (bug discovered
2031                 by Christoph Hohmann).
2032
2033 2003-03-15 [melvin]     0.8.11claws15
2034
2035         * src/prefs_actions.c
2036                 Fixed compilation warnings.
2037
2038 2003-03-15 [melvin]     0.8.11claws14
2039
2040         * src/plugins/Makefile.am
2041         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
2042         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
2043         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
2044                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2045                 newer (http://dillo.auriga.wearlab.de/).
2046
2047 2003-03-15 [christoph]  0.8.11claws13
2048
2049         * src/imap.c
2050                 don't query imap folder for attributes because we already
2051                 for them from imap_status
2052
2053         * src/mimeview.[ch]
2054                 add support for plugable MimeViewers (unloading Viewers
2055                 not yet complete)
2056
2057         * src/plugins/Makefile.am
2058         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
2059         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
2060         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
2061                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2062                 widget from http://helm.cs.unibo.it/mml-widget/
2063
2064 2003-03-14 [christoph]  0.8.11claws12
2065
2066         * src/folder.[ch]
2067                 o error return code's should better be negative
2068                 o replace printf with debug_print
2069
2070         * src/imap.c
2071                 improve IMAP folder scan by checking UID-NEXT
2072
2073         * src/summaryview.c
2074                 remove check that are unnecessary in my opinion
2075
2076 2003-03-13 [christoph]  0.8.11claws11
2077
2078         * src/folder.[ch]
2079         * src/foldersel.c
2080         * src/folderview.c
2081         * src/imap.c
2082         * src/mbox_folder.c
2083         * src/mh.c
2084         * src/news.c
2085         * src/prefs_scoring.c
2086         * src/summaryview.c
2087                 use a common function to get a displayable name
2088                 for a FolderItem
2089
2090 2003-03-13 [paul]       0.8.11claws10
2091
2092         * tools/Makefile.am
2093           tools/README
2094           tools/multiwebsearch.conf     ** NEW FILE **
2095           tools/multiwebsearch.pl       ** NEW FILE **
2096                 add multiwebsearch Actions script
2097
2098 2003-03-13 [colin]      0.8.11claws9
2099
2100         * src/compose.c
2101                 Remove leading emtpy lines from quoted text
2102                 before quoting it
2103
2104 2003-03-13 [melvin]     0.8.11claws8
2105
2106         * src/prefs_actions.c
2107                 Fixed a memory leak
2108                 Code clean ups
2109                 Added Cancel and OK buttons
2110                 Corrected help text
2111
2112 2003-03-13 [christoph]  0.8.11claws7
2113
2114         * src/account.c
2115         * src/folder.[ch]
2116         * src/imap.c
2117         * src/mainwindow.c
2118         * src/mbox_folder.c
2119         * src/mh.c
2120         * src/news.c
2121         * src/setup.c
2122                 replace more folder type stuff with folder class stuff
2123
2124 2003-03-13 [melvin]     0.8.11claws6
2125
2126         * src/prefs_actions.c
2127                 Added new tokens:
2128                 %u: user provided argument
2129                 %h: user provided argument (hidden on input)
2130                 %s: current text selection in the message view 
2131
2132 2003-03-13 [paul]       0.8.11claws5
2133
2134         * sync with 0.8.11cvs5
2135                 see ChangeLog 2003-03-11, 2003-03-12
2136
2137 2003-03-12 [christoph]  0.8.11claws4
2138
2139         * src/folder.c
2140                 use folder class idstr when writing folderlist.xml
2141
2142         * src/folder.h
2143         * src/imap.c
2144         * src/news.c
2145                 replace folder type checks with folder class checks
2146
2147 2003-03-12 [christoph]  0.8.11claws3
2148
2149         * src/folder.[ch]
2150         * src/imap.[ch]
2151         * src/main.c
2152         * src/mbox_folder.[ch]
2153         * src/mh.[ch]
2154         * src/news.[ch]
2155                 o create a list of known folder classes in the folder system
2156                 o use folder class id strings for folder item identifiers
2157
2158 2003-03-12 [christoph]  0.8.11claws2
2159
2160         * src/imap.c
2161                 fix imap uid validity check
2162
2163 2003-03-12 [christoph]  0.8.11claws1
2164
2165         * src/account.c
2166         * src/folder.[ch]
2167         * src/foldersel.c
2168         * src/folderview.c
2169         * src/imap.c
2170         * src/mainwindow.c
2171         * src/mbox_folder.c
2172         * src/mh.c
2173         * src/news.c
2174         * src/prefs_scoring.c
2175         * src/procmsg.c
2176         * src/setup.c
2177         * src/summaryview.c
2178                 initial restructuring of folder system, seperating
2179                 folders and folder classes
2180
2181 2003-03-12 [paul]       0.8.11claws
2182
2183         0.8.11claws release
2184
2185 2003-03-12 [christoph]
2186
2187         * src/gtk/prefswindow.c
2188                 fix translation of "Page Index"
2189
2190 2003-03-12 [paul]       0.8.10claws110
2191
2192         a sync from 0.8.11cvs4 before the release
2193
2194         * src/common/utils.c
2195                 subject_compare_for_sort(): allow null strings (fixes
2196                 summary sorting).
2197
2198 2003-03-11 [paul]       0.8.10claws109
2199
2200         * po/es.po
2201                 update Spanish translation, submitted by
2202                 Ricardo Mones Lastra
2203
2204 2003-03-11 [melvin]     0.8.10claws108
2205
2206         * po/fr.po
2207                 Updated French translations
2208
2209 2003-03-11 [paul]       0.8.10claws107
2210
2211         * manual/en/Makefile.am
2212           manual/en/*.html
2213                 update English manual, add a new page
2214                 updated by Francois Barriere <fbarriere@atmel.fr>
2215                 
2216         * po/bg.po
2217           po/it.po
2218           po/sr.po
2219                 update Bulgarian, Italian, and Serbian translations
2220                 submitted by George Danchev, Alessandro Maestri, and
2221                 Urke MMI
2222
2223 2003-03-10 [paul]       0.8.10claws106
2224
2225         * src/gtk/about.c
2226           src/gtk/prefswindow.c
2227                 make some strings translatable
2228
2229 2003-03-10 [darko]      0.8.10claws105
2230
2231         * src/compose.c
2232                 code cleanup to make Hiro happy
2233
2234 2003-03-10 [paul]       0.8.10claws104
2235
2236         * sync with 0.8.11cvs2
2237                 see ChangeLog 2003-03-10
2238
2239 2003-03-09 [melvin]     0.8.10claws103
2240
2241         * src/textview.c
2242                 textview_set_font(): fix for message display in
2243                 UTF-8 locales (thanks to Sergey Vlasov).
2244                 (was unintentionnaly reverted in 0.8.6claws6)   
2245
2246 2003-03-08 [darko]      0.8.10claws102
2247
2248         * src/compose.c
2249                 fix infinite loop in wrapping as reported
2250                 by happycactus
2251                 obsoletes patch #696482
2252
2253 2003-03-08 [christoph]  0.8.10claws101
2254
2255         * src/imap.c
2256                 add workaround for IMAP servers that do not
2257                 support the "UID SEARCH UID" command
2258
2259 2003-03-07 [christoph]  0.8.10claws100
2260
2261         * src/plugins/spamassassin/spamassassin.[ch]
2262         * src/plugins/spamassassin/spamassassin_gtk.c
2263                 code cleanup
2264
2265 2003-03-07 [paul]       0.8.10claws99
2266
2267         * po/es.po
2268                 updated Spanish translation, submitted by
2269                 Ricardo Mones Lastra
2270
2271 2003-03-07 [christoph]  0.8.10claws98
2272
2273         * src/send.c
2274                 fix in 0.8.10claws94 was wrong
2275                 local delivery does not require escaping, remove escaping
2276                 code to make signatures of mails with "." lines valid
2277                 
2278                 NOTE: requires that sendmail is executed with "-i" option,
2279                       what is the default now, but has to be changed in all
2280                       exsiting accounts)
2281
2282 2003-03-07 [paul]       0.8.10claws97
2283
2284         * sync with 0.8.11 release
2285                 see ChangeLog 2003-03-07
2286
2287 2003-03-06 [paul]       0.8.10claws96
2288
2289         * src/compose.c
2290                 revert commit 0.8.10claws92
2291
2292 2003-03-06 [paul]       0.8.10claws95
2293
2294         * src/folderview.c
2295                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2296
2297         * src/gtkaspell.c
2298                 fix bug 74, 'Crash opening editor window with pseudo-color
2299                 display'
2300                 
2301         Patches submitted by Kevin Vigor <kevin@vigor.nu>
2302
2303 2003-03-06 [christoph]  0.8.10claws94
2304
2305         * src/send.c
2306                 fix rfc2821 (4.5.2) violation in SMTP data sending,
2307                 all lines starting with a period get an extra period
2308                 inserted
2309                 (found by Simon 'corecode' Schubert)
2310
2311 2003-03-06 [paul]       0.8.10claws93
2312
2313         * src/folderview.c
2314                 if configured font can't be loaded fall back to gtk
2315                 default. (with thanks to Christoph)
2316                 
2317                 closes long-standing bug 15 'Crashes on startup'
2318
2319 2003-03-06 [paul]       0.8.10claws92
2320
2321         * src/compose.c
2322                 freeze text before autosave and thaw afterwards
2323                 fixes bug 67 'autosave make re-rediting message crazy'
2324
2325 2003-03-06 [christoph]  0.8.10claws91
2326
2327         * src/compose.c
2328                 ignore address comment in dupe check for Cc-list
2329
2330         (closes reopened bug 47 Replying to message strips name part of
2331          e-mail addresses of Cc: lines)
2332
2333 2003-03-06 [paul]       0.8.10claws90
2334
2335         * src/Makefile.am
2336                 remove reference to gtkxtext.h as its no longer in
2337                 the repository
2338
2339 2003-03-06 [paul]       0.8.10claws89
2340
2341         * sync with 0.8.10cvs25
2342                 see ChangeLog 2003-03-06
2343
2344 2003-03-06 [oliver]     0.8.10claws88
2345         
2346         * src/messageview.c
2347                 remove include
2348
2349 2003-03-06 [oliver]     0.8.10claws87
2350         
2351         * src/folderview.c 
2352                 remove changes introduced inclaws74
2353         * src/messageview.c
2354                 another attempt to sanely delete and update
2355                 messages deleted in separate messageview
2356
2357 2003-03-05 [christoph]  0.8.10claws86
2358
2359         * src/summaryview.c
2360                 check if "From" matches any account's address if
2361                 addressbook completion of addresses is disabled too
2362
2363         (closes Bug 70 "Display recipient in from" doesn't check
2364          folder's default account)
2365
2366 2003-03-05 [christoph]  0.8.10claws85
2367
2368         * src/compose.c
2369         * src/common/utils.[ch]
2370                 don't strip address comments when building Cc lists
2371
2372         (closes Bug 47 Replying to message strips name part of e-mail addresses
2373          of Cc: lines)
2374
2375         * src/folder.c
2376                 fix return value of copy function
2377
2378 2003-03-05 [christoph]  0.8.10claws84
2379
2380         * src/imap.c
2381                 don't ask imap server for non rfc822 headers
2382
2383         (closes bug 71 IMAP FETCH asks for FROM header field twice)
2384
2385         * src/imap.c
2386                 destroy session on socket error to allow reconnecting
2387
2388 2003-03-05 [christoph]  0.8.10claws83
2389
2390         * configure.ac
2391                 fix building with gnome when no prefix is set
2392
2393         (closes bug 66 Gnome directory is set to NONE)
2394
2395 2003-03-05 [paul]       0.8.10claws82
2396
2397         * sync with 0.8.10cvs23
2398                 see ChangeLog 2003-03-05
2399
2400 2003-03-04 [christoph]  0.8.10claws81
2401
2402         * src/folder.c
2403                 o fix moving and copying when folder returns 0 for new
2404                   message number
2405                 o remove some code for single message copy and move
2406                   operations and use functions for multiple messages
2407
2408         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2409
2410         * src/news.c
2411                 remove unused include
2412
2413 2003-03-04 [paul]       0.8.10claws80
2414
2415         * src/gtk/about.c
2416                 list 'Compiled plugins'
2417
2418 2003-03-03 [christoph]  0.8.10claws79
2419
2420         * src/news.[ch]
2421                 have to multiply the percentage of the current fetch with
2422                 the percentage that it has of the total fetch operation
2423                 for correct values
2424
2425 2003-03-03 [christoph]  0.8.10claws78
2426
2427         * src/news.c
2428                 fix calculation of expected lines for progress indicator
2429
2430 2003-03-03 [christoph]  0.8.10claws77
2431
2432         * src/summaryview.c
2433         * src/common/utils.c
2434                 fix segfault when opening the root news folder
2435
2436 2003-03-03 [christoph]  0.8.10claws76
2437
2438         * src/mainwindow.[ch]
2439         * src/common/Makefile.am
2440         * src/common/progressindicator.[ch]
2441                 add UI independent progress indicator handling
2442
2443         * src/news.[ch]
2444                 use new progress indicator for message info fetching
2445
2446         * src/common/hooks.h
2447                 code cleanup
2448
2449 2003-03-03 [oliver]     0.8.10claws75
2450
2451         * src/toolbar.c
2452         * src/compose.c
2453                 removed commented code
2454
2455 2003-03-03 [oliver]     0.8.10claws74
2456
2457         * src/toolbar.[ch]
2458                 cleanups and refactoring
2459         * src/compose.[ch]
2460                 compose_reply_mode reply & forwarding interface for
2461                 toolbar buttons
2462         * src/folderview.c
2463                 act on messages marked for deletion in folderview_selected
2464                 based on prefs_common.immediate_exec since a message might 
2465                 have been deleted by messageview in a folder we are changing 
2466                 to (does anybody understand what I'm on about ?)
2467
2468 2003-03-03 [oliver]     0.8.10claws73
2469         
2470         * src/messageview.[ch]
2471                 new functions
2472                 - messageview_delete: delete message shown in messagview
2473                 - messageview_update_view: update messageview to currently 
2474                   selected summaryview message
2475                 - add separate messageview to msgview_list in order to update 
2476                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2477         * src/summaryview.[ch]
2478                 summary_get_selection returns a list of selected msgs
2479                 in summaryview
2480         * src/mainwindow.c
2481                 toolbar reply refactoring
2482
2483 2003-03-03 [paul]       0.8.10claws72
2484
2485         * sync with 0.8.10cvs21
2486                 see ChangeLog 2003-03-03
2487
2488 2003-03-02 [christoph]  0.8.10claws71
2489
2490         * src/common/passcrypt.c
2491                 use POSIX includes
2492
2493 2003-03-02 [christoph]  0.8.10claws70
2494
2495         * configure.ac
2496         * src/prefs_account.c
2497         * src/prefs_gtk.[ch]
2498         * src/common/.cvsignore
2499         * src/common/Makefile.am
2500         * src/common/passcrypt.c                ** NEW **
2501         * src/common/passcrypt.h.in             ** NEW **
2502                 Implement password encryption in config files
2503                 using unix encrypt and setkey functions. The crypt
2504                 key can be set as a configure parameter. Old
2505                 passwords will be converted if they do not begin
2506                 with '!'
2507
2508 2003-03-02 [paul]       0.8.10claws69
2509
2510         * src/prefs_account.c
2511                 fix compile error
2512
2513 2003-03-01 [thorsten]   0.8.10claws68
2514
2515         * po/el.po
2516           po/hr.po
2517           po/it.po
2518           po/nl.po
2519           po/sr.po
2520           po/sv.po
2521                 corrected format strings
2522         * po/en_GB.po
2523                 corrected headers
2524                 (fix compile errors with GNU gettext-0.11.5)
2525
2526 2003-03-01 [oliver]     0.8.10claws67
2527
2528         * src/summaryview.c
2529                 menu callbacks call toolbar_menu_reply
2530
2531 2003-03-01 [oliver]     0.8.10claws66
2532
2533         * src/mainwindow.c
2534         * src/messageview.c
2535                 menu callbacks call toolbar_menu_reply
2536         * src/toolbar.[ch]
2537                 callbacks from menu handled by toolbar_menu_reply
2538
2539 2003-03-01 [paul]       0.8.10claws65
2540
2541         * src/addressbook.c
2542                 revert commit 0.8.10claws54 - breaks editing of
2543                 addressbook.
2544                 
2545         * po/bg.po
2546                 update Bulgarian translation, submitted by
2547                 George Danchev
2548
2549 2003-02-28 [christoph]  0.8.10claws64
2550
2551         * src/account.c
2552         * src/addressadd.c
2553         * src/compose.c
2554         * src/gtkaspell.c
2555         * src/gtkxtext.h                ** REMOVE **
2556         * src/imap.c
2557         * src/matcher.[ch]
2558         * src/mh.c
2559         * src/news.c
2560         * src/pine.c
2561         * src/prefs_common.c
2562         * src/prefs_matcher.c
2563         * src/procheader.[ch]
2564         * src/procmsg.[ch]
2565         * src/toolbar.c
2566         * src/common/ssl_certificate.c
2567         * src/gtk/colorlabel.c
2568         * src/gtk/menu.c
2569                 o fix warnings
2570                 o remove code obsoleted by new cache and folder system rework
2571
2572 2003-02-28 [oliver]     0.8.10claws63
2573         
2574         * src/toolbar.[ch]
2575                 * fix bug where reply in Messageview replied to 
2576                 Message displayed in summaryview
2577                 (reportedd via ML by chinatinte at gmx dot ch)
2578                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2579                 didn't work in separate MessageView Toolbar
2580                 (wondering if anybody uses this at all ?)
2581         * src/summaryview.[ch]
2582                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2583                 (generalize reply and forward code);
2584         * src/messageview.c 
2585                 remove focus_in event which updated summaryview to messageview
2586
2587 2003-02-28 [paul]       0.8.10claws62
2588
2589         * po/Makefile.in.in
2590                 add the --check option
2591                 Patch submitted by Ricardo Mones Lastra
2592
2593 2003-02-28 [paul]       0.8.10claws61
2594
2595         * src/prefs_account.c
2596                 re-order 'Signature' items
2597
2598 2003-02-28 [paul]       0.8.10claws60
2599
2600         * sync with 0.8.10cvs20
2601                 see ChangeLog 2003-02-28
2602
2603 2003-02-28 [paul]       0.8.10claws59
2604
2605         * po/POTFILES.in
2606                 update to reflect recent movement of files
2607
2608 2003-02-28 [paul]       0.8.10claws58
2609
2610         * sync with 0.8.10cvs19
2611                 see ChangeLog 2003-02-28
2612
2613 2003-02-27 [martin]     0.8.10claws57
2614
2615         * src/prefs_matcher.c 
2616                 fix segfault in prefs_matcher_ok() when the
2617                 last entry is deleted and prevents that the
2618                 message "entry not saved" comes up after deleting
2619                 an entry
2620
2621 2003-02-27 [martin]     0.8.10claws56
2622
2623         * src/prefs_filtering.c 
2624                 fix segfault in prefs_filtering_ok() when the
2625                 last entry is deleted and prevents that the
2626                 message "entry not saved" comes up after deleting
2627                 an entry
2628
2629 2003-02-27 [paul]       0.8.10claws55
2630
2631         * sync with 0.8.10cvs18
2632                 see ChangeLog 2003-02-27
2633
2634 2003-02-27 [paul]       0.8.10claws54
2635
2636         * src/addressbook.c
2637                 fix bug where the address book crashes with 
2638                 multiple lookups.
2639                 Patch [687729] submitted by David Frager 
2640                 <dbfrager@users.sourceforge.net>
2641
2642 2003-02-25 [christoph]  0.8.10claws53
2643
2644         * src/Makefile.am
2645         * src/colorlabel.[ch]           ** REMOVE **
2646         * src/gtk/Makefile.am
2647         * src/gtk/colorlabel.[ch]       ** NEW **
2648                 move colorlabel files to gtk directory
2649
2650         * src/esmtp.[ch]                ** REMOVE **
2651                 has been merged into smtp.[ch] in 0.7.5
2652
2653 2003-02-25 [christoph]  0.8.10claws52
2654
2655         * src/Makefile.am
2656         * src/about.[ch]                ** REMOVE **
2657         * src/gtk/Makefile.am
2658         * src/gtk/about.[ch]            ** NEW **
2659                 move about files to gtk directory
2660
2661 2003-02-25 [christoph]  0.8.10claws51
2662
2663         * src/folder.c
2664                 some code optimization of folder scanning code
2665
2666         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
2667
2668 2003-02-25 [christoph]  0.8.10claws50
2669
2670         * src/main.c
2671         * src/common/sylpheed.c
2672                 add command line parameter parsing to common code
2673
2674 2003-02-24 [christoph]
2675
2676         * Makefile.am
2677         * configure.ac
2678                 fix gnome prefix problems, the configure script now removed
2679                 `gnome-config --prefix` from `gnome-config --datadir`
2680                 and adds $(prefix} instead
2681
2682         (closes Bug 24 Makefile does not respect prefix when installing
2683          GNOME data)
2684
2685 2003-02-24 [christoph]  0.8.10claws49
2686
2687         * src/news.c
2688                 check for valid session before trying to authenticate
2689
2690         (closes Bug 60 crash if "authenticate on logon" is activated
2691          and newsserver-hostname is not valid)
2692
2693 2003-02-24 [melvin]     0.8.10claws48
2694
2695         * src/prefs_actions.c
2696                 Make sure all user's input is sent to the action and then
2697                 close the socket..
2698
2699 2003-02-23 [alfons]     0.8.10claws46
2700
2701         * src/summaryview.c
2702                 also wait cursor when deleting files
2703
2704 2003-02-23 [paul]
2705
2706         * tools/freshmeat_search.pl
2707           tools/google_search.pl
2708                 scripts should now work for any browser/browser command line
2709
2710 2003-02-22 [christoph]  0.8.10claws45
2711
2712         * src/procmsg.c
2713                 fix IMAP flag setting, IMAP flag is not handled correctly
2714                 anymore by the folder system and information about the
2715                 folder should not be saved in the MsgInfo (in my opinion)
2716
2717         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2718
2719 2003-02-22 [christoph]  0.8.10claws44
2720
2721         * src/summaryview.c
2722                 fix spelling of "label" ;-)
2723
2724 2003-02-22 [thorsten]   0.8.10claws43
2725
2726         * src/mimeview.c
2727           src/prefs_common.[ch]
2728           src/procmime.[ch]
2729                 do not use description as attachment name
2730
2731 2003-02-22 [alfons]     0.8.10claws42
2732
2733         * src/summaryview.c
2734                 freeze/thaw folder item updates when changing color labels,
2735                 and put a wait cursors on
2736
2737 2003-02-22 [thorsten]   0.8.10claws41
2738
2739         * src/mimeview.c
2740                 save-all fixes: crash if invoked on multipart container,
2741                 mimeinfo access, pathseparators, error dialog
2742
2743 2003-02-21 [alfons]     0.8.10claws40
2744
2745         * src/prefs_gtk.c
2746                 remove unused var
2747
2748 2003-02-21 [colin]      0.8.10claws39
2749
2750         * src/send.c
2751                 Fix smtp logging
2752
2753 2003-02-21 [colin]      0.8.10claws38
2754
2755         * src/summaryview.c
2756                 Freeze/thaw folderItem updates when filtering messages 
2757                 via Tools/Filter messages
2758
2759 2003-02-21 [paul]       0.8.10claws37
2760
2761         * src/compose.c
2762                 revert commit 0.8.10claws26, there are ulterior motives
2763                 for users to set a Reply-To header when posting to
2764                 newsgroups
2765
2766 2003-02-21 [paul]       0.8.10claws36
2767
2768         * sync with 0.8.10cvs17
2769                 see ChangeLog 2003-02-21
2770
2771 2003-02-20 [christoph]  0.8.10claws35
2772
2773         * src/imap.c
2774                 IMAP UID fetch speedup using SEARCH
2775
2776         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2777
2778         * src/imap.c
2779                 fix problem with UIDs in IMAP UID cache that no longer existed
2780
2781 2003-02-20 [christoph]  0.8.10claws34
2782
2783         * src/imap.c
2784         * src/procheader.c
2785         * src/procheader.h
2786                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
2787
2788         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2789
2790         * src/imap.c
2791                 Rewrite imap_cmd_gen_recv use sock_getline instead
2792                 of sock_gets to avoid problems with too long reply
2793                 lines
2794     
2795 2003-02-20 [colin]      0.8.10claws33
2796         
2797         * src/prefs_account.c
2798                 Better wording
2799
2800 2003-02-20 [colin]      0.8.10claws32
2801
2802         * src/compose.c
2803                 Remove useless '&& !to_sender' 
2804
2805 2003-02-20 [darko]
2806
2807         * AUTHORS
2808                 change my e-mail address
2809
2810 2003-02-19 [colin]      0.8.10claws31
2811
2812         * src/prefs_common.c
2813                 X11 style colors for every configurable color
2814
2815 2003-02-19 [alfons]     0.8.10claws30
2816
2817         * src/prefs_gtk.[ch]
2818         * src/prefs_common.c
2819                 for color_new accept both plain integers and X11 style color
2820                 names (as found in /usr/lib/X11/rgb.txt)
2821
2822 2003-02-19 [paul]       0.8.10claws29
2823
2824         * src/mainwindow.c
2825                 add tooltips to online/offline button and account selector
2826                 button
2827
2828 2003-02-19 [paul]       0.8.10claws28
2829
2830         * src/folder.c
2831           src/news.c
2832           src/prefs_account.[ch]
2833           src/prefs_common.[ch]
2834                 move 'Maximum number of articles to download' to
2835                 account prefs.
2836                 clean up account prefs gui a little by hiding entries
2837                 rather then greying out entries
2838
2839 2003-02-19 [hiro]       0.8.10claws27
2840
2841         * src/common/utils.c
2842                 fix bug #54 'yesterdays date is displayed in the message 
2843                 summary window'
2844
2845 2003-02-19 [paul]       0.8.10claws26
2846
2847         * src/compose.c
2848                 fix bug reported in Feature Request [688596] 
2849                 'Reply-to header in news'
2850
2851 2003-02-18 [paul]       0.8.10claws25
2852
2853         * src/select-keys.c
2854                 add a 'List all keys' button to key selection dialog
2855
2856 2003-02-18 [colin]      0.8.10claws24
2857         
2858         * src/stock_pixmap.c
2859                 fix compile error
2860
2861 2003-02-18 [colin]      0.8.10claws23
2862
2863         * src/common/smtp.[ch]
2864           src/prefs_account.c
2865                 Try to starttls if it seems to be the only
2866                 way to authenticate a user
2867
2868 2003-02-18 [paul]       0.8.10claws22
2869
2870         * src/Makefile.am
2871           src/folderview.c
2872           src/stock_pixmap.[ch]
2873           src/pixmaps/drafts_close.xpm  ** NEW FILE **
2874           src/pixmaps/drafts_open.xpm   ** NEW FILE **
2875                 as a Drafts folder is a special folder allow it to have
2876                 its own unique icons
2877
2878 2003-02-18 [colin]      0.8.10claws21
2879
2880         * src/imap.c
2881                 Fix port selection when using starttls
2882
2883 2003-02-18 [paul]       0.8.10claws20
2884
2885         * src/mainwindow.c
2886           src/prefs_common.[ch]
2887                 make blue the default new mail colour
2888
2889 2003-02-18 [paul]       0.8.10claws19
2890
2891         * sync with 0.8.10cvs14
2892                 see ChangeLog 2003-02-18
2893
2894 2003-02-17 [jens]       0.8.10claws18
2895
2896         * src/common/md5.c
2897                 fixed a compile problem with gcc 3.3
2898                 works on 2.95.3 too (testet on PPC as it is big endian)
2899
2900 2003-02-17 [paul]       0.8.10claws17
2901
2902         * sync with 0.8.10cvs13
2903                 see ChangeLog 2003-02-17
2904
2905 2003-02-17 [paul]       0.8.10claws16
2906
2907         * sync with 0.8.10cvs12
2908                 see ChangeLog 2003-02-17
2909
2910 2003-02-16 [match]      0.8.10claws15
2911
2912         * src/addressbook.c
2913                 Eliminates reloading of address data when items
2914                 deleted or added. Applied submitted by
2915                 Luke Plant <lukeplant@softhome.net>
2916
2917 2003-02-16 [paul]       0.8.10claws14
2918
2919         * src/news.c
2920                 when a 'protocol error' is encountered disconnect from
2921                 the server. This means that the user can carry on viewing
2922                 other articles and doesn't have to either wait until the
2923                 server timesout or quit sylpheed.
2924                 Fixes bug #53 'Unable to read messages in newsgroups, 
2925                 displayed message doesn't change'
2926
2927 2003-02-15 [christoph]  0.8.10claws13
2928
2929         * src/imap.c
2930                 fix bug that stopped scanning of folders when an
2931                 IMAP folder was empty
2932
2933         (closes bug 46 stop scan messages in folders after empty folder)
2934
2935 2003-02-15 [paul]
2936
2937         * tools/Makefile.am
2938           tools/README
2939           tools/freshmeat_search.pl     ** NEW FILE **
2940           tools/google_search.pl        ** NEW FILE **
2941                 Add 2 Actions scripts which search freshmeat/google
2942                 for the selected text using the browser configured
2943                 in sylpheedrc.
2944                 
2945         Note: These scripts are very dependent on the format of the
2946         browser command and may not work on every occasion. Testing
2947         is welcome. 
2948
2949 2003-02-14 [alfons]     0.8.10claws12
2950
2951         * src/compose.c
2952                 fix breakage because of uninitialized account pointer.
2953                 please verify.
2954
2955 2003-02-14 [paul]       0.8.10claws11
2956
2957         * src/compose.c
2958           src/prefs_account.[ch]
2959           src/prefs_common.[ch]
2960                 move signature settings to Account Prefs
2961
2962 2003-02-14 [paul]       0.8.10claws10
2963
2964         * sync with 0.8.10cvs11
2965                 see ChangeLog 2003-02-14
2966
2967 2003-02-13 [thorsten]   0.8.10claws9
2968
2969         * src/news.c
2970                 revert news progressbar (GUI separation)
2971
2972 2003-02-13 [paul]       0.8.10claws8
2973
2974         * src/compose.c
2975                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
2976                 paragraph 1
2977
2978 2003-02-13 [paul]       0.8.10claws7
2979
2980         * src/compose.[ch]
2981           src/summaryview.c
2982                 fix 'Follow-up and Reply-to' so that it creates a reply to
2983                 the newsgroup and the sender. If the message has the keyword
2984                 'poster' in the Followup-To header, all replies go to the
2985                 sender, re: RFC 1036, Section 2.2.3
2986                 rename all instances of 'ignore_replyto' to 'to_sender', both
2987                 were previously used, now we use just one.
2988
2989 2003-02-13 [paul]       0.8.10claws6
2990
2991         * sync with 0.8.10cvs9
2992                 see ChangeLog 2003-02-13
2993
2994 2003-02-13 [paul]       0.8.10claws5
2995
2996         * configure.ac
2997                 show which plugins are configured in the configure
2998                 output.
2999
3000 2003-02-12 [thorsten]   0.8.10claws4
3001
3002         * src/news.c
3003                 show progress while fetching news headers
3004
3005 2003-02-12 [christoph]  0.8.10claws3
3006
3007         * configure.ac
3008         * src/plugins/Makefile.am
3009                 use AM_CONDITIONAL to enable plugins, automake correctly
3010                 manages this when creating distdir
3011
3012 2003-02-12 [christoph]  0.8.10claws2
3013
3014         * ac/spamassassin.m4
3015         * src/plugins/spamassassin/Makefile.am
3016                 fix building SpamAssassin plugin without OpenSSL
3017
3018 2003-02-12 [paul]       0.8.10claws1
3019
3020         * ac/Makefile.am
3021           src/Makefile.am
3022           src/plugins/Makefile.am
3023                 fix failure of 'make release'
3024
3025 2003-02-12 [paul]       0.8.10claws
3026
3027         * 0.8.10claws released
3028
3029 2003-02-12 [paul]       0.8.9claws56
3030
3031         * po/bg.po
3032           po/es.po
3033           po/it.po
3034           po/ru.po
3035           po/sr.po
3036                 updated translations by George Danchev, Ricardo Mones Lastra,
3037                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3038                 
3039         * sylpheed.spec.in
3040                 Allow the building of RPMs by a regular user. Submitted
3041                 by Sergei Astanin
3042
3043 2003-02-11 [alfons]     0.8.9claws55
3044
3045         * src/colorlabel.c
3046                 don't use pixmaps for label color rect but draw rectangles
3047                 so we can respect the color map of palette based visuals
3048                 (fixes the long time crashes on Suns - thanks to Andreas
3049                 Engel and Steve O'Hara-Smith for testing)
3050
3051 2003-02-11 [christoph]  0.8.9claws54
3052
3053         * src/matcher_parser_parse.y
3054                 correct bug where filering rules of not existing folders in
3055                 matcherrc were added to global filtering
3056                 
3057         (closes Debian Bug #180253 - Directory's filter-rules are merged with
3058          main filter-rules after removing directory, http://bugs.debian.org/180253)
3059         
3060 2003-02-11 [paul]       0.8.9claws53
3061
3062         * sync with 0.8.10cvs7
3063                 see ChangeLog 2003-02-09
3064
3065 2003-02-11 [melvin]     0.8.9claws52
3066
3067         * po/fr.po
3068                 Updated French tranlsations
3069
3070 2003-02-10 [paul]       0.8.9claws51
3071
3072         * sylpheed.spec.in
3073                 correct --enable-openssl
3074                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3075
3076 2003-02-09 [martin]     0.8.9claws50
3077
3078         * src/prefs_matcher.c
3079                 fix segfault in prefs_matcher_substitute_cb() when
3080                 no row is selected
3081
3082 2003-02-09 [paul]       0.8.9claws49
3083
3084         * src/folderview.c
3085                 fix bug where a newsgroup folder's processing rules were
3086                 merged with the global filtering rules when the newsgroup
3087                 folder was deleted, causing some seriously bad results,
3088                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3089
3090 2003-02-08 [melvin]     0.8.9claws48
3091
3092         * src/compose.c
3093                 Corrected and modified an alert message.
3094
3095 2003-02-07 [paul]       0.8.9claws47
3096
3097         * src/folderview.c
3098                 fix bug where both an 'Account properties' window and a
3099                 'Folder properties' window were opened when clicking on
3100                 'Properties' in an NNTP or IMAP folder's popup menu.
3101
3102 2003-02-07 [paul]       0.8.9claws46
3103
3104         * sync with 0.8.10cvs6
3105                 see ChangeLog 2003-02-06
3106
3107 2003-02-06 [christoph]  0.8.9claws45
3108
3109         * src/mbox.c
3110                 freeze folder updates while importing mbox files
3111                 (closes bug 43 importing mbox took hours)
3112                 
3113         Patch submitted by Jens Rantil <jens.rantil@telia.com>
3114
3115 2003-02-06 [thorsten]   0.8.9claws44
3116
3117         * po/de.po
3118                 Updated german translations
3119
3120 2003-02-06 [thorsten]   0.8.9claws43
3121
3122         * src/news.h
3123                 use guint for message numbers (fix count in grouplist dialog)
3124
3125 2003-02-05 [paul]       0.8.9claws42
3126
3127         * sync with 0.8.10cvs2
3128                 see ChangeLog 2003-02-05
3129
3130 2003-02-04 [colin]      0.8.9claws41
3131
3132         * src/prefs_common.[ch]
3133           src/procmsg.c
3134           src/summaryview.c
3135                 Add an option to disable threading by subject
3136
3137 2003-02-04 [christoph]  0.8.9claws40
3138
3139         * src/inc.c
3140                 only abort fetching mails from multiple accounts when the
3141                 error is fatal and does not allow to check any more accounts
3142                 (currently only disk full error)
3143
3144         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3145          receive mails for other accouts)
3146
3147 2003-02-04 [christoph]  0.8.9claws39
3148
3149         * src/folder.c
3150                 first add the new message to the cache, then
3151                 send the update notification
3152
3153         (closes bug 39 after sending message folderview doesnt get updated)
3154
3155 2003-02-04 [colin]      0.8.9claws38
3156
3157         * src/inc.c
3158                 _really_ fix this Connecting... status
3159
3160 2003-02-04 [paul]       0.8.9claws37
3161
3162         * sync with 0.8.10
3163                 see ChangeLog 2003-02-04
3164
3165 2003-02-04 [paul]       0.8.9claws36
3166
3167         * sync with 0.8.9cvs6
3168                 see ChangeLog 2003-02-03
3169
3170 2003-02-04 [paul]       0.8.9claws35
3171
3172         * po/pt_BR.po
3173                 updated by André Filipe de Assunção e Brito 
3174                 <bedecko@netsite.com.br>
3175
3176 2003-02-03 [thorsten]   0.8.9claws34
3177
3178         * po/de.po
3179                 Updated german translations
3180
3181 2003-02-02 [paul]       0.8.9claws33
3182
3183         * po/es.po
3184                 updated by Ricardo Mones Lastra
3185
3186 2003-02-02 [thorsten]   0.8.9claws32
3187
3188         * src/mh.c
3189                 Fix mh_get_msginfo() segfault if file is inaccessible
3190
3191 2003-01-31 [colin]      0.8.9claws31
3192
3193         * src/procheader.c
3194                 Fix last commit's bug
3195
3196 2003-01-31 [colin]      0.8.9claws30
3197
3198         * src/procheader.c
3199                 Missing a change for gpg-signed messages
3200
3201 2003-01-31 [paul]       0.8.9claws29
3202
3203         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
3204           src/procheader.c
3205           src/stock_pixmap.[ch]
3206           src/summaryview.c
3207                 indicate GnuPG signed messages by displaying an icon
3208                 in the Attachment column.
3209
3210 2003-01-31 [paul]       0.8.9claws28
3211
3212         * sync with 0.8.9cvs4
3213                 see ChangeLog 2003-01-31
3214
3215 2003-01-31 [alfons]     0.8.9claws27
3216
3217         * src/textview.c
3218                 tune URI parser to accept mailto URLs with a '?'
3219                 (patch from Ruslan Balkin)
3220
3221 2003-01-31 [colin]      0.8.9claws26
3222
3223         * src/summaryview.c
3224                 Fix a leak introduced in claws24
3225
3226 2003-01-31 [colin]      0.8.9claws25
3227
3228         * src/summaryview.c
3229                 Freeze/Thaw folder updates when deleting dups
3230
3231 2003-01-31 [colin]      0.8.9claws24
3232         
3233         * src/addr_compl.c
3234           src/summaryview.c
3235           src/msgcache.c
3236                 little speed improvements
3237
3238 2003-01-31 [colin]      0.8.9claws23
3239
3240         * src/summaryview.c
3241                 Fix segfault when forwarding nothing
3242                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3243                 
3244 2003-01-30 [paul]       0.8.9claws22
3245
3246         * sync with 0.8.9cvs3
3247                 see ChangeLog 2003-01-30
3248
3249 2003-01-30 [paul]       0.8.9claws21
3250
3251         * sync with 0.8.9cvs2
3252                 see ChangeLog 2003-01-30
3253
3254 2003-01-29 [paul]       0.8.9claws20
3255
3256         * sync with 0.8.9cvs1
3257                 see ChangeLog 2003-01-29
3258
3259 2003-01-28 [paul]       0.8.9claws19
3260
3261         * po/POTFILES.in
3262                 update to reflect changes. 
3263                 thanks to Ricardo Mones Lastra
3264
3265 2003-01-27 [christoph]  0.8.9claws18
3266
3267         * ac/openssl.m4
3268         * ac/spamassassin.m4
3269         * src/plugins/spamassassin/README
3270         * src/plugins/spamassassin/libspamc.[ch]
3271         * src/plugins/spamassassin/utils.[ch]
3272                 updated to latest libspamc
3273
3274 2003-01-27 [christoph]  0.8.9claws17
3275
3276         * src/folder.c
3277                 fix wrong use of procheader_get_header_fields
3278
3279 2003-01-27 [christoph]  0.8.9claws16
3280
3281         * src/news.c
3282         * src/prefs_account.[ch]
3283         * src/common/nntp.[ch]
3284                 allow to force authentication for NNTP servers
3285
3286         Patch submitted by Florian Mickler <dmk@d-labs.de>
3287
3288 2003-01-26 [paul]       0.8.9claws15
3289
3290         * src/summaryview.c
3291                 speed up of marking messages as read
3292                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3293
3294 2003-01-26 [christoph]  0.8.9claws14
3295
3296         * src/Makefile.am
3297         * src/mgutils.[ch]              ** REMOVE **
3298         * src/xml.[ch]                  ** REMOVE **
3299         * src/xmlprops.[ch]             ** REMOVE **
3300         * src/common/Makefile.am
3301         * src/common/mgutils.[ch]       ** NEW **
3302         * src/common/xml.[ch]           ** NEW **
3303         * src/common/xmlprops.[ch]      ** NEW **
3304                 move xml files to common directory
3305
3306 2003-01-26 [christoph]  0.8.9claws13
3307
3308         * src/plugins/spamassassin/spamassassin_gtk.c
3309                 only set gtk entry text if string is available
3310
3311 2003-01-26 [melvin]     0.8.9claws12
3312
3313         * src/description_window.c
3314                 Allow resizing of the window
3315                 Allow automatic horizontal scroll bar
3316                 Do not vertically expand and fill
3317
3318 2003-01-26 [christoph]  0.8.9claws11
3319
3320         * src/Makefile.am
3321         * src/gtkutils.[ch]             ** REMOVE **
3322         * src/common/sylpheed.c
3323         * src/gtk/Makefile.am
3324         * src/gtk/description_window.c
3325         * src/gtk/gtkutils.[ch]         ** NEW **
3326         * src/gtk/prefswindow.c
3327                 move gtkutils to gtk directory
3328
3329 2003-01-26 [paul]       0.8.9claws10
3330
3331         * src/summaryview.c
3332                 rename summary_unread_clicked() to summary_status_clicked()
3333
3334 2003-01-26 [melvin]     0.8.9claws9
3335
3336         * src/prefs_actions.c
3337                 Cosmetical changes to the help text
3338
3339 2003-01-26 [paul]       0.8.9claws8
3340
3341         * src/folder.[ch]
3342           src/mainwindow.c
3343           src/prefs_common.c
3344           src/prefs_sumamry_column.c
3345           summaryview.[ch]
3346                 rename the 'Unread' column to 'Status'
3347
3348 2003-01-25 [match]      0.8.9claws7
3349
3350         * src/mgutils.[ch]
3351                 removed reference to LDAP constants. removed error2string.
3352                 included functions to support LDAP dynamic queries.
3353         * src/syldap.h
3354                 moved LDAP constants here.
3355         * src/addressbook.c
3356         * src/addrindex.c
3357         * src/importldif.c
3358                 removed references to LDAP constants and references to
3359                 error2string.
3360
3361 2003-01-25 [paul]       0.8.9claws6
3362
3363         * src/summaryview.c
3364                 summary_thread_build(), summary_thread_init(): remove 
3365                 unneeded reference to summaryview->folder_item
3366
3367 2003-01-25 [christoph]  0.8.9claws5
3368
3369         * src/gtk/description_window.c
3370                 o allow description texts to expand over multiple columns
3371                 o translate all columns
3372         * src/prefs_actions.c
3373                 change syntax description to use new multi column feature
3374
3375         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3376
3377 2003-01-25 [match]      0.8.9claws4
3378
3379         * src/vcard.c
3380                 fixed bug with Quoted-Printable
3381
3382 2003-01-25 [paul]       0.8.9claws3
3383
3384         * src/folder.[ch]
3385           src/summaryview.[ch]
3386                 implement per-folder collapsed/expanded threads setting
3387                 
3388         * src/prefs_common.c
3389                 remove global collapsed/expanded threads option
3390
3391 2003-01-25 [christoph]  0.8.9claws2
3392
3393         * po/POTFILES.in
3394                 add pluginwindow and prefswindow
3395         * src/compose.c
3396                 make send respond correctly to messages that could be added
3397                 to the queue folder, but the UID of the message is unknown
3398         * src/folder.c
3399         * src/imap.c
3400                 don't return guessed UIDs in imap_add_msg anymore. We return
3401                 0 to tell the folder system it was appened but the UID is
3402                 unknown. Folder system now get's the UID by scaning the folder
3403                 and searching the cache for the Message-ID
3404                 (closes bug #29 Messages queued, but not sent)
3405
3406 2003-01-25 [paul]       0.8.9claws1
3407
3408         * src/codeconv.c
3409                 conv_encode_header():  fix bug when long headers with 8-bit
3410                 characters are used, so that the encoded words are wrapped.
3411                 If the space in the original text falls on the wrap boundary,
3412                 it can be lost.
3413                 Patch by Sergey Vlasov.
3414                 
3415         * src/folderview.c
3416                  fix bug where a change to the sorting method or thread view
3417                  of a folder's messages is lost if simpify-subject is set and
3418                  toggled on or off.
3419                  Patch by Luke Plant.
3420
3421 2003-01-24 [paul]       0.8.9claws
3422
3423         * sylpheed-0.8.9claws released
3424         
3425         * Makefile.am
3426           sylpheed.spec.in
3427                 remove reference to 'INSTALL.jp'
3428
3429 2003-01-23 [paul]       0.8.8claws128
3430
3431         * po/es.po
3432           po/it.po
3433           po/ru.po
3434           po/sr.po
3435                 updated translations. submitted by Ricardo Mones Lastra,
3436                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3437
3438 2003-01-23 [colin]      0.8.8claws127
3439
3440         * src/compose.c
3441                 Fix drafted and queued news articles re-edition
3442
3443 2003-01-23 [melvin]     0.8.8claws126
3444
3445         * po/fr.po
3446                 Updated French translations
3447
3448 2003-01-23 [colin]      0.8.8claws125
3449
3450         * src/inc.c
3451                 Fix "Connecting to..." status message
3452
3453 2003-01-22 [paul]       0.8.8claws124
3454
3455         * po/bg.po
3456                 updated by George Danchev
3457                 
3458         * src/folder.c
3459                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3460                 and folder deletion
3461
3462 2003-01-21 [paul]       0.8.8claws123
3463
3464         * po/bg.po
3465                 updated by George Danchev
3466                 
3467         * src/about.c
3468                 its now 2003
3469                 
3470         * src/toolbar.c
3471                 don't translate 'Separator'
3472                 
3473         * src/plugins/spamassassin/Makefile.am
3474                 add aspell to CPPFLAGS
3475                 
3476         * src/plugins/spamassassin/spamassassin.c
3477           src/plugins/spamassassin/spamassassin_gtk.c
3478                 set correct default for spamassassin_receive_spam
3479                 slightly re-word descriptions and some
3480                 other minor changes
3481
3482 2003-01-19 [alfons]     0.8.8claws122
3483                 
3484         * src/mimeview.c
3485                 mimeview_save_as(): we might as well show the file name for
3486                 the single case "Save As" too
3487
3488 2003-01-19 [alfons]     0.8.8claws121
3489
3490         * src/crash.c
3491                 change bug tracker URL to bugzilla URL
3492
3493 2003-01-19 [alfons]     0.8.8claws120
3494
3495         * src/mimeview.c
3496                 mimeview_save_all(): display name of file before overwriting;
3497                 continue saving all, even when one overwrite was cancelled
3498
3499 2003-01-19 [christoph]  0.8.8claws119
3500
3501         * src/summaryview.c
3502         * src/procmsg.[ch]
3503                 fix wrong usage of procmsg_find_children in summaryview
3504                 by using procmsg_update_unread_children instead of
3505                 summaryview_update_unread_children
3506
3507 2003-01-19 [christoph]  0.8.8claws118
3508
3509         * src/procmsg.c
3510                 fix infinite loop in procmsg_find_children
3511                  (closes bug #25 sylpheed crashes on delete.)
3512
3513         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3514
3515 2003-01-19 [paul]       0.8.8claws117
3516
3517         * po/pt_BR.po
3518                 updated by Ivan Francolin Martinez
3519
3520 2003-01-18 [melvin]     0.8.8claws116
3521
3522         * src/prefs_actions.c
3523                 Removed syntax limitation of only one '&' at the end of command.
3524                         Now actions that contain '>/dev/null 2>&1' are possible.
3525
3526 2003-01-18 [melvin]     0.8.8claws115
3527
3528         * src/prefs_actions.c
3529                 Actions IO dialog: when the action ends
3530                 the "Close" button now has focus and [Escape] closes the
3531                 window.
3532
3533 2003-01-18 [christoph]  0.8.8claws114
3534
3535         * src/procmsg.c
3536                 o add debug output when MsgInfos are really freed
3537                 o free GSLists in procmsg_find_children and
3538                   procmsg_update_unread_children
3539
3540 2003-01-18 [christoph]  0.8.8claws113
3541
3542         * src/mainwindow.c
3543                 reorder Configuration menu
3544
3545 2003-01-18 [christoph]  0.8.8claws112
3546
3547         * src/compose.c
3548                 fix applying templates to forwarded messages
3549
3550         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3551
3552 2003-01-17 [christoph]  0.8.8claws111
3553
3554         * src/folder.c
3555                 destroy folder items, when a folder item is removed
3556
3557 2003-01-17 [christoph]  0.8.8claws110
3558
3559         * src/folder.c
3560                 fix wrong folder stats update when ignored message is
3561                 deleted
3562
3563 2003-01-17 [colin]      0.8.8claws109
3564         
3565         * src/mainwindow.c
3566         * src/summaryview.c
3567                 Quicksearch bugfixes: 
3568                 - hide help button at startup if not extended
3569                 - switch to extended when looking for replies
3570
3571 2003-01-17 [paul]
3572
3573         * sync with 0.8.9 release
3574
3575 2003-01-17 [paul]       0.8.8claws108
3576
3577         * sync with 0.8.8cvs11
3578                 see ChangeLog 2003-01-17
3579
3580 2003-01-16 [colin]      0.8.8claws107
3581
3582         * src/procmsg.c
3583                 Changed encryption test to re-ask passphrase
3584                 if an encrypted message hasn't been decrypted
3585                 Fixes bug #5
3586
3587 2003-01-16 [christoph]  0.8.8claws106
3588
3589         * src/prefs_gtk.c
3590         * src/prefs_toolbar.c
3591         * src/gtk/prefswindow.h
3592         * src/plugins/spamassassin/spamassassin_gtk.c
3593                 remove page destroy function that is not used anymore
3594
3595 2003-01-16 [paul]       0.8.8claws105
3596
3597         * sync with 0.8.8cvs9
3598                 see ChangeLog 2002-01-16
3599
3600 2003-01-16 [colin]      0.8.8claws104
3601
3602         * src/compose.[ch]
3603                 Fix bug with autosaved drafts for IMAP, when draft
3604                 folder is specified - fixes bugzilla bug #20
3605
3606 2003-01-15 [paul]       0.8.8claws103
3607
3608         * src/compose.[ch]
3609           src/procmsg.c
3610                 store folder and message-id of message forwarding
3611                 in queue header and set forward flag after sending
3612
3613 2003-01-15 [paul]       0.8.8claws102
3614
3615         * sync with 0.8.8cvs8
3616                 see ChangeLog 2002-01-15
3617
3618 2003-01-15 [colin]      0.8.8claws101
3619
3620         * src/Makefile.am
3621                 Fix linking with GNU libiconv
3622
3623 2003-01-15 [darko]      0.8.8claws100
3624
3625         * src/pine.c
3626                 fix crash when importing pine address book
3627                 entry with an empty name (reported by DY
3628                 <dybulk at tri8.net>)
3629
3630 2003-01-14 [paul]       0.8.8claws99
3631
3632         * configure.in  ** REMOVED **
3633           configure.ac  ** NEW FILE **
3634                 rename configure.in to configure.ac, as it is now
3635                 preferred
3636
3637 2003-01-14 [melvin]     0.8.8claws98
3638
3639         * src/folderview.c
3640                 folderview_check_new(): More precise function description
3641
3642 2003-01-14 [melvin]     0.8.8claws97
3643
3644         * src/folderview.c
3645                 folderview_check_new(): return the number of new messages 
3646                         since last check.
3647         * src/inc.c
3648                 inc_account_mail(): Disable counting of new messages for IMAP
3649                         and NNTP until bug [19] and [14] are fixed.
3650
3651 2003-01-14 [paul]       0.8.8claws96
3652
3653         * sync with 0.8.8cvs6
3654                 see ChangeLog 2003-01-14
3655
3656 2003-01-13 [alfons]     0.8.8claws95
3657
3658         * src/textview.c
3659                 tune email address validation (c. 0.8.8claws89): if . is 
3660                 just one char away from @, the address is invalid too 
3661                 (correctly rejects addresses like foo@.com)
3662
3663 2003-01-13 [paul]       0.8.8claws94
3664
3665         * src/messageview.c
3666           src/toolbar.c
3667                 fixes to the Message View toolbar and menu:
3668                 fix non-functioning Forward button
3669                 make Reply button consider default_reply_list
3670                 remove 'Follow-up...' menu entry
3671                 add 'Forward' and 'Redirect' menu entries
3672
3673 2003-01-13 [melvin]     0.8.8claws93
3674
3675         * src/inc.c
3676                 Fixed typo that could make new messages count incorrect.
3677
3678 2003-01-13 [melvin]     0.8.8claws92
3679
3680         * src/folderview.[ch]
3681                 folderview_check_new(): return the number of new messages.
3682         * src/inc.c
3683                 Should fix bug [14] where new mail notification worked 
3684                         incorrectly with IMAP accounts.
3685                 inc_spool_account(): return number of new msgs, or -1 on error
3686                 inc_all_spool(): return number of new msgs
3687                 
3688 2003-01-13 [melvin]     0.8.8claws91
3689
3690         * src/prefs_actions.c
3691                 Justify help text.
3692
3693 2003-01-12 [thorsten]   0.8.8claws90
3694
3695         * src/common/prefs.c
3696                 close file before rename
3697
3698 2003-01-12 [alfons]     0.8.8claws89
3699
3700         * AUTHORS
3701                 add Christian Mertes
3702         * src/common/utils.[ch]
3703                 g_stricase_hash(), g_stricase_equal(): functions for 
3704                 case insensitive hash tables
3705         * src/textview.c
3706                 use top level domain names to validate email address, based
3707                 on a patch by Christian Mertes (thanks!), but changed 
3708                 implementation to use a hash table 
3709
3710 2003-01-12 [paul]       0.8.8claws88
3711
3712         * po/bg.po
3713                 updated by George Danchev
3714
3715 2003-01-12 [alfons]     0.8.8claws87
3716
3717         * src/summaryview.c
3718                 delete / execute performance: use new style folder update
3719
3720 2003-01-12 [paul]       0.8.8claws86
3721
3722         * sync with 0.8.8cvs5
3723                 see ChangeLog 2003-01-13 (!)
3724
3725 2003-01-12 [alfons]     0.8.8claws85
3726
3727         * src/filtering.c
3728         * src/matcher_parser_parse.y
3729                 prepare change_score filtering action
3730         * src/matcher.[ch]
3731                 give up const-correctness on functions that call non-const-correct functions;
3732                 several casts to gpointer in g_free();
3733                 add change_score;
3734
3735 2003-01-12 [christoph]  0.8.8claws84
3736
3737         * src/compose.c
3738                 fix 2 warnings
3739
3740         * src/gtk/prefswindow.[ch]
3741         * src/plugins/spamassassin/spamassassin_gtk.c
3742                 changed the call of the widget create function
3743                 for PrefsPages, because sometimes the widget
3744                 create function needs a widget that already has
3745                 been attached to a window (to create GDK pixmaps
3746                 for exmaple). So we simply pass the GtkWindow as
3747                 the second parameter now.
3748
3749         * src/main.c
3750         * src/mainwindow.c
3751         * src/prefs_toolbar.[ch]
3752                 rewrite Toolbar Preferences using the new
3753                 prefs window
3754
3755 2003-01-11 [alfons]     0.8.8claws83
3756
3757         * src/addressadd.c
3758                 fix crash when adding sender to addressbook because status bar
3759                 isn't there (the status bar doesn't seem to be used though,
3760                 but I'll let Match decide what to do with it)
3761
3762 2003-01-11 [colin]      0.8.8claws82
3763
3764         * src/main.c
3765           src/toolbar.c
3766                 Two useless changes reversed
3767
3768 2003-01-11 [colin]      0.8.8claws81
3769
3770         * src/mainwindow.c
3771           src/mainwindow.h
3772                 Add mainwindow_get_mainwindow()
3773         * src/alertpanel.c
3774           src/alertpanel.h
3775                 Add alertpanel_error_log() 
3776         * src/compose.c
3777           src/inc.c
3778           src/messageview.c
3779           src/toolbar.c
3780           src/main.c
3781           src/procmsg.c
3782                 Network errors get a View Log button
3783
3784 2003-01-10 [alfons]     0.8.8claws80
3785
3786         * src/prefs_toolbar.c
3787         * src/toolbar.c
3788                 use the translatable string for "Separator" as file name for
3789                 separator toolbar items (probably make this uppercase?)
3790
3791 2003-01-10 [alfons]     0.8.8claws79
3792
3793         * src/prefs_toolbar.c
3794                 put right A_SEPARATOR description string in "displayed
3795                 toolbar items list" so manually added separators are
3796                 saved correctly (bug #10, "Adding a separator to the main 
3797                 toolbar fails, entry in xml file is wrong")
3798
3799 2003-01-10 [christoph]  0.8.8claws78
3800
3801         * src/imap.c
3802                 o fix warnings
3803                 o use CAPABILITY to check if NAMESPACE is available
3804
3805 2003-01-10 [christoph]  0.8.8claws77
3806
3807         * src/imap.[ch]
3808                 apply UIDPLUS IMAP extension support patch
3809
3810         Patch submitted by Simon 'corecode' Schubert
3811
3812 2003-01-10 [paul]       0.8.8claws76
3813
3814         * src/folderview.c
3815                 a sync from main which fixes the news account folders'
3816                 Properties bug
3817
3818 2003-01-10 [christoph]  0.8.8claws75
3819
3820         * src/folder.c
3821                 don't accept 0 as a valid uid returned by copy and move
3822                 functions. 0 means the message was copied or moved but the
3823                 new uid could not be fetched. It is not an error condition
3824                 for the copy or move operation.
3825
3826 2003-01-10 [paul]       0.8.8claws74
3827
3828         * src/prefs_filtering.c
3829                 change English used in Alert when entry is not
3830                 saved.
3831                 
3832         * sync with 0.8.8cvs4
3833                 see ChangeLog 2003-01-10
3834
3835 2003-01-10 [darko]      0.8.8claws73
3836
3837         * src/pine.c
3838                 fix crash when importing address book entry
3839                 without a valid address
3840
3841 2003-01-09 [alfons]     0.8.8claws72
3842
3843         * src/inc.c
3844                 filtering performance: use new style folder update
3845
3846 2003-01-09 [christoph]  0.8.8claws71
3847
3848         * src/compose.c
3849         * src/gtk/menu.[ch]
3850                 fix wrong selecting of mime encoding type, when
3851                 opening property dialog of attachments in the
3852                 compose window. 7bit was always selected and that
3853                 destoryed files with 8bit data.
3854                 (closes bug #9 Sylpheed-claws destroys attachments when
3855                  changing MIME-types)
3856
3857 2003-01-09 [paul]       0.8.8claws70
3858
3859         * sync with 0.8.8cvs3
3860                 see ChangeLog 2003-01-09
3861
3862 2003-01-08 [alfons]     0.8.8claws69
3863         
3864         * src/addressadd.c
3865                 apply patch by Kim Schulz to fix build breakage
3866                 because of missing variable
3867
3868 2003-01-08 [paul]       0.8.8claws68
3869
3870         * sync with 0.8.8cvs2
3871                 see ChangeLog 2002-01-08
3872
3873 2003-01-08 [paul]       0.8.8claws67
3874
3875         * po/it.po
3876                 updated by Alessandro Maestri
3877                 
3878         * src/addressadd.c
3879                 when using 'Add sender to addressbook' allow
3880                 name to be edited and remarks to be entered
3881                 Patch submitted by Luke Plant
3882
3883 2003-01-08 [darko]      0.8.8claws66
3884
3885         * README.claws, src/summaryview.c
3886                 fix description for marked messages
3887
3888 2003-01-08 [paul]
3889
3890         * tools/Makefile.am
3891           tools/launch_phoenix  ** NEW FILE **
3892                 add script that enables using Phoenix as the default
3893                 web browser. 
3894                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
3895                 
3896         * tools/OOo2sylpheed.pl
3897                 remove full path to sylpheed executable, just 'sylpheed'
3898                 will do
3899                 
3900         * tools/README
3901                 add launch_phoenix informtion and re-arrange and compress
3902                 the data a little
3903
3904 2003-01-07 [christoph]  0.8.8claws65
3905
3906         * src/folder.c
3907                 fix update for source folder when moving messages
3908         * src/procmsg.[ch]
3909         * src/summaryview.c
3910                 use function to set to_folder for message infos and
3911                 automatically update the op_count for old and new
3912                 folder
3913
3914 2003-01-07 [melvin]     0.8.8claws64
3915
3916         * src/prefs_actions.c
3917                 Fixed bug where an '%p' Action on a displayed image crashed 
3918                         Sylpheed
3919                 Code clean up (get rid of duplicated code and removed unnecessary 
3920                                 structure member)
3921
3922 2003-01-07 [christoph]  0.8.8claws63
3923
3924         * src/compose.c
3925         * src/folder.[ch]
3926         * src/folderview.c
3927         * src/import.c
3928         * src/inc.c
3929         * src/main.c
3930         * src/mainwindow.c
3931         * src/messageview.c
3932         * src/prefs_folder_item.c
3933         * src/procmsg.c
3934         * src/summaryview.c
3935         * src/toolbar.c
3936                 o remove all folder update triggering from the UI code. The folder
3937                   system should know much better when a folder needs an update.
3938                 o to prevent multiple updates in a row the folder updates can be
3939                   frozen for some time.
3940
3941                 Note: - Please verify that no updates are missing
3942                       - Check where freeze/thaws should be added
3943
3944 2003-01-07 [christoph]  0.8.8claws62
3945
3946         * src/prefs_actions.c
3947                 don't translate empty strings
3948
3949         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3950
3951 2003-01-06 [christoph]  0.8.8claws61
3952
3953         * src/prefs_actions.c
3954                 mark strings for gettext
3955         * src/prefs_matcher.c
3956                 use new description window for Execute action and
3957                 match condition in Filtering
3958
3959         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3960
3961 2003-01-06 [alfons]     0.8.8claws60
3962
3963         keep myself inspired to re-organize matcher part 8; 
3964         yes, more to come (I need to move out the descriptive
3965         text for actions to matcher.c, or at least make it not
3966         depend on the wicked ordering)
3967
3968         * src/prefs_matcher.c
3969                 add documentation so others may comprehend the
3970                 UI part of the conditions
3971                 
3972 2003-01-06 [christoph]  0.8.8claws59
3973
3974         * src/prefs_actions.c
3975                 use new description window for syntax help
3976         * src/gtk/description_window.c
3977                 fix display of descriptions with column count != 2
3978
3979         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3980
3981 2003-01-06 [christoph]  0.8.8claws58
3982
3983         * src/quote_fmt.c
3984         * src/summaryview.[ch]
3985         * src/gtk/Makefile.am
3986         * src/gtk/description_window.[ch]       ** NEW **
3987                 use a generic window to display syntax descriptions
3988                 currently used in quote_fmt and summaryview (new description
3989                 for extended quick search)
3990
3991         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3992
3993 2003-01-06 [paul]       0.8.8claws57
3994
3995         * sync with 0.8.8cvs1
3996                 see ChangeLog 2003-01-06
3997
3998 2003-01-06 [christoph]  0.8.8claws56
3999
4000         * src/mainwindow.c
4001         * src/prefs_gtk.[ch]
4002         * src/gtk/prefswindow.[ch]
4003         * src/plugins/spamassassin/spamassassin_gtk.c
4004                 o remove page management from prefswindow, pages
4005                   will be an argument to prefswindow_open
4006                 o prefswindow_open gets a datapointer that is
4007                   passed to the widget_create function to allow
4008                   creation of prefswindow for specific items
4009
4010 2003-01-06 [colin]      0.8.8claws55
4011         
4012         * src/summaryview.c
4013                 We don't want regexp in the reply-finder, 
4014                 because MIDs can contain !,$,. and so on
4015
4016 2003-01-06 [jens]       0.8.8claws54
4017
4018         * src/jpilot.c
4019                 fixed a wrong free in jpilot_read_db_files
4020
4021 2003-01-06 [alfons]     0.8.8claws53
4022
4023         re-organize matcher part 8; more to come
4024        
4025         * src/matcher.c
4026                 matcherprop_to_string(): put g_free()s before the
4027                 switch-case break to fix memleaks                
4028
4029 2003-01-06 [colin]      0.8.8claws52
4030
4031         * src/summaryview.c
4032                 cleanup & reply-finder now displays the first 
4033                 matching message
4034
4035 2003-01-05 [alfons]     0.8.8claws51
4036
4037         re-organize matcher part 7; more to come
4038
4039         * src/matcher.[ch]
4040                 fixes for constant correctness;
4041                 more documentation;
4042
4043 2003-01-05 [alfons]     0.8.8claws50
4044
4045         re-organize matcher part 6; more to come
4046         
4047         * src/matcher.[ch]
4048                 fixes for constant correctness;
4049                 more documentation;
4050         * src/filtering.c
4051                 fix for constant correctness
4052
4053 2003-01-05 [colin]      0.8.8claws49
4054
4055         * src/account.[ch]
4056                 Add account_get_reply_account function
4057         * src/compose.c
4058                 Use account_get_reply_account function 
4059         * src/summaryview.c
4060                 Basic reply-finder - click on the replied
4061                 icon gets you to the outbox using quick-search
4062
4063 2003-01-05 [paul]       0.8.8claws48
4064
4065         * src/prefs_common.c
4066                 small change to English
4067                 
4068         * src/prefs_filtering.c
4069                 prefs_filtering_action_select(): improve logic and uniformity
4070                 of gui
4071
4072 2003-01-05 [alfons]     0.8.8claws47
4073
4074         fine tune solution to focus problems (bug #7)
4075
4076         * src/mainwindow.c
4077                 mainwindow_focus_in_event(): remove grab event check
4078         * src/summaryview.c
4079                 summary_button_pressed(): move selection on right-click
4080                 too. we can't possibly move the selection back after
4081                 canceling a dialog, because gtk's incomplete focus 
4082                 management. whether this is a good solution, only time
4083                 will tell.
4084
4085 2003-01-05 [christoph]  0.8.8claws46
4086
4087         * src/imap.c
4088                 fix crash when no imap connection could be established
4089
4090 2003-01-05 [paul]       0.8.8claws45
4091
4092         * src/mainwindow.c
4093           src/sumamryview.c
4094           src/gtk/menu.[ch]
4095                 fix bug 605957 'shortcuts in popup-menu'
4096                 make user-defined shortcuts work
4097                 show shortcuts that are already defined
4098                 in the main menu
4099                 Patch submitted by Luke Plant
4100
4101 2003-01-05 [alfons]     0.8.8claws44
4102
4103         * src/mainwindow.c
4104                 focus_in_event handler should not select summary view row 
4105                 when another window (menu, dialog) grabbed for events 
4106                 (bug #7, "[0.8.8claws42] Message summary focus") 
4107
4108 2003-01-04 [christoph]  0.8.8claws43
4109
4110         * src/procmsg.c
4111                 update save folder after adding the sent message
4112                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4113
4114 2003-01-02 [christoph]  0.8.8claws42
4115
4116         * src/common/plugin.c
4117                 fix unloading of all plugins and unload
4118                 plugins in reverse order
4119                 
4120         * src/gtk/pluginwindow.c
4121                 implement function of load and unload button
4122
4123         * src/gtk/prefswindow.c
4124         * src/gtk/prefswindow.h
4125                 rename register function and add new unregister
4126                 function
4127
4128         * src/plugins/spamassassin/spamassassin_gtk.c
4129                 unregister prefs page and update for changes in
4130                 src/gtk/prefswindow.c
4131
4132 2003-01-02 [paul]       0.8.8claws41
4133
4134         * po/es.po
4135                 updated by Ricardo Mones Lastra
4136
4137 2003-01-02 [paul]
4138
4139         * tools/tb2sylpheed
4140                 fixes and improvements by Urke MMI
4141
4142 2003-01-02 [thorsten]   0.8.8claws40
4143
4144         * src/procmsg.c
4145                 fixed wrong return value
4146
4147 2003-01-02 [thorsten]   0.8.8claws39
4148
4149         * src/prefs.c
4150                 fixed printing wrong variable
4151
4152 2003-01-02 [thorsten]   0.8.8claws38
4153
4154         * src/prefs.c
4155                 fixed acessing members of freed pfile struct
4156
4157 2003-01-02 [thorsten]   0.8.8claws37
4158
4159         * src/procmsg.c
4160                 detect loops across several messages
4161                 as suggested by Christoph Hohmann
4162
4163 2003-01-01 [match]      0.8.8claws36
4164
4165         * src/addrindex.c
4166                 fixed another memory leak.
4167
4168 2003-01-01 [match]      0.8.8claws35
4169
4170         * src/jpilot.[ch]
4171                 fixed memory leaks. applied Doxygen comments.
4172
4173 2003-01-01 [thorsten]   0.8.8claws34
4174
4175         * src/procmsg.c
4176                 inhibit endless loop if msg references itself
4177                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4178
4179 2003-01-01 [christoph]  0.8.8claws33
4180
4181         * src/mainwindow.c
4182         * src/gtk/Makefile.am
4183         * src/gtk/pluginwindow.c                ** NEW **
4184         * src/gtk/pluginwindow.h                ** NEW **
4185                 add plugin window
4186
4187         * src/plugins/demo/demo.c
4188         * src/plugins/spamassassin/spamassassin.c
4189         * src/plugins/spamassassin/spamassassin_gtk.c
4190                 write better plugin descriptions
4191
4192 2002-12-31 [christoph]  0.8.8claws32
4193
4194         * src/gtk/prefswindow.c
4195         * src/plugins/spamassassin/spamassassin_gtk.c
4196                 some small improvements to GTK code
4197
4198 2002-12-31 [christoph]  0.8.8claws31
4199
4200         * src/plugins/spamassassin/spamassassin_gtk.c
4201                 enable folder select button
4202
4203 2002-12-31 [christoph]  0.8.8claws30
4204
4205         * src/mainwindow.c
4206         * src/gtk/Makefile.am
4207         * src/gtk/prefswindow.c                         ** NEW **
4208         * src/gtk/prefswindow.h                         ** NEW **
4209                 add new prefs window
4210
4211         * src/common/plugin.c
4212                 don't try to load empty config lines
4213         
4214         * src/plugins/spamassassin/Makefile.am
4215         * src/plugins/spamassassin/spamassassin.c
4216         * src/plugins/spamassassin/spamassassin.h       ** NEW **
4217         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
4218                 GTK config for SpamAssassin Plugin using
4219                 the new prefs window
4220
4221 2002-12-31 [paul]       0.8.8claws29
4222
4223         * po/POTFILES.in
4224                 remove obsolete entry 'src/menu.c'
4225
4226 2002-12-31 [alfons]     0.8.8claws28
4227
4228         * src/matcher.[ch]
4229         * src/matcher_parser_parse.y
4230         * src/prefs_matcher.c
4231                 add "ignore_thread" and "~ignore_thread" condition so it's
4232                 possible to make the actions / scoring operate on the ignore
4233                 thread flag
4234
4235 2002-12-31 [christoph]  0.8.8claws27
4236
4237         * src/addrbook.c
4238         * src/addrindex.c
4239         * src/folder.c
4240         * src/matcher.c
4241         * src/prefs_account.c
4242         * src/prefs_actions.c
4243         * src/prefs_customheader.c
4244         * src/prefs_display_header.c
4245         * src/prefs_gtk.c
4246         * src/procmime.c
4247         * src/toolbar.c
4248         * src/xmlprops.c
4249         * src/common/prefs.[ch]
4250                 extend prefs file handling for reading and automatic handling
4251                 of blocks. When reading prefs_set_block_label will automatically
4252                 move on to the block. When writing it will copy all other blocks
4253                 automatically
4254
4255         * src/common/plugin.c
4256                 Now loading plugin filenames from [Plugins] block in
4257                 sylpheed rc file
4258
4259 2002-12-30 [christoph]  0.8.8claws26
4260
4261         * src/common/hooks.[ch]
4262                 return abort status to caller of hooks_invoke
4263                 
4264         * src/inc.[ch]
4265                 invoke message filtering hook and stop
4266                 default handling when filter returns abort
4267
4268         * src/common/plugin.[ch]
4269         * src/plugins/demo/demo.c
4270                 modify plugin loader, because resolving symbols for strings
4271                 does not work correctly
4272         
4273         * configure.in
4274         * ac/spamassassin.m4                            ** NEW **
4275         * src/plugins/spamassassin/.cvsignore           ** NEW **
4276         * src/plugins/spamassassin/Makefile.am          ** NEW **
4277         * src/plugins/spamassassin/README               ** NEW **
4278         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
4279         * src/plugins/spamassassin/spamassassin.c       ** NEW **
4280         * src/plugins/spamassassin/utils.[ch]           ** NEW **
4281                 add spamassassin plugin, see src/plugins/spamassassin/README
4282                 for details
4283
4284 2002-12-29 [alfons]     0.8.8claws25
4285
4286         * src/mainwindow.c
4287                 when moving focus from a message view to the main 
4288                 window, don't forget to select the summary node
4289                 of the displayed message. should fix "[ 659103 ] 
4290                 focus-follows-mouse confuses sylpheed"
4291
4292 2002-12-29 [christoph]  0.8.8claws24
4293
4294         * src/Makefile.am
4295         * src/stringtable.[ch]          ** REMOVE **
4296         * src/common/Makefile.am
4297         * src/common/stringtable.[ch]   ** NEW **
4298                 move stringtable files to common directory
4299
4300 2002-12-29 [christoph]  0.8.8claws23
4301
4302         * src/Makefile.am
4303         * src/menu.[ch]                 ** REMOVE **
4304         * src/gtk/Makefile.am
4305         * src/gtk/menu.[ch]             ** NEW **
4306                 move menu files to gtk directory
4307
4308 2002-12-29 [match]      0.8.8claws22
4309
4310         * src/addressbook.c
4311         * src/syldap.c
4312                 moved UI specific code out of LDAP code into addressbook
4313                 UI code. fixed memory leak.
4314
4315 2002-12-29 [christoph]  0.8.8claws21
4316
4317         * src/folder.c
4318                 only check for IGNORED parent message when message is
4319                 not IGNORED itself
4320
4321 2002-12-29 [alfons]     0.8.8claws20
4322
4323         * src/summaryview.c
4324                 set gtksctree's anchor correct (immediate execute
4325                 changes the tree's layout, and anchor points at 
4326                 the incorrect row). fixes "[ 657233 ] multiple msg 
4327                 delete sometimes off by 1".
4328                 we probably have to look for more tree layout /
4329                 anchor glitches.
4330
4331 2002-12-29 [paul]       0.8.8claws19
4332
4333         * src/summaryview.c
4334                 fix bug [ 659054 ] incorrect sorting of 'From' column
4335                 when using 'display sender using address book'
4336                 thanks to Alfons and Luke Plant
4337
4338 2002-12-29 [christoph]  0.8.8claws18
4339
4340         * src/folder.c
4341         * src/procmsg.[ch]
4342                 check parent messages for IGNORE THREAD flag, when adding,
4343                 moving or copying messages to a folder
4344
4345 2002-12-27 [alfons]     0.8.8claws17
4346
4347         re-organize matcher part 5; more to come
4348
4349         * src/matcher.c
4350                 hash keywords in matchparser_tab 
4351
4352 2002-12-27 [alfons]     0.8.8claws16
4353
4354         re-organize matcher part 4; more to come
4355
4356         * src/matcher_parser.h
4357         * src/matcher_parser_lex.l
4358         * src/matcher_parser_parse.y
4359                 cleanup
4360
4361 2002-12-27 [alfons]     0.8.8claws15
4362
4363         re-organize matcher part 3; more to come
4364
4365         * src/matcher.[ch]
4366                 cleanup
4367
4368 2002-12-27 [alfons]     0.8.8claws14
4369
4370         re-organize matcher part 2; more to come but this should
4371         work. cc me if there are any regressions.
4372
4373         * src/matcher.h
4374                 add prototype for get_matchparser_tab_id()
4375         * src/matcher_parser_lex.l
4376                 look up keywords using matchparser_tab_id();
4377
4378 2002-12-27 [alfons]     0.8.8claws12
4379
4380         re-organize matcher part 1
4381
4382         * src/matcher.h
4383                 map yacc generated constants to sylpheed matcher constants
4384         * src/matcher.c
4385                 add function to find a matcher constant from a string
4386
4387 2002-12-27 [christoph]  0.8.8claws11
4388
4389         * src/compose.c
4390                 MENUITEM_ADD casts the 4th argument from integer to pointer
4391                 so it probably should not be a pointer, this means we
4392                 should use account id for it and not the account's pointer
4393
4394 2002-12-27 [paul]       0.8.8claws10
4395
4396         * src/mainwindow.c
4397                 remove unneeded 'GtkWidget *vbox'
4398                 
4399         * src/summaryview.c
4400                 further sync with 0.8.8 - make sort
4401                 by recipient work as expected
4402                 
4403         * NEWS
4404                 sync with 0.8.8
4405
4406 2002-12-27 [paul]       0.8.8claws9
4407
4408         * po/pt_BR.po
4409                 updated by Ivan F. Martinez
4410                 
4411 2002-12-27 [darko]      0.8.8claws8
4412
4413         * src/common/utils.c
4414                 added locked pattern to extended search
4415
4416 2002-12-27 [alfons]     0.8.8claws7
4417
4418         * src/prefs_matcher.[ch]
4419                 clean up
4420
4421 2002-12-26 [alfons]     0.8.8claws6
4422
4423         * src/matcher.[ch]
4424         * src/matcher_parser_lex.l
4425         * src/matcher_parser_parse.y
4426         * src/prefs_matcher.c
4427                 allow color label as a condition in the matcher
4428
4429 2002-12-26 [oliver]     0.8.8claws5
4430         
4431         * src/toolbar.c 
4432                 enable Addressbook for Main and Messageview
4433         * src/prefs_actions.c
4434                 enable actions in Messageview
4435
4436 2002-12-26 [christoph]  0.8.8claws4
4437
4438         * src/common/plugin.c
4439                 add a little debug output
4440         * configure.in
4441         * src/plugins/demo/Makefile.am
4442                 better use of automake
4443
4444 2002-12-26 [christoph]  0.8.8claws3
4445
4446         * src/Makefile.am
4447         * src/common/Makefile.am
4448                 fix "make distdir"
4449
4450 2002-12-26 [christoph]  0.8.8claws2
4451
4452         * configure.in
4453                 sort configure checks into common / gtk / plugins
4454         * po/POTFILES.in
4455                 add src/prefs_gtk.c
4456         * src/Makefile.am
4457                 add plugins SUBDIR
4458         * src/main.c
4459         * src/common/sylpheed.[ch]
4460                 added now sylpheed_done function for shutdown
4461         * src/common/Makefile.am
4462         * src/common/plugin.[ch]                ** NEW **
4463                 plugin loader and unloader
4464         * src/plugins/.cvsignore                ** NEW **
4465         * src/plugins/Makefile.am               ** NEW **
4466                 build plugins
4467         * src/plugins/demo/.cvsignore           ** NEW **
4468         * src/plugins/demo/Makefile.am          ** NEW **
4469         * src/plugins/demo/demo.c               ** NEW **
4470                 small demo plugin that installs a logtext hook and
4471                 outputs the log text to stdout
4472
4473 2002-12-26 [paul]       0.8.8claws1
4474
4475         * po/es.po
4476                 updated by Ricardo Mones Lastra
4477
4478 2002-12-26 [paul]       0.8.8claws
4479
4480         * 0.8.8claws released
4481
4482 2002-12-26 [paul]       0.8.7claws12
4483
4484         * po/bg.po
4485                 updated by George Danchev
4486
4487 2002-12-26 [paul]       0.8.7claws11
4488
4489         * po/POTFILES.in
4490                 remove unneeded 'src/prefs.c' entry 
4491
4492 2002-12-26 [paul]       0.8.7claws10
4493
4494         * src/codeconv.c
4495           src/mainwindow.c
4496                 sync with 0.8.8 release
4497         
4498         * src/folder.[ch]
4499           src/mh.c
4500           src/summaryview.c
4501                 partial sync with 0.8.8 release
4502         
4503
4504 2002-12-25 [alfons]     0.8.7claws9
4505
4506         * src/matcher.[ch]
4507         * src/matcher_parser_lex.l
4508         * src/matcher_parser_parse.y
4509         * src/prefs_matcher.c
4510                 add locked flag to possible filtering / matcher 
4511                 conditions (also a good example what should be
4512                 done to add a simple boolean condition)
4513
4514 2002-12-25 [christoph]  0.8.7claws8
4515
4516         * src/Makefile.am
4517         * src/account.[ch]
4518         * src/addrbook.c
4519         * src/addressbook.c
4520         * src/addrindex.c
4521         * src/filtering.c
4522         * src/folder.c
4523         * src/matcher.c
4524         * src/prefs.[ch]                ** REMOVE **
4525         * src/prefs_account.c
4526         * src/prefs_actions.c
4527         * src/prefs_common.c
4528         * src/prefs_customheader.c
4529         * src/prefs_display_header.c
4530         * src/prefs_filtering.c
4531         * src/prefs_folder_item.c
4532         * src/prefs_gtk.[ch]            ** NEW **
4533         * src/prefs_matcher.c
4534         * src/prefs_scoring.c
4535         * src/prefs_summary_column.c
4536         * src/procmime.c
4537         * src/selective_download.c
4538         * src/toolbar.c
4539         * src/common/Makefile.am
4540         * src/common/prefs.[ch]         ** NEW **
4541                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
4542
4543 2002-12-24 [alfons]     0.8.7claws7
4544
4545         * src/summaryview.c
4546                 summary_thread_build(): fix real cause of the crash mentioned in
4547                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
4548                 this way we get meaningful ctree nodes 
4549
4550 2002-12-24 [oliver]     0.8.7claws6
4551
4552         * src/mainwindow.[ch]
4553         * src/messageview.[ch]
4554         * src/compose.[ch]
4555         * src/inc.c
4556         * src/summaryview.c
4557                 changes to use updated toolbar handling
4558                 
4559 2002-12-24 [oliver]     0.8.7claws5
4560
4561         * src/toolbar.[ch]
4562                 generic toolbar handling
4563                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
4564         * src/prefs_toolbar.[ch]
4565                 adjust to handling
4566         
4567 2002-12-24 [oliver]     0.8.7claws4
4568         
4569         * src/stock_pixmap.[ch]
4570                 move SYLPHEED_LOGO to end of list in order 
4571                 to remove it from Custom Toolbar`s Icon View
4572
4573 2002-12-24 [alfons]     0.8.7claws3
4574
4575         * src/summaryview.c
4576                 summary_thread_build(): fix crash because of focus != selection 
4577                 after threading. when deleting the selection, gtk tries but fails 
4578                 to find the correct focusable element. we now force the selection
4579                 to be focused. this should solve the infamous bug reported by 
4580                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
4581                 a test case is available. 
4582
4583 2002-12-24 [darko]      0.8.7claws2
4584
4585         * src/summaryview.c
4586                 don't crash when unmarking message with unread children
4587
4588 2002-12-23 [christoph]  0.8.7claws1
4589
4590         * src/Makefile.am
4591         * src/common/Makefile.am
4592                 update Makefiles for moved intl.h, version.h and defs.h
4593         * src/imap.c
4594                 rewrite imap_session_get to avoid duplicate code
4595
4596 2002-12-23 [paul]       0.8.7claws
4597
4598         * Santa-Claws released
4599         
4600         * po/hu.po
4601           po/ru.po
4602                 squeeze in updated Hungarian and Russian translations.
4603                 Submitted by  Gál Zoltán and Ruslan N. Balkin
4604
4605 2002-12-23 [paul]       0.8.6claws129
4606
4607         * po/pl.po
4608                 updated by Witold Wladyslaw Wojciech Wilk
4609
4610 2002-12-23 [paul]       0.8.6claws128
4611
4612         * src/quote_fmt_parse.y
4613                 fix typo and add licence header
4614
4615 2002-12-23 [paul]       0.8.6claws127
4616
4617         * po/en_GB.po
4618                 updated
4619
4620 2002-12-23 [paul]       0.8.6claws126
4621
4622         * po/it.po
4623                 updated translation, submitted by Alessandro Maestri
4624                 
4625 2002-12-23 [paul]       0.8.6claws125
4626
4627         * src/quote_fmt_parse.y
4628                 fix signature-stripping on replies bug. match
4629                 '-- \n' and not '-- '.
4630
4631 2002-12-22 [paul]       0.8.6claws124
4632
4633         * po/bg.po
4634           po/es.po
4635           po/sr.po
4636                 updated translations. submitted by George Danchev,
4637                 Ricardo Mones Lastra, and Urke MMI respectively
4638
4639 2002-12-21 [paul]       0.8.6claws123
4640
4641         * src/addrbook.c
4642                 fix coding style
4643
4644 2002-12-21 [paul]       0.8.6claws122
4645
4646         * src/addrbook.c
4647                 fix bug [643638] where if a person is in one or more
4648                 addressbook groups editing that person's email 
4649                 address results in removal from those groups.
4650                 Patch submitted by Luke Plant.
4651
4652 2002-12-20 [christoph]  0.8.6claws121
4653
4654         * src/common/utils.c
4655         * src/summaryview.c
4656                 reimplement expand_search_string using GString to
4657                 prevent crashs caused by miscalculated string
4658                 lengths reported by Paul
4659
4660 2002-12-20 [christoph]  0.8.6claws120
4661
4662         * src/summaryview.c
4663                 don't use "changed" to check if op_count has to be changed as it
4664                 is also set when the message has unread children
4665                 (closes bug [ 653221 ] crash while deleting duplicates)
4666
4667 2002-12-20 [paul]       0.8.6claws119
4668
4669         * sync with 0.8.6cvs27
4670                 see ChangeLog 2002-12-20
4671
4672 2002-12-20 [paul]       0.8.6claws118
4673
4674         * sync with 0.8.6cvs26
4675                 see ChangeLog 2002-12-19 and 2002-12-20
4676
4677 2002-12-19 [alfons]     0.8.6claws117
4678
4679         * src/textview.c
4680                 fix incorrect parsing of email addresses, submitted by 
4681                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
4682                 name display if it contains @".
4683
4684 2002-12-18 [paul]       0.8.6claws116
4685
4686         * sync with 0.8.6cvs23
4687                 see ChangeLog 2002-12-18
4688
4689 2002-12-18 [paul]       0.8.6claws115
4690
4691         * src/Makefile.am
4692         * src/account.c
4693         * src/codeconv.c
4694         * src/gtkutils.[ch]
4695         * src/imap.c
4696                 sync with 0.8.6cvs22.
4697                 see ChangeLog 2002-12-17 and 2002-12-18
4698
4699 2002-12-17 [christoph]  0.8.6claws114
4700
4701         * src/imap.c
4702                 o don't create a session if imap greeting fails
4703                 o don't close socket when authentication fails
4704                   this is done by imap_session_destroy
4705
4706 2002-12-17 [thorsten]   0.8.6claws113
4707
4708         * tools/Makefile.am
4709           tools/README
4710           tools/google_msgid.pl ** NEW FILE **
4711                 Added "search for message-id" script and doc
4712
4713 2002-12-17 [thorsten]   0.8.6claws112
4714
4715         * po/hu.po
4716                 Updated hungarian translation
4717                 (updated by Gal Zoltan)
4718
4719 2002-12-16 [christoph]  0.8.6claws111
4720
4721         * src/addr_compl.c
4722                 remove stupid addressbook dump to debug output
4723         * src/mh.c
4724                 fix memory leak found by Hiro
4725
4726 2002-12-14 [paul]       0.8.6claws110
4727
4728         * src/compose.c
4729                 fix menubar sensitivity on send
4730                 
4731         * src/prefs_filtering.c
4732         * src/prefs_matcher.c
4733         * src/prefs_scoring.c
4734                 Fix english ;)
4735                 
4736         * src/common/quoted-printable.h
4737                 sync: fix typo
4738         
4739 2002-12-13 [christoph]  0.8.6claws109
4740
4741         * src/Makefile.am
4742         * src/manage_window.[ch]        ** REMOVE **
4743         * src/gtk/Makefile.am
4744         * src/gtk/manage_window.[ch]    ** NEW **
4745                 move manage_window files to gtk directory
4746
4747 2002-12-13 [christoph]  0.8.6claws108
4748
4749         * src/Makefile.am
4750         * src/gtkshruler.[ch]           ** REMOVE **
4751         * src/gtk/Makefile.am
4752         * src/gtk/gtkshruler.[ch]       ** NEW **
4753                 move gtkshruler files to gtk directory
4754
4755 2002-12-13 [christoph]  0.8.6claws107
4756
4757         * src/Makefile.am
4758         * src/compose.c
4759         * src/gtkstext.[ch]             ** REMOVE **
4760         * src/gtkutils.[ch]
4761         * src/textview.c
4762         * src/gtk/gtkstext.[ch]         ** NEW **
4763         * src/gtk/Makefile.am
4764                 o move stext functions to gtkstext.c to remove
4765                   dependency of gtkutils
4766                 o move gtkstext files to gtk directory
4767
4768         * src/gtk/Makefile.am
4769         * src/gtk/sslcertwindow.[ch]
4770                 UI stuff can always depend on common code so
4771                 it's ok to add ../common to include path
4772
4773 2002-12-13 [colin]      0.8.6claws106
4774
4775         * src/summaryview.c
4776                 Disconnect sighandlers for mainwindow when
4777                 quicksearch has the focus
4778                 Fix bug #653231
4779         * src/mainwindow.[ch]
4780                 Make key_pressed callback public, to be able
4781                 to disconnect it
4782
4783 2002-12-13 [christoph]  0.8.6claws105
4784
4785         * src/mh.c
4786                 create .mh_sequences file in new MH folders
4787                 (closes feature request [ 523162 ] MH folders should
4788                  get a .mh_sequences)
4789
4790 2002-12-13 [colin]      0.8.6claws104
4791
4792         * src/summaryview.c
4793                 Better handling of quicksearch show/hide
4794                 (basically the button stays under the mouse 
4795                  when toggled)
4796
4797 2002-12-13 [paul]       0.8.6claws103
4798
4799         * sync with 0.8.6cvs17
4800                 see ChangeLog 2002-12-13
4801
4802 2002-12-13 [paul]       0.8.6claws102
4803
4804         * po/es.po
4805                 updated by Ricardo Mones Lastra
4806
4807 2002-12-11 [colin]       0.8.6claws101
4808
4809         * src/folder.c
4810                 remove statusbar stuff
4811           src/folderview.c
4812                 set statusbar verbosity when moving folders
4813
4814 2002-12-11 [colin]       0.8.6claws100
4815         * src/prefs_filtering.c
4816         * src/prefs_matcher.c
4817         * src/prefs_scoring.c
4818                 Fix english ;)
4819
4820 2002-12-11 [colin]       0.8.6claws99
4821
4822         * src/prefs_common.[ch]
4823                 Add summary_quicksearch_type
4824         * src/summaryview.c
4825                 Save last used quicksearch type
4826
4827 2002-12-11 [jens]       0.8.6claws98
4828         * src/prefs_filtering.c
4829         * src/prefs_matcher.c
4830         * src/prefs_scoring.c
4831                 added dialog for incomplete rules in scoring, filtering and
4832                 matcher to ask wheather really close
4833
4834 2002-12-11 [colin]      0.8.6claws97
4835
4836         * src/folder.c
4837                 Fix folder dnd statusbar logging
4838
4839 2002-12-10 [christoph]  0.8.6claws96
4840
4841         * src/compose.c
4842         * src/folder.c
4843         * src/imap.c
4844         * src/inc.c
4845         * src/main.c
4846         * src/mainwindow.c
4847         * src/news.c
4848         * src/send.c
4849         * src/statusbar.[ch]
4850         * src/common/hooks.c
4851         * src/common/log.[ch]
4852                 o handle verbose logging in statusbar directly in statusbar code
4853                   and common code does not need any knowledge about a statusbar
4854                 o remove direct calls to statusbar_(puts|pop)_all functions
4855
4856 2002-12-10 [jens]       0.8.6claws95
4857
4858         * src/*.c
4859                 removed gettext from g_warnings
4860         * po/POTFILES.in
4861                 cleaned and updated
4862         * po/de.po
4863                 updated
4864
4865 2002-12-10 [colin]      0.8.6claws94
4866
4867         * src/main.c
4868                 finish crash dialog fix
4869
4870 2002-12-10 [colin]      0.8.6claws93
4871
4872         * src/main.c
4873                 "Fix" "sylpheed already running" instead of
4874                 crash dialog appearing after a crash
4875
4876 2002-12-10 [colin]      0.8.6claws92
4877
4878         * po/POTFILES.in
4879                 add src/gtk/sslcertwindow.c
4880
4881 2002-12-10 [paul]       0.8.6claws91
4882
4883         * po/POTFILES.in
4884                 updated to reflect recent changes
4885                 submitted by Alessandro Maestri
4886
4887 2002-12-09 [christoph]  0.8.6claws90
4888
4889         * src/Makefile.am
4890         * src/smtp.[ch]                 ** REMOVE **
4891         * src/common/Makefile.am
4892         * src/common/smtp.[ch]          ** NEW **
4893                 move smtp files to common directory
4894
4895 2002-12-09 [christoph]  0.8.6claws89
4896
4897         * src/Makefile.am
4898         * src/session.[ch]              ** REMOVE **
4899         * src/common/Makefile.am
4900         * src/common/session.[ch]       ** NEW **
4901                 move session files to common directory
4902
4903 2002-12-09 [paul]       0.8.6claws88
4904
4905         * src/account.c
4906                 fix bug [649746] edit accounts: move account reverted
4907                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
4908
4909 2002-12-09 [colin]      0.8.6claws87
4910
4911         * src/ssl_certificate.c
4912                 cleanup
4913
4914 2002-12-09 [colin]      0.8.6claws86
4915
4916         * src/ssl.c
4917                 Try to open the cert.pem database and 
4918                 issue a warning if it isn't there
4919
4920 2002-12-09 [colin]      0.8.6claws85
4921
4922         * src/common/ssl_certificate.c
4923         * src/gtk/sslcertwindow.c
4924                 Warning fixes
4925
4926 2002-12-09 [colin]      0.8.6claws84
4927
4928         * src/ssl_certificate.[ch] ** REMOVED **
4929         * src/common/ssl_certificate.[ch] ** NEW **
4930         * src/Makefile.am
4931         * src/common/Makefile.am
4932                 Moved ssl_certificate.[ch] to common
4933         * src/common/ssl.c 
4934                 Put back needed include
4935         * src/gtk/sslcertwindow.[ch]
4936                 Changed ssl_certificate.h include
4937         
4938 2002-12-09 [colin]      0.8.6claws83
4939
4940         * src/gtk/sslcertwindow.[ch]
4941                 Implement hook for certificate acception
4942         * src/ssl_certificate.[ch]
4943                 Implement hook for certificate acception
4944         * src/common/ssl.c
4945                 Reenable certificate acception check
4946         * src/mainwindow.c
4947                 Register sslcertwindow's hook
4948         
4949 2002-12-08 [christoph]  0.8.6claws82
4950
4951         * src/about.c
4952         * src/addr_compl.c
4953         * src/codeconv.c
4954         * src/manual.c
4955         * src/undo.c
4956         * src/common/utils.c
4957                 o add missing includes
4958                 o fix warnings
4959         * src/.cvsignore
4960         * src/common/.cvsignore
4961         * src/common/version.h          ** REMOVE **
4962                 remove autogenerated file
4963
4964 2002-12-08 [paul]       0.8.6claws81
4965
4966         * src/stringtable.c
4967                 put back needed include
4968
4969 2002-12-08 [colin]      0.8.6claws80
4970         
4971         * src/gtk/sslcertwindow.c
4972                 Cleaner popups when asking
4973         * src/ssl_certificate.c
4974         * src/prefs_common.[ch]
4975                 remove ssl certificate pref
4976                 put back needed include
4977         * src/undo.c
4978                 put back needed include
4979
4980 2002-12-08 [christoph]  0.8.6claws79
4981
4982         * src/folderview.c
4983         * src/logwindow.c
4984         * src/statusbar.c
4985         * src/summaryview.c
4986                 only abort hook invokation if required data is missing not
4987                 if our own data pointer is NULL, update hookfunction for
4988                 log window
4989
4990 2002-12-08 [paul]       0.8.6claws78
4991
4992         * src/about.c
4993         * src/addrcache.c
4994         * src/addrclip.c
4995         * src/addr_compl.c
4996         * src/addrselect.c
4997         * src/codeconv.c
4998         * src/colorlabel.c
4999         * src/enriched.c
5000         * src/esmtp.c
5001         * src/exporthtml.c
5002         * src/headerview.c
5003         * src/imageview.c
5004         * src/manual.c
5005         * src/noticeview.c
5006         * src/pgptext.c
5007         * src/scoring.c
5008         * src/sourcewindow.c
5009         * src/stringtable.c
5010         * src/undo.c
5011                 clean up: remove unneccesary includes
5012
5013 2002-12-08 [christoph]  0.8.6claws77
5014
5015         * src/folderview.c
5016         * src/statusbar.c
5017         * src/summaryview.c
5018         * src/common/hooks.[ch]
5019                 hook functions now have a gboolean return value, if a hook
5020                 returns TRUE it will stop executing of any more hooks in
5021                 the same hooklist for this invokation
5022
5023 2002-12-08 [colin]      0.8.6claws76
5024         
5025         * src/main.c
5026                 put back argv0 for CRASH_DIALOG
5027
5028 2002-12-08 [christoph]  0.8.6claws75
5029
5030         * src/Makefile.am
5031         * src/about.c
5032         * src/account.c
5033         * src/crash.c
5034         * src/esmtp.h
5035         * src/imap.[ch]
5036         * src/inc.c
5037         * src/main.c
5038         * src/mainwindow.c
5039         * src/news.c
5040         * src/pop.[ch]
5041         * src/prefs_account.[ch]
5042         * src/prefs_common.[ch]
5043         * src/send.[ch]
5044         * src/smtp.[ch]
5045         * src/ssl_certificate.[ch]
5046         * src/ssl_manager.[ch]
5047         * src/common/Makefile.am
5048         * src/common/log.c
5049         * src/common/nntp.[ch]
5050         * src/common/socket.[ch]
5051         * src/common/ssl.[ch]
5052         * src/gtk/sslcertwindow.[ch]
5053         * ac/openssl.m4
5054                 use new autoconf script to detect OpenSSL with extra parameters
5055                 to specify the location of libs and includes, also remove USE_SSL
5056                 to USE_OPENSSL
5057
5058         * src/common/sylpheed.[ch]
5059         * src/common/version.h.in
5060                 start seperation of common code initialization seperated from gui
5061
5062         * src/summaryview.c
5063                 The function that is called when a color label changes
5064                 should not change the color lable again
5065
5066 2002-12-08 [colin]      0.8.6claws74
5067
5068         * src/gtk/sslcertwindow.c
5069                 warning fixes
5070
5071 2002-12-08 [colin]      0.8.6claws73
5072
5073         * src/statusbar.c
5074           src/common/log.h
5075                 Register a hook for statusbar_puts_all
5076         * src/common/log.c
5077                 invoke statusbar_puts_all's hook
5078         
5079 2002-12-08 [colin]      0.8.6claws72
5080
5081         * src/ssl_certificate.c
5082                 Put back a badly-removed include
5083
5084 2002-12-08 [colin]      0.8.6claws71
5085
5086         * src/gtk/sslcertwindow.[ch]    ** NEW **
5087                 new certificate presentation
5088         * src/gtk/Makefile.am
5089                 add new files
5090         * src/ssl_certificate.[ch]
5091                 gtk cleanup, made utility functions public
5092         * src/ssl_manager.c
5093                 use new cert presentation
5094
5095 2002-12-07 [christoph]  0.8.6claws70
5096
5097         * src/Makefile.am
5098         * src/nntp.[ch]                 ** REMOVE **
5099         * src/common/Makefile.am
5100         * src/common/nntp.[ch]          ** NEW **
5101                 move nntp files to common directory
5102
5103 2002-12-07 [christoph]  0.8.6claws69
5104
5105         * src/procmsg.[ch]
5106         * src/summaryview.c
5107                 implement msginfo update callback using sylpheed's new
5108                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
5109
5110 2002-12-06 [christoph]  0.8.6claws68
5111
5112         * src/editgroup.c
5113                 This patch changes the 'Edit Group Details' dialog to
5114                 allow extended selections in either pane, so that
5115                 addresses can be added or removed from a group more
5116                 quickly and easily. (it actually is a net decrease in
5117                 file size, as some unnecessary functions have been
5118                 removed). 
5119                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
5120
5121 2002-12-06 [christoph]  0.8.6claws67
5122
5123         * src/Makefile.am
5124         * src/template.[ch]             ** REMOVE **
5125         * src/common/Makefile.am
5126         * src/common/template.[ch]      ** NEW **
5127                 move template files to common directory
5128
5129         * src/nntp.c
5130                 add missing log.h include
5131
5132 2002-12-06 [melvin]     0.8.6claws66
5133
5134         * src/prefs_actions.c
5135                 Added the trailing ">" syntax to insert command's output
5136                 without replacing old text (in contrast to trailing "|").
5137
5138 2002-12-05 [colin]      0.8.6claws65
5139         
5140         * src/common/utils.c
5141                 Don't modify original search_string or it'll change
5142                 the next iterations in the for()
5143
5144 2002-12-05 [darko]      0.8.6claws64
5145
5146         * src/common/utils.c
5147                 proper check for filtering commands, found by Colin
5148
5149 2002-12-05 [darko]      0.8.6claws63
5150
5151         * src/common/utils.c
5152                 check proper string for NULL pointer, found by Colin
5153
5154 2002-12-05 [darko]      0.8.6claws62
5155
5156         * src/common/utils.[ch]
5157                 expand_search_string(): new function
5158                 converts Mutt-like patterns to Sylpheed's
5159                 filtering engine
5160         * src/summaryview.c
5161                 use expand_search_string() to allow Mutt-like
5162                 patterns in extended search
5163         * README.claws
5164                 document extended option in quick search
5165
5166 2002-12-05 [paul]       0.8.6claws61
5167
5168         * sync with 0.8.6cvs16
5169                 see ChangeLog 2002-12-05
5170                 
5171         * po/POTFILES.in
5172                 clean up
5173
5174 2002-12-04 [christoph]  0.8.6claws60
5175
5176         * src/imap.[ch]
5177                 put imap authentication code into a new function and
5178                 remove it from imap_session_new that will allow to
5179                 send other commands before authentication
5180
5181 2002-12-04 [christoph]  0.8.6claws59
5182
5183         * src/imap.[ch]
5184                 use already existing method to prevent unneeded IMAP
5185                 folder selects. Set imap_select parameters to NULL
5186                 in some functions if the values are not required.
5187
5188         * src/xml.h
5189                 remove no longer required include
5190
5191 2002-12-04 [paul]       0.8.6claws58
5192
5193         * po/es.po
5194                 updated by Ricardo Mones Lastra
5195                 
5196         * configure.in
5197           po/hu.po      ** NEW FILE **
5198                 initial Hungarian translation, submitted
5199                 by Gál Zoltán <galzoli@hu.inter.net>
5200
5201 2002-12-03 [christoph]  0.8.6claws57
5202
5203         * src/Makefile.am
5204         * src/gtksctree.[ch]            ** REMOVE **
5205         * src/gtk/Makefile.am
5206         * src/gtk/gtksctree.[ch]        ** NEW **
5207                 move gtksctree files to gtk directory
5208
5209 2002-12-03 [christoph]  0.8.6claws56
5210
5211         * src/Makefile.am
5212         * src/md5.[ch]                  ** REMOVE **
5213         * srm/common/Makefile.am
5214         * src/common/md5.[ch]           ** NEW **
5215                 move md5 files to common directory
5216
5217         * src/gtkstext.c
5218                 remove not required #include
5219
5220 2002-12-03 [sergey]     0.8.6claws55
5221
5222         * src/gtkutils.c
5223         * src/gtkutils.h
5224                 gtkut_window_popup(): new function.
5225         * src/mainwindow.c
5226                 main_window_popup(): use gtkut_window_popup() to raise
5227                 window without changing its position.
5228                 (see sylpheed-main ML message [sylpheed:17247])
5229
5230 2002-12-03 [sergey]     0.8.6claws54
5231
5232         * src/send.c
5233                 send_message_local(): removed first-dot escaping
5234                 (SMTP-only, not needed for sending through pipe)
5235
5236 2002-12-03 [paul]       0.8.6claws53
5237
5238         * po/POTFILES.in
5239                 update to reflect recent changes (thanks
5240                 to Ricardo Mones Lastra)
5241                 
5242         * tools/filter_conv.pl
5243                  fix problem with quoted strings. Patch submitted
5244                  by Luke Plant <lukeplant@softhome.net>
5245
5246 2002-12-03 [paul]       0.8.6claws52
5247
5248         * sync with 0.8.6cvs15
5249                 see ChangeLog 2002-12-03
5250
5251 2002-12-02 [christoph]  0.8.6claws51
5252
5253         * src/logwindow.[ch]
5254         * src/common/log.[ch]
5255                 implement logging using a hook function
5256
5257         * src/folderview.c
5258         * src/folder.[ch]
5259                 define hooklist name in header file to avoid
5260                 errors caused by wrong spelling of hooklist names
5261
5262         * src/toolbar.c
5263                 fix warnings
5264
5265 2002-12-02 [christoph]  0.8.6claws50
5266
5267         * src/common/Makefile.am
5268                 add src/common/hooks.[ch]
5269
5270         * src/common/hooks.[ch]
5271                 implement a simple hook system using glib's hook functions
5272
5273         * src/folder.[ch]
5274         * src/folderview.c
5275                 use new hook system for folder item updates
5276
5277 2002-12-02 [christoph]  0.8.6claws49
5278
5279         * doc-src/ui_seperation.txt     ** NEW **
5280                 information for ui seperation
5281
5282         * src/Makefile.am
5283                 remove files that were moved to common
5284                 include common directory by default for the header files
5285
5286         * src/inc.c
5287         * src/common/socket.c
5288         * src/automaton.[ch]
5289                 implement automaton using g_io_*-functions instead of
5290                 gdk_input_add to make it ui independent
5291
5292         * src/codeconv.c
5293         * src/compose.c
5294         * src/ldif.c
5295         * src/pgptext.c
5296         * src/procmime.c
5297         * src/rfc2015.c
5298         * src/smtp.c
5299         * src/unmime.c
5300                 remove common/ prefix because directory is now in
5301                 include path
5302
5303         * src/compose.c
5304         * src/folder.c
5305         * src/folderview.c
5306         * src/mainwindow.c
5307         * src/messageview.c
5308         * src/prefs_common.c
5309         * src/procmsg.c
5310         * src/rfc2015.c
5311                 fix warnings
5312
5313         * src/imap.c
5314         * src/inc.c
5315         * src/news.c
5316         * src/pop.c
5317         * src/send.c
5318         * src/smtp.c
5319         * src/ssl_certificate.c
5320                 add log.h header file for logging functions
5321
5322         * src/main.c
5323         * src/common/utils.c
5324         * src/summaryview.c
5325         * src/xml.c
5326                 o move debug_mode to common/utils.c
5327                 o add functions to set and get debug_mode
5328
5329         * src/defs.h                    ** REMOVE **
5330         * src/intl.h                    ** REMOVE **
5331         * src/socket.[ch]               ** REMOVE **
5332         * src/ssl.[ch]                  ** REMOVE **
5333         * src/utils.[ch]                ** REMOVE **
5334                 replaced by new files in src/common/
5335         
5336         * src/common/Makefile.am
5337                 add new files in src/common/
5338
5339         * src/common/defs.h             ** NEW **
5340         * src/common/intl.h             ** NEW **
5341         * src/common/log.[ch]           ** NEW **
5342         * src/common/socket.[ch]        ** NEW **
5343         * src/common/ssl.[ch]           ** NEW **
5344         * src/common/utils.[ch]         ** NEW **
5345                 replacement for files in src/
5346
5347 2002-12-02 [colin]      0.8.6claws48
5348
5349         * src/folderview.c
5350                 Scroll folderview if necessary during dnd
5351
5352 2002-12-02 [colin]      0.8.6claws47
5353
5354         * src/folder.[ch]
5355                 Add check to verify a move is within a single mailbox
5356         * src/folderview.c
5357                 Add specific error string for this check
5358
5359 2002-12-02 [colin]      0.8.6claws46
5360
5361         * src/folder.c
5362                 Add a test to folder moving, remove a statusbar_print
5363         * src/folderview.c
5364                 Add Move folder... context-menu item
5365                 Factorize folder moving code
5366                 Enable folder DND for mbox
5367
5368 2002-12-01 [christoph]  0.8.6claws45
5369
5370         * ac/aspell.m4
5371                 remove conf.aspelltest if the version check fails
5372
5373 2002-11-30 [christoph]  0.8.6claws44
5374
5375         * autogen.sh
5376                 run libtoolize --force in autogen to create missing
5377                 libtool scripts
5378
5379 2002-11-30 [christoph]  0.8.6claws43
5380
5381         * src/Makefile.am
5382         * src/pgptext.c
5383         * src/procmime.c
5384         * src/rfc2015.c
5385         * src/uuencode.[ch]             ** REMOVED **
5386         * src/common/Makefile.am
5387         * src/common/uuencode.[ch]      ** NEW **
5388                 move uuen/decoder to common directory
5389
5390 2002-11-30 [christoph]  0.8.6claws42
5391
5392         * src/Makefile.am
5393         * src/base64.[ch]               ** REMOVED **
5394         * src/codeconv.c
5395         * src/compose.c
5396         * src/ldif.c
5397         * src/pgptext.c
5398         * src/procmime.c
5399         * src/rfc2015.c
5400         * src/smtp.c
5401         * src/unmime.c
5402         * src/common/Makefile.am
5403         * src/common/base64.[ch]        ** NEW **
5404                 move base64 en/decoder to common directory
5405
5406 2002-11-30 [christoph]  0.8.6claws41
5407
5408         * src/common                    ** NEW **
5409                 new directory for UI independent code
5410         * src/gtk                       ** NEW **
5411                 new directory for GTK frontend
5412         * src/common/.cvsignore         ** NEW **
5413         * src/gtk/.cvsignore            ** NEW **
5414                 ignore build files
5415         * src/common/Makefile.am        ** NEW **
5416         * src/gtk/Makefile.am           ** NEW **
5417                 automake files to build new seperated stuff
5418         * src/Makefile.am
5419                 the binary will currently still be build with the
5420                 files in src, so we include the code from the
5421                 subdirs for now after building the libs there
5422
5423 2002-11-30 [paul]       0.8.6claws40
5424
5425         * src/compose.c
5426                 fix bug [642731] 'Wrong selected account with drafted mail'
5427
5428 2002-11-29 [oliver]     0.8.6claws39
5429         
5430         * src/messageview.c
5431                 o update summaryview when switching between different
5432                   messageviews          
5433         * src/toolbar.c  
5434                 o check if messageview holds already removed msg
5435                   from summaryview
5436                 
5437
5438 2002-11-29 [oliver]     0.8.6claws38
5439
5440         * src/toolbar.c 
5441                 remove not needed variables and includes
5442                 make messageview stay opened and move to next when msgs are deleted 
5443
5444 2002-11-29 [oliver]     0.8.6claws37
5445         
5446         * src/toolbar.c 
5447                 disable compose button (messageview toolbar) by default
5448                 deleted msgs are moved to trash
5449         
5450 2002-11-29 [melvin]     0.8.6claws36
5451
5452         * configure.in
5453                 Increased minimal gpgme version to 0.3.10 (Zombies out)
5454                 and to detect signatures expirations (gpgme 0.3.6)
5455
5456         * src/main.c
5457                 Use non obsolescent function for Gpgme engine checking.
5458
5459         * src/rfc2015.c
5460                 Inform about expired signatures or signatures which key
5461                 has expired. Expiration date is displayed.
5462
5463         * src/sigstatus.c
5464                 Inform about expired signatures or signatures which key
5465                 has expired.
5466
5467 2002-11-28 [paul]       0.8.6claws35
5468
5469         * src/folderview.c
5470                 re-instate 'Check for new messages' in Newsgroup
5471                 folders right-click menu, after a suggestion from
5472                 Tim Mann <timmann@users.sourceforge.net>
5473
5474         * src/main.c
5475                 after a crash check only local folders for new
5476                 messages
5477
5478 2002-11-28 [paul]       0.8.6claws34
5479
5480         * configure.in
5481                 apply patch that fixes the checking of GTK with XIM 
5482                 support on different OSs, such as FreeBSD. Patch 
5483                 submitted by Topia <topia@users.sourceforge.net>
5484                 
5485 2002-11-28 [paul]       0.8.6claws33
5486
5487         * src/mainwindow.c
5488           src/prefs_common.c
5489           src/prefs_toolbar.c
5490                 more changes to the English
5491
5492 2002-11-28 [paul]       0.8.6claws32
5493
5494         * sync with 0.8.6cvs13
5495                 see ChangeLog 2002-11-28 (no sync needed
5496                 for src/compose.c)
5497
5498 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
5499         
5500         * src/mainwindow.[ch]
5501                 add patch by Ivan F. Martinez introducing messageview Toolbar
5502                 some changes and committed by oliver    
5503
5504 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
5505
5506         * src/messageview.[ch]
5507                 add patch by Ivan F. Martinez introducing messageview Toolbar
5508                 some changes and committed by oliver    
5509
5510 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
5511
5512         * src/compose.[ch]
5513                 add patch by Ivan F. Martinez introducing messageview Toolbar
5514                 some changes and committed by oliver    
5515
5516 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
5517         
5518         * src/toolbar.[ch]
5519                 add patch by Ivan F. Martinez introducing messageview Toolbar
5520                 some changes and committed by oliver
5521
5522 2002-11-28 [oliver]     0.8.6claws27
5523         
5524         * src/prefs_toolbar.[ch]
5525                 getting ready for messageview toolbar
5526                 free mem allocated by gettext
5527                 change prefs_toolbar to prefs_toolbar_open
5528  
5529 2002-11-28 [thorsten]   0.8.6claws26
5530
5531         * src/imageview.[ch]
5532                 cleaned up conflicting declarations of
5533                 imageview_show_image()
5534
5535 2002-11-28 [paul]       0.8.6claws25
5536
5537         * src/grouplistdialog.c
5538           src/prefs_common.c
5539           src/prefs_summary_column.c
5540                 a few more improvements to the English
5541
5542 2002-11-28 [colin]      0.8.6claws24
5543
5544         * man/sylpheed.1
5545                 A few updates to command-line parameters
5546
5547 2002-11-28 [colin]      0.8.6claws23
5548
5549         * src/prefs_filtering.c
5550                 Fix problems with prefs_filtering_delete_path:
5551                 a) if the first rule is removed, original pointers
5552                    weren't updated (leading to segfaults)
5553                 b) it was always global_processing updated in case
5554                    of removed path was parent of rule path
5555
5556 2002-11-27 [paul]       0.8.6claws22
5557
5558         * src/mainwindow.c
5559           src/prefs_account.c
5560           src/prefs_actions.c
5561           src/prefs_common.c
5562           src/prefs_customheader.c
5563           src/prefs_display_header.c
5564           src/prefs_filtering.c
5565           src/prefs_folder_item.c
5566           src/prefs_matcher.c
5567           src/prefs_scoring.c
5568           src/prefs_summary_column.c
5569           src/prefs_template.c
5570           src/prefs_toolbar.c
5571                  improve the English in the GUI
5572
5573 2002-11-27 [colin]      0.8.6claws21
5574
5575         * src/folder.c
5576                 Fix processing renaming problems happening after
5577                 last commit
5578
5579 2002-11-27 [colin]      0.8.6claws20
5580
5581         * src/folder.c
5582                 recursive move now deletes src each subfolder after 
5583                 having moved it
5584         * src/folderview.c
5585                 Use identifier instead of path during dnd (enables
5586                 IMAP folder dnd)
5587
5588 2002-11-27 [paul]       0.8.6claws19
5589
5590         * src/main.c
5591                 apply patch that does command-line processing 
5592                 BEFORE gtk_init, allowing claws to run from 
5593                 shell-scripts in non-X environment (e.g. crontab 
5594                 or ip-up, ip-down scripts). Patch submitted by
5595                 Ruslan N. Balkin <baron@dartel.ru>
5596                 
5597         * po/it.po
5598                 updated by Alessandro Maestri
5599
5600 2002-11-27 [paul]       0.8.6claws18
5601
5602         * sync with 0.8.6cvs12
5603           src/prefs_common.c
5604                 Differences are that main uses a 'Receive dialog'
5605                 frame on the Interface tab, whereas claws groups all 
5606                 the dialogs together in a 'Dialogs' frame.
5607
5608 2002-11-27 [colin]      0.8.6claws17
5609
5610         * src/prefs_matcher.c
5611                 Fix Execute criteria's NOT flag
5612
5613
5614 2002-11-26 [christoph]  0.8.6claws16
5615
5616         * src/ssl.c
5617                 rewrite the ssl code a little bit, only use one
5618                 SSL context, set default certificates' file/path
5619
5620 2002-11-26 [thorsten]   0.8.6claws15
5621
5622         * src/compose.c
5623                 default-reply-to didn't work for ml-reply
5624
5625 2002-11-26 [melvin]     0.8.6claws14
5626
5627         * src/prefs_actions.c
5628                 Made pipe-actions ignore short headers in message view
5629                 Made trailing-pipe-actions write in the message view with
5630                 the same font as the original message
5631
5632 2002-11-26 [paul]       0.8.6claws13
5633
5634         * src/compose.c
5635                 this time commit the correct file
5636
5637 2002-11-26 [paul]       0.8.6claws12
5638
5639         * sync with 0.8.6cvs11
5640           src/quote_fmt_parse.y  
5641                 no sync needed
5642           src/account.[ch]       
5643                 not sync'ed
5644           src/compose.c
5645                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
5646                 on draft mode.
5647                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
5648                 header
5649                 
5650         see ChangeLog 2002-11-25 and 2002-11-26
5651
5652 2002-11-26 [colin]      0.8.6claws11
5653
5654         * src/folderview.c
5655                 Fix collapsed folder not auto-expanding during
5656                 mail dnd, if it was the source folder.
5657
5658 2002-11-25 [colin]      0.8.6claws10
5659
5660         * src/folderview.[ch]
5661                 Variable renaming and cleaning (slist of nodes 
5662                 to be re-collapsed is stored in FolderView)
5663
5664 2002-11-25 [paul]       0.8.6claws9
5665
5666         * src/prefs_common.[ch]
5667                 fix breakage caused by last commit
5668
5669 2002-11-25 [paul]       0.8.6claws8
5670
5671         * sync with 0.8.6cvs4
5672                 see ChangeLog 2002-11-21
5673
5674 2002-11-25 [paul]       0.8.6claws7
5675
5676         * sync with 0.8.6cvs4
5677                 see ChangeLog 2002-11-20
5678
5679 2002-11-25 [paul]       0.8.6claws6
5680
5681         * sync with 0.8.6cvs3
5682                 see ChangeLog 2002-11-18
5683
5684 2002-11-25 [colin]      0.8.6claws5
5685
5686         * src/gtkutils.[ch]
5687                 Add gtkut_ctree_node_is_parent()
5688         * src/folderview.c
5689                 Spring-loaded folders
5690
5691 2002-11-25 [colin]      0.8.6claws4
5692
5693         * src/utils.[ch]
5694                 Add slist_concat_unique(), function to merge
5695                 two GSList filtering dups
5696         * src/folder.[ch]
5697         * src/summaryview.[ch]
5698         * src/folderview.c
5699         * src/main.c
5700                 Add detection/update/display of unread answers
5701                 to marked mails
5702         * src/procmsg.[ch]
5703                 Add procmsg_find_children()
5704                 Add procmsg_msg_has_marked_parent()
5705
5706 2002-11-25 [colin]      0.8.6claws3
5707
5708         * src/ssl_certificate.[ch]
5709                 Allow checking a certificate without a DNS
5710                 lookup
5711                 Allow to forget a cert (by deleting it)
5712                 Make ssl_certificate_destroy_public
5713         * src/ssl_manager.[ch] ** NEW FILES **
5714                 Gui to manage (display/remove) certificates
5715         * src/prefs_common.[ch]
5716                 Add a pref to allow silent acceptation of
5717                 trusted certificates or not (based on the
5718                 "I want to know what's going on" principle)
5719         * src/mainwindow.c
5720                 Add SSL manager in Tools menu
5721         * src/Makefile.am
5722                 Add the new files to the build
5723         * po/POTFILES.in
5724                 Add ssl_manager.c to translations
5725
5726 2002-11-25 [colin]      0.8.6claws2
5727
5728         * src/summaryview.[ch]
5729                 Add S_SEARCH_EXTENDED to the quick search, which 
5730                 allows to search using filtering syntax.
5731
5732 2002-11-25 [colin]      0.8.6claws1
5733
5734         * src/summaryview.c
5735                 Deletion of duplicates now prefer deleting
5736                 the unread dup (fixes feature-request 638989).
5737
5738 2002-11-24 [paul]       0.8.6claws
5739
5740         * po/es.po
5741           po/pl.po
5742           po/ru.po
5743           po/sr.po
5744                 updated by Ricardo Mones Lastra,
5745                 Witold Wladyslaw Wojciech Wilk,
5746                 Ruslan N. Balkin, and  Urke MMI 
5747                 respectively
5748
5749 2002-11-24 [paul]       0.8.5claws182
5750
5751         * po/bg.po
5752                 updated by George Danchev
5753
5754 2002-11-23 [alfons]     0.8.5claws181
5755
5756         * src/imap.c
5757                 tiny memory leak found by browsing Dimitar's 
5758                 valgrind report
5759
5760 2002-11-23 [paul]       0.8.5claws180
5761
5762         * po/it.po
5763                 updated by Alessandro Maestri
5764
5765 2002-11-22 [christoph]  0.8.5claws179
5766
5767         * src/compose.c
5768         * src/inc.c
5769         * src/prefs_filtering.c
5770         * src/summaryview.c
5771                 more warning fixes
5772
5773 2002-11-22 [alfons]     0.8.5claws178
5774
5775         * src/summaryview.c
5776                 summary_execute_delete_func(): if message is deleted, make 
5777                 sure to also remove its entry in the subject hash table. 
5778                 fixes a corner case bug.
5779
5780 2002-11-22 [paul]       0.8.5claws177
5781
5782         * .cvsignore
5783                 add 'autom4te.cache'
5784                 
5785         * ltconfig      ** REMOVED **
5786                 not needed
5787
5788 2002-11-22 [paul]       0.8.5claws176
5789
5790         * src/textview.c
5791                 textview_set_font(): fix for message display in
5792                 UTF-8 locales (thanks to Sergey Vlasov).
5793                 
5794         * AUTHORS
5795                 add new team members and contributors
5796
5797
5798 2002-11-21 [colin]      0.8.5claws175
5799
5800         * src/procmsg.[ch]
5801                 Add procmsg_remove_special_headers()
5802         * src/mh.c
5803                 Use procmsg_remove_special_headers() for 
5804                 previous fix
5805
5806 2002-11-21 [colin]      0.8.5claws174
5807
5808         * src/mh.c
5809                 Fix moving/copying from queue/draft folders
5810                 for MH folders
5811
5812 2002-11-21 [christoph]  0.8.5claws173
5813
5814         * src/crash.c
5815         * src/filtering.c
5816         * src/logwindow.c
5817         * src/main.c
5818         * src/matcher_parser_lex.[hl]
5819         * src/mbox.c
5820         * src/mbox_folder.[ch]
5821         * src/prefs_filtering.c
5822         * src/procheader.c
5823         * src/quote_fmt_lex.l
5824         * src/ssl.c
5825                 fix all warnings except the warnings in lex and yacc files
5826
5827 2002-11-20 [christoph]  0.8.5claws172
5828
5829         * src/imap.c
5830                 fix MsgInfo retrieval for IMAP draft and queue folders
5831                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
5832
5833 2002-11-19 [christoph]  0.8.5claws171
5834
5835         * src/compose.c
5836                 fix segfault, when draft saving does not get
5837                 the MsgInfo of the new message
5838                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
5839
5840 2002-11-19 [christoph]  0.8.5claws170
5841
5842         * src/procmsg.c
5843                 add parameter check for flag setting function
5844                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
5845
5846 2002-11-18 [paul]       0.8.5claws169
5847
5848         * src/compose.c
5849                 more sensitivity fixes to redirect mode:
5850                 * disable toolbar draft button
5851                 * allow only Address book in the Tools menu
5852                 * disable editing of message by the spell
5853                   checker
5854
5855 2002-11-18 [paul]       0.8.5claws168
5856
5857         * src/compose.c
5858                 fix sensitivity of menu items in compose_redirect():
5859                 allow only the necessary items 
5860
5861 2002-11-18 [paul]       0.8.5claws167
5862
5863         * src/compose.c
5864                 fix bug [ 603259 ] 'attachment got lost on bounce'
5865
5866 2002-11-18 [paul]       0.8.5claws166
5867
5868         * po/ru.po
5869                 updated by Ruslan N. Balkin <baron@dartel.ru>
5870
5871 2002-11-18 [colin]      0.8.5claws165
5872
5873         * src/main.c
5874           src/defs.h
5875                 Remove old filtering stuff
5876
5877
5878 2002-11-17 [oliver]     0.8.5claws164
5879
5880         * src/toolbar.h
5881                 remove not needed typedef 
5882
5883 2002-11-17 [oliver]     0.8.5claws163
5884
5885         * src/toolbar.c
5886                 make toolbar's on click events translatable
5887
5888 2002-11-15 [colin]      0.8.5claws162
5889
5890         * src/summaryview.c
5891                 Revert too-soon integration of a feature
5892
5893 2002-11-15 [christoph]  0.8.5claws161
5894
5895         * src/imap.c
5896                 use main's implementation of imap_get_msginfo
5897
5898 2002-11-15 [christoph]  0.8.5claws160
5899
5900         * src/compose.c
5901         * src/folder.[ch]
5902         * src/imap.c
5903         * src/mbox_folder.c
5904         * src/mh.c
5905         * src/news.c
5906         * src/procmsg.c
5907         * src/summaryview.c
5908                 replace claws' fetch_msginfo with main's get_msginfo
5909                 (use main's implementation where possible)
5910
5911 2002-11-15 [colin]      0.8.5claws159
5912
5913         * src/ssl_certificate.c
5914                 Missed a check
5915
5916 2002-11-16 [melvin]     0.8.5claws158
5917
5918         * po/fr.po
5919                 Updated French translations.
5920
5921 2002-11-16 [colin]      0.8.5claws157
5922
5923         * src/ssl_certificate.c
5924                 Check for missing parts in the certificates
5925
5926 2002-11-15 [colin]      0.8.5claws156
5927
5928         * src/folderview.c
5929                 Preventive fix (missing check) found by
5930                 Alfons
5931
5932 2002-11-15 [paul]
5933
5934         * NEWS
5935                 sync with 0.8.6 release
5936
5937 2002-11-15 [colin]      0.8.5claws155
5938
5939         * src/folder.[ch]
5940           src/folderview.c
5941                 Fix error handling of folder_item_move_to()
5942                 (thanks to Alfons!)
5943
5944 2002-11-15 [colin]      0.8.5claws154
5945
5946         * src/folder.[ch]
5947           src/folderview.c
5948                 folder_item_move_to() sets an error message instead
5949                 of having GUI stuff in folder.c
5950
5951 2002-11-15 [colin]      0.8.5claws153
5952
5953         * src/procmsg.[ch]
5954                 Implemented a callback for MsgInfo updates, 
5955                 heavily copy/pasted from Christoph's folder 
5956                 callback system
5957         * src/summaryview.[ch]
5958                 Register summary_update_msg as callback
5959
5960 2002-11-14 [colin]      0.8.5claws152
5961         
5962         * src/procmsg.c
5963                 Update the FolderItem after sending (fixes 617593)
5964
5965 2002-11-14 [christoph]  0.8.5claws151
5966
5967         * src/folder.c
5968                 fix wrong position of NULL pointer check found
5969                 by Sergey
5970
5971 2002-11-14 [christoph]  0.8.5claws150
5972
5973         * src/folder.c
5974                 fix segfault when deleting messages from IMAP folders
5975                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
5976
5977 2002-11-14 [colin]      0.8.5claws149
5978
5979         * src/compose.c
5980                 Forwarding was also ignoring the folder's default account.
5981
5982 2002-11-14 [colin]      0.8.5claws148
5983
5984         * src/compose.c
5985                 Fix sent folder not set to folder properties when 
5986                 forwarding.
5987
5988 2002-11-14 [thorsten]   0.8.5claws147
5989
5990         * src/inc.c
5991                 inc_start(): Files were not moved from .processing to inbox,
5992                 if no global processing rule existed
5993
5994 2002-11-14 [colin]      0.8.5claws146
5995
5996         * src/ssl_certificate
5997                 Fix file operations
5998
5999 2002-11-14 [paul]       0.8.5claws145
6000
6001         * po/it.po
6002                 updated by Alessandro Maestri
6003
6004 2002-11-13 [alfons]     0.8.5claws144
6005
6006         * src/folder.c
6007                 folder_item_close(): only mark messages unread
6008                 when a folder has new messages 
6009
6010 2002-11-13 [keith]      0.8.5claws143
6011
6012         * src/imap.c
6013                 Fix problem moving or copying between
6014                 IMAP folders
6015
6016 2002-11-13 [colin]      0.8.5claws142
6017
6018         * src/matcher_parser_parse.y
6019                 Fix rule problem when " don't match
6020
6021 2002-11-13 [christoph]  0.8.5claws141
6022
6023         * src/folder.c
6024         * src/folderview.c
6025                 moved cache saving to folder_item_close
6026                 the folderview should not have to deal with
6027                 this things
6028
6029 2002-11-13 [christoph]  0.8.5claws140
6030
6031         * src/summaryview.c
6032                 moved setting of important score to
6033                 summary_set_prefs_from_folderitem
6034
6035 2002-11-13 [colin]      0.8.5claws139
6036
6037         * src/matcher_parser_parse.y
6038                 Fix a segfault in the parser (happening when
6039                 a good expression had been tested and a bad 
6040                 one arrives)
6041
6042 2002-11-13 [paul]       0.8.5claws138
6043
6044         * sync with 0.8.5cvs24
6045                 see ChangeLog 2002-11-13
6046                 
6047         * po/pt_BR.po
6048                 updated by Fabio Jr. Beneditto
6049
6050 2002-11-13 [colin]      0.8.5claws137
6051         
6052         * src/msgcache.c
6053           src/defs.h
6054           src/procmsg.[ch]
6055                 Revert last commit, problem
6056
6057 2002-11-13 [colin]      0.8.5claws136
6058
6059         * src/msgcache.c
6060                 Remove duplicated code
6061         * src/defs.h
6062                 Bumped CACHE_VERSION and MARK_VERSION
6063         * src/procmsg.[ch]
6064                 Network endian for cache and mark files
6065
6066 2002-11-12 [colin]      0.8.5claws135
6067
6068         * src/inc.c
6069                 Fix the "socket error" dialog which disappeared
6070
6071 2002-11-12 [colin]      0.8.5claws134
6072
6073         * src/msgcache.c
6074                 Reverse last commit which had performance 
6075                 problems, but still reverse the list
6076
6077 2002-11-12 [colin]      0.8.5claws133
6078
6079         * src/msgcache.c
6080                 Reverse list order
6081
6082 2002-11-12 [melvin]     0.8.5claws132
6083
6084         * src/compose.c
6085                 Added a check for a NULL prefs_common.dictionary
6086
6087 2002-11-12 [colin]      0.8.5claws131
6088
6089         * src/ssl_certificate.[ch]
6090                 Use FQDN hostname
6091
6092 2002-11-12 [colin]      0.8.5claws130
6093
6094         * src/ssl_certificate.[ch]
6095                 Take connection port into account for 
6096                 checking certificates (a single hostname
6097                 could have multiple servers with multiple
6098                 certificates)
6099         * src/ssl.c
6100                 Pass the port to ssl_certificate_check
6101
6102 2002-11-12 [paul]       0.8.5claws129
6103
6104         * src/folder.c
6105                 fix a typo in last commit
6106
6107 2002-11-12 [paul]       0.8.5claws128
6108
6109         * sync with 0.8.5cvs23
6110                 see ChangeLog entry 2002-11-12
6111
6112 2002-11-11 [colin]      0.8.5claws127
6113
6114         * src/ssl_certificate.c
6115                 Cleaner messages
6116                 Don't popup, instead log error, if the 
6117                 corresponding pref is checked
6118         * src/ssl_certificate.h
6119                 include <openssl/objects/h>
6120
6121 2002-11-11 [colin]      0.8.5claws126
6122
6123         * src/ssl_certificate.h
6124                 _Really_ clean it
6125
6126 2002-11-11 [colin]      0.8.5claws125
6127         
6128         * src/ssl_certificate.c
6129                 Fixed leak
6130
6131 2002-11-11 [colin]      0.8.5claws124
6132
6133         * src/ssl.c
6134                 Cleaned a bit
6135         * src/ssl_certificate.[ch]
6136                 Cleaned a bit (better use of SSL API)
6137                 (This will cause non-recognition of saved 
6138                  certificates of claws12[23]...)
6139
6140 2002-11-11 [paul]       0.8.5claws123
6141         
6142         * po/es.po
6143                 updated by Ricardo Mones Lastra
6144
6145 2002-11-11 [colin]      0.8.5claws122
6146
6147         * src/ssl.c
6148                 Fix a typo
6149
6150 2002-11-11 [colin]      0.8.5claws121
6151
6152         * src/ssl_certificate.[ch] ** NEW FILES **
6153         * src/ssl.[ch]
6154                 Check SSL certificates presented to us
6155         * src/Makefile.am
6156                 Add ssl_certificate.[ch]
6157         * po/POTFILES.in
6158                 Add ssl_certificate.c
6159
6160 2002-11-11 [paul]       0.8.5claws120
6161
6162         * sync with 0.8.5cvs22
6163                 see ChangeLog 2002-11-11
6164
6165 2002-11-11 [paul]       0.8.5claws119
6166
6167         * sync with 0.8.5cvs21
6168                 see ChangeLog 2002-11-11
6169
6170 2002-11-10 [jens]       0.8.5claws118
6171
6172         * src/folder.c
6173         * src/folderview.c
6174                 corrected some typing
6175         * po/de.po
6176                 updated german translation
6177         * sylpheed.spec.in
6178                 cleaned up specfile and adjusted it for claws
6179
6180 2002-11-10 [colin]      0.8.5claws117
6181
6182         * src/summaryview.c
6183                 a STATUSBAR_PUSH/POP fix
6184
6185 2002-11-10 [colin]      0.8.5claws116
6186
6187         * src/prefs_folder_item.c
6188                 Fix hanging after opening folder properties
6189
6190 2002-11-10 [hoa]        0.8.5claws115
6191
6192         * src/matcher_parser_lex.l
6193         * src/matcher_parser_parse.y
6194                 config file for scoring and filtering is no more trashed
6195                 when there is a syntax error in a filtering rule when
6196                 editing it in a dialog.
6197
6198 2002-11-09 [colin]      0.8.5claws114
6199
6200         * src/mbox_folder.c
6201                 Added missing initialisation of folder->destroy()
6202
6203 2002-11-09 [colin]      0.8.5claws113
6204
6205         * src/folder.c
6206           src/folderview.c
6207                 Fix the status bar messages
6208
6209 2002-11-09 [colin]      0.8.5claws112
6210
6211         * src/folderview.c
6212                 Fix hangs after folder dnd, happening after 
6213                 claws109.
6214
6215 2002-11-09 [christoph]  0.8.5claws111
6216
6217         * src/folderview.c
6218                 just changed order of calls (reverse order of
6219                 associated calls)
6220         * src/inc.c
6221                 lock inc when checking only one account, otherwise
6222                 inc all could be executed at the same time
6223
6224 2002-11-09 [christoph]  0.8.5claws110
6225
6226         * src/folderview.c
6227                 better unlock the mouse cursor before calling
6228                 summary_show because it changes the cursor too
6229
6230 2002-11-09 [christoph]  0.8.5claws109
6231
6232         * src/folder.[ch]
6233         * src/folderview.c
6234                 add functions to open and close a folder
6235                 o opending will execute scanning for remote folders
6236                   and processing
6237                 o closing will unset new flag for messages
6238
6239 2002-11-09 [colin]      0.8.5claws108
6240
6241         * src/folder.c
6242                 Add a call to prefs_matcher_write_config to 
6243                 avoid non-leaf folders filtering settings to be
6244                 lost
6245
6246 2002-11-09 [paul]       0.8.5claws107
6247
6248         * src/prefs_account.c
6249                 re-word a label
6250
6251 2002-11-09 [colin]      0.8.5claws106
6252
6253         * src/folderview.c
6254                 Minor esthetic fix
6255
6256 2002-11-09 [colin]      0.8.5claws105
6257
6258         * src/folderview.c
6259                 Fix prefs_filtering deletion for MH folders (same
6260                 reason as below)
6261         * src/prefs_filtering.c
6262                 Fix prefs_filtering renaming and deletion for 
6263                 folder-based processing rules.  
6264
6265 2002-11-09 [christoph]  0.8.5claws104
6266
6267         * src/compose.c
6268         * src/folder.[ch]
6269         * src/folderview.[ch]
6270         * src/import.c
6271         * src/inc.c
6272         * src/main.c
6273         * src/mainwindow.c
6274         * src/messageview.c
6275         * src/prefs_folder_item.c
6276         * src/procmsg.c
6277         * src/summaryview.c
6278                 implement a callback system for folder item updates
6279
6280 2002-11-09 [colin]      0.8.5claws103
6281
6282         * src/folderview.c
6283                 Fix prefs_filtering renaming for MH folders (we
6284                 shouldn't rename by path as another folder could
6285                 have the same hierarchy).
6286
6287 2002-11-09 [colin]      0.8.5claws102
6288
6289         * src/folder.c
6290                 Fix a leak found by Christoph, use better variable
6291                 names
6292
6293 2002-11-09 [colin]      0.8.5claws101
6294
6295         * src/folder.c
6296                 One more fix for processing rules
6297
6298 2002-11-08 [colin]      0.8.5claws100
6299         
6300         * src/matcher.c
6301                 Don't copy the compiled regexp (will be reevaluated)
6302         * src/folderview.c
6303                 Lock folderview while moving
6304         * src/folder.c
6305                 Provide info on what's happening to the user
6306
6307 2002-11-08 [colin]      0.8.5claws99
6308
6309         * src/folderview.c
6310                 Fix folder reordering after a move if parent is 
6311                 root
6312         * src/scoring.[ch]
6313                 Add function to copy a ScoringProp
6314         * src/prefs_folder_item.c
6315                 Copy scoring rules when copying a folder prefs
6316
6317 2002-11-08 [colin]      0.8.5claws98
6318
6319         * src/folderview.c
6320                 Fixes in case of failure
6321         * src/filtering.[ch]    
6322                 Add function to duplicate a FilteringProp
6323         * src/matcher.[ch]
6324                 Add function to duplicate a MatcherProp
6325         * src/prefs_folder_item.c
6326                 Save folder's processing rules when copying 
6327                 its prefs
6328
6329 2002-11-08 [colin]      0.8.5claws97
6330         
6331         * src/folderview.c
6332                 Sort after move
6333         * src/folder.c 
6334                 Change a printf to debug_print
6335
6336 2002-11-08 [colin]      0.8.5claws96
6337
6338         * src/folder.c
6339           src/folderview.c
6340                 Fix segfaults, call me stupido
6341         
6342
6343 2002-11-08 [colin]      0.8.5claws95
6344
6345         *src/folder.c
6346                 Added forgotten prefs to save when moving folders
6347
6348 2002-11-08 [colin]      0.8.5claws94
6349
6350         * src/folder.c
6351                 Fixes to folder DND (prefs copy)
6352         * src/folderview.c
6353                 Optimization for folder DND (don't rescan whole tree)
6354                 Added folderview_create_folder_node() for this 
6355                 optimization, so de-duped a bit the code
6356         * src/prefs_folder_item.[ch]
6357                 Added prefs_folder_item_copy_prefs()    
6358           
6359 2002-11-08 [paul]       0.8.5claws93
6360
6361         * src/prefs_account.c
6362           tools/README
6363           tools/kmail2sylpheed_v2.pl
6364                 correct some typos
6365
6366 2002-11-08 [paul]       0.8.5claws92
6367
6368         * src/compose.c
6369           src/prefs_account.[ch]
6370                 remove account options 'clearsign' and 'ascii_armored',
6371                 replace with 'default_gnupg_mode' to prevent mixed-mode
6372                 Privacy settings
6373
6374 2002-11-08 [paul]       0.8.5claws91
6375
6376         * src/compose.[ch]
6377                 re-implement GnuPG 'on-the-fly' mode selection,
6378                 disallow mixed-mode
6379
6380 2002-11-08 [colin]      0.8.5claws90
6381
6382         * src/folderview.c
6383           src/prefs_folder_item.c
6384                 Change "Property" to "Properties"
6385
6386 2002-11-07 [colin]      0.8.5claws89
6387
6388         * src/folderview.c
6389           src/folder.c
6390                 Allow folder dropping to a root folder
6391
6392 2002-11-07 [paul]       0.8.5claws88
6393
6394         * src/compose.c
6395                 revert last commit
6396
6397 2002-11-07 [paul]       0.8.5claws87
6398
6399         * src/compose.c
6400                 fix reply-to-list bug. closes bug report
6401                 "[633382] reply-to-list broken in recent cvs"
6402
6403 2002-11-07 [paul]       0.8.5claws86
6404
6405         * src/compose.c
6406                 add a forgotten '#if USE_GPGME ... #endif'
6407
6408 2002-11-07 [paul]       0.8.5claws85
6409
6410         * sync with 0.8.5cvs20
6411                 see ChangeLog 2002-11-07
6412
6413 2002-11-07 [colin]      0.8.5claws84
6414
6415         * src/folder.[ch]
6416                 Change folder_item_move_to to return the newly 
6417                 created folderitem.
6418         * src/folderview.c
6419                 Select the new folderitem after moving.
6420
6421 2002-11-07 [colin]      0.8.5claws83
6422
6423         * src/prefs_filtering.c
6424                 Fix rule rewriting when moving a leaf folder to a 
6425                 shorter path
6426
6427 2002-11-07 [colin]      0.8.5claws82
6428
6429         * src/prefs_filtering.c
6430                 fix a leak
6431
6432 2002-11-07 [colin]      0.8.5claws81
6433
6434         * src/folder.[ch]
6435                 Add folder_item_move_to() function to move a 
6436                 folderitem into another one (updates matcher etc)
6437         * src/folderview.c
6438                 Add folder drag'n drop (context menu to come)
6439                 [Should be dataloss free, but Please backup before 
6440                  trying !]
6441
6442 2002-11-06 [colin]      0.8.5claws80
6443
6444         * src/mh.c
6445                 mh_create_folder() returns NULL if can't create
6446                 directory hierarchy
6447
6448 2002-11-06 [paul]       0.8.5claws79
6449
6450         * src/compose.[ch]
6451                 allow 'on-the-fly' changing of the type of encryption 
6452                 and/or signing used (mime/ascii) via the compose window
6453
6454 2002-11-06 [paul]       0.8.5claws78
6455
6456         * sync with 0.8.5cvs19
6457                 see ChangeLog 2002-11-06 for src/account.c: 
6458                 account_get_special_folder()
6459                 
6460 2002-11-05 [alfons]     0.8.5claws77
6461
6462         * src/crash.c
6463                 very minor cleanups: nothing to see here, move on. :-)
6464
6465 2002-11-05 [colin]      0.8.5claws76
6466
6467         * src/main.c
6468                 Changes choices if compose windows are opened to
6469                 Discard, Draft, Don't quit
6470
6471 2002-11-05 [thorsten]   0.8.5claws75
6472
6473         * src/compose.c
6474                 reenabled default_reply_to folder option
6475
6476 2002-11-05 [colin]      0.8.5claws74
6477
6478         * src/compose.[ch] 
6479                 add compose_draft()
6480         * src/crash.c
6481                 add SIGTERM handler
6482         * src/main.[ch]
6483                 add clean_quit() for the SIGTERM handler
6484
6485 2002-11-05 [paul]       0.8.5claws73
6486         
6487         * po/es.po
6488                 updated by Ricardo Mones Lastra
6489
6490 2002-11-05 [melvin]     0.8.5claws72
6491
6492         * src/logwindow.c
6493                 Fixed log-clipping bug #616795.
6494                 To stop logging in the log window use 0 length.
6495         * src/prefs_common.c
6496                 Added a label to inform about the 0 log length behaviour.
6497
6498 2002-11-05 [paul]       0.8.5claws71
6499
6500         * sync with 0.8.5cvs17
6501                 see ChangeLog 2002-11-05
6502
6503 2002-11-04 [paul]       0.8.5claws70
6504
6505         * sylpheed-128x128.png
6506           sylpheed-64x64.png
6507           sylpheed.png
6508                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
6509                 <nikai@users.sourceforge.net>
6510                 
6511         * po/bg.po
6512                 updated by George Danchev
6513
6514 2002-11-03 [thorsten]   0.8.5claws69
6515
6516         * src/main.c
6517           src/mimeview.c
6518           src/rfc2015.h
6519                 add check if gpg is active
6520
6521 2002-11-03 [thorsten]   0.8.5claws68
6522
6523         * src/toolbar.h
6524                 removed GSList declaration causing trouble on MacOS-X
6525                 (submitted by alfons, reported by xfesty)
6526
6527 2002-11-01 [paul]       0.8.5claws67
6528
6529         * src/mainwindow.c
6530                 remove last remnants of main's filter code
6531
6532 2002-11-01 [paul]       0.8.5claws66
6533
6534         * tools/filter_conv.pl
6535                 fix bug where user-defined headers were ignored
6536
6537 2002-11-01 [paul]       0.8.5claws65
6538
6539         * src/logwindow.c
6540                 make a debug_print() not translatable
6541
6542 2002-10-31 [melvin]     0.8.5claws64
6543
6544         * ac/aspell.m4
6545                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
6546                 not run any GNU/aspell test.  The dictionary path will
6547                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
6548                 was given, in which case, it will be $prefix/lib/aspell/
6549         * configure.in
6550                 Fixed typo in commentary (Aspell code).
6551
6552 2002-10-31 [paul]       0.8.5claws63
6553
6554         * po/POTFILES.in
6555                 remove src/filter.c and src/prefs_filter.c
6556                 thanks to Ricardo for reminding me
6557
6558 2002-10-31 [colin]      0.8.5claws62
6559
6560         * src/mbox_folder.c
6561                 Plug some leaks
6562
6563 2002-10-31 [paul]       0.8.5claws61
6564
6565         * src/prefs_filter.[ch] ** REMOVED **
6566           src/filter.[ch]       ** REMOVED **
6567           
6568         * src/Makefile.am
6569           src/folderview.c
6570           src/inc.c
6571           src/main.c
6572           src/mainwindow.c
6573           src/mbox.c
6574           src/prefs_common.c
6575           src/prefs_filtering.c
6576           src/summaryview.[ch]
6577                 remove main's 'filter' code
6578                 
6579         README.claws
6580                 update to reflect removal of main's filter
6581
6582 2002-10-31 [paul]       0.8.5claws60
6583
6584         * src/summaryview.c
6585                 remove check for global_processing in summary_filter_open(). 
6586                 This fixes the bug where if the user uses the right-click 
6587                 'Create filter rule...' and doesn't have any filter rules 
6588                 already defined in claws' advanced filtering, the newly 
6589                 created filter rule goes to main's filtering which is 
6590                 inaccessible through the gui. Now the filter rule gets added
6591                 to claws' filtering by default.
6592
6593 2002-10-28 [melvin]     0.8.5claws59
6594
6595         * src/prefs_actions.c
6596                 Fixed bug #627322 where MIME parts were not always
6597                 correctly passed to a %p action
6598                 Display an error dialog when message filename is not found.
6599
6600 2002-10-28 [melvin]     0.8.5claws58
6601
6602         * src/prefs_common.c
6603                 Readded a missing function declaration lost in 0.8.3claws34
6604
6605 2002-10-28 [paul]       0.8.5claws57
6606
6607         * sync with 0.8.5cvs15
6608                 see ChangeLog 2002-10-28 and 2002-10-25
6609                 
6610         Note: ChangeLog entry 2002-10-24 is not sync'ed.
6611
6612 2002-10-27 [oliver]     0.8.5claws56
6613
6614         * src/pop.c
6615                 plug leak in pop3_top_recv
6616
6617 2002-10-26 [christoph]  0.8.5claws55
6618
6619         * src/folder.c
6620                 set need_update folder flag when messages are added
6621                 (closes bug [ 626922 ] folder not updated after receiving)
6622
6623 2002-10-25 [melvin]     0.8.5claws54
6624
6625         * src/imageview.c
6626                 Fixed a memleak introduced in the scaling code.
6627
6628 2002-10-24 [alfons]     0.8.5claws53
6629
6630         * src/filtering.c
6631                 make filtering's forward message action forward from the 
6632                 correct account
6633                 (closes bug [628089 ] Filter -> Forward from address problem
6634                 reported by Oktay)
6635
6636 2002-10-24 [christoph]  0.8.5claws52
6637
6638         * src/mainwindow.c
6639         * src/manual.[ch]
6640                 o use manual of current locale or english if current
6641                   locale is not available (and english is available)
6642                 o also link to sylpheed doc project manuals
6643
6644 2002-10-23 [paul]       0.8.5claws51
6645
6646         * tools/README
6647           tools/kmail2sylpheed_v2.pl
6648                 add new version of kmail addressbook importer script.
6649                 works with newer versions of Kmail/KAddressBook which
6650                 have new and rearranged data.
6651
6652 2002-10-23 [martin]     0.8.5claws50
6653
6654         * src/folderview.c
6655         * src/summaryview.c
6656         * src/utils.h
6657         * src/utils.c
6658                 added length parameter to get_abbrev_newsgroup_name()
6659                 changed this function so that it abbreviates the newsgroup
6660                 names only so long it is smaller than the length parameter
6661                 (for better reading of some newsgroup names and space efficiency)
6662
6663 2002-10-22 [colin]      0.8.5claws49
6664
6665         *src/foldersel.c
6666                 Revert Alfons' last modification (after voting ;-))
6667
6668 2002-10-21 [alfons]     0.8.5claws48
6669
6670         * src/foldersel.c
6671                 folder view in folder selection dialog reflects state of
6672                 folder view in main window
6673
6674 2002-10-18 [alfons]     0.8.5claws47
6675
6676         * src/mbox.c
6677                 drop imported messages in folder selected by user,
6678                 and not in the inbox
6679                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
6680
6681 2002-10-18 [alfons]     0.8.5claws46
6682
6683         * src/compose.c
6684                 make automagic reply work correctly for email accounts 
6685                 (whether it's viable to do a full sync with Hiro's 
6686                 compose.c is still under discussion)
6687
6688 2002-10-18 [melvin]     0.8.5claws45
6689
6690         * src/prefs_actions.c
6691                 Fixed bug #622275 where asynchroneous actions left 
6692                 zombies processes
6693                 Made (synchroneous) actions' input be displayed live.
6694
6695 2002-10-18 [christoph]  0.8.5claws44
6696
6697         * src/textview.c
6698                 don't add a newline in the textview in front of the
6699                 first textpart if header display is disabled
6700                 (closes bug [ 603385 ] disabled header display leaves blank
6701                  lin)
6702
6703 2002-10-18 [christoph]  0.8.5claws43
6704
6705         * src/folder.[ch]
6706         * src/imap.c
6707         * src/mbox_folder.c
6708         * src/mh.c
6709         * src/news.c
6710                 folder->get_num_list now returns an error code
6711                 (closes bug [ 609424 ] News cache cleared on failure)
6712                 
6713 2002-10-17 [colin]      0.8.5claws42
6714         
6715         * src/news.c
6716                 Changed a printf by debug_print
6717
6718 2002-10-16 [paul]       
6719
6720         * tools/OOo2sylpheed.pl
6721                 allow for spaces in the name of the
6722                 file to be attached.
6723
6724 2002-10-16 [colin]      0.8.5claws41
6725
6726         * src/main.c
6727                 Use a tristate to change online mode
6728
6729 2002-10-16 [paul]       0.8.5claws40
6730
6731         * po/es.po
6732                 updated by Ricardo Mones Lastra
6733
6734 2002-10-16 [colin]      0.8.5claws39
6735
6736         * src/main.c
6737           src/mainwindow.[ch]
6738                 Added --online and --offline command-line
6739                 switches
6740
6741 2002-10-15 [christoph]  0.8.5claws38
6742
6743         * src/procmime.c
6744                 set mimeinfo->name to NULL after g_free to
6745                 avoid double freeing with g_free
6746
6747 2002-10-14 [christoph]  0.8.5claws37
6748
6749         * src/compose.c
6750         * src/filtering.c
6751         * src/summaryview.c
6752                 remove calls to folder->change_flags that are now
6753                 done by procmsg flag functions (seems it is not
6754                 used by any foldertype anyway)
6755         * src/folder.c
6756                 init folder->change_flags with NULL
6757
6758 2002-10-14 [christoph]  0.8.5claws36
6759
6760         * src/folder.[ch]
6761         * src/imap.[ch]
6762                 use virtual functions for folder item new and destroy
6763                 functions
6764
6765 2002-10-14 [melvin]     0.8.5claws35
6766
6767         * src/compose.c
6768                 Added a test to not run the spell checker if no default
6769                 dictionary is available. No dialog is displayed though.
6770
6771 2002-10-14 [melvin]     0.8.5claws34
6772
6773         * src/gtkaspell.c
6774                 Fixed bug in dictionary list context menu where
6775                 "More..." pointed to an emtpy submenu if the
6776                 number of dictionaries is a multiple of 15
6777                 Removed unneeded code in suggestions list creation
6778
6779 2002-10-14 [paul]       0.8.5claws33
6780
6781         * po/bg.po
6782                 updated by George Danchev
6783
6784 2002-10-13 [hoa]        0.8.5claws32
6785
6786         * src/matcher.[ch]
6787           src/matcher_parser_parser.y
6788                 removed the escaped string from internal structure
6789                 of matcher.
6790
6791 2002-10-12 [colin]      0.8.5claws31
6792
6793         * src/gtksctree.[ch]
6794           src/summaryview.c
6795                 Removed useless function gtksctree_reanchor
6796
6797 2002-10-12 [alfons]     0.8.5claws30
6798         
6799         * sync with remaining main changes 2002-10-09 - 2002-10-11
6800         - drop changes to src/compose.c (requires claws specific changes)
6801         
6802 2002-10-12 [alfons]     0.8.5claws29
6803         
6804         * sync with main changes of 2002-10-08
6805         - drop changes to src/compose.c (requires claws specific changes)
6806         - drop changes to src/summaryview.c (requires changes to compose.c)     
6807
6808 2002-10-12 [alfons]     0.8.5claws28
6809         
6810         * sync with main changes of 2002-10-07
6811
6812 2002-10-12 [alfons]     0.8.5claws27
6813
6814         * sync with main changes of 2002-10-04
6815         - drop changes to src/compose.c (requires claws specific changes)
6816         - drop changes to src/prefs_folder_item.c (claws implementation
6817           seems to be working)
6818
6819 2002-10-12 [colin]      0.8.5claws26
6820
6821         * src/mainwindow.c
6822                 Fix folder-flicker when space-reading, introduced 
6823                 in claws22.
6824
6825 2002-10-12 [colin]      0.8.5claws25
6826
6827         * src/compose.c
6828                 Save account address when saving as draft.
6829                 (closes bug 621838)
6830
6831 2002-10-12 [colin]      0.8.5claws24
6832
6833         * src/summaryview.c
6834                 Fix the problem consisting of no message selected
6835                 after the last message in a folder has been moved.
6836
6837 2002-10-12 [paul]       0.8.5claws23
6838
6839         * src/compose.c
6840           src/prefs_template.c
6841           src/template.[ch]
6842                 add Cc and Bcc to templates. Patch submitted by
6843                 John L. Males.
6844
6845 2002-10-12 [colin]      0.8.5claws22
6846
6847         * src/folderview.c
6848                 Fix a bug after "Check for new messages":
6849                 If a folder was opened, it was still selected at
6850                 the end of the check, but displayed empty.
6851         * src/mainwindow.c
6852                 Remove unnecessary check
6853
6854 2002-10-12 [paul]
6855
6856         * tools/README
6857                 be more verbose in the description of
6858                 OOo2sylpheed.pl
6859                 
6860
6861 2002-10-11 [colin]      0.8.5claws21
6862
6863         * src/mainwindow.c
6864                 Make space work (better) when no mail is selected
6865
6866 2002-10-11 [colin]      0.8.5claws20
6867
6868         * src/inc.c
6869           src/news.c
6870                 fix warnings
6871
6872 2002-10-11 [colin]      0.8.5claws19
6873
6874         * src/mainwindow.c
6875                 revert 0.8.5claws6 changes as i couldn't get to
6876                 anything satisfying
6877
6878 2002-10-11 [melvin]     0.8.5claws18
6879
6880         * src/compose.c
6881                 Removed buggy and unused macro (should have been committed in
6882                 0.8.5claws17)
6883
6884 2002-10-11 [melvin]     0.8.5claws17
6885
6886         * src/compose.c
6887                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
6888
6889 2002-10-11 [thorsten]   0.8.5claws16 
6890
6891         * src/folderview.c
6892                 remove rescan warning
6893
6894 2002-10-11 [colin]      0.8.5claws15 
6895
6896         * src/procheader.c
6897                 fix a segfault that happens if conv_unmime_header
6898                 fails (should be better to find out why it fails)
6899
6900 2002-10-11 [christoph]  0.8.5claws14
6901
6902         * src/summaryview.c
6903                 update folderview stats after ignore/unignore thread
6904
6905 2002-10-11 [hoa]        0.8.5claws13
6906
6907         * src/quote_fmt_parse.y
6908                 Fixed a yacc/bison syntax error
6909         * src/matcher.c
6910                 Escaping of string is fixed.
6911
6912 2002-10-11 [colin]      0.8.5claws12
6913
6914         * src/imageview.c
6915                 Resize images to fit
6916
6917 2002-10-11 [paul]       0.8.5claws11
6918
6919         * po/es.po
6920                 updated by Ricardo Mones Lastra
6921
6922 2002-10-10 [alfons]     0.8.5claws10
6923
6924         * src/compose.c
6925                 allow dropping files by "moving" files from a file manager,
6926                 not only by the more cumbersome "copying". the latter 
6927                 mostly implies holding down the Control button
6928
6929 2002-10-10 [christoph]  0.8.5claws9
6930
6931         * src/summaryview.c
6932                 update folders after thread building for ignored threads
6933
6934 2002-10-10 [christoph]  0.8.5claws8
6935
6936         * config/.cvsignore
6937                 added Makefile
6938         * src/filtering.[ch]
6939         * src/folder.[ch]
6940         * src/folderview.[ch]
6941         * src/import.c
6942         * src/inc.[ch]
6943         * src/mbox.[ch]
6944         * src/procmsg.c
6945         * src/summaryview.[ch]
6946                 o added new flag need_update to FolderItem
6947                 o removed folder_table from various functions from tracking
6948                   folder updates
6949                 o set need_update flags in folder.c's move, copy and delete
6950                   functions and procmsg's flags functions
6951                 o added function folderview_update_items_when_required that
6952                   updates all folders with need_update set
6953                 o call folderview_update_items_when_required instead of
6954                   folderview_update_item_foreach
6955
6956 2002-10-09 [sergey]     0.8.5claws7
6957
6958         * src/compose.c
6959                 Strip CRs whel loading the text into editor in reedit mode.
6960
6961 2002-10-09 [colin]      0.8.5claws6
6962
6963         * src/mainwindow.c
6964                 Make Space work when no mail is selected
6965
6966 2002-10-09 [colin]      0.8.5claws5
6967
6968         * src/gtksctree.[ch]
6969                 Fix range_select
6970                 Add gtk_sctree_reanchor() 
6971         * src/summaryview.c
6972                 Use gtk_sctree_reanchor() - better fix for 
6973                 bug 60413
6974
6975 2002-10-09 [colin]      0.8.5claws4
6976
6977         * src/summaryview.c
6978                 Fix shift-click select after delete problem
6979                 (closes bug 60413)
6980
6981 2002-10-08 [thorsten]   0.8.5claws3
6982
6983         * src/summaryview.c
6984                 exclude current msg from -hide read messages-
6985
6986 2002-10-08 [colin]      0.8.5claws2
6987
6988         * src/inc.[ch]
6989           src/pop.c
6990           src/recv.c
6991                 Differentiate socket errors from disk full
6992                 errors
6993
6994 2002-10-08 [christoph]  0.8.5claws1
6995
6996         * Makefile.am
6997         * configure.in
6998                 modifications for new config directory
6999
7000         * config.guess  ** REMOVED **
7001         * config.sub    ** REMOVED **
7002         * install-sh    ** REMOVED **
7003         * ltmain.sh     ** REMOVED **
7004         * missing       ** REMOVED **
7005         * mkinstalldirs ** REMOVED **
7006                 these files are autogenerated by automake
7007                 when you run autogen.sh
7008
7009         * config/.cvsignore     ** NEW FILE **
7010         * config/Makefile.am    ** NEW FILE **
7011                 ignore autogenerated files
7012                 create a Makefile in this directory
7013
7014 2002-10-08 [paul]       0.8.5claws
7015
7016         * 0.8.5claws release
7017         
7018         * src/compose.c
7019           src/procheader.c
7020           src/procmsg.c
7021                 fix quote reply format for newsgroups reply bug
7022                 (thanks to Hoa)
7023                 
7024         * po/en_GB.po
7025           po/pl.po
7026                 updated by me and Witold Wladyslaw Wojciech Wilk
7027                 repectively
7028
7029 2002-10-07 [paul]       0.8.3claws53
7030
7031         * po/it.po
7032           po/pt_BR.po
7033           po/sr.po
7034                 updated messages catalogs, submitted by
7035                 Alessandro Maestri, Fabio Jr.Beneditto 
7036                 and Urke MMI, respectively.
7037
7038 2002-10-07 [christoph]  0.8.3claws52
7039
7040         * src/folder.[ch]
7041         * src/folderview.c
7042         * src/mainwindow.c
7043                 fix new folder ghost message bug
7044                 (closes bug [ 619722 ] wrong count for newly created folders)
7045
7046 2002-10-07 [christoph]  0.8.3claws51
7047
7048         * src/compose.c
7049                 fix news posting problem
7050
7051 2002-10-07 [melvin]     0.8.3claws50
7052
7053         * po/fr.po
7054                 Updated French translation
7055
7056 2002-10-05 [christoph]  0.8.3claws49
7057
7058         * src/gtkstext.c
7059                 check if line_start_cache is set in gtk_stext_update_text
7060                 (closes bug [ 618119 ] crash while doing search in folder)
7061
7062 2002-10-05 [christoph]  0.8.3claws48
7063
7064         * src/imap.c
7065         * src/news.c
7066         * src/utils.c
7067         * src/utils.h
7068                 implement cache cleanups for claws' folder system
7069                 (closes bug [ 595916 ] imapcache not cleaned up)
7070
7071 2002-10-05 [melvin]     0.8.3claws47
7072
7073         * src/prefs_actions.c
7074                 Made the help text more clear for the %p token
7075
7076 2002-10-04 [paul]       0.8.3claws46
7077
7078         * sync with 0.8.5
7079                 see ChangeLog 2002-10-02 and 2002-10-03
7080
7081 2002-10-04 [christoph]  0.8.3claws45
7082
7083         * src/inc.c
7084                 fix segfault caused by pop before smtp
7085                 call to inc_account_mail with NULL
7086                 pointer for mainwin
7087
7088 2002-10-04 [paul]       0.8.3claws44
7089
7090         * configure.in
7091                 sync the LDAP detection from 0.8.5cvs1
7092
7093 2002-10-02 [christoph]  0.8.3claws43
7094
7095         * po/de.po
7096                 fix small spelling error
7097
7098 2002-10-02 [melvin]     0.8.3claws42
7099
7100         * ac/aspell.m4
7101                 Behave better and say "no" when test program cannot be run.
7102
7103 2002-10-02 [paul]       0.8.3claws41
7104
7105         * sync with 0.8.4cvs1
7106                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
7107                 
7108         * src/summaryview.c
7109                 toggle the behavior of Reply menuitem between
7110                 normal reply and reply-to-list
7111
7112 2002-10-01 [sergey]     0.8.3claws40
7113
7114         * src/compose.c
7115                 Convert newlines in the message text to the canonical form
7116                 before base64 encoding (RFC2045 compliance, fixes some
7117                 interoperability issues with Evolution 1.0.3)
7118
7119 2002-09-29 [colin]      0.8.3claws39
7120
7121         * src/summaryview.c
7122                 Fix an unwanted copy/paste
7123
7124 2002-09-29 [colin]      0.8.3claws38
7125
7126         * src/mainwindow.c
7127                 Renamed "Custom toolbar" to "Customize toolbar"
7128                 Renamed "Show all header" to "Show all headers"
7129                 Renamed "Set diplay item" to "Set displayed items"
7130         * src/prefs_common.c
7131                 Renamed "Show all header" to "Show all headers"
7132         * src/prefs_summary_column.c
7133                 Renamed "diplay item" to "displayed items"
7134
7135 2002-09-29 [colin]      0.8.3claws37
7136
7137         * src/mainwindow.[ch]
7138                 online/offline status pixmaps follow theme
7139                 changes
7140         * src/summaryview.[ch]
7141                 quicksearch pixmap follows theme changes
7142
7143 2002-09-29 [thorsten]   0.8.3claws36
7144
7145         * src/compose.c
7146           src/prefs_folder_item.[ch]
7147                 add default_reply_to folder option (closes patch 581044)
7148
7149 2002-09-29 [christoph]  0.8.3claws35
7150
7151         * acconfig.h    ** REMOVED **
7152         * configure.in
7153         * ac/aspell.m4
7154         * ac/check-type.m4
7155         * ac/gnupg-check-typedef.m4
7156                 fix autoheader 2.50 warning
7157
7158 2002-09-29 [christoph]  0.8.3claws34
7159
7160         * major code cleanup (part 2)
7161         
7162                 - unused variables removed
7163                 - unused functions removed
7164                 - uninitialized variables checked
7165                 - missing return statements added
7166                 - missing function return types added
7167                 - added parentheses around assignment
7168                   when suggested by gcc
7169
7170 2002-09-29 [alfons]     0.8.3claws33
7171
7172         * src/logwindow.c
7173                 log_window_clear(): only bracket gtk_text_forward_delete() 
7174                 with gtk_text_freeze() / gtk_text_thaw() (see if this
7175                 works around GTK text bug)
7176
7177 2002-09-29 [paul]       0.8.3claws32
7178
7179         * po/bg.po
7180           po/sr.po
7181                 updated by George Danchev and Urke MMI
7182                 respectively
7183
7184 2002-09-27 [christoph]  0.8.3claws31
7185
7186         * doc-src/readme.txt
7187         * doc-src/rfc1806.txt   ** REMOVED **
7188         * doc-src/rfc2183.txt   ** NEW FILE **
7189         * doc-src/rfc2980.txt   ** NEW FILE **
7190                 update rfcs
7191
7192 2002-09-27 [melvin]     0.8.3claws30
7193
7194         * ac/aspell.m4
7195                 Fixed typo which could break linking
7196
7197 2002-09-27 [melvin]     0.8.3claws29
7198
7199         * ac/aspell.m4
7200                 Improved GNU/aspell checking. 
7201                 Fixed bug #614490
7202
7203 2002-09-27 [paul]       0.8.3claws28
7204
7205         * sync with 0.8.3cvs8
7206                 see ChangeLog 2002-09-27
7207
7208 2002-09-26 [colin]      0.8.3claws27
7209
7210         * src/toolbar.[ch]
7211           src/mainwindow.[ch]
7212                 Add "Reply to Mailing-list" to the toolbar
7213
7214 2002-09-26 [christoph]  0.8.3claws26
7215
7216         * src/summaryview.c
7217                 Fix wrong message counts in summaryview status
7218
7219 2002-09-26 [paul]       0.8.3claws25
7220
7221         * sync with 0.8.3cvs7
7222                 see ChangeLog 2002-09-26
7223
7224 2002-09-26 [paul]       0.8.3claws24
7225
7226         * sync with 0.8.3cvs6
7227                 see ChangeLog 2002-09-25
7228
7229 2002-09-25 [christoph]  0.8.3claws23
7230
7231         * src/prefs_common.c
7232         * src/prefs_folder_item.c
7233         * src/prefs_scoring.c
7234                 Renamed "kill score" to "hide score" in GUI
7235                 and prefs files
7236
7237 2002-09-25 [paul]       0.8.3claws22
7238
7239         * sync with 0.8.3cvs5
7240                 see ChangeLog 2002-09-24
7241
7242 2002-09-24 [alfons]     0.8.3claws21
7243
7244         patch by Satoshi Nagayasu: allows appending / saving multiple 
7245         selected files (closes "[ 612279 ] save multiple mesg(s) in 
7246         'Save as ...'")
7247
7248         * AUTHORS
7249                 add Satoshi Nagayasu
7250         * src/summaryview.c
7251                 summary_save_as(): allow saving selected files to
7252                 one file
7253                 summary_set_menu_sensitive: enable "Save As..." when
7254                 multiple files are selected
7255         * src/utils.[ch]
7256                 append_file(): new function
7257
7258 2002-09-24 [colin]      0.8.3claws20
7259
7260         * src/procmime.c
7261                 Fix segfault when mimeinfo doesn't have a 
7262                 content_type. 
7263
7264 2002-09-24 [colin]      0.8.3claws19
7265
7266         * src/prefs_common.[ch]
7267                 Add a preference to display send dialog or not
7268         * src/send.c
7269                 Display send dialog according to preference
7270
7271 2002-09-24 [colin]      0.8.3claws18
7272
7273         * src/compose.[ch]
7274                 Disable user actions when sending
7275
7276 2002-09-24 [colin]      0.8.3claws17
7277
7278         * src/procmime.c
7279                 Do not display name or filename for attachments
7280                 with an application/pgp-signature type
7281                 (security flaw, see bug 537413)
7282
7283 2002-09-23 [colin]      0.8.3claws16
7284
7285         * src/editaddress.c
7286                 Initialize entry_email, entry_alias and 
7287                 entry_remarks to first email address of the list
7288
7289 2002-09-23 [colin]      0.83claws15
7290
7291         * src/compose.c
7292                 Drop pgp-signature when reediting a signed queued
7293                 message
7294
7295 2002-09-23 [melvin]     0.8.3claws14
7296
7297         * po/fr.po
7298                 Updated French translation
7299
7300 2002-09-23 [melvin]     0.8.3claws13
7301
7302         * src/mainwindow.c
7303                 Made custom toolbar menu labels more consistent
7304         * src/prefs_toolbar.c
7305                 Made custom toolbar window title more consistent
7306
7307 2002-09-22 [colin]      0.8.3claws12
7308
7309         * src/inc.c
7310                 Initialize session type to normal before getting 
7311                 mail (fixes strange Get behaviour)
7312         * src/prefs_account.h
7313                 Move STYPE_POP_BEFORE_SMTP to last position to 
7314                 avoid other side-effects
7315
7316 2002-09-22 [colin]      0.8.3claws11
7317
7318         * src/prefs_account.c
7319                 Fix pop_bfr_smtp_tm_entry sensivity when switching
7320                 from pop3 to apop or vice-versa
7321
7322 2002-09-22 [colin]      0.8.3claws10
7323         
7324         * src/prefs_account.[ch]
7325                 Add an option for the POP before SMTP timeout
7326         * src/inc.c
7327                 Remember time of last POP connection
7328         * src/send.c
7329                 Do POP before SMTP only if timeout reached
7330
7331 2002-09-22 [oliver]     0.8.3claws9
7332         
7333         * README.claws
7334                 explain custom toolbar
7335
7336 2002-09-22 [oliver]     0.8.3claws8
7337
7338         * src/prefs_actions.[ch]
7339         custom toolbar for compose      
7340                 actions callback from compose toolbar
7341         * src/folderview.c
7342                 remove include toolbar.h
7343
7344 2002-09-22 [oliver]     0.8.3claws7
7345         
7346         * src/prefs_toolbar.[ch]
7347                 custom toolbar for compose
7348                 - generic prefs_toolbar handles both
7349                   Mainwin's toolbar as well as Compose toolbar          
7350
7351 2002-09-22 [oliver]     0.8.3claws6
7352         
7353         * src/toolbar.[ch]
7354                 custom toolbar for compose
7355                 restructure toolbar.[ch]
7356
7357 2002-09-22 [oliver]     0.8.3claws5
7358
7359         * src/compose.[ch]
7360                 custom toolbar for compose
7361
7362 2002-09-22 [oliver]     0.8.3claws4
7363         
7364         * src/mainwindow.[ch]
7365                 custom toolbar for compose 
7366                 move mainwin toolbar back to mainwindow
7367
7368 2002-09-22 [alfons]     0.8.3claws3
7369
7370         * src/procmsg.c
7371                 :%sno/if(/if (/gc
7372                 :%sno/for(/for (/gc
7373                 (beautify)
7374
7375 2002-09-22 [alfons]     0.8.3claws2
7376         
7377         * src/procmsg.c
7378                 procmsg_save_to_outbox(): don't unlink message file from queue;
7379                 callers should do it using folder_item_remove_msg()
7380
7381 2002-09-22 [colin]      0.8.3claws1
7382
7383         * src/mimeview.[ch]
7384                 Made mimeview_check_signature() public
7385         * src/textview.c
7386                 Made GPG signatures verifiable by clicking
7387                 the [application/pgp-signature] in the Text
7388                 view
7389
7390 2002-09-22 [paul]       0.8.3claws
7391
7392         * po/bg.po
7393           po/en_GB.po
7394           po/es.po
7395           po/it.po
7396           po/pl.po
7397           po/pt_BR.po
7398           po/sr.po
7399                 updated translations, submitted by George Danchev,
7400                 me, Ricardo Mones Lastra, Alessandro Maestri,
7401                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7402                 and Urke MMI, respectively.     
7403
7404 2002-09-22 [alfons]     0.8.2claws65
7405
7406         * src/procmsg.c
7407         * src/pgptext.c
7408                 no furry valgrinds have been used to plug these memleaks
7409
7410 2002-09-20 [paul]       0.8.2claws64
7411
7412         * sync with 0.8.3cvs4
7413                 'Select thread' re-implemented 
7414                 see ChangeLog 2002-09-20
7415
7416 2002-09-21 [alfons]     0.8.2claws63
7417
7418         * src/compose.c
7419                 compose_send(): plug unnoticed memleak
7420
7421 2002-09-20 [alfons]     0.8.2claws62
7422
7423         * src/addr_compl.c
7424                 replace_address_in_edit(): strict check for NULL address to
7425                 fix "[ 607348 ] Segfault in address completion". My guess is
7426                 that this happens with an empty address book, but it's good
7427                 to have this check here anyway
7428                 
7429                 completion_window_button_press(): free string returned 
7430                 from the internal cache
7431
7432 2002-09-20 [christoph]  0.8.2claws61
7433
7434         * src/procmime.h
7435                 added ENC_BINARY to EncodingType
7436         * src/procmime.c
7437                 the string returned by procmime_get_encoding_str
7438                 should not depend on the order of values in the
7439                 EncodingType definition
7440         * doc-src/rfc1806.txt   ** NEW FILE **
7441                 Added rfc1806 about MIME Content-Disposition
7442                 Extension
7443
7444 2002-09-19 [paul]       0.8.2claws60
7445
7446         * sync with 0.8.2cvs3
7447                 see ChangeLog 2002-09-19
7448
7449 2002-09-19 [paul]       0.8.2claws59
7450
7451         * src/prefs_folder_item.c
7452                 revert to Darko's original alignment of colour
7453                 selector button
7454                 add a colon to folder_color label
7455                 
7456         * src/compose.c
7457                 add Colin's patch (with Hiro's modifications) to 
7458                 force BASE64 encoding for 8-bit text when signing
7459                 (sync with 0.8.3cvs2)
7460
7461 2002-09-18 [alfons]     0.8.2claws58
7462
7463         * src/compose.c
7464                 :%sno/if(/if (/gc
7465                 :%sno/for(/for (/gc
7466                 (beautify a little bit)
7467
7468 2002-09-18 [christoph]  0.8.2claws57
7469
7470         * src/pine.c
7471                 fix handling of fgetc return value
7472
7473 2002-09-17 [alfons]     0.8.2claws56
7474         
7475         * src/summaryview.c
7476                 summary_sort(): check non-NULL summaryview->folder_item when no 
7477                 folder is selected at all
7478                 (closes "[ 610344 ] sort label make syl Crash")
7479
7480 2002-09-17 [alfons]     0.8.2claws55
7481         
7482         * src/compose.c
7483                 beautify a little bit
7484
7485 2002-09-17 [christoph]  0.8.2claws54
7486
7487         * src/folder.c
7488                 initialize max values for cache and folder
7489                 when cache or folder is empty
7490
7491 2002-09-15 [colin]      0.8.2claws53
7492
7493         * src/compose.c
7494                 Fix a leak (thanks Alfons!) and cleaned
7495                 variables names for custom headers
7496
7497 2002-09-15 [colin]      0.8.2claws52
7498
7499         * src/compose.c
7500                 Fix custom headers recognition when
7501                 prefs_common.trans_hdr is on
7502
7503 2002-09-15 [colin]      0.8.2claws51
7504
7505         * src/compose.c
7506                 Allow dynamically-added custom headers
7507                 Yet not reparsed if reedited
7508
7509 2002-09-15 [alfons]     0.8.2claws50
7510
7511         * src/prefs_account.c
7512                 fix warnings
7513
7514 2002-09-15 [colin]      0.8.2claws49
7515         
7516         * src/prefs_account.c
7517                 fix pop_before_smtp sensitivity
7518
7519 2002-09-15 [colin]      0.8.2claws48
7520
7521         * src/inc.[ch]
7522                 add inc_pop_before_smtp()
7523                 allow MainWindow to be undefined in 
7524                 inc_account_mail() and inc_start()
7525         * src/pop.c
7526           src/prefs_account.h
7527                 add STYPE_POP_BEFORE_SMTP session type
7528         * src/prefs_account.c
7529                 activated pop before smtp option
7530         * src/send.c
7531                 do pop before smtp if the relevant option 
7532                 is set
7533
7534 2002-09-15 [paul]       0.8.2claws47
7535
7536         * sync with 0.8.3
7537                 see ChangeLog 2002-09-15
7538
7539 2002-09-14 [paul]       0.8.2claws46
7540
7541         * po/bg.po
7542                 updated Bulgarian translation, submitted by
7543                 George Danchev
7544
7545 2002-09-13 [paul]       0.8.2claws45
7546
7547         * src/compose.c
7548                 merge claws' select_account() with main's
7549                 (new) compose_select_account(). [sync with
7550                 0.8.2cvs15, see ChangeLog 2002-09-11]
7551
7552 2002-09-12 [christoph]  0.8.2claws44
7553
7554         * src/filter.c
7555                 allocate 1 elements of FolderItem not 0
7556
7557 2002-09-12 [colin]      0.8.2claws43
7558
7559         * src/compose.c
7560                 Fix bug #590825 (obey Follow-up: poster)
7561
7562 2002-09-12 [colin]      0.8.2claws42
7563
7564         * src/procmime.c
7565                 Fix bug #557009 (wrong headers for messages 
7566                 forwarded as attachments)
7567
7568 2002-09-11 [colin]      0.8.2claws41
7569         
7570         * src/compose.c
7571                 Put SCF: pseudo-header on top of message
7572                 Set draft tmp_flag when saved as draft
7573
7574         * src/procmsg.c
7575           src/procheader.c
7576                 Skip after first \n\n for beginning of real message
7577                 for drafts too
7578
7579 2002-09-11 [christoph]  0.8.2claws40
7580
7581         * src/filtering.c
7582                 use procmsg flag functions in filtering or processing
7583                 will cause incorrect folder message counts
7584
7585 2002-09-11 [colin]      0.8.2claws39
7586
7587         * src/compose.c
7588                 Fix bug #550175 - wrong save folder when reediting
7589                 drafts
7590
7591 2002-09-11 [paul]       0.8.2claws38
7592
7593         * sync with 0.8.2cvs14
7594                 see ChangeLog 2002-09-11
7595
7596 2002-09-11 [colin]      0.8.2claws37
7597
7598         * src/folder.c
7599                 Fix a typo (seeming to cause new/unread status to
7600                 be lost)
7601
7602 2002-09-10 [christoph]  0.8.2claws36
7603
7604         * src/compose.c
7605                 compose_redirect should not use compose_generic_new
7606                 because that does more stuff than expected including
7607                 opening the external editor
7608                 (closes bug "[ 526608 ] bounced messages appear blank
7609                  in editor")
7610
7611 2002-09-10 [christoph]  0.8.2claws35
7612
7613         * src/folder.c
7614                 fix problem with too large message number range
7615                 causing a crash in folder_item_scan
7616
7617 2002-09-10 [paul]       0.8.2claws34
7618
7619         * sync with 0.8.2cvs13
7620                 see ChangeLog 2002-09-10
7621
7622 2002-09-10 [christoph]  0.8.2claws33
7623
7624         * src/msgcache.c
7625                 set MsgInfo TmpFlags for queue and draft folders
7626                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
7627
7628 2002-09-10 [paul]       0.8.2claws32
7629
7630         * AUTHORS
7631           po/bg.po      ** NEW FILE **
7632                 new Bulgarian translation submitted by
7633                 George Danchev <danchev@spnet.net>
7634                 
7635         * tools/Makefile.am
7636           tools/README
7637           tools/tb2sylpheed     ** NEW FILE **
7638                 add script that converts an addressbook exported
7639                 from The Bat! into a Sylpheed addressbook. Submitted
7640                 by Urke MMI <urke-kg@eunet.yu>
7641
7642 2002-09-10 [paul]       0.8.2claws31
7643
7644         * sync with 0.8.2cvs12
7645                 see ChangeLog 2002-09-10
7646
7647 2002-09-06 [paul]       0.8.2claws30
7648
7649         * src/prefs_common.c
7650                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
7651                 
7652         * tools/Makefile.am
7653           tools/README
7654           tools/ldif-to-xml.py  ** REMOVED **
7655                 remove obsolete python script
7656
7657 2002-09-06 [paul]       0.8.2claws29
7658
7659         * sync with 0.8.2cvs10
7660                 see ChangeLog 2002-09-06
7661
7662 2002-09-04 [paul]       0.8.2claws28
7663
7664         * sync with 0.8.2cvs9
7665                 see ChangeLog 2002-08-04
7666
7667 2002-09-04 [colin]      0.8.2claws27 
7668
7669         * src/prefs_common.[ch]
7670                 Added signature color configuration
7671         * src/textview.c
7672                 Use user-specified signature color
7673
7674 2002-09-03 [colin]      0.8.2claws26
7675
7676         * src/prefs_common.[ch]
7677                 Added autosave and autosave_length prefs
7678         * src/compose.c
7679                 Added compose_remove_draft()
7680                 Auto-save drafts according to the prefs
7681         * src/main.c
7682                 Added a crash-indicator file, allowing to check
7683                 for new messages on startup if Sylpheed crashed
7684                 (makes saved drafts "reappear")
7685
7686 2002-09-03 [colin]      0.8.2claws25
7687
7688         * src/textview.[ch]
7689                 Grey the signature
7690
7691 2002-09-03 [paul]       0.8.2claws24
7692
7693         * sync with 0.8.2cvs8
7694                 see ChangeLog 2002-09-02 and 2002-09-03
7695
7696 2002-09-03 [darko]      0.8.2claws23
7697
7698         * src/folderview.c
7699                 use normal style when creating new folder to pick
7700                 proper font size 
7701
7702 2002-09-02 [melvin]     0.8.2claws22
7703
7704         * src/gtkaspell.m4
7705                 removed some obsolete code
7706
7707 2002-09-02 [melvin]     0.8.2claws21
7708
7709         * ac/aspell.m4
7710                 fixed test's equality sign (== to =)
7711
7712 2002-09-02 [alfons]     0.8.2claws20
7713
7714         * src/folder.c
7715         * src/mh.c
7716                 revert change of 0.8.2claws16 and use the mh_folder_destroy
7717                 as folder->destroy virtual as suggested by Hiro
7718                 (the mh.c code seems to have been lost around mh.c.1.21)
7719
7720 2002-09-02 [paul]       0.8.2claws19
7721
7722         * po/pt_BR.po
7723                 updated by Fabio Jr. Beneditto
7724                 
7725         * src/defs.h
7726                 use 'http://claws.sylpheed.org' for homepage link. 
7727                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
7728
7729 2002-09-01 [alfons]     0.8.2claws18
7730
7731         * src/mh.c
7732                 plug memleak related to one Martin Kluge found
7733
7734 2002-08-31 [paul]       0.8.2claws17
7735
7736         * sync with 0.8.2cvs6
7737                 see ChangeLog 2002-08-30
7738
7739 2002-08-31 [alfons]     0.8.2claws16
7740
7741         * src/folder.c
7742                 folder_destroy(): remove mailbox from folderlist even if it has
7743                 no destroy virtual
7744
7745 2002-08-31 [alfons]     0.8.2claws15
7746
7747         * src/folder.c
7748                 :%sno/if(/if (/gc
7749                 :%sno/for(/for (/gc
7750                 (being pedantic I know)
7751
7752 2002-08-31 [alfons]     0.8.2claws14
7753
7754         * src/folder.c
7755                 check for NULL pointers returned from folder->fetch_msginfo virtual
7756                 (should solve some reported crashes)
7757
7758 2002-08-30 [alfons]     0.8.2claws13
7759
7760         * acconfig.h
7761         * configure.in
7762         * src/crash.c
7763                 enable crash dialog on compilation time
7764                 (--enable-crash-dialog configure option)
7765
7766 2002-08-30 [alfons]     0.8.2claws12
7767
7768         * AUTHORS
7769                 add Martin Kluge
7770         * src/mh.c
7771                 apply memory leak plug patch by Martin Kluge
7772                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
7773                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
7774                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
7775
7776 2002-08-30 [darko]      0.8.2claws11
7777
7778         * src/folderview.c
7779                 copy Gtk style from normal style to match
7780                 font size for coloured folders
7781
7782 2002-08-29 [alfons]     0.8.2claws10
7783
7784         * sylpheed.desktop
7785                 Type=Internet <- Type=Application
7786                 (reported by Michael Schwendt, see:
7787                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
7788                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
7789
7790 2002-08-29 [paul]       0.8.2claws9
7791
7792         * sync with 0.8.2cvs5
7793                 see ChangeLog 2002-08-29
7794
7795 2002-08-29 [colin]      0.8.2claws8
7796
7797         * src/summaryview.c
7798                 Added a sanity check in summary_select_thread
7799                 Should fix bug 601605
7800
7801 2002-08-29 [colin]      0.8.2claws7
7802
7803         * src/main.c
7804                 Revert claws6 changes regarding bug #591676
7805
7806 2002-08-28 [colin]      0.8.2claws6
7807         
7808         * src/main.c
7809                 Ignore cache for queue folderitems
7810                 Fix bug #591676
7811
7812 2002-08-28 [melvin]     0.8.2claws5
7813
7814         * README.claws
7815                 Fixed typos.
7816
7817 2002-08-28 [melvin]     0.8.2claws4
7818
7819         * README.claws
7820                 Updated a bit the text concerning the spell checker
7821
7822 2002-08-28 [melvin]     0.8.2claws3
7823
7824         Merged the GNU_aspell_branch:
7825                 Support of new GNU/aspell is now included and the old pspell
7826                 is not supported anymore.
7827                 See README.claws
7828
7829         * README.claws
7830                 Updated spell checker text to reflect the switch to GNU/aspell
7831
7832         * ac/aspell.m4          *** NEW ***
7833         * src/gtkaspell.[ch]    *** NEW *** 
7834         * ac/pspell.m4          *** DELETED *** 
7835         * src/gtkspell.[ch]     *** DELETED ***
7836
7837         * ac/Makefile.am
7838                 Updated for GNU/aspell support
7839
7840         * po/POTFILES.in
7841                 Replaced gtkspell.c by gtkaspell.c
7842
7843         * acconfig.h
7844         * src/Makefile.am
7845         * src/about.c
7846         * src/compose.[ch]
7847         * src/crash.c
7848         * src/main.c
7849         * src/prefs_common.[ch]
7850                 Updated for GNU/aspell support
7851
7852 2002-08-28 [paul]       0.8.2claws2
7853
7854         * sync with 0.8.2cvs4
7855                 see ChangeLog 2002-08-27 and 2002-08-28
7856
7857 2002-08-28 [colin]      0.8.2claws1
7858
7859         * src/summary_search.c
7860                 Added "AND search"
7861
7862 2002-08-28 [jens]       0.8.2claws
7863
7864         *po/de.po
7865                 Updated German translations
7866
7867 2002-08-27 [melvin]     0.8.2claws
7868
7869         * po/fr.po
7870                 Updated French translations
7871
7872 2002-08-27 [paul]       0.8.2claws
7873
7874         * sync with 0.8.2 main release
7875
7876         * po/en_GB.po
7877           po/es.po
7878           po/it.po
7879           po/pl.po
7880           po/pt_BR.po
7881           po/sr.po
7882                 updated message catalogs submitted by
7883                 Ricardo Mones Lastra, Alessandro Maestri,
7884                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
7885                 Beneditto and Urke MMI  
7886
7887 2002-08-27 [hoa]        0.8.1claws123
7888
7889         * src/mainwindow.[ch]
7890         * src/summaryview.[ch]
7891                 removed the "filter setting" menu option.
7892                 add a "cancel a news message" menu option.
7893
7894 2002-08-26 [martin]     0.8.1claws122
7895
7896         * ChangeLog.claws
7897                 changed string under 0.8.1claws79 changed by myself
7898                 i'm sorry alfons :(
7899
7900 2002-08-26 [martin]     0.8.1claws121
7901
7902         * src/crash.c
7903                 added kill command to debuggerrc to start crash dialog
7904
7905 2002-08-26 [paul]       0.8.1claws120
7906
7907         * sync with 0.8.1cvs31
7908                 see ChangeLog 2002-08-26
7909
7910 2002-08-25 [alfons]     0.8.1claws119
7911
7912         * src/procmsg.c
7913                 fix bug that didn't send out correct headers to news server
7914                 when sending news article and email from queue (bug reported
7915                 and patch provided by Tim Mann; closes bug 
7916                 "[ 583196 ] 0.7.8claws can't post news")
7917
7918 2002-08-25 [alfons]     0.8.1claws118
7919
7920         * src/selective_download.c
7921                 mark two strings as translatable
7922                 (thanks to Urke MMI for pointing this out)
7923
7924 2002-08-25 [alfons]     0.8.1claws117
7925
7926         * src/summaryview.c
7927                 treat sent boxes as special and allow sorting them by addressee
7928                 (closes "[ 589418 ] Sent folder sorting misbehavior"
7929                 submitted by Steve Lamb)
7930
7931 2002-08-24 [alfons]     0.8.1claws116
7932
7933         * src/matcher.c
7934                 fix memleak reported by Martin Kluge
7935                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
7936
7937 2002-08-24 [oliver]     0.8.1claws115
7938
7939         * src/prefs_toolbar.c
7940                 o code cleanup as suggested by Alfons
7941                 o memleak fix
7942
7943 2002-08-24 [alfons]     0.8.1claws114
7944
7945         * src/summaryview.c
7946                 o fix another memory leak reported by Martin Kluge
7947                   (see "[ 599568 ] Small Memory Leak")
7948                 o remove 'from' variable from 'summary_set_header()'; we can
7949                   do with just 'to' 
7950
7951 2002-08-24 [paul]       0.8.1claws113
7952
7953         * sync with 0.8.1cvs30
7954                 see ChangeLog 2002-08-23
7955
7956 2002-08-24 [alfons]     0.8.1claws112
7957
7958         * src/summaryview.c
7959                 remove unnecessary allocations for search bar fixing leaks
7960                 reported by Martin Kluge
7961                 (see "[ 599451 ] Further memory leaks?")
7962
7963 2002-08-24 [alfons]     0.8.1claws111
7964
7965         * src/main.c
7966                 make get_socket_name() public for crash.c
7967         * src/crash.c
7968                 o make report bug button work (goes to claws' 
7969                   bug tracker at sf.net)
7970                 o introduce function for doing important stuff just
7971                   before claws goes down
7972                 o clean up code 
7973
7974 2002-08-24 [alfons]     0.8.1claws110
7975
7976         * src/compose.c
7977                 move cursor to "To" entry when forwarding as attachment
7978                 (reported and solved by Steve Lamb, closes bug report
7979                 "[ 592880 ] Forward as attachment; cursor not in to")
7980
7981 2002-08-24 [colin]      0.8.1claws109
7982
7983         * src/mainwindow.c
7984                 fix quick search visibility after GUI (de)separations.
7985
7986 2002-08-23 [colin]      0.8.1claws108
7987
7988         * src/mainwindow.c
7989                 fix header pane visibility after folderview or
7990                 messageview (de)separation
7991
7992 2002-08-23 [paul]       0.8.1claws107
7993
7994         * src/mainwindow.[ch]
7995           src/toolbar.c
7996                 give full control of display or non-display 
7997                 of the Execute icon to Custom toolbar settings.
7998                 add new sensitivity condition to maninwindow.h: 
7999                 M_DELAY_EXEC
8000
8001         * ChangeLog
8002           ChangeLog.jp
8003           NEWS
8004                 more sync with 0.8.1cvs29
8005
8006 2002-08-23 [melvin]     0.8.1claws106
8007
8008         * src/alertpanel.c
8009                 Readded support for custom widget in alertpanel lost in last
8010                 sync.
8011
8012 2002-08-23 [paul]       0.8.1claws105
8013
8014         * sync with 0.8.1cvs29
8015                 see ChangeLog 2002-08-23
8016
8017 2002-08-23 [colin]      0.8.1claws104
8018
8019         * src/summaryview.c
8020                 Fix folder and search pixmaps exchanging positions
8021                 after theme or toolbar changes. Thank to Oliver for 
8022                 reporting this.
8023
8024 2002-08-23 [colin]      0.8.1claws103
8025
8026         * src/mainwindow.c
8027           src/messageview.[ch]
8028           src/noticeview.[ch]
8029           src/summaryview.c
8030                 Changed messageview_create() and noticeview_create()
8031                 to avoid the last gdk_warning
8032
8033 2002-08-22 [colin]      0.8.1claws102
8034
8035         * src/summaryview.c
8036                 Fix my new `Creating pixmap from xpm' warning
8037
8038 2002-08-22 [colin]      0.8.1claws101
8039
8040         * src/mainwindow.c
8041                 Fix some of the gdk warnings
8042
8043 2002-08-22 [colin]      0.8.1claws100
8044
8045         * src/Makefile.am
8046         * src/stock_pixmap.c
8047         * src/stock_pixmap.h
8048         * src/pixmaps/quicksearch.xpm *ADDED*
8049                 Add the quicksearch pixmap
8050         * src/mainwindow.c
8051         * src/summaryview.c
8052         * src/summaryview.h
8053                 Make quicksearch bar visible/hidden via a button
8054
8055 2002-08-22 [christoph]  0.8.1claws99
8056
8057         * src/folder.c
8058                 fix folder update for newsgroups with message
8059                 numbers below minimum number of articles to fetch
8060                 (closes bug #598445)
8061
8062 2002-08-22 [paul]       0.8.1claws98
8063
8064         * sync with 0.8.1cvs28
8065                 see ChangeLog 2002-08-22
8066
8067 2002-08-21 [alfons]     0.8.1claws97
8068
8069         * src/crash.c
8070                 use bt instead of bt full which seems to work 
8071                 better, and bt full doesn't give a great deal 
8072                 of information anyway
8073
8074 2002-08-21 [colin]      0.8.1claws96
8075
8076         * src/summaryview.c
8077                 fix summaryview_searchtype_changed prototype
8078
8079 2002-08-21 [christoph]  0.8.1claws95
8080
8081         * src/mainwindow.c
8082                 o fix broken menu update for sorting type, we have to
8083                   get this info from the summaryview now
8084                 o removed setting of threaded state in menu callback
8085         * src/summaryview.[ch]
8086                 more summaryview/folderitem seperation for
8087                 threading option
8088         * configure.in
8089                 removed not required --with-compiler-flags option
8090
8091 2002-08-21 [oliver]     0.8.1claws94
8092         
8093         * src/toolbar.h 
8094                 o rename toolbar.xml to toolbar_main.xml
8095                   since toolbar_compose.xml might come up 
8096                   any time soon
8097         * README.claws
8098                 add custom toolbar              
8099
8100 2002-08-21 [darko]      0.8.1claws93
8101
8102         * src/procmsg.c
8103                 don't reset tmp flags for messages copied
8104                 to sent folder
8105
8106 2002-08-21 [colin]      0.8.1claws92
8107         
8108         * src/prefs_filtering.c
8109                 fix renaming rules on folder rename 
8110                 when folder is not a leaf folder
8111
8112 2002-08-21 [paul]       0.8.1claws91
8113
8114         * src/prefs_folder_item.c
8115                 fix alignment of colour selector
8116
8117 2002-08-21 [paul]       0.8.1claws90
8118
8119         * sync with 0.8.1cvs27
8120                 see ChangeLog 2002-08-21
8121
8122 2002-08-21 [paul]       0.8.1claws89
8123
8124         * src/summaryview.c
8125                 fix crash when changing field type in
8126                 Quick search bar
8127
8128 2002-08-21 [colin]      0.8.1claws88
8129
8130         * src/summaryview.c
8131                 Made quick search case-insensitive
8132
8133 2002-08-21 [paul]       0.8.1claws87
8134
8135         * sync with 0.8.1cvs26
8136                 see ChangeLog 2002-08-21
8137
8138 2002-08-20 [christoph]  0.8.1claws86
8139
8140         * src/folderview.c
8141         * src/main.c
8142         * src/summaryview.[ch]
8143                 more summaryview/folderitem seperation for
8144                 sort_key and sort_type
8145         * src/procmsg.c
8146                 added missing return statement
8147
8148 2002-08-20 [colin]      0.8.1claws85
8149
8150         * src/summaryview.[ch]
8151                 Added a quick search box
8152         * src/mainwindow.c
8153         * src/prefs_common.[ch]
8154                 Added a show/hide option for the quick search
8155
8156 2002-08-20 [oliver]     0.8.1claws84
8157         
8158         * src/mainwindow.c
8159                 remove toolbar_create_popups
8160         * src/toolbar.[ch]
8161                 o remove toolbar_create_popups
8162                 o fix toolbar_set_sensitive 
8163                   (Bug reports #596834 and #596832)     
8164         * src/prefs_toolbar.c
8165                 o add "Set default" button
8166                 o align label and text + combo widgets
8167
8168 2002-08-20 [hoa]        0.8.1claws83bis
8169
8170         * src/imap.c
8171                 fixed a bug in imap_fetch_msginfo() in case there is no
8172                 current folder.
8173
8174 2002-08-20 [darko]      0.8.1claws83
8175
8176         * src/folderview.c
8177                 copy the color style of folder view so it
8178                 works with GTK themes
8179
8180 2002-08-20 [darko]      0.8.1claws82
8181
8182         * src/folder.h
8183         * src/folderview.c
8184         * src/prefs_folder_item.[hc]
8185                 don't use UI stuff in folder.h
8186
8187 2002-08-20 [darko]      0.8.1claws81
8188
8189         * src/folder.h
8190         * src/prefs_folder_item.h
8191         * src/folderview.c
8192         * src/prefs_folder_item.c
8193                 ability to set folder color in folderview
8194
8195 2002-08-19 [alfons]     0.8.1claws80
8196
8197         * src/summaryview.c
8198                 fix one of the earlier memleaks reported by Martin Kluge
8199
8200 2002-08-19 [alfons]     0.8.1claws79
8201
8202         * src/mainwindow.c
8203                 hide notice view when selecting seperate folder
8204                 view (reported by Urke MMI)
8205
8206 2002-08-19 [christoph]  0.8.1claws78
8207
8208         * src/folderview.c
8209         * src/prefs_folder_item.h
8210         * src/summaryview.[ch]
8211                 o add summary_set_prefs_from_folderitem to set
8212                   summaryview prefs (first step to remove all
8213                   references to the folderitem in summaryview)
8214                 o moved compiled regex stuff from folderitem prefs
8215                   to summaryview code
8216
8217 2002-08-19 [paul]       0.8.1claws77
8218
8219         * src/compose.c
8220                 add check for '.' to QUOTE_IF_REQUIRED
8221
8222 2002-08-19 [paul]       0.8.1claws76
8223
8224         * src/inc.c
8225                 sync with 0.8.1cvs25 (plug memory leak)
8226
8227         * src/prefs_toolbar.c
8228                 re-order prefs_toolbar_cancel()
8229
8230 2002-08-18 [alfons]     0.8.1claws75
8231
8232         * src/inc.c
8233         * src/matcher.c
8234                 plug other memleaks reported by Martin Kluge
8235
8236 2002-08-18 [paul]       0.8.1claws74
8237
8238         * po/pt_BR.po
8239                 updated by Fabio Jr. Beneditto
8240
8241 2002-08-18 [paul]       0.8.1claws73
8242
8243         * src/toolbar.[ch]
8244                 fix bug where tooltips were displayed untranslated              
8245
8246         * src/prefs_toolbar.c
8247                 fix bug where clicking 'Cancel' creates an icon & text
8248                 toolbar regardless of prefs
8249         
8250
8251 2002-08-17 [oliver]     0.8.1claws72
8252
8253         * src/prefs_toolbar.c
8254                 update toolbar on CANCEL
8255                 bug reported by Martin Kluge
8256         * src/toolbar.c
8257                 toolbar_destroy memleak fixed           
8258
8259 2002-08-17 [alfons]     0.8.1claws71
8260
8261         * src/toolbar.c
8262                 plug another memleak reported by Martin Kluge
8263
8264 2002-08-16 [alfons]     0.8.1claws70
8265
8266         * src/crash.c
8267                 use execvp() correctly (suggested by wwp; thanks!)
8268
8269 2002-08-16 [alfons]     0.8.1claws69
8270
8271         * src/gtksctree.c
8272                 plug memory leak reported by Kim Schultz & Martin Kluge
8273
8274 2002-08-16 [paul]       0.8.1claws68
8275
8276         * po/es.po
8277                 updated by Ricardo Mones Lastra
8278
8279 2002-08-16 [paul]       0.8.1claws67
8280
8281         * src/toolbar.h
8282                 fix bug where 'Compose News' icon showed wrong
8283                 tooltip
8284
8285 2002-08-16 [paul]       0.8.1claws66
8286
8287         * sync with 0.8.1cvs24
8288                 see ChangeLog 2002-08-16
8289
8290         * po/it.po
8291                 updated by Alessandro Maestri
8292
8293 2002-08-15 [paul]       0.8.1claws65
8294
8295         * po/sr.po
8296                 updated by Urke MMI
8297
8298 2002-08-15 [paul]       0.8.1claws64
8299
8300         * src/*.c
8301                 don't translate debug info
8302
8303         * src/matcher.[ch]
8304                 add copyright info
8305
8306 2002-08-15 [paul]       0.8.1claws63
8307
8308         * src/prefs_toolbar.c
8309                 fix bug where clicking 'OK' creates an icon & text
8310                 toolbar regardless of prefs
8311
8312 2002-08-14 [alfons]     0.8.1claws62
8313
8314         * src/main.c
8315                 add global var that has the full argv[0]
8316         * src/crash.c
8317                 o execvp the correct sylpheed by using argv0
8318                   and setting the correct work dir
8319                 o other tweaks  
8320
8321 2002-08-14 [oliver]     0.8.1claws61
8322         
8323         * enable/disable Toolbar Action Buttons 
8324         * code cleanups
8325         * src/mainwindow.c
8326         * src/toolbar.[ch]      
8327         * src/prefs_toolbar.c   
8328
8329 2002-08-14 [melvin]     0.8.1claws60
8330
8331         * po/fr.po
8332                 Updated French translations
8333
8334 2002-08-14 [melvin]     0.8.1claws59
8335
8336         * src/crash.c
8337                 Made bug report not translatable
8338         * src/exporthtml.c
8339                 Fixed exporthtml_build_filespec() return value
8340         * src/foldersel.c
8341                 Fixed incorrect include file
8342         * src/gtkspell.c
8343         * src/prefs_actions.c
8344         * src/prefs_toolbar.c
8345                 Made debug info not translatable
8346         * src/mutt.c
8347         * src/quote_fmt.c
8348                 Added missing includes
8349         * src/prefs_common.c
8350                 Fixed typo
8351
8352 2002-08-14 [paul]       0.8.1claws58
8353
8354         * faq/es/sylpheed-faq.html
8355           faq/es/sylpheed-faq-[1-3].html
8356           faq/es/sylpheed-faq-4.html     **NEW FILE **
8357                 update Spanish FAQ
8358
8359 2002-08-13 [christoph]  0.8.1claws57
8360
8361         * src/procmsg.c
8362                 ignore thread fix that did not mark all
8363                 child nodes of a ignored thread as
8364                 ignored. Does not work perfectly yet,
8365                 but it is better now
8366
8367 2002-08-13 [alfons]     0.8.1claws56
8368
8369         * src/crash.c
8370                 o implement 'save crash log'
8371                 o some tweaks
8372
8373 2002-08-13 [melvin]     0.8.1claws55
8374
8375         * src/main.c
8376                 removed unrequired "execinfo.h" header
8377
8378 2002-08-12 [paul]       0.8.1claws54
8379
8380         * faq/en/sylpheed-faq.html
8381           faq/en/sylpheed-faq-[1-3].html
8382           faq/en/sylpheed-faq-4.html     **NEW FILE **
8383                 update English FAQ
8384
8385 2002-08-12 [alfons]     0.8.1claws53
8386
8387         * po/POTFILES.in
8388                 add crash.c to translatables
8389         * src/crash.c
8390                 bring in Leandro's crash dialog
8391
8392 2002-08-11 [alfons]     0.8.1claws52
8393
8394         * src/crash.c
8395                 clean up some warnings
8396
8397 2002-08-11 [alfons]     0.8.1claws51
8398
8399         * acconfig.h
8400         * configure.in
8401         * src/crash.[ch]        ** NEW FILES **
8402         * src/main.c            
8403                 initial gdb crash handler
8404
8405 2002-08-11 [paul]       0.8.1claws50
8406
8407         * src/prefs_toolbar.c
8408                 replace Up/Down arrow pixmaps with text to be
8409                 consistent across icon themes
8410
8411 2002-08-11 [paul]       0.8.1claws49
8412
8413         * src/prefs_common.c
8414           src/prefs_toolbar.c
8415                 rename 'Pixmap' -> 'Icon'
8416
8417         * src/toolbar.[ch]
8418                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8419
8420 2002-08-10 [paul]       0.8.1claws48
8421
8422         * src/prefs_toolbar.c
8423                 re-work the UI
8424
8425 2002-08-10 [paul]       0.8.1claws47
8426
8427         * src/main.c
8428                 don't write Processing progress to status bar
8429                 patch submitted by Alexander Evseev
8430
8431         * src/prefs_toolbar.c
8432                 re-position and resize window
8433                 make window assume correct size on first call
8434
8435 2002-08-10 [paul]       0.8.1claws46
8436
8437         * src/mainwindow.c
8438           src/prefs_toolbar.c
8439           src/toolbar.c
8440           src/toolbar.h
8441                 obey coding style
8442                 follow UI text conventions
8443
8444 2002-08-10 [alfons]     0.8.1claws45
8445
8446         * src/toolbar.c
8447                 correct pixmap for delete action
8448
8449 2002-08-10 [paul]       0.8.1claws44
8450
8451         * po/pt_BR.po
8452                 updated by Fabio Jr. Beneditto
8453
8454 2002-08-10 [paul]       0.8.1claws43
8455
8456         * po/POTFILES.in
8457                 add custom toolbar files
8458
8459 2002-08-10 [paul]       0.8.1claws42
8460
8461         * sync with 0.8.1cvs22
8462                 see ChangeLog 2002-08-09
8463
8464 2002-08-09 [paul]       0.8.1claws41
8465
8466         * tools/Makefile.am
8467           tools/README
8468           tools/outlook2sylpheed.pl     ** NEW FILE **
8469                 add script to convert exported Outlook
8470                 contacts list to a Sylpheed addressbook.
8471                 Submitted by Ricardo Mones Lastra.
8472
8473 2002-08-09 [paul]       0.8.1claws40
8474
8475         * AUTHORS
8476           configure.in
8477           po/sr.po      ** NEW FILE **
8478                 add Serbian message catalog. Submitted by
8479                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
8480
8481 2002-08-09 [paul]       0.8.1claws39
8482
8483         * sync with 0.8.1cvs21
8484                 see ChangeLog 2002-08-08
8485
8486 2002-08-08 [oliver]     0.8.1claws38
8487
8488         * src/mainwindow.c
8489                 move Custom Toolbar to Configuration menu
8490
8491 2002-08-08 [oliver]     0.8.1claws37
8492
8493         * src/prefs_toolbar.c
8494                 fix substitute pixmap bug
8495
8496 2002-08-08 [paul]       0.8.1claws36
8497
8498         * sync with 0.8.1cvs19
8499                 see ChangeLog 2002-08-08
8500
8501 2002-08-07 [christoph]  0.8.1claws35
8502
8503         * src/utils.c
8504                 fixed a memory leak in new canonicalize_file_replace
8505
8506 2002-08-07 [christoph]  0.8.1claws34
8507
8508         * src/utils.[ch]
8509                 o canonicalize_file_replace should create the temporary
8510                   file in the same directory as the original file.
8511                 o added get_tmpfile_in_dir that creates a temorary file
8512                   in a specified directory.
8513
8514 2002-08-07 [melvin]     0.8.1claws33
8515
8516         * src/toolbar.c
8517                 fixed bug where 'Article' button acted as 'Email' button.
8518
8519 2002-08-07 [paul]       0.8.1claws32
8520
8521         * sync with 0.8.1.cvs17
8522                 see ChangeLog 2002-08-07
8523
8524 2002-08-07 [colin]      0.8.1claws31
8525         
8526         * src/news.c
8527                 fix mass-cancel problem
8528
8529 2002-08-07 [thorsten]   0.8.1claws30
8530
8531         * src/prefs_toolbar.c
8532                 fix: crash on replace or add new button
8533         * src/toolbar.c
8534                 fix: close xmlfile after reading
8535         * src/utils.c
8536                 fix: unlink() file before rename()
8537
8538 2002-08-06 [paul]       0.8.1claws29
8539
8540         * sync with 0.8.cvs15
8541                 see ChangeLog 2002-08-06
8542
8543 2002-08-06 [oliver]     0.8.1claws28
8544
8545         * src/toolbar.c
8546         * src/prefs_toolbar.c
8547                 fixed empty toolbar issue
8548
8549 2002-08-06 [oliver]     0.8.1claws27
8550
8551         * Custom Toolbar Final 
8552         * src/folderview.c
8553         * src/inc.c
8554         * src/summaryview.c
8555                 o toolbar stuff now lives in src/toolbar.[ch]
8556                 o main_window_toolbar_* functions are renamed to
8557                   toolbar_* reflecting their new source file
8558         * src/mainwindow.[ch]
8559                 o remove toolbar stuff  
8560
8561 2002-08-06 [oliver]     0.8.1claws26
8562         
8563         * src/Makefile.am
8564         * src/prefs_toolbar.[ch]        **New File**
8565         * src/toolbar.[ch]              **New File**
8566                 o prefs_toolbar.[ch] custom toolbar frontend
8567                 o toolbar.[ch]       backend 
8568
8569 2002-08-06 [oliver]     0.8.1claws25
8570
8571         * src/prefs_actions.[ch]
8572                 o new exported function actions_execute
8573
8574 2002-08-06 [paul]       0.8.1claws24
8575
8576         * sync with 0.8.1cvs4
8577                 see ChangeLog 2002-08-06
8578
8579 2002-08-06 [paul]       0.8.1claws23
8580
8581         * sync with 0.8.1cvs13
8582                 see ChangeLog 2002-08-06
8583
8584 2002-08-06 [paul]       0.8.1claws22
8585
8586         * sync with 0.8.1cvs12
8587                 see ChangeLog 2002-08-05 and 2002-08-06
8588
8589 2002-08-06 [match]      0.8.1claws21
8590
8591         * src/addrclip.c
8592                 improvements to cut/copy/paste address
8593
8594 2002-08-05 [match]      0.8.1claws20
8595
8596         * src/addritem.[ch]
8597         * src/addrcache.c
8598         * src/addrbook.c
8599         * src/editaddress.c
8600         * src/addressbook.c
8601                 fixes to improve cut/copy/paste
8602
8603 2002-08-06 [melvin]     0.8.1claws19
8604
8605         * src/account.[ch]
8606                 account_find_all_from_address(): new function that returns the
8607                 list of all accounts that are matched in an address.
8608         * src/alertpanel.[ch]
8609                 alertpanel() now accepts a custom widget
8610                 alertpanel_with_widget(): new function that pops up a panel with
8611                 a custom widget in it 
8612         * src/gtkutils.[ch]
8613                 gtkut_account_menu_new(): new function that allows the selection
8614                 of an account from a list of accounts.
8615         * src/messageview.c
8616                 Extended Return Receipt notification to select the correct 
8617                 account and to make a security test on the Delivery-Notification
8618                 address which should be the same as the Return-Path.
8619
8620 2002-08-06 [thorsten]   0.8.1claws18
8621
8622         * src/mimeview.c
8623                 attach_all: save unnamed as "noname.%d",
8624                 dont free static dirname
8625
8626 2002-08-05 [alfons]     0.8.1claws17
8627
8628         * configure.in
8629                 detect XIM by trying to link rather than compile a XIM program
8630
8631 2002-08-05 [oliver]     0.8.1claws16
8632                 
8633         * src/stock_pixmap.[ch]
8634                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
8635                 o new func to retrieve pixmaps
8636
8637 2002-08-05 [paul]       0.8.1claws15
8638
8639         * sync with 0.8.1cvs10
8640                 see ChangeLog 2002-08-05
8641
8642 2002-08-04 [alfons]     0.8.1claws14
8643
8644         * src/textview.c
8645                 see if this plugs memleak
8646
8647 2002-08-04 [melvin]     0.8.1claws13
8648
8649         * src/gtkspell.c
8650                 fixed bug that could crash Sylpheed when highlighting
8651                 all misspelled words.
8652
8653 2002-08-03 [melvin]     0.8.1claws12
8654
8655         * src/prefs_actions.c
8656                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
8657         * src/messageview.c
8658                 fixed bug where the Return Receipt was sent to
8659                 Delivery-Notification-To address even if it was not present
8660
8661 2002-08-02 [alfons]     0.8.1claws11
8662
8663         * src/prefs_actions.c
8664                 o more check for NULLs
8665                 o put create_io_dialog() in right conditional block
8666
8667 2002-08-02 [paul]       0.8.1claws10
8668
8669         * po/es.po
8670                 updated by Ricardo Mones Lastra
8671
8672 2002-08-01 [christoph]  0.8.1claws9
8673
8674         * src/folder.c
8675                 don't free the cache of the opened
8676                 folder in the summaryview
8677         * src/summaryview.c
8678                 don't unset flags, if it is not required
8679
8680 2002-08-01 [paul]       0.8.1claws8
8681
8682         * sync with 0.8.1cvs8
8683                 see ChangeLog entry 2002-08-01
8684
8685 2002-08-01 [paul]       0.8.1claws7
8686
8687         * sync with 0.8.1cvs7
8688                 see ChangeLog 2002-07-31 and 2002-08-01
8689
8690 2002-07-31 [christoph]  0.8.1claws6
8691
8692         * src/mainwindow.c
8693                 forgot to update menu sensitivity
8694                 function for new menu entry
8695
8696 2002-07-31 [alfons]     0.8.1claws5
8697
8698         * src/main.c
8699                 check folder item and its path for NULL on
8700                 initial processing
8701
8702 2002-07-31 [christoph]  0.8.1claws4
8703
8704         * src/folder.c
8705                 check if folder_item_get_msginfo in
8706                 folder_item_remove_msg returned NULL
8707         * src/imap.c
8708                 better clear the uid cache in the
8709                 uid validity check function and delete
8710                 cached messages
8711
8712 2002-07-31 [paul]       0.8.1claws3
8713
8714         * man/sylpheed.1
8715                 add the '--attach' option and a few other
8716                 minor changes
8717
8718 2002-07-31 [paul]       0.8.1claws2
8719
8720         * sync with 0.8.1cvs5
8721                 see ChangeLog 2002-07-31
8722
8723 2002-07-31 [christoph]  0.8.1claws1
8724
8725         * src/folderview.[ch]
8726         * src/mainwindow.c
8727                 replace "Rescan all folders..." with
8728                 "Check all folders for new messages..."
8729
8730 2002-07-30 [paul]       0.8.1claws
8731
8732         * version 0.8.1claws released
8733
8734 2002-07-30 [paul]       0.8.0claws29
8735
8736         * tools/OOo2sylpheed.pl ** NEW FILE **
8737           tools/README
8738                 add script to enable sending documents as
8739                 attachments from OpenOffice.org
8740
8741 2002-07-30 [melvin]     0.8.0claws28
8742
8743         * src/prefs_actions.c
8744                 Made the actions' input/output dialog display
8745                 without delay.
8746
8747 2002-07-30 [christoph]  0.8.0claws27
8748
8749         * src/procmsg.c
8750                 check if folder_item_get_msginfo in
8751                 procmsg_save_to_outbox returned NULL
8752
8753 2002-07-30 [paul]       0.8.0claws26
8754
8755         * sync with 0.8.1cvs4
8756                 see ChangeLog 2002-07-29
8757
8758 2002-07-29 [thorsten]   0.8.0claws25
8759
8760         * README.claws
8761                 added selective download, delete on server
8762
8763 2002-07-29 [paul]       0.8.0claws24
8764
8765         * sync with 0.8.1cvs3
8766                 see ChangeLog 2002-07-29
8767
8768 2002-07-27 [christoph]  0.8.0claws23
8769
8770         * src/folder.c
8771                 add extra check if fetching the msginfo
8772                 returned NULL
8773
8774 2002-07-27 [paul]       0.8.0claws22
8775
8776         * sync with 0.8.1cvs2
8777                 see ChangeLog 2002-07-26
8778
8779 2002-07-27 [christoph]  0.8.0claws21
8780
8781         * src/imap.c
8782                 add another check if a valid msginfo
8783                 was returned
8784
8785 2002-07-26 [hoa]        0.8.0claws20
8786
8787         * src/folder.c
8788                 Fixed a condition in folder_item_destroy()
8789
8790         * src/imap.c
8791                 Fixed an error in IMAP protocol
8792
8793 2002-07-26 [alfons]     0.8.0claws19
8794
8795         * src/folder.c
8796                 ofcourse compare with identifier, not the path
8797
8798 2002-07-26 [alfons]     0.8.0claws18
8799
8800         * src/folder.c
8801                 use folder item identifier for saving / restoring
8802                 preferences because folder->path might not be unique
8803
8804 2002-07-26 [melvin]     0.8.0claws17
8805
8806         * src/logwindow.c
8807                 Fixed a crash introduced in 0.8.0claws5 when log is 
8808                 cut under 80 characters.
8809
8810 2002-07-26 [paul]       0.8.0claws16
8811
8812         * sync with 0.8.1cvs1
8813                 see ChangeLog 2002-07-26
8814
8815 2002-07-26 [christoph]  0.8.0claws15
8816
8817         * src/imap.[ch]
8818                 imap folder now remembers the last selected
8819                 folder and imap_fetch_msginfo skips selecting
8820                 the folder if it is already selected
8821
8822 2002-07-26 [christoph]  0.8.0claws14
8823
8824         * src/folder.c
8825         * src/folderview.c
8826         * src/imap.c
8827                 fix imap folder rescanning
8828
8829 2002-07-25 [christoph]  0.8.0claws13
8830
8831         * src/filter.c
8832         * src/folder.[ch]
8833         * src/folderview.c
8834         * src/imap.[ch]
8835         * src/mainwindow.c
8836         * src/mbox_folder.c
8837         * src/mh.c
8838         * src/news.c
8839                 implement imap uid cache and uid validity check
8840
8841 2002-07-25 [alfons]     0.8.0claws12
8842
8843         * src/summaryview.c
8844                 fix a brown paper bag bug, and also add some more
8845                 checks
8846
8847 2002-07-25 [christoph]  0.8.0claws11
8848
8849         * src/folder.c
8850                 don't mix copy, fetch_msginfo and remove
8851                 operations in folder item copy and move
8852                 operations
8853
8854 2002-07-25 [christoph]  0.8.0claws10
8855
8856         * src/folderview.c
8857         * src/mainwindow.c
8858         * src/prefs_folder_item.c
8859         * src/summaryview.[ch]
8860                 remove no longer required parameter update_cache from
8861                 summary_show
8862
8863 2002-07-25 [paul]       0.8.0claws9
8864
8865         * sync with 0.8.1
8866         
8867         * AUTHORS
8868                 a few corrections
8869
8870 2002-07-24 [alfons]     0.8.0claws8
8871
8872         * src/summaryview.c
8873                 sort correctly when using simplified subject line
8874                 (closes feature request "[ 585141 ] applying regexp to subject 
8875                 before sort" submitted by Alexandra Walford)
8876
8877 2002-07-24 [paul]       0.8.0claws7
8878
8879         * sync with 0.8.0cvs3
8880                 see ChangeLog 2002-07-24
8881
8882 2002-07-23 [christoph]  0.8.0claws6
8883
8884         * src/folder.c
8885         * src/folder.h
8886         * src/summaryview.c
8887         * src/summaryview.h
8888         * src/main.c
8889                 o separate processing and summaryview
8890                 o removed summary_write_cache from summaryview
8891                 o removed summaryview->killed_messages, because we don't have
8892                   to keep a list of killed messages anymore. New cache will
8893                   keep the hidden messages in cache anyway
8894         * src/folderview.c
8895         * src/inc.c
8896         * src/selective_download.c
8897                 o removed unnecessary summary_write_cache calls
8898         * src/procmsg.c
8899                 o don't set ignore thread flag in procmsg_get_thread_tree
8900                   if it is already set
8901         * src/mainwindow.c
8902         * src/statusbar.h
8903                 o moved STATUSBAR_PUSH/POP to statusbar.h because
8904                   they are used in different files
8905
8906 2002-07-23 [melvin]     0.8.0claws5
8907
8908         * src/addressbook.c
8909         * src/addrgather.c
8910         * src/editaddress.c
8911         * src/editgroup.c
8912         * src/editldap_basedn.c
8913         * src/importldif.c
8914         * src/prefs_common.c
8915                 Fixed few memory leak (gtk_editable_get_chars returns
8916                 an allocated string)
8917         * src/logwindow.c
8918                 Fixed few memory leak (gtk_editable_get_chars returns
8919                 an allocated string) and modified a little the log cutting
8920                 loop.
8921         * src/compose.c
8922                 Replaced a call to an obsolete function gtk_entry_get_text()
8923                 by gtk_editable_get_chars()
8924         * src/send.c
8925                 Removed a debug printf
8926
8927 2002-07-23 [christoph]  0.8.0claws4
8928
8929         * src/filesel.c
8930                 fix another g_dirname memory leak
8931
8932 2002-07-23 [christoph]  0.8.0claws3
8933
8934         * src/mh.c
8935                 fixed a memory leak in mh_fetch_msginfo
8936                 fixed crash when message header could not be
8937                 parsed
8938
8939 2002-07-23 [paul]       0.8.0claws2
8940
8941         * sync with 0.8.0cvs2
8942                 see ChangeLog 2002-07-23
8943
8944 2002-07-23 [paul]       0.8.0claws1
8945
8946         * sync with 0.8.0cvs1
8947                 see ChangeLog 2002-07-23
8948
8949 2002-07-23 [paul]       0.8.0claws
8950
8951         * release of 0.8.0claws
8952
8953 2002-07-23 [paul]       0.7.8claws99
8954
8955         * po/ru.po
8956                 new Russian translation, submitted by
8957                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
8958
8959 2002-07-22 [jens]       0.7.8claws98
8960
8961         * po/de.po
8962                 Updated German translations.
8963
8964 2002-07-22 [paul]       0.7.8claws97
8965
8966         * po/es.po
8967           po/it.po
8968           po/nl.po
8969           po/pt_BR.po
8970                 updated translations by Ricardo Mones Lastra,
8971                 Alessandro Maestri, Wilbert Berendsen and 
8972                 Fabio Jr. Beneditto respectively
8973
8974 2002-07-22 [christoph]  0.7.8claws96
8975
8976         * src/mimeview.c
8977                 fix memory leak caused by wrong g_dirname usage
8978
8979 2002-07-22 [christoph]  0.7.8claws95
8980
8981         * src/summaryview.c
8982                 update new and unread message counts for summaryview
8983                 summaryview does not get it from the folder anymore
8984                 and has to update the values itself
8985
8986 2002-07-22 [melvin]     0.7.8claws94
8987
8988         * po/fr.po
8989                 Updated French translations.
8990
8991 2002-07-22 [christoph]  0.7.8claws93
8992
8993         * src/matcher.c
8994                 set prop->preg pointer to NULL or following check
8995                 will not fail and regexec will be called with
8996                 invalid pointer
8997
8998 2002-07-21 [alfons]     0.7.8claws92
8999         
9000         * src/prefs_common.[ch]
9001                 remove option "Send return receipt on request"
9002
9003 2002-07-21 [thorsten]   0.7.8claws91
9004
9005         * src/mimeview.c
9006                 fixed memleaks, coding style as pointed out by alfons
9007
9008 2002-07-21 [alfons]     0.7.8claws90
9009
9010         * src/messageview.c
9011         * src/noticeview.[ch]
9012                 o fix bug notice view being displayed when going to empty folder 
9013                   (noticed by Christoph)
9014                 o allow RRR to be sent when restarting sylpheed, or changing folder 
9015                   (noticed by Thorsten)
9016
9017 2002-07-21 [thorsten]   0.7.8claws89
9018
9019         * src/mimeview.c
9020                 Included save_all patch from Xaview FACQ
9021                 added support for pathnames
9022
9023 2002-07-21 [alfons]     0.7.8claws88
9024
9025         * po/POTFILES.in
9026         * src/Makefile.am
9027         * src/mainwindow.c
9028         * src/messageview.[ch]
9029         * src/noticeview.c      ** NEW FILE **
9030         * src/noticeview.h      ** NEW FILE **
9031                 make return receipts work again
9032                 (UI idea by Leandro Pereira)
9033
9034 2002-07-21 [paul]       0.7.8claws87
9035
9036         * src/summaryview.c
9037                 fix sensitivity of 'Select thread'
9038
9039 2002-07-21 [paul]       0.7.8claws86
9040
9041         * src/prefs_common.c
9042                 add browser command line for Galeon
9043
9044 2002-07-21 [paul]       0.7.8claws85
9045
9046         * Makefile.am
9047                 fix 'EXTRA_DIST': remove README.README, add TODO
9048                 and TODO.claws
9049
9050 2002-07-21 [alfons]     0.7.8claws84
9051
9052         * src/gtkstext.c
9053                 make enter clear selection
9054                 (closes "[ 579888 ] Editor selection/entry error"
9055                 reported by Steve Lamb)
9056
9057 2002-07-21 [alfons]     0.7.8claws83
9058         
9059         * src/summaryview.c
9060                 sort message list when selecting unthread messages
9061                 (closes "[ 501593 ] switching threaded view doesn't sort"
9062                 reported by Simon Schubert)
9063
9064 2002-07-20 [alfons]     0.7.8claws82
9065         
9066         * src/matcher.c
9067                 const-correctness
9068
9069 2002-07-20 [thorsten]   0.7.8claws81
9070
9071         * src/matcher.c
9072                 Fixed expansion of empty fields in matchactions
9073
9074 2002-07-19 [melvin]     0.7.8claws80
9075
9076         * src/gtkspell.c
9077                 Removed a duplicate menu entry (fast mode) introduced during
9078                 the new cache merge
9079                 Added a menu separator between 'Use alternate' and 'Fast mode'
9080
9081 2002-07-19 [paul]       0.7.8claws79
9082
9083         * tools/Makefile.am
9084           tools/README
9085                 correct typos
9086
9087 2002-07-19 [thorsten]   0.7.8claws78
9088
9089         * tools/calypso_convert.pl      ** NEW FILE **
9090           tools/README
9091           tools/Makefile.am
9092                 script to import mbox files exported
9093                 by calypso
9094                 o generates folder structure
9095                 o includes attachments
9096
9097 2002-07-19 [melvin]     0.7.8claws77
9098
9099         * src/selective_download.[ch]
9100                 Fixed bug where closing the dialog with the window manager's
9101                 close button will not unlock the summary
9102                 Corrected some function declarations that missed a return value
9103                 Made the source code comply better with coding style.
9104         * src/prefs_common.c
9105                 Added new browser command line for Mozilla.
9106
9107 2002-07-18 [paul]       0.7.8claws76
9108
9109         * src/mainwindow.c
9110           src/selective_download.[ch]
9111                 reflect theme changes, fix Gdk Warning when creating 
9112                 pixmap from NULL window, and minor clean up.
9113                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9114
9115         * po/en_GB.po
9116                 updated
9117
9118 2002-07-17 [paul]       0.7.8claws75
9119
9120         * INSTALL[.jp]
9121                 sync with 0.8.0
9122         
9123         * po/en_GB.po
9124                 updated
9125
9126 2002-07-16 [paul]       0.7.8claws74
9127
9128         * tools/filter_conv.pl
9129           tools/README
9130                 replace conversion script with reimplemented version, 
9131                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
9132
9133 2002-07-16 [colin]      0.7.8claws73
9134
9135         * src/summaryview.c
9136                 remove forgotten debug messages - sorry ;-)
9137
9138 2002-07-16 [colin]      0.7.8claws72
9139
9140         * src/mimeview.c
9141           src/summaryview.c
9142           src/textview.c
9143           src/textview.h
9144                 add the ability to select part of a text mime-part 
9145                 to reply.
9146
9147 2002-07-15 [christoph]  0.7.8claws71
9148
9149         * src/folder.c
9150                 fix folder message count for folders without
9151                 msg_is_changed (includes news folders)
9152
9153 2002-07-15 [martin]     0.7.8claws70
9154
9155         * src/summaryview.c
9156                 option "display recipient on 'From'..." now works
9157                 without the need of enabling the option
9158                 "display  sender  using  address  book".
9159
9160 2002-07-15 [christoph]  0.7.8claws69
9161
9162         * src/summaryview.c
9163                 removed setting folder status from summaryview.
9164                 folder.c should update all message counts correctly.
9165
9166 2002-07-15 [paul]       0.7.8claws68
9167
9168         * po/pt_BR.po
9169                 updated by Fabio Junior Beneditto
9170
9171 2002-07-15 [darko]      0.7.8claws67
9172
9173         * src/mh.c
9174                 Fixed target folder colorization, don't decrease op
9175                 number twice
9176
9177 2002-07-14 [paul]       0.7.8claws66
9178
9179         * sync with main 0.8.0
9180                 see ChangeLog 2002-07-14
9181
9182 2002-07-13 [melvin]     0.7.8claws65
9183         
9184         * src/addrbook.c
9185         * src/addressbook.c
9186         * src/addrindex.c
9187                 Replaced sprintf by g_snprintf to prevent possible buffer
9188                 overflow.
9189         * src/news.c
9190                 Corrected a log message output format.
9191                 Added a missing "done" debug output.
9192         * src/compose.c
9193                 Added keyboard accelerator for Priority menu items
9194                 Added missing \n in debug output
9195         * src/logwindow.c
9196         * src/gtkspell.c
9197         * src/rfc2015.c
9198                 Added missing \n in debug output
9199
9200 2002-07-13 [paul]       0.7.8claws64
9201
9202         * man/sylpheed.1
9203                 change Sergey's email address to the sf address
9204
9205         * src/textview.c
9206                 increase show_url_timeout (more useful for long
9207                 urls)
9208
9209 2002-07-12 [sergey]     0.7.8claws63
9210
9211         * src/rfc2015.c
9212                 applied (with some modifications) patch to set the
9213                 micalg parameter for signatures
9214                 (2001-08-28 Werner Koch <wk@gnupg.org>)
9215
9216 2002-07-12 [sergey]     0.7.8claws62
9217
9218         * man/Makefile.am
9219         * configure.in
9220                 fixed man page installation
9221
9222 2002-07-12 [paul]       0.7.8claws61
9223
9224         * sync with 0.7.8cvs26
9225                 see ChangeLog 2002-07-11 and 2002-07-12
9226
9227 2002-07-11 [christoph]  0.7.8claws60
9228
9229         * src/compose.c
9230         * src/procmsg.c
9231                 first use the message number to find the message
9232                 to mark with a reply flag but check the
9233                 message-id if we got the correct message, if not
9234                 try to find it by message-id.
9235                 use new string seperator that is not allowed
9236                 in message-ids.
9237
9238 2002-07-11 [paul]       0.7.8claws59
9239
9240         * sync with 0.7.8cvs23
9241                 see ChangeLog 2002-07-10
9242
9243 2002-07-10 [christoph]  0.7.8claws58
9244
9245         * src/folder.[ch]
9246         * src/msgcache.[ch]
9247                 Added message-id table to the cache in memory
9248                 and functions to msgcache.c and folder.c to
9249                 fetch MsgInfos by message id
9250         * src/compose.c
9251         * src/procmsg.c
9252                 store folder and message-id of message replying
9253                 to in queue header and set reply flag after sending
9254                 (Closes bug #469498)
9255
9256 2002-07-10 [paul]       0.7.8claws57
9257
9258         * AUTHORS
9259           man/sylpheed.1.gz
9260                 add Martin to the list of authors
9261
9262 2002-07-09 [martin]     0.7.8claws56
9263         * src/gtksctree.c
9264                 Added gtk_ctree_last_visible(), tree_update_level(),
9265                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
9266                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9267                 from gtk+ to gtksctree.c for the new sorting code
9268                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
9269                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
9270         * src/gtksctree.h
9271                 Added declaration for gtk_sctree_sort_recursive() and
9272                 gtk_sctree_sort_node
9273         * src/addressbook.c
9274         * src/foldersel.c
9275         * src/folderview.c
9276         * src/summaryview.c
9277                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9278                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
9279
9280 2002-07-08 [paul]       0.7.8claws55
9281
9282         * more sync with 0.7.8cvs21
9283                 see ChangeLog 2002-07-08
9284
9285 2002-07-08 [paul]       0.7.8claws54
9286
9287         * sync with 0.7.8cvs21
9288                 see ChangeLog 2002-07-08
9289
9290 2002-07-07 [alfons]     0.7.8claws53
9291
9292         * src/Makefile.am
9293         * src/stock_pixmap.[ch]
9294         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
9295         * src/pixmaps/notice_error.xpm  ** NEW FILE **
9296         * src/pixmaps/notice_note.xpm   ** NEW FILE **
9297                 add new pixmaps for upcoming notice pane
9298
9299 2002-07-06 [melvin]     0.7.8claws52
9300
9301         * src/gtkspell.[ch]
9302                 Made them a bit closer to Sylpheed's coding style.
9303                 Removed old code.
9304                 Removed possible memory leaks when some errors occurs.
9305
9306 2002-07-06 [melvin]     0.7.8claws51
9307
9308         * po/Makefile.in.in
9309                 Removed --no-location in xgettext command line to help
9310                 translators that use Emacs' po-mode
9311         * src/quote_fmt.c
9312                 Removed unnecessary comments that messed up sylpheed.pot
9313
9314 2002-07-06 [paul]       0.7.8claws50
9315
9316         * sync with 0.7.8cvs19
9317                 see ChangeLog 2002-07-05
9318
9319 2002-07-06 [christoph]  0.7.8claws49
9320
9321         * src/folder.c
9322         * src/mainwindow.c
9323                 fix folder_item_remove_all_msg and folderview
9324                 status for trash folders after emptying trash
9325
9326 2002-07-05 [paul]       0.7.8claws48
9327
9328         * sync with 0.7.8cvs16
9329                 see ChangeLog 2002-07-04 and 2002-07-05
9330
9331 2002-07-04 [paul]       0.7.8claws47
9332
9333         * sync with 0.7.8cvs14
9334                 see  ChangeLog 2002-07-04
9335
9336 2002-07-03 [alfons]     0.7.8claws46
9337
9338         * src/folder.c
9339                 dupe folder item's path because it's being reallocated
9340                 by new folder scanning code
9341
9342 2002-07-03 [christoph]  0.7.8claws45
9343
9344         * src/imap.c
9345                 better IMAP uid fetching using 'FETCH 1:* (UID)'
9346         * src/msgcache.c
9347                 add missing return in msgcache_write
9348
9349 2002-07-02 [thorsten]   0.7.8claws44
9350
9351         * src/jpilot.c
9352         * src/msgcache.c
9353         * src/rfc2015.c
9354                 use binary mode for file access
9355
9356 2002-07-02 [christoph]  0.7.8claws43
9357
9358         * major code cleanup (part 1)
9359         
9360                 - unused variables removed
9361                 - unused functions removed
9362                 - uninitialized variables checked
9363                 - missing return statements added
9364                 - missing function return types added
9365                 - added parentheses around assignment and
9366                   && in || when suggested by gcc
9367               
9368         * src/mh.c
9369         * src/folder.c
9370                 replaced direct calls to folder->scan_tree
9371                 with folder_scan_tree and restore folder
9372                 prefs in this function. The folder should
9373                 not have to deal with them.
9374                 ( Should now work for all folder types )
9375
9376 2002-07-02 [paul]       0.7.8claws42
9377
9378         * sync with 0.7.8cvs13
9379                 see ChangeLog 2002-07-01 and 2002-07-02
9380
9381 2002-07-01 [christoph]  0.7.8claws41
9382
9383         * src/summaryview.c
9384                 fix "goto next/prev unread message" with
9385                 ignored threads
9386
9387 2002-07-01 [paul]       0.7.8claws40
9388
9389         * po/es.po
9390                 updated by Ricardo Mones Lastra
9391
9392 2002-06-30 [match]      0.7.8claws39
9393
9394         * src/jpilot.c
9395                 applied variation of leonerd's patch (566661) to
9396                 allow multiple email addresses per JPilot entry.
9397                 addresses may be separated by space, comma, pipe,
9398                 semi-colon, new-line.
9399
9400 2002-06-30 [alfons]     0.7.8claws38
9401
9402         * src/procmsg.c
9403                 simple fix for putting older nodes before
9404                 newer nodes when threading by subject
9405
9406 2002-06-30 [christoph]  0.7.8claws37
9407
9408         * src/folder.c
9409         * src/folderview.c
9410         * src/mh.c
9411         * src/news.c
9412         * src/procmsg.c
9413                 fix broken folder tree rescaning
9414                 and don't use procmsg_get_mark_sum
9415                 anymore
9416
9417 2002-06-30 [christoph]  0.7.8claws36
9418
9419         * merge new cache branch
9420         * src/imap.c
9421                 fix new cache imap copy bug
9422         * src/folder.c
9423                 improved folder_item_scan
9424                 it should now always set the correct
9425                 new, unread and total message counts
9426
9427 2002-06-29 [paul]       0.7.8claws35
9428
9429         * configure.in
9430                 correct syntax error
9431
9432 2002-06-29 [paul]       0.7.8claws34
9433
9434         * configure.in
9435           Makefile.am
9436           man/Makefile.am       ** NEW FILE **
9437           man/sylpheed.1.gz     ** NEW FILE **
9438                 add Sylpheed man page
9439
9440 2002-06-29 [paul]       0.7.8claws33
9441
9442         * po/pt_BR.po
9443                 updated by Fabio Junior Beneditto
9444
9445 2002-06-28 [jens]       0.7.8claws32
9446
9447         * po/de.po
9448                 translation updated
9449
9450         * src/selective_download.c
9451                 removed gettext for space " "
9452
9453         * src/imap.c
9454                 removed wrong space
9455
9456 2002-06-28 [paul]       0.7.8claws31
9457
9458         * sync with 0.7.8cvs11
9459                 see ChangeLog 2002-06-28
9460
9461 2002-06-28 [paul]       0.7.8claws30
9462
9463         * sync with 0.7.8cvs10
9464                 see ChangeLog 2002-06-27 and 2002-06-28
9465
9466 2002-06-26 [paul]       0.7.8claws29
9467
9468         * src/addrgather.c
9469           src/selective_download.c
9470                 don't gettextise empty strings.
9471                 reserved by gettext. gettext("") returns 
9472                 the header entry with meta information, 
9473                 not the empty string
9474
9475         * po/en_GB.po
9476                 updated
9477
9478 2002-06-26 [paul]       0.7.8claws28
9479
9480         * sync with 0.7.8cvs7
9481                 see ChangeLog 2002-06-25
9482
9483         * src/prefs_common.c
9484                 ...and in the process, tweak the gui a little
9485
9486 2002-06-25 [alfons]     0.7.8claws27
9487         
9488         * configure.in
9489         * src/Makefile.am
9490                 fine tune ldap library detection
9491
9492 2002-06-25 [alfons]     0.7.8claws26
9493
9494         * src/compose.c
9495                 don't allow return receipts when composing a news article
9496
9497 2002-06-25 [paul]       0.7.8claws25
9498
9499         * Makefile.am
9500                 add '$(AMTAR)' to 'release' section to allow for
9501                 new and older autotools
9502
9503 2002-06-25 [paul]       0.7.8claws24
9504
9505         * src/summaryview.c
9506                 fix "No more unread messages" persistant pop-up
9507                 window bug
9508
9509 2002-06-25 [paul]       0.7.8claws23
9510
9511         * po/it.po
9512                 updated by Alessandro Maestri
9513
9514 2002-06-25 [paul]       0.7.8claws22
9515
9516         * sync with 0.7.8cvs6
9517                 see ChangeLog 2002-06-25
9518
9519 2002-06-24 [paul]       0.7.8claws21
9520
9521         * tools/update-po
9522                 add GPL copyright information
9523
9524 2002-06-24 [paul]       0.7.8claws20
9525
9526         * tools/Makefile.am
9527           tools/README
9528           tools/update-po       ** NEW FILE **
9529                 add script that eases the creation of *.po files
9530                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
9531
9532 2002-06-23 [alfons]     0.7.8claws19
9533
9534         * src/messageview.c
9535                 make notification_convert_header obey const correctness
9536                 (next step will be fixing the broken return receipt)
9537
9538 2002-06-23 [paul]       0.7.8claws18
9539
9540         * src/messageview.c
9541                 fix bug introduced in last commit:
9542                 removed too much code in last commit - put back what's
9543                 needed
9544
9545 2002-06-23 [paul]       0.7.8claws17
9546
9547         * src/messageview.[ch]
9548                 remove code committed in error from locally patched
9549                 source
9550
9551 2002-06-23 [colin]      0.7.8claws16
9552
9553         * src/compose.[ch]
9554                 add compose_entry_select(), used to select the default_to
9555                 email address - hopefully avoiding people sending mails to
9556                 wrong recipients.
9557
9558 2002-06-22 [alfons]     0.7.8claws15
9559
9560         * AUTHORS
9561                 add Bram Metsch & Stanislav Karchebny
9562         * src/smtp.[ch]
9563         * src/prefs_account.[ch]
9564         * src/send.c
9565                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
9566                   options.  (see <http://sourceforge.net/tracker/index.php
9567                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
9568
9569                 - merge Stanislav's fix to make SMTP AUTH work with qmail
9570                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
9571
9572 2002-06-22 [paul]       0.7.8claws14
9573
9574         * sync with 0.7.8cvs5
9575                 see ChangeLog 2002-06-19 and 2002-06-20
9576
9577 2002-06-22 [alfons]     0.7.8claws13
9578
9579         * src/selective_download.c
9580                 fix a stupid mistake I made
9581
9582 2002-06-22 [alfons]     0.7.8claws12
9583
9584         * src/selective_download.[ch]
9585                 fix another unnoticed leak; cleanup code
9586
9587 2002-06-21 [alfons]
9588
9589         * tools/Makefile.am
9590                 gpg-sign <-- gpg-sign-syl
9591
9592 2002-06-21 [alfons]     0.7.8claws11
9593
9594         * src/selective_download.c
9595         * src/selective_download.h
9596                 fix assorted mix of allocation errors (should solve
9597                 problem reported by Philippe Gramoullé, see:
9598                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
9599
9600 2002-06-20 [melvin]     0.7.8claws10
9601
9602         * tools/gpg-sign *REMOVED*
9603           tools/gpg-sign-syl *ADDED*
9604                 Replaced the gpg clearsigning script with the version using
9605                 xterm instead of ssh-askpass and changed its name.
9606
9607         * README.claws
9608                 Updated actions example to reflect the renaming of the
9609                 gpg clearsigning script.
9610
9611 2002-06-19 [paul]       0.7.8claws9
9612
9613         * sync with 0.7.8claws9
9614                 see ChangeLog 2002-06-18 and 2002-06-19
9615
9616 2002-06-19 [paul]       0.7.8claws8
9617
9618         * sync with 0.7.8cvs1
9619                 see ChangeLog 2002-06-18
9620
9621 2002-06-18 [alfons]     0.7.8claws7
9622
9623         * src/mainwindow.h
9624                 add omitted prototype
9625
9626 2002-06-17 [paul]       0.7.8claws6
9627
9628         * src/mainwindow.c
9629                 fix hiding of exec_btn
9630
9631 2002-06-17 [paul]       0.7.8claws5
9632
9633         * src/pop.c
9634                 remove unneeded code: should_delete() 
9635                 and Pop3State::uidl_todelete_list
9636
9637 2002-06-17 [paul]       0.7.8claws4
9638
9639         * sync with 0.7.8
9640                 see ChangeLog 2002-06-11 and 2002-06-13
9641
9642 2002-06-16 [alfons]     0.7.8claws3
9643         
9644         * src/folder.c
9645                 make sure lock sort mode (claws specific) is
9646                 also persists after a tree rescan
9647
9648 2002-06-16 [alfons]     0.7.8claws2
9649
9650         * src/prefs_folder_item.c
9651         * src/folder.[ch]
9652                 fix persistence of folder sort mode (broken
9653                 by adapting Hiro's new folder persistence code)
9654
9655 2002-06-16 [alfons]     0.7.8claws1
9656
9657         * AUTHORS
9658         * src/logwindow.c
9659         * src/prefscommon.[ch]
9660                 control size of log text in log window; 
9661                 closes patch #569155 submitted by Mitko Haralanov.
9662
9663 2002-06-15 [paul]       0.7.8claws
9664
9665         * release of 0.7.8claws
9666
9667 2002-06-15 [paul]       0.7.7claws
9668
9669         * po/pt_BR.po
9670                 updated by Fabio Junior Beneditto
9671
9672 2002-06-14 [paul]       0.7.6claws49
9673
9674         * po/es.po
9675                 updated by Ricardo Mones Lastra
9676
9677 2002-06-14 [paul]       0.7.6claws48
9678
9679         * po/nl.po
9680                 updated translation by Wilbert Berendsen
9681
9682 2002-06-14 [melvin]     0.7.6claws47
9683
9684         * po/fr.po
9685                 Updated French translation
9686
9687 2002-06-13 [paul]       0.7.6claws46
9688
9689         * src/filesel.c
9690                 allow filename to be typed in, rather than just
9691                 selected by the mouse. Patch by Gustavo Noronha Silva.
9692
9693 2002-06-13 [alfons]     0.7.6claws45
9694
9695         * src/mainwindow.[ch]
9696                 more cleanups (removing unnecessary menu items Expand 
9697                 summary / message view)
9698
9699 2002-06-13 [melvin]     0.7.6claws44
9700
9701         * po/POTFILES.in
9702                 Added src/string_match.c
9703         * src/string_match.c
9704                 Fixed possible buffer overflow.
9705                 Corrected typo.
9706                 Added missing config.h header.
9707         * src/prefs_common.c
9708           src/prefs_matcher.c
9709           src/prefs_scoring.c
9710                 Made some strings translatable (missing _(..)).
9711
9712 2002-06-13 [melvin]     0.7.6claws43
9713
9714         * README.claws
9715                 Corrected action example (verifying clearsigned mail).
9716         * src/prefs_account.c
9717                 Corrected typo.
9718         * src/prefs_common.c
9719                 Removed incorrect line that generated a Gtk-CRITICAL msg.
9720
9721 2002-06-12 [alfons]     0.7.6claws42
9722
9723         * src/summaryview.c
9724                 add init of score column lost in 0.7.6claws42
9725
9726 2002-06-12 [paul]       0.7.6claws41
9727
9728         * src/prefs_account.c
9729                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
9730                 behavior of the radio buttons, (from 0.7.7cvs2)
9731
9732 2002-06-11 [alfons]     0.7.6claws40
9733
9734         * src/messageview.[ch]
9735         * src/summaryview.[ch]
9736         * src/summary_search.c
9737         * src/mainwindow.c
9738                 perform a sync to bring in Hiro's separate view implementation 
9739
9740                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
9741
9742 2002-06-11 [paul]       0.7.6claws39
9743         
9744         * src/prefs_account.c
9745                 correct a typo on the Receive tab
9746
9747 2002-06-10 [match]      0.7.6claws38
9748
9749         * src/addressbook.c
9750                 Included address completion patch from Gustavo Noronha.
9751
9752 2002-06-10 [paul]       0.7.6claws37
9753
9754         * src/inc.[ch]
9755           src/pop.c
9756           src/prefs_account.[ch]
9757           src/selective_download.[ch]
9758                 apply PATCH #561712
9759                  NEW:
9760                 - check if POP Account
9761                 - Receive Button renamed to Preview
9762                 - Preview Button Popup: preview new/all messages
9763                 - Download Button
9764                 - Account Preferences-->Receive tab checkbutton if you
9765                   want to remove Mail after Download
9766                 -: default YES
9767                 - Account Preferences-->Receive tab checkbutton use
9768                   filtering rules on preview
9769                   (think of delete_on_server)
9770                 -: default YES
9771                 - Account selectable from SD dialog
9772                 - checkbutton to show already downloaded messages if
9773                   all messages are previewed
9774                 - new clist column showing Date
9775                 - ESC KEY close
9776                 FIXES:
9777                 - play ball with UIDL
9778                 - fault tolerant (?) 
9779                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9780
9781 2002-06-10 [melvin]     0.7.6claws36
9782
9783         * README.claws
9784                 Added a hint to ac/README in cvs instructions.
9785
9786         * src/prefs_actions.c
9787                 Made it possible to use a more elaborate command line
9788                 for asynchronous actions, too.
9789
9790 2002-06-10 [melvin]     0.7.6claws35
9791         
9792         * src/prefs_actions.c
9793                 Make it possible to use a more elaborate command line
9794                 (e.g. |foo|bar|cat>there;echo Done|)
9795                 Corrected error message when calling %f, %F and %p commands
9796                 from the compose window.
9797
9798 2002-06-09 [colin]      0.7.6claws34
9799
9800         * src/summaryview.c
9801                 Automatically find unread messages in current folder
9802                 before annoying the user.
9803
9804 2002-06-08 [alfons]     0.7.6claws33
9805
9806         * po/it.po
9807                 remove bad formatting string in it.po translation
9808                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
9809
9810 2002-06-08 [paul]       0.7.6claws32
9811
9812         * sync with 0.7.6cvs25
9813                 see ChangeLog 2002-06-07
9814
9815 2002-06-05 [paul]       0.7.6claws31
9816
9817         * src/mainwindow.c
9818                 add 'Sort by locked' and 'Sort by score'
9819
9820 2002-06-05 [paul]       0.7.6claws30
9821
9822         * sync with 0.7.6cvs24
9823                 see ChangeLog 2002-06-04
9824
9825 2002-06-04 [paul]       0.7.6claws29
9826
9827         * po/pt_BR.po
9828                 updated by Fabio Junior Beneditto
9829
9830 2002-06-03 [thorsten]   0.7.6claws28
9831
9832         * src/matcher.c
9833                 fclose() matcherrc after reading
9834
9835 2002-06-03 [paul]       0.7.6claws27
9836
9837         * sync with 0.7.6cvs21
9838                 see ChangeLog 2002-05-31
9839
9840 2002-05-31 [paul]       0.7.6claws26
9841
9842         * sync with 0.7.6cvs20
9843                 see ChangeLog 2002-05-29 and 2002-05-30
9844
9845 2002-05-31 [paul]       0.7.6claws25
9846
9847         * src/imap.c
9848                 hopefully fix last buggy sync
9849
9850         * README.claws
9851                 correct typo in 'Actions' examples
9852
9853 2002-05-29 [paul]       0.7.6claws24
9854
9855         * sync with 0.7.6cvs18
9856                 see ChangeLog 2002-05-28 and 2002-05-29
9857
9858         * src/news.c
9859           src/nntp.[ch]
9860                 sync with above 
9861
9862 2002-05-28 [paul]       0.7.6claws23
9863
9864         * sync with 0.7.6cvs16
9865                 see ChangeLog 2002-05-28
9866
9867 2002-05-27 [thorsten]   0.7.6claws22 
9868
9869         * faq/it/sylpheed-faq-1.html
9870           faq/it/sylpheed-faq-2.html
9871           faq/it/sylpheed-faq-3.html
9872           faq/it/sylpheed-faq.html
9873                 corrected DOS lineendings
9874         * faq/de/sylpheed-faq-1.html
9875           faq/de/sylpheed-faq-2.html
9876           faq/en/sylpheed-faq-1.html
9877           faq/en/sylpheed-faq-2.html
9878           faq/en/sylpheed-faq-3.html
9879           faq/es/sylpheed-faq-1.html
9880           faq/es/sylpheed-faq-2.html
9881           faq/es/sylpheed-faq-3.html
9882           faq/fr/sylpheed-faq-1.html
9883           faq/it/sylpheed-faq-1.html
9884           faq/it/sylpheed-faq-2.html
9885           faq/it/sylpheed-faq-3.html
9886           faq/it/sylpheed-faq.html
9887                 changed ">" to &quot;
9888
9889 2002-05-27 [paul]       0.7.6claws21
9890         
9891         * sync with 0.7.6cvs15
9892                 see ChangeLog 2002-05-27
9893
9894 2002-05-27 [paul]       0.7.6claws20
9895
9896         * src/prefs_account.c
9897                 correct a typo
9898
9899 2002-05-26 [paul]       0.7.6claws19
9900
9901         * tools/README
9902                 correct a typo
9903
9904 2002-05-25 [paul]       0.7.6claws18
9905
9906         * tools/README
9907                 add description of kmail2sylpheed.pl
9908
9909 2002-05-25 [paul]       0.7.6claws17
9910
9911         * tools/kmail2sylpheed.pl       ** NEW FILE **
9912                 perl script that converts an exported Kmail address
9913                 book, converts it to sylpheed addressbook file,
9914                 writes the file to .sylpheed, and updates
9915                 addrbook--index.xml 
9916
9917 2002-05-25 [paul]       0.7.6claws16
9918
9919         * sync with 0.7.6cvs14
9920                 see ChangeLog 2002-05-23
9921
9922 2002-05-24 [paul]       0.7.6claws15
9923
9924         * README.claws
9925                 make a correction and add some more info
9926
9927 2002-05-24 [paul]       0.7.6claws14
9928
9929         * src/compose.c
9930                 fix memory leak in 
9931                 compose_redirect_write_headers_from_headerlist()
9932                 add Subject and Resent-Message-ID to
9933                 compose_redirect_write_headers()
9934                 Received, Subject, and X-UIDL are filtered out in 
9935                 compose_redirect_write_to_file()
9936
9937 2002-05-23 [paul]       0.7.6claws13
9938
9939         * src/compose.[ch]
9940           src/filtering.c
9941           src/mainwindow.c
9942           src/matcher.[ch]
9943           src/matcher_parser_lex.l
9944           src/matcher_parser_parse.y
9945           src/prefs_common.[ch]
9946           src/prefs_filtering.c
9947           src/summaryview.c
9948                 rename 'Bounce' to 'Redirect'
9949
9950 2002-05-23 [paul]       0.7.6claws12
9951
9952         * more sync with 0.7.6cvs13
9953           src/compose.c
9954                 see ChangeLog 2002-05-22
9955
9956 2002-05-22 [paul]       0.7.6claws11
9957
9958         * sync with 0.7.6cvs13
9959           src/codeconv.c
9960                 see ChangeLog 2002-05-20
9961           src/prefs_common.c
9962                 see ChangeLog 2002-05-22
9963
9964 2002-05-21 [melvin]     0.7.6claws10
9965
9966         * src/folderview.c
9967                 Added missing filtering and scoring headers
9968                 Fixed bad function call that showed garbage 
9969                 in Folder->Processing
9970
9971 2002-05-21 [paul]       0.7.6claws9
9972
9973         * tools/Makefile.am
9974                 make all tools executable, (patch by Alfons).
9975
9976 2002-05-20 [alfons]     0.7.6claws8
9977
9978         * src/procheader.c
9979                 don't forget to call mktime() so we have a valid week 
9980                 and year day
9981                 (Bug report by Roger Sondermann <mail@jumaros.de>)
9982
9983 2002-05-20 [paul]       0.7.6claws7
9984
9985         * src/html.c
9986                 fix broken parsing of urls
9987         * src/textview.c
9988                 fix displaying of urls
9989
9990                 both fixes from the patch [547855] by Eugene 
9991                 Brevdo (zonem)
9992
9993 2002-05-19 [alfons]     0.7.6claws6
9994
9995         * configure.in
9996                 make sylpheed configure correctly with the latest
9997                 and greatest of automake / autoconf / gettext
9998
9999 2002-05-19 [alfons]     0.7.6claws5
10000
10001         * src/procheader.c
10002         * src/procheader.h
10003                 add function for returning ime zone offset
10004         * src/quote_fmt.c
10005         * src/quote_fmt_parse.y
10006                 better quotation formatting - does not convert
10007                 to local time, but uses the original date string.
10008                 
10009                 Note: %z inserts the timezone offset (should 
10010                 work also on platforms where strftime does not
10011                 support %z).
10012
10013 2002-05-18 [christoph]  0.7.6claws4
10014
10015         * src/summaryview.c
10016                 fix indentation of some code
10017         * tools/Makefile.am
10018                 fix spaces after \
10019         * src/Makefile.am
10020                 add missing \
10021                 correct path for ignorethread.xpm
10022                 incorrect filename for sylpheed_logo.xpm
10023                 add missing include matcher_parser_parse.h
10024
10025 2002-05-18 [paul]       0.7.6claws3
10026
10027         * sync with 0.7.6cvs8
10028                 see ChangeLog 2002-05-16 and 2002-05-17
10029
10030 2002-05-18 [melvin]     0.7.6claws2
10031
10032         * README.claws
10033                 Corrected an action's definition and fixed some misspellings.
10034
10035 2002-05-18 [paul]       0.7.6claws1
10036
10037         * tools/Makefile.am
10038           tools/gpg-sign        ** new file **
10039           tools/uudec           ** new file **
10040                 add Melvin's Actions scripts
10041
10042         * README.claws
10043                 add Melvin's descriptions for Actions
10044
10045 2002-05-18 [paul]       0.7.6claws
10046
10047         * Version 0.7.6claws released
10048
10049 2002-05-17 [paul]       0.7.5claws32
10050
10051         * po/es.po
10052                 updated by Ricardo Mones Lastra
10053
10054 2002-05-17 [paul]       0.7.5claws31
10055
10056         * src/compose.c
10057                 fix Account prefs default folder for sent/draft/deleted
10058                 messages bug
10059
10060         * po/it.po
10061           po/nl.po
10062                 updated translation by Alessandro Maestri and
10063                 Wilbert Berendsen
10064
10065 2002-05-17 [melvin]     0.7.5claws30
10066
10067         * src/prefs_actions.c
10068                 Fixed bug where using %F not at the end of the command 
10069                 resulted in an additional empty argument being created.
10070                 Thanks to Darko Koruga for reporting the bug.
10071
10072 2002-05-17 [melvin]     0.7.5claws29
10073
10074         * po/fr.po
10075                 Updated French translations.
10076
10077 2002-05-15 [paul]       0.7.5claws28
10078         
10079         * po/es.po
10080                 updated by Ricardo Mones Lastra
10081
10082 2002-05-15 [paul]       0.7.5claws27
10083
10084         * sync with 0.7.6cvs4
10085                 see ChangeLog 2002-05-14 and 2002-05-15
10086
10087 2002-05-14 [paul]       0.7.5claws26
10088
10089         * sync with 0.7.6cvs1
10090                 see ChangeLog 2002-05-13
10091
10092 2002-05-13 [thorsten]   0.7.5claws25
10093
10094         * src/messageview.c
10095                 fix select_all and copy in multipart messages
10096         * src/mainwindow.c
10097                 fix select_all and copy in multipart messages
10098
10099 2002-05-12 [paul]       0.7.5claws24
10100
10101         * src/summaryview.c
10102                 reverse last commit, bug already fixed in 0.7.5claws3
10103
10104 2002-05-12 [netztorte]  0.7.5claws23
10105
10106         * src/summaryview.c
10107                 dont parse empty addressbook (checked in before claws20)
10108
10109 2002-05-12 [melvin]     0.7.5claws22
10110
10111         * src/procmsg.[ch]
10112                 Removed unneeded priority code introduced by the previous 
10113                 commit.
10114
10115 2002-05-12 [melvin]     0.7.5claws21
10116
10117         * src/compose.[ch]
10118                 Added possibility to set message's priority.
10119         * src/procmsg.[ch]
10120                 Added possibility to set message's priority.
10121                 Added missing headers
10122
10123 2002-05-12 [melvin]     0.7.5claws20
10124
10125         * src/prefs_actions.c
10126                 Removed implicitely added quotes around the name
10127                 of the temporary files of mime parts.
10128
10129 2002-05-12 [paul]       0.7.5claws19
10130
10131         * sync with 0.7.5cvs20
10132                 see ChangeLog 2002-05-11
10133
10134 2002-05-12 [alfons]     0.7.5claws18
10135
10136         * src/quote_fmt_lex.l
10137         * src/quote_fmt_parse.y
10138                 allow quote / reply date & time format to be set using
10139                 %D{format}. format is a format string you'd pass to
10140                 strftime() (see man strftime, or the Display tab |
10141                 Date format setting).
10142
10143                 Currently %D converts the date to local time. 
10144
10145 2002-05-11 [paul]       0.7.5claws17
10146
10147         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
10148                 see ChangeLog 2002-05-10 and 2002-05-11
10149
10150 2002-05-10 [paul]       0.7.5claws16
10151
10152         * sync with 0.7.5cvs16
10153                 see ChangeLog entries 2002-05-09 and 
10154                 2002-05-10
10155
10156 2002-05-10 [colin]      0.7.5claws15
10157
10158         * src/textview.c
10159                 Corrected a bug that prevented sylpheed to open
10160                 double-clicked URIs.
10161
10162 2002-05-09 [paul]       0.7.5claws14
10163
10164         * sync with 0.7.5cvs14
10165                 see ChangeLog 2002-05-08 and 2002-05-09
10166
10167 2002-05-08 [paul]       0.7.5claws13
10168
10169         * sync with 0.7.5cvs11
10170                 see ChangeLog entry 2002-05-08
10171
10172 2002-05-08 [paul]       0.7.5claws12
10173
10174         * src/mainwindow.c
10175           src/textview.[ch]
10176                 fix segfault on View->Open in new window
10177                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10178
10179 2002-05-07 [paul]       0.7.5claws11
10180
10181         * sync with 0.7.5cvs9
10182                 see ChangeLog entry 2002-05-07
10183
10184 2002-05-06 [paul]       0.7.5claws10
10185
10186         * src/messageview.c
10187           src/textview.c
10188                 display url in statusbar on single-click
10189                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10190
10191 2002-05-06 [match]      0.7.5claws9
10192
10193         * src/addritem.[ch]
10194                 new functions.
10195         * src/addrcache.c
10196                 tidy up.
10197         * src/xmlprops.[ch]
10198                 XML implementation of properties file.
10199         * src/exporthtml.[ch]
10200         * src/expthtmldlg.[ch]
10201         * src/addressbook.c
10202                 export to HTML.
10203
10204 2002-05-02 [sergey]     0.7.5claws8
10205
10206         * src/mainwindow.c (mainwin_entries),
10207           src/prefs_common.c (prefs_send_create()),
10208           src/codeconv.c (locale_table):
10209                 use charset name "Windows-1251" instead of "CP1251".
10210
10211 2002-05-02 [colin]      0.7.5claws7
10212         
10213         * src/compose.c
10214           src/prefs_common.c
10215           src/prefs_folder_item.c
10216                 Fixed cosmetics bugs due to Outbox renamed to Sent.
10217
10218 2002-05-02 [hiro]       0.7.5claws6
10219
10220         * src/imap.c
10221                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
10222
10223 2002-05-02 [paul]       0.7.5claws5
10224
10225         * src/compose.c
10226                 more sync with 0.7.5cvs7, see ChangeLog entry
10227                 2002-05-02
10228
10229 2002-05-02 [hiro]       0.7.5claws4
10230
10231         * src/compose.c
10232                 compose_queue_sub():
10233                 check if queue folder exists (closes #550397).
10234                 removed directory creation since it should be handled
10235                 transparently.
10236         * src/imap.c
10237                 imap_add_msg(): return UID for appended message
10238                 (closes #548842).
10239
10240 2002-04-30 [paul]       0.7.5claws3
10241
10242         * src/summaryview.c
10243                 fix account_find_from_address() bug
10244
10245 2002-04-28 [colin]      0.7.5claws2
10246
10247         * src/compose.c
10248           src/textview.c
10249           src/prefs_common.[ch]
10250           src/utils.[ch]
10251                 Added user-definable quotation characters recognition.
10252
10253 2002-04-28 [paul]       0.7.5claws1
10254
10255         * sync with 0.7.5cvs4
10256                 see ChangeLog entry  2002-04-25
10257
10258 2002-04-28 [paul]       0.7.5claws
10259
10260         * po/es.po
10261           po/nl.po
10262           po/pt_BR.po
10263                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
10264                 Fabio Junior Beneditto
10265
10266 2002-04-27 [jens]       0.7.4claws103
10267
10268         * po/de.po
10269                 updated German translation.
10270
10271 2002-04-27 [hiro]       0.7.4claws102
10272
10273         * src/summaryview.c
10274                 summary_write_cache(): fixed the mark loss of hidden messages.
10275
10276 2002-04-26 [melvin]     0.7.4claws101
10277
10278         * src/procmsg.c
10279                 fixed a second typo (same one)
10280         * po/fr.po
10281           po/it.po
10282           po/pt_BR.po
10283                 fixed the type again...
10284
10285 2002-04-26 [melvin]     0.7.4claws100
10286
10287         * src/procmsg.c
10288                 fixed a typo in an alert message ("temorary").
10289         * po/it.po
10290         * po/pt_BR.po
10291                 corrected the typo  described above.
10292         * po/fr.po
10293                 updated French translation.
10294
10295 2002-04-26 [darko]      0.7.4claws99
10296
10297         * src/summaryview.c
10298                 fix target folder colorization
10299
10300 2002-04-25 [paul]       0.7.4claws98
10301
10302         * po/it.po
10303                 updated by Alessandro Maestri
10304
10305 2002-04-24 [colin]      0.7.4claws97
10306         
10307         * src/compose.c
10308                 Fixed double "subject is empty" question.
10309
10310 2002-04-23 [colin]      0.7.4claws96
10311         
10312         * src/mimeview.c
10313                 Corrected issue when "automatically display images" was
10314                 not set : first image remained after selecting second.
10315
10316 2002-04-23 [melvin]     0.7.4claws95
10317
10318         * src/prefs_actions.c
10319                 Don't display in/out dialog if there is nothing to show.
10320
10321 2002-04-23 [paul]       0.7.4claws94
10322
10323         * sync with 0.7.5cvs3
10324                 bug fixes: see ChangeLog entry 2002-04-23
10325
10326 2002-04-22 [darko]      0.7.4claws93
10327
10328         * src/compose.c
10329                 fix previous check-in which changed code after
10330                 merge from main
10331
10332 2002-04-22 [paul]       0.7.4claws92
10333
10334         * faq/de/*
10335                 add German FAQ
10336         * faq/en/*
10337           faq/es/*
10338           faq/fr/*
10339                 update English, Spanish and French FAQs
10340         * manual/de/*
10341           manual/es/*
10342                 add German and Spanish manuals
10343         * manual/en/*
10344           manual/fr/*
10345                 update English and French manuals
10346
10347         * src/Makefile.am
10348                 add to and re-arrange the pixmap entries
10349
10350 2002-04-22 [darko]      0.7.4claws91
10351
10352         * src/compose.c
10353                 fix sender initials recognition to only allow
10354                 '>' after the initials
10355
10356 2002-04-21 [paul]       0.7.4claws90
10357
10358         * sync with 0.7.5 release
10359                 see ChangeLog entry 2002-04-21
10360
10361 2002-04-21 [alfons]
10362
10363         * src/Makefile.am
10364                 add colin's new pixmaps to EXTRA_DIST
10365
10366 2002-04-21 [colin]      0.7.4claws89
10367         * src/compose.c
10368         * src/inc.c
10369         * src/mainwindow.[ch]
10370         * src/prefs_common.[ch]
10371         * src/stock_pixmap.[ch]
10372                 Added "Work offline" ability.
10373
10374 2002-04-21 [colin]      0.7.4claws88
10375         
10376         * src/mimeview.c
10377         * src/prefs_common.c
10378         * src/prefs_common.h
10379         * src/textview.c : Added an option to common preferences -> display
10380           to allow user not to automatically display images.
10381
10382 2002-04-21 [paul]       0.7.4claws87
10383
10384         * sync with 0.7.4cvs52
10385                 see ChangeLog entry 2002-04-21 (src/imap.c)
10386
10387 2002-04-21 [paul]       0.7.4claws86
10388
10389         * sync with 0.7.4cvs51
10390                 see ChangeLog entry 2002-04-21
10391
10392 2002-04-21 [paul]       0.7.4claws85
10393
10394         * sync with 0.7.4cvs49
10395                 see ChangeLog entries 2002-04-20 and 2002-04-21
10396
10397         * src/Makefile.am
10398                 clean up: remove old 'stock_' element from xpm 
10399                 filenames.
10400
10401 2002-04-21 [alfons]     0.7.4claws84
10402
10403         apply sync patch from Paul
10404
10405         * src/folderview.c
10406                 use old claws prefs_folder_item_create() for now
10407
10408 2002-04-19 [match]      0.7.4claws83
10409
10410         * src/addressbook.[ch]
10411         * src/addrharvest.[ch]
10412         * src/addrgather.[ch]
10413                 recurse folders.
10414         * src/mainwindow.c
10415         * src/summaryview.[ch]
10416                 change menu option.
10417
10418 2002-04-19 [paul]       0.7.4claws82
10419
10420         * po/pt_BR.po
10421                 updated by Fabio Junior Beneditto
10422
10423 2002-04-14 [alfons]     0.7.4claws81
10424
10425         * src/passphrase.c
10426                 add #include <sys/types.h> for mode_t and off_t 
10427
10428 2002-04-13 [paul]       0.7.4claws80
10429         
10430         * src/main.c
10431           src/passphrase.[ch]
10432           src/pgptext.c
10433           src/prefs_common.[ch]
10434           src/rfc2015.c
10435                 enable storing of GnuPG passphrase for the whole 
10436                 session or a user-defined number of minutes. patch 
10437                 submitted by Ravemax <ravemax@dextrose.com>
10438
10439 2002-04-13 [alfons]     0.7.4claws79
10440
10441         * src/textview.c
10442                 make email parser also stop scanning when encountering separators
10443                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
10444
10445 2002-04-13 [paul]       0.7.4claws78
10446
10447         * sync with 0.7.4cvs39
10448                 see ChangeLog entry 2002-04-12
10449
10450 2002-04-11 [paul]       0.7.4claws77
10451
10452         * sync with 0.7.4cvs37
10453                 see ChangeLog entry 2002-04-11
10454
10455 2002-04-11 [paul]       0.7.4claws76
10456
10457         * COPYING 
10458                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
10459                 the clause for OpenSSL). sync with sylpheed main
10460
10461 2002-04-09 [melvin]     0.7.4claws75
10462
10463         * src/compose.c
10464                 Made 'Ctrl-Enter' on send ignore some modifiers 
10465                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
10466                 to bind other *-Enter (but not Alt-Enter).
10467
10468 2002-04-09 [paul]       0.7.4claws74
10469
10470         * sync with 0.7.4cvs35
10471                 see ChangeLog entries 2002-04-09
10472
10473 2002-04-08 [paul]       0.7.4claws73
10474
10475         * sync with 0.7.4cvs33
10476                 see ChangeLog entry 200-04-08
10477
10478 2002-04-07 [match]      0.7.4claws72
10479
10480         * src/addrharvest.[ch]
10481                 fixed to read all addresses in header, regardless
10482                 of header size. improved name parsing. accommodate
10483                 harvest from folders and selected message.
10484         * src/addritem.[ch]
10485                 included new address parsing function.
10486         * src/addrgather.[ch]
10487         * src/addressbook.[ch]
10488         * src/summaryview.[ch]
10489         * src/mainwindow.c
10490                 allow address harvest of folder as well as selected
10491                 messages.
10492
10493 2002-04-07 [paul]       0.7.4claws71
10494
10495         * src/esmtp.[ch]
10496           src/smtp.c
10497                 don't try to authenticate with CRAM-MD5 in SMTP when 
10498                 SMTP-AUTH enabled if MTA doesn't issue this 
10499                 auth-method in it's ehlo-response. bug item #531364,
10500                 patch item #938910. patch submitted by Colin Leroy 
10501                 <colin@colino.net>
10502
10503 2002-04-07 [paul]       0.7.4claws70
10504
10505         * src/nntp.c
10506                 fix missing MODE_READER bug. patch submitted by
10507                 Colin Leroy <colin@colino.net>
10508
10509 2002-04-07 [alfons]     0.7.4claws69
10510
10511         * src/matcher.[ch]
10512         * src/prefs_filtering.c
10513         * src/summaryview.c
10514                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
10515                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
10516
10517 2002-04-07 [paul]       0.7.4claws68
10518
10519         * sync with 0.7.4cvs32
10520                 see ChangeLog entry 2002-04-06
10521
10522         * tools/filter_conv.pl
10523                 more bug fixes
10524
10525 2002-04-06 [paul]       0.7.4claws67
10526
10527         * tools/filter_conv.pl
10528                 modify to be able to find the name of the first
10529                 mailbox and use that. main's filter does not
10530                 record the full path to the mailbox and therefore
10531                 can only filter to the first mailbox.
10532
10533 2002-04-05 [paul]       0.7.4claws66
10534
10535         * tools/filter_conv.pl
10536                 attempt to make the script all-encompassing and
10537                 be able to convert any main 'filter' rule thrown
10538                 at it
10539
10540 2002-04-05 [paul]       0.7.4claws65
10541
10542         * tools/filter_conv.pl
10543                 allow for collapsed folder trees
10544
10545 2002-04-05 [paul]       0.7.4claws64
10546
10547         * sync with 0.7.4cvs31
10548                 see ChangeLog entries 2002-04-05
10549
10550 2002-04-03 [paul]       0.7.4claws63
10551
10552         * sync with 0.7.4cvs29
10553                 see ChangeLog entries 2002-04-02 and 2002-04-03
10554
10555 2002-04-02 [paul]       0.7.4claws62
10556
10557         * sync with 0.7.4cvs26
10558                 see ChangeLog entry 2002-04-01
10559
10560 2002-04-02 [match]      0.7.4claws61
10561
10562         * src/pine.[ch]
10563         * src/importpine.[ch]
10564         * src/addressbook.c
10565                 import Pine address book.
10566
10567 2002-04-02 [match]      0.7.4claws60
10568
10569         * src/addrharvest.[ch]
10570                 improve address parsing of funky addresses.
10571
10572 2002-04-02 [darko]      0.7.4claws59
10573
10574         * src/compose.c
10575                 wrap on send improvements, it now recognizes quoted
10576                 initials as part of the quotation string, and it
10577                 does not join lines separated by CR
10578
10579 2002-04-01 [match]      0.7.4claws58
10580
10581         * src/mgutils.[ch]
10582                 added new functions.
10583         * src/mutt.[ch]
10584                 remove excessive duplicate address generation
10585                 on import.
10586
10587 2002-04-01 [alfons]     0.7.4claws57
10588         
10589         * src/summaryview.c
10590                 put back g_free() 
10591
10592 2002-04-01 [paul]       0.7.4claws56
10593
10594         * sync with 0.7.4cvs25
10595                 see ChangeLog entry 2002-04-01
10596
10597 2002-04-01 [alfons]     0.7.4aprilfool55
10598
10599         * src/summaryview.c
10600                 honour feature request item #537427 to allow for
10601                 displaying names from address book for sent mail also
10602
10603 2002-03-29 [paul]       0.7.4claws54
10604
10605         * src/mainwindow.c
10606           src/prefs_filtering.[ch]
10607           src/prefs_matcher.c
10608           src/summaryview.c
10609                 add 'fast filter' for claws' filtering,
10610                 /Tools/Create filter rule/... patch submitted
10611                 by Neill Miller <neillm@thecodefactory.org>
10612
10613 2002-03-29 [paul]       0.7.4claws53
10614
10615         * sync with 0.7.4cvs24
10616                 see ChangeLog entry 2002-03-29
10617
10618 2002-03-28 [paul]       0.7.4claws52
10619
10620         * sync with 0.7.4cvs23
10621                 see ChangeLog entry 2002-03-28
10622
10623 2002-03-27 [melvin]     0.7.4claws51
10624
10625         * src/prefs_actions.c
10626                 Added support to pass only one message part (as a
10627                 file) to the command using '%p'. No quotes are needed
10628                 because doubles quotes are automatically added.
10629                 Fixed bug where Sylpheed could block when waiting for
10630                 a child process to finish.
10631                 Changed the help menu to remove quotes around symbols to 
10632                 avoid misinterpretation (they must not be used).
10633
10634 2002-03-27 [melvin]     0.7.4claws50
10635
10636         * src/inc.c
10637                 Made the new mail notification command always 
10638                 execute asynchronously.
10639
10640 2002-03-27 [paul]       0.7.4claws49
10641
10642         * src/compose.c
10643                 fix bug introduced in last commit
10644
10645 2002-03-27 [paul]       0.7.4claws48
10646
10647         * sync with 0.7.4cvs21
10648                 see ChangeLog 2002-03-26 and 2002-03-27
10649
10650 2002-03-26 [hoa]        0.7.4claws47
10651
10652         * src/prefs_folder_item.c
10653                 really fixed the bug #516442 with folder rescan.
10654
10655 2002-03-26 [paul]       0.7.4claws46
10656
10657         * sync with 0.7.4cvs19
10658                 see ChangeLog entries 2002-03-25 and 2002-03-26
10659
10660 2002-03-25 [hoa]        0.7.4claws45
10661
10662         * src/matcher.c
10663         * src/mh.c
10664                 fix the bug #516442 with folder rescan.
10665
10666         * src/prefs_common.[ch]
10667         * src/compose.c
10668                 added an option to enable two different behaviours
10669                 for bounce.
10670
10671
10672 2002-03-25 [paul]       0.7.4claws44
10673
10674         * src/mainwindow.c
10675           src/selective_download.c
10676                 correct a few menuitem labels
10677
10678 2002-03-25 [christoph]  0.7.4claws43
10679
10680         * src/procmsg.c
10681                 fix non deleted tmp message in
10682                 procmsg_save_to_outbox
10683                 fix problems caused by sync with
10684                 main branch's procmsg_send_queue
10685
10686 2002-03-25 [paul]       0.7.4claws42
10687
10688         * src/quote_fmt.c
10689           src/quote_fmt_lex.l
10690           src/quote_fmt_parse.y
10691                 add Last name (%L) placeholder for quoting. 
10692                 patch submitted by Thorsten Thielen 
10693                 <thth@users.sourceforge.net>
10694
10695 2002-03-25 [paul]       0.7.4claws41
10696
10697         * src/utils.c
10698                 get full hostname. patch submitted by
10699                 Bob Woodside <rwoodside1@comcast.net>
10700
10701 2002-03-25 [paul]       0.7.4claws40
10702
10703         * src/account.c
10704           src/news.c
10705           src/nntp.[ch]
10706           src/prefs_account.[ch]
10707                 enable NNTP over SSL. patch submitted by
10708                 Pascal Jermini <pascal@infinity.hn.org>
10709
10710 2002-03-24 [paul]       0.7.4claws39
10711
10712         * src/prefs_common.c
10713                 make the arrangement of the Compose tab more
10714                 coherent
10715
10716         * src/mainwindow.c
10717                 fix some irregularities of style
10718
10719         * po/de.po
10720                 updated by Kilian Krause
10721
10722 2002-03-23 [paul]       0.7.4claws38
10723
10724         * po/pt_BR.po
10725                 updated by Fabio Junior Beneditto
10726
10727 2002-03-23 [paul]       0.7.4claws37
10728
10729         * src/mainwindow.c
10730                 move 'Gather addresses' to 'Tools' menu
10731                 make 'Selective download' sensitive
10732
10733 2002-03-23 [paul]       0.7.4claws36
10734
10735         * sync with 0.7.4cvs16
10736                 see ChangeLog entries 2002-03-23
10737
10738 2002-03-22 [christoph]  0.7.4claws35
10739
10740         * src/quote_fmt_parse.y
10741                 fix include program output
10742
10743 2002-03-22 [alfons]     0.7.4claws34
10744
10745         * src/pop.c
10746                 initialize GDate stack variable correctly (sorry!)
10747
10748 2002-03-22 [paul]       0.7.4claws33
10749
10750         * src/compose.c
10751           src/mainwindow.c
10752           src/prefs_actions.c
10753           src/prefs_common.c
10754                 rename 'Tool' to 'Tools'
10755
10756         * src/mainwindow.c
10757                 move 'Delete duplicated messages' from
10758                 'Message/' to 'Tools/'
10759                 re-arrange the order of 'Tools/' items
10760
10761 2002-03-22 [paul]       0.7.4claws32
10762
10763         * src/addr_compl.c
10764           src/addressbook.[ch]
10765                 auto-address completion now also matches on
10766                 Nickname. patch submitted by Bob Forsman 
10767                 <hammor@users.sourceforge.net>
10768
10769         * src/editaddress.c
10770                 correct a spelling mistake
10771
10772 2002-03-22 [alfons]     0.7.4claws31
10773
10774         * src/pop.c
10775                 fix getting uidl from incorrect string 
10776                 (spotted by Colin)
10777
10778 2002-03-21 [alfons]     0.7.4claws30
10779
10780         * src/pop.c
10781                 more code refactoring
10782                 plug mem leak introduced by delete on server
10783
10784 2002-03-21 [paul]       0.7.4claws29
10785
10786         * sync with 0.7.4cvs11
10787                 see ChangeLog entries 2002-03-20
10788
10789 2002-03-20 [alfons]     0.7.4claws28
10790
10791         * src/inc.c
10792                 apply Colin's patch and refactor
10793
10794 2002-03-20 [paul]       0.7.4claws27
10795
10796         * sync with sylpheed 0.7.4cvs9
10797                 see ChangeLog entry 2002-03-20
10798
10799 2002-03-19 [christoph]  0.7.4claws26
10800
10801         * src/mh.c
10802         * src/procmsg.[ch]
10803         * src/summaryview.c
10804                 revert changes for flag updates
10805                 (does not work correctly and no time to debug)
10806
10807 2002-03-20 [alfons]     0.7.4claws25
10808
10809         * src/pop.c
10810                 refactor should_delete() a little bit 
10811
10812 2002-03-19 [paul]       0.7.4claws24
10813
10814         * src/inc.[ch]
10815           src/pop.c
10816           src/prefs_account.[ch]
10817                 allow the user to leave downloaded mail on the 
10818                 server for n days. Patch submitted by Colin Leroy 
10819                 <colin@colino.net>
10820
10821 2002-02-19 [paul]       0.7.4claws23
10822
10823         * sync with sylpheed 0.7.4cvs8
10824                 see ChangeLog entries 2002-03-19
10825
10826 2002-03-18 [paul]       0.7.4claws22
10827
10828         * sync with sylpheed 0.7.4cvs6
10829                 see ChangeLog entry 2002-03-18
10830
10831 2002-03-18 [paul]       0.7.4claws21
10832
10833         * po/en_GB.po
10834                 add en_GB message catalogue
10835
10836         * src/mbox_folder.c
10837           src/prefs_account.c
10838           src/prefs_actions.c
10839                 correct a few spelling mistakes
10840
10841 2002-03-17 [alfons]     0.7.4claws20
10842
10843         * src/matcher.c
10844                 more stringent checks for NULL params when writing
10845                 filtering actions to a file
10846                 
10847 2002-03-17 [hoa]        0.7.3claws20
10848
10849         * src/news.c
10850                 fixed the count of new messages
10851
10852         * src/compose.c
10853                 fixed the "attachment properties" window
10854
10855 2002-03-17 [paul]       0.7.4claws19
10856
10857         * src/defs.h
10858           src/folder.h
10859           src/news.c
10860           src/prefs_account.[ch]
10861           src/procmsg.[ch]
10862           src/summaryview.c
10863                 automatically mark cross-posted messages as read 
10864                 and (optionally) give them a colour label
10865                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
10866                 
10867
10868 2002-03-17 [paul]       0.7.4claws18
10869
10870         * sync with sylpheed 0.7.4cvs5
10871                 see ChangeLog entry 2002-03-17
10872
10873 2002-03-17 [melvin]     0.7.4claws17
10874         
10875         * src/textview.c
10876                 Worked around a gtktext 'bug': when searching for 
10877                 a text in a long message it was scrolling slowly
10878                 line by line until it hit the searched text.
10879         * po/fr.po
10880                 Updated French translation
10881
10882 2002-03-17 [melvin]     0.7.4claws16
10883
10884         * src/mainwindow.c
10885         * src/compose.c
10886         * src/prefs_actions.c
10887                 Moved "Edit/Actions" to "Tool/Actions"
10888                 Made mainwindow/compose window sensitive as soon as
10889                 no child process is running anymore even if the io dialog
10890                 is open.
10891                 Fixed a struct being initialized with a non constant char*
10892
10893 2002-03-16 [christoph]  0.7.4claws15
10894
10895         * configure.in
10896                 add --with-compiler-flags option
10897                 (only for developer hacking)
10898         * src/mh.c
10899         * src/procmsg.[ch]
10900         * src/summaryview.c
10901                 try to make folder-stats and flag handling more
10902                 independent from the summaryview. msgcounts
10903                 are only set when the folder is opened and
10904                 procmsg_msginfo_(un)set_flags will handle it
10905                 later and summaryview will get the values
10906                 from the folder.
10907
10908 2002-03-16 [paul]       0.7.4claws14
10909
10910         * src/messageview.c
10911                 fix Return-receipt. Patch submitted by Bob
10912                 Woodside <rwoodside1@comcast.net>
10913
10914 2002-03-16 [paul]       0.7.4claws13
10915
10916         * src/compose.c
10917                 fix 'dynamic' signatures, make it work again
10918                 broken during sync on 2002-03-14 (0.7.4claws2)
10919
10920 2002-03-15 [match]      0.7.4claws12
10921
10922         * src/addrharvest.[ch]
10923         * src/addrgather.[ch]
10924         * src/addressbook.[ch]
10925         * src/mainwindow.c
10926                 included address harvester feature. still some
10927                 issues with address parsing that I will fix.
10928
10929 2002-03-15 [match]      0.7.4claws11
10930
10931         * src/addrbook.[ch]
10932         * src/addrcache.[ch]
10933         * src/addressbook.[ch]
10934         * src/addrindex.c
10935         * src/editbook.c
10936         * src/importldif.c
10937         * src/importmutt.c
10938         * src/jpilot.[ch]
10939         * src/main.c
10940         * src/syldap.[ch]
10941         * src/vcard.[ch]
10942                 tidy up. fix memory leaks. moved attribs and methods
10943                 from individual interfaces to addrcache object. prep
10944                 for new stuff to come in.
10945
10946 2002-03-15 [alfons]     0.7.4claws10
10947
10948         * src/matcher.[ch]
10949         * src/matcher_parser_parse.y
10950         * src/matcher_parser_lex.l
10951         * src/prefs_matcher.c
10952                 add filtering conditions message greater than, smaller 
10953                 than, and exactly matching a size in bytes
10954                 (does not work with delete from POP3 server yet)
10955
10956                 this should also give others an idea what you should
10957                 do to add new criterions to claws filtering system
10958                 
10959
10960 2002-03-15 [paul]       0.7.4claws9
10961
10962         * tools/filter_conv.pl
10963                 exit if there are no filter rules to convert
10964                 rename filterrc to filterrc.old after completion
10965
10966 2002-03-15 [paul]       0.7.4claws8
10967
10968         * sync with sylpheed 0.7.4cvs3
10969                 see ChangeLog entry 2002-03-14
10970
10971 2002-03-14 [paul]       0.7.4claws7
10972
10973         * src/compose.c
10974                 clean up the last commit (ahem)
10975
10976 2002-03-14 [paul]       0.7.4claws6
10977
10978         * src/compose.c
10979                 fix bug #515655. honour account preferences
10980                 regarding gpg default signing/encryption when 
10981                 changing account from the compose window.
10982
10983 2002-03-14 [paul]       0.7.4claws5
10984
10985         * src/folderview.c
10986                 remove unnecessary curly brackets
10987
10988 2002-03-14 [paul]       0.7.4claws4
10989
10990         * src/folderview.c
10991           src/prefs_filtering.[ch]
10992                 add filter rename on folder rename and filter
10993                 delete on folder delete. Patch submitted by
10994                 Neill Miller <neillm@thecodefactory.org> 
10995
10996 2002-03-14 [christoph]  0.7.4claws3
10997
10998         * src/procmsg.c
10999         * src/send.c
11000                 fix local delivery
11001                 (patch submitted by "Simon 'corecode' Schubert")
11002         * src/prefs_common.c
11003         * src/procmsg.c
11004                 fix gcc 3.0 warning
11005
11006 2002-03-14 [paul]       0.7.4claws2
11007
11008         * sync with sylpheed 0.7.4cvs2
11009                 see ChangeLog entry 2002-03-13
11010
11011 2002-03-12 [darko]      0.7.4claws1
11012
11013         * src/mainwindow.c
11014                 fix what seems to be a copy and paste error
11015                 when setting color for important messages
11016                 (reported by wwp)
11017
11018 2002-03-11 [paul]       version 0.7.4claws released
11019
11020 2002-03-11 [paul]       0.7.4claws
11021
11022         * po/es.po
11023           po/it.po
11024           po/nl.po
11025           po/pt_BR.po
11026                 update message catalogs. Submitted by Ricardo Mones 
11027                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
11028                 Fabio Junior Beneditto
11029
11030         * configure.in
11031           faq/Makefile.am
11032           faq/it/Makefile
11033           faq/it/sylpheed-faq*
11034           src/mainwindow.c
11035           src/manual.[ch]
11036                 add FAQ in Italian
11037         
11038
11039 2002-03-11 [jens]       0.7.3claws7
11040
11041         * po/de.po
11042                 updated German translation
11043
11044 2002-03-11 [melvin]     0.7.3claws6
11045
11046         * po/fr.po
11047                 updated and corrected French translation
11048
11049 2002-03-10 [hoa]        0.7.3claws5
11050
11051         * src/account.c
11052         * src/inc.c
11053         * src/prefs_account.c
11054         * src/procmsg.c
11055         * src/send.[ch]
11056                 fixed the local account.
11057                 you have to change the default "/usr/sbin/sendmail"
11058                 to "/usr/sbin/sendmail -t" in the preferences of
11059                 the local account.
11060
11061         * src/procmime.c
11062                 removed some debug display for renderer
11063
11064 2002-03-10 [paul]       0.7.3claws4
11065
11066         * faq/en/sylpheed-faq-1.html
11067           faq/en/sylpheed-faq-2.html
11068                 update
11069
11070 2002-03-09 [paul]       0.7.3claws3
11071
11072         * sync with sylpheed 0.7.4
11073                 see ChangeLog entry 2002-03-09
11074
11075 2002-03-08 [paul]       0.7.3claws2
11076
11077         * faq/en/sylpheed-faq*
11078           faq/es/sylpheed-faq*
11079           faq/fr/sylpheed-faq*
11080                 update the FAQs
11081
11082         * manual/fr/.cvsignore
11083           manual/fr/Makefilea.am
11084           manual/fr/sylpheed*
11085           src/mainwindow.c
11086           src/manual.[ch]
11087                 add the French manual
11088
11089 2002-03-07 [paul]       0.7.3claws1
11090
11091         * sync with sylpheed 0.7.3cvs4
11092                 see ChangeLog entries  2002-03-06 and 2002-03-07
11093         
11094         * po/nl.po
11095                 updated by Wilbert Berendsen
11096
11097 2002-03-07 [melvin]     0.7.2claws34
11098
11099         * src/selective_download.c
11100                 Changed the pixmap of the receive button to MAIL_RECEIVE.
11101
11102 2002-03-06 [paul]       0.7.2claws33
11103
11104         * sync with sylpheed 0.7.3cvs1
11105                 bug fix, see ChangeLog entry 2002-03-05
11106
11107 2002-03-05 [paul]       0.7.2claws32
11108
11109         * src/mimeview.c
11110           src/pgptext.[ch]
11111           src/procmsg.c
11112                 reverse the pgp ascii-armored code implemented in 
11113                 0.7.2claws16. removal of this code until it matures.
11114                 this means that verifying ascii-armored pgp sigs and
11115                 automatic decryption of ascii-armored encrypted
11116                 messages no longer works.
11117
11118 2002-03-05 [paul]       0.7.2claws31
11119
11120         * configure.in
11121           Makefile.am
11122         * faq/Makefile.am
11123         * faq/en/Makefile.am
11124           faq/en/sylpheed-faq.html
11125           faq/en/sylpheed-faq-1.html
11126           faq/en/sylpheed-faq-2.html
11127           faq/en/sylpheed-faq-3.html
11128         * faq/es/Makefile.am
11129           faq/es/sylpheed-faq.html
11130           faq/es/sylpheed-faq-1.html
11131           faq/es/sylpheed-faq-2.html
11132           faq/es/sylpheed-faq-3.html
11133           faq/es/sylpheed-faq-4.html
11134         * faq/fr/Makefile.am
11135           faq/fr/sylpheed-faq.html
11136           faq/fr/sylpheed-faq-1.html
11137           faq/fr/sylpheed-faq-2.html
11138           faq/fr/sylpheed-faq-3.html
11139         * src/Makefile.am
11140           src/defs.h
11141           src/mainwindow.c
11142           src/manual.[ch]
11143                 add FAQs in English, Spanish and French
11144
11145
11146 2002-03-05 [paul]       0.7.2claws30
11147
11148         * manual/en/sylpheed.html
11149           manual/en/sylpheed-XX.html
11150                 updated the English manual
11151
11152 2002-03-05 [hoa]        
11153
11154         * src/summaryview.c
11155                 dialog box pops up if the article can't be deleted.
11156
11157 2002-03-04 [paul]       
11158         
11159         * po/pt_BR.po
11160                 updated by Fabio Junior Benedito
11161
11162 2002-03-04 [hoa]
11163
11164         * removed ac/gpgme.m4
11165                 to avoid autogen common problem
11166                 developers have to install gpgme development package now
11167
11168         * src/compose.c
11169                 encoding to 7bit or 8bit is enabled.
11170
11171 2002-03-03 [alfons]     0.7.2claws29
11172
11173         * src/pop.c
11174                 merge fix by Oliver Haertel for selective
11175                 download buglet
11176
11177 2002-03-03 [paul]       0.7.2claws28
11178         
11179         * sync with sylpheed 0.7.3
11180
11181 2002-03-03 [paul]       0.7.2claws27
11182
11183         * sync with sylpheed 0.7.2cvs24
11184                 see ChangeLog entries 2002-03-02 and 2002-03-03
11185
11186 2002-03-02 [melvin]     0.7.2claws26
11187
11188         * src/inc.[ch]
11189         * src/main.c
11190         * src/mainwindow.c
11191         * src/prefs_common.[ch]
11192                 Added user definable notification on new mail arrival.
11193                 Removed unused variables in spell checker prefs code.
11194
11195 2002-03-02 [melvin]     0.7.2claws25
11196
11197         * src/quote_fmt.c
11198                 Removed unnecessary escape sequences.
11199                 Changed 'Initial...' to 'Initials of Sender'
11200
11201 2002-03-02 [paul]       0.7.2claws24
11202
11203         * sync with sylpheed 0.7.2cvs22
11204                 see ChangeLog entry 2002-03-01
11205
11206 2002-03-01 [hoa]        0.7.2claws23
11207
11208         * src/mainwindow.c
11209                 Set sensitivity of delete actions to active
11210                 even if the folder is a newsgroup.
11211
11212         * src/summaryview.c
11213                 - Set sensitivity of delete actions
11214                 - Added function check_permission() that will check if the
11215                   user is authorized to delete a message. For news, it
11216                   will check if the author is the same.
11217                 - Enabled deletion when there is no trash folder.
11218
11219         * src/news.[ch]
11220                 - Added news_cancel_article() to cancel articles
11221                 - Implemented news_remove_message() (public function)
11222
11223 2002-03-01 [paul]       0.7.2claws22
11224
11225         * src/gtkutils.c
11226           src/textview.c
11227                 recognise urls that that don't include 'http://' and
11228                 simply begin 'www.' 
11229
11230         * AUTHORS
11231                 remove duplicated name
11232
11233 2002-02-28 [paul]       0.7.2claws21
11234
11235         * src/mainwindow.c
11236           src/summaryview.[ch]
11237                 add ability to 'Select thread'
11238                 combines Melvin's "Select thread's head" patch (#510907)
11239                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
11240                 patch (#518514) 
11241
11242 2002-02-28 [paul]       0.7.2claws20
11243
11244         * src/mimeview.c
11245                 hopefully fix segfault on right-clicking a mime part
11246                 that some people have experienced.      
11247                 fix submitted by Fredrik Olofsson <frol@linux.nu>
11248
11249 2002-02-28 [paul]       0.7.2claws19
11250
11251         * sync with sylpheed 0.7.2cvs21
11252                 see ChangeLog entries 2002-02-27 and 2002-02-28
11253
11254 2002-02-27 [paul]       0.7.2claws18
11255
11256         * sync with sylpheed 0.7.2cvs18
11257                 see ChangeLog entries 2002-02-26 and 2002-02-27
11258
11259 2002-02-26 [alfons]     0.7.2claws17
11260
11261         * src/procheader.c
11262                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
11263                 (spotted by Chris Hessman <idatech@gmx.net>)
11264
11265 2002-02-26 [paul]       0.7.2claws16
11266
11267         * src/mimeview.c
11268           src/pgptext.[ch]
11269           src/procmsg.c
11270                 make decryption of ascii-armored pgp encrypted messages
11271                 and verification of ascii-armored signatures work again.
11272                 slightly altered from the patch by Jens Jahnke 
11273                 <jan0sch@gmx.net>
11274
11275                 ##FIX ME##
11276                 * the checking of plaintext signatures always comes up in 
11277                   a popup box
11278                 * it doesn't work for multipart messages 
11279                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
11280                   including the msg headers and these 2 line themselves, are 
11281                   not displayed
11282
11283         * src/mainwindow.c
11284                 "View/Folder Tree" becomes "View/Separate Folder Tree"
11285                 "View/Message View" becomes "View/Separate Message View"
11286                 because its less ambiguous.
11287
11288         * po/es.po
11289                 updated by Ricardo Mones Lastra
11290
11291 2002-02-26 [paul]       0.7.2claws15
11292
11293         * sync with sylpheed 0.7.2cvs17
11294                 see ChangeLog entries 2002-02-25 and 2002-02-26
11295
11296 2002-02-25 [christoph]  0.7.2claws14
11297
11298         * src/filtering.[ch]
11299         * src/inc.c
11300                 do filtering stuff after all messages have been received
11301                   1. drop all messages to .processing
11302                   2. scan processing folder for messages
11303                   3. filter messages or move to inbox
11304                 this will also find old messages left in processing after
11305                 a crash or something like that and we get a real msginfo
11306                 from folder->get_msg_list and do not have to create our
11307                 own in filter_message
11308         * src/matcher_parser_parse.y
11309                 remove MIX/MAX warning (reordered includes)
11310
11311 2002-02-25 [paul]       0.7.2claws13
11312
11313         * sync with sylpheed 0.7.2cvs15
11314                 see ChangeLog entry 2002-02-24
11315
11316 2002-02-24 [alfons]     0.7.2claws12
11317
11318         * src/filtering.c
11319                 clear old color flags first when applying a new color to
11320                 a message info. 
11321                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
11322
11323 2002-02-24 [alfons]     0.7.2.claws11
11324         
11325         * AUTHORS
11326         * src/prefs_common.c
11327                 add presets for Opera and Konqueror, closes patch #517261,
11328                 submitted by Ville Skyttä <scop@users.sourceforge.net>
11329
11330 2002-02-24 [alfons]     0.7.2.claws10
11331
11332         * AUTHORS
11333         * src/summaryview.c
11334                 fix threading for null message ids, closes patch #521601,
11335                 submitted by Bob Forsman <hammor@users.sourceforge.net>
11336
11337 2002-02-24 [alfons]     0.7.2claws9
11338
11339         * src/summaryview.c
11340         * src/filtering.c
11341                 make Tool | Filter Message work with filtering system so
11342                 setting flags also works
11343
11344                 TODO:
11345
11346                 - Processing uses the same function as Tool | Filter
11347                   Message, but doesn't use the same update proc yet
11348
11349 2002-02-23 [paul]       0.7.2claws8
11350
11351         * sync with sylpheed 0.7.2cvs14
11352                 see ChangeLog entries 2002-02-22 and 2002-02-23
11353
11354 2002-02-22 [christoph]  0.7.2claws7
11355
11356         * src/quote_fmt.c
11357                 Add column space to table
11358         * src/quote_fmt_parse.y
11359                 Close files
11360
11361 2002-02-22 [paul]       0.7.2claws6
11362
11363         * src/Makefile.am
11364           src/defs.h
11365           src/filtering.c
11366           src/inc.[ch]
11367           src/mainwindow.c
11368           src/matcher.[ch]
11369           src/matcher_parser_lex.l
11370           src/matcher_parser_parse.y
11371           src/pop.[ch]
11372           src/prefs_account.h
11373           src/prefs_filtering.c
11374           src/selective_download.[ch]   *** NEW FILES ***
11375           src/utils.[ch]
11376           po/POTFILES.in
11377                 Selective Download added to 'Tool' menu. 
11378                 Retrieves email headers of the currently selected pop3 
11379                 account and allows the user to mark emails for deletion 
11380                 right on the pop3 server. Patch submitted by Oliver Haertel 
11381                 <oha@users.sourceforge.net>.
11382         
11383         * po/POTFILES.in
11384                 add 'src/quote_fmt.c'           
11385
11386 2002-02-22 [christoph]  0.7.2claws5
11387
11388         * src/Makefile.am
11389                 added quote_fmt.c
11390         * src/prefs_common.[ch]
11391         * src/prefs_template.c
11392         * src/quote_fmt.c               *** NEW FILE ***
11393         * src/quote_fmt.h
11394                 move quote format symbol description code
11395                 to it's own file because it is used from
11396                 differnent code parts
11397                 Rewrote symbol description GUI
11398                   + use table
11399                   + add separators
11400                   + get data from array (no more long constant strings)
11401         * src/quote_fmt_lex.l
11402         * src/quote_fmt_parse.y
11403                 Symbol for Literal % changed to \% instead of %%
11404                 (More logical as \ is used for quoting for other symbols)
11405                 Add |f and |p to include files and program output
11406                 Examples:
11407                     |f{/home/.../.signature}
11408                     |p{date}
11409         * po/de.po
11410                 Correct wrong spelling for "Referenzen"
11411
11412 2002-02-21 [paul]       0.7.2claws4
11413
11414         * src/procmsg.c
11415                 forgotten during sync
11416
11417 2002-02-21 [paul]       0.7.2claws3
11418
11419         * sync with sylpheed 0.7.2cvs11
11420                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11421                 2002-02-20 and 2002-02-21
11422
11423 2002-02-20 [melvin]     0.7.2claws2
11424
11425         * src/prefs_actions.c
11426                 Added error report when child cannot fork or when execvp 
11427                 returns with an error.
11428
11429 2002-02-19 [christoph]  0.7.2claws1
11430
11431         * src/codeconv.c
11432                 return unconverted text if conde conversion is not possible
11433                 when libjconv is used.
11434                 (patch submitted by "Simon 'corecode' Schubert")
11435
11436 2002-02-19 [paul]       
11437
11438         * version 0.7.2claws release
11439
11440 2002-02-19 [paul]       0.7.2claws
11441
11442         * po/nl.po
11443                 updated by Wilbert Berendsen
11444
11445
11446 2002-02-18 [alfons]     0.7.1claws13
11447
11448         * src/syldap.c
11449         * src/jpilot.c
11450                 remove references to dlfcn and explicitly loading functions
11451                 from dynalink libs, because libs linked anyway, and functions
11452                 are loaded explicitly
11453
11454 2002-02-17 [melvin]     0.7.1claws12
11455
11456         * src/prefs_actions.c
11457                 Replaced children wait loop with double fork technique.
11458                 Now, input/output window updated at each new output.
11459                 free_children(): Fixed a memory leak.
11460                 Made input/output window non closable if running children
11461                 still exist.
11462                 Added missing <unistd.h> include.
11463                 Added some --debug outputs.
11464
11465 2002-02-17 [melvin]     0.7.1claws11
11466
11467         * src/summaryview.c
11468                 Fixed bug where descending sort order did not select top
11469                 message.
11470
11471 2002-02-17 [melvin]     0.7.1claws10
11472
11473         * acconfig.h
11474                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11475         * src/prefs_common.c
11476                 Pspell data package directory no more hard coded but
11477                 set during configuration (PSPELL_PATH). (Thanks to 
11478                                 Gustavo Noronha Silva.)
11479
11480 2002-02-17 [melvin]     0.7.1claws9
11481
11482         * configure.in
11483                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11484         * src/gtkspell.c
11485                 Fixed compile-time warnings.
11486
11487 2002-02-16 [alfons]     0.7.1claws8
11488
11489         * src/filesel.c
11490                 fix inadvertent free of NULL pointer which caused
11491                 sylpheed to crash when closing the save-as dialog
11492                 using the window close button
11493
11494 2002-02-16 [carsten]    0.7.1claws7
11495         * src/mainwindow.[ch]
11496           src/summaryview.c
11497           src/prefs_common.c
11498                 fixes for pixmap theming code:
11499                         - recently changed mail attributes shouldn't get
11500                           lost any longer
11501                         - theme is only reloaded iff another theme was
11502                           selected
11503
11504 2002-02-16 [paul]       0.7.1claws6
11505
11506         * sync with sylpheed 0.7.2 release
11507                 see ChangeLog entry 2002-02-15 and 2002-02-16
11508
11509 2002-02-15 [paul]       0.7.1claws5
11510
11511         * sync with sylpheed 0.7.1cvs9
11512                 see ChangeLog entry 2002-02-15
11513
11514         * po/POTFILES.in
11515                 remove unneeded headerwindow.c entry
11516
11517 2002-02-14 [carsten]    0.7.1claws4
11518         * src/summaryview.c
11519                 fixed a bug for "Go to next unread message": there was
11520                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
11521                 in the prefs, because of doing "Search again" instead
11522                 "No"
11523
11524 2002-02-14 [carsten]    0.7.1claws3
11525         * src/stock_pixmap.c
11526                 removed 2 more mem leaks; following memprof,
11527                 this code is "leak free" now :)
11528
11529 2002-02-14 [carsten]    0.7.1claws2
11530         * src/stock_pixmap.c
11531                 used opendir/readdir/closedir instead of scandir
11532                 -> code should work now on Solaris
11533
11534 2002-02-14 [paul]       0.7.1claws1
11535
11536         * sync with sylpheed 0.7.1cvs8
11537                 see ChangeLog entries 2002-02-13 and 2002-02-14
11538
11539         * README.claws
11540                 add some description of Actions and Pixmap Themes
11541
11542 2002-02-13 [paul]       
11543
11544         * version 0.7.1claws release
11545
11546 2002-02-13 [paul]       0.7.1claws
11547
11548         * po/es.po
11549           po/it.po
11550           po/pt_BR.po
11551                 updated translations, submitted by Ricardo Mones Lastra,
11552                 Alessandro Maestri and Fabio Junior Beneditto
11553
11554 2002-02-13 [melvin]     0.7.0claws75
11555
11556         * src/prefs_actions.c
11557                 Added missing "signal.h" include
11558
11559 2002-02-13 [melvin]     0.7.0claws74
11560
11561         * src/prefs_folder_item.c
11562                 Added missing "config.h" include
11563         * po/fr.po
11564                 Updated French translation for folder propriety.
11565
11566 2002-02-13 [jens]       0.7.0claws73
11567
11568         * po/POTFILES.in
11569                 Added missing src/prefs_folder_item.c [log added by melvin]
11570         * po/de.po
11571                 Updated German translation.
11572
11573 2002-02-13 [melvin]     0.7.0claws72
11574
11575         * po/fr.po
11576                 Updated French translation.
11577
11578 2002-02-13 [melvin]     0.7.0claws71
11579
11580         * src/gtkutils.c
11581                 Made gtkut_editable_get_selection return NULL if selection
11582                 is of length zero.
11583                 This fixes a bug where selecting part of message A then
11584                 switching to message B and replying to it will not
11585                 quote the message's body.
11586
11587 2002-02-12 [paul]       0.7.0claws70
11588
11589         * src/mainwindow.c
11590                 cosmetic, relating to pixmap themes: on toolbar make 
11591                 updating of 'Exec' and 'Compose news/Compose email'
11592                 icons faster.
11593
11594 2002-02-12 [carsten]    0.7.0claws69
11595         * src/folderview.c
11596           src/mainwindow.[ch]
11597           src/stock_pixmap.c
11598           src/summaryview.c
11599           src/prefs_common.c
11600                 - refreshing after changing pixmap theme better
11601                   now (thanks Paul)
11602                 - wanted to remove some mem leaks, but alfons was
11603                   faster (and had the better solution ;)
11604
11605 2002-02-12 [alfons]     0.7.0claws68
11606
11607         * src/prefs_common.c
11608         * src/stock_pixmap.[ch]
11609                 plug mem leaks, refactor code a little bit
11610
11611
11612 2002-02-12 [sergey]     0.7.0claws67
11613
11614         * src/imap.c
11615                 Fixed problem with copying messages to IMAP folders when the
11616                 server uses something other than '/' as a namespace separator
11617                 (cyrus-imapd uses '.').
11618
11619 2002-02-12 [jens]       0.7.0claws66
11620
11621         * po/de.po
11622                 Updated German Translation
11623
11624 2002-02-12 [paul]       0.7.0claws65
11625
11626         * sync with sylpheed 0.7.1cvs1
11627                 see ChangeLog entry 2002-02-12
11628
11629 2002-02-12 [melvin]     0.7.0claws64
11630
11631         * src/prefs_actions.c
11632                 Fixed "feature" where children's output was duplicated 
11633                 instead of refreshed while monitoring.
11634                 Removed some debug code.
11635
11636 2002-02-12 [christoph]  0.7.0claws63
11637
11638         * src/compose.c
11639                 always delete message from queue after sending/send error
11640                 (closes bug #509601)
11641
11642 2002-02-12 [melvin]     0.7.0claws62
11643
11644         * src/prefs_actions.c
11645                 Children wait loop is now triggered with a timeout of 1s
11646                 Added %F which is replaced with the list of filenames 
11647                 of all selected messages (as suggested by Ricardo Mones Lestra)
11648                 Pipe syntax changed. Prefix with | to send selection, postfix
11649                 with | to retrieve output. Prefix with > or * to send
11650                 user definable input to the command (*: input is hidden)
11651                 Old pipe action should now be postfixed with |, too.
11652
11653 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
11654         * src/stock_pixmap.c
11655                 fixed a bug: if there's no theme directory don't
11656                 throw an error, just do "nothing" (thanks Alfons)
11657
11658 2002-02-12 [carsten]    0.7.0claws60
11659         * src/folderview.c
11660           src/summaryview.c
11661                 had to write the cache twice (nasty!); some marks would 
11662                 get lost if not
11663
11664 2002-02-11 [carsten]    0.7.0claws59
11665         * acconfig.h
11666           configure.in
11667           doc-src/maintainer_guide.txt
11668           src/compose.[ch]
11669           src/defs.h
11670           src/folderview.[ch]
11671           src/gtkutils.[ch]
11672           src/mainwindow.[ch]
11673           src/prefs_common.[ch]
11674           src/stock_pixmap.[ch]
11675           src/summaryview.[ch]
11676                 pixmap theming and related work on pixmap
11677                 handling on some other places
11678                 (e.g. hrm features for all folder)
11679           src/pixmap/stock_*.xpm -> the stock_ was removed
11680         
11681 2002-02-11 [paul]       0.7.0claws58
11682
11683         * sync with sylpheed 0.7.1 release
11684                 see ChangeLog entries 2002-02-11
11685
11686 2002-02-08 [paul]       0.7.0claws57
11687
11688         * sync with sylpheed 0.7.0cvs39
11689                 see ChangeLog entry 2002-02-07 (last entry) 
11690
11691         * src/prefs_actions.c
11692           src/prefs_filtering.c
11693           src/prefs_matcher.c
11694           src/prefs_scoring.c
11695                 sync: made it compile with C compilers other than gcc
11696
11697 2002-02-07 [paul]       0.7.0claws56
11698
11699         * sync with sylpheed 0.7.0cvs38
11700                 see ChangeLog entries 2002-02-06 (last 2 entries) and
11701                 2002-02-07
11702
11703 2002-02-07 [darko]      0.7.0claws55
11704
11705         * src/gtkutils.[ch]
11706         * src/summaryview.c
11707                 Fix const gchar */gchar * issue (thanks Hiro)
11708
11709 2002-02-07 [darko]      0.7.0claws54
11710
11711         * src/compose.[ch]
11712         * src/filtering.c
11713         * src/gtkutils.[ch]
11714         * src/prefs_template.c
11715         * src/quote_fmt.h
11716         * src/quote_fmt_parse.y
11717         * src/summaryview.c
11718         * src/utils.[ch]
11719                 When replying or forwarding an email don't quote the entire
11720                 mail body but use the part of the message text that is selected
11721
11722 2002-02-06 [melvin]     0.7.0claws53
11723
11724         * src/prefs_common.[ch]
11725         * src/gtkspell.[ch]
11726         * src/compose.c
11727                 Made possible to switch quickly to last used dictionary
11728                 which makes checking bilingual documents easier.
11729
11730 2002-02-06 [melvin]     0.7.0claws52
11731         
11732         * po/POTFILES.in
11733                 Added forgotten new file src/prefs_actions.c
11734
11735 2002-02-06 [melvin]     0.7.0claws51
11736
11737         * src/prefs_actions.c   ** NEW FILE **
11738         * src/prefs_actions.h   ** NEW FILE **
11739                 Added actions to execute on message text view, or on the
11740                         message's file.
11741         * src/Makefile.am
11742                 Added src/prefs_actions.[ch]
11743         * src/compose.c
11744                 Added new menu "Edit/Actions"
11745         * src/defs.h
11746                 Added new actionsrc file.
11747         * src/main.c
11748                 Added actionsrc reading.
11749         * src/mainwindow.c
11750                 Added new menus "Edit/Actions" and "Configuration/Actions..."
11751         * src/prefs_common.h
11752                 Added new element actionslst element to prefs_common.
11753
11754 2002-02-06 [paul]       0.7.0claws50
11755
11756         * sync with sylpheed 0.7.0cvs36
11757                 see ChangeLog entry 2002-02-06
11758
11759 2002-02-05 [paul]
11760
11761         * po/es.po
11762                 updated by Ricardo Mones Lastra
11763
11764 2002-02-05 [paul]       0.7.0claws49
11765
11766         * sync with sylpheed 0.7.0cvs33
11767                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
11768
11769 2002-02-05 [paul]       0.7.0claws48
11770
11771         * src/compose.c
11772                 re-add 'Edit/Advanced/Delete entire line', previously named
11773                 'Delete Line+'
11774
11775 2002-02-04 [paul]       0.7.0claws47
11776
11777         * src/compose.c
11778           src/summaryview.c
11779                 fix bug #494993 (Reply All not taking Reply-To into consi)
11780                 eliminate differences in behaviour of right-click 'Reply to all' 
11781                 in summary view and 'Reply to all' on the toolbar. 
11782                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
11783                 view and From gets ignored by 'Reply to all' on toolbar.
11784                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
11785                 From when no Reply-To header is present.
11786
11787 2002-02-04 [paul]       0.7.0claws46
11788
11789         * sync with sylpheed 0.7.0cvs30
11790                 see ChangeLog entries 2002-02-03 and 2002-02-04
11791
11792 2002-02-03 [melvin]     0.7.0claws45
11793
11794         * src/gtkspell.[ch]
11795                 Readded function to highlight all misspelled words.
11796                 Fixed bug where user-provided-words did not replace
11797                         correctly the misspelled word when using the mouse.
11798                 Fixed bug where checking a region selected from right to left did
11799                         not check the region at all.
11800                 Fixed bug where 'Check backwards' may not check at all. 
11801                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
11802                 Fixed possible buffer overflow when checking for long strings (>1k).
11803                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
11804                 Accelerators code uses now gtk_widget_add_accel.
11805                 Removed and disabled obsolete and unfinished code.
11806                 Cleaning up.
11807
11808         * src/compose.c
11809                 Added menu item to Highlight all misspelled words.
11810
11811 2002-02-01 [paul]       0.7.0claws44
11812
11813         * src/mainwindow.c
11814                 fix '/View/Hide read messages' sensitivity when all
11815                 messages in a folder are hidden
11816
11817 2002-02-01 [paul]       0.7.0claws43
11818
11819         * src/main.c
11820                 add --send option to command line interface, sends all
11821                 queued mail. Patch submitted by Ricardo Mones Lastra.
11822
11823 2002-01-31 [paul]       0.7.0claws42
11824
11825         * src/mainwindow.c
11826                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
11827
11828 2002-01-31 [paul]       0.7.0claws41
11829
11830         * sync with sylpheed 0.7.0cvs27
11831                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
11832                 and 2002-01-31
11833
11834         * src/textview.c
11835                 comment out elements of textview_show_part() as temporary
11836                 workaround for attachment 'Display as text' bug 
11837
11838         * po/pt_BR.po
11839                 updated by Fabio Junior Beneditto
11840
11841 2002-01-30 [paul]       0.7.0claws40
11842
11843         * sync with sylpheed 0.7.0cvs24
11844                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
11845                 and 2002-01-30
11846
11847         * src/compose.c
11848                 add {N_("/_Spelling"), ... "<Branch>"} to 
11849                 GtkItemFactoryEntry compose_entries[]
11850
11851         * src/prefs_common.c
11852                 add claws menu items to prefs_keybind_apply_clicked()
11853                 and remove non-claws menu items
11854
11855 2002-01-29 [paul]       0.7.0claws39
11856
11857         * sync with sylpheed 0.7.0cvs22
11858                 see ChangeLog entries 2002-01-28 and 2002-01-29
11859
11860 2002-01-28 [melvin]     0.7.0claws38
11861
11862         * src/compose.c
11863                 Added the declartion of compose_send_control_enter.
11864
11865         * src/compose.c
11866         * src/gtkspell.[ch]
11867                 Added in a 'Spelling' menu which includes the configuration menu. 
11868                 Added a real 'Check all' and got rid from the old one which only
11869                 highlited misspelled word.
11870                 Made 'Check while typing' a disableable option.
11871                 Added a dialog when there are no more misspelled word.
11872                 Added a dialog if error occurs when switching to a dictionary.
11873         
11874         * src/prefs_common.[ch]
11875                 Added option for the default 'Check while typing' option.
11876
11877
11878 2002-01-28 [alfons]     0.7.0claws37
11879
11880         * src/compose.c
11881                 fix buglet and make code comply with sylpheed code style
11882
11883 2002-01-28 [paul]       0.7.0claws36
11884
11885         * sync with sylpheed 0.7.0cvs19
11886                 see ChangeLog entries for 2002-01-28
11887
11888 2002-01-28 [hoa]        0.7.0claws35
11889
11890         * src/defs.h
11891                 added rendererrc
11892
11893         * src/main.c
11894                 read the renderer config
11895
11896         * src/procmime.[ch]
11897                 use the renderer config to convert mime attachments
11898
11899         * src/textview.c
11900                 don't use textview_show_html/ertf,
11901                 use get_text_content instead
11902
11903 2002-01-27 [alfons]     0.7.0claws34
11904         
11905         * src/news.c
11906                 make sylpheed believe it can delete a news message...
11907                 (messages are NOT deleted, maybe we should remove
11908                 processing from the folder properties after all.)
11909
11910 2002-01-27 [alfons]     0.7.0claws33
11911
11912         * src/folder.c
11913                 add extra checks
11914         * src/news.c
11915                 implement remove_msg() 
11916
11917 2002-01-27 [alfons]     0.7.0claws32
11918
11919         * src/procmsg.h
11920         * src/procheader.c
11921         * src/messageview.c
11922                 fix return receipt / disposition notification again. this
11923                 stuff seems to break on _every_ major summary UI change, so
11924                 it's now implemented using a flag which is saved in the
11925                 marks cache
11926                 
11927 2002-01-26 [alfons]     0.7.0claws31
11928
11929         * src/import.c
11930                 let import dialog show the destination folder identifier
11931
11932 2002-01-26 [melvin]     0.7.0claws30
11933
11934         * src/folderview.c
11935         * src/summaryview.c
11936                 Readded 'Mark all read' into summary view popup menu
11937                 Added 'Mark all read' in folder view popup menu for IMAP
11938                 and NNTP.
11939                 Made it insensitive if the selected folder is not the shown
11940                 one to avoid 'Mark all read' on the wrong folder.
11941                 
11942 2002-01-26 [paul]       0.7.0claws29
11943
11944         * src/folderview.c
11945           src/summaryview.c
11946                 move 'Mark all read' from summary view to folder view
11947                 menu. (adapted from) patch submitted by Jeremy Andrews,
11948                 <lists@kerneltrap.com>
11949
11950 2002-01-25 [alfons]     0.7.0claws28
11951
11952         * src/gtkstext.c
11953                 put the gtk class name back so GtkSText adapts the 
11954                 settings of GtkText
11955
11956 2002-01-25 [alfons]     0.7.0claws27
11957
11958         * src/folderview.c 
11959                 assimilate Ricardo's patch that shows pixmaps instead of
11960                 plain "new" and "unread" texts in the folder view column
11961                 headers 
11962
11963 2002-01-25 [paul]       0.7.0claws26
11964
11965         * src/Makefile.am
11966                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
11967                 be found in non-standard locations. 
11968                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
11969
11970 2002-01-25 [paul]       0.7.0claws25
11971
11972         * sync with sylpheed 0.7.0cvs16
11973                 see ChangeLog entry 2002-01-25
11974
11975 2002-01-24 [paul]       0.7.0claws24
11976
11977         * more sync with sylpheed 0.7.0cvs15
11978                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
11979
11980 2002-01-23 [sergey]     0.7.0claws23
11981
11982         * src/importldif.c
11983                 Fixed segfault when closing LDIF import wizard with
11984                 the window manager.
11985         * src/imageview.c
11986         * src/imageview.h
11987         * src/messageview.c
11988         * src/mimeview.c
11989                 Fixed wrong scrolling position after switching between
11990                 text and image parts.
11991
11992 2002-01-23 [paul]       0.7.0claws22
11993
11994         * sync with sylpheed 0.7.0cvs15
11995                 see ChangeLog entries 2002-01-22 and 2002-01-23
11996
11997 2002-01-21 [melvin]     0.7.0claws21
11998
11999         * src/prefs_scoring.c
12000         * src/prefs_filtering.c
12001                 Fixed bug where scoring and filtering windows stopped
12002                 autochecking.
12003
12004 2002-01-21 [paul]       0.7.0claws20
12005
12006         * sync with sylpheed 0.7.0cvs12
12007                 see ChangeLog entries 2002-01-20 and 2002-01-21
12008
12009 2002-01-21 [carsten]    0.7.0claws19
12010         * src/mainwindow.c
12011         * src/menu.[ch]
12012         * src/messageview.[ch]
12013         * src/summaryview.[ch]
12014                 changes to shortcuts handling again:
12015                         + "Q" now controled by mainwin
12016                         + v/V are now customizable and have slightly
12017                           different meanings
12018                 the "button" to minimize the messageview (and maximize
12019                 the summary view) is a real button now
12020         * src/compose.c
12021                 "Delete Line+" added to Edit/Advanced (this will also
12022                 delete the '\n')
12023
12024 2002-01-20 [melvin] 0.7.0claws18
12025
12026         * src/addressbook.c
12027                 Made "Bcc" sensitive when addressbook is called from
12028                 compose window (it was a Claws only bug).
12029
12030 2002-01-19 [alfons] 0.7.0claws17
12031
12032         * src/inc.c
12033                 prevent unnecessary updates when currently selected folder has
12034                 no new messages 
12035
12036 2002-01-19 [alfons] 0.7.0claws16
12037         
12038         * src/summaryview.c
12039                 prevent writing the cache based on current message list in summary 
12040                 view when filtering also put messages in currently selected folder
12041
12042 2002-01-19 [paul]
12043
12044         * po/it.po
12045                 Italian translation submitted by Alessandro Maestri
12046                 <a.maestri@cs.tin.it>
12047
12048 2002-01-18 [melvin]     0.7.0claws15
12049
12050         * src/prefs_filters.c
12051                 fixed bug where 'cancel' from 'filters' window stops autochecking
12052                 if the timer timed out  when the window was open.
12053
12054 2002-01-18 [match]      0.7.0claws14
12055
12056         * src/addrclip.[ch]     ** NEW FILE **
12057         * src/addrselect.[ch]   ** NEW FILE **
12058         * src/adbookbase.h      ** NEW FILE **
12059                 addressbook cut, copy and paste
12060         * src/addrbook.[ch]
12061         * src/addrcache.[ch]
12062         * src/addressitem.h
12063         * src/addrindex.[ch]
12064         * src/addritem.[ch]
12065         * src/importldif.c
12066         * src/importmutt.c
12067         * src/jpilot.[ch]
12068         * src/syldap.[ch]
12069         * src/vcard.[ch]
12070         * src/jpilot.[ch]
12071         * src/editbook.c
12072         * src/editjpilot.c
12073         * src/editldap.c
12074         * src/editvcard.c
12075                 support for copy/paste
12076         * src/addressbook.c
12077                 support for copy/paste
12078                 tidy up menu option processing
12079                 correct address list function arguments
12080         * src/editaddress.c
12081                 sort user attributes
12082         * src/ldif.h
12083         * src/mutt.h
12084                 tidy up
12085
12086         * src/addrbook.[ch]
12087         * src/addrbook.[ch]
12088         * src/addrbook.[ch]
12089                 
12090
12091 2002-01-18 [paul]       0.7.0claws13
12092
12093         * sync with sylpheed 0.7.0cvs8
12094                 configure.in: support Mac OS X (Darwin)
12095
12096 2002-01-18 [carsten]    0.7.0claws12
12097         * src/html.c
12098                 small hack to fix a segfault with an empty href
12099                 (reported by Alexandra Walford <deeni@altern.org>)
12100         * src/mainwindow.c
12101         * src/summaryview.c
12102                 the shortcuts for Mark und Mark as unread are hardcoded
12103                 again
12104         * src/compose.c
12105         * src/gtkstext.[ch]
12106                 readded the shortcuts in gtkstext but made them
12107                 customizeable (simply by adding a menu plus a wrapper
12108                 to compose.c)
12109
12110 2002-01-17 [melvin]     0.7.0claws11
12111
12112         * src/gtkspell.c
12113                 fix default dictionary not being saved.
12114
12115 2002-01-16 [darko]      0.7.0claws10
12116
12117         * src/compose.c
12118                 fix wrapping crash with URL longer than wrapping margin
12119
12120 2002-12-08 [hoa]        0.7.0claws10
12121
12122         * src/matcher_parser_parse.y
12123                 fixed some bugs
12124
12125         * src/prefs_filtering.c
12126                 now, we can use bounce action in the dialog box.
12127
12128 2002-01-16 [carsten]    0.7.0claws9
12129         * src/gtkstext.c
12130                 removed the <control> and <alt> shortcuts because they're
12131                 not needed and interefered with the "normal" shortcuts
12132         * src/mainwindow.c
12133         * src/summaryview.c
12134                 removed most of the hardcoded shortcuts and assigned
12135                 them to menu entries making them easy customizable by
12136                 that
12137
12138 2002-01-16 |melvin]     0.7.0claws8
12139
12140         * src/gtkspell.c
12141                 fixed bug where using the mouse and when the compose
12142                 window is not on top may result in a crash.
12143
12144 2002-01-16 [melvin]     0.7.0claws7
12145
12146         * src/compose.c
12147                 fixed a long standingspell checker bug which could 
12148                 cause a crash after sending a message.
12149
12150 2002-01-16 [paul]       0.7.0claws6
12151
12152         * sync with sylpheed 0.7.0cvs7
12153                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
12154                 2002-01-15, and 2002-01-16
12155
12156 2002-01-16 [melvin]     0.7.0claws5
12157
12158         * README.claws
12159         * src/compose.c
12160         * src/gtkspell.[ch]
12161         * src/main.c
12162                 Heavily modified spell checker code to work around
12163                 ispell bug, to add keyboard shortcuts and for future
12164                 enhancements. See README.claws for usage information.
12165
12166 2002-01-15 [alfons]     0.7.0claws4
12167         
12168         * src/summaryview.c
12169                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
12170                 so sorting within threads reflects sort mode
12171
12172 2002-01-15 [christoph]  0.7.0claws3
12173
12174         * src/procmsg.c
12175                 added alertpanel if mail sending failed
12176
12177 2002-01-15 [alfons]     0.7.0claws2
12178         
12179         * src/prefs_filtering.c
12180                 don't stop timer when prefs filtering dialog is opened
12181
12182 2002-01-14 [alfons]     0.7.0claws1
12183
12184         * src/addr_compl.c
12185         * src/prefs.c
12186                 remove debug_print()s for privacy reasons
12187
12188 2002-01-14 [darko]      0.7.0claws
12189
12190         * README.claws
12191                 quotation wrapping is now also in the main branch
12192
12193 2002-01-14 [paul]
12194
12195         * tools/filter_conv.pl
12196                 allow for Boolean Op and case-sensitivity
12197                 this file is included in the release and tagged
12198                 'rel_0_7_0'
12199
12200 2002-01-13 [paul]       0.7.0claws
12201
12202         * release 0.7.0, with cvs tag 'rel_0_7_0'
12203
12204 2002-01-13 [paul]
12205
12206         * tools/filter_conv.pl
12207         * tools/README
12208                 rewritten to output to matcherrc instead of filteringrc
12209
12210         * po/es.po
12211                 updated Spanish translation by Ricardo Mones Lastra
12212
12213 2002-01-13 [alfons]
12214
12215         * po/nl.po
12216                 update dutch translation
12217
12218 2002-01-13 [paul]
12219
12220         * po/pt_BR.po
12221                 Updated by Fabio Junior Beneditto 
12222
12223 2002-01-13 [melvin]     0.6.6claws53
12224
12225         * po/fr.po
12226                 Updated french translation
12227
12228 2002-01-12 [alfons]     0.6.6claws52
12229
12230         * src/filtering.c
12231                 plug mem leak that has been sitting there for ages              
12232
12233 2002-01-12 [alfons]     0.6.6claws51
12234
12235         * src/summaryview.c
12236                 undo melvin's changes from 0.6.6claws48 because summary
12237                 view now refuses to select first unread message when
12238                 selecting a folder 
12239
12240 2002-01-11 [alfons]     0.6.6claws50
12241
12242         * src/import.c
12243                 use claws' semantics for getting folder item when
12244                 importing an mbox file into a folder 
12245                 (submitted by Dale P. Smith)
12246
12247 2002-01-11 [christoph]  0.6.6claws49
12248
12249         * src/prefs.h
12250                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
12251                 toggle widget, because non static prefs can not use
12252                 prefs_set_* functions
12253         * src/prefs_account.c
12254                 toggle smtp auth password field sensitivity if
12255                 user id is empty and add descrition of usage for
12256                 these fields
12257         * src/prefs_folder_item.c
12258                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
12259                 callbacks
12260
12261 2002-01-11 [melvin]     0.6.6claws48
12262
12263         * src/compose.c
12264                 fix the 'Ctrl-Enter' feature for sending and test really
12265                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
12266                 editables which was not documented in Gtk)
12267
12268         * src/summaryview.c
12269                 Made summaryview refresh after sorting and not before.
12270
12271 2002-01-11 [christoph]  0.6.6claws47
12272
12273         * src/compose.c
12274                 select account from account ids if possible and
12275                 correctly set save folder for copy in reedit
12276
12277 2002-01-10 [paul]       0.6.6claws46
12278
12279         * sync with sylpheed 0.7.0 release
12280                 see ChangeLog entries 2002-01-07, 2002-01-08 and
12281                 2002-01-09
12282
12283 2002-01-09 [alfons]
12284
12285         * src/summaryview.c
12286                 remove more dirt traces...
12287
12288 2002-01-09 [alfons]
12289         
12290         * src/summaryview.c
12291                 clean up some traces of my debugging stuff
12292
12293 2002-01-09 [alfons]     0.6.6claws45
12294
12295         * src/filtering.c
12296                 break up filteringprop_apply() in three separate pieces
12297                 so we can drop messages that failed processing in the
12298                 inbox
12299
12300         * src/summaryview.c
12301                 fix bug #469598 "no refresh of inbox after filter" which 
12302                 was introduced by the new summary view locking, and which 
12303                 prevented the summary view to update after a manual filter 
12304                 message. claw's filter message requires a summary_show().
12305                 (aargh, summary_show() again! :-)
12306                 
12307 2002-01-07 [alfons]     0.6.6claws44
12308
12309         * src/headerwindow.c
12310         * src/logwindow.c
12311         * src/messageview.c
12312         * src/sourcewindow.c
12313                 bring in Hiro's last 0.7.0 wm class fixes
12314
12315         * tools/sylprint.pl
12316                 bring in Ricardo's fix for sylprint script
12317
12318         * AUTHORS       
12319         * src/rfc2015.[ch]
12320         * src/prefs_common.[ch]
12321         * src/prefs_account.[ch]
12322         * src/compose.c
12323                 clean up account preference poison in rfc2015,
12324                 and preparation to fix double sign bug 
12325                 (patch submitted by Simon 'corecode' Schubert)
12326
12327 2002-01-07 [christoph]  0.6.6claws43
12328
12329         * src/mh.c
12330                 search for free message number, do not only rely
12331                 on last_num
12332         * src/send.c
12333                 fix smtp auth and use extra account information
12334                 if available, if not use pop3 data instead
12335                 (closes bug #500341)            
12336         * src/ssl.[ch]
12337                 match coding style
12338
12339 2002-01-06 [alfons]     0.6.6claws42
12340
12341         * src/mainwindow.c
12342                 try making the separate windows work again...
12343
12344 2002-01-06 [alfons]     0.6.6claws41
12345
12346         * src/mainwindow.c
12347                 adapt Hiro's separate window menu (to get rid of the funny
12348                 duplicate menu items), and make it work again
12349
12350 2002-01-06 [alfons]     0.6.6claws40
12351
12352         * tools/Makefile.am
12353         * tools/sylprint.rc
12354         * tools/sylprint.pl
12355         * tools/README.sylprint
12356                 add sylprint script for printing mails from Sylpheed
12357                 (contributed by Ricardo Mones Lastra)
12358
12359         * src/acount.c
12360                 clean up
12361
12362 2002-01-06 [melvin]     0.6.6claws39
12363
12364         * src/mainwindow.c
12365         * src/summaryview.c
12366                 Fixed crash introduced in 0.6.6claws38 by the menu
12367                 reorganisation (Hide read messages)
12368         
12369         * ChangeLog.claws 
12370                 Fixed typo (we are now in 2002, alfons ;) )
12371
12372 2002-01-05 [alfons]     0.6.6claws38
12373
12374         * sync with sylpheed 0.6.6cvs10-17
12375                 (last stuff marked as LAST_STABLE)
12376
12377 2002-01-04 [melvin]     0.6.6claws37
12378
12379         * src/account.c
12380                 Made account selection code use strcasestr again instead of
12381                 g_strcasecmp (fixes bug where reediting queued messages
12382                 did not select proper account reported by T. Link).
12383         
12384         * src/folderview.c
12385                 Fix bug where folder icons are not shown when 'hide read messages'
12386                 is on.
12387         
12388         * src/stock_pixmaps.[ch]
12389                 Added folder icons for 'hide read messages'.
12390         
12391         * src/compose.c
12392                 Fixed bug where 'Enter' in a header entry will send the message 
12393                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12394
12395 2002-01-03 [melvin]     0.6.6claws36
12396         
12397         * src/prefs.[ch]
12398                 Added popup menu for common preferences and
12399                 account preferences (right click on tab displays
12400                                 a menu of all tabs.)
12401
12402 2002-01-02 [melvin]     0.6.6claws35
12403
12404         * src/gtkspell.[ch]
12405                 Made spelling code compatible with undo/redo feature.
12406                 Added creation of suggestion mode menu for the general
12407                         preferences.
12408         
12409         * src/prefs_common.[ch]
12410                 Added option menu for the speller's suggestion mode.
12411                 Added missing spaces in "..." buttons and made a "..."
12412                         button non translatable!
12413         
12414         * src/compose.c
12415                 Made speller use the default suggestion mode.
12416                 Hack to make it possible to choose 'CTRL-Enter' as a
12417                         shortcut for sending (and only for sending).
12418
12419         * src/prefs_folder_item.c
12420                 Changing subject simplification does not update cache 
12421                         anymore (because it is unnecessary).
12422                 Fixed bug where changing subject simplification updated the 
12423                         summaryview even when the viewed folder is not the
12424                         folder which properties are being changed. (E.g. 
12425                                         viewing folder A and changing
12426                                         the subject simplification of 
12427                                         folder B -not being viewed- updated the 
12428                                         summaryview of folder A with data of
12429                                         folder B). (Hope this is clear... )
12430
12431 2001-12-31 [alfons]     0.6.6claws34
12432         
12433         * src/ldif.c
12434         * src/mutt.c
12435                 fgetc() returns a signed integer which doesn't
12436                 fit in a char. so c truncates this to a char
12437                 but we may lose significant bits. i.e. we may
12438                 comparing 0xFF which may not be equal to -1
12439                 unless properly casted to signed char which
12440                 we won't do because fgetc() returns a signed
12441                 integer which doesn't fit in a char. so c 
12442                 truncates this to a char but we may lose 
12443                 significat bits. (you got the idea, thanks
12444                 to Gustavo Noronha Silva <kov@debian.org>
12445                 and the Debian folks!)
12446
12447 2001-12-30 [alfons]     0.6.6claws33
12448
12449         * src/prefs_common.c
12450                 add #ifdef USE_PSPELLs that Melvin forgot               
12451
12452 2001-12-30 [melvin]     0.6.6claws32
12453         
12454         * src/prefs_common.[ch]
12455                 Added configurable color for misspelled words.
12456
12457         * src/gtkspell.[ch]
12458                 Fixed bug of foreground text color (reported by David
12459                                 Mehrmann)
12460                 Added configurable color for misspelled words.
12461
12462 2001-12-30 [alfons]     0.6.6claws31
12463
12464         * src/folder.c
12465                 remove unnecessary things someone put there
12466
12467         * src/mh.c
12468         * src/folder.[ch]
12469                 make folder properties (like threading and sorting) persistent
12470                 (closes bug #497424 "rescan folder tree resets proprieties")
12471                 currently this is only for MH folders. 
12472
12473 2001-12-29 [melvin]     0.6.6claws30
12474
12475         * src/string_match.[ch]
12476                 Optimized a bit: regexp pattern buffer compiled only once, and
12477                   one subroutine call removed. Fixed ^ regexp search: Now, 
12478                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
12479         
12480         * src/summaryview.c
12481                 Subject filtering changed to filter summary columns and
12482                   not directly the messages subject cache. The loss in 
12483                   performance is balanced by the improvement of string_match.
12484                 Added an alert panel if there is an error in the regexp.
12485
12486         * src/src/prefs_folder_item.h
12487                 Added a regexp pattern buffer.
12488
12489 2001-12-28 [alfons]     0.6.6claws29
12490
12491         * src/string_match.[ch]
12492                 clean up name space
12493                 allow compilation *BSD
12494
12495 2001-12-27 [alfons]     0.6.6claws28
12496
12497         * src/filter.c
12498                 sync the Hiro's bug fix for BSD
12499
12500 2001-12-27 [melvin]     0.6.6claws27
12501         
12502         * src/compose.c
12503                 Simplify focus to subject entry code.
12504
12505 2001-12-27 [darko]      0.6.6claws26
12506
12507         * src/filtering.c
12508         * src/mbox_folder.c
12509         * src/messageview.c
12510         * src/mh.c
12511         * src/procheader.[ch]
12512         * src/procmsg.h
12513         * src/stock_pixmap.[ch]
12514         * src/summaryview.c
12515                 Show key icon for encrypted mails in summary view
12516
12517         * src/pixmaps/clip.xpm
12518         * src/pixmaps/clipkey.xpm
12519         * src/pixmaps/key.xpm
12520                 New/modified icons for the above
12521
12522 2001-12-27 [melvin]     0.6.6claws25
12523
12524         * src/prefs_common.c
12525                 Put spell checker options in a separate tab to decrease
12526                 the Common Preferences window height.
12527
12528         * README.claws  
12529                 Update spell checker usage instruction about its options
12530                 location.
12531
12532 2001-12-27 [melvin]     0.6.6claws24
12533
12534         * src/compose.c
12535                 Changed subject entry widget position. Initial focus is
12536                 on the To header instead of the subject entry.
12537                 Creating a new header scrolls the header list to make the
12538                 created one visible. Nevertheless, when automatically filling
12539                 headers, the first one is shown.
12540                 A Tab key press in the last empty header entry zips the 
12541                 focus to the subject entry.
12542                 (I did not change the combo boxes, yet)
12543
12544 2001-12-26 [alfons]     0.6.6claws23
12545
12546         * src/prefs_account.c
12547         * src/inc.c
12548                 allow default inbox to reside in another mailbox (only
12549                 works for POP3 accounts)
12550
12551 2001-12-26 [alfons]     0.6.6claws22
12552         
12553         * src/textview.c
12554                 make reply-on-click work with the account of the selected folder
12555         * src/compose.c
12556                 put a fixme here to remind me to fix finding correct default
12557                 account for nested folders
12558
12559 2001-12-25 [alfons]     0.6.6claws21
12560
12561         * src/summaryview.c
12562                 make column headers display locked and mark pixmaps (idea by Melvin) 
12563                 fix bug by adding score and locked column type to sort array
12564
12565 2001-12-25 [alfons]     0.6.6claws20
12566         
12567         * src/summaryview.c
12568                 catch a *potentially* inadvertent write back of  
12569                 the message cache(s) introduced by 0.6.5claws37
12570
12571 2001-12-25 [christoph]  0.6.6claws19
12572
12573         * src/stock_pixmap.[ch]
12574         * src/summaryview.c
12575                 add ignore thread pixmap
12576                 (can someone draw a better icon for this?)
12577
12578 2001-12-24 [alfons]     0.6.6claws18
12579
12580         * src/prefs_folder_item.c
12581                 make address completion actually work for the
12582                 Default To address in the Folder Property dialog.
12583
12584 2001-12-24 [alfons]     0.6.6claws17
12585         
12586         * src/summaryview.c
12587                 use new style regexp for subject stripping 
12588                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
12589
12590 2001-12-24 [darko]      0.6.6claws16
12591
12592         * src/pgptext.c
12593         * src/rfc2015.c
12594                 move GPG related informational messages to debug mode
12595
12596 2001-12-23 [alfons]     0.6.6claws15
12597
12598         * src/stock_pixmap.[ch]
12599         * src/summaryview.c
12600                 add the forgotten Claws' locked pixmap
12601
12602 2001-12-23 [alfons]     0.6.6claws14
12603
12604         * src/filesel.c
12605                 accept file name typed in entry in multi file
12606                 selector (patch submitted by Gustavo Noronha Silva 
12607                 <kov@debian.org>)
12608
12609 2001-12-23 [alfons]     0.6.6claws13
12610
12611         * src/prefs_filter.c
12612         * src/prefs_filtering.c
12613         * src/matcher.c
12614         * src/importmutt.c
12615                 clean up a little bit
12616         
12617         * src/string_match.c
12618                 validate input strings a little bit more
12619
12620 2001-12-23 [alfons]     0.6.6claws12
12621
12622         * src/Makefile.am
12623         * src/summaryview.c
12624         * src/string_match.[ch]         ** NEW **
12625         * src/folderview.[ch]
12626         * src/headerview.h
12627         * src/folder.[ch]
12628         * src/prefs_folder_item.[ch]
12629                 add subject simplification to strip out strings from
12630                 a subject line (esp. handy for mailing lists). 
12631                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
12632                 but slightly changed things for better integration.)
12633
12634 2001-12-23 [alfons]     0.6.6claws11
12635
12636         * src/mainwindow.c
12637                 fix bug introduced by submission included in 0.6.5claws52.
12638                 ideally this submission should clean the trash if any trash
12639                 folder has a message. however, the hasTrash variable was
12640                 set to false whenever a trash folder was empty (discarding
12641                 a previously found *filled* trash folder.)
12642
12643                 also edited the code a little bit and made it more safe.
12644
12645 2001-12-22 [alfons]     0.6.6claws10
12646
12647         * src/imap.c
12648                 quick fix for Martin Pool's omission of an account
12649                 specific SSL setting
12650
12651 2001-12-22 [alfons]     0.6.6claws9
12652
12653         * src/compose.c
12654         * src/messageview.c
12655         * src/mimeview.c
12656         * src/pgptext.c
12657         * src/procmime.[ch]
12658                 better support for multipart/digest (submitted
12659                 by Fredrik <e98fo@efd.lth.se>)
12660
12661 2001-12-22 [alfons]     0.6.6claws8
12662
12663         * src/addressbook.c
12664                 correct function signature
12665         * src/socket.[ch]
12666         * src/imap.[ch]
12667         * src/prefs_account.[ch]
12668                 allow IMAP over SSH tunnel (patch submitted by 
12669                 Martin Pool <mbp@samba.org>)
12670
12671 2001-12-21 [alfons]     0.6.6claws7
12672
12673         * sync with sylpheed 0.6.6cvs4-9
12674                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
12675
12676 2001-12-21 [christoph]  0.6.6claws6
12677
12678         * src/compose.c
12679         * src/prefs_folder_item.[ch]
12680                 implement saving of outgoing messages to current folder.
12681                 fix segfault when no default outbox is available
12682                 (closes bug #495683)
12683
12684 2001-12-21 [carsten]    0.6.6claws5
12685         * src/folderview.c
12686         * src/summaryview.c
12687                 pressing CTRL while DND does now the expected thing and
12688                 copies the mail (moving is still the default, as this
12689                 seam more appropriate for handling mails by DND)
12690
12691 2001-12-18 [paul]       0.6.6claws4
12692
12693         * sync with sylpheed 0.6.6cvs3
12694                 see ChangeLog entries 2001-12-18
12695
12696 2001-12-18 [hiro]       0.6.6claws3
12697
12698         * src/undo.c
12699                 fix for multibyte characters (obtain the number of letters
12700                 instead of bytes).
12701
12702 2001-12-17 [paul]       0.6.6claws2
12703
12704         * sync with sylpheed 0.6.6cvs1
12705                 see ChangeLog entry 2001-12-16
12706
12707 2000-12-17 [alfons]     0.6.6claws1
12708
12709         * src/filtering.c
12710                 clean up
12711
12712 2001-12-16 [paul]       0.6.6claws
12713 2001-12-15
12714
12715         * Release version 0.6.6claws, cvs tag: rel_0_6_6
12716
12717         * src/mimeview.c
12718                 last minute sync with main 0.6.6
12719
12720         * po/es.po
12721                 updated by Ricardo Mones Lastra
12722                 update for last minute sync
12723         * po/fr.po
12724         * po/nl.po
12725                 update for last minute sync
12726         * po/de.po
12727                 updated by Jens Oberender
12728         * po/pt_BR.po
12729                 updated by Fabio Junior Beneditto
12730
12731         * src/prefs_common.[ch]
12732         * src/undo.c
12733                 number of undo levels is user configurable
12734                 (squeeze it into the release in the dying
12735                 moments) Submitted by Jens Oberender    
12736
12737 2001-12-15 [melvin]
12738
12739         * po/fr.po
12740                 updated french translation
12741
12742 2001-12-15 [paul]       0.6.5claws92
12743
12744         * sync with sylpheed 0.6.5cvs28
12745                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
12746
12747         * po/nl.po
12748                 update to allow for sync
12749
12750 2001-12-15 [alfons]
12751         
12752         * po/nl.po
12753                 update dutch translation
12754
12755 2001-12-14 [carsten]    0.6.5claws91
12756         * src/summaryview.c
12757                 fixed bug #473785; also after changing the column order
12758                 the same message will be selected and displayed as before
12759                 the reordering
12760
12761 2001-12-14 [carsten]    0.6.5claws90
12762         * src/folderview.c
12763                 probably found the bug reported by wwb opening or closing
12764                 a folder tree just before dnd (found the solution in the
12765                 balsa source -- thanks to them)
12766
12767 2001-12-14 [carsten]    0.6.5claws89
12768         * src/gtkutils.c
12769         * src/account.c
12770                 moved gtk_clist_moveto to the right place, so that
12771                 only the accounts dialog is effected on opening
12772
12773 2001-12-14 [carsten]    0.6.5claws88
12774         * src/gtkutils.c
12775                 gtkut_clist_set_focus_row does a gtk_clist_moveto
12776                 now, so that the focused row will be seen in any case
12777                 (reported by wwp on sf-claws-user)
12778
12779 2001-12-14 [darko]      0.6.5claws87
12780
12781         * src/compose.c
12782                 remove unnecessary line
12783
12784 2001-12-14 [paul]       0.6.5claws86
12785
12786         * sync with sylpheed 0.6.5cvs27
12787                 see ChangeLog entries 2001-12-14
12788
12789 2001-12-14 [carsten]    0.6.5claws85
12790         * src/mainwindow.c
12791                 following a suggestion of Melvin the rcoabm pops up
12792                 right under the button now and the button is reliefed
12793                 while the popup is open
12794
12795 2001-12-14 [darko]      0.6.5claws84
12796
12797         * src/compose.c
12798                 fix crash when wrapping long lines if linewrap quotation
12799                 is disabled and wrapper encounters a word spanning more
12800                 than one line
12801
12802 2001-12-13 [paul]       0.6.5claws83
12803
12804         * src/compose.c
12805                 prefer 'Reply-To' header over mailing list header when
12806                 replying to a message. Finally prevent all those confirmation 
12807                 messages being sent to the list itself.
12808
12809         * src/summaryview.c
12810                 remove unused summary_set_menu_sensitive() entry
12811
12812 2001-12-13 [paul]       0.6.5claws82
12813
12814         * src/folderview.c
12815         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
12816         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
12817         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
12818                 improvements to 'Hide read messages': Inbox, Outbox,
12819                 Trash, Queue, and Draft icons now reveal presence of hidden 
12820                 messages
12821
12822 2001-12-12 [alfons]     0.6.5claws81
12823
12824         0.6.5claws80 was tagged as LAST_STABLE
12825
12826         * src/filtering.[ch]
12827         * src/matcher.[ch]
12828         * src/matcher_parser_lex.c
12829                 fix the filtering; my last attempt to get it right, 
12830                 if it does not work, it's Hoa's turn. ;-)
12831
12832                 for my honourable peers:
12833                 
12834                 the code now makes a clear distinction between
12835                 rules as they are displayed (probably escaped),
12836                 and as they are executed (probably unescaped). the
12837                 parser does *NOT* do any unescaping, this is
12838                 the task of the matcher.c (which breaks up a
12839                 rule into condition) and the filtering.c (which
12840                 breaks up the rule's action). to make this
12841                 run happily we provide an unescaped copy of
12842                 crucial strings to the MatcherProp and 
12843                 FilteringAction structures. note that the only
12844                 exception to this is any REGEXP string. those
12845                 are directly passed to regcomp() and regexp()
12846                 (who have much more powerful unescape functions).
12847                 
12848                 for everyone else:
12849         
12850                 you can escape tab (\t), carriage return (\r),
12851                 linefeed (\n), form feed (\f), quote (\"), 
12852                 single quote (\'), bell (\b) in all the entry
12853                 lines in the scoring & filtering dialogs.
12854                 as an added bonus this should not affect
12855                 existing filtering rules.
12856
12857 2001-12-12 [carsten]    0.6.5claws80
12858
12859         * src/summaryview.c
12860         * po/de.po
12861                 "item(s) selected" is now sensitive to 1 or more
12862                 than one selected (nice for language where simple
12863                 adding of a "s" is not possible as German (Eintrag
12864                 ->Eintr"age)
12865                 
12866                 the "forward as attachment" entry from the right
12867                 click menu removed, "forward" acts following the
12868                 prefs
12869         
12870         * src/textview.c
12871                 reverted my former changes; so compiler warning again
12872                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
12873                 nevertheless
12874
12875         * src/messageview.c
12876                 "search in message" does now *not* only work in MVIEW_TEXT
12877                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
12878                 message
12879
12880         * src/mainwindow.c
12881                 removed "/File/_Close" as it was the same as "/File/E_xit"
12882                 and we don't need it two times
12883
12884                 the separate folder view and message view now get a distinct
12885                 WMCLASS, just in case someone is using sawfish ;-)
12886
12887                 as the menu entries "/View/Message view" and "/View/Folder tree"
12888                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
12889                 make them sensitive accordingly and as these two are "shown"
12890                 after startup anytime check this menuitem at startup
12891
12892 2001-12-12 [paul]       0.6.5claws79
12893
12894         * src/folderview.c
12895                 fix sensitivity of 'Search folder...', broken in
12896                 0.6.5claws75
12897
12898         * src/mainwindow.c
12899                 fix dodgy English
12900
12901 2001-12-11 [carsten]    0.6.5claws78
12902         * src/filtering.c
12903                 fixed two typos returning a wrong FALSE/TRUE
12904         * src/mainwindow.[ch]
12905                 extra menu for email/news button removed
12906
12907 2001-12-11 [alfons]     0.6.5claws77
12908         
12909         * src/matcher.c                 (1.3)
12910         * src/matcher_parser_lex.l      (1.28)
12911                 revert for another attempt
12912                 mark 0.6.5claws77 as LAST_STABLE
12913
12914 2001-12-11 [christoph]  0.6.5claws76
12915
12916         * po/de.po
12917                 fixed wrong translation for prev. unread msg
12918
12919 2001-12-11 [paul]       0.6.5claws75
12920
12921         * src/folder.[ch]
12922         * src/folderview.c
12923         * src/mainwindow.c
12924         * src/summaryview.[ch]
12925         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
12926                 enable ability to hide read messages on per folder basis via 
12927                 '/Summary/Hide read messages'; when selected, a folder will 
12928                 have a red open folder icon, instead of a blue icon, if the 
12929                 folder contains hidden messges
12930                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
12931
12932         * src/mainwindow.c
12933                 remove '/Message/Forward as attachment' from 
12934                 main_window_set_menu_sensitive() to prevent debug warning
12935
12936         * src/folderview.c
12937         * src/mainwindow.c
12938                 Clean up some of the English
12939
12940         * tools/newscache_clean.pl
12941                 allow for new 'hidereadmsgs' entry in folderlist.xml
12942
12943         * po/es.po
12944                 updated translation, submitted by Ricardo Mones Lastra
12945
12946 2001-12-11 [paul]       0.6.5claws74
12947
12948         * sync with sylpheed 0.6.5cvs25
12949                 see ChangeLog entry 2001-12-11
12950
12951 2001-12-10 [alfons]     0.6.5claws73
12952
12953         * src/matcher.c
12954                 add more control characters
12955         * src/matcher_parser_lex.l
12956                 make escaping / unescaping work again
12957
12958 2001-12-10 [alfons]     0.6.5claws72
12959
12960         * src/imap.c
12961                 clean up warnings "returning value for void function" 
12962         * src/prefs_filtering.c
12963                 make info button for execute action sensitive
12964
12965 2001-12-10 [paul]       0.6.5claws71
12966
12967         * src/compose.c
12968         * src/imap.[ch]
12969         * src/summaryview.c
12970                 fix: imap server now gets informed of MARKED, UNMARKED
12971                 and REPLY events. Now people can use different IMAP-Mail
12972                 clients and have the exact same information about MARKED,
12973                 UNMARKED and REPLY status with all of them. Especially
12974                 useful for imap servers with a web-frontend.
12975                 submitted by Tobias Sandhaas <medlor@web.de>
12976
12977 2001-12-09 [melvin]     0.6.5claws70
12978         
12979         * src/textview.[ch]
12980                 fixed bug #490076 (hunted down by Alfons who implemented
12981                 a workaround in 0.6.5claws65)
12982
12983 2001-12-09 [christoph]  0.6.5claws69
12984
12985         * src/summaryview.c
12986                 set pointer to string in LOCKED column to NULL
12987                 (might fix bug #490800)
12988
12989 2001-12-09 [carsten]    0.6.5claws68
12990
12991         * po/de.po
12992                 resolved some cluttered menu shortcuts 
12993                 ('creating new email' and 'creating news message'
12994                 hade the same)
12995         * src/compose.c
12996                 wmclass now distinc from main window
12997         * src/mainwindow.c
12998           src/mainwindow.h
12999                 email/news and forward button functionality similar
13000                 to the reply buttons; removed the ugly dropdown arrows
13001                 and use instead the right mouse button
13002
13003 2001-12-09 [paul]       0.6.5claws67
13004
13005         * src/imap.c
13006         * src/utils.h
13007                 allow spaces in imap folder names
13008                 submitted by Willem van Engen <wvengen@stack.nl>
13009
13010 2001-12-09 [paul]       0.6.5claws66
13011
13012         * sync with sylpheed 0.6.5cvs24
13013                 see ChangeLog entry 2001-12-09
13014
13015 2001-12-08 [alfons]     0.6.5claws65
13016
13017         * src/textview.c
13018                 prevent secondary selection claim after "add to sender" dialog
13019                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
13020                 we trick GTK by simulating a click at (0, 0) in the textview.
13021
13022 2001-12-08 [hoa]        0.6.5claws64
13023
13024         * src/folder.c
13025                 fixed a bug about the .processing folder name while filtering
13026
13027 2001-12-08 [alfons]     0.6.5claws63
13028
13029         * src/folderview.c 
13030                 work around problem of not correctly updating folder stats
13031                 when deleting messages. there's some folder scanning evil
13032                 going so the folderview_update_msg_num() does not work
13033                 correctly. need to investigate this.
13034
13035 2001-12-08 [paul]       0.6.5claws62
13036
13037         * sync with sylpheed 0.6.5cvs23
13038                 see ChangeLog entry 2001-12-08
13039
13040 2001-12-07 [christoph]  0.6.5claws61
13041
13042         * src/compose.c
13043                 fix another header translation problem
13044
13045 2001-12-07 [alfons]     0.6.5claws60
13046
13047         * src/mbox.c
13048                 make filtering also work on local spool mbox
13049
13050 2001-12-07 [carsten]    0.6.5claws59
13051         * src/addressbook.c
13052                 addressbook window gets a wmclass distinct from the main
13053                 sylpheed window
13054         * src/compose.h
13055         * src/mainwindow.[ch]
13056                   forward menu item will use mode selected in prefs, forward 
13057                 as attatchment in menu removed (will be substituted in the
13058                 toolbar similar to reply buttons)
13059                   create news message menu entry and news button is now 
13060                 sensitive to the existance of a news account
13061         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
13062         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
13063         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
13064                 these are removed because the toolbar buttons don't show
13065                 the quoting modus any longer
13066
13067 2001-12-07 [paul]
13068
13069         * tools/newscache_clean.pl      ** NEW FILE **
13070                 perl script to do some tidying up in the newscache directory 
13071                 
13072         * tools/sylpheed-switcher       ** NEW FILE **
13073                 perl script to enable easy switching between main and claws
13074                 
13075         * tools/README
13076                 added descriptions of the two new perl scripts          
13077
13078
13079 2001-12-07 [melvin]     0.6.5claws58
13080
13081         * src/messageview.c
13082                 fixed a warning during compilation introduced in 0.6.5claws56
13083
13084 2001-12-07 [paul]       0.6.5claws57
13085
13086         * src/mainwindow.[ch]
13087         * src/menu.[ch]
13088                 further usability enhancements to replying with or without 
13089                 quoting via the toolbar, use of Ctrl key is replaced by 
13090                 drop down menu 
13091                 Submitted by Carsten Schurig            
13092
13093 2001-12-07 [melvin]     0.6.5claws56
13094
13095         * src/messageview.c
13096                 hack to fix bug that prevented to make/paste selections
13097                 after switching between MVIEW_TEXT and MVIEW_MIME views
13098                 without deselecting the selection first.
13099
13100 2001-12-06 [alfons]     0.6.5claws55
13101
13102         * src/filtering.[ch]
13103         * src/inc.c
13104                 revise filtering a little bit more, and make sure
13105                 messages are delivered to the appropriate inbox
13106                 (perhaps set per account)
13107
13108 2001-12-06 [paul]       0.6.5claws54
13109
13110         * sync with sylpheed 0.6.5cvs22
13111                 see ChangeLog entry 2001-12-06
13112
13113 2001-12-05 [alfons]     0.6.5claws53
13114
13115         * src/inc.c
13116         * src/folder.[ch]
13117         * src/procmsg.c
13118         * src/filtering.c
13119                 more revisions of filtering system
13120                 (last stable version is marked as LAST_STABLE)
13121                 
13122                 | NOTE 1): the filtering system now uses a local folder called
13123                 | .processing. if filtering fails, check this directory
13124                 | for missing messages.
13125                 |
13126                 | NOTE 2): help us find the filtering actions still missing
13127
13128 2001-12-05 [paul]       0.6.5claws52
13129
13130         * src/mainwindow.c
13131                 fix bug where 'Empty Trash?' pop-up window appears even
13132                 when Trash is empty, submitted by Jesse Skinner         
13133
13134 2001-12-05 [melvin]     0.6.5claws51
13135
13136         * src/compose.c
13137                 fixed bug #486106 to select correct account when reediting 
13138                 a queued message
13139         
13140 2001-12-04 [alfons]     0.6.5claws50
13141
13142         * src/mh.c
13143                 declare markfile in appropriate functions when
13144                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
13145                 for spotting this)
13146
13147 2001-12-04 [paul]       0.6.5claws49
13148
13149         * sync with sylpheed 0.6.5cvs21
13150                 see ChangeLog entry 2001-12-04
13151
13152 2001-12-03 [christoph]  0.6.5claws48
13153
13154         * po/de.po
13155                 changed translation of undo
13156         * src/account.c
13157         * src/folder.c
13158                 don't reinvent the wheel to traverse a GNode
13159         * src/compose.[ch]
13160                 seperate code to create the compose gui into functions
13161                 add "Others" page with folder selection for saving copy
13162                 of the message.
13163                 the folder identifier is saved to queue header
13164         * src/procmsg.c
13165                 save message to folder in queue header
13166
13167 2001-12-03 [paul]       0.6.5claws47
13168
13169         * sync with sylpheed 0.6.5cvs20
13170                 see ChangeLog entry 2001-12-03
13171
13172 2001-12-01 [paul]
13173
13174         * more sync with sylpheed 0.6.5cvs19
13175                 see ChangeLog entry 2001-11-29
13176
13177 2001-11-30 [paul]       0.6.5claws46
13178         
13179         * src/compose.c
13180                 remove conflicts introduced by Hoa's last commit
13181          
13182         * src/mainwindow.c
13183                 make 'Message/Bounce' sensitive
13184
13185 2001-11-30 [hoa]        0.6.5claws45
13186
13187         * src/compose.c
13188                 slightly change bounce function to add
13189                 information about the user that bounced the mail
13190                 in the From header line.
13191
13192         * src/folderview.c
13193                 permit the use of processing in outbox folder.
13194
13195 2001-11-29 [paul]       0.6.5claws44
13196
13197         * src/mainwindow.[ch]
13198         * src/prefs_common.c
13199         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
13200         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
13201         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
13202                 usability enhancements to the quoting, implements
13203                 use of Ctrl key to toggle quoting settings
13204                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
13205
13206 2001-11-29 [paul]       0.6.5claws43
13207         
13208         * sync with sylpheed 0.6.5cvs19
13209                 see ChangeLog entry 2001-11-28
13210
13211 2001-11-29 [melvin]     0.6.5claws42
13212         * src/Makefile.am
13213                 added enriched.[ch] to the list of files
13214
13215         * src/textview.c
13216         * src/mimeview.c
13217         * src/procmime.[ch]
13218         * src/enriched.[ch]
13219                 added support to view text/enriched
13220                 added support to show headers in message view for text/enriched and text/html
13221                         in non multipart messages
13222
13223 2001-11-28 [paul]       0.6.5claws41
13224
13225         * more sync with sylpheed 0.6.5cvs18
13226                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
13227
13228 2001-11-27 [paul]       0.6.5claws40
13229         
13230         * po/pt_BR.po
13231                 updated translation, submitted by Fabio Junior Beneditto
13232                 
13233         * sync with sylpheed 0.6.5cvs18
13234                 see ChangeLog entries 2001-11-26 (src/textview.c) and
13235                 2001-11-27
13236
13237
13238 2001-11-26 [paul]
13239
13240         * po/es.po
13241                 updated translation, submitted by Ricardo Mones Lastra
13242
13243 2001-11-26 [alfons]
13244
13245         * src/matcher.c
13246                 add more translatable strings
13247
13248 2001-11-26 [christoph]  0.6.5claws39
13249
13250         * po/de.po      
13251                 fixed one more umlaut
13252         * src/compose.c
13253                 fix translated header when it should not be translated
13254
13255 2001-11-26 [paul]       0.6.5claws38
13256
13257         * src/mainwindow.c
13258                 remove '/Message/Add Sender to address book' from 
13259                 main_window_set_menu_sensitive(), prevent debug warning
13260                 add 'Message/Mark/Mark all read' to mainwin_entries[]
13261
13262 2001-11-26 [paul]       0.6.5claws37
13263
13264         * src/summaryview.c
13265                 fix 'recurring unread state' bug 
13266
13267         * tools/README 
13268         * tools/filter_conv.pl
13269                 read name of top level mailbox from folderlist.xml
13270                 and presume nothing about its name              
13271
13272 2001-11-26 [darko]      0.6.5claws36
13273
13274         * src/gtkstext.[ch]
13275                 removed functions that are now in gtkutils.c
13276                 use gtkut_text_is_uri_string() from gtkutils.c
13277         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
13278
13279 2001-11-26 [paul]       0.6.5claws35
13280
13281         * sync with sylpheed 0.6.5cvs16
13282                 see ChangeLog entries 2001-11-25 and 2001-11-26
13283
13284 2001-11-25 [alfons]     0.6.5claws34
13285
13286         EXPERIMENTAL!!! Please checkout the last stable version using: 
13287           
13288         % cvs update -r LAST_STABLE -dRAP
13289
13290         (Or help us testing this stuff.)
13291
13292         * src/filtering.c               (1.14)
13293         * src/filtering.h               (1.6)
13294         * src/inc.c                     (1.28)
13295         * src/matcher.c                 (1.20)
13296         * src/mbox.c                    (1.9)
13297         * src/procmsg.h                 (1.14)
13298         * src/summaryview.c             (1.59)
13299         * src/summaryview.h             (dunno)
13300                 revert/merge/sync to as it was before commit 
13301                 on Thu, 19 Jul 2001 10:15:51 -0700.
13302
13303 2001-11-25 [hoa]        0.6.5claws33
13304
13305         * src/main.c
13306                 processing mails at startup
13307
13308         * src/folderview.c
13309         * src/summaryview.[ch]
13310                 processing mails when entering folder
13311
13312         * src/prefs_filtering.c
13313                 fixed some UI bugs
13314
13315 2001-11-24 [alfons]     0.6.5claws32
13316
13317         * src/summaryview.[ch]
13318                 make summary sort headers work, and also make
13319                 sure the sort type is stored
13320
13321 2001-11-23 [alfons]     0.6.5claws31
13322
13323         * src/summaryview.[ch]
13324                 make lock work like mark
13325                 disallow deleting messages marked as locked
13326
13327 2001-11-23 [alfons]     0.6.5claws30
13328
13329         * src/gtkstext.c
13330         * src/compose.[ch]
13331         * src/Makefile.am
13332         * src/undo.[ch]
13333                 merge undo patch submitted by Jens
13334
13335 2001-11-23 [christoph]  0.6.5claws29
13336
13337         * src/.cvsignore
13338                 added ylwrap
13339         * src/compose.c
13340                 fixed gpg signing and encoding
13341         * src/folder.[ch]
13342         * src/main.c
13343                 added --status option to get new, unread and total
13344                 message count from a running sylpheed
13345         * src/prefs_common.c
13346                 temporary fix for reply_with_quote problem
13347                 (don't call functions for non existing widget)
13348         * src/procmsg.c
13349                 one more check for ignored threads but still not
13350                 always working correctly. probably a recursive
13351                 check for all parents is needed
13352
13353 2001-11-23 [darko]      0.6.5claws28
13354
13355         * src/compose.c
13356                 wrapping on send improvements
13357         * src/gtkutils.[ch]
13358                 fix for GtkSText after last sync with main branch
13359                 GTK_TEXT -> GTK_STEXT
13360
13361 2001-11-23 [paul]       0.6.5claws27
13362
13363         * sync with sylpheed 0.6.5cvs14
13364                 see ChangeLog entries 2001-11-22 and 2001-11-23
13365                 
13366         * po/de.po
13367                 fixed the scrambled umlauts 
13368                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
13369
13370 2001-11-21 [paul]       0.6.5claws26
13371
13372         * sync with sylpheed 0.6.5cvs12
13373                 see 2nd ChangeLog entry dated 2001-11-20
13374
13375 2001-11-20 [paul]       0.6.5claws25
13376
13377         * sync with sylpheed 0.6.5cvs11
13378                 see ChangeLog entry 2001-11-19 (src/utils.c)
13379
13380 2001-11-20 [hiro]
13381
13382         * src/compose.c
13383                 GTK_TEXT -> GTK_STEXT
13384                 fix for wrong comment
13385
13386 2001-11-20 [hiro]       0.6.5claws24
13387
13388         * src/compose.[ch]
13389                 more merges from main branch
13390                 removed fatal warnings (uninitialized variables etc.)
13391                 some coding style fix
13392         * src/gtkutils.h
13393                 fixed typo.
13394         * src/addressbook.c
13395           src/addrindex.c
13396                 V-Card -> vCard
13397
13398 2001-11-19 [hoa]        0.6.5claws23
13399
13400         * src/filtering.c
13401         * src/prefs_scoring.c
13402         * src/matcher.[ch]
13403         * src/scoring.c
13404                 cleaning code
13405
13406         * src/matcher_parser_parse.y
13407         * src/prefs_filtering.c
13408                 bouncing
13409
13410 2001-11-19 [alfons]     0.6.5claws22
13411
13412         more of my old things into claws
13413
13414         * src/Makefile.am
13415         * src/prefs_common.c
13416         * src/procmsg.h
13417         * src/summaryview.[ch]
13418         * src/prefs_summary_column.c
13419         * src/pixmaps/locked.xpm
13420                 add indicators for locking of message in summary view
13421                 (does not work yet, only visual indicator)
13422
13423 2001-11-19 [paul]       0.6.5claws21
13424
13425         * sync with sylpheed 0.6.5cvs10
13426                 see ChangeLog entry 2001-11-19
13427
13428 2001-11-18 [alfons]     0.6.5claws20
13429         
13430         * src/filtering.c
13431                 remove an inadvertent free I forgot in previous clean up 
13432
13433 2001-11-18 [alfons]     0.6.5claws19
13434
13435         * src/filtering.[ch]
13436                 clean up & plug leaks
13437
13438 2001-11-18 [paul]       0.6.5claws18
13439
13440         * sync with sylpheed 0.6.5cvs9
13441                 see ChangeLog entries 2001-11-17 and 2001-11-18
13442
13443 2001-11-16 [paul]       0.6.5claws17
13444
13445         * sync with sylpheed 0.6.5cvs8
13446                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
13447
13448 2001-11-16 [paul]       0.6.5claws16
13449
13450         * sync with sylpheed 0.6.5cvs7
13451                 see ChangeLog entries 2001-11-15 and 2001-11-16
13452
13453 2001-11-15 [hoa]        0.6.5claws15
13454
13455         * src/compose.c
13456                 fix bounce, mails we received couln't be bounced to ourself.
13457
13458         * src/defs.h
13459         * src/filtering.[ch]
13460         * src/matcher.[ch]
13461         * src/matcher_parser.h
13462         * src/matcher_parser_lex.l
13463         * src/matcher_parser_parse.y
13464         * src/inc.c
13465         * src/main.c
13466         * src/mbox.c
13467         * src/prefs_filtering.[ch]
13468         * src/mainwindow.c
13469         * src/prefs_matcher.c
13470         * src/prefs_scoring.c
13471         * src/scoring.[ch]
13472         * src/summaryview.c
13473                 new matcher/filter/score configuration file parser
13474                 one unique configuration file => ~/.sylpheed/matcherrc
13475                 import in currently automatic, then save are made
13476                 in this new file.
13477                 one filter per folder and one global filter
13478                 (filter of a folder will be used as folder processing)
13479
13480         * src/folder.c
13481                 fix a bug in folder_item_get_identifier
13482                 
13483         * src/messageview.c
13484                 receive receipt return are fixed.
13485
13486 2001-11-14 [alfons]     0.6.5claws14
13487
13488         * src/session.h
13489                 add things from main branch to make claws compile
13490
13491 2001-11-14 [paul]       0.6.5claws13
13492
13493         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
13494                 see ChangeLog entries 2001-11-08 to 2001-11-14
13495
13496 2001-11-14 [hoa] 0.6.5claws12
13497
13498         * src/compose.[ch]
13499         * src/mainwindow.c
13500         * src/summaryview.c
13501                 add "bounce mail" option
13502
13503 2001-11-13 [christoph]  0.6.5claws11
13504
13505         * src/compose.c
13506                 Cleanup a mess i add before commiting
13507
13508 2001-11-13 [hoa]        0.6.5claws10
13509
13510         * src/compose.c
13511                 some fixes when mail are sent or
13512                 for crossposts
13513
13514 2001-11-13 [christoph]  0.6.5claws9
13515
13516         * po/de.po
13517                 Changed two string with the same translation
13518         * src/compose.c
13519         * src/procmsg.[ch]
13520         * src/send.[ch]
13521                 New mailsending process:
13522                   - Always queue message before sending
13523                     (message will be saved if sylpheed crashed or
13524                      freezes while sending)
13525                   - Allow queuing of newspostings
13526                   - No copy in outbox before sending
13527                     (closes bug #469501)
13528                   - No more redundant code for send and send_later
13529         * src/summaryview.c
13530                 Applied wwp <subscript@free.fr>'s patch that fixes
13531                 marks for multiple forwarded messages (+compose.c)
13532
13533 2001-11-12 [alfons]
13534
13535         * README.claws
13536                 remove things that are now in main branch
13537         
13538         * po/nl.po
13539                 update Dutch translation
13540
13541 2001-11-12 [mhadasht]   0.6.5.claws8
13542
13543         * src/prefs_common.c
13544                 re-enabled account autoselection feature for forward
13545                 and reedit lost during the branch point for SYNC-B4-REL
13546         * src/gtkspell.c
13547                 gtkpspell_get_dict(): more readable code (even if function is
13548                 not used yet)
13549         * ChangeLog.claws
13550                 added version number info to 2001-11-12 [hiro] comment.
13551
13552 2001-11-12 [hiro]       0.6.5.claws7
13553
13554         * src/compose.c
13555                 compose_forward(): fixed a bug that forward quote mark
13556                 wasn't used.
13557                 removed unnecessary code.
13558         * src/template_select.[ch]: removed.
13559
13560 2001-11-11 [alfons]
13561
13562         * src/compose.c
13563                 :%s/GTK_TEXT/GTK_STEXT/g
13564         
13565         * src/compose.[ch]
13566         * src/undo.[ch]
13567         * src/Makefile.am
13568                 revert the undo stuff (this is 0.6.6claws stuff)
13569
13570 2001-11-11 [hoa]        0.6.5.claws6
13571
13572         * src/compose.[ch]
13573                 Insert signature at the end of the text.
13574                 Added undo patch but currently disabled
13575
13576         * src/procmsg.c
13577                 Threading by subject improved.
13578
13579         * added src/undo.[ch]
13580                 Undo module for compose dialog box.
13581
13582 2001-11-11 [alfons]     0.6.5.claws5
13583
13584         * src/procmsg.c
13585                 prevent threading by subject on nodes that have already been
13586                 threaded by in-reply-to (as in "circular references in a tree
13587                 result in a dead branch")
13588
13589 2001-11-09 [hoa]        0.6.5.claws4
13590         
13591         * src/folderview.c
13592                 allows creation of mbox folder item from any files.
13593
13594 2001-11-09 [alfons]     0.6.5.claws3
13595         
13596         * src/utils.c
13597         * src/procmsg.c
13598                 do what I mean and correct threading by subject so it really
13599                 ignores attracting lines without "Re: "
13600
13601 2001-11-07 [alfons]     0.6.5.claws2
13602
13603         * src/procmsg.c
13604         * src/utils.[ch]
13605                 only attract by subject if a subject line starts with a "Re: "
13606         * src/syldap.c
13607                 remove warning
13608
13609 2001-11-07 [paul]       0.6.5claws1
13610
13611         * sync with sylpheed 0.6.5. release
13612                 see ChangeLog entry 2001-11-07
13613
13614 2001-11-07 [paul]       0.6.4claws31
13615
13616         * sync with sylpheed 0.6.4cvs18
13617                 see ChangeLog entries 2001-10-30 to 2001-11-07
13618                 prefs_templates.[ch] renamed prefs_template.[ch]
13619
13620 2001-11-06 [alfons]
13621         
13622         * src/utils.h
13623                 add semicolon Hoa forgot ;-)
13624                 
13625
13626 2001-11-06 [hoa]        0.6.4claws30
13627         
13628         * src/procmsg.c
13629         * src/summaryview.c
13630         * src/utils.c
13631         * src/utils.h
13632                 threading by subject - empty subject are ignored
13633
13634 2001-11-06 [christoph]  0.6.4claws29
13635
13636         * src/socket.c
13637                 use SSL_peek for sock_gets
13638         * src/utils.c
13639                 removed unneeded pointer in extracting quoted
13640                 names implementation
13641
13642 2001-11-06 [melvin]     0.6.4claws28
13643
13644         * src/gtkspell.c
13645                 fixed bug #476792 Selection overtyping with spell checker
13646                 fixed bug which could cause a buffer overflow
13647                 fixed a memory leak
13648
13649 2001-11-06 [hoa]        0.6.4claws27
13650         
13651         * src/procmsg.c
13652         * src/summaryview.c
13653                 threading by subject
13654
13655 2001-11-05 [alfons]     0.6.4claws26
13656         
13657         * README.claws
13658                 Claws -> Sylpheed (vice versa)
13659
13660         * src/compose.c
13661                 :%s/gtk_text/gtk_stext/g
13662                 :%s/GTK_TEXT/GTK_STEXT/g
13663                 (thanks to Jonathan Ware for spotting this)
13664
13665 2001-11-04 [christoph]  0.6.4claws25
13666
13667         * src/summaryview.c
13668                 replace Xalloca + strdup with Xstrdup_a
13669         * src/utils.c
13670                 better implementation of extracting quoted names
13671                 from addresses (remove backlashes and ignore
13672                 quotes after them)
13673
13674 2001-11-04 [alfons]     0.6.4claws24
13675
13676         * src/utils.[ch]
13677                 edit to comply more with coding style
13678
13679         * src/textview.c
13680                 fix bug reported by Kim Schulz. introduced by the patch integrated
13681                 in 0.6.4claws15. the code did not check the return value of
13682                 the html parser.
13683
13684         * AUTHORS
13685                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
13686
13687 2001-11-04 [christoph]  0.6.4claws23
13688
13689         * src/main.c
13690         * src/prefs_common.[ch]
13691                 init some pointers that possibly caused a segfault
13692                 reported in the claws-users ML
13693
13694 2001-11-04 [hoa]        0.6.4claws22
13695
13696         * src/grouplistdialog.c
13697                 change the names of the nodes in the tree
13698
13699         * src/compose.c
13700                 enhanced mailto syntax as described in
13701                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
13702                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
13703
13704         * src/utils.c
13705                 encode and decode URI (useful when opening URL into
13706                 netscape).
13707
13708 2001-11-03 [hoa]        0.6.4claws21
13709
13710         * src/grouplistdialog.c
13711                 a new newsgroups list selection dialog box
13712                 with a CTree instead of a CList
13713
13714 2001-11-03 [hoa]        0.6.4claws20
13715
13716         * src/folderview.c
13717                 enable property and scoring options when right
13718                 click on "inbox"
13719
13720         * src/summaryview.c
13721                 fixed bug when nickname were displayed using
13722                 the address book.
13723
13724 2001-11-02 [darko]      0.6.4claws19
13725
13726         * src/compose.c
13727                 new wrap quotation and URL/long words wrapping implementation
13728         * src/compose.c src/gtkstext.[ch]
13729                 move gtkstext_strncmp() to gtkstext.c
13730
13731 2001-11-01 [christoph]  0.6.4claws18
13732
13733         * src/prefs_account.c
13734                 fixed mess in account settings dialog
13735         * src/prefs_folder_item.c
13736                 added label with folder path to dialog
13737
13738 2001-10-31 [match]      0.6.4claws17
13739
13740         * src/vcard.c
13741                 fix memory leak.
13742         * src/addrbook.c
13743                 fix generation of spurious address book file names.
13744                 remove redundant functions.
13745         * po/POTFILES.in
13746                 added missing file names.
13747
13748 2001-10-30 [paul]       0.6.4claws16
13749
13750         * sync with sylpheed 0.6.4cvs6
13751                 see ChangeLog entries 2001-10-26 to 2001-10-30
13752
13753         * tools/filter_conv.pl
13754                 read folderlist.xml to discover whether the top-level
13755                 folder is called 'Mailbox' or 'Mail' 
13756
13757 2001-10-29 [paul]       0.6.4claws15
13758
13759         * src/html.c, src/textview.c
13760                 activate links in html mail and fix clickable parts
13761                 Submitted by Matthieu Dazy <dazy@t-surf.com>
13762
13763 2001-10-29 [paul]
13764
13765         * po/de.po, po/es.po, po/pt_BR/po
13766                 updated translations, submitted by Jens Oberender,
13767                 Ricardo Mones Lastra, and Fabio Junior Beneditto
13768
13769 2001-10-29 [darko]      0.6.4claws14
13770
13771         * src/compose.c
13772                 fix wrapping for good
13773
13774 2001-10-29 [darko]
13775
13776         * src/compose.c
13777                 undo previous change as it broke the smart wrapping
13778
13779 2001-10-29 [darko]      0.6.4claws13
13780
13781         * src/compose.c
13782                 fix infinite loop when long URL is quoted
13783                 (closes bug #475122.
13784
13785 2001-10-28 [match]
13786
13787         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
13788                 import Mutt address book
13789         * src/ldif.[ch] src/importldif.h
13790                 modified import LDIF handle user attributes
13791
13792 2001-10-28 [christoph]  0.6.4claws12
13793
13794         * src/summaryview.c
13795                 fixed that filtering did not work if there
13796                 were no filter rules
13797                 (closes bug #472003 and better implementation
13798                  of patch #474644)
13799
13800 2001-10-27 [christoph]  0.6.4claws11
13801
13802         * src/compose.c
13803                 make the folder's default account to be used when
13804                 replying. (patch by wwp <subscript@free.fr>)
13805         * src/compose.c
13806                 code cleanup, nearly killed all of wwp's patch
13807                 for folder's default account in compose
13808         * src/folderview.c
13809                 error panel when a folder could not be created
13810                 (closes bug #471080 new folder name & already
13811                  existing file)
13812
13813 2001-10-26 [alfons]
13814
13815         * src/utils.h
13816                 change prototype of strstr2() that Christoph forgot about
13817
13818 2001-10-26 [christoph]  0.6.4claws10
13819
13820         * src/account.c
13821                 made search for accounts by email address not case
13822                 sensitive
13823         * src/folder.c
13824                 fixed memory leak in folder_item_get_identifier
13825         * src/gtkspell.c
13826         * src/utils.c
13827                 fixed wrong strstr2 (should work like strstr)
13828
13829 2001-10-26 [darko]      0.6.4claws9
13830
13831         * src/compose.c src/gtkstext.[ch]
13832         * src/gtkstext.c
13833                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
13834
13835 2001-10-26 [paul]       0.6.4claws8
13836
13837         * src/html.c
13838                 ignore css and javascript tags in html mail
13839                 case-insensitive, with or without double-quoted
13840                 strings
13841
13842 2001-10-26 [paul]       0.6.4claws7
13843
13844         * sync with sylpheed 0.6.4cvs1
13845                 see ChangeLog entry 2001-10-26
13846
13847         * src/prefs_account.c, src/prefs_common.c,
13848           src/prefs_summary_column.c
13849                 minor improvements to the English
13850
13851 2001-10-25 [alfons]     0.6.4claws6
13852
13853         * src/gtkstext.c
13854         
13855                 make GtkSText follow style of GtkText (closes bug 
13856                 #469211 "text selection while writing message")
13857                 
13858                 do sync with GTK 1.2.10
13859
13860 2001-10-25 [paul]       0.6.4claws5
13861
13862         * src/html.c
13863                 ignore css tags in html mail
13864
13865 2001-10-25 [darko]      0.6.4claws4
13866
13867         * src/compose.c
13868                 don't declare is_url_string as static function since
13869                 we need it in gtkstext.c
13870         * src/gtkstext.c
13871                 remove unused variable
13872                 don't wrap long URLs while composing a message
13873
13874 2001-10-24 [christoph]  0.6.4claws3
13875
13876         * src/socket.c
13877                 fix ssl deadlock, when peer closes connection
13878
13879 2001-10-24 [paul]       0.6.4claws2
13880
13881         * src/prefs_common.c
13882                 gettextize the gpg ascii-armored warning message
13883
13884         * src/compose.c
13885                 insert a DOS/MAC file into the composed message
13886                 (improvements)
13887
13888         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
13889
13890 2001-10-22 [paul]       0.6.4claws1
13891
13892         * sync with sylpheed 0.6.4 release
13893                 see ChangeLog entries 2001-10-21
13894
13895         * po/fr.po, po/pt_BR.po
13896                 updated by Melvin Hadasht and Fabio Junior Beneditto
13897
13898 2001-10-21 [paul]       0.6.3claws30
13899
13900         * src/compose.c
13901                 insert a DOS text file from the compose window
13902                 into the composed message text (removes CRs characters)
13903                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
13904
13905         * tools/filter_conv.pl, tools/README
13906                 automatically use ~/.sylpheed as working directory
13907                 print out confirmation message on completion
13908
13909         * correct Hoa's last ChangeLog.claws entry
13910
13911 2001-10-20 [hoa]        0.6.3claws29
13912
13913         * src/grouplistdialog.c
13914                 bugfix (another ?) to give the right
13915                 newsgroups list for each news server.
13916
13917         * src/news.c
13918         * src/news.h
13919                 improve the newsgroups list cache
13920
13921 2001-10-20 [paul]       0.6.3claws28
13922
13923         * sync with sylpheed 0.6.3cvs9
13924                 see ChangeLog entry 2001-10-19
13925
13926         * correct Alfons' last ChangeLog.claws entry
13927
13928 2001-10-19 [alfons]
13929
13930         * src/pgptext.[ch]
13931                 fix compilation problems (part of bug #472895)
13932
13933 2001-10-18 [hoa]        0.6.3claws27
13934
13935         * src/grouplistdialog.c
13936                 bugfix when we refresh was clicked (bug 472701)
13937
13938 2001-10-19 [christoph]  0.6.3claws26
13939
13940         * src/compose.c
13941                 last header entry should default to "To:" or
13942                 "Newsgroups:" and not copy the last entry line
13943                 in a new compose window
13944                 (closes bug #472686, #470792)
13945
13946 2001-10-19 [paul]       0.6.3claws25
13947
13948         * sync with Sylpheed 0.6.3cvs8
13949                 see ChangeLog entries 2001-10-18 and 2001-10-19
13950
13951 2001-10-18 [christoph]  0.6.3claws24
13952
13953         * src/procmsg.c
13954                 reimplement ignore thread
13955         
13956 2001-10-18 [hoa]        0.6.3claws23
13957
13958         * src/folderview.c
13959         * src/grouplistdialog.[ch]
13960                 enhanced news subscription interface (feature 469113)
13961
13962         * src/news.c
13963         * src/news.h
13964                 enchanced newsgroup listing,
13965                 now, we can get groups informations
13966                 (NNTPGroupInfo)
13967
13968 2001-10-18 [paul]       0.6.3claws22
13969
13970         * src/summaryview.c
13971                 remove comment (sync with main branch)
13972         * src/mainwindow.c
13973                 fix 'Re-edit' bug in 'Message' menu
13974
13975 2001-10-17 [christoph]  0.6.3claws21
13976
13977         * src/compose.c
13978                 ignore empty or whitespace only header lines
13979
13980 2001-10-17 [paul]       0.6.3claws20
13981
13982         * sync with sylpheed 0.6.3cvs7
13983                 see ChangeLog entries 2001-10-14, 2001-10-16, and
13984                 2001-10-17
13985
13986 2001-10-17 [darko]
13987
13988         * src/compose.c
13989                 wrap long lines without spaces
13990                 don't wrap URLs
13991
13992 2001-10-16 [paul]
13993
13994         * po/es.po, po/nl.po, po/pt_BR.po
13995                 updated by Ricardo Mones Lastra, Alfons,
13996                 and Fabio Junior Beneditto
13997
13998         * sylpheed-0.6.3claws released
13999
14000 2001-10-15 [melvin] 0.6.3claws18
14001
14002         * README.claws
14003                 added summary and detailed installation instructions
14004                 for spell checker
14005         * po/fr.po
14006                 Updated, corrected and completed french translation
14007
14008 2001-10-15 [hoa] 0.6.3claws17
14009         * src/grouplistdialog.c
14010                 we can choose the newsgroups to display with wildcards
14011
14012 2001-10-15 [christoph]  0.6.3claws16
14013
14014         * src/account.c
14015         * src/compose.c
14016         * src/prefs_folder_item.[ch]
14017                 applied wwp <subscript@free.fr>'s folder
14018                 default account patch
14019         * po/de.po
14020                 Fixed wrong translation
14021
14022 2001-10-13 [alfons, christoph, melvin]  
14023                         0.6.3claws15
14024
14025         solution #2 to solve MT-safety problems defers all GUI related calls
14026         to the main thread using a gtk_idle_add() callback. discussed on
14027         ircnet #sylpheed, with christoph spotting some issues with the
14028         original code, and melvin allowing us to lobotomize his sylpheed.
14029
14030         * src/syldap.[ch], src/main.c
14031                 fix race problem in ldap search thread by deferring GUI 
14032                 stuff to main thread using gtk_idle_add()
14033
14034 2001-10-13 [paul]       0.6.3claws14
14035
14036         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
14037                 add Sergey's smtpcred.patch
14038                 adds separate username/password setting for SMTP Auth
14039                 needed by some servers
14040                 (closes feature request #471659)
14041
14042 2001-10-13 [paul]       0.6.3claws13
14043
14044         * src/pgptext.[ch] **NEW FILES**
14045         * src/Makefile.am, src/messageview.c, src/mimeview.c
14046                 decrypt ascii-armored gpg text embedded in
14047                 the message body.
14048                 Submitted by Jens Jahnke <jan0sch@gmx.net>
14049
14050 2001-10-13 [christoph]  0.6.3claws12
14051
14052         * README.claws
14053                 some more details on default to and
14054                 feature requests
14055         * src/main.c
14056                 init glib threading when ldap is used
14057         * src/syldap.c
14058                 threading fixes
14059         * po/de.po
14060                 fixed a typo
14061
14062 2001-10-12 [paul]       0.6.3claws11
14063
14064         * src/prefs_common.[ch], src/rfc2015.c
14065                 enable ascii-armored gpg text to be embedded in the
14066                 message body, selectable through the 'Privacy'
14067                 preferences. Supports encrypting only.
14068                 Submitted by Ravemax <ravemax@dextrose.com>
14069
14070 2001-10-12 [paul]       0.6.3claws10
14071
14072         * sync with sylpheed 0.6.3cvs6
14073                 see ChangeLog entries 2001-10-11 and 2001-11-12
14074
14075         * src/folderview.c
14076                 incorporated mbox folders, scoring, and folder
14077                 properties into the sync
14078
14079 2001-10-12 [darko]      0.6.3claws9
14080
14081         * README.claws
14082                 describe quotation wrapping
14083         * src/compose.c
14084                 don't treat tab as space to calculate line length properly
14085
14086 2001-10-11 [alfons]
14087
14088         * README.claws
14089                 correct description of how to make new filtering system work,
14090                 add some other things
14091                 
14092         * src/syldap.c
14093                 remove sched_yield() (not necessary / unportable)
14094
14095 2001-10-11 [paul]       0.6.3claws8
14096
14097         * sync with sylpheed 0.6.3cvs3
14098                 see ChangeLog entry 2001-10-10
14099
14100 2001-10-10 [christoph]  0.6.3claws7
14101
14102         * .cvsignore
14103                 ignore 2 files created by newer autotools
14104         * src/prefs_folder_item.c
14105                 using table for widget alignment
14106                 fixed memory leak and broken octal display
14107         * src/filesel.c
14108                 fixed segfault caused by lost filename
14109                 workaround (closes bug #469551)
14110
14111 2001-10-10 [paul]       0.6.3claws6
14112
14113         * sync with sylpheed 0.6.3cvs2
14114                 see ChangeLog entries 2001-10-09 and 2001-10-10
14115
14116 2001-10-10 [darko]      0.6.3.claws5
14117
14118         * src/gtkstext.c
14119                 proper calculation of right margin if smart wrapping is enabled
14120         * src/compose.c
14121                 automatically wrap long lines if wrap quotation is enabled
14122
14123 2001-10-09 [alfons]     0.6.3.claws4
14124
14125         * src/summaryview.c
14126                 select correct row when deleting last row in the summary view (and
14127                 close bug "[ #469104 ] select second last in list when deleting")
14128
14129 2001-10-09 [paul]       0.6.3claws3
14130
14131         * sync with sylpheed 0.6.3cvs1
14132                 updated some autotool scripts
14133
14134 2001-10-09 [darko]      0.6.3claws2
14135
14136         * src/gtkstext.[ch]
14137                 new name and mark with Sylpheed comment
14138         * src/compose.c
14139                 smart quotation wrapping a-la VIM
14140
14141 2001-10-08 [paul]       0.6.3claws1
14142
14143         * sync with sylpheed 0.6.3 release
14144                 see ChangeLog entry 2001-10-08
14145
14146 2001-10-08 [paul]       0.6.2claws24
14147
14148         * src/summaryview.c
14149                 more sync with sylpheed 0.6.2cvs12
14150                 Fixed the bug that didn't select the last row correctly
14151
14152
14153 2001-10-07 [paul]       0.6.2claws23
14154
14155         * sync with sylpheed 0.6.2cvs12
14156                 see ChangeLog entry 2001-10-07
14157
14158 2001-10-06 [match]
14159         * src/jpilot.[ch]
14160                 enable jpilot to read unsynch'ed addresses.
14161
14162         * src/editldap_basedn.c
14163                 fix segfault when opening dialog.
14164
14165 2001-10-06 [alfons]     0.6.2.claws22
14166
14167         * src/summaryview.c
14168                 fix bug with summary view selecting last *inserted*
14169                 node instead of last *visible* node. remember we
14170                 work with a tree
14171
14172 2001-10-06 [paul]       0.6.2claws21
14173
14174         * po/pt_BR.po
14175                 updated translation, contains some fixes and new
14176                 translations, submitted by Gustavo Noronha Silva
14177                 <kov@debian.org>
14178
14179         * src/prefs_common.c
14180                 change 'each' to 'every' - fix dubious English
14181
14182         * sync with sylpheed 0.6.2cvs11
14183
14184 2001-10-05 [alfons]     0.6.2claws20
14185
14186         * src/mainwindow.[ch], src/folderview.c
14187                 make composite tool button switch between "Compose News"
14188                 and "Compose Mail" depending on selected folder
14189                 (nifty idea by Kim Schulz <kim@schulz.dk>)
14190
14191 2001-10-05 [paul]       0.6.2claws19
14192
14193         * src/mainwindow.c, src/summaryview.c
14194                 fix 'Message/Reply to all', broken in last commit
14195
14196         * src/compose.c
14197                 fix X_BEENTHERE seg fault, thanks to Alfons
14198
14199 2001-10-04 [paul]       0.6.2claws18
14200
14201         * src/compose.[ch], src/mainwindow.c
14202                 make "Message/Reply" reply to mailing lists; matches
14203                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
14204                 based on portions of the patch submitted by
14205                 Junichi Uekawa <dancer@netfort.gr.jp>
14206
14207 2001-10-04 [darko]      0.6.2claws17
14208
14209         * src/compose.c
14210                 better smart wrapping
14211         * src/gtkstext.[hc]
14212                 a function to make text buffer contiguous
14213
14214 2001-10-03 [paul]       0.6.2claws16
14215
14216         * sync with sylpheed 0.6.2cvs10
14217
14218 2001-10-02 [alfons]
14219
14220         * configure.in
14221         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
14222                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
14223                 references to chinese translations (hope someone picks up
14224                 this)
14225
14226 2001-10-02 [christoph]  0.6.2claws15
14227
14228         * src/compose.c
14229                 fixed non translated header bug
14230         * ChangeLog.claws
14231                 fixed wrong date in alfons last entry ;)
14232
14233 2001-10-02 [alfons]     0.6.2claws14
14234
14235         * src/compose.c, src/prefs_common.[ch]
14236                 add block cursor option
14237
14238 2001-10-02 [paul]       0.6.2claws13
14239
14240         * sync with sylpheed 0.6.2cvs9
14241
14242 2001-09-30 [paul]       0.6.2claws12
14243
14244         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
14245                 updated translations
14246
14247         * po/POTFILES.in
14248                 add 'src/importldif.c'
14249
14250         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
14251                 added eudora-to-vCard conversion tool
14252                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
14253
14254         * sync with sylpheed 0.6.2cvs8
14255
14256 2001-09-30 [paul]
14257
14258         * sylpheed-0.6.2claws released
14259
14260 2001-09-27 [melvin]     0.6.2claws11
14261
14262         * src/gtkspell.c
14263                 fixed crash when using default path (introduced 
14264                 in 0.6.2claws10)
14265                 fixed tiny bug for initial suggestion mode
14266
14267 2001-09-27 [melvin]     0.6.2claws10
14268         
14269         * src/gtkspell.c
14270                 fixed bug where gtkpspell didn't set the path correctly
14271
14272         * README.claws
14273                 added a paragraph about spell checking
14274                 
14275
14276
14277 2001-09-27 [paul]       0.6.2claws9
14278
14279         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
14280                 replace '// comments' with '/* comments */' to prevent
14281                 some compiler warnings 
14282
14283         * sync with sylpheed 0.6.2cvs6
14284
14285 2001-09-26 [alfons]     0.6.2claws8
14286
14287         * src/messageview.c
14288                 introduce return receipt request notification again,
14289                 which was lost because of other semantics in 
14290                 procheader_parse() (???)
14291
14292 2001-09-26 [christoph]  0.6.2claws7
14293
14294         * src/compose.c
14295                 replace comments for old code with #if 0
14296                 readded auto cc, bcc and reply-to
14297         * src/prefs_matcher.c
14298         * src/prefs_scoring.c
14299                 removed some definition (was moved to
14300                 prefs.h)
14301
14302 2001-09-26 [paul]       0.6.2claws6
14303
14304         * src/mainwindow.c
14305                 make 'Follow-up and reply to' sensitive
14306
14307         * more sync with sylpheed 0.6.2cvs5
14308
14309 2001-09-25 [melvin]
14310
14311         * 0.6.2claws5
14312
14313         * src/gtkspell.c
14314                 fixed bug for "US-ASCII" introduced by the encoding code
14315
14316 2001-09-25 [paul]
14317
14318         * 0.6.2claws4
14319
14320         * src/prefs_common.[ch], src/summaryview.c
14321                 'next unread msg' 'go to next folder?' dialog can be
14322                 given default behaviour, either always show dialog,
14323                 or assume 'yes', or assume 'no'
14324                 Submitted by wwp <subscript@free.fr>
14325
14326 2001-09-25 [melvin]
14327                 
14328         * src/compose.c src/gtkspell.[ch]
14329                 added support for different encodings
14330
14331 2001-09-25 [paul]
14332
14333         * more sync with sylpheed 0.6.2cvs5
14334
14335 2001-09-24 [alfons]
14336         
14337         * src/prefs_folder_item.c
14338                 add check for item->prefs->default_to string is NULL and
14339                 add another check when freeing this string
14340
14341 2001-09-24 [paul]
14342
14343         * configure.in
14344                 change to version 0.6.2claws3
14345
14346         * sync with sylpheed 0.6.2cvs5 
14347
14348 2001-09-24 [match]
14349         * src/ldif.[ch], src/importldif.[ch], addressbook.c
14350                 import LDIF files.
14351         * src/addrcache.[ch], addrindex.[ch]
14352                 small update for future
14353         * src/addrbook.c
14354                 fix test XML file.
14355
14356 2001-09-24 [melvin]
14357         * src/gtkspell.[ch]
14358                 added 'Learn from mistakes' option
14359                 better handling of quotes in checked words
14360                 sorted dict list
14361         * po/fr.po
14362                 small update for spell checking stuff
14363
14364 2001-09-23 [alfons]
14365         
14366         * src/gtkspell.c
14367                 edit a little bit so it complies more with main coding style
14368
14369 2001-09-23 [alfons]
14370
14371         * src/folder.[ch], prefs_folder_item.c, compose.c
14372                 migrate "request return receipt" folder property
14373                 to folderlist.xml
14374
14375 2001-09-22 [alfons]
14376
14377         * README.claws **NEW**
14378                 (add things of interest for users of main branch 
14379                 and claws here)
14380
14381         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
14382                 re-implement threading per folder option, but store 
14383                 the setting in folderlist.xml (where it belongs)
14384
14385 2001-09-21 [melvin]
14386
14387         * src/gtkspell.[ch]
14388                 fixed bug when compose window is under another window
14389         * src/prefs_common.[ch] src/compose.c
14390                 changed 'dictionary_path' to 'dictionary' to be consistent
14391                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
14392         * ac/pspell.m4 src/Makefile.am 
14393                 dropped PSPELL_PATH macro
14394         * po/fr.po
14395                 updated translations
14396
14397 2001-09-21 [christoph]
14398
14399         * src/compose.c
14400                 added border around header fields
14401                 keep header type when new field is added
14402
14403 2001-09-20 [christoph]
14404
14405         * src/utils.[ch]
14406                 more portable debug_print with source filename
14407                 and linenumber
14408         * src/procmsg.c
14409                 more newlines after debug messages
14410
14411 2001-09-20 [paul]
14412
14413         * configure.in
14414                 change to version 0.6.2claws2
14415
14416         * sync with sylpheed 0.6.2cvs3
14417
14418 2001-09-19 [melvin]
14419
14420         * src/gtkspell.c
14421                 fixed the post-right-click focus pb
14422                 fixed crash when 'Spell check all' after dict change 
14423                         and when cursor is at the end of the text
14424                 shift-right-click pops up config menu even on misspelled words.
14425         * po/POTFILES.in
14426                 added gtkspell.c
14427
14428 2001-09-19 [melvin]
14429
14430         * src/about.c
14431                 added pspell to compiled-in features list
14432
14433 2001-09-18 [melvin]
14434
14435         * switched to pspell and dropped ispell
14436         * ac/pspell.m4
14437                 new file. autoconf macro for pspell
14438         * ac/Makefile.am 
14439         * configure.in acconfig.h
14440                 added pspell support
14441         * src/Makefile.am
14442         * src/main.c src/compose.[ch] src/gtkspell.[ch]
14443         * src/prefs_common.[ch] 
14444                 added pspell support
14445
14446 2001-09-18 [christoph]
14447
14448         * src/addr_compl.c
14449         * src/template.[ch]
14450                 replace LOG_MESSAGE with debug_print
14451         * src/compose.[ch]
14452                 gui improvements
14453         * src/menu.c
14454                 added newline after debug message
14455         * src/utils.h
14456                 using __VA_ARGS__ for debug_print macro
14457         * tools/.cvsignore
14458                 ignore Makefile and Makefile.in
14459
14460 2001-09-18 [paul]
14461
14462         * configure.in
14463                 change to version 0.6.2claws1
14464         * sync with sylpheed 0.6.2cvs1
14465
14466         * src/matcher.c 
14467         * src/prefs_matcher.c
14468                 add 'score equal to' option, submitted by
14469                 Paul Evans <nerd@freeuk.com>
14470
14471 2001-09-15 [christoph]
14472
14473         * src/mainwindow.c
14474                 comment out menu entry not existing in claws
14475         * src/menu.c
14476                 add debug output for non existing menu entries
14477         * src/summaryview.c
14478                 fix next/prev unread message for ignored threads
14479         * src/utils.[ch]
14480                 add sourcefile and line number to debug output
14481                 otherwise it is sometimes hard to find the
14482                 source code part if debug messages are translated
14483
14484 2001-09-14 [darko]
14485         
14486         * src/folderview.c
14487                 refresh target folder style after colour is changed
14488
14489 2001-09-13 [paul]
14490
14491         * configure.in
14492                 change to version 0.6.1claws3
14493
14494         * sync with sylpheed 0.6.1cvs6
14495
14496 2001-09-13 [darko]
14497         
14498         * src/folderview.c
14499                 fix target folder colourization to use user selected colour
14500
14501 2001-09-12 [darko]
14502         
14503         * src/summaryview.c
14504                 fix crash when message that is marked for copy/move is unmarked
14505
14506 2001-09-09 [paul]
14507
14508         * configure.in
14509                 change to version 0.6.1claws2
14510
14511         * sync with sylpheed 0.6.1cvs3
14512
14513 2001-09-09 [alfons]
14514         
14515         * src/folderview.c
14516                 fix bug with default font used for trash folder text
14517
14518 2001-09-06 [paul]
14519
14520         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14521                 updated translations
14522
14523         * configure.in
14524                 change to version 0.6.1claws1
14525
14526         * sync with sylpheed 0.6.1cvs2
14527
14528 2001-09-03 [paul]
14529
14530         * po/POTFILES.in
14531                 add Match's new addressbook
14532
14533         * po/de.po
14534                 updated translation submitted by Jens Oberender
14535
14536 2001-09-02 [paul]
14537
14538         * configure.in
14539                 change to 0.6.1claws
14540         * sync with sylpheed 0.6.1 release
14541
14542 2001-09-02 [paul]
14543
14544         * configure.in
14545                 change to 0.6.0claws2
14546
14547         * sync with sylpheed 0.6.0cvs4
14548
14549         * po/pt_BR.po
14550                 updated translation submitted by Fabio Junior Beneditto
14551
14552 2001-09-01 [match]
14553         * pixmaps/
14554                 interface.xpm
14555                 book.xpm
14556                 address.xpm
14557         * src/
14558                 Makefile.am
14559                 a ton of new files
14560
14561 2001-08-31 [paul]
14562
14563         * configure.in
14564                 change to version 0.6.0claws1
14565
14566         * sync with sylpheed 0.6.0cvs1
14567
14568         * po/es.po
14569                 updated translation submitted by Ricardo Mones Lastra
14570
14571         * po/POTFILES.in
14572                 add 'src/prefs_templates.c'
14573
14574         * src/compose.c, src/summaryview.c
14575                 fix segfault on 'Re_edit'               
14576
14577 2001-08-30 [alfons]
14578
14579         * configure.in, Makefile.am
14580         * tools/Makefile.am
14581                 add tools directory to source distribution
14582
14583 2001-08-30 [paul]
14584
14585         * configure.in
14586                 change to version 0.6.0claws
14587
14588         * sync with sylpheed 0.6.0 release
14589
14590 2001-08-30 [christoph]
14591
14592         * configure.in
14593                 removed autoconf version check
14594
14595 2001-08-30 [paul]
14596
14597         * src/account.c, src/compose.c, src/prefs_common.[ch]
14598         * src/procheader.[ch] src/utils.[ch]
14599                 Enhanced automatic account selection on replies
14600                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
14601
14602         * configure.in
14603                 add LDAP and JPilot to the configuration results output.
14604
14605 2001-08-29 [christoph]
14606
14607         * src/summeryview.c
14608                 no bold font for ignored threads
14609
14610 2001-08-29 [paul]
14611
14612         * configure.in
14613                 change to version 0.5.3claws6
14614
14615         * sync with sylpheed 0.5.3cvs10
14616                 src/stringtable.[ch]: New Files
14617
14618         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
14619         * src/pixmaps/sylpheed.xpm
14620                 add mini-icons to windows (by Alfons)
14621
14622 2001-08-27 [paul]
14623
14624         * src/mainwindow.c
14625                 new functions: next_labeled_cb(), prev_labeled_cb()
14626
14627         * src/summaryview.c
14628                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
14629                 summary_select_next_labeled(), summary_select_prev_labeled()
14630
14631         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
14632                 give claws blue folders and a blue trash can
14633
14634 2001-08-27 [paul]
14635
14636         * configure.in
14637                 change to version 0.5.3claws5
14638
14639         * sync with sylpheed 0.5.3cvs9
14640                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
14641
14642 2001-08-24 [christoph]
14643
14644         * src/filesel.c
14645                 keep filename when browsing directories
14646                 (not working for user entered filename, but
14647                  for default name and selected filename from
14648                  file list)
14649         * src/mainwindow.c
14650                 fixed wrong spelling "Folllow-up"
14651         * src/mbox_folder.c
14652         * src/procmsg.c
14653         * src/summaryview.c
14654                 fixed new/unread message count with ignored
14655                 threads (2 commits, first didn't notice no
14656                 longer needed decreasing)
14657         * src/inc.c
14658                 readded scrolling of progress dialog
14659                 (lost in sync)
14660
14661 2001-08-24 [paul]
14662
14663         * configure.in
14664                 change to 0.5.3claws4
14665
14666         * sync with sylpheed 0.5.3cvs7
14667
14668 2001-08-24 [christoph]
14669
14670         * src/compose.c
14671                 set request return receipt when replying
14672                 if it is set is the folder prefs of the
14673                 message
14674         * src/inc.c
14675                 disable final error popup if popups are
14676                 disabled in config (again)
14677
14678 2001-08-23 [paul]
14679
14680         * configure.in
14681                 Change version number to 0.5.3claws3
14682
14683         * sync with sylpheed 0.5.3cvs5
14684
14685         * src/mimeview.c
14686                 double quote '%s' in 'gedit %s' to fix bug when
14687                 opening attachment with spaces in the name
14688
14689 2001-08-22 [alte]
14690         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
14691           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
14692                 initial message templates support
14693
14694
14695 2001-08-22 [paul]
14696
14697         * configure.in
14698                 change version number to 0.5.3claws2
14699
14700         * sync with sylpheed 0.5.3cvs4
14701
14702         * src/procmsg.h src/summaryview.c
14703                 re-implement (un)ignore thread
14704
14705 2001-08-21 [paul]
14706
14707         * src/summaryview.c
14708                 remove unnecessary code
14709         * src/compose.c
14710                 enable 'dynamic' signatures (submitted by
14711                 Eric Limpens <eric@hscg-internet.nl>)
14712
14713 2001-08-21 [paul]
14714
14715         clean up after sync with sylpheed 0.5.3 release
14716
14717         * src/folderview.c
14718                 fix re-introduced font mess, see Christoph's
14719                 entry 2001-06-24
14720
14721         * src/summaryview.c
14722                 remove prev_msgnum
14723                 use sylpheed's small font instead of
14724                 gtk default font for summary view
14725
14726
14727 2001-08-17 [paul]
14728
14729         * configure.in
14730                 add pl to ALL_LINGUAS - sync with main branch
14731
14732         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14733                 Updated. Translations by Jens Oberender, Ricardo Mones
14734                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
14735
14736         * po/pl.po  ** NEW FILE **
14737                 sync with the main branch
14738
14739         * src/folderview.c
14740                 fix target folder colorizing and refresh problem
14741
14742
14743 2001-08-17 [christoph]
14744
14745         * src/mainwindow.c
14746                 claws uses 4 colors for target folder coloring.
14747                 arrays were not long enough and destroyed the
14748                 stack causing a segfault.
14749                 target folder colorizing does not work anymore
14750                 for me
14751
14752 2001-08-16 [paul]
14753
14754         * configure.in
14755                 change to version 0.5.3claws1
14756
14757         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
14758           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
14759           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
14760
14761                 sync with sylpheed 0.5.3 release, but keep claws method of
14762                 configuring/saving fonts
14763
14764         * src/addressbook.[ch]
14765                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
14766                 in line with a similar change in Hiroyuki's branch
14767
14768         * src/mainwindow.[ch]
14769                 disable main_window_set_thread_option()
14770         * src/prefs_folder_item.c
14771                 comment out &tmps_prefs.enable_thread,
14772         * src/mbox_folder.c, src/procmsg.[ch]
14773                 comment out MSG_IS_IGNORE_THREAD
14774         * src/summaryview.c
14775                 comment out summary_ignore_thread() and summary_unignore_thread()
14776                 comment out MSG_IS_IGNORE_THREAD
14777
14778                 use Hiroyuki's threading instead.
14779
14780
14781
14782 2001-08-15 [paul]
14783
14784         * src/account.c
14785                 use Hiroyuki's 0.5.3 column scheme but also
14786                 include the enable/disable button.
14787         * src/pixmaps/mark.xpm
14788                 add Hiroyuki's amended pixmap
14789
14790 2001-08-13 [christoph]
14791
14792         * src/account.c
14793                 receive at get all column showed wrong state for APOP
14794                 button should only work for POP3 and APOP accounts
14795         * src/prefs_account.c
14796                 added missing preprocessor statement for SSL
14797
14798 2001-08-12 [paul]
14799
14800         * src/account.[ch]
14801                 add 'receive at get all' column and enable/disable
14802                 button.
14803
14804 2001-08-06 [christoph]
14805
14806         * src/account.c
14807                 show usage of SSL in protocol column
14808
14809         * src/imap.c
14810         * src/inc.c
14811                 renamed ssl options
14812
14813         * src/prefs_account.[ch]
14814                 moved ssl options to a new page
14815
14816         * src/send.c
14817         * src/smtp.c
14818         * src/ssl.[ch]
14819                 renamed ssl options
14820                 added support for SMTP STARTTLS command
14821
14822 2001-08-05 [christoph]
14823
14824         * configure.in
14825                 debian autoconf needs version check to find
14826                 correct autoconf version. if the file is
14827                 named configure.in 2.13 is used, which does
14828                 not work with this configure.in script.
14829                 other solution would be to rename the script
14830                 to configure.ac as suggested in the autoconf
14831                 manual.
14832
14833         * src/inc.c
14834                 disable final error popup if popups are
14835                 diabled in config
14836
14837         * src/socket.c
14838                 bugfix in ssl_gets
14839                 fixes IMAP over SSL problem
14840
14841 2001-08-03 [paul]
14842
14843         * configure.in
14844                 change to 0.5.2claws1
14845
14846         * sync with sylpheed 0.5.2cvs1
14847
14848 2001-08-02 [alfons]
14849
14850         * configure.in
14851                 quick fix for ispell detection...
14852
14853 2001-08-01 [paul]
14854
14855         * configure.in
14856                 change to 0.5.1claws4
14857
14858         * sync with sylpheed 0.5.1cvs7
14859
14860 2001-07-31 [alfons]
14861
14862         * src/prefs_common.c, src/prefs_common.h, 
14863           src/gtkspell.c, src/gtkspell.h
14864                 add global spelling checker settings (compose tab) +
14865                 selection of dictionary 
14866           
14867         * configure.in  
14868                 guess valid ispell location
14869
14870 2001-07-31 [paul]
14871
14872         * po/POTFILES.in
14873                 removal of 'src/quote_fmt_parse.c'
14874         * po/de.po
14875                 Updated de.po
14876                 (submitted by Jens Oberender <didge@suse.de>)
14877
14878 2001-07-31 [darko]
14879
14880         * src/folder.[ch]
14881         * src/folderview.[ch]
14882         * src/mainwindow.c
14883         * src/mh.c
14884         * src/prefs_common.[ch]
14885         * src/summaryview.c
14886                 target folder colourization
14887
14888 2001-07-30 [paul]
14889
14890         more sync with Sylpheed 0.5.1cvs6 
14891
14892 2001-07-30 [darko]
14893
14894         * src/mh.c
14895         * src/prefs_folder_item.[hc]
14896         * src/summaryview.c
14897                 shared folders support with a GUI
14898
14899 2001-07-29 [paul]
14900
14901         0.5.1claws3
14902
14903         * sync with Sylpheed 0.5.1cvs6
14904
14905 2001-07-29 [paul]
14906
14907         * po/pt_BR.po
14908                 updated
14909                 (submitted by Fabio Junior Beneditto)
14910
14911 2001-07-28 [paul]
14912
14913         * src/procmime.c
14914         * AUTHORS
14915                 patch to correct bad image mime headers
14916                 (submitted by Don Quijote <dq@searchlores.org>)
14917
14918 2001-07-28 [paul]
14919
14920         * tools/gif2xface.pl   **NEW FILE**
14921         * tools/README
14922                 script to convert file.gif to file.xface for
14923                 use in a custom header.
14924                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
14925
14926 2001-07-27 [alfons]
14927         
14928         * configure.in
14929                 change macros for detecting JPilot and LDAP
14930
14931 2001-07-27 [christoph]
14932
14933         * src/filtering.c
14934                 code cleanup (MIN / MAX warning, needed casting)
14935
14936 2001-07-27 [alfons]
14937
14938         * procheader.c
14939                 disallow setting flags when detecting certain headers
14940                 (X-Status, Status, Seen, X-Seen). 
14941         
14942         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
14943
14944 2001-07-27 [christoph]
14945
14946         * src/prefs_filter.c
14947         * src/prefs_filtering.c
14948         * src/prefs_matcher.c
14949         * src/prefs_scoring.c
14950                 scroll list when moving rows up or down
14951
14952         * src/imap.c
14953         * src/imap.h
14954         * src/prefs_account.c
14955         * src/prefs_account.h
14956         * src/send.c
14957                 SMTP over SSL (untested, feedback requested)
14958                 IMAP over SSL
14959
14960         * src/ssl.c
14961                 code cleanup
14962
14963 2001-07-26 [alfons]
14964         
14965         * configure.in, acconfig.h
14966                 define CLAWS (need this for main / claws detection)
14967
14968 2001-07-25 [alfons]
14969
14970         * configure.in
14971                 Sylpheed 0.5.1claws2
14972                 
14973         * sync with Sylpheed 0.5.1cvs4
14974
14975 2001-07-25 [christoph]
14976
14977         * src/scoring.c
14978                 fixed segfault
14979                 item->prefs == NULL (don't know why)
14980
14981 2001-07-25 [alfons]
14982
14983         * configure.in
14984                 Sylpheed 0.5.1claws1
14985
14986         * sync with Sylpheed 0.5.1cvs1-3
14987
14988 2001-07-24 [christoph]
14989
14990         * src/folderview.c
14991         * src/prefs_folder_item.[ch]
14992                 added folderitem preferences dialog with
14993                 default To: and auto request return receipt
14994
14995         * src/compose.[ch]
14996         * src/menu.[ch]
14997                 changes to handle new folderitem preferences
14998
14999         * src/mainwindow.c
15000         * src/summaryview.c
15001                 call compose new mail with current folderitem
15002
15003 2001-07-24 [alfons]
15004
15005         Release Sylpheed 0.5.1claws
15006
15007         * configure.in
15008                 change to release version 0.5.1claws
15009
15010 2001-07-24 [christoph]
15011
15012         * src/summaryview.c
15013                 fixed segfault that happend when the selected
15014                 message was removed while retrieving new messages.
15015
15016         * po/es.po
15017                 updated translation
15018                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
15019
15020 2001-07-22 [alfons]
15021
15022         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
15023         this is a work in progress, for more information: http://nlpagan.net/sylman 
15024         
15025         * configure.in, src/mainwindow.c, manual/Makefile.am
15026                 add support for English manual
15027
15028         * AUTHORS
15029                 add authors of user manuals
15030
15031         * manual/en/sylpheed*.html
15032                 add English documentation
15033
15034 2001-07-22 [christoph]
15035
15036         * po/POTFILES.in
15037                 added src/ssl.c
15038         * src/ssl.c
15039                 changed a wrong debug message
15040
15041 2001-07-22 [alfons]
15042
15043         * po/nl.po
15044                 update Dutch translation
15045
15046         * src/prefs_filtering.c, 
15047           src/prefs_matcher.c
15048                 add more translatable strings           
15049
15050 2001-07-21 [alfons]
15051
15052         0.5.0claws7
15053
15054         * configure.in
15055                 change version
15056
15057         * src/inc.c, src/summaryview.[ch]
15058                 prevent update of mark file when filtering has done, by
15059                 using a variable; this affects two functions:
15060                         inc.c::inc_finished()
15061                         summaryview.c::summary_show()
15062
15063 2001-07-20 [alfons]
15064
15065         * src/filtering.[ch], src/prefs_filtering.c, 
15066           src/matcher.[ch]
15067                 add filtering action for label coloring 
15068
15069         * po/POTFILES.in
15070                 add labelcolors.c
15071
15072         * added src/labelcolors.c
15073         * added src/labelcolors.h
15074         * src/Makefile.am, src/summaryview.c
15075                 rearrange label coloring code
15076
15077         * src/procmsg.h
15078                 add more parentheses so label colouring works correctly
15079
15080         * src/filtering.c
15081                 don't really delete message, but move it to Trash
15082
15083         * src/prefs_matcher.c
15084                 add quote options to info dialog
15085
15086 2001-07-20 [christoph]
15087
15088         * src/Makefile.am
15089         * src/inc.c
15090         * src/main.[ch]
15091         * src/socket.h
15092         * src/ssl.[ch] (new)
15093                 moved ssl stuff to a seperate file
15094
15095 2001-07-20 [darko]
15096
15097         * src/summaryview.c
15098                 fix show sender using address book with no e-mail
15099                 address in From: field
15100
15101 2001-07-19 [alfons]
15102
15103         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
15104                 fix messy handling of escaping... now at least the
15105                 execute command is useful. escape char is '\', we
15106                 accept \n and \r too. 
15107
15108                 Real life example:
15109                 
15110                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
15111                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
15112
15113 2001-07-18 [alfons]
15114
15115         0.5.0claws6
15116
15117         * src/summaryview.c
15118                 clean up
15119
15120         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
15121           src/procmsg.[ch]
15122                 revise filtering; currently move, copy, marking have
15123                 been tested. if you like bleeding edge stuff, you
15124                 should definitely go for this version :)
15125
15126         * mark old working stuff as VERSION_0_5_0_CLAWS5        
15127
15128 2001-07-17 [christoph]
15129
15130         * src/utils.c
15131                 timestamp log
15132
15133 2001-07-17 [alfons]
15134
15135         0.5.0claws5
15136
15137         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
15138           bits in the mark file, without affecting either branch. Lots of
15139           files changed, also in claws branch.
15140
15141           UNTESTED: use of mbox folders
15142
15143         * src/summaryview.c
15144                 added mark all read; however this was a quick hack used for
15145                 cleaning up mess after initial merge with Hiroyuki
15146
15147         * configure.in
15148                 change claws version number back to 0.5.0claws5 to clear up 
15149                 confusion & pretension (recent release was technically 
15150                 0.5.0claws4, so we neatly align with Hiroyuki :-)
15151
15152 2001-07-16 [alfons]
15153
15154         sync with Hiroyuki's 0.5.0cvs4
15155
15156 2001-07-16 [alfons]
15157
15158         0.5.1claws3
15159
15160         * src/filtering.[ch]
15161                 remove invalid updating of mark files for 
15162                 filter actions MATCHING_ACTION_MOVE and 
15163                 MATCHING_ACTION_DELETE; this should fix the
15164                 folder update bug
15165                 
15166         * src/procmsg.c
15167                 revert Christoph's stab at fixing the folder 
15168                 update bug
15169
15170         * po/POTFILES.in
15171                 add missing files with translatable strings
15172
15173         * src/summaryview.c
15174                 remove debug print
15175
15176 2001-07-15 [alfons]
15177
15178         * src/addr_compl.[ch], src/prefs_filtering.c
15179                 make "filtering pref dialog's destination entry" an
15180                 "address completable entry", if filter destination is 
15181                 an email address
15182
15183         0.5.1claws2
15184         
15185         sync with Hiroyuki's 0.5.0cvs2-3
15186
15187 2001-07-15 [christoph]
15188
15189         * src/procmsg.c
15190                 fixed folder stats update after incorporation
15191
15192 2001-07-15 [alfons]
15193
15194         * src/summaryview.c
15195                 * finish label colouring stuff (for now)
15196                 * fix incorrect colour bug (off by one) 
15197
15198 2001-07-14 [alfons]
15199
15200         * src/mainwindow.c
15201                 change text labels for news and mail message so there's
15202                 plenty of toolbar estate left
15203
15204         * configure.in
15205                 0.5.1claws1
15206
15207         * src/folderview.c
15208           src/folder.[ch]
15209                 sync with Hiroyuki's 0.5.0cvs1
15210
15211         * src/summaryview.c
15212                 more rewrite label colouring
15213
15214 2001-07-14 [alfons]
15215
15216         * src/summaryview.[ch]
15217                 * start rewrite label colouring 
15218                 * fix proper location "Add Sender To Addressbook" menu item
15219
15220 2001-07-13
15221
15222         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15223         (actually this is 0.5.0claws4)
15224
15225 2001-07-13 [alfons]
15226
15227         * po/pt_BR.po
15228                 * fix duplicate message
15229                 * add updated Portugese / Brazilian translation
15230                   submitted by Fabio Junior Beneditto
15231
15232 2001-07-12 [alfons]
15233
15234         * AUTHORS
15235                 add Jens
15236
15237         * po/nl.po
15238                 add updated Dutch translation
15239
15240         * po/de.po
15241                 add updated German translation submitted by Jens
15242
15243 2001-07-11 [alfons]
15244
15245         Prerelease before 0.5.0claws. Please test.
15246         This version is temporarily tagged as VERSION_0_5_0_TEST
15247
15248         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
15249           src/prefs_scoring.c, src/prefs_matcher.c, 
15250           src/prefs_filtering.c, src/mbox.c, 
15251           src/main.c, src/inc.c, src/filtering.[ch]
15252                 revert new Hoa's new matcher (does not work yet)
15253
15254         * src/Makefile.am
15255                 clean up
15256
15257 2001-07-10
15258
15259         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15260
15261
15262 2001-07-10 [alfons]
15263
15264         * Makefile.am
15265                 add ChangeLog.claws to EXTRA_DIST
15266         * src/Makefile.am
15267                 add matcher_parser_parse.h to EXTRA_DIST
15268
15269 2001-07-10 [christoph]
15270
15271         * src/inc.c
15272                 add destination folder to table of
15273                 folders that need to be updated after
15274                 incorporation
15275
15276 2001-07-10 [alfons]
15277
15278         * folder.[ch]
15279           folderview.c
15280                 make collapse state of folders and folder items persistent, i.e.
15281                 if you collapse a folder tree, the next time sylpheed-claws starts 
15282                 up the folder tree remains collapsed.  
15283                 
15284 2001-07-10 [christoph]
15285
15286         * acconfig.h
15287         * configure.in
15288                 added --enable-ssl
15289         * src/md5.[ch]
15290                 renamed MD5_CTX to MD5_CTX_syl
15291                 conflicts with a struct in openssl
15292         * src/inc.c
15293         * src/main.[ch]
15294         * src/prefs_account.[ch]
15295         * src/socket.[ch]
15296                 SSL support for POP
15297         * src/mainwindow.c
15298                 fixed compose with current account
15299                 broken by new compose button stuff
15300
15301 2001-07-09 [hoa]
15302
15303         * AUTHORS
15304                 changed my email address
15305
15306         * src/matcher_parser_parse.y
15307                 clean the parser to remove conflicts
15308
15309 2001-07-09 [alfons]
15310
15311         * AUTHORS
15312                 add Match Grun
15313
15314         * configure.in
15315                 fix incorrect description of --enable-ldap parameter
15316
15317         * src/prefs_common.[ch]
15318           src/compose.c
15319                 add experimental option "smart wrapping" which makes the
15320                 compose editor auto wrap.
15321                 
15322                 | TODO: the problem with the buggy cursor handling is caused |
15323                 | by the GtkText. when deleting / backspacing text its       |
15324                 | wrapping algorithm does not take in account the previous   |
15325                 | line. should find a way to hack this in.                   |
15326                 | or should perhaps combine this with the word wrapping      |
15327                 | patch i wrote in january.                                  |
15328
15329         * src/about.c
15330                 show build parameters for LDAP and JPilot
15331
15332         * src/summaryview.c
15333                 revert Christoph's bugfix for selecting next unread message, 
15334                 because folder stats aren't updated correctly
15335
15336 2001-07-08 [hoa]
15337
15338         * src/filtering.c
15339         * src/mainwindow.c
15340         * src/matcher.c
15341         * src/matcher_parser_lex.l
15342         * src/matcher_parser_parse.y
15343         * src/prefs_filtering.c
15344         * src/prefs_scoring.c
15345         * src/scoring.c
15346                 bugfix of the config file parser
15347
15348 2001-07-08 [alfons]
15349
15350         * src/Makefile.am
15351                 added generated matcher sources to BUILT_SOURCES
15352
15353 2001-07-08 [hoa]
15354
15355         * src/Makefile.am
15356         * src/.cvsignore
15357                 added new config file parser
15358
15359         * src/scoring.[ch]
15360         * src/filtering.[ch]
15361         * src/matcher.[ch]
15362         * src/prefs_filtering.c
15363         * src/prefs_matcher.c
15364         * src/prefs_scoring.c
15365         * added src/matcher_parser.h
15366         * added src/matcher_parser_lex.h
15367         * added src/matcher_parser_lex.l
15368         * added src/matcher_parser_parse.y
15369                 lex & yacc config file parser
15370
15371         * src/mbox.c
15372         * src/inc.c
15373         * src/main.c
15374                 changes prefs_filtering into global_filtering           
15375
15376         * src/summaryview.c
15377                 build threads with subjects only if "Re: " is at the
15378                 beginning of the subject
15379
15380 2001-07-07 [paul]
15381
15382         0.5.0claws
15383
15384         sync with sylpheed 0.5.0
15385                 change of version number only
15386
15387 2001-07-06 [paul]
15388
15389         0.5.0claws5
15390
15391         sync with sylpheed 0.5.0pre5
15392
15393 2001-07-05 [paul]
15394
15395         sync with sylpheed 0.5.0pre4 release
15396                 /po and /manual/ja not sync'ed
15397
15398 2001-07-04 [paul]
15399
15400         more sync with sylpheed 0.5.0pre4
15401
15402 2001-07-03 [christoph]
15403
15404         * src/addressbook.c
15405                 fixed address book broken by address book
15406                 for VCard, JPilot, LDAP
15407
15408 2001-07-03 [alfons]
15409
15410         * src/matcher.c
15411         * src/textview.c
15412                 stopped memory leaks
15413
15414 2001-07-03 [paul]
15415
15416         more sync with sylpheed 0.5.0pre4
15417
15418 2001-07-02 [match]
15419
15420         * included address book patch for VCard, JPilot, LDAP
15421         * pref_common.c - fixed Font options on Display tab (cosmetic)
15422         * alertpanel.c - fixed truncated message
15423
15424 2001-07-02 [christoph]
15425
15426         * src/mbox_folder.c
15427         * src/procmsg.[ch]
15428         * src/summaryview.c
15429                 mark threads for ignoring
15430
15431 2001-07-02 [paul]
15432
15433         0.5.0claws4
15434
15435         * sync with sylpheed 0.5.0pre4
15436                 updated gettext to 0.10.38.
15437
15438 2001-07-01 [paul]
15439
15440         * src/ mainwindow.c
15441         * src/procmsg.h
15442         * src/summaryview.[ch]
15443                 new right-click option: Label.
15444                 substitute for 'Mark-->Mark/Unmark', colours the line.
15445                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
15446
15447 2001-07-01 [christoph]
15448
15449         * src/folderview.c
15450                 fixed font for trash
15451         * src/summaryview.c
15452                 move ctree to unread message
15453
15454 2001-07-01 [paul]
15455
15456         * sync with sylpheed 0.5.0pre3 release
15457
15458 2001-06-30 [alfons]
15459
15460         * src/filesel.[ch]
15461         * src/compose.c
15462                 allow inserting / attaching multiple files in
15463                 the composer window
15464
15465 2001-06-30 [paul]
15466
15467         * src/codeconv.c
15468                 small change to Alfons' previous stuff so that it
15469                 actually makes
15470
15471 2001-06-30 [alfons]
15472
15473         * lots of files changed; first attempt to merge the changes
15474           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
15475
15476 2001-06-30 [paul]
15477
15478         * po/pt_BR.po
15479                 updated and completed, translations by Fabio
15480                 Junior Beneditto <fjbeneditto@yahoo.com.br>
15481
15482 2001-06-29 [alfons]
15483
15484         * src/compose.c
15485         * src/mimeproc.[ch]
15486                 allow selecting an attached files' mime type from a 
15487                 list of types.
15488
15489 2001-06-29 [paul]
15490
15491         * more sync with sylpheed 0.5.0pre3
15492
15493 2001-06-29 [paul]
15494
15495         * po/pt_BR.po
15496                 merge with sylpheed.pot and pt_BR.po provided by
15497                 Fabio Junior Beneditto.
15498
15499 2001-06-29 [darko]
15500
15501         * src/procmime.c
15502                 make MIME types case insensitive
15503
15504 2001-06-28 [alfons]
15505
15506         * po/nl.po
15507                 merge with sylpheed.pot and old nl.po; translations added.
15508
15509 2001-06-28 [paul]
15510
15511         * more sync with sylpheed 0.5.0pre3
15512
15513 2001-06-27 [alfons]
15514
15515         * src/summaryview.c
15516                 don't crash when removing parent node of messages
15517                 attracted by subject. this was caused by not deleting
15518                 the parent node from the subject line hash table.
15519
15520 2001-06-27 [alfons]
15521
15522         * src/summaryview.c
15523         * src/compose.[ch]
15524         * src/mainwindow.c
15525                 if there are multiple messages selected, allow forwarding
15526                 them as attachments.
15527
15528 2001-06-27 [paul]
15529
15530         * more sync with sylpheed 0.5.0pre3
15531
15532 2001-06-26 [paul]
15533
15534         0.5.0claws3
15535
15536         * sync with sylpheed 0.5.0pre3
15537
15538 2001-06-25 [paul]
15539
15540         * src/mainwindow.c
15541                 fixed 'compose news article' bug
15542                 from icon-and-text toolbar
15543
15544 2001-06-25 [paul]
15545
15546         * sync with sylpheed 0.5.0pre2 release
15547
15548 2001-06-24 [christoph]
15549
15550         * src/prefs_common.c
15551                 bug fix in font selection
15552         * src/folderview.c
15553                 use sylpheed's normal font instead of
15554                 gtk default font for folders without
15555                 new messages
15556
15557 2001-06-24 [alfons]
15558
15559         * src/mainwindow.[ch]
15560                 added composite compose mail / news button (an idea by Leandro
15561                 Pereira <leandro@linuxmag.com.br>)
15562
15563 2001-06-24 [paul]
15564
15565         Added instructions for ldif-to-xml.py
15566
15567         * tools/README
15568
15569 2001-06-23 [alfons]
15570
15571         Some minor things.
15572
15573         * src/pixmaps/stock_news_compose.xpm
15574                 added pixmap by Leandro
15575         * src/prefs_common.c
15576                 tested built-in spelling checker of GCC 3.0 :)
15577         * po/nl.po
15578                 merged dutch translation of sylpheed-main with
15579                 sylpheed.pot
15580
15581 2001-06-23 [paul]
15582
15583         Added tools directory and files.
15584
15585         * tools/filter_conv.pl
15586                 converts old filter system to new filtering system
15587         * tools/ldif-to-xml.py
15588                 converts netscape addressbook to sylpheed addressbook
15589         * tools/README
15590                 descriptions/instructions for above two files
15591
15592 2001-06-23 [christoph]
15593
15594         * src/inc.c
15595         * src/manage_window.[ch]
15596         * src/prefs_common.[ch]
15597                 mail retrieval dialog can be enabled, disabled
15598                 or hidden if non of sylpheed's windows is active
15599
15600 2001-06-22 [paul]
15601
15602         0.5.0claws2
15603
15604         * sync with sylpheed 0.5.0pre2
15605
15606 2001-06-21 [christoph]
15607
15608         * src/summaryview.c
15609                 show recipient on 'from' for all accounts
15610                 
15611         * src/inc.c
15612         * src/prefs_common.[ch]
15613                 disable error popup on mail receive errors
15614
15615 2001-06-21 [alfons]
15616
15617         * src/compose.c
15618                 made the ruler correctly appear and disappear.
15619
15620         * src/Makefile.am
15621                 removed Hoa's work-in-progress-stuff (interesting!) so 
15622                 claws compiles ok.
15623
15624 2001-06-20 [christoph]
15625
15626         * src/inc.c
15627         * src/progressdialog.c
15628                 added scrolled window for list in progressdialog
15629
15630 2001-06-20 [paul]
15631
15632         sync with sylpheed 0.5.0pre1 release
15633
15634 2001-06-20 [christoph]
15635
15636         * src/summeryview.c
15637                 make building threads by subject work when
15638                 thread view is enabled
15639                 
15640         * src/compose.c
15641         * src/prefs_common.[ch]
15642                 automatically select account for mail replys
15643
15644 2001-06-19 [sergey]
15645
15646         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
15647         they are filled in from the account settings.
15648
15649 2001-06-19 [paul]
15650
15651         * more sync with sylpheed 0.5.0pre1
15652
15653 2001-06-18 [alfons]
15654
15655         * src/Makefile.am,
15656           src/procmime.c
15657                 added --sysconfdir to CPPFLAGS for pointing to the correct
15658                 location of mime.types. 
15659
15660                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
15661                 or ./configure!
15662
15663 2001-06-18 [hoa]
15664
15665         * src/summaryview.c
15666                 fixed some bug when building threads
15667
15668 2001-06-18 [pau]l
15669
15670         * src/prefs_account.c
15671                 UI stuff: More changes to the English
15672
15673 2001-06-18 [paul]
15674
15675         * src/pixmaps/stock_news_compose.xpm: new file
15676         * src/Makefile.am
15677         * src/mainwindow.c
15678         * src/summaryview.c
15679                 Added new icon for Hoa's 'compose a news
15680                 message', plus minor improvements to the
15681                 English
15682
15683         * po/ja.po
15684         * ChangeLog
15685         * ChangeLog.jp
15686                 more sync with sylpheed 0.5.0pre1
15687
15688 2001-06-18 [hoa]
15689
15690         * src/compose.[ch]
15691         * src/mainwindow.c
15692                 Follow-up and reply to
15693
15694         * src/summaryview.[ch]
15695                 Build threads also with subjects
15696
15697 2001-06-17 [hoa]
15698
15699         * src/compose.c
15700                 forwarding use the current account.
15701
15702         * src/mainwindow.c
15703                 the "compose message" button has been replaced with
15704                 "new mail" and "new news" buttons
15705
15706         * src/prefs_common.[ch]
15707                 added a configuration option to use the forward button
15708                 as "forward as attachment"
15709                 changed reply and forward format description
15710
15711         * src/quote_fmt_lex.l
15712         * src/quote_fmt_parse.y
15713                 added message with no signature in format for reply
15714                 and forward.
15715
15716 2001-06-17 [paul]
15717
15718         Minor UI stuff
15719
15720         * src/mainwindow.c
15721         * src/summaryview.c
15722                 Improvements to the English
15723
15724         * src/prefs_common.c
15725                 Improvements to the English and some
15726                 clarity/continuity improvements in the
15727                 description of Quote symbols.
15728
15729 2001-06-17 [paul]
15730
15731         0.5.0claws1
15732
15733         * sync with sylpheed 0.5.0pre1
15734
15735 2001-06-17 [hoa]
15736
15737         * src/compose.c
15738                 Better interface for compose, displayed fields
15739                 are updated whenever we change account.
15740                 Newsgroups field is automatically filled.
15741
15742         * src/mainwindow.c
15743                 Newsgroups field is automatically filled.
15744
15745         * src/prefs_account.c
15746                 Some interface stuff when fields appear and
15747                 disappear.
15748
15749 2001-06-16 [paul]
15750
15751         0.4.99claws
15752
15753         * sync with sylpheed 0.4.99
15754
15755 2001-06-16 [sergey]
15756
15757         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
15758         base64_decoder_free, base64_decoder_decode): new object and
15759         functions for decoding base64 streams.
15760         * src/procmime.c (procmime_decode_content): modified to use the
15761         new base64 decoder.
15762
15763 2001-06-15 [paul]
15764
15765         0.4.99claws10
15766
15767         * sync with sylpheed 0.4.99cvs11
15768
15769 2001-06-13 [paul]
15770
15771         0.4.99claws9
15772
15773         * sync with sylpheed 0.4.99cvs9
15774
15775 2001-06-13 [hoa]
15776
15777         * src/compose.c
15778         * src/prefs_account.c
15779
15780                 SMTP server can be defined in the news account
15781                 mime type of attachment are kept.
15782
15783         * src/summaryview.c
15784
15785                 now choose the highest important score between default
15786                 and important score of folder.
15787
15788 2001-06-09 [alfons]
15789         
15790         * src/prefs_common.c: 
15791
15792                 (prefs_quote_description_create): corrected description of 
15793                 quote format characters
15794
15795 2001-06-09 [paul]
15796
15797         0.4.99claws8
15798
15799         * sync with sylpheed 0.4.99cvs8
15800
15801 2001-06-08 [sergey]
15802
15803         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
15804         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
15805
15806 2001-06-08 [paul]
15807
15808         0.4.99claws7
15809
15810         * sync with sylpheed 0.4.99cvs7
15811
15812 2001-06-06 [sergey]
15813
15814         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
15815         clashes with autogenerated header).
15816         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
15817         * src/Makefile.am: added quote_fmt.h.
15818         * src/.cvsignore: added lex/yacc autogenerated files
15819         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
15820
15821 2001-06-06 [paul]
15822
15823         0.4.99claws6
15824
15825         * sync with sylpheed 0.4.99cvs6
15826
15827 2001-06-06 [hoa]
15828
15829         * added src/quote_fmt_parse.h
15830         * src/compose.c
15831                 removed warnings
15832
15833         * src/prefs.[ch]
15834                 don't modify readonly configuration files
15835
15836         * src/prefs_account.c
15837         * src/prefs_common.c
15838         * src/prefs_customheader.c
15839         * src/prefs_display_header.c
15840         * src/prefs_filter.c
15841         * src/prefs_filtering.c
15842         * src/prefs_scoring.c
15843                 don't open dialog box when configuration files
15844                 are readonly
15845
15846 2001-06-05 [sergey]
15847
15848         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
15849
15850         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
15851         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
15852         BUILT_SOURCES to make all files rebuild properly.
15853
15854         * src/compose.c: removed #include "quote_fmt.tab.h".
15855
15856         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
15857         CHARACTER value in yylval.
15858
15859         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
15860         receive CHARACTER value by documented means (yylval).
15861
15862         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
15863
15864 2001-06-05 [hoa]
15865
15866         * src/Makefile.am
15867                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
15868
15869         * src/filtering.c
15870         * src/matcher.c
15871         * src/matcher.h
15872         * src/prefs_filtering.c
15873                 now keep the configuration for execute action
15874
15875         * src/mbox_folder.c
15876                 fixed a warning
15877
15878 2001-06-05 [paul]
15879
15880         * sync with sylpheed 0.4.99cvs5
15881
15882 2001-06-05 [hoa]
15883
15884         * src/Makefile.am
15885                 added quote_fmt.[ch]
15886
15887         * added src/quote_fmt.y
15888         * added src/quote_fmt.l
15889         * added src/quote_fmt.tab.h
15890         * added src/quote_fmt.tab.c
15891         * added src/lex.quote_fmt.c
15892                 parsing configuration for replying
15893                 and forwarding
15894
15895         * src/prefs_common.[ch]
15896                 added configuration UI for replying
15897                 and forwarding
15898
15899         * src/compose.c
15900                 using configuration for replying
15901                 and forwarding
15902
15903 2001-06-04 [hoa]
15904
15905         * src/filtering.c
15906         * src/matcher.c
15907         * src/matcher.h
15908         * src/prefs_filtering.c
15909         * src/prefs_matcher.c
15910         * src/prefs_matcher.h
15911                 action "run a command" for filtering
15912                 and matching with a command.
15913                 fixed the "whole message" matching
15914
15915         * src/mbox_folder.c
15916                 changed temporary filename for security
15917
15918         * src/messageview.c
15919                 queue the notification if it fails to send.
15920
15921         * src/prefs_common.c
15922         * src/prefs_folder_item.c
15923                 changed the default important score             
15924
15925         * src/prefs_scoring.c
15926         * src/scoring.c
15927                 hide kill score input when the folder is not
15928                 a newsgroup
15929
15930 2001-06-03 [alfons]
15931
15932         * src/prefs_common.c:
15933
15934                 (prefs_font_select): pass font name in font entry box to font
15935                 selection dialog.
15936
15937 2001-06-03 [sergey]
15938
15939         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
15940
15941 2001-06-03 [paul]
15942
15943         * sync with sylpheed 0.4.99cvs4
15944
15945 2001-06-03 [alfons]
15946
15947         * src/headerwindow.c:
15948
15949                 (headerwindow_show_cb): use the selected summary view item, not
15950                 the displayed item.
15951
15952 2001-06-02 [alfons]
15953
15954         * src/headerwindow.c:
15955
15956                 (headerwindow_show_cb): always try to show msginfo
15957
15958 2001-06-02 [hoa]
15959
15960         * src/compose.c
15961                 keep attached parts when reediting or forwarding.
15962
15963 2001-06-01 [hoa]
15964
15965         * src/folderview.c
15966         * src/prefs_folder_item.[ch]
15967         * src/prefs_scoring.[ch]
15968         * src/scoring.[ch]
15969         * src/summaryview.[ch]
15970         * src/main.c
15971         * src/mainwindow.c
15972         * src/prefs_common.[ch]
15973                 support for folder scoring
15974                 kill score and important score for messages
15975         
15976         * src/prefs_account.c
15977                 some display bug fixed for local account
15978                 preferences
15979
15980 2001-05-31 [alfons]
15981
15982         * src/summaryview.c:
15983
15984                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
15985                 sender to address book menu item is disabled.
15986
15987 2001-05-30 [hoa]
15988
15989         * src/filtering.[ch]
15990         * src/summaryview.c
15991                 handling summary menu / filter messages
15992
15993         * src/folder.[ch]
15994                 add some stuff
15995
15996         * src/foldersel.c
15997                 imap folders now appears in list
15998
15999         * src/mbox_folder.c
16000                 doesn't crash if destination mail is not writeable
16001
16002 2001-05-29 [hoa]
16003
16004         * src/compose.c
16005                 removed some warnings
16006
16007         * src/filtering.c
16008         * src/folder.[ch]
16009         * src/prefs_filtering.c
16010                 global string to identify any folders           
16011                 removed some debug info
16012                 filtering to mbox folders is now possible
16013
16014         * src/mainwindow.c
16015                 removed some warnings
16016
16017         * src/mbox_folder.c
16018                 permission on files are changed to read/write for user only,
16019                 nothing for other.
16020                 creation of subfolder is handled better.
16021
16022 2001-05-28 [alfons]
16023
16024         Verified the sync for src/prefs_common.[ch] and
16025         src/prefs_account.[ch]. I believe there were some
16026         minor indentation differences.
16027
16028 2001-05-28 [paul]
16029
16030         0.4.99claws3
16031
16032         * sync with 0.4.99cvs3
16033
16034 2001-05-28 [hoa]
16035
16036         * src/compose.c
16037                 handling flags for mbox format
16038
16039         * src/filtering.c
16040                 use of mark file only for MH format
16041                 handling flags for mbox format
16042                 filtering cannot yet move or copy mails to mbox folders.
16043
16044         * src/folder.[ch]
16045                 changed move_msg, copy_msg,
16046                 move_msgs_with_dest, copy_msgs_with_dest functions
16047                 uses only folder->copy_msg() function
16048                 uses folder->finished_copy() to handle the destination
16049                 folder at the end of the copy or move operation.
16050
16051         * src/foldersel.c
16052                 included mbox directories.
16053
16054         * src/folderview.[ch]
16055         * src/mainwindow.c
16056                 handle folders operation for mbox format
16057
16058         * src/mbox.c
16059                 disable conversion of "From " header
16060
16061         * src/mbox_folder.[ch]
16062                 completion of mbox format handling
16063
16064         * src/mh.c
16065                 changed mh_copy_msg() function and
16066                 removed mh_move_msg(), mh_move_msgs_with_dest(),
16067                 mh_copy_msgs_with_dest()
16068
16069         * src/prefs_filtering.c
16070                 removed some warnings
16071
16072         * src/prefs_matcher.c
16073                 default boolean operation is AND
16074
16075         * src/procheader.c
16076                 handling flags for mbox format
16077                 handling of "From " header
16078
16079         * src/procmsg.[ch]
16080                 removed data field
16081                 added MSG_REALLY_DELETED flags to handle deletion of
16082                 messages in mbox format.
16083
16084         * src/summaryview.c
16085                 handling flags for mbox format
16086                 disable the MSG_DELETED flags when messages
16087                 are deleted in mbox format
16088
16089         * src/textview.c
16090                 "From " headers display fixed.
16091
16092 2001-05-27 [alfons]
16093
16094         * src/textview.c:
16095                 
16096                 (get_email_part): skip quoted email addresses, like in e.g.
16097                 "'alfons@proteus.demon.nl'".
16098
16099 2001-05-26 [alfons]
16100
16101         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
16102         and fixing the persistence troubles when using separate windows.
16103
16104         * src/mainwindow.c:
16105         
16106             Added #define SEPARATE_ACTION used in the gtk item factory for 
16107             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
16108                 use gtk_item_factory_get_widget_by_action() to get the items.
16109                 
16110             Removed separate_widget_cb from the gtk item factory data   
16111           
16112             (mainwindow_create): connect separate_widget_cb() to check
16113             menu item "toggled" signal. also passing a MainWindow pointer
16114                 as object data for both check menu items.
16115                 
16116             (separate_widget_cb): definition of separate_widget_cb() to match
16117             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
16118                 window using gtk_object_get_data(). The type of window separation 
16119                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
16120         
16121         * src/prefs_filtering.c,
16122           src/prefs_matcher.c: added horizontal scrollbars
16123
16124 2001-05-25 [darko]
16125
16126         * src/headerview.c
16127                 fix segfault with invalid bold font
16128         * src/summaryview.c
16129                 correctly display summary stats after row is marked
16130
16131 2001-05-23 [sergey]
16132
16133         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
16134         encodings with libjconv.
16135
16136 2001-05-23 [hoa]
16137
16138         * src/Makefile.am
16139                 added mbox_folder.[ch]
16140         * src/defs.h
16141                 mbox temporary folder
16142         * src/folder.[ch]
16143         * added src/mbox_folder.[ch]
16144         * src/folderview.c
16145         * src/procheader.[ch]
16146                 added mbox support
16147         * src/mbox.c
16148                 bugfix for file incorporation filtering
16149         * src/imap.c
16150                 enable creation of MBOX
16151         * src/prefs_display_header.c
16152                 enable use of headers like "From "
16153                 something that should be fixed :
16154                         displaying of such headers add an extra space
16155         * src/prefs_folder_item.c
16156                 don't create folders because it is not necessary
16157         * src/procmsg.h
16158                 added data field to MsgInfo for mbox internal use
16159         * src/summaryview.c
16160                 added some support for mbox
16161         * src/utils.[ch]
16162                 added get_mbox_cache_dir() function
16163
16164 2001-05-23 [hiroyuki]
16165
16166         * src/headerwindow.c
16167           src/inc.c
16168           src/main.c
16169           src/mh.c
16170           src/nntp.c
16171           src/procmsg.h
16172           src/session.h
16173           src/socket.[ch]
16174           src/summaryview.c
16175           src/textview.c
16176           src/automaton.c
16177           src/folderview.c: more sync with 0.4.99cvs2.
16178
16179         * src/headerwindow.c: reverted.
16180
16181 2001-05-22 [paul]
16182
16183         0.4.99claws2
16184
16185         * sync with sylpheed 0.4.99cvs2
16186                 * src/news.[ch]
16187                 * src/nntp.[ch]
16188                 * INSTALL
16189                 * INSTALL.jp
16190
16191 2001-05-22 [alfons]
16192
16193         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
16194
16195 2001-05-21 [alfons]
16196
16197         Minor things:
16198
16199         * configure.in: if gnome-config not found, "no" is displayed
16200         
16201         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
16202
16203         * src/textview.c: now also possible to add mail addresses by right
16204           clicking in the text view
16205
16206         * src/codeconv.c: merged patch which fixes endless loop when encountering
16207           invalid wide characters; from Alte <010@imis.ru>  
16208
16209 2001-05-20 [alfons]
16210
16211         Added installation of gnome specific things:
16212
16213         * Makefile.am: gnome conditional
16214
16215         * configure.in: check for installed gnome
16216
16217         * added sylpheed.png, sylpheed.desktop
16218
16219 2001-05-20 [sergey]
16220
16221         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
16222
16223         * src/mainwindow.h (main_window_toolbar_create): created a button
16224         for "Reply to all".
16225         (main_window_set_toolbar_sensitive): enable/disable the new button
16226         appropriately.
16227         (toolbar_reply_to_author_cb): handle the new button.
16228
16229         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
16230         send_progress_dialog_destroy() on failure (fixes hang on SMTP
16231         failure).
16232
16233 2001-05-19 [sergey]
16234
16235         * src/compose.h (ComposeReplyMode): new modes
16236         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
16237         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
16238
16239         * src/compose.c
16240         (compose_send): move some code into a new function:
16241         (compose_current_mail_account): new function.
16242         (compose_reply): new argument to_author, all callers changed; if
16243         to_author==TRUE and account->protocol==A_NNTP, find and use an
16244         appropriate mail account for replying.
16245         (compose_reply_set_entry): new argument to_author; ignore
16246         compose->replyto if to_author==TRUE.
16247
16248         * src/mainwindow.c: new command "Message/Reply to author".
16249         (main_window_set_menu_sensitive): enable/disable it.
16250         (reply_cb): handle it.
16251
16252         * src/summaryview.c: new command "Reply to author".
16253         (summary_set_menu_sensitive): enable/disable it.
16254         (summary_reply_cb): handle it.
16255
16256         * src/account.c (account_find_mail_from_address): new function.
16257
16258 2001-05-18 [paul]
16259
16260         0.4.99claws1
16261
16262         * sync with sylpheed 0.4.99cvs1
16263
16264 2001-05-18 [hoa]
16265
16266         * src/compose.[ch]
16267         * src/filtering.c
16268         * src/summaryview.c
16269                 new filtering action : forward and forward as attachment
16270
16271         * src/main.c
16272                 no need for $DISPLAY when we run sylpheed --help
16273                 call to parse_cmd_opt() is moved
16274
16275         * src/mainwindow.[ch]
16276                 execute button is hidden when immediate execute
16277                 is chosen
16278
16279         * src/mh.c
16280         * src/news.c
16281         * src/prefs_folder_item.c
16282         * src/procmsg.c
16283                 better handling of missing directories
16284
16285         * src/summaryview.c
16286                 reedit is enabled in outbox
16287                 reedit is enabled in queue
16288
16289 2001-05-17 [hoa]
16290
16291         * src/filtering.c
16292         * src/matcher.[ch]
16293         * src/prefs_filtering.c
16294                 changed attachement into attachment
16295
16296 2001-05-17 [alfons]
16297
16298         0.4.67claws4    
16299
16300         * sync with sylpheed 0.4.67cvs9
16301         * sync with sylpheed 0.4.67cvs7-8
16302
16303 2001-05-17 [hoa]
16304
16305         * src/Makefile.am
16306                 added prefs_filtering.c
16307
16308         * src/filtering.[ch]
16309         * src/matcher.[ch]
16310                 removed action : forward_news and forward_news_as_attachement
16311                 (forward and forward_as_attachement can be used instead)
16312
16313         * src/mainwindow.c
16314                 added menu option to access filtering configuration
16315
16316         * src/prefs_account.c
16317                 changed mail_command default to /usr/sbin/sendmail
16318
16319         * added src/prefs_filtering.[ch]
16320                 dialog box for filtering configuration
16321
16322         * src/prefs_matcher.c
16323                 added function prefs_matcher_get_criteria_from_matching()
16324
16325         * src/prefs_scoring.c
16326                 reset the dialog when register or substitute is clicked
16327
16328 2001-05-15 [hoa]
16329
16330         * src/Makefile.am
16331                 added filtering.[ch]
16332         * src/inc.c
16333                 using filering.[ch] instead of filter.[ch]
16334         * src/main.c
16335                 reading new filtering configuration
16336         * src/matcher.[ch]
16337                 added some filtering actions
16338                 and fixed a bug for headers and mail body matching
16339         * src/mbox.c
16340                 using filering.[ch] instead of filter.[ch]
16341         * src/mh.c
16342                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
16343         * src/summaryview.c
16344                 some fixes for filtering
16345
16346 2001-05-14 [hiroyuki]
16347
16348         * src/send.c: fixed some weird indentations.
16349           send_message_with_command(): call pclose() only if p != NULL.
16350         * src/textview.c: get_email_part(): modified the code for readability.
16351
16352 2001-05-14 [hiroyuki]
16353
16354         * src/md5global.h
16355           src/md5ify.c
16356           src/md5ify.h: removed from the cvs.
16357
16358 2001-05-13 [sergey]
16359
16360         * src/main.c: include rfc2015.h to avoid compiler warnings.
16361         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
16362         the panel is already on screen.
16363         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
16364         closing the alert window by ESC as "No".
16365         * src/prefs_common.c (prefs_interface_create): moved return
16366         receipt check button to the correct place.
16367
16368 2001-03-13 [alfons]
16369
16370         * src/prefs_common.c: 
16371                 moved return receipt check button to the Send tab. (prefs_send_create)
16372                 removed the date format ui related globals. (prefs_display_create)
16373
16374         0.4.67claws3
16375         
16376         * sync with sylpheed 0.4.67cvs5-6
16377
16378 2001-05-13 [paul]
16379
16380         * added Alfons' font selection patch
16381
16382         * src/defs.h
16383         * src/headerwindow.c
16384         * src/prefs_common.c
16385         * src/prefs_common.h
16386
16387 2001-05-13 [hoa]
16388         * src/defs.h
16389                 changed version of cache
16390         * src/matcher.[ch]
16391         * src/prefs_matcher.c
16392                 added additionnal matching criteria
16393         * src/procheader.c
16394         * src/procmsg.[ch]
16395         * src/news.c
16396                 added references in MsgInfo
16397
16398 2001-05-12 [hoa]
16399
16400         * src/defs.h
16401                 prepared some things for new filtering
16402         * src/matcher.[ch]
16403                 added some matching properties
16404                 inreplyto need to be enhanced
16405                 prepared some things for new filtering
16406         * src/messageview.c
16407                 added Return-Receipt-To handling
16408         * src/prefs_folder_item.c
16409                 changed default value to TRUE
16410         * src/prefs_matcher.c
16411                 added some matching properties
16412         * src/prefs_scoring.[ch]
16413                 the scoring dialog is finished
16414         * src/procheader.c
16415                 added Return-Receipt-To handling
16416                 Reference need to be added
16417         * src/procmsg.[ch]
16418                 added Return-Receipt-To handling
16419                 added threadscore to get a better score sorting when
16420                 threads are enabled
16421         * src/summaryview.c
16422                 suppressed a bug when we sort the list
16423                 when no folder is opened.
16424                 better score sorting when threads are enabled
16425
16426 2001-05-12 [alfons]
16427
16428         * reverted previous patch because of potential errors 
16429
16430         0.4.67claws2
16431         
16432         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16433                 applied "toggle mail-retrieval dialog window" patch submitted 
16434                 by Eric Limpens <eric@qnt.net>
16435
16436         * sync with sylpheed 0.4.67cvs4
16437
16438 2001-05-12 [sergey]
16439
16440         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
16441         some picky compilers.
16442         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
16443         * src/grouplist_dialog.c: include alertpanel.h.
16444         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
16445         fix compile warning.
16446         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
16447         #include "defs.h" before others to prevent the warning of `MIN'
16448         and `MAX' redefinition.
16449
16450 2001-05-11 [hoa]
16451
16452         * src/main.c
16453         * src/messageview.c
16454         * src/prefs_account.c
16455         * src/prefs_display_header.c
16456                 removed warning
16457         * src/Makefile.am
16458                 added prefs_scoring.[ch]
16459         * src/grouplist_dialog.c
16460                 display an error dialog box if the group list
16461                 cannot be fetched.
16462         * src/mainwindow.[ch]
16463                 added main_window_set_thread_option() function
16464                 scoring dialog box enabled
16465         * src/matcher.[ch]
16466                 added flags matching unread /new / marked
16467                 / deleted / replied / forwarded
16468         * src/news.c
16469                 newsgroups are now finally in newscache
16470         * src/prefs_matcher.[ch]
16471                 finished preferences for matching dialog
16472         * added src/prefs_scoring.[ch]
16473                 scoring dialog box completed
16474         * src/scoring.[ch]
16475                 conversion to string : added scoringprop_to_string()
16476                 write config for preferences :
16477                 added prefs_scoring_write_config()
16478         * src/summaryview.c
16479                 threads can be enabled/disabled independently
16480                 for each folder
16481
16482 2001-05-10 [alfons]
16483
16484         0.4.67claws1
16485         
16486         * AUTHORS: 
16487                 thought it would be nice to have a list of all
16488                 contributors (used Changelog as a reference)
16489         
16490         * configure.in: 
16491                 messed up version numbering...
16492
16493         0.4.66claws1
16494
16495         * sync with sylpheed 0.4.67cvs1-3
16496
16497 2001-05-10 [darko]
16498
16499         * src/prefs_common.c:
16500                 better UI for strftime format, double clicking
16501                 on format now inserts the format in text entry
16502                 replaced close button with standard OK/Cancel
16503                 moved date format button to the right of the
16504                 text entry field
16505
16506 2001-05-09 [alfons]
16507
16508         * src/gtkstext.c:
16509                 Ctrl-Home / Ctrl-End have proper cursor navigation
16510
16511 2001-05-09 [hoa]
16512
16513         * src/prefs_matcher.c
16514                 finished UI to define matching properties
16515                 added ok and cancel button
16516         * src/prefs_filter.c
16517                 added ok and cancel button
16518         * src/news.c
16519                 fixed some bug in xhdr parsing
16520
16521 2001-05-08 [alfons]
16522
16523         * src/textview.c: 
16524                 fixed a bug in textview_show_header(), which displayed two colons (':');
16525                 cleaned up some warnings
16526
16527 2001-05-08 [hoa]
16528
16529         * src/Makefile.am
16530                 added prefs_matcher.[ch]
16531                 compilation with -W -Wall
16532         * src/alertpanel.c
16533                 ungrab the mouse events if grabbed - does it
16534                 fix the bug for disposition notification ?
16535         * src/mainwindow.c
16536                 added a menu option to open the matching dialog.
16537         * src/matcher.[ch]
16538                 added matcherprop_to_string() and matcherlist_to_string()
16539                 fixed some bugs, changed the name of some options
16540                 age_sup and age_inf becomes age_greater and age_lower,
16541                 body and messageheaders becomes body_part and headers_part,
16542                 changed the names of constants from SCORING_XXX to MATCHING_XXX
16543         * src/prefs_display_header.c
16544         * src/prefs_headers.c
16545                 fixed a bug that accidentally destroyed dialogs
16546                 when closed them with delete_event
16547                 Added *_deleted() which handle delete_event signal correctly.
16548         * src/prefs_folder_item.[ch]
16549                 added "enable_thread" field for future customization
16550         * added src/prefs_matcher.[ch]
16551                 sample of the UI to define matching properties
16552         * src/procheader.c
16553                 using procheader_headername_equal instead of str*cmp functions
16554                 using procheader_parse_header() function
16555         * src/scoring.c
16556                 using MATCHING_XXX instead of SCORING_XXX
16557         * src/summaryview.c
16558                 display the sender of the news even if this is ourself
16559                 when this is a news message.
16560         * src/textview.c
16561                 using headername_equal() instead of str*cmp functions
16562
16563 2001-05-08 [alfons]
16564
16565         0.4.66claws
16566
16567         * sync with sylpheed 0.4.66
16568         * src/gtkstext.c: trace logs added 
16569
16570 2001-05-08 [sergey]
16571
16572         * src/prefs_common.[ch]: added option to enable/disable GnuPG
16573         signature check popup.
16574         * src/rfc2015.c (check_signature): show signature check popup only
16575         if it is enabled in preferences.
16576
16577 2001-05-07 [alfons]
16578
16579         0.4.66claws4
16580         
16581         * sync with sylpheed 0.4.66cvs6
16582
16583 2001-05-07 [darko]
16584
16585         * src/prefs_common.[ch]: added option to enable/disable
16586           looking up sender name in address book for summary pane
16587         * src/summaryview.c: look up sender in the address book
16588           by using Alfons' address completion code
16589
16590 2001-05-07 [hiroyuki]
16591
16592         * src/inc.h
16593           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
16594           member of Pop3State.
16595         * src/news.c: brought #include "defs.h" before #include <glib.h>
16596           to prevent the warning of `MIN' and `MAX' redefinition.
16597
16598 2001-05-06 [hoa]
16599
16600         * removed src/headers_display.[ch]
16601         * removed src/prefs_display_headers.[ch]
16602         * src/inc.c
16603                 use a temporary file in the user directory for mbox import
16604         * src/news.c
16605                 added XHDR support to get "To" and "Cc" headers
16606                 (in order to match news with to or cc field for
16607                 scoring)
16608                 added function news_parse_xhdr() to get XHDR response
16609         * src/nntp.[ch]
16610                 added function nntp_xhdr()
16611         * src/matcher.c
16612                 fetch the message if necessary
16613
16614 2001-05-06 [alfons]
16615
16616         0.4.66claws3
16617
16618         * sync with sylpheed 0.4.66cvs3-5
16619
16620 2001-05-06 [hoa]
16621
16622         * src/utils.[ch]
16623                 added function itos_buf() to enable use of several buffers
16624         * src/summaryview.c
16625                 use of itos_buf() instead of itos() in summary list
16626                 to fix the broken display of message number.
16627
16628 2001-05-06 [alfons]
16629
16630         * src/gtkstext.c: bug in cursor up navigation fixed,
16631                 fixed another unsigned / signed comparison (we're getting there :-)
16632
16633 2001-05-06 [hoa]
16634
16635         * src/Makefile.am
16636                 added scoring.c scoring.h
16637                 prefs_folder_item.c prefs_folder_item.h
16638                 matcher.c matcher.h
16639         * src/defs.h
16640                 added FOLDERITEM_RC SCORING_RC
16641         * src/folder.[ch]
16642                 added prefs field in FolderItem :
16643                 properties for each folder (PrefsFolderItem),
16644                 sorting type and mode were added as the first properties.
16645         * src/main.c
16646                 read config for scoring
16647         * added src/matcher.[ch]
16648                 gives functions to parse configuration file to do
16649                 matching on mails with a list of conditions.
16650         * src/mainwindow.c
16651                 add option to sort by score
16652         * src/prefs_common.[ch]
16653                 added preference option to show score and for
16654                 the score column size
16655         * added src/prefs_folder_item.[ch]
16656                 properties for each folder (PrefsFolderItem),
16657                 sorting type and mode were added as the first properties.
16658         * src/procheader.[ch]
16659                 added procheader_parse_header()
16660                 added procheader_header_free()
16661                 added procheader_headername_equal()
16662                 and made modification to use them.
16663         * src/procmsg.[ch]
16664                 added score field to MsgInfo structure
16665         * added src/scoring.[ch]
16666                 gives functions to parse configuration file to do
16667                 scoring on mails with a list of conditions.
16668         * src/summaryview.[ch]
16669                 save the sorting type and mode for the folder
16670                 added column to display the score of the mail
16671                 added function summary_score_clicked()
16672                 sorting type and mode are restored to the folder
16673                 when it is reopen
16674         * src/textview.c
16675                 use procheader_parse_header(), procheader_headername_equal()
16676                 removed memory leak in text_scan_header when freeing headers
16677         * src/filter.c
16678                 changed the function to match names of headers
16679                 using procheader_headername_equal()
16680
16681         Scoring functions are implemented, an interface is needed
16682         to configure that.
16683
16684 2001-05-04 [alfons]
16685
16686         * src/gtkstext.c: 
16687                 hopefully fixed the row up navigation bug,
16688                 removed adding back / forward lines to cache
16689
16690 2001-05-04 [sergey]
16691
16692         * src/prefs_display_headers.c: user interface changes:
16693         (prefs_display_headers_create): remove unused "Show" check button;
16694         allow reordering of headers by dragging.
16695         (prefs_display_headers_write_config): remove unused variables.
16696         (prefs_display_headers_set_dialog): do not insert "(New)" at top
16697         of lists (not needed with the new UI).
16698         (prefs_display_headers_set_list): scan lists starting from row 0,
16699         not 1 (do not skip "(New)").
16700         (prefs_display_headers_find_header): new function.
16701         (prefs_display_headers_clist_set_row): do not allow duplicates.
16702         (prefs_display_headers_delete_cb): do not skip row 0; treat
16703         closing the alert window by ESC as "No".
16704         (prefs_display_headers_up): do not protect row 0.
16705         (prefs_display_headers_down): do not protect row 0.
16706
16707 2001-05-04 [sergey]
16708
16709         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
16710         functions.
16711
16712         * src/summaryview.c
16713         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
16714         summary_select_next_marked, summary_select_prev_marked): new
16715         functions.
16716
16717 2001-05-03 [sergey]
16718
16719         * src/news.c: fixed a bug when no article can be fetched after
16720         server timeout if the connection was restored by news_post():
16721         (news_select_group): new function.
16722         (news_fetch_msg): call news_select_group() before fetching
16723         article.
16724         (news_get_uncached_articles): set session->group after successful
16725         GROUP command.
16726
16727 2001-05-03 [hoa]
16728
16729         * src/defs.h
16730         * src/procmsg.[ch]
16731         * src/procheader.c
16732                  changed version of cache, added cc field
16733
16734         * src/prefs_display_headers.c
16735                 the interface was changed
16736
16737         * src/prefs_headers.c
16738                 added cancel button
16739
16740 2001-05-03 [alfons]
16741
16742         * completed sync of sylpheed cvs2
16743         * src/gtkstext.c: updated row up / down cursor navigation
16744         * src/textview.c: re-edited, prepared for fixing the email address
16745                 scanner.
16746
16747 2001-05-03 [darko]
16748
16749         * src/prefs_common.c: use alfons' strftime ui code
16750         entry_datefmt and datefmt_sample widgets have to be
16751         global in this module because of this change
16752
16753 2001-05-03 [hoa]
16754
16755         * src/messageview.c
16756         * src/prefs_common.[ch] added option to activate the return receipt
16757                 feature.
16758
16759 2001-05-02 [alfons]
16760
16761         * src/gtkstext.c: fix for row up/down cursor navigation. 
16762
16763         0.4.66claws2
16764         
16765         * sync with 0.4.66cvs2
16766
16767 2001-05-02 [paul]
16768
16769         added add-sender-to-addressbook patch
16770
16771         * src/addressbook.c
16772         * src/addressbook.h
16773         * src/summaryview.c
16774
16775 2001-05-02 [sergey]
16776
16777         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
16778         G_ALERTDISABLE.
16779
16780         * src/alertpanel.c (alertpanel_create): new argument can_disable,
16781         all existing callers changed to pass FALSE; create a check button
16782         to disable the message.
16783         (alertpanel_message_with_disable): new function.
16784         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
16785         (alertpanel_button_toggled): new function.
16786         (alertpanel_button_clicked, alertpanel_close): set value using
16787         G_ALERT_VALUE_MASK.
16788
16789         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
16790
16791         * src/prefs_common.c (prefs_privacy_create): new check button
16792         checkbtn_gpgme_warning.
16793
16794         * src/main.c (main): moved preferences reading before gpgme
16795         initialization; check prefs_common.gpgme_warning before giving the
16796         GnuPG warning and set it to FALSE if the user wants to disable the
16797         warning.
16798
16799 2001-05-02 [hiroyuki]
16800
16801         * src/prefs_display_headers.c: modified the layout and some labels.
16802
16803 2001-05-02 [sergey]
16804
16805         * src/prefs_account.c (prefs_account_fix_size): new function.
16806         (prefs_account_create): call prefs_account_fix_size(); use
16807         gtk_widget_show instead of gtk_widget_show_all (fixes too large
16808         size when the window is shown for the first time).
16809         (prefs_account_basic_create): changed layout of serv_table; moved
16810         localmbox_entry above smtpserv_entry (logically it replaces
16811         POP3/IMAP server).
16812         (prefs_account_protocol_activated): set sensitivity of
16813         nntpauth_chkbtn according to the protocol (in addition to
16814         hide/show); commented out gtk_table_set_row_spacing() calls.
16815         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
16816         not sensitive (fixes a bug with disabled username/password boxes
16817         when editing POP3 account after NNTP with authentication).
16818
16819 2001-05-02 [hoa]
16820
16821         * src/account.c
16822         * src/inc.c
16823         * src/prefs_account.[ch]
16824         * src/send.c
16825                 removed local account without SMTP server
16826                 added option to use mail command instead of a connexion
16827                 to SMTP server when a local account is used
16828         * src/prefs_headers.c
16829                 fixed a bug
16830         * src/news.c
16831                 fixed a bug when connexion immediately closed
16832
16833 2001-05-01 [alfons]
16834
16835         0.4.66claws1
16836         
16837         * sync with 0.4.65
16838
16839 2001-05-01 [sergey]
16840
16841         * src/prefs_account.c (Basic, prefs_account_basic_create): new
16842         widget nntpauth_chkbtn.
16843         (prefs_account_protocol_activated): handle nntpauth_chkbtn
16844         visibility.
16845         (prefs_account_nntpauth_toggled): new function.
16846
16847         * src/news.c (news_session_new_for_folder): use NNTP
16848         authentication only if ac->use_nntp_auth is set.
16849
16850 2001-05-01 [hoa]
16851
16852         * src/Makefile.am changed headers.[ch] in customheader.[ch]
16853         * src/prefs_display_headers.c changed the UI
16854         * src/prefs_headers.c changed account_name to account_id
16855         * src/compose.c using customheader.h
16856
16857 2001-05-01 [hiroyuki]
16858
16859         * src/esmtp.c
16860           src/news.c
16861           src/nntp.c: changed sock_read() to sock_gets(), they've been left
16862           unsynched.
16863
16864 2001-05-01 [hoa]
16865
16866         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
16867         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
16868                 for displaying of headers
16869         * src/grouplist_dialog.[ch] minor changes to remove warnings
16870         * src/prefs_display_headers.[ch] dialog to choose the
16871         headers to display in the mail viewer.
16872         * src/headers.h correction of #define
16873         * src/headers_display.[ch] configuration for displaying of headers.
16874         * src/main.c read config of displaying of headers
16875         * src/prefs_common.c add a button to access the config dialog
16876                 for displaying of headers
16877         * src/prefs_display_headers.[ch] dialog for configuration for
16878                 displaying of the headers.
16879         * src/prefs_headers.c cleaning of code
16880         * src/procheader.c comments added to code
16881         * src/textview.c changes to reorder the headers depending
16882                 on the config for displaying of headers
16883
16884 2001-04-30 [alfons]
16885
16886         0.4.65claws7
16887
16888         * sync with 0.4.65cvs12
16889
16890         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
16891
16892 2001-04-30 [sergey]
16893
16894         * src/nntp.h (NNTPSockInfo): new field auth_failed.
16895
16896         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
16897         is set to force reconnection after authentication failure.
16898         (nntp_gen_command): set sock->auth_failed on authentication
16899         failure, or if sock->userid and sock->passwd are not set.
16900
16901         * src/news.c (news_session_new_for_folder): set userid=NULL if
16902         password dialog is cancelled.
16903
16904 2001-04-30 [sergey]
16905
16906         * src/nntp.h (NNTPSockInfo): new type.
16907
16908         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
16909         SockInfo.
16910         (nntp_open_auth, nntp_close): new functions.
16911         (nntp_gen_command): new function to handle authentication; all
16912         NNTP command functions updated to use it.
16913         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
16914         (nntp_list): removed old useless code.
16915
16916         * src/news.h (NNTPSession): new field nntp_sock.
16917
16918         * src/news.c: all functions updated to use NNTPSockInfo instead of
16919         SockInfo.
16920         (news_session_new): new arguments (userid, passwd); made static;
16921         use nntp_open_auth() if needed.
16922         (news_session_destroy): use nntp_close() instead of sock_close().
16923         (news_query_password): changed arguments.
16924         (news_session_new_for_folder): new function.
16925         (news_session_get): use news_session_new_for_folder().
16926         (news_authenticate): deleted.
16927         (news_get_uncached_articles): removed old authentication code.
16928
16929 2001-04-30 [sergey]
16930
16931         * src/news.c: reverted my previous changes (need to do NNTP
16932         authentication in a cleaner way).
16933         
16934 2001-04-29 [sergey]
16935
16936         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
16937         news_nntp_post, news_nntp_mode): new functions (wrappers with
16938         authentication support).
16939         (news_get_article_cmd, news_get_article, news_get_header): new
16940         argument "folder"; all callers changed.
16941         (news_get_article_cmd): added authentication support.
16942         (news_session_get): use news_nntp_mode() instead of nntp_mode().
16943         (news_post): use news_nntp_post() instead of nntp_post().
16944         (news_get_uncached_articles): use news_nntp_group() instead of
16945         nntp_group() and news_nntp_xover() instead of nntp_xover();
16946         removed old authentication code.
16947         (news_get_group_list): use news_nntp_list() instead of nntp_list().
16948
16949         * src/nntp.c (nntp_list): return real error code instead of
16950         hardcoded NN_ERROR.
16951
16952 2001-04-29 [sergey]
16953
16954         * configure.in: fixed wint_t typedef detection again
16955
16956 2001-04-28 [hoa]
16957
16958         * src/prefs_account.[ch], added A_LOCAL_CMD
16959                 (send mail with mail command)
16960         * src/send.c added function send_message_with_command()
16961         * src/inc.c made a more secure get_spool() function with
16962                 mktemp() but maybe mkstemp() or something more
16963                 secure can be used.
16964
16965 2001-04-28 [alfons]
16966
16967         * src/textview.c, colorization of email addresses in headers
16968
16969         0.4.65claws6
16970
16971         * bug sync with sylpheed
16972         * prefs_common.c: created date format ui for darko
16973         * sync with 0.4.65cvs11
16974         * configure.in: corrected to have the new gpg checks
16975
16976 2001-04-27 [alfons]
16977
16978         * completed sync with 0.4.65cvs10
16979         * minor debug things added to gtkstext.c
16980
16981 2001-04-27 [darko]
16982
16983         * configure.in: remove check for availability of
16984           strftime() as advised by Hiroyuki
16985         * src/prefs_common.[ch], src/procheader.c:
16986           synch strftime() code with Hiroyki's main branch
16987
16988 2001-04-26 [sergey]
16989
16990         * src/news.c: news_query_password(), news_authenticate(): new
16991           functions.
16992           news_get_uncached_articles(): added NNTP authentication
16993           handling.
16994         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
16995           new functions.
16996         * src/prefs_account.c: prefs_account_protocol_activated():
16997           enable userid and password fields for NNTP.
16998
16999 2001-04-26
17000
17001         * configure.in: check for availability of strftime()
17002           [darko]
17003         * src/prefs_common.[ch], src/procheader.c: use
17004           strftime() for displaying date in summary pane if it
17005           is available
17006
17007 2001-04-25
17008
17009         * more .cvsignore cleanups [alfons]
17010
17011 2001-04-25
17012
17013         * ac/sv-check-type.m4: new autoconf macro.
17014         * configure.in: fixed wint_t typedef detection (did not work
17015           with gcc-2.96).
17016
17017 2001-04-25
17018
17019         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
17020           [hiroyuki]
17021
17022 2001-04-24
17023         * modified gtkstext.c : buggy cursor navigation fixed, 
17024           and font descent also taken in account when drawing
17025           cursor. [alfons]
17026
17027 2001-04-24 [hoa]
17028         * added comments in src/news.c src/nntp.c
17029         * added src/prefs_headers.[ch]
17030         * added src/headers.[ch]
17031         * modified compose.c to activate custom headers
17032                 added function is_in_custom_headers
17033         * modified prefs_account.[ch]
17034                 added function prefs_account_customhdr_edit
17035         * modified src/defs.h :
17036                 added HEADERS_RC : name of the config file
17037                 for the custom headers
17038
17039 2001-04-24
17040
17041     0.4.65claws5
17042
17043         * configure.in
17044           src/gtkstext.[ch]
17045           src/compose.c
17046           src/Makefile.am
17047           
17048           added gtkstext with configure.in patch by Hiroyuki which
17049           should fix the XIM detection [alfons]
17050
17051         * more clean up of cvs [alfons]
17052
17053                  * removed all Makefile.in files to attic.
17054
17055                  * updated all .cvsignores to really ignore things that could
17056                    be unintentionally committed by a recursive commit.
17057
17058 2001-04-23 [hoa]
17059         * added src/grouplist_dialog.[ch]
17060         * changed src/folderview.c to call grouplist_dialog instead
17061                 of inputdialog
17062         * src/news.c :
17063                 added functions news_reset_group_list
17064                 and news_get_group_list
17065         * src/nntp.c :
17066                 added function nntp_list
17067         * src/defs.h :
17068                 added GROUPLIST_FILE : name of the newsgroup list cache file
17069
17070 2001-04-21
17071
17072         * added option to warn about queued messages on exit [sergey]:
17073
17074           * src/compose.c: compose_queue(): call folder_item_scan()
17075             and folderview_update_item() after queueing.
17076           * src/folderview.c: folderview_update_node(): draw the queue
17077             folder in bold font if there are queued messages.
17078           * src/mainwindow.c: queued_messages(): new function.
17079             app_exit_cb(): display warning if there are queued messages
17080             if warn_queued_on_exit is set.
17081           * prefs_common.[ch]: add warn_queued_on_exit option.
17082
17083         * enhanced GnuPG key selection support [sergey]:
17084
17085           * src/select-keys.c: updated to newer version from Win32
17086             branch with support for selecting arbitrary keys.
17087           * src/prefs_account.c: added the Privacy tab to the account
17088             options window.
17089             prefs_account_privacy_create(),
17090             prefs_account_sign_key_set_data_from_radiobtn(),
17091             prefs_account_sign_key_set_radiobtn(): new functions.
17092           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
17093           * src/rfc2015.c: set_signers(): new function.
17094             pgp_sign(): add the account parameter, call set_signers().
17095             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
17096           * src/rfc2015.h: rfc2015_sign(): updated prototype.
17097           * src/compose.c: pass the current account to rfc2015_sign().
17098
17099         * tag name claws added to prevent confusion with main branch [alfons]
17100
17101         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
17102
17103         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
17104
17105         * sync with recent sylpheed cvs. Untested though. [alfons]
17106